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


header {
	position: relative;
	margin: 0 auto;
	padding: 0px 0px;
	/* height: 180px; */
	background: #fff url("style/fond-header.jpg") no-repeat center top;
	background-size: 100% auto;
	/* z-index: 1000; */
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
header ul{
	list-style: none;
}

#ban_logo {
	/* particulier : il doit prendre plus de place verticale pour sa lueur, mais moins en horizontal */
	flex: 0;
	align-self: stretch;
	/* flex-basis: 250px; */
	padding: 40px 40px;
	background: radial-gradient(ellipse at center center,
		rgba(255,255,255,1) 0%, 
		rgba(255,255,255,0.6) 40%, 
		rgba(255,255,255,0.2) 60%, 
		rgba(255,255,255,0) 100%
		);
}
#ban_corpo {
	/* comme item */
	flex: 1.2;
	/* comme contener */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	/* border-right: 1px solid #f00; */
}
#ban_site {
	/* comme item */
	flex: 1;
	/* align-self: flex-end; */
	/* comme contener */
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: flex-end;
	/* align-items: stretch; */
	padding: 0px 40px 0px 0px;
}

#logo {
	z-index: 600;
	color: #fff;
	font-size: 12px;
}
#logo img{
	width: auto;
	height: 80px;/* logo corpo */
}

#slogan {
	flex: 1 100%;
	margin: 0;
	padding: 0.6em 0; 
	z-index: 200;
	line-height: 1.2em;
	font-size: 1.4em;
	font-size: calc(1.6vw - 3px);
	text-align: left;
	font-weight: normal;
    font-family: 'ralewaybold_italic';
	text-shadow: 2px 2px 2px #fff;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff;
}
#slogan i {
	
}
#slogan span {

}

#tete_reso {

}

#tete_reso ul {
	margin: 0 1vw 0 0;
	padding: 0px; 
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: stretch;
}
#tete_reso ul li{
	/* border-radius: 50%; */
}
#tete_reso ul img{
	width: 60%;
	padding-right: 0%;
	margin-right: 0%;
	background: radial-gradient(circle at center center,
		rgba(255,255,255,1) 0%, 
		rgba(255,255,255,0.8) 50%, 
		rgba(255,255,255,0) 60%, 
		rgba(255,255,255,0) 100%
		);
	opacity: 0.5;
	filter: brightness(120%);
	transition: 0.4s;
}
#tete_reso ul a:hover img{
	opacity: 1;
	transition: 0.1s;
}

#tete_tel {
	margin: 0 1vw 0 0;
	padding: 0 40px 0 3.4vw;
	background: url("style/ico_tel.png") no-repeat left center;
	background-size: auto 90%;
	font-size: 1vw;
}
#tete_tel span{
	display: block;
	text-shadow: 1px 1px 1px #fff;
}
#tete_tel_no {
	font: 1.5em 'Arial Narrow', Arial, sans-serif; 
	font-stretch: condensed;
}
#tete_tel_tarif {
	font: 0.9em 'Arial Narrow', Arial, sans-serif; 
	font-stretch: condensed;
	font-style: italic;
}

#nav_info {
	/* border: 1px solid #fff; */
	/* align-self: stretch; */
	flex: 1 100%;
}
#nav_info ul {
	margin: 0;
	margin: 0 40px 0 50vw;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	/* justify-content: flex-end; */
	align-items: stretch;
	align-items: flex-end;
}
#nav_info ul li{
	text-align: center;
	margin: 0;
	/* border: 1px dashed #fff; */
}
#nav_info ul a{
	display: block;
	padding: 0.7em 3.5vw;
	color: #fff;
	font-family: "ralewaymedium_italic";
}
#nav_info ul li:nth-child(1) a{
	background: rgb(235,110,165,0.8);
}
#nav_info ul li:nth-child(1) a:hover{
	background: rgb(235,110,165,1);
}
#nav_info ul li:nth-child(2) a{
	background: rgb(196,166,64,0.8);
}
#nav_info ul li:nth-child(2) a:hover{
	background: rgb(196,166,64,1);
}
#nav_info ul li:nth-child(3) a{
	background: rgb(112,186,52,0.8);
}
#nav_info ul li:nth-child(3) a:hover{
	background: rgb(112,186,52,1);
}


