/*=========================================================
KUBRA'S ELEGANCE
FOOTER
=========================================================*/

.vvv-designer-kubraselegance-footer{

    position:relative;
    overflow:hidden;

    background:#090705;
    color:#fffaf2;

    padding:140px 0 0;

    isolation:isolate;

}



.vvv-designer-kubraselegance-footer::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at 18% 15%,rgba(201,164,95,.12),transparent 35%),

    radial-gradient(circle at 82% 80%,rgba(255,255,255,.05),transparent 45%);

    pointer-events:none;

    z-index:0;

}

/*=========================================================*/

.vvv-designer-kubraselegance-footer__noise{

    position:absolute;

    inset:0;

    opacity:.035;

    background-image:

    radial-gradient(circle,#ffffff 1px,transparent 1px);

    background-size:7px 7px;

    mix-blend-mode:soft-light;

    pointer-events:none;

}

/*=========================================================*/

.vvv-designer-kubraselegance-footer__glow{

    position:absolute;

    left:50%;

    top:-170px;

    width:650px;

    height:650px;

    transform:translateX(-50%);

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(201,164,95,.23),

    transparent 72%);

    filter:blur(42px);

    animation:vvvFooterGlow 8s ease-in-out infinite;

    pointer-events:none;

}

@keyframes vvvFooterGlow{

0%,100%{

transform:translateX(-50%) scale(1);

opacity:.75;

}

50%{

transform:translateX(-50%) scale(1.08);

opacity:1;

}

}

/*=========================================================*/

.vvv-designer-kubraselegance-footer__hero{

    position:relative;

    z-index:5;

    width:min(1100px,92%);

    margin:auto;

    text-align:center;

}

.vvv-designer-kubraselegance-footer__logo{

    display:block;

    width:150px;

    margin:0 auto 36px;

    filter:

    drop-shadow(0 0 35px rgba(201,164,95,.35));

}

/*=========================================================*/

.vvv-designer-kubraselegance-footer__hero h2{

    margin:0;

    font-family:var(--vvv-designer-kubraselegance-font-title);

    font-size:clamp(72px,8vw,165px);

    line-height:.88;

    font-weight:400;

    letter-spacing:-.05em;

    color:#fffaf2;

    text-wrap:balance;

}

/*=========================================================*/

.vvv-designer-kubraselegance-footer__hero p{

    max-width:680px;

    margin:34px auto 0;

    font-family:var(--vvv-designer-kubraselegance-font-text);

    font-size:18px;

    line-height:1.9;

    color:rgba(255,250,242,.72);

}

/*=========================================================*/

.vvv-designer-kubraselegance-footer__signature{

    position:relative;

    z-index:5;

    width:min(1450px,92%);

    margin:110px auto;

    display:flex;

    align-items:center;

    gap:34px;

}

.vvv-designer-kubraselegance-footer__signature span{

    flex:1;

    height:1px;

    background:

    linear-gradient(

    to right,

    transparent,

    rgba(201,164,95,.82),

    transparent);

}

.vvv-designer-kubraselegance-footer__signature img{

    width:72px;

    filter:

    drop-shadow(0 0 22px rgba(201,164,95,.28));

}

/*=========================================================*/

.vvv-designer-kubraselegance-footer__grid{

    position:relative;

    z-index:5;

    width:min(1450px,92%);

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:70px;

    padding-bottom:100px;

}

/*=========================================================
COLONNES
=========================================================*/

.vvv-designer-kubraselegance-footer__column{

    position:relative;

}

.vvv-designer-kubraselegance-footer__column::before{

    content:"";

    position:absolute;

    top:-22px;
    left:0;

    width:42px;
    height:2px;

    background:#c9a45f;

}

/*=========================================================
TITRES DES COLONNES
=========================================================*/

