.elementor-4943 .elementor-element.elementor-element-1eb5e7f{--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-308b094 */#clemy-mystique-2026 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F8F9FB;
    --gold: #D4AF37;
    
    background: var(--white);
    color: #333;
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.8;
}

/* --- NAVIGATION GLASSMORPHISM --- */
#clemy-mystique-2026 .clemy-nav-lux {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px) saturate(180%);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#clemy-mystique-2026 .nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#clemy-mystique-2026 .brand-monogram {
    font-weight: 900;
    font-size: 1.4rem;
    color: var(--dark);
    letter-spacing: -1px;
}

#clemy-mystique-2026 .brand-monogram span { color: var(--wine); }
#clemy-mystique-2026 .brand-monogram small {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #888;
    margin-left: 10px;
}

#clemy-mystique-2026 .nav-links { display: flex; gap: 10px; }
#clemy-mystique-2026 .nav-links a {
    text-decoration: none;
    padding: 8px 15px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #555;
    transition: 0.3s ease;
    border-radius: 6px;
}

#clemy-mystique-2026 .nav-links a:hover {
    background: var(--soft-gray);
    color: var(--wine);
}

/* --- HERO SECTION --- */
#clemy-mystique-2026 .clemy-hero {
    padding: 100px 0 60px;
    text-align: center;
}

#clemy-mystique-2026 .inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

#clemy-mystique-2026 .k-label {
    display: inline-block;
    background: #F4ECF7;
    color: var(--amethyst);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

#clemy-mystique-2026 .h1-master {
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    line-height: 1.1;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 30px;
    letter-spacing: -2px;
}

#clemy-mystique-2026 .h1-master strong {
    color: var(--wine);
    font-weight: 900;
}

#clemy-mystique-2026 .hero-desc {
    font-size: 1.3rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* --- MONOLITH CARD --- */
#clemy-mystique-2026 .clemy-intro-monolith {
    padding-bottom: 100px;
}

#clemy-mystique-2026 .monolith-card {
    background: var(--white);
    border-radius: 40px;
    padding: 80px 60px;
    box-shadow: 0 40px 100px rgba(26, 11, 46, 0.06);
    position: relative;
    border: 1px solid #F0F0F0;
    display: flex;
    gap: 50px;
}

#clemy-mystique-2026 .monolith-accent {
    width: 8px;
    background: linear-gradient(to bottom, var(--amethyst), var(--wine));
    border-radius: 10px;
    flex-shrink: 0;
}

#clemy-mystique-2026 .p-dropcap::first-letter {
    font-size: 4.5rem;
    font-weight: 900;
    float: left;
    line-height: 0.8;
    margin-right: 15px;
    color: var(--dark);
}

#clemy-mystique-2026 .monolith-body p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #444;
}

#clemy-mystique-2026 .expert-insight {
    background: var(--soft-gray);
    padding: 40px;
    border-radius: 20px;
    font-style: italic;
    font-size: 1.25rem;
    color: var(--dark);
    margin-top: 40px;
}

#clemy-mystique-2026 .link-glow {
    color: var(--wine);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid rgba(154, 42, 91, 0.2);
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-mystique-2026 .monolith-card {
        flex-direction: column;
        padding: 40px 25px;
        gap: 20px;
    }
    #clemy-mystique-2026 .monolith-accent {
        width: 100%;
        height: 6px;
    }
    #clemy-mystique-2026 .nav-links { display: none; }
    #clemy-mystique-2026 .h1-master { font-size: 2.2rem; }
}

