/* =============================================================
   Section Audit Banner — Template Solution Single Enfant
   Banderole d'alerte pleine largeur, fond jaune pâle.
   ============================================================= */

.child-audit-banner {
  width: 100%;
  background-color: #fff8cc;
  border-bottom: 1px solid #fde68a;
  padding: 40px 0;
}

.child-audit-banner__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.child-audit-banner__text {
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #920e0e;
  margin: 0;
}

/* =============================================================
   Responsive — ≤ 1280px
   ============================================================= */
@media (max-width: 1280px) {
  .child-audit-banner__inner {
    padding: 0 40px;
  }
}

/* =============================================================
   Responsive — ≤ 991px
   ============================================================= */
@media (max-width: 991px) {
  .child-audit-banner__inner {
    padding: 0 24px;
  }
}

/* =============================================================
   Responsive — ≤ 575px
   ============================================================= */
@media (max-width: 575px) {
  .child-audit-banner {
    padding: 24px 0;
  }

  .child-audit-banner__inner {
    padding: 0 16px;
  }

  .child-audit-banner__text {
    font-size: 14px;
    line-height: 1.4;
  }
}
