.elementor-3769 .elementor-element.elementor-element-24b35f2a{--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-9f710ae *//* =========================================
   ORACLE BELLINE : HERO & H1 UX DESIGN
   ========================================= */

#hero-belline.ux-hero-belline {
    padding: 140px 20px 100px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#hero-belline .ux-container { max-width: 1100px; margin: 0 auto; }

/* TITRE GRAPHIQUE DE FOND */
#hero-belline .ux-bg-text {
    position: absolute;
    top: 50px; left: 50%;
    transform: translateX(-50%);
    font-size: 15rem;
    font-weight: 950;
    color: #f9f9f9;
    letter-spacing: -10px;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
}

/* LE H1 ÉDITORIAL */
#hero-belline .ux-h1-belline {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 950;
    color: #1A0B2E;
    line-height: 1.05;
    letter-spacing: -3px;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

#hero-belline .ux-gradient-text {
    background: linear-gradient(135deg, #8A1538 0%, #6D28D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hero-belline .ux-hero-lead {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #555;
    max-width: 750px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
    font-weight: 300;
}

/* INDICATEUR DE SCROLL */
#hero-belline .ux-scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    opacity: 0.5;
}

#hero-belline .ux-mouse {
    width: 2px; height: 50px;
    background: linear-gradient(to bottom, #6D28D9, transparent);
    animation: line-slide 2s infinite;
}