@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : MYSTIQUE 2026 (INTRO & HERO)
   ============================================================ */

    /* 1. NAVIGATION GLASSMORPHISM (MODE COMPACT) */
    #clemy-mystique-2026 .nav-container {
        padding: 12px 15px !important;
        justify-content: center !important; /* Centrage du logo pour le luxe mobile */
    }

    #clemy-mystique-2026 .brand-monogram {
        font-size: 1.1rem !important;
        text-align: center;
    }

    #clemy-mystique-2026 .brand-monogram small {
        display: none !important; /* On épure pour éviter l'encombrement */
    }

    /* 2. HERO SECTION (L'APPEL VISUEL) */
    #clemy-mystique-2026 .clemy-hero {
        padding: 60px 15px 40px !important;
    }

    #clemy-mystique-2026 .k-label {
        font-size: 0.65rem !important;
        padding: 5px 15px !important;
        letter-spacing: 2px !important;
        margin-bottom: 20px !important;
    }

    #clemy-mystique-2026 .h1-master {
        font-size: 1.9rem !important; /* Calibrage anti-césure */
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        margin-bottom: 20px !important;
    }

    #clemy-mystique-2026 .hero-desc {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        color: #777 !important;
    }

    /* 3. LE MONOLITHE (CONTENU ÉDITORIAL) */
    #clemy-mystique-2026 .clemy-intro-monolith {
        padding-bottom: 60px !important;
    }

    #clemy-mystique-2026 .monolith-card {
        flex-direction: column !important; /* Bascule verticale */
        padding: 40px 20px !important;
        border-radius: 25px !important;
        gap: 25px !important;
    }

    /* Transformation de l'accent latéral en barre de tête Prestige */
    #clemy-mystique-2026 .monolith-accent {
        width: 100% !important;
        height: 6px !important;
        background: linear-gradient(to right, var(--amethyst), var(--wine)) !important;
        border-radius: 50px !important;
    }

    /* Ajustement de la Lettrine (Drop Cap) */
    #clemy-mystique-2026 .p-dropcap::first-letter {
        font-size: 3.5rem !important; /* Réduction pour mobile */
        margin-right: 10px !important;
        line-height: 0.9 !important;
    }

    #clemy-mystique-2026 .monolith-body p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* 4. EXPERT INSIGHT (LE BLOC DE SAGESSE) */
    #clemy-mystique-2026 .expert-insight {
        padding: 25px 20px !important;
        font-size: 1.1rem !important;
        border-radius: 15px !important;
        text-align: center !important;
        margin-top: 30px !important;
    }
}@media (max-width: 350px) {
        #clemy-mystique-2026 .h1-master { font-size: 1.6rem !important; }
        #clemy-mystique-2026 .p-dropcap::first-letter { font-size: 3rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5d8546c */#clemy-esoterisme-2026 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-purple: #F9F7FB;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-esoterisme-2026 .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-esoterisme-2026 .edito-header {
    margin-bottom: 70px;
}

#clemy-esoterisme-2026 .edito-step {
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--amethyst);
    display: block;
    margin-bottom: 15px;
}

#clemy-esoterisme-2026 .edito-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 300;
    color: var(--dark);
    margin: 0;
    letter-spacing: -2px;
}

#clemy-esoterisme-2026 .edito-title strong {
    color: var(--wine);
    font-weight: 900;
}

#clemy-esoterisme-2026 .header-divider {
    width: 60px;
    height: 4px;
    background: var(--wine);
    margin-top: 25px;
}

/* --- GRID LAYOUT --- */
#clemy-esoterisme-2026 .edito-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

#clemy-esoterisme-2026 .edito-main {
    flex: 1.6;
}

#clemy-esoterisme-2026 .lead-text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--wine);
    margin-bottom: 35px;
    font-weight: 600;
}

#clemy-esoterisme-2026 p {
    font-size: 1.15rem;
    color: #4A4A4A;
    margin-bottom: 25px;
}

/* --- PILLARS GRID --- */
#clemy-esoterisme-2026 .pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}

#clemy-esoterisme-2026 .pillar-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#clemy-esoterisme-2026 .pillar-icon {
    color: var(--amethyst);
    font-size: 1.2rem;
    font-weight: 900;
}

#clemy-esoterisme-2026 .pillar-txt {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}

#clemy-esoterisme-2026 .pillar-txt a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid var(--amethyst);
}

/* --- SIDEBAR --- */
#clemy-esoterisme-2026 .edito-sidebar {
    flex: 1;
}

#clemy-esoterisme-2026 .sidebar-box {
    background: var(--soft-purple);
    padding: 40px;
    border-top: 5px solid var(--wine);
    margin-bottom: 50px;
}

#clemy-esoterisme-2026 .h3-amethyst {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--amethyst);
    margin-bottom: 20px;
    text-transform: uppercase;
}

#clemy-esoterisme-2026 .image-wrapper {
    position: relative;
    padding-left: 20px;
}

#clemy-esoterisme-2026 .image-wrapper img {
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.1);
}

#clemy-esoterisme-2026 .image-border {
    position: absolute;
    top: -15px;
    left: 0;
    width: 80%;
    height: 110%;
    border: 2px solid var(--amethyst);
    z-index: 1;
    opacity: 0.3;
}

