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

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

.text-image .pretitle p {
    color: #009BAE;
    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 h2, .text-image .text-image__texte h3 {
    margin: 0 0 32px 0;
}

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

.text-image .text-image__image .imgcropCtn {
    width: auto;
    height: auto;
    margin: 0 auto 0 0;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

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

.imagegauche .imgcropCtn .flottant1 {
    position: absolute;
    top: 10%;
    right: 25%;
    width: 67px;
    aspect-ratio: 141/82;
    background-image: url("https://regietech.fr/wp-content/uploads/2025/04/FlottantTop.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.imagegauche .imgcropCtn .flottant2 {
    position: absolute;
    top: 15%;
    right: 8%;
    width: 98px;
    aspect-ratio: 141/82;
    background-image: url("https://regietech.fr/wp-content/uploads/2025/04/Carreplein.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.imagedroite .imgcropCtn .flottant1 {
    position: absolute;
    bottom: 18%;
    right: 25%;
    width: 67px;
    aspect-ratio: 141/82;
    background-image: url("https://regietech.fr/wp-content/uploads/2025/04/FlottantTop.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.imagedroite .imgcropCtn .flottant2 {
    position: absolute;
    bottom: 10%;
    right: 8%;
    width: 98px;
    aspect-ratio: 141/82;
    background-image: url("https://regietech.fr/wp-content/uploads/2025/04/Carreplein.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.text-image__image {
    position: relative;
}

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

.text-image .text-image__image .deuxiemeImage {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: -15px;
    right: -15px;
}

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

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

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

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