.elementor-6064 .elementor-element.elementor-element-282d6f4a{--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-6760a58 *//* --- La Charte Clémy Officielle --- */
:root {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
}

#container-2026 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--dark);
}

/* --- Header & Nav : 100% Flexible --- */
#main-title-2026 {
    text-align: center;
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 6vw, 3rem); /* Fluide selon l'écran */
    margin: 40px 0 20px;
    line-height: 1.1;
}

#nav-2026 {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-lux);
    margin-bottom: 40px;
}

#nav-list-2026 {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 12px 0;
    overflow-x: auto; /* Scroll horizontal sur petit mobile */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-item-2026 {
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 800;
    transition: 0.3s;
}

#link-bilan { background: var(--lavender); color: var(--purple); }
#link-energie { background: #fff5f7; color: var(--wine); }
#link-calcul { background: var(--dark); color: var(--white); }

/* --- Layout Intro : Stacking Automatique --- */
#intro-2026-grid {
    display: flex;
    flex-wrap: wrap; /* Aligne ou empile selon la place */
    gap: 40px;
    align-items: center;
    padding: 40px 0;
}

#intro-text-block {
    flex: 1 1 450px; /* Prend au moins 450px sinon passe dessous */
}

#intro-img-block {
    flex: 1 1 350px;
}

#hero-img-2026 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(30, 16, 54, 0.1);
    display: block;
    object-fit: cover;
}

/* --- Bloc Astuce Clémy --- */
#tip-box-2026 {
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-left: 8px solid var(--wine);
    padding: 25px;
    border-radius: 16px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(110, 27, 137, 0.05);
}

#tip-box-2026 strong { color: var(--wine); }

/* --- Responsive Adjustments --- */
@media (max-width: 600px) {
    #main-title-2026 { text-align: left; }
    #intro-2026-grid { gap: 20px; }
    #nav-list-2026 { justify-content: flex-start; padding-left: 10px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-49b3ce6 *//* --- Section Bilan : Architecture Fluide --- */
#section-bilan-2025 {
    padding: clamp(60px, 12vw, 140px) 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

#bilan-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Titre avec Filigrane Numérologique */
#bilan-header {
    position: relative;
    margin-bottom: 60px;
}

#bilan-watermark {
    position: absolute;
    top: -40px;
    left: -10px;
    font-size: 8rem;
    font-weight: 900;
    color: var(--lavender);
    opacity: 0.5;
    z-index: 0;
    line-height: 1;
}

#bilan-title {
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--dark);
    margin: 0;
}

#bilan-title span {
    color: var(--wine);
    font-style: italic;
    font-weight: 400;
}

/* Layout de Contenu : Flexbox Adaptatif */
#bilan-content-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.bilan-text-col {
    flex: 1 1 400px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--dark);
    opacity: 0.9;
}

.bilan-text-col strong {
    color: var(--purple);
    font-weight: 800;
}

/* La Citation "Soul Whisper" */
#bilan-quote-box {
    flex: 1 1 100%;
    background: linear-gradient(135deg, var(--lavender) 0%, #ffffff 100%);
    padding: 40px;
    border-radius: 30px;
    border-right: 8px solid var(--wine);
    position: relative;
    box-shadow: 0 15px 35px rgba(138, 21, 56, 0.08);
}

#quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    color: var(--wine);
    font-style: italic;
    margin: 0;
    line-height: 1.5;
}

/* Traitement de l'Image : Modern Frame */
#bilan-visual-frame {
    margin-top: 60px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.15);
}

#bilan-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1.5s ease;
}

#bilan-visual-frame:hover #bilan-img {
    transform: scale(1.05);
}

#bilan-caption {
    background: var(--dark);
    color: var(--white);
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
    letter-spacing: 1px;
}

/* Media Queries pour ajustements fins */
@media (max-width: 768px) {
    #bilan-watermark { font-size: 5rem; top: -20px; }
    #bilan-quote-box { padding: 30px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0715ccf *//* --- Section Énergie Phoenix --- */
#section-energie-phoenix {
    padding: clamp(60px, 12vw, 140px) 0;
    background-color: var(--white);
    position: relative;
}

#phoenix-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header : Le Chiffre 1 en Majesté */
#phoenix-header {
    margin-bottom: 80px;
    text-align: center;
}

#phoenix-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    color: var(--dark);
    line-height: 1.1;
    font-weight: 900;
}

#phoenix-header span {
    color: var(--purple);
    font-style: italic;
    font-weight: 400;
}

/* Grille des 3 Piliers : Style "Bento" Premium */
#piliers-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 60px 0;
}

