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

.section-et-plus-encore-container {
    background-color: #E9E9FF;
    padding: 96px 0;
}

.section-et-plus-encore-container>.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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-et-plus-encore-title * {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    
}

.section-et-plus-encore-subtitle * {
    color: #000;
    font-family: "ClashDisplay-Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    
}

.section-et-plus-encore-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-et-plus-encore-card {
    width: 100%;
    max-width: 800px;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 340px;
}

.section-et-plus-encore-card-icon {
    height: 50px;
    margin-bottom: 16px;
}

.section-et-plus-encore-card-title {
    color: #1700FF;
    font-family: "ClashDisplay-Medium";
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
}

.section-et-plus-encore-card-texte-secondaire *{
    color: #000;
    font-family: "ClashDisplay-Light";
    margin-top: auto;
    text-align: center;
    line-height: 24px;
}


@media all and (max-width:1631px) {
    .section-et-plus-encore-card {
        margin-bottom: 16px;
    }
}

@media all and (max-width:750px) {
    .section-et-plus-encore-container {
        padding: 48px 0;
    }
}

@media all and (max-width:550px) {
    .section-et-plus-encore-title * {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media all and (max-width:400px) {
    .section-et-plus-encore-title *{
        font-size: 28px;
        line-height: 1.2;
    }
}