/* ==========================================================================
   SECTION 1 : DESIGN & TYPOGRAPHIE DES OFFRES (YAYPRICING)
   ========================================================================== */

/* 1.1 - Badge Gratuit Global (BOGO) */
body .yaydp-free-item-badge, 
tr .yaydp-free-item-badge, 
div .yaydp-free-item-badge {
    background-color: #2c99d5 !important;
    background: #2c99d5 !important;
    color: #ffffff !important;
    padding: 1px 10px !important; 
    border-radius: 4px !important;
    display: inline-block !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: center !important;
    -webkit-font-smoothing: antialiased;
}

/* 1.2 - Bandeau de Description de l'Offre */
#yaydp-offer-description .yaydp-offer-description {
    background-color: #2c99d5 !important;
    padding: 4px 20px !important;
    border-radius: 6px !important;
    margin: 20px 0 !important;
    display: block !important;
    box-shadow: 0 4px 12px rgba(44, 153, 213, 0.15);
}

#yaydp-offer-description .yaydp-offer-description p {
    color: #ffffff !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    letter-spacing: 0.02em !important;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

/* 1.3 - Écrasement Forcé du Style Inline de l'Offre */
#yaydp-offer-description .yaydp-offer-description p span {
    color: #ffffff !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}

/* ==========================================================================
   SECTION 2 : AUTOMATISATION DU SALE TAG (YAYPRICING)
   ========================================================================== */

/* 2.1 - Masquage par défaut de tous les badges du site */
.yaydp-sale-tag {
    display: none !important;
}

/* 2.2 - Affichage si le template contient "Offre" (Format Centré Flex) */
.yaydp-sale-tag[data-sale-tag-template*="Offre"],
.yaydp-sale-tag[data-sale-tag-template*="offre"],
.yaydp-sale-tag[data-sale-tag-template*="OFFRE"] {
    display: inline-flex !important;
    align-items: center !important;    
    justify-content: center !important; 
    background-color: #2c99d5 !important;
    background: #2c99d5 !important;
    border-color: #2c99d5 !important;
    color: #ffffff !important;
    padding: 6px 14px !important;    
    border-radius: 4px !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 1 !important;        
}

/* 2.3 - Exception : Si le produit n'a que des prix dégressifs, on cache */
.yaydp-sale-tag[data-initial-rules*="gressifs"],
.yaydp-sale-tag[data-variation-rules*="gressifs"] {
    display: none !important;
}

/* 2.4 - Booster : Si la règle contient explicitement "Buy" ou "free", on FORCE l'affichage */
.yaydp-sale-tag[data-initial-rules*="Buy"],
.yaydp-sale-tag[data-initial-rules*="free"],
.yaydp-sale-tag[data-variation-rules*="Buy"],
.yaydp-sale-tag[data-variation-rules*="free"] {
    display: inline-flex !important;
}

/* ==========================================================================
   SECTION 3 : TRADUCTIONS ET SÉCURITÉ ANTI-CACHE (BADGES EN UPPERCASE)
   ========================================================================== */

/* 3.1 - Version Française (FR) */
html[lang*="fr"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="fr"] .yaydp-free-item-badge::before {
    content: "Gratuit" !important;
    font-size: 10px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
}

/* 3.2 - Version Anglaise (EN) */
html[lang*="en"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="en"] .yaydp-free-item-badge::before {
    content: "Free" !important;
    font-size: 10px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
}

/* 3.3 - Version Allemande (DE) */
html[lang*="de"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="de"] .yaydp-free-item-badge::before {
    content: "Gratis" !important;
    font-size: 10px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
}

/* 3.4 - Version Néerlandaise (NL) */
html[lang*="nl"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="nl"] .yaydp-free-item-badge::before {
    content: "Gratis" !important;
    font-size: 10px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
}

/* ==========================================================================
   SECTION 4 : MINI-PANIER ET PAGE PANIER (CORRECTIONS & ALIGNEMENTS)
   ========================================================================== */

/* 4.1 - Alignement Inline-Flex de la quantité injectée et du badge BOGO */
.wpr-mini-cart-name-and-quantity .yaydp-cart-item-price {
    display: inline-flex !important;
    align-items: center;
    gap: 4px !important;
}

/* 4.2 - Style du texte injecté */
.wpr-mini-cart-quantity-fixed {
    display: inline-block !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #777777 !important;
    margin: 0 !important;
}

