#articleSlideshow .photoResidence {
    width: 95%;
    height: 100vh;
    margin: auto;
}
.photoResidence .glide__track {
    width: 45%;
    height: auto;
    margin: auto;
}
#articleSlideshow .boutonReservation {
    margin: 5rem auto;
    height: 5rem;
    font-size: 1.8rem;
}
#articleSlideshow .boutonReservation img {
    width: 20%;
}
.glide__arrow {
    width: 5% !important;
}
.photoResidence .glide__slides {
    height: 45rem !important;
}
.photoResidence .glide__slide img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/**********************************************************************************/
/* STYLE POUR LE CHANGEMENT DE SLIDE */
/**********************************************************************************/
.glide__bullets {
    position: static !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 35% !important;
    margin: auto !important;
    padding: 2rem 0;
    transform: none !important;
}
.glide__bullets img {
    width: 15%;
    height: 100%;
    opacity: 0.4;
}
.glide__bullets img:hover {
    cursor: pointer;
}
.activeSlide {
    opacity: 1 !important;
}