.elementor-4905 .elementor-element.elementor-element-2845d5c8{--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-e0025a0 */#clemy-manifeste-2026 {
    --dark-void: #0A0412;
    --amethyst-vibe: #8E44AD;
    --wine-rich: #9A2A5B;
    --glass-white: rgba(255, 255, 255, 0.03);
    --gold-dust: #F1C40F;
    --white-pure: #FFFFFF;

    background-color: var(--dark-void);
    color: var(--white-pure);
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
}

/* --- NAVIGATION GLASSMORPHISM --- */
#clemy-manifeste-2026 .nav-2026-portal {
    position: sticky; top: 0; z-index: 500;
    padding: 15px 0;
}
#clemy-manifeste-2026 .nav-blur-wrap {
    background: rgba(10, 4, 18, 0.85);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin: 0 auto; max-width: 1200px; border-radius: 0 0 30px 30px;
}
#clemy-manifeste-2026 .nav-inner {
    display: flex; justify-content: space-between; align-items: center; padding: 10px 40px;
}
#clemy-manifeste-2026 .brand-monogram {
    font-size: 1.5rem; font-weight: 900; color: var(--amethyst-vibe); letter-spacing: -2px;
}
#clemy-manifeste-2026 .brand-monogram span { color: var(--wine-rich); }
#clemy-manifeste-2026 .links-wrap { display: flex; gap: 15px; }
#clemy-manifeste-2026 .links-wrap a {
    text-decoration: none; font-size: 0.75rem; font-weight: 700; color: rgba(255,255,255,0.6);
    text-transform: uppercase; letter-spacing: 1px; transition: 0.3s;
}
#clemy-manifeste-2026 .links-wrap a:hover { color: var(--white-pure); }

/* --- HERO MANIFESTO --- */
#clemy-manifeste-2026 .manifesto-hero {
    position: relative; padding: 120px 0 80px; text-align: left;
}
#clemy-manifeste-2026 .hero-aura-top {
    position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
    width: 80%; height: 600px; background: radial-gradient(circle, rgba(142, 68, 173, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
#clemy-manifeste-2026 .container-luxe { max-width: 1100px; margin: 0 auto; padding: 0 25px; }

#clemy-manifeste-2026 .prospective-label {
    background: var(--wine-rich); color: #fff; padding: 6px 15px; border-radius: 4px;
    font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 3px;
    display: inline-block; margin-bottom: 30px;
}

#clemy-manifeste-2026 .h1-stroke-luxe {
    font-size: clamp(2.5rem, 8vw, 3rem); line-height: 1; font-weight: 900;
    margin-bottom: 40px; text-transform: uppercase; letter-spacing: -3px;
}
#clemy-manifeste-2026 .h1-stroke-luxe span.full-text {
    display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.3);
}

#clemy-manifeste-2026 .hero-split { display: flex; align-items: center; gap: 60px; margin-top: 50px; }
#clemy-manifeste-2026 .hero-desc { flex: 1.2; font-size: 1.4rem; color: rgba(255,255,255,0.8); line-height: 1.6; }
#clemy-manifeste-2026 .hero-visual { flex: 0.8; display: flex; justify-content: center; }

/* ORBE DIGITAL */
#clemy-manifeste-2026 .digital-core-orb {
    width: 200px; height: 200px; border-radius: 50%;
    border: 1px solid var(--amethyst-vibe); position: relative;
    display: flex; align-items: center; justify-content: center;
}
#clemy-manifeste-2026 .inner-pulse {
    width: 20px; height: 20px; background: var(--wine-rich); border-radius: 50%;
    box-shadow: 0 0 50px var(--wine-rich);
    animation: pulse-core 3s infinite;
}
@keyframes pulse-core {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; box-shadow: 0 0 80px var(--amethyst-vibe); }
    100% { transform: scale(1); opacity: 1; }
}

/* --- MONOLITH EXPERT --- */
#clemy-manifeste-2026 .monolith-expert {
    background: var(--glass-white);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 40px; padding: 80px 60px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.4);
    position: relative; overflow: hidden;
}
#clemy-manifeste-2026 .p-lead-manifeste {
    font-size: 1.8rem; font-weight: 300; line-height: 1.4; color: #fff; margin-bottom: 40px;
}
#clemy-manifeste-2026 .p-lead-manifeste strong { color: var(--amethyst-vibe); font-weight: 900; }
#clemy-manifeste-2026 .expert-divider {
    width: 60px; height: 4px; background: var(--wine-rich); margin-bottom: 40px;
}
#clemy-manifeste-2026 .expert-card-body p { font-size: 1.1rem; color: rgba(255,255,255,0.7); max-width: 800px; }

/* RESPONSIVE */
@media (max-width: 900px) {
    #clemy-manifeste-2026 .hero-split { flex-direction: column; text-align: center; }
    #clemy-manifeste-2026 .links-wrap { display: none; }
    #clemy-manifeste-2026 .monolith-expert { padding: 40px 25px; }
}

