ANTICIPATION FESTIVAL

SEPTEMBRE 2025

ENTRÉE LIBRE

Tout

Scénographie

Design

Conférences

Tables rondes

Concerts

Ateliers

Projections

Arts digitaux

Performances

Arts visuels

document.addEventListener("DOMContentLoaded", function () { // Sélectionnez tous les boutons radio const radioButtons = document.querySelectorAll(".radio-filter"); // Identifiez celui qui correspond à "Tout" radioButtons.forEach((radio) => { if (radio.value === "tout") { radio.checked = true; // Active "Tout" au chargement } }); });