@keyframes line-slide {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* SECTION ESSENTIEL & BRIDGE */
.ux-essentiel-section { padding: 80px 20px; background: #ffffff; }

.ux-bridge-module {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.ux-bridge-info .ux-tag {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: #8A1538;
    display: block;
    margin-bottom: 20px;
}

.ux-bridge-info h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1A0B2E;
    line-height: 1.1;
    margin-bottom: 25px;
}

.ux-bridge-card-glass {
    background: #fdfbfd;
    padding: 50px;
    border-radius: 40px;
    border: 1px solid rgba(109, 40, 217, 0.1);
    box-shadow: 0 30px 60px rgba(109, 40, 217, 0.05);
}

.ux-bridge-card-glass p { font-size: 1.1rem; line-height: 1.6; color: #444; }

.ux-bridge-line {
    height: 1px; width: 60px;
    background: #ddd;
    margin: 30px 0;
}

.ux-bridge-small { font-size: 0.9rem !important; color: #888 !important; font-style: italic; }

/* =========================================
   HEADER & INTRO : ORACLE BELLINE UI
   ========================================= */

/* NAVIGATION STICKY */
.ux-belline-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.ux-nav-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ux-logo-area {
    font-size: 0.95rem;
    color: #1A0B2E;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.ux-logo-dot { width: 8px; height: 8px; background: #6D28D9; border-radius: 50%; }
.ux-logo-sep { color: #ddd; }

/* NAV ITEMS */
.ux-sticky-nav {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar Firefox */
    padding-bottom: 5px;
}

.ux-sticky-nav::-webkit-scrollbar { display: none; } /* Hide scrollbar Chrome */

.nav-item {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 100px;
    white-space: nowrap;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.nav-purple { background: #efe9ff; color: #6D28D9; }
.nav-wine { background: #fff2f5; color: #8A1538; }
.nav-dark { background: #1A0B2E; color: #ffffff; }

.nav-item:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

/* SECTION INTRO */
.ux-intro-section { padding: 100px 20px 60px; background: #ffffff; }
.ux-container { max-width: 1000px; margin: 0 auto; }

.ux-h1-display {
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 950;
    line-height: 0.9;
    letter-spacing: -4px;
    color: #1A0B2E;
    margin-bottom: 40px;
    text-align: center;
}

.ux-lead-text {
    max-width: 750px;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #555;
}

/* CARTE HISTORIQUE BRIDGE */
.ux-history-bridge {
    display: flex;
    justify-content: center;
}

.ux-bridge-card {
    background: #ffffff;
    border: 1px solid rgba(109, 40, 217, 0.1);
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 40px 80px rgba(109, 40, 217, 0.05);
    max-width: 850px;
    text-align: center;
    position: relative;
}

.ux-bridge-icon { font-size: 3.5rem; margin-bottom: 30px; }

.ux-bridge-card h3 {
    font-size: 2rem;
    font-weight: 900;
    color: #1A0B2E;
    margin-bottom: 25px;
}

.ux-bridge-card p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 35px;
}

.ux-bridge-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.ux-detail-tag {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6D28D9;
}

.ux-detail-sep { width: 50px; height: 1px; background: #ddd; }

.ux-bridge-footer {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    border-top: 1px solid #f0f0f0;
    padding-top: 25px;
}

.ux-inline-link { color: #6D28D9; text-decoration: none; font-weight: 700; border-bottom: 2px solid rgba(109, 40, 217, 0.2); }

/* RESPONSIVE */
@media (max-width: 768px) {
    .ux-nav-wrapper { flex-direction: column; gap: 15px; }
    .ux-bridge-card { padding: 40px 25px; border-radius: 30px; }
    .ux-h1-display { font-size: 3.5rem; letter-spacing: -2px; }
}

/* MOBILE */
@media (max-width: 900px) {
    #hero-belline .ux-bg-text { font-size: 8rem; top: 100px; }
    .ux-bridge-module { grid-template-columns: 1fr; gap: 40px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-71feb1a *//* =========================================
   58. MAGE EDMOND : DESIGN INTÉGRAL
   ========================================= */
#edmond.ux-biography-section {
    padding: 120px 20px;
    background: #ffffff;
}

#edmond .ux-editorial-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* HEADER STYLE */
#edmond .ux-bio-header { margin-bottom: 100px; }
#edmond .ux-bio-top { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
#edmond .ux-bio-line { width: 40px; height: 6px; border-radius: 10px; }
#edmond .ux-bio-years { font-size: 0.9rem; font-weight: 900; letter-spacing: 4px; color: #bbb; }
#edmond .ux-h2-massive { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 950; color: #1A0B2E; line-height: 1; letter-spacing: -3px; }

/* TIMELINE NARRATIVE */
#edmond .ux-story-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* Ligne verticale de fond */
#edmond .ux-story-timeline::before {
    content: '';
    position: absolute;
    left: 29px; top: 0; bottom: 0;
    width: 1px; background: #eee;
    z-index: 1;
}

#edmond .ux-story-block {
    display: flex;
    gap: 50px;
    position: relative;
    z-index: 2;
}

#edmond .ux-block-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}

#edmond .ux-block-num {
    font-size: 0.8rem; font-weight: 900; color: #bbb; margin-bottom: 15px;
}

#edmond .ux-block-dot {
    width: 12px; height: 12px; border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #eee;
}

/* CONTENU */
#edmond .ux-block-content h3 {
    font-size: 1.6rem; font-weight: 900; color: #8A1538; margin-bottom: 20px;
}

#edmond .ux-block-content p {
    font-size: 1.2rem; line-height: 1.8; color: #333; margin: 0;
}

/* MISE EN AVANT DU POINT 3 */
#edmond .block-highlight .ux-block-content {
    background: #fdfbfd;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(138, 21, 56, 0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.03);
}

#edmond .block-highlight p strong {
    color: #8A1538;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #edmond .ux-story-timeline::before { left: 15px; }
    #edmond .ux-story-block { gap: 20px; }
    #edmond .ux-block-sidebar { width: 30px; }
    #edmond .ux-block-content h3 { font-size: 1.3rem; }
    #edmond .ux-block-content p { font-size: 1.1rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-265cee6 *//* =========================================
   59. CRÉATION : DESIGN ÉDITORIAL & ALCHIMIE
   ========================================= */
#creation.ux-creation-section {
    padding: 120px 20px;
    background: #ffffff;
}

#creation .ux-editorial-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* HEADER MAGAZINE */
#creation .ux-mag-header { margin-bottom: 80px; position: relative; }
#creation .ux-mag-number { font-size: 8rem; font-weight: 900; color: #f8f8f8; position: absolute; top: -60px; left: -15px; z-index: 1; }
#creation .ux-mag-h2 { font-size: clamp(2.5rem, 6vw, 3.8rem); font-weight: 950; color: #1A0B2E; position: relative; z-index: 2; line-height: 1.1; letter-spacing: -3px; }
#creation .ux-mag-line { width: 60px; height: 5px; border-radius: 10px; margin-top: 20px; }

/* BLOC CONCEPTION (SPLIT) */
#creation .ux-conception-master {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background: #fdfbfd;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid rgba(0,0,0,0.02);
}

#creation .ux-master-content { padding: 80px; }
#creation .ux-master-content .ux-tag { text-transform: uppercase; font-size: 0.75rem; font-weight: 900; letter-spacing: 3px; margin-bottom: 20px; }
#creation .ux-master-content h3 { font-size: 2.2rem; font-weight: 900; color: #1A0B2E; margin-bottom: 25px; }
#creation .ux-master-content p { font-size: 1.2rem; line-height: 1.8; color: #444; margin-bottom: 20px; }
#creation .ux-quote-inline { padding-left: 20px; border-left: 3px solid #6D28D9; font-style: italic; color: #666 !important; }

#creation .ux-master-visual {
    background: #6D28D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
}

/* BLOC DUAL GAMES */
#creation .ux-dual-games {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

#creation .ux-game-card {
    padding: 50px;
    border-radius: 40px;
    color: #ffffff;
    transition: transform 0.4s ease;
}

#creation .card-wine { background: #8A1538; }
#creation .card-dark { background: #1A0B2E; }

#creation .ux-card-label { text-transform: uppercase; font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; opacity: 0.7; }
#creation .ux-game-card h3 { font-size: 1.6rem; margin: 15px 0 20px; font-weight: 900; }
#creation .ux-game-card p { font-size: 1.1rem; line-height: 1.6; opacity: 0.9; }

/* BLOC LEGACY (FIN) */
#creation .ux-legacy-block {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.02);
    border-bottom: 8px solid #bbb;
}

#creation .ux-legacy-header { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; }
#creation .ux-legacy-icon { font-size: 2rem; }
#creation .ux-legacy-block h3 { font-size: 1.8rem; font-weight: 900; color: #1A0B2E; margin: 0; }
#creation .ux-legacy-block p { font-size: 1.15rem; line-height: 1.8; color: #555; margin: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
    #creation .ux-conception-master { grid-template-columns: 1fr; }
    #creation .ux-master-visual { padding: 60px; }
    #creation .ux-master-content { padding: 40px 30px; }
    #creation .ux-dual-games { grid-template-columns: 1fr; }
    #creation .ux-legacy-block { padding: 40px 30px; }
    #creation .ux-mag-h2 { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a6deeee *//* =========================================
   59. MARCEL BELLINE : DESIGN CINÉMATIQUE
   ========================================= */
#belline.ux-belline-saga {
    padding: 120px 20px;
    background: #ffffff;
}

