
/* The box-sizing method */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	height: 100%;
}

.clear {
	clear: both;
}

/* =============================================================================
   EFFET SUR LES LIENS + EFFET D'ANIM
   ========================================================================== */
a {
	transition: all 0.2s ease-in;
}

.anim {
	opacity:1;
}


/* =============================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'agencyfb';
    src: url('../fonts/agencyfb-webfont.eot');
    src: url('../fonts/agencyfb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agencyfb-webfont.woff2') format('woff2'),
         url('../fonts/agencyfb-webfont.woff') format('woff'),
         url('../fonts/agencyfb-webfont.ttf') format('truetype'),
         url('../fonts/agencyfb-webfont.svg#agencyfb') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =============================================================================
   BODY
   ========================================================================== */
   
body {	
	background:#000;
	position: relative;
	overflow-x:hidden;
	overflow-y:auto;
  width:100%;
  margin: 0 auto;
  padding:0;
  color: #fff;
  text-align: center; 
	opacity:0;
	transition: all 1.4s linear; 	
}


/* =============================================================================
   BACK
   ========================================================================== */
#back {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat:no-repeat;	
}

/* =============================================================================
   MAIN
   ========================================================================== */
	 
#container {
  position:relative;
	width:100%;		
	padding:0;
	margin:auto;
	
}
#main {
  position:relative;
	width: 100%;
  text-align:center;
	margin:auto;
	overflow:hidden;
	font-family: 'agencyfb', Arial, "Helvetica CY", Helvetica, sans-serif;
}


/* =============================================================================
   SCREENS & ARTWORK
   ========================================================================== */
.gallery {
	display:none;
}



/* =============================================================================
   LOGO
   ========================================================================== */
#logo {
	position:relative;
	z-index:0;
	width:460px;
	height:200px;
	margin:auto;
}
#logo img {
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	opacity:1;
}
#logo_canvas {
	position:absolute;
	top:0px;
	left:-10px;	
	width:460px;
	height:200px;
	opacity:0.8;
	display:none;
}


/* =============================================================================
   GLITCH EFFECT
   ========================================================================== */ 
