/* =========================================
   PRIVACY POLICY PAGE
========================================= */

.op-main--privacy {
  background-color: #ffffff;
}

/* bloc principal */
.privacy {
  padding: 8rem 0 14rem;
}

.privacy__inner {
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
}

/* titres & texte */
.privacy__content h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 3rem 0 1rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #021237;
}

.privacy__content h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 5rem 0 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #021237;
}

.privacy__content p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #111;
  margin: 0 0 1rem;
  font-weight: 400;
}

/* premier titre un peu plus haut, comme sur le design */
.privacy__content h2:first-of-type {
  margin-top: 0;
}

/* listes éventuelles */
.privacy__content ul,
.privacy__content ol {
  margin: 0 0 1.5rem 1.5em;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/* responsive */
@media (max-width: 768px) {
  .privacy {
    padding: 0rem 0 5rem;
  }

  .privacy__inner {
    max-width: 100%;
  }

  .privacy__content h2 {
    font-size: 1.7rem;
  }

  .privacy__content p {
    font-size: 1.4rem;
  }
}
