
/* HAUT */
header {
	position: fixed;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	z-index: 500;
	background: rgba(0, 0, 0, 1); /* !! conflit estetique avec navHaut */
}

#navHaut {
	z-index: 600;
	margin: 0 auto;
	padding: 0px 0px;
	line-height: 1em;
	color: #a99360;
	text-align: center;
	font-size: calc(16px + 0.5vw);
	font-weight: normal;
	text-transform: uppercase;
	font-family: orbitronbold, sans-serif;
	font-family: "Unbounded", sans-serif;
	font-family: "Nova Square", sans-serif;
	font-family: "Protest Guerrilla", sans-serif;
	letter-spacing: 0.1vw;
	/* font-weight: 200; */
}
#navHaut ul {
	width: 80vw;
	/* height: 80px; */
	margin: 0px auto;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#navHaut li{
	color: #a99360;
	margin: 0px;
	padding: 0px 0px;
	/* display: inline-block; */
	/* float: left; */
	/* width: 126px; */
	/* text-align: center; */
	list-style: none;
	list-style-image: none;
	/*border: 1px solid #f00;*/
}
#navHaut a {
	display: block;
	margin: 0px;
	padding: 31px 0px;
	color: #a3998f;
	color: #a99360;
	text-decoration: none;
	line-height: 1.2em;
}
#navHaut a:hover {
	color: #fff;
	color: #e3bf00;
	color: #ffdb1c;
}
#navHaut a.NH-actif{
	color: #fff;
	border-bottom: 1px solid #e3b000;
}
#navHaut li.NH_cadre{
	font-family: open_sanssemibold, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	display: flex;
	align-items: center;
	letter-spacing: normal;
}
#navHaut li.NH_cadre a{
	/* color: #fff; */
	padding: 4px 1em;
	border: 1px solid #a99360;
	display: inline-block;
}
#navHaut a.NH_video{
	padding-right: 55px;
	background: url("images/statiques/logo-M6-Turbo-petit.png") no-repeat right center scroll;
	background-size: auto;
}
#navHaut li#logo {
	position: relative;
	margin: 6px 0;
	padding: 0px;
	padding: 0px;
	z-index: 700;
	/* width: 189px; */
	height: 80px;
	color: #fff;
	font-size: 2em;
	border: 0;
}
#navHaut li#logo a {
	padding: 0px;
}
#navHaut #navHautOnglet { /* non utilisé */
	display: none;
}
#navHaut li#bt_navMobile {
	display: none;
}
#bt_navMobile_a{
	display: none;
}
@media screen and (min-width: 1000px) {
	header {
		background: rgba(0, 0, 0, 0.7);
	}
}
@media screen and (max-width: 1000px) {
	#navHaut {
		width: auto;
		height: auto; box-sizing: border-box;
		margin: 0 auto;
		padding: 150px 0px 10px;
		line-height: 3em;
		color: #cc0;
		text-align: center;
		font-size: 30px;
		font-weight: normal;
		/*border-bottom: double 4px #ccc;*/
		background: rgba(0,0,0,0.7);
	}
	#navHaut ul#navHautList{
		height: 0px;
		overflow: hidden;
		flex-flow: column nowrap;
	}
	#navHaut li{
		color: #cac9c8;
		margin: 0px;
		padding: 0px 0px;
		display: block;
		width: 100%;
		text-align: center;
		list-style: none;
		list-style-image: none;
		border-bottom: 1px solid #333;
	}
	#navHaut li:last-child{
		border: none;
	}
	#navHaut a {
		margin: 0px;
		/* padding: 4px 0px; */
		color: #a3998f;
		color: #fff;
		text-decoration: none;
	}
	#navHaut a.NH_video {
		padding: initial;
	padding: 31px 0px;
		background-image: none;
	}
	#navHaut li#logo {
		position: absolute;
		top: 30px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;	
		padding: 0px 0px 0px;
		z-index: 700;
		width: 189px;
		border: none;
		line-height: 1em;
		font-size: 1em;
		border: 0;
	}
	/* bouton "menu tablette" */
	#navHaut li#bt_navMobile {
		position: absolute;
		top: 30px;
		right:1vw;
		display: inline-block;
		text-align: center;
		margin: 20px 0;
	}
	#bt_navMobile_a{
		display: inline-block;
		padding: 4px 24px 0px;
		line-height: 0.7em;
		color: #a99360;
		font-family: "Trebuchet MS";
		background: transparent;
		transition: 0.4s;
		height: 45px;
		padding: 0px 8px 10px;
		border: 2px solid #a99360;
		border-radius: 25%;
		line-height: 1em;
		font-size: 50px;
		cursor: pointer;
		position: absolute;
		top: 45px;
		right: 4vw;

	}
	
	/* ouverte */
	#navHaut.nhOuverte {
		height: auto;
		height: 100vh;
		
		/* padding: 0px 0px 1em 0px; */
	}
	#navHaut.nhOuverte ul#navHautList {
		height: 100%; box-sizing: border-box;
	}
	#navHaut.nhOuverte ul li {
		display: block;
		width: auto;
		height: auto;
	}

}

