
/*    	    *** *** *** *** 	        */
/*    	    				 	        */
/*    	    	Module 	        		*/
/*    	    Og-Catalogue 	        	*/
/*    	    				 	        */
/*    	    *** *** *** *** 	        */



/*************/
/* STRUCTURE */
/*************/


/*****************************
  RUBRIQUES ET PRODUITS  
*****************************/

/* en-tete de la rubrique */
.head_rub {
	display: block;
	margin: 0;
	padding: 8vh;
	background-size: cover;
	text-align: center;
}
.head_rub_vign {
	
}
.head_rub_txt {
	margin: 0vh auto;
	max-width: 50vw;
	width: auto;
	padding: 8vh;
	background-color: rgba(0,0,0,0.3);
}
.head_rub_titre {
	margin: 0;
	padding: 1vh 0px 4vh;
	line-height: 1.2em;
	font-size: calc(1.6vh + 1.6vw);
	font-family: open_sans, orbitronmedium, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0.2ex 0.2ex 0.2ex rgba(0,0,0,0.6);
	color: #E3D691;
	text-transform: uppercase;
}
.head_rub_descr {
	margin: 0px 5vw 5vh; 
	margin: 0px auto 5vh; 
	font-family: open_sansitalic, "Trebuchet MS", sans-serif;
	font-size: calc(1vh + 1vw);
}

/* Sous Rubriques listées par médaillon  */
.SousRubList {
	text-align: center;
}
.uneSousRub{
	display: inline-block;
	position: relative;
	width: 400px;
	height: 260px;
	overflow: hidden;
	margin: 20px 30px;
	padding: 0;
	/* border: 1px solid #eee; */
	/*border-radius: 0px 0px 8px 8px;*/
	text-align: center;
	transition: 0.4s;
	background: #fff;
	background: #000;
}
.uneSousRub.last_med{
	margin-right: 0px;
}