#belline .ux-editorial-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* HEADER MAGAZINE */
#belline .ux-saga-header { margin-bottom: 80px; position: relative; }
#belline .ux-mag-number { font-size: 8rem; font-weight: 900; color: #f8f8f8; position: absolute; top: -60px; left: -15px; z-index: 1; }
#belline .ux-badge-prince { display: inline-block; padding: 6px 15px; background: #8A1538; color: #fff; font-size: 0.7rem; font-weight: 900; border-radius: 4px; text-transform: uppercase; letter-spacing: 2px; position: relative; z-index: 2; margin-bottom: 20px; }
#belline .ux-h2-massive { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 950; color: #1A0B2E; position: relative; z-index: 2; line-height: 1.1; letter-spacing: -3px; }
#belline .ux-saga-intro { font-size: 1.4rem; color: #666; font-weight: 300; max-width: 600px; margin-top: 20px; }

/* BIO GRID */
#belline .ux-biography-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 100px;
}

#belline .ux-bio-step {
    padding: 40px;
    background: #fdfbfd;
    border-radius: 30px;
    transition: transform 0.3s ease;
}

#belline .ux-bio-step:hover { transform: translateY(-10px); }

#belline .ux-step-meta { font-size: 0.75rem; font-weight: 900; color: #8A1538; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
#belline .ux-bio-step h3 { font-size: 1.5rem; font-weight: 900; color: #1A0B2E; margin-bottom: 15px; }
#belline .ux-bio-step p { font-size: 1.1rem; line-height: 1.6; color: #444; }

/* LA SCÈNE WAHOU (NOIR & FEU) */
#belline .ux-discovery-cinematic {
    background: #1A0B2E;
    border-radius: 50px;
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 40px 100px rgba(26, 11, 46, 0.3);
}

