/* Mise en forme commune aux quatre pages legales : conditions generales, politique de
   confidentialite, politique de remboursement et mentions legales. Chargee apres styles.css. */

body {
  font-family: 'Inter', sans-serif;
  background-color: #F8FAFC;
  color: #0F172A;
}

h1,
h2,
h3,
.font-heading {
  font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
}

.juridique {
  color: #334155;
  font-size: .975rem;
  line-height: 1.7;
}

.juridique h2 {
  margin: 2.5rem 0 .75rem;
  color: #0F172A;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  scroll-margin-top: 6.5rem;
}

.juridique h2:first-child {
  margin-top: 0;
}

.juridique h3 {
  margin: 1.5rem 0 .5rem;
  color: #0F172A;
  font-size: 1.05rem;
  font-weight: 700;
}

.juridique p,
.juridique ul,
.juridique ol {
  margin: .75rem 0;
}

.juridique ul {
  padding-left: 1.25rem;
  list-style: disc;
}

.juridique ol {
  padding-left: 1.5rem;
  list-style: decimal;
}

.juridique li {
  margin: .4rem 0;
}

.juridique li::marker {
  color: #3954FD;
}

.juridique strong {
  color: #0F172A;
}

.juridique a {
  color: #3954FD;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

/* Information a completer avant la mise en ligne : volontairement tres visible. */
.a-completer {
  padding: .05em .3em;
  border-radius: .25rem;
  background: #FEF3C7;
  color: #92400E;
  font-weight: 600;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
