/* La section se termine avec ses cartes, sans remplir artificiellement le viewport. */

.pf-v5-c-page__main > .pf-v5-c-page__main-section:has(> .pf-v5-c-page__main-section) {
    flex: 0 0 auto;
    min-height: 0;
    height: auto;
    align-content: start;
}
