.text-image .text-image__image {
    position: sticky;
    top: 150px;
}

.text-image .text-image__image .imgcropCtn {
    width: auto;
    height: auto;
    max-height: 450px;
    margin: 24px auto 0 0;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.imagedroite .text-image__image .imgcropCtn {
    margin: 0 0 0 auto;
}

.text-image__texte p {
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.text-image__texte ul {
    margin: 0 0 16px 0;
}

.text-image__texte ul li {
    color: black;
    margin: 0 0 4px 0
}

.text-image__texte ul li::marker {
    color: #E50914;
}

.text-image__texte .btn-liste {
    margin: 24px 0 0 0;
}

.imagedroite .text-image__texte ul li::marker {
    color: #E50914;
}

.text-image__texte .btn-liste a {
    display: flex;
    font-family: "Barlow";
    width: fit-content;
    align-items: center;
    color: #E50914;
    border: 1px solid #E50914;
    border-radius: 100px;
    padding: 6px 16px;
    margin: 8px 0;
    text-decoration: none;
    transition: 0.3s all ease;
}

.text-image__texte .btn-liste a:hover {
    color: white;
    background-color: #E50914;
    transition: 0.3s all ease;
}


.imagedroite .text-image__texte .btn-liste a {
    color: #E50914;
    border: 1px solid #E50914;
}

.imagedroite .text-image__texte .btn-liste a:hover {
    color: white;
    background-color: #E50914;
    transition: 0.3s all ease;
}

.text-image__image {
    position: relative;
}

.text-image__image .text-image__image-content h3 {
    position: relative;
    color: #E50914;
    font-size: 2.6rem;
    max-width: 300px;
    padding: 0 0 12px 0;
    margin: 0 0 24px 0;
}

.text-image__image .text-image__image-content h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background-color: #E50914;
}

.text-image__image .text-image__image-content .btn-liste a {
    display: flex;
    font-family: "Barlow";
    width: fit-content;
    align-items: center;
    color: #E50914;
    border: 1px solid #E50914;
    border-radius: 100px;
    padding: 6px 16px;
    margin: 8px 0;
    text-decoration: none;
    transition: 0.3s all ease;
}

.text-image__image .text-image__image-content .btn-liste a:hover {
    color: white;
    background-color: #E50914;
    transition: 0.3s all ease;
}

.imagedroite .text-image__image .text-image__image-content h3 {
    color: #E50914;
    text-align: right;
    margin: 0 0 24px auto;
}

.imagedroite .text-image__image .text-image__image-content h3::after {
    left: unset;
    right: 0;
    background-color: #E50914;
}

.imagedroite .text-image__image .text-image__image-content .btn-liste a {
    color: #E50914;
    border: 1px solid #E50914;
    margin: 8px 0 8px auto;
}

.imagedroite .text-image__image .text-image__image-content .btn-liste a:hover {
    color: white;
    background-color: #E50914;
    transition: 0.3s all ease;
}

@media (max-width: 992px) {
    .text-image .text-image__texte {
        padding: 32px 0;
    }

    .imagedroite .text-image__image .imgcropCtn, .text-image .text-image__image .imgcropCtn {
        margin: 0;
    }

    .text-image .text-image__image .imgcropCtn {
        width: 100%;
    }

    .imagegauche .text-image__image {
        order: 1;
    }
}