@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : MANIFESTE (#clemy-manifeste-2026)
   ============================================================ */

    /* 1. RESET & NAVIGATION (ÉPUREMENT TOTAL) */
    #clemy-manifeste-2026 {
        padding-bottom: 60px !important;
    }

    #clemy-manifeste-2026 .nav-2026-portal {
        top: 10px !important;
        padding: 0 10px !important;
    }

    #clemy-manifeste-2026 .nav-blur-wrap {
        border-radius: 50px !important; /* Look "pill" ultra-moderne */
        margin: 0 auto !important;
        width: 100% !important;
    }

    #clemy-manifeste-2026 .nav-inner {
        padding: 12px 20px !important;
        justify-content: center !important;
    }

    #clemy-manifeste-2026 .brand-monogram {
        font-size: 1.2rem !important;
        letter-spacing: -1px !important;
    }

    /* 2. HERO : L'IMPACT VISUEL STABILISÉ */
    #clemy-manifeste-2026 .manifesto-hero {
        padding: 80px 0 40px !important;
        text-align: center !important;
    }

    #clemy-manifeste-2026 .hero-aura-top {
        width: 150% !important; /* On élargit l'aura pour un dégradé plus doux */
        height: 400px !important;
        top: -10% !important;
        opacity: 0.4 !important;
    }

    #clemy-manifeste-2026 .prospective-label {
        font-size: 0.6rem !important;
        letter-spacing: 2px !important;
        margin-bottom: 20px !important;
    }

    #clemy-manifeste-2026 .h1-stroke-luxe {
        font-size: 2rem !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
        margin-bottom: 30px !important;
    }

    #clemy-manifeste-2026 .hero-split {
        flex-direction: column !important;
        gap: 40px !important;
        margin-top: 30px !important;
    }

    #clemy-manifeste-2026 .hero-desc {
        font-size: 1.1rem !important;
        line-height: 1.5 !important;
        order: 2; /* Le texte passe après l'orbe */
    }

    /* 3. L'ORBE DIGITAL (LE TOTEM) */
    #clemy-manifeste-2026 .hero-visual {
        order: 1;
        width: 100% !important;
    }

    #clemy-manifeste-2026 .digital-core-orb {
        width: 140px !important;
        height: 140px !important;
        margin: 0 auto !important;
    }

    /* 4. MONOLITH EXPERT (L'ÉCRIN SOMBRE) */
    #clemy-manifeste-2026 .monolith-expert {
        padding: 45px 25px !important;
        border-radius: 30px !important;
        margin: 0 5px !important;
        text-align: center !important;
    }

    #clemy-manifeste-2026 .p-lead-manifeste {
        font-size: 1.35rem !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }

    #clemy-manifeste-2026 .expert-divider {
        margin: 0 auto 30px !important;
    }

    #clemy-manifeste-2026 .expert-card-body p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        text-align: left !important; /* Garder le corps de texte lisible */
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-24302f6 */#clemy-2026-sociologie {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-purple: #F9F7FB;
    --border-light: #EEEEEE;
    
    background: var(--white);
    padding: 80px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-2026-sociologie .manifesto-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- HEADER --- */
#clemy-2026-sociologie .section-step-header {
    margin-bottom: 50px;
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 20px;
}
#clemy-2026-sociologie .step-flex { display: flex; align-items: baseline; gap: 20px; }
#clemy-2026-sociologie .step-number {
    font-size: 5rem; font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1;
}
#clemy-2026-sociologie .h2-manifesto {
    font-size: 2.2rem; color: var(--dark); margin: 0; line-height: 1.1;
}
#clemy-2026-sociologie .h2-manifesto strong { color: var(--wine); font-weight: 900; }

#clemy-2026-sociologie .p-lead-vision {
    font-size: 1.3rem; color: #555; margin-bottom: 60px; max-width: 850px;
}

/* --- TIMELINE DE MUTATION --- */
#clemy-2026-sociologie .mutation-timeline {
    display: flex; align-items: center; gap: 20px; margin-bottom: 80px;
}
#clemy-2026-sociologie .mutation-card {
    flex: 1; padding: 40px; border-radius: 25px;
    background: var(--white); border: 1px solid var(--border-light);
    text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
#clemy-2026-sociologie .mutation-card.future {
    border: 2px solid var(--amethyst); background: var(--soft-purple);
}
#clemy-2026-sociologie .year-label {
    display: block; font-size: 0.8rem; font-weight: 900; color: #AAA; letter-spacing: 2px; margin-bottom: 10px;
}
#clemy-2026-sociologie .year-label.highlight { color: var(--amethyst); }
#clemy-2026-sociologie .status-title { font-size: 1.5rem; margin-bottom: 15px; color: var(--dark); font-weight: 800; }
#clemy-2026-sociologie .mutation-card p { font-size: 1rem; color: #666; margin: 0; }

#clemy-2026-sociologie .mutation-connector { font-size: 2rem; color: var(--wine); font-weight: 300; }

/* --- EXPERT FEATURE BOX --- */
#clemy-2026-sociologie .expert-feature-light {
    background: var(--dark);
    color: var(--white);
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.2);
}
#clemy-2026-sociologie .h3-wine-title {
    color: var(--wine); font-size: 1.8rem; font-weight: 800; margin-bottom: 30px;
}
#clemy-2026-sociologie .text-columns {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
#clemy-2026-sociologie .text-columns p { font-size: 1.05rem; opacity: 0.9; margin: 0; }

/* Liens */
#clemy-2026-sociologie .link-inline {
    color: var(--amethyst); font-weight: 700; text-decoration: underline;
}