/* --- LINKS --- */
#clemy-esoterisme-2026 a.link-wine {
    color: var(--wine);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid rgba(154, 42, 91, 0.2);
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-esoterisme-2026 .edito-grid { flex-direction: column; gap: 40px; }
    #clemy-esoterisme-2026 .pillars-grid { grid-template-columns: 1fr; }
    #clemy-esoterisme-2026 .edito-wrapper { padding: 0 25px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : ÉSOTÉRISME 2026 (ÉDITO)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-esoterisme-2026 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-esoterisme-2026 .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-esoterisme-2026 .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    #clemy-esoterisme-2026 .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-esoterisme-2026 .edito-title {
        font-size: 1.7rem !important; /* Calibrage anti-césure */
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-esoterisme-2026 .header-divider {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. GRID LAYOUT (EMPILEMENT MOBILE) */
    #clemy-esoterisme-2026 .edito-grid {
        flex-direction: column !important;
        gap: 35px !important;
    }

    #clemy-esoterisme-2026 .lead-text {
        font-size: 1.15rem !important;
        text-align: center !important; /* Autorité centrale */
        line-height: 1.4 !important;
        padding: 0 10px;
        margin-bottom: 30px !important;
    }

    #clemy-esoterisme-2026 p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* 4. PILLARS GRID (LES FONDATIONS) */
    #clemy-esoterisme-2026 .pillars-grid {
        grid-template-columns: 1fr !important; /* 1 colonne sur mobile */
        gap: 20px !important;
        margin-top: 30px !important;
    }

    #clemy-esoterisme-2026 .pillar-item {
        gap: 12px !important;
        padding: 10px 0;
    }

    #clemy-esoterisme-2026 .pillar-icon {
        font-size: 1rem !important;
        margin-top: 3px !important;
    }

    /* 5. SIDEBAR & IMAGE (L'ÉCRIN VISUEL) */
    #clemy-esoterisme-2026 .sidebar-box {
        padding: 30px 20px !important;
        border-radius: 15px !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    #clemy-esoterisme-2026 .h3-amethyst {
        font-size: 1.2rem !important;
        letter-spacing: 1px !important;
    }

    #clemy-esoterisme-2026 .image-wrapper {
        padding-left: 10px !important; /* Réduction du décalage pour éviter l'overflow */
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    #clemy-esoterisme-2026 .image-border {
        top: -8px !important;
        left: 0 !important;
        width: 90% !important;
        height: 105% !important;
        border-width: 1px !important;
    }
}@media (max-width: 350px) {
        #clemy-esoterisme-2026 .edito-title { font-size: 1.5rem !important; }
        #clemy-esoterisme-2026 .lead-text { font-size: 1.05rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-25c5ccd */#clemy-spiritualite-2026 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-wine: #FAF4F7;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-spiritualite-2026 .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-spiritualite-2026 .edito-header {
    margin-bottom: 70px;
}

#clemy-spiritualite-2026 .edito-step {
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--amethyst);
    display: block;
    margin-bottom: 15px;
}

#clemy-spiritualite-2026 .edito-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 300;
    color: var(--dark);
    margin: 0;
    letter-spacing: -2px;
}

#clemy-spiritualite-2026 .edito-title strong {
    color: var(--wine);
    font-weight: 900;
}

#clemy-spiritualite-2026 .header-divider {
    width: 60px;
    height: 4px;
    background: var(--wine);
    margin-top: 25px;
}

/* --- GRID LAYOUT --- */
#clemy-spiritualite-2026 .edito-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

#clemy-spiritualite-2026 .edito-main {
    flex: 1.6;
}

#clemy-spiritualite-2026 .lead-text-wine {
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--wine);
    margin-bottom: 35px;
    font-weight: 600;
}

#clemy-spiritualite-2026 p {
    font-size: 1.15rem;
    color: #4A4A4A;
    margin-bottom: 25px;
}

/* --- NOTE DE SYNTHÈSE --- */
#clemy-spiritualite-2026 .spiritual-note {
    background: var(--soft-wine);
    padding: 30px;
    border-left: 6px solid var(--wine);
    margin: 40px 0;
    font-style: italic;
    font-size: 1.1rem;
}

#clemy-spiritualite-2026 .h3-wine-small {
    color: var(--wine);
    font-size: 1.4rem;
    font-weight: 800;
    margin: 40px 0 25px;
}

/* --- PILLARS --- */
#clemy-spiritualite-2026 .pillars-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#clemy-spiritualite-2026 .pillar-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#clemy-spiritualite-2026 .pillar-icon {
    color: var(--amethyst);
    font-size: 1.2rem;
}

#clemy-spiritualite-2026 .pillar-txt {
    font-size: 1rem;
}

/* --- SIDEBAR --- */
#clemy-spiritualite-2026 .edito-sidebar {
    flex: 1;
}

#clemy-spiritualite-2026 .sidebar-box-wine {
    background: var(--dark);
    color: var(--white);
    padding: 40px;
    border-top: 5px solid var(--wine);
    margin-bottom: 50px;
}

