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

/* =============================================================================
   SLICK SLIDER
   ========================================================================== */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("../img/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; pointer-events: none;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; }



/* =============================================================================
   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: 'trump_town_proregular';
    src: url('../fonts/trump_town_pro-webfont.eot');
    src: url('../fonts/trump_town_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trump_town_pro-webfont.woff') format('woff'),
         url('../fonts/trump_town_pro-webfont.ttf') format('truetype'),
         url('../fonts/trump_town_pro-webfont.svg#trump_town_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eraserdustregular';
    src: url('../fonts/erasdust-webfont.eot');
    src: url('../fonts/erasdust-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/erasdust-webfont.woff2') format('woff2'),
         url('../fonts/erasdust-webfont.woff') format('woff'),
         url('../fonts/erasdust-webfont.ttf') format('truetype'),
         url('../fonts/erasdust-webfont.svg#eraserdustregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}


/* =============================================================================
   BODY
   ========================================================================== */
body {	
	position: relative;
	width:100%;
	background:#000;
	margin: 0 auto;
	padding:0;
	text-align: center; 	
}

/* =============================================================================
   BACK FIXE (UNIQUEMENT POUR LES GRANDES RESOLUTIONS DESKTOP)
   ========================================================================== */
#back {
	display:none;
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center top;
}

/* =============================================================================
   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.5); */
	z-index: 2;
	background: rgba(0,0,0,0.86);	
	margin-top:70px;
}

#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: 'trump_town_proregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-weight: normal;
	font-size:30px;
	line-height:30px;	
	letter-spacing:1px;
	text-transform:uppercase;
	color: #fff;
}


/* =============================================================================
   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:20px;
}
#footer-top a {
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	text-transform: uppercase;
	color:#fff;	
	padding:10px;
	background: #25425c;
}
#footer-top a:hover {
	color:#fff;
	background: #20629A;
}

/* MENU RUBRIQUES & LANGUES */
#footer-rub, #footer-games, #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, #footer-games ul {
	margin:0;
	padding:0;
}
#footer-langues li, #footer-rub li, #footer-games li {
	outline: none;
	list-style: none;  
	margin:0;
	padding-left:5px;
	float:left;
}
#footer-langues a, #footer-rub a, #footer-games a {
	color:#6a6a6a;  
}
#footer-langues a:hover, #footer-rub a:hover, #footer-games a:hover {
	color:#fff;  
}

/* MENU RUBRIQUES */
#footer-rub {
	width:100%;
	padding:25px 0px 25px 25px;
}
#footer-games {
	width:100%;
	padding:0px 0px 25px 25px;
}
#footer-rub li, #footer-games li {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right:10px;
	padding-left:10px;
}
#footer-rub li.footer-label, #footer-games li.footer-label {
	border-right:none;
}
#footer-rub li:last-child, #footer-games 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: block;
	position: relative;
	width:100%;
}
#footer-company a {
	display: inline-block;
	position: relative;
	height:auto; 
	margin-left:1%;
	margin-right:1%;
}
#footer-ratings span {
	display: inline-block;
	position: relative;
	height:auto; 
	margin-left:1%;
	margin-right:1%;
}
#footer-ratings span:before {
	position:relative;
	display:block;
	color:rgba(255, 255, 255, 0.5);
	text-align:center;
	width:100%;
	margin-bottom:2px;
}
#logo_pegi:before {
	content:"EUROPE";
}
#logo_esrb:before {
	content:"US/CANADA";
}
#logo_usk:before {
	content:"GERMANY";
}
#logo_oflc:before {
	content:"AUSTRALIA";
}

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


/* =============================================================================
   COMINGSOON
   ========================================================================== */
#comingsoon {
	width:100%;
	margin:0;
	text-align:center;
	padding:0 15px 15px 15px;
}
#comingsoon img {
	width:100%;
}

/* =============================================================================
   MEDIA QUERIES POUR LE BACKGROUND
   ========================================================================== */
@media screen and (min-width: 1000px) {
	#back {
		display:block;
		background: #000 url(../img/back.jpg) top center no-repeat;	
	}
}
