
/*    	    *** *** *** *** 	        */
/*    	    				 	        */
/*    	    	INTERFACE 	        	*/
/*    	    				 	        */
/*    	    *** *** *** *** 	        */


/* 			en-tete			 */
header{
	position: fixed;
	top: 0;
	left: 0px;
	height: auto;
	width : 100%;
	z-index: 1000;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	border-bottom: 1px solid #000;
	border-bottom: 1px solid #4B4943;
	transition: 0.4s;
}
header:hover{
	background-color: #000;
	transition: 0.2s;
}




/* Ligne de Slogan et tél */

#ban_haut {
	background-color: #000;
	height: 20px;
	overflow: hidden; /* pour scroll */
	font-size: 1.2em;
	padding: 2px 0 3px;
}
#ban_haut_content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1em;
	display: flex;
	justify-content: space-between;
}
#ban_haut span {
	/* display: inline-flex; */
}


/* Ligne de Navigation */

#ban_nav {
	display: flex;
	flex-direction : row;
	justify-content: center;
	align-items: center;
	height: 100px;
}

/* Bouton navigation mobile */

#ban_nav_gauche {
	display: inline-flex;
	flex-basis: 100px;
}
#bt_navMobile {
	display: none;
}

/* Navigation panier/client */

#ban_nav_droite {
	display: inline-flex;
	flex-basis: 100px;
}
#ban_nav_droite a {
	display: block;
	padding: 1em;
}
#ban_nav_droite a:hover {
	filter: brightness(200%); 
}

/* Navigation du haut */

#nav_haut {
	display: inline-flex;
	/* display: inline-block; */
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: orbitronmedium, sans-serif;
}
#nav_haut ul {
	height: 100px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction : row;
    justify-content: center;
	align-items: center;
}
#nav_haut ul li {
	display: inline-flex;
}
#nav_haut ul li:nth-child(1) {
	order: 2;
}
#nav_haut ul li:nth-child(2) {
	order: 0;
}
#nav_haut ul li:nth-child(3) {
	order: 1;
}
#nav_haut ul li:nth-child(4) {
	order: 3;
}
#nav_haut ul li:nth-child(5) {
	order: 5;
}
#nav_haut a {
    display: block;
    padding: 1em 2vw;
    text-align:center;
    text-decoration: none;
	color: #fff;
	/*border: 1px solid #ccc;*/
}
#nav_haut a:hover {
	color: #fff;
	color: #BA9933;
}
#nav_haut a.NH-actif{
	/*color: #fff;
	border-bottom: 1px solid #e3b000;*/
	color: #BA9933;
	color: #E3D691;
}
#nav_haut a img{
	/*border: 1px solid #c00;*/
	display: block;
	margin: 0;
}
#nav_haut ul li:nth-child(1) a {
    padding: 0 1em;
}


/* NAVIGATION BOUTIQUE (CLIENT et PANIER) */


#nav_profil , #nav_panier {
	display: none;
	border-top: 1px solid #605c4f;
	border-top: 1px solid #4B4943;
	border-top: 1px solid #3B3933;
	padding: 0em 0;
	text-align: center;
}

/* NAVIGATION CLIENT */

.nav_profil_fond {
	vertical-align: -0.6em;
	filter: invert(0.5);
	margin-right: 1.2em;
}
#nav_profil a{
	color: #999;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 1.2em;
}
#nav_profil a:hover{
	color: #E3D691;
}
.nav_profil_nom {
	display: inline-block;
	padding: 0.5em 1.2em;
	margin: 0.5em 0em;
}
.nav_profil_nom a {
	margin: 0em;
}
#nav_profil_menu {
	border-top: 1px dashed #605c4f;
	display: block;
	padding: 1.0em;
	margin: 0em 0em;
}
#nav_profil_form {
	display: inline-block;
	margin: 0em;
	padding: 0em;
	position: relative;
}
#nav_profil_form  label{
	font-size: 1.2em;
	line-height: 2em;
	color: #999;
}
#nav_profil_form  .nav_pro_entree{
	width: 90px;
	border: none;
	border-bottom: 1px solid #999;
	font-size: 1.0em;
	background: transparent;
	margin-right: 1em;
	color: #fff;
}
#nav_profil_form  .nav_pro_log{
	width: 110px;
}
#nav_profil_form  .nav_pro_submit{
	display: inline-block;
	padding: 0.5em 1.2em;
	margin: 1em 1.2em;
	border: none;
	background: #333;
	color: #999;
	transition: 0.3s;
}
#nav_profil_form  .nav_pro_submit:hover{
	background: #999;
	color: #fff;
}



