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


/* 			en-tete			 */
header{
	position: fixed;
	top: 0;
	left: 0px;
	height: auto;
	width : 100%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	background-color: rgba(40,40,40,0.8);
	border-bottom: 1px solid #000;
	border-bottom: 1px solid #222;
	/* 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: #333;
	/* height: 24px; */
	overflow: hidden; /* pour scroll */
	font-size: 14px;
	margin: 0;
	padding: 6px 1vw;
	color: #ccc;
}
#ban_haut_content {
	/* max-width: 1400px; */
	/* margin: 0 auto; */
	/* padding: 0 1em; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#ban_haut span {
	display: inline-flex;
}
#ban_haut > * {
	flex: 0 1 25%;
}
#ban_haut span#haut_tel img {
	height: 20px;
	width: auto;
}


#form_recherche {
	margin: 0;
	border: 1px solid #666;
	background: #333;
	padding: 0px 0.8vw 1px 0.2vw;
	border-radius: 6px 6px;
	opacity: 0.8;
	color: #ccc;
}
#form_recherche.rech_focus {
	border: 1px solid transparent;
	background: #ccc;
	color: #000;
}
#form_recherche input {
	/* dislay: inline-block; */
	vertical-align: middle;
	margin: 0 0.2vw 0 0.2vw;
	background: transparent;
	color: inherit;
}
#form_recherche input[type=image] {
	width: auto;
	height: 20px;
}
.entree_rech {
	/* dislay: inline-block; */
	/* width: 440px; */
	width: 19vw;
	/* height: 1em; */
	line-height: 1em;
	padding: 2px 1em;
	background-size: 1.2em;
	border: none;
	font-size: 14px;
}
.entree_rech::placeholder {
	color: #ccc;
	font-size: calc(10px + 0.2vw);
	/* font-size: 1.0vw; */
	font-weight: normal;
    font-family: 'courier',sans-serif;
}
.entree_rech:focus {
	outline: none;
}

/* Ligne de Navigation */

#ban_nav {
	display: flex;
	flex-direction : row;
	justify-content: center;
	align-items: stretch;
	align-items: center;
	height: 50px;
	position: relative;
	padding: 0 1vw;
}

/* 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;
	justify-content: space-evenly;
}
#ban_nav_droite a {
	display: block;
	/* padding: 0 1em; */
	/* margin: 1em; */
}
#ban_nav_droite a img {
	height: 19px;
	width: auto;
}
#ban_nav_droite a:hover {
	filter: brightness(200%); 
}

/* NLogo */
#ban_logo {
	
}
#logo {
	
}
#logo img {
	max-height: 50px;
}

/* Navigation du haut */

/* Catalogue : Rubriques principales */
#navHaut {
	flex: 1 100%;
	z-index: 600;
	padding: 0;
	font-size: calc(6px + 0.7vw);
	font-size: calc(8px + 0.5vw);
	letter-spacing: 1px;
	/* position: relative; */
}
#navHaut ul{
	height: 50px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navHaut a {
	height: 50px;
	display: inline-block;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 2vw;
	text-decoration: none;
	text-align: center;
	color: #ccc;
	transition: 1s;
	box-sizing: border-box;
	border: none;
	/* border-bottom: 2px solid transparent; */
	/* filter: saturate(0%) brightness(100%); */
	/* filter: saturate(0%) brightness(130%); */
	/* test avec flex */
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
#navHaut a:hover {
	/* color: #FF007E; */
	background: #88CCF9;
	/* border-bottom: 1px solid #FF007E; */
	background: rgba(255,255,255,0.2);
	box-sizing: border-box;
	border-bottom: 4px solid;
	filter: saturate(100%);
	transition: 0.1s;
}
#navHaut a.NH-actif {
	color: #FF007E;
	border-bottom: 4px solid #fff;
	background: rgba(255,255,255,0.2);
	filter: saturate(100%);
}
#navHaut a.onglet_cat {
	padding-right: 40px;
	background: url(style/fleche_bas.png) no-repeat 90% center scroll;
	text-shadow: none;
}
#navHaut a.onglet_cat:hover {
	/*border-bottom: 1px solid #333;*/
}
#navHaut li:first-child a {
}
#navHaut li:last-child a {
}

