.enteteFicheProd{
	width : 100%;
	height: 50px;
	background-color: #f8f8f8;
	border-bottom: 4px solid #ff6666;
}

.texteEntete{
	color : #8D8D8D;
	font-size: 14px;
	font-family: "Tahoma";
	/* font-weight: bold; */
	height: 50px;
	padding-top: 16px;
	width: 205px;
	/* border-right: 2px solid #616161; */
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor : pointer;
}

.texteEntete:HOVER{
	color : #FF6666;
}

.texteEntete.selected {
	background-color: #FF6666;
	color : #ffffff;
	/* border-bottom: 2px solid #616161; */
}

.enteteFicheProd > .divBtClose{
	display: inline-block;
	float: right;
	width: 70px;
	height: 50px;
}

.ngdialog-close:before {
	color: #ff6666 !important;
}

.zoneContenu{
	width: 100%;
	height: 549px;
	overflow: auto;
	background-color: #fff;
}

.zoneImagesProduit{
	display:inline-block;
	float: left;
	margin-top: 30px;
	text-align: center;
}
.zoneImagesProduit img{
	max-width:100%;
	max-height: 99%;
	display: block;
}

.imagePrincipale{
	display:inline-block;
	vertical-align: top;
	/* width: 220px; */
	height: 220px;
	background: transparent;
	/* border: solid 1px #dadada; */
	margin-bottom: 20px;
	margin-left: 0;
}

.imagePrincipale div.calageVertical{
	display: table-cell;
	border: 0;
    vertical-align: middle;
    width: 230px;
    height: 220px;
    font-size : 0;
}

.imagePrincipale div.calageVertical div{
	display: inline-block;
	overflow: hidden;
	/* background-color: lightgrey; */
	background: bottom center url('/webshop/img/default-bg3.jpg');
    background-size: cover;
}

.imagePrincipale div.calageVertical div.damier1{
	width:220px;height:220px;
}
.imagePrincipale div.calageVertical div.damier2{
	width:110px;height:220px;
}
.imagePrincipale div.calageVertical div.damier4{
	width:110px;height:110px;
}
.imagePrincipale div.calageVertical div.damier9{
	width:73px;height:73px;
}

.imagePrincipale img{
	max-height: 220px;
}

.vignettes{
	display: inline-block;
	vertical-align: top;
}

.vignettes div.vignettePopup{
	margin: 0px 10px 10px 10px;
	width: 105px;
	height: 105px;
	background: transparent;
	border: solid 1px #dadada;
}

.vignettes div.vignettePopup:HOVER{
	border: solid 1px #cacaca;
	cursor: pointer;
}

.vignettes div.vignettePopup div.calageVertical{
	margin: 0 auto;
	width: 105px;
	height: 105px;
	display: table-cell;
    vertical-align: middle;
}
.zoneDescriptionSsGenerique{
	display:inline-block;
	vertical-align: top;
	width: 635px;
	margin-top: 30px;
	margin-left: 10px;
}

.zoneTitreSsGenerique{
	margin-bottom: 0;
}


.zoneTitreTaille span{
	font-size: 16px;
	font-family: Tahoma;
	color: #777777;
}

.nomProduit{
	font-size: 20px;
	font-family: Tahoma;
	color: #222222;
	margin-right: 42px;
}

.divCoupCoeur{
	float: right;
	margin-top: 15px;
}

.divCoupCoeur div{
	display: inline-block;	
	font-size: 13px;
	font-family: Tahoma;
	vertical-align: middle;
	margin-right: 10px;
}

.btAjouterA{
	border-radius:50%;
	color : #ffffff;
	width: 40px;
 	height: 40px;
 	border: none;
 	cursor : pointer;
 	float : left;
 	margin-right: -10px;
}

.btAjouterA i{
	font-size: 1.3em !important;
}

.divCommandeType{
	width:auto !important;
	text-align: left;
}

.divCommandeType div{
	display: inline-block;	
	font-size: 13px;
	font-family: Tahoma;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 10px;
}

.zoneTabProduit{
	/* float : left; */
	margin-left: 0px;
 	margin-right: 0px;
}

/*-------------------------------------------- */
/*-------- DEBUT -PRODUITS SIMILAIRES -------- */
/*-------------------------------------------- */

.imgProdSim{
	display: inline-block;
	margin: 25px 45px 20px 25px;
}

.imgProdSim div{
	width: 105px;
	height: 105px;
	background: transparent;
	display: table-cell;
	vertical-align: middle;
	border: solid 1px #dadada;
}

.imgProdSim div img{
	width: 100%;
	max-height: 100%;
	display: block;
}

.titreProdAssocie{
	display: inline-block;
	vertical-align: top;
 	margin-top: 43px;
}

.divChoixProdSim{
	margin-left : 20px; 
	color : #ff6666;
	font-size: 14px;
	font-family: Tahoma;
}

.divEnsembleProduits{
	color: #ff6666;
    font-size: 14px;
    font-family: Tahoma;
}

.zone-detail {
	margin: 20px 0 15px 0;
}

.titre-tous-produits {
	margin: 15px;
    padding-top: 15px;
    border-top: 4px solid #ff6666;
}


/*-------------------------------------------- */
/*--------- FIN -PRODUITS SIMILAIRES --------- */
/*-------------------------------------------- */



@media screen and (max-width: 992px) {

	.texteEntete {
	    padding: 15px 5px;
	    width: auto;
	}
	.titreProdAssocie {
		margin-left: 20px;
	}
	.nomProduit {
	    font-size: 18px;
	}
	.zoneTitreSsGenerique {
	    margin-bottom: 0;
	}
}
