.grand-bloc {
    background-color: #262401;
    border-bottom: 1px solid var(--kaki, #A9892D);
}

.grand-bloc .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: 100%;
    max-width: 1440px !important;
    overflow: visible;
    align-items: stretch;
    justify-content: space-between;
}

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

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

.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;
    flex: 1 1 0;
    width: 50%;
    padding: 150px 0 0 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.grand-bloc .grandBlogGalerieBigPart {
    z-index: 5;
    position: relative;
    display: flex;
    flex: 1 1 0;
    width: 50%;
    right: -10%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.grand-bloc .grandBlogGalerieBigPart::before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 44vw;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieUn {
    width: 44vw;
    height: 100%; /* ou une taille fixe si tu préfères */
    z-index: 4;
    overflow: hidden;
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieUn .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieUn .swiper-wrapper .imgcropCtn {
    width: 100%;
    height: 100%;
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieDeux {
    width: 44vw;
    height: 100%; /* ou une taille fixe si tu préfères */
    z-index: 4;
    overflow: hidden;
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieDeux .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieDeux .swiper-wrapper .imgcropCtn {
    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: #DFD7D5;
    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: #DFD7D5;
    text-align: left;
    margin: 0 auto;
}

.grand-bloc .grand-bloc__content .grand-bloc__lienliste {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.grand-bloc .grand-bloc__content .grand-bloc__lienliste a {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding: 16px;
    justify-content: space-between;
    color: var(--cream, #DFD7D5);
    font-family: "Inter";
    font-weight: 600;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--olive, #706134);
    border-bottom: 1px solid var(--olive, #706134);
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0;
}

.grand-bloc .grand-bloc__content .grand-bloc__lienliste a::after {
    content: "";
    position: initial;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("https://mbplusdesign.com/wp-content/uploads/2025/05/ArrowCircle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.grand-bloc .grand-bloc__content .grand-bloc__lienliste a:nth-child(2) {
    border-top: 0;
}

.grand-bloc .swiper-pagination {
    z-index: 9999;
    gap: 8px;
}

.grand-bloc .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #E1C78F;
    background-color: transparent;
    margin: 0 4px !important;
    transition: 0.3s all ease;
}

.grand-bloc .swiper-pagination .swiper-pagination-bullet-active {
    background: #E1C78F;
    transition: 0.3s all ease;
}

.grand-bloc .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieUn {
    position: absolute;
    opacity: 0;
    transform: scale(0.95);
    transition: 0.3s all ease;
}

.grand-bloc .grandBlogGalerieBigPart .swiperGalerieDeux {
    position: absolute;
    opacity: 0;
    transform: scale(0.95);
    transition: 0.3s all ease;
}

.grand-bloc .grandBlogGalerieBigPart .activeSwiper {
    opacity: 1;
    transform: scale(1);
    transition: 0.3s all ease;
}

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

.partenaire-container {
    background-color: #262401;
    border-bottom: 1px solid var(--kaki, #A9892D);
}

.partenaire-container .partenaires-entry {
    padding: 64px 0;
}

.swiper-partenaire .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important; 
}

.swiper-partenaire .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-partenaire .swiper-slide a {
    max-width: 120px;
    height: auto;
}

@media (max-width: 767px) {
    .grand-bloc {
        height: auto !important;
    }
    .grand-bloc .row {
        flex-direction: column;
        width: 100%;
    }
    .grand-bloc .grand-bloc__content {
        order: 2;
        flex: unset;
        width: 100%;
        padding: 32px 5% 64px 5%;
    }
    .grand-bloc .grandBlogGalerieBigPart {
        order: 1;
        flex: unset;
        width: 100%;
        height: 60vh;
        right: 0;
    }
    .grand-bloc .grandBlogGalerieBigPart::before {
        width: 100%;
    }
    .grand-bloc .grandBlogGalerieBigPart .swiperGalerieUn, .grand-bloc .grandBlogGalerieBigPart .swiperGalerieDeux {
        width: 100%;
    }
}