

/******************************************************

	$INDEX0 - FONTS AND RESET
	
******************************************************/	



/*@import url(http://fonts.googleapis.com/css?family=Lobster);*/
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic&family=Raleway&display=swap');
body, html { font-size: 100%; 	padding: 0; margin: 0; height:100%;
}

/* orientation iOS font-size fix */
@media (orientation: portrait) and (max-device-width: 768px) {
	html,
	body {
		-webkit-text-size-adjust: 100%;
	}
}
@media (orientation: landscape) and (max-device-width: 768px) {
	html,
	body {
		-webkit-text-size-adjust: 100%;
	}
}
strong {
	font-weight: 600 !important;
}
.contenu img {
	max-width:98%;
}
#container {
    min-height: 100%;
    position: relative;
}
#main {
    padding-bottom: 0px;
}
#footer {
	height:75px;
	width:100%;
	position: absolute;
    bottom: 0;
}
	@media screen and (max-width: 1668px ) {
#footer {
	height:auto;
	width:100%;
	position: relative;
    bottom: 0;
}
	}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 10px;
width: 100%;
height: 90%;
}

 @media screen and (max-width: 868px ) {
.video-container-actus {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
max-width:85%;
text-align:center;
margin:auto;
}
.video-container-actus iframe{
	position: absolute;
top: 0;
left: 10px;
width: 100%;
height: 90%;

 }
 }

/* 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;
}

.clear {
	clear: both;
}


/******************************************************

	$INDEX1 - GENERAL
	
******************************************************/	



body {
    font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:30px;

    /*-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;*/
}

	@media screen and (max-width: 768px ) {
	body{
		font-size:14px;
	
	/*font-size: 10px;*/
	
	}
}

/*::-webkit-input-placeholder {
    color:#000;
}
:-moz-placeholder {
    color:#000;
}
::-moz-placeholder {
    color:#000;
}
:-ms-input-placeholder {
    color:#000;
}*/

a {
	text-decoration: none;
}

a:hover {}

#container {
	position: relative;
	padding-bottom: 0%;
	
}
h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
   font-size: 30px;
	margin: 0px 0px;
	text-align:center;
}

h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
    font-size: 20px;
	margin: 0px 0px;
}


h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
    font-size: 24px;
	margin: 0px 0px;
}

h4{
	font-family: 'Raleway', sans-serif;
	/*font-family: 'Open Sans', sans-serif, Calibri, Arial, sans-serif;*/
	font-weight: bold;
    font-size: 16px;
	margin: 0px 0px;
	text-align:left;
}
h5{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
    font-size: 18px;
	margin: 0px 0px;
	text-align:left;
}
pre{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:normal;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

hr{
	border-top: 1px solid;
	border-bottom: 0px;
	margin: 20px auto 30px auto;
	width: 98%;
	
}
.liencontact {
	/*color: #f2f5f6;*/
	color:#0b3852;
	font-family: 'Raleway', sans-serif;
	
}
a.liencontact:hover
{
	text-decoration:none;
	color:#286385;

}


.display{
	display: block;
}

.hide{
	display: none;
}

.no-border{
	border: 0px;
}

p{
	/*font-weight: 300;
	font-size: 1.3em;
	display: inline-block;
	color:#000;
	text-align:justify;*/
	
	/*font-family: 'Open Sans', sans-serif, Calibri, Arial, sans-serif;
    font-size: 15px;
	margin: 0px 0px;
	text-align:justify;*/
	padding:0;
	font-size:16px !important;

}
.lienlg {
	margin: 0 0 0 8px;
	font-size: 0.92em;
	font-weight: 300;
	padding: 8px 10px;
	color:#000;
}

.footertxt{
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	margin: 0px 0px;
	text-decoration:none;
	color:#888786;
}
a.footertxt:hover{
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	margin: 0px 0px;
	text-decoration:none;
	color:#333;
}

#DivFooter1 {
	display:inline-block;
	 width:38%;
}
#DivFooter2 {
	display:inline-block;
	 width:38%;
	 text-align:right;
}
#DivFooter3 {
	display:inline-block;
	 width:18%;
	 text-align:right;
}

@media screen and (max-width: 1070px ) {
	#DivFooter1 {
		 width:90%;
	}
	#DivFooter2 {
		display:block;
		 width:100%;
		 text-align:center;
	}
	#DivFooter3 {
		display:block;
		 width:100%;
		 text-align:center;
	}

}
/******************************************************

	$INDEX2 - HEADER COMMON
	
******************************************************/	




