.elementor-5020 .elementor-element.elementor-element-18ef282e{--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-27cb005 *//* --- CONFIGURATION PORTAIL SPIRITUEL : WINE & AMETHYST LUXE --- */
#clemy-spirituality-portal {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background-color: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
    padding-bottom: 60px;
}

/* --- HERO & TITRE --- */
.portal-hero {
    padding: 80px 20px 40px;
    text-align: center;
}

.portal-title {
    font-size: clamp(1.8rem, 6vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: var(--dark);
}

.portal-title span {
    color: var(--amethyst);
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-underline {
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, var(--wine), var(--amethyst));
    margin: 30px auto 0;
    border-radius: 50px;
}

/* --- NAVIGATION GLASSMORPHISM --- */
.portal-nav {
    position: sticky;
    top: 15px;
    z-index: 1000;
    margin: 0 20px;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    padding: 12px 25px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(142, 68, 173, 0.15);
    box-shadow: 0 15px 35px rgba(26, 11, 46, 0.05);
}

.nav-logo {
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--dark);
    text-transform: uppercase;
}

.nav-logo span { color: var(--amethyst); font-weight: 300; }

.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 50px;
    transition: 0.3s ease;
}

.nav-links a:hover { background: var(--wine); color: var(--white); }

/* --- INTRO & BADGE --- */
.portal-intro-zone {
    text-align: center;
    max-width: 800px;
    margin: 60px auto;
    padding: 0 25px;
}

.badge-amethyst {
    background: #F4ECF7;
    color: var(--amethyst);
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #444;
}

/* --- MONOLITH CARD (UI DE PRESTIGE) --- */
.monolith-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

.monolith-card {
    background: var(--white);
    border-radius: 35px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(26, 11, 46, 0.05);
    border: 1px solid #F0F0F0;
}

.monolith-accent {
    width: 12px;
    background: linear-gradient(to bottom, var(--wine), var(--amethyst));
    flex-shrink: 0;
}

.monolith-content {
    padding: clamp(30px, 5vw, 50px);
}

.p-accent {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--wine);
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.5;
}

.question-box {
    margin: 30px 0;
    padding: 25px;
    background: var(--soft-gray);
    border-radius: 20px;
    border-left: 4px solid var(--amethyst);
    font-size: 1.05rem;
    color: #555;
}

.link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: underline; }

.p-conclusion {
    border-top: 1px solid #EEE;
    padding-top: 30px;
    margin-bottom: 0;
    color: #333;
}

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 900px) {
    .nav-links { display: none; } /* Focus total sur mobile en cachant le menu encombrant */
    .nav-container { justify-content: center; }
}

@media (max-width: 650px) {
    .monolith-card { flex-direction: column; }
    .monolith-accent { width: 100%; height: 8px; }
    .p-accent { font-size: 1.15rem; }
    .lead-text { font-size: 1.1rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : PORTAIL SPIRITUEL (INTRO)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-spirituality-portal {
        overflow-x: hidden !important;
        padding-bottom: 40px !important;
    }

    #clemy-spirituality-portal .monolith-wrapper,
    #clemy-spirituality-portal .portal-intro-zone {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. NAVIGATION COMPACTE (GLASSMORPHISM) */
    #clemy-spirituality-portal .portal-nav {
        margin: 0 10px !important; /* Marges latérales réduites */
        top: 10px !important; /* Lègèrement remonté */
    }

    #clemy-spirituality-portal .nav-container {
        padding: 12px 15px !important;
        justify-content: center !important; /* On centre le logo */
        border-radius: 50px !important; /* Maintien de l'effet "pilule" */
        /* Réduction du flou pour soulager le GPU mobile */
        backdrop-filter: blur(10px) saturate(150%) !important;
        -webkit-backdrop-filter: blur(10px) saturate(150%) !important;
    }

    #clemy-spirituality-portal .nav-logo {
        font-size: 0.9rem !important;
    }

    #clemy-spirituality-portal .nav-links {
        display: none !important; /* On confirme ton idée initiale : cacher les liens */
    }

    /* 3. HERO & INTRO */
    #clemy-spirituality-portal .portal-hero {
        padding: 60px 15px 30px !important; /* Réduction de l'espace haut vide */
    }

    #clemy-spirituality-portal .portal-title {
        font-size: 1.8rem !important; /* Taille calibrée pour éviter la césure */
        line-height: 1.2 !important;
    }

    #clemy-spirituality-portal .title-underline {
        width: 60px !important;
        height: 4px !important;
        margin: 20px auto 0 !important;
    }

    #clemy-spirituality-portal .portal-intro-zone {
        margin: 40px auto !important;
    }

    #clemy-spirituality-portal .badge-amethyst {
        font-size: 0.65rem !important;
        padding: 6px 18px !important;
        letter-spacing: 2px !important;
        margin-bottom: 20px !important;
    }

    #clemy-spirituality-portal .lead-text {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        padding: 0 5px !important;
    }

    /* 4. MONOLITH CARD (L'ÉCRIN BLANC) */
    #clemy-spirituality-portal .monolith-card {
        flex-direction: column !important; /* Empilement forcé */
        border-radius: 25px !important;
    }

    #clemy-spirituality-portal .monolith-accent {
        width: 100% !important;
        height: 6px !important; /* La barre passe en haut */
        background: linear-gradient(to right, var(--wine), var(--amethyst)) !important;
    }

    #clemy-spirituality-portal .monolith-content {
        padding: 30px 20px !important; /* Aération du texte */
    }

    #clemy-spirituality-portal .p-accent {
        font-size: 1.2rem !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        line-height: 1.4 !important;
    }

    #clemy-spirituality-portal .question-box {
        margin: 25px 0 !important;
        padding: 20px 15px !important;
        border-radius: 18px !important;
        border-left-width: 4px !important;
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    #clemy-spirituality-portal .p-conclusion {
        padding-top: 25px !important;
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-spirituality-portal .portal-title { font-size: 1.55rem !important; }
    #clemy-spirituality-portal .p-accent { font-size: 1.1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b7e9d67 *//* --- SECTION 01 : LE VERRE ET L'EAU (DESIGN SYSTEM) --- */
