<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 a {
    color: #000;
 }
 
 a:hover {
   color: #88B5A9;
}

 @media (min-width: 1200px) {
    .container {
        max-width: 100%;
        width: auto;
    }
 }
 
 @media (max-width: 767px) {
    .products .product-miniature {
       float: left !important;
    }
 }

 #wrapper {
      background: #ffffff;
 }

 #product #content {
      max-width: none;
 }

 .product-flags li.product-flag {
      background: #000;
 }
 
 .product-flags {

    display: inline-block;
}

 .product-flags li.product-flag.new{
      background: #88B5A9;
      border-radius: 5px;
margin-top:10px;
margin-left:5px;
 display: inline-block; 
 }
 

 
 .product-flags li.product-flag.discount {
border-radius: 5px;
margin-top:10px;
margin-left:5px;
  background: #000;
  display: inline-block;  
}


.product-flags li.product-flag.on-sale {
    width: auto;
    color: #000;
    background-color: #EEEEEE;
    display: inline-block;
    float: right;
    border-radius: 5px;
    margin-top: 10px !important;
    margin-right: 5px;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
   /* background-color: #000; */
} 
 
 .cart-summary{
      background:#FAFAFA;
      margin-top:60px. 
 }
 
 .card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
      border-top: 1px solid #000;
 }
 
 .btn-primary {
      background-color: #000000;
      border-color: transparent;
 }

 .btn-primary:hover {
      background-color: #88B5A9;
      border-color: #000000;
 }

 .btn-primary:focus {
      background-color: #88B5A9;
      border-color: #000000;
 }

 .cart-btn-checkout{
      padding: .8rem 1.25rem;
      border-radius: 15px;
 }

 .h-voucher{
      margin:20px;
 }

 .cart-promo-input {
      width: 50%;
      height: 2.5rem;
      margin-right: -.24rem;
      color: #232323;
      text-indent: .625rem;
      border: #55595c 1px solid;
 }

 @media (max-width: 767px) {
    .cart-promo-input {
        width: 60%;
     }
 }
 
 @media (min-width: 1366px) {
   .cart-promo-input {
        width: 70%;
     }
 }

 .btn-secondary-input-voucher {
      padding: .6rem 1.25rem;
      margin-top: -0.15em;  
 }  

 .promo-name-block {
      padding: 1.25rem 0.5rem .5rem;
 }

 .block-promo .promo-code .alert-danger {
      background:#000000;
 }

 .block-promo .promo-code .alert-danger::after {
      border-bottom-color: #000000;
 }

 .block-promo .promo-name .cart-summary-line span {
      color: #88B5A9;
 }

 .cart-summary-line .value {
      text-transform: capitalize;
 }

 #cart-subtotal-products {
      margin: 10px;
 }
 
 #cart-subtotal-discount{
      margin: 10px;
 }
 
 #cart-subtotal-shipping{
      margin: 10px;
 }
 
 .card-block.cart-summary-totals .cart-summary-line.cart-total{
      margin: 10px;
 }

 @media (max-width: 767px) { 
   .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
      width: 2rem;
   }
 }

 @media (max-width: 767px) { 
    .col-md-6 .col-xs-2 .price{
      padding-left:5px;
      padding-right:5px;
   }
 }

 .has-discount .discount {
      background: #000000;
 }

 .current-price .price{
      color: #88B5A9;
 }

 .material-icons:hover {
      color: #000;
 }
 
 .card-block.cart-summary-totals .cart-summary-line.cart-total {
      margin: 10px 10px 5px 10px;
 }

 .card-block.cart-summary-totals .cart-summary-line.cart-sub-total {
      margin: 0px 10px 10px 10px;
      padding: 0px 0px 10px 0px;
 }

 .card-block.cart-summary-totals .cart-summary-line.cart-sub-total .label{
      font-weight: 700;
 }

 .block-promo {
      margin-bottom: 0rem;
 }
 
 body#checkout section.checkout-step.-reachable.-current .step-number {
    width: 53px;
    height: 53px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #000;
 }

 body#checkout section.checkout-step .step-number {
    width: 53px;
    height: 53px;
    font-size: 1.5rem;
    color: #000;
    border: 1px solid #000;
 }

 body#checkout section#content {
    margin-bottom: 1.563rem;
 }

 /* Couleur de fond pour les pages de commande */
 body#checkout #wrapper {
      background-color: #f6f6f6;
 }
 
 body#checkout section.checkout-step .text-muted {
    font-size: 1.2rem;
    color: #000 !important;
 }
 
 body#checkout .text-muted:hover {
    color: #000 !important;
 } 
  
 .material-icons {
    width: 1em;
    height: 1.5em;
    line-height: 1.5;
    font-size:34px;
 }

 .btn-tertiary .material-icons, body#checkout section.checkout-step .step-edit .edit {
    font-size: 1.5rem;
 }

 body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    text-transform: capitalize;
    border: 1px solid #000;
    padding: 4px 10px 0 10px;
    background: #f6f6f6;
    width: 130px;
 } 
 
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    background: #E3EDEA;
 } 
 
 body#checkout #footer {
    color: #fff;
    background: #000;
 }
 
 body#checkout section.checkout-step .step-title {
    border-bottom: 1px solid #000;
 }

 body#checkout section.checkout-step.-current+.checkout-step .step-title {
    border-top: 1px solid #000;
 }

 body#checkout section.checkout-step .not-allowed, body#checkout section.checkout-step.-unreachable .step-title {
    opacity: 1;
 }

 .form-control-comment {
    color: #000;
 }
 
 body#checkout #header, #header .header-top {
    background-color: #FAFAFA;
 }
 
 body#checkout section.checkout-step .btn-primary, .btn-secondary {
    padding: .8rem 2rem;
    border-radius: 10px;
 }
 
 body#checkout section.checkout-step .btn-primary:focus {
    color: #fff;
    background-color: #88B5A9;
}

 body#checkout #header .header-nav #menu-icon{
    display: none;
 }

 body#checkout .product-price {
    color: #000;
    font-weight: bold;
 }
 
 body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
 }
 
  body#checkout .cart-summary-prodduct-total {
    font-size: 20px;
    color: #000; 
 }
  
 #checkout-product-line-value {
    font-weight:bold;
 }
 
 body#checkout .form-control:focus {
    color: #7a7a7a;
    background-color: #E3EDEA;
    outline: .1875rem solid #88B5A9;
 }

 body#checkout .form-control:focus {
    border-color: #88B5A9;
    outline: 0;
 }
 
 body#checkout section.checkout-step .page-content.page-cms ul, p {
    font-size: .9375rem;
    font-weight: 400;
    color: #000;
 }
 
 body#checkout section.checkout-step .delivery-options&gt;.row {
    border-right: none;
 }

 body#checkout section.checkout-step .carrier-price {
    text-transform: capitalize;
 }
 
 
 body#checkout section.checkout-step .custom-radio input[type=radio]:checked+span {
    background-color: #000;
 } 

 body#checkout .cart-grid-right .card {
    background: #fff;
    padding: 10px;
 }
 
 body#checkout .cancel-address {
    color: #000;
 }
 
 body#checkout section.checkout-step .address-item.selected {
    border: #000 1px solid;
}

 body#checkout section.checkout-step .address-footer {
    background: #f6f6f6;
 }


 @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 1rem;
        font-weight: 500;
   }
 }
 
 @media (max-width: 767px) {
    body#checkout #header .top-logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height:110px;
        
    }
 }

 body#checkout #header .header-top {
    padding: 0 0;
 }

 body#checkout #header .header-nav #_desktop_contact_link {
    display: none;
 }
 
 .breadcrumb {
    padding: 0rem 0rem .75rem 0rem;
    font-size: .8rem;
 }
 
 .product-prices .tax-shipping-delivery-label {
    display: none;
 }

 .span_url_attribut {
    display: inline-block;
    vertical-align: middle;
    width: 1.525rem;
    height: 1.525rem;
    margin: .3125rem .2rem .3125rem 0rem;
    cursor: pointer;
    background-size: contain;
    border-radius:50%;
    border: 1px solid #979797;
 }
 
 @media (max-width: 767px) {
 .span_url_attribut {

    width: 1.0rem;
    height: 1.0rem;
    margin: .3125rem .2rem .3125rem 0rem;

 } 
 }
 
 #left-column {
    width: 20%;
 }
 
 @media (max-width: 1200px) {
      #left-column {
          float: left;
          width: 100%;
    }
 }

 #content-wrapper {
      width: 80%;
 }
 
 body#checkout #content-wrapper {
      width: 100%;
 }
 
 body#cart #content-wrapper {
    width: 100%;
 }

 body#product #content-wrapper {
    width: 100%;
 }
    
 @media (max-width: 1200px) {
   #content-wrapper {
        float: left;
        width: 100%;
   }
 }
     
 .block-categories {
      padding: 1.563rem 1.25rem 1.563rem .25rem;
      margin-bottom: 1rem;
 }

 #search_filters, #search_filters_brands, #search_filters_suppliers {
      padding: 1.563rem 1.25rem 1.563rem .25rem;
      margin-bottom: 1.563rem;
 }

 .product-miniature .product-title {
      text-align: left;
      margin-top: .1rem;
 }

 .product-miniature .product-price-and-shipping {
      font-size:18px;
      text-align: left;
 }

 .product-miniature .variant-links {
      position: relative;
      top: .25em;
      width: 100%;
      min-height: 2.5rem;
      padding-top: .1875rem;
      text-align: left;
      background: #fff;
 }

 #product-list-manufacturer{
      margin-bottom: 0rem;
      margin-top: .5rem;
      margin-left: 0.25rem;
      display:block;
      min-height:20px;
      text-transform: uppercase;
      font-size:0.85rem;

 }
 
  @media (max-width: 767px) {
    #product-list-manufacturer{

      font-size:0.65rem;

 }
  }
 
  #product-list-manufacturer a{
