.hp-bloc-2-visuels-text {
    width: 100%;
    position: relative;
    height: 905px;
}

.hp-bloc-2-visuels-text * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
}

.hp-bloc-2-visuels-text div.container-title {
    position: absolute;
    bottom: 40px;
    left: 100px;
    width: 500px;
}

.hp-bloc-2-visuels-text div.container-title a.cta {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #0d2041;
    color: #fff;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
}

.hp-bloc-2-visuels-text a.link-picture {
    position: absolute;
    display: block;
    background-size: cover;
    background-position: var(--focal-point-x) var(--focal-point-y);
    background-repeat: no-repeat;
}

.hp-bloc-2-visuels-text a.link-picture.bloc-1 {
    top: 90px;
    left: 30px;
    width: 980px;
    height: 615px;
}

.hp-bloc-2-visuels-text a.link-picture.bloc-2 {
    top: 60px;
    right: 35px;
    width: 860px;
    height: 805px;
}

#hp-bloc-2-visuels-text-image-background-image-2 {
    height: 100%;
    background: no-repeat;
    position: absolute;
    width: 300px;
    background-position: var(--focal-point-x) var(--focal-point-y);
    background-size: cover;
}

#hp-bloc-2-visuels-text-image.link-picture {
    background-image: var(--hp-bloc-2-stain-desktop);
    background-repeat: no-repeat;
}
a[id*="hp-bloc-2-image-bloc-1"].link-picture {
    background-image: var(--hp-bloc-2-bloc1-desktop);
}
a[id*="hp-bloc-2-image-bloc-2"].link-picture {
    background-image: var(--hp-bloc-2-bloc2-desktop);
}

@media screen and (min-width: 1025px) {
    .hp-bloc-2-visuels-text {
        background-size: 360px;
        height: 630px;
    }

    .hp-bloc-2-visuels-text div.container-title {
        bottom: 28px;
        left: 59px;
        width: 350px
    }

    .hp-bloc-2-visuels-text a.link-picture.bloc-1 {
        top: 63px;
        left: 20px;
        width: 696px;
        height: 430px;
    }

    .hp-bloc-2-visuels-text a.link-picture.bloc-2 {
        top: 40px;
        right: 21px;
        width: 635px;
        height: 560px;
    }
}

@media screen and (max-width: 1024px) {
    .hp-bloc-2-visuels-text {
        height: 605px;
        background-size: 400px;
    }

    #hp-bloc-2-visuels-text-image-background-image-2 {
        height: 605px;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        background-size: contain;
    }

    .hp-bloc-2-visuels-text div.container-title {
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: 250px;
    }

    .hp-bloc-2-visuels-text a.link-picture.bloc-1 {
        top: initial;
        bottom: 150px;
        left: 0;
        width: 60%;
        height: 300px;
    }

    .hp-bloc-2-visuels-text a.link-picture.bloc-2 {
        top: 30px;
        right: 0;
        width: 60%;
        height: 300px;
    }

    #hp-bloc-2-visuels-text-image.link-picture {
        background-image: var(--hp-bloc-2-stain-mobile);
        background-repeat: no-repeat;
    }
    #hp-bloc-2-image-bloc-1.link-picture {
        background-image: var(--hp-bloc-2-bloc1-mobile);
    }
    #hp-bloc-2-image-bloc-2.link-picture {
        background-image: var(--hp-bloc-2-bloc2-mobile);
    }

    .hp-bloc-2-visuels-text div.container-title h2 {
        margin-bottom: 30px;
    }
}
