body {
    background-color: lightpink;
  }
  

  .titrepage {

	color: #000000;
	font-family: "Alice";
	font-weight: 400;
	font-size: 45px;
    line-height: 0;
  

}



.Titre {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer {
    position: fixed;
    display: flex;
    flex-direction: row;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: pink;
    padding: 25px;
    font-size: 1em;
    text-align: right;
    font-weight: bold;
  }

  .update {
    margin-left: 75%;
  }

  .ListeExercices {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }