
.actu-item{
    position: relative;
    overflow: hidden;
    width: 200px; 
    height: auto;
}

.actualite-text {
    max-height: 150px;
    overflow-y: auto;
    overflow-wrap: break-word;
}

.pagination {
    justify-content: center;
    color: #095228;
    border: 10px;
}

.pagination li a {
    padding: 8px 12px;
    border: 10px solid #ddd;
    border-radius: 4px;
    color: #333;
}

.pagination .active a {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}
