.elementor-3751 .elementor-element.elementor-element-429450bd{--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-dcdd3d5 *//* --- Architecture Pearl & Flow 2026 --- */
:root {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --text-dark: #1A0B2E;
    --glass: rgba(255, 255, 255, 0.8);
}

/* Nav Crystal - Effet de suspension */
.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); }

/* Hero Section */
.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;
}

/* 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;
}

.ux-lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

/* 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);
}

/* Mobile */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .ux-intro-sheet { padding: 30px 20px; border-radius: 30px; }
    .ux-lead-text { font-size: 1.05rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0afa877 *//* --- Esthétique Narrative Fluide 2026 --- */

.ux-vibrant-flow-section {
    padding: 100px 20px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* Titre avec Pep's Typographique */
.ux-h2-narrative {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 30px;
    color: #1A0B2E;
}

.ux-num-accent {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--wine);
    font-style: italic;
    margin-right: 10px;
}

.text-wine-vibrant {
    color: var(--wine);
    text-shadow: 2px 2px 0px rgba(154, 42, 91, 0.05);
}

.ux-intro-narrative {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #666;
    max-width: 800px;
    margin-bottom: 80px;
}

/* Le Stack Narratif (Zéro Bordures) */
.ux-narrative-stack {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 900px;
    position: relative;
}

/* Ligne de flux très fine */
.ux-narrative-stack::before {
    content: '';
    position: absolute;
    left: 40px; top: 0; bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--wine), var(--amethyst), transparent);
    opacity: 0.2;
}

.ux-narrative-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.ux-narrative-item:hover {
    transform: translateX(15px);
}

/* L'Aura (Le Pep's visuel sans cadre) */
.item-visual {
    position: relative;
    width: 80px; height: 80px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.aura-glow {
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    filter: blur(20px);
    opacity: 0.15;
    z-index: -1;
}

.wine-vibe { background: var(--wine); box-shadow: 0 0 30px var(--wine); }
.amethyst-vibe { background: var(--amethyst); box-shadow: 0 0 30px var(--amethyst); }

.item-icon {
    font-size: 2.2rem;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
}

/* Contenu textuel */
.item-text h3 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 15px;
    color: #1A0B2E;
}