.uneSousRubAcc {
	float: left;
	position: relative;
	width: 160px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
.sousRubLien {
	display: block;
	transition: 0.5s;
}
.sousRubVign {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px 0px;
	text-align: center;
	background: #fff;
	background: #000;
	position:relative;
	z-index: 2;
}
.sousRubVign img {
	width: 100%;
	height: auto;
	opacity: 0.7;
	transition: 0.5s;
}
.uneSousRubAcc .sousRubVign{
	margin: 30px 20px 0px 20px;
	width: 120px;
	/*height: 120px;*/
	height: auto;
	transition: 0.3s;
}
.sousRubTxt {
	display: block;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	height: 70px;
	padding: 12px 0em 10px;
	background: rgba(255,255,255,0.8);
	background: rgba(0,0,0,0.4);
	z-index: 3;
	transition: 0.3s;
}
.sousRubNom {
	display: block;
	line-height: 1.2em;
	margin: 0px 0px 4px 0px;
	padding: 0em 2em;
	font-family: orbitronmedium, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	/* font-variant: small-caps; */
	color: #BA9933;
	color: #E3D691;
	text-shadow: 1px 1px 1px #BA9933;
	text-shadow: 1px 1px 1px #97A1AC;
	text-shadow: 1px 1px 1px #ccc;
}
.uneSousRubAcc .sousRubNom{
	font-size: 1.1em;
	text-align: center;
	/*font-weight: normal;*/
	color: #999;
	transition: 0.3s;
	margin: 20px 0px 0px;
}
.sousRubDescr {
	display: block;
	margin: 0px;
	padding: 0.7em 3em;
	line-height: 1.4em;
	font-family: open_sansregular, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	color: #333;
	overflow: hidden;
	z-index: 3;
}
.sousRubDescr a{
	color: #fff;
}
@media screen and (max-width: 955px) {
	.sousRubTxt {
		top: 50%;
		left: 10%;
		right: 10%;
		transform: translateY(-50%);
		height: auto;
		padding: 2em;
	}
	.sousRubNom {
	}
	.sousRubDescr {
		display: none;
	}
}
.sousRubVoir{
	display: block;
	width: 66%;
	margin: 0px auto 10px auto;
	padding: 3px 5px;
	text-align: center;
	color: #000;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	background: #00aff0;
	background: #E7670B;
	background: rgba(120, 120, 120, 0.5);
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #999;
}
.uneSousRubAcc .sousRubVoir{
	position: absolute;
	top: -10%;
	left: 13%;
	opacity: 0;
	transition: 1s;
}

.sousRubAjoute{
	display: block;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	text-align: center;
	color: #fff;
	font-family: orbitronregular;
	font-family: open_sansitalic;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: rgba(50,50,50,0.5);
	/* border-top: 1px solid #999; */
	/* border-bottom: 1px solid #999; */
	transition: 0.3s;
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	z-index: 10;
}
.sousRubDescr {
	display: block;
	margin: 0px 2px 6px 2px;
	padding: 0px 10px;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	height: 3.8em;
	overflow: hidden;
}
.sousRubDescr a{
	color: #fff;
}
.uneSousRub:hover {
	box-shadow: 0px 0px 16px 8px rgba(250,230,210,0.4);
}
.uneSousRub:hover .sousRubVign img {
	opacity: 1;
}

.uneSousRub:hover .sousRubAjoute {
	top: 180px;
}
.uneSousRub:hover .sousRubTxt {
	background: rgba(255,255,255,1);
}
.uneSousRub:hover .sousRubNom {
	color: #333;
	color: #C2A32F;
	text-shadow: none;
}
.uneSousRub:hover .sousRubDescr {
	color: #333;
}
.uneSousRubAcc:hover .sousRubVign {
	width: 160px;
/*	height: 150px;*/
	margin: 10px 0px 0px 0px;
}
.uneSousRubAcc:hover .sousRubNom{
	margin: 5px 0px 0px;
	font-size: 1.1em;
	color: #999;
	font-weight: bold;
}
.uneSousRubAcc:hover .sousRubVoir{
	display: block;
	top: 50%;
	opacity: 1;
	transition: 0.3s;
}

.description {
	background: url("../style/fleche-3.png") no-repeat left 3px scroll;
	text-indent: 18px;
}

/* menu vertical ou horizontal qui scroll */
.menu_content_fixed {
	position: relative;
	float: left;
	width: 850px;
	height: 200px;
	overflow: hidden;
	margin: 0px 20px;
	background: #fff;
	border: 1px solid #ccc;
}
.menu_content_fixed .menu_content_scrolled{
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 0.3s;
}

.menu_arrow {
	display: inline-block;
	float: left;
	width: 20px;
	height: 50px;
	padding: 100px 5px;
	text-align: center;
}
.menu_arrow img{
	width: 20px;
}
.menu_bt_haut {
	opacity: 0;
	transition: 0.8s;
}
.menu_bt_bas {
	opacity: 1;
	transition: 0.8s;
}


/*							*/
/*		Produits (liste)	*/
/*							*/

/* Produits listés par médaillon  */

.list_prod {
	text-align: center;
	display: flex;
    flex-direction : row;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-around;
}

.unProd {
	display: inline-block;
	position: relative;
	width: 200px;
	margin: 0px 22px 45px;
	margin: 0px 0px 45px 0px;
	border: 1px solid #342B0E;
	transition: 0.3s;
}
.unProd:hover {
	box-shadow: 0px 0px 8px 8px rgba(250,230,210,0.2);
	background: rgba(250,220,200,0.1);
	background: linear-gradient(rgba(250,220,200,0.1), rgba(255,255,255,0.1));
	border: 1px solid #654;
}
.unProd:nth-child(4n+1) {
	margin-left: 0px;
}
.unProd:nth-child(4n) {
	margin-right: 0px;
}
.unProd:last-child {
	margin-right: 0px;
}

/* *** contenu du prod *** */

/* tag : select / promo / new  */

.prodTop {
	position: absolute;
	top: -4px;
	left: -4px;
}
.prodOffre {
	position: absolute;
	top: -10px;
	right: -10px;
}

/* image  */

.prodVign {
	display: block;
	position: relative;
	margin: 15px;
	width: 170px;
	height: 257px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.prodVign img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* textes  */

.prodTxt {
	display: block;
	margin: 0px 0px 4px;
	height: 100px;
	overflow: hidden;
	/* border-bottom: 1px solid #ccc; */
}

.prodNom {
	display: block;
	/* height: 3em; */
	line-height: 1.1em;
	/* overflow: hidden; */
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.4em;
	font-size: 1.2em;
	font-family: orbitronmedium, sans-serif;
	font-style: italic;
	color: #fff;
	text-align: center;
	transition: 0.4s;
	/* border-bottom: 1px solid #ccc; */
}
.prodNom:hover {
}
.prodRef {
	padding: 3px 0px 0px 0px;
	color: #f90;
	color: #da0;
	font-size: 0.8em;
	font-weight: bold;
	display: none;
}

.prodPrix {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font-family: "open_sansitalic", "Open Sans Italic", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	height: 1.1em;
	text-align: center;
}
.prodPrix span.prodPrixHT {
	position: absolute;
	top: 0px;
	right: 4px;
	font-size: 1em;
	font-weight: normal;
	color: #789;
}
.unProd .prodPrix{
	padding: 5px 0px 5px 5px;
}

.prodPrixBarre {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: line-through;
	margin: 0px;
	padding: 0px 6px 0px 0px;
	color: #789;
}
.prodPrixPromo{
	color: #E3D691;
}

.prodDescr {
	margin: 0px 0px 6px 0px;
	padding: 4px 0px 0px 6px;
	font-size: 1em;
	font-weight: normal;
	font-family: "open_sansitalic", "Open Sans Italic", Arial, Helvetica, sans-serif;
	color: #fff;
	height: 3em;
	overflow: hidden;
}
.prodDescr a{
	color: #fff;
}
.prodDescr a:hover{
	/* color: #000; */
}
.unProd .prodDescr{
	/* display: none; */
}

.prodForm {
	display: inline-block;
	margin: 0px 6px 6px 6px;
	padding: 6px;
}

.prodVoirBt {
	margin: 0px 6px 6px 6px;
	padding: 6px;
}

.prodVoirTxt {
	display: none;
	color: #fff;
	background: #f90;
	background: #666;
	padding: 4px 6px;
	font-size: 0.9em;
}

.prodAjoute{
	display: inline-block;
	width: 50px;
	margin: 8px;
	padding: 4px 4px;
	text-align: center;
	color: #000;
	font-size: 11px;
	background: #E7670B;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 5px #333;
}

.crit_tag {
	position: absolute;
	left: -11px;
	display: inline-block;
	width: 146px;
	height: 32px;
	line-height: 32px;
	padding: 0px 0px 0px 24px;
	text-align: left;
	color: #ddd;
	background: no-repeat left center scroll;
	background-size: 100% 100%;
	opacity: 0.9;
}
.crit_tag.crit_med {
	left: -10px;
	left: 7px; /* si on place ces étiquettes dans le médaillon et non dans l'espace image */
	width: 105px;
	height: 30px;
	line-height: 32px;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 0px 0px 18px;
	z-index: 200;
}
#crit-promo {
	top: 20px;
	background-image: url("../style/crit-promo.png");
}
#crit-new {
	top: 55px;
	background-image: url("../style/crit-new.png");
}
#crit-top {
	top: 90px;
	background-image: url("../style/crit-top.png");
}

