.most-read-container {
    margin-bottom: 30px; /* Ajoute un peu d'espace en dessous du bloc */
}

.most-read-section-title {
    text-align: left;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
    background: #1838BD;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 160px;
}

.most-read-separator {
    
    border: 1px solid  #ccc;
}

.most-read-swiper {
    width: 100%;
    padding-top: 20px; 
    padding-bottom: 40px; 
    overflow: hidden; 
}

.swiper-slide.most-read-post {

    padding: 15px;
    background: white;
    position: relative;
    min-height: 120px;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box; 
}

.most-read-post a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.most-read-post a:hover {
    color: #1838BD;
}

.post-order-number {
    position: absolute;
    top: 32%;
    left: 13%;
    transform: translate(-50%, -50%);
    font-size: 70px; /* Ajustez pour qu'il ne soit pas trop grand sur mobile */
    font-weight: bold;
    color: rgb(24 56 189 / 23%);
    z-index: 1;
    pointer-events: none;
}

.swiper-pagination-bullet {
    background-color: #1838BD; /* Couleur des puces de pagination */
}

.swiper-pagination-bullet-active {
    background-color: #1838BD; /* Couleur de la puce active */
}