header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    /*overflow: hidden;*/
    /*-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;*/
}

header #logo{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

header nav a {
	font-family: 'Raleway', sans-serif;
	/*-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	*/
}







/******************************************************

	$INDEX3 - MENU COMMON
	
******************************************************/	




nav a{}

nav a.current, nav a:hover{}





	

/******************************************************

	$INDEX4 - HEADER STANDARD
	
******************************************************/	




.headerstandard {
    height: 90px;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;
	-moz-box-shadow: 8px 8px 12px #CCC; 
  -webkit-box-shadow: 8px 8px 12px #CCC; 
  box-shadow: 8px 8px 12px #CCC; 
	z-index:500;

}


		.headerstandard .headerstandard-inner {
			width: 99%;
			/*max-width: 80em;*/
			max-width:98%;
			margin: 0 auto;
			/*padding: 0 1.875em;*/
			padding:0;
			padding-left:5px;
			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 #logo,
		.headerstandard nav.menustandard a {
			padding-top:10px;
		}

		 .headerstandard #logo {
			letter-spacing: 4px;
			font-size: 2em;
			float:left;
			
		}
		
		 .headerstandard h2 {
			 font-family: 'Raleway', sans-serif;
			letter-spacing: 4px;
			font-size: 0.5em;
			font-style:italic;
			text-align:left;
			font-weight:300;
			padding-top:10px !important;
		}
		
		.headerstandard nav.menustandard{
			display: inline-block;
			position: relative;
			text-align:center;
			
			/*float: right;*/
		}

		 .headerstandard nav.menustandard{
			display: inline-block;
			position: relative;
			float:right;
			padding-top: 40px
		}

		.headerstandard nav.menustandard a {
			margin: 0 0 0 0px;
			font-size: 16px;
			font-weight: 300;
			padding-top: 10px;
			/*text-shadow: black 0.1em 0.1em 0.2em;*/
			
			/*border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;*/
		}
		
		.headerstandard nav.menustandard a:hover {
			font-weight: 300;
			
			/*border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;*/
		}

		.headerstandard #logo {
			display:block;
		}
		.headerstandard #logo2 {
			display:none;
		}
		
		.headerstandard #ImgLogo1 {
			max-height:200px; 
		}
		@media screen and (max-width: 1420px ) {
			.headerstandard #ImgLogo1 {
				max-height:150px; 
			}
		}
		
		.headerstandard #logo_facebook1 {
		}
		.headerstandard #logo_instagram1 {
		}
		.headerstandard #logo_youtube1 {
		}
		div#rs{
			display:block;
		}
		
		
		
		


	
	

/******************************************************

	$INDEX5 - HEADER STANDARD REDUIT
	
******************************************************/	


/*.headerstandard.headerstandard-shrink {
    height: 70px;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;
	-moz-box-shadow: 8px 8px 12px #CCC; 
  -webkit-box-shadow: 8px 8px 12px #CCC; 
  box-shadow: 8px 8px 12px #CCC; 
}
 
.headerstandard.headerstandard-shrink nav.menustandard {
			padding-top: 0px;
}

.headerstandard.headerstandard-shrink nav.menustandard a {
			padding-top: 30px;
			text-shadow:none;
			font-size: 16px;
			
}
.headerstandard.headerstandard-shrink #logo {
    letter-spacing: 4px;
			font-size: 2em;
			float:left;
}


.headerstandard.headerstandard-shrink h2 {
			padding-top:0px;
		}
.headerstandard.headerstandard-shrink #logo {
			display:none;
		}
.headerstandard.headerstandard-shrink #logo2 {
			display:block;
		}


		.headerstandard.headerstandard-shrink  #logo_facebook1 {
			display:none;
		}
		.headerstandard.headerstandard-shrink  #logo_instagram1 {
			display:none;
		}
		.headerstandard.headerstandard-shrink  #logo_youtube1 {
			display:none;
		}
		.headerstandard.headerstandard-shrink div#rs{
			display:none;
		}
*/

/******************************************************

	$INDEX6 - HEADER MOBILE
	
******************************************************/	




