ul.tablecombz-filter-ul {
    display: flex !important;
    flex-wrap: wrap !important;      /* couleurs à la ligne */
    flex-direction: row !important;  /* plus en mode colonne */
    width: 100% !important;          /* ne dépasse jamais */
    max-height: none !important;     /* aucune limite */
    margin-right: 0 !important;
    box-sizing: border-box;
}