
/* ==================================================
   Contenu texte juridique
   ================================================== */

.legal-content {
  padding-bottom: 72px;
}

.legal-content article h2 {
  margin: 56px 0 24px 0;
  font-size: 2.5rem;
}

.legal-content article:first-child h2 {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 8px;
}

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

/* ==================================================
   MEDIA
   ================================================== */

/* Mobile */
@media (max-width: 575px) {
}

/* Tablette */
@media (max-width: 767px) {
  .legal-content {
    padding-bottom: 48px;
  }

  .legal-content article h2 {
    margin-top: 36px;
  }
}

/* Tablette paysage / petit ordinateur */
@media (max-width: 991px) {
}

/* ==================================================
   MEDIA
   ================================================== */
/* Mobile : titres juridiques plus lisibles */
@media (max-width: 575px) {
  .legal-content article h2 {
    margin: 34px 0 12px;
    font-size: 1.45rem;
  }

  .legal-content article h3 {
    margin: 28px 0 10px;
    font-size: 1.2rem;
  }
}
