@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	}

::-webkit-scrollbar {height:1em;width:1.2em;background:#fff;} /**/
::-webkit-scrollbar-thumb {background:#E2E2E2;-webkit-box-shadow: 0 0 5px #fff; } /*ascenseur*/
::-webkit-scrollbar-thumb:hover {background:#000;}
::-webkit-scrollbar-button {background:#0B6121;-webkit-box-shadow: inset 0 0 0 .0625em rgb(79,79,79), inset 0 0 0 .375em rgb(102,102,102);} /*bouton bas et haut*/

body {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin: 0 auto;
	overflow: scroll;
	background-image: url(../../img/layout/bg-dots.png);
	border: 10px solid #000;
    }

*::-moz-selection {
	background-color:#000000;
	background-position:initial initial;
	background-repeat:initial initial;
	color:#ffffff;
	}

::selection {
	background-color:#000000;
	background-position:initial initial;
	background-repeat:initial initial;
	color:#ffffff;
	}
	
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

a {
	text-decoration:none;
	color:#000;
	-webkit-transition:color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    }

a:hover {
    color:#26e6b5;
    }

p {
	text-align:left;
	}
span {
	text-align:left;
	}	

h1 { 
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight:bold;
	font-size:5em;
	text-transform:uppercase; 
	text-align:center;
	line-height:0.9em;
	}  

h2 { 
	font-family: 'Montserrat', Arial, sans-serif;
	font-size:1em;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:2em;
	max-width:750px;
	margin:0 auto;
	font-weight:normal;
} 

h3 { 
	font-family: 'Prata', Arial, sans-serif;
	font-weight:normal;
	font-size:4em;
	text-transform:uppercase; 
	text-align:left;
	line-height:0.9em;
	padding:20px 0 20px 0;
	} 



/* ----------------------------------------------------------------------PRELOADER ---------------------------------------------------------------------- */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../../css/img/preloader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* ---------------------------------------------------------------------- CONTAINER ---------------------------------------------------------------------- */

.main {
    margin: 0 auto;
    }



/* ------------------------------------------------------------------------ HEADER ------------------------------------------------------------------------ */

header {
    z-index: 9000;
	height: 80px;
	margin:0px auto 55px auto;
	border-bottom:solid 1px #ababab;
	position:relative;
	}
.baseline{
	color: #999;
	margin:40px;
	width:600px;
	font-family: 'Montserrat';
	font-size: 1em;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 130px;
}
.contact:hover{
	color: #26e6b5;
}
.baseline-black{
	color: #000;
	}
.logo {
	margin:40px;
	width:80px;
	}
	
.rollin {	
	-webkit-transition:All .8s ease;
	-moz-transition:All .8s ease;
	-o-transition:All .8s ease;
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	}
	
.rollin:hover{
	-webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
	}

ul.navigation1 {
    font-family: 'Montserrat';
    font-size: 1.1em;
    text-align: right;
    text-transform: uppercase;
	display:inline-block;
	position:absolute;
	right:3%;
	top:25%;
	z-index:1000;
	}

	
ul.navigation1 li {
	height: 50px;
    display: inline;
	}	

ul.navigation1 li a {
	margin:0 5px 0 15px;
	}

ul.navigation1 li a:hover {
    color:#26e6b5;
	border-top:3px solid #000;
	padding-top: 15px;
    }

ul.navigation1 li a.active {
	border-top:3px solid #000;
	padding-top: 15px;
    }
.lang{
	display:inline;
	padding-left:8px;
	margin-left:12px;
	border-left:4px solid #eee
	}
.lang a{
	color:#ccc;
	margin:0;
	margin-left:10px;
	display:inline
	}
	.lang a:before{display:none}
	.lang a:hover, .lang
a.active{color:#000}
.lang span{display:none}

/* ------------------------------------------------------------------------ ARROW ------------------------------------------------------------------------ */	

/* ------------------------------------------------------------------------ FOLLOW ------------------------------------------------------------------------ */	

.follow{
    font-family: 'Prata';
	font-size: 1.1em;
    text-align: center;
    text-transform: uppercase;
	margin-right:0 auto;
	display:inline-block;
	width: 400px;
	}	
#social-container{
	margin:20px auto;
	width: 100%;
	text-align: center;
}
	
a.lien {
	font-family: 'Montserrat light';
	font-weight:normal;
	font-size:0.75em;
	color:#000;
	margin: 10px 10px;
	position:relative;
	z-index:24;
	text-decoration:none;
	}
	
a.lien img{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
a.lien img:hover{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
 
a.lien:hover{
	z-index:25;
}
 
a.lien span{
	display: none;
	
}
 
a.lien:hover span{
	display:block;
	position:absolute;
	bottom:-20px; left:-40px; width:150px;
	color:#000;
	text-align: center;
	font-weight:none;
	}
	


/* ------------------------------------------------------------------------ FOOTER ------------------------------------------------------------------------ */

footer {
	font-family: 'Prata';
	font-size:1em;
    height:40px;
	margin:70px auto 65px auto;
	border-top:solid 1px #ababab;
	padding-top:40px;
	position:relative;
	text-align:center;
    }
	
.scrollToTop{
	position:fixed;
	right:40px;
	bottom:15px;
    cursor:pointer;
    width:50px;
    height:50px;
	z-index:100;
	}
.scrollToTop a{
	background-color: #000;
    background-image:url(../../img/layout/scrolltop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    border-radius: 100%;
	height: 30px;
	width: 30px;
	display:block;
	text-indent: 9999px;

}
.merci-accueil{
	text-align:center;
    padding-bottom: 10px;
    width: 100%;
    }
.copyright{
	padding-top: 10px;
    }
	

/* ----------------------------------------------------------- HOMEPAGE---------------------------------------------------- */

/*  ------------------------------------------ CHANGING WORDS ------------------------------------------ */

.rw-wrapper{
	position: relative;
	left: 40px;
	top: 80px;
	max-width: 80%;
	padding-right: 40px;
	}
	
.rw-sentence{
	text-align: left;
	line-height: 1.4;
	}
	
.rw-sentence span{
	color: #000;
	}
	
.rw-words{
	display: inline;
	}

.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #000;
	-webkit-animation: rotateWord 40s linear infinite 0s;
	-moz-animation: rotateWord 40s linear infinite 0s;
	-o-animation: rotateWord 40s linear infinite 0s;
	-ms-animation: rotateWord 40s linear infinite 0s;
	animation: rotateWord 40s linear infinite 0s;
	}

.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 5s; 
	-moz-animation-delay: 5s; 
	-o-animation-delay: 5s; 
	-ms-animation-delay: 5s; 
	animation-delay: 5s; 
	color: #000;
	}

.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 10s; 
	-moz-animation-delay: 10s; 
	-o-animation-delay: 10s; 
	-ms-animation-delay: 10s; 
	animation-delay: 10s; 
	color: #000;	
	}

.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 15s;
	-moz-animation-delay: 15s; 
	-o-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #000;
	}

.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 20s; 
	-moz-animation-delay: 20s; 
	-o-animation-delay: 20s; 
	-ms-animation-delay: 20s; 
	animation-delay: 20s; 
	color: #000;
	}

.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 25s;
	-moz-animation-delay: 25s; 
	-o-animation-delay: 25s; 
	-ms-animation-delay: 25s; 
	animation-delay: 25s; 
	color: #000;
	}

.rw-words-1 span:nth-child(7) { 
    -webkit-animation-delay: 30s;
	-moz-animation-delay: 30s; 
	-o-animation-delay: 30s; 
	-ms-animation-delay: 30s; 
	animation-delay: 30s; 
	color: #000;
	}

.rw-words-1 span:nth-child(8) { 
    -webkit-animation-delay: 35s;
	-moz-animation-delay: 35s; 
	-o-animation-delay: 35s; 
	-ms-animation-delay: 35s; 
	animation-delay: 35s; 
	color: #000;
	}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; }
	3% { opacity: 1; }
	13% { opacity: 1; }
	15% { opacity: 0;}
	20% { opacity: 0; }
	80% { opacity: 0; }
    100% { opacity: 0; }
	}

