

/******************************************************

	$INDEX0 - FONTS AND RESET
	
******************************************************/	



@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|Dosis);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=PT+Serif);

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


strong {
	font-weight:bold !important;
}

/******************************************************

	$INDEX1 - GENERAL
	
******************************************************/	



body {
    font-family: 'Open Sans', sans-serif !important;
	font-size:14px !important;
	font-weight:300;

    /*-moz-transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -o-transition: background-color 1s ease-in;
    -ms-transition: background-color 1s ease-in;
    transition: background-color 1s ease-in;*/
}


/*::-webkit-input-placeholder {
    color:#000;
}
:-moz-placeholder {
    color:#000;
}
::-moz-placeholder {
    color:#000;
}
:-ms-input-placeholder {
    color:#000;
}*/

a {
	text-decoration: none;
	color:#000 !important;
}

a:hover {
	text-decoration: none !important;
}
#footerSection a {
	color:#fff !important;
}

#container {
	position: relative;
	padding-bottom: 0%;
	
}
h1{
	font-family: 'PT Serif', serif !important;
	font-weight: 300 !important;
   font-size: 30px !important;
	margin: 0px 0px;
	text-align:center;
}

h2{
	font-family: 'PT Serif', serif !important;
	font-weight: 300 !important;
    font-size: 25px !important;
	margin: 0px 0px;
	text-decoration:none;
}


h3{
	font-family: 'PT Serif', serif !important;
	font-weight: 300 !important;
   font-size: 16px !important;
	margin: 0px 0px;
}

h4{
	font-family: 'Open Sans', sans-serif, Calibri, Arial, sans-serif !important;
	font-weight: 300 !important;
    font-size: 18px !important;
	margin: 0px 0px;
	text-align:left;
}

hr{
	border-top: 1px solid;
	border-bottom: 0px;
	margin: 10px auto 10px auto;
	width: 98%;
	
}

.display{
	display: block;
}

.hide{
	display: none;
}

.no-border{
	border: 0px;
}

p{
	font-weight: 300;
	font-size: 1em;
	line-height:1.8em;
	display: inline-block;
	color:#000;
	text-align:justify;
}

select,  input[type="text"],  input[type="submit"],  input[type="password"],  input[type="button"] {
  width: 220px !important;
  height:30px !important;
  font-family: Open Sans !important;
  font-size: 12px !important;
  background-color: #FFFFFF;
  z-index: -1;
  max-width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 5px;
}
input[type="submit"] {
margin-top: -10px;
  background-color: #525462;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  cursor:pointer;
}
input[type="button"] {
margin-top: 10px;
  background-color: #c4c6cf;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  cursor:pointer
}

@media screen and (max-width: 700px ) {
	select,  input[type="text"],  input[type="submit"],  input[type="password"],  input[type="button"] {
		margin-bottom:10px;
	}
}


div#lib {
	text-align:left;
	}

div#smartphones {
	display:none;
	}
div#onlyscreen {
	display:block;
	}
		
/* SMARTPHONES */
@media screen and (max-width: 1000px ) {
	div#smartphones {
	display:block;
	}
	div#onlyscreen {
	display:none;
	}
	div#lib {
	text-align:center;
	}

}
 
 
/******************************************************

	$INDEX2 - HEADER COMMON
	
******************************************************/	




header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    /*overflow: hidden;*/
	border-bottom-width: 0px; 
	border-bottom-style: solid; 
	border-bottom-color: #000;
    /*-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;*/
}

header h1{
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    margin: 0;
}

header h1, header nav a {
    font-family: 'Open Sans', sans-serif;
	/*-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	*/
}


@media screen and (min-width: 1000px ) {
.menustandard {
  position: fixed;
  z-index: 1;
  padding: 0px;
  width: 100%;
}
.current {
	background-color:#e9eaf0;
}
.menustandard a {
	color : #FFF !important;
	font-size: 14px;
  margin: 0 20px
}
.current a {
	color:#000 !important;
}
}

.SautLigne {
	display:none;
}

@media screen and (max-width: 1350px ) {
	
	.SautLigne {
		display:block;
	}

}
/******************************************************

	$INDEX3 - MENU COMMON
	
******************************************************/	




nav a{}

nav a.current, nav a:hover{}





	

/******************************************************

	$INDEX4 - HEADER STANDARD
	
******************************************************/	




