.elementor-5242 .elementor-element.elementor-element-35b9727d{--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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-a31a4c0 *//* --- CLEMY MASTER SYSTEM : CHARTE PURPLE & WINE --- */
#clemy-2026-master {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, 0.9);
    
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* --- NAV : SMART CAPSULE --- */
#clemy-2026-master .clemy-nav {
    position: sticky; top: 15px; z-index: 1000;
    padding: 0 15px; margin: 0 auto; max-width: 1100px;
}

#clemy-2026-master .nav-container {
    background: var(--glass);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(110, 27, 137, 0.1);
    border-radius: 100px; padding: 10px 20px;
    display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 10px 40px rgba(30, 16, 54, 0.08);
}

#clemy-2026-master .nav-logo { font-weight: 900; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }
#clemy-2026-master .nav-logo span { color: var(--purple); }

#clemy-2026-master .nav-scroll { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
#clemy-2026-master .nav-scroll::-webkit-scrollbar { display: none; }

#clemy-2026-master .nav-item {
    text-decoration: none; color: #555; font-size: 0.75rem; font-weight: 700;
    padding: 8px 14px; border-radius: 50px; white-space: nowrap; transition: 0.3s;
}
#clemy-2026-master .nav-item span { color: var(--purple); opacity: 0.6; margin-right: 4px; }
#clemy-2026-master .nav-item:hover { background: var(--purple); color: white; }
#clemy-2026-master .nav-item:hover span { color: white; }

/* --- HERO : EDITORIAL FORCE --- */
#clemy-2026-master .clemy-hero {
    padding: clamp(60px, 12vw, 120px) 20px 60px;
    text-align: center; position: relative;
}

#clemy-2026-master .hero-aura {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.05) 0%, transparent 70%);
}

#clemy-2026-master .hero-tag {
    display: inline-block; background: var(--lavender); color: var(--purple);
    padding: 6px 16px; border-radius: 50px; font-size: 0.7rem; font-weight: 900;
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 25px;
}

#clemy-2026-master .hero-title {
    font-size: clamp(2.2rem, 8vw, 4.5rem);
    font-weight: 900; line-height: 1; margin: 0;
}

#clemy-2026-master .purple-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-2026-master .hero-lead {
    margin-top: 30px; font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: #555; max-width: 750px; margin-left: auto; margin-right: auto;
}

/* --- INTRO CARD : GLASSMONOLITH --- */
#clemy-2026-master .clemy-intro { padding: 0 20px 80px; }

#clemy-2026-master .intro-card {
    max-width: 1100px; margin: 0 auto;
    background: var(--white); border-radius: 40px;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.06);
    border: 1px solid #F0F0F0; overflow: hidden; display: flex;
}

#clemy-2026-master .card-accent { width: 12px; background: linear-gradient(to bottom, var(--purple), var(--wine)); flex-shrink: 0; }
#clemy-2026-master .card-inner { padding: clamp(35px, 6vw, 70px); width: 100%; }

#clemy-2026-master .intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; margin-bottom: 40px; }

#clemy-2026-master .p-bold { font-size: 1.3rem; font-weight: 700; color: var(--purple); line-height: 1.4; margin-bottom: 20px; }
#clemy-2026-master .intro-text p { font-size: 1.05rem; color: #444; margin-bottom: 20px; text-align: justify; }

#clemy-2026-master .intro-insight {
    background: var(--lavender); padding: 40px; border-radius: 30px;
    display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
}

#clemy-2026-master .insight-icon { font-size: 2rem; color: var(--purple); margin-bottom: 20px; }
#clemy-2026-master .intro-insight blockquote {
font-size: 1.5rem; font-style: italic; color: var(--dark); margin: 0;
}

#clemy-2026-master .intro-footer {
    border-top: 1px solid #EEE; padding-top: 30px;
}
#clemy-2026-master .intro-footer p { font-size: 1.1rem; color: #555; text-align: center; margin: 0; }

/* --- RESPONSIVE 2000% --- */
@media (max-width: 900px) {
    #clemy-2026-master .nav-logo { display: none; }
    #clemy-2026-master .nav-container { justify-content: center; }
    #clemy-2026-master .intro-grid { grid-template-columns: 1fr; gap: 30px; }
    #clemy-2026-master .intro-card { flex-direction: column; border-radius: 30px; }
    #clemy-2026-master .card-accent { width: 100%; height: 8px; }
    #clemy-2026-master .intro-text p { text-align: left; }
}

@media (max-width: 480px) {
    #clemy-2026-master .hero-title { line-height: 1.1; }
    #clemy-2026-master .card-inner { padding: 30px 20px; }
}/* ============================================================
   FORCE RESPONSIVE : CLEMY MASTER SYSTEM (#clemy-2026-master)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-2026-master {
        padding-bottom: 50px !important;
        overflow-x: hidden !important;
    }

    /* 2. NAVIGATION CAPSULE (Optimisation Tactile) */
    #clemy-2026-master .clemy-nav {
        top: 10px !important;
        padding: 0 10px !important;
    }

    #clemy-2026-master .nav-container {
        padding: 8px 15px !important;
        border-radius: 40px !important;
        justify-content: center !important; /* Centre les éléments */
    }

    #clemy-2026-master .nav-logo {
        display: none !important; /* On gagne de la place pour les liens */
    }

    #clemy-2026-master .nav-scroll {
        width: 100% !important;
        justify-content: flex-start !important; /* Permet le swipe horizontal */
        gap: 5px !important;
    }

    #clemy-2026-master .nav-item {
        font-size: 0.7rem !important;
        padding: 6px 12px !important;
    }

    /* 3. HERO SECTION : DOMPTER LE TITRE CLAMP */
    #clemy-2026-master .clemy-hero {
        padding: 50px 15px 40px !important;
    }

    #clemy-2026-master .hero-title {
        font-size: 1.85rem !important; /* Taille sécurisée pour iPhone SE */
        line-height: 1.15 !important;
        letter-spacing: -0.5px !important;
    }

    #clemy-2026-master .hero-tag {
        font-size: 0.65rem !important;
        padding: 5px 12px !important;
        letter-spacing: 1.5px !important;
        margin-bottom: 20px !important;
    }

    #clemy-2026-master .hero-lead {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-top: 25px !important;
    }

    /* 4. INTRO CARD (La transformation Monolith) */
    #clemy-2026-master .clemy-intro {
        padding: 0 15px 60px !important;
    }

    #clemy-2026-master .intro-card {
        flex-direction: column !important; /* Accentuation en haut */
        border-radius: 24px !important;
        margin: 0 !important;
    }

    #clemy-2026-master .card-accent {
        width: 100% !important;
        height: 6px !important; /* Devient une barre horizontale */
    }

    #clemy-2026-master .card-inner {
        padding: 30px 20px !important;
    }

    #clemy-2026-master .intro-grid {
        grid-template-columns: 1fr !important; /* Une seule colonne force */
        gap: 30px !important;
    }

    #clemy-2026-master .p-bold {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    #clemy-2026-master .intro-text p {
        font-size: 0.95rem !important;
        text-align: left !important; /* On retire le justify */
        line-height: 1.6 !important;
    }

    /* 5. INSIGHT BLOCK (La citation) */
    #clemy-2026-master .intro-insight {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        border-left: none !important;
        border-top: 5px solid var(--purple) !important; /* Bordure en haut pour mobile */
    }

    #clemy-2026-master .insight-icon {
        font-size: 1.5rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-2026-master .intro-insight blockquote {
        font-size: 1.2rem !important;
        line-height: 1.3 !important;
    }

    #clemy-2026-master .intro-footer {
        padding-top: 25px !important;
    }

    #clemy-2026-master .intro-footer p {
        font-size: 0.9rem !important;
    }
}