.glitch {
	position: relative;
	margin:auto;
	font-family: 'agencyfb', Arial, "Helvetica CY", Helvetica, sans-serif;
}
.glitch:before, 
.glitch:after	{
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;		
	clip: rect(0, 0, 0, 0);
}
.glitch:after {
	left: 2px;
	animation: glitch-anim-1 2s infinite linear alternate-reverse;
}
.glitch:before {
	left: -2px;
	animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
@keyframes glitch-anim-1 {
	0% {clip: rect(68px, 450px, 104px, 0);}
	5.88235% {clip: rect(59px, 450px, 34px, 0);	}
	11.76471% {clip: rect(114px, 450px, 74px, 0);	}
	17.64706% {clip: rect(47px, 450px, 9px, 0);	}
	23.52941% {clip: rect(20px, 450px, 85px, 0);	}
	29.41176% {clip: rect(104px, 450px, 42px, 0);	}
	35.29412% {clip: rect(109px, 450px, 88px, 0);	}
	41.17647% {clip: rect(28px, 450px, 35px, 0);	}
	47.05882% {clip: rect(36px, 450px, 46px, 0);	}
	52.94118% {clip: rect(64px, 450px, 65px, 0);	}
	58.82353% {clip: rect(94px, 450px, 78px, 0);	}
	64.70588% {clip: rect(95px, 450px, 65px, 0);	}
	70.58824% {clip: rect(21px, 450px, 13px, 0);	}
	76.47059% {clip: rect(46px, 450px, 113px, 0);	}
	82.35294% {clip: rect(41px, 450px, 1px, 0);	}
	88.23529% {clip: rect(23px, 450px, 56px, 0);	}
	94.11765% {clip: rect(100px, 450px, 16px, 0);	}
	100% {clip: rect(61px, 450px, 40px, 0);	}
}
@keyframes glitch-anim-2 {
	0% {clip: rect(10px, 450px, 47px, 0);	}
	5.88235% {clip: rect(71px, 450px, 8px, 0);	}
	11.76471% {clip: rect(85px, 450px, 18px, 0);	}
	17.64706% {clip: rect(45px, 450px, 12px, 0);	}
	23.52941% {clip: rect(113px, 450px, 93px, 0);	}
	29.41176% {clip: rect(105px, 450px, 83px, 0);	}
	35.29412% {clip: rect(97px, 450px, 72px, 0);	}
	41.17647% {clip: rect(68px, 450px, 5px, 0);	}
	47.05882% {clip: rect(19px, 450px, 18px, 0);	}
	52.94118% {clip: rect(14px, 450px, 91px, 0);	}
	58.82353% {clip: rect(15px, 450px, 47px, 0);	}
	64.70588% {clip: rect(73px, 450px, 58px, 0);	}
	70.58824% {clip: rect(56px, 450px, 102px, 0);	}
	76.47059% {clip: rect(76px, 450px, 42px, 0);	}
	82.35294% {clip: rect(43px, 450px, 73px, 0);	}
	88.23529% {clip: rect(109px, 450px, 46px, 0);	}
	94.11765% {clip: rect(92px, 450px, 68px, 0);	}
	100% {clip: rect(65px, 450px, 23px, 0);	}
}




/* =============================================================================
   MENU
   ========================================================================== */
#menu {
	position:relative;
	z-index:7;
	width:590px;
	height:auto;
	text-align:center;
}
#menu a {
	position:relative;
	float:left;
	display:inline-block;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	color:#fff;
	width:160px;
	height:60px;
	padding:0px;
	font-size:40px;
	line-height:64px;
	letter-spacing:1px;
	overflow: hidden;
	text-transform:uppercase;
	text-shadow: 0px 0px 6px #000, 0px 0px 4px #000, 0px 0px 6px #000;
	transition: all 0.2s linear;
	margin-left:8px;
}

#media{
	position:relative;
	display:block;
	width:335px;
	margin:auto;
}

#menu a#screens {
	margin-left:0px;
	margin-right:7px;
}
#menu a#artwork {
	margin-left:7px;
	margin-right:0px;
}
#menu a:hover{
	background:#fff;
	color:#000;
	text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000;
}
	
#menu a:active{
	color:#fff;
	background:#000;
	text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000;
}
	

/* =============================================================================
   MODULE NEWSLETTER
   ========================================================================== */ 
#newsletter {
  position:relative;	
	display:inline-block;
	width:418px;
	height:80px;
	margin-top:-10px;
	text-align:center;
	background: transparent url(../img/newsletter.png) repeat-x top center;
	margin:20px auto;
}
#newsletter-form {
  position:relative;
	margin:0;
	padding:0;
	margin:auto;
}
#newsletter-form p {
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	font-size:28px;
	color:#000;
	text-align:left;
	margin-left:40px;
}
#newsletter-div {
	position:relative;
	width:258px;
	margin:auto;
}
#newsletter-email {
	position:relative;
	display:inline-block;
	float:left;
	margin:auto;
	width:200px;
	height:57px;
}
#newsletter-form input {		
	width:200px;
	height:34px;
	font-family: 'agencyfb', Arial, "Helvetica CY", Helvetica, sans-serif;
	padding:1px 15px 0px 15px;
	font-weight:normal;
	font-size:26px;
	line-height:34px;
	letter-spacing:2px;
	color:#fff;
	background:#000;
}
#newsletter-form input#submit {
	position:relative;
	display:inline-block;
	float:left;
	width:58px;
	height:34px;	
	cursor: pointer;
	background:#000;
	font-family: 'agencyfb', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-shadow: 0px 0px 6px #000, 0px 0px 4px #000, 0px 0px 6px #000;		
	font-size:25px;
	line-height:34px;
	letter-spacing:1px;
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;
	transition: all 0.2s linear;
	border-left:1px solid #fff;
}
#newsletter-form input#submit:hover {
	background:#fff;
}
#newsletter-email-error {
	position:absolute;
	text-align:center;
	font-family: 'agencyfb', Arial, "Helvetica CY", Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:26px;
	line-height:22px;
	letter-spacing:1px;
	top:40px;
	width: 100%;
	opacity: 0;
}

