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

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



@import url(https://fonts.googleapis.com/css?family=Dosis|Montserrat:200,300,400|Open+Sans+Condensed:300,700);
/*@import url(//db.onlinewebfonts.com/c/1a12aead3f0f16881805cbf394ad3d34?family=Jimmy+Benedict);
@import url(//db.onlinewebfonts.com/c/331ec49c0d78e469c42c1d814dd45838?family=Avenir+Book);*/

@font-face {font-family: "Jimmy Benedict"; src: url("//db.onlinewebfonts.com/t/1a12aead3f0f16881805cbf394ad3d34.eot"); src: url("//db.onlinewebfonts.com/t/1a12aead3f0f16881805cbf394ad3d34.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1a12aead3f0f16881805cbf394ad3d34.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1a12aead3f0f16881805cbf394ad3d34.woff") format("woff"), url("//db.onlinewebfonts.com/t/1a12aead3f0f16881805cbf394ad3d34.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1a12aead3f0f16881805cbf394ad3d34.svg#Jimmy Benedict") format("svg"); } 

@font-face {font-family: "Avenir Book"; src: url("//db.onlinewebfonts.com/t/331ec49c0d78e469c42c1d814dd45838.eot"); src: url("//db.onlinewebfonts.com/t/331ec49c0d78e469c42c1d814dd45838.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/331ec49c0d78e469c42c1d814dd45838.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/331ec49c0d78e469c42c1d814dd45838.woff") format("woff"), url("//db.onlinewebfonts.com/t/331ec49c0d78e469c42c1d814dd45838.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/331ec49c0d78e469c42c1d814dd45838.svg#Avenir Book") format("svg"); } 

body, html { font-size: 100%; 	padding: 0; margin: 0;
font-family: "Avenir Book";}

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

div#smartphones {
	display:none;
	}
div#onlyscreen {
	display:block;
	}
div#footer {
	 padding: 0px 1.2em;
	 letter-spacing:normal;
}

@media screen and (max-width: 1067px ) {
	div#smartphones {
	display:block;
	}
	div#onlyscreen {
	display:none;
	}
	div#footer {
	 padding: 0px 10px;
	}

}


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

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



body {
    font-family: "Avenir Book";
	font-weight: normal;
	font-size: 17px;
	line-height:30px;
	letter-spacing: 1px;


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

a:hover {}

.lienh2{
	font-family: "Avenir Book";
	font-weight: 300;
    font-size: 2em;
	text-align: center;
	margin: 0px 0px;
}
.lienviolet {
	 font-family: 'Arial Narrow', arial;
	font-weight: normal;
	font-size: 2em;
	line-height:1.6em;
}

#container {
	position: relative;
	padding-bottom: 0%;
	
}

h1{
	font-family: "Jimmy Benedict";
	font-weight: 300;
    font-size: 40px;
	text-align: left;
	margin: 0px 0px;
	line-height:auto;
}
@media screen and (max-width: 1067px ) {
h1{
    font-size: 30px;
	line-height:35px;
}
}
h2{
	font-family: "Avenir Book";
	font-weight: 200;
    font-size: 1.8em;
	text-align: center;
	margin: 0px 0px;
}

h3{
	font-family: "Avenir Book";
	font-weight: 200;
    font-size: 1.3em;
	margin: 0px 0px;
}
h4{
	font-family: "Jimmy Benedict";
	font-weight: 200;
    font-size: 25px;
	margin: 0px 0px;
	margin-bottom:20px;
}

hr{
	border-top: 1px solid;
	border-bottom: 0px;
	margin: 20px auto 10px auto;
	width: 98%;
	
}

.display{
	display: block;
}

.hide{
	display: none;
}

.no-border{
	border: 0px;
}

p{
	padding:0;
	margin:0;
	/*font-weight: normal;
	font-size: 18px;;
	display: inline-block;
	text-align:justify;
	font-family: 'Open Sans', sans-serif, Calibri, Arial, sans-serif;*/
	
}

strong {
	font-weight:bold;
}
.scroll-fleche{
-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
}