/* Catalogue : Rubriques principales */
#navHaut {
	flex: 1 100%;
	background: #0D91EB;
	z-index: 600;
	padding: 0;
    font-family: 'ralewayitalic';
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.1);
	/* version modifiée client */
    /* font-family: 'ralewaybold_italic'; */
	background: #ecf0f1;
	font-size: 0.85em;
	font-size: 0.8vw;
	font-size: calc(6px + 0.5vw);
	letter-spacing: 1px;
	position: relative;
}
#navHaut ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
}
#navHaut a {
	display: inline-block;
	height: 40px;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0.5vw;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid transparent;
	/* version modifiée client */
	height: calc(40px);
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-bottom: 0px solid;
	transition: border 0s;
	/* test avec flex */
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
#navHaut a:hover {
	color: #F9DE00;
	background: #88CCF9;
	border-bottom: 1px solid #F9DE00;
	/* version modifiée client */
	background: #fff;
	/* color: #fff !important; */
	box-sizing: border-box;
	border-bottom: 2px solid;
}
#navHaut a.NH-actif{
	color: #F9DE00;
	background: #88CCF9;
	border-bottom: 1px solid #F9DE00;
	/* modif client (rub_coul) */
	background: #fff;
}
#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 {
	border-left: none;
	/* version modifiée client */
	border-left: 1px solid #fff;
}
#navHaut li:last-child a {
	/* version modifiée client */
	border-right: 1px solid #fff;
}

/* catalogue sous rub/menu */
#navHaut .navHaut_2 {
	/* display: block; */
	/* display: flex; */
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	/*bottom: -60px;*/
	top: 40px;
	width: 100%;
	padding: 30px 0px;
	z-index: 10000;
	background-color: #fff;
	border-bottom: 1px solid #dbbbbc;
	/* 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: #0D91EB 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;
}


#nav_catalogue {/* non utilisé */
	/* display: none; rub désactivées
	z-index: 600;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0;
	width: 100%;
	text-align: left; */
}
#menu_rub_1 ,#menu_rub_2 {
	display: none;
}
.menu_rub {
	width: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 10px 20px 20px;
	background: #e7670c;
	background: #F9DE00;
	color: #fff;
	/*border: 1px solid #999;*/
}
.menu_rub li {
	float: left;
	display: inline-block;
	width: 190px;
	margin: 0px 10px;
	padding: 0;
	list-style-image: none;
	list-style: none;
	line-height: 2em;
	font-size: 1.45em;
	color: #fff;
	border-bottom: 1px solid #f0791e;
}
.menu_rub li a {
	color: #fdb;
}
.menu_rub li a:hover {
	color: #fff;
}
.menu_rub li ul li{
	font-size: 0.8em;
	border-bottom: none;
}

#nav_profil {/* sans gros cadenas */
	margin: 15px 20px 0px 0px;
	display: inline-block;
	font-family: lato_regular;
}
.nav_pro_titre {
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	padding: 0px 0px 0px 27px;
	margin: 0px 0px 0px 27px;
	background: url("style/boutons/bt_profil_consult.png") no-repeat left center;
	filter: saturate(25%);
	opacity: 0.5;
	transition: 0.5s;
}
.nav_pro_titre:hover {
	color: #F9DE00;
	filter: saturate(100%);
	opacity: 1;
	transition: 0.1s;
}

#nav_lang {
	margin: 10px 10px;
	padding: 0px 0px 0px 0px;
}
#nav_lang a:first-child {
	margin-right: 1vw;
}
#nav_lang img{
	height: 20px;
	width: 30px;
	opacity: 0.3;
}
#nav_lang a.lang_current img, #nav_lang a:hover img{
	opacity: 01;
}

