.elementor-2328 .elementor-element.elementor-element-c63e1e3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e47036a *//* ========================= */
/* SLIDER CORE               */
/* ========================= */

.slider--hero {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  border-radius: 25px;
}

.slider__track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
}

.slider__slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* ========================= */
/* INFO BOX                  */
/* ========================= */

.slide-box {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);

  padding: 30px 30px;
  max-width: 300px;

background: linear-gradient(
  to bottom,
  rgba(9, 15, 60, 0.6),
  rgba(9, 15, 60, 0.15)
);


  color: #fff;
  border-radius: 16px;
  overflow: hidden;

  box-shadow: 0 20px 50px rgba(0,0,0,.45);
}

/* Typographie */
.slide-box h1 {
  font-size: clamp(32px, 4vw, 44px);
  margin-bottom: 10px;
}

.slide-box h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
  opacity: .9;
}

.slide-box .price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 26px;
}

/* CTA */
.slide-box .cta {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #111;
  background: linear-gradient(135deg, #50dfdb, #2b86c5);
}

/* ========================= */
/* BORDURE ANIMÉE            */
/* ========================= */

.slide-box span {
  position: absolute;
  display: block;
}

.slide-box span:nth-child(1) {
  top:0; left:0; width:100%; height:2px;
  background: linear-gradient(to right, transparent, #50dfdb);
  animation: borderMove 3s linear infinite;
}

.slide-box span:nth-child(2) {
  top:0; right:0; width:2px; height:100%;
  background: linear-gradient(to bottom, transparent, #50dfdb);
  animation: borderMove 3s linear infinite .75s;
}

.slide-box span:nth-child(3) {
  bottom:0; right:0; width:100%; height:2px;
  background: linear-gradient(to left, transparent, #50dfdb);
  animation: borderMove 3s linear infinite 1.5s;
}

.slide-box span:nth-child(4) {
  bottom:0; left:0; width:2px; height:100%;
  background: linear-gradient(to top, transparent, #50dfdb);
  animation: borderMove 3s linear infinite 2.25s;
}

@keyframes borderMove {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ========================= */
/* FLÈCHES                   */
/* ========================= */

.slider__arrow {
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  z-index: 10;

  background: rgba(0,0,0,.45);
  border: none;
  color: #fff;
  font-size: 5px;
  padding: 10px 18px;
  cursor: pointer;
}

.slider__arrow.prev { left: 20px; }
.slider__arrow.next { right: 20px; }

/* ========================= */
/* ACCESSIBILITÉ             */
/* ========================= */

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */