.section-cta {
  background-color: #2F9F43;
  overflow: visible;
  position: relative;
}
.section-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  top: -210px;
  left: 0;
  background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/cta/images/vague_verte_haut.svg') no-repeat top center;
  pointer-events: none;
}
.section-cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: -210px;
  left: 0;
  background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/cta/images/vague_verte_bas.svg') no-repeat bottom center;
  pointer-events: none;
}
.section-cta .cta_inner {
  text-align: center;
  position: relative;
  padding: 35px 10% 0;
}
.section-cta figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-cta figure .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #02281A;
  opacity: 0.40;
}
.section-cta .contenutexte {
  position: relative;
  z-index: 5;
}
.section-cta .contenutexte p {
  text-align: left;
}
.section-cta .contenutexte p a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .section-cta .cta_inner {
    padding: 50px 15px;
  }
}
