/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.avantage-card {
background-color: white;
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
    padding: 24px;
    border-radius: 28px;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
    -ms-flex: 1;
flex: 1;
    min-width: 380px;
}

.avantage-card:nth-of-type(2) {
background-color: #D38269;
    color: white;
}

.avantage-card:nth-of-type(3) {
background-color: #899F66;
    color: white;
}

.center_card {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
    width: 300px !important;
    margin: 48px 24px !important;
}

.center_card .avantage-card__header {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
}

.center_card .avantage-card__header .avantage-card__icone {
margin-right: 0;
}

.center_card .avantage-card__header .avantage-card__titre {
font-family: "Lato-Bold";
    color: #212121;
    font-size: 20px;
    margin-top: 16px;
}

.center_card .avantage-card__texte {
text-align: center;
}

.avantage-card__header {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
align-items: center;
    margin-bottom: 16px;
}

.avantage-card__titre * {
font-family: Lato-Bold;
    font-size: 24px;
    line-height: 1.2;

}

.avantage-card__icone,
.avantage-card__icone svg {
height: 65px;
    width: auto;
    margin-right: 16px;
}

.avantage-card__texte p {
line-height: 1.4;
}

.avantage-card__texte ul {
padding-left: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
}

.avantage-card__texte ul li {
list-style: disc;
    line-height: 1.4;
}

.avantage-card__texte p {
margin-bottom: 16px;
}

@media all and (max-width:550px) {
.avantage-card {
        min-width: inherit;
    }
}