.acl-item { display: block; }
.acl-content img { height: auto; max-width: 100%; }

.acl-grid > .acl-pagination {
  display: flex !important;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;   /* ← pas text-align */
  align-items: center;
  margin-top: 1rem;
}

/* Style des liens */
.acl-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 .6rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 8px;
  text-decoration: none;
}

.acl-pagination .current {
  font-weight: 700;
  background: rgba(0,0,0,.06);
}