#form_recherche {
	/*border: 1px solid #fcc;*/
	/* background: linear-gradient(#CFE9FB, #8FAFCF); */
	background: linear-gradient(#cCcEcF, #a8aAaC);
	padding: 5px 1vw 6px 1vw;
	border-radius: 15px 11px;
	border-radius: 10px 6px;
	opacity: 0.7;
}
#form_recherche.rech_focus {
	/* background: linear-gradient(#CFE9FB, #8FAFCF); */
	/* background: linear-gradient(#C6E6Fe, #86Acd2); */
	background: linear-gradient(#CFE9FB, #8FAFCF, #73A3dc);
	opacity: 0.9;
}
#form_recherche input {
	/* dislay: inline-block; */
	vertical-align: middle;
	margin: 0 5px 0 5px;
}
.entree_rech {
	/* dislay: inline-block; */
	width: 440px;
	width: 24vw;
	/* height: 1em; */
	line-height: 1em;
	padding: .7em 1em;
	background-size: 1.2em;
	border: 0px solid #ccc;
	border-radius: 15px 11px;
	font-size: 16px;
	color: #456;
	box-shadow: 3px 3px 5px 0px #ddd inset;
}
.entree_rech::placeholder {
	color: #666;
	font-size: 14px;
	font-weight: normal;
    font-family: 'ralewaylight_italic','courier',sans-serif;
}

#nav_panier {
	display: inline-block;
	position: absolute;
	top: 59px;
	right: 14px;
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: lato_regular, "Lato Regular", "Lato", "MS Trebuchet", sans-serif;
	/*border: 1px solid #fcc;*/
}
#nav_panier .nav_panier_fond {
	filter: brightness(0.8);
	width: 30px;
}
#nav_panier .nav_panier_qte {
	position: absolute;
	top: -4px;
	left: -7px;
	font-size: 12px;
	color: #edd;
	background: #c30;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	padding: 2px;
	text-align: center;
}
#nav_panier .nav_panier_txt {
	display: none;
	/*
	position: absolute;
	top: 18px;
	left: 142px;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #aaa;
	transition: 0.6s;
	*/
}
#nav_panier .nav_panier_prix {
	padding-left: 14px; 
	color: #999;
}
#nav_panier .nav_panier_bt {
	color: #999;
	font-size: 2em;
	margin-left: 10px;
}
#nav_panier:hover .nav_panier_bt {
	color: #F9DE00;
}
#panierHaut:hover .nav_panier_fond {
	filter: brightness(0.3);
}
#panierHaut:hover .nav_panier_qte {
	color: #fff;
}
#panierHaut:hover .nav_panier_prix {
	color: #666;
}

/* format tablettes et notebook */
@media screen and (min-width: 600px) and (max-width: 1024px) {
	
	/* corpo (logo, slogan, tel,...) */
	
	#ban_corpo {
		/* comme item */
		flex: 2;
	}
	#slogan {
		padding: 0.1em 0 1.2em; 
		font-size: calc(1.9vw - 3px);
	}
	#tete_tel {
		margin: 0 1vw 0 0;
		padding: 0 0.7vw 0 3.7vw;
		font-size: 1.3vw;
	}
	#tete_tel span{
		/*
		background: rgba(255,255,255,0.1);
		text-shadow: 1px 1px 1px #fff,  -1px -1px 1px #666;
		padding: 0px 4px;
		border-radius: 10px;
		box-shadow: 0px 0px 2px 2px  rgba(255,255,255,0.1);
		*/
	}
	/* recherche */
	
	#ban_site {
		/* comme item */
		flex: 1;
	}
	#form_recherche {
		padding: 3px 0.5vw 4px 9px;
	}
	#form_recherche input {
		margin: 0 3px 0 0;
	}
	.entree_rech {
		width: 18vw;
		/* height: 1em; */
		line-height: 1em;
		padding: .6em .4em .6em 1em;
		font-size: 12px;
	}
	.entree_rech::placeholder {
		font-size: 11px;
	}
	#form_recherche input[type=image] {
		width: 18px;
	}

	/* informations */
	
	#nav_info {
		margin: 0;
		padding: 0;
	}
	#nav_info ul {
		margin: 0 0px 0 40vw;
		padding: 0;
		flex-flow: row wrap;
		justify-content: space-evenly;
	}
	#nav_info ul li {
		margin: 0;
		padding: 0;
	}
	#nav_info ul li a{
		padding: 0.5em 3.5vw;
	}

}