color: #7a7a7a;

 }
 
   #product-list-manufacturer a:hover{
color: #88B5A9;
} 
   #product-list-manufacturer a:active{
color: #7a7a7a;
 }
 
    #product-list-manufacturer a:visited {
color: #7a7a7a;
 }

 .card-block {
      padding: 0;
 }

 .block-category {
      min-height: 0;
      margin-bottom: 1.563rem;
 }

 .productlist-title {
      min-height:2.5rem;
 }
 
 .product-miniature .product-title a {
    font-size: .975rem;
    font-weight: 600;
    color: #000;
}

 @media (max-width: 767px) {
 .product-miniature .product-title a {
    font-size: .75rem;
} 
 }

 body#category .products article .wishlist-button-add {
      display:none;
 }
 
 body#manufacturer .products article .wishlist-button-add {
      display:none;
 }
 
 body#supplier .products article .wishlist-button-add {
      display:none;
 }

 .product-miniature.js-product-miniature {
      margin-bottom:1.85rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease; /* Ajoute une transition pour un effet fluide */
      min-height: 444px;
 } 
 
  @media (max-width: 767px) {
     .product-miniature.js-product-miniature {
        min-height: 0;
      }
 } 
   
 .product-miniature.js-product-miniature:hover {
      border: 1px solid #EEEEEE; /* Changez la couleur selon vos préférences */
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Ajoute une ombre douce */
      transform: scale(1.05); /* Applique un effet de zoom */
      min-height: 495px;
 }
 
  @media (max-width: 767px) {
     .product-miniature.js-product-miniature:hover {
        min-height: 0;
      }
 }
 
 .product-miniature .thumbnail-container {
      margin-bottom: 0rem;
 }
 
 /* Annuler les styles pour les écrans de moins de 768px */
 @media (max-width: 768px) {
    .product-miniature.js-product-miniature {
        transition: none;
    }

    .product-miniature.js-product-miniature:hover {
        box-shadow: none;
        transform: none;
        min-height: 0;
    }
 } 
 
 @media (min-width: 768px) and (max-width: 1200px) {
    .block-faceted-search {
        display: none;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters_wrapper {
        margin-right: -30px;
        margin-left: -30px;
    }
}

@media (max-width: 1200px) {
    #left-column .hidden-sm-down {
        display: none !important;
    }
}


  
@media (max-width: 1200px) {
     .container {
        width: 100%;
        max-width: 100%;
    }
} 