.pillar-card {
    flex: 1 1 300px;
    background: var(--white);
    border: 1px solid var(--border-lux);
    padding: 45px 35px;
    border-radius: 32px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.pillar-card:hover {
    transform: translateY(-12px);
    border-color: var(--purple);
    box-shadow: 0 25px 50px rgba(110, 27, 137, 0.08);
}

.pillar-icon {
    font-size: 3rem;
    margin-bottom: 25px;
    display: block;
}

.pillar-card h4 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 0.9rem;
    color: var(--dark);
    margin-bottom: 15px;
}

/* Section Tarot : L'Arcane Sombre */
#bateleur-box {
    background: var(--dark);
    color: var(--white);
    border-radius: 40px;
    padding: clamp(40px, 8vw, 80px);
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px;
    align-items: center;
    position: relative;
}

#bateleur-visual {
    font-family: 'Playfair Display', serif;
    font-size: 15rem;
    font-weight: 900;
    color: var(--purple);
    opacity: 0.2;
    position: absolute;
    left: 20px;
    top: -20px;
    line-height: 1;
}

#bateleur-content {
    position: relative;
    z-index: 2;
}

#bateleur-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--lavender);
    margin-bottom: 30px;
}

#bateleur-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

/* Image de Transition */
#phoenix-img-frame {
    margin: 80px 0;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(30, 16, 54, 0.15);
}

#phoenix-img-frame img {
    width: 100%;
    display: block;
    transition: transform 2s ease;
}

#phoenix-img-frame:hover img { transform: scale(1.05); }

/* Responsive */
@media (max-width: 600px) {
    #bateleur-box { padding: 40px 25px; }
    .pillar-card { padding: 35px 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ee9673c *//* --- Base Section Domaines --- */
#section-domaines-2026 {
    padding: clamp(60px, 12vw, 140px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, sans-serif;
}

#domaines-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Editorial */
#domaines-header {
    margin-bottom: 80px;
    max-width: 800px;
}

#domaines-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    color: var(--dark);
    line-height: 1.1;
    font-weight: 900;
}

#domaines-header span {
    color: var(--purple);
    font-style: italic;
    font-weight: 400;
}

/* Grille Bento des Domaines */
#grid-domaines-2026 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    align-items: stretch;
}

.domaine-card {
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-radius: 40px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.domaine-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.1);
}

/* Badges Thématiques */
.domaine-badge {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}

#card-amour .domaine-badge { background: #fff1f4; color: var(--wine); }
#card-travail .domaine-badge { background: var(--lavender); color: var(--purple); }
#card-argent .domaine-badge { background: #f0f0f5; color: var(--dark); }

/* Typo Interne */
.domaine-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    color: var(--dark);
}

.domaine-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--dark);
    opacity: 0.85;
    margin-bottom: 20px;
}

/* Listes de Précision */
.domaine-list {
    list-style: none;
    padding: 0;
    margin-top: auto;
}

.domaine-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.domaine-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    font-weight: 900;
}

#card-amour .domaine-list li::before { color: var(--wine); }
#card-travail .domaine-list li::before { color: var(--purple); }
#card-argent .domaine-list li::before { color: var(--dark); }

/* Images en "Full Width" stylisées */
.domaine-full-img {
    grid-column: 1 / -1;
    margin: 40px 0;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30, 16, 54, 0.1);
}

.domaine-full-img img {
    width: 100%;
    display: block;
}

@media (max-width: 600px) {
    .domaine-card { padding: 35px 25px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-76550aa *//* --- Base Section Calcul --- */
#section-calcul-personnel {
    padding: clamp(60px, 10vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, sans-serif;
}

#calcul-wrapper {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Le Boîtier de Calcul (Style Dashboard) --- */
#calcul-tool-box {
    background: var(--dark);
    color: var(--white);
    padding: clamp(30px, 5vw, 60px);
    border-radius: 40px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(30, 16, 54, 0.25);
}

#calcul-tool-box::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 150px; height: 150px;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.2) 0%, transparent 70%);
}

#calcul-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--lavender);
    margin: 0 0 20px 0;
}

#formula-zone {
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(243, 229, 245, 0.3);
    padding: 30px;
    border-radius: 24px;
    margin-top: 30px;
}

.step-calc {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    opacity: 0.8;
}

.result-highlight {
    color: var(--purple);
    font-weight: 900;
    font-size: 1.2rem;
}

/* --- Accordéons de Destin (Details/Summary) --- */
#results-grid {
    display: grid;
    gap: 15px;
}

.destin-card {
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.destin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(30, 16, 54, 0.06);
    border-color: var(--purple);
}

.destin-summary {
    padding: 25px 30px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--dark);
}

.destin-summary::-webkit-details-marker { display: none; }

