﻿header {
    z-index: 10000;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: black;
}

    header > .navbar {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        background-color: black !important;
    }

.header_logo_responsive {
    display: inline-flex;
    align-items: center;
    height: 1em;
    width: 3.81em;
}

.navbar-nav .btn {
    border-radius: 0;
    white-space: nowrap; /* plus de retour à la ligne */
    flex-shrink: 0; /* ne pas rapetisser */
}

@media (max-width: 767.98px) {
    header {
        position: sticky;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 1121px) {
    header {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}

:root {
    --sidebar-width-open: 300px;
    --sidebar-width-closed: 100px;
}


@media (min-width: 768px) {


}

/* Mobile: full width, no offset */
@media (max-width: 767.98px) {

}