/* =============================================================================
   CCOULEURS

   Rouge : #890101;
   Orange : #ff9d00;
   Orange bis : #ffb400;
   ========================================================================== */


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

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

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

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

.clear {
	clear: both;
}

/* 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 {
  background-color: #000000;
  margin: 0 auto;
  padding:0;
  color: white;
  text-align: center;
  font-family: Arial, "Helvetica CY", Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  overflow: auto;
  width:100%;
}

/* =============================================================================
   BACKGROUNDS WRD
   ========================================================================== */
.backgrounds_rd div {
	height: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	top:0px;
	z-index: -10;
}
.touch .backgrounds_rd div { width: 1180px}
.backgrounds_rd div.bgrd0 { display:block}
.backgrounds_rd div.bgrd1 { z-index: -9}
.backgrounds_rd div.bgrd2 { z-index: -8}
.backgrounds_rd div.bgrd3 { z-index: -7}



/* =============================================================================
   BACKGROUNDS WAB
   ========================================================================== */
.backgrounds_ab div {
	height: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	top:0px;
	z-index: -10;
}
.touch .backgrounds_ab div { width: 1180px}
.backgrounds_ab div.bgab0 { display:block}
.backgrounds_ab div.bgab1 { z-index: -9}
.backgrounds_ab div.bgab2 { z-index: -8}
.backgrounds_ab div.bgab3 { z-index: -7}


/* =============================================================================
   BACKGROUNDS WEE
   ========================================================================== */
.backgrounds_ee div {
	height: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	top:0px;
  z-index: -10;
} 
.touch .backgrounds_ee div { width: 1180px}
.backgrounds_ee div.bgee0 { display:block}
.backgrounds_ee div.bgee1 { z-index: -9}
.backgrounds_ee div.bgee2 { z-index: -8}
.backgrounds_ee div.bgee3 { z-index: -7}


/* =============================================================================
   TOPBAR
   ========================================================================== */
#topbar { 
	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: 15px;
}
.flagselect { 
	width: 130px;
	height: 22px;
	border-left: 1px solid #41403f;
	border-right: 1px solid #41403f;
	cursor: pointer;
	position: relative;
	color: #676767;
	z-index:102;
}
.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;
	z-index:102;
}
.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;}

#nav_langues{
  display:none;
  position: fixed;
  right: 88px;
  top: 13px;
}
#nav_langues a {
  float:left;
  margin-right:7px;
}


/* =============================================================================
   CONTAINER
   ========================================================================== */
#container {
	max-width: 1000px;
	margin: 0;
	padding:0;
	margin: auto;
}


/* =============================================================================
   MAIN CONTENT
   ========================================================================== */
#main {
  float: left;
  width: 100%;
  background: #1a1a1a;
  text-align: left;
  margin:0;
}


/* =============================================================================
   H1 
   ========================================================================== */
h1 {
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:46px;
	font-weight: normal;
  font-style: normal;		
	text-transform:uppercase;
	margin: 5px 0px 0px 5px;
}


/* =============================================================================
   LOGO
   ========================================================================== */
#logo_ab, #logo_ee, #logo_rd {
	width:100%;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	overflow: hidden;
}
#logo_rd a:hover img, #logo_ab a:hover img, #logo_ee a:hover img, #logo_esl a:hover img {
	zoom: 1;
	opacity: 1;
	-moz-opacity: 1; 
	filter:alpha(opacity=1);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: all 0 ease !important;
	transition: none !important;
}

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


#header .preorder, 
#header .available {
	position: absolute;
	top: -150px;
	right: 0px;
	display: inline-block;
	text-align: center;
}
#header .available {
	top: -140px;
}
#header .preorder .button, 
#header .available .button {
	color: #fff;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 28px;
	background: #890101; /* Old browsers */
	background: -moz-linear-gradient(top,  #890101 0%, #510001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890101), color-stop(100%,#510001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #890101 0%,#510001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #890101 0%,#510001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #890101 0%,#510001 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #890101 0%,#510001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890101', endColorstr='#510001',GradientType=0 ); /* IE6-9 */
	padding: 7px 11px 3px 11px;
	border: #e89200 1px solid;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.6);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 #000000;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .available .button {
	font-size: 26px;
	padding: 9px 13px 7px 13px;
}
#header .available .button:hover {  
	background: #fff;
	background: rgb(184,164,131); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(184,164,131,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,164,131,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(184,164,131,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(184,164,131,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(184,164,131,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(184,164,131,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8a483', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	text-shadow: 0 1px 0 #918066;
	color: #2e2e2e;
}
#header .preorder .text {
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 20px; 
	color: #fff;
	text-transform: uppercase;
	line-height: 0px;
	text-shadow: 0 0 6px #000000;
}

#header .preorder p:last-child {
	font-size: 26px;
	color: #ff9900;
}

/* =============================================================================
   FOOTER
   ========================================================================== */
#footer {
	position:relative;
	float: left;
	width: 100%;
	background: #3D3D3D url(../img/pattern/pattern_grey.gif) repeat;
	width:100%;	
	padding-bottom:45px;
	overflow:hidden;
}

/* MENU RUBRIQUES & LANGUES */
#footer-rub, #footer-social, #footer-langues, #footer-games  {
	float:left;
	font-size: 12px;
	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 30px 25px;
	float: left;
}
#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;
}

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

