.elementor-4950 .elementor-element.elementor-element-500326d1{--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-b26fd4e */#clemy-miroir-1717 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-bg: #F9F8FB;
    
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-miroir-1717 .inner-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- NAVIGATION --- */
#clemy-miroir-1717 .clemy-nav {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #EEE;
}
#clemy-miroir-1717 .nav-wrap {
    max-width: 1200px; margin: 0 auto; padding: 15px 25px;
    display: flex; justify-content: space-between; align-items: center;
}
#clemy-miroir-1717 .brand { font-weight: 900; text-transform: uppercase; font-size: 0.85rem; color: var(--dark); }
#clemy-miroir-1717 .brand span { color: var(--amethyst); font-weight: 400; }
#clemy-miroir-1717 .menu { display: flex; gap: 10px; }
#clemy-miroir-1717 .menu a {
    text-decoration: none; padding: 6px 12px; font-size: 0.8rem; font-weight: 700;
    color: #555; transition: 0.3s;
}
#clemy-miroir-1717 .menu a:hover { color: var(--wine); }

/* --- HERO --- */
#clemy-miroir-1717 .hero-section { padding: 80px 0 40px; text-align: center; }
#clemy-miroir-1717 .badge-amethyst {
    display: inline-block; background: #F4ECF7; color: var(--amethyst);
    padding: 6px 18px; border-radius: 50px; font-size: 0.75rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 30px;
}
#clemy-miroir-1717 .h1-monument {
    font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; color: var(--dark);
    line-height: 1.1; margin-bottom: 25px; letter-spacing: -1.5px;
}
#clemy-miroir-1717 .hero-lead {
    font-size: 1.25rem; color: #555; max-width: 800px; margin: 0 auto;
}

/* --- CONTENT MONOLITH --- */
#clemy-miroir-1717 .content-monolith { padding-bottom: 100px; }
#clemy-miroir-1717 .expert-card {
    background: #FFF; border-radius: 30px; padding: 60px;
    box-shadow: 0 30px 70px rgba(26, 11, 46, 0.06);
    border: 1px solid #F0F0F0;
}

#clemy-miroir-1717 .mirror-display {
    font-size: 5rem; font-weight: 900; text-align: center;
    color: var(--dark); opacity: 0.1; margin-bottom: 40px;
    letter-spacing: 15px;
}

#clemy-miroir-1717 .text-layout { display: flex; gap: 60px; }
#clemy-miroir-1717 .col-main { flex: 1.5; }
#clemy-miroir-1717 .col-side { flex: 1; }

#clemy-miroir-1717 p { font-size: 1.1rem; color: #444; margin-bottom: 25px; }

/* CALLOUT */
#clemy-miroir-1717 .callout-wine {
    background: var(--soft-bg); border-left: 5px solid var(--wine);
    padding: 30px; border-radius: 0 15px 15px 0; margin-bottom: 30px;
}
#clemy-miroir-1717 .callout-wine p {
    font-style: italic; font-size: 1.15rem; color: var(--dark); margin: 0;
}

/* LINKS */
#clemy-miroir-1717 a { text-decoration: none; font-weight: 700; transition: 0.3s; }
#clemy-miroir-1717 .link-wine-bold { color: var(--wine); }
#clemy-miroir-1717 .link-amethyst { color: var(--amethyst); border-bottom: 1px solid rgba(142, 68, 173, 0.2); }
#clemy-miroir-1717 .link-wine-under { color: var(--wine); text-decoration: underline; }
#clemy-miroir-1717 .link-dark-under { color: var(--dark); text-decoration: underline; }