/* En-tête fixe */

header.nTH_Scroll {

}
header.nTH_Scroll #ban_haut{
	height: 0px;
	padding: 0;
	transition: 0.4s;
}




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

footer  {
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 5vh;
	background: #000;
	text-align: center;
	letter-spacing: 1px;
}

#bas_follow {
	background: #222;
	margin: 0px;
	padding: 10px;
	height: 40px;
	text-align: center;
	border-bottom: 10px solid #999;
}
#bas_follow form {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
#bas_follow form input {
	margin: 0px;
	padding: 10px 20px;
	height: 20px;
}
#bas_follow form label {
	color: #999;
	font-size: 1.1em;
}
#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;
}

#bas_reseaux {
	margin: 0px 0px 0px 40px;
	display: inline-block;
	vertical-align: middle;
}
#bas_reseaux a {
	padding: 0px 0px 0px 10px;
	opacity: 0.3;
	transition: 0.2s;
}
#bas_reseaux a:hover {
	opacity: 1;
}

#bas_confiance {
	background: #333;
	text-align: center;
}
#bas_confiance span {
	display: inline-block;
	vertical-align: bottom;
	padding: 2vh 1vw;
	width: 16vw;
	font-size: calc(0.5vw + 0.4vh);
	letter-spacing: 1px;
	color: #ccc;
}
#bas_confiance img {
	width: 4vw;
}

address {
	margin: 10px 0px 0px;
	padding: 5px;
	line-height: 1.6em;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
#add_email {
	color: #333;
}
#add_email:hover{
	color: #fff;
}
#navBas {
	margin: 0px 0px 0px 0px;
	padding: 2vh 2vh 2vh 2vh;
	line-height: 1.4em;
	text-align: left;
	color: #ccc;
	font-family: open_sansregular, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
}
.col_nav_bas {
	float: left;
	width: 20%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#navBas a {
	display: block;
	color: #999;
	padding: 0 4px;
}
#navBas a:hover {
	color: #BA9933;
}
#navBas a#add_raison {
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	color: #fff;
}
#logo_pied {
	position: absolute;
	top: 3vh;
	right: 67px;
}
#logo_pied img {
	height: 70px;
	width: auto;
}

@media screen and (max-width: 1024px) {
	#navBas {
		padding: 0;
	}
	#logo_pied {
		display: block;
		position: relative;
		top: 0px;
		right: 0px;
		text-align: center;
		padding: 30px 0px 10px 0px;
	}
	#logo_pied img{
		height: auto;
		width: 40%;
	}
	.col_nav_bas{
		display: block;
		width: auto;
		margin: 10px 0px;
		padding: 10px 0px;
		float: none;
		text-align: center;
	line-height: 2em;
		font-size: 2.7em;
		border-bottom: 1px solid #698;
	}
}


/*    	    Signature 	        */


#siteWeb{
	margin: 10px 0px 0px;
	padding: 40px 20px 20px;
	text-align: left;
	line-height: 14px;
	font-family: "open_sans", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
	letter-spacing: 3px;
}
#siteWeb a {
	text-decoration: none;
	font-size: 0.8em;
    text-shadow: none;  
	color: #999;
}
#siteWeb a:hover {
	color: #fff;
	text-decoration: none;
}
#siteWeb img{
	height: 20px;
	vertical-align: middle;
	padding: 0.5em 2em;
}

