.elementor-3755 .elementor-element.elementor-element-5844b0a8{--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-17fbede *//* --- Architecture Pearl & Flow 2026 --- */
:root {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --text-dark: #1A0B2E;
    --glass: rgba(255, 255, 255, 0.8);
}

/* =========================================
   1. NAVIGATION (Nav Crystal)
   ========================================= */
.ux-nav-crystal {
    position: sticky;
    top: 15px;
    z-index: 1000;
    max-width: 1000px;
    margin: 0 auto;
    background: var(--glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(45, 30, 64, 0.05);
}

.ux-nav-container {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-size: 0.9rem; 
}

.nav-dot { 
    width: 8px; 
    height: 8px; 
    background: var(--wine); 
    border-radius: 50%; 
}

.nav-links { 
    display: flex; 
    gap: 5px; 
}

.nav-anchor {
    text-decoration: none;
    color: var(--text-dark);
    padding: 10px 18px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.nav-anchor:hover { 
    background: #fff; 
    color: var(--amethyst); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
}

/* Bouton Prendre RDV (CTA) */
.nav-cta {
    background: var(--wine);
    color: #ffffff !important; 
    box-shadow: 0 4px 15px rgba(154, 42, 91, 0.2);
}

.nav-cta:hover {
    background: var(--amethyst);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(142, 68, 173, 0.3);
}

/* =========================================
   2. HERO SECTION & TYPOGRAPHIE
   ========================================= */
.ux-hero-serenity {
    position: relative;
    padding: 100px 20px 60px;
    background: #ffffff;
}

.hero-aura {
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 600px;
    background: radial-gradient(circle at center, rgba(142, 68, 173, 0.03) 0%, transparent 70%);
    z-index: 0;
}

.ux-hero-content { 
    position: relative; 
    z-index: 1; 
    text-align: center; 
}

.ux-h1-sculpted {
    font-size: clamp(2rem, 6vw, 3.2rem);
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -2px;
    color: var(--text-dark);
    margin-bottom: 50px;
}

.text-gradient-vibrant {
    background: linear-gradient(135deg, var(--wine), var(--amethyst));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================================
   3. CONTENU ET ENCARTS
   ========================================= */
/* Feuillet Introductif - Pas de bordures, juste du relief */
.ux-intro-sheet {
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px;
    border-radius: 50px;
    box-shadow: 0 40px 100px rgba(45, 30, 64, 0.04);
    text-align: left;
    position: relative;
    z-index: 1;
}

.ux-lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

/* Encart de mise en avant (Notice Card) */
.ux-notice-card {
    background: rgba(142, 68, 173, 0.05);
    border-left: 4px solid var(--amethyst);
    padding: 25px 30px;
    border-radius: 0 15px 15px 0;
    margin: 40px 0 10px 0;
}

.ux-notice-title {
    display: block;
    font-size: 1.1rem;
    color: var(--amethyst);
    margin-bottom: 10px;
}

.ux-notice-text {
    margin: 0;
    color: var(--text-dark);
    line-height: 1.6;
    font-size: 1rem;
}

/* Trust Bar - Micro Pep's */
.ux-trust-bar {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
}

.trust-item {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--amethyst);
}

/* =========================================
   4. RESPONSIVE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .nav-links { 
        display: none; /* Attention: Menu masqué sur mobile pour le moment */
    }
    
    .ux-intro-sheet { 
        padding: 30px 20px; 
        border-radius: 30px; 
    }
    
    .ux-lead-text { 
        font-size: 1.05rem; 
    }
    
    .ux-notice-card {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2abae39 *//* =========================================
   TRAITEMENT DES IMAGES PREMIUM
   ========================================= */
.ux-premium-banner-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.ux-premium-banner {
    width: 100%;
    /* Utilisation de l'aspect-ratio pour un cadre parfait peu importe l'écran */
    aspect-ratio: 21 / 9; 
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.08);
}

.ux-premium-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* LE SECRET POUR DES IMAGES NETTES ET NON DÉFORMÉES */
    object-position: center;
    transition: transform 0.7s ease;
}

.ux-premium-banner:hover img {
    transform: scale(1.03); /* Léger zoom élégant au survol */
}

/* =========================================
   SECTION ÉDITORIALE (TIMELINE)
   ========================================= */
.ux-editorial-section {
    padding: 60px 20px;
    background: #fcfbfd; /* Blanc très légèrement teinté améthyste */
}

.ux-editorial-container {
    max-width: 850px;
    margin: 0 auto;
}

.ux-section-header {
    text-align: center;
    margin-bottom: 70px;
}

/* La Ligne de Temps (Flow) */
.ux-flow-timeline {
    position: relative;
    padding-left: 50px; /* Espace pour la ligne et les numéros */
}

/* La ligne verticale centrale */
.ux-flow-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    background: linear-gradient(to bottom, var(--amethyst), rgba(154, 42, 91, 0.1));
}