.item-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .ux-narrative-stack::before { left: 25px; }
    .ux-narrative-item { gap: 20px; }
    .item-visual { width: 50px; height: 50px; }
    .item-icon { font-size: 1.5rem; }
    .ux-h2-narrative { font-size: 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fe6fa23 *//* --- Hyper-Relief & Wahou Design --- */

.ux-hyper-wahou-section {
    position: relative;
    padding: 140px 20px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* Sources de lumière vaporeuses */
.light-source {
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.12;
    z-index: 0;
}
.wine-glow { top: -100px; right: -100px; background: var(--wine); }
.amethyst-glow { bottom: -100px; left: -100px; background: var(--amethyst); }

/* Filigrane Géant */
.ux-mega-watermark {
    position: absolute;
    top: -50px; left: 50%;
    transform: translateX(-50%);
    font-size: 15rem;
    font-weight: 950;
    color: transparent;
    -webkit-text-stroke: 2px rgba(138, 21, 56, 0.05);
    z-index: 0;
    pointer-events: none;
}

.ux-hero-forfait {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 80px;
}

.ux-h2-wahou {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 950;
    color: #1A0B2E;
    letter-spacing: -3px;
    margin-bottom: 30px;
}

.ux-p-intro-wahou {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #564D65;
    max-width: 800px;
    margin: 0 auto;
}

/* La Plateforme en Lévitation */
.ux-glass-platform {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 40px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 40px 100px rgba(0,0,0,0.05);
}

.ux-h3-wahou {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--wine);
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Grille de cartes "Shards" (Éclats) */
.ux-benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.ux-benefit-card {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 35px;
    border: 1px solid #f0f0f0;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.ux-benefit-card:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 40px 80px rgba(142, 68, 173, 0.12);
    border-color: var(--amethyst);
}

.ux-icon-badge {
    font-size: 2rem;
    display: block;
    margin-bottom: 20px;
}

.ux-benefit-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

/* Effet de reflet sur les cartes au survol */
.card-glass-shine {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-100%);
    transition: transform 0.6s;
    border-radius: 35px;
    pointer-events: none;
}
.ux-benefit-card:hover .card-glass-shine { transform: translateX(100%); }

/* Responsive */
@media (max-width: 850px) {
    .ux-glass-platform { padding: 40px 20px; border-radius: 30px; }
    .ux-mega-watermark { font-size: 8rem; top: 0; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-90dac18 *//* --- Design Cyber-Sérénité 2026 --- */

.ux-cyber-secure-section {
    padding: 120px 20px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    position: relative;
}

/* Titre avec numéro néon */
.ux-h2-cyber {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 950;
    color: #1A0B2E;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.ux-num-glow {
    color: var(--wine);
    text-shadow: 0 0 15px rgba(154, 42, 91, 0.3);
    font-style: italic;
    margin-right: 15px;
}

.ux-p-intro-secure {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin-bottom: 80px;
}

/* --- Le TPE Vault (Relief Profond) --- */
.ux-tpe-vault {
    position: relative;
    background: #ffffff;
    border-radius: 50px;
    padding: 60px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.05); /* Ombre profonde */
    border: 1px solid rgba(0,0,0,0.02);
    margin-bottom: 60px;
    transition: all 0.5s ease;
}

.ux-tpe-vault:hover {
    transform: scale(1.01);
    box-shadow: 0 60px 120px rgba(154, 42, 91, 0.08);
}

.vault-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.pulse-shield {
    font-size: 2.5rem;
    animation: shield-pulse 2s infinite;
}

@keyframes shield-pulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 0px var(--wine)); }
    50% { transform: scale(1.1); filter: drop-shadow(0 0 15px var(--wine)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 0px var(--wine)); }
}

.vault-header h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #1A0B2E;
    margin: 0;
}

.vault-body p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
}