/* --- RESPONSIVE --- */
@media (max-width: 850px) {
    #clemy-miroir-1717 .text-layout { flex-direction: column; gap: 0; }
    #clemy-miroir-1717 .mirror-display { font-size: 3rem; letter-spacing: 8px; }
    #clemy-miroir-1717 .expert-card { padding: 35px 20px; }
    #clemy-miroir-1717 .menu { display: none; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : MIROIR 17H17 (#clemy-miroir-1717)
   ============================================================ */

    /* 1. RESET GLOBAL & NAVIGATION */
    #clemy-miroir-1717 {
        overflow-x: hidden !important;
    }

    #clemy-miroir-1717 .nav-wrap {
        padding: 12px 15px !important;
        justify-content: center !important; /* On centre le logo car le menu disparaît */
    }

    #clemy-miroir-1717 .brand {
        font-size: 0.8rem !important;
        letter-spacing: 2px !important;
    }

    /* 2. HERO : L'ENTRÉE EN MATIÈRE */
    #clemy-miroir-1717 .hero-section {
        padding: 50px 15px 30px !important;
    }

    #clemy-miroir-1717 .badge-amethyst {
        font-size: 0.65rem !important;
        padding: 5px 15px !important;
        letter-spacing: 1.5px !important;
        margin-bottom: 20px !important;
    }

    #clemy-miroir-1717 .h1-monument {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 20px !important;
    }

    #clemy-miroir-1717 .hero-lead {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        padding: 0 5px;
    }

    /* 3. EXPERT CARD (LE MONOLITHE DE TEXTE) */
    #clemy-miroir-1717 .content-monolith {
        padding-bottom: 60px !important;
    }

    #clemy-miroir-1717 .expert-card {
        padding: 30px 15px !important; /* Libération de l'espace pour le texte */
        border-radius: 20px !important;
    }

    /* L'élément MIROIR géant */
    #clemy-miroir-1717 .mirror-display {
        font-size: 2.5rem !important;
        letter-spacing: 6px !important;
        margin-bottom: 30px !important;
        opacity: 0.08 !important; /* Un peu plus discret sur petit écran */
    }

    /* Layout des colonnes */
    #clemy-miroir-1717 .text-layout {
        flex-direction: column !important;
        gap: 0 !important;
    }

    #clemy-miroir-1717 p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* 4. CALLOUT (LA CITATION OU LE CONSEIL) */
    #clemy-miroir-1717 .callout-wine {
        padding: 25px 20px !important;
        border-radius: 12px !important;
        border-left-width: 4px !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    #clemy-miroir-1717 .callout-wine p {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
    }
}@media (max-width: 350px) {
        #clemy-miroir-1717 .h1-monument { font-size: 1.55rem !important; }
        #clemy-miroir-1717 .mirror-display { font-size: 2rem !important; letter-spacing: 4px !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a60e323 */#clemy-signification-1717 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F8F7FA;
    
    background: var(--white);
    padding: 80px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-signification-1717 .edito-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- HEADER --- */
#clemy-signification-1717 .edito-header { margin-bottom: 50px; }
#clemy-signification-1717 .edito-step {
    font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); display: block; margin-bottom: 10px;
}
#clemy-signification-1717 .edito-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem); line-height: 1.1; font-weight: 300; color: var(--dark); margin: 0;
}
#clemy-signification-1717 .edito-title strong { color: var(--wine); font-weight: 900; }
#clemy-signification-1717 .header-divider-wine { width: 60px; height: 4px; background: var(--wine); margin-top: 20px; }

/* --- INTRO --- */
#clemy-signification-1717 .section-intro { margin-bottom: 60px; }
#clemy-signification-1717 .lead-text-wine { font-size: 1.4rem; font-weight: 600; color: var(--wine); margin-bottom: 25px; line-height: 1.4; }

/* --- CARD DESIGN --- */
#clemy-signification-1717 .realization-card {
    background: var(--white);
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.05);
    border: 1px solid #EEE;
    position: relative;
}

#clemy-signification-1717 .h3-wine-bold {
    font-size: 1.8rem; font-weight: 900; color: var(--wine); margin-bottom: 30px; letter-spacing: -1px;
}

/* PILLARS FLOW */
#clemy-signification-1717 .pillars-flow {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#clemy-signification-1717 .pillar-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#clemy-signification-1717 .pillar-icon {
    color: var(--amethyst);
    font-size: 1.2rem;
    font-weight: 900;
}

#clemy-signification-1717 .pillar-txt {
    font-size: 1.05rem;
    color: #555;
}

#clemy-signification-1717 .pillar-txt strong { color: var(--dark); }

/* WARNING BOX */
#clemy-signification-1717 .clemy-warning-box {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px dashed #DDD;
}

#clemy-signification-1717 .clemy-warning-box p {
    font-size: 1rem;
    font-style: italic;
    color: #666;
    margin: 0;
}

