{{ macros.filter_button('all', 'Tous') }}
{{ macros.filter_button('Prestige', 'Prestige') }}
{{ macros.filter_button('Mystère', 'Mystère') }}
{{ macros.filter_button('Belle Époque', 'Belle Époque') }}
{% for chambre in chambres %}
{% include 'partials/_card_chambre.html.twig' with { chambre: chambre } %}
{% endfor %}