.elementor-3761 .elementor-element.elementor-element-6dbd9123{--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-52c43f2 *//* =========================================
   23. SECTION RETOUR AFFECTIF : SPLIT IMPACT
   ========================================= */
#retour-affectif-intro {
    padding: 0; /* On colle les bords pour l'effet split */
    background: #ffffff;
    font-family: sans-serif;
}

.ux-split-wrapper {
    display: flex;
    min-height: 700px;
}

/* --- CÔTÉ COULEUR (GAUCHE) --- */
.ux-side-color {
    flex: 1;
    background: #8A1538; /* Bordeaux Wine en dur */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    text-align: center;
}

.ux-eyebrow-white {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 20px;
}

.ux-h1-white {
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 2rem);
    font-weight: 900;
    line-height: 1;
    margin: 0;
}

.ux-divider-white {
    width: 60px;
    height: 4px;
    background: #ffffff;
    margin: 30px auto;
}

.ux-quote-white {
    color: #ffffff;
    font-style: italic;
    font-size: 1.4rem;
    opacity: 0.9;
}

/* --- CÔTÉ TEXTE (DROITE) --- */
.ux-side-text {
    flex: 1.2;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.ux-ethic-box {
    background: #fff0f3; /* Rose très pâle pour le contraste */
    border-left: 6px solid #8A1538;
    padding: 30px;
    border-radius: 0 20px 20px 0;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(138, 21, 56, 0.05);
}

.ux-ethic-box p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.ux-lead-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1A0B2E;
    line-height: 1.4;
    margin-bottom: 25px;
}

.ux-body-paragraph {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.ux-button-wine {
    display: inline-block;
    padding: 18px 35px;
    background: #8A1538;
    color: #ffffff;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 800;
    transition: transform 0.3s ease;
    width: fit-content;
}

.ux-button-wine:hover {
    transform: scale(1.05);
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .ux-split-wrapper { flex-direction: column; }
    .ux-side-color { padding: 80px 20px; }
    .ux-side-text { padding: 40px 20px; }
    .ux-h1-white { font-size: 2.5rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8eb14ca *//* =========================================
   24. SECTION ANALYSE : PERCEPTION GRID
   ========================================= */
#analyse-retour.ux-exploration-section {
    padding: 80px 20px;
    background: #ffffff;
}

#analyse-retour .ux-editorial-container {
    max-width: 1000px;
    margin: 0 auto;
}

#analyse-retour .ux-section-header-left {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

#analyse-retour .ux-accent-bar {
    width: 8px;
    height: 40px;
    border-radius: 4px;
}

#analyse-retour .ux-h2-magazine {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1A0B2E;
    margin: 0;
    letter-spacing: -1px;
}

#analyse-retour .ux-intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 50px;
}

/* La Grille */
#analyse-retour .ux-perception-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

#analyse-retour .ux-perception-item {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 10px 30px rgba(26, 11, 46, 0.04);
    transition: all 0.4s ease;
    text-align: center;
}

#analyse-retour .ux-perception-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(109, 40, 217, 0.1);
    border-color: rgba(109, 40, 217, 0.1);
}

#analyse-retour .ux-item-icon {
    font-size: 2rem;
    margin-bottom: 20px;
}

#analyse-retour .ux-item-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1A0B2E;
    margin-bottom: 15px;
}

#analyse-retour .ux-item-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* IMAGE PREMIUM */
#analyse-retour .ux-image-wrapper-premium {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

#analyse-retour .ux-image-wrapper-premium img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

#analyse-retour .ux-image-wrapper-premium:hover img {
    transform: scale(1.03);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #analyse-retour .ux-perception-grid { grid-template-columns: 1fr; }
    #analyse-retour .ux-h2-magazine { font-size: 1.8rem; }
    #analyse-retour .ux-perception-item { padding: 30px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cc1b79b *//* =========================================
   25. SECTION MÉTHODE AMOUR : TIMELINE UI
   ========================================= */
#methode-amour.ux-method-section {
    padding: 100px 20px;
    background: #fdfbfd; /* Léger fond perle */
}

#methode-amour .ux-editorial-container {
    max-width: 900px;
    margin: 0 auto;
}

#methode-amour .ux-section-header-center {
    text-align: center;
    margin-bottom: 80px;
}

#methode-amour .ux-intro-text-center {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.7;
    max-width: 700px;
    margin: 20px auto 0;
}

/* LA STRUCTURE TIMELINE */
#methode-amour .ux-timeline-container {
    position: relative;
    padding-left: 40px;
    margin-bottom: 80px;
}

/* Ligne verticale de la timeline */
#methode-amour .ux-timeline-container::before {
    content: '';
    position: absolute;
    left: 14px; top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #8A1538, #6D28D9, #8A1538);
    opacity: 0.3;
}

#methode-amour .ux-timeline-step {
    position: relative;
    margin-bottom: 60px;
}