@media (min-width: 768px) {
    .hidden-md-up {
        display: flex  !important;
        /* flex-wrap: wrap; */
        justify-content: center;
    }
} 

@media (max-width: 1200px) {
    #left-column #search_filters {
        padding: 0;
        margin-bottom: 20px;
        border-top: 1px solid #f6f6f6;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6;
    }
}

@media (max-width: 768px) {
    #left-column #search_filters .facet .collapse {
        display: none;
    }
}



@media (max-width: 1200px) {
    #left-column #search_filters .facet ul {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters .facet ul li {
        padding: .45rem 1.25rem .45rem 1.25rem;
        border-top: 1px solid #f6f6f6;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters .facet .collapse.in, #category  #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters .facet .title .collapse-icons .remove, #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons�.add {
        display: none;
    }
}


@media (max-width: 1200px) {
    #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        height: inherit;
        padding: 0 .625rem 0 0;
    }
}

#left-column #search_filter_controls, .products-selection h1 {
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        height: inherit;
        padding: 0 .625rem 0 0;
    }
}

@media (min-width: 1200px) {
    .hidden-md-up {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters .facet .facet-title {
        color: #232323;
        text-transform: uppercase;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters .facet .title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }
}

@media (max-width: 1200px) {
    #left-column #search_filters .facet .h6 {
        display: inline-block;
        padding: 1.25rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .hidden-md-up {
        display: none !important;
    }
} 

@media (max-width: 991px) {
    #products .products, .featured-products .products {
        /* -webkit-box-pack: center; */
        /* -ms-flex-pack: center; */
        justify-content: left;
    }
}

@media (max-width: 1200px) {
    .breadcrumb{
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .breadcrumb{
        display: none !important;
    }
}

#infos_header_bloc {
       display: inline-block;
}

 .col-22 {
      padding: 0;
      float:right;
      margin-bottom: .875rem;
 }
    
    
 @media (max-width: 768px) {    
      .col-22 {
          display: inline-block;
          float:none;
          width:100%;    
     }
 }

 .logo_col {
      width:20%;
      display: flex; 
      justify-content: right; 
 }

 @media (max-width: 768px) {      
    .logo_col {
        display: flex;
        width: 100%;
        justify-content: center;
   }
 }
   
 .info_col {
       width:80%;
 }   

@media (max-width: 768px) {      
    .info_col {
        width: 100%;
   }
 } 
    
 @media (max-width: 768px) {    
   .col-xs-5 {
        width: 50%;
   }
 }

 #h2-title {
      margin: 20px 0 20px 0;
 }
 
 #supplier-container {
      position: relative;
 }

 #supplier-description {
      max-height: 120px; /* Hauteur fixe par défaut */
      overflow: hidden; /* Cache le texte qui dépasse */
      transition: max-height 0.3s ease; /* Ajoute une transition fluide */

 }

 @media (min-width: 768px) {      
    #supplier-description {
        padding: 1rem 1rem 0rem 0rem;
   }
 }

 #supplier-description.expanded {
      max-height: none; /* Permet d'afficher tout le contenu */
 }

 .more-info {
      display: block;
      margin-top: 10px; /* Pour ajouter de l'espace entre les deux divs */
      text-align: right; /* Pour aligner le lien à droite */
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 5px;
      margin-bottom: 2rem ;
          border: 1px solid #000;
    background: #000;
    padding: 0.25rem 0.45rem;
    border-radius: 5px;
    width: auto;
    text-align: center;
    float: right;
    margin-right: 1rem;
    color: #fff;
    text-decoration-line: none;
    color:#fff;
      
 }
 

     .more-info:hover{
               border: 1px solid #000;
    background: #88B5A9;
   color:#fff;

   text-decoration-line: none;    
 }
   .more-info:focus{
   color:#fff;

       text-decoration-line: none;     
 }

 @media (max-width: 768px) {      
    .more-info {
        margin-right: 0;
   }
 }
  
 @media (min-width: 768px) {      
    .more-info {
        /* padding-right: 1rem; */
ÿ� }
 }
 
/* Module à facette */
 
.active_filters {
    padding: .625rem 0 0;
    margin-bottom: 1.25rem;
    background: #fff;
}


.active_filters .filter-block {
    display: inline-block;
    padding: .4rem .6rem;
    margin-right: .625rem;
    margin-bottom: .625rem;
    font-size: .8125rem;
    color: #FFF;
    background: #000;
    border-radius: 10px;
}

.active_filters .filter-block .close {
    margin-top: 0;
    margin-left: .3125rem;
    font-size: .9375rem;
    color: #fff;
}

.close-all {
 padding:.4rem 0;
     display: inline-block;
    padding: .4rem;
    margin-right: .625rem;
    margin-bottom: .625rem;
    font-size: .8125rem;
    color: #000;
    background: #fff;
    border-radius: 10px;
}
#js-search-link{
 color: #000;
 text-decoration: underline;
}

#js-search-link:hover{
 color: #88B5A9;
}