/* format IphoneX paysage (bcp de valeurs sont identiques à max-width: 1024px) */
@media screen and (min-width: 800px) and (max-width: 900px) {
	
	/* corpo (logo, slogan, tel,...) */
	
	#ban_logo {
		padding: 20px;
	}
	#ban_corpo {
		/* comme item */
		flex: 2;
	}
	#slogan {
		padding: 20px 0 1.2em; 
		font-size: calc(1.9vw - 3px);
	}
	#tete_tel {
		margin: 0 1vw 0 0;
		padding: 0 0.7vw 0 3.7vw;
		font-size: 1.3vw;
	}
	
	/* recherche */
	
	#ban_site {
		/* comme item */
		flex: 1;
	}
	#form_recherche {
		padding: 2px 0.5vw 4px 9px;
	}
	#form_recherche input {
		margin: 0 3px 0 0;
	}
	.entree_rech {
		width: 14vw;
		/* height: 1em; */
		line-height: 1em;
		padding: .4em .4em .4em 1em;
		font-size: 12px;
	}
	.entree_rech::placeholder {
		font-size: 11px;
	}
	#form_recherche input[type=image] {
		width: 18px;
	}

	/* informations */
	
	#nav_info {
		margin: 0;
		padding: 0;
	}
	#nav_info ul {
		margin: 0 0px 0 40vw;
		padding: 0;
		flex-flow: row wrap;
		justify-content: space-evenly;
	}
	#nav_info ul li {
		margin: 0;
		padding: 0;
	}
	#nav_info ul li a{
		font-size: 14px;
		padding: 0.5em 3.5vw;
	}

	/* catalogue */
	
	#navHaut a {
		/* font-size: 0.8em; v. changement en initial */
		padding: 0px 1vw;
		border-bottom: 1px solid #fff;
	}
	
}

/* smartphone paysage et Ipad portrait */
@media screen and (min-width: 600px) and (max-width: 800px) {
	
	/* corpo (logo, slogan, tel,...) */
	
	#ban_logo {
		padding: 10px 20px 10px 10px;
	}
	#ban_logo #logo img{
		width: 20vw;
		height: auto;
	}
	#tete_reso ul img{
		width: 4vw;
		padding-right: 1vw;
	}	
	/* recherche */
	
	#ban_site {
		padding-right: 20px;
	}
	.entree_rech {
		width: 12vw;
	}
	
	/* informations */
	
	#nav_info {
		margin: 0;
		padding: 0;
	}
	#nav_info ul {
		margin: 0 0px 0 40vw;
		padding: 0;
		flex-flow: row wrap;
		justify-content: space-evenly;
	}
	#nav_info ul li {
		margin: 0;
		padding: 0;
	}
	#nav_info ul li a{
		font-size: 14px;
		padding: 0.5em 3.5vw;
	}

	/* catalogue */
	
	#navHaut a {
		font-size: 0.8em;
		font-size: calc(8px + 0.4vw);
		padding: 0px 1vw;
		border-bottom: 1px solid #fff;
	}
	
}

