
    /* Set height of the grid so .sidenav can be 100% (adjust if needed) */
.row.content {
    height: 1500px
}

/* Set gray background color and 100% height */
.sidenav {
/ / background-color: #bae4f5;
    height: 100%;
    min-width: auto;
}

#menu {
    position: sticky;
    top: 40px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.sidenav a {
    color: #1f2d5a;
}

.sidenav a:hover,
.sidenav a:focus {
    color: #1a2447;
}

.sidenav .list-group-item {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sidenav .list-group-item:hover,
.sidenav .list-group-item:focus,
.sidenav .list-group-item:focus-within {
    background: transparent;
    box-shadow: none;
}

.content-wrap > :first-child {
    margin-top: 0;
}

.table-auteurs th:first-child,
.table-auteurs td:first-child {
    width: 220px;
    min-width: 220px;
}

.auteur-note {
    margin-left: 220px;
    font-size: 0.85rem;
    color: #6c757d;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}