/* LINKS */
#clemy-signification-1717 a { text-decoration: none; font-weight: 700; color: var(--wine); border-bottom: 1px solid rgba(154, 42, 91, 0.2); transition: 0.3s; }
#clemy-signification-1717 a.link-amethyst { color: var(--amethyst); border-bottom-color: rgba(142, 68, 173, 0.2); }
#clemy-signification-1717 a.link-dark { color: var(--dark); }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    #clemy-signification-1717 .realization-card { padding: 40px 25px; }
    #clemy-signification-1717 .h3-wine-bold { font-size: 1.5rem; }
    #clemy-signification-1717 .edito-wrapper { padding: 0 15px; }/* ============================================================
   FORCE RESPONSIVE RADICAL : SIGNIFICATION 17H17 (#clemy-signification-1717)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-signification-1717 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-signification-1717 .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-signification-1717 .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-signification-1717 .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-signification-1717 .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-signification-1717 .header-divider-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO */
    #clemy-signification-1717 .section-intro {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-signification-1717 .lead-text-wine {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }

    /* 4. REALIZATION CARD (L'ÉCRIN DE RÉVÉLATION) */
    #clemy-signification-1717 .realization-card {
        padding: 35px 20px !important; /* Libération de l'espace de lecture */
        border-radius: 25px !important;
        box-shadow: 0 15px 40px rgba(26, 11, 46, 0.04) !important;
    }

    #clemy-signification-1717 .h3-wine-bold {
        font-size: 1.4rem !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    /* Flux des Piliers */
    #clemy-signification-1717 .pillars-flow {
        gap: 20px !important;
        margin-top: 30px !important;
    }

    #clemy-signification-1717 .pillar-item {
        gap: 15px !important;
        align-items: flex-start !important;
    }

    #clemy-signification-1717 .pillar-icon {
        font-size: 1rem !important;
        margin-top: 4px !important; /* Alignement parfait avec la première ligne de texte */
        flex-shrink: 0 !important;
    }

    #clemy-signification-1717 .pillar-txt {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    /* 5. WARNING BOX (L'AVERTISSEMENT FINAL) */
    #clemy-signification-1717 .clemy-warning-box {
        margin-top: 35px !important;
        padding-top: 25px !important;
        text-align: center !important; /* Centrage pour l'aspect citation/note */
    }

    #clemy-signification-1717 .clemy-warning-box p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
}@media (max-width: 350px) {
        #clemy-signification-1717 .edito-title { font-size: 1.4rem !important; }
        #clemy-signification-1717 .h3-wine-bold { font-size: 1.25rem !important; }
        #clemy-signification-1717 .pillar-txt { font-size: 0.85rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-afddab3 */#clemy-numerologie-1717 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FA;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-numerologie-1717 .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-numerologie-1717 .edito-header { margin-bottom: 70px; }
#clemy-numerologie-1717 .edito-step {
    font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); display: block; margin-bottom: 15px;
}
#clemy-numerologie-1717 .edito-title {
    font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.1; font-weight: 300; color: var(--dark); margin: 0;
}
#clemy-numerologie-1717 .edito-title strong { color: var(--wine); font-weight: 900; }
#clemy-numerologie-1717 .header-divider-amethyst { width: 60px; height: 4px; background: var(--amethyst); margin-top: 25px; }

/* --- GRID LAYOUT --- */
#clemy-numerologie-1717 .edito-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

#clemy-numerologie-1717 .edito-main { flex: 1.6; }
#clemy-numerologie-1717 .edito-sidebar { flex: 1; }

#clemy-numerologie-1717 .lead-text {
    font-size: 1.25rem; color: #444; margin-bottom: 50px;
}

/* --- ATOM ITEMS --- */
#clemy-numerologie-1717 .atoms-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

#clemy-numerologie-1717 .atom-item {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 30px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid #EEE;
    transition: transform 0.3s ease;
}

#clemy-numerologie-1717 .atom-item:hover { transform: translateX(10px); }

#clemy-numerologie-1717 .atom-number {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    min-width: 60px;
}

#clemy-numerologie-1717 .atom-wine { border-left: 6px solid var(--wine); }
#clemy-numerologie-1717 .atom-wine .atom-number { color: var(--wine); }

#clemy-numerologie-1717 .atom-amethyst { border-left: 6px solid var(--amethyst); }
#clemy-numerologie-1717 .atom-amethyst .atom-number { color: var(--amethyst); }

#clemy-numerologie-1717 .atom-txt strong {
    display: block; font-size: 1.1rem; margin-bottom: 5px; color: var(--dark);
}
#clemy-numerologie-1717 .atom-txt p { margin: 0; font-size: 1rem; color: #555; }

/* --- UNION BLOCK --- */
#clemy-numerologie-1717 .union-block {
    padding: 40px;
    background: var(--soft-gray);
    border-radius: 30px;
    border: 1px dashed var(--dark);
}

#clemy-numerologie-1717 .union-block p { font-size: 1.1rem; color: #333; margin-bottom: 20px; }
#clemy-numerologie-1717 .union-block p:last-child { margin-bottom: 0; }

/* --- SIDEBAR & QUOTE --- */
#clemy-numerologie-1717 .image-frame-v2 {
    position: relative; margin-bottom: 60px;
}
#clemy-numerologie-1717 .image-frame-v2 img {
    width: 100%; border-radius: 10px; position: relative; z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
#clemy-numerologie-1717 .frame-accent-amethyst {
    position: absolute; top: -15px; right: -15px; width: 100%; height: 100%;
    border: 2px solid var(--amethyst); opacity: 0.3; z-index: 1;
}