/* Fix spécifique iPhone SE (écrans < 350px) */
@media (max-width: 350px) {
    #clemy-2026-master .hero-title { font-size: 1.6rem !important; }
    #clemy-2026-master .p-bold { font-size: 1.05rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fecf2ea *//* --- SECTION 02 : CLIMAT STELLAIRE (DESIGN VISIONNAIRE) --- */
#clemy-climat-stellaire {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(80px, 12vw, 140px) 0;
    background: #FFF;
    color: var(--dark);
}

#clemy-climat-stellaire .prestige-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* HEADER STYLE */
#clemy-climat-stellaire .climat-header { margin-bottom: clamp(50px, 8vw, 80px); }

#clemy-climat-stellaire .kicker-group { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
#clemy-climat-stellaire .kicker { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; color: var(--purple); }
#clemy-climat-stellaire .kicker-line { flex-grow: 1; height: 1px; background: linear-gradient(90deg, var(--purple), transparent); max-width: 120px; }

#clemy-climat-stellaire .display-title {
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    font-weight: 900; line-height: 1.1; margin: 0;
}

#clemy-climat-stellaire .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* INTRO TEXT */
#clemy-climat-stellaire .climat-intro {
    max-width: 850px; margin-bottom: 80px;
}
#clemy-climat-stellaire .p-lead { font-size: 1.4rem; font-weight: 600; color: var(--purple); margin-bottom: 20px; line-height: 1.4; }
#clemy-climat-stellaire .climat-intro p { font-size: 1.1rem; color: #555; text-align: justify; }

/* CONSTELLATION GRID */
#clemy-climat-stellaire .constellation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* ASTRAL MODULES */
#clemy-climat-stellaire .astral-module {
    background: #FFF;
    border-radius: 40px;
    padding: clamp(35px, 5vw, 50px);
    border: 1px solid #F0F0F0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(30, 16, 54, 0.04);
}

#clemy-climat-stellaire .astral-module:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(110, 27, 137, 0.1);
    border-color: var(--purple);
}

#clemy-climat-stellaire .module-glow {
    position: absolute; top: -50px; right: -50px;
    width: 120px; height: 120px;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.1) 0%, transparent 70%);
    transition: 0.5s;
}

#clemy-climat-stellaire .astral-module:hover .module-glow {
    transform: scale(3);
    background: radial-gradient(circle, rgba(110, 27, 137, 0.15) 0%, transparent 70%);
}

#clemy-climat-stellaire .planet-tag {
    display: inline-block; padding: 5px 15px; border-radius: 50px;
    background: var(--lavender); color: var(--purple);
    font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 20px;
}

#clemy-climat-stellaire .astral-module h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem; color: var(--dark);
    margin-bottom: 20px; line-height: 1.2;
}
#clemy-climat-stellaire .astral-module h3 span { color: var(--purple); display: block; font-size: 1.2rem; }

#clemy-climat-stellaire .astral-module p {
    font-size: 1rem; color: #555; line-height: 1.7; text-align: justify; margin: 0;
}

/* HIGHLIGHT WINE (JUPITER) */
#clemy-climat-stellaire .highlight-wine:hover {
    border-color: var(--wine);
    box-shadow: 0 40px 80px rgba(100, 18, 53, 0.1);
}
#clemy-climat-stellaire .highlight-wine .planet-tag { background: #feeef4; color: var(--wine); }
#clemy-climat-stellaire .highlight-wine .astral-module h3 span { color: var(--wine); }

