Archives : Teams

Régine ROBINEL

Conseiller municipal

Bruno PILLOME

Conseiller municipal

Elie CARONIQUE

Conseiller municipal

Chantal DORIN

Conseiller municipal

Sylvie VASSAUX

Conseiller municipal
document.addEventListener('DOMContentLoaded', function() { const body = document.querySelector('body'); const scrollThreshold = 50; window.addEventListener('scroll', function() { const scrollTop = window.pageYOffset; if (scrollTop > scrollThreshold) { body.classList.add('scrolled'); } else { body.classList.remove('scrolled'); } }); });