/* =========================
   HEADER FIXE GLOBAL
   Corrige les pages où le header ne suit pas au scroll
========================= */

html {
    scroll-padding-top: 138px;
}

body {
    padding-top: 118px;
}

.ds-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
}

@media (max-width: 980px) {
    html {
        scroll-padding-top: 104px;
    }

    body {
        padding-top: 84px;
    }
}

@media (max-width: 560px) {
    html {
        scroll-padding-top: 98px;
    }

    body {
        padding-top: 78px;
    }
}

body.kiara-tribute-open {
    padding-top: 0;
}