.headerstandard {
    height: 95px;
	/*background-color:#FFFFFF;*/
	/*background-image:url(../img/bandeu.png);*/
	/*border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;*/
	z-index:500;
}

@media screen and (max-width: 1350px ) {
.headerstandard {
    height: 150px;
}
}
		.headerstandard .headerstandard-inner {
			width: 100%;
			max-width: 100%;
			margin: 0 auto;
			padding: 0 1.875em;
			font-size:16px;
		}


		 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
		.headerstandard h1{
			line-height: 80px;
		}
		.headerstandard nav.menustandard a {
			line-height: normal;
		}

		 .headerstandard h1 {
			letter-spacing: 4px;
			font-size: 3em;
			float: left;
		}

		 .headerstandard nav.menustandard{
			display: inline-block;
			position: relative;
			float: right;
		}

		.headerstandard nav.menustandard a {
			margin: 0 0 0 0px;
			font-size: 1em;
			font-weight: 300;
			padding: 8px 8px;
			
			/*border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;*/
		}

@media screen and (max-width: 1187px ) {
.headerstandard nav.menustandard a {
			font-size: 0.83em;
			padding: 8px 3px;
			
			/*border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;*/
		}
}
		

#header{
	width: 100%;
	text-align: center;
	margin:0 !important;
}

#header li {
		padding: 0px;
		display: inline-block;
		/*height: auto;*/
		vertical-align:top;
		margin: 0px 10px -15px 10px;
}

@media screen and (max-width: 1400px ) {
	#header li{
		margin: 0px;
	}
}
#header li.Ligne2{
	width:60%;
}
@media screen and (max-width: 1400px ) {
	#header li.Ligne2{
		width:50%;
	}
}
	
	

/******************************************************

	$INDEX5 - HEADER STANDARD REDUIT
	
******************************************************/	




/*.headerstandard.headerstandard-shrink {
    height: 90px;
}
 
.headerstandard.headerstandard-shrink h1,
.headerstandard.headerstandard-shrink nav.menustandard a {
    line-height: 90px;
}
 
.headerstandard.headerstandard-shrink h1 {
    font-size: 3em;
}*/








/******************************************************

	$INDEX6 - HEADER MOBILE
	
******************************************************/	




header.headermobile {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 20px auto;
	padding: 0 0 10px 0;
	z-index: 500;
	display: none;
	/*background-color:#FFFFFF;*/
	/*background-image:url(../img/box_grisbleu.png);*/
	/*border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;*/
	font-size:16px;
}

		header.headermobile h1 {
			font-weight: 300;
			text-align: center;
			font-size: 2em;
			margin-top: 10px;
		}

		header.headermobile button {
			position: absolute;
			float: left;
			display: block;
			width: 40px;
			height: 40px;
			border: none;
			cursor: pointer;
			margin: 10px 10px 0px 10px;
		}


				.menumobile a {
					display: block;
					text-transform: uppercase;
					font-size: 0.83em;
					font-weight: 300;
					width: 100%;
					text-align: center;
					 border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000;
					
				}

				/* Orientation-dependent styles for the content of the menu */

				.menumobile {
					width: 240px;
					height: 100%;
					top: 0;
					z-index: 500;
				}

				.menumobile a {
					padding: 1em;
				}





	
	
	
/******************************************************

	$INDEX7 - MAIN CONTENT
	
******************************************************/	



#main{
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	transition: background 2s ease;
	padding-top:0px;
}
	
	
html, body,
#container,
#main,
#main section {}

#main section{
    padding: 0px;
	margin: 0px;
}
#main section:first-child{
	margin-top: 0px;
    padding: 0px;
}
#main section:last-child{
	margin-bottom: 0%;
}


.mobile{
	display: none;
}


#main .home h1, h2{
	font-weight: 300;
}

/*#main .home h1{
	font-size: 5em;
	font-family: 'Lobster Two', Calibri, Arial, sans-serif;
	display: block;
	width: 100%;
	padding-top: 245px;
	line-height: 0.8em;
	height: 450px;
	margin: 20px auto;
}*/

#main .home h2{
	margin-top: -140px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 3em;
}

.quote{
	background: rgba(7, 43, 50, 0.6) url('../images/quote.png') 15px 15px no-repeat;
	padding: 20px 20px 20px 80px;
}	