#navHaut #logo_halo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 15px;
	opacity: 0;
	background: url("style/logo_lumineux.png") no-repeat;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 2s;
	-webkit-animation-name: Halo_traversant;
	-moz-animation-name: Halo_traversant;
	animation-name: Halo_traversant;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
}
#navHaut #logo_halo i{
	position: absolute;
	top: 20px;
	left: 7px;
	height: 40px;
	width: 0px;
	box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.2);
}
/* Halo_traversant */
@keyframes Halo_traversant {
    0% {
		opacity: 0.5;
		left: 0px;
		background-position: 0px 0px;
    }
    40% {
		opacity: 1;
   }
	99% {
		opacity: 0.2;
    }
	99% {
		opacity: 1;
    }
	100% {
		opacity: 0;
		left: 180px;
		background-position: -180px 0px;
    }
}
@-moz-keyframes Halo_traversant {
    0% {
		opacity: 0.5;
		left: 0px;
		background-position: 0px 0px;
    }
    40% {
		opacity: 1;
   }
	99% {
		opacity: 0.2;
    }
	99% {
		opacity: 1;
    }
	100% {
		opacity: 0;
		left: 180px;
		background-position: -180px 0px;
    }
}
@-webkit-keyframes Halo_traversant {
    0% {
		opacity: 0.5;
		left: 0px;
		background-position: 0px 0px;
    }
    40% {
		opacity: 1;
   }
	99% {
		opacity: 0.2;
    }
	99% {
		opacity: 1;
    }
	100% {
		opacity: 0;
		left: 180px;
		background-position: -180px 0px;
    }
}

#slogan {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 955px;
	height: 2em;
	overflow: hidden;
	line-height: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: orbitronbold, sans-serif;
	font-size: 2.4em;
	letter-spacing: 0.1ex;
}
@media screen and (max-width: 1000px) {
	#slogan {
		margin: 20px auto;
		height: 4em;
		line-height: 2em;
		font-size: 4.4em;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
		background-color: #222;
	}
}
#slogan ul {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0px;
	/*
	-webkit-animation-duration: 12s;
	-moz-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-name: Titre_defilant;
	-moz-animation-name: Titre_defilant;
	animation-name: Titre_defilant;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	*/
}
#slogan li {
	display: inline-block;
	width: 955px;
	list-style: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-animation-duration: 16s;
	-moz-animation-duration: 16s;
	animation-duration: 16s;
	-webkit-animation-name: Titre_disparaissant;
	-moz-animation-name: Titre_disparaissant;
	animation-name: Titre_disparaissant;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