/* RESPONSIVE ADAPTATION */
@media (max-width: 900px) {
    #clemy-climat-stellaire .constellation-grid { grid-template-columns: 1fr; }
    #clemy-climat-stellaire .climat-intro p,
    #clemy-climat-stellaire .astral-module p { text-align: left; }
    #clemy-climat-stellaire .astral-module { border-radius: 30px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : CLIMAT STELLAIRE (#clemy-climat-stellaire)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL DE LA SECTION */
    #clemy-climat-stellaire {
        padding: 50px 0 !important; /* On divise les marges par 2.5 */
        overflow: hidden !important;
    }

    #clemy-climat-stellaire .prestige-container {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉPURE LA LIGNE DÉCO */
    #clemy-climat-stellaire .climat-header {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-climat-stellaire .kicker-group {
        justify-content: center !important;
        gap: 10px !important;
    }

    #clemy-climat-stellaire .kicker-line {
        display: none !important; /* On cache la ligne pour éviter les décalages */
    }

    #clemy-climat-stellaire .kicker {
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }

    #clemy-climat-stellaire .display-title {
        font-size: 1.85rem !important; /* Taille de sécurité mobile */
        line-height: 1.2 !important;
    }

    /* 3. INTRO : LISIBILITÉ MAXIMALE */
    #clemy-climat-stellaire .climat-intro {
        margin-bottom: 45px !important;
        text-align: center;
    }

    #clemy-climat-stellaire .p-lead {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    #clemy-climat-stellaire .climat-intro p {
        font-size: 1rem !important;
        text-align: left !important; /* On retire le justify */
        line-height: 1.6 !important;
    }

    /* 4. GRID : LE CORRECTIF CRITIQUE */
    #clemy-climat-stellaire .constellation-grid {
        grid-template-columns: 1fr !important; /* ON FORCE UNE SEULE COLONNE */
        gap: 20px !important;
    }

    /* 5. ASTRAL MODULES : ADAPTATION */
    #clemy-climat-stellaire .astral-module {
        padding: 30px 20px !important; /* On réduit le padding 50px */
        border-radius: 24px !important;
        transform: none !important; /* On fige pour le tactile */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Désactivation du hover pour éviter les sauts d'écran sur mobile */
    #clemy-climat-stellaire .astral-module:hover {
        transform: none !important;
        border-color: #F0F0F0 !important;
    }

    #clemy-climat-stellaire .module-glow {
        width: 100px !important;
        height: 100px !important;
        top: -20px !important;
        right: -20px !important;
    }

    #clemy-climat-stellaire .planet-tag {
        font-size: 0.65rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-climat-stellaire .astral-module h3 {
        font-size: 1.5rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-climat-stellaire .astral-module h3 span {
        font-size: 1rem !important;
    }

    #clemy-climat-stellaire .astral-module p {
        font-size: 0.95rem !important;
        text-align: left !important;
        line-height: 1.6 !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (320px) */
@media (max-width: 350px) {
    #clemy-climat-stellaire .display-title { font-size: 1.6rem !important; }
    #clemy-climat-stellaire .astral-module h3 { font-size: 1.3rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1da7771 *//* --- SECTION 03 : FIRE & AIR MASTER DESIGN --- */
#clemy-zodiac-fire-air {
    --wine: #641235;
    --amethyst: #6e1b89;
    --dark: #1e1036;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: #FFF;
}

#clemy-zodiac-fire-air .prestige-canvas {
    max-width: 1300px; margin: 0 auto; padding: 0 25px;
}

/* HEADER EDITORIAL */
#clemy-zodiac-fire-air .editorial-header { text-align: center; margin-bottom: 80px; }
#clemy-zodiac-fire-air .kicker-group { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 25px; }
#clemy-zodiac-fire-air .kicker { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; color: var(--amethyst); }
#clemy-zodiac-fire-air .kicker-glow { width: 50px; height: 1px; background: linear-gradient(90deg, var(--amethyst), transparent); }

#clemy-zodiac-fire-air .display-title {
font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 900; line-height: 1.1; margin: 0 0 30px;
}

#clemy-zodiac-fire-air .text-gradient {
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-zodiac-fire-air .section-intro {
    max-width: 800px; margin: 0 auto; font-size: 1.15rem; color: #555; line-height: 1.7;
}

/* ZODIAC MOSAIC */
#clemy-zodiac-fire-air .zodiac-mosaic {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

/* SIGN CARDS */
#clemy-zodiac-fire-air .sign-card {
    background: var(--white); border-radius: 40px;
    border: 1px solid #F0F0F0; transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex; flex-direction: column;
}

#clemy-zodiac-fire-air .sign-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(30, 16, 54, 0.08);
}

/* ELEMENT THEMES */
#clemy-zodiac-fire-air .element-fire:hover { border-color: var(--wine); }
#clemy-zodiac-fire-air .element-air:hover { border-color: var(--amethyst); }

#clemy-zodiac-fire-air .card-inner { padding: clamp(30px, 5vw, 50px); height: 100%; display: flex; flex-direction: column; }

#clemy-zodiac-fire-air .sign-header { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 25px; }
#clemy-zodiac-fire-air .sign-symbol { font-size: 2.5rem; line-height: 1; }
#clemy-zodiac-fire-air .sign-header h3 { font-size: 1.6rem; color: var(--dark); margin: 0; }
#clemy-zodiac-fire-air .sign-header h3 span { display: block; font-size: 0.95rem; font-weight: 800; text-transform: uppercase; color: #888; margin-top: 5px; }

#clemy-zodiac-fire-air .sign-body p { font-size: 1rem; color: #555; line-height: 1.7; text-align: justify; margin: 0 0 30px; }

/* ADVICE CAPSULE */
#clemy-zodiac-fire-air .clemy-advice {
    margin-top: auto; background: var(--lavender); padding: 25px; border-radius: 25px;
    position: relative; border-left: 4px solid var(--amethyst);
}

#clemy-zodiac-fire-air .element-fire .clemy-advice { border-left-color: var(--wine); }

#clemy-zodiac-fire-air .advice-tag {
    display: block; font-size: 0.7rem; font-weight: 900; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--amethyst); margin-bottom: 8px;
}

#clemy-zodiac-fire-air .element-fire .advice-tag { color: var(--wine); }
#clemy-zodiac-fire-air .clemy-advice p { margin: 0; font-size: 0.95rem; font-weight: 700; color: var(--dark); line-height: 1.5; }

/* VISUAL FOOTER */
#clemy-zodiac-fire-air .section-visual { text-align: center; }
#clemy-zodiac-fire-air .visual-wrap { display: inline-block; position: relative; padding: 12px; background: white; border-radius: 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.06); }
#clemy-zodiac-fire-air .visual-wrap img { width: 100%; max-width: 300px; border-radius: 20px; display: block; }
#clemy-zodiac-fire-air .visual-badge { position: absolute; bottom: 30px; right: -20px; background: var(--dark); color: white; padding: 10px 20px; border-radius: 100px; font-size: 0.75rem; font-weight: 900; }