.scroll {
	position: fixed;
	bottom: 10px;
	right: 10%;
    height: 80px;
    width: 80px;
    cursor: pointer;
    background: url("../images/scroll.png") no-repeat scroll center top transparent;

		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out; 
		-o-transition:  all .3s ease-out;  
		transition: all .3s ease-out;
}

.scroll:hover{
	background: url("../images/scroll.png") bottom center no-repeat;
}


.col50{
	display: inline-block;
	width: 48%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.left{ float: left; }
.right{ float: right; }

/*.col70{
	width: 60.6%;
	display:inline-block;
	text-align:left;
	padding:0 0px 0 0px;
	margin:0;
}
.col30{
	width: 39.3%;
	display:inline-block;
	text-align:left;
	padding:0 20px 0 20px;
	margin:0;
}*/

.contact30{
	width: 30.3%;
	display:inline-block;
	text-align:left;
	padding:20px 20px 20px 20px;
	margin:0;
	color:#FFF;
}
.contact30:hover{
	width: 30.3%;
	display:inline-block;
	text-align:left;
	padding:20px 20px 20px 20px;
	margin:0px;
	background-color:#d0ac54;
	-webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.contact25{
	width: 20%;
	display:inline-block;
	text-align:left;
	padding:20px 20px 20px 20px;
	margin:0;
	vertical-align:top;
}
.contact25:hover{
	width: 20%;
	display:inline-block;
	text-align:left;
	padding:20px 20px 20px 20px;
	margin:0px;
	background-color:#edf0f1;
	-webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
		  
		  -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
}

.progress {
    height: 50px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

    margin-bottom: 10px;
}

.progress .bar {
    height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 1.5em;
	text-indent: 20px;
	text-align: left;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3p;
	-webkit-border-radius: 3px 0px 0px 3p;
}




/******************************************************

	$INDEX8 - PORTFOLIO
	
******************************************************/	

#filter a {
	margin: 0px;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 300;
	padding: 3px 5px;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


		
/*.grid {
	padding: 0px 0px 100px 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
}

.grid li {
	display: inline-block;
	width: 270px;
	margin: 0;
	padding: 10px;
	margin: 0px auto;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}

.grid figcaption  span{
	float: right;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
}

.grid figcaption a {
	text-align: center;
	padding: 3px 5px;
	display: inline-block;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
}

.grid figure img {
	z-index: 10;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.grid figure:hover img,
.grid figure.cs-hover img {
	margin-left: -27%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
}

.grid figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.grid figure:hover figcaption,
.grid figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.grid figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
*/







/******************************************************

	$INDEX9 - THE TEAM
	
******************************************************/	


#team{
	width: 100%;
	text-align: center;
}

	#team li{
		margin: 20px 10px 50px 10px;
		padding: 0px;
		display: inline-block;
		width: 400px;
		height:200px;
		/*height: auto;*/
		vertical-align:top;
		
	}
@media screen and (max-width: 1280px ) {
 #team li{
    width: 350px;
}
}
@media screen and (max-width: 1150px ) {
 #team li{
    width: 300px;
}
}
@media screen and (max-width: 980px ) {
 #team li{
    width: 30%;
	margin: 10px 3px 10px 3px;
}
}
@media screen and (max-width: 767px ) {
 #team li{
    width: 95%;
	margin: 10px 3px 10px 3px;
	height:260px;
	position:relative;
	overflow:hidden;
}
}
@media screen and (max-width: 490px ) {
 #team li{
	height:150px;
 }
}

		
		#team li figure{
			margin: 0px;
			padding: 0px;
		}
			#team li figcaption{
				margin: 0px;
				padding: 0px;
				
				-moz-transition: all 0.3s ease-in-out;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
			
			#team li figcaption span{
				margin: 0px;
				padding: 0px;
			}
			
			#team li figcaption.image{
				display: inline-block;
				width: 390px;
				height: 251px;
				display: block;
				float: left;
			}
				
				#team li figcaption.image img{
					margin: 0px;
					padding: 0px;
					height: 251px;
				}
		
			#team li figcaption.contactme{
				display: inline-block;
				width: 0px;
				height: 251px;
				float: right;
			}
			#team li:hover figcaption.image{
				width: 390px;
			}
			
			#team li figcaption.contactme{
				width: 0px;
			}
				#team li figcaption.contactme span{
					display: block;
					width: 0px;
					height: 90px;
					-moz-transition: all 0.3s ease-in-out;
					-webkit-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				
				#team li figcaption.contactme span.facebook{
					background: url('../images/facebook.png') center center no-repeat;
				}
				#team li figcaption.contactme span.twitter{
					background: url('../images/twitter.png') center center no-repeat;
				}
				
				#team li figcaption.contactme span:hover{ }
				
			#team li:hover figcaption.contactme{
				width: 40px;
			}
			#team li:hover figcaption.contactme span{
				width: 40px;
			}

			#team li figcaption.member{
				display: block;
				width: 100%;
				height: 50px;
				top: 0px;
				float: left;
			}
				#team li figcaption.member span{
					display: block;
					width: 100%;
				}
				#team li figcaption.member span.name{
					font-family: 'Lobster Two', 'Lato', Calibri, Arial, sans-serif;
					font-size: 1.3em;
					line-height: 30px;
					color:#000;
				}
				#team li figcaption.member span.role{
					font-family: 'Lato', Calibri, Arial, sans-serif;
					font-size: 0.8em;
					line-height: 20px;
					color:#000;
				}





