.elementor-5065 .elementor-element.elementor-element-3821c775{--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-02511b1 *//* --- CONFIGURATION PORTAIL ENQUÊTE : WINE & AMETHYST SYSTEM --- */
#clemy-investigation-portal {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background-color: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, 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.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: var(--dark);
}

.portal-title span {
    color: var(--wine);
    background: linear-gradient(135deg, var(--wine), var(--amethyst));
    -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: 1050px; margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    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(--wine); 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: 850px;
    margin: 60px auto; padding: 0 25px;
}

.badge-wine {
    background: rgba(154, 42, 91, 0.08); color: var(--wine);
    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; border: 1px solid rgba(154, 42, 91, 0.1);
}

.lead-text { font-size: 1.25rem; line-height: 1.6; color: #444; }

/* --- MONOLITH CARD --- */
.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, 60px); }

.p-accent {
    font-size: 1.3rem; font-weight: 700; color: var(--dark);
    margin-top: 0; margin-bottom: 25px; line-height: 1.5;
}

.inner-highlight {
    margin: 30px 0; padding: 25px;
    background: var(--soft-gray); border-radius: 20px;
    border-left: 4px solid var(--amethyst);
    font-size: 1.1rem; color: var(--wine); font-weight: 700; text-align: center;
}

.link-amethyst { color: var(--amethyst); font-weight: 800; text-decoration: underline; }

