/* =============================================================================
   CSS GLOBAUX
   ========================================================================== */

/* The clearfix method */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* Content Mobile/Desktop */
.mobile-content {	
	display:none;
}
.normal-content {	
	display:block;
}

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

/* Pour effacer les transitions */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

ul li {
	list-style-type: circle;
}

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


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

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

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


/* =============================================================================
   BODY
   ========================================================================== */
body {	
	position: relative;
	width:100%;	
	margin: 0 auto;
	padding:0;
	text-align: center; 
	background: #000;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;	
}


/* =============================================================================
   MAIN CONTENT
   ========================================================================== */
	 
#container {
	position:relative;	
	width:100%;
	max-width:1000px;
	padding:0;
	margin:auto;
}
#main {	
	position:relative;
	float:left;
	width: 100%;
	text-align: left;
	margin:auto;	
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
	margin-top:75px;
}

#header {		
	position:fixed;
	top:0px;
}

/* TOP */
#top {
  position: absolute;
	left:0;
	top:0;
	width:0;
	height:0;
}

/* =============================================================================
   LOADING
   ========================================================================== */
.loading {
	color: #fff;
	width:100%;
	margin:auto;
	text-align:center;
}
.loading img{
	width:auto;
	margin-top:100px;
}
.loading p{
	text-align:center;
	padding:0;
	margin:0;
	font-size:12px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
}



/* =============================================================================
   TITLE
   ========================================================================== */
#title {
	position: relative;
	width:100%;	
	height:50px;
	padding:10px 10px 10px 15px;
}
#title h1 {
	position: relative;
	display: inline-block;
	float:left;
	width:100%;
	height:50px;	
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-weight: normal;
	font-size:30px;
	line-height:30px;	
	text-transform:uppercase;
	color: #fff;
}


/* =============================================================================
   BLOC SOCIAL
   ========================================================================== */
.bloc_social {
	position: relative;
	float: left;
	display:inline-block;
	width: 50%;
	height: 50%;
	opacity: 1;
	transition: opacity 0.1s ease-out;
}
.bloc_social:hover {
	opacity: 0.7;
	transition: opacity 0.2s ease-in;
}
.bloc_social::after {
	content: "";
	position: absolute;
	border-bottom: 15px solid #1a1a1a;
	border-left: 15px solid transparent;
	font-size: 0px;
}
.bloc_social a {
	position:relative;
	display: table;
	width: 100%;
	height: 100%;	
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;	
	text-align: center;
	color: #fff;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}
.bloc_social a .bloc_social_content {
	display: table-cell;
	vertical-align: middle;
}
.bloc_social a span {
	float: left;
	font-size: 28px;
	line-height:36px;
}
.bloc_social a i {
	font-size: 36px;
	line-height:36px;
	margin-right: 13px;
	border-right: rgba(0,0,0,0.2) 2px solid;
	width: 60px;
	display: block;
	text-align: center;
	float: left;
}
.social_facebook {
	padding:0px 3px 3px 3px;
} 
.social_facebook::after {
	bottom:3px;
	right:3px;
} 
.social_twitter {
	padding:3px 3px 0px 3px;
}
.social_twitter::after {
	bottom:0px;
	right:3px;
} 
.social_youtube {
	padding:0px 0px 3px 3px;
}
.social_youtube::after {
	bottom:3px;
	right:0px;
} 
.social_twitch {
	padding:3px 0px 0px 3px;
}
.social_twitch::after {
	bottom:0px;
	right:0px;
}
.social_facebook a {
	background: #5782bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #5782bc 0%, #285c9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5782bc), color-stop(100%,#285c9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5782bc 0%,#285c9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5782bc 0%,#285c9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5782bc 0%,#285c9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5782bc 0%,#285c9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5782bc', endColorstr='#285c9e',GradientType=0 ); /* IE6-9 */
}
.social_youtube a {
	background: #f54842; /* Old browsers */
	background: -moz-linear-gradient(top,  #f54842 0%, #ce211b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f54842), color-stop(100%,#ce211b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f54842 0%,#ce211b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f54842 0%,#ce211b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f54842 0%,#ce211b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f54842 0%,#ce211b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54842', endColorstr='#ce211b',GradientType=0 ); /* IE6-9 */
}
.social_twitter a {
	background: #07a7c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #07a7c7 0%, #01748b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07a7c7), color-stop(100%,#01748b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #07a7c7 0%,#01748b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #07a7c7 0%,#01748b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #07a7c7 0%,#01748b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #07a7c7 0%,#01748b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a7c7', endColorstr='#01748b',GradientType=0 ); /* IE6-9 */
}
.social_twitch a {
	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 */
}

/* =============================================================================
   FOOTER
   ========================================================================== */
#footer {
	position:relative;
	width: 100%;
	width:100%;	
	padding-bottom:45px;
	overflow:hidden;
	z-index: 2;
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;
}

/* BOUTON TOP */
#footer-top {
	position:absolute;
	top:15px;
	right:11px;
}
#footer-top a {
	text-transform: uppercase;
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 12px;
	background: #25435b url(../img/pattern/pattern_focus.jpg);
	padding: 10px 20px 10px 20px;
	margin-top: 5px;
	display: inline-block;
	cursor: pointer;
	border: transparent 2px solid;
	color: #fff;
}
#footer-top a:hover {
	border-bottom: #6ABDFF 2px solid;
	background: #25435b url(../img/nav/nav_hover.jpg);
}

