section.list { display : flex; justify-content : space-between; flex-wrap:wrap; } section.list > div { width : 30%; } section.list img { display:inline-block; } .short-text { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .recherche { width : 75px; height : 24px; } .short-text{ display: flex; justify-content: space-between; align-items: center; } .apliiiiiii{ width : 75px; height : 24px; color: red; } .filter-options { display: none; margin-top: 10px; } .filter-buttons { display: none; } .filter-buttons.show { display: inline-block; } .filter-checkboxes { display: none; } .filter-checkboxes.show { display: block; } .sort-buttons { display: none; } .show-buttons .sort-buttons { display: block; }