#clemy-spiritualite-2026 .h3-white {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#clemy-spiritualite-2026 .sidebar-box-wine a {
    color: var(--amethyst);
    font-weight: 700;
    text-decoration: underline;
}

#clemy-spiritualite-2026 .image-wrapper {
    position: relative;
    padding-right: 20px;
}

#clemy-spiritualite-2026 .image-wrapper img {
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

#clemy-spiritualite-2026 .image-border-wine {
    position: absolute;
    top: 20px;
    right: 0;
    width: 80%;
    height: 100%;
    border: 2px solid var(--wine);
    z-index: 1;
    opacity: 0.4;
}

/* --- LINKS --- */
#clemy-spiritualite-2026 a.link-amethyst {
    color: var(--amethyst);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(142, 68, 173, 0.2);
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-spiritualite-2026 .edito-grid { flex-direction: column-reverse; gap: 40px; }
    #clemy-spiritualite-2026 .edito-wrapper { padding: 0 25px; }
} @media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : SPIRITUALITÉ 2026 (ÉDITO)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-spiritualite-2026 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-spiritualite-2026 .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-spiritualite-2026 .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    #clemy-spiritualite-2026 .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-spiritualite-2026 .edito-title {
        font-size: 1.7rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-spiritualite-2026 .header-divider {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. GRID LAYOUT (LE CHOIX DU COLUMN-REVERSE) */
    #clemy-spiritualite-2026 .edito-grid {
        flex-direction: column-reverse !important; /* Sidebar en haut pour l'impact */
        gap: 40px !important;
    }

    #clemy-spiritualite-2026 .edito-main {
        width: 100% !important;
    }

    #clemy-spiritualite-2026 .lead-text-wine {
        font-size: 1.15rem !important;
        text-align: center !important;
        line-height: 1.4 !important;
        padding: 0 10px;
        margin-bottom: 30px !important;
    }

    #clemy-spiritualite-2026 p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* 4. NOTE DE SYNTHÈSE & PILLIERS */
    #clemy-spiritualite-2026 .spiritual-note {
        padding: 25px 20px !important;
        margin: 30px 0 !important;
        border-left-width: 4px !important;
        font-size: 1rem !important;
        text-align: center !important;
        border-radius: 0 15px 15px 0;
    }

    #clemy-spiritualite-2026 .h3-wine-small {
        font-size: 1.25rem !important;
        text-align: center !important;
        margin: 35px 0 20px !important;
    }

    #clemy-spiritualite-2026 .pillar-item {
        gap: 12px !important;
        background: #fdfdfd;
        padding: 12px;
        border-radius: 10px;
    }

    /* 5. SIDEBAR (LE BLOC MAGNÉTIQUE) */
    #clemy-spiritualite-2026 .sidebar-box-wine {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    #clemy-spiritualite-2026 .h3-white {
        font-size: 1.25rem !important;
        letter-spacing: 1px !important;
    }

    #clemy-spiritualite-2026 .image-wrapper {
        padding-right: 10px !important; /* Réduction du décalage */
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    #clemy-spiritualite-2026 .image-border-wine {
        top: 10px !important;
        right: 0 !important;
        width: 90% !important;
        height: 100% !important;
        border-width: 1px !important;
    }
}@media (max-width: 350px) {
        #clemy-spiritualite-2026 .edito-title { font-size: 1.5rem !important; }
        #clemy-spiritualite-2026 .lead-text-wine { font-size: 1.05rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-020f618 */#clemy-dualite-integrale {
--amethyst: #8E44AD;
--wine: #9A2A5B;
--dark: #1A0B2E;
--white: #FFFFFF;
--light-gray: #F8F7FA;

background: var(--white);
padding: 80px 0;
font-family: 'Inter', -apple-system, sans-serif;
color: #333;
line-height: 1.7;
}

#clemy-dualite-integrale .edito-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}

/* --- HEADER --- */
#clemy-dualite-integrale .edito-header { margin-bottom: 50px; }
#clemy-dualite-integrale .edito-step {
font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); display: block; margin-bottom: 15px;
}
#clemy-dualite-integrale .edito-title {
font-size: clamp(1.8rem, 5vw, 2.8rem); line-height: 1.1; font-weight: 300; color: var(--dark); margin: 0;
}
#clemy-dualite-integrale .edito-title strong { color: var(--wine); font-weight: 900; }
#clemy-dualite-integrale .header-divider { width: 60px; height: 4px; background: var(--wine); margin-top: 20px; }

/* --- INTRO --- */
#clemy-dualite-integrale .dual-intro { margin-bottom: 50px; }
#clemy-dualite-integrale .lead-text-wine { font-size: 1.3rem; font-weight: 600; color: var(--wine); margin-bottom: 20px; }

