.elementor-6057 .elementor-element.elementor-element-4cd09157{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-20aa195a *//* =========================================================
   CLEMY VOYANCE — PROTECTION ÉNERGÉTIQUE À NOËL EN FAMILLE
   Charte : vert sapin / améthyste / fond clair premium
   Angle : dynamique familiale + protection émotionnelle à table
   ========================================================= */

#clemy-noel-famille {
    --pine: #166534;
    --pine-dark: #14532D;
    --pine-soft: #DCFCE7;
    --amethyst: #7C3AED;
    --wine: #9A2A5B;
    --ink: #1F2937;
    --muted: #4B5563;
    --soft: #FFFCF4;
    --soft-2: #F7F4EC;
    --line: rgba(31, 41, 55, 0.08);
    --white: #ffffff;
    --rose: #9F1239;
    --rose-soft: #FFF1F2;
    --gold: #B45309;
    --gold-soft: #FFFBEB;

    background: linear-gradient(180deg, #FFFDF8 0%, #F8F6F0 100%);
    padding: 0 20px 100px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--ink);
    position: relative;
    overflow: hidden;
}

#clemy-noel-famille .family-aura-top,
#clemy-noel-famille .family-aura-bottom {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.14;
    pointer-events: none;
}

#clemy-noel-famille .family-aura-top {
    width: 360px;
    height: 360px;
    top: 20px;
    right: -110px;
    background: radial-gradient(circle, var(--pine) 0%, transparent 70%);
}

#clemy-noel-famille .family-aura-bottom {
    width: 420px;
    height: 420px;
    bottom: 40px;
    left: -120px;
    background: radial-gradient(circle, var(--amethyst) 0%, transparent 70%);
}

#clemy-noel-famille .family-shell {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ---------- STICKY ---------- */

#clemy-noel-famille .family-sticky {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: saturate(140%) blur(12px);
    margin-bottom: 48px;
}

#clemy-noel-famille .family-sticky-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

#clemy-noel-famille .family-brand {
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--pine-dark);
}

#clemy-noel-famille .family-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#clemy-noel-famille .family-nav a {
    text-decoration: none;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 999px;
    transition: all 0.2s ease;
}

#clemy-noel-famille .family-nav a:hover {
    background: rgba(22, 101, 52, 0.08);
    color: var(--pine-dark);
}

/* ---------- HERO ---------- */

#clemy-noel-famille .hero-zone {
    text-align: center;
    padding: 16px 10px 8px;
    margin-bottom: 50px;
}

#clemy-noel-famille .hero-badge {
    display: inline-block;
    background: rgba(22, 101, 52, 0.10);
    color: var(--pine-dark);
    border: 1px solid rgba(22, 101, 52, 0.14);
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 18px;
}

#clemy-noel-famille .hero-title {
    font-size: clamp(2.2rem, 5vw, 4.1rem);
    line-height: 1.02;
    font-weight: 950;
    margin: 0 0 18px;
    color: var(--ink);
    letter-spacing: -1.8px;
}

#clemy-noel-famille .hero-gradient {
    background: linear-gradient(135deg, var(--pine), var(--amethyst));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clemy-noel-famille .hero-lead {
    max-width: 860px;
    margin: 0 auto;
    font-size: 1.12rem;
    line-height: 1.75;
    color: var(--muted);
}

/* ---------- INTRO CARD ---------- */

#clemy-noel-famille .intro-card {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 28px 70px rgba(31, 41, 55, 0.07);
    border-radius: 34px;
    padding: 42px;
    position: relative;
    overflow: hidden;
    margin-bottom: 38px;
}

#clemy-noel-famille .intro-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, var(--pine), var(--amethyst));
}

#clemy-noel-famille .intro-card p {
    font-size: 1.05rem;
    line-height: 1.95;
    color: var(--muted);
    margin: 0 0 18px;
}

#clemy-noel-famille .intro-card p:last-child {
    margin-bottom: 0;
}

#clemy-noel-famille .family-link {
    color: var(--pine-dark);
    text-decoration: none;
    font-weight: 800;
}

