/** Shopify CDN: Minification failed

Line 312:0 Expected "}" to go with "{"

**/
.full_wrapper_lunaire {
  background-image: url("/cdn/shop/files/FUll_MOON_SKY.jpg?v=1751874116");
  background-position: center;
  background-size: cover;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #eaeaea;
}

.front-lune {
  width: 100vw;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.wrapper_booster {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wrapper_booster img {
  height: 50%;
  transition: transform 0.4s ease;
  transform-origin: center bottom;
}

.small_element {
  height: 45% !important;
}

.booster_v1img {
  position: absolute;
  bottom: -10vw;
  left: -10%;
}

@media (min-width: 1025px) {
  .booster_v2img {
    position: absolute;
    bottom: -10vw;
    left: 42%;
    transform: translateX(-50%);
  }
}

.booster_v3img {
  position: absolute;
  bottom: -10vw;
  right: -20%;
}

.booster_v1img:hover {
  transform: translateY(-100px) rotate(-5deg);
}
.booster_v2img:hover {
  transform: translateX(-50%) translateY(-100px);
}
.booster_v3img:hover {
  transform: translateY(-100px) rotate(5deg);
}

.bolder_text_header {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  font-size: 16px;
}

.bolder_text_header img {
  width: 50%;
}
.bolder_text_header p {
  margin: 0;
}
.balise_move {
  font-size: 2.5em;
  font-weight: 500;
  margin-top: -15px;
}

.booster_v4,
.booster_v5 {
  display: none;
}

@keyframes glitch {
  0% { text-shadow: 2px 0 red, -2px 0 blue; transform: translate(0); }
  20% { text-shadow: -2px 0 red, 2px 0 blue; transform: translate(1px, -1px); }
  40% { text-shadow: 2px 0 red, -2px 0 blue; transform: translate(-1px, 1px); }
  60% { text-shadow: -2px 0 red, 2px 0 blue; transform: translate(1px, 1px); }
  80% { text-shadow: 2px 0 red, -2px 0 blue; transform: translate(-1px, -1px); }
  100% { text-shadow: none; transform: translate(0); }
}

.balise_move.glitch {
  animation: glitch 0.3s ease;
}

.booster_cta {
  display: none;
}

@media (min-width: 1514px) {
  .booster_cta {
    bottom: 20%;
  }
}

@media (max-width: 1514px) {
  .booster_v1img {
    left: 5%;
    top: 18vw;
  }
  .booster_v3img {
    right: 2%;
    top: 18vw;
  }
  .booster_v2img {
    top: 18vw;
  }
}

@media (max-width: 1385px) {
  .wrapper_booster img {
    height: 35%;
  }
  .small_element {
    height: 35% !important;
  }
}

@media (max-width: 1024px) {
  .full_wrapper_lunaire {
    height: auto;
    flex-direction: column;
    padding: 40px 0 60px;
  }

  .front-lune {
    display: none;
  }

  .wrapper_booster {
    position: relative;
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 5vw;
    padding: 20px 5vw;
    box-sizing: border-box;
  }

  .wrapper_booster::-webkit-scrollbar {
    display: none;
  }

  .wrapper_booster a {
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
  }

  .wrapper_booster img {
    height: 45vw !important;
    object-fit: contain;
    top: 0;
  }

  .small_element {
    height: 45vw;
  }

  .booster_v1img,
  .booster_v2img,
  .booster_v3img,
  .booster_v4img,
  .booster_v5img {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none !important;
  }

  .booster_cta {
    position: absolute;
    z-index: 10;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    background-color: #f7f7f7;
    color: #000;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: -50px;
  }

  .bolder_text_header {
    font-size: 8vw;
    position: static;
    margin-bottom: 20px;
  }

  .balise_move {
    font-size: 16px;
    margin-top: 0px;
  }

  .booster_v4,
  .booster_v5 {
    display: block;
  }
}

@media (min-width: 1025px) {
  .booster_v1,
  .booster_v2,
  .booster_v3 {
    position: relative;
  }

  .booster_v1img,
  .booster_v2img,
  .booster_v3img {
    z-index: 1;
    position: relative;
  }

  .booster_v1 .booster_cta,
  .booster_v2 .booster_cta,
  .booster_v3 .booster_cta {
    display: none;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    z-index: 10;
    padding: 3% 10%;
    background-color: #f7f7f7;
    text-transform: uppercase;
  }

  .booster_v1:hover .booster_cta,
  .booster_v2:hover .booster_cta,
  .booster_v3:hover .booster_cta {
    opacity: 1;
  }

  /* Loader plein écran */
#site-loader {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Masquer avec une classe JS */
#site-loader.hidden {
  opacity: 0;
  visibility: hidden;
}


/* cache bien l'élément après disparition */
@keyframes loaderFadeOut {
  0%   { opacity: 1; visibility: visible; }
  99%  { opacity: 0.01; visibility: visible; }
  100% { opacity: 0; visibility: hidden; display: none; }
}


