ESPACE PROFESSEURS

AGENDA ET INFORMATIONS PERSONNELLES

GÉRER LES RÉSERVATIONS DE VOS ÉLÈVES

 

 

GÉRER VOS JOURS DE PRÉSENCE

GÉRER VOS HORAIRES DE PRÉSENCE

GÉRER VOS INFORMATIONS PERSONNELLES

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