Cours à la carte

Commander une nouvelle carte

Élèves

Professeurs

Cartes par année

membres d'orchestres

Contactez-nous

Adresse: Grand’rue 41A – 1196 Gland – Suisse

Telephone (répondeur ou message texte uniquement): +41 78 888 7170

Email: info@l-atelier-f.ch

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