/* cct_cagnotte - style badge mobile */
#cct-cagnotte-mobile {
    margin-right: 5px;
}
#cct-cagnotte-mobile .cct-badge {
    font-size: 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 1;
    background-color: #0275d8;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s;
}


/* BURGER ETS MEGAMENU — MOBILE */
@media (max-width: 1199px) {
    .header-top .ets_mm_megamenu_content .ets_mm_megamenu_content_content > .ybc-menu-toggle,
    #_desktop_logo {
        display: none !important;
    }
    .header-top {
        padding: 0 !important;
        min-height: 0 !important;
        height: 0 !important;
        overflow: visible !important;
    }
    .header-top .mm_menus_ul.active {
        display: block !important;
    }
    /* Espacement uniforme entre toutes les icônes mobile */
    .hidden-lg-up.mobile {
        gap: 5px;
        justify-content: space-between !important;
    }
    /* Burger */
    #menu-icon-ets {
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: 34px;
        height: 34px;
    }
    #menu-icon-ets i.material-icons::before {
        content: 'menu';
        font-size: 32px;
        color: #ffffff;
    }
}

/* Texte lisible dans le panier mobile overlay */
.blockcart .cart-hover-content,
.blockcart .cart-hover-content .product-name,
.blockcart .cart-hover-content .cart-subtotals,
.blockcart .cart-hover-content .cart-total {
    color: #333333 !important;
}