#clemy-numerologie-1717 .clemy-manifesto-quote {
    padding: 40px; border-top: 1px solid #EEE; margin: 0;
}
#clemy-numerologie-1717 .clemy-manifesto-quote p {
    font-family: serif; font-style: italic; font-size: 1.4rem; color: var(--wine); line-height: 1.5;
}
#clemy-numerologie-1717 .clemy-manifesto-quote a { color: var(--dark); font-weight: 900; text-decoration: underline; }

/* --- LINKS --- */
#clemy-numerologie-1717 .link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--wine); }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-numerologie-1717 .edito-grid { flex-direction: column; gap: 50px; }
    #clemy-numerologie-1717 .edito-wrapper { padding: 0 25px; }
    #clemy-numerologie-1717 .atom-item { padding: 20px; }
    #clemy-numerologie-1717 .atom-number { font-size: 2.5rem; min-width: 45px; }
} @media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : NUMÉROLOGIE 17H17 (#clemy-numerologie-1717)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-numerologie-1717 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-numerologie-1717 .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-numerologie-1717 .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-numerologie-1717 .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-numerologie-1717 .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-numerologie-1717 .header-divider-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. GRID & ATOMS (COMPOSANTS DU NOMBRE) */
    #clemy-numerologie-1717 .edito-grid {
        flex-direction: column !important; /* Empilement Main + Sidebar */
        gap: 40px !important;
    }

    #clemy-numerologie-1717 .lead-text {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 35px !important;
        padding: 0 10px;
    }

    #clemy-numerologie-1717 .atom-item {
        padding: 20px 15px !important;
        gap: 15px !important;
        border-radius: 15px !important;
        transform: none !important; /* SÉCURITÉ TACTILE : blocage du décalage horizontal */
    }

    #clemy-numerologie-1717 .atom-item:hover {
        transform: none !important; /* Pas de mouvement sous le doigt lors du scroll */
    }

    #clemy-numerologie-1717 .atom-number {
        font-size: 2.2rem !important;
        min-width: 40px !important;
        text-align: center;
    }

    #clemy-numerologie-1717 .atom-txt strong {
        font-size: 1rem !important;
    }

    #clemy-numerologie-1717 .atom-txt p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    /* 4. UNION BLOCK (LE CALCUL FINAL) */
    #clemy-numerologie-1717 .union-block {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        text-align: center !important;
    }

    #clemy-numerologie-1717 .union-block p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* 5. SIDEBAR (CADRE & CITATION) */
    #clemy-numerologie-1717 .edito-sidebar {
        width: 100% !important;
    }

    #clemy-numerologie-1717 .image-frame-v2 {
        max-width: 300px !important;
        margin: 0 auto 40px !important;
    }

    #clemy-numerologie-1717 .frame-accent-amethyst {
        top: -8px !important;
        right: -8px !important; /* Décalage réduit pour éviter l'overflow mobile */
        border-width: 1px !important;
    }

    #clemy-numerologie-1717 .clemy-manifesto-quote {
        padding: 30px 10px !important;
        text-align: center !important;
    }

    #clemy-numerologie-1717 .clemy-manifesto-quote p {
        font-size: 1.2rem !important;
        line-height: 1.4 !important;
    }
}@media (max-width: 350px) {
        #clemy-numerologie-1717 .edito-title { font-size: 1.4rem !important; }
        #clemy-numerologie-1717 .atom-number { font-size: 1.8rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-597c589 */#clemy-ange-imamiah {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-purple: #F9F7FB;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-ange-imamiah .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-ange-imamiah .edito-header { margin-bottom: 60px; }
#clemy-ange-imamiah .edito-step {
    font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); display: block; margin-bottom: 10px;
}
#clemy-ange-imamiah .edito-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem); line-height: 1.1; font-weight: 300; color: var(--dark); margin: 0;
}
#clemy-ange-imamiah .edito-title strong { color: var(--wine); font-weight: 900; }
#clemy-ange-imamiah .header-divider-wine { width: 60px; height: 4px; background: var(--wine); margin-top: 20px; }

/* --- INTRO --- */
#clemy-ange-imamiah .section-intro { margin-bottom: 60px; max-width: 850px; }
#clemy-ange-imamiah .lead-text-wine { font-size: 1.4rem; font-weight: 600; color: var(--wine); margin-bottom: 20px; }

/* --- GRID LAYOUT --- */
#clemy-ange-imamiah .angel-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

#clemy-ange-imamiah .angel-main { flex: 1.5; }
#clemy-ange-imamiah .angel-sidebar { flex: 1; }

/* --- MONOLITH ROLE --- */
#clemy-ange-imamiah .role-monolith {
    background: var(--white);
    padding-right: 40px;
}

#clemy-ange-imamiah .h3-wine-bold {
    font-size: 1.8rem; font-weight: 900; color: var(--wine); margin-bottom: 30px; letter-spacing: -1px;
}

