#background-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Placer l'image de fond derrière tout le reste */
}



/* ////////////////Accueil////////////////////////////// */

.Abody {
    
    display: flex;
    margin: 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
    
}

.Abody2 {
    
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
    
}


.classdialogue{
    width: 50%;
    height: 75%;
    position: relative;
    margin-top: 7.5%;
    display: flex;
    flex-direction: row;
    
    background-color: rgba(38, 32, 32, 0.70);
    
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    overflow: hidden;
    
  }
  
dialog form {
    
    position: relative;
    width: 40%;
    height: 80%;
    margin-left: 30%;
    border-radius: 10px;
    padding: 15px;
    
}
  
  
  
video{

    position: relative;
    max-width: 50%;
    width: 550px;
    height: max-content;
    margin-top: -5%;
    margin-left: -5%;
    
    background-color: rgba(38, 32, 32, 0.0);
    
}
  dialog button{
      
      width: 90%;
      background-color: #ffffff;
      color: #080710;
      padding: 15px 0;
      font-size: 18px;
      font-weight: 600;
      border-radius: 5px;
      cursor: pointer;
      margin-left: 5%;
      margin-top: 10%;
  }
  dialog input{
      display: flex;
      height: 10%;
      min-height: 50px;
      width: 100%;
      background-color: rgba(255,255,255,0.07);
      border-radius: 3px;
      margin-top: 5%;
      color: white;
      
      font-size: 14px;
      font-weight: 300;
  }
  
  dialog label{
      display: flex;
      margin-top: 10%;
      font-size: 16px;
      font-weight: 500;
      color: white;
  }
  dialog form h3{
      margin-top: 10%;
      font-size: 32px;
      font-weight: 300;
      line-height: 30px;
      text-align: center;
      justify-content: center;
      color: white;
  }
  dialog p{
      margin-top: 10%;
      font-size: 18px;
      font-weight: 500;
      line-height: 42px;
      text-align: center;
      color: white;
      
  }
  