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

.section-creez-votre-entreprise-en-belgique-container {
    background-color: #F3F3FF;
    padding: 96px 0;
}

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

.section-creez-votre-entreprise-en-belgique-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-creez-votre-entreprise-en-belgique-splide {
    margin: 32px 0;
    width: 95%;
}

.splide__arrow {
    background-color: transparent;
}

.splide__arrow svg,
.splide__arrow svg path {
    height: 40px;
    width: 40px;
    fill: #1700FF;
}

.splide__arrow--prev {
    left: -32px;
 }

 .splide__arrow--next {
    right: -32px;
 }

.splide__track {
    padding: 32px 0;
}

.splide__slide {
    -webkit-box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
            box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    border-radius: 12px;
    background-color: #F3F3FF;
    padding: 48px 32px;
    border-radius: 12px;
    width: 100%;
    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;
    border: 2px solid #1700FF;
    min-height: 200px;
}

.is-next {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
}

.section-creez-votre-entreprise-en-belgique-card-icon {
    height: 50px;
}

.section-creez-votre-entreprise-en-belgique-card-title {
    color: #1700FF;
    font-family: "ClashDisplay-Light";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.section-creez-votre-entreprise-en-belgique-card-texte-secondaire {
    color: #000;
    font-family: "ClashDisplay-Light";
    margin-top: auto;
    text-align: center;
}

.section-creez-votre-entreprise-en-belgique-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-creez-votre-entreprise-en-belgique-card-arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.section-creez-votre-entreprise-en-belgique-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-creez-votre-entreprise-en-belgique-card-description.show {
    max-height: 1000px;
}

.section-creez-votre-entreprise-en-belgique-tagline-one,
.section-creez-votre-entreprise-en-belgique-tagline-two {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    max-width: 800px;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}

.section-creez-votre-entreprise-en-belgique-tagline-two {
    margin-bottom: 32px;
}

.section-creez-votre-entreprise-en-belgique-cta-section {
    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-creez-votre-entreprise-en-belgique-cta-section {
    background-color: white;
    padding: 32px;
    -webkit-box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
            box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
    border-radius: 12px;
}

.section-creez-votre-entreprise-en-belgique-cta-section-text-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.section-creez-votre-entreprise-en-belgique-cta-section-text-element-icon {
    width: 28px;
    min-width: 28px;
    height: auto;
}

.section-creez-votre-entreprise-en-belgique-cta-section-list-element {
    font-size: 16px;
    font-family: "ClashDisplay-Regular";
    line-height: 1.4;
    margin-left: 8px;
}

.section-creez-votre-entreprise-en-belgique-texte-dessous-de-la-liste {
    margin: 16px 0 32px 0;
    font-family: "ClashDisplay-Medium";   
    max-width: 600px;
    text-align: center;
    line-height: 1.4;
}

.section-creez-votre-entreprise-en-belgique-texte-dessus-cta {
    font-family: "ClashDisplay-SemiBold";   
    margin-bottom: 16px;
    color: #1700FF;
}

@media all and (max-width:970px) {
    .splide__slide {
        padding: 32px;
    }
}

@media all and (max-width:750px) {
    .section-creez-votre-entreprise-en-belgique-container {
        padding: 48px 0;
        }
    .is-next {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    .splide__arrow--next {
        right: -16px;
    }

    .splide__arrow--prev {
        left: -16px;
    }
}

@media all and (max-width:550px) {
    .section-creez-votre-entreprise-en-belgique-title * {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media all and (max-width:400px) {
    .section-creez-votre-entreprise-en-belgique-title * {
        font-size: 28px;
        line-height: 1.2;
    }
}