.elementor-5161 .elementor-element.elementor-element-17adb208{--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-0daed77 *//* --- CONFIGURATION PORTAIL DIGITAL : WINE & AMETHYST --- */
#clemy-digital-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: 80px;
}

/* --- HERO & TITRE --- */
.portal-hero {
    padding: 80px 20px 40px;
    text-align: center;
    background: radial-gradient(circle at top, rgba(142, 68, 173, 0.05) 0%, transparent 70%);
}

.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(--amethyst), var(--wine));
    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.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(--amethyst); color: var(--white); box-shadow: 0 5px 15px rgba(142, 68, 173, 0.3); }

/* --- INTRO & BADGE --- */
.portal-intro-zone {
    text-align: center; max-width: 850px;
    margin: 60px auto; padding: 0 25px;
}

.badge-amethyst {
    background: rgba(142, 68, 173, 0.08); 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; border: 1px solid rgba(142, 68, 173, 0.1);
}

.lead-text { font-size: 1.25rem; line-height: 1.6; color: #444; }

/* --- SOMMAIRE DASHBOARD --- */
.toc-dashboard {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 25px;
}

.toc-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.h2-wine { font-size: 1.6rem; color: var(--wine); font-weight: 900; margin: 0; }

.toc-pulse-indicator {
    width: 10px; height: 10px;
    background: var(--amethyst);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
    animation: pulse-digital 2s infinite;
}

@keyframes pulse-digital {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(142, 68, 173, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(142, 68, 173, 0); }
}

.toc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.toc-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: var(--soft-gray);
    border-radius: 15px;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toc-card:hover {
    background: var(--white);
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(26, 11, 46, 0.05);
    border-color: rgba(142, 68, 173, 0.1);
}

.toc-num {
    background: var(--white);
    color: var(--wine);
    font-weight: 900;
    font-size: 0.85rem;
    width: 35px; height: 35px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.03);
}

.toc-label { color: var(--dark); font-weight: 600; font-size: 0.95rem; }
.toc-card:hover .toc-label { color: var(--amethyst); }

/* --- MONOLITH CARD (DIGITAL VIBE) --- */
.monolith-wrapper { max-width: 1000px; margin: 0 auto; padding: 0 25px; }

.monolith-card {
    background: var(--white); border-radius: 35px;
    position: relative; overflow: hidden;
    box-shadow: 0 30px 80px rgba(26, 11, 46, 0.05);
    border: 1px solid #F0F0F0;
}

.monolith-accent-glow {
    position: absolute;
    top: 0; left: 0;
    width: 6px; height: 100%;
    background: linear-gradient(to bottom, var(--amethyst), var(--wine));
    box-shadow: 5px 0 20px rgba(142, 68, 173, 0.3);
}

.monolith-content { padding: clamp(30px, 5vw, 60px); margin-left: 6px; }

.p-accent {
    font-size: 1.25rem; font-weight: 600; color: #333;
    margin-top: 0; margin-bottom: 25px; line-height: 1.6;
}

.link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: underline; }

/* BLOC HIGHLIGHT DIGITAL */
.inner-highlight-digital {
    display: flex; gap: 20px; align-items: flex-start;
    margin: 35px 0; padding: 25px 30px;
    background: var(--dark); border-radius: 20px;
    color: white;
    box-shadow: 0 15px 40px rgba(26, 11, 46, 0.15);
}

.digital-icon { font-size: 2rem; animation: float 3s ease-in-out infinite; }

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0px); }
}

.inner-highlight-digital p { margin: 0; font-size: 1.05rem; line-height: 1.6; opacity: 0.9; }
.inner-highlight-digital strong { color: var(--amethyst); font-weight: 900; }

.p-conclusion {
    border-top: 1px solid #EEE; padding-top: 30px;
    margin-bottom: 0; color: #444; font-size: 1.05rem;
}
.p-conclusion strong { color: var(--dark); font-weight: 800; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .nav-links { display: none; }
    .nav-container { justify-content: center; }
}