#methode-amour .ux-step-number {
    position: absolute;
    left: -40px; top: 0;
    width: 30px; height: 30px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 0.9rem;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#methode-amour .ux-step-content {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(26, 11, 46, 0.04);
    border: 1px solid rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}

#methode-amour .ux-timeline-step:hover .ux-step-content {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(138, 21, 56, 0.08);
}

#methode-amour .ux-step-title {
    font-size: 1.5rem;
    font-weight: 850;
    color: #1A0B2E;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

#methode-amour .ux-step-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

/* BANNIÈRE IMAGE */
#methode-amour .ux-full-banner-wrapper {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(138, 21, 56, 0.15);
}

#methode-amour .ux-full-banner-wrapper img {
    width: 100%;
    display: block;
}

#methode-amour .ux-banner-overlay-wine {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(138, 21, 56, 0.2), transparent);
}

/* MOBILE */
@media (max-width: 768px) {
    #methode-amour .ux-timeline-container { padding-left: 30px; }
    #methode-amour .ux-step-content { padding: 25px; }
    #methode-amour .ux-h2-sculpted { font-size: 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-185ff2f *//* =========================================
   26. SECTION ÉTHIQUE : INTEGRITY SHIELD
   ========================================= */
#ethique-retour.ux-ethic-manifesto {
    padding: 80px 20px;
    background: #ffffff;
}

#ethique-retour .ux-editorial-container {
    max-width: 1000px;
    margin: 0 auto;
}

#ethique-retour .ux-accent-pillar {
    width: 6px;
    height: 45px;
    border-radius: 10px;
}

#ethique-retour .ux-link-wine {
    color: #8A1538;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(138, 21, 56, 0.2);
}

#ethique-retour .ux-intro-text {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 50px;
}

/* LE BOUCLIER */
#ethique-retour .ux-integrity-shield {
    background: #fdfbfd;
    border: 1px solid rgba(138, 21, 56, 0.1);
    border-radius: 32px;
    padding: 60px;
    margin-bottom: 80px;
    box-shadow: 0 20px 50px rgba(138, 21, 56, 0.05);
}

#ethique-retour .ux-shield-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
}

#ethique-retour .ux-shield-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #1A0B2E;
    margin: 0;
}

/* La Grille des Interdits */
#ethique-retour .ux-prohibitions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#ethique-retour .ux-prohibition-item {
    display: flex;
    gap: 15px;
}

#ethique-retour .ux-pro-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #8A1538;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 0.8rem;
    flex-shrink: 0;
}

#ethique-retour .ux-pro-content strong {
    display: block;
    font-size: 1.1rem;
    color: #1A0B2E;
    margin-bottom: 8px;
    font-weight: 800;
}

#ethique-retour .ux-pro-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* BANNIÈRE */
#ethique-retour .ux-panoramic-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

#ethique-retour .ux-panoramic-wrapper img {
    width: 100%;
    display: block;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #ethique-retour .ux-prohibitions-grid { grid-template-columns: 1fr; }
    #ethique-retour .ux-integrity-shield { padding: 40px 25px; }
    #ethique-retour .ux-shield-title { font-size: 1.4rem; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-41d9df9 *//* =========================================
   27. SECTION RENOUVEAU : REBIRTH UI
   ========================================= */
#renouveau-affectif.ux-rebirth-section {
    padding: 100px 20px;
    background: #ffffff;
}

#renouveau-affectif .ux-editorial-container {
    max-width: 1000px;
    margin: 0 auto;
}

#renouveau-affectif .ux-accent-pillar {
    width: 6px;
    height: 45px;
    border-radius: 10px;
}

/* Mise en page scindée pour le texte et la citation */
#renouveau-affectif .ux-rebirth-layout {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    align-items: center;
}

#renouveau-affectif .ux-rebirth-text {
    flex: 1.2;
}

#renouveau-affectif .ux-lead-text-dark {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1A0B2E;
    margin-bottom: 20px;
}

#renouveau-affectif .ux-body-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* LA CARTE CITATION LUMINEUSE */
#renouveau-affectif .ux-light-quote-card {
    flex: 1;
    background: #fdfbfd;
    padding: 40px;
    border-radius: 32px;
    border: 1px solid rgba(109, 40, 217, 0.1);
    position: relative;
    box-shadow: 0 20px 40px rgba(109, 40, 217, 0.05);
}

#renouveau-affectif .ux-quote-icon {
    font-size: 5rem;
    font-family: serif;
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 0.2;
}

#renouveau-affectif .ux-quote-text {
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #1A0B2E;
    position: relative;
    z-index: 1;
    margin: 0;
}

/* BLOC RECONSTRUCTION */
#renouveau-affectif .ux-reconstruction-box {
    background: linear-gradient(135deg, #ffffff 0%, #f4f0ff 100%);
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(109, 40, 217, 0.1);
    margin-bottom: 80px;
    text-align: center;
}