/* 4.3 - Nettoyage du badge */
.wpr-mini-cart-name-and-quantity .yaydp-free-item-badge {
    margin-left: 0 !important;
}

/* 4.4 - Police de Sécurité (Couleurs d'origine) */
.wpr-mini-cart-wrap .quantity,
.wpr-mini-cart-wrap .quantity *,
.wpr-mini-cart-wrap .woocommerce-mini-cart-item .amount,
.wpr-mini-cart-wrap .woocommerce-mini-cart-item .amount * {
    color: #777777 !important;
}

.wpr-mini-cart-wrap .woocommerce-mini-cart__total,
.wpr-mini-cart-wrap .woocommerce-mini-cart__total .amount {
    color: #222222 !important;
}

/* ==========================================================================
   SECTION 5 : NETTOYAGE DES LIENS & TITRES PRODUITS
   ========================================================================== */

/* 5.1 - Liens Globaux du Panier et reset des ombres/soulignements */
.woocommerce-cart a:not(.button),
.wpr-mini-cart-wrap a:not(.button),
.wpr-shopping-cart-inner-wrap a:not(.button),
.summary .description a {
    color: #2EA4DD !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.woocommerce-cart a:not(.button):hover,
.wpr-mini-cart-wrap a:not(.button):hover,
.wpr-shopping-cart-inner-wrap a:not(.button):hover,
.summary .description a:hover {
    color: #010101 !important;
}

/* 5.2 - Neutralisation des styles de prix spécifiques */
body.woocommerce-cart .amount,
body.woocommerce-cart bdi,
body.woocommerce-cart ins,
body.woocommerce-cart span,
.wpr-mini-cart-wrap bdi,
.wpr-mini-cart-wrap span,
.wpr-mini-cart-wrap .amount,
.wpr-mini-cart-wrap ins,
.wpr-mini-cart-wrap a,
.wpr-shopping-cart-inner-wrap .amount,
.wpr-shopping-cart-inner-wrap bdi,
.wpr-shopping-cart-inner-wrap ins,
.wpr-shopping-cart-inner-wrap a,
.summary .price bdi,
.product .price bdi,
.product ins {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* 5.3 - Liens de Titres Produits */
.wpr-mini-cart-wrap .woocommerce-mini-cart-item a,
.wpr-mini-cart-wrap .wpr-mini-cart-item-title,
.wpr-shopping-cart-inner-wrap .woocommerce-mini-cart-item a,
.woocommerce-cart table.cart .product-name a,
.woocommerce-cart .product-name a {
    color: #222222 !important; 
}

.wpr-mini-cart-wrap .woocommerce-mini-cart-item a:hover,
.wpr-shopping-cart-inner-wrap .woocommerce-mini-cart-item a:hover,
.woocommerce-cart table.cart .product-name a:hover,
.woocommerce-cart .product-name a:hover {
    color: #010101 !important;
}

/* ==========================================================================
   SECTION 6 : ANTIDOTES ET SÉCURISATION DES MENUS GLOBAUX
   ========================================================================== */

/* 6.1 - Protection de la Navigation du Header */
.elementor-widget-navigation-menu nav a.hfe-menu-item,
.elementor-widget-navigation-menu nav a.hfe-sub-menu-item,
.hfe-nav-menu nav a {
    color: #2B4147 !important;
}

.elementor-widget-navigation-menu nav a.hfe-menu-item:hover,
.elementor-widget-navigation-menu nav a.hfe-sub-menu-item:hover,
.hfe-nav-menu nav a:hover,
.elementor-widget-navigation-menu .current-menu-item a.hfe-menu-item {
    color: #61B3CE !important;
}

/* 6.2 - Protection CSS pour la Barre d'Administration WordPress */
html body #wpadminbar,
html body #wpadminbar *,
html body #wpadminbar a,
html body #wpadminbar .ab-item,
html body #wpadminbar a span {
    color: #f0f6fc !important;
    text-shadow: none !important;
    background-image: none !important;
}

html body #wpadminbar a:hover,
html body #wpadminbar a:hover *,
html body #wpadminbar .ab-item:hover {
    color: #72aee6 !important;
}

/* ==========================================================================
   SECTION 7 : RESPONSIVE DESIGN (CORRECTIONS TABLETTES & MOBILES)
   ========================================================================== */