#js-search-link:focus{
 color: #000;
}  


@media (max-width: 1200px) {
    #manufacturer #main  ul {
        justify-content: left;
        display:inline;
    }
}

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    margin-bottom: 1.5rem;
}

#search_filters .facet .facet-label {
cursor: pointer;
margin-right:20px;
}


.magnitude {
color:#7a7a7a;
}

/* Style pour le conteneur de la scrollbar */
.facet[data-type="attribute_group"] ul,
.facet[data-type="manufacturer"] ul {
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
.facet[data-type="attribute_group"] ul,
.facet[data-type="manufacturer"] ul {
  padding-top:0.25rem;
  max-height: 305px; /* Ajustez cette valeur selon vos besoins */
}
}
@media (max-width: 1200px) {
.facet[data-type="attribute_group"] ul,
.facet[data-type="manufacturer"] ul {
  max-height: 290px; /* Ajustez cette valeur selon vos besoins */
}
}

/* Personnalisation de la scrollbar */
.facet[data-type="attribute_group"] ul::-webkit-scrollbar,
.facet[data-type="manufacturer"] ul::-webkit-scrollbar {
  width: 12px; /* Largeur de la scrollbar */
}

.facet[data-type="attribute_group"] ul::-webkit-scrollbar-track,
.facet[data-type="manufacturer"] ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* Couleur de la piste */
}

.facet[data-type="attribute_group"] ul::-webkit-scrollbar-thumb,
.facet[data-type="manufacturer"] ul::-webkit-scrollbar-thumb {
  background: #888; /* Couleur du pouce */
  border-radius: 10px; /* Coins arrondis du pouce */
}

/* Changer la couleur du pouce au survol */
.facet[data-type="attribute_group"] ul::-webkit-scrollbar-thumb:hover,
.facet[data-type="manufacturer"] ul::-webkit-scrollbar-thumb:hover {
  background: #555; /* Couleur du pouce au survol */
}

@media (max-width: 1200px) {
.facet[data-type="attribute_group"] ul,
.facet[data-type="manufacturer"] ul {
  margin-right: 15px;
}
}

#search_filters .ui-widget-header {
    background: #88B5A9;
}

.custom-checkbox input[type=checkbox]+span {

    margin-top: .25rem;

}



/* Style personnalisé pour les cases à cocher cochées */
.custom-checkbox input[type="checkbox"]:checked + .ps-shown-by-js .checkbox-checked {
 background-color: #000; /* Couleur de fond pour les cases à cocher cochées */
  color: #fff; /* Changez cette couleur selon vos besoins */
width: 1.125rem;
    height: 1.125rem;
}

.custom-checkbox .ps-shown-by-js .material-icons {
    line-height: 1.1rem;
}

#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    top: -4px;
    margin-right: 0;
}


@media (max-width: 575px) {
    .products-selection .filter-button {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Module à facette */

/* Pagination */
.pagination a:not(.previous):not(.next) {
    letter-spacing: 0;
}



.current span{
    font-size: .95rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    background: #000;
    padding: 0.55rem 0.85rem;
    margin: 0 .3rem;
    border-radius: 5px;
}


@media (max-width: 767px) {
    .current span {
        font-size: .75rem; /* Taille de police plus petite pour les mobiles */
        padding: 0.4rem 0.7rem; /* Ajustement du padding */
    }
}


.pagination a {
    font-size: .95rem;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    background: #fff;
    padding: 0.55rem 0.85rem;
    margin: 0 .3rem;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .pagination a  {
        font-size: .75rem; /* Taille de police plus petite pour les mobiles */
        padding: 0.4rem 0.7rem; /* Ajustement du padding */
    }
}

.pagination a:hover {
    font-size: .95rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    background: #88B5A9;
    padding: 0.55rem 0.85rem;
    margin: 0 .3rem;
}

.pagination .next {
   float: none;
}

.pagination .previous {
   float: none;
}

@media (min-width: 576px) {
    .text-sm-center {
        text-align: right !important;
    }
}

#icon-pagination:hover{
    color: #fff;

}

.pagination&gt;div:first-child {
    padding-left: 0;
    line-height: 4.5rem;
    vertical-align: middle;
}
/* Pagination */

.products-selection .sort-by-row {
    width: 70%;
    float: right;
}

.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {

    color: #232323;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    
}
.brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu { 
 background:#FAFAFA;
 margin-left:-2px;
}

.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: #88B5A9;
}

.mage--filter {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M21.25 12H8.895m-4.361 0H2.75m18.5 6.607h-5.748m-4.361 0H2.75m18.5-13.214h-3.105m-4.361 0H2.75m13.214 2.18a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36Zm-9.25 6.607a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36Zm6.607 6.608a2.18 2.18 0 1 0 0-4.361a2.18 2.18 0 0 0 0 4.36Z'/%3E%3C/svg%3E");
  background-color: #fff;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}



@media (min-width: 1200px) {
    .filter-button {
        display: none !important;
    }
}


@media (min-width: 1200px) {
    .filter-button:focus {
        display: none !important;
    }
}


#search_filter_toggler {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mage--filter {
  margin-right: 0.5em; /* Espace entre l'icône et le texte */
}

.btn-secondary {
    color: #fff;
    background-color: #000;
}

@media (max-width: 768px) {
    #left-column #search_filters .facet .title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        width: 95%;
        border: 1px solid #cccccc;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        background-color: #f6f6f6;
        margin-bottom: 1rem;
    }
  }

@media (max-width: 767px) {
   #left-column #search_filters .facet .h6 {
     font-weight: 600;
 font-size: 0.9rem;
 }}
 
 
  @media (max-width: 768px) {
    #category #left-column #search_filters .facet ul  {
        margin-top: 0.95rem;
        margin-bottom: 0.95rem;

    }
}

 @media (max-width: 768px) {
    #category #left-column #search_filters .facet ul li  {
        padding: 0.25rem 1.25rem;

    }
}