/* RESPONSIVE */
@media (max-width: 900px) {
    #clemy-zodiac-fire-air .zodiac-mosaic { grid-template-columns: 1fr; }
    #clemy-zodiac-fire-air .editorial-header { text-align: left; }
    #clemy-zodiac-fire-air .kicker-group { justify-content: flex-start; }
    #clemy-zodiac-fire-air .sign-body p { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE : FIRE & AIR (#clemy-zodiac-fire-air)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-zodiac-fire-air {
        padding: 50px 0 !important;
        overflow-x: hidden !important; /* On coupe court à tout dépassement */
    }

    #clemy-zodiac-fire-air .prestige-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉPURE POUR LE MOBILE */
    #clemy-zodiac-fire-air .editorial-header {
        margin-bottom: 40px !important;
        text-align: center !important; /* Centrage pour l'équilibre visuel */
    }

    #clemy-zodiac-fire-air .kicker-group {
        justify-content: center !important;
        gap: 10px !important;
    }

    #clemy-zodiac-fire-air .kicker-glow {
        display: none !important; /* On enlève les lignes pour aérer */
    }

    #clemy-zodiac-fire-air .display-title {
        font-size: 1.8rem !important; /* Taille de sécurité */
        line-height: 1.2 !important;
    }

    #clemy-zodiac-fire-air .section-intro {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }

    /* 3. MOSAIC GRID : LE CORRECTIF CRITIQUE */
    #clemy-zodiac-fire-air .zodiac-mosaic {
        /* On casse le minmax(360px) qui est trop large pour mobile */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
        margin-bottom: 50px !important;
    }

    /* 4. SIGN CARDS : CONFORT ET STABILITÉ */
    #clemy-zodiac-fire-air .sign-card {
        border-radius: 30px !important;
        transform: none !important; /* On fige pour éviter les bugs tactiles */
    }

    #clemy-zodiac-fire-air .sign-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(30, 16, 54, 0.05) !important;
    }

    #clemy-zodiac-fire-air .card-inner {
        padding: 30px 20px !important; /* Réduction du padding */
    }

    #clemy-zodiac-fire-air .sign-header {
        flex-direction: column !important; /* Symbole au-dessus du nom */
        align-items: center !important;
        text-align: center;
        gap: 10px !important;
    }

    #clemy-zodiac-fire-air .sign-symbol {
        font-size: 2.2rem !important;
    }

    #clemy-zodiac-fire-air .sign-header h3 {
        font-size: 1.4rem !important;
    }

    #clemy-zodiac-fire-air .sign-body p {
        font-size: 0.95rem !important;
        text-align: left !important; /* Plus de justify sur mobile */
        margin-bottom: 25px !important;
    }

    /* 5. ADVICE CAPSULE : BORDURE HAUTE */
    #clemy-zodiac-fire-air .clemy-advice {
        padding: 20px !important;
        border-left: none !important;
        border-top: 4px solid var(--amethyst) !important; /* Plus naturel en 1 colonne */
        text-align: center;
    }

    #clemy-zodiac-fire-air .element-fire .clemy-advice {
        border-top-color: var(--wine) !important;
    }

    /* 6. VISUAL FOOTER : LE PIÈGE DU BADGE */
    #clemy-zodiac-fire-air .visual-wrap {
        padding: 8px !important;
        width: 100% !important;
        max-width: 280px !important;
    }

    #clemy-zodiac-fire-air .visual-badge {
        /* CRITIQUE : On remet le badge dans le cadre */
        right: 0 !important; 
        bottom: -15px !important;
        left: 0 !important;
        width: fit-content !important;
        margin: 0 auto !important;
        font-size: 0.65rem !important;
        padding: 8px 15px !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-zodiac-fire-air .display-title { font-size: 1.6rem !important; }
    #clemy-zodiac-fire-air .sign-header h3 { font-size: 1.2rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5e6f167 *//* --- SECTION 04 : EARTH & WATER MASTER DESIGN --- */
#clemy-zodiac-earth-water {
    --wine: #641235;
    --amethyst: #6e1b89;
    --dark: #1e1036;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --earth-accent: #4A148C;
    --water-accent: #8E24AA;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: #FFF;
    overflow: hidden;
}

#clemy-zodiac-earth-water .prestige-canvas {
    max-width: 1300px; margin: 0 auto; padding: 0 30px;
}

/* HEADER EDITORIAL */
#clemy-zodiac-earth-water .editorial-header { text-align: center; margin-bottom: clamp(60px, 10vw, 100px); }
#clemy-zodiac-earth-water .kicker-group { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 30px; }
#clemy-zodiac-earth-water .kicker { font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); }
#clemy-zodiac-earth-water .kicker-glow { width: 60px; height: 1px; background: linear-gradient(90deg, var(--amethyst), transparent); }

#clemy-zodiac-earth-water .display-title {
font-size: clamp(2.5rem, 7vw, 4rem);
    font-weight: 900; line-height: 1.1; margin: 0 0 40px; color: var(--dark);
}

#clemy-zodiac-earth-water .text-gradient {
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-zodiac-earth-water .section-intro {
    max-width: 850px; margin: 0 auto; font-size: clamp(1.1rem, 2vw, 1.25rem); color: #555; line-height: 1.8;
}

/* ZODIAC MOSAIC */
#clemy-zodiac-earth-water .zodiac-mosaic {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(320px, 45%, 500px), 1fr));
    gap: 40px;
    margin-bottom: 100px;
}

/* SIGN CARDS */
#clemy-zodiac-earth-water .sign-card {
    background: var(--white); border-radius: 50px;
    border: 1px solid #F0F0F0; transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex; flex-direction: column; position: relative;
}

/* ELEMENT DIFFERENTIATION */
#clemy-zodiac-earth-water .element-earth { border-left: 8px solid var(--earth-accent); }
#clemy-zodiac-earth-water .element-water { border-bottom: 8px solid var(--water-accent); }

#clemy-zodiac-earth-water .sign-card:hover {
    transform: scale(1.02) translateY(-10px);
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.1);
}

#clemy-zodiac-earth-water .card-inner { padding: clamp(35px, 6vw, 60px); height: 100%; display: flex; flex-direction: column; }

#clemy-zodiac-earth-water .sign-header { display: flex; align-items: center; gap: 25px; margin-bottom: 35px; }
#clemy-zodiac-earth-water .sign-symbol { font-size: clamp(2.5rem, 4vw, 3.5rem); filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1)); }
#clemy-zodiac-earth-water .sign-header h3 { font-size: 1.8rem; color: var(--dark); margin: 0; }
#clemy-zodiac-earth-water .sign-header h3 span { display: block; font-size: 0.8rem; font-family: 'Inter', sans-serif; font-weight: 800; text-transform: uppercase; color: #999; letter-spacing: 2px; margin-top: 8px; }

#clemy-zodiac-earth-water .sign-body p { font-size: 1.05rem; color: #444; line-height: 1.8; text-align: justify; margin: 0 0 40px; }

/* ADVICE BOX */
#clemy-zodiac-earth-water .clemy-advice {
    margin-top: auto; background: var(--lavender); padding: 35px; border-radius: 35px;
    border: 1px solid rgba(110, 27, 137, 0.05);
}