#clemy-metaphor-glass {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.7;
}

.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER SECTION */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--wine); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }
.intro-p { font-size: 1.2rem; margin-bottom: 50px; max-width: 800px; color: #444; }

/* SHOWCASE CONTAINER */
.metaphor-showcase {
    background: var(--soft-gray);
    border-radius: 40px;
    padding: clamp(30px, 5vw, 60px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.02);
}

.showcase-header { text-align: center; margin-bottom: 50px; }
.h3-wine { color: var(--wine); font-size: 1.8rem; font-weight: 900; margin: 0 0 10px 0; }
.divine-intro { font-size: 1.2rem; color: #555; }
.divine-intro strong { color: var(--amethyst); font-weight: 900; font-size: 1.3rem; }

/* GRID DE DUALITÉ (SÉMANTIQUE VISUELLE) */
.glass-water-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.concept-card {
    padding: 40px;
    transition: transform 0.3s ease;
}

/* Religion : Rigide, Sombre, Structurée */
.card-religion {
    background: var(--dark);
    color: var(--white);
    border-radius: 15px; /* Coins plus carrés = Structure */
    border-top: 5px solid var(--wine);
    box-shadow: 0 15px 30px rgba(26, 11, 46, 0.2);
}
.card-religion p { color: rgba(255,255,255,0.8); font-size: 0.95rem; margin-bottom: 15px; }

/* Spiritualité : Fluide, Lumineuse, Libre */
.card-spirituality {
    background: var(--white);
    color: var(--dark);
    border-radius: 40px; /* Coins très ronds = Fluidité */
    border: 2px solid rgba(142, 68, 173, 0.1);
    box-shadow: 0 15px 40px rgba(142, 68, 173, 0.08);
}
.card-spirituality p { color: #555; font-size: 0.95rem; margin-bottom: 15px; }
.link-amethyst-bold { color: var(--amethyst); font-weight: 800; text-decoration: underline; }

.concept-icon { font-size: 2.5rem; margin-bottom: 15px; line-height: 1; }
.concept-title { font-size: 1.5rem; font-weight: 900; margin: 0 0 20px 0; line-height: 1.2; }
.concept-title span { font-weight: 300; font-size: 1rem; opacity: 0.7; display: block; margin-top: 5px; }
.card-religion .concept-title { color: var(--white); }
.card-spirituality .concept-title { color: var(--amethyst); }

/* PIÈGE DE LA CONFUSION */
.confusion-trap {
    display: flex;
    gap: 20px;
    background: var(--white);
    padding: 30px;
    border-radius: 25px;
    border-left: 6px solid var(--wine);
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}
.trap-icon { font-size: 2rem; }
.trap-text { font-style: italic; color: #555; font-size: 1.05rem; line-height: 1.6; }
.trap-text strong { color: var(--wine); font-style: normal; font-weight: 900; display: block; margin-bottom: 5px; }

/* IMAGE ARTEFACT (FLUID SHAPE ANIMATION) */
.visual-footer { text-align: center; margin-top: 60px; }

.fluid-image-portal {
    display: inline-block;
    padding: 10px;
    background: linear-gradient(135deg, rgba(142,68,173,0.1), rgba(154,42,91,0.1));
    /* Forme organique qui rappelle une goutte d'eau */
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 8s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(142, 68, 173, 0.15);
}

.fluid-image-portal img {
    display: block;
    max-width: 100%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    /* L'image suit la forme organique du parent */
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
    34% { border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%; }
    67% { border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%; }
    100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
}

/* RESPONSIVE */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .glass-water-grid { grid-template-columns: 1fr; gap: 20px; }
    .confusion-trap { flex-direction: column; gap: 15px; padding: 25px; }
    .fluid-image-portal img { width: 200px; height: 200px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : LE VERRE ET L'EAU 
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-metaphor-glass {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-metaphor-glass .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-metaphor-glass .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-metaphor-glass .step-num {
        font-size: 3.5rem !important; /* Calibrage standard du numéro géant */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-metaphor-glass .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-metaphor-glass .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO */
    #clemy-metaphor-glass .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
        line-height: 1.6 !important;
    }

    /* 4. SHOWCASE CONTAINER (L'ÉCRIN GRIS) */
    #clemy-metaphor-glass .metaphor-showcase {
        padding: 30px 20px !important; /* Libération de l'espace texte */
        border-radius: 25px !important;
        margin-bottom: 40px !important;
    }

    #clemy-metaphor-glass .showcase-header {
        margin-bottom: 35px !important;
    }

    #clemy-metaphor-glass .h3-wine {
        font-size: 1.45rem !important;
    }

    #clemy-metaphor-glass .divine-intro {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
    }

    #clemy-metaphor-glass .divine-intro strong {
        font-size: 1.15rem !important;
    }

    /* 5. GRID DE DUALITÉ (SÉCURITÉ TACTILE) */
    #clemy-metaphor-glass .glass-water-grid {
        grid-template-columns: 1fr !important; /* Empilement forcé */
        gap: 20px !important;
        margin-bottom: 40px !important;
    }

    #clemy-metaphor-glass .concept-card {
        padding: 25px 20px !important;
        transform: none !important; /* On bloque le saut au survol pour le tactile */
    }

    #clemy-metaphor-glass .concept-card:hover {
        transform: none !important; /* Annulation du glissement au scroll */
    }

    #clemy-metaphor-glass .concept-icon {
        font-size: 2rem !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    #clemy-metaphor-glass .concept-title {
        font-size: 1.35rem !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    #clemy-metaphor-glass .concept-title span {
        font-size: 0.9rem !important;
        margin-top: 5px !important;
    }

    #clemy-metaphor-glass .card-religion p,
    #clemy-metaphor-glass .card-spirituality p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important; /* On garde l'alignement à gauche pour la lecture des longs paragraphes */
    }

    /* 6. PIÈGE DE LA CONFUSION */
    #clemy-metaphor-glass .confusion-trap {
        flex-direction: column !important; /* Icône au-dessus du texte */
        padding: 25px 20px !important;
        gap: 15px !important;
        border-radius: 20px !important;
        border-left-width: 4px !important; /* Bordure d'alerte affinée */
        text-align: center !important; /* Centrage pour l'effet "Encadré" */
    }

    #clemy-metaphor-glass .trap-icon {
        font-size: 1.8rem !important;
    }

    #clemy-metaphor-glass .trap-text {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    #clemy-metaphor-glass .trap-text strong {
        font-size: 1.05rem !important;
        margin-bottom: 10px !important;
    }

    /* 7. VISUAL FOOTER (IMAGE ANIMÉE) */
    #clemy-metaphor-glass .visual-footer {
        margin-top: 40px !important;
    }

    #clemy-metaphor-glass .fluid-image-portal {
        padding: 8px !important; /* Cadre plus fin */
    }

    #clemy-metaphor-glass .fluid-image-portal img {
        width: 180px !important; /* Taille légèrement réduite pour les très petits écrans */
        height: 180px !important;
    }
}@media (max-width: 350px) {
    #clemy-metaphor-glass .h2-title { font-size: 1.4rem !important; }
    #clemy-metaphor-glass .h3-wine { font-size: 1.35rem !important; }
    #clemy-metaphor-glass .concept-title { font-size: 1.25rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-711cdfe *//* --- SECTION 02 : LA RELIGION (DESIGN INSTITUTIONNEL) --- */
#clemy-religion-collective {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.7;
}

.inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER SECTION */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 50px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--wine); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-wine { width: 60px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

/* SPLIT LAYOUT (GRID) */
.split-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* TYPOGRAPHIE & CONTENU */
.intro-p { font-size: 1.25rem; color: #444; margin-bottom: 25px; line-height: 1.6; }
.text-block { font-size: 1.1rem; color: #555; margin-bottom: 40px; }
.link-amethyst-bold { color: var(--amethyst); font-weight: 800; text-decoration: underline; }

/* LES PILIERS (UI LISTE) */
.pillars-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}

.pillar-item {
    display: flex;
    gap: 20px;
    background: var(--soft-gray);
    padding: 25px 30px;
    border-radius: 20px;
    border-left: 5px solid var(--amethyst);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(142, 68, 173, 0.1);
    background: var(--white);
    border: 1px solid rgba(142, 68, 173, 0.1);
    border-left: 5px solid var(--amethyst);
}

.pillar-icon { font-size: 2rem; line-height: 1; }
.pillar-content { flex: 1; }
.pillar-title { font-size: 1.2rem; font-weight: 800; color: var(--dark); margin: 0 0 8px 0; }
.pillar-content p { margin: 0; font-size: 0.95rem; color: #555; line-height: 1.6; }

/* BLOC SÉCURITÉ (DARK MODE) */
.strength-block {
    background: var(--dark);
    color: var(--white);
    padding: 35px 40px;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.15);
    position: relative;
    overflow: hidden;
}

.strength-block::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 6px; height: 100%;
    background: var(--wine);
}

.strength-title { font-size: 1.3rem; font-weight: 900; color: var(--amethyst); margin: 0 0 15px 0; }
.strength-block p { margin: 0; font-size: 1.05rem; line-height: 1.6; color: rgba(255, 255, 255, 0.9); }

/* VISUAL COL (IMAGE ARTEFACT) */
.visual-col { position: sticky; top: 100px; }

.institution-image-frame {
    position: relative;
    padding: 15px;
    background: var(--white);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border: 1px solid #F0F0F0;
}

.frame-accent {
    position: absolute;
    top: -10px; right: -10px;
    width: 60px; height: 60px;
    border-top: 5px solid var(--wine);
    border-right: 5px solid var(--wine);
    border-radius: 0 25px 0 0;
}

.institution-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* RESPONSIVE LOGIC */
@media (max-width: 950px) {
    .split-layout { grid-template-columns: 1fr; gap: 40px; }
    .visual-col { position: relative; top: 0; max-width: 400px; margin: 0 auto; order: -1; } /* L'image passe au-dessus sur mobile */
}

@media (max-width: 600px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .pillar-item { flex-direction: column; gap: 15px; padding: 25px 20px; }
    .strength-block { padding: 30px 25px; }
    .intro-p { font-size: 1.15rem; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : LA RELIGION (INSTITUTION)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-religion-collective {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-religion-collective .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-religion-collective .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-religion-collective .step-num {
        font-size: 3.5rem !important; /* Calibrage standard du numéro géant */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-religion-collective .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-religion-collective .line-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. SPLIT LAYOUT & TEXTE */
    #clemy-religion-collective .split-layout {
        grid-template-columns: 1fr !important; /* Empilement forcé */
        gap: 40px !important;
    }

    #clemy-religion-collective .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 30px !important;
        padding: 0 10px;
    }

    #clemy-religion-collective .text-block {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    /* 4. VISUEL (IMAGE CADRÉE) - REMONTE AU-DESSUS DU TEXTE */
    #clemy-religion-collective .visual-col {
        position: relative !important;
        top: 0 !important;
        max-width: 320px !important; /* Calibrage pour mobile */
        margin: 0 auto 10px auto !important;
        order: -1 !important; /* L'image passe en premier */
    }

    #clemy-religion-collective .institution-image-frame {
        padding: 8px !important; /* Cadre plus fin */
        border-radius: 20px !important;
    }

    #clemy-religion-collective .institution-image-frame img {
        border-radius: 15px !important;
    }

    #clemy-religion-collective .frame-accent {
        width: 40px !important; /* Accentuation réduite pour mobile */
        height: 40px !important;
        border-width: 3px !important;
        top: -5px !important;
        right: -5px !important;
    }

    /* 5. LES PILIERS (LISTE STRUCTURELLE) */
    #clemy-religion-collective .pillars-container {
        gap: 15px !important;
        margin-bottom: 40px !important;
    }

    #clemy-religion-collective .pillar-item {
        flex-direction: column !important; /* L'icône passe au-dessus du texte */
        align-items: center !important; /* Centrage global du pilier */
        text-align: center !important;
        gap: 12px !important;
        padding: 25px 20px !important;
        border-radius: 18px !important;
        border-left-width: 4px !important; /* Affinage de la bordure améthyste */
        transform: none !important; /* SÉCURITÉ TACTILE : On bloque le saut (translateX) */
    }

    #clemy-religion-collective .pillar-item:hover {
        transform: none !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    }

    #clemy-religion-collective .pillar-icon {
        font-size: 1.8rem !important;
    }

    #clemy-religion-collective .pillar-title {
        font-size: 1.15rem !important;
        margin-bottom: 5px !important;
    }

    #clemy-religion-collective .pillar-content p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    /* 6. STRENGTH BLOCK (LE BLOC NOIR SÉCURITÉ) */
    #clemy-religion-collective .strength-block {
        padding: 30px 20px !important; /* Libération de l'espace latéral */
        border-radius: 20px !important;
        text-align: center !important; /* Centrage pour un effet "Citation forte" */
    }

    #clemy-religion-collective .strength-block::before {
        width: 4px !important; /* Affinage de la barre de couleur latérale */
    }

    #clemy-religion-collective .strength-title {
        font-size: 1.25rem !important;
        margin-bottom: 12px !important;
    }

    #clemy-religion-collective .strength-block p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
}@media (max-width: 350px) {
    #clemy-religion-collective .h2-title { font-size: 1.4rem !important; }
    #clemy-religion-collective .pillar-title { font-size: 1.1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f256f06 *//* --- SECTION 03 : LA SPIRITUALITÉ (DESIGN ORGANIQUE) --- */
#clemy-spiritualite-intime {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.7;
}

