/* {{{ COR : [TK12349] [EVO1317] */

/*** GENERAL ****************************************************************/

*
{
	outline: none;
}

.fiche_article_base
{
	margin: 0 auto !important;
}

/* {{{ COR : [TK13474] */
/* COR }}} */

.fa_general
{
	padding: 0 10px 10px 10px;
	margin: auto;
	border: none;
	margin-top: 0px;
}

/*** COLONNE DE GAUCHE ***/

/* Image article */

.fa_bloc-image
{
	width: 45%;
	float: left;
	position: relative;
	z-index: 1;
}

#cont-grande-photo table td
{
	width: 520px;
	height: 520px;
}

.fa_bloc-image-espace
{
	margin-right: 0px;
}

.fa_bloc-image
{
	padding: 0 30px !important;
}

.is-small .fa_bloc-image
{
	padding: 0 !important;
}

/*Photos*/
#cont-photos
{
	margin-top: 10px;
	margin-left: 10px;
	visibility: visible;
}

#fa-photos .owl-stage
{
	display: flex;
	justify-content: space-between;
}

#fa-photos .owl-item [id^="li_image_"]
{
	height: 100%;
	border: solid 1px #DEDEDE;
}

#fa-photos .owl-item [id^="li_image_"]:hover
{
	border: 1px solid #CDCDCD;
}

#fa-photos .owl-item a
{
	display: flex;
	align-items: center;
	justify-content: center;
	/* {{{ COR : [TK13294] */
	height: 75px;
	/* COR }}} */
}

#fa-photos .owl-item img
{
	/* {{{ COR : [TK13294] */
	max-height: 75px;
	/* COR }}} */
	width: auto;
}

#grande-photo
{
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: 50% 50%;
	position: relative;
	/*max-height: 60vh;*/
}

#grande-photo .zoom
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#grande-photo a, #grande-photo a .zoomPad
{
	height: 100%;
	max-height: 100%;
}

.drift-zoom-pane
{
	z-index: 10000000000;
}

.drift-inline
{
	border-radius: 0 !important;
	width: 200px !important;
	height: 200px !important;
}

#grande-photo .lightable
{
	cursor: zoom-in !important;
}

#grande-photo img, #grande-photo a img
{
	max-height: 100%;
	width: auto;
	transition: opacity .5s;
	display: block;
}

#grande-photo
{
	height: 700px;
}
img#img-big
{
	max-height: 700px;
}
.is-small #grande-photo
{
	height: 450px;
}
.is-small img#img-big
{
	max-height: 450px;
}


.fa_bloc-galerie
{
	width: 10%;
	float: left;
	position: relative;
	z-index: 0;
	margin: 10px 0;
}

.fa_galerie-horizontale
{
	display: none;
}

/* {{{ COR : [TK13446] */
/* {{{ COR : [TK14155] */
#product-lightbox, 
.reveal.picture-popup
/* COR }}} */
{
	position: relative;
	/* {{{ COR : [TK13192] */
	/* COR }}} */
	flex-flow: column nowrap;
	top: 25px;
	bottom: 25px;
	max-width: 75%;
	height: calc(100vh - 50px);
	max-height: calc(100vh - 50px);
}

/* {{{ COR : [TK14155] */
.is-small #product-lightbox,
.is-small , .reveal.picture-popup
/* COR }}} */
{
	max-width: 100%;
}
/* COR }}} */

/* {{{ COR : [TK14155] */
#product-lightbox .modal-title,
.reveal.picture-popup .modal-title
/* COR }}} */
{
	flex: 0 0 auto;
	position: relative;
}

/* {{{ COR : [TK14155] */
#product-lightbox .modal-content,
.reveal.picture-popup .modal-content
/* COR }}} */
{
	flex: 0 1 100%;
	position: relative;
}