#newsletter-email-error .corner {
	width: 21px;
	height: 21px;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 0px;
	margin-top: -20px;
	background: #AF0000;
}

#newsletter-email-error .message {
	padding: 7px 12px;
	position: absolute;
	top: 8px;
	left: 0px;
	width: auto;
	border-radius: 3px;
	margin-top: -20px;
	color:#fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.5);
	background: #AF0000;
}

#newsletter-email-success {
	position:relative;
	display:inline-block;
	float:left;
	width:150px;
	height:0px;
	margin-top:3px;
	color:#000;
}

#newsletter-email-success .message {
	display: inline-block;
	vertical-align: middle;
}


/* =============================================================================
   FOOTER
   ========================================================================== */
#footer {
  position:relative;
	display:block;
	float:left;
	width:100%;
	z-index:5;
	/* background:rgba(0,0,0,0.6); */
	text-align:center;
}

#comingsoon {
	position:relative;
	display:inline-block;
	float:left;
	width:100%;
	font-size:65px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 0px 0px 6px #000, 0px 0px 4px #000, 0px 0px 6px #000;	
	background: transparent url(../img/line.png) repeat-x center center;
	margin-bottom:20px;
}
#comingsoon .glitch {
	font-size:65px;
}

#logos {
	margin:auto;
	max-width:940px;
}
#logos div {	
	position: relative;
	display: inline-block;
	height:auto; 
}
#logo_pegi,
#logo_focus, 
#logo_deck13, 
#logo_youtube, 
#logo_facebook,
#logo_twitter {
	margin-left: 1.5%;
	margin-right: 1.5%;
}
#legal {
	position:relative;
	width: 100%;
	max-width:750px;
	margin:15px auto 0px auto;
	font-size: 9px;
	line-height: 12px;
	color: #8d8d8d;
	font-family: Arial, Helvetica;
}


/* =============================================================================
   NAV SOCIAL
   ========================================================================== */
#social {
	position: absolute;
	z-index:101;	
	top:60px;
	right:60px;
	width:auto;
	font-family: Arial, "Helvetica CY", Helvetica, sans-serif;
	padding:10px 10px 0px 10px;
	background:rgba(0,0,0,0.6);  
	text-align:center;
	transition:all 0.8s ease;
}
#social a {
	display: block;
	height:40px;
	width:40px;
	margin: 0px 0px 10px 0px;
	border-radius: 2px 2px 2px 2px;	
}
#social a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition:opacity 0.3s ease;
}
#social a img {
	width: 100%;
	padding: 15%;
}
#icon-facebook {
	color: #fff;
	font-size:24px;
	padding-top:7px;
	background: #4a78b5; /* Old browsers */
	background: -moz-linear-gradient(top,  #4a78b5 0%, #265b9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a78b5), color-stop(100%,#265b9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4a78b5 0%,#265b9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4a78b5 0%,#265b9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4a78b5 0%,#265b9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4a78b5 0%,#265b9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a78b5', endColorstr='#265b9e',GradientType=0 ); /* IE6-9 */
}
#icon-twitter {
	color: #fff;
	font-size:24px;
	padding-top:7px;
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#icon-youtube {
	color: #fff;
	font-size:23px;
	padding-top:7px;
	background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#icon-twitch {
	color: #fff;
	font-size:22px;
	padding-top:7px;
	background: #8966ca; /* Old browsers */
	background: -moz-linear-gradient(top,  #8966ca 0%, #623fa3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8966ca), color-stop(100%,#623fa3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8966ca 0%,#623fa3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8966ca 0%,#623fa3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8966ca 0%,#623fa3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8966ca 0%,#623fa3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8966ca', endColorstr='#623fa3',GradientType=0 ); /* IE6-9 */
}
#icon-instagram {
	color: #fff;
	font-size:23px;
	padding-top:7px;
	background: #5280a5; /* Old browsers */
	background: -moz-linear-gradient(top,  #5280a5 33%, #33628a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,#5280a5), color-stop(100%,#33628a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5280a5 33%,#33628a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5280a5 33%,#33628a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5280a5 33%,#33628a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5280a5 33%,#33628a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5280a5', endColorstr='#33628a',GradientType=0 ); /* IE6-9 */
}

