#main {
  background-color: #f4f4f4;
}
.mentions_legales_background {
  background-color: #f4f4f4;
}
.container_mentions_legales {
  margin: 5rem;
  padding: 2rem 3rem;
  color: rgba(8, 75, 132, 1);
  background-color: white;
  border-radius: 3rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.mentions_legales {
  font-size: 1.2rem;
  color: #d10565;
  font-weight: 400;
}

.entreprise_adresse {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: rgba(8, 75, 132, 1);
  font-weight: 400;
  justify-content: center;
  align-items: center;
}

.adresse {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: rgba(8, 75, 132, 1);
  font-weight: 400;
  justify-content: center;
  align-items: center;
}
