/* PAGE 404 KUBRA'S */
.vvv-designer-kubraselegance-error404,
.vvv-designer-kubraselegance-error404 * {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-error404 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(90px, 9vw, 150px) 18px;
  background:
    radial-gradient(circle at 50% 12%, rgba(201,164,95,.25), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(255,250,242,.08), transparent 36%),
    #080604;
  color: #fffaf2;
  isolation: isolate;
}

.vvv-designer-kubraselegance-error404__grain {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: radial-gradient(circle, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 5px 5px;
  pointer-events: none;
  z-index: 1;
}

.vvv-designer-kubraselegance-error404__halo {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(760px, 86vw);
  height: min(760px, 86vw);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(201,164,95,.18), transparent 68%);
  filter: blur(28px);
  z-index: 1;
}

.vvv-designer-kubraselegance-error404__veil {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48%;
  width: 92vw;
  height: 46vw;
  opacity: .42;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 8%,
    rgba(255,250,242,.06) 22%,
    rgba(201,164,95,.25) 40%,
    rgba(255,250,242,.34) 54%,
    rgba(201,164,95,.12) 70%,
    transparent 88%
  );
  filter: blur(24px);
  transform: translate(-50%, -50%) rotate(-12deg);
  mix-blend-mode: screen;
}

.vvv-designer-kubraselegance-error404__inner {
  position: relative;
  z-index: 4;
  width: min(980px, 100%);
  margin: auto;
  text-align: center;
}

.vvv-designer-kubraselegance-error404__number {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -54%);
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(180px, 28vw, 470px);
  font-weight: 400;
  line-height: .75;
  letter-spacing: -.09em;
  color: rgba(255,250,242,.045);
  pointer-events: none;
}

.vvv-designer-kubraselegance-error404__kicker {
  margin: 0 0 20px;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #c9a45f;
}

.vvv-designer-kubraselegance-error404 h1 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(54px, 8vw, 126px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.07em;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-error404__text {
  max-width: 610px;
  margin: 30px auto 0;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.85;
  color: rgba(255,250,242,.68);
}

.vvv-designer-kubraselegance-error404__actions {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.vvv-designer-kubraselegance-error404__btn {
  min-height: 56px;
  min-width: 230px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-decoration: none !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: transform .4s ease, background .4s ease, border-color .4s ease, color .4s ease;
}

.vvv-designer-kubraselegance-error404__btn--gold {
  background: #c9a45f;
  border: 1px solid #c9a45f;
  color: #080604 !important;
}

.vvv-designer-kubraselegance-error404__btn--glass {
  background: rgba(255,250,242,.045);
  border: 1px solid rgba(255,250,242,.28);
  color: #fffaf2 !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vvv-designer-kubraselegance-error404__btn:hover {
  transform: translateY(-4px);
}

.vvv-designer-kubraselegance-error404__btn--glass:hover {
  background: #fffaf2;
  color: #080604 !important;
  border-color: #fffaf2;
}

.vvv-designer-kubraselegance-error404__cabine {
  display: inline-flex;
  margin-top: 28px;
  color: rgba(255,250,242,.72) !important;
  text-decoration: none !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-error404__cabine:hover {
  color: #c9a45f !important;
}

@media (max-width: 640px) {
  .vvv-designer-kubraselegance-error404 {
    padding: 96px 16px 70px;
  }

  .vvv-designer-kubraselegance-error404 h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .vvv-designer-kubraselegance-error404__actions,
  .vvv-designer-kubraselegance-error404__btn {
    width: 100%;
  }

  .vvv-designer-kubraselegance-error404__number {
    font-size: 180px;
  }
}

/* EFFETS 404 PREMIUM */
.vvv-designer-kubraselegance-error404::after {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 2;
  pointer-events: none;
  background:
    conic-gradient(
      from 0deg,
      transparent,
      rgba(201,164,95,.12),
      transparent,
      rgba(255,250,242,.08),
      transparent
    );
  opacity: .55;
  animation: vvvKubra404Rotate 18s linear infinite;
}

.vvv-designer-kubraselegance-error404__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(760px, 92vw);
  height: min(760px, 92vw);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(201,164,95,.18);
  border-radius: 50%;
  box-shadow:
    0 0 80px rgba(201,164,95,.10),
    inset 0 0 80px rgba(201,164,95,.06);
  pointer-events: none;
}

.vvv-designer-kubraselegance-error404__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(520px, 78vw);
  height: min(520px, 78vw);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,250,242,.08);
  border-radius: 50%;
  pointer-events: none;
}