.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER SECTION */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }
.intro-p { font-size: 1.25rem; color: #444; margin-bottom: 50px; line-height: 1.6; max-width: 850px; }
.link-amethyst-bold { color: var(--amethyst); font-weight: 800; text-decoration: underline; }

/* SOUL AUTONOMY CARD (NEUMORPHISME DOUX) */
.soul-autonomy-card {
    background: var(--white);
    border-radius: 40px;
    padding: clamp(30px, 5vw, 60px);
    box-shadow: 0 25px 60px rgba(142, 68, 173, 0.05); /* Ombre douce Améthyste */
    border: 1px solid rgba(142, 68, 173, 0.1);
}

.autonomy-header { text-align: center; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }
.h3-wine { color: var(--wine); font-size: 1.8rem; font-weight: 900; margin: 0 0 15px 0; }
.autonomy-header p { font-size: 1.1rem; color: #555; }

/* PRINCIPLES (FLOATING BUBBLES) */
.floating-principles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.principle-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--soft-gray);
    padding: 30px 25px;
    border-radius: 30px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.principle-bubble:hover {
    transform: translateY(-10px);
    background: var(--white);
    box-shadow: 0 15px 35px rgba(26, 11, 46, 0.06);
}

.bubble-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.5);
    width: 70px; height: 70px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.bubble-text { font-size: 0.95rem; color: #555; line-height: 1.5; }
.bubble-text strong { display: block; color: var(--dark); font-size: 1.1rem; margin-bottom: 8px; font-weight: 800; }

/* BLOC LIBERTÉ (LUMINESCENT) */
.freedom-block {
    position: relative;
    background: var(--white);
    padding: 35px 40px;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(142, 68, 173, 0.15);
}

.freedom-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.08) 0%, transparent 60%);
    z-index: 0;
}

