/* === HOMEPAGE FIXES === */

#carouselExampleCaptions {
    max-height: 70vh !important;
    height: 70vh !important;
}
#carouselExampleCaptions .carousel-item img,
#carouselExampleCaptions .carousel-item video {
    max-height: 70vh !important;
    height: 70vh !important;
    object-fit: cover;
}
#carouselExampleCaptions .carousel-item {
    max-height: 70vh !important;
}
#carouselExampleCaptions .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

#services-en-vedette .uk-slidenav {
    width: 50px !important;
    height: 50px !important;
    background: rgba(201, 169, 110, 0.2) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}
#services-en-vedette .uk-slidenav:hover {
    background: rgba(201, 169, 110, 0.6) !important;
    transform: scale(1.15);
}
#services-en-vedette .uk-slidenav svg {
    width: 25px !important;
    height: 25px !important;
    color: #C9A96E !important;
}
#services-en-vedette .uk-slidenav:hover svg {
    color: #fff !important;
}