@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; }
	3% { opacity: 1; }
	13% { opacity: 1; }
	15% { opacity: 0;}
	20% { opacity: 0; }
	80% { opacity: 0; }
    100% { opacity: 0; }
	}

@-o-keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; }
	3% { opacity: 1; }
	13% { opacity: 1; }
	15% { opacity: 0;}
	20% { opacity: 0; }
	80% { opacity: 0; }
    100% { opacity: 0; }
	}

@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; }
	3% { opacity: 1; }
	13% { opacity: 1; }
	15% { opacity: 0;}
	20% { opacity: 0; }
	80% { opacity: 0; }
    100% { opacity: 0; }
	}

@keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; }
	3% { opacity: 1; }
	13% { opacity: 1; }
	15% { opacity: 0;}
	20% { opacity: 0; }
	80% { opacity: 0; }
    100% { opacity: 0; }
	}


/*  ------------------------------------------ Filtres ------------------------------------------ */

ul.filteroptions { 
	height: 65px;
	text-align:center;	
	margin-top:200px;
    }

ul.filteroptions li { 
    height: 50px;
    display: inline;
    }

ul.filteroptions li a {
	font-family: 'Montserrat';
	font-size:1em;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	margin:0 7px 0 7px;
	padding:10px 0;
	}