header.headermobile {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	height: auto;
	min-height:60px;
	margin: 0px auto 20px auto;
	padding: 0px;
	z-index: 500;
	display: none;
	background-color:#FFFFFF;
	/*background-image:url(../img/bandeu.png);*/
		border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;
	-moz-box-shadow: 8px 8px 12px #CCC; 
  -webkit-box-shadow: 8px 8px 12px #CCC; 
  box-shadow: 8px 8px 12px #CCC; 

	font-size:16px;
}

	header.headermobile #logo2 {
			letter-spacing: 4px;
			font-size: 2em;
			float:left;
		}
		
	header.headermobile h2 {
			font-family: 'Raleway', sans-serif;
			letter-spacing: 4px;
			font-size: 0.5em;
			font-style:italic;
			text-align:left;
			font-weight:300;
			padding-top:10px;
		}

		header.headermobile button {
			position: absolute;
			float: right;
			display: block;
			width: 40px;
			height: 40px;
			border: none;
			cursor: pointer;
			margin: 10px 10px 0px 5px;
			right:0;
		}


				.menumobile a {
					display: block;
					text-transform: uppercase;
					font-size: 0.83em;
					font-weight: 300;
					width: 98%;
					text-align: right;
					
				}

				/* Orientation-dependent styles for the content of the menu */

				.menumobile {
					width: 240px;
					height: 100%;
					top: 0;
					z-index: 500;
				}
				
				@media screen and (orientation:landscape) and (max-device-width: 480px ) {
					.menumobile {
					height: 240px;
					overflow:scroll;
					}
				}
				
				@media screen and (orientation:portrait) and (max-device-width: 480px ) {
					.menumobile {
					height: 100%;
					overflow:scroll;
					}
				}


				.menumobile a {
					padding: 0.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;
	text-align: center;
}

/*#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: 30.3%;
	display:inline-block;
	text-align:left;
	padding:0 20px 0 20px;
	margin:0;
}

.left2{ float: left; }
.right2{ float: right; }

.col70Bis{
	width: 59.6%;
	display:inline-block;
	text-align:left;
	padding:0 0px 0 0px;
	margin:0;
}
.col30Bis{
	width: 30.3%;
	display:inline-block;
	text-align:left;
	padding:0 20px 0 20px;
	margin:0;
}


@media screen and (max-width: 670px ) {

.col50{
		display: inline-block;
		width: 100%;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.left{ float: none; }
	.right{ float: none; }
	
	.left2{ float: none; }
	.right2{ float: none; }

	.col70{
		width: 100%;
	}
	.col30{
		width: 100%;
		padding:0 8px 0 8px;
	
	}
	
	.col70Bis{
		width: 90%;
		padding: 0 20px;
	}
	.col30Bis{
		width: 90%;
		padding:0 8px 0 8px;
		text-align:center;
	}

}
	
.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;
}

.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: 50px 10px 20px 50px;
		padding: 0px;
		display: inline-block;
		width: 270px;
		height: auto;
		vertical-align: top;
		text-align:left;
	}


		
		#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: 50px 10px 20px 50px;
		padding: 0px;
		display: inline-block;
		width: 120px;
		height: auto;
		vertical-align: top;
		text-align:left;
	}









/******************************************************

	$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
	
******************************************************/	




/* TABLETS */
@media screen and (max-width: 1230px ) {


     
   /* .headerstandard .headerstandard-inner {
        width: 100%;
    }
 	
	*/
	.headerstandard {
        display: none;
    }
	
	
    header.headermobile  {
        display: block;
    }
	
	.menumobile{
		display: none;
		width: 100%;
	}
	
    .headerstandard #logo,
    { 	
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
		
    }
	
	
 
    .headerstandard #logo,
    {
        line-height: 115px;
    }
 
    .headerstandard.headerstandard-shrink {
		height: 130px;
	}  
	
    .headerstandard.headerstandard-shrink #logo,
    .headerstandard.headerstandard-shrink nav a {
        line-height: 45px;
    }
 
    .headerstandard.headerstandard-shrink #logo {
        font-size: 3em;	
		background: none;
		text-indent: 0px;
    }
 
    .headerstandard.headerstandard-shrink nav a {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 1170px ) {

	#main {
		padding-top:0px;
	}


	
	#main section{
		padding: 20px;
	}
	#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;
	}
	.scroll {
		position: fixed;
		bottom: 10px;
		right: 0px;
	}
	 
	
.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
	
******************************************************/	






/* 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:0;
		padding-top: 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:100%;
		max-width:100%;
	
	}
	
	#team li{
		margin: 20px 5px 20px 5px;
		width:90%;
			text-align:center
	}

	#team2 {
		width:100%;
		max-width:100%;
	
	}
	
	#team2 li{
		margin: 20px 5px 20px 5px;
		width:90%;
			text-align:center
	}

	#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;
	}
	
	pre{
	font-size:14px;
	}

	
}