/* Médaillons horizon */

.unProdListFloat {
	float: left;
	position: relative;
	width: 295px;
	height: 180px;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	border: 1px solid #333;
	background: #1c1c1c;
	background: rgba(30, 30, 30, 0.5);
	transition: 1s;
}
.unProdListFloat:hover {
	background: rgba(30, 30, 30, 1);
	transition: 0.2s;
}
.unProdListFloat .prodVign {
	float: left;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	height: 100%;
	width: 120px;
	overflow: hidden;
	background: #fff;
	border: none;
}
.unProdListFloat .prodTxt {
	display: inline-block;
	float: left;
	height: 165px;
	width: 155px;
	padding: 5px 0px 0px 6px;
}
.unProdListFloat .prodNom {
	display: block;
	height: 2em;
	overflow: hidden;
	line-height: 1em;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	background: none;
	border: none;
}
.unProdListFloat .prodNom:hover{
	/*background: #eee;*/
}
.unProdListFloat .prodRef {
	display: block;
}
.unProdListFloat .prodPrix{
	text-align: left;
	padding: 0;
}
.unProdListFloat .prodDescr {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 1em;
	font-weight: normal;
	color: #ccc;
	height: 75px;
	overflow: hidden;
	border: none;
}
.unProdListFloat .prodForm {
	display: none;
}
.unProdListFloat .prodVoirBt {
	display: none;
}
.unProdListFloat .prodVoirTxt {
	display: inline-block;
	text-align: center;
	transition: 0.3s;
	width: 50%;
	background: #666;
	color: #000;
	font-family: open_sanssemibold;
}
.unProdListFloat .prodVoirTxt:hover {
	transition: 0.2s;
	background: #fff;
	color: #000;
	padding: 4px 10px;
	width: 85%;
}




