/* 
 * ELEA Market Tools - Charte Graphique CORRIGÉE
 * Police: Victorian Orchid (Playfair Display)
 * Couleurs: Noir, Bleu foncé, Bleu cyan, Mauve
 * VERSION SANS FONDS NOIRS NI TEXTES BLANCS
 */

/* Import de la police Victorian Orchid */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

/* Application globale de la police Victorian Orchid */
.elea-modern-container,
.elea-modern-container * {
    font-family: 'Playfair Display', serif !important;
}

/* STYLES CRITIQUES - FORCER L'APPLICATION */
.elea-report-content * {
    box-sizing: border-box !important;
    font-family: var(--elea-font-primary) !important;
}

.elea-report-content h1,
.elea-report-content h2,
.elea-report-content h3,
.elea-report-content h4,
.elea-report-content h5,
.elea-report-content h6 {
    font-family: 'Playfair Display', serif !important;
    color: #00395e !important;
    font-weight: 600 !important;
    margin: 1rem 0 !important;
}

.elea-report-content p,
.elea-report-content li,
.elea-report-content span,
.elea-report-content div {
    color: #343A40 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    line-height: 1.75 !important;
}

.elea-report-content p {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    text-align: left !important;
    text-align: justify !important;
    hyphens: auto !important;
    word-spacing: 0.05em !important;
    text-justify: inter-word !important;
    line-height: 1.8 !important;
}

.elea-report-content li {
    margin-bottom: 0.75rem !important;
    padding-left: 0.5rem !important;
    text-align: left !important;
    text-align: justify !important;
}

.elea-report-content strong,
.elea-report-content b {
    color: #00395e !important;
    font-weight: 700 !important;
}

/* SECTION HERO AVEC CADRE BLEU ET ANIMATIONS */
.elea-hero-section {
    background: #00395e;
    border-radius: 20px;
    padding: 60px 40px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3);
    color: #ffffff;
}



.elea-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
}