/* Icône de déploiement */
.destin-icon {
    width: 32px;
    height: 32px;
    background: var(--lavender);
    color: var(--purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: 0.4s;
}

.destin-card[open] .destin-icon {
    transform: rotate(180deg);
    background: var(--purple);
    color: var(--white);
}

/* Contenu Interne */
.destin-content {
    padding: 0 30px 30px 30px;
    line-height: 1.8;
    color: var(--dark);
    font-size: 1.05rem;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.destin-content strong { color: var(--wine); }

/* Couleurs de bordures spécifiques par Année */
#year-1 { border-left: 8px solid var(--purple); }
#year-2 { border-left: 8px solid var(--lavender); }
#year-5 { border-left: 8px solid var(--wine); }
#year-8 { border-left: 8px solid var(--dark); }

/* Image Finale */
#calc-img-frame {
    margin-top: 80px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.12);
}

#calc-img-frame img {
    width: 100%;
    display: block;
}

/* Responsive */
@media (max-width: 600px) {
    #calcul-tool-box { padding: 30px 20px; border-radius: 24px; }
    .destin-summary { padding: 20px; font-size: 1rem; }
    .destin-content { padding: 0 20px 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c0702d7 *//* --- Section Conclusion CTA --- */
#section-final-voyance-2026 {
    padding: clamp(80px, 15vw, 160px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, sans-serif;
}

#final-cta-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

/* La Carte "Embarquement" (Style Dark Lux) */
#embarkation-card {
    position: relative;
    background-color: var(--dark);
    color: var(--white);
    border-radius: 40px;
    padding: clamp(40px, 8vw, 80px);
    text-align: center;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.3);
}

/* Lueur radiale (Aura spirituelle) */
#embarkation-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.25) 0%, transparent 70%);
    z-index: 0;
}

#embarkation-content {
    position: relative;
    z-index: 1;
}

#embarkation-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin: 0 0 30px 0;
    color: var(--white);
}

#embarkation-title span {
    color: var(--lavender);
    font-style: italic;
    font-weight: 400;
}

#embarkation-text {
    font-size: 1.25rem;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto 45px;
    opacity: 0.9;
}

#embarkation-text strong {
    color: var(--lavender);
}

/* Groupe de boutons Responsive */
#cta-group-2026 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-2026-premium {
    text-decoration: none;
    display: inline-block;
    padding: 22px 45px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
}

/* Bouton Primaire (Wine) */
#btn-feuille-route {
    background-color: var(--wine);
    color: var(--white);
    box-shadow: 0 15px 35px rgba(138, 21, 56, 0.4);
}

#btn-feuille-route:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 20px 45px rgba(138, 21, 56, 0.5);
    background-color: #a11a43; /* Un wine un peu plus vibrant au hover */
}

/* Bouton Secondaire (Ghost) */
#btn-mail-2026 {
    background-color: transparent;
    border: 2px solid var(--lavender);
    color: var(--lavender);
}

#btn-mail-2026:hover {
    background-color: var(--lavender);
    color: var(--purple);
    transform: translateY(-5px);
}

#footer-disclamer {
    margin-top: 35px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.5;
    font-weight: 700;
}

/* --- Mobile Fix --- */
@media (max-width: 600px) {
    #embarkation-card {
        padding: 40px 24px;
        border-radius: 24px;
    }
    .btn-2026-premium {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7ec5cde5 *//* --- Base Section FAQ 2026 --- */
#section-faq-2026-lux {
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, sans-serif;
}

#faq-2026-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Editorial */
#faq-2026-header {
    margin-bottom: 60px;
    text-align: left;
}

#faq-2026-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--dark);
    line-height: 1.1;
    margin: 0;
}

#faq-2026-header span {
    color: var(--purple);
    font-style: italic;
    font-weight: 400;
}

/* L'Accordéon "Oracle" */
#faq-oracle-container {
    display: grid;
    gap: 20px;
}

.oracle-card {
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.oracle-card:hover {
    border-color: var(--purple);
    box-shadow: 0 10px 30px rgba(110, 27, 137, 0.08);
}

.oracle-summary {
    padding: 25px 35px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--dark);
    outline: none;
}

.oracle-summary::-webkit-details-marker { display: none; }

/* Indicateur de rotation Luxe */
.oracle-chevron {
    width: 36px;
    height: 36px;
    background: var(--lavender);
    color: var(--purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: transform 0.5s ease;
}

.oracle-card[open] {
    background: #fcfaff;
    border-color: var(--purple);
}

.oracle-card[open] .oracle-chevron {
    transform: rotate(180deg);
    background: var(--purple);
    color: var(--white);
}

/* Contenu de réponse */
.oracle-content {
    padding: 0 35px 35px 35px;
    line-height: 1.8;
    color: var(--dark);
    font-size: 1.05rem;
    opacity: 0.9;
    animation: fadeInSlide 0.5s ease forwards;
}

@keyframes fadeInSlide {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 0.9; transform: translateY(0); }
}

.oracle-content strong {
    color: var(--wine);
}

/* Responsive */
@media (max-width: 600px) {
    .oracle-summary { padding: 20px 25px; font-size: 1.05rem; }
    .oracle-content { padding: 0 25px 25px 25px; }
}/* End custom CSS */