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

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

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

.grand-bloc .logo-entete {
    position: absolute;
    top: 0px;
    left: 8px;
    width: 230px;
    height: auto;
}

.grand-bloc .grand-bloc__galerie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    mask-image: url("https://mvconsultants.fr/wp-content/uploads/2025/07/SubtractWhite.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask: url("https://mvconsultants.fr/wp-content/uploads/2025/07/SubtractWhite.svg");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.filtre-grand-bloc {
    z-index: 3;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}

.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;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.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__content--wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 5% 32px 5%;
}

.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: center;
    margin: 0 auto;
}

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

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

@media (max-width: 1500px) {
    .grand-bloc .logo-entete {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 180px;
        height: auto;
    }
}

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