#clemy-ange-imamiah .angel-list {
    list-style: none; padding: 0; margin: 30px 0 0 0;
}

#clemy-ange-imamiah .angel-list li {
    padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #F0F0F0;
    font-size: 1.1rem; color: #555;
}

#clemy-ange-imamiah .angel-list li:last-child { border-bottom: none; }
#clemy-ange-imamiah .angel-list li strong { color: var(--dark); display: block; margin-bottom: 5px; }

/* --- RITUAL CARD --- */
#clemy-ange-imamiah .ritual-card {
    background: var(--dark);
    color: var(--white);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.2);
}

#clemy-ange-imamiah .ritual-header {
    background: var(--wine);
    padding: 25px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

#clemy-ange-imamiah .ritual-body { padding: 40px 30px; }
#clemy-ange-imamiah .ritual-body p { font-size: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 30px; }

#clemy-ange-imamiah .prayer-text {
    font-family: serif; font-style: italic; font-size: 1.4rem; text-align: center;
    color: var(--white); border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1); padding: 30px 0; margin: 0 0 30px 0;
}

#clemy-ange-imamiah .ritual-note { font-size: 0.9rem !important; margin-bottom: 0 !important; }
#clemy-ange-imamiah .ritual-note a { color: var(--amethyst); font-weight: 700; text-decoration: underline; }

/* --- LINKS --- */
#clemy-ange-imamiah a.link-amethyst { color: var(--amethyst); font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(142, 68, 173, 0.2); }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-ange-imamiah .angel-grid { flex-direction: column; gap: 50px; }
    #clemy-ange-imamiah .role-monolith { padding-right: 0; }
    #clemy-ange-imamiah .edito-wrapper { padding: 0 25px; }
} @media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : L'ANGE IMAMIAH (#clemy-ange-imamiah)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-ange-imamiah {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-ange-imamiah .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-ange-imamiah .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-ange-imamiah .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-ange-imamiah .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-ange-imamiah .header-divider-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. GRID & MAIN CONTENT */
    #clemy-ange-imamiah .angel-grid {
        flex-direction: column !important; /* Empilement des sections */
        gap: 40px !important;
    }

    #clemy-ange-imamiah .section-intro {
        margin-bottom: 35px !important;
        text-align: center !important;
    }

    #clemy-ange-imamiah .lead-text-wine {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }

    #clemy-ange-imamiah .role-monolith {
        padding-right: 0 !important; /* On libère l'espace de lecture */
    }

    #clemy-ange-imamiah .h3-wine-bold {
        font-size: 1.4rem !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    #clemy-ange-imamiah .angel-list li {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    /* 4. RITUAL CARD (L'ÉCRIN DE LA PRIÈRE) */
    #clemy-ange-imamiah .ritual-card {
        border-radius: 20px !important;
    }

    #clemy-ange-imamiah .ritual-header {
        padding: 15px !important;
        font-size: 0.75rem !important;
        letter-spacing: 1.5px !important;
    }

    #clemy-ange-imamiah .ritual-body {
        padding: 30px 20px !important;
        text-align: center !important;
    }

    #clemy-ange-imamiah .prayer-text {
        font-size: 1.15rem !important; /* Calibrage pour lecture sur smartphone */
        padding: 25px 10px !important;
        line-height: 1.6 !important;
    }

    #clemy-ange-imamiah .ritual-body p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
    }
}@media (max-width: 350px) {
        #clemy-ange-imamiah .edito-title { font-size: 1.4rem !important; }
        #clemy-ange-imamiah .prayer-text { font-size: 1rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fde7f76 */#clemy-arcane-1717 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-purple: #F9F7FB;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-arcane-1717 .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-arcane-1717 .edito-header { margin-bottom: 60px; }
#clemy-arcane-1717 .edito-step {
    font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); display: block; margin-bottom: 10px;
}
#clemy-arcane-1717 .edito-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem); line-height: 1.1; font-weight: 300; color: var(--dark); margin: 0;
}
#clemy-arcane-1717 .edito-title strong { color: var(--wine); font-weight: 900; }
#clemy-arcane-1717 .header-divider-amethyst { width: 60px; height: 4px; background: var(--amethyst); margin-top: 20px; }

/* --- GRID LAYOUT --- */
#clemy-arcane-1717 .star-grid {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

#clemy-arcane-1717 .star-main { flex: 1.6; }
#clemy-arcane-1717 .star-sidebar { flex: 1; position: sticky; top: 120px; }

/* --- TEXT ELEMENTS --- */
#clemy-arcane-1717 .lead-text-wine {
    font-size: 1.4rem; font-weight: 600; color: var(--wine); margin-bottom: 30px; line-height: 1.4;
}

#clemy-arcane-1717 p { font-size: 1.15rem; color: #4A4A4A; margin-bottom: 25px; }