.elea-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.elea-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.elea-hero-subtitle {
    font-size: 1.2rem;
    color: #FFFFFF;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}



/* Animation de rotation pour le bouton d'analyse */
@keyframes elea-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Design premium moderne et élégant */
.elea-premium-card-new {
    background: #00395e !important;
    background-color: #00395e !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 32px !important;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3) !important;
    overflow: hidden !important;
    position: relative !important;
    color: #ffffff !important;
    margin: 20px 0 !important;
}


.elea-premium-header-new {
    display: flex;
    align-items: center;
    padding: 0 0 24px 0;
    background: #00395e;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 24px;
}


.elea-premium-content {
    flex: 1;
}

.elea-premium-title-new {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.elea-premium-description-new {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 24px 0;
    line-height: 1.5;
    font-weight: 400;
}

.elea-premium-features-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    margin-bottom: 25px;
}

.elea-feature-item-new {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    color: #00395e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.elea-feature-item-new:hover {
    background: #f8f9fa;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #00395e;
}

.elea-feature-check {
    color: #00395e;
    font-size: 18px;
    font-weight: bold;
    margin-right: 16px;
    min-width: 20px;
}

/* Icônes blanches pour le bloc premium */
.elea-premium-card-new .elea-feature-check {
    color: #ffffff !important;
}

.elea-feature-text-new {
    color: #00395e;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

/* Texte blanc pour le bloc premium */
.elea-premium-card-new .elea-feature-text-new {
    color: #ffffff !important;
}

.elea-premium-cta-new {
    text-align: center;
}

.elea-premium-btn-new {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
    background-image: none !important;
    color: #FFFFFF !important;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 57, 94, 0.25);
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

/* Forcer l'application sur tous les enfants - PAS DE BACKGROUND BLANC */
.elea-premium-btn-new *,
.elea-premium-btn-new span,
.elea-premium-btn-new .elea-btn-text-new,
.elea-premium-btn-new .elea-btn-arrow-new {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.elea-premium-btn-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.elea-premium-btn-new:hover::before {
    left: 100%;
}

.elea-premium-btn-new:hover {
    background: rgb(0, 90, 160) !important;
    background-color: rgb(0, 90, 160) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 105, 180, 0.4);
    color: #FFFFFF !important;
    text-decoration: none;
}

.elea-btn-text-new {
    font-weight: 600;
    color: #FFFFFF !important;
}

.elea-btn-arrow-new {
    font-size: 20px;
    transition: transform 0.3s ease;
    font-weight: bold;
}

.elea-premium-btn-new:hover .elea-btn-arrow-new {
    transform: translateX(5px);
}

/* Responsive pour la section premium */
@media (max-width: 768px) {
    .elea-premium-card-new {
        padding: 24px;
        margin: 16px 0;
    }
    
    .elea-premium-header-new {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 20px 0;
    }
    
    
    .elea-premium-features-new {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .elea-premium-title-new {
        font-size: 24px;
    }
    
    .elea-premium-description-new {
        font-size: 16px;
    }
    
    .elea-premium-btn-new {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* Suppression des styles hérités (panneau gris) */
html body .elea-premium-section,
html body .elea-premium-section * {
    background-color: transparent !important;
}
html body .elea-premium-section .elea-premium-card,
html body .elea-premium-section .elea-premium-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


/* RESPONSIVE POUR LES HEADERS */
@media (max-width: 768px) {
    .elea-results-header {
        padding: 30px 20px !important;
    }
    
    .elea-results-title {
        font-size: 2rem !important;
    }
    
    .elea-report-header {
        padding: 30px 20px !important;
    }
    
    .elea-report-main-title {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 480px) {
    .elea-results-header {
        padding: 25px 15px !important;
    }
    
    .elea-results-title {
        font-size: 1.6rem !important;
    }
    
    .elea-report-header {
        padding: 25px 15px !important;
    }
    
    .elea-report-main-title {
        font-size: 1.5rem !important;
    }
    
    .elea-report-meta {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

/* RESPONSIVE POUR LA SECTION HERO */
@media (max-width: 768px) {
    .elea-hero-section {
        padding: 40px 20px;
        margin: 20px 0;
    }
    
    .elea-hero-title {
        font-size: 2.2rem;
    }
    
    .elea-hero-subtitle {
        font-size: 1.1rem;
    }
    
}

@media (max-width: 480px) {
    .elea-hero-section {
        padding: 30px 15px;
    }
    
    .elea-hero-title {
        font-size: 1.8rem;
    }
    
    .elea-hero-subtitle {
        font-size: 1rem;
    }
    
}

/* Variables de la charte graphique */
:root {
    --elea-black: #000000;
    --elea-dark-blue: #00395e;
    --elea-cyan-blue: #00ACE9;
    --elea-muted-mauve: #C06EAA;
    --elea-white: #FFFFFF;
    --elea-light-gray: #F8F9FA;
    --elea-medium-gray: #6C757D;
    --elea-dark-gray: #343A40;
    
    /* Polices */
    --elea-font-primary: 'Playfair Display', serif;
    --elea-font-secondary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    /* Espacements */
    --elea-spacing-xs: 0.5rem;
    --elea-spacing-sm: 1rem;
    --elea-spacing-md: 1.5rem;
    --elea-spacing-lg: 2rem;
    --elea-spacing-xl: 3rem;
    
    /* Bordures */
    --elea-border-radius: 12px;
    --elea-border-radius-sm: 8px;
    --elea-border-radius-lg: 16px;
    
    /* Ombres */
    --elea-shadow-light: 0 2px 4px rgba(0, 0, 0, 0.1);
    --elea-shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.15);
    --elea-shadow-heavy: 0 8px 16px rgba(0, 0, 0, 0.2);
    
    /* Transitions */
    --elea-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* HEADER DES RÉSULTATS - BACKGROUND GRIS ÉLÉGANT */
.elea-results-header {
    background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%) !important;
    border-radius: 16px !important;
    padding: 40px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
}

.elea-results-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00395e 0%, #00ACE9 100%);
}

.elea-results-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(0, 57, 94, 0.1) !important;
    color: #00395e !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(0, 57, 94, 0.2) !important;
}

.elea-results-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #00395e !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.2 !important;
}

.elea-results-subtitle {
    font-size: 1.1rem !important;
    color: #6C757D !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    opacity: 0.9 !important;
}

/* HEADER DU RAPPORT - COULEURS BLEUES MAGNIFIQUES */
.elea-report-header {
    background: #00395e !important;
    background-color: #00395e !important;
    border-radius: 16px !important;
    padding: 40px !important;
    margin-bottom: 30px !important;
    border: none !important;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}



.elea-report-main-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.4 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.elea-report-main-title * {
    color: #FFFFFF !important;
}

.elea-report-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.elea-meta-item {
    background: transparent !important;
    backdrop-filter: none !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    color: #FFFFFF !important;
    border: none !important;
    font-weight: 500 !important;
}

.elea-meta-item * {
    color: #FFFFFF !important;
}

.elea-meta-item strong {
    color: #FFFFFF !important;
}

/* FORCER LES COULEURS BLANCHES DANS LE HEADER DU RAPPORT */
.elea-report-header h1,
.elea-report-header h2,
.elea-report-header h3,
.elea-report-header h4,
.elea-report-header h5,
.elea-report-header h6,
.elea-report-header p,
.elea-report-header span,
.elea-report-header div,
.elea-report-header strong,
.elea-report-header em {
    color: #FFFFFF !important;
}

.elea-report-header .elea-report-main-title,
.elea-report-header .elea-report-main-title * {
    color: #FFFFFF !important;
}

.elea-report-header .elea-meta-item,
.elea-report-header .elea-meta-item * {
    color: #FFFFFF !important;
}

/* RÈGLE ULTRA-SPÉCIFIQUE POUR FORCER LA BONNE COULEUR */
html body .elea-report-header,
html body .elea-report-header:not([style*="background: linear-gradient"]):not([style*="background-color: #00395ED4"]),
html body .elea-report-header[style],
html body .elea-report-header[class],
html body div.elea-report-header {
    background: #00395e !important;
    background-color: #00395e !important;
    background-image: none !important;
    color: #ffffff !important;
}

html body .elea-report-header *,
html body .elea-report-header h1,
html body .elea-report-header h2,
html body .elea-report-header h3,
html body .elea-report-header h4,
html body .elea-report-header h5,
html body .elea-report-header h6,
html body .elea-report-header p,
html body .elea-report-header span,
html body .elea-report-header div,
html body .elea-report-header strong,
html body .elea-report-header em {
    color: #ffffff !important;
}

/* MÉTADONNÉES TRANSPARENTES */
html body .elea-report-header .elea-meta-item,
html body .elea-report-header .elea-meta-item * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    color: #ffffff !important;
}

.elea-section-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #00395e !important;
    margin: 50px 0 25px 0 !important;
    padding: 0 0 15px 0 !important;
    border: none !important;
    border-bottom: 3px solid #00395e !important;
    text-align: left !important;
    letter-spacing: -0.02em !important;
}

.elea-section-title:first-of-type {
    margin-top: 20px !important;
}

/* PESTEL ANALYSIS - BACKGROUND GRIS LÉGER */
.elea-pestel-analysis {
    background: transparent !important;
    padding: 50px 30px !important;
    border-radius: 0 !important;
    margin: 70px 0 !important;
    border-top: 2px solid #E9ECEF !important;
    border-bottom: 2px solid #E9ECEF !important;
}

/* PESTEL SECTIONS - DESIGN SIMPLE ET ÉPURÉ */
.elea-pestel-section {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 35px 0 !important;
    margin-bottom: 50px !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
    border-left: 4px solid #00395e !important;
    padding-left: 25px !important;
    position: relative !important;
}

.elea-pestel-section:last-child {
    margin-bottom: 0 !important;
}


.elea-pestel-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #00395e !important;
    margin: 0 0 20px 0 !important;
    text-align: left !important;
    line-height: 1.4 !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #DEE2E6 !important;
}

.elea-pestel-content {
    padding-left: 0 !important;
    text-align: left !important;
}

.elea-pestel-list {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.elea-pestel-list li {
    position: relative !important;
    padding: 15px 0 15px 25px !important;
    margin-bottom: 20px !important;
    color: #343A40 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
    text-align: left !important;
    text-align: justify !important;
    list-style: none !important;
    display: block !important;
}

.elea-pestel-list li::before {
    content: "•" !important;
    color: #00395e !important;
    font-weight: bold !important;
    position: absolute !important;
    left: 0 !important;
    font-size: 1.2rem !important;
}

/* Nouveaux styles pour l'analyse PESTEL structurée - SIMPLE */
.elea-pestel-content {
    display: block;
    margin-top: 15px;
    text-align: left !important;
}

.elea-pestel-positive,
.elea-pestel-negative {
    background: transparent;
    padding: 15px 0;
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    text-align: left !important;
}

.elea-pestel-positive {
    background: transparent;
}

.elea-pestel-negative {
    background: transparent;
}

.elea-pestel-positive h4,
.elea-pestel-negative h4 {
    margin: 0 0 15px 0 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    font-family: 'Playfair Display', serif !important;
    text-align: left !important;
}

.elea-pestel-positive h4 {
    color: #28a745 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
}

.elea-pestel-negative h4 {
    color: #dc3545 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
}

.elea-pestel-positive ul,
.elea-pestel-negative ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left !important;
}

.elea-pestel-positive ul,
.elea-pestel-negative ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

.elea-pestel-positive li,
.elea-pestel-negative li {
    padding: 18px 0 18px 25px !important;
    color: #495057 !important;
    line-height: 1.9 !important;
    font-size: 16px !important;
    text-align: left !important;
    text-align: justify !important;
    position: relative !important;
    margin-bottom: 25px !important;
    display: block !important;
    hyphens: auto !important;
    word-spacing: 0.05em !important;
}

.elea-pestel-positive li:last-child,
.elea-pestel-negative li:last-child {
    margin-bottom: 0;
}

.elea-pestel-positive li::before,
.elea-pestel-negative li::before {
    content: "•" !important;
    color: #00395e !important;
    font-weight: bold !important;
    position: absolute !important;
    left: 0 !important;
    font-size: 22px !important;
    line-height: 2.2 !important;
    display: block !important;
    visibility: visible !important;
}

.elea-pestel-impact {
    background: #E9ECEF;
    color: #00395e;
    padding: 18px;
    border-radius: 6px;
    margin-top: 15px;
    text-align: left !important;
    text-align: justify !important;
}

.elea-pestel-impact h4 {
    margin: 0 0 10px 0;
    color: #00395e;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    text-align: left !important;
}

.elea-pestel-impact p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: left !important;
    text-align: justify !important;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .elea-pestel-content {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Styles pour l'éditeur de prompts */
.elea-prompts-container {
    display: grid;
    gap: 30px;
    margin: 20px 0;
}

.elea-prompt-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.elea-prompt-section h3 {
    color: #00395e;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
}

.elea-prompt-section textarea {
    width: 100%;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    resize: vertical;
}

.elea-prompt-section textarea:focus {
    border-color: #00395e;
    box-shadow: 0 0 0 2px rgba(0, 57, 94, 0.1);
    outline: none;
}

.elea-prompt-actions {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
}

.elea-prompt-actions .button {
    margin-right: 10px;
}

/* Styles pour l'aperçu des prompts */
.elea-prompt-preview {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.4;
    max-height: 200px;
    overflow-y: auto;
    white-space: pre-wrap;
}

/* RECOMMANDATIONS */
.elea-immediate-recommendation {
    margin: 70px 0 !important;
    background: transparent !important;
    padding: 50px 30px !important;
    border-radius: 0 !important;
    border-top: 2px solid #E9ECEF !important;
    border-bottom: 2px solid #E9ECEF !important;
}

.elea-immediate-recommendations-list {
    display: block !important;
    margin-top: 15px !important;
}

.elea-immediate-recommendation-item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 40px 0 40px 35px !important;
    margin-bottom: 45px !important;
    box-shadow: none !important;
    text-align: left !important;
    border-bottom: 2px solid #E9ECEF !important;
    transition: padding-left 0.2s ease !important;
    position: relative;
}

.elea-immediate-recommendation-item::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #00395e !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 2.2 !important;
}

.elea-immediate-recommendation-item:hover {
    padding-left: 10px !important;
    border-left: 3px solid #00ACE9 !important;
}

.elea-immediate-recommendation-item:last-child {
    border-bottom: none !important;
}

.elea-immediate-recommendation-item h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #00395e !important;
    margin: 0 0 20px 0 !important;
    text-align: left !important;
    padding-left: 0 !important;
    line-height: 1.5 !important;
}

