/*
Theme Name: L'Élite Paris
Theme URI: https://votre-site.com
Author: AI Studio
Description: Thème premium style magazine et diplomatie, optimisé SEO.
Version: 1.0
Text Domain: elite-paris
Tags: blog, magazine, news, two-columns, custom-colors, custom-menu
*/

/* Styles pour les menus générés par WordPress */
.elite-primary-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.elite-primary-menu a {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #444651;
    text-decoration: none;
    transition: color 0.3s;
}

.elite-primary-menu a:hover {
    color: #00184c;
}

.elite-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.elite-footer-menu a {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #444651;
    text-decoration: none;
    transition: color 0.3s;
}

.elite-footer-menu a:hover {
    color: #b71513;
}

/* Styles pour le contenu des articles (Prose) */
.prose p { margin-bottom: 1.5rem; }
.prose h2 { font-size: 2rem; font-weight: 700; margin-top: 3rem; margin-bottom: 1rem; color: #00184c; font-family: 'Epilogue', sans-serif; }
.prose h3 { font-size: 1.5rem; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; color: #00184c; font-family: 'Epilogue', sans-serif; }
.prose blockquote { border-left: 4px solid #b71513; padding-left: 1.5rem; font-style: italic; font-size: 1.25rem; margin: 2rem 0; color: #00184c; }

/* Encart Bref (pour les articles) */
.prose .encart-bref {
    background-color: #f3f4f5;
    border-left: 4px solid #b71513;
    padding: 2rem;
    margin: 2.5rem 0;
}
.prose .encart-bref h2, 
.prose .encart-bref h3, 
.prose .encart-bref h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #00184c;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.prose .encart-bref p:last-child {
    margin-bottom: 0;
}

