header {
    box-shadow: 0px 0px 10px #000000;
    z-index: 1;
}

.menu-nav{
    background-color: #990500;
    width: 100%;
    height: 66px;
    line-height: 66px;
    box-shadow:0px 1px 0px 1px #cf0700 inset,
               0px -3px 0px 1px #6d0400 inset;
}

.m-link:hover{
    padding: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s all;
}

.m-left{
    float: left;
}

.logo{
    padding-left: 35px;margin: 0px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.logo:hover {
    color: rgba(41, 131, 138, 0);
    transition: 0.3s;
}

.m-right{
    text-align: right;
}

.m-link{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px;margin: 20px;
    transition: 0.3s;
    width: 200px;
    height: 66px;
}

.m-link:hover{
    color: rgb(218, 218, 218);
    transition: 0.3s all;
    padding: 10px
}

.link-discord{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px;margin: 0 0px;
}

header nav div a {
    list-style: none;
}

header nav div a ul li {
    visibility: hidden;
    z-index: 3
}

header nav div a:hover ul li {
    visibility: show;
}

.logo-annuaire {
    margin: 0 10;padding: 0;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-nav-annuaire-premier {
    background-color: #990500;
    width: 100%;
    height: 66px;
    line-height: 66px;
    box-shadow:0px 1px 0px 1px #cf0700 inset,
}

.menu-nav-annuaire-deuxieme {
    background-color: #990500;
    width: 100%;
    height: 66px;
    line-height: 66px;
    box-shadow:0px -3px 0px 1px #6d0400 inset;
}
