.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; } .item { display: flex; justify-content: center; width: 64px; height: 64px; border: 1px solid; overflow: hidden; } .imageList { min-width: 50px; max-width: 50px; height: 50px; margin: auto }