.pager {
  display: flex;
  margin: 2rem 0;
  justify-content: center;
}

.pager .pagination li {
  font-size: 1rem;
}

.pager .pagination a:hover {
  border-radius: 2px;
}

.pager .pagination .is-active a,
.pager .pagination .is-active:hover a {
  background-color: #00558b;
  color: #fff;
  border-radius: 2px;
}

/* Affiche les items en responsive */
.pager .pager__item--previous,
.pager .pager__item--next,
.pager .is-active {
  display: inline-block;
}
