Installation du nouveau Conseil municipal
Accueil 5 Installation du nouveau Conseil municipal Vendredi 20 mars, le conseil municipal s’est réuni pour sa séance d’installation, marquant officiellement le début du nouveau mandat. body { font-family: Arial, sans-serif; } #button-container { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; gap: 15px; margin-top: 20px; justify-content: flex-start; } .scroll-button { bac
Accueil 5 Installation du nouveau Conseil municipal Vendredi 20 mars, le conseil municipal s’est réuni pour sa séance d’installation, marquant officiellement le début du nouveau mandat. body { font-family: Arial, sans-serif; } #button-container { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; gap: 15px; margin-top: 20px; justify-content: flex-start; } .scroll-button { background-color: #1f8399; color: white; border: none; border-radius: 100px; padding: 10px 15px; cursor: pointer; text-align: center; white-space: nowrap; display: inline-flex; justify-content: center; width: auto; } .scroll-button:hover { background-color: #1a6a7d; } @media (max-width: 980px) { #button-container { flex-direction: column; align-items: center; } } @media (max-width: 1200px) { #button-container { align-items: center; } } @media (max-width: 768px) { #button-container { align-items: center; } } function adjustButtonWidths() { const buttonContainer = document.getElementById('button-container'); const buttons = document.querySelectorAll('.scroll-button'); // Vérifier si les boutons sont en mode colonne const isColumnMode = window.getComputedStyle(buttonContainer).flexDirection === 'column'; if (isColumnMode) { let maxWidth = 0; buttons.forEach(button => { button.style.width = 'auto'; const width = button.offsetWidth; if (width > maxWidth) { maxWidth = width; } }); buttons.forEach(button => { button.style.width = `${maxWidth}px`; }); } else { buttons.forEach(button => { button.style.width = 'auto'; }); } } document.addEventListener("DOMContentLoaded", function() { const titreElements = document.querySelectorAll('#titre'); const buttonContainer = document.getElementById('button-container'); titreElements.forEach((element, index) => { const button = document.createElement('button'); button.className = 'scroll-button'; button.textContent = element.querySelector('p').textContent; button.addEventListener('click', () => { element.scrollIntoView({ behavior: 'smooth' }); }); buttonContainer.appendChild(button); }); const infoElement = document.getElementById('infos-utiles'); if (infoElement) { const infoButton = document.createElement('button'); infoButton.className = 'scroll-button'; infoButton.textContent = 'Infos utiles'; infoButton.addEventListener('click', () => { infoElement.scrollIntoView({ behavior: 'smooth' }); }); buttonContainer.appendChild(infoButton); } adjustButtonWidths(); window.addEventListener('resize', adjustButtonWidths); }); Le conseil municipal compte 33 élus, 27 issus du groupe majoritaire et 6 du groupe d’opposition. La séance a été ouverte par la doyenne, Roselyne Blin, chargée de conduire l’élection du maire. Les conseillers municipaux ont ainsi élu Guillaume Lissy en tant que maire de Seyssinet-Pariset, et ses 8 adjoints. 1er adjoint : Sylvain Prat 2ème adjointe : Clémence Aubert 3ème adjoint : Thomas Greslou 4ème adjointe : Alice Mollon 5ème adjoint : Eric Monte 6ème adjointe : Véronique Blanc 7ème adjoint : Edouard Monnet 8ème adjointe : Delphine Laurant Retrouvez le replay de la séance . Le conseil municipal se réunira de nouveau le 30 mars pour commencer ses travaux. Contacts Hôtel de ville 04 76 70 53 53 Place André Balme, 38170 L’article Installation du nouveau Conseil municipal est apparu en premier sur Ville de Seyssinet Pariset .