/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
	 ========================================================================== */
	 
 /* Icomoon */
 @font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?kkclsc');
  src:  url('../fonts/icomoon.eot?kkclsc#iefix') format('embedded-opentype'),
				url('../fonts/icomoon.ttf?kkclsc') format('truetype'),
				url('../fonts/icomoon.woff?kkclsc') format('woff'),
				url('../fonts/icomoon.svg?kkclsc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e900";
}
.icon-facebook-after:after {
  content: "\e901";
}
.icon-linkedin-after:after {
  content: "\e900";
}

	 html,
	 button,
	 input,
	 select,
	 textarea {
			 color: #FFF;
	 }
	 
	 .VideoPlayer-close{
		 position:absolute;
		 background: url("../img/btn_close.png");
			 width: 44px;
			 height: 44px;
		 position: fixed;
			 top: 30px;
			 right: 30px;
		 cursor: pointer;
		 transform: translate(0,0);
	 }
	 .VideoPlayer{
		 display: none;
		 position: fixed;
		 top:50%;
		 left:50%;
		 left:calc(50vw - (960px * .5));
		 top:calc(50vh - (540px * .5));
		 width:960px;
		 height:540px;
	 }
	 
	 .VideoPlayer-item video{
	 
		 position: absolute;
		 width:960px;
		 height:540px;
	 
	 }
	 .VideoPlayer-item{
		 position: absolute;
		 top:0;
		 left:0;
		 width: 100%;
		 height: 100%;
		 overflow: hidden;
	 }
	 
	 
	 .VideoPlayer-item.tirette:before,
	 .VideoPlayer-item.tirette:after{
		 display: block;
		 position: absolute;
		 content: "";
		 width:1px;
		 height:100%;
		 top:0;
		 left:0;
		 background: #e4d95d;
	 }
	 
	 .VideoPlayer-item.tirette:after{
		 height:calc(100% - 30px);
		 top:10px;
		 background: rgba(255,255,255,.5);
		 border:5px solid black;
		 border-width: 5px 0;
	 }
	 
	 .showreel-box .VideoPlayer {
			 position: relative;
		 top:0;
		 left:0;
			 width:1065px;
		 height:600px;
	 }
	 .showreel-box .VideoPlayer-item video {
			 width:1065px;
		 height:600px;
	 }
	 
	 
	 body {
		 font-size: 22px;
		 line-height: 25px;
		 font-family: 'Raleway', sans-serif; /* 700, 800 */
		 font-family: 'Source Sans Pro', sans-serif; /*300, 400 */
		 font-weight:300;
		 background:black;
		 /* overflow: hidden!important; */
	 }
	 
	 h1{
			 font-size: 60px;
			 line-height: 70px;
		 font-family: 'Raleway', sans-serif;
		 font-weight:800;
		 position:relative;
		 margin-top:90px;
	 }
	 a{
		 text-decoration:none;
		 outline: 0;
	 }
	 a:visited, a:active, a:hover{
		 outline: 0;
	 }
	 .main{
		 width:100%;
		 overflow:hidden;
		 min-height: 100vh;
		 position: relative;
		 z-index: 1;
	 }
	 #cache{
		 position:absolute;
		 width:100%;
		 background:black;
	 }
	 header{
		 text-align:center;
	 }
	 header .container {
			 position: relative;
			 padding-top: 50px;
	 }
	 
	 #logo{
		 background:url("../img/logo.png") no-repeat;
		 width:281px;
		 height:65px;
		 display:inline-block;
		 position: absolute;
		 left: 30px;
		 top: 45px;
	 }
	 header nav{
		 height:80px;
		 background:url("../img/trait_nav.png") no-repeat 50% 100%;
	 }
	 header nav ul{
		 margin:0;
		 padding:0;
		 /*padding-left:36px;*/
		 text-align:center;
	 }
	 header nav li{
		 display:inline-block;
		 width:85px;
		 margin:0 30px;
		 position:relative;
		 overflow:hidden;
		 height:31px;
		 /*border:0 solid transparent;
		 border-bottom-width:3px;*/
	 
	 }
	 header nav li.active{
		 /*border:0 solid #e4d95d;
		 border-bottom-width:3px;*/
	 }
	 header nav a{
		 font-family: 'Raleway', sans-serif;
		 font-weight:700;
		 color:white;
		 font-size:18px;
		 line-height:22px;
		 outline: 0;
		 text-transform:uppercase;
		 transition:.5s;
	 }
	 header nav a:hover{
		 color:#e4d95d;
	 }
	 
	 header nav li.active a{
		 color:#e4d95d;
		 outline: 0;
	 
	 }
	 header .switch-lang {
			 position: absolute;
			 right: 50px;
			 top: 47px;
			 margin: 0;
			 padding: 0;
			 list-style-type: none;
			 font-size: 0;
			 overflow: hidden;
	 }
	 header .switch-lang,
	 header .switch-lang li {
			 width: auto;
			 height: 36px;
	 }
	 header .switch-lang li {
			 display: inline-block;
			 margin: 0;
			 margin-left: 0;
			 font-size: 20px;
	 }
	 header .switch-lang li + li:before {
			 content: '-';
			 display: inline-block;
			 margin-left: 12px;
			 margin-right: 12px;
	 }
	 header .switch-lang .current + li:before {
			 margin-right: 3px;
			 margin-left: 12px;
	 }
	 header .switch-lang li + .current:before {
			 margin-right: 12px;
			 margin-left: 3px;
	 }
	 header .switch-lang a {
			 display: inline-block;
			 padding: 7px;
			 font-family: 'Raleway', sans-serif;
			 font-size: 15px;
			 line-height: 18px;
			 font-weight:700;
			 color:white;
			 outline: 0;
			 border: 2px solid transparent;
			 text-transform:uppercase;
			 transition: all .4s;
	 }
	 header .switch-lang a:hover {
			 color: #e4d95d;
	 }
	 header .switch-lang .current a {
			 color: #e4d95d;
			 border-color: #e4d95d;
	 }
	 
	 .btn{
	 
		 font-family: 'Raleway', sans-serif;
		 font-weight:800;
		 color:#e4d95d;
		 padding:10px 40px;
		 border:3px solid #e4d95d;
		 display:inline-block;
		 position:relative;
		 transition:.4s;
		 transition-property:color, background-color;
	 }
	 .btn:hover{
		 color:white;
		 background-color:#e4d95d;
	 }
	 
	 section.container_12{
		 margin-top: 50px;
	 }
	 
	 section article>div{
		 position:relative;
	 }
	 section article .chapo{
		 font-size:22px;
		 line-height:22px;
		 color:#e4d95d;
		 /*background:url("../img/trait.png") no-repeat 0 100%;*/
		 /*padding-bottom:22px;*/
		 margin-bottom:22px;
	 }
	 section article .chapo2{
		 font-size:22px;
		 line-height:22px;
		 color:white;
		 /*background:url("../img/trait.png") no-repeat 0 100%;*/
		 /*padding-bottom:22px;*/
		 margin-bottom:22px;
	 }
	 section article a{
		 color:#e4d95d;
	 
	 }
	 section article{
		 margin-top:168px;
		 font-size:17px;
		 line-height:20px;
	 }
	 
	 footer{
		 font-size:15px;
		 color:#888888;
		 z-index: 1;
		 /*margin:130px 0 20px 0;*/
	 }
	 footer ul{
		 margin:0;
		 padding:0;
		 text-align:center;
	 }
	 footer li{
		 display:inline-block;
		 margin:0 10px;
	 }
	 footer li:last-child{
		position: absolute;
		right: 10px;
	}
	footer a{
		color:#888888;
		display: block;
	}

	footer a[class^='icon-']:after,
	footer a[class^='icon-']:before{
	 margin-left: 5px;
	 vertical-align: baseline;
	 display: inline-block;
	 position: relative;
	}

	footer a.icon-facebook-after:after,
	footer a.icon-facebook:before{
	 font-size: 15px;
	 bottom: -1px;
	}

	footer a.icon-linkedin-after:after,
	footer a.icon-linkedin:before{
	 bottom: -2px;
	 font-size: 1.1em;
	}
	 
	 .image_container{
		 z-index:-1;
		 position:absolute;
		 overflow:hidden;
	 }
	 .volet{
		 background:black;
		 position:absolute;
	 }
	 
	 #diapo{
		 position:absolute;
		 top:0;
		 left:0;
		 overflow:hidden;
	 }
	 #diapo .visuel{
		 position:absolute;
		 width:100%;
		 height:100%;
	 }
	 #diapo .visuel img{
		 position:absolute;
	 }
	 #diapo .commandes{
		 position:absolute;
		 right:20px;
	 }
	 #diapo .commandes .bouton{
		 width:44px;
		 height:44px;
		 cursor:pointer;
	 }
	 #diapo .commandes .btn_next{
		 background:url("../img/btn_next.png") no-repeat;
	 }
	 #diapo .commandes .btn_prev{
		 background:url("../img/btn_prev.png") no-repeat;
		 margin-bottom:10px;
	 }
	 #diapo .commandes .btn_close{
		 background:url("../img/btn_close.png") no-repeat;
	 }
	 #diapo .commandes .btn_son{
		 background:url("../img/btn_son.png") no-repeat;
	 }
	 
	 #diapo .commandes .trait{
		 width:44px;
		 height:90px;
		 background:url("../img/trait_vertical.png") no-repeat 50% 50%;
	 }
	 
	 .showreel-box {
			 overflow: auto;
			 position: fixed;
			 top: 0;
			 left: 0;
			 right: 0;
			 bottom: 0;
			 padding: 50px;
			 opacity: 0;
			 visibility: hidden;
	 }
	 .showreel-container {
			 max-width: 1065px;
			 margin: auto;
	 }
	 .showreel-video{
		 margin-bottom: 60px;
	 }
	 .showreel-video .video-title {
			 font-family: 'Raleway', sans-serif;
			 font-weight: 700;
			 color: #e4d95d;
			 font-size: 18px;
			 line-height: 22px;
			 outline: 0;
			 margin-top: 46px;
			 margin-bottom: 0;
	 }
	 .showreel-title{
		font-family: 'Raleway', sans-serif;
		font-weight: 800;
		color: #e4d95d;
		font-size: 40px;
		line-height: 40px;
		outline: 0;
		margin: 0;
	 }
	 .showreel-box .video-makingof {
			 margin-top: 40px;
	 }
	 .showreel-box .video-makingof .video-title {
			 margin-top: 0;
	 }
	 .showreel-scroll{
			position: fixed;
			bottom: 50px;
			right: 50px;
			z-index: 1;
	 }
	 .showreel-scroll .mouse{
		 border-color: #e4d95d;
	 }
	 .showreel-scroll .mouse:before{
		 background: #e4d95d;
	 }
	 
	 
	 .btn_nav{
		 cursor:pointer;
		 color:#e4d95d;
		 position:absolute;
		 text-transform:uppercase;
		 font-size:18px;
		 line-height:18px;
		 font-weight:bold;
		 top:50%;
		 width:1px;
		 height:1px;
	 }
	 .btn_nav .item{
		 position:absolute;
		 width:1px;
		 height:1px;
	 }
	 .btn_nav span{
		 display:block;
		 position:absolute;
		 width:70px;
		 left:-35px;
		 text-align:center;
	 }
	 .btn_nav .fleche{
		 width:45px;
		 height:8px;
		 position:absolute;
		 top:-4px;
	 }
	 
	 #btn_nav_prev{
		 left:16px;
	 }
	 #btn_nav_prev .fleche{
		 left:32px;
		 background:url("../img/fleche_precedente.png") no-repeat 100% 50%;
	 }
	 #btn_nav_prev .item{
	 
	 }
	 #btn_nav_next{
		 right:32px;
	 }
	 #btn_nav_next .fleche{
		 background:url("../img/fleche_suivante.png") no-repeat 100% 50%;
		 right:13px;
	 }
	 #btn_nav_next .item{
	 
	 }
	 
	 /* ==========================================================================
			Helper classes
			========================================================================== */
	 
	 .ir {
			 background-color: transparent;
			 border: 0;
			 overflow: hidden;
			 *text-indent: -9999px;
	 }
	 
	 .ir:before {
			 content: "";
			 display: block;
			 width: 0;
			 height: 150%;
	 }
	 
	 .hidden {
			 display: none !important;
			 visibility: hidden;
	 }
	 
	 .visuallyhidden {
			 border: 0;
			 clip: rect(0 0 0 0);
			 height: 1px;
			 margin: -1px;
			 overflow: hidden;
			 padding: 0;
			 position: absolute;
			 width: 1px;
	 }
	 
	 .visuallyhidden.focusable:active,
	 .visuallyhidden.focusable:focus {
			 clip: auto;
			 height: auto;
			 margin: 0;
			 overflow: visible;
			 position: static;
			 width: auto;
	 }
	 
	 .invisible {
			 visibility: hidden;
	 }
	 
	 .clearfix:before,
	 .clearfix:after {
			 content: " ";
			 display: table;
	 }
	 
	 .clearfix:after {
			 clear: both;
	 }
	 
	 .clearfix {
			 *zoom: 1;
	 }
	 
	 .text-center{
		 text-align: center;
	 }
	 
	 
	 .video-intro{
		 height: 100vh;
		 width: 100%;
		 position: absolute;
		 z-index: 10;
		 overflow: hidden;
	 }
	 
	 .video-intro video{
		 position: absolute;
		 width: 100%;
		 height: 100%;
		 /* object-fit: cover; */
		 position: absolute;
		 width: auto;
		 height: 135vh;
		 min-width: 100%;
		 left: 50%;
		 top: 50%;
		 transform: translate(-50%, -50%);
		 -webkit-transform: translate(-50%, -50%);
		 background: #222;
	 }
	 
	 .video-introTitle{
		 position: absolute;
		 width: 100%;
		 top: 50%;
		 transform: translateY(-50%);
		 left: 0;
		 font-size: 24px;
		 line-height: 30px;
	 }
	 
	 .video-introScroll{
		 color: #fff;
		 font-size: 15px;
		 text-align: center;
	 }
	 
	 .video-introScroll:hover .mouse{
		 animation-play-state: running;
	 }
	 
	 @keyframes down{
		 0%{
			 transform: translateY(0);
		 }
		 50%{
			 transform: translateY(10px);
		 }
		 100%{
			 transform: translateY(0);
		 }
	 }
	 .mouse{
		 width: 20px;
		 height: 40px;
		 border-radius: 20px;
		 border: 3px solid #fff;
		 position: relative;
		 top: calc(50% - 30px);
		 transition: transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		 transform: translateY(0);
		 animation: down 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
		 animation-play-state: paused;
		 margin: 10px auto 0;
	 }
	 .mouse:before{
			 content: '';
			 display: block;
			 position: absolute;
			 width: 4px;
			 height: 14px;
			 border-radius: 2px;
			 top: 5px;
			 left: calc(50% - 2px);
			 background: #ffffff;
			 animation: m-2-ball 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
	 }
	 @keyframes m-2-ball{
		 0%, 50%, 60%{
			 transform: scaleY(0.118);
		 }
		 30%{
			 transform: scaleY(1);
		 }
		 0%, 29.99%{
			 transform-origin: top;
		 }
		 30%, 100%{
			 transform-origin: bottom;
		 }
		 90%, 100%{
			 transform: scaleY(0.118) translateY(-100px);
		 }
	 }
	 
	 
	 
	 
	 .video-introScroll{
		 position: absolute;
		 bottom: 50px;
		 left: 50%;
		 transform: translateX(-50%);
		 -webkit-transform: translateX(-50%);
		 z-index: 1;
	 }
	 
	 .logo{
		 position: fixed;
		 top: 0;
	 }
	 

