/* legal.css - Ventabren.info - Mentions légales & Politique de confidentialité */

.legal-page {
  background: #f7f5f0;
  color: #2f2f2f;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.legal-page::after {
  content: "";
  position: fixed;
  top: 0%;
  right: -400px;
  width: 1800px;
  height: 1800px;
  background-image: url("/images/olivier2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.legal-page > * {
  position: relative;
  z-index: 1;
}

/* --- BANDEAU / HERO --- */
.legal-hero {
  min-height: 24vh;
  background:
    linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.55)),
    url("images/vieuxvillage.jpg") center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 150px 30px 40px;
  box-sizing: border-box;
}

.legal-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 38px;
  margin: 0 0 8px;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

.legal-hero-content p {
  color: rgba(255,255,255,.85);
  font-size: 14px;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 30px 100px;
}

.legal-block {
  background: #fff;
  border-radius: 18px;
  padding: 34px 40px;
  margin-bottom: 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.legal-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 22px;
  color: #b68b52;
  margin: 0 0 14px;
}

.legal-block p {
  font-size: 15px;
  line-height: 1.8;
  color: #3a3a3a;
  margin: 0 0 14px;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-block ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.legal-block ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #3a3a3a;
  margin-bottom: 6px;
}

.legal-block a {
  color: #b68b52;
  text-decoration: underline;
}

.legal-block strong {
  color: #2f2f2f;
}

/* --- RESPONSIVE --- */
@media (max-width: 640px) {
  .legal-hero {
    min-height: 32vh;
    padding: 125px 22px 30px;
  }

  .legal-hero-content h1 {
    font-size: 28px;
  }

  .legal-content {
    padding: 30px 18px 70px;
  }

  .legal-block {
    padding: 24px 22px;
  }
}