#renouveau-affectif .ux-box-title {
    font-size: 1.6rem;
    font-weight: 900;
    color: #6D28D9;
    margin-bottom: 15px;
}

#renouveau-affectif .ux-reconstruction-box p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
}

/* BANNIÈRE IMAGE AVEC HALO */
#renouveau-affectif .ux-full-banner-wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(109, 40, 217, 0.15);
}

#renouveau-affectif .ux-full-banner-wrapper img {
    width: 100%;
    display: block;
}

#renouveau-affectif .ux-banner-overlay-light {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(255,255,255,0.2) 100%);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #renouveau-affectif .ux-rebirth-layout { flex-direction: column; gap: 40px; }
    #renouveau-affectif .ux-reconstruction-box { padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1982e52 *//* =========================================
   28. SECTION CTA FINAL : MAGNETIC AURA
   ========================================= */
#cta-retour-affectif.ux-final-decision-section {
    padding: 100px 20px;
    background: #ffffff;
}

#cta-retour-affectif .ux-decision-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background: #1A0B2E; /* Fond noir mystique en dur */
    border-radius: 40px;
    padding: 80px 50px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(109, 40, 217, 0.2);
}

/* Halos colorés immersifs */
#cta-retour-affectif .ux-decision-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    z-index: 1;
}

#cta-retour-affectif .glow-wine {
    top: -10%; left: -10%;
    background: #8A1538;
}

#cta-retour-affectif .glow-amethyst {
    bottom: -10%; right: -10%;
    background: #6D28D9;
}

#cta-retour-affectif .ux-decision-content {
    position: relative;
    z-index: 10;
}

#cta-retour-affectif .ux-eyebrow-white {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 25px;
}

#cta-retour-affectif .ux-decision-title {
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

#cta-retour-affectif .ux-decision-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 50px;
}

#cta-retour-affectif .ux-decision-text strong {
    color: #ffffff;
}

/* LE BOUTON BLANC MAGNÉTIQUE */
#cta-retour-affectif .ux-btn-white-pulse {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    color: #1A0B2E;
    text-decoration: none;
    padding: 22px 50px;
    border-radius: 100px;
    font-size: 1.25rem;
    font-weight: 900;
    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), box-shadow 0.3s ease;
}

#cta-retour-affectif .ux-btn-white-pulse:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.2);
}

#cta-retour-affectif .ux-btn-subtext {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin-top: 20px;
    font-style: italic;
}

/* MOBILE */
@media (max-width: 768px) {
    #cta-retour-affectif .ux-decision-card { padding: 60px 25px; border-radius: 24px; }
    #cta-retour-affectif .ux-btn-white-pulse { padding: 18px 30px; font-size: 1.1rem; width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f9d0e3c *//* =========================================
   30. SECTION FAQ RETOUR : SANCTUARY UI
   ========================================= */
#faq-retour.ux-faq-sanctuary {
    padding: 100px 20px;
    background: #fdfbfd;
}

#faq-retour .ux-editorial-container {
    max-width: 1100px;
    margin: 0 auto;
}

#faq-retour .ux-faq-intro {
    text-align: center;
    margin-bottom: 70px;
}

#faq-retour .ux-faq-eyebrow {
    color: #8A1538;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    font-size: 0.85rem;
}

#faq-retour .ux-faq-main-title {
    font-size: 2.8rem;
    font-weight: 950;
    color: #1A0B2E;
    margin: 15px 0;
    letter-spacing: -1.5px;
}

#faq-retour .ux-faq-decoration {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8A1538, #6D28D9);
    margin: 0 auto;
    border-radius: 10px;
}

/* GRILLE FAQ ÉCLATÉE */
#faq-retour .ux-faq-masonry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Carte de base */
#faq-retour .ux-faq-card {
    background: #ffffff;
    padding: 45px;
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(26, 11, 46, 0.03);
    border: 1px solid rgba(0,0,0,0.02);
    transition: all 0.4s ease;
}

#faq-retour .ux-faq-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(109, 40, 217, 0.1);
}

#faq-retour .ux-faq-q {
    font-size: 1.4rem;
    font-weight: 850;
    color: #1A0B2E;
    margin-bottom: 20px;
    line-height: 1.3;
}

#faq-retour .ux-faq-a {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* Variantes de bordures */
#faq-retour .border-wine { border-top: 6px solid #8A1538; }
#faq-retour .border-amethyst { border-top: 6px solid #6D28D9; }

/* Carte finale mise en avant */
#faq-retour .border-full-gradient {
    grid-column: span 2;
    background: linear-gradient(135deg, #ffffff 0%, #fff0f3 100%);
    border: 2px solid #8A1538;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #faq-retour .ux-faq-masonry { grid-template-columns: 1fr; }
    #faq-retour .border-full-gradient { grid-column: span 1; }
    #faq-retour .ux-faq-card { padding: 30px; }
    #faq-retour .ux-faq-main-title { font-size: 2rem; }
}/* End custom CSS */