#clemy-arcane-1717 .star-message-box {
    background: var(--soft-purple);
    padding: 30px;
    border-radius: 20px;
    margin: 40px 0;
    border-left: 5px solid var(--amethyst);
}

#clemy-arcane-1717 .star-message-box p {
    font-size: 1.25rem; color: var(--dark); margin: 0; font-style: italic;
}

/* BENEFITS FLOW */
#clemy-arcane-1717 .benefits-flow {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

#clemy-arcane-1717 .benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#clemy-arcane-1717 .benefit-icon {
    color: var(--amethyst);
    font-size: 1.2rem;
}

#clemy-arcane-1717 .benefit-txt {
    font-size: 1.05rem;
    color: #555;
}

#clemy-arcane-1717 .benefit-txt strong { color: var(--dark); }

/* --- SIDEBAR & IMAGE --- */
#clemy-arcane-1717 .image-frame-star {
    position: relative; margin-bottom: 40px; transform: rotate(-2deg);
}

#clemy-arcane-1717 .image-frame-star img {
    width: 100%; border-radius: 15px; position: relative; z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

#clemy-arcane-1717 .frame-accent-wine {
    position: absolute; top: 15px; left: -15px; width: 100%; height: 100%;
    border: 2px solid var(--wine); border-radius: 15px; opacity: 0.3; z-index: 1;
}

#clemy-arcane-1717 .star-footer-quote {
    padding: 20px; border-top: 1px solid #EEE; text-align: center;
}

#clemy-arcane-1717 .star-footer-quote p {
    font-family: serif; font-style: italic; font-size: 1.4rem; color: var(--wine); margin: 0;
}

/* --- LINKS --- */
#clemy-arcane-1717 a { text-decoration: none; font-weight: 700; transition: 0.3s; }
#clemy-arcane-1717 a.link-amethyst { color: var(--amethyst); border-bottom: 2px solid rgba(142, 68, 173, 0.2); }
#clemy-arcane-1717 a.link-wine-under { color: var(--wine); text-decoration: underline; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-arcane-1717 .star-grid { flex-direction: column; gap: 50px; }
    #clemy-arcane-1717 .star-sidebar { position: static; }
    #clemy-arcane-1717 .edito-wrapper { padding: 0 25px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : L'ARCANE 17H17 (#clemy-arcane-1717)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-arcane-1717 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-arcane-1717 .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-arcane-1717 .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-arcane-1717 .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-arcane-1717 .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-arcane-1717 .header-divider-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. GRID & LAYOUT (IMAGE EN TÊTE) */
    #clemy-arcane-1717 .star-grid {
        flex-direction: column !important; /* Empilement des sections */
        gap: 35px !important;
    }

    #clemy-arcane-1717 .star-sidebar {
        order: -1 !important; /* L'image de l'Étoile passe au-dessus du texte */
        width: 100% !important;
        position: static !important;
        margin-bottom: 20px !important;
    }

    #clemy-arcane-1717 .lead-text-wine {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        text-align: center !important;
        padding: 0 10px;
    }

    #clemy-arcane-1717 p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* 4. STAR MESSAGE BOX (L'INSIGHT) */
    #clemy-arcane-1717 .star-message-box {
        padding: 25px 20px !important;
        border-radius: 15px !important;
        border-left: none !important;
        border-top: 5px solid var(--amethyst) !important; /* On déplace l'accent en haut */
        text-align: center !important;
        margin: 30px 0 !important;
    }

    #clemy-arcane-1717 .star-message-box p {
        font-size: 1.1rem !important;
        line-height: 1.5 !important;
    }

    /* 5. IMAGE FRAME (SÉCURITÉ TACTILE) */
    #clemy-arcane-1717 .image-frame-star {
        transform: none !important; /* On redresse l'image pour éviter les débordements */
        max-width: 280px !important;
        margin: 0 auto 30px !important;
    }

    #clemy-arcane-1717 .frame-accent-wine {
        top: 8px !important;
        left: -8px !important; /* On réduit le décalage pour le format mobile */
        border-width: 1px !important;
    }

    /* 6. BENEFITS FLOW */
    #clemy-arcane-1717 .benefit-item {
        gap: 15px !important;
        align-items: center !important; /* Alignement icône/texte pour mobile */
        text-align: center !important;
        flex-direction: column !important;
    }

    #clemy-arcane-1717 .benefit-icon {
        font-size: 1.3rem !important;
        margin-bottom: 5px !important;
    }

    /* 7. FOOTER QUOTE */
    #clemy-arcane-1717 .star-footer-quote {
        padding: 30px 10px 0 !important;
    }

    #clemy-arcane-1717 .star-footer-quote p {
        font-size: 1.2rem !important;
        line-height: 1.4 !important;
    }
}@media (max-width: 350px) {
        #clemy-arcane-1717 .edito-title { font-size: 1.4rem !important; }
        #clemy-arcane-1717 .star-message-box p { font-size: 1rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5e97649f */#clemy-amour-1717 {
    --amethyst: #8E44AD;
    --wine: #9A2A5B;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-bg: #F9F7FB;
    
    background: var(--white);
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
    line-height: 1.8;
}

