.elementor-2484 .elementor-element.elementor-element-4f4c3c78{--display:flex;--overlay-opacity:0.5;}.elementor-2484 .elementor-element.elementor-element-4f4c3c78::before, .elementor-2484 .elementor-element.elementor-element-4f4c3c78 > .elementor-background-video-container::before, .elementor-2484 .elementor-element.elementor-element-4f4c3c78 > .e-con-inner > .elementor-background-video-container::before, .elementor-2484 .elementor-element.elementor-element-4f4c3c78 > .elementor-background-slideshow::before, .elementor-2484 .elementor-element.elementor-element-4f4c3c78 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2484 .elementor-element.elementor-element-4f4c3c78 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2484 .elementor-element.elementor-element-04e42f2{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:var( --e-global-color-a9336f0 );}@media(max-width:1024px){.elementor-2484 .elementor-element.elementor-element-4f4c3c78{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2484 .elementor-element.elementor-element-04e42f2{text-align:left;}}@media(max-width:1024px) and (min-width:768px){.elementor-2484 .elementor-element.elementor-element-4f4c3c78{--content-width:900px;}}/* Start custom CSS for container, class: .elementor-element-4f4c3c78 *//* ===========================
   ZERO2HERO — WHITE CARD PREMIUM
   Pages légales, livraison, CGU, FAQ, etc.
=========================== */

.z2h-legal {
    max-width: 900px;
    margin: 60px auto;
    padding: 50px 40px;

    /* 🟦 Bloc blanc élégant */
    background: #ffffff;
    border-radius: 22px;

    /* Ombre premium */
    box-shadow:
        0 12px 32px rgba(0,0,0,0.12),
        0 6px 14px rgba(0,0,0,0.08);

    color: #222;   /* meilleur contraste */
    font-family: 'Inter', sans-serif;
    line-height: 1.65;
}

/* ========== TITRES ========== */

/* H1 */
.z2h-legal h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;

    /* léger gradient text Z2H */
    background: linear-gradient(90deg, #ff66c4, #ffb96f);
    -webkit-background-clip: text;
    color: transparent;

    padding-bottom: 10px;
}

/* H2 */
.z2h-legal h2 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Ligne fine sous H2 */
.z2h-legal h2::after {
    content: "";
    flex-grow: 1;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ff82d2, #ffb97a);
    opacity: 0.35;
}

/* Optionnel : enlever l’éclair */
.z2h-legal h2::before {
    content: "";
}

/* ========== TEXTES ========== */

.z2h-legal p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #333;
}

/* ========== LISTES ========== */

.z2h-legal ul {
    margin: 10px 0 25px 0;
    padding-left: 0;
}

.z2h-legal ul li {
    list-style: none;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    position: relative;
}

/* Bullet Z2H discret */
.z2h-legal ul li::before {
    content: "⚡";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
    color: #ff66c4;
}

/* OL */
.z2h-legal ol {
    margin-left: 20px;
}

.z2h-legal ol li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

/* ========== ENCARTS / BLOCKQUOTES ========== */
.z2h-legal blockquote {
    margin: 25px 0;
    padding: 20px 25px;
    background: #f7f7f7;
    border-left: 4px solid #ff66c4;
    border-radius: 12px;
    color: #444;
    font-style: italic;
}

/* ========== LIENS ========== */
.z2h-legal a {
    color: #ff66c4;
    font-weight: 600;
    text-decoration: underline;
}

.z2h-legal a:hover {
    color: #ff3fad;
    text-decoration: none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .z2h-legal {
        margin: 30px 10px;
        padding: 35px 20px;
        border-radius: 18px;
    }

    .z2h-legal h1 {
        font-size: 30px;
    }

    .z2h-legal h2 {
        font-size: 22px;
    }

    .z2h-legal p,
    .z2h-legal li {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS *//* ===========================
   ZERO2HERO — STYLE PAGES SIMPLES
   Conditions, FAQ, livraison…
=========================== */

/* Container global */
.page-content, 
.entry-content {
    max-width: 900px;
    margin: auto;
    padding: 60px 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    line-height: 1.65;
}

/* Titres principaux (H1) */
.entry-content h1, 
.page-content h1 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #ff9bd8, #ffb27c);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 2px 8px rgba(255,150,200,0.35);
}

/* Sous-titres (H2) */
.entry-content h2, 
.page-content h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

/* Petite barre néon sous les H2 */
.entry-content h2:after, 
.page-content h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 4px;
    margin-top: 6px;
    background: linear-gradient(90deg, #ff82d2, #ffb97a);
}

/* Paragraphes */
.entry-content p, 
.page-content p {
    font-size: 17px;
    opacity: 0.92;
    margin-bottom: 18px;
}

/* Listes */
.entry-content ul, 
.page-content ul {
    margin: 15px 0 25px 0;
    padding-left: 22px;
}

.entry-content ul li, 
.page-content ul li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 20px;
}

/* Bullet stylé ZeroHero */
.entry-content ul li:before, 
.page-content ul li:before {
    content: "⚡";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ffb27c;
}

/* Numérotation (ol) */
.entry-content ol li, 
.page-content ol li {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 17px;
}

/* Encarts (blockquotes / notes) */
.entry-content blockquote, 
.page-content blockquote {
    margin: 30px 0;
    padding: 20px 25px;
    background: rgba(255,255,255,0.1);
    border-left: 4px solid #ff82d2;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    color: #fff;
    font-style: italic;
}

/* Liens */
.entry-content a, 
.page-content a {
    color: #ffe1ff;
    font-weight: 600;
    text-decoration: underline;
}

.entry-content a:hover, 
.page-content a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Tableaux (si jamais tu en mets) */
.entry-content table, 
.page-content table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
}

.entry-content th, 
.page-content th {
    padding: 12px;
    background: rgba(255,255,255,0.15);
    font-weight: 700;
}

.entry-content td, 
.page-content td {
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .entry-content h1, .page-content h1 {
        font-size: 30px;
    }

    .entry-content h2, .page-content h2 {
        font-size: 22px;
    }

    .entry-content p, .page-content p {
        font-size: 16px;
    }

    .page-content, .entry-content {
        padding: 40px 18px;
    }
}/* End custom CSS */