#belline .ux-cinematic-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at bottom right, rgba(138, 21, 56, 0.2), transparent);
}

#belline .ux-cinematic-content { position: relative; z-index: 10; max-width: 800px; margin: 0 auto; text-align: center; }
#belline .ux-scene-tag { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; color: #8A1538; letter-spacing: 3px; }
#belline .ux-cinematic-content h3 { font-size: 3rem; font-weight: 900; margin: 20px 0 30px; }
#belline .ux-cinematic-content p { font-size: 1.3rem; line-height: 1.7; opacity: 0.8; }

/* LA CITATION BRULANTE */
#belline .ux-quote-burning {
    margin-top: 60px;
    position: relative;
    padding: 40px;
}

#belline .ux-burning-halo {
    position: absolute;
    inset: 0;
    background: #8A1538;
    filter: blur(80px);
    opacity: 0.15;
    animation: fire-pulse 4s infinite alternate;
}

#belline blockquote {
    font-size: 2rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
}

#belline cite { font-weight: 900; color: #8A1538; text-transform: uppercase; letter-spacing: 2px; font-style: normal; }

@keyframes fire-pulse {
    from { transform: scale(0.8); opacity: 0.1; }
    to { transform: scale(1.2); opacity: 0.2; }
}

/* FOOTER */
#belline .ux-legacy-footer {
    margin-top: 80px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#belline .ux-legacy-footer p { font-size: 1.2rem; line-height: 1.8; color: #555; }
#belline .ux-link-purple { color: #6D28D9; font-weight: 800; text-decoration: none; border-bottom: 2px solid rgba(109, 40, 217, 0.2); }

/* RESPONSIVE */
@media (max-width: 900px) {
    #belline .ux-biography-flow { grid-template-columns: 1fr; }
    #belline .ux-discovery-cinematic { padding: 60px 25px; }
    #belline blockquote { font-size: 1.4rem; }
    #belline .ux-cinematic-content h3 { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5f939db *//* =========================================
   60. CARRIÈRE BELLINE : PRESTIGE DESIGN
   ========================================= */
#carriere-belline.ux-career-gallery {
    padding: 120px 20px;
    background: #ffffff;
}

#carriere-belline .ux-editorial-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* HEADER STYLE HAUTE-COUTURE */
#carriere-belline .ux-career-header { margin-bottom: 80px; position: relative; }
#carriere-belline .ux-mag-number { font-size: 8rem; font-weight: 900; color: #f8f8f8; position: absolute; top: -60px; left: -15px; z-index: 1; }
#carriere-belline .ux-h2-massive { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 950; color: #1A0B2E; position: relative; z-index: 2; line-height: 1; letter-spacing: -3px; }
#carriere-belline .ux-mag-line { width: 80px; height: 6px; border-radius: 10px; margin-top: 20px; }

/* GRID PRÉDICTIONS */
#carriere-belline .ux-prophecy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

#carriere-belline .ux-grid-label {
    grid-column: 1 / -1;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 4px;
    color: #bbb;
    margin-bottom: 20px;
}

#carriere-belline .ux-prophecy-tile {
    padding: 40px;
    background: #fdfbfd;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.4s ease;
}

#carriere-belline .tile-highlight {
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(109, 40, 217, 0.08);
    border-color: rgba(109, 40, 217, 0.1);
}

#carriere-belline .ux-tile-year { font-size: 0.8rem; font-weight: 900; color: #6D28D9; display: block; margin-bottom: 15px; }
#carriere-belline .ux-prophecy-tile h3 { font-size: 1.5rem; font-weight: 900; color: #1A0B2E; margin-bottom: 15px; }
#carriere-belline .ux-prophecy-tile p { font-size: 1.05rem; line-height: 1.6; color: #555; }

/* BLOC TRANSCENDENCE (ÉMOTION) */
#carriere-belline .ux-transcendence-block {
    background: #1A0B2E;
    color: #fff;
    border-radius: 50px;
    padding: 80px;
    display: flex;
    gap: 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

#carriere-belline .ux-block-accent {
    position: absolute;
    top: 0; left: 0; width: 10px; height: 100%;
}

