/* ============================================================
   Atelier ZougZoug — Politique de confidentialité
   ============================================================ */


/* ============================================================
   HERO
   ============================================================ */

.mentions-hero {
  background: #F8F6F3;
  padding: 180px 40px 80px;
  text-align: center;
}

.mentions-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}

.mentions-hero-title {
  font-family: 'General Sans', sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 16px;
}

.mentions-updated {
  font-family: 'General Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(26, 26, 26, 0.4);
}


/* ============================================================
   CONTENU
   ============================================================ */

.mentions-content {
  background: #FFFFFF;
  padding: 80px 40px 100px;
}

.mentions-content-inner {
  max-width: 700px;
  margin: 0 auto;
}

.mentions-section {
  margin-bottom: 60px;
}

.mentions-section:last-child {
  margin-bottom: 0;
}

.mentions-section-title {
  font-family: 'General Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: 16px;
}

.mentions-section-body {
  font-family: 'General Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.7);
}

.mentions-section-body p {
  margin-bottom: 12px;
}

.mentions-section-body p:last-child {
  margin-bottom: 0;
}

.mentions-section-body a {
  color: #1A1A1A;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mentions-section-body a:hover {
  color: rgba(26, 26, 26, 0.6);
}

.mentions-section-body ul {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.mentions-section-body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.mentions-section-body ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(26, 26, 26, 0.3);
}

.mentions-section-body strong {
  font-weight: 500;
  color: #1A1A1A;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
  .mentions-hero {
    padding: 140px 20px 60px;
  }

  .mentions-hero-title {
    font-size: 32px;
  }

  .mentions-content {
    padding: 60px 20px 80px;
  }

  .mentions-section {
    margin-bottom: 48px;
  }

  .mentions-section-title {
    font-size: 18px;
  }

  .mentions-section-body {
    font-size: 15px;
  }
}
