/*
*/
.img-txt-biseaute {
    margin-top: 48px;
    margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
    .img-txt-biseaute {
        margin-top: 120px;
        margin-bottom: 0px;
    }
}

/*
*/
.img-txt-biseaute--container {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .img-txt-biseaute--container {
        flex-direction: row;
        align-items: center;
    }
}

.img-txt-biseaute--img {
    height: 306px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

@media screen and (min-width: 1024px) {
    .img-txt-biseaute--img {
        max-width: 740px;
        height: 520px;
    }
}

.img-txt-biseaute--img::before,
.img-txt-biseaute--img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.img-txt-biseaute--img::before {
    content: "";
    -webkit-clip-path: polygon(0 57%, 0 100%, 100% 100%);
    clip-path: polygon(0 57%, 0 100%, 100% 100%);
    background: var(--green);
    position: absolute;
    bottom: -1px;
}

@media screen and (min-width: 1024px) {
    .img-txt-biseaute--img::before {
        -webkit-clip-path: polygon(0 44%, 0 100%, 100% 100%);
        clip-path: polygon(0 44%, 0 100%, 100% 100%);
    }
}

.img-txt-biseaute--img::after {
    background: white;
    -webkit-clip-path: polygon(0 0, 0 75%, 100% 0);
    clip-path: polygon(0 0, 0 75%, 100% 0);
    top: -1px;
}

@media screen and (min-width: 1024px) {
    .img-txt-biseaute--img::after {
        -webkit-clip-path: polygon(0 0, 0 100%, 54% 0);
        clip-path: polygon(0 0, 0 100%, 54% 0);
    }
}

.img-txt-biseaute--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.img-txt-biseaute--content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
    padding: 0 16px;
    margin-bottom: -50px;
}

@media screen and (min-width: 1024px) {
    .img-txt-biseaute--content {
        padding: 0;
        padding-left: 80px;
        margin-bottom: 0;
    }
}

.img-txt-biseaute--content .uptitle {
    margin-bottom: 0;
}

.img-txt-biseaute--content h2,
.img-txt-biseaute--content h3 {
    z-index: 1;
    color: var(--dark-blue);
    margin: 0;
    max-width: 60%;
}

@media screen and (min-width: 550px) {
    .img-txt-biseaute--content h2,
    .img-txt-biseaute--content h3 {
        max-width: none;
    }
}

@media screen and (min-width: 1024px) {

    .img-txt-biseaute--content h2,
    .img-txt-biseaute--content h3 {
        width: calc(100% + 100px);
    }
}

.img-txt-biseaute--content h2 {
    font-size: 1.2rem;
}

@media screen and (min-width:1024px) {
    .img-txt-biseaute--content h2 {
        font-size: 2.5rem;
    }
}

.img-txt-biseaute--content h2 strong,
.img-txt-biseaute--content h3 strong {
    display: unset;
}

@media screen and (min-width: 1024px) {

    .img-txt-biseaute--content h2 strong,
    .img-txt-biseaute--content h3 strong {
        display: block;
    }
}

.img-txt-biseaute .cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1280px) {
    .img-txt-biseaute .cta-wrapper {
        flex-direction: row;
        gap: 102px;
    }
}