
/* The navigation menu links */
.sidebar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidebar-menu li a:hover {
    font-size: 16px;
    transition: 0.5s;
}
ul.sidebar-menu {
    list-style-type: none;
    padding-left: 0;
}
.sidebar-menu > li > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
}
.sidebar-menu > li > a .icon-holder {
    border-radius: 6px;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 14px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    width: 35px;
}
.sidebar-logo a .logo-text {
    color: #313435;
}
.sidebar-logo a {
    display: inline-block;
    width: 100%;
}
.sidebar-menu li {
    position: relative;
}
.sidebar-menu li a {
    color: #72777a;
    transition: all 0.3s ease;
}
.nav-bonjour,
.nav-logout{
    color: #72777a;
    line-height: 65px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}