/* Réinitialisation basique */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*scrollbar-width: thin;*/
  /*scrollbar-color: #b0b0b0 #f0f0f0;*/
}
  
  .btn_3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #Link_1{
    color: black;
  }
  #Link_1:visited{
    color: black;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
  }
  
  .banniere {
    padding: 40px 20px;
    text-align: center;
    background-image: url('https://via.placeholder.com/1200x300');
    background-size: cover;
    background-position: center;
    color: #292727;
  }
      
.banniere h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.banniere p {
  font-size: 1.2em;
}
  /* Section principale */
  main {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
  }
  
  /* Section connexion */
  #connexion {
    margin-top: 40px;
  }
  
  #connexion h2 {
    margin-bottom: 15px;
  }
  
  #connexion form {
    display: flex;
    flex-direction: column;
  }
  
  #connexion label {
    margin: 10px 0 5px;
  }
  
  #connexion input[type="text"],
  #connexion input[type="password"],
  #connexion input[type="email"] {
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  #connexion input[type="submit"], #submitBtn {
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  

    .pwd-field input[type="password"],
    .pwd-field input[type="text"] {
      width: 100%;
      box-sizing: border-box;
      padding-right: 44px; /* espace pour le bouton œil */
    }
    .pwd-toggle {
      position: relative;
      left: 100%;
      top: -32px;
      transform: translateY(-50%);
      border: none;
      background: transparent;
      padding: 6px;
      line-height: 0;
      cursor: pointer;
      border-radius: 5px;
    }
    .pwd-toggle:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
    /* Hover/focus discrets pour look moderne */
    .pwd-toggle:hover {
      background: rgba(0,0,0,.05);
    }
    /* Icône (taille) */
    .pwd-toggle svg {
      width: 22px;
      height: 22px;
      display: block;
    }
    /* Mode réduit animations */
    @media (prefers-reduced-motion: no-preference) {
      .pwd-toggle { transition: background .15s ease; }
    }
    /* Petit hint sous le champ */
    .field-hint { font-size: .875rem; opacity: .75; margin-top: .25rem; }

  #connexion input[type="submit"]:hover {
    background-color: #555;
  }
  .welcomeban
  {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
  }
  #BanOne
  {
  width: 80%;
  }
  /* Footer */
  footer {
    text-align: center;
    font-size: 0.8em;
    padding: 5px;
    background-color: #ddd;
    position: flex;
    top: 100vh;
    margin-top: 60px;
    height: 25px;
    width: 100%;
  }

  