Perpignan Méditerranée Métropole

Inauguration Festival Off

iOS 16.4 Comme chaque année retrouvez toutes les expositions dans différents commerces dans le centre-ville de Perpignan avec comme thème « Un autre regard sur le monde».

iOS 16.4 Plus d’infos sur :  https://www.festivaloff-perpignan.fr/ »

Les dernières actus' :

document.addEventListener('DOMContentLoaded', function() { var questions = document.querySelectorAll('.faq-question'); questions.forEach(function(q) { q.addEventListener('click', toggleFAQ); q.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); toggleFAQ.call(this, e); } }); }); function toggleFAQ() { var expanded = this.getAttribute('aria-expanded') === 'true'; this.setAttribute('aria-expanded', !expanded); var content = document.getElementById(this.getAttribute('aria-controls')); if (content) { content.hidden = expanded; } } });