#slogan li#slog_1 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}
#slogan li#slog_2 {
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
}
#slogan li#slog_3 {
	animation-delay: 8s;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
}
#slogan li#slog_4 {
	animation-delay: 12s;
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
}
#slogan li.slogan_lite {
	font-size: 0.8em;
}
/* Titre_disparaissant */
@keyframes Titre_disparaissant {
    0%, 25%, 100% {
		opacity: 0;
    }
	25%, 50% {
		opacity: 1;
    }
	50%, 100% {
		opacity: 0;
    }
}
@-moz-keyframes Titre_disparaissant {
    0%, 25%, 100% {
		opacity: 0;
    }
	25%, 50% {
		opacity: 1;
    }
	50%, 100% {
		opacity: 0;
    }
}
@-webkit-keyframes Titre_disparaissant {
    0%, 25%, 100% {
		opacity: 0;
    }
	25%, 50% {
		opacity: 1;
    }
	50%, 100% {
		opacity: 0;
    }
}
/* Titre_defilant */
@keyframes Titre_defilant {
    0%, 25%, 100% {
        left: 0px;
    }
	30%, 55% {
        left: -955px; 
    }
	60%, 85% {
        left: -1910px; 
    }
}
@-moz-keyframes Titre_defilant {
    0%, 25%, 100% {
        left: 0px;
    }
	30%, 55% {
        left: -955px; 
    }
	60%, 85% {
        left: -1910px; 
    }
}
@-webkit-keyframes Titre_defilant {
    0%, 25%, 100% {
        left: 0px;
    }
	30%, 55% {
        left: -955px; 
    }
	60%, 85% {
        left: -1910px; 
    }
}

/****************/
/*	BAS 		*/
/****************/

footer  {
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 50px;
	text-align: center;
	border-top: 1px solid #000;
}

#bas_follow { display: none;
	background: #222;
	margin: 0px;
	padding: 10px;
	height: 40px;

	border: 1px solid #999;
}
#bas_follow form {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
}
#bas_follow form input {
	margin: 0px;
	padding: 10px 20px;
	height: 20px;
}
#bas_follow form label {
	color: #999;
	font-size: 1.2em;
}
#bas_follow form input.bas_news_email {
	color: #999;
	margin: 0px 10px 0px 25px;
	width: 250px;
	font-size: 1.1em;
}
#bas_follow form input.bas_news_entrer {
	color: #fff;
	background: #7fbf00;
	border: none;
	width: 140px;
	height: 42px;
	font-family: open_sansbold, sans-serif;
	text-transform: uppercase;
}

#navReseaux {
	margin: 0px 0px 0px 40px;
	margin: 0px;
	/* float: left; */
	display: flex; display: none;
	justify-content: center;
}
#navReseaux img {
	vertical-align: middle;
	margin: 0 1vw;
}
#navReseaux a {
	padding: 0px 0px 0px 10px;
	padding: 0px 10px;
	opacity: 0.6;
	transition: 0.2s;
	color: #fff;
}
#navReseaux a.gluglu {/* pour test */
	opacity: 1;
}
#navReseaux a:hover {
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	#bas_follow {
		margin: 0px;
		padding: 10px;
		height: auto;
		text-align: center;
	}
	#bas_follow form {
		margin: 0px;
		padding: 3em 10px;
		display: block;
		float: initial;
		font-size: 2.4em;
		text-align: center;
	}
	#bas_follow form input {
		margin: 20px;
		padding: 10px 20px;
		height: 3em;
	}
	#bas_follow form input.bas_news_email {
		display: block;
		margin: 10px auto 10px auto;
		width: 92%;
		text-align: center;
		font-size: 0.9em;
	}
	#bas_follow form input.bas_news_entrer {
		display: block;
		margin: 10px auto 10px auto;
		width: 100%;
		height: 100px;
		font-size: 0.9em;
	}
	#navReseaux {
		margin: 20px auto 20px auto;
		float: initial;
	}
	#navReseaux a {
		display: inline-block;
		margin: 20px 40px;
	}
	#navReseaux a img{
		width: 200%;
	}
	
}

#bas_reseaux {
	display: block;
	display: none;
	height: 30px;
	padding: 20px 0px 10px;
	/* border-bottom: 1px dashed #333; */
}

/* Nav pied (blocs) */