ul.filteroptions li a:hover {
     color:#26e6b5;
    }

ul.filteroptions li a.active { 
	border-top:3px solid #000;
	}



/*  ------------------------------------------ Vignettes ------------------------------------------ */

#content {
	margin: 0px auto;
	width : 100%;
	max-width: 1600px;
	padding-bottom: 15px;
	}
.box {
	margin:12px 12px;
	}

.vignette {
	width:340px;
	height:340px;
	}
	
img.desaturate {
	 opacity: 0.90;
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	  display: block;
  margin: 0;
}

img.desaturate:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.box .info {
	opacity: 0;
	-webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
    left: 0;    
	 top: -30;
	 margin-top: 3px;
    position: absolute;    
	width:100%;
	text-align:center;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	}

	
.box:hover .info {
	opacity: 1;
	}
	
	
.box .text {   
	font-family:  'Prata';
	color: #000;
	padding:0;
	text-align:center;
	border:none;
	}


.box .title {
	font-family: 'Montserrat';
	font-weight: bold;
	text-rendering: optimizeLegibility;
	color: #000;
	text-transform:uppercase;
	font-size:0,8em;
	line-height:1em;
	letter-spacing:0,5px;
	margin-right: 10px;
	}

	
.box .type {
	font-family: 'Prata';
	color: #000;
    font-size:0,8em;
    letter-spacing:0px;
	text-transform:none;
	}	
	

/*  ------------------------------------------ Filtres Isotopes ------------------------------------------ */

.isotope-item {
	z-index: 2;
	}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
	}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
	}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	}



/* ------------------------------------------------------------------ PAGES INTERIEURES ------------------------------------------------------------------ */

.intro{
	margin-bottom: 50px;
}

/*--------------------*/
/* SLIDER */
/*--------------------*/


nav a {
	position: absolute;
	top: 40%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav a.prev {
	left: 0;
}

nav a.next {
	right: 0;
}

nav a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}

/*--------------------*/
/* Slide out */
/*--------------------*/

.work-layout{ 
max-width: 1600px; 
position: relative;
margin: 0 auto;
overflow: hidden;

}
.work-layout img{
	width: 100%;
	height: 100%;
	
}

.nav-slide .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	padding: 4px;
	background-color: #000;
	max-width: 30px;
}

.nav-slide svg.icon {
	fill: #fff;
}

.nav-slide div {
	position: absolute;
	top: 50%;
	padding: 6px 100px;
	height: 60px;
	background-color: #000;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	cursor: pointer;
}

.nav-slide a.prev div {
	left: 0;
	text-align: left;
	padding-right: 120px;
	-webkit-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
}

.nav-slide a.next div {
	right: 0;
	padding-left: 120px;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
}

.nav-slide h3 {
	position: relative;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	white-space: nowrap;
	font-family:"Montserrat", Arial;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.5;
}

.nav-slide div h3 span {
	display: block;
	color: #26e6b5;
	font-style: italic;
	font-size: 65%;
	font-family: 'Prata', Arial, sans-serif;
}

.nav-slide img {
	position: absolute;
	top: 0;
	height: 100%;
	width: auto;
}

.nav-slide a.prev img {
	right: 0;

}

.nav-slide a.next img {
	left: 0;
}

.nav-slide a:hover div {
	-webkit-transform: translateY(-50%) translateX(0); 
	transform: translateY(-50%) translateX(0);
}

/*--------------------*/
/* FIN DU SLIDER*/
/*--------------------*/

