/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    CHIFFRES CLÉS
    Style du bloc des chiffres clés
*/

/*
  00 - GÉNÉRAL
*/



/* -----------------
  00 - GÉNÉRAL
----------------- */

@media (max-width: 991px) {
    .bloc_chiffrescles-detail {
        margin-bottom: 30px;
    }
}

.bloc_chiffrescles-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

/* Image */
.bloc_chiffrescles-item-picture {
    margin: 0 auto;
    /* Définir ici la hauteur voulues pour les pictos */
    height: 100px;
    overflow: visible;
}

.bloc_chiffrescles-item-picture img {
    object-fit: contain;
    font-family: 'object-fit: cover';
    height: 100%;
    width: 100%;
}

/* Texte */
.bloc_chiffrescles-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 auto;
    color: var(--gray-700);
    font-size: 1.4rem;
    margin-top: 15px;
}

    /* Premier enfant */
    .bloc_chiffrescles-item-content > div:first-child {
        margin-top: auto;
    }

.bloc_chiffrescles-item-chiffre {
    color: var(--color-secondary);
    font-size: 3.6rem;
    font-weight: 700;
}
