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

.section-une-equipe-dexperts-dediee-container {
    background-color: #F3F3FF;
    padding: 96px 0;
}

.section-une-equipe-dexperts-dediee-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-une-equipe-dexperts-dediee-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-une-equipe-dexperts-dediee-subtitle * {
    color: #000;
    font-family: "ClashDisplay-Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    
}

.section-une-equipe-dexperts-dediee-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-une-equipe-dexperts-dediee-card {
    background-color: #fff;
    padding: 48px;
    border-radius: 12px;
    width: calc(50% - 8px);
    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;
    -webkit-box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
            box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
}

.section-une-equipe-dexperts-dediee-card-icon {
    height: 50px;
    margin-bottom: 16px;
}

.section-une-equipe-dexperts-dediee-card-title {
    color: #1700FF;
    font-family: "ClashDisplay-Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.section-une-equipe-dexperts-dediee-card-sous_titre {
    color: #1700FF;
    font-family: "ClashDisplay-Regular";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
}

.section-une-equipe-dexperts-dediee-card-texte-secondaire * {
    color: #000;
    font-family: "ClashDisplay-Light";
    margin-top: auto;
    text-align: center;
    line-height: 1.4;
}

.section-une-equipe-dexperts-dediee-card-arrow {
    width: 50px;
    height: auto;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section-une-equipe-dexperts-dediee-card-arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.section-une-equipe-dexperts-dediee-card-description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out 0s;
    -o-transition: max-height 0.5s ease-in-out 0s;
    transition: max-height 0.5s ease-in-out 0s;
}

.section-une-equipe-dexperts-dediee-card-description.show {
    max-height: 1000px;
}
@media all and (max-width:867px) {
    .section-une-equipe-dexperts-dediee-card {
        width: 100%;
    }
}


@media all and (max-width:750px) {
    .section-une-equipe-dexperts-dediee-container {
        padding: 48px 0;
    }
}

@media all and (max-width:550px) {
    .section-une-equipe-dexperts-dediee-title * {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media all and (max-width:400px) {
    .section-une-equipe-dexperts-dediee-title * {
        font-size: 28px;
        line-height: 1.2;
    }
}