/* {{{ COR : [TK14155] */
#fa-photos-carousel,
.reveal.picture-popup .avis_photos
/* COR }}} */
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* {{{ COR : [TK14155] */
#fa-photos-carousel .owl-stage-outer, 
.reveal.picture-popup .owl-stage-outer, 
#fa-photos-carousel .owl-stage-outer div,
.reveal.picture-popup .owl-stage-outer div
/* COR }}} */
{
	display: block;
	position: relative;
	max-height: 100%;
	height: 100%;
}

/* {{{ COR : [TK14155] */
#fa-photos-carousel a,
.reveal.picture-popup a
/* COR }}} */
{
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 100%;
	height: 100%;
}

/* {{{ COR : [TK14155] */
#fa-photos-carousel img,
.reveal.picture-popup .avis_photos img
{
	width: auto;
	max-height: 100%;
	margin: 0 auto;
}
/* COR }}} */

/* Marque */

.fa_marque
{
	display: block;
	/* {{{ COR : [TK12992] */
	/*color: #666;*/
	/* COR }}} */
	font-size: 1.1em;
	margin-bottom: 10px;
	text-align: center;
}

.is-small .fa_marque
{
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.fa_marques_widget-share
{
}

/* Etiquettes nouveau, promo, soldes... */

.fa_etiquette
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	min-width: 100%;
}

.fa_nouveau, .fa_solde, .fa_promo, .fa_remise
{
	padding: 4px 4px;
	margin: 0 0 3px 0;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	min-width: 80px;
}

.fa_nouveau,
.fa_solde,
.fa_promo
{
	letter-spacing: 1px;
}

.fa_remise
{
	font-weight: bold;
	font-size: 16px;
}

/*** COLONNE DE DROITE ***/

.fa_bloc-details
{
	float: right;
	width: 45%;
	margin: 0;
}

/* Bloc textes produit */

.fa_bloc-texte
{
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.fa_designation
{
	font-size: 24px;
	line-height: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.fa_description_boite_produit
{
    /* {{{ COR : [TK13066] */
	height: auto;
    line-height: 1.4em;
    padding: 10px 0;
    /* COR }}} */
}

.fa_info_panier
{
	padding: 0;
	margin-bottom: 10px;
}

.fa_reference
{
	/* {{{ COR : [TK12992] */
	font-weight: normal;
	font-size: 1em;
	padding: 0px;
	margin-top: 5px;
	display: block;
	/* COR }}} */
}

.is-small .fa_reference, .is-small #intro-variante
{
	text-align: center;
}

.is-small #intro-variante
{
	margin-bottom: 10px;
}

.fa_description
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	padding: 0;
	margin: 5px 0;
}

.is-small .fa_description
{

}

/*** Avis clients ***/

.actions
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	/* {{{ COR : [TK12992] */
	/*color: #393939;*/
	/* COR }}} */
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.actions .action
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	font-weight: normal;
	padding: 0 10px;
	margin: 5px 0;
	display: inline-block;
	/*color: #666;*/
	/* COR }}} */
}

.actions li.action:last-child
{
	border-right: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.actions.avis-clients[itemprop] .action:last-child
{
	padding-left: 10px !important;
}

.actions .action.moyenne-coms
{
	display: none;
}

.actions .action a
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	/*color: #666;*/
	margin-right: 10px;
	/* COR }}} */
}

.actions .action a:hover
{
	text-decoration: underline;
}

div.visu-note
{
	margin-top: 3px;
}

.actions.avis-clients
{
	margin-top: 10px;
	border: none !important;
}

.actions.avis-clients .action
{
	margin: 0;
	padding: 0 10px;
}

.actions.avis-clients .action.visu-note
{
	padding: 0 10px 0 0;
	margin-right: 10px;
	border-right: solid 1px #dedede;
}

.actions.avis-clients .nb-coms
{
	padding: 2px 0 0 0;
	margin-right: 10px;
	border-right: solid 1px #dedede;
}

.actions.avis-clients .lnk-donner-avis
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/*color: #666;*/
	border-right: none !important;
	padding-top: 2px;
	display:block;
	/* COR }}} */
}

.actions.avis-clients .lnk-donner-avis.premier-avis span
{
	background: url(../img/fiche_article/etoiles.png) 0 50% no-repeat;
	width: 16px;
	/* {{{ COR : [TK13066] */
	margin-right: 5px;
	height: 16px;
	/* COR }}} */
	display: inline-block;
}

/* {{{ COR : [TK14074] */
/* COR }}} */

/* Description & ancres */

#liens-internes
{
	padding: 0;
	margin: 15px 0 10px 0;
}

ul#liens-internes a
{
	/* {{{ COR : [TK12992] */
	/* {{{ COR : [TK13066] */
	font-size: 1em;
	/* COR }}} */
	/* COR }}} */
	margin: 0px !important;
}

#liens-internes li:after
{
	content:"\f107";
	font-family: FontAwesome;
	margin-left: 2px;
	/* {{{ COR : [TK12992] */
	/*color: #666;*/
	/* COR }}} */
	vertical-align: top;
}

#liens-internes li
{
	/* {{{ COR : [TK12992] */
	/*color: #000000;*/
	display: inline-block;
	cursor: pointer;
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	/* COR }}} */
}

#liens-internes li
{
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
	border-left: solid 1px #cccccc;
}

#liens-internes li:nth-child(1)
{
	margin: 0px !important;
	padding: 0px !important;
	border-left: none !important;
}

/* Quantité minimum */
.fa_bloc-conditionnement
{
	/*padding: 10px 0 5px 0;*/
}

.fa_quantite_minimum
{
	padding: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 1.2em;
	font-weight: normal;
	/* {{{ COR : [TK13066] */
	/* COR }}} */
	width: 50%;
	float: left;
}

.is-small .fa_quantite_minimum
{
	font-size: 1.1em;
}

/*** VARIANTES ***/

.fa_bloc-variante
{
	margin-bottom: 10px;
}

.fa_bloc-variante #intro-variante,
#config-variante
{
	/* {{{ COR : [TK12992] */
	/*color: #666;*/
	/* COR }}} */
	font-size: 1.3em;
	display: block;
	font-weight: normal !important;
	text-transform: uppercase;
	margin-top: 5px;
}

.variante_carac
{
	display: none;
}

.variation_groupe_titre
{
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: bold;
}

/*** STOCK ***/

/* {{{ COR : [TK13030] */
.fa_bloc-variante-stock .fa_stock
{
	margin-right: 15px;
}

.is-small .fa_bloc-variante-stock .fa_stock
{
	margin-right: 0px;
}
/* COR }}} */

.fa_stock
{
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	margin-bottom: 10px;
}

.fag-stock-enstock
{
	color: #4e9112;
}

/*.fag-stock-enstock:before
{
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 2px;
    font-weight: normal;
}*/

.fag-stock-limited
{
	color: #fe7c12;
}

/*.fag-stock-limited:before
{
    content: "\f06a";
    font-family: FontAwesome;
    margin-right: 2px;
    font-weight: normal;
}*/

.fag-stock-rupture
{
	color: #cf1616;
}

/*.fag-stock-rupture:before {
    content: "\f057";
    font-family: FontAwesome;
    margin-right: 2px;
    font-weight: normal;
}*/

a.lnk-alerte-stock
{
	font-size: 1.1em;
}

a.lnk-alerte-stock span
{
	display: inline-block;
	/* {{{ COR : [TK13030] */
	/*text-decoration: underline;*/
	/* COR }}} */
}

/* {{{ COR : [TK13030] */
/* COR }}} */

a.lnk-alerte-stock::before
{
	border-bottom: none !important;
}

/*** BLOC COMMANDE ***/

.bloc-ajout
{
	padding: 0px;
	margin-bottom: 10px;
}

.is-small .bloc-ajout-colonne
{
	text-align: center;
}

.bloc-ajout-colonne1
{
	width: 50%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

.bloc-ajout-colonne2
{
	width: 50%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

.bloc-ajout-infos
{
	margin-bottom: 5px;
	line-height: 20px;
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	font-weight: normal;
	/* {{{ COR : [TK13066] */
	/* COR }}} */
}

.bloc-ajout-bouton
{
	/* {{{ COR : [TK13925] */
	margin-bottom: 5px;
	/* COR }}} */
}

/* Bloc tarifs */

.fa_prix
{
	font-weight: bold;
	/* {{{ COR : [TK12992] */
	font-size: 1.2em;
	/* COR }}} */
	vertical-align: middle;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
}

.fa_prix .obj_prefixe
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
}

.fa_prix .obj_prix_entier
{
	/* {{{ COR : [TK12992] */
	/*font-size: 32px;*/
	/* COR }}} */
}

.obj_type_prix
{
	font-weight: normal;
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	padding-left: 2px;
}

.fa_prix-barre
{
	display: inline-block;
	font-weight: normal;
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	line-height: 20px;
	text-transform: lowercase;
}

.fa_prix-barre .obj_prix_barre_unitaire
{
	text-decoration: line-through;
}

.fa_bloc_prix
{
	margin: 5px 0;
}

.fa_prix-unitaire
{
	display: inline-block;
	/* {{{ COR : [TK12992] */
	/*font-size: 32px;*/
	/* COR }}} */
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.fa_ecotaxe
{
	/* {{{ COR : [TK12992] */
	font-size: 0.9em;
	/* COR }}} */
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 5px;
	clear: both;
	display: none;
}


.fa_prix-total
{
	/* {{{ COR : [TK13066] */
	/* COR }}} */
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	/* {{{ COR : [TK13546] */
	display: none;
	/* COR }}} */
	text-align: left;
	vertical-align: middle;
}
.fa_prix-total .fa_prix-total-conteneur {
	
}
.fa_prix-total .fa_prix-total-conteneur .blk_variante {
	margin-top:10px;
	margin-right:30px;
	margin-bottom:10px;
}
.is-small .fa_prix-total .fa_prix-total-conteneur .blk_variante {
	margin-right:0;
	margin-bottom:0;
}

.blk_variante
{
	font-weight: bold !important;
}

.blk_condition_variante
{
	font-size: 11px;
	display: none !important;
}

/* Ecotaxes */

.fa_ecomobilier
{
	/* {{{ COR : [TK12992] */
	font-size: 0.9em;
	/* COR }}} */
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 5px;
	clear: both;
	display: none;
}

.fa_prix_avec_eco_mobilier
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	font-weight: normal;
	line-height: 18px;
	clear: both;
	display: none;
}

/* Quantité */

.fa_quantite
{
	font-weight: bold;
	/* {{{ COR : [TK12992] */
	/* COR }}} */
	vertical-align: middle;
	padding: 0px;
	height: auto;
	float: right;
	width: 100%;
}

#qte-blk-1, #qte-blk-2
{
	display: none;
}

#cont-qte
{
	display: block;
	width: 20%;
	vertical-align: bottom;
	float: left;
	box-sizing: border-box;
	padding-right: 5px;
}

.cont-field-qte
{
	width: 100%;
	margin: 0;
	display: inline-block;
	text-align: center;
}

.title-qte
{
	line-height: 25px;
	display: inline-block;
	/* {{{ COR : [TK13066] */
	/* COR }}} */
	/* {{{ COR : [TK12992] */
	font-size: 1em !important;
	/* COR }}} */
	font-weight: normal;
	text-transform: uppercase;
}

.cont-field-qte .quantite_moins,
.cont-field-qte .quantite_plus
{
	cursor: pointer;
	/* {{{ COR : [TK13268] */
	display: block;
	height: 22px;
	width: 22px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 20px;
	margin: 3px;
	/* COR }}} */
	padding: 0;
	box-sizing: border-box;
	font-weight: normal;
	/* {{{ COR : [TK13066] */
	/* COR }}} */
	text-align: center;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cont-field-qte .quantite_moins:hover,
.cont-field-qte .quantite_plus:hover
{
	color: #000;
}

.cont-field-qte .quantite_moins:before
{
	content: "\f056";
	font-family: FontAwesome;
}

.cont-field-qte .quantite_plus:before
{
	content: "\f055";
	font-family: FontAwesome;
}

.fa_quantite input
{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 72%;
	line-height: 18px;
	/* {{{ COR : [TK13066] */
	border: solid 1px #cccccc;
	/* COR }}} */
	margin: auto;
	padding: 5px 0px;
	line-height: 40px;
	display: inline-block;
	float: left;
	box-shadow: none;
}

.fa_quantite input:disabled
{
	background-color: #f0f0f0;
}

.fa_quantite_boutons
{
	width: 25%;
	display: inline-block;
	/*float: left;*/
	text-align: center;
	overflow: hidden;
	height: 50px;
}

#btn-panier
{
	display: block;
	width: 80%;
	vertical-align: top;
	float: left;
	box-sizing: border-box;
}

#btn-panier.btn-panier-tableau
{
	width: 100%;
}

.blk_bouton_panier_mode
{
	display: none;
}

#btn-panier .blk_bouton_panier_mode
{
	text-align: right;
}

#btn-panier .blk_bouton_panier_mode .bouton5
{
	display: block;
}

#btn-panier .blk_bouton_panier_mode .bouton4,
#btn-panier .blk_bouton_panier_mode .bouton5 a
{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0px;
	line-height: 40px;
	text-transform: uppercase;
}

.fa_contenu #btn-panier .blk_bouton_panier_mode .bouton4,
.fa_contenu #btn-panier .blk_bouton_panier_mode .bouton5 a
{
	font-size: 20px;
}

.is-small .fa_contenu #btn-panier .blk_bouton_panier_mode .bouton4
{
	font-size: 1em;
}

.after-btn-panier.clear
{
	clear: none;
}

/* Délai condition promo */

.fa_delai_condition
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/*color: #666;*/
	font-weight: normal;
	/* COR }}} */
}

/* Délai de livraison */

.fa_delai_livraison
{
	padding: 0;
	margin-bottom: 5px;
}

.fa_delai_livraison
{
	font-weight: bold;
	color: #000;
}

/* Points fidélité */

.fa_fidelite
{
	/* {{{ COR : [TK12992] */
	/*color: #666;*/
	font-size: 1em;
	/* COR }}} */
	font-weight: normal;
	margin: 10px 0;
	padding: 0px;
	/* {{{ COR : [TK13546] */
	display: none;
	/* COR }}} */
	text-align: left;
}

.fa_fidelite .obj_points_fidelite
{
	font-weight: bold;
}

.bloc-ajout-liens
{
	text-align: left;
	margin-bottom: 15px;
}

/* Alerte de Stock */

.fa_alerte_stock a:before
{
	content: "\f0a2";
	font-family: FontAwesome;
	font-size: 11px !important;
}

/* Demande de Renseignement */

a.fa_btn-infos:before
{
	content: "\f059";
	font-family: FontAwesome;
	/* {{{ COR : [TK13030] */
	margin-right: 3px;
    width: 20px;
    display: inline-block;
    text-align: center;
	/* COR }}} */
}

a.fa_btn-infos
{
	cursor: pointer;
	text-decoration: none;
	/* {{{ COR : [TK12992] */
	font-size: 1.1em;
	/* COR }}} */
	font-weight: normal;
	display: inline-block;
}

a.fa_btn-infos span
{
	/* {{{ COR : [TK13030] */
	/*text-decoration: underline;*/
	/* COR }}} */
	display: inline-block;
}

/* Sofinco */

.financement-sofinco
{
	font-size: 15px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin: 0 10px 0 0;
	padding: 0 5px;
	display: block;
	border: solid 1px #DEDEDE;
	border-radius: 2px;
	float: left;
}

.financement-sofinco:hover
{
	background-color: #F1F1F1;
}

a.lnk-financement-sofinco
{
	background: url("../img/fiche_article/picto-sofinco.png") 100% center no-repeat;
	padding-right: 68px;
	display: inline-block;
	line-height: 24px;
	text-decoration: none;
	/* {{{ COR : [TK13066] */
	font-size: 1.1em !important;
	/* COR }}} */
}

a.lnk-financement-sofinco:before
{
	content: "\f283";
	font-family: FontAwesome;
	margin-right: 5px;
}

/* Store locator */

.lnk-dispo-magasin
{
	font-size: 1.1em;
	font-weight: normal !important;
	height: auto !important;
	line-height: normal !important;
	margin-top: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	background: none !important;
}
/* {{{ COR : [TK13030] */
.lnk-dispo-magasin i.fa
{
	margin-right: 3px;
    width: 20px;
	display: inline-block;
    text-align: center;
}
/* COR }}} */

.lnk-dispo-magasin span
{
	display: inline-block;
	/* {{{ COR : [TK13030] */
	/*text-decoration: underline;*/
	/* COR }}} */
}

.lnk-map-off
{
	display: none !important;
}

/* Champs personnalisés */
.fa_personnalisation
{
	margin-bottom: 20px;
}

.obj_custom_field label
{
	text-transform: uppercase;
}

.obj_custom_field .switch label
{
	text-transform: lowercase;
	font-size: 1.2em;
	/* {{{ COR : [TK14504] */
	color: #555 !important;
	/* COR }}} */
}

.obj_custom_field .switch
{
	padding-left: 2px;
}

.obj_custom_field .input-text
{
	box-shadow: none !important;
	border-color: #ccc;
	border-radius: 4px;
}

.obj_custom_field select
{
	border-radius: 4px;
}

.obj_custom_field .input-group-label
{
	border-radius: 4px;
}

.obj_custom_field .input-group .input-group-label
{
	border-radius: 4px 0px 0px 4px;
}

.obj_custom_field .input-group .input-text
{
	border-radius: 0px 4px 4px 0px;
}

.obj_custom_field .ligne-compte
{
	margin-bottom: 0px;
}

.obj_custom_field small
{
	margin-bottom: 0px;
	font-size: 0.9em;
}

/* Precommande */

.fa_precommande
{
	padding: 0;
	margin-bottom: 5px;
}

.fag-stock-precommande
{
	margin-bottom: 5px;
}

/*** RASSURANCE ***/

.fa_rassurance
{
	margin-bottom: 20px;
}

/*** CATEGORIES ***/

.fa_categories
{
	background-color: #EFEFEF;
	padding: 10px;
	margin: 10px 0;
	line-height: 18px;
}

.multi-ariane .ariane-thematique-link, .multi-ariane a.ariane-thematique-link
{
	font-size: 12px !important;
	text-decoration: none;
	font-weight: normal;
}

/*** RASSURANCE ***/
.fa_rassurance .grd
{
	margin: inherit;
}

/*** REGROUPEMENTS ***/

.fa_regroupement
{
	margin-top: 10px;
	margin-bottom: 20px;
}

.fa_regroupement-titre
{
	color: #666;
	font-size: 1.3em !important;
	display: block;
	font-weight: normal !important;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.is-small .fa_regroupement-titre
{
	text-align: center;
}

div.global-carousel
{
	margin-left: 0px;
}

#articles-regroupes.owl-carousel
{
	margin-left: 0px;
}

#articles-regroupes.owl-carousel .owl-item
{
	margin: 0 7px 6px 5px;
}

div.global-carousel.horizontal ul#articles-regroupes li.thumb
{
	margin: 0 7px 6px 5px;
}

#articles-regroupes li a
{
	height: 100%;
	display: block;
}

/* {{{ COR : [TK13841] */
#articles-regroupes.owl-carousel, 
#articles-regroupes.owl-carousel .owl-item {
	height: auto;
}

#articles-regroupes.owl-carousel .owl-item a {
	height: 100px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#articles-regroupes.owl-carousel .owl-item a div {
	height: 100%;
}

#articles-regroupes.owl-carousel .owl-item {
	margin-left: 0px !important;
	margin-top: 0px !important;
	margin-bottom : 0px !important;
}

#articles-regroupes.owl-carousel {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.is-small #articles-regroupes .owl-stage{
	margin-left: auto;
    margin-right: auto;
}

#articles-regroupes .owl-nav {
    margin-top: 0px;
}
#articles-regroupes .owl-nav .owl-prev {
	left: 0;
	height: 100%;
    width: 40px;
}
#articles-regroupes .owl-nav .owl-next {
	right: 0;
	height: 100%;
    width: 40px;
}
#articles-regroupes .owl-nav .owl-prev i {
	padding-right: 5px;	
}
#articles-regroupes .owl-nav .owl-next i {
	padding-left: 5px;	
}

#articles-regroupes .owl-nav .owl-prev i, 
#articles-regroupes .owl-nav .owl-next i {
	font-size: 28px !important;
    background: rgba(255,255,255,0.85);
	width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#articles-regroupes .owl-nav .owl-prev i:hover, 
#articles-regroupes .owl-nav .owl-next i:hover {
	background: rgba(255,255,255,1);;	
}

/* COR }}} */

/*** ANNEXE ****************************************************************/

/*** ONGLETS ***/

#onglet-desc
{
	background-color: #efefef;
	width: 100%;
	margin-bottom: 15px;
}

.onglet-bottom
{
	padding: 0;
	list-style: none;
	background-color: #efefef;
	z-index: 21;
	margin: auto;
	border-left: solid 1px #FFFFFF;
}

.onglet-bottom .onglet-li
{
	border-radius: 0px;
	background-color: transparent;
	float: none;
	padding: 10px 15px 7px 15px;
	text-align: center;
	margin: 0 0px 0 0;
	cursor: pointer;
	border-right: solid 1px #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.onglet-bottom .onglet-li > a
{
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}

.onglet-bottom .onglet-li.active, .onglet-bottom .onglet-li:hover
{
	background-color: #393939;
}

.onglet-bottom .onglet-li.active > a, .onglet-bottom .onglet-li:hover > a
{
	color: #FFFFFF;
}

/* {{{ COR : [TK12584] */
.conteneur-onglet-bas
{
	clear: both;
	padding: 0px;
	margin: auto;
	margin-top:20px;
}
.is-small .conteneur-onglet-bas {
    margin-top:0px;
}
/* COR }}} */

.onglet-bottom .onglet-li.disabled, .onglet-bottom .onglet-li.disabled:hover
{
	background-color: #E0E0E0;
	cursor: default;
	color: #CCC;
	-moz-text-shadow: 1px 1px #EEE;
	-webkit-text-shadow: 1px 1px #EEE;
	text-shadow: 1px 1px #EEE;
}

.conteneur-onglet-bas .cont-onglet
{
	line-height: normal;
	clear: both;
	/* {{{ COR : [TK12584] */
	margin-top:10px;
	/* COR }}} */
	padding: 10px 10px 10px 10px !important;
}

.masque-onglet
{
	display: none;
}

.cont-onglet-titre
{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #393939;
	text-decoration: none;
	min-height: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #DEDEDE;
	margin-bottom: 15px;
	cursor: pointer;
	line-height: 1;
}

.cont-onglet-titre span.onglet-chevron-bas:after
{
	content: "\f107";
	font-family: "FontAwesome";
}

.cont-onglet-titre span.onglet-chevron-haut:after
{
	content: "\f106";
	font-family: "FontAwesome";
}

/* {{{ COR : [TK13400] */
/* COR }}} */

/* Description longue */

#div_description_longue, #div_description_longue2, #div_description_longue3
{
	text-align: left;
	line-height: 1.4em;
}

#div_description_longue ul
{
	list-style-type: disc;
}

#div_description_longue ul li
{
	list-style-type: disc;
	margin-left: 30px;
}

/* Comparateur */

#tableau_carac
{
	/* {{{ COR : [TK13075] */
	margin: 0 0 15px 0;
	/* COR }}} */
}

#tableau_carac li,
/* {{{ COR : [TK13075] */
.custom_caracteristique li
/* COR }}} */
{
	/* {{{ COR : [TK13066] */
	/* COR }}} */
	vertical-align: middle;
	list-style: none;
}

#tableau_carac li.label_groupe,
/* {{{ COR : [TK13075] */
.custom_caracteristique li.label_groupe
/* COR }}} */
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	font-weight: bold;
	/* {{{ COR : [TK13066] */
	/* COR }}} */
	text-transform: uppercase;
}

/* {{{ COR : [TK13075] */
#tableau_carac li span.label_carac,
.custom_caracteristique li span.label_carac
{
	/* {{{ COR : [TK13066] */
	font-weight: normal;
	/* COR }}} */
}
/* COR }}} */

/* Articles similaires */

.info-article_texte
{
	font-weight: bold;
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	display: block;
	margin: 5px 0 0 0;
}

.info-article_similaire_groupe
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C75732;
	display: block;
	padding: 2px;
}

.info-article_similaire_produit
{
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	font-weight: normal;
	color: #CC0202;
	padding-left: 15px;
}

/* Caractéristiques */

#tableau_carac li,
/* {{{ COR : [TK13075] */
.custom_caracteristique li
/* COR }}} */
{
	border-bottom: 1px solid #DEDEDE;
	/* {{{ COR : [TK13066] */
	/* COR }}} */
	padding: 10px;
}

.label_carac
{
	/* {{{ COR : [TK13066] */
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	/* COR }}} */
}

.label_groupe
{
	/* {{{ COR : [TK13066] */
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	/* COR }}} */
}

/* Documents à télécharger */

.info-article_document
{
	vertical-align: middle;
	display: block;
	/* {{{ COR : [TK12992] */
	font-size: 1em;
	/* COR }}} */
	float: left;
	padding: 5px;
	padding-bottom: 0;
}

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