/* MENU RUBRIQUES & LANGUES */
#footer-rub, #footer-langues  {
	float:left;	
	font-size:15px;
	text-align:center;
	color:#6a6a6a;
	text-transform:uppercase;
}
.footer-label {
	width:80px;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	color: rgba(255, 255, 255, 0.2);
}
#footer-langues ul, #footer-rub ul {
	margin:0;
	padding:0;
}
#footer-langues li, #footer-rub li {
	outline: none;
	list-style: none;  
	margin:0;
	padding-left:5px;
	float:left;
}
#footer-langues a, #footer-rub a {
	color:#6a6a6a;  
}
#footer-langues a:hover, #footer-rub a:hover {
	color:#fff;  
}

/* MENU RUBRIQUES */
#footer-rub {
	width:100%;
	padding:25px 0px 25px 25px;
}
#footer-rub li {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right:10px;
	padding-left:10px;
}
#footer-rub li.footer-label {
	border-right:none;
}
#footer-rub li:last-child {
	border-right:none;
}

/* MENU LANGUES */
#footer-langues {
	width:82%;
	padding:0px 0px 35px 25px;
}
#footer-langues .footer-label {
	margin-top:2px;
}
#footer-langues a { 
	display: block; 
	clear: both; 
	padding-left: 3px; 
	color: #676767; 
	font-weight: normal; 
	overflow: auto;
}
#footer-langues a img { 
	display:block;
	float:left;
	opacity:0.6;
	margin:2px 0px 0px 1px;
}
#footer-langues a span {
	display: block;
	float: left;
	margin:2px 5px 0px;
}
#footer-langues a:hover { 
	color: #fff;
}
#footer-langues a:hover img { 
	opacity:1;
}


/* LOGOS */
#footer-logos {
	position:relative;
	float: left; 
	width:100%;
	padding:15px;	
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	text-align: center;
}
#footer-logos div {
	display: inline-block;
	position: relative;
	height:auto; 
}
#footer-logos .logo img {
	width:auto;
}

#footer_cyanide,
#footer_focus,
#footer_pc, 
#footer_pegi, 
#footer_ps4,
#footer_xone,
#footer_unreal {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

/* COPYRIGHT */
#footer-copyright {
	float: left;
	width:100%;
	padding:0px 60px 0px 60px;	
	text-align:center;
	color: rgba(255, 255, 255, 0.2);
	font-size:12px;
	line-height:1.2em;	
}

#footer-copyright a {
	color: #1f71b2;
}

#footer-copyright a:hover {
	color: #eee;
}


