.page-realisation .realisation-table-info {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.page-realisation .realisation-table-info td {
  padding: 8px 0;
  vertical-align: top;
}

.page-realisation .realisation-table-info td:first-child {
  color: rgba(29, 29, 29, 0.5);
  padding-right: 16px;
  white-space: nowrap;
}

.page-realisation .present-right .text.grey {
  margin-top: 0;
}

.slider-swiper {
  overflow: unset;
  margin-top: 48px;
}

.slider-img {
  aspect-ratio: 648/465;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.slider-slide-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}

.slider-nav {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: white;
  top: 44%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease 0.3s;
}
.slider-nav svg {
  width: 24px;
  height: 24px;
  fill: #1D1D1D;
  transition: ease 0.3s;
}
.slider-nav:hover {
  background-color: #1D1D1D;
}
.slider-nav:hover svg {
  fill: white;
}

.slider-prev {
  left: -28px;
}
.slider-prev svg {
  transform: rotate(180deg);
}

.slider-next {
  right: -28px;
}

.slider-swiper .swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

@media (max-width: 768px) {
  .slider-swiper {
    margin-top: 32px;
  }
  .slider-nav {
    display: none;
  }
}

.cta {
  position: relative;
  height: 800px;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-content {
  position: relative;
  z-index: 1;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.cta-content .subtitle {
  max-width: 560px;
  margin: 24px 0 32px;
}

.cta-content .cl-contact-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 640px;
}

@media (max-width: 768px) {
  .cta {
    height: 640px;
  }
  .cta-content {
    margin: 0 16px;
  }
  .cta-content .h3 br {
    display: none;
  }
  .cta-content .subtitle br {
    display: none;
  }
}

body.page-realisation footer.cl-new-footer,
body.page-realisations footer.cl-new-footer {
  margin-top: 0;
}
