.elementor-5604 .elementor-element.elementor-element-356e9663{--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-34627b07 *//* =========================================================
   CLEMY VOYANCE — CARRIÈRE & ASTROLOGIE ÉTÉ 2025
   Charte : améthyste / bordeaux / fond clair premium
   ========================================================= */

#clemy-pro-ete-2025 {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --amethyst-dark: #5B2C83;
    --ink: #2D1E40;
    --muted: #5E536C;
    --soft: #FBF8FF;
    --soft-2: #F3EAFB;
    --line: rgba(45, 30, 64, 0.08);
    --white: #ffffff;

    background: linear-gradient(180deg, #FCFAFF 0%, #F7F1FD 100%);
    padding: 0 20px 100px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--ink);
    position: relative;
    overflow: hidden;
}

#clemy-pro-ete-2025 .pro-aura-top,
#clemy-pro-ete-2025 .pro-aura-bottom {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.16;
    pointer-events: none;
}

#clemy-pro-ete-2025 .pro-aura-top {
    width: 340px;
    height: 340px;
    top: 30px;
    right: -90px;
    background: radial-gradient(circle, var(--amethyst) 0%, transparent 70%);
}

#clemy-pro-ete-2025 .pro-aura-bottom {
    width: 420px;
    height: 420px;
    bottom: 60px;
    left: -120px;
    background: radial-gradient(circle, var(--wine) 0%, transparent 70%);
}

#clemy-pro-ete-2025 .pro-shell {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ---------- STICKY HEADER ---------- */

#clemy-pro-ete-2025 .pro-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-pro-ete-2025 .pro-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-pro-ete-2025 .pro-brand {
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--amethyst-dark);
}

#clemy-pro-ete-2025 .pro-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#clemy-pro-ete-2025 .pro-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-pro-ete-2025 .pro-nav a:hover {
    background: rgba(142, 68, 173, 0.08);
    color: var(--amethyst-dark);
}

/* ---------- HERO ---------- */

#clemy-pro-ete-2025 .hero-zone {
    text-align: center;
    padding: 16px 10px 8px;
    margin-bottom: 50px;
}

#clemy-pro-ete-2025 .hero-badge {
    display: inline-block;
    background: rgba(142, 68, 173, 0.10);
    color: var(--amethyst-dark);
    border: 1px solid rgba(142, 68, 173, 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-pro-ete-2025 .hero-title {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.02;
    font-weight: 950;
    margin: 0 0 18px;
    color: var(--ink);
    letter-spacing: -1.8px;
}

#clemy-pro-ete-2025 .hero-gradient {
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clemy-pro-ete-2025 .hero-lead {
    max-width: 860px;
    margin: 0 auto;
    font-size: 1.12rem;
    line-height: 1.75;
    color: var(--muted);
}

/* ---------- INTRO CARD ---------- */

#clemy-pro-ete-2025 .intro-card {
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 28px 70px rgba(45, 30, 64, 0.07);
    border-radius: 34px;
    padding: 42px;
    position: relative;
    overflow: hidden;
    margin-bottom: 85px;
}

#clemy-pro-ete-2025 .intro-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, var(--amethyst), var(--wine));
}

#clemy-pro-ete-2025 .intro-card p {
    font-size: 1.05rem;
    line-height: 1.95;
    color: var(--muted);
    margin: 0 0 18px;
}

#clemy-pro-ete-2025 .intro-card p:last-child {
    margin-bottom: 0;
}

#clemy-pro-ete-2025 .pro-link {
    color: var(--amethyst-dark);
    text-decoration: none;
    font-weight: 800;
}

#clemy-pro-ete-2025 .pro-link:hover {
    text-decoration: underline;
}

/* ---------- SECTION ---------- */

#clemy-pro-ete-2025 .pro-section {
    margin-bottom: 90px;
}

#clemy-pro-ete-2025 .section-head {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

#clemy-pro-ete-2025 .section-num {
    font-size: clamp(2.8rem, 8vw, 4.6rem);
    line-height: 1;
    font-weight: 950;
    color: rgba(142, 68, 173, 0.16);
    letter-spacing: -2px;
    flex-shrink: 0;
}

#clemy-pro-ete-2025 .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-pro-ete-2025 .section-intro {
    max-width: 920px;
    margin: 0 0 28px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--muted);
}

/* ---------- GRID ---------- */

#clemy-pro-ete-2025 .duo-grid,
#clemy-pro-ete-2025 .trio-grid,
#clemy-pro-ete-2025 .quad-grid {
    display: grid;
    gap: 28px;
}

#clemy-pro-ete-2025 .duo-grid {
    grid-template-columns: 1fr 1fr;
}

#clemy-pro-ete-2025 .trio-grid {
    grid-template-columns: repeat(3, 1fr);
}

#clemy-pro-ete-2025 .quad-grid {
    grid-template-columns: repeat(2, 1fr);
}

/* ---------- CARDS ---------- */

#clemy-pro-ete-2025 .glass-card,
#clemy-pro-ete-2025 .soft-card,
#clemy-pro-ete-2025 .dark-card,
#clemy-pro-ete-2025 .note-card {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

#clemy-pro-ete-2025 .glass-card,
#clemy-pro-ete-2025 .soft-card,
#clemy-pro-ete-2025 .note-card {
    background: rgba(255,255,255,0.94);
    box-shadow: 0 24px 60px rgba(45, 30, 64, 0.06);
}

#clemy-pro-ete-2025 .glass-card {
    padding: 34px;
    border: 1px solid rgba(255,255,255,0.6);
}

