/* CTA IMAGE LARGE */

.services__cta-wrapper {
  position: relative;
  z-index: 2;
}
/* Ellipse décorative */
.services__cta-wrapper::before {
  content: "";
  position: absolute;
  width: 47rem;
  height: 47rem;
  top: 75%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background: rgba(243, 204, 135, 0.6);
  filter: blur(18.75rem); /* 300px */
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
.services__cta-image {
  position: relative;
  z-index: 2;
  margin: 7.5rem auto 0;
  max-width: 90rem; /* 1440px */
  height: 43.625rem; /* 698px */
  border-radius: 1.5rem;
  overflow: hidden;
  background: center/cover no-repeat var(--cta-url);
  background-attachment: fixed;
}
html body div.services__cta-image.licencie a[class*="link"]:not([class*="footer"]):not([class*="luxury__tabs"]):not([class="social-link"])::after, html body div.services__cta-image.licencie .cta__link::after{
    background-color: #fff;
}
.services__cta-image .cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}
.services__cta-image .cta__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 3rem 1rem;
}
.cta__title {
  margin: 0 0 1.5rem;
  color: #fff;
  font: var(--h2-font);
}
.cta__text {
  margin: 0 0 1.5rem;
  color: #fff;
  max-width: 55rem;
  font: var(--article-font);
}
.cta__link {
  color: #fff;
  font: var(--cta-secondary-font);
  text-decoration:underline;
}
.cta__link:hover {
  opacity: 0.9;
  text-decoration: underline;
  color: #fff;
}
