.mentions-legales {
  width: 100%;
  height: fit-content;
}

.mentions-title {
  text-align: center;
  margin: 2rem 0;
  color: #395569;
  font-weight: 600;
}

.mentions-legales-container {
  width: 70%;
  background-color: #eaeaea;
  color: #395569;
  display: block;
  margin: auto;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 18px;
}

.mentions-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;
}

.mentions-texte {
    max-width: 600px;
    display: block;
    margin: auto;
}

.mentions-texte-link {

  max-width: 600px;
    display: block;
    margin: auto;
    text-decoration: none;
}
