.navbar-brand .navbar-brand-logo {
    max-width: 150px;
    max-height:55px;
}

/* menu */
/* surlignage */

.navbar {
    background-color: #f8f9fa !important;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}

.navbar-brand {
    padding:0px !important;
}

.dropdown-menu {
    background-color: #bcbaba;
}

.nav-item:hover {
    border-bottom: 2px solid #990000;
    background-color: #bcbaba;
    color: #ffffff !important;
}
nav-link:hover {
    color: #ffffff !important;
}

.custom-toggler.navbar-toggler {
    border: 2px solid red;
}

.custom-toggler .navbar-toggler-icon { 
    background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
}

.dropdown-menu .dropdown-item:hover {
    border-bottom: 2px solid #990000;
}

body {
    background-color: #666666;
    padding-top:70px;
}