@media screen and (max-width: 955px) {
	#siteWeb{
		margin: 0px 0px 0px;
		padding: 20px;
		text-align: center;
		padding: 40px 0px 60px;
		font-size: 1em;
		line-height: 1.4em;
	}
	#siteWeb img{
		height: 55px;
	}
}






/*    	CORPS 	    */

main {
	padding-top: 125px; /* ban_haut + ban_nav */
}

/* fil d'ariane */

#filAriane {
	position: relative;
	margin: 0px auto 50px;
	padding: 4px 0px 4px 0px;
	font-size: 1em;
	line-height: 1.8em;
	color: #fff;
	border-bottom: 1px solid #4B4943; 
	border-top: 1px solid #4B4943;
}
#filAriane a {
	padding: 0px 4px;
	color: #fff;
	color: #bbb;
}
#filAriane a:first-child {
	padding-left: 10px;
}
#filAriane a:hover {
	/*text-decoration: underline;*/
	color: #C2A32F;
	color: #BA9933;
}
#filAriane strong {
	padding: 0px 4px;
	color: #fff;
}
@media screen and (max-width: 980px) {
	#filAriane { display: none;
		padding: 8px 0px 8px 0px;
		line-height: 2em;
		font-size: 0.7em;
	}
	#filAriane strong {
		display: none;
}
}

/* Menus de droite (listes de services ou d'articles) */


/* ADAPTATIF */

@media screen and (max-width: 1000px) {
	#ban_haut {
		height: 20px;
		height: 3vh;
		max-height: 3vh;
		font-size: 1em;
		padding: 2px 0 3px;
	}
	#ban_haut_content {
		max-width: 900px;
		text-align: center;
		/* justify-content: center; */
		max-height: 3vh;
	}	
	#ban_haut span{
		max-height: 3vh;
	}	
	#ban_haut img{
		max-height: 90%;
	}	

}

