﻿
.echantillons {
    justify-content: center;
    align-content: start;
    min-height: 0;
}

    .echantillons header.echantillon > * {
        font-weight: 600;
        justify-self: center;
    }
    .echantillons .echantillon { display: contents; }
        .echantillons .echantillon > * { justify-self: center; }

    .echantillons.list {
        display: grid;
        grid-template-columns: max-content max-content max-content max-content max-content max-content;
        gap: 1rem;
    }

/* =================== RADIO-BUTTON & CHECKBOXES ============================================= */








