[data-section="hero"] {
    padding-bottom: 0;
    padding-top: 0;
}
.blue-bg[data-section="hero"],
[data-section="hero"] .sds-call-to-action-splash__button-container {
    color: white;
    font-weight: bold;
}

[data-section="hero"] .bloc-space {
    padding: 0;
    position: relative;
    width: 1255px;
    margin: 0 auto;
    margin-top: -34px;
    z-index: 1;
}

[data-section="hero"] .bloc-space img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-height: 510px;
}

[data-section="hero"] .bloc-space img[src*="dots"]{
    width: 70%;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-inline: 50px;
}

[data-section="hero"] .blue-bg {
    background: linear-gradient(90deg, rgb(0, 117, 201) 0%, rgb(0, 117, 201) 0.23636400000000002%, rgb(0, 55, 129) 100%);
    color: white;
    font-weight: bold;
    height: 352px;
    overflow: hidden;
}

@media (min-width: 600px) and (max-width: 1099px) {
    [data-section="hero"] .bloc-space img {
        width: 100%;
    }

    [data-section="hero"] .bloc-space {
        height: auto;
        padding: 37px;
    }

    [data-section="hero"] .sds-call-to-action-splash__top-text-wrapper {
        flex-direction: column;
    }
}

.sds-call-to-action-splash.sds-call-to-action-splash--l.hero {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1000px) {
    .sds-call-to-action-splash.sds-call-to-action-splash--l.hero {
        display: flex;
        justify-content: center;
    }
}

[data-section="hero"] .sds-call-to-action-splash__wrapper {
    margin: 0 auto !important;
    padding-top: 40px;
}

@media (min-width: 600px) and (max-width: 999px) {
    [data-section="hero"] .sds-call-to-action-splash__wrapper {
        padding-top: 48px;
    }
}

[data-section="hero"] .sds-call-to-action-splash__top-text-wrapper {
    padding: 0 109px;
}

@media (min-width: 1000px) {
    [data-section="hero"] .sds-call-to-action-splash__wrapper {
        max-width: 1467px;
        padding-top: 49px;
        position: relative;
    }
}

[data-section="hero"] .sds-call-to-action-splash__top {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

[data-section="hero"] .sds-call-to-action-splash__top-text-wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    [data-section="hero"] .sds-call-to-action-splash__top-text-wrapper {
        flex-direction: row;
    }
}

[data-section="hero"] .sds-call-to-action-splash__title {
    color: #003781;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1.6px;
}

@media (min-width: 1000px) {
    [data-section="hero"] .sds-call-to-action-splash__title {
        width: 562px;
        font-weight: 500;
        font-size: 65px;
        line-height: 60px;
        letter-spacing: -1.97px;
        padding-top: 0;
        margin-top: 0;
    }
}

@media (min-width: 600px) {
    [data-section="hero"] .sds-call-to-action-splash__title-container {
        display: flex;
        flex: 1;
    }
}

[data-section="hero"] .sds-call-to-action-splash__text {
    color: #003781;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -.23px;
}

@media (min-width: 1000px) {
    [data-section="hero"] .sds-call-to-action-splash__text {
        color: #003781;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: -.23px;
    }

[data-section="hero"] .sds-call-to-action-splash__text p {
    margin: 0;
}
}

[data-section="hero"] .sds-call-to-action-splash__text-container {
}

@media (min-width: 600px) {
    [data-section="hero"] .sds-call-to-action-splash__text-container {
        display: flex;
        flex: 1;
        margin-top: 0;
        margin-left: 16px;
    }
}

@media (min-width: 1000px) {
    [data-section="hero"] .sds-call-to-action-splash__text-container {
        margin-top: 18px;
        margin-left: 0;
    }
}

[data-section="hero"] .sds-call-to-action-splash__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    text-decoration: none;
    border-bottom: 1px solid #e0e4e9;
    cursor: pointer;
}

[data-section="hero"] .sds-call-to-action-splash__button:hover {
    background-color: #e6f1fa;
}

[data-section="hero"] .sds-call-to-action-splash__button:first-child:hover {
    border-radius: 6px 0 0 6px;
}

[data-section="hero"] .sds-call-to-action-splash__button:last-child:hover {
    border-radius: 0 6px 6px 0;
}

[data-section="hero"] .sds-call-to-action-splash__button:hover .sds-call-to-action-splash__button-text {
    color: #003781;
}

@media (min-width: 600px) {
    [data-section="hero"] .sds-call-to-action-splash__button {
        flex: 1;
        border-bottom: 0;
    }
}

[data-section="hero"] .sds-call-to-action-splash__button-container {
    position: relative;
    margin-top: 45px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-right: 112px;
    margin-left: 112px;
    background-color: #fff;
    border-radius: 10px;
}

@media (min-width: 600px) {
    [data-section="hero"] .sds-call-to-action-splash__button-container {
        flex-direction: row;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1000px) {
    [data-section="hero"] .sds-call-to-action-splash__button-container {
        position: relative;
        margin-right: 15%;
        margin-left: 15%;
    }
}

[data-section="hero"] .sds-call-to-action-splash__button-text {
    display: flex;
    color: #114489;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 999px) {
    [data-section="hero"] .sds-call-to-action-splash__button-container {
        padding: 0;
    }

    [data-section="hero"] .sds-call-to-action-splash__button {
        height: 64px;
    }
}

[data-section="hero"] .sds-call-to-action-splash__title strong {
    color: #0075c8;
}

@media screen and (max-width: 1280px) {
    [data-section="hero"] .sds-call-to-action-splash__wrapper {
        padding-top: 37px;
    }
}

@media (max-width: 430px) {
    [data-section="hero"] .bloc-space {
        height: auto;
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    [data-section="hero"] .sds-call-to-action-splash__button-container {
        margin: 19px auto;
        width: 84%;
        margin-bottom: -11px;
    }

    [data-section="hero"] .sds-call-to-action-splash__button:last-child {
        border-bottom: none;
    }

    [data-section="hero"] .sds-call-to-action-splash__top-text-wrapper {
        padding: 0;
    }

   
}

@media (max-width:768px){
    [data-section="hero"] .sds-call-to-action-splash__title{
        font-size: 45px !important;
        margin-bottom: 0;
    } [data-section="hero"] .bloc-space img {
        width: 100%;
        min-height: 160px;
        object-fit: cover;
        object-position: center;
        padding: 0;
    }
}