/*
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;
}
/* Style Mistral Le Chat */