
.nav{
    display: flex;
    justify-content: center; 
    width: 100%;
    padding: 30px 0;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav li {
    margin: 0 10px;
}

.nav a {
    text-decoration: none;
    margin: 0 35px;
    color: white;
    font-weight: bold;
    opacity: 0.5;
    font-size: x-large;
}

.nav a:hover {
    color: white;
    opacity: 1;
    transition-duration: 0.8s;
}

#melodeez-logo{
    width: 80%;
    position: relative;
    left: 20px;
  }

#scroll-up{
    width: 20%;
}
  
#scrollUp
{
  position: fixed;
  bottom : 10px;
  right: -130px;
  opacity: 0.5;
}

#page-actuelle{
    opacity: 1;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/imagefondhits.jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
    filter: brightness(15%);
}

iframe {
    border: 0; 
    background-color: transparent; 
}
 

.body{
    background-color:black;
    color: white; 
    font-family: "Helvetica", sans-serif;
}

.titre1{
    display: flex;
    margin: auto;
    justify-content: center;
}

.titre2{
    display: flex;
    margin: auto;
    justify-content: center;
}
.Titre1{
    display: flex;
    margin: auto;
    justify-content: center;
}

.explication {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 70%;
}

.explication1 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 80%;
}

.explication2 {
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
    max-width: 80%;
}

.explication3 {
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
    max-width: 100%;
}

.top1 {
    display: flex;
    margin: auto;
    justify-content: center;

}

.deezertop {
    display: flex;
    margin-right: 200px; 
}

.deezertop-container {
    display: flex;
    justify-content: center;
    gap: 100px; 
    margin: 60px;
}

.deezertop-container iframe {
    width: 350px;
    height: 670px;
}


h3 {
    text-align: justify; 
    
}
h1{
    font-size: xx-normal;
    text-align: justify; 
    margin-top: 20px;
}

h2{
    text-align: justify; 
    margin-top: 70px;
}
h4 {
    text-align: justify; 
    margin-top: 0.5px;
}




/* Pied de page */

footer{
    marker-end: 100px;
    margin-top: 50px;
  }
  li{
    text-align: center;
  }
  footer{
      min-height: 100px;
      padding: 20px 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  
  footer .social_icon, footer .menu{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0;
      flex-wrap: wrap;
  }
  
  footer .social_icon a{
      font-size: 2em;
      color: #ffff;
      margin: 0 10px;
      display: inline-block;
      transition: 0.5s;
  }
  
  footer .social_icon .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .box :first-child {
      align-self: center;
  }
  footer a:hover{
      transform: translateY(-10px)
  }
  
  footer p{
      color:#fff;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 1.1em;
  }
  
  .facebook{
      width: 37px;
      height: 37px;
  }
  
  .twitter{
      width: 35px;
      height: 35px;
  }
  
  .instagram{
      width: 33px;
      height: 33px;
  }
  
  .linkedin{
      width: 27px;
      height: 27px;
  }
  