@media (max-width: 600px) {
    .toc-card { padding: 12px 15px; }
    .inner-highlight-digital { flex-direction: column; padding: 25px 20px; gap: 15px; text-align: center; align-items: center; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : PORTAIL DIGITAL (#clemy-digital-portal)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-digital-portal {
        padding-bottom: 50px !important;
        overflow-x: hidden !important;
    }

    #clemy-digital-portal .monolith-wrapper,
    #clemy-digital-portal .toc-dashboard {
        padding: 0 15px !important; /* On réduit le padding 25px */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. NAVIGATION CAPSULE : OPTIMISATION */
    .portal-nav {
        top: 10px !important;
        margin: 0 10px !important;
    }

    .nav-container {
        padding: 8px 15px !important;
        border-radius: 40px !important;
        justify-content: center !important; /* Centrage du logo seul */
    }

    .nav-logo {
        font-size: 0.75rem !important;
        letter-spacing: 1px !important;
    }

    /* 3. HERO & TITRE */
    .portal-hero {
        padding: 40px 15px 25px !important;
    }

    .portal-title {
        font-size: 1.7rem !important; /* Taille de sécurité */
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    .title-underline {
        margin: 20px auto 0 !important;
        width: 45px !important;
        height: 4px !important;
    }

    /* 4. SOMMAIRE DASHBOARD : LE CORRECTIF CRITIQUE */
    .toc-header {
        justify-content: center;
        margin-bottom: 20px !important;
    }

    .h2-wine {
        font-size: 1.35rem !important;
    }

    .toc-grid {
        /* On casse le 300px qui est le "tueur de mobile" */
        grid-template-columns: 1fr !important; 
        gap: 12px !important;
    }

    .toc-card {
        padding: 12px 15px !important;
        border-radius: 12px !important;
        transform: none !important; /* On fige pour la stabilité tactile */
    }

    .toc-card:hover {
        transform: none !important;
        box-shadow: 0 5px 15px rgba(26, 11, 46, 0.05) !important;
    }

    /* 5. MONOLITH CARD & ACCENT GLOW */
    .monolith-card {
        border-radius: 24px !important;
    }

    .monolith-accent-glow {
        width: 4px !important; /* On affine la barre latérale */
    }

    .monolith-content {
        padding: 25px 15px !important; /* On réduit le padding 60px */
        margin-left: 4px !important;
    }

    .p-accent {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }

    /* 6. HIGHLIGHT DIGITAL (BOX NOIRE) */
    .inner-highlight-digital {
        flex-direction: column !important; /* Empilement vertical */
        padding: 25px 20px !important;
        gap: 15px !important;
        text-align: center !important;
        align-items: center !important;
        border-radius: 18px !important;
    }

    .digital-icon {
        font-size: 1.8rem !important;
    }

    .inner-highlight-digital p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    .p-conclusion {
        padding-top: 25px !important;
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    .portal-title { font-size: 1.5rem !important; }
    .h2-wine { font-size: 1.2rem !important; }
    .monolith-content { padding: 20px 10px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-948e6ab *//* --- SECTION 01 : LE TREMPLIN YOUTUBE (DESIGN STREAM) --- */
#clemy-youtube-tremplin {
    --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: 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; }

/* STREAM LAYOUT */
.stream-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-p { font-size: 1.2rem; color: #444; margin-bottom: 40px; line-height: 1.6; text-align: justify; }

/* GLOBAL REACH CARD (UI DIGITAL) */
.global-reach-card {
    background: var(--soft-gray);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(142, 68, 173, 0.1);
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.04);
}

.card-header-digital {
    padding: 30px 35px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.recording-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 900;
    color: var(--amethyst);
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.pulse-dot {
    width: 10px; height: 10px;
    background: var(--amethyst);
    border-radius: 50%;
    animation: pulse-amethyst 1.5s infinite;
}

@keyframes pulse-amethyst {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(142, 68, 173, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(142, 68, 173, 0); }
}

.h3-wine { color: var(--wine); font-size: 1.6rem; font-weight: 900; margin: 0; }

.card-body-digital { padding: 30px 35px; }
.card-body-digital p { font-size: 1.05rem; color: #555; margin-top: 0; margin-bottom: 30px; text-align: justify; line-height: 1.6; }
.card-body-digital strong { color: var(--dark); font-weight: 800; }

/* ENERGY TEST BOX (DARK MODE FOCUS) */
.energy-test-box {
    background: var(--dark);
    color: white;
    padding: 25px 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 15px 30px rgba(26, 11, 46, 0.15);
}

.energy-test-box::before {
    content: ""; position: absolute; top: 0; left: 0;
    width: 5px; height: 100%; background: var(--wine); border-radius: 20px 0 0 20px;
}

.energy-test-box p { font-size: 1.05rem; color: rgba(255,255,255,0.9); margin: 0; line-height: 1.6; text-align: left; }
.energy-test-box strong { color: var(--white); font-weight: 900; }

/* VISUAL COL (ARTEFACT DIGITAL) */
.visual-col { position: relative; }

.digital-image-portal {
    position: relative;
    padding: 15px;
    background: var(--white);
    border-radius: 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    z-index: 1;
}

.portal-glow-bg {
    position: absolute;
    top: -20px; right: -20px;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.15), rgba(154, 42, 91, 0.15));
    border-radius: 35px;
    z-index: -1;
}

.digital-image-portal img { display: block; width: 100%; height: auto; border-radius: 25px; }

.portal-badge {
    position: absolute;
    bottom: -15px; left: 50%;
    transform: translateX(-50%);
    background: var(--dark);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* RESPONSIVE LOGIC */
@media (max-width: 950px) {
    .stream-layout { grid-template-columns: 1fr; gap: 50px; }
    .visual-col { order: -1; max-width: 400px; margin: 0 auto; }
}

@media (max-width: 600px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .card-header-digital, .card-body-digital { padding: 25px 20px; }
    .energy-test-box { padding: 20px; }
    .intro-p, .card-body-digital p { text-align: left; } /* Meilleure lisibilité sur petit écran */
}/* ============================================================
   FORCE RESPONSIVE RADICAL : YOUTUBE (#clemy-youtube-tremplin)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-youtube-tremplin {
        padding: 50px 0 !important; /* On réduit le padding clamp */
        overflow-x: hidden !important; /* Verrouillage de sécurité */
    }

    #clemy-youtube-tremplin .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉQUILIBRE LE DESIGN */
    #clemy-youtube-tremplin .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-youtube-tremplin .step-num {
        font-size: 3.5rem !important; /* On réduit le 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
    }

    #clemy-youtube-tremplin .h2-title {
        font-size: 1.55rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-youtube-tremplin .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. LAYOUT & TEXTE */
    #clemy-youtube-tremplin .stream-layout {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    #clemy-youtube-tremplin .intro-p {
        font-size: 1rem !important;
        text-align: left !important; /* Adieu le justify pour éviter les trous blancs */
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
    }

    /* 4. DIGITAL CARD (REACH) */
    #clemy-youtube-tremplin .global-reach-card {
        border-radius: 24px !important;
    }

    #clemy-youtube-tremplin .card-header-digital, 
    #clemy-youtube-tremplin .card-body-digital {
        padding: 25px 20px !important;
    }

    #clemy-youtube-tremplin .h3-wine {
        font-size: 1.3rem !important;
    }

    #clemy-youtube-tremplin .card-body-digital p {
        font-size: 0.95rem !important;
        text-align: left !important;
        line-height: 1.5 !important;
    }

    /* 5. ENERGY TEST BOX (L'ALERTE NOIRE) */
    #clemy-youtube-tremplin .energy-test-box {
        padding: 20px 15px !important;
        border-radius: 16px !important;
        margin-top: 10px;
    }

    /* 6. VISUAL COL & PORTAL (LE POINT CRITIQUE) */
    #clemy-youtube-tremplin .visual-col {
        order: -1 !important; /* L'image repasse en premier */
        width: 100% !important;
        padding: 0 10px !important;
    }

    #clemy-youtube-tremplin .digital-image-portal {
        padding: 10px !important;
        border-radius: 25px !important;
    }

    #clemy-youtube-tremplin .portal-glow-bg {
        /* On ramène le halo à l'intérieur pour éviter le scroll horizontal */
        top: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
        transform: scale(1.05); /* On le fait juste déborder légèrement en dessous */
    }

    #clemy-youtube-tremplin .portal-badge {
        font-size: 0.65rem !important;
        padding: 8px 15px !important;
        bottom: -10px !important; /* On remonte un peu le badge */
        letter-spacing: 1px !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (iPhone SE / 320px) */
