/* Yassine BOUAJANI 2024 https://www.linkedin.com/in/yassinebouajani/ */
 body {
    overflow-x: hidden;
}


/* 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 Blog */ 

#prestablogfront h1, #prestablogfront  h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6, #prestablogauthor h1, #prestablogauthor h2, #prestablogauthor .prestablogtitle {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#prestablogfront h1 {
    font-size: 1.8rem; /* Taille du texte pour h1 */
  }
  
  #prestablogfront h2 {
    font-size: 1.4rem; /* Taille du texte pour h2 */
  }
  
  #prestablogfront h3 {
    font-size: 1.1rem; /* Taille du texte pour h3 */
  }
  
  #prestablogfront h4 {
    font-size: 1.4rem; /* Taille du texte pour h4 */
  }
  
  #prestablogfront h5 {
    font-size: 1.25rem; /* Taille du texte pour h5 */
  }
  
  #prestablogfront h6 {
    font-size: 1rem; /* Taille du texte pour h6 */
  }
  

  #prestablogfront img {
    margin: 5px;
  }


.custom-btn {
    background-color: #0D5B4E;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.custom-btn:hover {
    background-color: #0A3E36;
}

.custom-btn a:hover {
    color: #FFFFFF;
}

/* 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;
}


/* Surcharge page produit */

#wrapper {
    
    background: #ffffff;
}


#surcharge texte gris natif 

.page-content.page-cms ul {
        color: #232323 !important; 
}


/* Surcharge centrage de grille de sous catégorie 
.ce-image-gallery--overflow-scrolling-yes .ce-image-gallery:not(#e){
    justify-content: center;
}*/

/*  Surcherge mobile menu : cache le contactez nous */
@media screen and (min-width: 1199px) {
.contactmobile {
    display: none;
}
}



/*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;
}
