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

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

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

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

/* =============================================================================
   POLICE WARGAME
   ========================================================================== */
@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: normal;
    font-style: normal;
}
/* =============================================================================
   BODY
   ========================================================================== */

body {	
	position: relative;
	overflow-y:auto;
	overflow-x:hidden;
  width:100%;
	background-color: #000000;
  margin: 0 auto;
  padding:0;
  color: #fff;
  text-align: center;  
}



/* =============================================================================
   BACKGROUNDS
   ========================================================================== */
.backgrounds {
	display:none;
} 
.backgrounds div {
	height: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	top:0px;
  z-index: -10;
} 
.touch .backgrounds div { width: 1920px}
.backgrounds div.bg1 { z-index: -9}
.backgrounds div.bg2 { z-index: -8}
.backgrounds div.bg3 { z-index: -7}
.backgrounds .bg0 { background:url(../img/back0.jpg) 50% 0 no-repeat fixed;}
.backgrounds .bg1 { background:url(../img/back1.png) 50% 0 no-repeat fixed;}
.backgrounds .bg2 { background:url(../img/back2.png) 50% 600px no-repeat fixed;}
.backgrounds .bg3 { background:url(../img/back3.png) 50% 600px no-repeat fixed;}

/* =============================================================================
   TOPBAR
   ========================================================================== */
#topbar { display:none; background: url(../img/topbar/topbar_back.gif) repeat-x #111; height: 25px; width: 100%; padding: 0px; font-size: 11px;}
.socialicons { color: #676767; float: left; margin-left: 5px;}
.socialicons .txticons { float: left; margin-top: 6px; margin-right: 8px;}
.socialicons .icons { float: left; }
#topbar > div.nav-lang { float: left; }
.submenu { display: none; background: #111; overflow: auto; position: absolute; top: 25px; left: 0px; z-index: 10}
#topbar > div { float: left; margin-right: 20px}
#topbar > div.nav-lang { float: right; }
#topbar > div.nav-lang div {}
.flagselect { width: 120px; height: 25px; border-left: 1px solid #41403f; border-right: 1px solid #41403f; cursor: pointer; position: relative; color: #676767}
.flagselect .current { overflow: auto; padding-left: 4px}
.flagselect .current:hover { color: #fff}
.flagselect span { display: block; float: left; margin-top: 5px}
.flagselect .nubble { background: url(../img/topbar/arrow.png) 0px -8px; height: 8px; width: 8px; float: right; margin: 8px 8px 0px 5px; }
.flagselect .name { margin: 5px 10px 5px 5px;  }
.flagselect .submenu { width: inherit; margin-left:-1px; border-top: 1px solid #41403f;}
.flagselect .submenu a { display: block; clear: both; padding-left: 5px; color: #676767; font-weight: normal; border: 1px solid #41403f; border-top: 0px; overflow: auto}
.flagselect .submenu a:hover { color: #fff}
.flag{ background: url(../img/topbar/flags.png) 0px 0px no-repeat; width: 18px; height: 14px; display: block}
.flag.fr { background-position: 0px -14px;}       .flag.fr.faded { background-position: -18px -14px;}
.flag.en { background-position: 0px 0px;}         .flag.en.faded { background-position: -18px 0px;}
.flag.de { background-position: 0px -28px;}       .flag.de.faded { background-position: -18px -28px;}
.flag.sp { background-position: 0px -42px;}       .flag.sp.faded { background-position: -18px -42px;}

/* =============================================================================
   MAIN CONTENT
   ========================================================================== */
	 
#container {
	position:relative;	
  width:100%;
	max-width: 1000px;
	padding:0;
	margin:auto;
	min-height:300px;
}
#main {
  position:relative;
	float:left;
	width: 100%;
  text-align: left;
	margin:auto;
	/* background-color: rgba(0, 0, 0, 0.5); */
}


/* 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{
	margin-top:100px;
}
.loading p{
	padding:0;
	margin:0;
	font-size:12px;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
}


/* =============================================================================
   FOOTER
   ========================================================================== */
	
#footer {
  position:relative;
	float:left;		
	background-color: rgba(0, 0, 0, 0.7);  
	/* top right bottom left; */
	width:100%;
	padding:15px;
	padding-bottom:45px;
	overflow:hidden;	
}

#footer-langues, #footer-menu {
	width:100%;
	float:left;
	font-size: 12px;
	text-align:center;
	padding-bottom:15px;
	color:#6a6a6a;
	text-transform:uppercase;	
}

#footer-langues li, #footer-menu li {
	outline: none;
	list-style: none;  
	margin:0;
	padding-left:5px;
	float:left;
}
#footer-langues a, #footer-menu a {
	color:#6a6a6a;  
}
#footer-langues a:hover, #footer-menu a:hover {
	color:#fff;  
}
#footer-langues span { display: block; float: left; margin-top: 3px}
#footer-langues .name { margin: 2px 5px 0px; }
#footer-langues a { display: block; clear: both; padding-left: 3px; color: #676767; font-weight: normal; overflow: auto}
#footer-langues a:hover { color: #fff}
#footer-menu li {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right:10px;
	padding-left:10px;
}
#footer-menu li:last-child {
	border-right:none;
}
#footer .footer-rub {
	width:80px;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	border-right:none;
	color: rgba(255, 255, 255, 0.2);
	/* font-size: 10px; padding:2px; background-color: rgba(255, 255, 255, 0.1); */
}
#footer-langues .footer-rub {
	margin-top:2px;
}

#footer-top {
	position:absolute;
	top:15px;
	right:10px;
}
#footer-top a {
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	background-color: #ff8d27;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;	
	text-align:center;	
	padding:8px;
}
#footer-top a:hover {
	background-color: #5f1f0f;
	color:#fff;
}

#footer-logos {
	float: left;
	width:100%;
	margin-top:10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-logos .logo {
	display: inline-block;
	position: relative;
	float: left;
	height:90px;
	padding:10px;
}
#logo_focus {
	width:11%;
	margin-left:5.5%;
}
#logo_spiders {
	width:13.5%;
}
#logo_xbox, #logo_ps, #logo_pc  {
	width:22%;
}

#footer-logos .logo img {
	width:100%;
}

#footer-copyright {
	float: left;
	width:100%;
	padding:15px 60px 0px 40px;	
	text-align:center;
	color: rgba(255, 255, 255, 0.2);
	font-size: 10px;
	line-height:1.8em;	
}


/* =============================================================================
   POUR TEST : DIMENSION DE LA FENETRE
   ========================================================================== */
#dimensions {
  /* A ENLEVER POUR TEST  display:none; */ 
  position: fixed;
  z-index:1000;
	right: 5px;
  bottom: 5px;
  font-size: 11px;
  color: #FFF;
  padding: 4px;
}



/* =============================================================================
   MEDIA QUERIES POUR LA TOPBAR ET LE BACKGROUND
   ========================================================================== */
@media screen and (min-width: 1001px) and (max-width: 1024px) {	
	body {
		background: #000 url(../img/back_desktop.jpg) top center no-repeat;
	}
	#topbar { display:block; }
	#footer { margin-bottom:80px; }
}
@media screen and (min-width: 1025px) {
	#topbar { display:block; }
	.backgrounds { display:block; }	
	/* #footer { margin-bottom:80px; } */
}