/* catalogue sous rub/menu */
#navHaut .navHaut_2 {
	/* display: block; */
	/* display: flex; */
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100%;
	/* top: 40px; */
	width: 100%;
	padding: 30px 0px;
	z-index: 10000;
	background-color: #000;
	border-bottom: 1px solid #110;
	/* flex */
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
#navHaut .navHaut_2 ul{
	/* ou en colonne */
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1rem;
	/*border: 1px solid #fff;*/
	/* flex */
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-end; /* => text-align: right; */
	order: -1;

}
#navHaut .navHaut_2 ul li {
	height: auto;
	text-align: left;
	/* display: list-item; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px; /* mettre du padding left pour faire apparaitre les ico */
	background: no-repeat left top;
	line-height: initial;
	/*border: 1px solid #ff0;*/
}
#navHaut li:hover .navHaut_2 {
	/* display: block; */
	display: flex;
}
#navHaut .navHaut_2 ul li a {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #60696E;
	background: transparent;
	border: none;
	line-height: 1.4em;
	text-transform: initial;
}
#navHaut .navHaut_2 a:hover {
	color: #0D91EB;
	text-decoration: none;
	border: none;
}
#navHaut .navHaut_2 ul ul{
	height: auto;
	width: auto;
	margin: 0;
	padding: 0px;
	font-size: 0.75em;
	/*border: 1px solid #f00;*/
}
#navHaut .navHaut_2 ul li ul li { /* en colonne */
	height: 2em;
	float: none;
	text-align: left;
	display: block;
	display: list-item;
	margin: 0px;
	padding: 0px;
	background: no-repeat left top;
	/*border: 1px solid #0f0;*/
}

/* vignette dans la navHaut 2 */
#navHaut .navHaut_2 a.menuRubVignLien {
	/* position: relative; */
	height: auto;
	text-align: center;
	border: none;
	line-height: 1.2em;
	margin-left: 40px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	/* border: 1px solid #f00; */
}
.menuRubVignLien:hover {
	border: none;
}
.menuRubVignImg {
	/* float: right; */
	/* width: 500px; */
	max-height: 25vh;
	width: auto;
	/* flex: 2 1 50%; */
}
.menuRubVignNom {
	/* position: absolute; */
	/* top: 0%; */
	padding: 0;
	/* left: 0; */
	/* right: 0; */
	color: #0D91EB;
	font-size: 2em;
	line-height: 1.2em;
	text-transform: uppercase;
}
.menuRubVignVoir {
	/* display: inline-block; */
	color: #0D91EB;
	font-size: 1.1em;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0em 1.0em;
	padding: 0.3em 1.7em;
	border: 1px solid #0D91EB;
	transition: 0.4s;
	background: #fff;
}
.menuRubVignLien:hover .menuRubVignNom{
	/* transition: 0.4s; */
}
.menuRubVignLien:hover .menuRubVignVoir{
	color: #fff;
	border: 1px solid #fff;
	background: #0D91EB;
	transition: 0.4s;
}

#navHaut .navHaut_2 ul.navHaut_3 {
	width: 100%;
	display: block;
	text-align: center;
}
#navHaut .navHaut_2 ul.navHaut_3 li{
	display: inline-block;
	margin: 0em 1em;
}

/* bouton sandwich qui ouvre/ferme la nav cat sur les petits écrans */
#bt_menuSmart {
	display: inline-block;
	display: none;
	background: #00468C url("style/bt_menuSmart.png") no-repeat center center;
	background-size: 50%;
	border-radius: 10px;
	border: 2px solid #fff;
	margin: 7px 2vw 0px 0px;
	padding: 5px;
	width: 40px;
	height: 40px;
	/* box-sizing: border-box; */
	cursor: pointer;
	/* alt="="
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 50px; */
	transition: 0.5s;
}




/* 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;
	/* reset 0.75 */
	font-size: 0.75em;
}

#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-weight: 800;
	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-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;
}
#logo_pied span {
	color: #666;
	display: block;
	font-weight: 400;
	letter-spacing: 2px;
	transition: 1s;
}
#logo_pied:hover span {
	color: #fff;
	transition: 0.2s;
}

@media screen and (max-width: 955px) {
	#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: "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: 85px; /* 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;
	/* reset 0.75 */
	font-size: 0.75em;
}
#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;
	}

}


