.section-cta {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.section-cta.withimage {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-cta.withimage .cta_inner {
  padding: 100px 0;
}
.section-cta .contenutexte {
  max-width: 512px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 5;
}
.section-cta .contenutexte h2 {
  font-family: 'Caveat', sans-serif;
  font-size: 4.8rem;
  text-transform: none;
  font-weight: 400;
}
.section-cta .contenutexte p {
  font-family: 'Caveat', sans-serif;
  font-size: 2.6rem;
  line-height: 3.8rem;
}
.pagevert .section-cta.withimage {
  background-image: url('/wp-content/themes/yatatheme/img/image_cta_vert.jpg');
}
.pagebleu .section-cta.withimage {
  background-image: url('/wp-content/themes/yatatheme/img/image_cta_bleu.jpg');
}
.pageorange .section-cta.withimage {
  background-image: url('/wp-content/themes/yatatheme/img/image_cta_orange.jpg');
}
.pageviolet .section-cta.withimage {
  background-image: url('/wp-content/themes/yatatheme/img/image_cta_violet.jpg');
}
@media (max-width: 991px) {
  .section-cta.withimage .cta_inner {
    padding: 50px 15px;
  }
  .section-cta .contenutexte h2 {
    font-size: 3.3rem;
  }
  .section-cta .contenutexte p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
