/*
 * FEUILLE DE STYLE PERSONNALISÉE - AMÉLIORATIONS GLOBALES
 * Fichier : custom-overrides.css
 * Description : Corrections et améliorations pour écraser le CSS vieillissant
 * Date : 2025-07-04
 */

/* ========================================
   SECTION TROIS CHIFFRES - Fix alignement
   ======================================== */

#troischiffres {
    background-color: #ffffff;
    border: #d7d7d7 1px solid;
    padding: 20px;
    margin: 30px 0 30px 0;
    display: flex !important;
    gap: 20px;
    align-items: stretch;
}

.cases3chiffres {
    flex: 1 !important;
    width: auto !important;
    float: none !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iconechiffre {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    margin-bottom: 15px;
}

.iconechiffre img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#troischiffres .titrechiffre {
    margin: 0 !important;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#troischiffres .titrechiffre a {
    font-weight: 700;
    font-size: 14px;
    color: #545353;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

#troischiffres p {
    font-size: 12px;
    color: #545353;
    padding: 10px 0 5px 0;
}