@media (max-width: 767px) {
    #category #left-column #search_filter_controls, .products-selection h1 {
        margin-bottom: 0;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    #mobile_search_filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        z-index: 9999;
    }

    .filter-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        background-color: #88B5A9;
        border-bottom: 1px solid #e5e5e5;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .filter-exit-container {
        display: flex;
        align-items: center;
    }

    .filter-exit-text {
        font-size: 1em;
        color: #000;
        margin-right: 0.5em;
    }

    .close-filter-mobile {
        margin: 0;
        font-size: 1.5em;
        cursor: pointer;
        color: #fff;
        background-color: #000;
        border-radius: 0;
    }

    #left-column #search_filters {
        margin-top: 20px;
    }

    #category #left-column #search_filter_controls button {
        margin: 0;
    }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 1199px) {
    #mobile_search_filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 33.33%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        z-index: 9999;
              border: 1px solid #EEEEEE; /* Changez la couleur selon vos préférences */
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Ajoute une ombre douce */

    }

    .filter-header {
        flex-shrink: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        background-color: #88B5A9;
        border-bottom: 1px solid #e5e5e5;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .filter-exit-container {
        display: flex;
        align-items: center;
    }

    .filter-exit-text {
        font-size: 1em;
        color: #000;
        margin-right: 0.5em;
    }

    .close-filter-mobile {
        margin: 0;
        font-size: 1.5em;
        cursor: pointer;
        color: #fff;
        background-color: #000;
        border-radius: 0;
    }

#search_filters {
  flex-grow: 1;
  overflow-y: auto; /* Ajout de la scrollbar verticale */
  overflow-x: hidden; /* Empêche la scrollbar horizontale */
  padding: 1rem;
}

/* Personnalisation de la scrollbar verticale */
#search_filters::-webkit-scrollbar {
  width: 8px; /* Largeur de la scrollbar */
}

#search_filters::-webkit-scrollbar-track {
  background: #f1f1f1; /* Couleur de la piste */
}

#search_filters::-webkit-scrollbar-thumb {
  background: #c1c1c1; /* Couleur du pouce */
  border-radius: 0px; /* Coins arrondis du pouce */
}

/* Changer la couleur du pouce au survol */
#search_filters::-webkit-scrollbar-thumb:hover {
  background: #555; /* Couleur du pouce au survol */
}

    
    
    
    
    

    #search_filter_controls {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
                background-color: #88B5A9;
        border-top: 1px solid #e5e5e5;
    }
    

    #left-column #search_filters {
        margin-top: 20px;
    }

    #category #left-column #search_filter_controls button {
        margin: 0;
    }
    
 
}
    
}

/* Desktop styles */
@media (min-width: 1200px) {
    .filter-header {
        display: none;
    }

    #search_filter_controls {
        display: none;
    }
}


/* Desktop styles */
@media (min-width: 1200px) {
    .filter-header {
        display: none;
    }

    #search_filter_controls {
        display: none;
    }
}





    
    
@media (max-width: 1200px) {
    .mobile-bloc-filter {
        margin: 1rem;

    }


    }
    
    
 @media (min-width: 768px) and (max-width: 1200px) {
    
        #no-active-filter {
            display: none;
    }

    }   
  
  
   
   .bloc-active-filter {
     margin:1rem;

   }
   
   
   
   

@media (min-width: 1200px) {
   .bloc-active-filter {
     display:none;
   }

    }

   @media (max-width: 1200px) {
    
        #js-active-search-filters {
            display: none;
    }

    }   
  @media (min-width: 768px) and (max-width: 1200px) {  
    .button-align {
    justify-content: left;
    
    }
    
    #total-product-noactiv {
    display:none;
    }
    
     #js-product-list-top {
       margin-top: 20px;
     }
    
    }
    
    
      @media (min-width: 768px) and (max-width: 1200px) {  
           .brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu {
             width:90%;
      }
    
      .products-selection .sort-by-row {
         width: 100%;
       }

    .col-md-3 {
        width: 40%;
    }
    
        .col-sm-9 {
        width: 60%;
    }

    }
    
   /* Modification Brands.tpl */ 

  .brand-glossary {
    display: flex;
    flex-wrap: wrap;
    margin-right:auto;
    margin-left:auto;
    margin-top:30px;
    margin-bottom:30px;
    width:80%;
}

@media (max-width: 1200px) {
   .brand-glossary {
     width:100%;
   }

    }
    
    

.brand-column {
    width: 25%;
    /* border: 1px solid #000; */
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
   .brand-column {
     width:50%;
   }

    }
    
      @media (min-width: 768px) and (max-width: 1200px) {  
   .brand-column {
     width:33.33333%;
   }
    }

.brand-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.brand-item {
    display: block; /* Assure que chaque li prend toute la largeur disponible */
    width: 100%; /* Assure que chaque li prend toute la largeur disponible */
    margin-bottom: 10px; /* Espacement entre les éléments */
}

#letter-glossary {
    margin-top: 0;
    font-size: 1.6125rem;
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.1;
    font-weight: 700;
    color: inherit;
}



 #content-wrapper-listing {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
 }
 


.brand {
  cursor: pointer; /* Ajoute un curseur pointer pour indiquer que c'est cliquable */
}
 
 
 #hx_ {
  text-align: center;
  font-size: 2.4rem;
  text-transform: uppercase;
 }
 
 @media (max-width: 768px) {
 #hx_ {
  font-size: 1.8rem;
 }
 }
 

 
    .brand-item a {
text-transform: uppercase;
}