/* smartphones portrait */
@media screen and (max-width: 600px) {
	
	header {
		background-size: auto 100%;
		flex-flow: column wrap;
		justify-content: flex-start;
	}
	
	/* les 5 blocs principaux du header */
	#ban_logo {
		/* élément */
		/* order: 2; */
		/* flex: 2; */
		/* align-self: stretch; */
		padding: 10px 10px 0 10px;
		/* conteneur */
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	#ban_corpo {


	}
	#ban_site {
		flex-flow: row nowrap;
		align-items: center;
		padding: 0px;
	}
	#nav_info {
		order: 4;
		flex: 2 100%;
	}
	
	/* menu sandwich apparait */
	#bt_menuSmart {
		display: inline-block;
		z-index: 2000;
	}
	
	/* catalogue rubrique principale */
	#navHaut { /* planquée */
		order: 5;
		position: absolute;
		top: 0;
		left: -100%;
		width: 100vw;
		height: 100vh;
		background: #0D91EB;
		font-size: 2vh;
		box-shadow: none;
		transition: left 0.5s ease;
	}
	#navHaut ul {
		box-sizing: border-box;
		width: 100vw;
		height: 100vh;
		padding: 4vh 0;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#navHaut ul a {
		color: #fff !important;
		display: block;
		height: auto;
		margin: 0.3vh 0px;
		padding: 0px 2em;
		text-align: left;
		border: none;
		line-height: 1.6em;
	}
	#navHaut a:hover {
		color: #fff;
		background: transparent;
		border-bottom: none;
	}
	#navHaut li:first-child a {
		border: none;
	}
	#navHaut li:last-child a {
		border: none;
	}

	/* catalogue sous rub/menu */
	#navHaut .navHaut_2 {
		display: flex;
		position: static;
		margin: 0 0 1vh 0;
		padding: inherit;
		z-index: 1000;
		background-color: transparent;
		border: none;
		/* flex */
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		line-height: 1.6em;
	}
	#navHaut .navHaut_2 ul{
		align-items: flex-start; /* => text-align: left; */
		font-size: 1em;
		line-height: inherit;
	}
	#navHaut .navHaut_2 ul li {
		height: auto;
		text-align: inherit;
	}
	#navHaut .navHaut_2 ul li a {
		line-height: inherit;
		margin: 0.3vh 0px;
		padding: 0px 2em;
	}
	/* vignette dans la navHaut 2 */
	#navHaut .navHaut_2 a.menuRubVignLien {
		display: none;
	}
	
	/* les éléments contenus */
	
	/* ban_corpo */
	#slogan {
		flex: 2 auto;
		align-self: stretch;
		font-size: 3.5vw;
		text-align: center;

	}
	#tete_reso {
		/* élément */
		flex-basis: 46%;
		margin: 0 0 0 4%;
	}
	#tete_reso ul {
		/* conteneur */
		flex-flow: row nowrap;
	}
	#tete_reso ul img {
		width: 90%;
	}
	#tete_tel {
		flex-basis: 46%;
		margin: 0 4% 0 0;
		background: none;
		font-size: 3.7vw;
		padding: 0;
	}
	span#tete_tel_tarif {
		display: none;
	}
	
	/* ban_site */
	#form_recherche {
		margin-right: 2vw;
		padding: 4px 2vw 5px 2vw;
		border-radius: 10px 10px;
	}
	#form_recherche input[type=image]{
		height: 20px;
	}
	.entree_rech {
		width: 60vw;
		font-size: 14px;
		padding: .4em 1em;
		margin-right: 2px;
		border-radius: 10px 10px;
	}
	.entree_rech::placeholder {
		font-size: 12px;
		color: #333;
	}
	#nav_lang {
		margin: auto 10px;
	}
	#nav_lang a:first-child {
		margin-right: 1vw;
	}
	#nav_lang img {
		/* height: 18px; */
		opacity: 1;
	}
	
	/* nav_info */
	#nav_info ul {
		margin: 0;
		flex-flow: row nowrap;
		justify-content: stretch;
		align-items: center;
	}
	#nav_info ul a{
		font-size: 4vw;
	}

	/* navHaut Catalogue : Rubriques principales */
}


/* 			pied de page			 */


#bas_follow {
	margin-top: 40px;
	height: 40px;
	/* flex */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	background: #ecf0f1;
	background: linear-gradient(to bottom, #e2e6e7, #ecf0f1);
	align-items: center;
}
#navReseauxBas {
	height: 30px;
}
#navReseauxBas a {
	opacity: 0.5;
}
#navReseauxBas a:hover {
	opacity: 1;
}
#navReseauxBas img {
	width: 30px;
}
#bas_follow form {
	margin: 0px;
	padding: 0px;
}
#bas_follow form label {
	color: #0D91EB;
    font-family: 'ralewaysemibold';
    font-size: 0.8em;
}
#bas_follow form input {
	margin: 0px;
	padding: 5px 20px;
	height: 30px;
	box-sizing: border-box;
}
#bas_follow form input.bas_news_email {
	color: #60696E;
	margin: 0px 10px 0px 25px;
	width: 250px;
	border: none;
}
#bas_follow form input.bas_news_entrer {
	color: #fff;
	background: #0D91EB;
	border: none;
	width: 140px;
	height: 30px;
	box-sizing: border-box;
	text-transform: uppercase;
	opacity: 0.5;
}
#bas_follow form input.bas_news_entrer:hover {
	opacity: 1;
	cursor: pointer;
}

