/* ========== Structure générale ========== */

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,-15px) !important;
}

.bx1_carrousel-main {
	margin: 3rem auto;
}

.bx1_carrousel-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	position: relative;
	top: -38px;
}

.bx1_carousel-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0.7rem 0.7rem 2rem 0.7rem;
}

/* ========== Languette en haut à gauche ========== */
.bx1_carousel-category {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1f2937; /* équivalent bg-gray-800 */
    color: #fff !important;
    font-size: 1.4rem; /* text-sm */
    padding: 0.25rem 0.75rem; /* py-1 px-3 */
    border-bottom-right-radius: 4px; /* rounded-br-md */
    z-index: 10;
    text-decoration: none !important;
    border-radius: 0;
    font-weight: bold;
}

.bx1_carousel-category:visited {
    color: #fff !important; 
}

/* ========== Bouton "+" en haut à droite ========== */
.bx1_carousel-more {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px; /* w-6 */
    height: 30px; /* h-6 */
    border: 1px solid #1f2937; /* border-gray-800 */
    color: #1f2937; /* text-gray-800 */
    border-radius: 50%; /* rounded-full */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-decoration: none !important;
    font-weight: bold;
    border: 3px solid;
    font-size: 22px;
}

.bx1_carousel-category:hover {
	text-shadow: 1px 1px 33px #fff;
	color: #fff !important;
}

.bx1_carousel-more:hover {
	text-shadow: 1px 1px 33px #fff;	
}

/* ========== Swiper ========== */
.mySwiper {
    width: 100%;
    overflow: visible;
}

.swiper-slide {
    box-sizing: border-box;
    padding: 0 10px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Titre */
.swiper-slide h3 {
    font-size: 1rem; /* text-base */
    font-weight: 600; /* font-semibold */
    margin-top: 0.5rem; /* mt-2 */
    margin-bottom: 0;
}

.swiper-slide h3 a {
    text-decoration: none;
    color: #2C2C2C;
}

.swiper-slide h3 a:hover {
    text-decoration: underline;
}

/* Date */
.swiper-slide p {
    font-size: 0.875rem; /* text-sm */
    color: #2C2C2C; /* text-gray-500 */
    margin-top: 0.25rem;
}

/* ========== Pagination bullets ========== */
.swiper-pagination {
    margin-top: 1rem; /* mt-4 */
}

.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #333;
}