.p-conclusion {
    border-top: 1px solid #EEE; padding-top: 30px;
    margin-bottom: 0; color: #333;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .nav-links { display: none; }
    .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 : ENQUÊTE (#clemy-investigation-portal)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET & SÉCURITÉ ANTI-DÉBORDEMENT */
    #clemy-investigation-portal {
        padding-bottom: 40px !important;
        overflow-x: hidden !important;
    }

    #clemy-investigation-portal .monolith-wrapper,
    #clemy-investigation-portal .portal-intro-zone {
        padding: 0 15px !important; /* On gagne 10px de chaque côté */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. NAVIGATION CAPSULE */
    .portal-nav {
        top: 10px !important;
        margin: 0 10px !important;
    }

    .nav-container {
        padding: 10px 18px !important;
        border-radius: 40px !important;
    }

    /* 3. HERO : IMPACT DU TITRE */
    .portal-hero {
        padding: 40px 15px 20px !important;
    }

    .portal-title {
        font-size: 1.65rem !important; /* Taille de sécurité mobile */
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    .title-underline {
        margin: 20px auto 0 !important;
        width: 45px !important;
        height: 4px !important;
    }

    /* 4. LE MONOLITHE (L'ÉCRIN D'ENQUÊTE) */
    .monolith-card {
        border-radius: 25px !important;
        flex-direction: column !important; /* On empile la barre d'accent */
    }

    .monolith-accent {
        width: 100% !important;
        height: 8px !important; /* Devient un liseré supérieur */
        background: linear-gradient(to right, var(--wine), var(--amethyst)) !important;
    }

    .monolith-content {
        padding: 25px 15px !important; /* On réduit le padding 60px */
    }

    .p-accent {
        font-size: 1.1rem !important;
        text-align: center !important; /* Plus d'équilibre visuel */
        line-height: 1.4 !important;
    }

    /* 5. HIGHLIGHT & TEXTE */
    .inner-highlight {
        padding: 20px 15px !important;
        font-size: 0.95rem !important;
        border-left: none !important;
        border-top: 3px solid var(--amethyst) !important;
        border-radius: 12px !important;
        margin: 25px 0 !important;
    }

    .lead-text {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    .p-conclusion {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    .portal-title { font-size: 1.45rem !important; }
    .p-accent { font-size: 1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3986b9d *//* --- SECTION 01 : HISTOIRE (DESIGN HÉRITAGE) --- */
#clemy-history-legacy {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-blue: #F4F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.8;
}

.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER STYLE */
.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-wine { width: 60px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

.intro-p { font-size: 1.25rem; color: #444; margin-bottom: 50px; max-width: 850px; }

/* HISTORY CARD */
.history-card {
    background: var(--white);
    border-radius: 40px;
    padding: clamp(30px, 6vw, 60px);
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.04);
    border: 1px solid #F0F0F0;
    margin-bottom: 60px;
}

.h3-wine { color: var(--wine); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }

/* PARADOX BOX (DESIGN SOIGNÉ) */
.paradox-box {
    background: var(--soft-blue);
    padding: 35px;
    border-radius: 25px;
    margin: 40px 0;
    border-left: 6px solid var(--amethyst);
    position: relative;
}

.paradox-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.paradox-icon { font-size: 2rem; }
.h4-dark { font-size: 1.3rem; font-weight: 900; color: var(--dark); margin: 0; }

.paradox-box p { font-size: 1.05rem; color: #444; margin: 0; line-height: 1.6; }
.paradox-box strong { color: var(--wine); font-weight: 800; }

.conclusion-text { color: #555; font-size: 1.1rem; }

/* VISUAL FOOTER */
.visual-footer { text-align: center; }
.image-portal-frame {
    display: inline-block;
    position: relative;
    padding: 15px;
    background: var(--soft-blue);
    border-radius: 35px;
}

.image-portal-frame img {
    display: block;
    max-width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.frame-label {
    position: absolute;
    bottom: 30px; right: -20px;
    background: var(--dark);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .paradox-box { padding: 25px 20px; border-radius: 20px; }
    .frame-label { right: 10px; bottom: 20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : HÉRITAGE (#clemy-history-legacy)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-history-legacy {
        padding: 50px 0 !important; /* On réduit le padding 100px */
        overflow-x: hidden !important;
    }

    #clemy-history-legacy .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ÉQUILIBRE DU NUMÉRO */
    #clemy-history-legacy .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-history-legacy .step-num {
        font-size: 3.8rem !important; /* On réduit le 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-history-legacy .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-history-legacy .line-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. TEXTES & CARTES */
    #clemy-history-legacy .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
    }

    #clemy-history-legacy .history-card {
        padding: 30px 20px !important; /* On libère l'espace texte (adieu le 60px) */
        border-radius: 25px !important;
        margin-bottom: 40px !important;
    }

    #clemy-history-legacy .h3-wine {
        font-size: 1.45rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    /* 4. PARADOX BOX : L'ÉCRIN DE SAGESSE */
    #clemy-history-legacy .paradox-box {
        padding: 25px 15px !important;
        border-radius: 18px !important;
        margin: 30px 0 !important;
        border-left-width: 4px !important;
    }

    #clemy-history-legacy .h4-dark {
        font-size: 1.15rem !important;
    }

    #clemy-history-legacy .paradox-box p {
        font-size: 0.95rem !important;
    }

    /* 5. IMAGE & LABEL (SÉCURITÉ CRITIQUE) */
    #clemy-history-legacy .image-portal-frame {
        padding: 10px !important;
        border-radius: 25px !important;
    }

    #clemy-history-legacy .frame-label {
        /* On ramène impérativement le label à l'intérieur */
        right: 15px !important; 
        bottom: 15px !important;
        font-size: 0.65rem !important;
        padding: 8px 15px !important;
        letter-spacing: 1px !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-history-legacy .h2-title { font-size: 1.4rem !important; }
    #clemy-history-legacy .history-card { padding: 25px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-77578e9 *//* --- SECTION 02 : SCIENCE & MYSTÈRE (DESIGN TRIPTYQUE) --- */
#clemy-science-debate {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --red-soft: #FDF2F2;
    --blue-soft: #F0F7FF;
    --purple-soft: #F9F5FF;
    
    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: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER STYLE */
.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; color: #444; margin-bottom: 60px; max-width: 850px; }

/* SCIENCE GRID */
.science-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.science-card {
    padding: 40px;
    border-radius: 35px;
    border: 1px solid #F0F0F0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.science-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(26, 11, 46, 0.08); }

.card-tag {
    align-self: flex-start;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 15px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.tag-red { background: #FFEBEB; color: #D32F2F; }
.tag-blue { background: #EBF5FF; color: #1976D2; }
.tag-purple { background: #F5EFFF; color: var(--amethyst); }

.h3-dark { font-size: 1.4rem; font-weight: 900; margin: 0 0 20px 0; color: var(--dark); }
.science-card p { font-size: 0.95rem; color: #555; margin-bottom: 15px; }

/* SPÉCIFIQUE CARD Skeptic */
.card-skeptic { background: var(--red-soft); border-top: 5px solid #D32F2F; }
.bias-list { list-style: none; padding: 0; margin: 0; }
.bias-list li { font-size: 0.9rem; margin-bottom: 10px; padding-left: 15px; border-left: 2px solid #D32F2F; }
.card-footer-italic { font-style: italic; margin-top: 15px !important; color: #777 !important; }

/* SPÉCIFIQUE CARD Quantum */
.card-quantum { background: var(--blue-soft); border-top: 5px solid #1976D2; }
.card-highlight { background: white; padding: 15px; border-radius: 15px; border-left: 4px solid #1976D2; font-weight: 500; }

/* SPÉCIFIQUE CARD Neuro */
.card-neuro { background: var(--purple-soft); border-top: 5px solid var(--amethyst); }

/* RESPONSIVE */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .science-card { padding: 30px 25px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : SCIENCE (#clemy-science-debate)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-science-debate {
        padding: 50px 0 !important; /* On divise les marges par 2 */
        overflow-x: hidden !important;
    }

    #clemy-science-debate .inner-wrap {
        padding: 0 15px !important; /* On maximise la largeur de lecture */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE DU NUMÉRO AMÉTHYSTE */
    #clemy-science-debate .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-science-debate .step-num {
        font-size: 3.5rem !important; /* Réduction du 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-science-debate .h2-title {
        font-size: 1.65rem !important; /* Taille de sécurité mobile */
        line-height: 1.2 !important;
        max-width: 280px;
        margin: 0 auto !important;
    }

    #clemy-science-debate .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO : LISIBILITÉ */
    #clemy-science-debate .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 4. SCIENCE GRID : LE CORRECTIF CRITIQUE */
    #clemy-science-debate .science-grid {
        /* On casse le 320px qui est le "tueur de mobile" */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
    }

    #clemy-science-debate .science-card {
        padding: 30px 20px !important; /* Libération de l'espace texte */
        border-radius: 28px !important;
        transform: none !important; /* On fige pour la stabilité tactile */
        border-top-width: 4px !important; /* Bordure un peu plus fine */
    }

    #clemy-science-debate .science-card:hover {
        transform: none !important;
        box-shadow: 0 15px 35px rgba(26, 11, 46, 0.05) !important;
    }

    #clemy-science-debate .card-tag {
        font-size: 0.6rem !important;
        padding: 5px 12px !important;
        margin-bottom: 20px !important;
    }

    #clemy-science-debate .h3-dark {
        font-size: 1.3rem !important;
        margin-bottom: 15px !important;
        text-align: center;
    }

    #clemy-science-debate .science-card p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    /* 5. AJUSTEMENTS SPÉCIFIQUES LISTES */
    #clemy-science-debate .bias-list li {
        font-size: 0.85rem !important;
        margin-bottom: 8px !important;
    }

    #clemy-science-debate .card-highlight {
        padding: 12px !important;
        font-size: 0.9rem !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-science-debate .h2-title { font-size: 1.4rem !important; }
    #clemy-science-debate .science-card { padding: 25px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b2d8b55 *//* --- SECTION 03 : PSYCHOLOGIE (DESIGN RÉCONFORT) --- */
#clemy-psychology-invisible {
    --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.8;
}

.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER STYLE */
.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.1; 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; }

.intro-p { font-size: 1.25rem; color: #444; margin-bottom: 50px; max-width: 850px; }

/* PSY MONOLITH CARD */
.psy-monolith {
    background: var(--white);
    border-radius: 40px;
    padding: clamp(30px, 6vw, 60px);
    box-shadow: 0 40px 100px rgba(26, 11, 46, 0.05);
    border: 1px solid #F0F0F0;
}

.h3-wine { color: var(--wine); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }
.h3-dark { font-size: 1.5rem; font-weight: 900; color: var(--dark); margin: 60px 0 10px 0; text-align: center;}
.pillar-lead { text-align: center; color: #666; margin-bottom: 40px; font-style: italic; }

/* JUNG BOX (RELIQUE STYLE) */
.jung-box {
    background: var(--dark);
    color: white;
    padding: 40px;
    border-radius: 30px;
    margin: 50px 0;
    position: relative;
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.2);
}

.jung-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.jung-icon { font-size: 2rem; filter: drop-shadow(0 0 10px var(--amethyst)); }
.jung-header h4 { font-size: 1.2rem; font-weight: 800; color: var(--amethyst); margin: 0; }
.jung-box p { font-size: 1.05rem; opacity: 0.9; margin: 0; }
.link-amethyst { color: var(--amethyst); font-weight: 700; text-decoration: underline; }

/* THERAPY PILLARS CASCADE */
.pillar-cascade {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pillar-item {
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--soft-gray);
    padding: 25px 30px;
    border-radius: 25px;
    border: 1px solid rgba(0,0,0,0.02);
    transition: 0.3s ease;
}

.pillar-item:hover { transform: translateX(15px); background: white; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.item-1 { border-left: 6px solid var(--amethyst); }
.item-2 { border-left: 6px solid var(--wine); }
.item-3 { border-left: 6px solid var(--dark); }

.p-icon { font-size: 1.8rem; }
.p-txt { font-size: 1rem; color: #444; }
.p-txt strong { color: var(--dark); }
.link-wine-under { color: var(--wine); font-weight: 700; text-decoration: underline; }

/* RESPONSIVE */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .psy-monolith { padding: 30px 20px; border-radius: 25px; }
    .pillar-item:hover { transform: none; }
    .pillar-item { padding: 20px; flex-direction: column; text-align: center; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : PSYCHOLOGIE (#clemy-psychology-invisible)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-psychology-invisible {
        padding: 50px 0 !important; /* On réduit le padding 100px */
        overflow-x: hidden !important;
    }

    #clemy-psychology-invisible .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON CENTRE LE RÉCONFORT */
    #clemy-psychology-invisible .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-psychology-invisible .step-num {
        font-size: 3.8rem !important; /* Réduction du 6rem massif */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-psychology-invisible .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-psychology-invisible .line-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO : LISIBILITÉ */
    #clemy-psychology-invisible .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
        padding: 0 10px;
    }

    /* 4. PSY MONOLITH CARD (L'ÉCRIN MOBILE) */
    #clemy-psychology-invisible .psy-monolith {
        padding: 30px 20px !important; /* Libération de l'espace (adieu le 60px) */
        border-radius: 25px !important;
    }

    #clemy-psychology-invisible .h3-wine {
        font-size: 1.4rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    #clemy-psychology-invisible .h3-dark {
        font-size: 1.3rem !important;
        margin: 40px 0 15px 0 !important;
    }

    #clemy-psychology-invisible .pillar-lead {
        font-size: 0.95rem !important;
        margin-bottom: 30px !important;
    }

    /* 5. JUNG BOX (RELIQUE MOBILE) */
    #clemy-psychology-invisible .jung-box {
        padding: 30px 20px !important;
        margin: 30px 0 !important;
        border-radius: 20px !important;
    }

    #clemy-psychology-invisible .jung-header {
        justify-content: center;
        margin-bottom: 15px !important;
    }

    #clemy-psychology-invisible .jung-box p {
        font-size: 0.95rem !important;
        text-align: center;
        line-height: 1.5 !important;
    }

    /* 6. PILLAR CASCADE : STABILITÉ TACTILE */
    #clemy-psychology-invisible .pillar-cascade {
        gap: 15px !important;
    }

    #clemy-psychology-invisible .pillar-item {
        flex-direction: column !important; /* Empilement icône / texte */
        text-align: center !important;
        padding: 25px 15px !important;
        border-radius: 18px !important;
        transform: none !important; /* On fige le décalage horizontal */
    }

    #clemy-psychology-invisible .pillar-item:hover {
        transform: none !important;
        background: var(--soft-gray) !important;
    }

    #clemy-psychology-invisible .p-icon {
        font-size: 1.8rem !important;
        margin-bottom: 10px;
    }

    #clemy-psychology-invisible .p-txt {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-psychology-invisible .h2-title { font-size: 1.4rem !important; }
    #clemy-psychology-invisible .psy-monolith { padding: 25px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-72273b17 *//* --- SECTION 04 & FINAL CTA : DESIGN PRAGMATIQUE --- */