/* =============================================================================
   VIDEO
   ========================================================================== */
#video {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .75);
	top: 0;
	left: 0;
	z-index:500;
	display: none;
	text-align:center;
}
#video_content {
	position:relative;
	display: table;
	width:55%;
	height:100%;
	z-index:700;
	margin:auto;
}
#video_back {
	position: fixed;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:5000px;	
}
#video_youtube {
	position:relative;
	width:50%;	
	height:100%;	
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	z-index:3;
}
#video_iframe {
	z-index: 1750;
	position: relative;	
	padding-bottom: 56.25%; /* 16/9 ratio */
	height:0; 
	overflow: hidden;	
}
#video_iframe iframe, 
#video_iframe embed, 
#video_iframe object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video_top {	
	width:100%;
	position:relative;	
	display:block;
	text-align: left;	
	z-index:1000;
	height:30px;
}
#video_close {
	position:relative;	
	width:40%;
	float:left;
	z-index:800;
	text-align:right;
	display:inline:block;
	text-transform: uppercase;
	font-size: 20px;
	text-align: right;
	padding-right:2px;
	font-family: 'agencyfb', Arial, "Helvetica CY", Helvetica, sans-serif;
	color: #8d8d8d;
	transition: all 0.1s linear;
	cursor: pointer;
}
#video_close:hover {
	color: #fff;
	transition: all 0.2s linear;
}
#video_menu {
	position:relative;
	margin: 25px 0px 0px 0px;
	text-align:center;
}
.bloc_video {
	width: 31%;
	float: left;
	position: relative;
	z-index:750;	
}
.bloc_video:nth-child(2) {
	margin: 0px 3.5%;
}
.video_vignette {
	position: relative;	
	z-index: 10;
	height: auto;	
	cursor: pointer;
}
.video_vignette img {
	width: 100%;
	border: #8d8d8d 1px solid;
}
.video_vignette:hover  img {
	border: #fff 1px solid;
}
.comingsoon .video_vignette {
	cursor: default;
}
.comingsoon .video_vignette:hover  img {
	border: #8d8d8d 1px solid;
}
.video_titre {
	margin: 10px auto 5px auto;
	text-align:center;
	font-family: 'agencyfb', Arial, "Helvetica CY", Helvetica, sans-serif;	
	text-transform: uppercase;
	font-size:16px;
}


/* ADDTHIS VIDEOS */
#video_share {
	position:relative;	
	width:60%;
	float:left;
	z-index:700;
	display:inline:block;
	text-transform: uppercase;
	font-size: 20px;	
	padding-left:5px;
}
.addthis_button_tweet,
.addthis_button_facebook {
	display: none;
}
.social-share {
	color: #fff;
	transition: all 0.1s linear;
	float: left;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
	padding: 3px 7px 3px 20px;
	font-size: 11px;
}
.facebook-share {
	background: #3A589A url(../img/share_facebook.png) no-repeat top left;
	margin: 0px 17px 0px 0px;
}
.twitter-share {
	background: #00ACEE url(../img/share_twitter.png) no-repeat top left;
	margin: 0px 17px 0px 0px;
}
.more-share {
	background:#fe6d4c;
	margin: 0px 17px 0px 0px;
	padding: 3px 7px 3px 5px;
}
.facebook-share:hover,
.twitter-share:hover,
.more-share:hover {
	transition: all 0.2s linear;
	cursor: pointer;
	opacity: 0.8;
}