/* 7.1 - Ajustements Écrans Ultra-Smalls (Mobile <= 375px) */
@media (max-width: 375px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden !important;
    }

    .elementor-1702 .elementor-element.elementor-element-a7dc2d7 {
        width: auto !important;
        max-width: calc(100vw - 120px) !important;
    }

    .elementor-1702 .elementor-element.elementor-element-a7dc2d7 > .elementor-widget-container {
        margin-right: 0 !important;
        padding-left: 12px !important;
        padding-right: 8px !important;
        box-sizing: border-box !important;
    }

    .elementor-1702 .elementor-element.elementor-element-a7dc2d7 .hfe-site-logo .hfe-site-logo-container img,
    .elementor-1702 .elementor-element.elementor-element-a7dc2d7 .hfe-site-logo img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .elementor-1702 .elementor-element.elementor-element-e1056a4.wpr-mini-cart-dropdown .wpr-mini-cart,
    .elementor-1702 .elementor-element.elementor-element-e1056a4.wpr-mini-cart-sidebar .widget_shopping_cart_content,
    .elementor-1702 .elementor-element.elementor-element-e1056a4.wpr-mini-cart-sidebar .wpr-shopping-cart-inner-wrap {
        width: min(93vw, 389px) !important;
        max-width: min(93vw, 389px) !important;
        box-sizing: border-box !important;
    }
}

/* 7.2 - Adaptation Pleine Largeur des Formulaires Elementor (Tablettes & Mobiles) */
@media (max-width: 1024px) {
    .elementor-widget-form .elementor-field-group {
        width: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .elementor-widget-form .elementor-field-type-submit {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        flex-basis: 100% !important;
    }

    .elementor-widget-form .elementor-field-type-submit button.elementor-button {
        width: auto !important;
        min-width: 200px !important;
        max-width: 280px !important;
        padding: 15px 40px !important;
    }
}

/* ==========================================================================
   SECTION 8 : GESTION SOUS-MENUS LANGUES HEADER
   ========================================================================== */

/* Ciblage spécifique pour les sous-menus de langue WPML uniquement */
.wpml-ls-menu-item .sub-menu {
    width: auto !important;
    min-width: 80px !important;
    padding: 5px !important;
}

/* Centrage des drapeaux pour une esthétique propre */
.wpml-ls-menu-item .sub-menu li {
    width: 100% !important;
    text-align: center;
}

/* ==========================================================================
   SECTION 9 : BOUTONS DES OFF-CANVAS AVEC TEXTE CLIQUABLE
   ========================================================================== */

/* 1. Aligne le header et décale de 10px */
.mon-offcanvas-custom .wpr-offcanvas-header {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-left: 10px !important;
    position: relative !important;
}

/* 2. On rend la croix "invisible" mais elle couvre tout le header pour le clic */
.mon-offcanvas-custom .wpr-close-offcanvas {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important; 
    height: 100% !important;
    cursor: pointer !important;
    z-index: 10 !important;
    background: transparent !important;
}

/* 3. On force l'icône interne à rester visible et bien placée */
.mon-offcanvas-custom .wpr-close-offcanvas i {
    opacity: 1 !important;
    position: absolute !important;
    left: 10px !important; 
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important; 
    display: block !important;
}

/* 4. Le titre est visuellement en dessous, mais physiquement "cliquable" */
.mon-offcanvas-custom .wpr-offcanvas-title {
    margin-left: 35px !important; 
    pointer-events: none !important; 
    white-space: nowrap !important;
    z-index: 5 !important;
}

/* ==========================================================================
   SECTION 10 : CONTOURS DES ELEMENT INTERACTIFS EN FRONT END
   ========================================================================== */

/* On supprime le contour bleu par défaut sur les éléments interactifs */
select:focus,
.reset_variations:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* On cible le sélecteur WooCommerce pour neutraliser le focus bleu */
.variations select:focus {
    outline: none !important;
    
    /* On supprime l'effet de halo "bleu" ou "marqué" */
    box-shadow: none !important; 
    
    /* On force une bordure discrète (ou on laisse inherit pour reprendre la bordure de ton site) */
    border-color: #cccccc !important; 
}
/* ==========================================================================
   SECTION 11 : gestion des esapce dans les blovs justifiés

========================================================================== */ 
.texte-justifie {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* On s'assure juste que la page prend toute la hauteur pour Lenis */
html, body {
    height: 100%;
    margin: 0;
}
html {
    /* Force le rendu du scroll sur le GPU et libère la main du moteur WebKit */
    -webkit-overflow-scrolling: touch; 
    /* Empêche Safari de décider lui-même de la courbe d'accélération */
    scroll-behavior: auto !important; 
}

/* On isole Safari avec un hack CSS */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        html {
            /* Ces propriétés aident WebKit à accepter l'interpolation de Lenis */
            overflow-y: scroll;
            overscroll-behavior: none;
        }
    }
}
/* ==========================================================================
   SECTION 12 : design bannière RGBD

========================================================================== */ 

