/* Yassine BOUAJANI 2024 https://www.linkedin.com/in/yassinebouajani/ */


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/* surcharge pour supprimer le uppercase natif */


.product-miniature .product-title {
    text-transform: none !important;
}


/* surcharge pour mettre en blanc le fond du menu mobile */

@media (max-width: 767px) {
    .ets_mm_megamenu .container {
        background-color: #ffffff;
    }
    
    .mm_menus_ul {
        background-color: #ffffff;
    }
    
}

/* surcharge pour mettre en noir le contenu (icones) du menu mobile */

@media (max-width: 767px) {
    .transition_floating .close_menu *, .transition_full .close_menu *, .ybc-menu-vertical-button .icon-bar {
        color: #333333 !important ;
    }
    
     .close_menu .icon-bar, .ybc-menu-vertical-button .icon-bar {
        background-color: #333333 !important ;
    }
}

/* surcharge pour supprimer un padding sur les pages cms */ 

.page-content.page-cms{
    padding: 0 !important ;
}


/* surcharge Accessoires Module Multi Accessoires Pro */ 

.titreaccessoires {
    color: #232323;
    font-size: 1.1rem;
    font-weight: bolder;
}
 
/* surcharge ajustement modale panier */

#blockcart-modal .product-name {
    
    color: #0D5B4E;
}

#blockcart-modal .modal-title i.material-icons {
    
    color: #0D5B4E;
}

.btn-primary, .btn-primary:hover {
    
    background-color: #0D5B4E;
}

/* Surcharge étapes de commande */

body#checkout section.checkout-step.-reachable.-current .step-number{
    background-color:#0D5B4E;
}

.done{
    color: #0D5B4E;
}

body#checkout #footer {
    padding: unset;
    color: unset;
    background: unset;
}


body.page-order a {
    
    color: #95BA3F;
    
}

body#checkout #order-summary-content h4.black {
    color: #0D5B4E;
}

body.page-order a :hover {
    color: #7A9B33 !important; 
}

body.page-order .ets_mm_url a :hover{
    color: #0D5B4E !important;

}


.custom-radio input[type=radio]:checked+span {
    background-color: #0D5B4E;
}

body#checkout section.checkout-step .step-title {
    font-size: 1rem;
    font-weight: bolder;
    
}

#checkout-payment-step .content {
    background-color: rgba(149, 186, 63, 0.05); 
    border-radius: 5px; 
    padding-bottom : 1rem !important;
}

#payment-option-1-container label span,
#payment-option-2-container label span, #payment-option-3-container label span, #payment-option-4-container label span, #payment-option-5-container label span {
    font-size: 1.1em;
}

body.page-order label.js-terms {
    font-size: 1em; 
}

/* Surcharge footer */ 

titrefooter h2 {
    color: white !important;
}

/* Surcharge class hide on mobile */ 


@media screen and (max-width: 768px) { /* Taille max pour les écrans de mobile/tablette */
  .hide-on-mobile {
    display: none !important;
  }
}

/* surcharge reduction catégorie */
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color:#95BA3F;
}

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

/* correction wrapper */

#wrapper {
 background:    #fff;}


 
span.discount.discount-percentage {
    display: none !important;
}


.paypal-marks {
    display: none !important;
}


/*lien en vert */

.ce-product-attachments a {
    color: #0D5B4E !important;
}

.ce-product-attachments a:hover {
    color: #0D5B4E !important;
}


/* Prix actuel */
.current-price .price {
    color: #0D5B4E !important;
}

/* Pourcentage de réduction */
.discount-percentage {
    background-color: #0D5B4E !important;
}

/* Prix produit en général */
.product-price {
    color: #0D5B4E !important;
}

/* Prix has-discount */
.has-discount .current-price {
    color: #0D5B4E !important;
}

.collapse-button {
    color: #0D5B4E !important;
}

.page-footer a {
    color: #0D5B4E !important;
}

.page-my-account #content .links a:hover .material-icons {
    color: #819624 !important;
}

.forgot-password a,
.no-account a {
    color: #819624 !important;
}

.forgot-password a:hover,
.no-account a:hover {
    color: #0D5B4E !important;
}


/* Pour les doubles notices */

.ce-product-attachments[role="list"] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  align-items: center !important;
}

.ce-product-attachments[role="list"] .ce-attachment {
  width: auto !important;
  flex: 0 0 auto !important;
}

.ce-product-attachments[role="list"] .elementor-icon-box-wrapper {
  width: auto !important;
}

.ce-product-attachments[role="list"] .ce-attachment.elementor-icon-box-wrapper {
  width: auto !important;
  max-width: 50% !important;
  flex: 1 1 auto !important;
}


.mm_menu_content_title {
    font-family: 'Lato', sans-serif !important;
}