@media screen and (max-width: 955px) {
}
	#produits_associes {
		/* text-align: center; */
		padding-top: 1vh;
		display: flex;
		/* flex-direction : row; */
		justify-content: space-around;
		align-content: center;
		flex-flow: row wrap;
	}
	.unProdListFloat {
		float: none;
		display: inline-block;
		margin: 10px auto;
	}
	.prod_rang {
		/* margin-right: auto; */
	}


/* pagination  */

#pagination {
	clear: both;
	font-size: 11px;
	text-align: left; 
	line-height: 30px;
	margin: 10px 0px;
	color: #ccc;
}
#pagination a{
	padding: 2px 4px;
	color: #999;
}
#pagination span.actif{
	padding: 3px 6px;
	color: #ccc;
	background: url("../style/halo.png") no-repeat center center scroll;
}
#pagination a:hover{
	padding: 1px 3px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
}


/*		***	***	***	***		*/
/*							*/
/*		Produit (fiche)		*/
/*							*/
/*		***	***	***	***		*/


/* v° Og'Up 2015 */
#prod_diaporama {
	width: 390px;
	float: left;
	margin: 0px 20px 20px 0px;
}
#prod_diapoLarge {
	position: relative;
	display: block;
	width: 380px;
	text-align: center;
}
#prod_diapoLarge .imgLarge {
	border: 1px solid #6F6653;
	width: 360px;
	padding: 10px;
}
#prod_consult_a_big {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 600;
	width: 100%;
	height: 100%;
	margin: 0px 0px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 600000;
}
#prod_consult_img_big {
	margin: 2% auto;
	border: 1px solid #999;
	padding: 2px;
	max-height: 90%;
	max-width: 99%;
}
.bt_fleche {
	background: rgba(255, 255, 255, 0.4);
	border: #ccc;
	border-radius: 50%;
	font-size: 6em;
	width: 80px;
	height: 80px;
	color: #fff;
	transition: 0.4s;
}
.bt_fleche:hover {
	background: #fff;
	color: #999;
}
#prod_imb_bt_G {
	position: fixed;
	top: 100px;
	left: 5%;
}
#prod_imb_bt_D {
	position: fixed;
	top: 100px;
	right: 5%;
}
.bt_croix {
	position: fixed;
	top: 1.1%;
	left: 49%;
	background: rgba(0, 0, 0, 0.4);
	background: #000;
	border-radius: 50%;
	font-size: 3em;
	width: 1.3em;
	height: 1.3em;
	color: #fff;
	transition: 0.4s;
	opacity: 0;
}
#prod_consult_a_ferme:hover .bt_croix{
	opacity: 0.5;
}

