.elementor-2636 .elementor-element.elementor-element-4f4c3c78{--display:flex;}.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-2636 .elementor-element.elementor-element-04e42f2{color:var( --e-global-color-a9336f0 );}/* Start custom CSS for text-editor, class: .elementor-element-04e42f2 *//* ===========================
   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 */