#manufacturer #main ul .brand {

    min-height: 210px;
    display: flex; /* Ajouté */ 
    align-items: center; /* Alignement vertical */ 
    justify-content: center; /* Alignement horizontal */ 
    -webkit-transition: .4s ease-out; 
    transition: .4s
}

#manufacturer #main ul .brand-img { 
width: 200px; 
height: 200px; 
display: flex; /* Ajouté */ 
align-items: center; /* Alignement vertical */ 
justify-content: center; /* Alignement horizontal */
}
  
    @media (max-width: 768px) {
 #brand-glossary-col {
  display:none;
 }
 
 #manufacturer #main ul .brand {
     min-height: 165px;
    width: calc(20% - 10px);
    min-width: 165px; 
    padding: 10px;
    margin: 5px;

}


#manufacturer #main ul .brand-img img { 
width: 100%; 

}
 }
 
 /* Fiche produit */
 
 
@media (min-width: 768px) and (max-width: 1199px) {
 #product .col-md-8 {
    float: left;
    width: 60%; /* Largeur de 65% pour la première colonne */
}
}
    @media (min-width: 1200px) { 
 #product .col-md-8 {
    float: left;
    width: 65%; /* Largeur de 65% pour la première colonne */
}
}

@media (min-width: 768px) and (max-width: 1199px) {
  #product .col-md-3 {
    width: 40%; /* Largeur de 35% pour la deuxième colonne */
  }
}

    @media (min-width: 1200px) { 
#product .col-md-3 {
    width: 35%; /* Largeur de 35% pour la deuxième colonne */
}
 }
 
 
 #product #lpscategoryproducts-slider .wishlist-button-add {
 display: none;
 }
 
 #product .product .wishlist-button-add {
 display: none;
 }
 
 
#product .col-md-h1 {
    float: left;
    width: 85%; 
    padding-right:4px;
}

#product .col-md-icon {
    float: right;
    width: 15%; 

}

#product .fontbold {
    font-weight: 700;
} 




#product .wishlist-button-add {
    height: 55px;
    width: 55px;
    min-width: 55px;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #7a7a7a;
}
body#product .wishlist-button-product {
    margin-left: 0.4rem;
}

#product .material-icons:hover {
        color: #7a7a7a;
}

body#product .btn-primary, .btn-secondary {
    padding: 0;

}
 .product-variants  select.form-control:not([size]):not([multiple]) {
       height: 55px;
}

.product-variants&gt;.product-variants-item select {
    width: 100%;
    padding-right: 1.875rem;
    background-color: #fff;
}

 .product-variants .form-control-select {
       height: 55px;
    padding: 0 .5rem;
    background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .5rem center / 1.25rem 1.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.product-variants .form-control {
    padding: .5rem 1rem;
    color: #000;
    background: #f6f6f6;
    border: 1px solid #7a7a7a;
}

.product-variants .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
   border-radius: 8px;
}

.product-variants .form-control-select {
    height: 2.625rem;
    padding: 0 .5rem;
    background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .5rem center / 1.7rem 1.7rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.product-actions .add-to-cart {
    height: 55px;
    padding-top: .625rem;
    line-height: inherit;
    width: 100%;
    border-radius: 8px;
}

.product-quantity .add, .product-quantity .qty {
    width: 72%;
}

@media (max-width: 1199px) {
.product-quantity .add, .product-quantity .qty {
    width: 64%;
}
}

.product-quantity .qty {
    margin-right: .4rem;
    width: 17%;
}

@media (max-width: 1199px) {
.product-quantity .qty {
    margin-right: .4rem;
    width: 27%;
}

}

.product-quantity #quantity_wanted {
    height: 55px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-color: #7a7a7a;
}

.product-quantity .btn-touchspin {
    height: 1.80rem;
}

.bootstrap-touchspin .btn-touchspin {
    border: 1px solid #7a7a7a;
}


checkbox input[type=checkbox]+span.color, .variant-links .color, label .color {
    display: inline-block;
    width: 1.525rem;
    height: 1.525rem;
    margin: .3125rem .2rem .3125rem 0rem;
    cursor: pointer;
    background-size: contain;
    border-radius: 50%;
    border: 1px solid #979797;
}


.product-price {
    color: #000;
    float: right;
    font-size: 26px;
}



.current-price {
  float: right;
}

.product-discount {
   float: left;
}
.product-discount .regular-price {
font-size:18px;
}

.current-price-value {
    color: #000;

}

.block-categories .category-sub-menu li[data-depth="1"], .product-prices div {
  margin-bottom: 0; 
}

#product .discount-percentage {
   background: #88B5A9;
   margin-left: 0;
   margin-top:0.345rem;
    float: right;
}

#product-availability {
    display: inline-flex;
        margin-top: .625rem;
         margin-bottom: .25rem;
         font-weight: 400;
         font-size:13px;
}

.color-availability-stock{
         color: green;
}

.color-availability-nostock{
         color: orange;
}





#product .free-shipping {
    font-size: 18px;
    color: green;
    font-weight: bold;
    
}


.featured-products h2.products-section-title {
    margin: 0;
    font-weight: 500;
    text-align: left;
}

.lpscategoryproducts-products h2.products-section-title {
    margin: 0;
}

#product .product-miniature.js-product-miniature:hover {

    margin-left: 11px;
    margin-right:11px;
    margin-top: 35px;
    min-height: 570px;
    margin-bottom: 35px;
}


 @media (max-width: 767px) { 
   body#product .product-miniature.js-product-miniature:hover {
    margin-left: 0;
    margin-right:0;
    margin-top: 0;
    min-height: auto;
  }
}



body#product .product-miniature.js-product-miniature {
    margin-bottom: 35px;
    margin-top: 35px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 570px;
}

 @media (max-width: 767px) { 
   body#product .product-miniature.js-product-miniature {
       transition: none;
    min-height: auto;
  }
}

/* Modules réassurance */

