* {
	/*font-family: Georgia, Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-family:'Century Gothic';
}
  
body{
    background-color:#f8b333;
 	/*background-image:url('../images/logo_big.png');
 	background-repeat:no-repeat;*/
	/*margin-left:50px;
	margin-right:50px;*/	
}

.yellow{
	color:#f8b333;
}

.purple{
	color:#914b94;
}

.row-flex {
  display: flex;
}
.col-v-centered {
  display: flex;
  align-items: center;
}

.whiterow{
	position:relative;
	background-color:#FFFFFF;
}

.colorrow{
	position:relative;
	background-color:#F5F5DC;
}

.rowwithbg{
	position:relative;
	background-color:black;
	color:white;
}

.divwithbg{
	position: absolute;
	height:100%;
	width:100%;
	
	opacity:0.5;
	z-index:0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logobg{
	background-image: url("../images/logo.jpg");
}

.atelierbg{
	background-image: url("../images/ateliers.jpg");
}

.pratiquebg{
	background-position: top;
	background-attachment: fixed;
	background-image: url("../images/pratique.jpg");
}

.divcontent{
	position:relative;
	height:100%;
	width:100%;
	opacity:1;
	z-index:10;
}

.center {
  position: absolute;
  width:100%;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.center_left {
  position: absolute;
  width:100%;
  text-align:left;
  top: 50%;
  transform: translateY(-50%);
}

.center_right {
  position: absolute;
  width:100%;
  text-align:right;
  padding-right:10%;
  top: 50%;
  transform: translateY(-50%);
}

.align_right {
  position: absolute;
  width:100%;
  text-align:right;
  top: 50%;
  transform: translateY(-50%);
}

.maintitle{
	font-size:38px;
	font-weight:bold;
}

.mainsubtitle{
	font-size:18px;
}

.banner{
	height:500px;
	position:relative;
	margin-top:50px;
}

.bannerpsylogo{
	position:absolute;
	left:30px;
	bottom:20px;
}

.first{
	height:55px;
}

.introdiv {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	width:100%;
	height:500px;
}

.girldiv {
	background-image:url('../images/intro.jpg');
}

.dogdiv {
	background-image:url('../images/dog.jpg');
}

.zoodiv {
	background-image:url('../images/zootherapie.png');
}

.handsdiv {
	background-image:url('../images/hands.jpg');
}

.pratdiv {
	background-image:url('../images/pratique.jpg');
}

.bannertxtdark{
	color:#FFFFFF;
	font-size:20px;
	position:absolute;
	left:50px;
	top:20%;
	background: rgba(0, 0, 0, 0.4);
	padding:10px;
}

.bannertxtdark2{
	color:#FFFFFF;
	font-size:14px;
	position:absolute;
	right:0px;
	bottom:50px;
	background: rgba(0, 0, 0, 0.4);
	padding:10px;
	text-align:right;
	line-height: 80%;
}

.citation{
	font-style:italic;
	font-size:16px;
}

.author{
	font-size:12px;
	margin-top:5px;
}

@media (min-width: 1500px) {
	.bannertxtdark{
		color:#FFFFFF;
		font-size:30px;
		position:absolute;
		left:50px;
		top:20%;
		background: rgba(0, 0, 0, 0.4);
		padding:10px;
	}

	.bannertxtdark2{
		color:#FFFFFF;
		font-size:26px;
		position:absolute;
		right:30px;
		bottom:15%;
		background: rgba(0, 0, 0, 0.4);
		padding:10px;
		text-align:right;
		line-height: 80%;
	}
	
	.citation{
		font-style:italic;
		font-size:20px;
	}

	.author{
		font-size:14px;
		margin-top:5px;
	}
}

a.anchor {
    display: block;
    position: absolute;
    top: -80px;
    visibility: hidden;
}

a{
	text-decoration:none;
	color:white;
}

a:visited{
	text-decoration:none;
	color:white;
}

a:hover{
	text-decoration:none;
	color:white;
}

a:active{
	text-decoration:none;
	color:white;
}

li {
	font-size:100%;
	margin-top:10px;
}

ul.ul-icon {
    list-style-type: none;
	list-style-position: outside;
	/*list-style-image:url('../images/ul-icon.png');*/
	padding: 0;
	margin: 0;
}

.bullet{
	background: url('../images/ul-icon.png') no-repeat;
	background-position: center-left; 
	min-height:45px;
}

/*ul.ul-icon > li::before {   
    content: '';   
    display: inline-block;   
    height: 40px;   
    width: 40px;    
    background-size: 40px;   
    background-image: url('../images/icon_ul.png'); 
    background-repeat: no-repeat;   
    margin-right: 30px;
    background-position: center center;
    vertical-align: middle;
}*/

/*.header{
	position: fixed;
    top: 0;
	left:0;
	right:0;
    bottom: auto;
    z-index: 201;
    text-align:center;
}*/

.head_name{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.head_title{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.phonebig{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}

@media (min-width: 1500px) {
	.head_name{
		font-size:20px;
		color:#FFFFFF;
		font-weight:bold;
	}
	.phonebig{
		color:#FFFFFF;
		font-size:22px;
		font-weight:bold;
	}
}

.contactme{
	font-size:16px;
	font-weight:600;
}

.menuel {
	font-size:100%;
	color:#914b94;
	text-decoration:none;
	white-space: nowrap;
}

.navbar{
	background-color:#FFFFFF;
	border:none;
	border-radius:0;
	border-bottom:1px solid #914b94;
}

.navbar .navbar-nav li a{
	text-decoration:none;
	font-size:15px;
	font-weight:600;
	color:#800080;
	padding:0 15px;
    display: table-cell;
	height:40px;
	vertical-align:middle;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    padding-left:1%;
    padding-right:1%;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar .navbar-nav li:hover > ul
{
    display:block;
}


nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .8s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
nav.stroke ul li a {
  position: relative;
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #f8b333;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

.submenu {
	display: none;
	background: #fcfcf4;
	padding-top:0px;
	padding-left:10%;
	padding-right:10%;
	position: absolute; 
	top: 30px;
	list-style-type: none;
	margin:0px;
}

.submenu li{
	padding-top:5%;
	padding-bottom:5%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-toggle:focus .icon-bar {
	background-color: white;
}

.copyright{
	text-align:right;
	font-size: 80%;
	margin-right:2%;
}

.imgdiv{
	margin:5%;	
}

.img{
	width:100%;
}

.inner{
	width:100%;
}

.inner-content{
	width:100%;
	margin:auto;
	text-align:center;
}

.rowmarg{
	margin-top:4%;
	margin-bottom:4%;	
}

#accueil {
    margin-top:0;
    margin-right:5%;
    margin-left:5%;
    margin-bottom:5%;
}

#accred{
	margin-top:10%;
}

#video{
	border:1px solid #000000;
}

.fullvideo{
	padding-top:10px;	
}

.linkbutton{
	background-color:rgba(252, 252, 244, 0.8);	
	padding:10px;
	margin-top:10px;
}

#parcours {
    background-color:#eddaa9;
    border:1px solid #808080;
    margin:5%;
}

#psy {
    background-color:#d5ccf0;
    border:1px solid #808080;
    margin:5%;
}

#approche {
    background-color:#d5ccf0;
    border:1px solid #808080;
    margin:5%;
}

#accompagnements {
    background-color:#e4e4e4;
    border:1px solid #808080;
    margin:5%;
    padding:2%;
}

