Hi Thierry,
You could use some CSS and a media query to target the pagination and reduce the size/padding/margins.
Here is an example, please add this to Theme Options => Custom CSS:
.woocommerce nav.woocommerce-pagination ul {
width: 100%;
margin-bottom: 15px !important;
}
.woocommerce-page nav.woocommerce-pagination ul li {
margin-left: 5px;
}
.woocommerce-page nav.woocommerce-pagination ul li span {
padding: 4px;
font-size: 13px;
width: 35px;
height: 35px;
}
.woocommerce nav.woocommerce-pagination ul li a {
line-height: 16px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
line-height: 22px;
}