.elea-immediate-recommendation-item h4::before {
    display: none !important;
}

.elea-immediate-recommendation-item p {
    color: #343A40 !important;
    line-height: 2.2 !important;
    margin: 0 0 25px 0 !important;
    font-size: 17px !important;
    text-align: left !important;
    text-align: justify !important;
    word-spacing: 0.1em !important;
    letter-spacing: 0.01em !important;
}

.elea-recommendation-card {
    background: transparent !important;
    border: 2px solid #00ACE9 !important;
    border-radius: 12px !important;
    padding: 30px !important;
    color: #343A40 !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.elea-recommendation-icon {
    font-size: 3rem !important;
    flex-shrink: 0 !important;
}

.elea-recommendation-content h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    color: #00395e !important;
}

.elea-recommendation-content p {
    margin: 0 !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    opacity: 0.95 !important;
    color: #343A40 !important;
}

.elea-general-recommendations {
    margin: 70px 0 !important;
    background: transparent !important;
    padding: 50px 30px !important;
    border-radius: 0 !important;
    border-top: 2px solid #E9ECEF !important;
    border-bottom: 2px solid #E9ECEF !important;
}


/* RECOMMANDATIONS - DESIGN SIMPLE */
.elea-recommendations-grid {
    display: block !important;
}

.elea-recommendation-item {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 40px 0 40px 35px !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 45px !important;
    text-align: left !important;
    border-bottom: 2px solid #E9ECEF !important;
    transition: padding-left 0.2s ease !important;
    position: relative;
}

