﻿
.bigvignette {
    width: 620px;
    height: 600px;
}

    .bigvignette .bigswiper-container {
        position: relative;
        height: 552px;
        width: 620px;
        top: 5px;
    }

    .bigvignette .slideVignette {
        display: flex;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
    }

    .bigvignette .swiper-slide:not(.swiper-slide-active) {
        opacity: 0 !important;
        transform: scale(0.9);
    }

        .bigvignette .swiper-slide:not(.swiper-slide-active) .cyb-uc-CompVignetteLifeConfig__pcSimi__link {
            pointer-events: none;
        }


    .bigvignette .big-swiper-pagination-custom {
        display: flex;
        position: relative;
        gap: 5px;
    }

    .bigvignette .big-swiper-button-prev,
    .bigvignette .big-swiper-button-next {
        cursor: pointer;
    }

        .bigvignette .big-swiper-button-prev img {
            width: 37px;
            height: auto;
            transform: rotate(-180deg);
        }

        .bigvignette .big-swiper-button-next img {
            width: 37px;
            height: auto;
        }

        .bigvignette .big-swiper-button-prev:hover .svg-icon rect,
        .bigvignette .big-swiper-button-next:hover .svg-icon rect {
            fill: rgba(154, 154, 154, 0.74);
        }

        .bigvignette .big-swiper-button-prev:hover .svg-icon path,
        .bigvignette .big-swiper-button-next:hover .svg-icon path {
            fill: #FCFCFC;
        }


.bigContainerSwiperWithArrows {
    display: flex;
    flex-direction: column;
}

.bigvignette .svg-icon rect {
    fill: rgba(105, 96, 96, 0.35);
}

.bigvignette .svg-icon path {
    fill: #737373;
}

.bigvignette .svg-icon rect, .bigvignette .svg-icon path {
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1024px) {
    .bigvignette {
        width: auto;
        height: auto;
    }


        .bigvignette .swiper-slide:not(.swiper-slide-active) {
            opacity: 0.5 !important;
        }

        .bigvignette .blocListeVignette .swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
            width: 30px !important;
            border-radius: 24px !important;
            background: white !important;
        }

        .bigvignette .blocListeVignette .swiper-pagination-bullet {
            width: 15px !important;
            border-radius: 24px !important;
            background: #BBBBBB !important;
        }
}
