/**
 * Styles pour la pagination numérotée du slider homepage
 * Compatible DCE v2 - Version originale qui fonctionne
 */
.elementor-widget-dce-acf-repeater-v2 .swiper-pagination {
    position: absolute;
    top: 85px;
    right: 5px;
    width: auto !important;
    height: 25px;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.home-slider .elementor-widget-dce-acf-repeater-v2 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: initial;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    white-space: nowrap;
}
    
.home-slider .elementor-widget-dce-acf-repeater-v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
}

.home-slider .elementor-widget-dce-acf-repeater-v2 .swiper-pagination-bullet {
    width: 0;
    height: 0;
    opacity: 0.4;
    margin: 0 10px;
}

.swiper-pagination-bullet {
    color: #828282;
    font-family: "Muli";
    font-size: 15px;
    font-weight: 900;
    margin-right: 20px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #000;
}

.swiper-pagination-bullet:hover {
    color: #000;
}