#clemy-amour-1717 .edito-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- HEADER --- */
#clemy-amour-1717 .edito-header { margin-bottom: 60px; }
#clemy-amour-1717 .edito-step {
    font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 5px; color: var(--amethyst); display: block; margin-bottom: 15px;
}
#clemy-amour-1717 .edito-title {
    font-size: clamp(1.8rem, 5vw, 3rem); line-height: 1.1; font-weight: 300; color: var(--dark); margin: 0;
}
#clemy-amour-1717 .edito-title strong { color: var(--wine); font-weight: 900; }
#clemy-amour-1717 .header-divider-wine { width: 60px; height: 4px; background: var(--wine); margin-top: 25px; }

/* --- INTRO --- */
#clemy-amour-1717 .love-intro { margin-bottom: 60px; max-width: 850px; }
#clemy-amour-1717 .lead-text-wine { font-size: 1.4rem; font-weight: 600; color: var(--wine); margin-bottom: 25px; }

/* --- DUO GRID --- */
#clemy-amour-1717 .duo-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 100px;
}

#clemy-amour-1717 .heart-card {
    flex: 1;
    background: var(--white);
    padding: 50px 40px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
}

#clemy-amour-1717 .border-wine { border-top: 6px solid var(--wine); }
#clemy-amour-1717 .border-amethyst { border-top: 6px solid var(--amethyst); }

#clemy-amour-1717 .card-tag {
    font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; color: #AAA; margin-bottom: 20px;
}

#clemy-amour-1717 h3 { font-size: 1.8rem; font-weight: 900; color: var(--dark); margin-bottom: 25px; }

#clemy-amour-1717 .secret-box {
    margin-top: 30px;
    padding: 25px;
    background: var(--soft-bg);
    border-radius: 15px;
}

#clemy-amour-1717 .secret-box p {
    font-size: 0.95rem; font-style: italic; color: #555; margin: 0;
}

/* --- CTA NEXUS --- */
#clemy-amour-1717 .cta-nexus {
    background: var(--dark);
    padding: 80px 40px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    color: var(--white);
    text-align: center;
}

#clemy-amour-1717 .nexus-aura {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.15) 0%, transparent 70%);
}

#clemy-amour-1717 .nexus-content { position: relative; z-index: 2; }

#clemy-amour-1717 .h3-white {
    font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 900; margin-bottom: 25px; line-height: 1.2;
}

#clemy-amour-1717 .nexus-content p {
    font-size: 1.2rem; color: rgba(255,255,255,0.8); max-width: 700px; margin: 0 auto 45px;
}

#clemy-amour-1717 .btn-main {
    display: inline-block;
    background: var(--white);
    color: var(--dark);
    padding: 22px 50px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#clemy-amour-1717 .btn-main:hover { transform: scale(1.05) translateY(-5px); }

#clemy-amour-1717 .cta-footer-links {
    margin-top: 40px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.6;
}

#clemy-amour-1717 .cta-footer-links a { color: var(--white); text-decoration: underline; }
#clemy-amour-1717 .sep { margin: 0 10px; color: var(--wine); }

