/* CSS Document */

body{
	color:#FFF;

	/*
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	-o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	*/
}

#conteneur_structure, #footer_conteneur, #accueil_scroll{/*désactivation du scroll*/
	display: none;
}

#module_fond_defilement_conteneur{
	z-index: 1!important;
}

#conteneur_structure{
	z-index: 3;
	background-color: #FFF;
}


#menu_barre_conteneur #menu_menu,#footer_conteneur2,.accueil_accroche,.accueil_encadre{
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	-o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4),0px 0px 10px rgba(0, 0, 0, 0.4);
}

#logo_image{
	display:none;
}

#logo_image_blanc{
	display:block;
}

#footer_conteneur{
	color:#000;
}

#conteneur_structure{
	background-color:#FFF;
	color:#000;
}

#menu_barre_conteneur #menu_menu a{
	display:inline-block;
	margin-left:20px;
	padding:5px;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}


#menu_barre_conteneur2{
	color:#000;
}

#menu_barre_conteneur .navicon,#menu_barre_conteneur .navicon::after,#menu_barre_conteneur .navicon::before{
	background-color:#FFF;
}

#menu_barre_conteneur .open .navicon::after,#menu_barre_conteneur .open .navicon::before{
	background-color:#000;
}

#menu_barre_conteneur .open .navicon{
	background-color:transparent;
}

#menu_barre_conteneur .navicon_text{
	color:#FFF;
}

.contenu_alignement{
	margin-left:50px;
	margin-right:50px;
}

@media (max-height: 600px){
	.menu_barre_marge_top,.menu_barre_marge_bottom{
		height:50px;
	}
	
	#menu_barre_fond,#menu_barre_fond_bleu{
		height:105px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#accueil_scroll{
	position:absolute;
	width:100px;
	left:50%;
	margin-left: -50px;
	z-index: 3;
	bottom: 120px;
	text-align: center;
	overflow: hidden;
}

@media (max-width:800px){
	#accueil_scroll{
		bottom: 330px;
	}
}

#accueil_scroll_image{
	position:relative;
	width:60px;
	height:auto;
	margin:auto;
	display:block;

    -webkit-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -moz-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -ms-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -o-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    animation: 1.5s ease-in-out 0s normal none infinite scroll;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#accueil_scroll_image:hover{
	cursor: pointer;
	opacity:0.4;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@-webkit-keyframes scroll {
	0%{
		margin-bottom:0px;
	}

	50%{
		margin-bottom:20px;
	}

	100%{
		margin-bottom:0px;
	}
}

@-moz-keyframes scroll {
	0%{
		margin-bottom:0px;
	}

	50%{
		margin-bottom:20px;
	}

	100%{
		margin-bottom:0px;
	}
}


@-ms-keyframes scroll {
	0%{
		margin-bottom:0px;
	}

	50%{
		margin-bottom:20px;
	}

	100%{
		margin-bottom:0px;
	}
}

@-o-keyframes scroll {
	0%{
		margin-bottom:0px;
	}

	50%{
		margin-bottom:20px;
	}

	100%{
		margin-bottom:0px;
	}
}

@keyframes scroll {
	0%{
		margin-bottom:0px;
	}

	50%{
		margin-bottom:20px;
	}

	100%{
		margin-bottom:0px;
	}
}

/*
    -webkit-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -moz-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -ms-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -o-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    animation: 1.5s ease-in-out 0s normal none infinite scroll;
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#accueil_footer{
	position:absolute;
	width:100%;
	bottom:40px;
	z-index: 3;
	text-align: left;
	
}

.accueil_footer_image{
	position:relative;
	display: inline-block;
	height: 40px;
	margin-right: 35px;
	width:auto;
	overflow: hidden
	
}

@media (max-width: 800px){
	#accueil_footer{
		bottom:100px;
		text-align: center;
	}
	
	.accueil_footer_image{
		margin:10px 20px 10px 20px;
	}
	
	#footer_conteneur2 #langue_conteneur{
		float:none;
		text-align: center;
	}
	
	.accueil_accroche .marge_bottom{
		height:300px;
	}
}

@media (max-width: 400px){
	.accueil_footer_image{
		margin:10px 0px 10px 0px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.accueil_fond{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow: hidden;
}

.accueil_accroche{
	position:relative;
	width:85%;
	margin: auto;
	text-align: center;
	overflow: hidden;
	z-index: 44;
}

.accueil_encadre{
	display: block;
	padding:60px 40px 60px 40px;
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	color:#FFF;
	overflow: hidden;
	
	box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.5) inset;
}

a.accueil_encadre{
	text-align: center;
}

.accueil_encadre_bouton{
	position:relative;
	display:inline-block;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:20px;
	padding-right:20px;
	border:solid #FFF 2px;
	color:#FFF;
	font-weight:bold;
	font-size: 17px;
	line-height: 20px;

}

@media (max-width: 600px){
	.accueil_encadre{
		padding:50px 40px 50px 40px;
		font-size: 30px;
		line-height: 35px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#countdown{
	margin-top:50px;
	margin-bottom:50px;
}

@media (max-width: 1200px){
	.contenu_alignement{
		margin-left:30px;
		margin-right:30px;
	}
	
	.contenu_small,.contenu_big{
		width:100%;
	}
	
	.contenu_left,.contenu_right{
		float:none;
	}
	
	.contenu_top{
		margin-bottom:50px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.cadre{
	position:fixed;
	background-color: #FFF;
	z-index: 7;
	
	opacity:0;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

#cadre1{
	width:100%;
	height:15px;
	top:0px;
	left:0px;
}

#cadre2{
	width:15px;
	height:100%;
	top:0px;
	left:0px;
}

#cadre3{
	width:100%;
	height:15px;
	bottom:0px;
	right:0px;
}

#cadre4{
	width:15px;
	height:100%;
	bottom:0px;
	right:0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@-webkit-keyframes kenburns{
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50%{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes kenburns{
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50%{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}


@-ms-keyframes kenburns{
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50%{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes kenburns{
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50%{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes kenburns{
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50%{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.kenburns{
    -webkit-animation: 12s linear 0s normal none infinite kenburns;
    -moz-animation: 12s linear 0s normal none infinite kenburns;
    -ms-animation: 12s linear 0s normal none infinite kenburns;
    -o-animation: 12s linear 0s normal none infinite kenburns;
    animation: 12s linear 0s normal none infinite kenburns;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */