:root {
  --tcw-primary: #1a1a1a;      /* couleur d'en-tête (fond) */
  --tcw-primary-text: #ffffff; /* texte d'en-tête */
  --tcw-accent: #e8721c;       /* couleur d'accent (liens, survol) - orange */
  --tcw-border: #e0e0e0;
  --tcw-row-alt: #f7f7f7;
  --tcw-row: #ffffff;
  --tcw-text: #333333;
  --tcw-radius: 6px;
}


/* Onglet Livraison prévu sur fiche produit */
.livraison_prevu{
  background: #fbfdff;
  padding: 6px 8px;
  border: 1px solid #a19f9f;
  border-radius: 20px;
  margin-bottom: 0;
}
.livraison_prevu i.fa-truck{
  font-size: 20px;
  color: #636365;
  margin-right: 6px;
}
.livraison_prevu sup{
  color: #444;
}
.info-livraison{
  font-size: 0.8em;
}

/* Paiement en 4x */
#product .paiement4x{
  display: flex;
  padding: 0 0 0 0.5em;
  font-size: 0.92em;
  clear: both;
}
#product .paiement4x a{
  color: #888888;
}
#product .paiement4x:before{ 
  content:"";
  display:inline-block;
  height: 25px;
  width: 25px;
  background:url(../../../img/cms/icon_CB_XPay_4X.png) no-repeat;
  background-size:100%;
  margin-right: 0.3em;
}

/* Gestion du menu déroulant sur fiche produit */
.italic-petit-09{
  font-style: italic;
  font-size: 0.9em;
  line-height: 10px;
}

#product .pb-right-column .font-1-2{
  font-size: 1.2em;
}

#product .pb-right-column span.ngen5,
#product .pb-right-column span.ngen7
{
  font-weight: bold;
}

#product .pb-right-column span.ngen5 .last{
  color: #6DBE1A;
}
#product .pb-right-column span.ngen7 .last{
  color: #F0640F;
}


/* Gestion déclinaison manuel */
.pb-right-column .liste-declinaison-v
,#product-description-tab-content .liste-declinaison-v{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.pb-right-column .liste-declinaison-v img
,#product-description-tab-content .liste-declinaison-v img{
  width: 70px;
  height: 70px;
  border-radius: 3px;
}
.pb-right-column .liste-declinaison-v.xl img
,#product-description-tab-content .liste-declinaison-v.xl img{
  width: 80px;
  height: 80px;
  margin-top: 6px;
}
.pb-right-column .liste-declinaison-v.xxl img
,#product-description-tab-content .liste-declinaison-v.xxl img{
  width: 105px;
  height: 105px;
  margin-top: 6px;
}
.pb-right-column .liste-declinaison-v.xxl a
,#product-description-tab-content .liste-declinaison-v.xxl a{
  width: 110px;
  margin-bottom: 1em;
}
.pb-right-column .liste-declinaison-v.xl a
,#product-description-tab-content .liste-declinaison-v.xl a{
  width: 84px;
  margin-bottom: 1em;
}
.pb-right-column .liste-declinaison-v a
,#product-description-tab-content .liste-declinaison-v a{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
  border: 1px solid #DDD;
  border-radius: 3px;
  margin-right: .6em;
  margin-bottom: .6em;
  transition: transform .1s;
  text-decoration: none;
}
.pb-right-column .liste-declinaison-v a.active
,#product-description-tab-content .liste-declinaison-v a.active{
  border: 1px solid #2EC0F7;
  cursor: initial;
}
.pb-right-column .liste-declinaison-v a:hover
,#product-description-tab-content .liste-declinaison-v a:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.pb-right-column .liste-declinaison-v a.active:hover
,#product-description-tab-content .liste-declinaison-v a.active:hover{
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1); 
}
.pb-right-column .liste-declinaison-v a span
,#product-description-tab-content .liste-declinaison-v a span{
  line-height: 14px;
  margin: .5em 0;
  display: block;
  font-size: .9em;
  text-align: center;
}

/* UNIQUEMENT POUR FILTRE A HUILE */
#uniform-group_18{
  width: 95%!important;
  font-size: 13px;
}
#uniform-group_18 span{
  width: 100%!important;
  color: #333;
}
#uniform-group_18 select option{
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #333;
}
#attributes .attribute_list .form-control{
  max-width: 350px!important;
}
.descr-pv{
  font-size: 1.2em;
}
@media (max-width: 480px) {
  #group_18{
    width: 95%!important;
    max-width: 350px!important;
    height: 35px;
  }
}
#center_column .one-column .pb-right-column div a{
  font-size: 1em;
}

/* Modif ELISA */
/* -- Gestion Quad KYMCO */
  /*bordure tableau*/

#quad-kymco td:nth-child(1){
  border-right:1px solid black
}

/* photo et texte cote a cote*/
#quad-kymco .block-50{
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
#quad-kymco .un{
  display: flex;
  border: 2px solid black;
  margin: 3.5rem 0;
  border-radius: 5px;
}
#quad-kymco .fond-rouge{
  background:#b71e1a;
}
#quad-kymco .fond-gris{
  background:#E5E5E5;
}
#quad-kymco .block-50 img{
  width: 100%;
}
#quad-kymco .block-50 p{
  margin: auto;
  font-size: 15px;
  line-height: 20px;
}
#quad-kymco .un.fond-rouge .block-50 p{
  color: #FFF;
}
#page #product-description-tab-content .rte #quad-kymco p{
  margin:auto
}
#quad-kymco .un .block-50 h2{
  font-size: 23px;
  margin: 10px 0;
}
 #quad-kymco .un.fond-rouge .block-50 h2{
   color: #fff;
 }
/* FIN Modif ELISA */


/* MODIF VALENTIN */
@media screen and (max-width: 640px) {
  #ukoocompat_tabcontent table thead{
      display:none;
  }
  #ukoocompat_tabcontent table tbody tr.submit_research{
      display:none;
  }
}

/* Gestion de l'image en 100% large sur mobile */
@media (max-width: 480px) {
  #product #page #columns #image-block{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #product #page #thumbs_list li{
    width: 70px;
    height: 70px;
  }
}

/* Gestion du menu de sélection d'huile pack Vidange */
#menu_selec_pack{
  display: flex;
  flex-direction: column;
}

#menu_selec_pack .p1{   order: 1; }
#menu_selec_pack .p2{   order: 2; }
#menu_selec_pack .p3{   order: 3; }
#menu_selec_pack .p4{   order: 4; }
#menu_selec_pack .p5{   order: 5; }
#menu_selec_pack .p6{   order: 6; }
#menu_selec_pack .p7{   order: 7; }
#menu_selec_pack .p8{   order: 8; }
#menu_selec_pack .p9{   order: 9; }
#menu_selec_pack .p10{  order: 10;}
#menu_selec_pack .p11{  order: 11;}
#menu_selec_pack .p12{  order: 12;}
#menu_selec_pack .p13{  order: 13;}
#menu_selec_pack .p14{  order: 14;}
#menu_selec_pack .p15{  order: 15;}
#menu_selec_pack .p16{  order: 16;}
#menu_selec_pack .p17{  order: 17;}
#menu_selec_pack .p18{  order: 18;}




#menu_selec_pack.visi .recommande .pack_info::after{
  content: 'Recommandé';
  background: #c7d2fe;
  color: #4f46e5;
  padding: 0.3em 0.6em;
  margin-left: 0.5em;
  border-radius: 3px;
  font-size: 0.95em;
}

#menu_selec_pack.visi .new .pack_info::after{
  content: 'New';
  background: #1dd1a1;
  color: #fff;
  padding: 0.3em 0.6em;
  margin-left: 0.5em;
  border-radius: 3px;
  font-size: 0.95em;
}

.pack_info .fa-leaf, .fa-leaf.green {
  color: #23B55C ;
}

.pack_choix.selec .pack_info .fa-leaf{
  color: #FFF ;
}

.pb-right-column .bg-gris.text09{
  font-size: 0.92em;
  background: #eeeeeeab;
  padding: 0.5em;
  border-radius: 2px;
  text-align: justify;
  margin: 0;
}

.bouton-affiche{
  cursor: pointer;
}
#affiche-masquer{
  display: none;
}
#affiche-masquer.visi{
  display: block;
}

#page .center_column .bg-border{
  background: #eeeeeeab;
  padding: 0.8em 2em;
  border-radius: 2px;
  text-align: justify;
}
#page .center_column .bg-border p{
  margin-bottom: 0.8em;
}
#page .center_column .bg-border ul{
  margin-left: 3em;
}

#product-description-tab-content .description-produit h2{
  text-transform: uppercase;
}
#product-description-tab-content .description-produit p,#product-description-tab-content .description-produit li{
  font-size: 1.1em;
}
#product-description-tab-content .description-produit ul{
  margin-left: 2em;
}
#product-description-tab-content .description-produit li{
  margin-top: .5em;
}
#product-description-tab-content .descrp-23 h2{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}
#product-description-tab-content .descrp-23 h3{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

/* Gestion pour accessoires kit chaine */
#product-description-tab-content .descrp-23 .bkitchaineacc{
  width: 23.5%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 2px;
  margin-right: 1.33%;
  margin-bottom: 1%;
  padding: 2%;
  color: #111;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 479px) {
  #product-description-tab-content .descrp-23 .bkitchaineacc{
    width: 48.5%;
    margin-bottom: 0.5em;
  }
}

#product-description-tab-content .descrp-23 .bkitchaineacc:hover{
  box-shadow: rgba(80, 119, 245, 0.24) 0px 10px 15px -3px, rgba(80, 119, 245, 0.24) 0px 4px 6px -2px;

}
#product-description-tab-content .descrp-23 .bkitchaineacc .title{
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#product-description-tab-content .descrp-23 .bkitchaineacc .marque{
  font-size: 0.8em;
  font-weight: bold;
}
#product-description-tab-content .descrp-23 .bkitchaineacc .descript{
  font-size: 0.8em;
  height: 100px;
}
#product-description-tab-content .descrp-23 .bkitchaineacc .utilisation{
  margin-top: 1em;
  font-size: 0.89em;
  text-align: center;
}
#product-description-tab-content .descrp-23 .bkitchaineacc .savoirplus{
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
  font-weight: bold;
  text-decoration: underline;
}
#product-description-tab-content .descrp-23 .bkitchaineacc img{
  width: 80%;
  margin-left: 10%;
  max-height: 128px;
}
#product-description-tab-content .descrp-23 .bkitchaineacc .prix{
  text-align: center;
  margin-top: 0.5em;
  font-weight: 400;
  font-size: 1.2em;
}
#product-description-tab-content .descrp-23 .bkitchaineacc.choix{
  border: 2px solid #23b55c;
  padding: 0;
}
#product-description-tab-content .descrp-23 .bkitchaineacc.choix div,
#product-description-tab-content .descrp-23 .bkitchaineacc.moinschere div{
  padding: 0 6%;
}
#product-description-tab-content .descrp-23 .bkitchaineacc.choix::before{
  background: #23b55c;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #FFF;
  margin-bottom: .5em;
}
#product-description-tab-content .descrp-23 .bkitchaineacc.choix::before{
  content: 'Recommandé';
}
#product-description-tab-content .descrp-23 .bkitchaineacc.choix::after{
  padding-bottom: 2%;
  content: '';
}
#product-description-tab-content .descrp-23 .bkitchaineacc.moinschere{
  border: 2px solid #f5c918;
  padding: 0;
}
#product-description-tab-content .descrp-23 .bkitchaineacc.moinschere::before{
  background: #f5c918;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #FFF;
  margin-bottom: .5em;
}
#product-description-tab-content .descrp-23 .bkitchaineacc.moinschere::before{
  content: 'Le moins chère';
}
#product-description-tab-content .descrp-23 .bkitchaineacc.moinschere::after{
  padding-bottom: 2%;
  content: '';
}
#product-description-tab-content p{
  font-size: 1.1em;
  text-align: justify;
}
#product-description-tab-content a{
  color: #06afde;
  text-decoration: underline;
}
.message-mag-orange{
  background: #fdd494;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 0.96em;
}
.message-mag-orange span.u{
  font-weight: bold;
}
.message-mag-orange span.i{
  text-decoration: underline;
}
#product .message-info-orange,
#product .message-info-rouge,
#product .message-info-vert,
#product .message-info-gris{
  font-weight: bold;
  border: 1px solid #ff9f43;
  padding: 6px;
  border-radius: 4px;
  color: #ff9f43;
  text-align: center;
  font-size: 13px;
}
#product .message-info-orange:before,
#product .message-info-rouge:before,
#product .message-info-vert:before,
#product .message-info-gris:before{
  content: "\f05a";
  display: block;
  font: normal normal normal 22px FontAwesome;
  text-rendering: auto;
  float: left;
  margin-top: 8px;
}
#product .message-info-orange a{
  font-size: 1em;
}
#product .message-info-orange.ligne1:before,
#product .message-info-rouge.ligne1:before,
#product .message-info-vert.ligne1:before,
#product .message-info-gris.ligne1:before{
  margin-top: 0;
}
#product .message-info-vert{
  border: 1px solid #23b55c;
  color: #23b55c;
}
#product .message-info-rouge{
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
#product .message-info-gris{
  border: 1px solid #9ca3af;
  color: #9ca3af;
}