#carriere-belline .ux-tragedy-meta { font-size: 0.8rem; font-weight: 900; color: #8A1538; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 25px; }
#carriere-belline .ux-transcendence-block h3 { font-size: 2.2rem; font-weight: 900; margin-bottom: 25px; }
#carriere-belline .ux-transcendence-block p { font-size: 1.25rem; line-height: 1.7; opacity: 0.85; margin-bottom: 40px; }

#carriere-belline .ux-book-quote {
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    padding-left: 30px;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin: 0;
}

/* ARCHIVE MUCEM */
#carriere-belline .ux-mucem-archive {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 60px;
    border-radius: 40px;
}

#carriere-belline .ux-mucem-inner { display: flex; align-items: center; justify-content: space-between; }
#carriere-belline .ux-status { font-size: 0.7rem; font-weight: 900; text-transform: uppercase; color: #bbb; letter-spacing: 2px; }
#carriere-belline .ux-mucem-text h3 { font-size: 1.8rem; font-weight: 900; color: #1A0B2E; margin: 15px 0; }
#carriere-belline .ux-mucem-text p { font-size: 1.15rem; color: #444; max-width: 600px; }
#carriere-belline .ux-mucem-visual { font-size: 5rem; opacity: 0.1; }

/* RESPONSIVE */
@media (max-width: 900px) {
    #carriere-belline .ux-prophecy-grid { grid-template-columns: 1fr; }
    #carriere-belline .ux-transcendence-block { padding: 40px 30px; flex-direction: column; }
    #carriere-belline .ux-mucem-inner { flex-direction: column; text-align: center; }
    #carriere-belline .ux-h2-massive { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-210992d *//* =========================================
   61. COMPOSITION : PLANETARY GRID DESIGN
   ========================================= */
#composition-belline.ux-composition-section {
    padding: 120px 20px;
    background: #ffffff;
}

#composition-belline .ux-editorial-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER STYLE */
#composition-belline .ux-comp-header { margin-bottom: 80px; position: relative; }
#composition-belline .ux-mag-number { font-size: 8rem; font-weight: 900; color: #f8f8f8; position: absolute; top: -60px; left: -15px; z-index: 1; }
#composition-belline .ux-h2-massive { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 950; color: #1A0B2E; position: relative; z-index: 2; line-height: 1; letter-spacing: -3px; }
#composition-belline .ux-comp-intro { font-size: 1.3rem; color: #666; max-width: 700px; margin-top: 25px; }

/* GRILLE PLANÉTAIRE */
#composition-belline .ux-planetary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}

#composition-belline .ux-planet-card {
    background: #fdfbfd;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    gap: 25px;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#composition-belline .ux-planet-card:hover {
    transform: scale(1.05);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(109, 40, 217, 0.08);
}

#composition-belline .ux-planet-icon {
    font-size: 2.5rem;
    line-height: 1;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
}

#composition-belline .ux-planet-info h3 { font-size: 1.4rem; font-weight: 900; color: #1A0B2E; margin-bottom: 5px; }
#composition-belline .ux-planet-tag { font-size: 0.7rem; font-weight: 900; text-transform: uppercase; color: #8A1538; letter-spacing: 2px; display: block; margin-bottom: 15px; }
#composition-belline .ux-planet-info p { font-size: 1rem; line-height: 1.6; color: #555; margin: 0; }

/* CARTES MAITRESSES (LE W@HOU) */
#composition-belline .ux-master-cards {
    background: #1A0B2E;
    border-radius: 50px;
    padding: 80px 40px;
    color: #fff;
    text-align: center;
}

#composition-belline .ux-master-label { text-transform: uppercase; font-size: 0.8rem; letter-spacing: 5px; opacity: 0.5; margin-bottom: 50px; }

#composition-belline .ux-master-flex {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

#composition-belline .ux-m-card {
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    background: rgba(255,255,255,0.05);
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

#composition-belline .card-blue {
    background: linear-gradient(135deg, rgba(36, 123, 190, 0.2), rgba(109, 40, 217, 0.2));
    border-color: #247bbe;
    box-shadow: 0 0 40px rgba(36, 123, 190, 0.3);
}

#composition-belline .ux-m-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(36, 123, 190, 0.4), transparent 70%);
    animation: blue-pulse 3s infinite alternate;
}