#clemy-zodiac-earth-water .advice-tag {
    display: inline-block; font-size: 0.7rem; font-weight: 900; text-transform: uppercase;
    letter-spacing: 2px; color: var(--amethyst); margin-bottom: 15px; padding-bottom: 5px; border-bottom: 2px solid var(--amethyst);
}

#clemy-zodiac-earth-water .clemy-advice p { margin: 0; font-size: 1rem; font-weight: 600; color: var(--dark); line-height: 1.6; font-style: italic; }

/* PORTAL VISUAL */
#clemy-zodiac-earth-water .section-visual { text-align: center; }
#clemy-zodiac-earth-water .image-portal { display: inline-block; position: relative; padding: 15px; background: white; border-radius: 45px; box-shadow: 0 40px 100px rgba(0,0,0,0.08); }
#clemy-zodiac-earth-water .image-portal img { width: 100%; max-width: 900px; border-radius: 35px; display: block; filter: saturate(1.1) brightness(1.02); }
#clemy-zodiac-earth-water .portal-badge { position: absolute; top: 40px; right: -25px; background: var(--dark); color: white; padding: 12px 30px; border-radius: 100px; font-size: 0.8rem; font-weight: 900; letter-spacing: 2px; box-shadow: 0 15px 30px rgba(0,0,0,0.2); }

/* RESPONSIVE 2000% */
@media (max-width: 1024px) {
    #clemy-zodiac-earth-water .zodiac-mosaic { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
    #clemy-zodiac-earth-water .zodiac-mosaic { grid-template-columns: 1fr; }
    #clemy-zodiac-earth-water .editorial-header, #clemy-zodiac-earth-water .sign-body p { text-align: left; }
    #clemy-zodiac-earth-water .kicker-group { justify-content: flex-start; }
    #clemy-zodiac-earth-water .portal-badge { right: 20px; top: -20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : EARTH & WATER (#clemy-zodiac-earth-water)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-zodiac-earth-water {
        padding: 50px 0 !important; /* On divise les marges par 3 */
        overflow-x: hidden !important;
    }

    #clemy-zodiac-earth-water .prestige-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE TITRE 4REM */
    #clemy-zodiac-earth-water .editorial-header {
        margin-bottom: 40px !important;
        text-align: center !important; /* Centrage pour la stabilité */
    }

    #clemy-zodiac-earth-water .kicker-group {
        justify-content: center !important;
        gap: 10px !important;
    }

    #clemy-zodiac-earth-water .kicker-glow {
        display: none !important; /* On épure le design */
    }

    #clemy-zodiac-earth-water .display-title {
        font-size: 1.85rem !important; /* Taille de sécurité iPhone */
        line-height: 1.15 !important;
        margin-bottom: 25px !important;
    }

    #clemy-zodiac-earth-water .section-intro {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    /* 3. ZODIAC MOSAIC : LE CORRECTIF CRITIQUE */
    #clemy-zodiac-earth-water .zodiac-mosaic {
        /* On casse le minmax(320px) qui est trop large avec les paddings */
        grid-template-columns: 1fr !important; 
        gap: 25px !important;
        margin-bottom: 60px !important;
    }

    /* 4. SIGN CARDS : HARMONISATION DES BORDURES */
    #clemy-zodiac-earth-water .sign-card {
        border-radius: 30px !important;
        transform: none !important; /* On fige pour éviter les gigue tactiles */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #clemy-zodiac-earth-water .sign-card:hover {
        transform: none !important;
        box-shadow: 0 15px 40px rgba(30, 16, 54, 0.05) !important;
    }

    /* On passe les bordures en HAUT pour un flux de lecture vertical */
    #clemy-zodiac-earth-water .element-earth { 
        border-left: none !important;
        border-top: 8px solid var(--earth-accent) !important; 
    }
    #clemy-zodiac-earth-water .element-water { 
        border-bottom: none !important;
        border-top: 8px solid var(--water-accent) !important; 
    }

    #clemy-zodiac-earth-water .card-inner {
        padding: 30px 20px !important; /* Réduction du padding massif */
    }

    #clemy-zodiac-earth-water .sign-header {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center;
        margin-bottom: 25px !important;
    }

    #clemy-zodiac-earth-water .sign-symbol {
        font-size: 2.5rem !important;
    }

    #clemy-zodiac-earth-water .sign-header h3 {
        font-size: 1.5rem !important;
    }

    #clemy-zodiac-earth-water .sign-body p {
        font-size: 1rem !important;
        text-align: left !important; /* Adieu le justify, bonjour la clarté */
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
    }

    /* 5. ADVICE BOX : ADAPTATION */
    #clemy-zodiac-earth-water .clemy-advice {
        padding: 25px 20px !important;
        border-radius: 24px !important;
        text-align: center;
    }

    /* 6. VISUAL PORTAL : LE PIÈGE DU BADGE */
    #clemy-zodiac-earth-water .image-portal {
        padding: 10px !important;
        border-radius: 24px !important;
    }

    #clemy-zodiac-earth-water .image-portal img {
        border-radius: 20px !important;
    }

    #clemy-zodiac-earth-water .portal-badge {
        /* On remet le badge dans le flux normal pour éviter qu'il ne dépasse */
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        margin: -20px auto 0 !important; /* Il chevauche légèrement l'image par le bas */
        width: fit-content !important;
        font-size: 0.7rem !important;
        padding: 10px 20px !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (320px) */
@media (max-width: 350px) {
    #clemy-zodiac-earth-water .display-title { font-size: 1.6rem !important; }
    #clemy-zodiac-earth-water .sign-header h3 { font-size: 1.3rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-79d403a *//* --- SECTION 05 : PORTAILS 2026 (DESIGN CHRONOS-LUXE) --- */
#clemy-dates-2026 {
    --wine: #641235;
    --amethyst: #6e1b89;
    --dark: #1e1036;
    --lavender: #f9f7fb;
    --white: #ffffff;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: #FFF;
    overflow: hidden;
}

#clemy-dates-2026 .prestige-canvas {
    max-width: 1200px; margin: 0 auto; padding: 0 30px;
}

/* HEADER EDITORIAL */
#clemy-dates-2026 .editorial-header { text-align: center; margin-bottom: clamp(60px, 10vw, 100px); }
#clemy-dates-2026 .kicker-group { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 30px; }
#clemy-dates-2026 .kicker { font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); }
#clemy-dates-2026 .kicker-glow { width: 60px; height: 1px; background: linear-gradient(90deg, var(--amethyst), transparent); }