/* ==========================================================================
   SECTION 1 : DESIGN & TYPOGRAPHIE DES OFFRES (YAYPRICING)
   ========================================================================== */

body .yaydp-free-item-badge, tr .yaydp-free-item-badge, div .yaydp-free-item-badge {
    background-color: #2c99d5 !important;
    background: #2c99d5 !important;
    color: #ffffff !important;
    padding: 1px 10px !important; 
    border-radius: 4px !important;
    display: inline-block !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: center !important;
    -webkit-font-smoothing: antialiased;
}

#yaydp-offer-description .yaydp-offer-description {
    background-color: #2c99d5 !important;
    padding: 4px 20px !important;
    border-radius: 6px !important;
    margin: 20px 0 !important;
    display: block !important;
    box-shadow: 0 4px 12px rgba(44, 153, 213, 0.15);
}

#yaydp-offer-description .yaydp-offer-description p {
    color: #ffffff !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    letter-spacing: 0.02em !important;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

#yaydp-offer-description .yaydp-offer-description p span {
    color: #ffffff !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}

/* ==========================================================================
   SECTION 2 : AUTOMATISATION DU SALE TAG
   ========================================================================== */

.yaydp-sale-tag { display: none !important; }

.yaydp-sale-tag[data-sale-tag-template*="Offre"],
.yaydp-sale-tag[data-sale-tag-template*="offre"],
.yaydp-sale-tag[data-sale-tag-template*="OFFRE"] {
    display: inline-flex !important;
    align-items: center !important;   
    justify-content: center !important; 
    background-color: #2c99d5 !important;
    border-color: #2c99d5 !important;
    color: #ffffff !important;
    padding: 6px 14px !important;   
    border-radius: 4px !important;
    font-family: 'Albert Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 1 !important;        
}

.yaydp-sale-tag[data-initial-rules*="gressifs"],
.yaydp-sale-tag[data-variation-rules*="gressifs"] { display: none !important; }

.yaydp-sale-tag[data-initial-rules*="Buy"],
.yaydp-sale-tag[data-initial-rules*="free"],
.yaydp-sale-tag[data-variation-rules*="Buy"],
.yaydp-sale-tag[data-variation-rules*="free"] { display: inline-flex !important; }

/* ==========================================================================
   SECTION 3 : TRADUCTIONS
   ========================================================================== */

html[lang*="fr"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="fr"] .yaydp-free-item-badge::before { content: "Gratuit" !important; font-size: 10px !important; text-transform: uppercase !important; }

html[lang*="en"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="en"] .yaydp-free-item-badge::before { content: "Free" !important; font-size: 10px !important; text-transform: uppercase !important; }

html[lang*="de"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="de"] .yaydp-free-item-badge::before { content: "Gratis" !important; font-size: 10px !important; text-transform: uppercase !important; }

html[lang*="nl"] .yaydp-free-item-badge { font-size: 0 !important; }
html[lang*="nl"] .yaydp-free-item-badge::before { content: "Gratis" !important; font-size: 10px !important; text-transform: uppercase !important; }

/* ==========================================================================
   SECTION 4 & 5 : MINI-PANIER & LIENS
   ========================================================================== */

