#message
{
  background-color: white;
  padding: 5px 15px;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
  height: fit-content;
  max-width: 300px;
}

#error
{
  margin: auto;
}

#error p
{
  color: #ff6073;
}

#succes
{
  color: #47b46d;
}

#inscription_connexion
{
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 50px 0;
}

#fleche
{
  width : 300px;
}