/* quand le sandwish remplace la nav haut */
@media screen and (max-width: 800px) {
	
	/* le tel */
	#ban_haut {
		height: 20px;
		max-height: 3vh;/* ??? */
		font-size: 1em;
		padding: 4px 0 1px;
	}
	#ban_haut span#haut_tel {
		display: none;
	}
	
	/* le sandwisch */
	#bt_navMobile {
		/* display: inline-flex; */
		display: inline-block;
		text-align: right;
		color: #ccc;
		cursor: pointer;
		background: transparent;
		transition: 0.4s;
		height: auto;
	}
	#bt_navMobile img{
		border-radius: 5px;
		border: 1px solid #ccc;
		margin: 7% 7% 7% 1%;
		margin: 1vh 0.5vw;
		padding: 4% 1vw;
		width: 40%;
		height: auto;
	}
	
	/* la ligne de nav */
	#ban_nav {
		justify-content: space-between;
		align-items: flex-start; /* pour que la nav catalogue descende depuis le haut de l'écran */
		height: 6vh;
		min-height: 50px;
		padding: 1vh 1vw;
	}

	/* la nav cat */
	#nav_haut {
		vertical-align: top;
		transition: 1s;
		min-height: 8vh;
	}
	#nav_haut ul {
		height: auto;
		/* min-height: 8vh; */
		flex-flow: column wrap;
		align-items: flex-start; /* onglets serrés à gauche */
		align-items: center ; /* onglets centrés */
	}
	/* cachés sauf le logo */
	#nav_haut ul li {
		/* display: none; */
		height: 0; padding: 0; margin: 0;
		overflow: hidden;
		transition: 0.4s;
	}
	#nav_haut ul li:nth-child(1) {
		/* flex-basis: 8vh; */
		display: flex;
		height: 8vh;
		border-bottom: none;
	}
	#nav_haut ul li:nth-child(1) {
		order: 1;
	}
	#nav_haut ul li:nth-child(2) {
		order: 2;
	}
	#nav_haut ul li:nth-child(3) {
		order: 3;
	}
	#nav_haut ul li:nth-child(4) {
		order: 4;
	}
	#nav_haut ul li:nth-child(5) {
		order: 5;
	}
	#nav_haut ul li a {
		height: 0; padding: 0; margin: 0;
	}
	/* pas cachés */
	#nav_haut.nhOuverte {
		z-index: 2000;
		background: #000;
		transition: 0.2s;
	}
	#nav_haut.nhOuverte ul {
		height: auto;
	}
	#nav_haut.nhOuverte ul li {
		display: flex;
		height: 10vh;
	}
	#nav_haut.nhOuverte ul li:nth-child(>1) a {
		height: 10vh;
		padding: 1em 2vw;
		border-bottom: 1px solid #1a1a1a;
	}
	
	/* nav panier et profil */
	#ban_nav_droite {
		flex-basis: 20vw;
		padding: 1vh 1ex 0 5vw;
	}
	#ban_nav_droite a {
		padding: 1ex;
	}

	/* paysage */
	@media only screen and (orientation: landscape) {
		
		/* voir si pas mieux d'orienter les rubriques horizontalement sous le logo (en jouant sur les propriétés flex) */
		#nav_haut ul li:nth-child(1) {
			height: 14vh;
		}
		#nav_haut ul li:nth-child(1) img{
			height: 12vh;
			width: auto;
		}
		#nav_haut.nhOuverte ul li {
			height: 16vh;
		}
	}

	/* pictos clients */
	@media screen and (max-width: 720px) {
		#nav_profil_haut {
			display: none;
		}
		#nav_profil_menu {
			border-top: none;
			display: flex;
			flex-direction : row;
			justify-content: space-between;
		}
		#nav_profil_menu a {
			/* margin: 0 3vw; */
		}
		#nav_profil_menu a span {
			display: none;
		}
		#nav_profil_menu a:nth-child(1)::before {
			content: url("style/boutons/bt_client-infos.png");
		}
		#nav_profil_menu a:nth-child(2)::before {
			content: url("style/boutons/bt_client-modifier.png");
		}
		#nav_profil_menu a:nth-child(3)::before {
			content: url("style/boutons/bt_client-adresses.png");
		}
		#nav_profil_menu a:nth-child(4)::before {
			content: url("style/boutons/bt_client-commandes.png");
		}
		#nav_profil_menu a:nth-child(5)::before {
			content: url("style/boutons/bt_client-deconnexion.png");
		}
		#nav_profil_menu a::before {
			opacity: 0.6;
		}

	}

	/*    	CORPS 	    */

	main {
		padding-top: calc(8vh + 26px); /* ban_haut + ban_nav + 1 bordure */
	}
	

	/****************/
	/*	BAS 		*/
	/****************/
	
	
	#bas_confiance span {
		display: block;
		vertical-align: bottom;
		padding: 2vh 1vw;
		border-top: 1px solid #1a1a1a;
		width: auto;
		font-size: 5vw;
	}
	#bas_confiance img {
		width: auto;
		max-width: 40vw;
		max-height: 10vh;
	}

	#bas_follow {
		padding: 2vh 1vw;
		height: auto;
		border-bottom: 10px solid #999;
	}
	#bas_follow form {
		padding: 1vh 1vw;
		display: block;
	}
	#bas_follow form input.bas_news_email {
		margin: 1vh 0vw;
		padding: 1vh 1vw;
		text-align: center;
		width: 90vw;
		font-size: 4vw;
		border: none;
	}
	#bas_follow form input.bas_news_entrer {
		margin: 1vh 0vw;
		padding: 1vh 1vw;
		text-align: center;
		width: 90vw;
		box-sizing: content-box;
		font-size: 4vw;
	}
	#bas_follow form label {
		color: #fff;
		font-size: 6vw;
		margin-top: 1vh;
	}
		
	#bas_reseaux {
		margin: 1vh 0px;
		display: block;
	}
	#bas_reseaux a {
		padding: 0px 2vw;
	}

}