.elea-recommendation-item::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #00395e !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 2.2 !important;
}

.elea-recommendation-item:hover {
    padding-left: 10px !important;
    border-left: 3px solid #00ACE9 !important;
}

.elea-recommendation-item:last-child {
    border-bottom: none !important;
}

.elea-recommendation-item:hover {
    transform: none !important;
    box-shadow: none !important;
}

.elea-rec-icon {
    display: none !important;
}

.elea-recommendation-item h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #00395e !important;
    margin: 0 0 20px 0 !important;
    text-align: left !important;
    padding-left: 0 !important;
    line-height: 1.5 !important;
}

.elea-recommendation-item h4::before {
    display: none !important;
}

.elea-recommendation-item p {
    color: #343A40 !important;
    line-height: 2.2 !important;
    margin: 0 0 20px 0 !important;
    font-size: 17px !important;
    text-align: left !important;
    text-align: justify !important;
    word-spacing: 0.1em !important;
    letter-spacing: 0.01em !important;
}

/* SECTION PARTAGE */
.elea-report-actions {
    margin: 40px 0 !important;
    background: transparent !important;
    border-radius: 12px !important;
    padding: 30px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.elea-actions-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin: 0 0 25px 0 !important;
    text-align: center !important;
    border-bottom: 2px solid #00ACE9 !important;
    padding-bottom: 15px !important;
}

.elea-actions-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 20px !important;
}

.elea-action-item {
    background: transparent !important;
    border-radius: 12px !important;
    padding: 25px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center !important;
}

.elea-action-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    border-color: #00ACE9 !important;
}

.elea-action-icon {
    font-size: 3rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.elea-action-content h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin: 0 0 10px 0 !important;
}

