.grand-bloc {
    max-height: 650px;
}

.grand-bloc .row {
    position: relative;
    width: 90%;
    height: 100%;
    background: white;
    border-radius: 50px;
    background: #1A2843;
    overflow: hidden;
}

.grand-bloc .row .grand-bloc-image {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
}

.grand-bloc .swiperGrandBloc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.filtre-grand-bloc {
    z-index: 3;
    position: absolute;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grand-bloc .flottant1 {
    z-index: 3;
    position: absolute;
    top: -2%;
    left: 4%;
    width: 20%;
    aspect-ratio: 234/191;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/RedForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grand-bloc .flottant2 {
    z-index: 3;
    position: absolute;
    bottom: -5%;
    right: 10%;
    width: 20%;
    aspect-ratio: 365/335;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/OrangeForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grand-bloc .flottant3 {
    z-index: 3;
    position: absolute;
    top: -1%;
    right: 4%;
    width: 20%;
    aspect-ratio: 245/182;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/Vector-14.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grand-bloc .flottant4 {
    z-index: 3;
    position: absolute;
    bottom: -10%;
    left: 40%;
    width: 10%;
    max-width: 100px;
    aspect-ratio: 114/114;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/motif-1_j-3.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiperGrandBloc {
    width: 100%;
    height: 100%;
}

.swiperGrandBloc .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiperGrandBloc .swiper-slide .imgcropCtn {
    width: 100%;
    height: 100%;
}

.grand-bloc .grand-bloc__content {
    z-index: 5;
    position: initial;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    max-width: 1366px;
    padding: 64px;
}

.grand-bloc .row::after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.grand-bloc .row > .imgcrop {
    z-index: 0;
}

.grand-bloc .grand-bloc__content--wrapper {
    max-width: 55%;
}

.grand-bloc .grand-bloc__content h1, .grand-bloc .grand-bloc__content p  {
   margin: 0;
}

.grand-bloc .grand-bloc__content h1 {
    display: block;
    color: white;
    text-align: left;
    margin: 0 auto 32px auto;
}

.grand-bloc .grand-bloc__content .grand-bloc__desc {
    margin: 0 0 32px 0;
}

.grand-bloc .grand-bloc__content .grand-bloc__desc p {
    color: white;
    text-align: left;
    margin: 0 auto;
}

.grand-bloc .grand-bloc__content .grand-bloc__lienliste {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    row-gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.grand-bloc .row .grand-bloc-image img {
    filter: grayscale(1);
}

@media (max-width: 768px) {
    .grand-bloc .grand-bloc__content--wrapper {
        max-width: 100%;
    }

    .grand-bloc .flottant .flottant1 {
        position: absolute;
        top: 15%;
        right: 8%;
        width: 100px;
    }

    .grand-bloc .flottant .flottant2 {
        position: absolute;
        bottom: 25%;
        right: -2%;
    }

    .grand-bloc .flottant .flottant4, .grand-bloc .flottant .flottant5 {
        display: none;
    }

    .grand-bloc .grand-bloc__content {
        padding: 16px;
    }
}