/*
Theme Name: GeneratePress Child
Template: generatepress
*/

body { background: radial-gradient(circle at top, #1a1a2e 0%, #0f0f1a 100%) !important; color: #e0e0e0 !important; font-family: Lora, serif; }
h1, h2, h3 { color: #d4af37 !important; font-family: "Playfair Display", serif; text-shadow: 0px 0px 10px rgba(212, 175, 55, 0.5); }
.wp-block-button__link { background-color: #d4af37 !important; color: #000 !important; border-radius: 5px; padding: 15px 30px !important; font-weight: bold; text-transform: uppercase; }

/* Correction : fond des articles et lisibilité */
.site-content { background: rgba(26, 26, 46, 0.8) !important; padding: 40px !important; border-radius: 15px; }
.entry-content, .entry-summary { color: #e0e0e0 !important; line-height: 1.8; }
.entry-title { color: #d4af37 !important; }


/* Correction des variables GeneratePress pour le mode sombre */
:root {
    --contrast-3: #4a4a5a !important;
    --base-3: #1a1a2e !important;
}


/* Importation de polices plus lisibles */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap");

body { 
    font-family: "Inter", sans-serif !important; 
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4 { 
    font-family: "Playfair Display", serif !important; 
}


/* Section Héro Premium */
.hero-container {
    padding: 100px 20px;
    text-align: center;
    background: linear-gradient(rgba(15, 15, 30, 0.8), rgba(15, 15, 30, 0.8)), 
                url("https://images.unsplash.com/photo-1534723328333-25505f0391d4?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 40px;
}
.hero-title {
    font-size: 3.5rem !important;
    margin-bottom: 20px !important;
}
.hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 30px auto !important;
    line-height: 1.6;
}