@keyframes blue-pulse {
    from { opacity: 0.3; } to { opacity: 0.7; }
}

#composition-belline .ux-m-icon { font-size: 3rem; margin-bottom: 25px; position: relative; z-index: 2; }
#composition-belline .ux-m-card h4 { font-size: 1.5rem; font-weight: 900; margin-bottom: 15px; position: relative; z-index: 2; }
#composition-belline .ux-m-card p { font-size: 1rem; opacity: 0.8; margin: 0; position: relative; z-index: 2; }

/* RESPONSIVE */
@media (max-width: 900px) {
    #composition-belline .ux-master-flex { flex-direction: column; align-items: center; }
    #composition-belline .ux-m-card { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bbc4a91 *//* =========================================
   62. TIRAGES : ARCHITECTURAL SPREADS UI
   ========================================= */
#tirages-belline.ux-spreads-section {
    padding: 120px 20px;
    background: #ffffff;
}

#tirages-belline .ux-editorial-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER STYLE */
#tirages-belline .ux-spreads-header { margin-bottom: 100px; position: relative; text-align: center; }
#tirages-belline .ux-mag-number { font-size: 8rem; font-weight: 900; color: #f8f8f8; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); z-index: 1; }
#tirages-belline .ux-h2-massive { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 950; color: #1A0B2E; position: relative; z-index: 2; line-height: 1.1; letter-spacing: -3px; }
#tirages-belline .ux-spreads-intro { font-size: 1.3rem; color: #888; max-width: 700px; margin: 30px auto 0; font-weight: 300; }

/* GALERIE DE TIRAGES */
#tirages-belline .ux-spreads-gallery {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#tirages-belline .ux-spread-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    background: #fdfbfd;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.5s ease;
}

#tirages-belline .ux-spread-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(109, 40, 217, 0.08);
}

/* VISUEL DES SLOTS DE CARTES */
#tirages-belline .ux-spread-visual {
    background: #1A0B2E;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tirages-belline .ux-card-slot {
    width: 60px; height: 90px;
    border: 1.5px dashed rgba(255,255,255,0.3);
    border-radius: 8px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tirages-belline .ux-card-slot::after {
    content: attr(data-label);
    font-size: 0.6rem;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Layout en Croix */
#tirages-belline .slot-center { border: 2px solid #6D28D9; background: rgba(109, 40, 217, 0.1); }
#tirages-belline .slot-up { transform: translateY(-110px); }
#tirages-belline .slot-down { transform: translateY(110px); }
#tirages-belline .slot-left { transform: translateX(-80px); }
#tirages-belline .slot-right { transform: translateX(80px); }

/* CONTENU INFO */
#tirages-belline .ux-spread-info { padding: 80px; display: flex; flex-direction: column; justify-content: center; }
#tirages-belline .ux-spread-tag { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; color: #6D28D9; margin-bottom: 25px; }
#tirages-belline .ux-spread-info h3 { font-size: 2.2rem; font-weight: 900; color: #1A0B2E; margin-bottom: 25px; }
#tirages-belline .ux-spread-info p { font-size: 1.2rem; line-height: 1.8; color: #555; margin: 0; }

/* AUTRES MÉTHODES (GRID) */
#tirages-belline .ux-advanced-grid {
    background: #ffffff;
    padding: 60px;
    display: grid;
    gap: 20px;
}

#tirages-belline .ux-adv-item {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tirages-belline .ux-adv-item strong { color: #1A0B2E; font-size: 1.1rem; }
#tirages-belline .ux-adv-item span { color: #999; font-size: 0.9rem; font-style: italic; }

/* RESPONSIVE */
@media (max-width: 900px) {
    #tirages-belline .ux-spread-card { grid-template-columns: 1fr; }
    #tirages-belline .ux-spread-visual { min-height: 300px; }
    #tirages-belline .ux-spread-info { padding: 40px 30px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3b1eb69 *//* =========================================
   63. AUJOURD'HUI : MODERN LEGACY DESIGN
   ========================================= */
#aujourdhui-belline.ux-modern-legacy-section {
    padding: 120px 20px;
    background: #ffffff;
}