@media (max-width: 850px) {
    #clemy-2026-sociologie .mutation-timeline { flex-direction: column; }
    #clemy-2026-sociologie .mutation-connector { transform: rotate(90deg); margin: 10px 0; }
    #clemy-2026-sociologie .text-columns { grid-template-columns: 1fr; }
    #clemy-2026-sociologie .expert-feature-light { padding: 40px 25px; }
}@media (max-width: 768px) { 
    /* ============================================================
   FORCE RESPONSIVE RADICAL : SOCIOLOGIE (#clemy-2026-sociologie)
   ============================================================ */

    /* 1. RESET GLOBAL & SECTION */
    #clemy-2026-sociologie {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-2026-sociologie .manifesto-container {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'ANCRAGE DE L'ÉTAPE (CENTRAGE PRESTIGE) */
    #clemy-2026-sociologie .section-step-header {
        text-align: center !important;
        margin-bottom: 40px !important;
        padding-bottom: 25px !important;
    }

    #clemy-2026-sociologie .step-flex {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    #clemy-2026-sociologie .step-number {
        font-size: 3.5rem !important; /* Calibrage anti-débordement */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
    }

    #clemy-2026-sociologie .h2-manifesto {
        font-size: 1.7rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-2026-sociologie .p-lead-vision {
        font-size: 1.1rem !important;
        text-align: center !important;
        line-height: 1.5 !important;
        margin-bottom: 45px !important;
        padding: 0 10px;
    }

    /* 3. TIMELINE DE MUTATION (FLUX VERTICAL) */
    #clemy-2026-sociologie .mutation-timeline {
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 60px !important;
    }

    #clemy-2026-sociologie .mutation-card {
        width: 100% !important;
        padding: 30px 20px !important;
        border-radius: 20px !important;
        box-sizing: border-box !important;
    }

    #clemy-2026-sociologie .mutation-connector {
        transform: rotate(90deg) !important; /* Flèche vers le bas */
        margin: 5px 0 !important;
        font-size: 1.5rem !important;
        opacity: 0.5;
    }

    #clemy-2026-sociologie .status-title {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }

    /* 4. EXPERT FEATURE BOX (L'ÉCRIN SOMBRE) */
    #clemy-2026-sociologie .expert-feature-light {
        padding: 40px 20px !important;
        border-radius: 30px !important;
        text-align: center !important;
    }

    #clemy-2026-sociologie .h3-wine-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 25px !important;
    }

    #clemy-2026-sociologie .text-columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
        text-align: left !important; /* On garde le texte à gauche pour la lecture */
    }

    #clemy-2026-sociologie .text-columns p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
}@media (max-width: 350px) {
        #clemy-2026-sociologie .h2-manifesto { font-size: 1.45rem !important; }
        #clemy-2026-sociologie .status-title { font-size: 1.15rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4b9e1a6 */#clemy-2026-ia-limites {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-bg: #FDFBFD;
    --border: #EEEEEE;
    
    background: var(--white);
    padding: 80px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-2026-ia-limites .manifesto-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- HEADER --- */
#clemy-2026-ia-limites .section-step-header {
    margin-bottom: 50px;
    border-bottom: 2px solid var(--border);
    padding-bottom: 20px;
}
#clemy-2026-ia-limites .step-flex { display: flex; align-items: baseline; gap: 20px; }
#clemy-2026-ia-limites .step-number {
    font-size: 5rem; font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1;
}
#clemy-2026-ia-limites .h2-manifesto {
    font-size: 2.2rem; color: var(--dark); margin: 0; line-height: 1.1;
}
#clemy-2026-ia-limites .h2-manifesto strong { color: var(--wine); font-weight: 900; }

#clemy-2026-ia-limites .p-lead-vision {
    font-size: 1.3rem; color: #555; margin-bottom: 60px; max-width: 850px;
}

/* --- COMPARISON GRID --- */
#clemy-2026-ia-limites .comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

#clemy-2026-ia-limites .comp-card {
    background: var(--white);
    padding: 45px;
    border-radius: 30px;
    border: 1px solid var(--border);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}
#clemy-2026-ia-limites .comp-card:hover { transform: translateY(-10px); }

#clemy-2026-ia-limites .human-vibration {
    border: 2px solid var(--amethyst);
    background: var(--soft-bg);
}

#clemy-2026-ia-limites .card-header { margin-bottom: 25px; }
#clemy-2026-ia-limites .card-icon { font-size: 2.5rem; display: block; margin-bottom: 15px; }
#clemy-2026-ia-limites h3 { font-size: 1.4rem; color: var(--dark); font-weight: 800; margin: 0; }

#clemy-2026-ia-limites .card-body p { font-size: 1rem; color: #666; margin-bottom: 25px; }

#clemy-2026-ia-limites .comp-list {
    list-style: none; padding: 0; margin: 0 0 35px 0;
}
#clemy-2026-ia-limites .comp-list li {
    padding-left: 25px; position: relative; margin-bottom: 12px; font-size: 0.95rem; color: #444; font-weight: 500;
}
#clemy-2026-ia-limites .comp-list li::before {
    content: "●"; color: var(--amethyst); position: absolute; left: 0; font-size: 0.8rem;
}

#clemy-2026-ia-limites .status-tag {
    margin-top: auto; display: inline-block; padding: 8px 20px; border-radius: 50px;
    background: #F1F1F1; color: #888; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; text-align: center;
}
#clemy-2026-ia-limites .status-tag.highlight {
    background: var(--wine); color: var(--white);
}

/* --- NOTE FINALE --- */
#clemy-2026-ia-limites .prospective-note {
    background: var(--dark);
    color: var(--white);
    padding: 40px;
    border-radius: 25px;
    text-align: center;
}
#clemy-2026-ia-limites .prospective-note p {
    font-size: 1.2rem; margin: 0; font-style: italic; opacity: 0.9;
}
#clemy-2026-ia-limites .prospective-note strong { color: var(--amethyst); font-weight: 800; }

@media (max-width: 768px) {
    #clemy-2026-ia-limites .h2-manifesto { font-size: 1.8rem; }
    #clemy-2026-ia-limites .comp-card { padding: 30px 20px; }/* ============================================================
   FORCE RESPONSIVE RADICAL : IA & LIMITES (#clemy-2026-ia-limites)
   ============================================================ */

    /* 1. RESET GLOBAL & SECTION */
    #clemy-2026-ia-limites {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-2026-ia-limites .manifesto-container {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'ÉTAPE DU DISCERNEMENT (CENTRAGE PRESTIGE) */
    #clemy-2026-ia-limites .section-step-header {
        text-align: center !important;
        margin-bottom: 40px !important;
        padding-bottom: 25px !important;
    }

    #clemy-2026-ia-limites .step-flex {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    #clemy-2026-ia-limites .step-number {
        font-size: 3.5rem !important; /* Calibrage anti-débordement */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
    }

    #clemy-2026-ia-limites .h2-manifesto {
        font-size: 1.7rem !important;
        line-height: 1.2 !important;
        max-width: 320px;
        margin: 0 auto !important;
    }

    #clemy-2026-ia-limites .p-lead-vision {
        font-size: 1.1rem !important;
        text-align: center !important;
        line-height: 1.5 !important;
        margin-bottom: 45px !important;
        padding: 0 10px;
    }

    /* 3. COMPARISON GRID (L'ÉQUILIBRE VERTICAL) */
    #clemy-2026-ia-limites .comparison-grid {
        grid-template-columns: 1fr !important; /* Empilement pour la clarté */
        gap: 25px !important;
        margin-bottom: 50px !important;
    }

    #clemy-2026-ia-limites .comp-card {
        padding: 35px 20px !important;
        border-radius: 25px !important;
        transform: none !important; /* STABILITÉ TACTILE : pas de jitter au scroll */
        text-align: center !important;
    }

    #clemy-2026-ia-limites .comp-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    }

    #clemy-2026-ia-limites .card-icon {
        font-size: 2.2rem !important;
        margin-bottom: 10px !important;
    }

    #clemy-2026-ia-limites h3 {
        font-size: 1.3rem !important;
        margin-bottom: 15px !important;
    }

    /* 4. LISTE DE COMPARAISON */
    #clemy-2026-ia-limites .comp-list {
        text-align: left !important; /* On garde la liste à gauche pour la lecture */
        display: inline-block;
        margin-bottom: 30px !important;
    }

    #clemy-2026-ia-limites .comp-list li {
        font-size: 0.95rem !important;
        padding-left: 20px !important;
        margin-bottom: 10px !important;
    }

    /* 5. STATUS TAG & NOTE FINALE */
    #clemy-2026-ia-limites .status-tag {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px !important;
        font-size: 0.7rem !important;
    }

    #clemy-2026-ia-limites .prospective-note {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        margin: 0 5px !important;
    }

    #clemy-2026-ia-limites .prospective-note p {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-13fe39c */#clemy-2026-management {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --light-border: #E0E0E0;
    
    background: #FFFFFF;
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
}