#team2{
	width: 100%;
	text-align: center;
}

	#team2 li{
		margin: 20px 10px 20px 10px;
		padding: 0px;
		display: inline-block;
		width: 315px;
		height: 180px;
		vertical-align:top;
	}
@media screen and (max-width: 1280px ) {
 #team2 li{
    width: 350px;
}
}
@media screen and (max-width: 1150px ) {
 #team2 li{
    width: 300px;
}
}
@media screen and (max-width: 980px ) {
 #team2 li{
    width: 30%;
	margin: 10px 3px 10px 3px;
	height:200px;
}
}
@media screen and (max-width: 767px ) {
 #team2 li{
    width: 95%;
	margin: 10px 3px 10px 3px;
	height:auto;
	position:relative;
	overflow:hidden;
}
}
@media screen and (max-width: 490px ) {
 #team2 li{
	height:auto;
 }
}

		
		#team2 li figure{
			margin: 0px;
			padding: 0px;
		}
			#team2 li figcaption{
				margin: 0px;
				padding: 0px;
				
				-moz-transition: all 0.3s ease-in-out;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
			
			#team2 li figcaption span{
				margin: 0px;
				padding: 0px;
			}
			
			#team2 li figcaption.image{
				display: inline-block;
				width: 390px;
				height: 251px;
				display: block;
				float: left;
			}
				
				#team2 li figcaption.image img{
					margin: 0px;
					padding: 0px;
					height: 251px;
				}
		
			#team2 li figcaption.contactme{
				display: inline-block;
				width: 0px;
				height: 251px;
				float: right;
			}
			#team2 li:hover figcaption.image{
				width: 390px;
			}
			
			#team2 li figcaption.contactme{
				width: 0px;
			}
				#team2 li figcaption.contactme span{
					display: block;
					width: 0px;
					height: 90px;
					-moz-transition: all 0.3s ease-in-out;
					-webkit-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				
				#team2 li figcaption.contactme span.facebook{
					background: url('../images/facebook.png') center center no-repeat;
				}
				#team2 li figcaption.contactme span.twitter{
					background: url('../images/twitter.png') center center no-repeat;
				}
				
				#team2 li figcaption.contactme span:hover{ }
				
			#team2 li:hover figcaption.contactme{
				width: 40px;
			}
			#team2 li:hover figcaption.contactme span{
				width: 40px;
			}

			#team2 li figcaption.member{
				display: block;
				width: 100%;
				height: 50px;
				top: 0px;
				float: left;
			}
				#team2 li figcaption.member span{
					display: block;
					width: 100%;
				}
				#team2 li figcaption.member span.name{
					font-family: 'Lobster Two', 'Lato', Calibri, Arial, sans-serif;
					font-size: 1.3em;
					line-height: 30px;
					color:#000;
				}
				#team2 li figcaption.member span.role{
					font-family: 'Lato', Calibri, Arial, sans-serif;
					font-size: 0.8em;
					line-height: 20px;
					color:#000;
				}