#clemy-noel-famille .family-link:hover {
    text-decoration: underline;
}

/* ---------- IMAGE ---------- */

#clemy-noel-famille .hero-image,
#clemy-noel-famille .image-frame {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 28px 65px rgba(0,0,0,0.10);
}

#clemy-noel-famille .hero-image {
    margin-bottom: 80px;
}

#clemy-noel-famille .hero-image img,
#clemy-noel-famille .image-frame img {
    width: 100%;
    display: block;
}

#clemy-noel-famille .image-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(31, 41, 55, 0.84);
    color: white;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* ---------- SECTION ---------- */

#clemy-noel-famille .family-section {
    margin-bottom: 90px;
}

#clemy-noel-famille .section-head {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

#clemy-noel-famille .section-num {
    font-size: clamp(2.8rem, 8vw, 4.6rem);
    line-height: 1;
    font-weight: 950;
    color: rgba(22, 101, 52, 0.15);
    letter-spacing: -2px;
    flex-shrink: 0;
}

#clemy-noel-famille .section-title {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 950;
    color: var(--ink);
    letter-spacing: -1.2px;
}

#clemy-noel-famille .section-intro {
    max-width: 920px;
    margin: 0 0 28px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--muted);
}

/* ---------- GRID ---------- */

#clemy-noel-famille .duo-grid,
#clemy-noel-famille .trio-grid {
    display: grid;
    gap: 28px;
}

#clemy-noel-famille .duo-grid {
    grid-template-columns: 1.1fr 0.9fr;
}

#clemy-noel-famille .trio-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* ---------- CARDS ---------- */

#clemy-noel-famille .glass-card,
#clemy-noel-famille .soft-card,
#clemy-noel-famille .dark-card,
#clemy-noel-famille .note-card,
#clemy-noel-famille .rose-card {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

#clemy-noel-famille .glass-card,
#clemy-noel-famille .soft-card,
#clemy-noel-famille .note-card,
#clemy-noel-famille .rose-card {
    background: rgba(255,255,255,0.94);
    box-shadow: 0 24px 60px rgba(31, 41, 55, 0.06);
}

#clemy-noel-famille .glass-card {
    padding: 34px;
    border: 1px solid rgba(255,255,255,0.6);
}

#clemy-noel-famille .soft-card {
    padding: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcf9 100%);
    border-top: 5px solid var(--pine);
}

#clemy-noel-famille .rose-card {
    padding: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
    border-top: 5px solid var(--rose);
}

#clemy-noel-famille .dark-card {
    background: linear-gradient(135deg, var(--ink), #2F4B3D);
    color: white;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(31, 41, 55, 0.14);
}

#clemy-noel-famille .note-card {
    padding: 28px 30px;
    background: linear-gradient(135deg, rgba(22, 101, 52, 0.09), rgba(124, 58, 237, 0.06));
    border: 1px solid rgba(22, 101, 52, 0.10);
}

#clemy-noel-famille .card-kicker {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--pine);
    margin-bottom: 14px;
}

#clemy-noel-famille .rose-card .card-kicker {
    color: var(--rose);
}

#clemy-noel-famille .card-title {
    margin: 0 0 14px;
    font-size: 1.42rem;
    line-height: 1.2;
    font-weight: 900;
    color: var(--ink);
}

#clemy-noel-famille .dark-card .card-title {
    color: white;
}

#clemy-noel-famille .soft-card p,
#clemy-noel-famille .glass-card p,
#clemy-noel-famille .rose-card p,
#clemy-noel-famille .dark-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
    font-size: 1rem;
}

#clemy-noel-famille .dark-card p {
    color: rgba(255,255,255,0.88);
}

#clemy-noel-famille .note-card p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--ink);
    font-style: italic;
}

/* ---------- FAQ ---------- */

#clemy-noel-famille .accordion-wrap {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

#clemy-noel-famille .faq-card {
    background: rgba(255,255,255,0.96);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(31, 41, 55, 0.06);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.7);
}