.blockreassurance_product {
    margin-top: 25px;
    background-color: #FAFAFA;
    padding: 1rem;
    border-radius: 8px;
}

 .blockreassurance_product .block-title {
    font-weight:700;
    font-size: .9375rem;
}


.blockreassurance_product .item-product {
    height: 55px;
    margin-right: 30px;

}
  @media (max-width: 767px) { 
  .blockreassurance_product .item-product {
    height: 65px;
   }
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: 35px;
    width: 35px;
}

body#checkout section.checkout-step .page-content.page-cms ul, p {
    font-size: 0.875rem;
}


.monetary {
    font-weight: bold;
    color: #000; /* Changez cette valeur pour la couleur souhaitée */
}

.highlight {
    font-weight: bold;
    color: #008000; /* Changez cette valeur pour la couleur souhaitée */
}



/* Reassurance */

.owl-carousel {
    padding-left: 0;
    padding-right: 0;

}



.variant-links .additional-colors { 
display: inline-block; 
vertical-align: middle; 
cursor: pointer;
margin-left: 5px; /* Ajustez cette valeur selon vos besoins */ 
}


.product-miniature .thumbnail-container .product-thumbnail {

    cursor: pointer;

}

#category .h1, h1 {
    font-size: 2.25rem;
}


.description::after, .product-miniature .thumbnail-container:hover .product-description::after {
    border-top: 0px;
}

  .product-images&gt;li.thumb-container .thumb.selected, 
  .product-images&gt;li.thumb-container .thumb:hover {
    border: 0 !important;
  }

.product-miniature .product-description {
    padding: 0rem .25rem .7rem;
    background: transprent;
}

#total-product-noactiv p{
   color: #7a7a7a;
}

@media (max-width: 767px) {
    .products-selection .showing {
        text-align: center;
    }
}

@media (max-width: 767px) {
.pagination&gt;div:first-child {
    text-align: center;
}
 }
 
 

#product  .product-actions .control-label {
   display: inline-block;
   width:auto;
   margin-top:0.85rem;
   margin-bottom: .575rem;
   
} 
 #product .group-name-varient {
  font-weight: 600;
 }

 #product .product-variants&gt;.product-variants-item {
    margin: 0 0;
} 

#product .product-actions .product-add-to-cart {
    margin-top: 1rem;
} 

#product .product-discounts {
   margin-bottom: 0rem;
}

   #product #product-espaceur {
    display: inline-flex;
    width: 100%;
    }
    
 @media (max-width: 1199px) {   
   #product .h1, h1 {
    font-size: 1.175rem;
}
}

 @media (max-width: 1199px) {   
#product .product-discount .regular-price {
    font-size: 12px;
}
}

 @media (max-width: 1199px) { 
#product .has-discount .discount {

    font-size: 0.835rem;

}
}

 @media (max-width: 767px) { 
#product .product-price {
    font-size: 22px;
}
}

#product .product-description {
 font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
}

 @media (max-width: 1199px) { 
#product .tabs {
    padding: 0;
}
}

 @media (max-width: 767px) { 
body#product #content-wrapper {
    margin-bottom: 20px;
    }
}


body#product .wishlist-button-product {
    margin-right: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    width: 3.4rem;
    min-width: 2.5rem;
    padding-top: 0.1875rem;
    position: absolute;
    right: 0;    
}

body#product .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: #000 3px solid;
}

body#product .tabs .nav-tabs .nav-link.active {
    color: #000;
}
.


.product-accessories-carousel.owl-carousel h2.products-section-title {
    margin: 2.5rem 0;
    text-align: left;
}

body#product h2 {
    font-weight: 600;
}
.product-accessories-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -37px;
    margin: 0 !important;
}

.product-accessories-carousel.owl-carousel .owl-nav .owl-prev,
.product-accessories-carousel.owl-carousel .owl-nav .owl-next {
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
    border-radius: 3px;
    background-color: #EEEEEE !important;
    width: 45px;
    height: 45px;
    margin-right: 3px !important;
}


.product-accessories-carousel.owl-carousel .owl-nav .owl-prev:hover,
.product-accessories-carousel.owl-carousel .owl-nav .owl-next:hover {
    background-color: #88B5A9 !important;
    color: #fff !important;
}

.product-accessories-carousel.owl-carousel .owl-nav .owl-prev.disabled:hover,
.product-accessories-carousel.owl-carousel .owl-nav .owl-next.disabled:hover {
    color: inherit !important;
    cursor: not-allowed;
}

.product-accessories-carousel.owl-carousel .owl-nav .owl-prev:focus,
.product-accessories-carousel.owl-carousel .owl-nav .owl-next:focus {
    outline: none!important;
}

#lpscategoryproducts-slider .product-miniature .thumbnail-container {
    width: 100% !important;
}

.product-accessories-carousel.owl-carousel .lpscp_hidenav .owl-nav {
    display: none !important;
}

.product-accessories-carousel.owl-carousel  .owl-nav .material-icons {
    width: 1em;
    height: 1.3em;
    line-height: 1.3;
    font-size: 34px;
}

.product-accessories-carousel.owl-carousel  .owl-nav .material-icons:hover {
    color: #fff !important;
}

body#product #product-modal{
    opacity: 1;
    background-color: #fff;
}


@media (min-width: 576px) {
   body#product #product-modal .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }
    
    }
  @media (min-width: 576px) {  
   body#product #product-modal .modal-content .modal-body {
    margin-left: -5%;
}
}

@media (min-width: 576px) {
body#product #product-modal .modal-content #modal-close-thumb-product {
    padding: 0;
    border-bottom: 0;
}
}

@media (min-width: 576px) {
body#product #product-modal .modal-content #modal-close-thumb-product .close {
    font-size: 3.5rem;
    opacity: 1;
}
}