#clemy-2026-management .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-2026-management .edito-header {
    margin-bottom: 80px;
    border-bottom: 1px solid var(--light-border);
    padding-bottom: 30px;
}
#clemy-2026-management .edito-step {
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--amethyst);
    display: block;
    margin-bottom: 15px;
}
#clemy-2026-management .edito-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.1;
    font-weight: 300;
    color: var(--dark);
    margin: 0;
    letter-spacing: -1px;
}
#clemy-2026-management .edito-title strong {
    color: var(--wine);
    font-weight: 900;
}

/* --- GRID LAYOUT --- */
#clemy-2026-management .edito-grid {
    display: flex;
    gap: 100px;
    margin-bottom: 80px;
}

#clemy-2026-management .edito-col-main {
    flex: 1.5;
}
#clemy-2026-management .p-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--dark);
    margin-bottom: 50px;
    font-weight: 400;
}

#clemy-2026-management .edito-article {
    border-top: 1px solid var(--light-border);
    padding-top: 40px;
}
#clemy-2026-management .h3-wine {
    color: var(--wine);
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#clemy-2026-management .edito-article p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
}

/* --- SIDEBAR --- */
#clemy-2026-management .edito-col-side {
    flex: 1;
}
#clemy-2026-management .side-content {
    background: #F9F9FB;
    padding: 50px 40px;
    border-left: 4px solid var(--amethyst);
}
#clemy-2026-management .h3-amethyst {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--amethyst);
    margin-bottom: 20px;
}
#clemy-2026-management .side-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 25px;
}
#clemy-2026-management .side-highlight {
    font-weight: 800;
    color: var(--dark);
    font-style: italic;
    border-top: 1px solid #DDD;
    padding-top: 20px;
}

/* --- QUOTE PURE --- */
#clemy-2026-management .edito-quote-wrap {
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid var(--light-border);
}
#clemy-2026-management .pure-quote {
    font-size: 1.8rem;
    font-family: serif;
    font-style: italic;
    color: var(--dark);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.4;
}
#clemy-2026-management .pure-quote strong {
    color: var(--wine);
    font-weight: 900;
    font-style: normal;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-2026-management .edito-grid { flex-direction: column; gap: 50px; }
    #clemy-2026-management .edito-wrapper { padding: 0 25px; }
    #clemy-2026-management .pure-quote { font-size: 1.4rem; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : MANAGEMENT (#clemy-2026-management)
   ============================================================ */

    /* 1. RESET GLOBAL & WRAPPER */
    #clemy-2026-management {
        padding: 50px 0 80px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-2026-management .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'AUTORITÉ ÉDITORIALE (CENTRAGE PRESTIGE) */
    #clemy-2026-management .edito-header {
        text-align: center !important;
        margin-bottom: 40px !important;
        padding-bottom: 25px !important;
    }

    #clemy-2026-management .edito-step {
        font-size: 0.65rem !important;
        letter-spacing: 3px !important; /* On réduit pour éviter le wrap inesthétique */
        margin-bottom: 10px !important;
    }

    #clemy-2026-management .edito-title {
        font-size: 1.8rem !important; /* Calibrage anti-débordement */
        line-height: 1.2 !important;
        max-width: 320px;
        margin: 0 auto !important;
    }

    /* 3. GRID & CONTENU PRINCIPAL */
    #clemy-2026-management .edito-grid {
        flex-direction: column !important;
        gap: 40px !important;
        margin-bottom: 50px !important;
    }

    #clemy-2026-management .p-lead {
        font-size: 1.15rem !important;
        line-height: 1.6 !important;
        text-align: center !important;
        margin-bottom: 35px !important;
        padding: 0 10px;
    }

    #clemy-2026-management .edito-article {
        padding-top: 30px !important;
        text-align: left !important;
    }

    #clemy-2026-management .h3-wine {
        font-size: 1.1rem !important;
        letter-spacing: 1px !important;
        margin-bottom: 15px !important;
    }

    #clemy-2026-management .edito-article p {
        font-size: 1rem !important;
        line-height: 1.7 !important;
    }

    /* 4. SIDEBAR : LA NOTE DE SYNTHÈSE */
    #clemy-2026-management .side-content {
        padding: 35px 20px !important;
        border-left: none !important;
        border-top: 5px solid var(--amethyst) !important; /* L'accent passe en "tête" */
        background: #FDFDFD !important; /* Légère variation pour la clarté */
        text-align: center !important;
    }

    #clemy-2026-management .h3-amethyst {
        font-size: 1.2rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-2026-management .side-content p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* 5. QUOTE PURE (LE MANTRA FINAL) */
    #clemy-2026-management .edito-quote-wrap {
        padding: 40px 10px !important;
        border-top: 1px solid var(--light-border) !important;
    }

    #clemy-2026-management .pure-quote {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
        padding: 0 10px !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e245a6f */#clemy-2026-neuro {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --text: #333333;
    --light-border: #F0F0F0;
    
    background: #FFFFFF;
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--text);
}

