#pagination .flex-paginationact {
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagination .arrow-left {border: 1px solid #dadada;padding: 10px 15px;width: 50px;height: 50px;display: inline-block;margin-left: 10px;position: relative;}
#pagination .arrow-left:before {
    content: "";
    background: url(/Files/App_002/Images/arrow-right.png) center center no-repeat;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#pagination .arrow-right:before {
    content: "";
    background: url(/Files/App_002/Images/arrow-left.png) center center no-repeat;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#pagination .arrow-right {border: 1px solid #dadada;padding: 10px 15px;width: 50px;height: 50px;display: inline-block;margin-right: 10px;margin-left: 10px;position: relative;}
#pagination .debut {border: 1px solid #dadada;padding: 15px;width: 50px;height: 50px;display: inline-block;}
#pagination .debut:before {content: "";background: url(/Files/App_002/Images/debut.png) center center no-repeat;width: 13px;height: 18px;position: absolute;}
#pagination .fin {
border: 1px solid #dadada;
padding: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#pagination .fin:before {
content: "";
background: url(/Files/App_002/Images/fin.png) center center no-repeat;
width: 13px;
height: 18px;
position: absolute;
}
#pagination .etiquette {color: #464746;font-size: 14px;font-weight: 500;padding: 0 10px;font-family: Segoe UI;}
#pagination .numero {color: #464746;font-size: 14px;font-weight: 500;font-family: Segoe UI;padding-top: 0;letter-spacing: 0;}

