.ha-vente,
.ha-vente * {
  box-sizing: border-box;
}

.ha-vente {
  --panel-bg: #F9F9F9;
  --text: #06152D;
  --muted: rgba(6, 21, 45, 0.72);
  --line-light: rgba(255, 255, 255, 0.22);
  --line-dark: rgba(6, 21, 45, 0.12);
  --rail-w: clamp(64px, 4.6vw, 86px);
  --panel-w: 720px;
  --cta-w: 560px;
  --label-top: clamp(130px, 24vh, 260px);

  position: relative;
  min-height: 100vh;
  height: 3900px;
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  isolation: isolate;
}

/* STICKY */
.ha-sticky-vente {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: var(--bg);
}

.ha-stage-vente {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* STEP */
.ha-step-vente {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  width: calc(var(--rail-w) + var(--panel-w));
  will-change: transform;
  pointer-events: none;
}

.ha-step-vente > * {
  pointer-events: auto;
}

/* RAIL */
.ha-rail-vente {
  position: relative;
  flex: 0 0 var(--rail-w);
  width: var(--rail-w);
  height: 100%;
  background: var(--rail-color, #02193D);
  z-index: 3;
}

.ha-rail-label-vente {
  position: absolute;
  top: 125px;
  left: 27%;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  font-family: 'Plus Jakarta Sans';
}

/* MARK */
.ha-mark-vente {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vh, 52px);
  width: 26px;
  height: 38px;
  transform: translateX(-50%);
  background-size: contain !important;
}

.ha-mark-1-vente {
  background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/eclair.png);
}

.ha-mark-2-vente {
  background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/recherche.png);
}

.ha-mark-3-vente {
  background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/crayon-Wizzrem.png);
}

.ha-mark-4-vente {
  background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Maison-Wizzrem.png);
}

.ha-mark-5-vente {
  background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Euro-Wizzrem.png);
}

/* PANEL */
.ha-panel-vente {
  flex: 0 0 auto;
  width: var(--panel-w);
  height: 100%;
  overflow: hidden;
  background: var(--panel-bg);
  will-change: width, opacity;
}

.ha-inner-vente {
  width: var(--panel-w);
  height: 100%;
  padding:
    clamp(90px, 14vh, 160px)
    clamp(32px, 3vw, 58px)
    clamp(70px, 10vh, 110px);
  display: flex;
  align-items: center;
  background: var(--panel-bg);
}

.ha-copy-vente {
  width: 100%;
  max-width: 620px;
  margin-top: 95px;
}

.ha-copy-vente h2 {
  margin: 0 0 26px;
  font-size: 32px;
  line-height: 0.95;
  font-weight: 600;
  color: var(--text);
  font-family: 'Plus Jakarta Sans';
}

.ha-copy-vente p {
  margin: 0;
  max-width: 600px;
  color: rgb(0 0 0);
  line-height: 1.55;
  font-size: 17px;
  font-family: 'Inter';
}

/* VISUAL */
.ha-visual-vente {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: clamp(36px, 6vh, 58px);
  overflow: hidden;
  background: #EDEDED;
  border: 1px solid rgba(6, 21, 45, 0.1);
  border-radius: 15px;
}

.ha-visual-vente::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12),
      transparent 22%,
      rgba(255, 255, 255, 0.18) 48%,
      transparent 72%
    );
  mix-blend-mode: screen;
  opacity: 0.65;
}

/* images */
.ha-visual-1-vente {
background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Rachat-ou-revente.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border:none;
}

.ha-visual-2-vente {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/recherche.png);
  }

.ha-visual-3-vente {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/crayon-Wizzrem.png);
  }

.ha-visual-4-vente {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Maison-Wizzrem.png);
  }

.ha-visual-5-vente {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Euro-Wizzrem.png);
  }

/* CTA */
.ha-cta-vente {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--cta-w);
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  will-change: transform;
  z-index: 30;
}

.ha-cta-inner-vente {
  width: 100%;
  padding: clamp(42px, 6vw, 88px);
}

.ha-cta-vente h2 {
  margin: 0 0 18px;
  font-size: 65px;
  line-height: 0.78;
  font-weight: 500;
  color: #000000;
  font-family: 'Plus Jakarta Sans';
}

/* bouton */
.btn-custom-vente {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  border-radius: 999px;
  background: #02193D;
  color: white;
  text-decoration: none;
  font-weight: 900;
}

/* TOP UI */
.ha-top-ui-vente {
  position: absolute;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}

.ha-orbit-vente {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  transform: translateX(-50%);
}

/* RESPONSIVE */
@media (max-width: 760px) {

  .ha-vente {
    --rail-w: 54px;
    --label-top: 120px;
  }

  .ha-inner-vente {
    padding: 90px 24px 70px;
  }

  .ha-copy-vente h2 {
    font-size: 25px;
  }

  .ha-copy-vente p {
    font-size: 14px;
  }

  .ha-visual-vente {
    height: 150px;
  }

  .ha-cta-vente h2 {
    font-size: 50px;
  }
}