.carousel-container-outer-e014e721 {
    background-color: #211710;
    padding: 5rem 1rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.swiper-container-e014e721 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem !important;
    overflow: visible !important;
}

.swiper-slide-e014e721 {
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.5;
    transform: scale(0.85);
    height: auto;
    box-sizing: border-box;
}

/* Carte active au milieu */
.swiper-slide-active, 
.swiper-slide-duplicate-active {
    opacity: 1 !important;
    transform: scale(1.05) !important;
    z-index: 10;
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.8 !important;
    transform: scale(0.95) !important;
}

.swiper-slide-inner-e014e721 {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 3rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.slide-number-e014e721 {
    font-family: 'Nunito', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #CE5E20;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.slide-title-e014e721 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #211710;
    margin: 0 0 1.5rem 0;
    line-height: 1.3;
}

.slide-desc-e014e721 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #737373;
}

/* Pagination & Navigation stylée */
.swiper-pagination-e014e721 {
    position: relative !important;
    margin-top: 2rem;
}

.swiper-pagination-e014e721 .swiper-pagination-bullet {
    background: #FFFFFF !important;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    transition: opacity 0.3s, background-color 0.3s;
}

.swiper-pagination-e014e721 .swiper-pagination-bullet-active {
    background: #CE5E20 !important;
    opacity: 1;
    width: 24px;
    border-radius: 5px;
}

.swiper-button-prev-e014e721,
.swiper-button-next-e014e721 {
    color: #CE5E20 !important;
    transition: transform 0.3s;
}

.swiper-button-prev-e014e721:hover,
.swiper-button-next-e014e721:hover {
    transform: scale(1.2);
}

.swiper-button-prev-e014e721::after,
.swiper-button-next-e014e721::after {
    font-size: 1.8rem !important;
}
