.text-image {
    position: relative;
    background: #FFF;
}

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

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

.text-image .text-image__texte {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 400px;
}

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

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

.text-image__image {
    position: relative;
}

.text-image__image img {
    border-radius: 25px;
}

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

.text-image .autrestyle h2, .text-image .autrestyle h3 {
}

.text-image .autrestyle .btn {
}

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

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

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

.imagegauche {
    background: #F6C3DB; 
}

.imagegauche .text-image__texte h2 {
    color: #03563C;
}

.imagegauche .text-image__texte h2 strong {
    color: white;
}

.imagegauche .text-image__texte {
    padding: 64px 0 64px 5%;
}

.imagegauche .text-image__texte p {
    color: #03563C;
}

.imagegauche .text-image__texte ul {
    color: #03563C;
}

.imagegauche .text-image__texte ul li {
    color: #03563C;
}

.imagegauche .text-image__texte .btn {
    color: #F6C3DB;
    background-color: #03563C;
}

.imagegauche .text-image__image {
    height: auto;
    min-height: 400px;
}

.imagegauche .text-image__image .imgcropCtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 50vw;
    height: 100%;
}

.imagegauche .text-image__image .imgcropCtn .imgcrop {
    border-radius: 0;
}

.imagedroite {
    background: #03563C; 
}

.imagedroite .text-image__texte h2 {
    color: white;
}

.imagedroite .text-image__texte h2 strong {
    color: #F6C3DB;
}

.imagedroite .text-image__texte {
    padding: 64px 5% 64px 0;
}

.imagedroite .text-image__texte p {
    color: white;
}

.imagedroite .text-image__texte ul {
    color: #FFF;
}

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

.imagedroite .text-image__texte ul li::before {
    background-color: #F6C3DB;
}

.imagedroite .text-image__image {
    height: auto;
    min-height: 400px;
}

.imagedroite .text-image__image .imgcropCtn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 50vw;
    height: 100%;
}

.imagedroite .text-image__image .imgcropCtn .imgcrop {
    border-radius: 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;
}

@media (max-width: 992px) {
    .text-image {
        overflow-x: hidden;
    }
    
    .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: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

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

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

    .text-image .text-image__texte {
        min-height: unset;
    }
}

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