#nav_pied {
	padding: 10vh 0px;
	/* text-align: center; */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	justify-content: space-evenly;
}
.nav_pied_col {
	/* float: left; */
	width: 191px;
}
.nav_pied_ico {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
	height: 50px;
}
.nav_pied_titre {
	color: #fff;
	text-transform: uppercase;
	font-family: open_sanssemibold, sans-serif;
	font-size: 1.2em;
	line-height: 3em;
	margin: 0px;
	padding: 0px;
	display: block;
}
.nav_pied_texte {
	color: #999;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.6em;
}
.nav_pied_bas {
	color: #fff;
	font-family: open_sansitalic, sans-serif;
	font-size: 1.2em;
	line-height: 3em;
	margin: 0px;
	padding: 0px;
	display: block;
}
.nav_pied_lien {
	font-size: 1em;
	margin: 10px 0px 0px;
	text-transform: uppercase;
	font-family: open_sansbold, sans-serif;
}
.nav_pied_lien  a{
	padding-left: 16px;
	background: url("style/fleche_1.png") no-repeat 0px center;
	color: #ca0;
	background-size: 6px 9px;
}
.nav_pied_lien  a:hover{
	color: #fc0;
}
@media screen and (max-width: 1000px) {
	#nav_pied {
		font-size: 2em;
	}
	.nav_pied_col {
		display: block;
		float: none;
		width: auto;
	}
	.nav_pied_ico {
		margin: 50px 0px 0px 0px;
		width: 100%;
		height: auto;
	}
	.nav_pied_titre {
		line-height: 2.2em;
	}
	.nav_pied_col:nth-child(1) {
		order: 0;
	}
	.nav_pied_col:nth-child(2) {
		order: 2;
	}
	.nav_pied_col:nth-child(3) {
		order: 1;
	}
}

/* nav bas */

#navBas {
	margin: 0px 0px 0px 0px;
	padding: 0px ;
	line-height: 1.6em;
	text-align: center;
	color: #ccc;
	font-size: 0.9em;
	font-family: open_sansbold, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
#navBas a {
	color: #bfbcb3;
	padding: 0 1vw;
}
#navBas a:hover {
	color: #fff;
}

@media screen and (max-width: 1000px) {
	#navBas {
		display: none;
	}
	address {
		display: none;
	}
	#logo_bas {
		display: none;
	}
}

/* adresse bas */

address {
	margin: 0px 0px 50px;
	padding: 5px;
	line-height: 1.6em;
	color: #998;
	font-family: open_sanssemibold_italic, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
#add_raison {
	color: #fff;
}
#add_email {
	color: #fc0;
}
#add_email:hover{
	color: #fff;
}


/*    	    Signature 	        */

#siteWeb{
	margin: 5px;
	padding: 0px;
	text-align: center;
	line-height: 20px;
}
#siteWeb a {
	text-decoration: none;
	font-size: 1em;
    text-shadow: none;  
	color: #666;
}
#siteWeb a:hover {
	color: #fff;
	text-decoration: none;
}

/***********************/
/* STRUCTURE / CONTENU */
/***********************/

#corps_main {
	/* display: flex; */
	/* flex-flow: column nowrap; */
	/* justify-content: center; */
	margin: 0px  auto;
	position: relative;
	padding: 80px 0px 0px;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	#corps_main {
		padding-top: 100px;
	}
}

#corps {
	margin: 0;
	padding: 0px 0px 0px;
	z-index: 400;
}


/************************/
/*		  POP UP		*/
/************************/

#popup {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #333;
	z-index: 1000;
	background-color: #000;
	text-align: center;
}
#popup .fermer_popup {
	background: #000;
	line-height: 16px;
	height: 18px;
	padding: 0px 2px 2px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#popup .fermer_popup a {
	color: #999;
	display: block;
}
#popup .fermer_popup a:hover {
	color: #fff;
	text-decoration: none;
}
#popup .cadreX {
	border: 1px #333 solid;
	padding: 0px 2px;
	color: #999;
}

.popup_bloc {
	display: none;
	position: absolute;
	position: fixed;
	z-index: 10000;
}
#popup_actu{
	top: 120px;
	left: 400px;
	left: 30%;
	height: 300px;
	height: auto;
	width: 300px;
	width: 38%;
}
@media screen and (max-width: 1024px) {
	#popup_actu{
		top: calc(1vh + 16px);
		left: 1vw;
		height: auto;
		width: 98vw;
		box-sizing: border-box;
	}
}
.popup_ferme_bt {
	display: block;
	position: absolute;
	z-index: 11000;
}

/* Og-POP v2 */