@media (max-width: 350px) {
    #clemy-youtube-tremplin .h2-title { font-size: 1.35rem !important; }
    #clemy-youtube-tremplin .portal-badge { font-size: 0.55rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bfa104e *//* --- SECTION 02 : L'ALGORITHME (DESIGN MATRICE) --- */
#clemy-youtube-algo {
    --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: 1050px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER STYLE COHÉRENT */
.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 (Respect de l'alignement justifié demandé) */
.intro-p-justified { 
    font-size: 1.2rem; 
    color: #444; 
    margin-bottom: 50px; 
    line-height: 1.6; 
    text-align: justify; 
    max-width: 850px; 
}

/* ALGO GRID */
.algo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

/* BASE CARDS */
.algo-card {
    border-radius: 30px;
    padding: clamp(30px, 5vw, 45px);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.algo-card:hover { transform: translateY(-10px); }

.card-icon-digital {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.h3-wine { color: var(--wine); font-size: 1.5rem; font-weight: 900; margin: 0 0 20px 0; }
.h3-amethyst { color: var(--amethyst); font-size: 1.5rem; font-weight: 900; margin: 0 0 20px 0; }

.algo-card p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    text-align: justify; /* Respect strict de votre brouillon */
}

/* SPECIFIC CARDS (LUMIÈRE VS OMBRE) */
.card-synchro {
    background: var(--soft-gray);
    color: #555;
    border: 1px solid rgba(142, 68, 173, 0.1);
    border-top: 6px solid var(--wine);
    box-shadow: 0 15px 35px rgba(26, 11, 46, 0.04);
}
.card-synchro strong { color: var(--dark); font-weight: 800; }
.card-synchro:hover { box-shadow: 0 25px 50px rgba(154, 42, 91, 0.1); background: var(--white); }

.card-trap {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.9);
    border-top: 6px solid var(--amethyst);
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.2);
}
.card-trap:hover { box-shadow: 0 30px 60px rgba(142, 68, 173, 0.25); }

/* SPAN AVERTISSEMENT (Respect de votre soulignement et gras) */
.underline-warn {
    text-decoration: underline;
    font-weight: 900;
    color: var(--white);
    text-decoration-color: var(--wine);
    text-underline-offset: 4px;
}

/* RESPONSIVE LOGIC */
@media (max-width: 850px) {
    .algo-grid { grid-template-columns: 1fr; gap: 30px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 600px) {
    .intro-p-justified, .algo-card p { text-align: left; } /* Meilleure lisibilité sur petits écrans */
    .algo-card { padding: 30px 25px; border-radius: 25px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : ALGORITHME (#clemy-youtube-algo)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-youtube-algo {
        padding: 50px 0 !important; /* On réduit le padding clamp */
        overflow-x: hidden !important;
    }

    #clemy-youtube-algo .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE MOBILE */
    #clemy-youtube-algo .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-youtube-algo .step-num {
        font-size: 3.8rem !important; /* On réduit le 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -5px !important;
    }

    #clemy-youtube-algo .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-youtube-algo .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO : LISIBILITÉ */
    #clemy-youtube-algo .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* On force le 'left' pour éviter les trous blancs */
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    /* 4. ALGO GRID : LE CORRECTIF CRITIQUE */
    #clemy-youtube-algo .algo-grid {
        /* On casse le 320px qui est le "tueur de mobile" */
        grid-template-columns: 1fr !important; 
        gap: 25px !important;
    }

    /* 5. ALGO CARDS : ADAPTATION */
    #clemy-youtube-algo .algo-card {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        transform: none !important; /* On fige pour la stabilité tactile */
        border-top-width: 4px !important; /* Bordure un peu plus fine sur mobile */
    }

    #clemy-youtube-algo .algo-card:hover {
        transform: none !important;
        box-shadow: 0 10px 25px rgba(26, 11, 46, 0.05) !important;
    }

    #clemy-youtube-algo .card-icon-digital {
        font-size: 2rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-youtube-algo .h3-wine, 
    #clemy-youtube-algo .h3-amethyst {
        font-size: 1.35rem !important;
        margin-bottom: 15px !important;
        text-align: center;
    }

    #clemy-youtube-algo .algo-card p {
        font-size: 0.95rem !important;
        text-align: left !important; /* Primordial pour le confort de lecture */
        line-height: 1.5 !important;
    }

    /* 6. UNDERLINE WARN : AJUSTEMENT */
    #clemy-youtube-algo .underline-warn {
        text-underline-offset: 3px !important;
        font-size: 0.95rem;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-youtube-algo .h2-title { font-size: 1.4rem !important; }
    #clemy-youtube-algo .algo-card { padding: 25px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0ea26e2 *//* --- SECTION 03 : LE LIVE (DESIGN FEU NUMÉRIQUE) --- */