/* --- DUEL CONTAINER (FLEXBOX) --- */
#clemy-dualite-integrale .duel-container {
display: flex;
flex-direction: column;
gap: 30px;
margin-bottom: 60px;
}

#clemy-dualite-integrale .duel-row {
background: var(--white);
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
border: 1px solid #EEE;
}

#clemy-dualite-integrale .duel-label {
background: var(--dark);
color: var(--white);
padding: 15px;
text-align: center;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.85rem;
}

#clemy-dualite-integrale .duel-comparison {
display: flex;
}

#clemy-dualite-integrale .side {
flex: 1;
padding: 30px;
}

#clemy-dualite-integrale .esoterisme {
border-right: 1px solid #EEE;
background: #FCFBFF;
}

#clemy-dualite-integrale .side-tag {
display: block;
font-size: 0.7rem;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 15px;
letter-spacing: 1px;
}

#clemy-dualite-integrale .esoterisme .side-tag { color: var(--amethyst); }
#clemy-dualite-integrale .spiritualite .side-tag { color: var(--wine); }

/* --- CONSEIL FINAL --- */
#clemy-dualite-integrale .expert-box-final {
background: #F9FDF9;
padding: 40px;
border-left: 6px solid #00C853;
border-radius: 4px;
margin-bottom: 60px;
}

#clemy-dualite-integrale .link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: none; }
#clemy-dualite-integrale .link-amethyst { color: var(--amethyst); font-weight: 800; text-decoration: none; }

/* --- IMAGE --- */
#clemy-dualite-integrale .duel-image { text-align: center; }
#clemy-dualite-integrale .duel-image img {
max-width: 300px;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
#clemy-dualite-integrale .duel-comparison { flex-direction: column; }
#clemy-dualite-integrale .esoterisme { border-right: none; border-bottom: 1px solid #EEE; }
#clemy-dualite-integrale .side { padding: 25px; }/* ============================================================
   FORCE RESPONSIVE RADICAL : DUALITÉ (#clemy-dualite-integrale)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-dualite-integrale {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-dualite-integrale .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-dualite-integrale .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-dualite-integrale .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-dualite-integrale .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-dualite-integrale .header-divider {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO */
    #clemy-dualite-integrale .dual-intro {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-dualite-integrale .lead-text-wine {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }

    /* 4. DUEL GRID (CONFRONTATION ÉSOTÉRISME vs SPIRITUALITÉ) */
    #clemy-dualite-integrale .duel-container {
        gap: 20px !important;
        margin-bottom: 50px !important;
    }

    #clemy-dualite-integrale .duel-row {
        border-radius: 15px !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.03) !important;
    }

    #clemy-dualite-integrale .duel-label {
        padding: 12px !important;
        font-size: 0.75rem !important;
        letter-spacing: 1.5px !important;
    }

    #clemy-dualite-integrale .duel-comparison {
        flex-direction: column !important; /* Empilement forcé */
    }

    #clemy-dualite-integrale .side {
        padding: 25px 20px !important;
        text-align: center !important; /* On centre pour l'équilibre mobile */
    }

    #clemy-dualite-integrale .esoterisme {
        border-right: none !important;
        border-bottom: 1px solid #EEE !important; /* Séparation horizontale */
        background: #FDFDFD !important;
    }

    #clemy-dualite-integrale .side-tag {
        font-size: 0.65rem !important;
        margin-bottom: 10px !important;
    }

    #clemy-dualite-integrale .side p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }

    /* 5. CONSEIL FINAL (LE BLOC DE SAGESSE) */
    #clemy-dualite-integrale .expert-box-final {
        padding: 30px 20px !important;
        border-radius: 15px !important;
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    /* Ajustement de la couleur de bordure pour rester "Prestige" */
    #clemy-dualite-integrale .expert-box-final {
        border-left: none !important;
        border-top: 5px solid #00C853 !important; /* La bordure passe en haut */
    }

    #clemy-dualite-integrale .expert-box-final p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    /* 6. IMAGE FINALE */
    #clemy-dualite-integrale .duel-image img {
        max-width: 200px !important;
        margin-bottom: 20px !important;
    }
}@media (max-width: 350px) {
        #clemy-dualite-integrale .edito-title { font-size: 1.4rem !important; }
        #clemy-dualite-integrale .lead-text-wine { font-size: 1.05rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f43145e */#clemy-digital-sacre {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F8F7FA;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-digital-sacre .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-digital-sacre .edito-header {
    margin-bottom: 70px;
}