#diapoVign { /* inutilisé */

}
.diapoVign_ligne {
	margin-left: 10px;
}
.diapoVign_lien {
	float: left;
	margin: 12px 42px 0px 0px;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}
.diapoVign_nav .diapoVign_lien:last-child {
	margin-right: 0px;
}


#fiche_produit {
	float: left;
	width: 420px;
	padding: 0px 50px 10px;
}

#ViewAddArticle {
	width: auto;
	float: left;
	color: #666;
	font-size: 11px;
}
#ViewAddArticle p{
	margin: 6px 0px 10px;
	padding-left: 10px;
	background: url("../illus/fleche-1.gif") no-repeat left 4px scroll; 
}
/*
#ViewAddArticle select{
	font-size: 11px;
	color: #036;
}
*/
#ch_qte {
	width: 3em;
	height: 1.2em;
	line-height: 1.2em;
	font-size: 12px;
	float: left;
}

/* Fiche produit */

.FTmarque {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 0px;
}
.FTref {
	display: block;
	margin: 0px 0px 4px;
	font-size: 2.6em;
	color: #E7670B;
	color: #F9DE00;
}
.FTnom {
	margin: 2px 0px 0px;
	font-size: 2.0em;
	font-family: orbitronregular, sans-serif;
	color: #fff;
}
.FTdesc {
	margin: 2em 0px 2em;
	font-family: open_sanslight, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #ddd;
	font-weight: normal;
}
.prod_list_tag {
	margin: 2em 0px;
}
.prod_list_tag a, .prod_list_tag input{
	color: #b93;
	border: none;
	cursor: pointer;
}
.prod_list_tag a:hover, .prod_list_tag input:hover{
	color: #999;
}
.FTprixBarre {
	font-family: "lato_light", "Lato Light", Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	font-weight: normal;
	text-decoration: line-through;
	color: #fff;
	padding-right: 2em;
}
.FTprix {
	display: inline-block;
	margin: 0px 0px 1em;
	padding: 6px 0px;
	font-family: "lato_light", "Lato Light", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #E7670B;
	color: #F9DE00;
	color: #c3af7f;
	font-weight: bold;
	/* background: #fff; */
	/* border: 1px solid #fff; */
	/* border: 1px solid #f3f3f3; */
}
.qte_label {
	/*display: block;*/
	color: #fff;
	font-size: 1.2em;
	margin: 0px 0px 1em 0px;
	/* font-style: italic; */
}
#prod_qte , .in_prod_qte { /* .in_prod_qte pour le pabier */
	width: 3em;
	height: 25px;
	border: 1px solid #333; 
	padding: 2px 4px 3px 4px;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	background: transparent;
	vertical-align: bottom;
}
.bt_qte {
	display: inline;
	border: 1px solid #eee;
	margin: 0;
	padding: 2px 4px 6px;
	color: #fff;
	background: rgba(240,240,240,0.7);
	text-align: center;
	font-size: 2.0em;
	width: 1.8em;
	transition: 0.2s;
	vertical-align: middle;
}
.bt_qte:hover {
	cursor: pointer;
	background: rgba(100,100,100,0.1);
	transition: 0.2s;
}
.FTDeclin {
	border: 1px solid #666; 
	height: 32px;
	padding: 5px;
	color: #999;
	font-size: 1.3em;
	background: #000;
	vertical-align: middle;
}

.bt_float {
	float: left;
}

