.agegate-container {
  z-index: 1000;
  background-color: var(--blanc-casse);
  /* color: #050606F9; */
  position: fixed !important;
  padding: 40px;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.age-gate-wrong {
  display: none;
}

.agegate-container > div {
  /* background & opacity */
  background-color: #ffffff;
  /* background-color: var(--blanc); */
  gap: calc(var(--spacing) / 2);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.agegate-container > div form {
  gap: calc(var(--spacing) / 6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.agegate-container .logo.logo--light {
  filter: invert(1);
}

.agegate-container::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.15; /* opacity */
}

.agegate-container > * {
  z-index: 2;
}

.agegate-container .uk-select {
  background-color: transparent !important;
  color: rgba(5, 6, 6, 0.9764705882) !important;
  color: var(--body) !important;
  border-color: rgba(5, 6, 6, 0.9764705882);
  border-color: var(--body) !important;
}

.agegate-container .button-group {
  display: flex;
  gap: 15px;
}

.agegate-container .btn {
  padding: 11px 20px;
  line-height: 18px;
  font-size: 12px;
  min-width: 130px;
}

.agegate-container h2.title {
  font-size: 2rem;
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
  background-color: rgba(255, 255, 255, 0);
}

#qodef-page-outer {
  margin-top: -150px;
}

#qodef-page-footer {
  background-image: url(../img/Noise-vino-200x200-multiply.png);
  background-repeat: repeat;
  background-size: auto;
}

#qodef-page-footer #qodef-page-footer-overlay {
  background-image: url(../img/footer-background-image-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

#qodef-page-footer #qodef-page-footer-bottom-area {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
}

#qodef-page-inner {
  padding: 0 0 0 0;
}

@media only screen and (max-width: 1024px) {
  #qodef-page-inner {
    padding: 0 0 0 0;
  }
}
#qodef-page-mobile-header .qodef-mobile-header-opener {
  color: #000000;
}

#qodef-page-mobile-header .qodef-mobile-header-opener:hover,
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: #000000;
}

#qodef-side-area {
  background-color: #000000;
  background-image: url(../img/side-area-img.png);
}

.qodef-page-title {
  height: 440px;
}

.qodef-page-title .qodef-m-title {
  color: #b46d66;
}

@media only screen and (max-width: 1024px) {
  .qodef-page-title {
    height: 270px;
  }
}
.qodef-header--centered #qodef-page-header {
  background-color: rgba(255, 255, 255, 0);
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner:not(.qodef-content-grid) {
  padding-left: 40px;
  padding-right: 40px;
}

.qodef-mobile-header--standard .qodef-mobile-header-navigation > ul:not(.qodef-content-grid) {
  padding-left: 40px;
  padding-right: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
}

.qodef-page-title .entry-title h2 {
  color: white;
}

.qodef-page-title .qodef-m-subtitle {
  color: white;
}

.height-100vh {
  height: 100vh;
}

.qodef-page-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--overlay, transparent);
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.qodef-page-title {
  /* Titre principal */
}
.qodef-page-title .main-title {
  opacity: 0;
  transform: scale(0.95);
  animation: fadeInScale 1s ease-out 0.5s forwards;
  font-size: 6rem;
  font-size: clamp(4rem, 2vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
.qodef-page-title {
  /* Sous-titre */
}
.qodef-page-title .subtitle {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInDown 1s ease-out 0.3s forwards;
  order: -1;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 300;
}
.qodef-page-title .tagline-text {
  opacity: 0;
  animation: fadeIn 1s ease-out 0.9s forwards;
}
.qodef-page-title {
  /* Section avec lignes */
}
.qodef-page-title .tagline-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.qodef-page-title .tagline-text p {
  color: white;
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
  white-space: nowrap;
}

.line {
  position: relative;
  height: 1px;
  width: clamp(60px, 15vw, 200px);
  overflow: hidden;
}

.line-inner {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, white 100%);
  width: 0;
  animation: lineExpandLeft 1s ease-out 0.7s forwards;
}

.line.right .line-inner {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, white 0%, transparent 100%);
  animation: lineExpandRight 1s ease-out 0.7s forwards;
}

.line.left .line-inner {
  right: 0;
}

/* Animations */
@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes lineExpandLeft {
  to {
    width: 100%;
  }
}
@keyframes lineExpandRight {
  to {
    width: 100%;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .subtitle {
    margin-bottom: 16px;
  }
  .subtitle p {
    font-size: 12px;
  }
  .main-title {
    margin-bottom: 32px;
  }
  .tagline-container {
    gap: 16px;
  }
  .replay-btn {
    bottom: 16px;
    right: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .subtitle p {
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .tagline-text p {
    font-size: 9px;
  }
}
.qodef-roadmap.qodef-layout--simple.qodef-content-layout--narrow .qodef-e.qodef-roadmap--item-above .qodef-e-content-holder {
  padding: 50px 160px 50px 15%;
}

.qodef-roadmap.qodef-layout--simple.qodef-content-layout--narrow .qodef-e.qodef-roadmap--item-below .qodef-e-content-holder {
  padding: 50px 15% 50px 160px;
}

/*# sourceMappingURL=styles.css.map */