/* MENU LANGUES */
#footer-langues {
	width: 100%;
	padding:0px 0px 35px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#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:50%;
	padding: 15px 0px 0px 25px;	
	text-align: left;
}
#footer-logos .logo {
	display: inline-block;
	position: relative;
	height:auto; 
	padding:5px;
}
#footer-logos .logo img {
	width:auto;
	height: 70px;
}

/* MENU RESEAUX SOCIAUX */
#footer-social {
	width: 50%;
	text-align: right;
	float: right;
	color: #fff;
	padding: 14px 25px 0px 0px;
}
#footer-social i {
	height: 38px;
	width: 38px;
	display: inline-block;
	margin: 0px 0px 0px 10px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#footer-social a {
	color: #fff;
	opacity: 0.8;
}
#footer-social a:hover {
	opacity: 1;
}
#footer-social .icon-facebook {
	background: #3c599b;
	padding: 4px 0px 0px 0px;
	font-size: 28px;
}
#footer-social .icon-twitter {
	background: #00abf0;
	padding: 5px 0px 0px 0px;
	font-size: 24px;
}
#footer-social .icon-youtube-sign {
	padding: 4px 0px 0px 0px;
	background: #df392b;
	font-size: 28px;
}

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

#footer-copyright a {
	color: rgba(255, 255, 255, 0.20);
}



/* =============================================================================
   FLECHE BACK TO TOP
   ========================================================================== */

#toTop{ display:none; text-decoration:none; position:fixed; z-index:55; bottom:10px; right:10px; overflow:hidden; width:51px; height:51px; border:none; text-indent:-999px; background:url(../img/totop.png) no-repeat left top; }
#toTopHover{ background:url(../img/totop.png) no-repeat left -50px; width:50px; height:50px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus{ outline:none; }




/* =============================================================================
   MEDIA QUERIES POUR LA TOPBAR ET LE BACKGROUND
   ========================================================================== */	

@media only screen and (min-width: 1000px) {
  
	
	/* BACKGROUND */	
	
	.backgrounds_rd .bgrd0 { background:url(../img/back_rd.jpg) 50% 0 no-repeat fixed;}
	.backgrounds_rd .bgrd1 { background:url(../img/back_bateaux_rd.png) 50% 0px no-repeat fixed;}
	.backgrounds_rd .bgrd2 { background:url(../img/back_avions_rd.png) 50% 0 no-repeat fixed;}
	.backgrounds_rd .bgrd3 { background:url(../img/back_filtre_rd.png) 50% 0 no-repeat fixed;}	
	
	.backgrounds_ab .bgab0 { background:url(../img/back_ab.jpg) 50% 0 no-repeat fixed;}
	.backgrounds_ab .bgab1 { background:url(../img/back_montagne_ab.png) 50% 160px no-repeat fixed;}
	.backgrounds_ab .bgab2 { background:url(../img/back_avions_ab.png) 50% 50px no-repeat fixed;}
	.backgrounds_ab .bgab3 { background:url(../img/back_helicos_ab.png) 50% 10px no-repeat fixed;}
	
	.backgrounds_ee .bgee0 { background:url(../img/back_ee.jpg) 50% 0 no-repeat fixed;}
	.backgrounds_ee .bgee1 { background:url(../img/back_tanks_ee.png) 50% 160px no-repeat fixed;}
	.backgrounds_ee .bgee2 { background:url(../img/back_helicos_ee.png) 50% 50px no-repeat fixed;}
	.backgrounds_ee .bgee3 { background:url(../img/back_helico_ee.png) 50% 10px no-repeat fixed;}
	
	
	/* CONTENT */	
	#topbar { display:block; }
	
	#container {
    display:      block;
    position:     absolute;
    left:         50%;
    margin-left:  -500px;
    width:        1000px;
  }
	
}