.btRetour {
	clear: both;
	padding: 20px 0px 10px;
	font-size: 1.2em;
	line-height: 2em;
}
.btRetour a{
	padding: 4px 16px;
	border: 1px solid #BA9933;
	background-color: #000;
	color: #fff;
	border-radius: 15px;
}
.btRetour a:hover{
	border: 1px solid #fff;
	background-color: #97A1AC;
	color: #000;
}
.bt_ajoute {
	margin: 20px 0px 0px 0px;
	padding: 5px 24px;
	border: none;
	background: linear-gradient(#FFC56C 0%, #FB9700 20%, #D37E00 80%, #AA6600 100%);
	background: linear-gradient(#f3e999 0%, #f3eccc 5%, #c3a360 10%, #c3a330 30%, #c3a330 90%, #650 100%);
	background: linear-gradient(#FFD595 0%, #FF9900 20%, #D27E00 80%, #B96F00 100%);
	background: linear-gradient(#f3e999 0%, #f3eccc 5%, #c3a360 10%, #c3a330 30%, #c3a330 90%, #650 100%);
	color: #fff;
	border-radius: 10px;
	font-family: orbitronregular, orbitron, sans-serif;
	font-size: 1.6em;
}
.bt_ajoute:hover {
	border: none;
	background: linear-gradient(#FFC56C 0%, #FB9700 40%, #D37E00 70%, #AA6600 100%);
	background: linear-gradient(#f3e999 0%, #f3eccc 20%, #c3a330 80%, #640 100%);
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	cursor: pointer;
}

.btPdf {
	margin: 20px 0px 0px 0px;
	line-height: 1.8em;
}
.btPdf a{
	color: #987;
	padding: 8px 0px 8px 36px;
	background: url("../style/boutons/ico_pdf.png") no-repeat left center scroll;
	background-size: 26px 30px;
}
.btPdf a:hover{
	color: #fc0;
	color: #e7670c;
	color: #3e3630;
}

.btSwitchProd {
	margin: 4vh 0 0;
}
/* récupérer la css de dsb/office-eco pour remplacer bt_3 avec btSwitchProd, btSwtPr_g, btSwtPr_d ... */

/* ces deux blocs ne servent pas à grand chose... */
#produits_elements {
	clear: both;
}
#produits_associes {
	clear: both;
}



/*							*/
/*		FICHES ONGLETS		*/
/*							*/

/*		ONGLETS	navigation	*/

#onglet_nav {
	clear: both;
	line-height: 2.2em;
	font-size: 1.4em;
}
/* hack Chrome / Safari / Opera */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#onglet_nav {
		line-height: 2.3em;
	}
}
#onglet_nav a {
	display: block;
	float: left;
	width: 316.2px;
	text-align: center;	
	border: 1px solid #333;
	border-bottom: 1px solid #0c0c0c;
}
#onglet_nav a.onglet_nav_actif { /*onglet en cours*/
	color: #b93;
	color: #BA9933;
	font-family: open_sanslight, sans-serif;
	font-family: open_sanslight_italic, sans-serif;
	background-color: #0c0c0c;
}
#onglet_nav a.onglet_nav_back { /*onglets en fond*/
	color: #999177;
	color: #E3D691;
	color: #97A1AC;
	font-family: open_sanslight_italic, sans-serif;
	border-bottom: 1px solid #333;
	background-color: #1c1c1c;
	background: linear-gradient(#000, #1c1c1c);
}
#onglet_nav a.onglet_nav_niv { /*pas d'onglet*/
	border-color: #1c1c1c;
	border-bottom: 1px solid #333;
}
#onglet_fiche {
	border: 1px solid #333;
	/*border-top: none;*/
	margin-top: 37px;
	margin-right: 0px;
	padding: 30px 5px 30px 15px;
	background-color: #0c0c0c;
	font-size: 1em;
}
/*#onglet_fiche div{
	clear: both;
	padding: 10px;
}*/


/*		ONGLETS	contenus	*/

#fiche_description {
	margin: 20px 20px;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
}
#fiche_description p{
	margin: 10px 0px;
}



/*		*** *** *** ***		*/

/*			PANIER			*/

/*		*** *** *** ***		*/


