diff --git a/components/kanban/KanbanFilters.tsx b/components/kanban/KanbanFilters.tsx
index 157b658..f361ed1 100644
--- a/components/kanban/KanbanFilters.tsx
+++ b/components/kanban/KanbanFilters.tsx
@@ -277,60 +277,63 @@ export function KanbanFilters({ filters, onFiltersChange }: KanbanFiltersProps)
{/* Filtres étendus */}
{isExpanded && (
-
- {/* Filtres par priorité */}
-
-
-
- {priorityOptions.map((priority) => (
-
- ))}
-
-
-
- {/* Filtres par tags */}
- {availableTags.length > 0 && (
-
+
+ {/* Grille responsive pour les filtres */}
+
+ {/* Filtres par priorité */}
+
-
- {sortedTags.map((tag) => (
+
+ {priorityOptions.map((priority) => (
))}
- )}
+
+ {/* Filtres par tags */}
+ {availableTags.length > 0 && (
+
+
+
+ {sortedTags.map((tag) => (
+
+ ))}
+
+
+ )}
+
{/* Résumé des filtres actifs */}
{activeFiltersCount > 0 && (