/*** POPUP (Modal) **********************************************************/

#simplemodal-overlay
{
	background-color: #000;
}

#simplemodal-container a.modalCloseImg, #ap-close
{
	background: url("../img/boite_pop/fermer.png") center center no-repeat;
	width: 17px;
	height: 17px;
	float: right;
	display: block;
	z-index: 3200;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

#simplemodal-container h2
{
	background-color: #333;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: white;
	font-size: 16px;
}

#simplemodal-container #message .erreur center
{
	text-align: left;
}

#message-oasis
{
	border: 1px solid #DEDEDE;
	background-color: #EEE;
	padding: 10px;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	display: none;
}

.cont-alert-dispo
{
	width: 500px;
}

.cont-alert-dispo .image
{
	float: left;
	height: 70px;
	width: 70px;
	position: relative;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.cont-alert-dispo .infos
{
	float: left;
	margin: 0 0 10px 0;
}

.cont-alert-dispo .infos .designation
{
	padding: 0 0 5px 0;
}

.cont-alert-dispo hr
{
	clear: both;
	height: 1px;
	border: none;
	margin: 0 0 10px 0;
}

.cont-alert-dispo select
{
	margin: 5px 0 0 0;
}

.cont-alert-dispo .message
{
	padding: 10px 0;
	font-weight: normal;
}

.cont-alert-dispo .left, .cont-alert-dispo .right
{
	padding: 0 10px 0 0;
}

.cont-alert-dispo .left
{
	float: left;
	width: 160px;
}

.cont-alert-dispo .right
{
	float: right;
	width: 300px;
}

.cont-alert-dispo label
{
	display: block;
}

.hide-dispo
{
	visibility: hidden;
}

/**
Owl Carousel
*/
.owl-item .product_box
{
	width: 100% !important;
	max-width: 100% !important;
}

.owl-item .product_box img
{
	width: auto !important;
	margin: 0 auto;
}

/**
Conditions panier
*/
#intro-cart_rules
{
	border: none;
	margin-top: 0px;
	color: #000;
}

.fa_bloc-cart_rules
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top: solid 1px #DEDEDE;
}

.is-small .fa_bloc-cart_rules #intro-cart_rules
{
	text-align: center;
}

.fa_bloc-cart_rules.bloc_close
{
	border-bottom: solid 1px #DEDEDE;
}

/* {{{ COR : [TK13474] */
/* COR }}} */
/****************************************************************************/

/* COR }}} */
/* {{{ COR : [TK12720] */
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	margin: 0px !important;
	transform: translateY(-50%);
	color: rgb(10, 10, 10) !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
}

