.section-cta-event-form {
  position: relative;
  overflow-x: clip;
}
.section-cta-event-form::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -100px;
  width: 790px;
  height: 303px;
  background: url('../images/route_gauche.svg') no-repeat;
  background-size: contain;
  z-index: -1;
  transform: translateY(-50%);
}
.section-cta-event-form .bloc-inner {
  background-color: #2F9F43;
  color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 50px 80px 37px;
}
.section-cta-event-form .bloc-inner::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -100px;
  width: 244px;
  height: 430px;
  background: url('../images/pere_et_fille.png') no-repeat;
  background-size: contain;
  z-index: 2;
  transform: translateY(-50%);
}
.section-cta-event-form .bloc-inner .icon-cloche {
  border-radius: 50%;
  background-color: #D8E5D1;
  padding: 15px;
  font-size: 4rem;
  margin-bottom: 20px;
  color: #00462D;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.section-cta-event-form .bloc-inner h2 {
  font-family: 'Cera PRO', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .section-cta-event-form::before {
    display: none;
  }
  .section-cta-event-form .bloc-inner {
    padding: 50px 20px 20px;
  }
  .section-cta-event-form .bloc-inner::after {
    display: none;
  }
  .section-cta-event-form .bloc-inner .icon-cloche {
    font-size: 3rem;
    padding: 10px;
    top: -20px;
  }
  .section-cta-event-form .bloc-inner h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .section-newsletter .bloc-inner form {
    flex-direction: column;
  }
}
