/* =========================================================
   EXCLUSIF — Loader premium safe
   ========================================================= */

html.rv-loading,
body.rv-loading{
  overflow: hidden !important;
}

#rv-page-loader{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(58,130,246,.18), transparent 38%),
    radial-gradient(circle at 80% 25%, rgba(255,215,120,.14), transparent 34%),
    linear-gradient(180deg, rgba(10,14,24,.96), rgba(18,24,38,.96));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease, visibility .45s ease;
}

#rv-page-loader.is-hide{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#rv-page-loader .rv-loader-card{
  width: min(92vw, 420px);
  border-radius: 24px;
  padding: 28px 24px 22px;
  text-align: center;
  color: rgba(255,255,255,.96);
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  box-shadow:
    0 18px 60px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.14);
}

#rv-page-loader .rv-loader-brand{
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
  color: #f3d38a;
}

#rv-page-loader .rv-loader-ring{
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 16px;
}

#rv-page-loader .rv-loader-ring span{
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(255,255,255,.92);
  border-right-color: rgba(243,211,138,.88);
  animation: rvLoaderSpin 1.25s linear infinite;
}

#rv-page-loader .rv-loader-ring span:nth-child(2){
  inset: 8px;
  animation-duration: 1.8s;
  border-top-color: rgba(42,167,255,.95);
  border-right-color: rgba(255,255,255,.72);
}

#rv-page-loader .rv-loader-ring span:nth-child(3){
  inset: 16px;
  animation-duration: 2.3s;
  border-top-color: rgba(243,211,138,.95);
  border-right-color: rgba(42,167,255,.78);
}

#rv-page-loader .rv-loader-text{
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  margin-bottom: 14px;
}

#rv-page-loader .rv-loader-bar{
  position: relative;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.06);
}

#rv-page-loader .rv-loader-bar i{
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2aa7ff, #f3d38a, #ffffff);
  box-shadow: 0 0 18px rgba(42,167,255,.28);
  animation: rvLoaderBar 1.6s ease-in-out infinite;
}

@keyframes rvLoaderSpin{
  to{ transform: rotate(360deg); }
}

@keyframes rvLoaderBar{
  0%{ transform: translateX(-120%); }
  50%{ transform: translateX(95%); }
  100%{ transform: translateX(230%); }
}

html body .rv-eau-slider{
  position: relative !important;
  overflow: visible !important;
}

html body .rv-eau-slider .rv-eau-nav{
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 50 !important;
}

html body .rv-eau-slider .rv-eau-nav--prev{
  left: 10px !important;
}

html body .rv-eau-slider .rv-eau-nav--next{
  right: 10px !important;
}

html body #rv-page-loader{
  pointer-events: none !important;
}


#rv-page-loader.is-hide{
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
}
