/* Styles dédiés au bloc Feature Slider */
/*
.feature-slider-container {
    position: relative;
    margin-bottom: 2rem;
}
.feature-slider-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    border-radius: 2rem;
}
.feature-slider .swiper-wrapper {
    z-index: 2;
}
.imgfeature img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.heading-title {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 3;
} 
*/