.block-iqithtmlandbanners-html {
    margin-top: 80px;
    padding: 0;
}

.block-iqithtmlandbanners-html .indicateurs-container {
    background-image: url(../img/bg_indicateurs_product.png);
}

.home .block-iqithtmlandbanners-html .indicateurs-container {
    background-image: url(../img/bg_indicateurs.png);
}

/* 
.home .block-iqithtmlandbanners-html .indicateurs-container {
    display: none;
} */

.home .block-iqithtmlandbanners-html {
    margin-top: 0px;
}

.indicateurs-container {
    background-image: url(../img/bg_indicateurs.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-color: #F1F5F6;
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 50px;
    padding-right: 50px;
}

.indicateurs-row {
    display: flex;
    flex-direction: row;
    background: white;
    border-radius: 16px;
    padding: 40px;
    gap: 15px;
}

.indicateurs-row .small-white-card {
    padding: 15px;
    flex: 0 0 25%;
}

@media only screen and (max-width: 768px) {
    .block-iqithtmlandbanners-html {
        margin-top: 30px;
        /* margin-bottom: 30px; */
    }

    .indicateurs-row {
        flex-direction: column !important;
    }
}