


.texte1 {
  font-family: Arial;
  color: black;
  }

/* Titre */
h1 a{
  font-family: "Barrio";
  color: white;
  text-decoration: none
  }

body {
  background-color: white;
  color: black;
  text-align: center;
  background-color: #F0C99C;
  overflow-x: hidden;
}

/* liste couleur de la police et supression deu surlignage des liens*/
li a {
  text-decoration: none;
  color: white;
  font-family: "Barrio";
}
/* Supression des puces des objets de la liste*/
nav li {
list-style: none;
margin-left: 0;
padding-left: 0;
}

/*Menu de navigation en ligne et espacement */
ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  padding: 0px;
  margin: 0px;
}


.texte1 {
  font-family: Arial;
  color: black;
  }

.progress {
  color: #e36e44;
  font-family: "Barrio";
  }


/*----------------*/


}