/* Bannière Déontologie (Le Pep's) */
.ux-deontologie-banner {
    margin-top: 40px;
    padding: 30px;
    background: #FDF2F5; /* Teinte Wine ultra-légère */
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.banner-line {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    background: var(--wine);
}

.ux-deontologie-banner p {
    margin: 0;
    color: #8a1538;
    font-size: 1.1rem;
}

/* --- PayPal Float (L'élément lévitant) --- */
.ux-paypal-float {
    background: #ffffff;
    border-radius: 40px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(142, 68, 173, 0.1);
    box-shadow: 0 20px 50px rgba(142, 68, 173, 0.05);
    transition: all 0.4s ease;
}

.ux-paypal-float:hover {
    transform: translateY(-10px);
    border-color: var(--amethyst);
}

.float-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.float-icon {
    font-size: 2.5rem;
    background: #F7F3FF;
    width: 80px; height: 80px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 20px;
    color: var(--amethyst);
}

.float-text h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #1A0B2E;
    margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .ux-tpe-vault { padding: 30px 20px; border-radius: 30px; }
    .vault-header { flex-direction: column; text-align: center; }
    .float-inner { flex-direction: column; text-align: center; }
    .ux-h2-cyber { font-size: 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-296f595 *//* --- Esthétique Couture Luxe 2026 --- */

.ux-invitation-luxe {
    padding: 150px 20px;
    background: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

/* Titre Monumental */
.ux-h2-couture {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -4px;
    color: #111;
    margin-bottom: 40px;
}

.text-wine-couture {
    color: #8a1538; /* Ton bordeaux exact */
}

.ux-p-intro-couture {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 80px;
    font-weight: 400;
}

/* Le Bijou de Contact (Zéro boîte, juste une aura) */
.ux-contact-jewel {
    position: relative;
    display: inline-block;
    padding: 2px; /* Pour la bordure dégradée */
    border-radius: 40px;
    background: linear-gradient(135deg, #8a1538, #8E44AD); /* Pep's dégradé */
}

.jewel-content {
    background: #ffffff;
    padding: 60px 80px;
    border-radius: 38px;
    position: relative;
    z-index: 2;
}

.ux-h3-jewel {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #999;
    margin-bottom: 25px;
}

.ux-number-jewel {
    display: block;
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 950;
    color: #111;
    text-decoration: none;
    letter-spacing: -2px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.ux-number-jewel:hover {
    transform: scale(1.05);
    color: #8a1538;
}

.ux-security-jewel {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* L'Aura de Pep's */
.jewel-aura {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, #8a1538, #8E44AD);
    filter: blur(40px);
    opacity: 0.15;
    z-index: 1;
}

/* Texte de fin */
.ux-p-final-couture {
    margin-top: 100px;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
}

.ux-link-couture {
    color: #111;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 2px solid #8a1538;
}

/* Footer Minimaliste */
.ux-footer-minimalist {
    padding: 50px 0;
    border-top: 1px solid #f0f0f0;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #999;
}

.footer-top-link {
    text-decoration: none;
    color: #8a1538;
    font-weight: 900;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
    .ux-h2-couture { font-size: 2.2rem; }
    .jewel-content { padding: 40px 20px; }
    .footer-grid { flex-direction: column; gap: 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3a08646 *//* --- FAQ TARIFS & TRANSPARENCE : CLEMY MASTER SYSTEM --- */
#clemy-faq-tarifs {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --lavender: #f3e5f5;
    --border-lux: rgba(110, 27, 137, 0.12);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: #ffffff;
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-tarifs .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-tarifs .faq-header { text-align: center; margin-bottom: 60px; }
#clemy-faq-tarifs .kicker-wrap { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 25px; }
#clemy-faq-tarifs .kicker { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; color: var(--purple); }
#clemy-faq-tarifs .kicker-line { flex-grow: 1; height: 1px; max-width: 80px; background: linear-gradient(90deg, var(--purple), transparent); }

#clemy-faq-tarifs .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-tarifs .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-faq-tarifs .faq-intro { font-size: 1.1rem; color: #666; max-width: 650px; margin: 0 auto; line-height: 1.6; }

/* --- ACCORDION ITEMS --- */
#clemy-faq-tarifs .faq-grid { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-tarifs .faq-item {
    background: #ffffff; border: 1px solid var(--border-lux); border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

#clemy-faq-tarifs .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-tarifs .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* SUMMARY STYLING */
#clemy-faq-tarifs summary {
    padding: 25px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-tarifs summary::-webkit-details-marker { display: none; }

#clemy-faq-tarifs .q-num {
    font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 900;
    color: var(--purple); opacity: 0.4; min-width: 35px;
}

#clemy-faq-tarifs .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 20px; line-height: 1.4;
}

#clemy-faq-tarifs .q-chevron {
    width: 20px; height: 20px; position: relative;
    transition: transform 0.4s;
}

#clemy-faq-tarifs .q-chevron::before, 
#clemy-faq-tarifs .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple);
    transition: transform 0.4s;
}

#clemy-faq-tarifs .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-tarifs .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }

#clemy-faq-tarifs .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* CONTENT STYLING */
#clemy-faq-tarifs .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqSlideIn 0.5s ease-out;
}

@keyframes faqSlideIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-tarifs .faq-content p { margin: 0; text-align: justify; }
#clemy-faq-tarifs .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    #clemy-faq-tarifs .faq-canvas { padding: 0 20px; }
    #clemy-faq-tarifs .q-num { display: none; }
    #clemy-faq-tarifs .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-tarifs .faq-content p { text-align: left; }
    #clemy-faq-tarifs .display-title { text-align: left; }
    #clemy-faq-tarifs .kicker-wrap { justify-content: flex-start; }
    #clemy-faq-tarifs .faq-intro { text-align: left; }
}/* End custom CSS */