:root {
    --bandeau-h:3rem
}

#bandeau {
    height:var(--bandeau-h);
    position: fixed;
    top: 0;
    z-index: 6000;
    width: 100%;
}

header {top:var(--bandeau-h)}
.raccourcis {margin-top: calc(7rem + var(--bandeau-h)) !important}