.mentions-legales {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

ul {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}

.mentions-legales a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.2s;
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

.mentions-legales a:visited{
  color: rgb(0, 173, 208);
}

main {
  width: 80%;
  margin: auto;
  background-color: rgb(235, 235, 235);
  padding: 2rem;
  border-radius: 1rem;
}
