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

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



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


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

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



/* =============================================================================
   TITLE
   ========================================================================== */
#title {
	position: relative;
	width:100%;
	height: 37px;
	margin-bottom: 10px;
}
#title-left {
	position: relative;
	display: inline-block;
	float:left;
}
#title-right {
	position: relative;
	display: inline-block;
	float:left;
}
#title h1 {
	position: relative;
	display: inline-block;
	float:left;
	background: transparent url(../img/title_center.png) repeat-x top left;
	width:auto;
	height: 37px;
	line-height: 37px;
	font-family: 'microgrammabold', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 26px;
	text-transform:uppercase;
	color: #fff;
	text-shadow: 2px 2px 0 #000000;
	padding:0;
	margin:0;
}


/* =============================================================================
   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: 'microgrammabold', Arial, "Helvetica CY", Helvetica, sans-serif;
	background-color:#f39100;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	text-align:center;
	padding:10px;
}
#footer-top a:hover {
	background-color: #fff;
	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 div {
	display: inline-block;
	position: relative;
	height:auto;
}
#footer_focus {
	width:15%;
}
#footer_focus img {
    height: 100px;
}
#footer_tindalos {
	width:15%;
}
#footer_pc {
	width:10%;
}
#footer_pegi {
	width:10%;
}
#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;
}




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