#clemy-youtube-live {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    --live-red: #E53935;
    
    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: 1050px;
    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(--wine); 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(--wine); font-weight: 900; }
.line-wine { width: 60px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

/* LAYOUT GLOBAL */
.live-stream-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-p-justified { 
    font-size: 1.2rem; 
    color: #444; 
    margin-bottom: 40px; 
    line-height: 1.6; 
    text-align: justify; 
}

/* TIMELINE DU DIRECT (STACK) */
.live-features-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

/* Ligne de connexion verticale (Timeline) */
.live-features-stack::before {
    content: '';
    position: absolute;
    top: 20px; bottom: 20px; left: 24px;
    width: 2px;
    background: linear-gradient(to bottom, var(--amethyst), var(--wine));
    opacity: 0.2;
    z-index: 0;
}

.live-card {
    display: flex;
    gap: 25px;
    background: var(--soft-gray);
    padding: 25px 30px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.live-card:hover {
    transform: translateX(10px);
    background: var(--white);
    box-shadow: 0 15px 35px rgba(26, 11, 46, 0.05);
}

/* Nœuds clignotants de la timeline */
.live-pulse-node {
    flex-shrink: 0;
    width: 14px; height: 14px;
    border-radius: 50%;
    margin-top: 5px;
    box-shadow: 0 0 0 4px var(--white), 0 0 0 5px rgba(0,0,0,0.05);
}

.node-amethyst { background: var(--amethyst); }
.node-dark { background: var(--dark); }
.node-wine { background: var(--wine); }

.live-card-body p {
    font-size: 1.05rem;
    color: #555;
    margin: 5px 0 0 0;
    line-height: 1.6;
    text-align: justify;
}

.live-title-wine {
    display: block;
    color: var(--wine);
    font-size: 1.2rem;
    font-weight: 900;
}

/* VISUEL : L'ÉCRAN DE DIFFUSION */
.visual-col { position: relative; }

.broadcast-monitor {
    background: var(--dark);
    padding: 15px 15px 25px 15px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.2);
    position: relative;
    transform: rotate(1.5deg);
    transition: 0.4s ease;
}

.broadcast-monitor:hover { transform: rotate(0deg) scale(1.02); }

.monitor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 10px;
}

