Contact

Adresse

Grand’ rue 41A
1196 Gland

Heures d'ouverture

Sur rendez-vous

Tel & Email

+41 78 888 7170 (message/vocal whatsapp, sms ou message sur répondeur uniquement)
info@l-atelier-f.ch

Email

Envoyez un message

6 + 7 =

document.addEventListener('DOMContentLoaded', function() { // ===== Desktop : menu fixe + scrollable ===== var mainHeader = document.getElementById('main-header'); var topMenu = document.querySelector('.container.clearfix'); if(mainHeader){ mainHeader.style.position = 'fixed'; mainHeader.style.top = '0'; mainHeader.style.left = '0'; mainHeader.style.width = '100%'; mainHeader.style.zIndex = '9999'; } if(topMenu){ topMenu.style.position = 'fixed'; topMenu.style.top = '0'; topMenu.style.left = '0'; topMenu.style.width = '100%'; topMenu.style.zIndex = '9998'; } var totalHeaderHeight = 0; if(topMenu){ totalHeaderHeight += topMenu.offsetHeight; } if(mainHeader){ totalHeaderHeight += mainHeader.offsetHeight; } document.body.style.paddingTop = totalHeaderHeight + 'px'; // ===== Drawer menu : tablette & mobile ===== function isMobileOrTab