Vous trouverez ici le code pénal de la ville .
*� Cliquez sur l'image pour l'agrandir*
*🔍 Cliquez sur l'image pour l'agrandir*× function openLightbox(src, alt) { document.getElementById('lightbox-overlay').classList.add('active'); document.getElementById('lightbox-image').src = src; document.getElementById('lightbox-image').alt = alt; document.body.style.overflow = 'hidden'; } function closeLightbox() { document.getElementById('lightbox-overlay').classList.remove('active'); document.body.style.overflow = 'auto'; } // Fermer avec Echap document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { closeLightbox(); } });
Last updated 3 months ago