.freedom-content { position: relative; z-index: 1; }
.freedom-title { font-size: 1.3rem; font-weight: 900; color: var(--amethyst); margin: 0 0 15px 0; }
.freedom-block p { margin: 0; font-size: 1.05rem; line-height: 1.6; color: #444; }
.freedom-block strong { color: var(--wine); font-weight: 900; }

/* IMAGE ARTEFACT (NATURE) */
.visual-footer { text-align: center; margin-top: 60px; }
.nature-image-portal {
    display: inline-block;
    padding: 10px;
    background: linear-gradient(135deg, rgba(154, 42, 91, 0.1), rgba(142, 68, 173, 0.1));
    border-radius: 50%; /* Image ronde pour la plénitude */
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.nature-image-portal img { display: block; max-width: 100%; width: 250px; height: 250px; object-fit: cover; border-radius: 50%; }

/* RESPONSIVE LOGIC */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .floating-principles { grid-template-columns: 1fr; gap: 20px; }
    .principle-bubble { flex-direction: row; text-align: left; padding: 20px; gap: 20px; }
    .bubble-icon { width: 50px; height: 50px; font-size: 1.8rem; flex-shrink: 0; }
    .freedom-block { padding: 30px 25px; }
}

@media (max-width: 600px) {
    .soul-autonomy-card { padding: 30px 20px; border-radius: 25px; }
    .principle-bubble { flex-direction: column; text-align: center; }
    .intro-p { font-size: 1.15rem; }
    .nature-image-portal img { width: 200px; height: 200px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : LA SPIRITUALITÉ (ORGANIQUE)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-spiritualite-intime {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-spiritualite-intime .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-spiritualite-intime .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-spiritualite-intime .step-num {
        font-size: 3.5rem !important; /* Calibrage standard du numéro géant */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-spiritualite-intime .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-spiritualite-intime .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO */
    #clemy-spiritualite-intime .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 30px !important;
        padding: 0 10px;
        line-height: 1.6 !important;
    }

    /* 4. SOUL AUTONOMY CARD (L'ÉCRIN DOUX) */
    #clemy-spiritualite-intime .soul-autonomy-card {
        padding: 25px 20px !important; /* Libération de l'espace de lecture */
        border-radius: 25px !important;
        margin-bottom: 40px !important;
    }

    #clemy-spiritualite-intime .autonomy-header {
        margin-bottom: 30px !important;
    }

    #clemy-spiritualite-intime .h3-wine {
        font-size: 1.45rem !important;
    }

    #clemy-spiritualite-intime .autonomy-header p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    /* 5. FLOATING PRINCIPLES (LES BULLES) */
    #clemy-spiritualite-intime .floating-principles {
        grid-template-columns: 1fr !important; /* Empilement forcé */
        gap: 15px !important;
        margin-bottom: 40px !important;
    }

    #clemy-spiritualite-intime .principle-bubble {
        /* On conserve ta logique de flex-direction: row pour gagner de l'espace vertical */
        flex-direction: row !important; 
        align-items: center !important;
        text-align: left !important;
        padding: 20px 15px !important;
        border-radius: 20px !important;
        gap: 15px !important;
        transform: none !important; /* SÉCURITÉ TACTILE : On bloque le saut (translate) */
    }

    #clemy-spiritualite-intime .principle-bubble:hover {
        transform: none !important; /* Annulation du glissement au scroll */
        box-shadow: none !important; /* On évite le flash lumineux au scroll */
    }

    #clemy-spiritualite-intime .bubble-icon {
        width: 50px !important; /* Icône réduite */
        height: 50px !important;
        font-size: 1.6rem !important;
        flex-shrink: 0 !important; /* L'icône ne s'écrase pas */
        margin-bottom: 0 !important;
    }

    #clemy-spiritualite-intime .bubble-text {
        font-size: 0.95rem !important;
    }

    #clemy-spiritualite-intime .bubble-text strong {
        font-size: 1rem !important;
        margin-bottom: 4px !important;
    }

    /* 6. FREEDOM BLOCK (BLOC LUMINESCENT) */
    #clemy-spiritualite-intime .freedom-block {
        padding: 30px 20px !important;
        border-radius: 20px !important;
    }

    #clemy-spiritualite-intime .freedom-glow {
        /* CRITIQUE : on réduit le halo pour la fluidité sur smartphone */
        width: 150% !important;
        height: 150% !important;
    }

    #clemy-spiritualite-intime .freedom-title {
        font-size: 1.25rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-spiritualite-intime .freedom-block p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* 7. VISUAL FOOTER (IMAGE RONDE) */
    #clemy-spiritualite-intime .visual-footer {
        margin-top: 40px !important;
    }

    #clemy-spiritualite-intime .nature-image-portal {
        padding: 8px !important; /* Cadre plus fin */
    }

    #clemy-spiritualite-intime .nature-image-portal img {
        width: 180px !important; /* Calibrage pour mobile */
        height: 180px !important;
    }
}@media (max-width: 350px) {
    #clemy-spiritualite-intime .h2-title { font-size: 1.4rem !important; }
    #clemy-spiritualite-intime .h3-wine { font-size: 1.35rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4595220 *//* --- SECTION 04 : MATRICE DE COMPARAISON LUXE --- */
#clemy-spirituality-vs-religion {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
}

.inner-wrap {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER SECTION */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 50px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

/* WISDOM QUOTE BOX (DARK MODE) */
.wisdom-quote-box {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    background: var(--dark);
    color: var(--white);
    padding: clamp(25px, 5vw, 40px);
    border-radius: 25px;
    margin-bottom: 60px;
    border-left: 8px solid var(--wine);
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.15);
}

.quote-icon { font-size: 2.5rem; line-height: 1; }
.quote-text { font-size: 1.15rem; font-style: italic; line-height: 1.7; color: rgba(255,255,255,0.9); }
.quote-text strong { color: var(--white); font-style: normal; font-weight: 800; display: block; margin-top: 10px; }