#clemy-2026-neuro .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER ÉDITORIAL --- */
#clemy-2026-neuro .edito-header {
    margin-bottom: 70px;
    border-bottom: 1px solid var(--light-border);
    padding-bottom: 30px;
}
#clemy-2026-neuro .edito-step {
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--amethyst);
    display: block;
    margin-bottom: 15px;
}
#clemy-2026-neuro .edito-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.1;
    font-weight: 300;
    color: var(--dark);
    margin: 0;
    letter-spacing: -1.5px;
}
#clemy-2026-neuro .edito-title strong {
    color: var(--wine);
    font-weight: 900;
}

/* --- LAYOUT ASYMÉTRIQUE --- */
#clemy-2026-neuro .edito-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

#clemy-2026-neuro .edito-col-main {
    flex: 1.6;
}

/* Lettrine stylisée */
#clemy-2026-neuro .p-dropcap::first-letter {
    font-size: 4rem;
    font-weight: 900;
    float: left;
    line-height: 0.8;
    margin-right: 12px;
    color: var(--dark);
}

#clemy-2026-neuro .edito-col-main p {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 30px;
    color: #4A4A4A;
}

#clemy-2026-neuro .edito-col-main a {
    color: var(--wine);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid var(--wine);
}

/* --- SIDEBAR ÉPURÉE --- */
#clemy-2026-neuro .edito-col-side {
    flex: 1;
}
#clemy-2026-neuro .side-feature {
    background: #FAFAFD;
    padding: 45px;
    border-top: 5px solid var(--amethyst);
}
#clemy-2026-neuro .h3-amethyst {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--amethyst);
    margin-bottom: 20px;
    line-height: 1.2;
}
#clemy-2026-neuro .side-feature p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* LISTE MINIMALISTE */
#clemy-2026-neuro .minimal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#clemy-2026-neuro .minimal-list li {
    padding: 12px 0;
    border-bottom: 1px solid #EAEAEA;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}
#clemy-2026-neuro .minimal-list li strong {
    color: var(--dark);
    display: block;
    margin-bottom: 2px;
}

/* FOOTER */
#clemy-2026-neuro .edito-footer-line {
    height: 1px;
    background: var(--light-border);
    margin-top: 60px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #clemy-2026-neuro .edito-grid { flex-direction: column; gap: 40px; }
    #clemy-2026-neuro .edito-wrapper { padding: 0 25px; }
}
@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : NEURO (#clemy-2026-neuro)
   ============================================================ */

    /* 1. RESET GLOBAL & WRAPPER */
    #clemy-2026-neuro {
        padding: 50px 0 80px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-2026-neuro .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER ÉDITORIAL (CENTRAGE PRESTIGE) */
    #clemy-2026-neuro .edito-header {
        text-align: center !important;
        margin-bottom: 40px !important;
        padding-bottom: 25px !important;
    }

    #clemy-2026-neuro .edito-step {
        font-size: 0.65rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 10px !important;
    }

    #clemy-2026-neuro .edito-title {
        font-size: 1.75rem !important; /* Calibrage anti-débordement */
        line-height: 1.2 !important;
        max-width: 320px;
        margin: 0 auto !important;
    }

    /* 3. LAYOUT & LETTRINE */
    #clemy-2026-neuro .edito-grid {
        flex-direction: column !important;
        gap: 40px !important;
    }

    #clemy-2026-neuro .edito-col-main p {
        font-size: 1.05rem !important;
        line-height: 1.7 !important;
        text-align: left !important;
    }

    #clemy-2026-neuro .p-dropcap::first-letter {
        font-size: 3.2rem !important; /* Taille ajustée pour écran étroit */
        margin-right: 10px !important;
        margin-top: 5px !important;
    }

    /* 4. SIDEBAR : LA FICHE FOCUS */
    #clemy-2026-neuro .edito-col-side {
        width: 100% !important;
    }

    #clemy-2026-neuro .side-feature {
        padding: 35px 20px !important;
        border-top-width: 4px !important;
        background: #FDFDFF !important;
        text-align: center !important;
    }

    #clemy-2026-neuro .h3-amethyst {
        font-size: 1.25rem !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    #clemy-2026-neuro .side-feature p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* 5. LISTE MINIMALISTE (LISIBILITÉ MOBILE) */
    #clemy-2026-neuro .minimal-list {
        text-align: left !important;
    }

    #clemy-2026-neuro .minimal-list li {
        padding: 15px 0 !important;
        font-size: 0.9rem !important;
    }

    #clemy-2026-neuro .minimal-list li strong {
        font-size: 0.95rem !important;
        margin-bottom: 4px !important;
    }

    /* 6. FOOTER LINE */
    #clemy-2026-neuro .edito-footer-line {
        margin-top: 40px !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-30730eb */#clemy-2026-amour {
    --dark: #0D0D0D;
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --white: #FFFFFF;
    
    background: var(--white);
    padding: 120px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    overflow: hidden;
}

#clemy-2026-amour .supreme-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

/* --- HEADER MONUMENTAL --- */
#clemy-2026-amour .supreme-header {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 100px;
}
#clemy-2026-amour .supreme-num {
    font-size: 8rem;
    font-weight: 950;
    line-height: 0.8;
    color: var(--dark);
    opacity: 0.05;
}
#clemy-2026-amour .supreme-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 0;
}
#clemy-2026-amour .supreme-title .outline {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--wine);
}

/* --- INTRO --- */
#clemy-2026-amour .supreme-intro {
    max-width: 800px;
    margin-bottom: 120px;
}
#clemy-2026-amour .supreme-intro p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
    color: #444;
}
#clemy-2026-amour .glow-link {
    color: var(--wine);
    text-decoration: none;
    font-weight: 800;
    border-bottom: 3px solid var(--wine);
}

/* --- IMPACT LAYOUT (ASYMÉTRIQUE) --- */
#clemy-2026-amour .impact-layout {
    display: flex;
    gap: 100px;
    position: relative;
    margin-bottom: 120px;
}