/* --- LINKS --- */
#clemy-amour-1717 a.link-wine { color: var(--wine); font-weight: 800; text-decoration: underline; }
#clemy-amour-1717 a.link-amethyst { color: var(--amethyst); font-weight: 800; text-decoration: underline; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-amour-1717 .duo-grid { flex-direction: column; gap: 30px; }
    #clemy-amour-1717 .edito-wrapper { padding: 0 25px; }
    #clemy-amour-1717 .cta-nexus { padding: 60px 25px; border-radius: 25px; }
    #clemy-amour-1717 .cta-footer-links { display: flex; flex-direction: column; gap: 10px; }
    #clemy-amour-1717 .sep { display: none; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : AMOUR 17H17 (#clemy-amour-1717)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-amour-1717 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-amour-1717 .edito-wrapper {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-amour-1717 .edito-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-amour-1717 .edito-step {
        font-size: 0.7rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 8px !important;
    }

    #clemy-amour-1717 .edito-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-amour-1717 .header-divider-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO */
    #clemy-amour-1717 .love-intro {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-amour-1717 .lead-text-wine {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }

    /* 4. DUO GRID (LES CARTES CŒUR) */
    #clemy-amour-1717 .duo-grid {
        flex-direction: column !important; /* Empilement vertical */
        gap: 25px !important;
        margin-bottom: 60px !important;
    }

    #clemy-amour-1717 .heart-card {
        padding: 35px 20px !important; /* Libération de l'espace de lecture */
        border-radius: 20px !important;
        text-align: center !important;
        transform: none !important; /* SÉCURITÉ TACTILE : On bloque les sauts */
    }

    #clemy-amour-1717 .heart-card:hover {
        transform: none !important;
    }

    #clemy-amour-1717 h3 {
        font-size: 1.4rem !important;
        margin-bottom: 20px !important;
    }

    #clemy-amour-1717 .secret-box {
        margin-top: 25px !important;
        padding: 20px 15px !important;
        border-radius: 12px !important;
    }

    #clemy-amour-1717 .secret-box p {
        font-size: 0.9rem !important;
    }

    /* 5. CTA NEXUS (LE PORTAIL FINAL) */
    #clemy-amour-1717 .cta-nexus {
        padding: 50px 20px !important;
        border-radius: 25px !important;
        margin: 0 5px !important; /* Évite de coller aux bords */
    }

    #clemy-amour-1717 .nexus-aura {
        width: 150% !important; /* Halo élargi pour la fluidité */
        height: 150% !important;
        opacity: 0.6 !important;
    }

    #clemy-amour-1717 .h3-white {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        margin-bottom: 25px !important;
    }

    #clemy-amour-1717 .nexus-content p {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        margin-bottom: 35px !important;
    }

    /* Le Bouton Massive-Action */
    #clemy-amour-1717 .btn-main {
        display: block !important;
        width: 100% !important; /* Confort total pour le pouce */
        padding: 20px 15px !important;
        font-size: 1.15rem !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    #clemy-amour-1717 .btn-main:hover {
        transform: none !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
    }

    /* FOOTER LINKS */
    #clemy-amour-1717 .cta-footer-links {
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 35px !important;
        font-size: 0.7rem !important;
    }

    #clemy-amour-1717 .sep {
        display: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-26f0771 *//* --- FAQ 17H17 : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-17h17 {
    --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: #ffffff;
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-17h17 .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-17h17 .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-17h17 .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-17h17 .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-17h17 .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-17h17 .faq-accordion-group { display: flex; flex-direction: column; gap: 18px; }

#clemy-faq-17h17 .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-17h17 .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-17h17 .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Highlighting Imamiah (The Angel) */
#clemy-faq-17h17 .featured-angel[open] { border-left: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-17h17 summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-17h17 summary::-webkit-details-marker { display: none; }

#clemy-faq-17h17 .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-17h17 .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-17h17 .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-17h17 .q-chevron::before, 
#clemy-faq-17h17 .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-17h17 .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-17h17 .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-17h17 .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-17h17 .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqStarIn 0.5s ease-out;
}

@keyframes faqStarIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-17h17 .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-17h17 .faq-canvas { padding: 0 20px; }
    #clemy-faq-17h17 .q-num { display: none; }
    #clemy-faq-17h17 .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-17h17 .display-title { text-align: left; }/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ 17H17 (#clemy-faq-17h17)
   ============================================================ */

    /* 1. RESET GLOBAL & CANVAS */
    #clemy-faq-17h17 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-faq-17h17 .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-faq-17h17 .faq-header {
        margin-bottom: 35px !important;
        text-align: center !important;
    }

    #clemy-faq-17h17 .display-title {
        font-size: 1.8rem !important; /* Calibrage pour éviter les césures laides */
        line-height: 1.2 !important;
        text-align: center !important; /* On écrase le text-align: left du brouillon */
        padding: 0 10px;
    }

    #clemy-faq-17h17 .kicker-badge {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 2px !important;
        margin-bottom: 20px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE TACTILE */
    #clemy-faq-17h17 .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-17h17 .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-17h17 summary {
        padding: 22px 15px !important;
        gap: 12px !important;
    }

    #clemy-faq-17h17 .q-num {
        display: none !important; /* On gagne de la place horizontale */
    }

    #clemy-faq-17h17 .q-text {
        font-size: 0.95rem !important;
        padding-right: 10px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : L'ESPACE DE LECTURE LIBÉRÉ */
    #clemy-faq-17h17 .faq-content {
        padding: 0 15px 25px 15px !important; /* Adieu le retrait de 85px */
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    #clemy-faq-17h17 .featured-angel[open] {
        border-left-width: 4px !important; /* Affinage de la bordure Wine */
    }

    /* Ajustement du chevron pour le pouce */
    #clemy-faq-17h17 .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}@media (max-width: 350px) {
        #clemy-faq-17h17 .display-title { font-size: 1.5rem !important; }
        #clemy-faq-17h17 .q-text { font-size: 0.85rem !important; }
    }/* End custom CSS */