/*
Theme Name: Élan & Co — Site Complet
Theme URI: https://elanandco.fr
Author: Sophie — Élan & Co
Description: Thème WordPress clé en main pour Élan & Co. Toutes les pages de services sont intégrées avec leur design complet.
Version: 3.0
License: GNU General Public License v2 or later
Text Domain: elanandco
*/


/* Style Mistral Le Chat */
.av-tarifs-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.av-tarifs {
    text-align: center;
}

.tarif-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.tarif-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
}

.tarif-card.vedette {
    border: 2px solid #5e5284;
    transform: scale(1.05);
}

.tarif-card h3 {
    color: #5e5284;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.tarif-card .prix {
    font-size: 2em;
    font-weight: bold;
    color: #5e5284;
    margin: 10px 0;
}

.tarif-card .duree {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.tarif-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.tarif-card ul li {
    margin: 8px 0;
    color: #666;
}

.tarif-card ul li:before {
    content: "✔ ";
    color: #5e5284;
    font-weight: bold;
}

.sec-label {
    color: #5e5284;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sec-title {
    font-family: 'Spectral', serif;
    margin: 10px 0;
}

.tarif-note {
    color: #999;
    font-size: 0.9em;
    font-style: italic;
}

.portfolio-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 2.5rem 0 5rem;
    flex-wrap: wrap;
}

.portfolio-pagination .page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: white;
    border: 1.5px solid #d9cfe8;
    color: var(--purple) !important;
    text-decoration: none !important;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    line-height: 1;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(94,82,132,0.06);
}

.portfolio-pagination .page-num:hover {
    background: #f3edf8;
    border-color: var(--purple);
    color: var(--purple) !important;
    text-decoration: none !important;
}

.portfolio-pagination .page-num.active {
    background: var(--purple);
    border-color: var(--purple);
    color: white !important;
    text-decoration: none !important;
}


/* ── Séparateurs articles ── */
hr.wp-block-separator.has-alpha-channel-opacity {
    border: none !important;
    border-top: 2px solid #d73e76 !important;
    opacity: 1 !important;
}


/* Logo agrandi dans le header */
.custom-logo-img {
    max-height: 80px !important; /* Ajustez cette valeur (ex: 100px, 120px) */
    width: auto !important;
    margin: 10px 0;
}

/* Si le logo est dans un conteneur avec une hauteur fixe */
.site-branding {
    padding: 15px 0;
}