#team3{
	width: 100%;
	text-align: center;
}

	#team3 li{
		margin: 0px;
		padding: 0px;
		display: inline-block;
		width: 48%;
		height: auto;
		vertical-align:top;
		
	}
@media screen and (max-width: 980px ) {
 #team3 li{
    width: 95%;
	margin: 10px 3px 10px 3px;
}
}
@media screen and (max-width: 767px ) {
 #team3 li{
    width: 95%;
	margin: 10px 3px 10px 3px;
	position:relative;
	overflow:hidden;
}
}
		
		#team3 li figure{
			margin: 0px;
			padding: 0px;
		}
			#team3 li figcaption{
				margin: 0px;
				padding: 0px;
				
				-moz-transition: all 0.3s ease-in-out;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
			
			#team3 li figcaption span{
				margin: 0px;
				padding: 0px;
			}
			
			#team3 li figcaption.image{
				display: inline-block;
				width: 390px;
				height: 251px;
				display: block;
				float: left;
			}
				
				#team3 li figcaption.image img{
					margin: 0px;
					padding: 0px;
					height: 251px;
				}
		
			#team3 li figcaption.contactme{
				display: inline-block;
				width: 0px;
				height: 251px;
				float: right;
			}
			#team3 li:hover figcaption.image{
				width: 390px;
			}
			
			#team3 li figcaption.contactme{
				width: 0px;
			}
				#team3 li figcaption.contactme span{
					display: block;
					width: 0px;
					height: 90px;
					-moz-transition: all 0.3s ease-in-out;
					-webkit-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				
				#team3 li figcaption.contactme span.facebook{
					background: url('../images/facebook.png') center center no-repeat;
				}
				#team3 li figcaption.contactme span.twitter{
					background: url('../images/twitter.png') center center no-repeat;
				}
				
				#team3 li figcaption.contactme span:hover{ }
				
			#team3 li:hover figcaption.contactme{
				width: 40px;
			}
			#team3 li:hover figcaption.contactme span{
				width: 40px;
			}

			#team3 li figcaption.member{
				display: block;
				width: 100%;
				height: 50px;
				top: 0px;
				float: left;
			}
				#team3 li figcaption.member span{
					display: block;
					width: 100%;
				}
				#team3 li figcaption.member span.name{
					font-family: 'Lobster Two', 'Lato', Calibri, Arial, sans-serif;
					font-size: 1.3em;
					line-height: 30px;
					color:#000;
				}
				#team3 li figcaption.member span.role{
					font-family: 'Lato', Calibri, Arial, sans-serif;
					font-size: 0.8em;
					line-height: 20px;
					color:#000;
				}


/******************************************************

	$INDEX10 - CONTACT
	
******************************************************/	





#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	font-family: 'Lato', Calibri, Arial, sans-serif;
    width:100%;
    border: 0px;
    margin:0px 0px 10px 0px;
    padding:10px;
	
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
}
#contact-form button[type="submit"] {
	font-family: 'Lobster Two', 'Lato', Calibri, Arial, sans-serif;
	font-size: 1.5em;
    cursor:pointer;
    width:100%;
    border:none;
    margin:0 0 5px;

    padding:10px;
    border-radius:5px;
}
#contact-form button[type="submit"]:hover {}










/******************************************************

	$INDEX11 - MEDIA QUERIES : TABLETS
	
******************************************************/	

@media screen and (max-width: 1200px ) {
	.headerstandard h1 {
			letter-spacing: 4px;
			font-size: 2.5em;
			float: left;
		}
}


