.inventaire { display: flex; max-width: 700px; flex-direction: column; } .toolSearch { display: flex; align-items: center; } .contentInvent { display: flex; justify-content: space-evenly; } .caseInvent { gap: 20px; display: flex; flex-wrap: wrap; margin-top: 10px; } .LabelFiltre { display: flex; margin-left: 25px; } .filtre { width: 42px; height: 32px; } .actions { border: 1px solid black; height: 250px; overflow: scroll; margin-right: 20px; }