#clemy-2026-amour .impact-block {
    flex: 1;
    position: relative;
}

#clemy-2026-amour .block-will {
    margin-top: 150px; /* Décalage asymétrique */
}

#clemy-2026-amour .block-label {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--amethyst);
    margin-bottom: 30px;
}

#clemy-2026-amour h3 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.1;
    color: var(--dark);
}

#clemy-2026-amour .impact-block p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
}

/* --- MANIFESTO FINAL --- */
#clemy-2026-amour .supreme-manifesto {
    background: var(--dark);
    color: var(--white);
    padding: 100px 60px;
    border-radius: 0 100px 0 100px;
    position: relative;
}
#clemy-2026-amour .manifesto-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
#clemy-2026-amour .manifesto-inner p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
}
#clemy-2026-amour .manifesto-inner strong {
    color: var(--amethyst);
    font-weight: 900;
    font-style: normal;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-2026-amour .supreme-header { flex-direction: column; gap: 20px; }
    #clemy-2026-amour .impact-layout { flex-direction: column; gap: 60px; }
    #clemy-2026-amour .block-will { margin-top: 0; }
    #clemy-2026-amour .supreme-manifesto { padding: 60px 30px; border-radius: 40px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : AMOUR (#clemy-2026-amour)
   ============================================================ */

    /* 1. RESET GLOBAL & CONTAINER */
    #clemy-2026-amour {
        padding: 60px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-2026-amour .supreme-container {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER MONUMENTAL (L'ANCRAGE PRESTIGE) */
    #clemy-2026-amour .supreme-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
        margin-bottom: 50px !important;
    }

    #clemy-2026-amour .supreme-num {
        font-size: 5rem !important; /* Calibrage anti-débordement */
        opacity: 0.08 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-2026-amour .supreme-title {
        font-size: 2rem !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }

    #clemy-2026-amour .supreme-title .outline {
        -webkit-text-stroke: 1px var(--wine) !important;
    }

    /* 3. INTRO (L'ÉNONCÉ SUPRÊME) */
    #clemy-2026-amour .supreme-intro {
        margin-bottom: 60px !important;
        text-align: center !important;
    }

    #clemy-2026-amour .supreme-intro p {
        font-size: 1.35rem !important;
        line-height: 1.5 !important;
        padding: 0 10px;
    }

    /* 4. IMPACT LAYOUT (LE PARCOURS DE VIE) */
    #clemy-2026-amour .impact-layout {
        flex-direction: column !important;
        gap: 50px !important;
        margin-bottom: 80px !important;
    }

    #clemy-2026-amour .impact-block {
        text-align: center !important;
    }

    #clemy-2026-amour .block-will {
        margin-top: 0 !important; /* On supprime le décalage asymétrique */
    }

    #clemy-2026-amour .block-label {
        font-size: 0.65rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 15px !important;
    }

    #clemy-2026-amour h3 {
        font-size: 1.65rem !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }

    #clemy-2026-amour .impact-block p {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
        text-align: left !important; /* Confort de lecture préservé */
    }

    /* 5. MANIFESTO FINAL (L'ÉCRIN SOMBRE) */
    #clemy-2026-amour .supreme-manifesto {
        padding: 50px 25px !important;
        border-radius: 40px !important; /* On simplifie la forme complexe */
        margin: 0 5px !important;
    }

    #clemy-2026-amour .manifesto-inner p {
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
    }
}@media (max-width: 350px) {
        #clemy-2026-amour .supreme-title { font-size: 1.65rem !important; }
        #clemy-2026-amour .supreme-intro p { font-size: 1.15rem !important; }
        #clemy-2026-amour h3 { font-size: 1.45rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-38fdd4f */#clemy-manifeste-final {
    --dark: #0D0D0D;
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --white: #FFFFFF;
    
    background: var(--white);
    padding: 120px 0 150px 0;
    font-family: 'Inter', sans-serif;
    color: var(--dark);
}

#clemy-manifeste-final .supreme-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-manifeste-final .supreme-header {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 80px;
}
#clemy-manifeste-final .supreme-num {
    font-size: 8rem;
    font-weight: 950;
    line-height: 0.8;
    color: var(--dark);
    opacity: 0.05;
}
#clemy-manifeste-final .supreme-title {
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -2px;
}
#clemy-manifeste-final .supreme-title .outline {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1.2px var(--wine);
}

#clemy-manifeste-final .supreme-intro {
    max-width: 750px;
    margin-bottom: 100px;
    border-left: 5px solid var(--amethyst);
    padding-left: 40px;
}
#clemy-manifeste-final .supreme-intro p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.4;
    color: #333;
}

/* --- PILLARS FLOW --- */
#clemy-manifeste-final .pillars-flow {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

#clemy-manifeste-final .pillar-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    border-top: 1px solid #F0F0F0;
    padding-top: 40px;
}

#clemy-manifeste-final .pillar-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--wine);
    font-family: monospace;
}

#clemy-manifeste-final .pillar-content h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

#clemy-manifeste-final .pillar-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    max-width: 700px;
}

#clemy-manifeste-final .glow-link {
    color: var(--wine);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* --- FOOTER & SEAL --- */
#clemy-manifeste-final .supreme-footer {
    margin-top: 120px;
    text-align: center;
    border-top: 3px solid var(--dark);
    padding-top: 60px;
}
#clemy-manifeste-final .footer-wrap p {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #888;
}
#clemy-manifeste-final .seal {
    display: inline-block;
    padding: 20px 50px;
    border: 2px solid var(--dark);
    font-weight: 950;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* --- RESPONSIVE --- */
