.section-cta .texte {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 7.5px;
}
.section-cta .texte h2 {
  position: relative;
  display: inline-flex;
  padding: 0 90px;
  text-align: center;
}
.section-cta .texte h2:before,
.section-cta .texte h2:after {
  position: absolute;
  top: -10px;
  content: "";
  display: inline-flex;
  width: 55px;
  height: 50px;
  background-size: 100%;
  transform: translateY(10px);
  background-repeat: no-repeat;
}
.section-cta .texte h2:before {
  background-image: url(/wp-content/themes/yatatheme/img/oiseau1.svg);
  left: 0;
}
.section-cta .texte h2:after {
  background-image: url(/wp-content/themes/yatatheme/img/oiseau2.svg);
  right: 0;
}
.section-cta .texte p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
.section-cta .texte .boutons {
  text-align: center;
}
.section-cta .texte .bouton {
  margin: 10px 5px 0;
}
.section-cta .imgcropCtn {
  padding: 60px 0 50px;
}
.section-cta .imgcropCtn .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
}
.section-cta .imgcropCtn .texte h2 {
  padding: 0;
}
.section-cta .imgcropCtn .texte h2:before,
.section-cta .imgcropCtn .texte h2:after {
  background-image: none;
}
@media (max-width: 767.98px) {
  .section-cta .texte h2:before,
  .section-cta .texte h2:after {
    width: 35px;
    height: 32px;
  }
  .section-cta .texte h2 {
    padding: 0 60px;
  }
}