/* --- MATRICE COMPARATIVE (CSS GRID) --- */
.comparison-matrix-luxe {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.matrix-header {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    gap: 15px;
    padding: 15px 25px;
    background: var(--dark);
    color: var(--white);
    border-radius: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.col-religion span, .col-spiritualite span {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: none;
    letter-spacing: 0;
    margin-top: 3px;
}

.matrix-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    gap: 15px;
    background: var(--soft-gray);
    padding: 20px 25px;
    border-radius: 15px;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.matrix-row:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(26, 11, 46, 0.08);
    background: var(--white);
}

.cell-critere {
    font-weight: 800;
    color: var(--amethyst);
    font-size: 1.05rem;
}

.cell-data { color: #444; font-size: 0.95rem; line-height: 1.5; }

/* STYLE ALERTE POUR LES PIÈGES */
.row-alert {
    background: rgba(154, 42, 91, 0.03);
    border: 1px dashed rgba(154, 42, 91, 0.3);
}

.row-alert:hover {
    background: rgba(154, 42, 91, 0.05);
    border: 1px solid var(--wine);
}

.cell-critere-alert { color: var(--wine); }
.cell-alert { color: var(--dark); }
.cell-alert strong { display: block; color: var(--wine); margin-bottom: 5px; font-weight: 900; }

/* --- RESPONSIVE LOGIC (UX MOBILE PARFAITE) --- */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .wisdom-quote-box { flex-direction: column; gap: 15px; }
    
    /* Transformation de la matrice en cartes */
    .matrix-header { display: none; }
    
    .matrix-row {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 25px;
        background: var(--white);
        border: 1px solid #EAEAEA;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    }

    .cell-critere {
        font-size: 1.2rem;
        border-bottom: 2px solid var(--soft-gray);
        padding-bottom: 10px;
        margin-bottom: 5px;
        color: var(--dark);
    }

    .cell-data {
        display: flex;
        flex-direction: column;
    }

    /* Pseudo-élément pour afficher les en-têtes cachés sur mobile */
    .cell-data::before {
        content: attr(data-label);
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.75rem;
        margin-bottom: 4px;
        color: var(--amethyst);
    }
    
    .cell-religion::before { color: var(--dark); }
    .cell-spiritualite::before { color: var(--amethyst); margin-top: 10px; }
    .cell-alert::before { color: var(--wine); }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : MATRICE COMPARATIVE (#clemy-spirituality-vs-religion)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-spirituality-vs-religion {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-spirituality-vs-religion .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-spirituality-vs-religion .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-spirituality-vs-religion .step-num {
        font-size: 3.5rem !important; /* Calibrage standard du numéro géant */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-spirituality-vs-religion .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-spirituality-vs-religion .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. WISDOM QUOTE BOX (LE BLOC SOMBRE) */
    #clemy-spirituality-vs-religion .wisdom-quote-box {
        flex-direction: column !important; /* Empilement icône / texte */
        padding: 30px 20px !important; /* Libération de l'espace de lecture */
        gap: 15px !important;
        border-radius: 20px !important;
        border-left-width: 4px !important; /* Affinage de la bordure latérale */
        margin-bottom: 40px !important;
        text-align: center !important; /* Centrage pour l'effet citation "Sceau" */
    }

    #clemy-spirituality-vs-religion .quote-icon {
        font-size: 2rem !important;
        margin: 0 auto !important; /* Centrage de l'icône */
    }

    #clemy-spirituality-vs-religion .quote-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    /* 4. LA MATRICE DEVIENT DES CARTES (MOBILE) */
    #clemy-spirituality-vs-religion .matrix-header {
        display: none !important; /* On confirme ta très bonne idée de cacher l'en-tête grid */
    }

    #clemy-spirituality-vs-religion .comparison-matrix-luxe {
        gap: 20px !important; /* Espacement entre les cartes générées */
    }

    #clemy-spirituality-vs-religion .matrix-row {
        grid-template-columns: 1fr !important; /* Empilement des données */
        gap: 15px !important;
        padding: 25px 20px !important; /* Aération interne */
        background: var(--soft-gray) !important; /* Maintien du fond gris clair pour différencier du fond de page */
        border-radius: 20px !important;
        transform: none !important; /* SÉCURITÉ TACTILE : On bloque le scale(1.02) au scroll */
    }

    #clemy-spirituality-vs-religion .matrix-row:hover {
        transform: none !important; /* On annule le saut au survol */
        box-shadow: none !important; /* On évite le clignotement de l'ombre au scroll */
    }

    #clemy-spirituality-vs-religion .cell-critere {
        font-size: 1.15rem !important;
        border-bottom: 1px solid rgba(0,0,0,0.05) !important; /* Ligne de séparation plus fine */
        padding-bottom: 15px !important;
        margin-bottom: 10px !important;
        color: var(--amethyst) !important;
        text-align: center !important; /* Le critère trône au milieu de sa carte */
    }

    #clemy-spirituality-vs-religion .cell-critere-alert {
        color: var(--wine) !important;
    }

    #clemy-spirituality-vs-religion .cell-data {
        display: flex !important;
        flex-direction: column !important;
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    /* Le Pseudo-élément magique data-label */
    #clemy-spirituality-vs-religion .cell-data::before {
        content: attr(data-label) !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 0.65rem !important;
        margin-bottom: 5px !important;
    }

    #clemy-spirituality-vs-religion .cell-religion::before {
        color: var(--dark) !important;
        margin-top: 5px !important;
    }

    #clemy-spirituality-vs-religion .cell-spiritualite::before {
        color: var(--amethyst) !important;
        margin-top: 20px !important; /* Séparation nette avec le bloc Religion juste au-dessus */
    }

    #clemy-spirituality-vs-religion .cell-alert::before {
        color: var(--wine) !important;
        margin-top: 15px !important;
    }

    #clemy-spirituality-vs-religion .row-alert {
        border-width: 2px !important; /* Accentuation légère du cadre d'alerte sur mobile */
    }
}
@media (max-width: 350px) {
    #clemy-spirituality-vs-religion .h2-title { font-size: 1.4rem !important; }
    #clemy-spirituality-vs-religion .cell-critere { font-size: 1.05rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2dd6498 *//* --- SECTION 05 (HARMONIE) & CTA FINAL : UX SYSTEM --- */
#clemy-harmony-union, #clemy-final-crossroads {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.7;
}

#clemy-harmony-union {
    background: var(--white);
    color: var(--dark);
    padding: clamp(60px, 8vw, 100px) 0;
}

.inner-wrap { max-width: 1050px; margin: 0 auto; padding: 0 25px; }

/* HEADER SECTION */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 50px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

