/* Responsive */
/*  Mobile  */
@media (max-width: 425px) {
    #logo_nav >a>img {
        margin-top: 0 !important;
    }
    #logo_nav :first-child {
        max-width: 40vw !important;
        max-height: 27.6vw !important;
        margin-top: 15px;
    }
    #bars_menu {
        position: absolute;
        right: 20px;
        top: 5px;
        z-index: 13;
        padding: 1.5rem;
    }
    #logo_nav .nav-top {
        display: none;
    }
    #toggle_bars {
        margin-bottom: 20px;
    }
}
/*  Tablette  */
@media (min-width: 426px) and (max-width: 768px) {
    #logo_nav >a>img {
        max-width: 20vw;
        max-height: 13.2vw;
    }
    #bars_menu {
        display: none;
    }
    .nav-top ul li {
        font-size: 20px !important;
    }
}
/*  Laptop  */
@media (min-width: 769px) and (max-width: 1024px) {
    #logo_nav >a>img {
        max-width: 15vw;
        max-height: 10.35vw;
    }
    #bars_menu {
        display: none;
    }
}
/*  Laptop L  */
@media (min-width: 1025px) and (max-width: 1440px) {
    #logo_nav >a>img {
        max-width: 10vw;
        max-height: 6.9vw;
    }
    #bars_menu {
        display: none;
    }
}
/*  4K  */
@media (min-width: 1441px) {
    #logo_nav >a>img {
        max-width: 10vw;
        max-height: 6.9vw;
    }
    #bars_menu {
        display: none;
    }
}


/* NavBar */
.little_nav >div>a>p{
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 8px;
    transition-duration: .1s;
}

.little_nav >div>a{
    display: flex;
    user-select: none;
}

.shop{
    margin-bottom: -15px;
    margin-top: 10px;
}
.shop>a:hover img{
    content: url('/outils/music&sound/medias/images/shop_icon_hover.svg');
}
.shop>a:hover p{
    color: #00E2FF;
}
.dons>a:hover img{
    content: url('/outils/music&sound/medias/images/dons_icon_hover.svg');
}
.dons>a:hover p{
    color: #00E2FF;
}
.underline {
    text-decoration: none;
    position: relative;
    transition-duration: .1s;
}
.underline:hover:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;

    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50px;
    background: #00E2FF;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.nav-top {
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
    z-index: 20;
}
.nav-top ul {
    padding-left: 5px;
}
.nav-top ul li {
    display: inline-block;
    justify-content: space-between;
    font-size: 26px;
}
.nav-top ul li a {
    color: white;
    text-decoration: none;
    user-select: none;
    text-shadow: 4px 4px 16px #001e67;
}
.nav-top ul li a:hover {
    color: #00E2FF;
}
.nav-top ul li::after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
}
.nav-top ul li:last-of-type::after {
    content: " ";
}
.nav-top h1 {
    width: 30%;
}
.nav-top h1 {
    width: 30%;
}
.title {
    margin: 0;
    padding: 10px;
}
#logo_nav {
    display: flex;
    justify-content: space-between;
    user-select: none;
    margin-bottom: -20px;
    overflow-y: hidden;
}

#logo_nav >a:first-child {
    height: auto;
    padding-left: 8%;
    margin-top: 15px;
}

#logo_nav >nav {
    margin-top: .5vw;
}


/* Mobile NavBar */
.menu-toggle {
    position: absolute;
    right: 1.5rem;
    top: 49%;
    transform: translate(0, -50%);
    height: 26px;
    width: 29px;
}
.menu-toggle-bar {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}
.menu-toggle-bar--top {
    transform: translate(0, -24px);
}
.menu-toggle-bar--middle {
    transform: translate(0, 0px);
}
.menu-toggle-bar--bottom {
    transform: translate(0, 8px);
}
.nav_displayed>a>.menu-toggle-bar--top {
    transform: translate(0, -16px) rotate(-45deg);
}
.nav_displayed>a>.menu-toggle-bar--middle {
    opacity: 0;
}
.nav_displayed>a>.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(45deg);
}
.mobile_nav {
    display: none;
    position: fixed;
    z-index: 12;
    background: gray;
    right: 0;
    background-repeat: repeat;
    top: -2px;
    height: 100%;
    padding-top: 100px;
    border-left: 2px solid #3d3d3d;
    margin-left: 20px;
    width: 50%;
}
.mobile_nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    background-image: url("/outils/music&sound/medias/images/mobile_nav-background.png");
    z-index: -1;
}
.mobile_nav ul li a {
    color: white;
    text-decoration: none;
    user-select: none;
    text-shadow: 4px 4px 16px #001e67;
}
.mobile_nav ul>li::marker {
    content: "";
}
.mobile_nav ul>li{
    margin-bottom: 20px;
}
.mobile_nav ul {
    padding-left: 20px;
}