#clemy-digital-sacre .edito-step {
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--amethyst);
    display: block;
    margin-bottom: 15px;
}

#clemy-digital-sacre .edito-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.1;
    font-weight: 300;
    color: var(--dark);
    margin: 0;
}

#clemy-digital-sacre .edito-title strong {
    color: var(--wine);
    font-weight: 900;
}

#clemy-digital-sacre .header-line-wine {
    width: 80px;
    height: 4px;
    background: var(--wine);
    margin-top: 30px;
}

/* --- TEXTE INTRO --- */
#clemy-digital-sacre .digital-intro {
    max-width: 850px;
    margin-bottom: 60px;
}

#clemy-digital-sacre .lead-text-wine {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--wine);
    margin-bottom: 25px;
}

#clemy-digital-sacre p {
    font-size: 1.15rem;
    color: #4A4A4A;
    margin-bottom: 25px;
}

/* --- MONOLITHE CONTRASTE --- */
#clemy-digital-sacre .contrast-monolith {
    background: var(--dark);
    color: var(--white);
    border-radius: 40px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

#clemy-digital-sacre .h3-wine-bold {
    font-size: 2rem;
    font-weight: 900;
    color: var(--wine);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#clemy-digital-sacre .monolith-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
}

#clemy-digital-sacre .monolith-highlight {
    background: rgba(154, 42, 91, 0.1);
    border-left: 5px solid var(--wine);
    padding: 30px;
    margin-top: 40px;
    border-radius: 0 15px 15px 0;
}

#clemy-digital-sacre .monolith-highlight p {
    color: var(--white);
    margin: 0;
    font-style: italic;
}

/* --- FOOTER --- */
#clemy-digital-sacre .digital-footer {
    max-width: 850px;
    border-top: 1px solid #EEE;
    padding-top: 50px;
}

#clemy-digital-sacre .digital-footer p {
    font-size: 1.2rem;
    color: var(--dark);
}

/* --- LINKS --- */
#clemy-digital-sacre a { text-decoration: none; font-weight: 700; transition: 0.3s; }
#clemy-digital-sacre .link-amethyst { color: var(--amethyst); border-bottom: 2px solid rgba(142, 68, 173, 0.2); }
#clemy-digital-sacre .link-wine-underline { color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }
#clemy-digital-sacre .link-dark-bold { color: var(--dark); font-weight: 900; text-decoration: underline; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-digital-sacre .contrast-monolith { padding: 40px 25px; border-radius: 25px; }
    #clemy-digital-sacre .edito-wrapper { padding: 0 25px; }
    #clemy-digital-sacre .h3-wine-bold { font-size: 1.5rem; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : DIGITAL SACRÉ (#clemy-digital-sacre)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-digital-sacre {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-digital-sacre .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-digital-sacre .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-digital-sacre .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-digital-sacre .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-digital-sacre .header-line-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. TEXTES D'INTRODUCTION */
    #clemy-digital-sacre .digital-intro {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-digital-sacre .lead-text-wine {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }

    #clemy-digital-sacre p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* 4. MONOLITHE CONTRASTE (L'ÉCRIN SOMBRE) */
    #clemy-digital-sacre .contrast-monolith {
        padding: 40px 20px !important;
        border-radius: 20px !important;
        margin-bottom: 50px !important;
        text-align: center !important;
    }

    #clemy-digital-sacre .h3-wine-bold {
        font-size: 1.4rem !important;
        letter-spacing: 0px !important;
        margin-bottom: 25px !important;
    }

    #clemy-digital-sacre .monolith-content p {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
    }

    /* L'Highlight (Note de sagesse interne) */
    #clemy-digital-sacre .monolith-highlight {
        padding: 25px 15px !important;
        border-left: none !important;
        border-top: 4px solid var(--wine) !important; /* La bordure passe en haut */
        border-radius: 12px !important;
        margin-top: 30px !important;
    }

    #clemy-digital-sacre .monolith-highlight p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    /* 5. FOOTER DE SECTION */
    #clemy-digital-sacre .digital-footer {
        padding-top: 40px !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    #clemy-digital-sacre .digital-footer p {
        font-size: 1.1rem !important;
        line-height: 1.5 !important;
    }
}@media (max-width: 350px) {
        #clemy-digital-sacre .edito-title { font-size: 1.4rem !important; }
        #clemy-digital-sacre .h3-wine-bold { font-size: 1.25rem !important; }
        #clemy-digital-sacre .lead-text-wine { font-size: 1rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3714e93 */#clemy-choix-final {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F8F7FA;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-choix-final .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-choix-final .edito-header { margin-bottom: 60px; }
#clemy-choix-final .edito-step {
    font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); display: block; margin-bottom: 15px;
}
#clemy-choix-final .edito-title {
    font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.1; font-weight: 300; color: var(--dark); margin: 0;
}
#clemy-choix-final .edito-title strong { color: var(--wine); font-weight: 900; }
#clemy-choix-final .header-divider { width: 60px; height: 4px; background: var(--wine); margin-top: 25px; }