.elea-action-content p {
    color: #343A40 !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
    font-size: 0.95rem !important;
}

.elea-action-btn {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.elea-action-btn:hover {
    background: rgb(0, 90, 160) !important;
    background-color: rgb(0, 90, 160) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 20px rgba(0, 105, 180, 0.3) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.elea-share-btn {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
}

.elea-download-btn {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
}

.elea-email-btn {
    background: linear-gradient(135deg, #00395e 0%, #C06EAA 100%) !important;
}


/* SECTION PARTAGE HORIZONTALE */
.elea-actions-horizontal {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.elea-action-btn-horizontal {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 105, 180, 0.2) !important;
    min-width: 100px;
}

/* Forcer l'application sur tous les enfants - PAS DE BACKGROUND BLANC */
.elea-action-btn-horizontal *,
.elea-action-btn-horizontal span,
.elea-action-btn-horizontal .btn-icon,
.elea-action-btn-horizontal .btn-text {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.elea-action-btn-horizontal:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 105, 180, 0.3) !important;
    background: rgb(0, 90, 160) !important;
    background-color: rgb(0, 90, 160) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.elea-action-btn-horizontal .btn-icon {
    font-size: 1.1rem;
    color: #FFFFFF !important;
    background: transparent !important;
    background-color: transparent !important;
}

.elea-action-btn-horizontal .btn-text {
    font-weight: 600;
    color: #FFFFFF !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* RESPONSIVE POUR LA SECTION PARTAGE */
@media (max-width: 768px) {
    .elea-actions-horizontal {
        flex-direction: column;
        gap: 10px;
    }
    
    .elea-action-btn-horizontal {
        width: 100%;
        justify-content: center;
    }
}

/* NOUVELLES SECTIONS DU RAPPORT */

/* CHIFFRES CLÉS */
.elea-key-figures {
    margin: 70px 0 !important;
    background: transparent !important;
    padding: 50px 30px !important;
    border-radius: 0 !important;
    border-top: 2px solid #E9ECEF !important;
    border-bottom: 2px solid #E9ECEF !important;
}


/* CHIFFRES CLÉS - DESIGN SIMPLE */
.elea-figures-grid {
    display: block !important;
}

.elea-figure-item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 40px 0 40px 35px !important;
    text-align: left !important;
    margin-bottom: 45px !important;
    box-shadow: none !important;
    border-bottom: 2px solid #E9ECEF !important;
    transition: padding-left 0.2s ease !important;
    position: relative;
}

.elea-figure-item::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #00395e !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 2.2 !important;
}

.elea-figure-item:hover {
    padding-left: 10px !important;
    border-left: 3px solid #00ACE9 !important;
}

.elea-figure-item:last-child {
    border-bottom: none !important;
}

/* .elea-figure-item::before déjà défini plus haut avec le bullet */

.elea-figure-item:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.elea-figure-icon {
    display: none !important;
}

.elea-figure-content {
    text-align: left !important;
}

.elea-figure-content h4 {
    color: #00395e !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin: 0 0 12px 0 !important;
    font-family: 'Playfair Display', serif !important;
    text-align: left !important;
    padding-left: 0 !important;
    line-height: 1.4 !important;
}

.elea-figure-content h4::before {
    display: none !important;
}

.elea-figure-content p {
    color: #343A40 !important;
    margin: 0 0 20px 0 !important;
    line-height: 2.2 !important;
    font-size: 17px !important;
    text-align: left !important;
    text-align: justify !important;
    word-spacing: 0.1em !important;
    letter-spacing: 0.01em !important;
}

.elea-figure-content strong {
    color: #00395e !important;
}

/* PRINCIPAUX ACTEURS */
.elea-key-players {
    margin: 70px 0 !important;
    background: transparent !important;
    padding: 50px 30px !important;
    border-radius: 0 !important;
    border-top: 2px solid #E9ECEF !important;
    border-bottom: 2px solid #E9ECEF !important;
}


.elea-players-grid {
    display: block !important;
}

.elea-player-item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 40px 0 40px 35px !important;
    text-align: left !important;
    margin-bottom: 45px !important;
    box-shadow: none !important;
    border-bottom: 2px solid #E9ECEF !important;
    transition: padding-left 0.2s ease !important;
    position: relative;
}

.elea-player-item::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #00395e !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 2.2 !important;
}

.elea-player-item:hover {
    padding-left: 10px !important;
    border-left: 3px solid #00ACE9 !important;
}

.elea-player-item:last-child {
    border-bottom: none !important;
}

/* .elea-player-item::before déjà défini plus haut avec le bullet */

.elea-player-item:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.elea-player-icon {
    display: none !important;
}

.elea-player-content {
    text-align: left !important;
}

.elea-player-content h4 {
    color: #00395e !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    text-align: left !important;
    padding-left: 0 !important;
    word-wrap: break-word !important;
    line-height: 1.5 !important;
    overflow-wrap: break-word !important;
    line-height: 1.4 !important;
}

.elea-player-content h4::before {
    display: none !important;
}

