/*
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.1
Text Domain: elite-paris
Tags: blog, magazine, news, two-columns, custom-colors, custom-menu
*/

/* ============================
   Menus 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;
}

/* ============================
   Contenu rédactionnel (.prose)
   Couvre articles ET pages.
   ============================ */
.prose {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #444651;
}

.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;
    letter-spacing: -0.02em;
}

.prose h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #00184c;
    font-family: 'Epilogue', sans-serif;
}

.prose h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    color: #00184c;
    font-family: 'Epilogue', sans-serif;
}

.prose a {
    color: #b71513;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s;
}

.prose a:hover {
    opacity: 0.7;
}

.prose strong {
    color: #00184c;
    font-weight: 700;
}

.prose blockquote {
    border-left: 4px solid #b71513;
    padding-left: 1.5rem;
    font-style: italic;
    font-size: 1.25rem;
    margin: 2rem 0;
    color: #00184c;
}

.prose ul,
.prose ol {
    margin: 1.5rem 0;
    padding-left: 1.75rem;
}

.prose ul {
    list-style: disc;
}

.prose ol {
    list-style: decimal;
}

.prose li {
    margin-bottom: 0.5rem;
}

.prose img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    display: block;
}

.prose figure {
    margin: 2rem 0;
}

.prose figcaption {
    font-size: 0.875rem;
    color: #747682;
    text-align: center;
    margin-top: 0.75rem;
    font-style: italic;
}

.prose hr {
    border: none;
    border-top: 1px solid #c4c6d3;
    margin: 3rem 0;
}

.prose code {
    background-color: #f3f4f5;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-size: 0.9em;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.prose pre {
    background-color: #00184c;
    color: #ffffff;
    padding: 1.25rem;
    border-radius: 4px;
    overflow-x: auto;
    margin: 2rem 0;
}

.prose pre code {
    background-color: transparent;
    padding: 0;
    color: inherit;
}

.prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.prose th,
.prose td {
    border: 1px solid #c4c6d3;
    padding: 0.75rem 1rem;
    text-align: left;
}

.prose th {
    background-color: #f3f4f5;
    font-family: 'Epilogue', sans-serif;
    color: #00184c;
}

/* Encart Bref (custom) */
.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;
}

/* ============================
   Pagination WordPress
   ============================ */
.pagination,
.nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #444651;
    text-decoration: none;
    border: 1px solid #c4c6d3;
    transition: all 0.2s;
}

.page-numbers:hover {
    background-color: #00184c;
    color: #ffffff;
    border-color: #00184c;
}

.page-numbers.current {
    background-color: #b71513;
    color: #ffffff;
    border-color: #b71513;
}

/* ============================
   Alignements WordPress (Gutenberg)
   ============================ */
.alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0;
}

.alignright {
    float: right;
    margin: 0 0 1rem 1.5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignwide {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* ============================
   Boutons Gutenberg
   ============================ */
.wp-block-button__link {
    background-color: #00184c;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.wp-block-button__link:hover {
    background-color: #b71513;
}