/* HARMONY GRID */
.harmony-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-p { font-size: 1.25rem; color: #444; margin-bottom: 30px; }
.text-block { font-size: 1.05rem; color: #555; margin-bottom: 20px; }
.text-strong { padding-top: 15px; border-top: 1px solid #EEE; color: var(--dark); }
.link-wine-under { color: var(--wine); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* RACINES & AILES (NEUMORPHISME DOUX) */
.roots-wings-box {
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.05), rgba(154, 42, 91, 0.05));
    border-radius: 25px;
    padding: 30px;
    margin: 40px 0;
    border: 1px solid rgba(142, 68, 173, 0.1);
    box-shadow: 0 15px 35px rgba(26, 11, 46, 0.03);
    position: relative;
    overflow: hidden;
}

.roots-wings-box::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 6px; height: 100%;
    background: linear-gradient(to bottom, var(--dark), var(--wine));
}

.rw-item { display: flex; align-items: center; gap: 20px; }
.rw-icon { font-size: 2rem; background: var(--white); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.rw-text { font-size: 1.1rem; color: var(--dark); }
.rw-text strong { color: var(--wine); font-weight: 900; text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem; }

.rw-divider { height: 1px; background: rgba(0,0,0,0.05); margin: 20px 0 20px 40px; }

/* ARTEFACT VISUEL (ALLIANCE RINGS) */
.harmony-visual { text-align: center; }
.alliance-rings {
    position: relative;
    display: inline-block;
    padding: 20px;
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid;
    width: 80%; height: 80%;
    top: 50%; transform: translateY(-50%);
    z-index: 0;
}

.ring-religion { left: -5%; border-color: rgba(26, 11, 46, 0.2); }
.ring-spirituality { right: -5%; border-color: rgba(142, 68, 173, 0.3); }

.harmony-img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border: 8px solid var(--white);
}

/* ========================================== */
/* --- CTA FINAL (LE CARREFOUR) --- */
/* ========================================== */
#clemy-final-crossroads { padding: 0 20px 100px; }

.crossroads-container {
    max-width: 1050px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--dark) 100%);
    border-radius: 40px;
    padding: clamp(60px, 8vw, 100px) 25px;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(26, 11, 46, 0.3);
}

.crossroads-bg-glow {
    position: absolute;
    bottom: -150px; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(154, 42, 91, 0.4) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

.crossroads-content { position: relative; z-index: 1; }

.crossroads-title { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; line-height: 1.1; margin: 0 0 25px 0; }
.crossroads-desc { font-size: clamp(1.1rem, 3vw, 1.25rem); opacity: 0.9; max-width: 800px; margin: 0 auto 50px; line-height: 1.6; }

/* BOUTONS D'ACTION (HIÉRARCHIE UX) */
.cta-actions-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-icon { margin-right: 5px; font-size: 1.3rem; }

/* Bouton Primaire */
.btn-luxe-solid {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--white); color: var(--dark);
    padding: 18px 40px; border-radius: 100px;
    text-decoration: none; font-weight: 900; font-size: 1.15rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.btn-luxe-solid:hover { transform: translateY(-5px); color: var(--wine); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }

/* Bouton Secondaire */
.btn-luxe-outline {
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; color: var(--white);
    padding: 16px 40px; border-radius: 100px;
    text-decoration: none; font-weight: 800; font-size: 1.15rem;
    border: 2px solid rgba(255,255,255,0.6);
    transition: all 0.3s ease;
}
.btn-luxe-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); transform: translateY(-3px); }

/* FOOTER TRUST */
.trust-footer {
    font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
    opacity: 0.7; display: flex; align-items: center; justify-content: center; gap: 15px;
}
.trust-footer span { color: var(--wine); opacity: 1; }

