/* 'dancing_scriptregular'
'montserratregular'
'montserratbold'
 #b4e0f7 bleu fond pictos
 #06a0e3 bleu texte
 #59595b gris texte
 #06f8f3 bleu hover*/

body {
	font-family: 'montserratregular';
	color: #59595b;
	font-size: 17px;
	line-height: 35px;
}



 .retour {
 	clear: both;
 }

.center {
	width: 1140px;
	margin: auto;
}

.center2 {
	width: 750px;
	margin: auto;
}

.center3 {
	width: 600px;
	margin: auto;
}

.sstitre {
	color: #06a0e3;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'montserratbold';
	text-align: center;
	padding: 0 0 30px 0;
}

.txtbleu {
	color: #06a0e3;
}

#logo {
	text-align: center;
	margin-top: 50px;
	transition: all 300ms ease;
}

#logo img:hover{
	-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: all 800ms ease;
}

#logo img {
	width: 380px;
}

nav a {
	float: left;
	display: block;
	text-transform: uppercase;
	color: #06a0e3;
	font-size: 17px;
	padding: 4px 3px;
	margin: 20px 19px;
	margin-bottom: 20px;
	text-decoration: none;
	transition: all 300ms ease;
}

nav a:hover {
	color: #06f8f3;
	-moz-transform: scale(1.2) rotate(3deg);
-webkit-transform: scale(1.2) rotate(3deg);
-o-transform: scale(1.2) rotate(3deg);
-ms-transform: scale(1.2) rotate(3deg);
transform: scale(1.2) rotate(3deg);
transition: all 800ms ease;
}

#imgheader {
	background: url(images/photo_header.jpg) center no-repeat;
	height: 300px;
	background-attachment: fixed;
	width: 100%;
	margin-bottom: 150px;
	position: relative;
}

#imgheader img {
	
	position: fixed;
	right: 0;
	z-index: 10;
	transition: all 100ms ease;
	-moz-transform: translateX(10px);
-webkit-transform: translateX(10px);
-o-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}

#imgheader img:hover {
	transition: all 400ms ease;
	position: 0 0 0 -10px;
	-moz-transform: translateX(-6px);
-webkit-transform: translateX(-6px);
-o-transform: translateX(-6px);
-ms-transform: translateX(-6px);
transform: translateX(0px);

}

#imgheader h1 {
	color: #06a0e3;
	font-size: 68px;
	padding-top: 235px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: 'montserratbold';
	line-height: 70px;
}

#imgheader h2 {
	color: #59595b;
	font-size: 18px;
	text-align: center;
	line-height: 10px;
}

section li {
	list-style-type: disc;
	margin-left: 50px;
}

#grise {
	height: 130px;
	background-color: #59595b;
	margin: 100px auto 10px auto;
}

#grise p {
	font-family: 'dancing_scriptregular';
	color: white;
	font-size: 39px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	width: 33%;
	padding: 49px 0px;
}

h3 {
	color: #59595b;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	font-family: 'montserratbold';
	padding-bottom: 100px;
}

.rotate {
	
	display: inline-block;
	padding: 48px 57px;
	transition: all 300ms ease;
}

.rotate:hover {
	-moz-transform: scale(1.2) rotate(375deg);
	-webkit-transform: scale(1.2) rotate(375deg);
	-o-transform: scale(1.2) rotate(375deg);
	-ms-transform: scale(1.2) rotate(375deg);
	transform: scale(1.2) rotate(375deg);
	transition: all 800ms ease;

}

#bleu {
	background-color: #b4e0f7;
	min-height: 545px; 
	text-align: center;
	margin-bottom: 80px;
	-webkit-box-shadow: 0 5px 5px 0 #BABABA;
box-shadow: 0 5px 5px 0 #BABABA;
}

#valeurs {
	text-align: center;
	margin: -34px 0px 0 0;
	width: 140px;
	float: right;
	font-weight: bold;
	font-size: 25px;
}

#valeurs p:first-child{
	
	color: #06a0e3;
}

#valeurs p:last-child{
	
	color: white;
}

#equipe {
	text-align: center;
	margin: -50px 0px 0 0;
	width: 140px;
	float: left;
	font-weight: bold;
	font-size: 25px;
}