.pb-right-column h2.small_product{
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 0px;
}
#crossselling_list_car .product-box.item{
  min-height: 178px;
}
#bxslider .product-box{
  min-height: 275px;
}
.akrapovic-ame{
  background: #DDD;
  border-radius: 3px;
  width: 105px;
  text-align: center;
  float: left;
  margin-right: 8px;
  min-height: 61px;  
}
.akrapovic-ame p:first-child{
  margin: 0  4px 0;
}
.akrapovic-ame p:nth-child(2){
  margin: 0 0 4px 0;
  font-size: 1.8em;
}
.akrapovic-ame p:nth-child(3){
  margin: 0;
}

#peugeot-scooter h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 2.7em;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  margin-top: 35px;
  margin-bottom: 5px;
}

#peugeot-scooter ul.columns{
  webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: normal;
}
#peugeot-scooter ul.columns li{
  list-style: none;
  font-size:13px;
  padding: 6px 0;
  line-height: 1.3;
}
#peugeot-scooter ul.columns li span{
  font-weight: bold
}

.banniere_produit_centre{
  text-align:center;
}
  @media (max-width: 479px) {
    .banniere_produit_centre img{
      width: 100%;
    }
  }
.reasu_product_pers{
  margin-bottom:3px;
}
.reasu_product_pers i{
  color: #23b55c;
  font-size: 18px;
  margin-right: 4px;
}
.reasu_product_pers span{
  font-size: 20px;
  margin-right: 4px;
}
@media (max-width: 479px) {
  .reasu_product_pers span{
    font-size: 25px;
    margin-right: 4px;
  }
  .reasu_product_pers{
    margin-bottom: 8px;
  }
}

.livraison_gratuite,.livraison_express{
	background:#2ecc71;
	text-align:center;
	padding:6px 6px;
	border-radius:2px;
	font-weight:bold;
	color:#FFF;
	font-size:1.3em;
}
.livraison_express{
	background:#359CE1;
	font-size: 1.28em;
}
.livraison_express span{
	font-size:0.7em;
}
.livraison_express_info{
	font-size:0.9em;
	text-align:right;
	margin-bottom:-2px;
	margin-top:-10px;
}

/* ---- Gestion du lien compatibilité ---- */
#center_column .one-column .pb-right-column .marque{
  float: left;
  margin-bottom: 0;
}
#center_column .one-column .pb-right-column .lien_compatibilite_v{
  float: right;
  margin-bottom: 0;
}
#center_column .one-column .pb-right-column .lien_compatibilite_v a{
  background: #FFF;
  color: #333;
  padding: 0.5em 1em;
  width: 100%;
  border: 1px solid #999;
  text-decoration: none;
  border-radius: 3px;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}

#center_column .one-column .pb-right-column .lien_compatibilite_v a:hover{
  background-color: #333;
  color: #FFF;
}

#menu_selec_pack{
	width: 100%;
  background: #FDD494;
  padding: 6px 8px;
  border: 1px solid #e4c088;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}
  @media (max-width: 479px) {
    .pb-right-column #menu_selec_pack{
      padding: 10px 8px;
    }
    .pb-right-column #menu_selec_pack .pack_choix{
      margin-bottom: 0;
      padding: 6px 6px;
    }
  }


#menu_selec_pack.visi p.souhaite{
	margin-bottom:1em;
}


#menu_selec_pack p.souhaite{
	font-size: 1.15em;
    font-weight: bold;
    text-align: center;
	margin: 0;
}
#menu_selec_pack .souhaite .fa-chevron-right,#menu_selec_pack .souhaite .fa-chevron-down{
    margin-left: 4%;
	width:15px;
}
#menu_selec_pack .pack_choix{
	display:none;
	text-decoration:none;
	color:#333;
	width:100%;
	padding: 2px 6px;
	font-size: 1.2em;
	margin:0;
  margin-bottom:3px;
  text-align: left;
  border: none;
  background: #FDD494;
}
#menu_selec_pack .pack_choix.selec{
	background: #23B55C;
  color: #FFF;
  border-radius: 2px;
	cursor:default;
}
#menu_selec_pack .pack_choix.selec:hover{
	background: #23B55C;
}
#menu_selec_pack .pack_choix:hover{
  background:#e4c088;
  border-radius: 2px;
}

#menu_selec_pack .pack_choix .pack_nom{
  font-weight: bold;
  text-transform: uppercase;
}
#menu_selec_pack .pack_choix .pack_prix{
	float: right;
	font-weight: bold;	
}

