/* =====================================================
   POLITIQUE DE CONFIDENTIALITÉ — thème éditorial Olfact
   (header / footer : layout.css)
   ===================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "DM Sans", sans-serif;
  background: #f8f4ef;
  color: #2f1847;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.conteneur {
  max-width: 860px;
  margin: 150px auto 90px;
  padding: 64px 60px;
  background: #fffdfa;
  border: 1px solid rgba(47, 24, 71, 0.10);
  border-radius: 8px;
}

h1 {
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  text-align: center;
  color: #2f1847;
  margin-bottom: 6px;
}
h1::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background: #c89b56;
  margin: 18px auto 0;
}

.date-maj {
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: rgba(47, 24, 71, 0.55);
  margin-bottom: 54px;
}

section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(47, 24, 71, 0.10);
}
section:last-child { border-bottom: none; }

h2 {
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #3b1657;
  margin-bottom: 16px;
}

p { margin-bottom: 14px; color: rgba(47, 24, 71, 0.8); font-size: 0.98rem; }
ul { margin: 14px 0 18px 22px; }
li { margin-bottom: 8px; color: rgba(47, 24, 71, 0.8); font-size: 0.98rem; }

a { color: var(--gold-text); text-decoration: none; transition: color 0.25s; }
a:hover { color: #2f1847; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #efe7dd; }
::-webkit-scrollbar-thumb { background: #c89b56; border-radius: 20px; }

@media (max-width: 768px) {
  .conteneur { margin: 104px 16px 50px; padding: 38px 24px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.4rem; }
}