footer {
	clear: both;
	padding: 40px 0px 40px;
	background: #0D91EB;
	/* border-top: 1px solid #999; */
	/* border-bottom: 1px solid #999; */
	/* flex */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
    font-family: 'ralewaylight_italic';
}
footer a {
	color: #fff;
}
#navBas_info {
	text-align: right;
}
#navBas_logo {
	/* flex élément */
	order: 2;
	margin: 0 0 0 3vw;
	/* flex conteneur */
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	/* font */
    font-size: 12px;
	text-align: center;
	line-height: 3em;
	letter-spacing: 1px;
}
#navBas_logo img{
	/* flex: 0; */
}
#navBas_cat {
	position: relative;
	text-align: left;
	/* border-left: 1px dashed #aFc9dB; */
	/* border-left: 1px solid #62BBF7; */
	/* border-left: 1px solid #3fa0ff; */
}
#navBas_cat::before { /* remplace la bordure */
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: "\0000a0";
	background: #3fa0ff;
	background: linear-gradient(to bottom, #0D91EB, #3fa0ff 20%, #62BBF7 50%, #3fa0ff 80%, #0D91EB);
}
.col_nav_bas {
	/* ul */
	margin: 0px;
	padding: 0px 2vw;
	/* flex */
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	/* font */
    /* font-size: 16px; idem body */
	list-style-type: none;
}
.col_nav_bas li {
	padding: 1vh 0;
}
.col_nav_bas a {
	color: #fff;
	padding: 0 4px;
}
.col_nav_bas a:hover {
	color: #fc0;
}
#bas_cont_site_pied {
	text-align: center;
	font-style: italic;
	border-bottom: 1px dashed #666;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
}

/* format tablettes, notebook, grands smartphones paysages */
@media screen and (min-width: 700px) and (max-width: 1024px) {
	#bas_follow form input {
		padding: 5px 2vw;
	}
	#bas_follow form label {
		font-size: 1.7vw;
	}
	#bas_follow form input.bas_news_email {
		margin: 0px 1vw 0px 2.5vw;
		width: 25vw;
	}
	#bas_follow form input.bas_news_entrer {
		width: 14vw;
	}
	#bas_follow form input.bas_news_entrer:hover {
		opacity: 1;
		cursor: pointer;
	}
	
	/* nav bas */
	#navBas_info {
		font-size: 2.5vw;
	}
	#navBas_logo {
		/* align-items: center; */
		font-size: 2vw;
		line-height: 1.4em;
		margin:  6vh 6vw 2vh;
	}
	#navBas_logo img{
		margin: 0 6vw 2vh;
	}
	#navBas_cat {
		font-size: 2.5vw;
	}
}
/* smartphone */
@media screen and (max-width: 700px) {
	
	/* fidelisation */
	/* good en dessous de 600 mais à revoir entre 600 et 700 !! */
	#bas_follow {
		height: auto;
		flex-flow: column wrap;
		justify-content: space-around;
		align-items: center;
		min-height: 200px;
		font-size: 5.5vw;
		padding-bottom: 4vh;
	}
	#bas_follow form {
		text-align: center;
		min-height: 100px;
	}
	#bas_follow form label {
		line-height: 2.4em;
	}
	#bas_follow form input {
		font-size: 3vw;
		vertical-align: top;
		padding: 2vh 1em;
	}
	#bas_follow form input.bas_news_email {
		margin: 0px auto;
		width: 40vw;
		height: 3em;
	}
	#bas_follow form input.bas_news_entrer {
		width: 40vw;
		height: 3em;
	}
	
	/* nav bas */
	#navBas_info {
		/* order: 1; */
		font-size: 3.5vw;
	}
	#navBas_logo {
		/* align-items: center; */
		font-size: 2vw;
		line-height: 1.4em;
		margin:  6vh 6vw 2vh;
	}
	#navBas_logo img{
		margin: 0 6vw 2vh;
	}
	#navBas_cat {
		font-size: 3.5vw;
	}
}