/* Badge Direct UI */
.live-badge-red {
    background: rgba(229, 57, 53, 0.15);
    color: var(--live-red);
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 1px;
}

.blink-dot {
    width: 8px; height: 8px;
    background: var(--live-red);
    border-radius: 50%;
    animation: blink-live 1s infinite alternate;
}

@keyframes blink-live {
    0% { opacity: 0.3; }
    100% { opacity: 1; box-shadow: 0 0 8px var(--live-red); }
}

.viewer-count {
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    font-weight: 600;
}

.broadcast-monitor img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.monitor-glow {
    position: absolute;
    bottom: -10px; left: 10%; right: 10%;
    height: 20px;
    background: var(--wine);
    filter: blur(20px);
    opacity: 0.3;
    z-index: -1;
}

/* RESPONSIVE LOGIC */
@media (max-width: 950px) {
    .live-stream-layout { grid-template-columns: 1fr; gap: 50px; }
    .visual-col { order: -1; max-width: 450px; margin: 0 auto; }
    .broadcast-monitor { transform: none; }
    .live-features-stack::before { left: 20px; }
    .live-card { padding: 20px; gap: 15px; }
}

@media (max-width: 600px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .intro-p-justified, .live-card-body p { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : LIVE (#clemy-youtube-live)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-youtube-live {
        padding: 50px 0 !important;
        overflow-x: hidden !important; /* Verrouillage de sécurité */
    }

    #clemy-youtube-live .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE DU NUMÉRO WINE */
    #clemy-youtube-live .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-youtube-live .step-num {
        font-size: 3.8rem !important;
        opacity: 0.12 !important;
        margin-bottom: -5px !important;
    }

    #clemy-youtube-live .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-youtube-live .line-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. LAYOUT GLOBAL : ORDRE DE LECTURE */
    #clemy-youtube-live .live-stream-layout {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    #clemy-youtube-live .visual-col {
        order: -1 !important; /* On montre le moniteur "Live" en premier */
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
    }

    #clemy-youtube-live .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* Adieu le justify pour la fluidité */
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
    }

    /* 4. TIMELINE & LIVE CARDS */
    #clemy-youtube-live .live-features-stack {
        gap: 15px !important;
        padding-left: 10px !important;
    }

    #clemy-youtube-live .live-features-stack::before {
        left: 17px !important; /* Réalignement de la ligne verticale */
    }

    #clemy-youtube-live .live-card {
        padding: 20px 15px !important;
        border-radius: 18px !important;
        gap: 15px !important;
        transform: none !important; /* On fige le décalage horizontal au toucher */
    }

    #clemy-youtube-live .live-card:hover {
        transform: none !important;
        background: var(--soft-gray) !important;
    }

    #clemy-youtube-live .live-pulse-node {
        width: 12px !important;
        height: 12px !important;
        margin-top: 4px !important;
    }

    #clemy-youtube-live .live-title-wine {
        font-size: 1.1rem !important;
    }

    #clemy-youtube-live .live-card-body p {
        font-size: 0.95rem !important;
        text-align: left !important;
        line-height: 1.5 !important;
    }

    /* 5. BROADCAST MONITOR : REDRESSAGE CRITIQUE */
    #clemy-youtube-live .broadcast-monitor {
        transform: none !important; /* On redresse l'image pour éviter le débordement */
        padding: 10px 10px 18px 10px !important;
        border-radius: 20px !important;
    }

    #clemy-youtube-live .monitor-header {
        margin-bottom: 10px !important;
    }

    #clemy-youtube-live .live-badge-red {
        font-size: 0.65rem !important;
        padding: 3px 10px !important;
    }

    #clemy-youtube-live .monitor-glow {
        bottom: -5px !important;
        filter: blur(15px) !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-youtube-live .h2-title { font-size: 1.4rem !important; }
    #clemy-youtube-live .live-card { padding: 15px 10px !important; }
    #clemy-youtube-live .live-features-stack::before { display: none; } /* On épure sur les mini-écrans */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-53eb506 *//* --- SECTION 04 : LES FORMATS (DESIGN SENSORIEL) --- */
#clemy-youtube-formats {
    --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: 1050px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER STYLE COHÉRENT */
.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-justified { 
    font-size: 1.2rem; 
    color: #444; 
    margin-bottom: 50px; 
    line-height: 1.6; 
    text-align: justify; 
    max-width: 850px;
}

/* SENSORY LAYOUT */
.sensory-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
}

/* FORMAT CARDS (UI) */
.content-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.format-card {
    display: flex;
    gap: 25px;
    background: var(--white);
    padding: 35px 40px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(26, 11, 46, 0.04);
    border: 1px solid #F0F0F0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.format-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(26, 11, 46, 0.08);
}