@media (min-width: 576px) {
body#product #product-modal .modal-content #modal-close-thumb-product .close:hover {
    color: #88B5A9 !important;
   text-shadow: 0;
   border:0;

}
}

@media (min-width: 576px) {
body#product #product-modal .modal-content #modal-close-thumb-product .close span {
   outline: none; 
   box-shadow: none; 
   border: none;

}
}

body#product .tabs .tab-pane {
    margin-bottom: 2.85rem;
}

body#manufacturer .brand-glossary  #brand-glossary-col .brand .brand-img img {
     width: 150px;
}

body#search .wishlist-button-add {
 display: none;
 }

body#new-products .wishlist-button-add {
 display: none;
 } 

body#prices-drop .wishlist-button-add {
 display: none;
 } 
  
body#search #content-wrapper {
    width: 100%;
}

body#manufacturer #infos_header_bloc {
    width: 100%;
}
@media (min-width: 767px) {
body#manufacturer .img-fluid {
    max-width: 30%;
    height: auto;
    margin-top: -15px;
}
}

@media (min-width: 767px) {
body#manufacturer .column_wrap_title .img-fluid {
    max-width: 100%;
}
}


@media (min-width: 767px) {
body#manufacturer #main #products ul {
    display: inline-block;
    display: flow-root;
}
}

@media (max-width: 767px) {
body#manufacturer .img-fluid {
    max-width: 60%;
    height: auto;
    display:none;
}
}


@media (max-width: 767px) {
body#product .btn-primary, .btn-secondary {
    padding: 0 10px 0 10px;
}
}

@media (max-width: 1199px) {
body#manufacturer .h1, h1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
#search_filter_toggler {
    width: 100%;
}
}



body#manufacturer #brand-glossary-col {
        justify-content: left;
        display: flex;
    }
    
    
  body#supplier .info_col {
    width: 80%;
    min-height: 190px;
}

body#supplier  #infos_header_bloc {
    width: 100%;
}

body#supplier .img-fluid {
    max-width: 90%;
}
@media (max-width: 767px) {
body#supplier  #supplier-description {
    min-height: 220px;

}
  }
  
  
  @media (max-width: 767px) {
  body#supplier .info_col {
  margin-top: 20px;
    width: 100%;
    min-height: 190px;
    margin-bottom: 20px
}
  }
  
    @media (max-width: 767px) {
body#supplier .img-fluid {
    max-width: 100%;
}
  }
  
  
  body#supplier .col-22-false {
    min-height: 190px;
}
      @media (max-width: 767px) {
body#supplier .col-22-false {
    margin-top: 30px;
    margin-bottom: 30px;
        min-height: 5px;
}
  }
  
body#product .product-manufacturer .img-fluid {
    max-width: 80%;
    margin-top:-20px;
}  
  
  
        @media (max-width: 767px) {
body#product .product-manufacturer{
display:none;
}  
  }
  
          @media (max-width: 1200px) {
body#product .product-manufacturer{
    max-width: 100%;
    margin-top:10px;
}  
  }
  
  /* Tableau liens produit description courte */

        body#product .product-description #table-style {
            width: 100%;
            height: 30px;
            background-color: #FAFAFA;
            border:1px solid #000;
            padding: 5px;
        }
        
       body#product .product-description #title-cell {
            font-weight: normal;
        }
       body#product .product-description #cell-style {
            margin-top: 10px;
            text-align: center;
        }
       body#product .product-description #link-style {
            font-weight: bold;
            color: green;
        }

 body#cart .cart-line-product-actions .material-icons {
    line-height: 1;
    font-size: 25px;
}

 body#cart .product-price {
    color: #000;
    float: left;
    font-size: 18px;
}

 body#cart .current-price {
    float: left;
}

 body#cart .product-discount .regular-price {
    font-size: 12px;
    margin-left: 5px;
}
  
#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
    color: #88B5A9;
}

#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: #000;
}

#blockcart-modal .product-price {
    display: block;
    color: #88B5A9;
    font-size: 16px;
    float: left;
    width: 100%;
}

#blockcart-modal .cart-content .cart-content-btn button {
    padding: 0 10px;
}

#blockcart-modal .cart-content .btn, #stores .page-stores .store-item-footer li {
    padding: 0 15px;
    border-radius: 10px;
}

@media (min-width: 576px) {
    #blockcart-modal .text-sm-center {
        text-align: left !important;
    }
}


#blockcart-modal .btn-secondary:hover, .btn-tertiary:hover {
    background-color: #88B5A9;
        border-color: #000000;
        color: #FFFFFF;

}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 1rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
    body#cart .col-md-3 {
        width: 25%;
    }
}

.btn-primary.active, .btn-primary:active, .open&gt;.btn-primary.dropdown-toggle {
    background-color: #88B5A9;
    border-color: #000000;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open&gt;.btn-primary.dropdown-toggle.focus, .open&gt;.btn-primary.dropdown-toggle:focus, .open&gt;.btn-primary.dropdown-toggle:hover {
    background-color: #88B5A9;
    border-color: #000000;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus {
    background-color: #88B5A9;
    border-color: #000000;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #000000;
    border-color: transparent;
}



body#cms .page-header h1{
    text-align: center;
    font-size: 3.8rem;
    margin-top: 35px;
}

body#cms #content-wrapper {
    width: 100%;
}


@media (max-width: 1200px) {
body#cms .page-content.page-cms {
   padding: 1.25rem 0;

}
}




body#cart .text-sm-center {
        margin: 10px 10px;
    }


body#cart .card-block.checkout .btn-primary {
    margin-bottom: 20px;
}




body#product .product-quantity .add, .product-quantity .qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
    margin-bottom: .5rem;
    width: calc(100% - 155px);
}

body#product .product-quantity .qty {
    margin-right: .4rem;
    width: 80px;
}

  

</pre></body></html>