.vvv-designer-kubraselegance-error404__number {
  text-shadow:
    0 0 40px rgba(201,164,95,.12),
    0 0 120px rgba(201,164,95,.08);
}

.vvv-designer-kubraselegance-error404 h1 {
  background: linear-gradient(90deg, #fffaf2, #d6b875, #fffaf2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.vvv-designer-kubraselegance-error404__btn{

    position:relative;

    overflow:hidden;

    isolation:isolate;

}

.vvv-designer-kubraselegance-error404__btn::before {
  z-index:1;
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,.55), transparent);
  transform: translateX(-130%);
  transition: transform .9s cubic-bezier(.19,1,.22,1);
}

.vvv-designer-kubraselegance-error404__btn:hover::before {
  transform: translateX(130%);
}

.vvv-designer-kubraselegance-error404__btn span,

.vvv-designer-kubraselegance-error404__btn{

    position:relative;

    z-index:2;

}

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

.vvv-designer-kubraselegance-error404__btn--glass:hover{

    background:#fffaf2;

    border-color:#fffaf2;

    color:#090705 !important;

}

.vvv-designer-kubraselegance-error404__btn--glass:hover span{

    color:#090705 !important;

}

/* FIX RESPONSIVE 404 — TEXTE TOUJOURS LISIBLE */
.vvv-designer-kubraselegance-error404__inner {
  z-index: 10 !important;
}

.vvv-designer-kubraselegance-error404__number {
  z-index: 0 !important;
}

.vvv-designer-kubraselegance-error404__kicker,
.vvv-designer-kubraselegance-error404 h1,
.vvv-designer-kubraselegance-error404__text,
.vvv-designer-kubraselegance-error404__actions,
.vvv-designer-kubraselegance-error404__cabine {
  position: relative !important;
  z-index: 20 !important;
}

.vvv-designer-kubraselegance-error404__inner::before,
.vvv-designer-kubraselegance-error404__inner::after {
  z-index: 1 !important;
}

@media (max-width: 640px) {
  .vvv-designer-kubraselegance-error404__number {
    opacity: .22 !important;
    font-size: clamp(130px, 42vw, 190px) !important;
    top: 48% !important;
  }

  .vvv-designer-kubraselegance-error404__inner::before,
  .vvv-designer-kubraselegance-error404__inner::after {
    opacity: .35 !important;
  }

  .vvv-designer-kubraselegance-error404 h1 {
    color: #fffaf2 !important;
    background: none !important;
    -webkit-text-fill-color: #fffaf2 !important;
  }
}

/* FIX BOUTON 404 — TEXTE TOUJOURS VISIBLE */
.vvv-designer-kubraselegance-error404__btn {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  z-index: 30 !important;
}

.vvv-designer-kubraselegance-error404__btn::before {
  z-index: 1 !important;
  pointer-events: none !important;
}

.vvv-designer-kubraselegance-error404__btn span,
.vvv-designer-kubraselegance-error404__btn i,
.vvv-designer-kubraselegance-error404__btn svg {
  position: relative !important;
  z-index: 3 !important;
}

/* Si le texte n'est pas dans un span */
.vvv-designer-kubraselegance-error404__btn--gold {
  color: #080604 !important;
  text-shadow: none !important;
}

.vvv-designer-kubraselegance-error404__btn--gold:hover {
  background: #f3d486 !important;
  border-color: #f3d486 !important;
  color: #080604 !important;
}

.vvv-designer-kubraselegance-error404__btn--gold:hover span {
  color: #080604 !important;
}