.vvv-designer-kubraselegance-footer__title{

    display:flex;
    align-items:center;
    justify-content:space-between;

    width:100%;

    margin:0 0 28px;
    padding:0;

    border:0;
    background:transparent;

    cursor:default;

    font-family:var(--vvv-designer-kubraselegance-font-text);
    font-size:12px;
    font-weight:700;

    letter-spacing:.28em;
    text-transform:uppercase;

    color:#c9a45f !important;

    transition:
    color .35s ease,
    transform .35s ease,
    letter-spacing .35s ease;
}

/* Desktop : aucun effet */
@media (min-width:981px){

.vvv-designer-kubraselegance-footer__title:hover{

color:#c9a45f !important;
transform:none;
letter-spacing:.28em;

}

}

/* Mobile : effet tactile premium */
@media (max-width:980px){

.vvv-designer-kubraselegance-footer__title{

cursor:pointer;

}

.vvv-designer-kubraselegance-footer__title:hover,
.vvv-designer-kubraselegance-footer__title:focus-visible,
.vvv-designer-kubraselegance-footer__title:active{

color:#fffaf2 !important;

transform:translateX(8px);

letter-spacing:.32em;

}

.vvv-designer-kubraselegance-footer__title i{

transition:transform .35s ease;

}

.vvv-designer-kubraselegance-footer__title:hover i,
.vvv-designer-kubraselegance-footer__title:focus-visible i,
.vvv-designer-kubraselegance-footer__title:active i{

transform:rotate(45deg);

}

}

/*=========================================================*/



.vvv-designer-kubraselegance-footer__column nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.vvv-designer-kubraselegance-footer__column nav a,
.vvv-designer-kubraselegance-footer__column nav a:visited {
  position: relative;
  display: inline-flex;
  width: max-content;

  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 15px;

  color: rgba(255, 250, 242, .72) !important;
  text-decoration: none !important;

  transition:
    color .35s ease,
    transform .35s ease;
}

.vvv-designer-kubraselegance-footer__column nav a:hover,
.vvv-designer-kubraselegance-footer__column nav a:focus,
.vvv-designer-kubraselegance-footer__column nav a:active {
  color: #fffaf2 !important;
  transform: translateX(10px);
}

.vvv-designer-kubraselegance-footer__column nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;

  width: 0;
  height: 1px;

  background: #c9a45f;

  transition: width .35s ease;
}

.vvv-designer-kubraselegance-footer__column nav a:hover::after,
.vvv-designer-kubraselegance-footer__column nav a:focus::after {
  width: 100%;
}

/*=========================================================
BOTTOM
=========================================================*/

.vvv-designer-kubraselegance-footer__bottom{

    height:42px;

}

/*=========================================================
CREDITS
=========================================================*/

.vvv-designer-kubraselegance-footer__credits{

    position:relative;

    z-index:5;

    width:min(1450px,92%);

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    padding:24px 0 42px;

    border-top:1px solid rgba(255,255,255,.06);

}

.vvv-designer-kubraselegance-footer__credits p{

    margin:0;

    font-family:var(--vvv-designer-kubraselegance-font-text);

    font-size:12px;

    letter-spacing:.08em;

    color:rgba(255,250,242,.45);

}

.vvv-designer-kubraselegance-footer__powered{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none!important;

    font-family:var(--vvv-designer-kubraselegance-font-text);

    font-size:12px;

    letter-spacing:.08em;

    color:rgba(255,250,242,.55);

    transition:.4s;

}

.vvv-designer-kubraselegance-footer__powered strong{

    font-family:var(--vvv-designer-kubraselegance-font-title);

    font-size:24px;

    font-weight:400;

    color:#c9a45f;

    transition:.45s;

}

.vvv-designer-kubraselegance-footer__powered:hover{

    color:#fff;

}

.vvv-designer-kubraselegance-footer__powered:hover strong{

    color:#f5d99d;

    text-shadow:

    0 0 12px rgba(201,164,95,.6),

    0 0 32px rgba(201,164,95,.35);

}

