body {
    background-color: #0e4f91;
    width:100%;
    height:100%;
}

.marge{
    margin-bottom: 20px;
}


.card {
    border-radius: 15px;
    background-color: #025c9c;
    height:fit-content;
    width:400px;

}

h1 {
    margin: 0 0 5% 0;
}

.logo{
    left:80%;
    float:right;
    cursor: default;
    position: absolute;
    bottom: 20px;
    overflow: visible;
}
@media (min-width: 1200px) {
    .form-login {
      position: absolute;
      top: 50%;
      left: 80%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .label_title {
      position: absolute;
      top: 10%;
      left: 50%;
      padding: 10px;
    }
}

@media (max-width: 1201px) {
  .form-login {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }
  .label_title {
      position: absolute;
      top: 10%;
      left: 30%;
      padding: 10px;
    }
}

#image-container {
  position: relative; /* Permet de positionner l'image par rapport à cette div */
  width: 100%; /* Assurez-vous que la div occupe toute la largeur disponible */
  max-width: 1000px; /* Vous pouvez ajuster la largeur maximale selon vos besoins */
  overflow: hidden; /* Masque le contenu qui déborde de la div */
}

#image-container img {
  width: 1600px; /* L'image prend 100% de la largeur de la div */
  height: auto; /* Ajuste automatiquement la hauteur pour maintenir le ratio */
  position: relative; /* Permet de positionner l'image par rapport à la div */
  left: 300px; /* Décale l'image de 20 pixels vers la gauche (ajustez selon vos besoins) */
  transform: translateX(-50%); /* Centre l'image horizontalement dans la div */
  opacity: 0.7;
}

.button-87 {
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #e3e4e6;
  background-image: linear-gradient(45deg, #cfcfcf 0%, #20458a  51%, #2d63ed  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

.lien_ext {
    color:white;
}

.lien_ext:hover {
    color:#b5b5b5;
}