/* --- INTRO --- */
#clemy-choix-final .final-intro { margin-bottom: 60px; }
#clemy-choix-final .lead-text-wine { font-size: 1.4rem; font-weight: 600; color: var(--wine); margin-bottom: 20px; }

/* --- PATHWAY CARDS (RESPONSIVE) --- */
#clemy-choix-final .pathway-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

#clemy-choix-final .path-card {
    flex: 1;
    display: flex;
    gap: 20px;
    padding: 40px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    border: 1px solid #EEE;
    transition: transform 0.3s ease;
}

#clemy-choix-final .path-card:hover { transform: translateY(-10px); }
#clemy-choix-final .card-amethyst { border-right: 6px solid var(--amethyst); }
#clemy-choix-final .card-wine { border-right: 6px solid var(--wine); }

#clemy-choix-final .card-icon { font-size: 2rem; }
#clemy-choix-final .card-content h3 {
    font-size: 1.2rem; font-weight: 900; margin: 0 0 15px 0; color: var(--dark);
}
#clemy-choix-final .card-content p { font-size: 1rem; color: #555; margin: 0; }

/* --- WISDOM SUMMARY --- */
#clemy-choix-final .wisdom-summary {
    max-width: 850px;
    margin: 0 auto 100px;
    text-align: center;
    font-size: 1.25rem;
    color: #444;
}

/* --- CTA MONOLITH (DARK) --- */
#clemy-choix-final .cta-monolith {
    background: var(--dark);
    padding: 100px 60px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    color: var(--white);
    text-align: center;
}

#clemy-choix-final .cta-aura {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

#clemy-choix-final .h3-cta {
    font-size: clamp(1.8rem, 5vw, 2.5rem); color: #E0F2F1; font-weight: 900; margin-bottom: 25px;
}
#clemy-choix-final .p-cta {
    font-size: 1.2rem; color: rgba(255,255,255,0.8); max-width: 750px; margin: 0 auto 50px;
}

/* BUTTONS */
#clemy-choix-final .cta-buttons {
    display: flex; gap: 20px; justify-content: center; margin-bottom: 40px;
}

#clemy-choix-final .btn-primary {
    background: var(--white); color: var(--dark); padding: 20px 40px;
    border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3); transition: 0.3s;
}
#clemy-choix-final .btn-secondary {
    border: 2px solid rgba(255,255,255,0.4); color: var(--white); padding: 18px 35px;
    border-radius: 50px; text-decoration: none; font-weight: 700; transition: 0.3s;
}
#clemy-choix-final .btn-primary:hover, #clemy-choix-final .btn-secondary:hover { transform: scale(1.05); }

#clemy-choix-final .cta-seal {
    font-size: 0.8rem; text-transform: uppercase; letter-spacing: 3px; opacity: 0.6;
}

