/* categorie.desktop.css — barre d'outils sur une ligne (>=1024px). */
.category-toolbar{
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