#clemy-dates-2026 .display-title {
font-size: clamp(2.5rem, 7vw, 4rem);
    font-weight: 900; line-height: 1.1; margin: 0 0 40px; color: var(--dark);
}

#clemy-dates-2026 .text-gradient {
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-dates-2026 .section-intro {
    max-width: 800px; margin: 0 auto; font-size: clamp(1.1rem, 2vw, 1.25rem); color: #555; line-height: 1.8;
}

/* TIMELINE GRID LUXE */
#clemy-dates-2026 .timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    position: relative;
}

/* PORTAL CARDS */
#clemy-dates-2026 .portal-card {
    background: var(--lavender);
    border-radius: 40px;
    padding: clamp(35px, 5vw, 60px);
    position: relative;
    border: 1px solid #F0F0F0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#clemy-dates-2026 .portal-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.1);
    background: #FFF;
    border-color: var(--amethyst);
}

#clemy-dates-2026 .portal-aura {
    position: absolute; top: -100px; right: -100px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.08) 0%, transparent 70%);
    transition: 0.6s;
}

#clemy-dates-2026 .portal-card:hover .portal-aura {
    transform: scale(1.5);
    background: radial-gradient(circle, rgba(110, 27, 137, 0.15) 0%, transparent 70%);
}

/* DATE DESIGN */
#clemy-dates-2026 .portal-date {
    display: flex; flex-direction: column; line-height: 0.9; margin-bottom: 30px;
}

#clemy-dates-2026 .portal-date .day {
    font-size: 5rem; font-weight: 900; color: var(--wine);
}

#clemy-dates-2026 .portal-date .month {
    font-size: 1.2rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 3px; color: var(--amethyst); margin-left: 5px;
}

/* BODY CONTENT */
#clemy-dates-2026 .event-tag {
    display: inline-block; padding: 6px 15px; border-radius: 50px;
    background: var(--white); color: #888; border: 1px solid #EEE;
    font-size: 0.7rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 1.5px; margin-bottom: 15px;
}

#clemy-dates-2026 .portal-body h3 {font-size: 1.6rem;
    color: var(--dark); margin: 0 0 15px 0; line-height: 1.2;
}

#clemy-dates-2026 .portal-body p {
    font-size: 1rem; color: #555; line-height: 1.7; text-align: justify; margin: 0;
}

/* HIGHLIGHT CARD (ECLIPSE) */
#clemy-dates-2026 .highlight-portal {
    background: var(--dark); border: none;
}
#clemy-dates-2026 .highlight-portal .portal-date .day { color: var(--white); }
#clemy-dates-2026 .highlight-portal .portal-date .month { color: var(--amethyst); }
#clemy-dates-2026 .highlight-portal .portal-body h3 { color: var(--white); }
#clemy-dates-2026 .highlight-portal .portal-body p { color: rgba(255,255,255,0.7); }
#clemy-dates-2026 .highlight-portal .event-tag { background: rgba(255,255,255,0.1); border: none; color: var(--amethyst); }

/* RESPONSIVE 2000% */
@media (max-width: 900px) {
    #clemy-dates-2026 .timeline-grid { grid-template-columns: 1fr; }
    #clemy-dates-2026 .editorial-header, #clemy-dates-2026 .portal-body p { text-align: left; }
    #clemy-dates-2026 .kicker-group { justify-content: flex-start; }
    #clemy-dates-2026 .portal-card { border-radius: 30px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : PORTAILS 2026 (#clemy-dates-2026)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & SÉCURITÉ */
    #clemy-dates-2026 {
        padding: 60px 0 !important; /* On divise les marges par 2.5 */
        overflow: hidden !important;
    }

    #clemy-dates-2026 .prestige-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉPURE LE STYLE ÉDITORIAL */
    #clemy-dates-2026 .editorial-header {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-dates-2026 .kicker-group {
        justify-content: center !important;
        gap: 10px !important;
    }

    #clemy-dates-2026 .kicker-glow {
        display: none !important; /* On gagne de la clarté visuelle */
    }

    #clemy-dates-2026 .display-title {
        font-size: 1.85rem !important; /* Taille de sécurité pour iPhone */
        line-height: 1.15 !important;
    }

    #clemy-dates-2026 .section-intro {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    /* 3. TIMELINE GRID : LE CORRECTIF CRITIQUE */
    #clemy-dates-2026 .timeline-grid {
        /* On casse le minmax(320px) qui fait déborder sur les petits écrans */
        grid-template-columns: 1fr !important; 
        gap: 25px !important;
    }

    /* 4. PORTAL CARDS : ADAPTATION ET STABILITÉ */
    #clemy-dates-2026 .portal-card {
        padding: 30px 20px !important; /* On réduit le padding 60px du desktop */
        border-radius: 24px !important;
        transform: none !important; /* On fige pour le tactile */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #clemy-dates-2026 .portal-card:hover {
        transform: none !important; /* Désactive le scale qui peut faire gigue le scroll */
        box-shadow: 0 15px 40px rgba(30, 16, 54, 0.05) !important;
    }

    /* Fix de l'aura qui crée le scroll horizontal */
    #clemy-dates-2026 .portal-aura {
        width: 150px !important;
        height: 150px !important;
        top: -40px !important;
        right: -40px !important;
        opacity: 0.1 !important;
    }

    /* 5. DATE DESIGN : RÉDUCTION DE LA MASSE */
    #clemy-dates-2026 .portal-date {
        align-items: center !important;
        margin-bottom: 20px !important;
    }

    #clemy-dates-2026 .portal-date .day {
        font-size: 3.5rem !important; /* On réduit le 5rem qui est trop massif */
    }

    #clemy-dates-2026 .portal-date .month {
        font-size: 1rem !important;
        margin-left: 0 !important;
    }

    /* 6. BODY CONTENT */
    #clemy-dates-2026 .portal-body {
        text-align: center;
    }

    #clemy-dates-2026 .portal-body h3 {
        font-size: 1.4rem !important;
    }

    #clemy-dates-2026 .portal-body p {
        font-size: 0.95rem !important;
        text-align: left !important; /* Adieu le justify pour la lisibilité mobile */
        line-height: 1.6 !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (iPhone SE / 320px) */
