/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/**
* Features Bloc Styles */

.features-bloc {
background-color: #D38269;
    text-align: center;
    border-radius: 28px;
    color: white;
    padding: 32px;
    margin-bottom: 48px;
}

.features-bloc__label {
display: inline-block;
    font-size: 14px;
    font-family: "Lato-Bold";
}

.features-bloc>.container {
padding: 0 !important;
}

.features-bloc__titre * {
font-size: 26px;
    margin-top: 8px;
    line-height: 1.4;
    font-family: "Lato-Bold";
    text-align: center;
}

.features-bloc__sous-titre {
margin-top: 16px;
    font-size: 18px;
    line-height: 1.6;
    font-family: "Lato-Regular";
}

.features-bloc__cta-wrapper {
margin-top: 32px;
}

.features-bloc__grid {
padding: 48px 0;
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: center;
    gap: 32px;
}

.feature-card {
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;
    text-align: center;
    min-width: 316px;
-webkit-box-flex: 1;
    -ms-flex: 1;
flex: 1;
}

.feature-card__icone {
width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.feature-card__icone img {
width: 100%;
    height: 100%;
-o-object-fit: contain;
object-fit: contain;
}

.feature-card__name {
line-height: 1.4;
    font-family: "Lato-Bold" !important;
    margin: 0;
}