div#blocinfos {
			padding:10px;
			width:250px;
			border:solid 1px #000;
			color:#000;
			
		}
		div#blocinfos:hover {
			border:solid 1px #000;
			background-color : #000;
			color:#FFF; 
		}

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

	$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 h1{
	font-family: 'Arial Narrow', arial;
	font-weight: 300;
    margin: 0;
}

header h1, header nav a {
	-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: 250px;
}



		.headerstandard .headerstandard-inner {
			width: 100%;
			max-width: 100%;
			margin: 0 auto;
			padding: 0 1.875em;
		}


		 /* 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,
		.headerstandard nav.menustandard a {
			line-height: 100px;
		}

		 .headerstandard h1 {
			letter-spacing: 4px;
			font-size: 4em;
			float: left;
			padding:10px 20px;
		}

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

		.headerstandard nav.menustandard a {
			font-family: "Jimmy Benedict";
	
			margin: 0 0 0 8px;
			font-size: 18px;
			font-weight: 500;
			padding: 8px 10px;
			
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			
		}

		.headerstandard #logo {
			display:block;
		}
		.headerstandard #logo2 {
			display:none;
		}
		.headerstandard #logoRS {
			width:26px;
		}
		.headerstandard.headerstandard-shrink div#rs{
			display:block;
			height:40px;
		}

		
		


	
	

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

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




.headerstandard.headerstandard-shrink {
    height: 95px;
	  -moz-box-shadow: 4px 4px 8px #aaa; 
  -webkit-box-shadow: 4px 4px 8px #aaa; 
  box-shadow: 4px 4px 8px #555; 

}
 
.headerstandard.headerstandard-shrink h1,
.headerstandard.headerstandard-shrink nav.menustandard a {
    line-height: 40px;
	font-size:0.7em;
}
.headerstandard.headerstandard-shrink nav.menustandard {
	padding-top:12px;
}
.headerstandard.headerstandard-shrink h1 {
    padding:0px 5px;
}

.headerstandard.headerstandard-shrink #logo {
			display:none;
		}
.headerstandard.headerstandard-shrink #logo2 {
			display:block;
			height:85px;
			padding-top:10px;
		}

.headerstandard.headerstandard-shrink div#rs{
			display:block;
			height:20px;
		}

.headerstandard.headerstandard-shrink #logoRS{
			width:20px;
		}




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

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




header.headermobile {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 20px auto;
	padding: 0px;
	z-index: 10000;
	display: none;
	  -moz-box-shadow: 4px 4px 8px #aaa; 
  -webkit-box-shadow: 4px 4px 8px #aaa; 
  box-shadow: 4px 4px 8px #555; 

}

		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 {
					font-family: "Avenir Book";
					display: block;
					font-size: 0.8em;
					font-weight: 300;
					width: 100%;
					text-align: center;
					line-height:normal;
					
				}

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

				.menumobile {
					width: 240px;
					height: 100%;
					top: 0;
					z-index: 10000;
				}

				.menumobile a {
					padding: 10px;
				}





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

	$INDEX7 - MAIN CONTENT
	
******************************************************/	



#main{
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	transition: background 2s ease;
}

html, body,
#container,
#main,
#main section {}

#main section{
    padding: 20px 4% 20px 4%;
	margin: 0 0px;
}
#main section:first-child{
	margin-top: 0px;
    padding: 270px 20px 20px 20px;
}
#main section:last-child{
	margin-bottom: 0%;
}

.mobile{
	display: none;
}


#main .home h1, h2{
	font-weight: 200;
	text-align: center;
}

#main .home h1{
	font-size: 5em;
	font-family: 'savoye'; , Calibri, Arial, sans-serif;
	display: block;
	width: 100%;
	line-height: 0.8em;
	margin: 0px auto 20px auto;
}

#main .home h2{
	margin-top: 0px;
    font-family: "Avenir Book";
	font-size:1.4em;
	line-height:normal
}

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

.col30{
	width: 30.3%;
}

.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
	
******************************************************/	
#fonctions{
	width: 100%;
	text-align: center;
}

	#fonctions li{
		margin: 20px 10px 20px 10px;
		padding: 0px;
		display: inline-block;
		width: 190px;
		height: auto;
	}


