.page-item.active .page-link {
    background-color: #FF9900 !important; /* ton orange */
    border-color: #FF9900 !important;
    color: #fff !important;
}

.page-link {
    color: #FF9900; /* couleur des liens non actifs */
}

.page-link:hover {
    color: #F98D07; /* un orange plus foncé au hover */
}