.text-image {
    position: relative;
}

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

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

.text-image ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -32px;
    display: flex;
    width: 20px;
    height: 20px;
    padding: 9px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 25px;
    background: #0AACB1;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/ListItem.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.text-image em {
    color: #0AACB1;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.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__image {
    position: relative;
}

.text-image .pretitle p {
    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 .flottant1 {
    z-index: 1;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 40%;
    aspect-ratio: 200/130;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/RedFormText.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.imagegauche .flottant2 {
    z-index: 1;
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 45%;
    aspect-ratio: 281 / 261;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/OrangeFormText.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.imagedroite .flottant1 {
    z-index: 1;
    position: absolute;
    top: -10%;
    right: 25%;
    width: 40%;
    aspect-ratio: 200/130;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/RedFormText.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.imagedroite .flottant2 {
    z-index: 1;
    position: absolute;
    bottom: 10%;
    right: -30%;
    width: 45%;
    aspect-ratio: 281 / 261;
    background-image: url(https://comet-bfc.fr/wp-content/uploads/2025/05/BlueFormText.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: 50px;
}

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