@media (max-width: 800px) {
    #clemy-manifeste-final .supreme-header { flex-direction: column; gap: 10px; }
    #clemy-manifeste-final .pillar-item { flex-direction: column; gap: 10px; }
    #clemy-manifeste-final .supreme-intro { padding-left: 20px; }
    #clemy-manifeste-final .supreme-intro p { font-size: 1.3rem; }
    #clemy-manifeste-final .pillar-content h3 { font-size: 1.6rem; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : MANIFESTE FINAL (#clemy-manifeste-final)
   ============================================================ */

    /* 1. RESET GLOBAL & CONTAINER */
    #clemy-manifeste-final {
        padding: 60px 0 80px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-manifeste-final .supreme-container {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER MONUMENTAL (L'AUTORITÉ) */
    #clemy-manifeste-final .supreme-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
        margin-bottom: 50px !important;
    }

    #clemy-manifeste-final .supreme-num {
        font-size: 5rem !important; /* Calibrage anti-débordement */
        opacity: 0.08 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-manifeste-final .supreme-title {
        font-size: 1.8rem !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }

    #clemy-manifeste-final .supreme-title .outline {
        -webkit-text-stroke: 1px var(--wine) !important;
    }

    /* 3. INTRO (LE SOUFFLE) */
    #clemy-manifeste-final .supreme-intro {
        margin-bottom: 60px !important;
        padding-left: 0 !important;
        border-left: none !important;
        border-top: 4px solid var(--amethyst) !important; /* L'accent passe en tête */
        padding-top: 30px !important;
        text-align: center !important;
        max-width: 100% !important;
    }

    #clemy-manifeste-final .supreme-intro p {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
        font-weight: 300 !important;
    }

    /* 4. PILLARS FLOW (LA SUCCESSION) */
    #clemy-manifeste-final .pillars-flow {
        gap: 50px !important;
    }

    #clemy-manifeste-final .pillar-item {
        flex-direction: column !important;
        gap: 15px !important;
        padding-top: 30px !important;
        text-align: center !important;
    }

    #clemy-manifeste-final .pillar-num {
        font-size: 1.1rem !important;
        letter-spacing: 2px !important;
    }

    #clemy-manifeste-final .pillar-content h3 {
        font-size: 1.5rem !important;
        margin-bottom: 12px !important;
    }

    #clemy-manifeste-final .pillar-content p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin: 0 auto !important;
    }

    /* 5. FOOTER & SEAL (LA SIGNATURE) */
    #clemy-manifeste-final .supreme-footer {
        margin-top: 80px !important;
        padding-top: 40px !important;
    }

    #clemy-manifeste-final .footer-wrap p {
        font-size: 0.75rem !important;
        letter-spacing: 2px !important;
        margin-bottom: 25px !important;
    }

    #clemy-manifeste-final .seal {
        padding: 15px 35px !important;
        font-size: 1.2rem !important;
        width: 100% !important; /* Le sceau devient un bloc d'autorité total */
        box-sizing: border-box !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2f0226d */#clemy-nexus-2026 {
    --dark: #0D0D0D;
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --white: #FFFFFF;
    
    background: var(--dark);
    padding: 160px 20px;
    font-family: 'Inter', -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: var(--white);
}

/* --- L'AURA EN ARRIÈRE-PLAN --- */
#clemy-nexus-2026 .nexus-aura-bg {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 120%; height: 120%;
    background: radial-gradient(circle, rgba(154, 42, 91, 0.15) 0%, rgba(142, 68, 173, 0.05) 40%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

#clemy-nexus-2026 .nexus-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- TITRE --- */
#clemy-nexus-2026 .nexus-title {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 30px;
}
#clemy-nexus-2026 .nexus-glow {
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    opacity: 0.8;
}

#clemy-nexus-2026 .nexus-divider {
    width: 60px; height: 4px; background: var(--wine);
    margin: 40px auto;
    box-shadow: 0 0 20px var(--wine);
}

/* --- TEXTE --- */
#clemy-nexus-2026 .nexus-content p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto 60px;
    color: rgba(255,255,255,0.8);
}
#clemy-nexus-2026 .nexus-content strong {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: var(--amethyst);
}

/* --- BOUTONS --- */
#clemy-nexus-2026 .nexus-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

#clemy-nexus-2026 .btn-nexus-primary {
    position: relative;
    background: var(--white);
    color: var(--dark);
    padding: 28px 70px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 950;
    font-size: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 40px rgba(255,255,255,0.2);
}

#clemy-nexus-2026 .btn-nexus-primary:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 20px 60px rgba(142, 68, 173, 0.4);
}

#clemy-nexus-2026 .btn-pulse {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 100px;
    border: 2px solid var(--white);
    animation: nexus-pulse 2s infinite;
}

@keyframes nexus-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0; }
}

#clemy-nexus-2026 .btn-nexus-secondary {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    transition: 0.3s;
}
#clemy-nexus-2026 .btn-nexus-secondary:hover {
    color: var(--white);
    letter-spacing: 4px;
}

