/* Vignette page */
.bloc-chiffres_cles {
    background-color: var(--color-secondary-light);
    padding: 113px 0;
}
.bloc-chiffres_clesItemContent {
    background-color: var(--white);
    text-align: center;
    padding-bottom: 29px;
    display: flex;
    flex-direction: column;
    padding-top: 18px;
    align-items: center;
    flex: 1;
    align-content: center;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.bloc-chiffres_clesItemContent:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.bloc-chiffres_clesItem .row {
    justify-content: center;
}
.bloc-chiffres_clesItem {
    text-align: center;
}
		.bloc-chiffres_clesItem .image {
            width: 112px;
            height: 112px;
            margin: 0 auto;
            overflow: visible;
		}
        .bloc-chiffres_clesItem .image img {
            object-fit: contain;
            font-family: 'object-fit: cover';
            height: 100%;
            width: 100%;
		}

    .bloc-chiffres_cles {
        /* margin-bottom: 40px; */
        text-align: center;
    }
    .bloc-chiffres_clesItemDetail .chiffre {
        font-weight: 700;
        color: var(--color-primary);
        line-height: 1;
        margin-bottom: 15px;
    }
    .bloc-chiffres_clesItemDetail p {
        font-size: 1.8rem;
    }
    @media (max-width:767px) {
        .bloc-chiffres_clesItemDetail .chiffre {
            font-size: 2rem;
        }
    }
    @media (min-width:768px) {
        .bloc-chiffres_clesItemDetail .chiffre {
            font-size: 3rem;
        }
    }
    @media (min-width:992px) {
        .bloc-chiffres_clesItemDetail .chiffre {
            font-size: 5rem;
        }
    }

    .bloc-chiffres_clesItemDetail {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }
    .bloc-chiffres_clesItemDetail > a {
        margin-top: auto;
    }
