/*Reset CSS*/

.in-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(400px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity:0;
        transform: translatex(100px);
    }
    to {
        opacity:1;
        transform: translatex(400px);
    }
}

#baseline {
	display: block;
	position: relative;
	top: 5px;
	left: 40px;
	width: auto;
}

.in-left_text {
    -webkit-animation-name: fadeInLeft02;
    animation-name: fadeInLeft02;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes fadeInLeft02 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft02 {
    from {
        opacity:0;
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

#personnage {
	display: block;
	position: absolute;
	top:-10px;
	width: 33px;
	height: 130px;
}

/*Back to Top*/

.back-to-top {
	width:39px;
	height:39px;
	position: fixed;
	border-radius:20px ;
	bottom: 50px;
	right: 0px;
	z-index:100000000;
	display: none;
}

#background {
	width:100%;
	height:700px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:100;
}

.cartouche{
	display: block;
	left: 100;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.30);
}
		
.margin20 {
	right: 20px;
	bottom: 140px;
}

/*FIN Back to Top*/

#lien {
	display: block;
	position: relative;
	top:-40px;
	left:13px;
}

#logo {
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: white;
	z-index:1000000;
}

#texte_couv {
	display: block;
	position:absolute;
	top: 200px;
	width: 100%;
	height: auto;
	z-index:100001;
}

#texte_couv2 {
	display: block;
	position:absolute;
	top: 500px;
	width: 100%;
	height: auto;
	z-index:100000;
}

#texte_couv3 {
	display: block;
	position:absolute;
	top: 520px;
	width: 100%;
	height: auto;
	z-index:90000;
}



#bandeau_haut {
	display: block;
	position: fixed;
	top: 30px;
	width: 100%;
	height: 60px;
	background: url(../images/fond_gris.jpg) center center no-repeat;
	background-size: cover;
	z-index:1000000;
}

#menu {
	display: block;
	position: fixed;
	top: 90px;
	width: 100%;
	height: 30px;
	background: rgb(239,121,19);
	z-index:1000000;
}

#bas_page {
	display: block;
	position: relative;
	top: 670px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: rgb(0,0,0);
	z-index:1000000;
}

#bas_page_bande_orange {
	display: block;
	position: relative;
	top: 670px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: rgb(239,121,19);
	z-index:1000000;
}

#bas_page2 {
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: rgb(0,0,0);
	z-index:1000000;
}

#bas_page_bande_orange2 {
	display: block;
	position: fixed;
	bottom: 80px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: rgb(239,121,19);
	z-index:1000000;
}

#cartouche {
	display: block;
	position: relative;
	top: 540px;
	left: 40%;
	width: auto;
	z-index:100000;
}

.tab_sign {
	width: 100%;
}

.bande_noir {
	background: url(../images/bande_noir.png) repeat;
}

#tab_haut {
	top: 0px;
	width: 100%;
	height: 130px;
}

#actus {
	display: block;
	position: relative;
	top: 200px;
	width: 800px;
	margin: 0 auto;
}

#container {
	display: block;
	position: relative;
	top:190px;
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}

#container_blanc {
	display: block;
	position: relative;
	top:190px;
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	z-index: 200;
}


.centre {
	width: 1200px;
}

.centre_menu {
	width: 800px;
	height: 39px;
}


.baseline{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #000;
}

.construction{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 17px;
	line-height: 17px;
    font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}

#construction {
	display: block;
	position: fixed;
	width: auto;
	top: 55px;
	right: 100px;
	z-index:1000001;
}

.paragraphe{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 15px;
    font-weight: 300;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}

.text_blanc{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 9px;
	line-height: 15px;
    font-weight: 300;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-left: 40px;
	
}

.text_blanc:hover{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 9px;
	line-height: 15px;
    font-weight: 500;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}

.paragraphe_orange{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 15px;
    font-weight: 300;
	letter-spacing: 0px;
	text-align: left;
	color: rgb(239,121,19);
}

.titre_paragraphe{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 19px;
	line-height: 22px;
    font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
	color: #eb6e13;
}

.bouton{
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 500;
	letter-spacing: 4px;
	color: #fff;
	padding: 8px 30px 10px 30px;
	margin-left: 20px;
	background: rgb(48,48,50);
	background: linear-gradient(0deg, rgba(48,48,50,1) 0%, rgba(94,94,96,1) 20%, rgba(128,129,131,1) 100%);	
	border-radius: 10px 10px 0px 0px;
}

.bouton:hover{
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 500;
	letter-spacing: 4px;
	color: #fff;
	padding: 8px 30px 10px 30px;
	background: rgb(235,110,19);
	background: linear-gradient(0deg, rgba(235,110,19,1) 0%, rgba(237,138,13,1) 100%);
	border-radius: 10px 10px 0px 0px;
}

.bouton2{
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 100px;
}

.bouton2:hover{
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 500;
	letter-spacing: 1px;
	color: #000;
}

.bouton3{
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
		margin-left: 20px;
}

.bouton3:hover{
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 500;
	letter-spacing: 1px;
	color: #000;
}

.bouton2_ok {
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 700;
	letter-spacing: 1px;
	color: #000;
		margin-left: 20px;
}

.bouton3_ok {
	display: inline-block;
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 700;
	letter-spacing: 1px;
	color: #000;
		margin-left: 100px;
}

.logo {
	width: 144px;
}

.tab_personnage {
	width: 20%;
}

.tab_espace {
	width: 50px;
}




