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

.clear, .clear_desktop {
	clear: both;
}
   
.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;
}

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

/* =============================================================================
   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;
}
@font-face {
    font-family: 'carton_sixregular';
    src: url('../fonts/carton_six-webfont.eot');
    src: url('../fonts/carton_six-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/carton_six-webfont.svg#carton_sixregular') format('svg'),
         url('../fonts/carton_six-webfont.woff') format('woff'),
         url('../fonts/carton_six-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% 50px no-repeat fixed;}
.backgrounds .bg3 { background:url(../img/back3.png) 50% 0 no-repeat fixed;}


/* =============================================================================
   TOPBAR
   ========================================================================== */
#topbar { 
	position:fixed;
	top:0px;
	z-index: 200;
	display:none; 
	background: url(../img/topbar/topbar_back.gif) repeat-x #111;
	height: 22px;
	width: 100%;
	padding: 0px;
	font-size: 11px;
}
.socialicons { 
	color: #676767;
	float: left;
	margin-left: 20px;
}
.socialicons .txticons { 
	float: left;
	margin-top: 5px;
	margin-right: 8px;
}
.socialicons .icons { 
	float: left;
}
.langselect { 
	float: right;
	margin-right: 10px;
}
.flagselect { 
	width: 130px;
	height: 22px;
	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 .arrow { 
	display: block;
	float: left;
	background: url(../img/topbar/arrow.png) 0px -8px;
	height: 8px;
	width: 8px;
	float: right;
	margin: 7px 10px 0px 10px;
}
.flagselect .name { 
	display: block;
	float: left;
	margin: 3px 10px 0px;
}
.flagselect .submenu { 
	display: none;
	position: absolute;
	top: 22px;
	left: -1px; 
	background: #111;
	overflow: auto;	
	z-index: 10;
	width: inherit;
	border-top: 1px solid #41403f;
	border-left: 1px solid #41403f;
	border-right: 1px solid #41403f;
}
.flagselect .submenu a { 
	display: block;
	clear: both;
	height: 22px;
	padding-left: 5px;
	color: #676767;
	font-weight: normal;
	border-bottom: 1px solid #41403f;
}
.flagselect .submenu a:hover { 
	color: #fff;
}
.flag { 
	margin-top: 4px;
	width: 18px; 
	height: 14px;
	display: block;
	float: left;
	background: url(../img/topbar/flags.png) 0px 0px no-repeat; 	
}
.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;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
	width:100%;	
	padding-bottom:45px;
	overflow:hidden;
}

/* BOUTON TOP */
#footer-top {
	position:absolute;
	top:15px;
	right:10px;
}
#footer-top a {
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	background-color: #325000;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;	
	text-align:center;	
	padding:10px;
}
#footer-top a:hover {
	background-color: #baff01;
	color:#000;
}

/* MENU RUBRIQUES & LANGUES */
#footer-rub, #footer-langues  {
	float:left;
	font-size: 12px;
	text-align:center;
	color:#6a6a6a;
	text-transform:uppercase;
}
.footer-label {
	width:70px;
	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 span { display: block; float: left; }
#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-langues .footer-label {margin-top:2px;}

/* 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 .logo {
	display: inline-block;
	position: relative;
	height:auto; 
}
#footer_focus {
	width:12%;
} 
#footer_mighty {
	width:16%;
}
#footer_xbox, #footer_ps  {
	width:24%;
}
#footer_pc {
	width:7%;	
}
#footer_pegi {
	width:8%;	
}
#footer-logos .logo img {
	width:auto;
}

/* COPYRIGHT */
#footer-copyright {
	float: left;
	width:100%;
	padding:0px 60px 0px 60px;	
	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: 12px;
  color: #FFF;
  padding: 5px;
  background: #000;
}



/* =============================================================================
   MEDIA QUERIES POUR LA TOPBAR ET LE BACKGROUND
   ========================================================================== */
@media screen and (min-width: 1001px) {
	#topbar { display:block; }
	.backgrounds { display:block; }	
}