.card-interactive { border-left: 6px solid var(--wine); }
.card-asmr { background: var(--soft-gray); border-left: 6px solid var(--amethyst); }

.format-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    margin-top: 5px;
}

.h3-wine { color: var(--wine); font-size: 1.4rem; font-weight: 900; margin: 0 0 15px 0; }
.h3-amethyst { color: var(--amethyst); font-size: 1.4rem; font-weight: 900; margin: 0 0 15px 0; }

.format-body p {
    font-size: 1.05rem;
    color: #555;
    margin: 0;
    line-height: 1.6;
    text-align: justify;
}

.format-body strong { color: var(--dark); font-weight: 800; }

/* VISUAL COL (ARTEFACT LUDIQUE) */
.visual-col { position: relative; }

.interactive-image-frame {
    position: relative;
    padding: 15px;
    background: white;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    transform: rotate(2deg);
    transition: 0.5s ease;
}

.interactive-image-frame:hover { transform: rotate(0deg) scale(1.02); }

.interactive-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.frame-tag {
    position: absolute;
    bottom: -15px; right: 30px;
    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 LOGIC */
@media (max-width: 950px) {
    .sensory-layout { grid-template-columns: 1fr; gap: 50px; }
    .visual-col { order: -1; max-width: 400px; margin: 0 auto; }
    .interactive-image-frame { transform: none; }
}

@media (max-width: 600px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .format-card { flex-direction: column; gap: 15px; padding: 25px 20px; border-radius: 25px; }
    .intro-p-justified, .format-body p { text-align: left; }
    .format-icon { font-size: 2rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FORMATS (#clemy-youtube-formats)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-youtube-formats {
        padding: 50px 0 !important;
        overflow-x: hidden !important; /* Verrouillage de sécurité pour la rotation */
    }

    #clemy-youtube-formats .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE DU NUMÉRO AMÉTHYSTE */
    #clemy-youtube-formats .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-youtube-formats .step-num {
        font-size: 3.5rem !important; /* On réduit le 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-youtube-formats .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-youtube-formats .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. LAYOUT & INTRO */
    #clemy-youtube-formats .sensory-layout {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    #clemy-youtube-formats .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* Adieu le justify pour la fluidité */
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
    }

    /* 4. FORMAT CARDS : ADAPTATION TACTILE */
    #clemy-youtube-formats .content-col {
        gap: 20px !important;
    }

    #clemy-youtube-formats .format-card {
        flex-direction: column !important; /* Empilement icône / texte */
        align-items: center !important;
        text-align: center !important;
        padding: 30px 20px !important;
        border-radius: 24px !important;
        transform: none !important; /* On fige pour le tactile */
    }

    #clemy-youtube-formats .format-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(26, 11, 46, 0.05) !important;
    }

    #clemy-youtube-formats .format-icon {
        font-size: 2.2rem !important;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

    #clemy-youtube-formats .h3-wine, 
    #clemy-youtube-formats .h3-amethyst {
        font-size: 1.25rem !important;
        margin-bottom: 12px !important;
    }

    #clemy-youtube-formats .format-body p {
        font-size: 0.95rem !important;
        text-align: center !important; /* Centrage pour l'équilibre mobile */
        line-height: 1.5 !important;
    }

    /* 5. VISUAL COL & IMAGE FRAME : SÉCURITÉ */
    #clemy-youtube-formats .visual-col {
        order: -1 !important; /* L'image repasse en premier */
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    #clemy-youtube-formats .interactive-image-frame {
        transform: none !important; /* On redresse l'image pour éviter le débordement */
        padding: 8px !important;
        border-radius: 20px !important;
    }

    #clemy-youtube-formats .interactive-image-frame img {
        border-radius: 14px !important;
    }

    #clemy-youtube-formats .frame-tag {
        bottom: 10px !important;
        right: 15px !important;
        font-size: 0.6rem !important;
        padding: 6px 15px !important;
        letter-spacing: 1px !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-youtube-formats .h2-title { font-size: 1.4rem !important; }
    #clemy-youtube-formats .format-card { padding: 25px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-15ea8245 *//* --- SECTION 05, 06 & CTA FINAL : DESIGN RETOUR À LA SOURCE --- */
#clemy-youtube-limits, #clemy-youtube-cta {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    --soft-wine: #FDF5F8; /* Remplacement du #fff8f8 */
    
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.7;
}

#clemy-youtube-limits {
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    color: var(--dark);
}

.inner-wrap { max-width: 1050px; margin: 0 auto; padding: 0 25px; }

/* HEADER SYSTEM */
.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(--wine); 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; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

/* TYPOGRAPHIE TEXTES LONGS */
.intro-p-justified { 
    font-size: 1.15rem; color: #444; 
    margin-bottom: 25px; line-height: 1.6; 
    text-align: justify; 
}
.p-justified { font-size: 1.1rem; color: #555; margin-bottom: 20px; line-height: 1.6; text-align: justify; }
.link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: underline; }

