
.singleBanner{
    background: #8310AE;
    background: linear-gradient(0deg,rgba(131, 16, 174,1) 10%, rgba(113, 0, 151, 1) 10%);  
}

.singleBanner .zoneImgs img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 60px;
}

.singleBanner:has(+ .bg-gradient2){
    background: #8310AE;
    background: linear-gradient(0deg, rgb(167 48 220) 10%, rgba(113, 0, 151, 1) 10%)  
}

/* Mobile */ 
@media (max-width: 769px) {
    .singleBanner .zoneImgs img{
        border-radius: 20px;
    }
    /* exception juste pour event agrde party 2025 */ 
    .singleBanner .zoneImgs img[src*="garden-party-2025"]{
        height: 170px !important;
    }
     
}