@font-face {
 font-family: "Faune";
 src: url(https://files.apps.les-ateliers.co/fonts/Faune-Text_Regular.woff2);
}
#etat_complet {
  font-family: Faune;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-shadow: white 1px 1px 3px;
  background-color: red;
}
