﻿#piscine-gallery-section{overflow:hidden}
#piscine-gallery-section .nav-carousel-control-wrapper {gap: .8rem;}
.piscine-gallery{margin-top:3.2rem}
#piscine-gallery-section .swiper {overflow: visible;}
#piscine-gallery-section .swiper-slide{width:calc(95% - 1.2rem);cursor:pointer}
#piscine-gallery-section .swiper img{width:100%;display: block;height: auto;border-radius: 1.6rem;aspect-ratio: 3 / 2.5;object-fit: cover;}
.piscine-gallery .swiper-slide span{pointer-events: none;border: 2px solid #fff;bottom: 1.6rem;right: 1.6rem;width: 4rem;height: 4rem;position: absolute;display: flex;place-content: center;align-items: center;border-radius: 50%;background: #fff;color: var(--primary-color);}


@media (min-width: 500px) {
    #piscine-gallery-section .nav-carousel-control-wrapper {margin: 0;position: absolute;top: -2.4rem;right: 0;transform: translateY(-100%);}
}

@media (min-width: 650px) {
    #piscine-gallery-section .swiper-slide {width: calc(75% - 1.2rem);}
}

@media (min-width: 768px) {
    #piscine-gallery-section .swiper-slide {width: calc(50% - 1.2rem);}
    #piscine-gallery-section .swiper img{aspect-ratio:3/2}
}

@media(min-width:1280px){
    #piscine-gallery-section{padding:8.8rem 0}
}