




/*
désactivé 30/07
#masthead {
    transition: all 5.45s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    will-change: position, box-shadow, transform; 
}*/

/* Placeholder qui prend la place du header quand il devient fixed */
#header-placeholder {
    display: none;           /* caché par défaut */
    width: 100%;

    /*désactivé 30/07
    transition: all 5.45s cubic-bezier(0.4, 0.0, 0.2, 1);*/
}