/* smartphones portrait */
@media screen and (max-width: 600px) {
	#bas_follow {
		height: auto;
		flex-flow: column wrap;
		justify-content: space-around;
		align-items: center;
		min-height: 200px;
		font-size: 5.5vw;
	}
	#bas_follow form { /* à passer en flex, ce sera plus simple ! */
		text-align: center;
		flex-flow: column wrap;
		min-height: 100px;
	}
	#bas_follow form input {
		margin: 1.5vh 0 0;
		font-size: 4vw;
	}
	#bas_follow form label {
		line-height: 2.4em;
	}
	#bas_follow form input.bas_news_email {
		margin: 0px auto;
		width: 90vw;
	}
	#bas_follow form input.bas_news_entrer {
		width: 90vw;
	}
	
	/* footer */
	
	footer {
		flex-flow: column;
		align-items: center;
	}
	
	/* nav bas */
	#navBas_info {
		order: 2;
		font-size: 5vw;
		align-items: center;
	}
	#navBas_logo {
		order: 0;
		align-items: center;
		font-size: 5vw;
		line-height: 1.4em;
		margin: 0 4vw 4vh;
	}
	#navBas_logo img{
		margin: 0 4vw 2vh;
	}
	#navBas_cat {
		order: 1;
		font-size: 5vw;
		align-items: center;
		margin: 2vh 0;
		padding: 2vh 0;
	}
	#navBas_cat::before {
		left: 0;
		width: 100%;
		height: 1px;
		background: #3fa0ff;
		background: linear-gradient(to right, #0D91EB, #3fa0ff 20%, #62BBF7 50%, #3fa0ff 80%, #0D91EB);
	}
	#navBas_cat::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		content: "\0000a0";
		background: #3fa0ff;
		background: linear-gradient(to right, #0D91EB, #3fa0ff 20%, #62BBF7 50%, #3fa0ff 80%, #0D91EB);
	}
	
}

/*    	    Signature 	        */


#siteWeb{
	/* display: none; désactivée */
	margin: 0;
	padding: 20px;
	font-family: lato_regular, "Lato Regular", "Lato", "MS Trebuchet", sans-serif;
	text-align: center;
	background: #333;
}
#siteWeb a {
	text-decoration: none;
	font-size: 10px;
	color: #999;
    text-shadow: none;  
}
#siteWeb a:hover {
	color: #fff;
    text-shadow: 1px 1px 0 #777;  
    text-shadow: none;  
	text-decoration: none;
}
#siteWeb img {
	 height:20px;
}

@media screen and (max-width: 1024px) {

}

/*    	CORPS 	    */

#generale {
	/* padding: 20px 0px 0px; */
	/* padding-top: 0px; */
}



main {
}
#corps {
	/* z-index: 100; */
	position: relative;
	padding: 0px 0px 0px;
}

@media screen and (max-width: 1280px) {
	main {

	}
}
@media screen and (max-width: 955px) {
	main {

	}
}


/* fil d'ariane */

/* fil d'ariane */
#filAriane {
	margin: 0px auto 10px;
	padding: 10px 0px 10px 56px;
	font-size: 0.8em;
	color: #666;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}
#filAriane.ariane_bas {
	margin-top: 2px;
	border-top: none; 
}
#filAriane a {
	color: #666;
	padding: 0px 4px;
}
#filAriane a:first-child {
	/* padding-left: 20px; */
	/* background: url("style/maison_n.png") no-repeat left center scroll; */
	/* background-size: 12px 11px; */
}
#filAriane a:hover {
	/*text-decoration: underline;*/
	color: #F9DE00;
}
#filAriane strong {
	padding: 0px 4px;
	color: #000;
	font-weight: normal;
    font-family: 'ralewaysemibold';
	font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
	#corps {

	}
	#filAriane {
		/* font-size: 1.6em; */
	}
}
@media screen and (max-width: 800px) {
	#corps {

	}
	#filAriane {
		display: none;
	}
}


#bas_rezo{
	padding: 1em 0;
}
#bas_rezo span{
	margin-right: 2em;
}
#navReseaux {
	display: inline;
	margin: 20px 0px 0px 0px;
	line-height: 1em;
}
#navReseaux a {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 6px 0px 0px;
	padding: 6px 8px;
	border-radius: 32px;
	background: #fff;
	text-align: center;
}
#navReseaux a img {
	transition: 0.7s;
	opacity: 1;
}
#navReseaux a:hover img {
	transition: 0.2s;
	opacity: 0.5;
}


/* 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;
}