#aujourdhui-belline .ux-editorial-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* HEADER STYLE */
#aujourdhui-belline .ux-legacy-header { margin-bottom: 80px; position: relative; }
#aujourdhui-belline .ux-mag-number { font-size: 8rem; font-weight: 900; color: #f8f8f8; position: absolute; top: -60px; left: -15px; z-index: 1; }
#aujourdhui-belline .ux-h2-massive { font-size: clamp(2.2rem, 6vw, 3.8rem); font-weight: 950; color: #1A0B2E; position: relative; z-index: 2; line-height: 1.1; letter-spacing: -3px; }
#aujourdhui-belline .ux-mag-line { width: 80px; height: 6px; border-radius: 10px; margin-top: 20px; }

/* GRID COMPARAISON */
#aujourdhui-belline .ux-comparison-grid {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 100px;
    position: relative;
}

#aujourdhui-belline .ux-comp-card {
    flex: 1;
    padding: 50px;
    border-radius: 40px;
    transition: all 0.4s ease;
}

#aujourdhui-belline .ux-card-belline { background: #ffffff; border: 2px solid #6D28D9; box-shadow: 0 30px 60px rgba(109, 40, 217, 0.1); }
#aujourdhui-belline .ux-card-tarot { background: #fdfbfd; border: 1px solid #eee; opacity: 0.6; }

#aujourdhui-belline .ux-vs-circle {
    width: 60px; height: 60px;
    background: #1A0B2E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    position: absolute;
    left: 50%; transform: translateX(-50%);
    z-index: 10;
}

#aujourdhui-belline .ux-comp-tag { font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #8A1538; margin-bottom: 20px; }
#aujourdhui-belline .ux-comp-card h3 { font-size: 1.8rem; font-weight: 900; color: #1A0B2E; margin-bottom: 30px; }
#aujourdhui-belline .ux-comp-list { list-style: none; padding: 0; }
#aujourdhui-belline .ux-comp-list li { margin-bottom: 15px; font-size: 1.1rem; color: #444; display: flex; gap: 12px; }
#aujourdhui-belline .ux-comp-list span { font-weight: 900; color: #6D28D9; }

/* RITUEL SEQUENCE */
#aujourdhui-belline .ux-ritual-sequence {
    background: #1A0B2E;
    border-radius: 50px;
    padding: 80px 40px;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

#aujourdhui-belline .ux-ritual-label { text-transform: uppercase; font-size: 0.8rem; letter-spacing: 5px; opacity: 0.5; margin-bottom: 60px; }

#aujourdhui-belline .ux-steps-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#aujourdhui-belline .ux-ritual-step { position: relative; }
#aujourdhui-belline .ux-step-num {
    width: 40px; height: 40px; border: 1px solid #8A1538; color: #8A1538;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-weight: 900;
}

#aujourdhui-belline .ux-ritual-step h4 { font-size: 1.3rem; margin-bottom: 15px; color: #fff; }
#aujourdhui-belline .ux-ritual-step p { font-size: 1rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* MODERN VISION */
#aujourdhui-belline .ux-modern-vision {
    background: #fdfbfd;
    padding: 60px;
    border-radius: 40px;
    border-left: 8px solid #6D28D9;
}

#aujourdhui-belline .ux-badge-purple { display: inline-block; padding: 4px 12px; background: #6D28D9; color: #fff; border-radius: 4px; font-size: 0.7rem; font-weight: 900; text-transform: uppercase; margin-bottom: 20px; }
#aujourdhui-belline .ux-modern-content h3 { font-size: 1.8rem; font-weight: 900; color: #1A0B2E; margin-bottom: 20px; }
#aujourdhui-belline .ux-modern-content p { font-size: 1.2rem; line-height: 1.8; color: #555; margin: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
    #aujourdhui-belline .ux-comparison-grid { flex-direction: column; }
    #aujourdhui-belline .ux-steps-wrapper { grid-template-columns: 1fr; }
    #aujourdhui-belline .ux-vs-circle { display: none; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5e5e44f *//* =========================================
   64. FAQ BELLINE : CRYSTAL CLEAR DESIGN
   ========================================= */
#faq-belline-final.ux-faq-crystal-section {
    padding: 120px 20px;
    background: #ffffff;
}

