/* ==================================================
   CONTENU TEXTE JURIDIQUE
   ================================================== */

.legal-content {
  margin-top: 70px;
  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: 16px;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content table {
  width: 100%;
  margin: 20px 0 32px;
  border-collapse: collapse;
}

.legal-content th,
.legal-content td {
  padding: 12px;
  border: 1px solid #dddddd;
  vertical-align: top;
}

.legal-content th {
  text-align: left;
  background: #f2f2f2;
}

/* ==================================================
   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;
  }
}
