html {
  font-family: sans-serif;
  background-color: #eee;
}
body {
  padding: 1rem;
}
.notice {
  font-size: .8rem;
  font-style: italic;
}
#entree {
  width: 100%;
  background-color: #fff;
}
button {
  padding: .5rem;
}
#sortie {
  /* padding: 1rem; */
  width: 100%;
  background-color: #eff;
  /* outline:thin solid #888; */
}
#sortie.alert {
  background-color: #fee;
}