/* ALERT BOX (LIMITES) */
.alert-box-wine {
    background: var(--soft-wine);
    padding: 30px;
    border-radius: 15px;
    border-left: 6px solid var(--wine);
    margin: 40px 0;
}
.alert-box-wine p { font-size: 1.1rem; color: #555; margin: 0; line-height: 1.6; text-align: justify; }

/* MONOLITHE TÉLÉPHONE (SECTION 06) */
.phone-supremacy-card {
    background: var(--soft-gray);
    padding: clamp(35px, 5vw, 50px);
    border-radius: 30px;
    border-left: 6px solid var(--amethyst);
    box-shadow: 0 15px 40px rgba(0,0,0,0.03);
    margin-top: 40px;
}

.h3-wine { color: var(--wine); font-size: 1.6rem; font-weight: 900; margin: 0 0 25px 0; }
.phone-supremacy-card strong { color: var(--dark); font-weight: 800; }

.phone-benefits-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.phone-benefits-list li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #444;
    position: relative;
    line-height: 1.6;
}

.phone-benefits-list li::before {
    content: "📞";
    position: absolute;
    left: 0; top: 0;
    font-size: 1rem;
}

/* --- FINAL CTA : LE PORTAIL WINE --- */
#clemy-youtube-cta { padding: 0 20px 100px; }

.cta-monolith-luxe {
    max-width: 1050px; margin: 0 auto;
    background: linear-gradient(135deg, var(--wine) 0%, var(--dark) 100%); /* Dégradé Inversé pour varier */
    border-radius: 45px;
    padding: clamp(60px, 8vw, 100px) 25px;
    text-align: center; color: white;
    position: relative; overflow: hidden;
    box-shadow: 0 40px 80px rgba(154, 42, 91, 0.3);
}

/* Effets Visuels d'arrière-plan */
.cta-glow-effect {
    position: absolute; top: -50%; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.2) 0%, transparent 65%);
}

.geo-orb { position: absolute; background-color: rgba(255, 255, 255, 0.05); border-radius: 50%; }
.orb-top { top: -50px; right: -50px; width: 150px; height: 150px; }
.orb-bottom { bottom: -30px; left: -30px; width: 100px; height: 100px; }

.cta-content { position: relative; z-index: 2; }
.cta-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; line-height: 1.1; margin-bottom: 25px; }
.cta-desc { font-size: clamp(1.1rem, 3vw, 1.25rem); opacity: 0.95; max-width: 800px; margin: 0 auto 50px; line-height: 1.6; }