/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:980px){

.vvv-designer-kubraselegance-footer{

padding-top:90px;

}

.vvv-designer-kubraselegance-footer__hero h2{

font-size:60px;

}

.vvv-designer-kubraselegance-footer__signature{

margin:70px auto;

}

.vvv-designer-kubraselegance-footer__grid{

grid-template-columns:1fr;

gap:0;

padding-bottom:60px;

}

.vvv-designer-kubraselegance-footer__column{

padding:20px 0;

border-bottom:1px solid rgba(255,255,255,.08);

}

.vvv-designer-kubraselegance-footer__column::before{

display:none;

}

.vvv-designer-kubraselegance-footer__title{

cursor:pointer;

margin:0;

font-size:13px;

}

.vvv-designer-kubraselegance-footer__title i{

display:block;

position:relative;

width:18px;

height:18px;

}

.vvv-designer-kubraselegance-footer__title i::before,

.vvv-designer-kubraselegance-footer__title i::after{

content:"";

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%);

background:#c9a45f;

transition:.35s;

}

.vvv-designer-kubraselegance-footer__title i::before{

width:14px;

height:2px;

}

.vvv-designer-kubraselegance-footer__title i::after{

width:2px;

height:14px;

}

.vvv-designer-kubraselegance-footer__column.active i::after{

opacity:0;

}

.vvv-designer-kubraselegance-footer__column nav{

max-height:0;

overflow:hidden;

padding-top:0;

transition:max-height .6s ease,padding .4s ease;

}

.vvv-designer-kubraselegance-footer__column.active nav{

max-height:520px;

padding-top:22px;

}

.vvv-designer-kubraselegance-footer__credits{

flex-direction:column;

text-align:center;

gap:16px;

}

.vvv-designer-kubraselegance-footer__powered{

flex-direction:column;

gap:6px;

}
}

/*=========================================================
SCROLL TOP GLOBAL — KUBRA'S LUXE FINAL
=========================================================*/

button.vvv-designer-kubraselegance-scrolltop,
button.vvv-designer-kubraselegance-scrolltop:hover,
button.vvv-designer-kubraselegance-scrolltop:focus,
button.vvv-designer-kubraselegance-scrolltop:active {
  position: fixed !important;
  right: 28px !important;
  bottom: 28px !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;
  border: 1px solid rgba(201, 164, 95, .46) !important;
  background: rgba(9, 7, 5, .72) !important;
  color: #fffaf2 !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transform: translateY(18px) scale(.94) !important;
  z-index: 100500 !important;
isolation: isolate !important;
will-change: transform !important;

  outline: none !important;
  box-shadow:
    0 14px 40px rgba(0, 0, 0, .28),
    inset 0 0 18px rgba(255, 250, 242, .035) !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;

  overflow: hidden !important;
  transition: opacity .32s ease, visibility .32s ease, transform .4s ease, border-color .4s ease, background .4s ease, box-shadow .4s ease !important;
}

button.vvv-designer-kubraselegance-scrolltop.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

button.vvv-designer-kubraselegance-scrolltop::before {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: 1px solid rgba(201, 164, 95, .26) !important;
  z-index: 1 !important;
}

button.vvv-designer-kubraselegance-scrolltop::after {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  border-radius: 50% !important;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 245deg,
    rgba(201, 164, 95, .95) 292deg,
    transparent 330deg,
    transparent 360deg
  ) !important;
  opacity: .78 !important;
  animation: vvvKubraScrollTopRing 4.8s linear infinite !important;
  z-index: 0 !important;
}

button.vvv-designer-kubraselegance-scrolltop svg {
  position: relative !important;
  z-index: 3 !important;
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  color: #fffaf2 !important;
  fill: none !important;
  transition: transform .35s ease, color .35s ease !important;
}

button.vvv-designer-kubraselegance-scrolltop svg path {
  stroke: currentColor !important;
  stroke-width: 1.25 !important;
  fill: none !important;
}