.work-content p{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 10px;
}

.work-content h2{
	font-size: 2em;
	font-weight: bolder;
	width: 80%;
	
	}

.projet-intro {
	max-width: 1200px;
	box-sizing: content-box;
	margin: 0 auto;
	
}
.projet-intro h2{
	font-size: 1em;
	width: 100%;
	padding-left: 10px;
	text-align: left;
	color: #999;
	}
.projet-intro p{
	width: 80%;
	text-align: justify;
    text-justify: inter-word;
	margin-bottom: 5px;
	padding: 10px;
	
}

.client{
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.4em;
	font-family: 'Montserrat', Arial, Sans-serif;
	color: #000;
}
.ext-site a{
	background-image: url(../../img/layout/fleche.png);
	background-size: 15px 10px;
	background-position: 95px 3px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	font-weight: lighter;
	line-height: 1.4em;
	font-family: 'Montserrat', Arial, Sans-serif;
	text-transform: uppercase;
	padding-right: 60px;
	
}	
.ext-site a:hover{
	background-position: 100px 3px;	
}	
.left{
	float: left;
	width: 50%;
	height: auto;
}
.right{
	float: right;
	width: 50%;
	height: auto;
	background-color:#fff;
}

.projet-intro img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;

}
.wide{
	text-align: center;
	
}
.wide img{
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}


/*
*************************************************************************************
** PARALLAX *************************************************************************
*************************************************************************************
*/

.pre-title {
	font-family: "montserrat", sans-serif;
	font-size: 1.9em;
	letter-spacing: 0.2em;
	margin:auto 0;
}

.post-title {
	font-family: "Montserrat", sans-serif;
	font-size: 0.950em;
	letter-spacing: 1em;
}
.hero {
	width: 1024px;
	height: 607px;
}

.parallax {
	position: relative;
	max-width: 1400px;
	max-height: 750px;
	margin: 0 auto;
	overflow: hidden;
	background: url('../../img/work/epcm/parallax_background.jpg') no-repeat 0 0;
	background-size: cover;
}

.scene {
	padding: 0;
	margin: 0;
}

.layer {
	width: 1600px;
    height: 850px;
}

.scene img {
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
	position: absolute;
	top: -57px;
	left: -150px;
}

.scene #dancers {
	top: -20px;
}


/*  ------------------------------------------MEET ME------------------------------------------ */
	
.st-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'Montserrat', Arial, sans-serif;
}

.st-container > input,
.st-container > a {
	position: fixed;
	bottom: 0px;
	width: 20%;
	cursor: pointer;
	font-size: 1.2em;
	height: 34px;
	line-height: 34px;
}

.st-container > input {
	opacity: 0;
	z-index: 1000;
}

.st-container > a {
	z-index: 10;
	font-weight: 100;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	text-align: center;
}

/* "Fix" for percentage rounding: add a background bar pseudo element with the same color like the labels */
.st-container:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 34px;
	background: #000;
	z-index: 9;
	bottom: 0;
}

#st-control-1, #st-control-1 + a {
	left: 10%;
}

#st-control-2, #st-control-2 + a {
	left: 30%;
}

#st-control-3, #st-control-3 + a {
	left: 50%;
}

#st-control-4, #st-control-4 + a {
	left: 70%;
}

#st-control-5, #st-control-5 + a {
	left: 90%;
}

.st-container > input:checked + a,
.st-container > input:checked:hover + a{
	background: #000;
}