#team{
	width: 100%;
	text-align: center;
}

	#team li{
		margin: 0px 0;
		padding: 20px;
		display: inline-block;
		width: 350px;
		max-width:100%;
		height: 500px;
		text-align: center;
		vertical-align: top;
		font-size:0.9em
	}
	
	#team li:hover{
		background-image:url(../img/fond.png);
		cursor:pointer;
	}

@media screen and (max-width: 1067px ) {
	
	#team li{
		width: 400px;
	}

}

@media screen and (max-width: 937px ) {
	#team{
		padding:0;
		margin:0;
	}
	
	#team li{
		margin: 10px 0;
		padding: 20px 10px;
		display:block;
		width:100%;
	}
}
@media screen and (max-width: 937px ) {

	#team li{
		height: auto;
	}
}
#team2{
	width: 100%;
	text-align: center;
}

	#team2 li{
		margin: 0px 0;
		padding: 5px;
		display: inline-block;
		width: 335px;
		max-width:100%;
		height: 375px;
		text-align: center;
		vertical-align: top;
		font-size:0.9em
	}
	
	#team2 li:hover{
		/*background-image:url(../img/fond.png);*/
		cursor:pointer;
	}

@media screen and (max-width: 937px ) {
	#team2{
		padding:0;
		margin:0;
	}
	
	#team2 li{
		margin: 10px 0;
		padding: 10px;
		display:block;
		width:100%;
	}
}

#programmes{
	width: 100%;
	text-align: center;
}

	#programmes li{
		margin: 10px 20px;
		padding: 10px;
		display: inline-block;
		width: 375px;
		max-width:100%;
		height: auto;
		text-align: center;
		vertical-align: top;
	}

@media screen and (max-width: 929px ) {
	#programmes{
		padding:0;
		margin:0;
	}
	
	#programmes li{
		margin: 10px 0;
		padding: 10px;
		width:100%;
		display:block;
	}
}

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

	$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: 1067px ) {
     
    .headerstandard .headerstandard-inner {
        width: 100%;
    }
 
 
	.headerstandard h1,
    .headerstandard nav.menustandard a {
    line-height: 70px;
	font-size:1.5em;
    }
 



	
	#main section{
		padding: 150px 20px 20px 20px;
	}
	#main section:first-child{
		padding: 250px 20px 20px 20px;
	}
		
		
	
	#main h1{
		font-size: 3em;
		padding-top: 0px;
		margin-top: 0px;
		line-height:1em
	}
	#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;
	}
	
	#main .home h2{
		margin-top: -70px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		font-size: 2.5em;
	}
	.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; }

	.col30{
		width: 100%;
	}

	.progress .bar {
		text-transform: none;
		font-size: 1.1em;
	}

}



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

	$INDEX12 - MEDIA QUERIES : SMARTPHONES
	
******************************************************/	






/* SMARTPHONES */
@media screen and (max-width: 1067px ) {
    .headerstandard {
        display: none;
    }
	
	
    header.headermobile  {
        display: block;
    }
	
	.menumobile{
		display: none;
		width: 100%;
	}
	
	#main section, #main section:first-child{
		padding: 30px 20px 20px 20px;
	}

	#main section{
		margin: 0px 0px;
			/*display: block;*/
	}
	#main section:first-child{
		margin-top: 0px;
		padding: 50px 20px 20px 20px;
	}
	#main section:last-child{
		margin-bottom: 0%;
	}		
	
	#main h1{
		font-size: 3.5em;
		padding-top: 0px;
		margin-top: 0px;
	}
	#main h2{
		font-size: 1.6em;
	}
	
	
	#main .home h1{
		width: 80%;
		font-size: 2.8em;
		padding-top: 140px;
		line-height: 0.8em;
		height: 250px;
		margin: 20px auto;
	}
	
	#main .home h2{
		margin-top: -20px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		font-size: 1.7em;
	}
	
	#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;
	}
}

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

	#main h1{
		font-size: 2.5em;
	}
		#fonctions {
		width:100%;
		max-width:100%;
	
	}
	
	#fonctions li{
		margin: 20px 5px 20px 5px;
		width:90%;
			text-align:center
	}

}

#InputFile {
	text-align:left;
	 margin-top:20px;
}
@media screen and (max-width: 1067px ) {
	#InputFile {
		 text-align:center; 
		 margin:auto; 
		 margin-top:20px;
	}
}