/* popup style 1 */
.popup_actu_1 {
	border-radius: 60px;
	border: 4px solid #d0ccbf;
	padding: 35px;
	text-align: center;
	font-size: 1.4em;
	color: #000;
	text-shadow: -1px -1px #ddc;
	text-shadow: 1px 1px #996;
	background: #fc0;
	background: linear-gradient(#fc0 0%, #c80 50%, #fc0 100%);
	background: linear-gradient(#dc6 0%, #a83 50%, #dc6 100%);
	box-shadow: 15px 15px 15px 0px #333;
}

.popup_actu_1 p{
	line-height: 1.2em;
	margin: 16px 0px;
}
.popup_actu_1 big{
	font-size: 1.7em;
	color: #b80;
	font-variant: small-caps;
	text-shadow: -1px -1px #660;
}
.popup_actu_1 b{
	font-size: 1.3em;
}
.popup_actu_1 i{
	color: #c30;
	font-size: 1.3em;
	text-shadow: none;
}
.popup_actu_1 b.pop_date{
	color: #ffc;
	text-shadow: -1px -1px #666;
}
.popup_actu_1 .popup_ferme_bt{
	right: 0px;
	top: 0px;
	height: 26px;
	width: 26px;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	color: #db3;
	font-family: orbitron, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #d0ccbf;
	padding: 6px;
	box-shadow: 5px 5px 5px 0px #333;
	text-shadow: none;
}
.popup_actu_1 .popup_ferme_bt:hover{
	border: 4px solid #999;
	color: #963;
}
.popup_actu_1 .pop_lien{
	color: #fff;
}
.popup_actu_1 .pop_lien:hover{
	color: #fff;
}

/* popup style 2 */

.popup_actu_2 {
	border: 4px solid #000;
	padding: 0px;
	text-align: center;
	color: #000;
	box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.5);
}
.popup_actu_2 img{
	display: block;
	margin: 0px;
	padding: 0px;
}
.popup_actu_2 .pop_txt {
	font-size: 1.4em;
	padding: 10px calc(1vw + 30px) 20px;
	background: #fff;
}
.popup_actu_2 p{
	line-height: 1.4em;
	margin: 16px 0px;
}
.popup_actu_2 big{
	font-size: 1.7em;
	color: #000;
	font-variant: small-caps;
	line-height: 1.5em;
	font-family: orbitron, sans-serif;
}
.popup_actu_2 b{
	font-size: 1.3em;
}
.popup_actu_2 i{
	color: #c30;
	font-size: 1.3em;
	text-shadow: none;
}
.popup_actu_2 b.pop_date{
	color: #ffc;
}
.popup_actu_2 .popup_ferme_bt{
	right: -25px;
	top: -25px;
	height: 26px;
	width: 26px;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	color: #000;
	font-family: orbitron, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #d0ccbf;
	padding: 6px;
	box-shadow: 5px 5px 5px 0px #333;
	text-shadow: none;
}
.popup_actu_2 .popup_ferme_bt:hover{
	border: 4px solid #999;
	color: #963;
}
.popup_actu_2 .pop_lien{
	display: inline-block;
	margin: 6px 0px 0px;
	padding: 6px 18px;
	border: 1px solid #d0ccbf;
	color: #b80;
}
.popup_actu_2 .pop_lien:hover{
	color: #db3;
}

@media screen and (max-width: 1024px) {
	.popup_actu_2 .popup_ferme_bt{
		background: #fff;
		left: calc(50vw - 13px);
		top: -23px;
	}
}

#popup_statique{
	top: 120px;
	left: 0%;
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	color: #000;
}
#popup_statique span{
	position: relative;
	display: inline-block;
}
#popup_statique img{
	box-shadow: 0px 0px 20px 10px #333;
}
.popup_ferme_bt {
	display: block;
	position: absolute;
	z-index: 11000;
}
#popup_statique .popup_ferme_bt{
	right: -20px;
	top: -20px;
	height: 26px;
	width: 26px;
	background: rgba(255, 255, 255, 0.35);
	color: #ba6;
	font-family: orbitron, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #ba6;
	padding: 6px;
	box-shadow: 5px 5px 5px 0px #333;
	text-shadow: none;
}
#popup_statique .popup_ferme_bt:hover{
	color: #330;
}