/* --- RESPONSIVE LOGIC --- */
@media (max-width: 900px) {
    .harmony-grid { grid-template-columns: 1fr; gap: 40px; }
    .harmony-visual { order: -1; max-width: 350px; margin: 0 auto; } /* Image passe au-dessus du texte */
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 600px) {
    .roots-wings-box { padding: 25px 20px; }
    .rw-icon { width: 45px; height: 45px; font-size: 1.5rem; }
    .rw-text { font-size: 1rem; }
    .crossroads-container { padding: 50px 20px; border-radius: 30px; }
    .cta-actions-group { flex-direction: column; align-items: stretch; gap: 15px; }
    .btn-luxe-solid, .btn-luxe-outline { width: 100%; box-sizing: border-box; }
    .trust-footer { flex-direction: column; gap: 5px; }
    .trust-footer span { display: none; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : HARMONIE & CTA FINAL (#clemy-harmony-union, #clemy-final-crossroads)
   ============================================================ */

    /* --- 1. HARMONIE (SECTION 05) --- */

    #clemy-harmony-union {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-harmony-union .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-harmony-union .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-harmony-union .step-num {
        font-size: 3.5rem !important;
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-harmony-union .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-harmony-union .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* HARMONY GRID : EMPILEMENT & ORDRE VISUEL */
    #clemy-harmony-union .harmony-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    /* On remonte l'image au-dessus du texte */
    #clemy-harmony-union .harmony-visual {
        order: -1 !important;
        max-width: 320px !important; /* Calibrage pour mobile */
        margin: 0 auto !important;
    }

    #clemy-harmony-union .alliance-rings {
        padding: 10px !important; /* Réduction du padding pour agrandir l'image perçue */
    }

    #clemy-harmony-union .harmony-img {
        border-width: 4px !important; /* Bordure blanche affinée */
    }

    #clemy-harmony-union .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 25px !important;
        padding: 0 10px;
    }

    #clemy-harmony-union .text-block {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* RACINES & AILES (NEUMORPHISME DOUX) */
    #clemy-harmony-union .roots-wings-box {
        padding: 25px 20px !important; /* Libération de l'espace de lecture */
        border-radius: 20px !important;
        margin: 30px 0 !important;
    }

    #clemy-harmony-union .roots-wings-box::before {
        width: 4px !important; /* Affinage de la bordure de couleur */
    }

    #clemy-harmony-union .rw-item {
        gap: 15px !important;
    }

    #clemy-harmony-union .rw-icon {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.3rem !important;
        flex-shrink: 0 !important; /* Empêche l'icône de s'écraser */
    }

    #clemy-harmony-union .rw-text {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    #clemy-harmony-union .rw-text strong {
        font-size: 0.9rem !important;
        margin-bottom: 2px !important;
        display: block !important;
    }

    #clemy-harmony-union .rw-divider {
        margin: 20px 0 20px 60px !important; /* Ajustement du décalage avec la petite icône */
    }

    /* --- 2. CTA FINAL (LE CARREFOUR) --- */

    #clemy-final-crossroads {
        padding: 0 15px 50px !important; /* Espace optimisé */
        overflow-x: hidden !important;
    }

    #clemy-final-crossroads .crossroads-container {
        padding: 50px 20px !important;
        border-radius: 25px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Réduction du halo en fond pour la fluidité */
    #clemy-final-crossroads .crossroads-bg-glow {
        width: 150% !important;
        height: 150% !important;
        bottom: -50% !important;
    }

    #clemy-final-crossroads .crossroads-title {
        font-size: 1.8rem !important; /* Évite la césure des grands mots */
        margin-bottom: 20px !important;
    }

    #clemy-final-crossroads .crossroads-desc {
        font-size: 1.05rem !important;
        margin-bottom: 35px !important;
        line-height: 1.5 !important;
    }

    /* BOUTONS D'ACTION (EMPILEMENT TACTILE) */
    #clemy-final-crossroads .cta-actions-group {
        flex-direction: column !important; /* Boutons empilés */
        gap: 15px !important;
        margin-bottom: 30px !important;
    }

    #clemy-final-crossroads .btn-luxe-solid, 
    #clemy-final-crossroads .btn-luxe-outline {
        width: 100% !important; /* Prend toute la largeur de l'écran */
        padding: 20px 15px !important;
        font-size: 1.15rem !important;
        box-sizing: border-box !important;
        transform: none !important; /* SÉCURITÉ TACTILE : On bloque les sauts au scroll */
    }

    #clemy-final-crossroads .btn-luxe-solid:hover, 
    #clemy-final-crossroads .btn-luxe-outline:hover {
        transform: none !important;
        box-shadow: none !important; /* On garde l'ombre initiale sans la faire flasher */
    }

    /* FOOTER TRUST */
    #clemy-final-crossroads .trust-footer {
        flex-direction: column !important; /* Empilement des mentions de confiance */
        gap: 8px !important;
        font-size: 0.75rem !important;
        letter-spacing: 1.5px !important;
    }

    /* Optionnel : si tu avais un 'span' séparateur comme un point (•) ou un tiret (-) entre les mentions */
    #clemy-final-crossroads .trust-footer span {
        display: none !important; 
    }
} @media (max-width: 350px) {
    #clemy-harmony-union .h2-title { font-size: 1.4rem !important; }
    #clemy-final-crossroads .crossroads-title { font-size: 1.6rem !important; }
    #clemy-final-crossroads .btn-luxe-solid, #clemy-final-crossroads .btn-luxe-outline { font-size: 1.05rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b9294b3 *//* --- FAQ RELIGION & SPIRITUALITÉ : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-religion {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-religion .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-religion .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-religion .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-religion .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-religion .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-faq-religion .faq-intro { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* --- ACCORDION SYSTEM --- */
#clemy-faq-religion .faq-accordion-group { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-religion .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-religion .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-religion .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Item Specific Highlighting */
#clemy-faq-religion .featured-truth[open] { border-left: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-religion summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-religion summary::-webkit-details-marker { display: none; }

#clemy-faq-religion .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-religion .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

/* Custom Chevron */
#clemy-faq-religion .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-religion .q-chevron::before, 
#clemy-faq-religion .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-religion .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-religion .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-religion .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-religion .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqTruthIn 0.5s ease-out;
}

@keyframes faqTruthIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-religion .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-religion .faq-canvas { padding: 0 20px; }
    #clemy-faq-religion .q-num { display: none; }
    #clemy-faq-religion .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-religion .display-title { text-align: left; }/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ RELIGION (#clemy-faq-religion)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-faq-religion {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-faq-religion .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE ET CENTRAGE */
    #clemy-faq-religion .faq-header {
        margin-bottom: 35px !important;
        text-align: center !important;
    }

    #clemy-faq-religion .display-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        text-align: center !important; /* On annule le text-align: left du brouillon ! */
    }

    #clemy-faq-religion .kicker-badge {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 2px !important;
    }
    
    #clemy-faq-religion .faq-intro {
        font-size: 0.95rem !important;
        padding: 0 10px !important;
        margin-bottom: 30px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE TACTILE */
    #clemy-faq-religion .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-religion .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-religion summary {
        padding: 22px 15px !important;
        gap: 12px !important;
    }

    #clemy-faq-religion .q-num {
        display: none !important; /* Disparition tactique du numéro */
    }

    #clemy-faq-religion .q-text {
        font-size: 0.95rem !important;
        padding-right: 10px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : L'ESPACE DE LECTURE LIBÉRÉ */
    #clemy-faq-religion .faq-content {
        padding: 0 15px 25px 15px !important; /* Adieu le padding gauche de 85px ! */
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 5. GESTION DES BORDURES "FEATURED" */
    #clemy-faq-religion .featured-truth[open] {
        border-left-width: 4px !important;
    }

    /* Chevron tactile */
    #clemy-faq-religion .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}@media (max-width: 350px) {
    #clemy-faq-religion .display-title { font-size: 1.55rem !important; }
    #clemy-faq-religion .q-text { font-size: 0.85rem !important; }
}/* End custom CSS */