.cta-buttons-wrap { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

.btn-cta-main {
    background: white; color: var(--wine);
    padding: 20px 45px; border-radius: 100px;
    text-decoration: none; font-weight: 900; font-size: 1.3rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.btn-cta-main:hover { transform: scale(1.05) translateY(-5px); color: var(--dark); }
.btn-subtext { font-size: 0.85rem; font-weight: 700; opacity: 0.7; margin-top: 2px; }

.btn-cta-alt {
    background: white; color: var(--wine);
    padding: 20px 45px; border-radius: 100px;
    text-decoration: none; font-weight: 900; font-size: 1.3rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex; align-items: center; justify-content: center;
}
.btn-cta-alt:hover { transform: scale(1.05) translateY(-5px); color: var(--dark); }

/* RESPONSIVE LOGIC */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .cta-buttons-wrap { flex-direction: column; align-items: stretch; }
    .btn-cta-main, .btn-cta-alt { width: 100%; text-align: center; }
}

@media (max-width: 600px) {
    .intro-p-justified, .p-justified, .alert-box-wine p { text-align: left; } /* Coupe le justifié sur mobile pour éviter les "rivières" de blancs */
    .phone-supremacy-card { padding: 25px 20px; border-radius: 20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FINAL (#clemy-youtube-limits)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & SÉCURITÉ ANTI-DÉBORDEMENT */
    #clemy-youtube-limits, 
    #clemy-youtube-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 : HARMONISATION DU NUMÉRO */
    .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; /* On réduit le 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-wine, .line-amethyst {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. TEXTES : LISIBILITÉ MOBILE */
    .intro-p-justified, 
    .p-justified, 
    .alert-box-wine p {
        text-align: left !important; /* Indispensable pour éviter les trous blancs */
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    /* 4. ALERT BOX & MONOLITHE TÉLÉPHONE */
    .alert-box-wine {
        padding: 25px 15px !important;
        margin: 30px 0 !important;
        border-radius: 12px !important;
    }

    .phone-supremacy-card {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        border-left-width: 4px !important;
    }

    .h3-wine {
        font-size: 1.4rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .phone-benefits-list li {
        font-size: 0.95rem !important;
        padding-left: 30px !important;
    }

    /* 5. FINAL CTA : L'ÉCRIN LUXE */
    #clemy-youtube-cta {
        padding: 0 10px 60px !important;
    }

    .cta-monolith-luxe {
        padding: 50px 20px !important;
        border-radius: 30px !important;
    }

    /* On réduit les effets visuels pour la fluidité mobile */
    .cta-glow-effect {
        width: 300px !important;
        height: 300px !important;
        top: -10% !important;
    }

    .orb-top, .orb-bottom {
        display: none; /* On épure pour éviter les conflits de largeur */
    }

    .cta-title {
        font-size: 1.7rem !important;
        line-height: 1.1 !important;
        margin-bottom: 20px !important;
    }

    .cta-desc {
        font-size: 1rem !important;
        margin-bottom: 35px !important;
    }

    /* 6. BOUTONS : EMPILAGE TACTILE */
    .cta-buttons-wrap {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .btn-cta-main, 
    .btn-cta-alt {
        width: 100% !important;
        padding: 18px 25px !important;
        font-size: 1.1rem !important;
        box-sizing: border-box !important;
        border-radius: 50px !important;
    }

    .btn-subtext {
        font-size: 0.75rem !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; }
    .btn-cta-main, .btn-cta-alt { font-size: 1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-137148a *//* --- FAQ VOYANCE SOCIALE : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-voyance-sociale {
    --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-voyance-sociale .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-voyance-sociale .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-voyance-sociale .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-voyance-sociale .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-voyance-sociale .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-voyance-sociale .faq-accordion-group { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-voyance-sociale .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-voyance-sociale .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.06);
}

#clemy-faq-social-media .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Highlighting Specificity */
#clemy-faq-voyance-sociale .featured-sync[open] { border-left: 6px solid var(--purple); }
#clemy-faq-voyance-sociale .featured-phone[open] { border-left: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-voyance-sociale summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-voyance-sociale summary::-webkit-details-marker { display: none; }

#clemy-faq-voyance-sociale .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-voyance-sociale .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-voyance-sociale .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-voyance-sociale .q-chevron::before, 
#clemy-faq-voyance-sociale .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-voyance-sociale .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-voyance-sociale .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-voyance-sociale .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-voyance-sociale .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqSocialIn 0.5s ease-out;
}

@keyframes faqSocialIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-voyance-sociale .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-voyance-sociale .faq-canvas { padding: 0 20px; }
    #clemy-faq-voyance-sociale .q-num { display: none; }
    #clemy-faq-voyance-sociale .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-voyance-sociale .display-title { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ SOCIAL (#clemy-faq-voyance-sociale)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-faq-voyance-sociale {
        padding: 50px 0 !important; /* On réduit le padding clamp massif */
        overflow-x: hidden !important;
    }

    #clemy-faq-voyance-sociale .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : LISIBILITÉ DU TITRE */
    #clemy-faq-voyance-sociale .faq-header {
        margin-bottom: 35px !important;
        text-align: center !important; /* On centre pour l'équilibre mobile */
    }

    #clemy-faq-voyance-sociale .display-title {
        font-size: 1.8rem !important; /* Taille de sécurité pour iPhone */
        line-height: 1.2 !important;
        text-align: center !important;
    }

    #clemy-faq-voyance-sociale .kicker-badge {
        padding: 6px 15px !important;
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE DE PRÉCISION */
    #clemy-faq-voyance-sociale .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-voyance-sociale .faq-item {
        border-radius: 16px !important;
    }

    /* Correction du sélecteur d'ombre (coquille dans le code original) */
    #clemy-faq-voyance-sociale .faq-item[open] {
        box-shadow: 0 15px 35px rgba(30, 16, 54, 0.08) !important;
    }

    #clemy-faq-voyance-sociale summary {
        padding: 22px 15px !important; /* On réduit le padding 28px/30px */
        gap: 15px !important;
    }

    /* On cache le numéro pour gagner de la largeur question */
    #clemy-faq-voyance-sociale .q-num {
        display: none !important;
    }

    #clemy-faq-voyance-sociale .q-text {
        font-size: 0.95rem !important;
        padding-right: 10px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : LIBÉRATION DE L'ESPACE (LE POINT CLÉ) */
    #clemy-faq-voyance-sociale .faq-content {
        /* CRITIQUE : On passe de 85px à 15px pour éviter d'étouffer le texte */
        padding: 0 15px 25px 15px !important; 
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 5. BORDURES DE MISE EN AVANT */
    #clemy-faq-voyance-sociale .featured-sync[open] {
        border-left: 4px solid var(--purple) !important;
    }

    #clemy-faq-voyance-sociale .featured-phone[open] {
        border-left: 4px solid var(--wine) !important;
    }

    /* Chevron tactile simplifié */
    #clemy-faq-voyance-sociale .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-faq-voyance-sociale .display-title { font-size: 1.55rem !important; }
    #clemy-faq-voyance-sociale .q-text { font-size: 0.85rem !important; }
}/* End custom CSS */