#faq-belline-final .ux-editorial-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* HEADER STYLE HAUTE-COUTURE */
#faq-belline-final .ux-faq-header { margin-bottom: 80px; position: relative; }
#faq-belline-final .ux-mag-number { font-size: 8rem; font-weight: 900; color: #f9f9f9; position: absolute; top: -60px; left: -15px; z-index: 1; }
#faq-belline-final .ux-h2-massive { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 950; color: #1A0B2E; position: relative; z-index: 2; line-height: 1; letter-spacing: -3px; }
#faq-belline-final .ux-mag-line { width: 60px; height: 6px; border-radius: 10px; margin-top: 20px; }

/* GRILLE DE CARTES FAQ */
#faq-belline-final .ux-faq-crystal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#faq-belline-final .ux-crystal-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 40px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

#faq-belline-final .ux-crystal-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.04);
    border-color: #eee;
}

/* FOCUS CARTE BLEUE */
#faq-belline-final .highlight-blue {
    background: #fcfdfe;
    border: 1px solid rgba(36, 123, 190, 0.1);
}
#faq-belline-final .highlight-blue:hover {
    border-color: #247bbe;
    box-shadow: 0 30px 60px rgba(36, 123, 190, 0.1);
}

/* MÉTA-INFOS */
#faq-belline-final .ux-crystal-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#faq-belline-final .ux-crystal-tag {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 100px;
}

#faq-belline-final .ux-crystal-id {
    font-size: 0.8rem;
    font-weight: 900;
    color: #ddd;
}

/* TYPOGRAPHIE */
#faq-belline-final .ux-crystal-card h3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1A0B2E;
    line-height: 1.3;
    margin-bottom: 25px;
}

#faq-belline-final .ux-crystal-card p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

#faq-belline-final .ux-crystal-card p strong {
    color: #1A0B2E;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #faq-belline-final .ux-faq-crystal-grid { grid-template-columns: 1fr; }
    #faq-belline-final .ux-crystal-card { padding: 40px 30px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-576c4ee *//* =========================================
   65. CTA BELLINE : SIGNATURE DESIGN
   ========================================= */
#cta-belline-signature.ux-cta-belline-section {
    padding: 100px 20px;
    background: #ffffff;
}

#cta-belline-signature .ux-editorial-container {
    max-width: 1200px;
    margin: 0 auto;
}

#cta-belline-signature .ux-signature-card {
    background: #1A0B2E; /* Fond Nuit */
    border-radius: 60px;
    padding: 80px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

/* HALOS DÉCORATIFS */
#cta-belline-signature .ux-glow-purple {
    position: absolute;
    top: -200px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(109, 40, 217, 0.3) 0%, transparent 70%);
    z-index: 1;
}

#cta-belline-signature .ux-glow-wine {
    position: absolute;
    bottom: -200px; left: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(138, 21, 56, 0.2) 0%, transparent 70%);
    z-index: 1;
}

/* LAYOUT */
#cta-belline-signature .ux-signature-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 10;
}

#cta-belline-signature .ux-mini-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 4px;
    color: #8A1538;
    margin-bottom: 20px;
    display: block;
}

#cta-belline-signature .ux-h2-massive {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 30px;
}

#cta-belline-signature .ux-h2-massive span {
    color: #6D28D9;
}

#cta-belline-signature p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    margin-bottom: 40px;
}

#cta-belline-signature .ux-features-inline {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#cta-belline-signature .ux-features-inline span {
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(255,255,255,0.05);
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* ACTION BOX */
#cta-belline-signature .ux-action-box {
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

#cta-belline-signature .ux-action-box p {
    color: #fff;
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

#cta-belline-signature .ux-btn-pulse {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    color: #1A0B2E;
    text-decoration: none;
    padding: 22px 45px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.2rem;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(109, 40, 217, 0.3);
    animation: btn-glow 3s infinite;
}

#cta-belline-signature .ux-btn-pulse:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(109, 40, 217, 0.5);
}

#cta-belline-signature .ux-phone-display {
    display: block;
    margin-top: 25px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
}

@keyframes btn-glow {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* RESPONSIVE */
@media (max-width: 950px) {
    #cta-belline-signature .ux-signature-layout { grid-template-columns: 1fr; gap: 40px; }
    #cta-belline-signature .ux-signature-card { padding: 40px 25px; }
    #cta-belline-signature .ux-btn-pulse { width: 100%; justify-content: center; }
}/* End custom CSS */