#menu_selec_pack .pack_choix .pack_prix span.promo{
  background: red;
  color: #FFF;
  font-size: 0.9em;
  text-decoration: line-through;
  border-radius: 3px;
  padding: 0.1em;
  margin-left: 5px;
}

#menu_selec_pack .pack_choix .pack_info{
	font-size:0.75em;
}


/* ---- GESTION DU MENU POUR LES PACKS VIDANGES ---- */
.config_kit_chaine{
	font-weight:bold;
}
#remplacer-new-collection{
	text-align:center;
}
#remplacer-new-collection .message{
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 2px;
}

#remplacer-new-collection .message.jaune{
	color: #000;
	background: #f1c40f;
}
#remplacer-new-collection .lien-new{
	border: 1px solid #444;
	text-align: center;
	padding: 4px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
	border-radius: 2px;
}
#remplacer-new-collection .lien-new:hover{
	background:#CCC;
}
.pb-right-column .style-pack-vidange h3{
	font-size:16px;
	margin: 0px;
}
.pb-right-column .style-pack-vidange a{
	width: 35%;
	background: #DDD;
	color: #333;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	border-radius: 1px;
	float: left;
	margin-right: 4px;
	margin-top: 3px;
}
.pb-right-column .style-pack-vidange a:hover{
	background: #AAA;
	color: #222;
}
#product .our_price_display{
  float: left; /* Ajout Valentin */
	clear:left;
}
#product .box-info-product .old-price-info,
#product .pack_price{
  float: right;

}
#product .box-info-product .old-price-info span#old_price_display{
  text-decoration: line-through;
}

/* FIN - MODIF VALENTIN */


.pb-right-column  div a{
	color: #06afde;
	text-decoration: underline;
	font-size: 1.2em;
}
.pb-right-column  div a:hover{
	color: #023c4d;
}
/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 10px; }

.product-heading-h5 {
  color: #777777;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Ubuntu", sans-serif; }

#productscategory_list .product-name,
.accessories-block .product-name {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px; }
  #productscategory_list .product-name a,
  .accessories-block .product-name a {
    font-size: 13px;
    line-height: 18px;
    color: #888888; }
    @media (max-width: 1199px) {
      #productscategory_list .product-name a,
      .accessories-block .product-name a {
        font-size: 12px; } }
    #productscategory_list .product-name a:hover,
    .accessories-block .product-name a:hover {
      color: black; }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column {
  margin-bottom: 15px; }
  @media only screen and (max-width: 479px) {
    .our_price_display,.pack_price,#availability_statut{
		text-align:center;
	  }
    .ajax_add_to_cart_product_button{
      width:100%;
    }
    #quantity_wanted_p{
      font-size: 1.2em;
    }
    .pb-left-column {
        max-width: 479px;
        margin: 0 auto 15px;
        float: none; } 
    
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .pb-left-column {
      max-width: 480px;
      margin: 0 auto 15px;
      float: none; } }
  .pb-left-column #image-block {
    position: relative;
    z-index: 1;
    padding: 5px;
    border: 1px solid #FFF;
    background: white; }
    .pb-left-column #image-block.is_caroucel {
      margin-left: 96px;
      margin-right: 4px; }
      @media (min-width: 1200px) {
        .pb-left-column #image-block.is_caroucel {
          margin-right: 12px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .pb-left-column #image-block.is_caroucel {
          margin-left: 96px;
          margin-right: 0; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .pb-left-column #image-block.is_caroucel {
          margin-left: 93px;
          margin-right: 0; } }
    .pb-left-column #image-block img {
      background: #fff;
      width: 100%; }
    .pb-left-column #image-block #view_full_size {
      display: block;
      cursor: pointer; }
      .pb-left-column #image-block #view_full_size .span_link {
        /*position: absolute;*/
        bottom: 20px;
        left: 50%;
		margin-left: auto;
		margin-right: auto;
        display: block;
        padding: 10px 0;
        text-align: center;
        line-height: 22px;
        color: #777676;
        width: 170px;
        text-align: center;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
        .pb-left-column #image-block #view_full_size .span_link:after {
          font-family: "FontAwesome";
          color: #c0c0c0;
          font-size: 20px;
          line-height: 22px;
          content: "\f00e";
          font-weight: normal;
          margin: 0 0 0 7px;
          vertical-align: -2px; }
        .pb-left-column #image-block #view_full_size .span_link:hover:after {
          color: #333333; }
    .pb-left-column #image-block a.jqzoom div div img {
      width: auto;
      max-width: 10000px; }
    .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
      border: none; }
    .pb-left-column #image-block .zoomPad {
      z-index: auto !important; }
    .pb-left-column #image-block .new-box,
    .pb-left-column #image-block .sale-box {
      z-index: 50002; }

/* miniatures */
.pb-left-column #views_block {
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1; }

#thumbs_list {
  overflow: hidden;
  width: 86px;
  height: 662px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #thumbs_list {
      height: 360px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list {
      height: 245px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #thumbs_list {
      height: 357px;
      width: 86px; } }
  @media only screen and (max-width: 479px) {
    #thumbs_list {
      height: 189px; } }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: -10px 0 0 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #thumbs_list ul#thumbs_list_frame {
        margin-top: -5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #thumbs_list ul#thumbs_list_frame {
        margin-top: -3px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #thumbs_list ul#thumbs_list_frame {
        margin-top: -4px; } }
    @media only screen and (max-width: 479px) {
      #thumbs_list ul#thumbs_list_frame {
        margin-top: -16px; } }
  #thumbs_list li {
    float: left;
    height: 86px;
    width: 86px;
    cursor: pointer;
    margin-top: 10px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #thumbs_list li {
        margin-top: 5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #thumbs_list li {
        margin-top: 3px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #thumbs_list li {
        margin-top: 4px; } }
    @media only screen and (max-width: 479px) {
      #thumbs_list li {
        margin-top: 16px; } }
    #thumbs_list li a {
      display: block;
      border: 1px solid #ececec;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff; }
      #thumbs_list li a:hover, #thumbs_list li a.zoomThumbActive {
        border-color: #acacac; }
    #thumbs_list li img {
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.two-columns .pb-left-column #image-block.is_caroucel {
  margin-right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .two-columns .pb-left-column #image-block.is_caroucel {
      margin-left: 90px; } }