#equipe p:first-child{
	
	color: #06a0e3;
}

#equipe p:last-child{
	
	color: white;
}

#picto p {
	text-decoration: none;
	font-family: 'montserratbold';
	font-size: 23px;
	color: white;
}

h4 {
	font-family: 'dancing_scriptregular';
	background: url(images/motif_bleu.png)top center no-repeat, url(images/motif_bleu.png)bottom center no-repeat;
	text-align: center;
	padding: 50px 20px;
	font-size: 37px;
	margin-bottom: 20px;
}
	
#photo {
	background: url(images/photo-equipe.jpg) center no-repeat;
	padding: 20px 0;
	margin-top: 40px;
	text-align: center;
	position: relative;
}

#barre {
	width: 10px;
	background-color: white;
	padding: 10px 10px;
	-webkit-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
	height: 93%;
	display: block;

	position: absolute;
	margin: auto;
	transform: translateX(-50%);
	left:50%;

}



.presentation {
float: left;
display: block;
width: 250px;
padding: 10px 5px;
color: white;
font-size: 15px;
line-height: 17px;
}

.membre:nth-of-type(2n) .presentation {
	float: right;
	text-align: left;
}


.presentation h5 {
	font-weight: bold;
	
}

.membre img{
	float: right;
	border-radius: 50%;
	padding: 18px 16px;
	transition: all 500ms ease;
}

.membre img:hover {
	-moz-transform: scale(1.2) rotate(10deg) translateX(0px);
-webkit-transform: scale(1.2) rotate(10deg) translateX(0px);
-o-transform: scale(1.2) rotate(10deg) translateX(0px);
-ms-transform: scale(1.2) rotate(10deg) translateX(0px);
transform: scale(1.2) rotate(10deg) translateX(0px);
transition: all 800ms ease;


}

.membre:nth-of-type(2n) img:hover {
	-moz-transform: scale(1.2) rotate(-10deg) translateX(0px);
-webkit-transform: scale(1.2) rotate(-10deg) translateX(0px);
-o-transform: scale(1.2) rotate(-10deg) translateX(0px);
-ms-transform: scale(1.2) rotate(-10deg) translateX(0px);
transform: scale(1.2) rotate(-10deg) translateX(0px);
transition: all 800ms ease;


}

.membre:nth-of-type(2n) img{
	float: left;
	border-radius: 50%;
	padding: 18px 16px;
	transition: all 500ms ease;
}


.membre {
	width: 80%;
	float: left;
	text-align: right;
	background: url(images/cercle02.png)right no-repeat;
	height: 135px;
}

.membre:nth-of-type(2n) {
	width: 80%;
	float: right;
	text-align: right;
	background: url(images/cercle.png)left no-repeat;
	height: 135px;
}



footer {
	background-color: #06a0e3;
	text-align: center;
	margin-top: 50px;
	color: white;
	font-size: 12px;
	line-height: 70px;
	-webkit-box-shadow: 0 -5px 5px 0 #BABABA;
box-shadow: 0 -5px 5px 0 #BABABA;
}

.left {
	float: left;
	display: block;
	width: 50%;
}

#map {
	background: url(images/pictomap.png)left no-repeat;
}

#mess {
	background: url(images/pictomessage.png)left no-repeat;
}

#tele {
	background: url(images/pictotel.png)left no-repeat;
}

.left p {
	padding-left: 45px;
	line-height: 45px;
	margin-bottom: 15px;
}

.right {
	display: block;
	float: left;
	width: 50%;
}

.right input {
	display: block;
	/*border-color: #d3d3d3;*/
	padding: 5px;
	width: 100%;
	margin-bottom: 25px;
}

.right input:hover, .right input:focus{
	background-color: #d3d3d3;
}

textarea {
	width: 100%;
	border-color: #d3d3d3;
	resize: vertical;
	min-height: 100px;
}

textarea:hover, textarea:focus {
	background-color: #d3d3d3;
}


#envoi {
	background-color: #06a0e3;
	color: white;
	width: 100px;
	
}

#envoi:hover {
	scale: (1.2);
	background-color: #06f8f3;
}



