/* chiffres cles */
.bloc_chiffrescles {
    padding: 30px 0 50px 0;
}
.bloc_chiffrescless h2 {
    margin-bottom: 50px;
}
.bloc_chiffrescles-item {
    background-color: var(--white);
    text-align: center;
    padding-bottom: 29px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 18px;
    height: 100%;
}
.bloc_chiffrescles-item-picture {
    width: 107px;
    height: 100px;
    margin: 0 auto;
    overflow: visible;
}
.bloc_chiffrescles-item-picture img {
    object-fit: contain;
    font-family: 'object-fit: cover';
    height: 100%;
    width: 100%;
}
.bloc_chiffrescles-item-content > div:first-child{
    margin-top:auto;
}
.bloc_chiffrescles-item-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 auto;
    margin-top: 15px;
}
.bloc_chiffrescles-item-chiffre {
    font-size: 7rem;
    font-weight: var(--font-black);
    line-height: 1;
}
.bloc_chiffrescles-item-prefixe,
.bloc_chiffrescles-item-legend {
    font-size: 2rem;
    font-weight: normal;
}
.bloc_chiffrescles-item-legend {
    margin-top: auto;
}
