
.formulaire-authentification {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  /*display: none;*/
}
.formulaire-authentification legend {
  margin: 0 auto;

}
.formulaire-authentification > form > fieldset {
  display: flex;
  flex-direction: column;
  gap: 10px;

  justify-content: center;
  align-items: center;

}
.formulaire-authentification > form > fieldset > * {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.formulaire-authentification .joueur-image-apercu {
  image-rendering: pixelated;
  width: calc(28px * 3);
}
