.realisations-hero {
  background-image: url("/images/fond-pompe.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  padding: 80px 5%;
  text-align: center;
  width: 100%;
}

.real-hero-inner {
  padding: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.realisations-hero h1 {
  margin: 0 0 10px 0;
  font-size: 3.5rem;
}

.realisations-hero p {
  max-width: 900px;
  opacity: 0.95;
}

.realisations-hero h2 {
  font-size: 2rem;
}

.real-hero-cta {
  margin-top: 18px;
  gap: 12px;
}

.realisations-hero .btn--line {
  color: white;
}

.real-container {
  padding: 5% 7%;
  background: var(--c-surface-2);
}

.real-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
}

.real {
  flex: 0 0 calc((100% - 44px) / 3);
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(11, 42, 74, 0.06);
  border: 1px solid rgba(1, 26, 38, 0.08);
  position: relative;
  min-width: 0;
}

@media (max-width: 1050px) {
  .real {
    flex-basis: calc((100% - 22px) / 2);
  }
}
@media (max-width: 680px) {
  .real {
    flex-basis: 100%;
  }
}

.real-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f4f7;
}

.real-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transition: none;
}

.real-info {
  padding: 14px 14px 16px 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100px;
}

.real-bulle {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--c-surface-2);
  border: 1px solid rgba(1, 26, 38, 0.12);
  color: rgba(1, 26, 38, 0.72);
  width: fit-content;
  font-size: 0.95rem;
  font-weight: 900;
}

.real-titre {
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.5px;
  margin: 0;
  overflow-wrap: anywhere;
}

.real {
  cursor: default;
}

.real-texte {
  display: none;
}

.cta {
  background-color: var(--c-surface-2);
  padding: 0 7% 5% 7%;
}

.cta-box {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 42, 74, 0.06);
  border: 1px solid rgba(1, 26, 38, 0.08);
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 24px 36px;
  text-align: center;
}

.cta-box .btn {
  margin-top: 12px;
}

.btn:hover {
  transform: translateY(1px);
}

@media screen and (max-width: 700px) {
  .realisations-hero h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    margin: 24px 0;
  }
  .realisations-hero h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .realisations-hero {
    background-attachment: scroll;
  }
}

.real-img.real-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f4f7;
}

.real-img.real-carousel .real-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 260ms ease;
}

.real-img.real-carousel .real-track > img,
.real-img.real-carousel .real-track > .real-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.real-img.real-carousel .real-track > img {
  object-fit: cover;
  object-position: center;
  transform: none;
  transition: none;
}

.real-slide--text {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px) saturate(140%);
}

.real-slide-inner {
  height: 100%;
  padding: 14px 60px 30px 60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.real-slide-inner::-webkit-scrollbar {
  width: 10px;
}
.real-slide-inner::-webkit-scrollbar-thumb {
  background: rgba(1, 26, 38, 0.18);
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.real-slide-inner h4 {
  margin: 0 0 8px 0;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: -0.3px;
}

.real-slide-inner p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(1, 26, 38, 0.9);
  margin: 0;
}

.real-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(1, 26, 38, 0.18);
  background: rgba(255, 255, 255, 0.433);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow: 0 10px 22px rgba(1, 26, 38, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  cursor: pointer;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
}

.real-prev {
  left: 10px;
}
.real-next {
  right: 10px;
}

.real-arrow:hover {
  transform: translateY(-50%) translateY(1px);
}

.real-dots {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  display: flex;
  gap: 6px;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
}

.real-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(1, 26, 38, 0.18);
}

.real-dot.is-active {
  background: rgba(255, 255, 255, 0.98);
}

@media (max-width: 700px) {
  .real-arrow {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}