.owl-prev {
	left: -1rem;
}

.owl-next {
	right: -1rem;
}
/* COR }}} */

/* {{{ COR : [TK12925] */
.blk_bouton_panier_mode[valeur="ajout_devis"] > .fa_btn-panier_off
{
	display: none;
}
/* COR }}} */

/* {{{ COR : [TK13228] */
tbody tr:nth-child(2n) {
	background-color: #fff !important;
}
/* COR }}} */

/* {{{ COR : [TK13261] */
.fa_general iframe
{
    max-width: 100%;
}
/* COR }}} */
/* {{{ COR : [TK13767] */
.fa_nosto_padding {
	padding: 0 20px;
}
/* COR }}} */

/* {{{ COR : [TK13798] */
.blk_variante, .fa_stock_shop, .fa_stock_web {
	display: none;
}
.fa_bloc_select_var, .fa_stock_shop, .fa_stock_web, .fa_select_shop {
	border: solid 1px #dedede;
	padding: 10px !important;
}
.fa_title_stock {
	margin-bottom: 5px;
	font-size: 1.1em;
}
.fa_content_select_var {
	font-weight: normal;
}
.fa_content_stock {
	font-weight: normal;
}
.link-popup-shop span {
	text-decoration: underline;
}
/* COR }}} */

