/* 
	COULEURS
	===============================
	rouge : #8b1e1e / rgba(139,30,30,1)
	rouge clair : #d20202 / rgba(210,2,2,1)
	rouge foncé : #581216 / rgba(88,18,22,1)

  padding: top right bottom left;

*/

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

/* =============================================================================
   COULEURS BACKGROUND
   ========================================================================== */

.bg_boutons_global {
	background: #222B28;
}


/* =============================================================================
   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: 'heliosconditalic';
    src: url('../fonts/helioscond-italic-webfont.eot');
    src: url('../fonts/helioscond-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioscond-italic-webfont.svg#heliosconditalic') format('svg'),
         url('../fonts/helioscond-italic-webfont.woff') format('woff'),
         url('../fonts/helioscond-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'elan_itc_t_otregular';
    src: url('../fonts/elanitctot-book-webfont.eot');
    src: url('../fonts/elanitctot-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/elanitctot-book-webfont.svg#elan_itc_t_otregular') format('svg'),
         url('../fonts/elanitctot-book-webfont.woff') format('woff'),
         url('../fonts/elanitctot-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =============================================================================
   BODY
   ========================================================================== */
body {  
	position: relative;
	overflow: auto;
	width:100%;
	background-image:url("../img/back.jpg");
	background-color:#000;
	background-repeat:no-repeat;
	background-position: top center;
	background-attachment:fixed;
	overflow-x:hidden;
	color:#fff;
	text-align: center;
	font-family: Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding:0;
}


/* =============================================================================
   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: 10px;
}
.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;
}
.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 {
	max-width: 1000px;
	margin: 0;
	padding:0;
	margin: auto;
	background: rgba(0,0,0,0.8);
	position: relative;
	z-index: 2;
}
#main {
  float: left;
  width: 100%;
  text-align: left;
  margin:0; 
}

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

/* =============================================================================
   H1 > TITRES
   ========================================================================== */
h1 {
	font-family: 'elan_itc_t_otregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:46px;
	font-weight: normal;
  font-style: normal;		
	text-transform:uppercase;
	margin: 15px 0px 15px 15px;
	color: #b90507;
}

/* =============================================================================
   LOGO
   ========================================================================== */
#logo {
  width: 100%;
	height:auto;
	padding-top:15px;
	padding-bottom:20px;
}
#logo a {
	position:relative;
	margin:auto;		
}
#logo img {
	zoom: 1;
	opacity: 1.0;
}

#baseline {
	font-family: 'elan_itc_t_otregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 5px;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	display: inline-block;
	padding: 7px 15px 5px 15px;
	vertical-align: middle;
	color: #fff;
}

#baseline span {
	font-size: 32px;
	margin-left: 10px;
	color: #F30002;
	vertical-align: middle;
	text-shadow: 0 0 15px #F30002;
}

/* =============================================================================
   LOADING
   ========================================================================== */
.loading {
	color: #581216;
	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;
}


/* =============================================================================
   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  {
	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 {
	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:70%;
	padding:25px 0px 25px 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;
}

/* MENU RESEAUX SOCIAUX */
#footer-social {
	width: 30%;
	text-align: right;
	color: #fff;
	padding: 14px 15px 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;
}


/* 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; 
	padding:5px;
}
#footer-logos .logo img {
	width:auto;
}

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

/* =============================================================================
   FLECHE BACK TO TOP
   ========================================================================== */
#toTop{ 
	display:none;
	position:fixed;
	z-index:55;	
	width:51px;
	height:51px;
	bottom:10px;
	right:10px;
	overflow:hidden;
	background:url(../img/totop.png) no-repeat left top; 
	border:none;
	text-decoration:none;
	text-indent:-999px;	
}
#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;
}



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

/* =============================================================================
   TEST : DIMENSION DE LA FENETRE
   ========================================================================== */
#dimensions {
  /* A ENLEVER POUR TEST display:none;  */   
  position: fixed;
  left: 10px;
  bottom: 0px;
  background: #000;
  font-size: 1.5em;
  color: #FFF;
  padding: 10px;
  z-index:1000;
}


/* =============================================================================
   MEDIA QUERIES POUR LES GRANDES RESOLUTIONS, AU-DESSUS DE 1000px
   ========================================================================== */
@media only screen and (min-width: 1001px) {
  #topbar { display:block; }
	.backgrounds { display:block; }	
	#container {
    display:      block;
    position:     absolute;
    left:         50%;
    margin-left:  -500px;
    width:        1000px;
  }
	
}


	
