.text-image {
    position: relative;
    min-height: 700px;
}

.text-image ul {
    margin: 0px 0 16px 0;
    padding: 0 0 0 24px;
}

.text-image ul li {
    position: relative;
    color: black;
    font-weight: 200;
    margin: 0 0 12px 0;
}

.text-image ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -24px;
    display: flex;
    width: 15px;
    height: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-image: url("https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/IconListeEURO.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.text-image p a {
    font-family: "Gotham";
    transition: 0.3s all ease;
}

.text-image p a:hover {
    opacity: 0.6;
    transition: 0.3s all ease;
}

.text-image .text-image__image {
    position: relative;
}

.text-image .pretitle p {
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

.text-image .text-image__texte h2, .text-image .text-image__texte h3 {
    color: #E4DDC0;
    margin: 0 0 32px 0;
}

.text-image .text-image__texte h2 strong, .text-image .text-image__texte h3 strong {
    color: #2A311C;
}

.text-image .text-image__texte a {
    margin: 32px 0 0 0;
}

.text-image .imgcropCtn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
}

.imagedroite .imgcropCtn {
    right: 0;
}

.imagegauche .imgcropCtn {
    left: 0;
}

.text-image {
    position: relative;
}

.text-image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #888E63;
}

.imagedroite::before {
    left: 0;
}

.imagegauche::before {
    right: 0;
}

.imagegauche .text-image__texte {
    padding: 0 0 0 8.33%;
}

.imagedroite .text-image__texte {
    padding: 0 8.33% 0 0;
}

.text-image .text-image__image .deuxiemeImage {
   display: none;
}

.text-image .autrestyle {
    border-top: unset;
    padding: unset;
}

.text-image .btn {
    margin: 0 0 16px 0 !important;
}

.text-image .btn:first-child {
    margin: 0 16px 0 0 !important;
}

.text-image .btn-liste {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 32px 0 0 0;
}

.autrestyle {
    position: relative;
    background-color: transparent;
}


.autrestyle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: #F0F0F0;
    z-index: -1;
}

.autrestyle .row {
    align-items: flex-end !important;
}

.imagegauche .text-image__image {
    position: relative;
}

.imagedroite .text-image__image {
    position: relative;
}

.text-image .home-intro {
    display: none;
    position: absolute;
    bottom: 16px;
    left: 50%;
    color: var(--BEIGE, #E4DDC0);
    text-align: center;
    font-family: "Relation";
    font-size: 7.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    transform: translateX(-50%);
}

.home .home-intro {
    display: block;
}

@media (max-width: 992px) {
    .text-image {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px !important;
    }
    .text-image::before {
        width: 100%;
    }

    .text-image > .row {
        order: 1;
    }

    .text-image .imgcropCtn {
        position: relative;
        display: block;
        order: 2;
        height: 70vh;
        width: 100%;
    }

    .text-image .home-intro {
        width: 90%;
        font-size: 5rem;
    }

    .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;
    }

    .autrestyle::before {
        height: 100%;
    }

    .text-image__image {
        width: 64% !important;
        margin: 0 0 0 auto;
    }

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

@media (max-width: 767px) {
}