.elea-player-content p {
    color: #343A40 !important;
    margin: 0 0 20px 0 !important;
    line-height: 2.2 !important;
    font-size: 17px !important;
    text-align: left !important;
    text-align: justify !important;
    word-spacing: 0.1em !important;
    letter-spacing: 0.01em !important;
}

.elea-player-content strong {
    color: #C06EAA !important;
}

/* PRINCIPALES TENDANCES */
.elea-key-trends {
    margin: 70px 0 !important;
    background: transparent !important;
    padding: 50px 30px !important;
    border-radius: 0 !important;
    border-top: 2px solid #E9ECEF !important;
    border-bottom: 2px solid #E9ECEF !important;
}


.elea-trends-grid {
    display: block !important;
}

.elea-trend-item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 40px 0 40px 35px !important;
    text-align: left !important;
    margin-bottom: 45px !important;
    box-shadow: none !important;
    border-bottom: 2px solid #E9ECEF !important;
    transition: padding-left 0.2s ease !important;
    position: relative;
}

.elea-trend-item::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #00395e !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 2.2 !important;
}

.elea-trend-item:hover {
    padding-left: 10px !important;
    border-left: 3px solid #00ACE9 !important;
}

.elea-trend-item:last-child {
    border-bottom: none !important;
}

/* .elea-trend-item::before déjà défini plus haut avec le bullet */

.elea-trend-item:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.elea-trend-icon {
    display: none !important;
}

.elea-trend-content {
    text-align: left !important;
}

.elea-trend-content h4 {
    color: #00395e !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    font-family: 'Playfair Display', serif !important;
    text-align: left !important;
    padding-left: 0 !important;
    line-height: 1.5 !important;
}

.elea-trend-content h4::before {
    display: none !important;
}

.elea-trend-content p {
    color: #343A40 !important;
    margin: 0 0 20px 0 !important;
    line-height: 2.2 !important;
    font-size: 17px !important;
    text-align: left !important;
    text-align: justify !important;
    word-spacing: 0.1em !important;
    letter-spacing: 0.01em !important;
}

.elea-trend-content strong {
    color: #00ACE9 !important;
}

/* RESPONSIVE POUR LES NOUVELLES SECTIONS */
@media (max-width: 768px) {
    .elea-figures-grid,
    .elea-players-grid,
    .elea-trends-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .elea-figure-item,
    .elea-player-item,
    .elea-trend-item {
        padding: 20px !important;
    }
}

/* ESPACEMENT POUR LES GROUPES DE FORMULAIRES */
.elea-form-group-full {
    margin-top: 20px;
}

/* SECTION PREMIUM - DESIGN IDENTIQUE AU HERO */
.elea-premium-section {
    margin: 40px 0;
    padding: 0;
}

.elea-premium-card {
    background: linear-gradient(135deg, #00395e 0%, #00ACE9 100%);
    border-radius: 20px;
    padding: 60px 40px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3);
}

.elea-premium-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

.elea-premium-card::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
    pointer-events: none;
}

.elea-premium-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.elea-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.elea-premium-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.elea-premium-description {
    font-size: 1.2rem;
    color: #FFFFFF;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.elea-premium-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
    position: relative;
    z-index: 2;
}

.elea-premium-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.elea-feature-icon {
    font-size: 1.2rem;
    color: #FFFFFF;
    min-width: 20px;
}

.elea-feature-text {
    font-weight: 500;
    color: #FFFFFF;
}

.elea-premium-details {
    margin: 30px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.elea-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #FFFFFF;
    font-size: 0.95rem;
}

.elea-detail-item:last-child {
    margin-bottom: 0;
}

.elea-detail-icon {
    font-size: 1.2rem;
    min-width: 24px;
}

.elea-detail-text {
    font-weight: 500;
}

.elea-premium-cta {
    margin-top: 30px;
}

.elea-premium-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--elea-transition);
    box-shadow: var(--elea-shadow-light);
    border: 2px solid #FFFFFF;
}

.elea-premium-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--elea-shadow-medium);
    color: #FFFFFF;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .elea-report-main-title {
        font-size: 1.8rem !important;
    }
    
    .elea-section-title {
        font-size: 1.5rem !important;
    }
    
    .elea-recommendations-grid {
        grid-template-columns: 1fr !important;
    }
    
    .elea-actions-grid {
        grid-template-columns: 1fr !important;
    }
    
    .elea-premium-features {
        grid-template-columns: 1fr;
    }
    
    .elea-premium-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .elea-report-header {
        padding: 20px !important;
    }
    
    .elea-pestel-section {
        padding: 20px !important;
    }
    
    .elea-recommendation-card {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .elea-action-item {
        padding: 20px !important;
    }
    
    .elea-premium-card {
        padding: 30px 20px;
    }
}

/* CORRECTIONS DE COMPATIBILITÉ */
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.elea-modern-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* FORCER LA LISIBILITÉ */
.elea-report-content {
    background: transparent !important;
    color: #343A40 !important;
    line-height: 1.75 !important;
    max-width: 100% !important;
}

.elea-report-content > * {
    margin-bottom: 1.5rem !important;
}