#clemy-pro-ete-2025 .soft-card {
    padding: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
    border-top: 5px solid var(--amethyst);
}

#clemy-pro-ete-2025 .dark-card {
    background: linear-gradient(135deg, var(--ink), #41265A);
    color: white;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(45, 30, 64, 0.14);
}

#clemy-pro-ete-2025 .note-card {
    padding: 28px 30px;
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.10), rgba(154, 42, 91, 0.07));
    border: 1px solid rgba(142, 68, 173, 0.10);
}

#clemy-pro-ete-2025 .card-kicker {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--wine);
    margin-bottom: 14px;
}

#clemy-pro-ete-2025 .card-title {
    margin: 0 0 14px;
    font-size: 1.42rem;
    line-height: 1.2;
    font-weight: 900;
    color: var(--ink);
}

#clemy-pro-ete-2025 .dark-card .card-title {
    color: white;
}

#clemy-pro-ete-2025 .soft-card p,
#clemy-pro-ete-2025 .glass-card p,
#clemy-pro-ete-2025 .dark-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
    font-size: 1rem;
}

#clemy-pro-ete-2025 .dark-card p {
    color: rgba(255,255,255,0.86);
}

#clemy-pro-ete-2025 .note-card p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--ink);
    font-style: italic;
}

/* ---------- IMAGE ---------- */

#clemy-pro-ete-2025 .image-frame {
    margin-top: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 28px 65px rgba(0,0,0,0.10);
}

#clemy-pro-ete-2025 .image-frame img {
    width: 100%;
    display: block;
}

#clemy-pro-ete-2025 .image-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(45, 30, 64, 0.85);
    color: white;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* ---------- TIMELINE ---------- */

#clemy-pro-ete-2025 .timeline-card {
    background: rgba(255,255,255,0.96);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 18px 40px rgba(45, 30, 64, 0.06);
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

#clemy-pro-ete-2025 .timeline-bullet {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 0.92rem;
}

#clemy-pro-ete-2025 .timeline-body h3 {
    margin: 0 0 8px;
    font-size: 1.08rem;
    color: var(--ink);
}

#clemy-pro-ete-2025 .timeline-body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

/* ---------- CTA ---------- */

#clemy-pro-ete-2025 .final-cta {
    margin-top: 70px;
    background: linear-gradient(135deg, var(--amethyst-dark), var(--wine));
    border-radius: 34px;
    padding: 54px 34px;
    color: white;
    text-align: center;
    box-shadow: 0 26px 70px rgba(106, 13, 173, 0.28);
    position: relative;
    overflow: hidden;
}

#clemy-pro-ete-2025 .final-cta::before,
#clemy-pro-ete-2025 .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-pro-ete-2025 .final-cta::before {
    width: 260px;
    height: 260px;
    top: -120px;
    right: -60px;
}

#clemy-pro-ete-2025 .final-cta::after {
    width: 220px;
    height: 220px;
    bottom: -120px;
    left: -60px;
}

#clemy-pro-ete-2025 .final-cta h3 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -1px;
}

#clemy-pro-ete-2025 .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-pro-ete-2025 .cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

#clemy-pro-ete-2025 .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-pro-ete-2025 .cta-actions a:hover {
    transform: translateY(-2px);
}

#clemy-pro-ete-2025 .btn-main {
    background: white;
    color: var(--amethyst-dark);
    box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

#clemy-pro-ete-2025 .btn-alt {
    background: rgba(255,255,255,0.10);
    color: white;
    border: 1px solid rgba(255,255,255,0.24);
}

#clemy-pro-ete-2025 .cta-trust {
    margin-top: 22px;
    font-size: 0.84rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.84;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 992px) {
    #clemy-pro-ete-2025 .duo-grid,
    #clemy-pro-ete-2025 .trio-grid,
    #clemy-pro-ete-2025 .quad-grid {
        grid-template-columns: 1fr;
    }

    #clemy-pro-ete-2025 .intro-card,
    #clemy-pro-ete-2025 .glass-card,
    #clemy-pro-ete-2025 .soft-card,
    #clemy-pro-ete-2025 .dark-card {
        padding: 28px;
    }
}

@media (max-width: 768px) {
    #clemy-pro-ete-2025 {
        padding: 0 14px 70px;
    }

    #clemy-pro-ete-2025 .pro-sticky {
        margin-bottom: 32px;
    }

    #clemy-pro-ete-2025 .pro-sticky-inner {
        padding: 14px;
    }

    #clemy-pro-ete-2025 .hero-zone {
        padding-top: 4px;
        margin-bottom: 36px;
    }

    #clemy-pro-ete-2025 .hero-lead,
    #clemy-pro-ete-2025 .section-intro,
    #clemy-pro-ete-2025 .intro-card p,
    #clemy-pro-ete-2025 .soft-card p,
    #clemy-pro-ete-2025 .glass-card p,
    #clemy-pro-ete-2025 .dark-card p,
    #clemy-pro-ete-2025 .timeline-body p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    #clemy-pro-ete-2025 .section-head {
        gap: 12px;
        margin-bottom: 22px;
        padding-bottom: 14px;
    }

    #clemy-pro-ete-2025 .final-cta {
        padding: 40px 22px;
        border-radius: 24px;
    }

    #clemy-pro-ete-2025 .timeline-card {
        padding: 22px;
    }
}

@media (max-width: 420px) {
    #clemy-pro-ete-2025 .pro-nav a {
        font-size: 0.76rem;
        padding: 6px 10px;
    }
}/* End custom CSS */