/* {{{ COR : [TK14155] */
@media screen and (max-width: 39.99875em)
{
    #product-lightbox, 
    .reveal.picture-popup 
    {
	   top: 0;
	   bottom: 0;
    }
}
/* COR }}} */

/* {{{ COR : [TK13925] */
.btn_eresa {
	margin-top: 15px;
}
.btn_eresa .bouton2 {
	width: 100%;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
}

.btn_eresa .bouton2 a {
	padding: 5px 0px;
	text-transform: uppercase;
}
/* COR }}} */

/* {{{ COR : [TK15495] [EVO1343] */
#commentaire_cadeau{
	margin-bottom:0px;
}
.bloc-commentaire-cadeau-infos{
	margin-bottom:1rem;
}
/* COR }}} */
/* {{{ COR : [TK15713] [EVO1381] */
/* TABLEAU VARIANTES TARIFS DEGRESSIFS */
/*.row_degressifs {
	overflow: auto;
}*/
#tableau-var.liste-variantes-degressifs {
	border: solid 1px #dedede;
	margin-bottom: 15px;
}
#tableau-var.liste-variantes-degressifs thead {
	position: sticky;
    top: 0;
}
#tableau-var.liste-variantes-degressifs thead th {
	padding: 10px 5px;
	text-transform: unset;
}
#tableau-var.liste-variantes-degressifs tbody th {
	font-weight: normal !important;
}
#tableau-var.liste-variantes-degressifs tbody td {
    border-left: solid 1px #fff;
}
#tableau-var.liste-variantes-degressifs tbody td.hover {
    background-color: #4CBB85 !important;
}
#tableau-var.liste-variantes-degressifs tbody td.hover-row {
    background-color: #dbf1e7;
}
#tableau-var.liste-variantes-degressifs tbody td.hover-col {
    background-color: #dbf1e7;
}