.ux-flow-item {
    position: relative;
    margin-bottom: 70px;
}

.ux-flow-item:last-child {
    margin-bottom: 0;
}

/* Les marqueurs (Numéros) */
.ux-flow-marker {
    position: absolute;
    left: -65px; /* Centré sur la ligne */
    top: -5px;
    width: 70px;
    height: 40px;
    background: #fff;
    color: var(--wine);
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Effet Pearl */
    box-shadow: 0 10px 20px rgba(142, 68, 173, 0.1);
    border-radius: 30px;
    border: 1px solid rgba(142, 68, 173, 0.1);
    z-index: 2;
}

/* Contenu Texte */
.ux-flow-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.02);
}

.ux-flow-title {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ux-flow-subtitle {
    font-size: 1rem;
    color: var(--amethyst);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ux-flow-usage {
    margin-top: 25px;
    padding: 20px;
    background: rgba(142, 68, 173, 0.03);
    border-radius: 12px;
    border-left: 3px solid var(--wine);
    font-size: 0.95rem;
    color: #444;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .ux-flow-timeline { padding-left: 30px; }
    .ux-flow-timeline::before { left: 5px; }
    .ux-flow-marker {
        left: -30px;
        width: 50px;
        height: 30px;
        font-size: 1.2rem;
    }
    .ux-flow-content { padding: 25px 20px; }
    .ux-premium-banner { aspect-ratio: 16 / 9; } /* Ratio plus adapté aux téléphones */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4c69338 *//* =========================================
   7. SECTION MÉTHODE (PROCESSUS PREMIUM)
   ========================================= */
.ux-method-section {
    padding: 80px 20px;
    background: #ffffff;
    border-top: 1px solid rgba(142, 68, 173, 0.05);
}

.ux-method-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Conteneur de la liste */
.ux-process-list {
    display: flex;
    flex-direction: column;
    gap: 0; /* Géré par les bordures et le padding des rows */
}

/* Ligne d'étape */
.ux-process-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.ux-process-row:last-child {
    border-bottom: none;
}

.ux-process-row:hover .ux-process-number {
    color: rgba(142, 68, 173, 0.3);
    transform: translateX(10px);
}

/* Le Numéro Géant Filigrane */
.ux-process-number {
    font-size: 5rem;
    font-weight: 900;
    line-height: 0.8;
    color: rgba(142, 68, 173, 0.1); /* Améthyste très clair */
    transition: all 0.4s ease;
    flex-shrink: 0;
}

/* Le contenu texte */
.ux-process-content {
    flex-grow: 1;
}

.ux-process-title {
    font-size: 1.6rem;
    color: var(--text-dark);
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* Le petit tag (Sans support / Avec support) */
.ux-process-tag {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(154, 42, 91, 0.05);
    color: var(--wine);
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid rgba(154, 42, 91, 0.1);
}

.ux-process-content p {
    color: #555;
    margin: 0;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .ux-process-row {
        flex-direction: column;
        gap: 20px;
        padding: 40px 0;
    }
    .ux-process-number {
        font-size: 4rem;
    }
    .ux-process-title {
        font-size: 1.3rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f997dea *//* =========================================
   8. SECTION CAS PRATIQUE (NARRATIVE FLOW)
   ========================================= */
.ux-section-narrative {
    padding: 100px 20px;
    background: #ffffff;
    border-top: 1px solid rgba(142, 68, 173, 0.05);
}

.ux-case-header {
    text-align: center;
    margin-bottom: 80px;
}

.ux-case-title {
    font-size: 2.2rem;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -2px;
    color: var(--text-dark);
    margin-bottom: 20px;
}

/* La Timeline Narrative (UX/UI Center) */
.ux-case-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 60px; /* Espace pour les marqueurs */
}

/* La ligne centrale (Gradient) */
.ux-case-timeline::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 20px;
    width: 2px;
    background: linear-gradient(to bottom, var(--amethyst), rgba(154, 42, 91, 0.1));
}

.ux-timeline-step {
    position: relative;
    margin-bottom: 80px;
}

.ux-timeline-step:last-child {
    margin-bottom: 0;
}

/* Les marqueurs (Icônes simulées) */
.ux-step-marker {
    position: absolute;
    left: -70px; /* Centré sur la ligne */
    top: 0;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(142, 68, 173, 0.15);
    border: 1px solid rgba(142, 68, 173, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Contenu Texte */
.ux-step-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.015);
}

.ux-step-title {
    font-size: 1.5rem;
    color: var(--text-dark);
    display: block;
    margin-bottom: 20px;
}

.ux-step-content p {
    color: #444;
    margin: 0;
}

/* Le Verdict Final */
.ux-final-decree-box {
    margin-top: 25px;
    padding: 30px;
    background: rgba(154, 42, 91, 0.03);
    border-radius: 0 16px 16px 0;
    border-left: 4px solid var(--wine);
}

.ux-decree-quote {
    margin: 0;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.7;
    font-weight: 500;
}

/* =========================================
   9. VISUALISATION INTERACTIVE (CARD REVEAL)
   ========================================= */
.ux-panel-visual {
    background: #fdfbfd;
}

.ux-card-reveal-simulation {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

.ux-card-layer-card, .ux-card-layer-over {
    background: #ffffff;
    border: 1px solid rgba(142, 68, 173, 0.15);
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
}

.ux-card-layer-card[data-card="entreprises"] {
    border-left: 3px solid rgba(142, 68, 173, 0.3);
}

.ux-card-layer-over {
    background: var(--text-dark);
    color: #ffffff;
    border-color: var(--text-dark);
}

.ux-card-reveal-simulation:hover .ux-card-layer-over {
    transform: translateY(-5px) scale(1.02);
}

/* =========================================
   10. TRAITEMENT DES IMAGES PREMIUM
   ========================================= */
.ux-premium-banner-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.ux-premium-banner {
    width: 100%;
    aspect-ratio: 21 / 9; /* Ratio Panorama */
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.08);
}

.ux-premium-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* LE SECRET POUR DES IMAGES NETTES ET NON DÉFORMÉES */
    object-position: center;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .ux-premium-banner { aspect-ratio: 16 / 9; }
    .ux-card-reveal-simulation { flex-direction: column; }
    .ux-final-decree-box { padding: 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-229de44 *//* --- FAQ SUPPORTS & ETHIQUE : CLEMY MASTER SYSTEM --- */
#clemy-faq-supports {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --lavender: #f3e5f5;
    --border-blueprint: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-supports .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-supports .faq-header { text-align: center; margin-bottom: 60px; }
#clemy-faq-supports .kicker-wrap { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 25px; }
#clemy-faq-supports .kicker { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; color: var(--purple); }
#clemy-faq-supports .kicker-line { flex-grow: 1; height: 1px; max-width: 80px; background: linear-gradient(90deg, var(--purple), transparent); }

#clemy-faq-supports .display-title {
    font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 6vw, 3.2rem);
    font-weight: 900; line-height: 1.1; margin-bottom: 20px; color: var(--dark);
}

#clemy-faq-supports .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-faq-supports .faq-intro { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* --- ACCORDION ITEMS --- */
#clemy-faq-supports .faq-grid { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-supports .faq-item {
    background: #ffffff; border: 1px solid var(--border-blueprint); border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

#clemy-faq-supports .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 12px 30px rgba(110, 27, 137, 0.05);
}

#clemy-faq-supports .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.08);
}

/* Accentuation Éthique */
#clemy-faq-supports .item-ethic[open] { border-color: var(--wine); }
#clemy-faq-supports .item-ethic .q-num { color: var(--wine); }

/* SUMMARY STYLING */
#clemy-faq-supports summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-supports summary::-webkit-details-marker { display: none; }

#clemy-faq-supports .q-num {
    font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 900;
    color: var(--purple); opacity: 0.4; min-width: 35px;
}

#clemy-faq-supports .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

#clemy-faq-supports .q-chevron {
    width: 22px; height: 22px; position: relative;
    transition: transform 0.4s;
}

#clemy-faq-supports .q-chevron::before, 
#clemy-faq-supports .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple);
    transition: transform 0.4s;
}

#clemy-faq-supports .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-supports .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }

#clemy-faq-supports .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* CONTENT STYLING */
#clemy-faq-supports .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: blueprintSlide 0.5s ease-out;
}

@keyframes blueprintSlide {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-supports .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    #clemy-faq-supports .faq-canvas { padding: 0 20px; }
    #clemy-faq-supports .q-num { display: none; }
    #clemy-faq-supports .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-supports .display-title { text-align: left; }
    #clemy-faq-supports .kicker-wrap { justify-content: flex-start; }
    #clemy-faq-supports .faq-intro { text-align: left; }
}/* End custom CSS */