@media (min-width: 991px) {
  .two-columns #thumbs_list {
    height: 324px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .two-columns #thumbs_list {
    height: 298px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .two-columns #thumbs_list {
    height: 442px; } }
.two-columns #usefull_link_block li {
  clear: left;
  border: none;
  padding-left: 0; }
  .two-columns #usefull_link_block li#favoriteproducts_block_extra_add, .two-columns #usefull_link_block li#favoriteproducts_block_extra_remove, .two-columns #usefull_link_block li#favoriteproducts_block_extra_added, .two-columns #usefull_link_block li#favoriteproducts_block_extra_removed {
    padding-left: 20px; }
    .two-columns #usefull_link_block li#favoriteproducts_block_extra_add:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_remove:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_added:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      left: 1px; }

@media (min-width: 1200px) {
  .three-columns .pb-left-column #image-block.is_caroucel {
    margin-right: 4px; } }
@media (min-width: 1200px) {
  .three-columns #thumbs_list {
    height: 470px; } }

#view_scroll_left,
#view_scroll_right {
  width: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(18, 18, 18, 0.3);
  text-align: center; }
  #view_scroll_left:before,
  #view_scroll_right:before {
    color: white;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: black; }

#view_scroll_right {
  top: auto;
  bottom: 0; }
  #view_scroll_right:before {
    content: "\f0d7"; }

#view_scroll_left:before {
  content: "\f0d8"; }

.resetimg {
  padding: 0 15px 0 0;
  position: absolute;
  right: 15px;
  bottom: -30px;
  margin-bottom: 5px;
  z-index: 1; }
  .resetimg #resetImages i {
    margin-right: 6px; }

/* link list */
#usefull_link_block {
  overflow: hidden; }
  #usefull_link_block li {
    float: left;
    padding: 0 15px;
    border-left: 1px solid #ececec;
    margin-bottom: 5px; }
    #usefull_link_block li:first-child {
      border-left: 0;
      padding-left: 0; }
    #usefull_link_block li a {
      color: #888888;
      font-weight: 400;
      position: relative;
      padding-left: 20px;
      line-height: 18px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #888888;
        font-size: 15px;
        line-height: 18px;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: black; }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb a:before {
      content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #333333;
        font-size: 15px;
        line-height: 18px;
        position: absolute;
        top: 0;
        left: 12px;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: black; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-right-column ****************************************************************************** */
.pb-right-column .product-info-line {
  overflow: hidden;
  margin: 0 0 5px -15px;
  line-height: 24px; }
  .pb-right-column .product-info-line > p {
    float: left;
    padding-left: 15px;
    margin-bottom: 5px; }
    .pb-right-column .product-info-line > p label {
      margin: 0;
      font-weight: normal;
      color: #888888; }
    .pb-right-column .product-info-line > p span.editable {
      background: #23b55c;
      color: white;
      display: inline-block;
      padding: 0 9px;
      font-weight: normal;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px; }
.pb-right-column h1 {
  padding-bottom: 5px;
  font-size: 20px;
  color: #444;
  margin: -2px 0 0 0;
  font: 300 26px/30px "Ubuntu", sans-serif; }
.pb-right-column #short_description_block {
  color: #666666; }
  .pb-right-column #short_description_block #short_description_content {
    padding: 0 0 10px;
    word-wrap: break-word; }
    .pb-right-column #short_description_block #short_description_content p {
      line-height: 18px; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-bottom: 1px solid #ececec;
  margin: 10px 0 0px;
  position: relative; }
  #product p#loyalty b {
    color: #333333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 0; }

#attributes {
  margin-bottom: 30px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block;
    font-weight: normal;
    color: #23b55c; }
  #attributes .attribute_list {
    width: 100%; }
    #attributes .attribute_list .form-control {
      max-width: 230px; }
      #attributes .attribute_list .form-control option {
        background: white;
        color: #666666; }
    #attributes .attribute_list ul {
      clear: both; }
      #attributes .attribute_list ul li {
        float: left;
        margin-right: 10px; }
    #attributes .attribute_list input.attribute_radio {
      float: left;
      margin-left: 3px; }
    #attributes .attribute_list div.radio,
    #attributes .attribute_list div.radio span,
    #attributes .attribute_list div.radio input {
      float: none;
      display: inline-block; }
    #attributes .attribute_list #color_to_pick_list {
      list-style-type: none; }
      #attributes .attribute_list #color_to_pick_list li {
        float: left;
        margin: 0 3px 3px 0;
        padding: 1px;
        border: 1px solid #ececec;
        clear: none; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick {
          display: block;
          height: 22px;
          width: 22px;
          cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li.selected {
          border: 1px solid #4d4d4d; }

.box-info-product {
  padding-bottom: 30px; }
  .box-info-product #product_payment_logos {
    padding-top: 15px; }
  .box-info-product .content_prices {
    padding: 0 0 6px 0; }
  .box-info-product .ajax_add_to_cart_product_button {
    padding: 15px 35px 17px;
    font-size: 14px;
	border-radius:2px;}
    @media (max-width: 991px) {
      .box-info-product .ajax_add_to_cart_product_button:before {
        display: none; } }
    .box-info-product .ajax_add_to_cart_product_button.added:before {
      content: "\f00c"; }
    .box-info-product .ajax_add_to_cart_product_button.added.disabled, .box-info-product .ajax_add_to_cart_product_button.disabled, .box-info-product .ajax_add_to_cart_product_button[disabled] {
      opacity: 1 !important; }
      .box-info-product .ajax_add_to_cart_product_button.added.disabled:before, .box-info-product .ajax_add_to_cart_product_button.disabled:before, .box-info-product .ajax_add_to_cart_product_button[disabled]:before {
        content: "\f110";
        animation: 2s linear 0s normal none infinite spin;
        -webkit-animation: 2s linear 0s normal none infinite spin;
        -moz-animation: 2s linear 0s normal none infinite spin;
        border: none;
        opacity: 1; }

/* table_data_sheet */
.table-data-sheet, table.table-product-discounts {
  border: none;
  width: 100%;
  margin: 0 0 20px;
  background: white; }
  .table-data-sheet tr, table.table-product-discounts tr {
    border: none; }
    .table-data-sheet tr.even, table.table-product-discounts tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td, table.table-product-discounts tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child, table.table-product-discounts tr td:first-child {
        border: none;
        width: 30%;
        font-weight: 700;
        color: #333333; }
    .table-data-sheet tr th, table.table-product-discounts tr th {
      color: #333333; }

/* accessories  */
.accessories-block .block_description {
  display: none; }
@media (max-width: 1199px) {
  .accessories-block .no-print .btn.ajax_add_to_cart_button, .accessories-block .no-print .btn.ajax_add_to_cart_button {
    font-size: 11px;
    line-height: 15px;
    padding: 7px 15px; }
    .accessories-block .no-print .btn.ajax_add_to_cart_button:before, .accessories-block .no-print .btn.ajax_add_to_cart_button:before {
      display: none; } }
@media (max-width: 479px) {
  .accessories-block .no-print {
    padding-right: 2px; }
    .accessories-block .no-print .btn.ajax_add_to_cart_button, .accessories-block .no-print .btn.ajax_add_to_cart_button {
      font-size: 10px;
      line-height: 15px;
      padding: 4px 5px; } }

/* quantity_wanted */
#quantity_wanted_p {
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 15px; }
  #quantity_wanted_p input {
    width: 35px;
    height: 35px;
    padding: 0 6px;
    text-align: center;
    float: left;
    border: 1px solid #ececec;
    line-height: 27px; }
  #quantity_wanted_p .btn {
    float: left;
    margin-left: 3px; }
  #quantity_wanted_p label {
    color: #888888;
    font-weight: 400;
    float: left;
    line-height: 33px;
    padding-right: 10px; }
  #quantity_wanted_p .btn.button-plus,
  #quantity_wanted_p .btn.button-minus {
    line-height: 33px; }
    #quantity_wanted_p .btn.button-plus span,
    #quantity_wanted_p .btn.button-minus span {
      padding: 0;
      width: 33px;
      height: 33px;
      text-align: center;
      vertical-align: middle; }

