Modifier Mon mot de passe

FILTRE

ACCESSIBILITÉ

Accessibilité
document.addEventListener("DOMContentLoaded", function() { const urlParams = new URLSearchParams(window.location.search); if (urlParams.has('jsf') || urlParams.has('tax')) { document.querySelectorAll('.btn-filtre').forEach(el = { el.style.display = 'block'; }); } });