/* --- LINKS --- */
#clemy-choix-final a.link-dark { color: var(--dark); font-weight: 700; text-decoration: underline; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-choix-final .pathway-grid { flex-direction: column; }
    #clemy-choix-final .cta-monolith { padding: 60px 30px; border-radius: 25px; }
    #clemy-choix-final .cta-buttons { flex-direction: column; }
    #clemy-choix-final .edito-wrapper { padding: 0 25px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : CHOIX FINAL (#clemy-choix-final)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-choix-final {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-choix-final .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-choix-final .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-choix-final .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-choix-final .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-choix-final .header-divider {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO & WISDOM SUMMARY */
    #clemy-choix-final .final-intro {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-choix-final .lead-text-wine {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }

    #clemy-choix-final .wisdom-summary {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 50px !important;
        padding: 0 10px;
    }

    /* 4. PATHWAY GRID (LES CARTES DE PROFIL) */
    #clemy-choix-final .pathway-grid {
        flex-direction: column !important;
        gap: 20px !important;
        margin-bottom: 50px !important;
    }

    #clemy-choix-final .path-card {
        flex-direction: column !important; /* Empilement icône / texte */
        align-items: center !important;
        text-align: center !important;
        padding: 30px 20px !important;
        border-radius: 20px !important;
        transform: none !important; /* SÉCURITÉ TACTILE : blocage du saut */
    }

    #clemy-choix-final .path-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    }

    /* Transformation de la bordure latérale en bordure de tête */
    #clemy-choix-final .card-amethyst, 
    #clemy-choix-final .card-wine {
        border-right: none !important;
        border-top: 6px solid !important;
    }

    #clemy-choix-final .card-icon {
        font-size: 1.8rem !important;
        margin-bottom: 10px !important;
    }

    #clemy-choix-final .card-content h3 {
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
    }

    /* 5. CTA MONOLITH (L'ÉCRIN FINAL SOMBRE) */
    #clemy-choix-final .cta-monolith {
        padding: 60px 20px !important;
        border-radius: 25px !important;
        margin: 0 5px !important;
    }

    #clemy-choix-final .h3-cta {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }

    #clemy-choix-final .p-cta {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        margin-bottom: 40px !important;
    }

    /* Boutons en mode "Full-Action" */
    #clemy-choix-final .cta-buttons {
        flex-direction: column !important;
        gap: 15px !important;
    }

    #clemy-choix-final .btn-primary, 
    #clemy-choix-final .btn-secondary {
        display: block !important;
        width: 100% !important; /* Cible maximale pour le pouce */
        padding: 18px 15px !important;
        font-size: 1.05rem !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    #clemy-choix-final .cta-seal {
        margin-top: 30px !important;
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }
}@media (max-width: 350px) {
        #clemy-choix-final .edito-title { font-size: 1.4rem !important; }
        #clemy-choix-final .h3-cta { font-size: 1.45rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8f45408 *//* --- FAQ FONDAMENTAUX : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-fondamentaux {
    --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-faq-fondamentaux .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-fondamentaux .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-fondamentaux .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-fondamentaux .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-fondamentaux .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-faq-fondamentaux .faq-intro { font-size: 1.1rem; color: #666; max-width: 650px; margin: 0 auto; line-height: 1.6; }

/* --- ACCORDION SYSTEM --- */
#clemy-faq-fondamentaux .faq-accordion-group { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-fondamentaux .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-fondamentaux .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-fondamentaux .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Item Specific Highlighting (IA Question) */
#clemy-faq-fondamentaux .featured-human[open] { border-left: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-fondamentaux summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-fondamentaux summary::-webkit-details-marker { display: none; }

#clemy-faq-fondamentaux .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-fondamentaux .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

/* Custom Chevron Animation */
#clemy-faq-fondamentaux .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-fondamentaux .q-chevron::before, 
#clemy-faq-fondamentaux .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-fondamentaux .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-fondamentaux .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-fondamentaux .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-fondamentaux .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqPillarIn 0.5s ease-out;
}

@keyframes faqPillarIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-fondamentaux .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-fondamentaux .faq-canvas { padding: 0 20px; }
    #clemy-faq-fondamentaux .q-num { display: none; }
    #clemy-faq-fondamentaux .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-fondamentaux .display-title { text-align: left; }/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ FONDAMENTAUX (#clemy-faq-fondamentaux)
   ============================================================ */

    /* 1. RESET GLOBAL & CANVAS */
    #clemy-faq-fondamentaux {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-faq-fondamentaux .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-faq-fondamentaux .faq-header {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-faq-fondamentaux .kicker-badge {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 2px !important;
        margin-bottom: 15px !important;
    }

    #clemy-faq-fondamentaux .display-title {
        font-size: 1.8rem !important; /* Calibrage pour éviter les césures laides */
        line-height: 1.2 !important;
        text-align: center !important; /* On recentre pour la cohérence visuelle */
        padding: 0 10px;
    }

    #clemy-faq-fondamentaux .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-faq-fondamentaux .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-fondamentaux .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-fondamentaux summary {
        padding: 22px 15px !important; /* Plus compact pour le pouce */
        gap: 12px !important;
    }

    #clemy-faq-fondamentaux .q-num {
        display: none !important; /* On gagne 40px de largeur de texte */
    }

    #clemy-faq-fondamentaux .q-text {
        font-size: 0.95rem !important;
        padding-right: 5px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : L'ESPACE DE LECTURE LIBÉRÉ */
    #clemy-faq-fondamentaux .faq-content {
        padding: 0 15px 25px 15px !important; /* Suppression du retrait de 85px */
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* Highlighting spécifique pour le bloc Humain */
    #clemy-faq-fondamentaux .featured-human[open] {
        border-left-width: 4px !important;
    }

    /* Chevron tactile */
    #clemy-faq-fondamentaux .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}@media (max-width: 350px) {
        #clemy-faq-fondamentaux .display-title { font-size: 1.5rem !important; }
        #clemy-faq-fondamentaux .q-text { font-size: 0.85rem !important; }
    }/* End custom CSS */