#add_to_cart_product_page_button {
  margin-bottom: 10px; }
  #add_to_cart_product_page_button #add_to_cart {
    margin-bottom: 0; }

/* availability_statut */
#availability_date_label {
  display: inline-block;
  font-weight: 700;
  font-size: 12px; }

#last_quantities, #availability_statut #availability_value.warning_inline {
  color: white;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  background: #e74c3c;
  border: 1px solid #e74c3c; }

#availability_value {
  background: none;
  border-color: #23B55C;
  border:1px solid;
  color:#23B55C;
  font-weight: bold;
  font-size:1.1em;
  border-radius:4px;
  padding: 5px 10px 5px;
  position: relative;
  top: 1px; }
  

#last_quantities {
  background: #e67e22;
  border-color: #e67e22;
  border-radius:4px;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px; }

#pQuantityAvailable {
  display: inline-block; }
  #pQuantityAvailable span#quantityAvailable {
    font-weight: bold;
    color: #333333; }
	
#availability_statut{
	margin: 4px 0 20px 0;
}

.attribute_list {
  margin-bottom: 10px; }

.old-price-info {
  overflow: hidden;
  margin-bottom: 5px; }
  .old-price-info > p {
    float: left;
    margin-right: 10px;
    margin-bottom: 0; }

#old_price {
  font-size: 1.1em;
  color: #777; }

#reduction_percent,
#reduction_amount {
  display: inline-block;
  font-weight: 400;
  font-size:0.88em;
  padding:2px 4px;
  border-radius:3px;
  background: #f13340;
  color:#FFF;
}

#our_price_display {
  font-size: 50px;
  line-height: 50px;
  color: #333333;
}
.our_price_display{
	margin-bottom:0!important;
}


/* online_only */
.pb-right-column p.online_only {
  font-weight: 700;
	font-size: 11px;
	color: #ea6153;
	width: 100%;
	border-radius: 3px;
  margin-top: 2px;
  margin-bottom: -8px;  
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #ececec; }
  #send_friend_form .product p {
    padding: 0;
    color: #333333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #ececec;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid base-border-color;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
.product-information {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px; }
  .product-information .product-info-tabs {
    padding-right: 0;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 767px) {
      .product-information .product-info-tabs:after {
        border-right: 1px solid #ececec;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        content: '.';
        text-indent: -5000px;
        display: block;
        z-index: 1; } }
    .product-information .product-info-tabs > li {
      border-bottom: 1px solid #ececec;
      margin: 0;
      z-index: 2;
      text-transform: uppercase;
      font-size: 14px; }
      @media only screen and (min-width: 767px) {
        .product-information .product-info-tabs > li {
          border-left: 2px solid #fff; } }
      .product-information .product-info-tabs > li a {
        padding: 15px 19px; }
      @media only screen and (min-width: 767px) {
        .product-information .product-info-tabs > li a, .product-information .product-info-tabs > li a:hover, .product-information .product-info-tabs > li a:active, .product-information .product-info-tabs > li a:focus, .product-information .product-info-tabs > li a.active {
          background: none; } }
      @media only screen and (min-width: 767px) {
        .product-information .product-info-tabs > li:hover, .product-information .product-info-tabs > li.active {
          background: #fff;
          border-left-color: #474747; } }
      .product-information .product-info-tabs > li:hover a, .product-information .product-info-tabs > li.active a {
        color: black; }
      .product-information .product-info-tabs > li:last-child {
        margin-bottom: -1px; }
  .product-information .tab-content {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-top: 30px; }
    @media only screen and (min-width: 767px) {
      .product-information .tab-content:before {
        content: '.';
        text-indent: -5000px;
        border-left: 1px solid #ececec;
        position: absolute;
        left: -1px;
        top: 0;
        z-index: 1;
        height: 100%; } }
    .product-information .tab-content > div {
      padding-bottom: 15px; }
      @media only screen and (min-width: 767px) {
        .product-information .tab-content > div {
          padding-left: 15px; } }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #ececec;
    color: #333333; }

.customizationUploadBrowse img + a {
  position: relative; }

#customizedDatas {
  float: right; }

.accessories_block div ul li a {
  display: inline-block; }
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700; }

.pb-left-column .zoomPad {
  float: none; }

/*************************************** two columns layout triks *******************************************/
.addsharethisinner .stButton .stArrow {
  display: none !important; }

#view_full_size .zoomPreload {
  background-position: center center;
  text-indent: -5000px; }

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #ececec; }

@media only screen and (max-width: 767px) {
  #blockpack ul.product_list > li.first-item-of-mobile-line {
    clear: left; }
  #blockpack ul.product_list > li.first-item-of-tablet-line {
    clear: none; } }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only .primary_block.row {
  margin: 0; }
