/* ═══════════════════════════════════════════════════════════════════════
   V251.2.151.88 — HOME : SECTION INSCRIPTIONS SUR FOND OLIVE CLAIR
   - retrait de l'ancien fond bleu clair
   - remplacement par le fond olive/lin de la maquette
   - raccords haut et bas reconstruits proprement
   ═══════════════════════════════════════════════════════════════════════ */

#page-home .home-inscriptions-section-v24213 {
  position: relative;
  overflow: hidden;
  background: #E3DFCE;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* Raccord supérieur : section précédente crème -> inscriptions olive */
#page-home .home-wave-bg-lin-v24213 {
  background: #E3DFCE;
  line-height: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
#page-home .home-wave-bg-lin-v24213 svg {
  display: block;
  width: 100%;
  height: 48px;
}
#page-home .home-wave-bg-lin-v24213 path {
  fill: #F7F3EC;
}

/* Raccord inférieur : inscriptions olive -> section FAQ blanc cassé */
#page-home .home-wave-bg-inscriptions-v24213 {
  background: #E3DFCE;
  line-height: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
#page-home .home-wave-bg-inscriptions-v24213 svg {
  display: block;
  width: 100%;
  height: 48px;
}
#page-home .home-wave-bg-inscriptions-v24213 path {
  fill: #FDFAF5;
}

@media (max-width: 760px) {
  #page-home .home-wave-bg-lin-v24213 svg,
  #page-home .home-wave-bg-inscriptions-v24213 svg {
    height: 40px;
  }
}