#tableau-var.liste-variantes-degressifs tr {
    border-bottom: solid 1px #dedede;
}
#tableau-var.liste-variantes-degressifs .quantite-tableau-var-input {
	width: 60px !important;
}
div.tarifs-degressifs-remise {
	margin-top: -5px;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 10px !important;
    /*line-height: 1;*/
}
.tarifs-degressifs-prix-remise {
	font-weight: bold;
}
.tarifs-degressifs-disabled {
	opacity: 0.5;
}
.tarifs-degressifs-barre {
	text-decoration: line-through;
}

#div_degressifs .blk_variante {
    font-weight: normal !important;
    margin: 0;
}
#div_degressifs .fa_prix-total-montant {
	font-size: 1.5em;
}
#div_degressifs .fa_fidelite {
    text-align: unset;
}


.fa_qte-opti
{
	background-color : #000000;
	color: #FFFFFF;
	text-transform: none !important;
    padding : 4px 6px;
    display: inline-block;
    vertical-align: text-bottom;
}
.intro-tableau-degressif {
	margin-bottom: 5px;
}
.conteneur-tableau-degressif {
	overflow: auto;
	margin-bottom: 15px;
}
.tableau-degressif {
	border: solid 1px #dedede;
	margin-bottom: 0;
}
.tableau-degressif tr {
	border-bottom: solid 1px #dedede !important;
}
.tableau-degressif tr:nth-child(2) td {
	padding: 10px 5px !important;
}
.tableau-degressif th {
	font-weight: normal !important;
	padding: 5px 10px;
	text-align: center;
}
.tableau-degressif td {
	padding: 5px;
	border-left: solid 1px #fff;
	position: relative;
}
.tableau-degressif .selected_cell > div {
	z-index: 1;
    position: relative;
}
.tableau-degressif .selected_cell:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 1;
}

/* COR }}} */