.elea-report-content > *:last-child {
    margin-bottom: 0 !important;
}

.elea-report-content * {
    color: inherit !important;
}

.elea-report-content h1,
.elea-report-content h2,
.elea-report-content h3,
.elea-report-content h4,
.elea-report-content h5,
.elea-report-content h6 {
    color: #00395e !important;
}

.elea-report-content strong,
.elea-report-content b {
    color: #00395e !important;
}

.elea-report-content p,
.elea-report-content li,
.elea-report-content span,
.elea-report-content div {
    color: #343A40 !important;
}

/* Style du bouton de soumission */
.elea-submit-btn {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Forcer l'application sur tous les enfants - PAS DE BACKGROUND BLANC */
.elea-submit-btn *,
.elea-submit-btn span,
.elea-submit-btn .elea-btn-content,
.elea-submit-btn .elea-btn-text,
.elea-submit-btn .elea-btn-icon {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.elea-submit-btn:hover {
    background: rgb(0, 90, 160) !important;
    background-color: rgb(0, 90, 160) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 105, 180, 0.3) !important;
    color: #FFFFFF !important;
}

.elea-btn-text,
.elea-btn-icon,
.elea-btn-content,
.elea-btn-content * {
    color: #FFFFFF !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Assurer que tous les boutons du rapport utilisent la bonne couleur */
.elea-action-btn-horizontal *,
.elea-action-btn-horizontal .btn-icon,
.elea-action-btn-horizontal .btn-text,
.elea-premium-btn-new *,
.elea-premium-btn-new .elea-btn-text-new,
.elea-premium-btn-new .elea-btn-arrow-new,
.elea-submit-btn *,
.elea-submit-btn .elea-btn-text,
.elea-submit-btn .elea-btn-icon,
.elea-submit-btn .elea-btn-content,
.elea-btn-primary * {
    color: #FFFFFF !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Forcer l'application sur tous les éléments enfants */
.elea-action-btn-horizontal span,
.elea-action-btn-horizontal .btn-icon,
.elea-action-btn-horizontal .btn-text,
.elea-premium-btn-new span,
.elea-submit-btn span,
.elea-submit-btn .elea-btn-content span {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

/* RÈGLES ULTRA-SPÉCIFIQUES POUR FORCER L'APPLICATION - PAS DE BACKGROUND BLANC */
html body .elea-action-btn-horizontal,
html body button.elea-action-btn-horizontal,
html body .elea-premium-btn-new,
html body a.elea-premium-btn-new,
html body .elea-submit-btn,
html body button.elea-submit-btn,
html body button[type="submit"].elea-submit-btn {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

html body .elea-action-btn-horizontal *,
html body .elea-action-btn-horizontal span,
html body .elea-action-btn-horizontal .btn-icon,
html body .elea-action-btn-horizontal .btn-text,
html body .elea-premium-btn-new *,
html body .elea-premium-btn-new span,
html body .elea-premium-btn-new .elea-btn-text-new,
html body .elea-premium-btn-new .elea-btn-arrow-new,
html body .elea-submit-btn *,
html body .elea-submit-btn span,
html body .elea-submit-btn .elea-btn-content,
html body .elea-submit-btn .elea-btn-content *,
html body .elea-submit-btn .elea-btn-text,
html body .elea-submit-btn .elea-btn-icon {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

/* RÈGLES ENCORE PLUS SPÉCIFIQUES POUR GARANTIR L'APPLICATION */
html body div .elea-action-btn-horizontal,
html body div .elea-action-btn-horizontal *,
html body div .elea-premium-btn-new,
html body div .elea-premium-btn-new *,
html body div .elea-submit-btn,
html body div .elea-submit-btn * {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

html body div .elea-action-btn-horizontal span,
html body div .elea-action-btn-horizontal .btn-icon,
html body div .elea-action-btn-horizontal .btn-text,
html body div .elea-premium-btn-new span,
html body div .elea-submit-btn span,
html body div .elea-submit-btn .elea-btn-content,
html body div .elea-submit-btn .elea-btn-content * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.elea-submit-btn:disabled {
    background: #6c757d !important;
    background-color: #6c757d !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* RÈGLE ULTRA-SPÉCIFIQUE POUR FORCER LE BACKGROUND PREMIUM */
html body .elea-premium-card-new,
html body .elea-premium-card-new:not([style*="background"]),
html body .elea-premium-card-new[style],
html body .elea-premium-card-new[class],
html body div.elea-premium-card-new {
    background: #00395e !important;
    background-color: #00395e !important;
    background-image: none !important;
    color: #ffffff !important;
}

/* Amélioration des tailles de police pour la lisibilité */
.elea-figure-content h4,
.elea-player-content h4,
.elea-trend-content h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin-bottom: 8px !important;
}

.elea-figure-content p,
.elea-player-content p,
.elea-trend-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #343a40 !important;
}

.elea-figure-content strong,
.elea-player-content strong,
.elea-trend-content strong {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #00395e !important;
}

/* Réduction de la marge du cadre principal */
.ast-separate-container .ast-article-post, 
.ast-separate-container .ast-article-single {
    border-bottom: 1px solid var(--ast-border-color);
    margin: 0 !important;
    padding: 0.5em 2em !important;
}

/* MASQUER TOUTES LES ICÔNES DANS LES BOUTONS ET LE CONTENU */
html body .btn-icon,
html body .elea-btn-icon,
html body .elea-note-icon,
html body #elea-content .btn-icon,
html body #elea-content .elea-btn-icon,
html body #elea-content .elea-note-icon {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

/* RÈGLES FINALES POUR FORCER rgb(0, 105, 180) SUR TOUS LES BOUTONS - PAS DE BACKGROUND BLANC */
html body .elea-action-btn-horizontal,
html body button.elea-action-btn-horizontal,
html body .elea-submit-btn,
html body button.elea-submit-btn,
html body button[type="submit"],
html body .elea-premium-btn-new,
html body a.elea-premium-btn-new,
html body .elea-btn-primary,
html body button.elea-btn-primary {
    background: rgb(0, 105, 180) !important;
    background-color: rgb(0, 105, 180) !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

html body .elea-action-btn-horizontal:hover,
html body .elea-submit-btn:hover,
html body .elea-premium-btn-new:hover,
html body .elea-btn-primary:hover {
    background: rgb(0, 90, 160) !important;
    background-color: rgb(0, 90, 160) !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

/* FORCER TRANSPARENT SUR TOUS LES ÉLÉMENTS ENFANTS - PAS DE BACKGROUND BLANC */
html body .elea-action-btn-horizontal *,
html body .elea-action-btn-horizontal span,
html body .elea-action-btn-horizontal .btn-icon,
html body .elea-action-btn-horizontal .btn-text,
html body .elea-submit-btn *,
html body .elea-submit-btn span,
html body .elea-submit-btn .elea-btn-content,
html body .elea-submit-btn .elea-btn-content *,
html body .elea-submit-btn .elea-btn-text,
html body .elea-submit-btn .elea-btn-icon,
html body .elea-premium-btn-new *,
html body .elea-premium-btn-new span,
html body .elea-premium-btn-new .elea-btn-text-new,
html body .elea-premium-btn-new .elea-btn-arrow-new,
html body .elea-btn-primary *,
html body .elea-btn-primary span {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

/* MASQUER TOUTES LES ICÔNES DANS LES BOUTONS ET LE CONTENU - RÈGLE ULTRA-STRICTE */
html body .btn-icon,
html body .elea-btn-icon,
html body .elea-note-icon,
html body #elea-content .btn-icon,
html body #elea-content .elea-btn-icon,
html body #elea-content .elea-note-icon,
html body .elea-action-btn-horizontal .btn-icon,
html body .elea-submit-btn .elea-btn-icon,
html body .elea-figure-icon,
html body .elea-player-icon,
html body .elea-trend-icon,
html body .elea-rec-icon,
html body #elea-content .elea-figure-icon,
html body #elea-content .elea-player-icon,
html body #elea-content .elea-trend-icon,
html body #elea-content .elea-rec-icon,
/* FORCER LES BULLETS SUR TOUTES LES LISTES PESTEL - PAS D'ICÔNES */
html body .elea-pestel-positive li,
html body .elea-pestel-negative li,
html body #elea-content .elea-pestel-positive li,
html body #elea-content .elea-pestel-negative li {
    position: relative !important;
    padding-left: 35px !important;
    list-style: none !important;
}

html body .elea-pestel-positive li::before,
html body .elea-pestel-negative li::before,
html body #elea-content .elea-pestel-positive li::before,
html body #elea-content .elea-pestel-negative li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #00395e !important;
    font-weight: bold !important;
    font-size: 22px !important;
    display: block !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    line-height: 2.2 !important;
}

/* MASQUER TOUTES LES ICÔNES UNICODE/EMOJIS DANS LE CONTENU */
html body .elea-pestel-positive li,
html body .elea-pestel-negative li,
html body .elea-figure-item,
html body .elea-player-item,
html body .elea-trend-item,
html body .elea-recommendation-item,
html body .elea-immediate-recommendation-item,
html body #elea-content .elea-pestel-positive li,
html body #elea-content .elea-pestel-negative li,
html body #elea-content .elea-figure-item,
html body #elea-content .elea-player-item,
html body #elea-content .elea-trend-item,
html body #elea-content .elea-recommendation-item,
html body #elea-content .elea-immediate-recommendation-item {
    /* Masquer les icônes Unicode courantes */
    font-feature-settings: "liga" 0 !important;
}

/* Masquer spécifiquement les checkmarks, croix, et autres icônes dans le texte */
html body .elea-pestel-positive li:has-text("✔"),
html body .elea-pestel-positive li:has-text("✓"),
html body .elea-pestel-negative li:has-text("✗"),
html body .elea-pestel-negative li:has-text("✘"),
html body .elea-pestel-negative li:has-text("×") {
    text-indent: -9999px !important;
}