.red_small_bold { font-family: Verdana; font-size: 10px; font-style: normal; color: #FF0000; font-weight: bold; line-height: 13px; text-decoration: none }
.red_small_bold { font-family: Verdana; font-size: 10px; font-style: normal; color: #FF0000; font-weight: bold; line-height: 13px; text-decoration: none }
.red_small_normal { font-family: Verdana; font-size: 10px; font-style: normal; color: #FF0000; font-weight: normal; line-height: 13px; text-decoration: none }
.gris_small_bold {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #666;
	font-weight: normal;
	line-height: 9px;
	text-decoration: none
}
.gris_small_normal {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #666;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
	text-align: center;
}
.gris_small_bold_02 { font-family: Verdana; font-size: 10px; font-style: normal; color: #406982; font-weight: bold; line-height: 13px; text-decoration: none }
.gris_small_bold_02:hover { font-family: Verdana; font-size: 10px; font-style: normal; color: #990000; font-weight: bold; line-height: 13px; text-decoration: none }
.gris_small_normal_02 { font-family: Verdana; font-size: 10px; font-style: normal; color: #406982; font-weight: normal; line-height: 13px; text-decoration: none }
.gris_11px_bold { font-family: Verdana; font-size: 11px; font-style: normal; color: 217AD4; font-weight: bold; line-height: 13px; text-decoration: none }
.jaune_11px_bold { font-family: Verdana; font-size: 11px; font-style: normal; color: F6E028; font-weight: bold; line-height: 15px; text-decoration: none }
.noir_small_bold { font-family: Verdana; font-size: 10px; font-style: normal; color: #000000; font-weight: bold; line-height: 13px; text-decoration: none }
.noir_small_bold:hover { font-family: Verdana; font-size: 10px; font-style: normal; color: #990000; font-weight: bold; line-height: 13px; text-decoration: none }
.noir_small_normal {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #999;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none
}
.noir_small_normal02 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
}

.form_text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
	width: 100%;
}


.noir_small_normal04 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #999;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
}
.noir_small_normal08 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #999;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
}


.noir_small_normal03 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none
}

.blanc_small_bold { font-family: Verdana; font-size: 10px; font-style: normal; color: #FFFFFF; font-weight: bold; line-height: 13px; text-decoration: none}
.blanc_small_normal {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
}
.blanc_small_normal03 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
}
.blanc_small_normal02 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #CCC;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
}
.blanc_small_normal02:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
}


.red_big_bold { font-family: Verdana; font-size: 12px; font-style: normal; color: #FF0000; font-weight: bold; line-height: 20px; text-decoration: none }
.red_big_normal { font-family: Verdana; font-size: 12px; font-style: normal; color: #FF0000; font-weight: normal; line-height: 20px; text-decoration: none }
.gris_big_bold { font-family: Verdana; font-size: 12px; font-style: normal; color: #A6B5C9; font-weight: bold; line-height: 20px; text-decoration: none }
.gris_big_normal { font-family: Verdana; font-size: 12px; font-style: normal; color: #A6B5C9; font-weight: normal; line-height: 20px; text-decoration: none }
.gris_big_bold_02 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none
}
.gris_verybig_bold_02 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #F19938;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none
}
.gris_big_normal_02 { font-family: Verdana; font-size: 12px; font-style: normal; color: #406982; font-weight: normal; line-height: 20px; text-decoration: none }
.noir_big_bold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

.noir_big_bold:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}


.noir_big_bold03 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 2px;
}

.noir_big_normal {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: 26px;
	text-decoration: none
}
.noir_big_normal02 {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 1px;
}
.blanc_big_bold {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	letter-spacing: 4px;
}
.blanc_big_normal { font-family: Verdana; font-size: 12px; font-style: normal; color: #FFFFFF; font-weight: normal; line-height: 20px; text-decoration: none }
.blanc_times {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none
}
.violet {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #F19938;
	font-weight: bold;
	text-decoration: none
}
.violet03 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #F19938;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none
}
.violet02 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #F19938;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none
}
.violet:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #E07D10;
	font-weight: bold;
	text-decoration: none
}
.violet03:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #E07D10;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none
}
.violet02:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #E07D10;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none
}

.background01 {
	background-repeat:no-repeat;
	background-image: url(images/home17.jpg);
}



.cata {
	width: 100%;
}
















@media (max-width:700px) {
	
	
	#texte_couv2 {
	display: block;
	position:absolute;
	top: 930px;
	width: 100%;
	height: auto;
	z-index:100000;
}
	
	#texte_couv3 {
	display: none;
}
	
	#cartouche {
	display: none;
}
	
	
	.in-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(250px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity:0;
        transform: translatex(100px);
    }
    to {
        opacity:1;
        transform: translatex(250px);
    }
}
	

	.tabs{
		display: none;
	}
	
	.centre {
		width: 100%;
	}
	
.baseline{
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #000;
}
	
	.logo {
		width: 100px;
	}
	
	.tab_espace {
		width: 20px;
	}
	
	.center {
		text-align: center;
	}
	
	.bouton{
		margin-left: 0px;
	}


	.cata {
	width: 80%;
	text-align: center;	
	}
	
		#construction {
			display: none;
		top: 10px;
		margin: 0 auto;	
	}
	
	.construction{
    font-size: 8px;
	line-height: 17px;
    font-weight: 300;
	letter-spacing: 0px;
	color: black;
}
	
#bas_page {
	display: block;
	position: relative;
	top: 1100px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: rgb(0,0,0);
	z-index:1000000;
}

#bas_page_bande_orange {
	display: block;
	position: relative;
	top: 1100px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: rgb(239,121,19);
	z-index:1000000;
}
	
	#background {
	width:100%;
	height:700px;
	position: relative;
	top: 400px;
	left: 0px;
	z-index:100;
}


	
}