#infos {
    background-color:#dfebf7;
    border:1px solid #808080;
    margin:5%;
    padding:1%;
}

#contact {
    background-color:#f5efdb;
    border:1px solid #808080;
    margin:5%;
    padding:1%;
}

.sectiontitle{
	width:100%;
	text-align:center;
	font-size:30px;
	font-weight:600;
	margin-bottom:10px;
	padding-top:10px;
}

h1 {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
h1:before{
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    bottom: 0;
    left: 15%;
    border-bottom: 1px solid #914b94;
}

.sectionsubtitle{
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}

.sectiontext{
	font-size:16px;
}

footer{
 	width:100%;
 	height:18px;
	padding-left:10%;
	padding-right:10%;
	position: fixed;
    top: auto;
    left:0;
    bottom: 0;
    z-index: 201;
    background-color:#914b94;
	clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  
}

.footertxt{
	height:100%;
	text-align:right;
	font-size: 15px;
	padding-top:10px;
    padding-right:10px;
}

.sun, .animals, .equilibre, .emotions, .ressources, .besoins{
	display: none;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.animals{
		display:block;
		width:400px;
		height:150px;
		position: fixed;
		/*top: auto;*/
		left:0px;
		bottom: 0px;
		z-index: 202;
		background-image:url('../images/animals.png');
		background-repeat:no-repeat;
		background-size:contain;
	}
}