<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header--nav {
    float: left;
    width: 220px;
    height: 100vh;
    padding-right: 10px;
    border-left: solid 2px #e3e6e8;
    border-right: solid 2px #e3e6e8;
}

.nav_bar {
    position: relative;
    padding: .5rem 1rem;
    padding-right: 1rem;
}

.navbar--nav {
    flex-grow: 1;
    display: contents;
}

.nav--link {
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: solid 6px #ffffff;
}

.nav--link:hover {
    background-color: #f4f8f9;
    border-left: solid 6px #166c83;
    color: #333;
}

.nav--item {
    list-style-type: none !important;
}

.nav--item_name {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav--item_deconnecter {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 30px;
}

.nav--item_deconnecter:hover {
    background-color: #ffffff;
    border-left: solid 6px #ffffff;
    color: #333;
    opacity: 0.7;
}

.icon-banner {
    display: block;
    max-width: 185px;
    width: auto;
    height: auto;
}

.sticky {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
}

.body-container {
    margin-left: 230px;
}</pre></body></html>