button.vvv-designer-kubraselegance-scrolltop:hover,
button.vvv-designer-kubraselegance-scrolltop:focus,
button.vvv-designer-kubraselegance-scrolltop:active {
  background: rgba(9, 7, 5, .88) !important;
  border-color: rgba(201, 164, 95, .7) !important;
  color: #fffaf2 !important;
  box-shadow:
    0 0 22px rgba(201, 164, 95, .18),
    0 14px 44px rgba(0, 0, 0, .34),
    inset 0 0 20px rgba(255, 250, 242, .04) !important;
}

button.vvv-designer-kubraselegance-scrolltop:hover svg {
  color: #f4d593 !important;
  transform: translateY(-2px) !important;
}

@keyframes vvvKubraScrollTopRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
  button.vvv-designer-kubraselegance-scrolltop,
  button.vvv-designer-kubraselegance-scrolltop:hover,
  button.vvv-designer-kubraselegance-scrolltop:focus,
  button.vvv-designer-kubraselegance-scrolltop:active {
    right: 16px !important;
    bottom: var(--vvv-kubras-scrolltop-mobile-bottom, 16px) !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
  }

  button.vvv-designer-kubraselegance-scrolltop svg {
    width: 17px !important;
    height: 17px !important;
  }
}

body .vvv-designer-kubraselegance-scrolltop {
  z-index: 100500 !important;
}


/*=========================================================
LIENS LÉGAUX DU FOOTER
=========================================================*/

.vvv-designer-kubraselegance-footer__bottom {
  position: relative;
  z-index: 5;
  width: min(1450px, 92%);
  height: auto;
  margin: 0 auto;
  padding: 10px 0 34px;
}

.vvv-designer-kubraselegance-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.vvv-designer-kubraselegance-footer__legal a,
.vvv-designer-kubraselegance-footer__cookie-settings {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 250, 242, .52) !important;
  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    color .3s ease,
    transform .3s ease;
}

.vvv-designer-kubraselegance-footer__legal a::after,
.vvv-designer-kubraselegance-footer__cookie-settings::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: #c9a45f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.vvv-designer-kubraselegance-footer__legal a:hover,
.vvv-designer-kubraselegance-footer__legal a:focus-visible,
.vvv-designer-kubraselegance-footer__cookie-settings:hover,
.vvv-designer-kubraselegance-footer__cookie-settings:focus-visible {
  color: #fffaf2 !important;
  transform: translateY(-2px);
  outline: none;
}

.vvv-designer-kubraselegance-footer__legal a:hover::after,
.vvv-designer-kubraselegance-footer__legal a:focus-visible::after,
.vvv-designer-kubraselegance-footer__cookie-settings:hover::after,
.vvv-designer-kubraselegance-footer__cookie-settings:focus-visible::after {
  transform: scaleX(1);
}

.vvv-designer-kubraselegance-footer__cookie-settings {
  color: #c9a45f !important;
}

/*=========================================================
RÉSEAUX NON ENCORE PUBLIÉS
=========================================================*/

.vvv-designer-kubraselegance-footer__coming {
  display: inline-flex;
  width: max-content;
  color: rgba(255, 250, 242, .38);
  font-family: var(--vvv-designer-kubraselegance-font-text);
  font-size: 15px;
  line-height: 1.5;
}

/*=========================================================
RESPONSIVE — LIENS LÉGAUX
=========================================================*/

@media (max-width: 980px) {
  .vvv-designer-kubraselegance-footer__bottom {
    padding-bottom: 20px;
  }

  .vvv-designer-kubraselegance-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 18px 0;
  }

  .vvv-designer-kubraselegance-footer__legal a,
  .vvv-designer-kubraselegance-footer__cookie-settings {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    font-size: 10px;
    text-align: left;
  }

  .vvv-designer-kubraselegance-footer__legal a::after,
  .vvv-designer-kubraselegance-footer__cookie-settings::after {
    display: none;
  }
}
