.event-photo{

width: 306px;
height: 400px;
background-position: center;
background-size: cover;
object-fit: cover;
border-radius:30px;
}

.event-photo1{

width: 300px;
height: 200px;
background-position: center;
background-size: cover;
object-fit: cover;
border-radius:30px;
}


.glide__slide img {
    width: 100%;
    height: 50vh;
    border-radius: 20px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}


/* Cacher la navbar principale sur tablette et mobile */
@media (max-width: 991px) {

    /* ≤ 991px = tablette et mobile */
    .main-navbar {
        display: none !important;
    }
}

.destination-section{

background-color: #936037bc;
border-radius: 10px;

}