.wpr-mini-cart-name-and-quantity .yaydp-cart-item-price { display: inline-flex !important; align-items: center; gap: 4px !important; }
.wpr-mini-cart-quantity-fixed { display: inline-block !important; font-family: 'Albert Sans', sans-serif !important; font-size: 13px !important; font-weight: 300 !important; color: #777777 !important; }
.wpr-mini-cart-name-and-quantity .yaydp-free-item-badge { margin-left: 0 !important; }

.wpr-mini-cart-wrap .quantity, .wpr-mini-cart-wrap .quantity *, .wpr-mini-cart-wrap .amount { color: #777777 !important; }
.wpr-mini-cart-wrap .woocommerce-mini-cart__total, .wpr-mini-cart-wrap .woocommerce-mini-cart__total .amount { color: #222222 !important; }

.woocommerce-cart a:not(.button), .wpr-mini-cart-wrap a:not(.button), .summary .description a { color: #2EA4DD !important; text-decoration: none !important; box-shadow: none !important; }
.woocommerce-cart a:not(.button):hover, .wpr-mini-cart-wrap a:not(.button):hover { color: #010101 !important; }

/* ==========================================================================
   SECTION 6 : ANTIDOTES MENUS & ADMIN
   ========================================================================== */

.hfe-nav-menu nav a { color: #2B4147 !important; }
.hfe-nav-menu nav a:hover { color: #61B3CE !important; }

#wpadminbar, #wpadminbar * { color: #f0f6fc !important; text-shadow: none !important; }

/* ==========================================================================
   SECTION 7 & 8 : RESPONSIVE & LANGUES
   ========================================================================== */

@media (max-width: 1024px) {
    .elementor-widget-form .elementor-field-group { width: 100% !important; flex-basis: 100% !important; }
}

.wpml-ls-menu-item .sub-menu { width: auto !important; min-width: 80px !important; padding: 5px !important; }

/* ==========================================================================
   SECTION 9, 10 & 11 : OFF-CANVAS, FOCUS & LÉNIS
   ========================================================================== */

.mon-offcanvas-custom .wpr-offcanvas-header { display: flex !important; align-items: center; padding-left: 10px !important; }
a:focus, select:focus { outline: none !important; box-shadow: none !important; }

.texte-justifie { text-align: justify; -webkit-hyphens: auto; hyphens: auto; }

* ==========================================================================
   SECTION 12 : DESIGN BANNIÈRE RGPD (FIXES ET FLEX)
   ========================================================================== * 1. Bloc de base */
#cmplz-cookiebanner-2-optin {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 90% !important; 
    max-width: 600px !important;
    padding: 20px !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25) !important;
    z-index: 999999 !important;
    box-sizing: border-box !important;
}

/* 2. Header & Titre (RÉINTÉGRÉ) */
#cmplz-cookiebanner-2-optin .cmplz-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

#cmplz-cookiebanner-2-optin .cmplz-title {
    display: block !important;
    font-family: 'Albert Sans', sans-serif !important; 
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    color: #000 !important;
    margin: 0 !important;
    flex: 1 !important; /* Force le titre à occuper l'espace sans disparaître */
    min-width: 0 !important; /* Empêche le titre d'être écrasé */
}

/* 3. Boutons et Structure */
#cmplz-cookiebanner-2-optin .cmplz-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
}

.cmplz-btn {
    width: 100% !important;
    border-radius: 30px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-family: 'Albert Sans', sans-serif !important;
    text-align: center !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.cmplz-message {
    font-family: 'Albert Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin: 0 0 15px 0 !important;
}

/* 4. Nettoyage final */
#cmplz-cookiebanner-2-optin .cmplz-close {
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

#cmplz-cookiebanner-2-optin .cmplz-close:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* --- AJUSTEMENTS ESPACEMENT HEADER/CORPS --- */
#cmplz-cookiebanner-2-optin .cmplz-divider.cmplz-divider-header {
    display: none !important;
}

#cmplz-cookiebanner-2-optin .cmplz-header {
    margin-bottom: 5px !important;
}

#cmplz-cookiebanner-2-optin .cmplz-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* On force le bouton à respecter la même largeur que la bannière */
#cmplz-manage-consent {
    width: 90% !important;        /* Aligné avec le 90% de votre bannière */
    max-width: 560px !important;  /* La limite mathématique réelle */
    margin: 0 auto !important;    /* Centrage pour correspondre à la bannière */
    position: fixed !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999999 !important;
}

/* On s'assure que le bouton à l'intérieur ne dépasse pas */
#cmplz-manage-consent .cmplz-btn {
    width: 100% !important; /* Il remplit le conteneur, mais pas plus */
}