.st-container > input:checked + a:after,
.st-container > input:checked:hover + a:after{
	bottom: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #000;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

.st-container > input:hover + a{
	color: #26e6b5;
}

.st-container > input:hover + a:after {
	border-top: 3px solid #000;
}

.st-scroll,
.st-panel {
	position: relative;
	width: 100%;
	height: 100%;
}
.st-panel{
	background-image: url(../../img/layout/bg-dots.png);
	overflow: hidden;
	box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
	border: 10px solid #000;
} 
.st-color{
	background-image: url(../../img/layout/bg-texture.jpg);
	overflow: hidden;
	box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
	border: 10px solid #000;
}
.st-color h2 {
	color: #26e6b5;
} 
.st-color p {
	color: #333;
	letter-spacing:2px;
}

.st-scroll {
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	
	/* Let's enforce some hardware acceleration */
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

#st-control-1:checked ~ .st-scroll {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
#st-control-2:checked ~ .st-scroll {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#st-control-3:checked ~ .st-scroll {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}
#st-control-4:checked ~ .st-scroll {
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-o-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}

/* Content elements */


.st-panel h2 {
	position: absolute;
	text-align: center;
	color: #26e6b5;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
	font-size: 5em;
	font-weight: 900;
	line-height: 1em;
	width: 50%;
	left: 25%;
	top: 35%;
	margin: 10px 0 0 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}

#st-control-1:checked ~ .st-scroll #st-panel-1 h2,
#st-control-2:checked ~ .st-scroll #st-panel-2 h2,
#st-control-3:checked ~ .st-scroll #st-panel-3 h2,
#st-control-4:checked ~ .st-scroll #st-panel-4 h2,
#st-control-5:checked ~ .st-scroll #st-panel-5 h2{
	-webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
@-webkit-keyframes moveDown{
	0% { 
		-webkit-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveDown{
	0% { 
		-moz-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveDown{
	0% { 
		-o-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveDown{
	0% { 
		-ms-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveDown{
	0% { 
		transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}

.st-panel p {
	position: absolute;
	text-align: center;
	font-size: 16px;
	font-family: 'Prata', Arial, sans-serif;
	line-height: 3em;
	letter-spacing:2px;
	color: #333;
	z-index: 2;
	padding: 0;
	width: 50%;
	max-width: 800px;
	left: 25%;
	top: 50%;
	margin: 10px 0 0 0;
	-webkit-backface-visibility: hidden;
}
#st-control-1:checked ~ .st-scroll #st-panel-1 p,
#st-control-2:checked ~ .st-scroll #st-panel-2 p,
#st-control-3:checked ~ .st-scroll #st-panel-3 p,
#st-control-4:checked ~ .st-scroll #st-panel-4 p,
#st-control-5:checked ~ .st-scroll #st-panel-5 p{
	-webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveUp{
	0% { 
		-webkit-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveUp{
	0% { 
		-moz-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveUp{
	0% { 
		-o-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveUp{
	0% { 
		-ms-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveUp{
	0% { 
		transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}


@media screen and (max-width: 767px) {
	.st-panel h2 {
		font-size: 3em;
	}
	
	.st-panel p {
		width: 90%;
		left: 5%;
		margin-top: 0;
	}
	
	.st-container > a {
		font-size: 13px;
	}
}
@media screen and (max-width: 360px) {
	.st-container > a {
		font-size: 13px;
	}
	.st-panel h2 {
		font-size: 1em;
	}
	
	
}

/*  ------------------------------------------THANKS------------------------------------------ */

.merci{
	width: 100%;
	height: auto;
	padding-bottom:200px;
}
.merci h2 {
	text-align: center;
	color: #26e6b5;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
	font-size: 5em;
	font-weight: 900;
	line-height: 1em;
	margin-top: 30px;

}
.merci h3 {
	text-align: center;
	color: #000;
	font-size: 2em;
	font-weight: 300;
	line-height: 1em;
		padding-bottom:50px;
}
.merci p {
	position: relative;
	text-align: center;
	font-size: 16px;
	font-family: 'Prata', Arial, sans-serif;
	line-height: 2em;
	letter-spacing: 2px;
	color: #000;
}

#closing{
 text-align: center;
 font-weight: bolder;
 font-size: 1em;
 padding: 30px;
 font-family: 'Montserrat', Arial, sans-serif;
}

/* ------------------------------------------------------------------ RESPONSIVE DESIGN ------------------------------------------------------------------ */

/*  ------------------------------------------ Mobile device ------------------------------------------ */

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

.main {	
	width:96%;
	}

header {
	width:95%;	
	border-bottom:0;
	margin:0px auto 25px auto;
	height:140px;
	}
	
.baseline{
	display: none;
}
	
.rw-wrapper { 
	display:none;
	}
	
.name {
	display:none;
	}
		
ul.navigation1 {
	width:100%;
    text-align: center;
	margin:110px 0;
	}
ul.navigation1 li a.active, ul.navigation1 li a,ul.navigation1 li a:hover {
    display:inline-block;
    padding-top: 5px;
    padding-bottom:8px;
}
		
.logo {
	width:100%;
	text-align:center;
	margin:20px 0;
	}
	
.follow{
	margin-right:0 auto;
	display:inline-block;
	width: 200px;
	text-align: center;
	}
a.lien {
    display: block;
}
a.lien img{
	width: 100px;
	}			
		
footer {
	width:100%;	
	max-width:90%;
	border-top:0;
	text-align:center;
	}
		
ul.filteroptions { 
	display:none;
    }
#content{
	max-width: 400px;
	padding-left: 20px;
	margin:0 auto;
	padding-top: 50px;
}

.box{
	width:80%;
	margin: 0 0 10px 0;
	text-align:center;
	}

.vignette {
	width:260px;
	height:260px;
	}

.box .info {
display:none;
	}


h1 {
	font-size:3em;
    line-height: 1em;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
	}
	
h3 { 
	font-size:3em;
	padding:15px 0 0 0;
	} 

a.lien:hover span {
	display:block;
	position:absolute;
	bottom:25px; left:-40px; width:130px;
	color:#000;
	text-align: center;
	font-weight:none;
	}
	
.liens-projet {
	margin-top:15px;
	}	

a.lien:hover span{
	display:none;
	}

.slider-wrapper {
display:none;
	}
	
.images-about {
	width:100%;
	}

.images-projet {
	margin:5px auto;
	}	

.blocks label {
	margin:0 25px;
}
	
.textarea {
	height:150px;
	max-width:92%;
	max-height:150px;
	margin:0;
}

.text{
	height:30px;
	max-width:92%;
	margin:0;
	}

 	
.btn {
	max-width:98%;
	margin:10px 0;
	}	
	

	
.blocks label.error,
.blocks label.ok {
	right:7%;
	padding:10px;
	font-size:0.9em;
	line-height:1.2em;
	 
	/* Reseting previous label values */
	width:120px;
	text-align:right;
	margin:0;
	background-repeat:no-repeat;	
}
 	
	
	
.scrollToTop, .scrollToTop a{
	display : none;
	}

.img-scroll{
    width:30px;
    height:30px;
	}	
	.work-content{ 
margin: 50px auto;
}
.work-content p {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.right h2 {
   font-size: 1em;;
}
.right p {
    display: none;
}
/*  ------PARALLAX------------ */
.layer {
	width: 700px;
    height: 325px;
}
.parallax {
	max-width: 600px;
	max-height: 270px;
}
.scene img {
	top: -57px;
	left: -130px;
}

.st-panel h2 {
    font-size: 3em;
    font-weight: 900;
    top: 45%;
    left: 0;
   width: 300px;
}
.st-panel p {
    font-size: 13px;
    line-height: 1em;
    top: 55%;
}
.st-container > a {
    font-size: 9px;
}


/*  ------------------------------------------ Tablette device ------------------------------------------ */

@media screen and (min-width: 480px) and (max-width: 767px) {
		
.main {
		max-width:700px;
		text-align:center;
	}

h1 { 
	font-size:5em;
	} 
		
h2 { 
	padding:10px 25px 0 25px;
	} 
	
h3 { 
	font-size:3em;
	padding:15px 0 0 0;
	} 	

ul.navigation1 {
	top: 150%;
	z-index:1000;
	}

	
.liens-projet {
	margin-top:15px;
	}	
	
header {
	max-width:95%;
	margin:0px auto 35px auto;
	}
.baseline{
	width:150px;
	font-family: 'Montserrat';
	font-size: 1em;
	text-transform: uppercase;
	position: absolute;
	top: -25px;
	left: 130px;
}

.images-projet {
	margin:5px auto;
	}	
	
.vignette {
	width:265px;
	height:265px;
	}
.rw-wrapper{
	position: relative;
	left: 40px;
	top: 80px;
	max-width: 70%;
	padding-right: 30px;
	}
	
.rw-sentence { 
	font-size: 4em;
	padding:15px;
	}
ul.filteroptions { 
	height: 65px;
	text-align:center;	
	margin-top:60px;
    }
footer {
	width:100%;	
	max-width:95%;
	}	
	

.images-about {
	width:95%;
	}
	
	
.about-titre{
	text-align:center;
	padding:0;
	}	
	
.about-txt{
	text-align:center;
	width:95%;
	margin:0 auto 20px auto;
	line-height:2em;
	}	
	
.blocks label {
	margin:0 15px;
}
	
	
.textarea {
	height:150px;
	max-width:97%;
	max-height:150px;
	margin:0;
}

.text{
	height:30px;
	width:97%;
	margin:0;
	}

 	
.btn {
	width:98%;
	margin:20px 0;
	}	

.blocks label.error,
.blocks label.ok {
	position:absolute;
	z-index:2;
	top:37px;
	right:4%;
	padding:10px;
}	
	
.scrollToTop, .scrollToTop a{
	display : none;
	}

.img-scroll{
    width:30px;
    height:30px;
	}
	.work-content{ 
margin: 80px auto;
}
/*  ------PARALLAX------------ */
.layer {
	width: 935px;
    height: 450px;
}
.parallax {
	max-width: 900px;
	max-height: 390px;
}
.scene img {
	top: -57px;
	left: -130px;
}


}
	
/*  ------------------------------------------ Laptop device ------------------------------------------ */

@media screen and (min-width: 768px) and (max-width: 1023px) {
		
.main {
	max-width:96%;
	text-align:center;
	}
		
h2 { 
	padding:10px 25px 0 25px;
	} 
	
h3 { 
	font-size:4em;
	padding:20px 0 0 0;
	} 		
	
ul.navigation1 {
	right:6%;
	z-index:1000;
	}	
	
.liens-projet {
	margin-top:15px;
	}	
	
header {
	max-width:97%;
	margin:0px auto 35px auto;
	}	

.rw-sentence { 
	font-size: 6em;
	padding:10px;
	}
	
footer {
	width:100%;	
	max-width:97%;
	}	
	
.vignette {
	width:300px;
	height:300px;
	}

.scrollToTop{
	position:fixed;
	right:0px;
	bottom:0px;
    cursor:pointer;
    width:30px;
    height:30px;
	}

.img-scroll{
    width:30px;
    height:30px;
	}

.images-projet {
	margin:5px auto;
	width:95%;
	text-align:center;
	}
	
.images-about {
	width:97%;
	}
	
.about-txt{
	width:95%;
	margin:0;
	line-height:2em;
	}	
	
.blocks label {
	margin:0;
}
	
.textarea {
	height:150px;
	max-width:97%;
	max-height:150px;
	margin:0;
}

.text{
	height:30px;
	width:97%;
	margin:0;
	}

 	
.btn {
	width:98%;
	margin:20px 0;
	}	

.blocks label.error,
.blocks label.ok {
	position:absolute;
	z-index:2;
	top:37px;
	right:4%;
	padding:10px;
}
/*  ------PARALLAX------------ */
.layer {
	width: 1000px;
    height: 525px;
}
.parallax {
	max-width: 700px;
	max-height: 450px;
}
.scene img {
	top: -57px;
	left: -130px;
}

}

/*  ------------------------------------------ Desktop device ------------------------------------------ */

@media screen and (min-width: 1024px) and (max-width: 1200px) {

.main {
	max-width:90%;
	text-align:center;
	}

header {
	max-width:1140px;
	}
	
ul.navigation1 {
	right:5%;
	z-index:1000;
	}
	
.vignette {
	width:300px;
	height:300px;
	}
		
.images-projet {
	margin:10px auto;
	}	
	
header {
	max-width:1140px;
	}
	
.paragraphe-about {
	height:auto;
	border-bottom:solid 1px #ababab;
	padding:15px;
	}
	
.paragraphe-about2 {
	height:auto;
	padding:15px;
	}	
	
h3 { 
	font-family: 'Montserrat';
	font-weight:normal;
	font-size:4em;
	text-transform:uppercase; 
	text-align:left;
	line-height:0.9em;
	padding:30px 0 20px 0;
	} 
	/*  ------PARALLAX------------ */
.layer {
	width: 1000px;
    height: 525px;
}
.parallax {
	max-width: 700px;
	max-height: 450px;
}
.scene img {
	top: -57px;
	left: -130px;
}	
		
}

/*  ------------------------------------------ Desktop device ------------------------------------------ */

@media screen and (min-width: 1201px) {

.main {
	max-width:1600px;
	text-align:center;
	}

header {
	max-width:1600px;
	}
	
.vignette {
	width:352px;
	height:352px;
	}
	
		
.images-projet {
	margin:10px auto;
	}	
	
footer {
	max-width:1530px;
	}	
}
