/* --------------------------------------------------------------- */
/*
/* Fiche produit
/*
/* --------------------------------------------------------------- */
.description, .declinaisons, .prix, .ajout_panier {
	margin-bottom : 25px;
}

#page h1 {
	background : rgba(0, 0, 0, 0.7);
}

.bloc-img .owl-control {
	position           : absolute;
	top                : 50%;
	transform          : translateY(-50%);
	z-index            : 10;
	cursor             : pointer;
	opacity            : 0.7;
	-webkit-transition : opacity 0.25s;
	-moz-transition    : opacity 0.25s;
	-ms-transition     : opacity 0.25s;
	-o-transition      : opacity 0.25s;
	transition         : opacity 0.25s;
}

.bloc-img .owl-control:hover {
	opacity : 1;
}

.bloc-img .owl-control.owl-prev {
	left : 20px;
}

.bloc-img .owl-control.owl-next {
	right : 20px;
}

.bloc-img {
	background      : rgba(0, 0, 0, 0.7);
	display         : flex;
	align-items     : center;
	justify-content : center;
	height          : 100%;
}

#infos_produit {
	background : rgba(0, 0, 0, 0.7);
	padding    : 15px;
	color      : #CCCCCC;
}

#infos_produit h3 {
	position       : relative;
	top            : 0;
	left           : 0;
	padding-bottom : 7px;
	font-family    : "Merriweather";
	font-size      : 22px;
}

#infos_produit h3:before {
	content          : "";
	position         : absolute;
	bottom           : 0;
	left             : 0;
	width            : 40px;
	height           : 2px;
	background-color : #9E1111;
}

#infos_produit .pdf {
	display     : flex;
	color       : #CCCCCC;
	margin-top  : 15px;
	align-items : center;
	transition  : 0.25s ease;
}

#infos_produit .pdf i {
	color : #9E1111;
}

#infos_produit .pdf:hover {
	color : #FFFFFF;
}

#infos_produit .pdf i {
	font-size    : 22px;
	margin-right : 10px;
}

#prix_produit {
	padding-top : 0px;
	margin-top  : 10px;
	background  : rgba(0, 0, 0, 0.7);
	padding     : 0 15px;
	color       : #CCCCCC;
}

#prix_produit .prix {
	font-size   : 14px;
	font-family : "Merriweather";
	text-align  : right;
}

#prix_produit .prix span {
	font-size : 35px;
	color     : #FFFFFF;
}

#prix_produit .prix span.prix_normal {
	font-size : 20px;
	opacity   : 0.8;
	color     : #FFFFFF;
}

#prix_produit .ajout_panier {
	display     : flex;
	align-items : center;
}

#prix_produit .ajout_panier label {
	margin-bottom : 0;
	margin-right  : 10px;
}

#prix_produit .ajout_panier .quantite_field {
	width                 : 55px;
	border                : none;
	-webkit-border-radius : 0;
	-moz-border-radius    : 0;
	border-radius         : 0;
}