#product.content_only #thumbs_list {
  height: 368px; }
  #product.content_only #thumbs_list ul#thumbs_list_frame {
    margin-top: -8px; }
  #product.content_only #thumbs_list li {
    margin-top: 8px; }
#product.content_only div.primary_block {
  margin-bottom: 0; }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 15px 15px 0px 15px;
    width: 498px;
    max-width: 498px;
    float: left; }
    #product.content_only div.primary_block div.pb-left-column #views_block {
      top: 15px; }
    @media only screen and (max-width: 841px) {
      #product.content_only div.primary_block div.pb-left-column {
        margin: 0 auto;
        float: none; } }
  #product.content_only div.primary_block div.pb-right-column {
    padding: 20px 20px 10px 15px;
    margin-bottom: 0;
    max-width: 330px; }
    @media only screen and (min-width: 842px) {
      #product.content_only div.primary_block div.pb-right-column {
        padding: 15px 0 0 0;
        max-width: 380px; } }
    @media only screen and (max-width: 880px) {
      #product.content_only div.primary_block div.pb-right-column {
        max-width: 330px; } }
    @media only screen and (max-width: 841px) {
      #product.content_only div.primary_block div.pb-right-column {
        max-width: 100%;
        width: 100%; } }
    #product.content_only div.primary_block div.pb-right-column .product_comments_block_extra {
      padding-right: 0; }
    #product.content_only div.primary_block div.pb-right-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
    #product.content_only div.primary_block div.pb-right-column h1 {
      padding-bottom: 5px; }
    #product.content_only div.primary_block div.pb-right-column .content_prices {
      margin-bottom: 0;
      padding-bottom: 0;
      overflow: hidden; }
    #product.content_only div.primary_block div.pb-right-column #attributes {
      margin-bottom: 10px; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      overflow: hidden;
      padding-top: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
      padding-bottom: 0; }





/* Gestion du menu déroulant */
  .arrow-v{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right;
  }
  .divrelation{
    border-radius: 3px;
  }
  .divrelation,.divrelation .dropdown-toggle,.dropdown-menu{
    width: 100%;
  }
  .divrelation .dropdown-toggle{
    display: flex;
    border: 1px solid #999;
    border-radius: 3px;
    align-items: center;
  }
  .divrelation .dropdown-toggle span{
    flex: 33%;
    text-align: left;
    font-weight: bold;
  }
  /* Tarif */
  .divrelation .dropdown-toggle span:first-child{
    text-align: left;
    flex: 42%;
  }
  /* Tarif */
  .divrelation .dropdown-toggle span:nth-child(2){
    text-align: center;
    flex: 30%;
  }
  /* Disponibilité */
  .divrelation .dropdown-toggle span:nth-child(3){
    text-align: center;
    flex: 28%;
  }
  .divrelation.batterierelation .dropdown-toggle span{
    flex: 33%;
    text-align: center;
    font-weight: bold;
  }
  .divrelation .dropdown-menu{
    font-size: 1.22em;
    border-radius: 5px;
    padding: 0;
    border: 1px solid #CCC;

    flex-direction: column;
    max-height: 245px;
    overflow-y: scroll;
  }
  .divrelation .dropdown-menu a{
    display: flex;
    flex-direction: row;
    color: #222;
    text-decoration: none;
    padding: 0.2em;
    align-items: center;
  }
  .divrelation .dropdown-menu a:hover{
    background-color: #2EC0F7;
    color: #FFF;
  }
  .divrelation .dropdown-menu a.rouge{
    background-color: #f1180236;
  }
  .divrelation .dropdown-menu a span{
    flex: 33%;
  }
  /* Tarif */
  .divrelation .dropdown-menu a span:first-child{
    text-align: left;
    flex: 42%;
  }
  /* Tarif */
  .divrelation .dropdown-menu a span:nth-child(2){
    text-align: center;
    flex: 30%;
  }
  /* Disponibilité */
  .divrelation .dropdown-menu a span:nth-child(3){
    text-align: right;
    font-size: 0.85em;
    flex: 28%;
  }

  .divrelation .dropdown-menu .dropdown-item.active{
    background: #F0F0F0;
    cursor: default;
    color: #222;
  }

/* Gestion du type taille */
#attributes .ttaillev{
  display: inline;
  cursor:pointer;
}

#attributes .ttaillev li{
  border-radius: 2px;
  border: 1px solid #555;
  padding: 9px 9px;
  margin-bottom:10px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#attributes .ttaillev li:hover{
  background: #f1f1f1;
}
#attributes .ttaillev li.checked{
  border: 1px solid #2ecc71;
}
#attributes .ttaillev li::before{
  content: '⚪';
}
#attributes .ttaillev li.checked::before{
  content: '✅';
}
#attributes .ttaillev a,
#attributes .ttaillev li{
  color:#444;
  font-weight:bold;
  text-decoration: none;
}
#attributes .ttaillev.sm li{
  padding: 6px 6px;
  font-size: 12px;
}