@media (max-width: 350px) {
    #clemy-dates-2026 .display-title { font-size: 1.6rem !important; }
    #clemy-dates-2026 .portal-date .day { font-size: 3rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-73c39d4b *//* --- SECTION 05 : RITUEL & FINAL CTA (MASTER DESIGN 2026) --- */
#clemy-rituel-final {
    --wine: #641235;
    --amethyst: #6e1b89;
    --dark: #1e1036;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: #FFF;
    overflow: hidden;
}

#clemy-rituel-final .prestige-canvas {
    max-width: 1200px; margin: 0 auto; padding: 0 30px;
}

/* HEADER EDITORIAL */
#clemy-rituel-final .editorial-header { text-align: center; margin-bottom: clamp(60px, 10vw, 100px); }
#clemy-rituel-final .kicker-group { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 30px; }
#clemy-rituel-final .kicker { font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); }
#clemy-rituel-final .kicker-glow { width: 60px; height: 1px; background: linear-gradient(90deg, var(--amethyst), transparent); }

#clemy-rituel-final .display-title {
font-size: clamp(2.5rem, 7vw, 4rem);
    font-weight: 900; line-height: 1.1; margin: 0 0 40px; color: var(--dark);
}

#clemy-rituel-final .text-gradient {
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-rituel-final .section-intro {
    max-width: 850px; margin: 0 auto; font-size: 1.15rem; color: #555; line-height: 1.8;
}

/* RITUAL GRID */
#clemy-rituel-final .ritual-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: clamp(80px, 12vw, 120px);
}

#clemy-rituel-final .step-card {
    background: var(--lavender);
    padding: 40px;
    border-radius: 40px;
    border: 1px solid rgba(110, 27, 137, 0.05);
    transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

#clemy-rituel-final .step-card:hover {
    transform: translateY(-12px);
    background: #FFF;
    box-shadow: 0 30px 60px rgba(110, 27, 137, 0.08);
}

#clemy-rituel-final .step-number {
    font-size: 4rem; font-weight: 900; color: var(--amethyst);
    opacity: 0.15; margin-bottom: -20px;
}

#clemy-rituel-final .step-content h3 {
    font-size: 1.6rem; color: var(--dark);
    margin-bottom: 15px;
}

#clemy-rituel-final .step-content p {
    font-size: 0.95rem; color: #555; line-height: 1.7; margin: 0;
}

/* --- PORTAL FINAL CTA --- */
#clemy-rituel-final .magnetic-portal {
    background: linear-gradient(145deg, var(--dark), var(--amethyst));
    border-radius: 60px;
    padding: clamp(50px, 8vw, 100px) 30px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.3);
}

#clemy-rituel-final .portal-inner { position: relative; z-index: 2; }

#clemy-rituel-final .portal-kicker {
    font-size: 0.75rem; font-weight: 900; text-transform: uppercase;
    letter-spacing: 3px; color: var(--lavender); opacity: 0.8;
}

#clemy-rituel-final .portal-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    margin: 20px 0; line-height: 1.2;
}

#clemy-rituel-final .portal-text {
    max-width: 800px; margin: 0 auto 50px;
    font-size: 1.2rem; line-height: 1.7; opacity: 0.9;
}

#clemy-rituel-final .portal-actions {
    display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
    margin-bottom: 50px;
}

#clemy-rituel-final .btn-prestige {
    background: white; color: var(--dark);
    padding: 22px 45px; border-radius: 100px;
    text-decoration: none; font-weight: 900; font-size: 1.2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transition: 0.4s;
    display: inline-flex; align-items: center; gap: 15px;
}

#clemy-rituel-final .btn-prestige:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

#clemy-rituel-final .btn-outline {
    background: rgba(255,255,255,0.1); color: white;
    padding: 22px 45px; border-radius: 100px;
    text-decoration: none; font-weight: 700; font-size: 1.1rem;
    border: 1px solid rgba(255,255,255,0.3);
    transition: 0.4s;
    display: inline-flex; align-items: center; gap: 15px;
}

#clemy-rituel-final .btn-outline:hover { background: rgba(255,255,255,0.2); }

#clemy-rituel-final .portal-trust {
    display: flex; gap: 30px; justify-content: center;
    flex-wrap: wrap; font-size: 0.8rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px; opacity: 0.6;
}

