/* =========================
   PAGE MENTIONS LÉGALES
========================= */

.mentions-legales-page {
  padding: 120px 0 100px;
}

.mentions-legales-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

.mentions-legales-container h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 50px;
  text-align: center;
}

.mentions-content {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.mentions-content h2,
.mentions-content h3,
.mentions-content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}

.mentions-content p {
  margin-bottom: 18px;
}

.mentions-content ul,
.mentions-content ol {
  margin: 20px 0;
  padding-left: 25px;
}

.mentions-content li {
  margin-bottom: 10px;
}

.mentions-content a {
  color: inherit;
  text-decoration: underline;
}

.mentions-content strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .mentions-legales-page {
    padding: 90px 0 70px;
  }

  .mentions-legales-container {
    padding: 0 20px;
  }

  .mentions-legales-container h1 {
    font-size: 38px;
    margin-bottom: 35px;
  }
}
