body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    



    background-image: url("../img/bg.jpg");
    background-size: 100%;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
  
  #container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  label {
    display: block;
    margin-bottom: 8px;
  }
  
  input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  
  button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  /* ... (code précédent) ... */

/* Style pour la boîte modale */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);



  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;

    
  }
  
  /* ... (code suivant) ... */

  .banner {
    border: solid rgb(0, 0, 0);
    border-radius: 10px;
    color: white;
    background: #000000;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;

    align-items: left;
  justify-content: left;

  margin-top: 2%;
  margin-bottom: 2%;
    

}
.banner a {
    
    color: white;

    text-decoration: none;
}

img{
  width: 25%;
}