.table_panier{
	margin: 1vh auto 2vh;
	width: 100%;
	border-collapse: collapse;
	background: #131313;
}
.table_panier td{
	padding: 2px 4px;
}
.table_panier thead td{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.table_panier tfoot td{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.panier_vign_td {
	width: 50px;
}
.panier_vign_td img {
	width: 50px;
}
.panier_td_prix {
	text-align: right;
	padding-right: 2em;
}
.panier_td_suppr {
	text-align: center;
}
.panier_td_tot { /* prix total de l'article */
	text-align: center;
}
.form_nb_qte { /* remplacé par .in_prod_qte */
	width: 50px;
}
.panier_prod_nom {
	font-size: 1.4em;
}
.panier_prod_prix {
	font-size: 1.4em;
	color: #c3af7f;
}
.panier_prod_prix_tot {
	font-size: 1.6em;
	color: #c3af7f;
	font-weight: bold;
}

#form_code_promo {
	display: block;
	text-align: right;
}
.lab_code_promo {
	font-family: open_sanssemibold, sans-serif;
	color: #fff;
	line-height: 26px;
}
.lab_code_promo input {
	background: #1a1a1a;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4em;
	height: 26px;
	width: 7em;
	padding: 2px 1em;
	margin: 0 0 0 1ex;
	vertical-align: bottom;
}

#panier_cloture {
	margin: 2vh 0px 4vh;
	padding: 1vh 2vw 3vh;
	text-align: right;
	background: #131313;
	/* border: 1px solid #333; */
}
#bt_cloture {
	margin: 2em 0px 0;
	padding: 2px 1.5em;
	height: 42px;
	cursor: pointer;
	color: #fff;
	background: #7fbf00;
	border: none;
	font-family: open_sansbold, sans-serif;
	text-transform: uppercase;
}
#form_change_livr_mode {
	text-align: center;
	margin: 1vh 0;
}#form_change_livr_mode button {
	margin: 1vh 2vw;
}


/* Médaillons sur la page d'accueil */

/* ACC : encart selection */
#select_apo_diap {
	position: absolute;
	right: 0px;
	top: 0px;
}
.apo_menu_content_fixed {
	position: relative;
	/* float: left; */
	width: 204px;
	height: 450px;
	overflow: hidden;
	margin: 0px 0px;
	/* background: #fff; */
	/*border: 1px solid #ccc;*/
}
.apo_menu_content_fixed .apo_menu_content_scrolled{
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 0.3s;
	padding: 0;
	margin: 0;
}
.apo_menu_content_fixed .apo_menu_content_scrolled .unProd {
	margin: 0px;
	border: none;
}
.apo_menu_content_fixed .apo_menu_content_scrolled .unProd:hover {
	box-shadow: none;
	border: none;
	background: none;
}
#select_apo_bt {
	position: absolute;
	right: 0px;
	bottom: -100px;
}
@media screen and (max-width: 1024px) {
	#select_apo {
		width: auto;
		height: auto;
		border: none;
		margin: -10px 0px 50px 0px; /* *-10px à cause de titre_3 */
	}
	#select_apo_illus {
		position: relative;
		top: 0px;
		left: 0px;
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		padding: 0% 0vw;
	}
	#select_apo_illus span {
		margin: 40vw 0;
	}
	#select_apo_diap {
		display: none;
	}
	#select_apo_bt {
		display: none;
	}
}

.apo_menu_arrow {
	display: inline-block;
	float: left;
	width: 20px;
	height: 50px;
	padding: 10px 5px;
	margin-left: 30px;
	text-align: center;
}
.apo_menu_arrow img{
	width: 20px;
	filter: brightness(200%);
}
.apo_menu_arrow:hover img{
	filter: brightness(400%);
}
.apo_menu_bt_haut {
	opacity: 0;
	transition: 0.8s;
}
.apo_menu_bt_bas {
	opacity: 1;
	transition: 0.8s;
}



/*		*** *** *** ***		*/

/*			ADAPTATIF		*/

/*		*** *** *** ***		*/

@media screen and (max-width: 1000px) {
	
	.head_rub_descr {
		font-size: calc(1.5vh + 1.5vw);
		margin: 0px 0px 2em; 
	}
	.uneSousRub {
		display: block;
		margin: 20px auto;
		width: auto;
		height: auto;
		overflow: auto;
	}

}
@media screen and (max-width: 400px) {
	.head_rub_txt {
		margin: 0vh auto;
		max-width: 50vw;
		padding: 4vh;
	}
}