#clemy-noel-famille .faq-card summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 900;
    font-size: 1.05rem;
    color: var(--ink);
}

#clemy-noel-famille .faq-card summary::-webkit-details-marker {
    display: none;
}

#clemy-noel-famille .faq-card .toggle-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(22, 101, 52, 0.08);
    color: var(--pine-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 900;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

#clemy-noel-famille .faq-card[open] .toggle-icon {
    transform: rotate(45deg);
}

#clemy-noel-famille .faq-content {
    padding: 0 24px 24px;
}

#clemy-noel-famille .faq-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
}

/* ---------- CTA ---------- */

#clemy-noel-famille .final-cta {
    margin-top: 70px;
    background: linear-gradient(135deg, var(--pine-dark), var(--amethyst));
    border-radius: 34px;
    padding: 54px 34px;
    color: white;
    text-align: center;
    box-shadow: 0 26px 70px rgba(22, 101, 52, 0.24);
    position: relative;
    overflow: hidden;
}

#clemy-noel-famille .final-cta::before,
#clemy-noel-famille .final-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.14) 0%, transparent 70%);
    pointer-events: none;
}

#clemy-noel-famille .final-cta::before {
    width: 260px;
    height: 260px;
    top: -120px;
    right: -60px;
}

#clemy-noel-famille .final-cta::after {
    width: 220px;
    height: 220px;
    bottom: -120px;
    left: -60px;
}

#clemy-noel-famille .final-cta h3 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -1px;
}

#clemy-noel-famille .final-cta p {
    max-width: 780px;
    margin: 0 auto 16px;
    font-size: 1.08rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.92);
}

#clemy-noel-famille .cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

#clemy-noel-famille .cta-actions a {
    text-decoration: none;
    border-radius: 999px;
    padding: 16px 28px;
    font-weight: 900;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#clemy-noel-famille .cta-actions a:hover {
    transform: translateY(-2px);
}

#clemy-noel-famille .btn-main {
    background: white;
    color: var(--pine-dark);
    box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

#clemy-noel-famille .btn-alt {
    background: rgba(255,255,255,0.10);
    color: white;
    border: 1px solid rgba(255,255,255,0.24);
}

#clemy-noel-famille .cta-trust {
    margin-top: 22px;
    font-size: 0.84rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.84;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 992px) {
    #clemy-noel-famille .duo-grid,
    #clemy-noel-famille .trio-grid {
        grid-template-columns: 1fr;
    }

    #clemy-noel-famille .intro-card,
    #clemy-noel-famille .glass-card,
    #clemy-noel-famille .soft-card,
    #clemy-noel-famille .rose-card,
    #clemy-noel-famille .dark-card {
        padding: 28px;
    }
}

@media (max-width: 768px) {
    #clemy-noel-famille {
        padding: 0 14px 70px;
    }

    #clemy-noel-famille .family-sticky {
        margin-bottom: 32px;
    }

    #clemy-noel-famille .family-sticky-inner {
        padding: 14px;
    }

    #clemy-noel-famille .hero-zone {
        padding-top: 4px;
        margin-bottom: 36px;
    }

    #clemy-noel-famille .hero-lead,
    #clemy-noel-famille .section-intro,
    #clemy-noel-famille .intro-card p,
    #clemy-noel-famille .soft-card p,
    #clemy-noel-famille .glass-card p,
    #clemy-noel-famille .rose-card p,
    #clemy-noel-famille .dark-card p,
    #clemy-noel-famille .faq-content p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    #clemy-noel-famille .section-head {
        gap: 12px;
        margin-bottom: 22px;
        padding-bottom: 14px;
    }

    #clemy-noel-famille .final-cta {
        padding: 40px 22px;
        border-radius: 24px;
    }

    #clemy-noel-famille .faq-card summary {
        padding: 18px 18px;
    }

    #clemy-noel-famille .faq-content {
        padding: 0 18px 18px;
    }
}

@media (max-width: 420px) {
    #clemy-noel-famille .family-nav a {
        font-size: 0.76rem;
        padding: 6px 10px;
    }
}/* End custom CSS */