/* TABLETS */
@media screen and (max-width: 1020px ) {
     
    .headerstandard .headerstandard-inner {
        width: 100%;
    }
 	
	header.headermobile  {
        display: none;
    }
	
	.menumobile{
		display: none;
		width: 100%;
	}
	
	.headerstandard {
		display:block;
	}
	
    /*.headerstandard h1,
    { 	
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
 
    .headerstandard h1,
    {
        line-height: 115px;
    }
 
    .headerstandard.headerstandard-shrink {
		height: 130px;
	}  
	
    .headerstandard.headerstandard-shrink h1,
    .headerstandard.headerstandard-shrink nav a {
        line-height: 45px;
    }
 
    .headerstandard.headerstandard-shrink h1 {
        font-size: 3em;	
		background: none;
		text-indent: 0px;
    }
 
    .headerstandard.headerstandard-shrink nav a {
        font-size: 1.2em;
    }*/


	#main {
		padding-top:0px;
	}
	

	
	#main section{
		padding: 100px;
	}
	#main section:first-child{
		padding: 0px;
	}
		
		
	
	/*#main h1{
		font-size: 4em;
		padding-top: 0px;
		margin-top: 0px;
	}*/
	#main h2{
		font-size: 1.4em;
	}
	#main hr{
		margin-top: 10px;
		margin-bottom: 10px;
	}
			
		
	#main .home h1{
		font-size: 4em;
		padding-top: 190px;
		line-height: 0.8em;
		height: 350px;
		margin: 20px auto;
		background: transparent url('../images/logo-medium.png') center center no-repeat;
	}
	
	#main .home h2{
		margin-top: -70px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		font-size: 2.5em;
	}
	
	/*#team{
	width: 100%;
	text-align: center;
	}

	#team li{
		padding: 20px 10px 20px 10px;
		display: inline-block;
		width: 95%;
		height: auto;
		vertical-align:top;
		text-align:center;
	}*/
	
	#actus {
		max-width:95%;
		margin:auto;
		width:95%;
		text-align:center;
	}
	.scroll {
		position: fixed;
		bottom: 10px;
		right: 0px;
	}
	 
	.col50{
		display: inline-block;
		width: 100%;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.left{ float: none; }
	.right{ float: none; }

	.col70{
		width: 100%;
	}
	.col30{
		width: 100%;
	}
.contact25{
	width:90%;
	text-align:center;
	margin:20px 20px 20px 20px;
	
}
.contact25:hover{
	width:90%;
	text-align:center;
	margin:20px 20px 20px 20px;

}

.contact30{
	width: 100%;
	display:inline-block;
	text-align:left;
	padding:20px 20px 20px 20px;
	margin:0;
	color:#FFF;
}
.contact30:hover{
	width: 100%;
	display:inline-block;
	text-align:left;
	padding:20px 20px 20px 20px;
	margin:0px;
	background-color:#d0ac54;
	-webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
	.progress .bar {
		text-transform: none;
		font-size: 1.1em;
	}

}






/******************************************************

	$INDEX12 - MEDIA QUERIES : SMARTPHONES
	
******************************************************/	




@media screen and (max-width: 1000px ) {
     
    .headerstandard .headerstandard-inner {
        width: 100%;
    }
 	
	header.headermobile  {
        display: block;
    }
	
	.menumobile{
		display: none;
		width: 100%;
	}
	
	.headerstandard {
		display:none;
	}
}
/* SMARTPHONES */
@media screen and (max-width: 767px ) {
    .headerstandard {
        display: none;
    }
	
	
    header.headermobile  {
        display: block;
    }
	
	.menumobile{
		display: none;
		width: 100%;
	}
	
	#main section, #main section:first-child{
		padding: 0px;
	}
	
	#main {
		padding-top:0px;
	}
	
	#main section{
		margin: 0px 0px;
			display: block;
	}
	#main section:first-child{
		margin-top: 0px;
		padding: 0px;
	}
	#main section:last-child{
		margin-bottom: 0px;
	}		
	
	/*#main h1{
		font-size: 2.5em;
		padding-top: 0px;
		margin-top: 0px;
	}*/
	#main h2{
		font-size: 1.1em;
	}
	
	
	#main .home h1{
		width: 80%;
		font-size: 2.8em;
		padding-top: 140px;
		line-height: 0.8em;
		height: 250px;
		margin: 20px auto;
		background: transparent url('../images/logo-small.png') center center no-repeat;
	}
	
	#main .home h2{
		margin-top: -20px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		font-size: 1.7em;
	}
	
	/*#team {
		width:90%;
		max-width:90%;
	}
	
	#team li{
		margin: 20px 5px 20px 5px;
	}*/
	
	#filter{
		text-align: center;
	}
	#filter a{
		font-size: 1em;
	}
 
 
	.scroll {
		position: fixed;
		top: 20px;
		right: 10px;
		float: right;
		height: 20px;
		width: 20px;
		background-image: url('../images/scroll-small.png');
		background-position: 0px 0px;
		z-index: 99999;
	} 
	.scroll:hover {
		background-image: url('../images/scroll-small.png');
		background-position: 0px -20px;
	}
	
	
}

