#pause-button {
    display: none;
}

.main-menu:hover .main-menubox{
  display: block;
}

.dropdown-submenu{
  position: relative;
}
.dropdown-submenu a::after{
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
  display: flex;
  flex-direction: column;
  position: absolute !important;
  margin-top: -35px;
  left: 100%;
}
@media (max-width: 992px) {
  .dropdown-menu{
      width: 50%;
  }
  .dropdown-menu .dropdown-submenu{
      width: auto;
  }

  .dropdown-menu{ left: -131%;}
}

.dropdown-submenu a::after {
  right: 16px;
  top: 42%;
}

  .dropdown-item{white-space: normal}

  .navbar-expand-lg .navbar-nav .dropdown-menu {
  font-size: 16px;
}

li.nav-item{    padding: 12px 34px;}

.container {
text-align: center;
}

.navbar-collapse{
flex-grow: 0 !important;
} 

a{
text-decoration: none !important;
} 
  
  .Left.Show{
    transform: translateX(0px);
  }

  .Img_Artiste{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .equiliser-item {
    display: block;
    width: 150px;
    border: none;
    animation: equiliser 1.5s infinite;
  }
  
  @keyframes equiliser {
    0% { height: 600px; }
    10% { height: 500px; }
    20% { height: 100px; }
    30% { height: 300px; }
    40% { height: 200px; background-color: #dd8c21; }
    50% { height: 700px; }
    60% { height: 400px; }
    70% { height: 700px; }
    80% { height: 500px; }
    90% { height: 700px; }
    100% { height: 700px; }
  }
  
  .equiliser-item:nth-child(1) { background-color: var(--slz-1); animation-duration: 1.7s; }
  .equiliser-item:nth-child(2) { background-color: var(--slz-2); animation-duration: 2s; }
  .equiliser-item:nth-child(3) { background-color: var(--slz-3); animation-duration: 2.1s; }
  .equiliser-item:nth-child(4) { background-color: var(--slz-4); animation-duration: 1.8s; }
  .equiliser-item:nth-child(5) { background-color: var(--slz-5); animation-duration: 2s; }
  .equiliser-item:nth-child(6) { background-color: var(--slz-1); animation-duration: 1.6s; }
  

  .Bottom{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: rgb(53, 48, 48);
  }

  .Info_Artist{
    display: flex;
    gap: 10px;
  }
  