/*							*/
/*		Panier (voir)		*/
/*							*/

@media screen and (max-width: 490px) {
	.table_panier , .table_panier tr, .table_panier td{
		display: block;
		margin: 0 auto;
		padding: 0;
	}	
	.table_panier {/*border: 1px solid #0f0;*/
		margin-top: 1vh;
		padding: 0;
	}	
	.table_panier tr {/*border: 1px solid #00f;*/
		width: 100%;
		display: inline-block;
	}
	.table_panier thead {
		display: none;
	}
	.table_panier tfoot td{
		display: block;
		width: 96%;
	}
	.table_panier td{ /*border: 1px solid #ccd;*/
		display: inline-block;
		width: 48%;
		float: left;
	}
	.table_panier td[colspan]{ /*border: 1px solid #f00;*/
		display: block;
		width: 96%;
	}
	.table_panier td.panier_prod_txt {
		padding: 1em;
		box-sizing: border-box;
	}
	.table_panier td.panier_form_qte, .table_panier td.panier_td_suppr {
		width: auto;
		padding: 1em;
		box-sizing: border-box;
	}
	.table_panier td.panier_td_tot {
		font-size: 1.6em;
	}
	.table_panier td.tab_suppr {
		display: none;
	}
	.table_panier td.pan_td_tva {
		display: none;
	}
	.panier_vign_td {
		width: auto;
	}
	.panier_vign_td img {
		width: 100%;
	}
	.form_nb_qte {
		width: auto;
	}
	.panier_total {
		text-align: center;
		margin: 1vh auto;
	}
	.txtpanier {
		text-align: center;
	}
	.panier_livr {
		text-align: center;
	}
	#form_change_livr_mode label {
		display: block;
	}
	#panier_cloture {
		text-align: center;
	}
}


/*							*/
/*		Fiche produit		*/
/*							*/

@media screen and (min-width: 660px) and (max-width: 1000px) {

	#prod_diaporama {
		width: 40%;
		margin: 30px 5% 20px 0px;
	}
	#fiche_produit {
		width: 50%;
		margin: 30px 0 20px 0px;
		padding: 0px 0px 0px;
	}
	#prod_diapoLarge {
		width: 100%;
	}
	#prod_diapoLarge .imgLarge {
		border: 1px solid #6F6653;
		width: 80%;
		padding: 5%;
		margin: auto;
		box-sizing: content-box;
	}

}
@media screen and (min-width: 490px) and (max-width: 660px) {

	#fiche_produit {
		/* width: 50% */
	}

}
@media screen and (max-width: 490px) {
	#prod_diaporama {
		width: auto;
		float: none;
		margin: 0px 0px 20px 0px;
		text-align: center;
	}
	#prod_diapoLarge {
		position: relative;
		display: block;
		width: auto;
	}
	#prod_diapoLarge .imgLarge {
		border: none;
		width: 360px;
		padding: 0px;
	}
	.diapoVign_ligne {
		margin: 1vh 0px;
		display: flex;
		flex-direction : row;
		justify-content: space-around;
	}
	.diapoVign_lien {
		float: none;
		margin: 0;
		text-align: center;
		width: 90px;
		height: 90px;
	}

	#fiche_produit {
		float: none;
		width: auto;
		padding: 1vh 2vw;
		text-align: center;
	}
	.FTprix {
		display: block;
		font-size: 3.0em;
		padding: 1vh 2vw;
	}
	.bt_ajoute {
		margin: 5vh auto;
	}

	/* FICHES ONGLETS

	#onglet_nav {
		display: flex;
		flex-direction : row;
		justify-content: start;
		align-items: stretch;
	}
	#onglet_nav a {
		display: inline-block;
		float: none;
		width: auto;
	} */
	

	/* Médaillons horizon */
	/* !! travaillé ici pour les produits associés de la fiche produit 
	=> vérifier que cça fonctionne pour les listes de produits ailleurs */

	.unProdListFloat {
		float: none;
		display: inline-block;
		/* margin: auto; */
	}

}