#paginateur .elt_page {
    color: #252525 !important;
    margin-right: 12px;
}
#paginateur .selected_page {
    color: #009548;
    margin-right: 12px;
    position: relative;
}
#paginateur .pages {font-size: 17px;width: 150px;display: inline-block;position: relative;}
#paginateur .selected_page:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -3px;
    background: #009548;
}
#paginateur .next::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 30px;
  top: 10px;
  left: calc(50% + 75px);
  background: url(/Files/App_002/Images/right.png) no-repeat 0 0;
}
#paginateur .next:hover:after {background: url(/Files/App_002/Images/right-hover.png) no-repeat 0 0;}
#paginateur .prev::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 30px;
  top: 15px;
  left: calc(50% - 105px);
  transform: rotate(180deg);
  background: url(/Files/App_002/Images/right.png) no-repeat 0 0;
}
#paginateur .prev:hover:after { background: url(/Files/App_002/Images/right-hover.png) no-repeat 0 0;}
#paginateur .btns_pagination{position:relative;}