/* RESPONSIVE 2000% */
@media (max-width: 900px) {
    #clemy-rituel-final .editorial-header { text-align: left; }
    #clemy-rituel-final .kicker-group { justify-content: flex-start; }
    #clemy-rituel-final .magnetic-portal { border-radius: 40px; }
    #clemy-rituel-final .btn-prestige, #clemy-rituel-final .btn-outline { width: 100%; justify-content: center; }
}/* ============================================================
   FORCE RESPONSIVE FINAL : RITUEL & CTA (#clemy-rituel-final)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-rituel-final {
        padding: 60px 0 !important; /* On divise les marges par 2.5 */
        overflow-x: hidden !important;
    }

    #clemy-rituel-final .prestige-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉPURE POUR LE MOBILE */
    #clemy-rituel-final .editorial-header {
        margin-bottom: 40px !important;
        text-align: center !important; /* Centrage pour l'équilibre final */
    }

    #clemy-rituel-final .kicker-group {
        justify-content: center !important;
        gap: 10px !important;
    }

    #clemy-rituel-final .kicker-glow {
        display: none !important; /* On enlève les lignes pour aérer */
    }

    #clemy-rituel-final .kicker {
        font-size: 0.65rem !important;
        letter-spacing: 3px !important;
    }

    #clemy-rituel-final .display-title {
        font-size: 1.85rem !important; /* Taille de sécurité */
        line-height: 1.2 !important;
    }

    #clemy-rituel-final .section-intro {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    /* 3. RITUAL GRID : LE CORRECTIF CRITIQUE */
    #clemy-rituel-final .ritual-steps-grid {
        /* On casse le minmax(260px) qui peut être serré sur iPhone SE */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
        margin-bottom: 60px !important;
    }

    /* 4. STEP CARDS : ADAPTATION */
    #clemy-rituel-final .step-card {
        padding: 30px 20px !important; /* Réduction du padding */
        border-radius: 30px !important;
        transform: none !important; /* On fige pour éviter les bugs tactiles */
    }

    #clemy-rituel-final .step-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(110, 27, 137, 0.05) !important;
    }

    #clemy-rituel-final .step-number {
        font-size: 3rem !important; /* On réduit le 4rem */
        margin-bottom: -15px !important;
    }

    #clemy-rituel-final .step-content h3 {
        font-size: 1.4rem !important;
        text-align: center;
    }

    #clemy-rituel-final .step-content p {
        font-size: 0.95rem !important;
        text-align: center !important; /* Plus harmonieux en une colonne */
    }

    /* 5. MAGNETIC PORTAL (Le bloc CTA) */
    #clemy-rituel-final .magnetic-portal {
        padding: 60px 20px !important;
        border-radius: 40px !important; /* Un peu moins agressif sur petit écran */
        margin: 0 !important;
    }

    #clemy-rituel-final .portal-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }

    #clemy-rituel-final .portal-text {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 35px !important;
        padding: 0 10px;
    }

    /* 6. BOUTONS : CIBLES LARGES POUR LE POUCE */
    #clemy-rituel-final .portal-actions {
        flex-direction: column !important; /* Empilement vertical */
        align-items: stretch !important;
        gap: 15px !important;
        padding: 0 10px;
    }

    #clemy-rituel-final .btn-prestige, 
    #clemy-rituel-final .btn-outline {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding: 18px 25px !important; /* RÉDUCTION CRITIQUE du padding 45px */
        font-size: 1.1rem !important;
        box-sizing: border-box !important; /* Indispensable pour ne pas déborder */
        border-radius: 50px !important;
    }

    #clemy-rituel-final .btn-prestige:hover {
        transform: none !important;
    }

    /* 7. TRUST BAR */
    #clemy-rituel-final .portal-trust {
        flex-direction: column !important;
        gap: 12px !important;
        font-size: 0.7rem !important;
        letter-spacing: 1.5px !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-rituel-final .display-title { font-size: 1.6rem !important; }
    #clemy-rituel-final .portal-title { font-size: 1.4rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-53b9067 *//* --- FAQ HOROSCOPE 2026 : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-horoscope-2026 {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-horoscope-2026 .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-horoscope-2026 .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-horoscope-2026 .kicker-badge {
    display: inline-block; background: var(--lavender); color: var(--purple);
    padding: 8px 22px; border-radius: 50px; font-size: 0.75rem; 
    font-weight: 900; text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 25px; border: 1px solid rgba(110, 27, 137, 0.1);
}

#clemy-faq-horoscope-2026 .display-title {
    font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 6vw, 3.5rem);
    font-weight: 900; line-height: 1.1; margin-bottom: 20px; color: var(--dark);
}

#clemy-faq-horoscope-2026 .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-horoscope-2026 .faq-accordion-group { display: flex; flex-direction: column; gap: 18px; }

#clemy-faq-horoscope-2026 .faq-item {
    background: #ffffff; border: 1px solid var(--border-lux); border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden;
}

#clemy-faq-horoscope-2026 .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-horoscope-2026 .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Featured Astro Highlighting */
#clemy-faq-horoscope-2026 .featured-architects[open] { border-left: 6px solid var(--purple); }
#clemy-faq-horoscope-2026 .featured-portals[open] { border-left: 6px solid var(--wine); border-right: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-horoscope-2026 summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-horoscope-2026 summary::-webkit-details-marker { display: none; }

#clemy-faq-horoscope-2026 .q-num {
    font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 900;
    color: var(--purple); opacity: 0.4; min-width: 35px;
}

#clemy-faq-horoscope-2026 .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

/* Custom Chevron */
#clemy-faq-horoscope-2026 .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-horoscope-2026 .q-chevron::before, 
#clemy-faq-horoscope-2026 .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-horoscope-2026 .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-horoscope-2026 .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-horoscope-2026 .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-horoscope-2026 .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqAstroIn 0.5s ease-out;
}

@keyframes faqAstroIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-horoscope-2026 .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-horoscope-2026 .faq-canvas { padding: 0 20px; }
    #clemy-faq-horoscope-2026 .q-num { display: none; }
    #clemy-faq-horoscope-2026 .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-horoscope-2026 .display-title { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ HOROSCOPE (#clemy-faq-horoscope-2026)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-faq-horoscope-2026 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-faq-horoscope-2026 .faq-canvas {
        padding: 0 15px !important; /* On maximise la largeur utile */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE STYLE PLAYFAIR */
    #clemy-faq-horoscope-2026 .faq-header {
        margin-bottom: 35px !important;
        text-align: left !important; /* Lecture plus naturelle sur mobile */
    }

    #clemy-faq-horoscope-2026 .display-title {
        font-size: 1.8rem !important; /* Taille de sécurité pour iPhone SE */
        line-height: 1.2 !important;
    }

    #clemy-faq-horoscope-2026 .kicker-badge {
        padding: 6px 15px !important;
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
        margin-bottom: 15px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE DE PRÉCISION */
    #clemy-faq-horoscope-2026 .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-horoscope-2026 .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-horoscope-2026 summary {
        padding: 20px 15px !important; /* On réduit le padding 28px/30px */
        gap: 12px !important;
    }

    /* On cache le numéro pour récupérer toute la largeur de la question */
    #clemy-faq-horoscope-2026 .q-num {
        display: none !important;
    }

    #clemy-faq-horoscope-2026 .q-text {
        font-size: 0.95rem !important;
        padding-right: 5px !important; /* On libère de la place avant le chevron */
        line-height: 1.3 !important;
    }

    /* 4. LE CONTENU : LIBÉRATION DE L'ESPACE (CRITIQUE) */
    #clemy-faq-horoscope-2026 .faq-content {
        /* On passe de 85px à 15px pour éviter d'écraser le texte dans un couloir */
        padding: 0 15px 25px 15px !important; 
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 5. BORDURES DE MISE EN AVANT */
    #clemy-faq-horoscope-2026 .featured-architects[open] {
        border-left: 4px solid var(--purple) !important;
    }

    #clemy-faq-horoscope-2026 .featured-portals[open] {
        border-left: 4px solid var(--wine) !important;
        border-right: none !important; /* On enlève la bordure droite qui étouffe le texte */
    }

    /* Chevron tactile */
    #clemy-faq-horoscope-2026 .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (320px) */
@media (max-width: 350px) {
    #clemy-faq-horoscope-2026 .display-title { font-size: 1.6rem !important; }
    #clemy-faq-horoscope-2026 .q-text { font-size: 0.85rem !important; }
}/* End custom CSS */