/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.title-section__titre {
font-family: 'Lato-Regular';
}

.section-avantages-clients {
background-color: #F9F4EC;
    padding-top: 24px !important;
}

.section-avantages-clients>.container {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
align-items: center;
}

.section-avantages-clients__cards {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
    padding: 16px 0;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
justify-content: space-between;
    gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

@media all and (max-width:1218px) {
.section-avantages-clients__cards {
-webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: center;
}
}