#clemy-pragmatisme-experience, #clemy-investigation-cta {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.7;
}

#clemy-pragmatisme-experience {
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    color: var(--dark);
}

.inner-wrap { max-width: 1050px; margin: 0 auto; padding: 0 25px; }

/* HEADER STYLE COHÉRENT */
.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; }

/* SPLIT LAYOUT */
.split-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.intro-p { font-size: 1.25rem; color: #444; margin-bottom: 25px; }
.text-block { font-size: 1.05rem; color: #666; margin-bottom: 35px; }

/* ARGUMENT INVISIBLE BOX */
.invisible-force-box {
    background: var(--soft-gray);
    padding: 30px;
    border-radius: 25px;
    border-left: 6px solid var(--amethyst);
}
.h4-wine { color: var(--wine); font-weight: 800; margin: 0 0 10px 0; font-size: 1.2rem; }
.invisible-force-box p { font-size: 0.95rem; color: #555; margin: 0; }

/* IMAGE FRAME */
.visual-col { position: relative; }
.image-frame-tilted {
    background: white;
    padding: 12px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    transform: rotate(2deg);
    transition: 0.4s ease;
}
.image-frame-tilted:hover { transform: rotate(0deg) scale(1.02); }
.image-frame-tilted img { width: 100%; border-radius: 20px; display: block; }
.frame-badge {
    position: absolute; bottom: 20px; left: -10px;
    background: var(--dark); color: white;
    padding: 8px 18px; border-radius: 50px;
    font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1px;
}

/* ETHICS MANIFESTO (BLOC SÉCURITÉ) */
.ethics-manifesto {
    display: flex; gap: 30px; align-items: center;
    background: var(--dark); color: white;
    padding: clamp(35px, 5vw, 50px);
    border-radius: 35px;
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.2);
}
.ethics-icon { font-size: 3rem; opacity: 0.9; }
.ethics-content h3 { font-size: 1.6rem; font-weight: 900; color: var(--amethyst); margin: 0 0 15px 0; }
.ethics-content p { font-size: 1.05rem; opacity: 0.9; margin: 0; }
.ethics-content strong { color: var(--wine); }

/* --- CTA SECTION --- */
#clemy-investigation-cta { padding: 0 20px 100px; }
.cta-container {
    max-width: 1050px; margin: 0 auto;
    background: linear-gradient(135deg, var(--dark) 0%, var(--wine) 100%);
    border-radius: 40px; padding: clamp(60px, 8vw, 100px) 25px;
    text-align: center; color: white; position: relative; overflow: hidden;
}
.cta-glow {
    position: absolute; top: -50%; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.3) 0%, transparent 65%);
}
.cta-inner { position: relative; z-index: 1; }
.cta-title { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; margin-bottom: 25px; }
.cta-desc { font-size: clamp(1.1rem, 3vw, 1.3rem); opacity: 0.95; max-width: 850px; margin: 0 auto 50px; }

.cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-solid-white {
    background: white; color: var(--dark); padding: 18px 40px; border-radius: 100px;
    text-decoration: none; font-weight: 900; font-size: 1.15rem; transition: 0.3s ease;
}
.btn-solid-white:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); color: var(--wine); }
.btn-outline-white {
    border: 2px solid white; color: white; padding: 16px 40px; border-radius: 100px;
    text-decoration: none; font-weight: 800; font-size: 1.15rem; transition: 0.3s ease;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }

.cta-footer { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; opacity: 0.7; }
.cta-footer span { color: var(--amethyst); opacity: 1; }

/* RESPONSIVE */
@media (max-width: 900px) {
    .split-layout { grid-template-columns: 1fr; gap: 40px; }
    .visual-col { order: -1; max-width: 400px; margin: 0 auto; }
    .ethics-manifesto { flex-direction: column; text-align: center; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FINAL (#clemy-pragmatisme-experience)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-pragmatisme-experience, 
    #clemy-investigation-cta {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON HARMONISE LE NUMÉRO AMÉTHYSTE */
    .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    .step-num {
        font-size: 3.5rem !important; /* Réduction du 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. SPLIT LAYOUT : ORDRE MOBILE */
    .split-layout {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
        margin-bottom: 40px !important;
    }

    .visual-col {
        order: -1 !important; /* On montre l'image en premier */
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto 20px !important;
    }

    /* Redressage de l'image pour éviter le scroll horizontal */
    .image-frame-tilted {
        transform: none !important;
        padding: 8px !important;
        border-radius: 20px !important;
    }

    .frame-badge {
        left: 10px !important; /* On ramène le badge à l'intérieur */
        bottom: 15px !important;
        font-size: 0.6rem !important;
    }

    .intro-p {
        font-size: 1.05rem !important;
        text-align: center;
    }

    .text-block {
        font-size: 0.95rem !important;
        text-align: left;
    }

    /* 4. INVISIBLE FORCE & MANIFESTO */
    .invisible-force-box {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        border-left-width: 4px !important;
    }

    .ethics-manifesto {
        flex-direction: column !important;
        padding: 35px 20px !important;
        border-radius: 25px !important;
        text-align: center !important;
        gap: 20px !important;
    }

    .ethics-icon {
        font-size: 2.5rem !important;
    }

    .ethics-content h3 {
        font-size: 1.4rem !important;
    }

    /* 5. FINAL CTA : L'ÉCRIN DE LUMIÈRE MOBILE */
    #clemy-investigation-cta {
        padding: 0 10px 60px !important;
    }

    .cta-container {
        padding: 50px 20px !important;
        border-radius: 30px !important;
    }

    .cta-glow {
        /* On réduit le halo pour la fluidité mobile */
        width: 350px !important;
        height: 350px !important;
        top: -10% !important;
    }

    .cta-title {
        font-size: 1.7rem !important;
        line-height: 1.1 !important;
    }

    .cta-desc {
        font-size: 1rem !important;
        margin-bottom: 35px !important;
    }

    /* 6. BOUTONS : EMPILAGE TACTILE */
    .cta-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 30px !important;
    }

    .btn-solid-white, 
    .btn-outline-white {
        width: 100% !important;
        padding: 18px 25px !important;
        font-size: 1.1rem !important;
        box-sizing: border-box !important;
        border-radius: 50px !important;
    }

    .cta-footer {
        font-size: 0.7rem !important;
        letter-spacing: 1px !important;
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    .h2-title { font-size: 1.4rem !important; }
    .cta-title { font-size: 1.45rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b3f0c37 *//* --- FAQ VÉRITÉ & FONDAMENTAUX : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-verite-fondamentaux {
    --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-verite-fondamentaux .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-verite-fondamentaux .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-verite-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-verite-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-verite-fondamentaux .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-verite-fondamentaux .faq-accordion-group { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-verite-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-verite-fondamentaux .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.06);
}

#clemy-faq-verite-fondamentaux .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Highlighting Science and Ethics */
#clemy-faq-verite-fondamentaux .featured-science[open] { border-left: 6px solid var(--wine); }
#clemy-faq-verite-fondamentaux .featured-freedom[open] { border-left: 6px solid var(--purple); }
#clemy-faq-verite-fondamentaux .featured-sceptic[open] { border-left: 6px solid #666; }

/* Summary Styling */
#clemy-faq-verite-fondamentaux summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-verite-fondamentaux summary::-webkit-details-marker { display: none; }

#clemy-faq-verite-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-verite-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 */
#clemy-faq-verite-fondamentaux .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-verite-fondamentaux .q-chevron::before, 
#clemy-faq-verite-fondamentaux .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-verite-fondamentaux .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-verite-fondamentaux .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-verite-fondamentaux .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-verite-fondamentaux .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-verite-fondamentaux .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-verite-fondamentaux .faq-canvas { padding: 0 20px; }
    #clemy-faq-verite-fondamentaux .q-num { display: none; }
    #clemy-faq-verite-fondamentaux .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-verite-fondamentaux .display-title { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ VÉRITÉ (#clemy-faq-verite-fondamentaux)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-faq-verite-fondamentaux {
        padding: 50px 0 !important; /* On réduit le padding massif */
        overflow-x: hidden !important;
    }

    #clemy-faq-verite-fondamentaux .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : STABILITÉ ET CENTRAGE */
    #clemy-faq-verite-fondamentaux .faq-header {
        margin-bottom: 35px !important;
        text-align: center !important; /* Centrage pour l'équilibre mobile */
    }

    #clemy-faq-verite-fondamentaux .display-title {
        font-size: 1.8rem !important; /* Taille de sécurité pour titres longs */
        line-height: 1.2 !important;
        text-align: center !important; /* On annule ton text-align: left */
    }

    #clemy-faq-verite-fondamentaux .kicker-badge {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 2px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE TACTILE */
    #clemy-faq-verite-fondamentaux .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-verite-fondamentaux .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-verite-fondamentaux summary {
        padding: 22px 15px !important; /* Optimisation de la zone de clic */
        gap: 12px !important;
    }

    /* On cache le numéro pour laisser place à la question */
    #clemy-faq-verite-fondamentaux .q-num {
        display: none !important;
    }

    #clemy-faq-verite-fondamentaux .q-text {
        font-size: 0.95rem !important;
        padding-right: 10px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : MAXIMISATION DE L'ESPACE */
    #clemy-faq-verite-fondamentaux .faq-content {
        /* On passe à 15px au lieu de ton 25px pour gagner 20px de largeur totale */
        padding: 0 15px 25px 15px !important; 
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 5. GESTION DES BORDURES "FEATURED" */
    #clemy-faq-verite-fondamentaux .featured-science[open],
    #clemy-faq-verite-fondamentaux .featured-freedom[open],
    #clemy-faq-verite-fondamentaux .featured-sceptic[open] {
        border-left-width: 4px !important; /* On affine à 4px pour la finesse mobile */
    }

    /* Chevron tactile */
    #clemy-faq-verite-fondamentaux .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-faq-verite-fondamentaux .display-title { font-size: 1.55rem !important; }
    #clemy-faq-verite-fondamentaux .q-text { font-size: 0.85rem !important; }
}/* End custom CSS */