.section-cta .cta_inner {
  text-align: center;
  position: relative;
  padding: 9.1rem 20%;
}
.section-cta .cta_inner:not(.withimg) {
  border: 1px solid #F16105;
}
.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: #000000;
  opacity: 0.60;
}
.section-cta .contenutexte {
  position: relative;
  z-index: 5;
}
.section-cta .contenutexte .texte {
  margin: 3rem 0 6rem;
}
.section-cta .contenutexte p a:hover {
  text-decoration: underline;
}
.section-cta .withimg .contenutexte h2 {
  color: #ffffff;
}
.section-cta .withimg .contenutexte p {
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-cta .cta_inner {
    padding: 50px 15px;
  }
}