/* Brembro */
ul.check-red{
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.check-red li{
  padding-right: 1em;
  font-size: 1.15em;
}
ul.check-red li:before {
  content: "\f00c";
  color: #e74c3c;
  margin-right: 4px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.v-col-3{
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.v-col-3 div{
  width: 33%;
  margin-bottom: 2em;
}
.v-col-3 div p span{
  font-weight: bold;
  margin-right: 0.2em;
  font-size: 1.1em;
}


/* France Equipement */
.febrake h2{
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  color: #EE454D;
  font-weight: bold;
}
.febrake ul{
  margin-left: 2em;
  font-size: 15px;
}
.febrake ul li{
  line-height: 25px;
}
.ecocontribution{
  font-size: 0.80em;
  margin: 0;
  clear: both;
}

.liste-oem{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.3em;
}
.liste-oem div{
  background: #e2e8f0;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  margin-left: 0.3em;
  margin-bottom: 0.3em;
}
.pb-right-column .liste-oem div{
  font-size: 0.9em;
}




/** Gestion des Pignons / Couronne KIT CHAINE */
#attributes.attributes-kitchaine{
  display: flex;
}
/* #attributes.attributes-kitchaine .attribute_fieldset:first-of-type{
  margin-right: 2em;
} */
#attributes.attributes-kitchaine .attribute_fieldset{
  width: 49%;
  padding-right: 1%;
}
#attributes.attributes-kitchaine .attribute_fieldset .attribute_list .selector{
  width: 120px!important;
  border-radius: 6px;
}
#attributes.attributes-kitchaine .attribute_fieldset .attribute_list .selector,
#attributes.attributes-kitchaine .attribute_fieldset .attribute_list .selector span,
#attributes.attributes-kitchaine .attribute_fieldset .attribute_list .selector select
{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}


#ukoocompat_tabcontent button.exclusive{
  background: #fdd594;
  border-color: #fdd594;
  padding: 5px 10px;
  border-radius: 3px;
}
#ukoocompat_tabcontent .submit_research p{
  margin: 0;
}

.prix-conseille{
  font-size: 0.92em;
  clear: both;
  margin-bottom:0.8em;
  margin-left: 1em;
}





/* Gestion des équivalences */
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence{
  width: 23.5%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 2px;
  margin-right: 1.33%;
  margin-bottom: 1%;
  padding: 2%;
  color: #111;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 479px) {
  #center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence{
    width: 48.5%;
    margin-bottom: 0.5em;
  }
}

#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence:hover{
  box-shadow: rgba(80, 119, 245, 0.24) 0px 10px 15px -3px, rgba(80, 119, 245, 0.24) 0px 4px 6px -2px;

}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence .title{
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence .marque{
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence .descript{
  font-size: 0.8em;
  height: 100px;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence .utilisation{
  margin-top: 1em;
  font-size: 0.89em;
  text-align: center;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence .savoirplus{
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
  font-weight: bold;
  text-decoration: underline;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence img{
  width: 80%;
  margin-left: 10%;
  max-height: 128px;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence .prix{
  text-align: center;
  margin-top: 0.5em;
  font-weight: 400;
  font-size: 1.2em;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence .disponibilite{
  text-align: center;
  margin-top: 0.5em;
  font-size: 0.95em;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.choix{
  border: 2px solid #23b55c;
  padding: 0;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.choix div,
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.moinschere div{
  padding: 0 6%;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.choix::before{
  background: #23b55c;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #FFF;
  margin-bottom: .5em;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.choix::before{
  content: 'Recommandé';
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.choix::after{
  padding-bottom: 2%;
  content: '';
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.moinschere{
  border: 2px solid #f5c918;
  padding: 0;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.moinschere::before{
  background: #f5c918;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #FFF;
  margin-bottom: .5em;
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.moinschere::before{
  content: 'Le moins chère';
}
#center_column #product-equivalence-tab-content.product-equivalence-tab-content .equivalence.moinschere::after{
  padding-bottom: 2%;
  content: '';
}


/* ===========================================================
   Tableau comparatif Treuils WARN
   Variables de couleur : à ajuster pour coller exactement
   à la charte graphique de motoandco.fr si besoin
   =========================================================== */

.tcw-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  font-family: Arial, Helvetica, sans-serif;
}
 
.tcw-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 14px;
  color: var(--tcw-text);
  border-radius: var(--tcw-radius);
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
 
.tcw-table thead tr {
  background-color: var(--tcw-primary);
}
 
.tcw-table th {
  color: var(--tcw-primary-text);
  padding: 12px 10px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10.5px;
  letter-spacing: 0.3px;
  border: 1px solid var(--tcw-primary);
}
 
.tcw-table td {
  padding: 11px 10px;
  border: 1px solid var(--tcw-border);
  vertical-align: middle;
}
 
.tcw-table tbody tr:nth-child(even) {
  background-color: var(--tcw-row-alt);
}
 
.tcw-table tbody tr:nth-child(odd) {
  background-color: var(--tcw-row);
}
 
.tcw-table tbody tr:hover {
  background-color: #fdece0;
  transition: background-color 0.2s ease-in-out;
}
 
.tcw-table a {
  color: var(--tcw-accent);
  font-weight: 600;
  text-decoration: none;
}
 
.tcw-table a:hover {
  text-decoration: underline;
}
 
.tcw-badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
 
.tcw-badge-acier {
  background-color: #607d8b;
}
 
.tcw-badge-synthetique {
  background-color: var(--tcw-accent);
}

.tcw-table tbody tr.tcw-active {
  background-color: #fdece0 !important;
  box-shadow: inset 3px 0 0 var(--tcw-accent);
  font-weight: 600;
}

.tcw-table tbody tr.tcw-active td {
  color: var(--tcw-primary);
}

.tcw-table tbody tr.tcw-active a {
  color: var(--tcw-accent);
  pointer-events: none; /* évite de recliquer sur la page où on est déjà */
}
 
@media (max-width: 768px) {
  .tcw-table {
    font-size: 12.5px;
  }
  .tcw-table th,
  .tcw-table td {
    padding: 8px 6px;
  }
}