/* --- FOOTER --- */
#clemy-nexus-2026 .nexus-footer {
    margin-top: 100px;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    opacity: 0.3;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    #clemy-nexus-2026 { padding: 100px 20px; }
    #clemy-nexus-2026 .btn-nexus-primary { padding: 22px 40px; font-size: 1.1rem; width: 100%; box-sizing: border-box; }/* ============================================================
   FORCE RESPONSIVE RADICAL : NEXUS FINAL (#clemy-nexus-2026)
   ============================================================ */

    /* 1. RESET GLOBAL & CONTAINER */
    #clemy-nexus-2026 {
        padding: 80px 15px !important;
        overflow-x: hidden !important;
    }

    #clemy-nexus-2026 .nexus-container {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. L'AURA & LE TITRE (L'IMPACT CINÉMATIQUE) */
    #clemy-nexus-2026 .nexus-aura-bg {
        width: 150% !important; /* On élargit pour un dégradé plus doux sur mobile */
        height: 150% !important;
        opacity: 0.6 !important; /* Légère atténuation pour la lisibilité */
    }

    #clemy-nexus-2026 .nexus-title {
        font-size: 2.2rem !important; /* Calibrage anti-débordement */
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
        margin-bottom: 25px !important;
    }

    #clemy-nexus-2026 .nexus-glow {
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6) !important; /* Rendu Retina plus fin */
    }

    #clemy-nexus-2026 .nexus-divider {
        margin: 30px auto !important;
        width: 50px !important;
    }

    /* 3. LE MESSAGE (LA RÉSONANCE) */
    #clemy-nexus-2026 .nexus-content p {
        font-size: 1.15rem !important;
        line-height: 1.6 !important;
        margin-bottom: 45px !important;
        padding: 0 10px !important;
    }

    #clemy-nexus-2026 .nexus-content strong {
        text-underline-offset: 4px !important; /* 8px crée un trou visuel trop grand sur mobile */
    }

    /* 4. ACTIONS & BOUTONS (LA CONVERSION) */
    #clemy-nexus-2026 .nexus-actions {
        gap: 20px !important;
        padding: 0 10px !important;
    }

    #clemy-nexus-2026 .btn-nexus-primary {
        display: block !important;
        width: 100% !important; /* Cible Thumb-Friendly absolue */
        box-sizing: border-box !important;
        padding: 22px 15px !important;
        font-size: 1.2rem !important;
        transform: none !important; /* On tue le Jitter tactile */
    }

    #clemy-nexus-2026 .btn-nexus-primary:hover {
        transform: none !important;
        box-shadow: 0 0 40px rgba(255,255,255,0.2) !important; /* Stabilité du glow */
    }

    #clemy-nexus-2026 .btn-nexus-secondary {
        font-size: 0.85rem !important;
        letter-spacing: 1.5px !important;
        padding: 15px 10px !important;
    }

    #clemy-nexus-2026 .btn-nexus-secondary:hover {
        letter-spacing: 1.5px !important; /* On empêche le bouton de s'élargir et de faire sauter la page au clic */
    }

    /* 5. FOOTER (LE POINT FINAL) */
    #clemy-nexus-2026 .nexus-footer {
        margin-top: 60px !important;
        font-size: 0.65rem !important;
        letter-spacing: 3px !important; /* On réduit pour éviter que le mot ne se coupe sur 2 lignes */
    }
}@media (max-width: 350px) {
        #clemy-nexus-2026 .nexus-title { font-size: 1.8rem !important; }
        #clemy-nexus-2026 .btn-nexus-primary { font-size: 1.05rem !important; }
        #clemy-nexus-2026 .nexus-footer { font-size: 0.55rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5fab83c *//* --- FAQ MANIFESTE 2026 : CLEMY MASTER SYSTEM --- */
#clemy-manifeste-2026 {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: #ffffff;
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-manifeste-2026 .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-manifeste-2026 .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-manifeste-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-manifeste-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-manifeste-2026 .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-manifeste-2026 .faq-intro { font-size: 1.1rem; color: #666; max-width: 650px; margin: 0 auto; line-height: 1.6; }

/* --- ACCORDION SYSTEM --- */
#clemy-manifeste-2026 .faq-accordion-group { display: flex; flex-direction: column; gap: 18px; }

#clemy-manifeste-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-manifeste-2026 .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-manifeste-2026 .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Featured & Special Highlighting */
#clemy-manifeste-2026 .featured-soul[open] { border-left: 6px solid var(--wine); }
#clemy-manifeste-2026 .item-sovereign[open] { border-left: 6px solid var(--purple); }

/* Summary Styling */
#clemy-manifeste-2026 summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-manifeste-2026 summary::-webkit-details-marker { display: none; }

#clemy-manifeste-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-manifeste-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-manifeste-2026 .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-manifeste-2026 .q-chevron::before, 
#clemy-manifeste-2026 .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-manifeste-2026 .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-manifeste-2026 .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-manifeste-2026 .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-manifeste-2026 .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqManifestoIn 0.5s ease-out;
}

@keyframes faqManifestoIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-manifeste-2026 .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE 2000% --- */
@media (max-width: 768px) {
    #clemy-manifeste-2026 .faq-canvas { padding: 0 20px; }
    #clemy-manifeste-2026 .q-num { display: none; }
    #clemy-manifeste-2026 .faq-content { padding: 0 25px 30px 25px; }
    #clemy-manifeste-2026 .display-title { text-align: left; }/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ MANIFESTE (#clemy-manifeste-2026)
   ============================================================ */

    /* 1. RESET GLOBAL & CANVAS */
    #clemy-manifeste-2026 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-manifeste-2026 .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'AUTORITÉ CENTRÉE */
    #clemy-manifeste-2026 .faq-header {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-manifeste-2026 .kicker-badge {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 2px !important;
        margin-bottom: 20px !important;
    }

    #clemy-manifeste-2026 .display-title {
        font-size: 1.8rem !important; /* Calibrage anti-débordement */
        line-height: 1.2 !important;
        text-align: center !important; /* On annule le text-align: left de ton brouillon */
        padding: 0 10px;
    }

    #clemy-manifeste-2026 .faq-intro {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        text-align: center !important;
        padding: 0 10px;
    }

    /* 3. ACCORDÉONS : STRUCTURE TACTILE SÉCURISÉE */
    #clemy-manifeste-2026 .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-manifeste-2026 .faq-item {
        border-radius: 16px !important;
    }

    #clemy-manifeste-2026 summary {
        padding: 22px 15px !important; /* Cible parfaite pour le pouce */
        gap: 12px !important;
    }

    #clemy-manifeste-2026 .q-num {
        display: none !important; /* Gain de place immédiat pour le texte */
    }

    #clemy-manifeste-2026 .q-text {
        font-size: 0.95rem !important;
        padding-right: 5px !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    /* 4. LE CONTENU : L'ESPACE DE LECTURE LIBÉRÉ */
    #clemy-manifeste-2026 .faq-content {
        padding: 0 15px 25px 15px !important; /* Suppression radicale du retrait de 85px */
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* Ajustement des bordures de focus */
    #clemy-manifeste-2026 .featured-soul[open],
    #clemy-manifeste-2026 .item-sovereign[open] {
        border-left-width: 4px !important;
    }

    /* Chevron tactile */
    #clemy-manifeste-2026 .q-chevron {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
}@media (max-width: 350px) {
        #clemy-manifeste-2026 .display-title { font-size: 1.55rem !important; }
        #clemy-manifeste-2026 .q-text { font-size: 0.85rem !important; }
    }/* End custom CSS */