@charset "UTF-8";
html {
  scrollbar-width: none !important;
  scrollbar-gutter: stable; /* Réserve l'espace de la scrollbar pour éviter le décalage */
  background-color: #54aae9;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-position: 0 0 !important;
  background-repeat: repeat-y !important;
  background-size: 100% !important;
  background-attachment: unset !important;
  position: relative;
}

.d-none {
  display: none !important;
}

/** TABS **/
.tab-item.w--current .txt-tab {
  color: #54aae9;
  background: #fff;
}

.d-none {
  display: none !important;
}

/** FLOAT **/
.float-ballon {
  animation: floatYbig 3s ease-in-out infinite;
}

.float-ballon-3 {
  animation: floatYsmall 3s ease-in-out infinite;
}

.float-ballon-2 {
  animation: floatYMoyen 3s ease-in-out infinite;
}

.float-wrapper-nuage-1 {
  animation: floatX-1 12s ease-in-out infinite;
}

.float-wrapper-nuage-1 .float-nuage {
  animation: floatY-1 8s ease-in-out infinite;
}

.float-wrapper-nuage-2 {
  animation: floatX-2 6s ease-in-out infinite;
}

.float-wrapper-nuage-2 .float-nuage {
  animation: floatY-2 4s ease-in-out infinite;
}

.float-wrapper-nuage-3 {
  animation: floatX-3 8s ease-in-out infinite;
}

.float-wrapper-nuage-3 .float-nuage {
  animation: floatY-3 6s ease-in-out infinite;
}

.float-wrapper-nuage-4 {
  animation: floatX-4 8s ease-in-out infinite;
}

.float-wrapper-nuage-4 .float-nuage {
  animation: floatY-4 6s ease-in-out infinite;
}

@keyframes floatYbig {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatYMoyen {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes floatYsmall {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes floatX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
@keyframes floatY-1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatX-1 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}
@keyframes floatY-2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes floatX-2 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
@keyframes floatY-3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes floatX-3 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
@keyframes floatY-4 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes floatX-4 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
}
/** Avion **/
.avion-wrapper {
  animation: avion-altitude 4s ease-in-out infinite;
}

.avion-inner {
  animation: avion-tangage 4s ease-in-out infinite;
}

.avion {
  animation: avion-derive 6s ease-in-out infinite;
}

@keyframes avion-altitude {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-7px);
  }
  70% {
    transform: translateY(5px);
  }
}
@keyframes avion-tangage {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-2deg);
  } /* Nez monte */
  50% {
    transform: rotate(1deg);
  } /* Nez descend */
  80% {
    transform: rotate(-1deg);
  }
}
@keyframes avion-derive {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
.video-frame-container {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Ajuste selon tes besoins */
  aspect-ratio: 16/9; /* Adapte au ratio de ton cadre */
}

.video-wrapper {
  position: absolute;
  padding: 30px;
  top: 5%; /* Ajuste selon ton cadre */
  left: 5%; /* Ajuste selon ton cadre */
  width: 90%; /* Ajuste selon ton cadre */
  height: 90%; /* Ajuste selon ton cadre */
  z-index: 1;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.frame-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.cloud.clound-3 {
  z-index: -2;
  width: 300px;
  inset: 80vh 20px auto auto;
}

.cloud.cloud-4 {
  width: 500px;
  top: 80vh;
  bottom: auto;
  left: -180px;
}

.w-tab-pane a {
  transition: all 0.2s ease-in;
}
.w-tab-pane a:hover {
  transform: rotate(-2deg) scale(1.1);
}

.float-ballon-3 .mongolfiere {
  width: 200px;
  position: absolute;
  top: 380px !important;
  left: auto;
  right: 0;
}

.float-ballon-2 .mongolfiere {
  width: 200px;
  position: absolute;
  top: -380px;
  left: auto;
  right: 0;
}

.cloud.cloud-philo-d-2 {
  z-index: -1;
  width: 250px;
  max-width: none;
  top: -160px;
  left: auto;
  right: 10%;
}

.cloud-line-up-d-1 {
  z-index: -1;
  width: 420px;
  max-width: none;
  top: 410px !important;
  left: auto;
  right: -180px;
}

.cloud.cloud-philo-g-1 {
  z-index: -1;
  width: 250px;
  max-width: none;
  top: -480px;
  left: -130px;
  right: auto;
}

.cloud-lineup-g-2 {
  z-index: 99999999999;
  width: 150px;
  max-width: none;
  top: 320px !important;
  left: 180px !important;
  right: auto;
}

.div-block-17 {
  position: relative;
  z-index: 9999999;
}

.cloud.cloud-movie-d-2 {
  z-index: -1;
  width: 400px;
  max-width: none;
  top: 550px;
  left: auto;
  right: -210px;
}

.mb-10 {
  margin-bottom: 10px;
}

/** Loader Bar **/
.loading-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  padding: 0 20px;
}

.loading-bar-track {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 2px;
  box-sizing: border-box;
}

.loading-bar-progress {
  height: 100%;
  width: 0%;
  background: #ffffff;
  border-radius: 3px;
  transition: width 0.3s ease-out;
}

.loading-text {
  margin-top: 15px;
  color: #ffffff;
  font-family: "Neuemontreal", "Impact", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cloud.cloud-2 {
  width: 300px;
  top: 17vh;
  left: auto;
  right: -130px;
}

.cloud.cloud-1 {
  z-index: -9999999;
  width: 420px;
  top: -220px;
  left: 127px;
}

@media screen and (min-width: 1440px) {
  .cloud.cloud-1 {
    left: 330px;
  }
}
.list-item {
  margin-bottom: 5px !important;
  line-height: 90% !important;
}

/** Lineup Card 3D Effect **/
.bloc-img-lineup {
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform;
  overflow: hidden;
  border-radius: 10px;
}

.lineup-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 10;
  border-radius: 10px;
  filter: blur(30px);
}

@media screen and (max-width: 767px) {
  .div-block {
    margin-top: 0;
  }
  .deco.ballon.float-ballon {
    width: 160px;
    top: -170%;
    left: 50%;
  }
  .cloud.cloud-2 {
    width: 240px;
    top: 14vh;
    left: auto;
    right: -170px;
  }
  .cloud.clound-3 {
    z-index: -2;
    width: 300px;
    inset: 90vh 40px auto auto;
  }
  .deco.bird.bird-blue-1 {
    width: 80px;
    top: -190%;
  }
  .deco.bird.bird-blue-2 {
    width: 70px;
    top: -160px;
    left: 61px;
  }
  .avion-wrapper {
    position: relative;
    top: 40px;
  }
  .bloc-img-lineup {
    padding: 1rem;
  }
  .cloud.cloud-philo-g-1 {
    display: none;
  }
  .float-ballon-3 .mongolfiere {
    width: 100px;
    position: absolute;
    top: -150px !important;
    left: 50px;
    right: auto !important;
  }
  .cloud.cloud-philo-d-1,
  .cloud.cloud-movie-d-2 {
    display: none;
  }
  .cloud.cloud-movie-d-1 {
    top: -140px;
    right: -21px;
  }
  #newsletter .cloud.cloud-philo-g-1 {
    z-index: -1;
    width: 180px;
    max-width: none;
    top: -530px;
    left: 160px;
    right: auto;
  }
  .float-ballon-2 .mongolfiere {
    width: 130px;
    position: absolute;
    top: 20px;
    left: auto;
    right: 130px;
  }
  .list-reseaux {
    top: 3px;
  }
  .cloud.cloud-1 {
    width: 250px;
    top: -90px;
    left: 57px;
  }
  .txt-tab {
    font-size: 15px;
  }
}
#w-nav-overlay-0 .combine-nav1_menu {
  background: rgba(255, 255, 255, 0.85);
  min-height: 80vh;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 0 30px 30px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#w-nav-overlay-0 a {
  color: #54aae9;
  text-align: center;
  font-size: 2rem;
}
#w-nav-overlay-0 .w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: -1 !important;
}
#w-nav-overlay-0 .combine-nav1_menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#w-nav-overlay-0 .combine-button-white-small {
  background: #54aae9;
  color: #fff;
  border: 2px solid #54aae9;
}
#w-nav-overlay-0 .combine-button-white-small:hover {
  background: #fff;
  color: #54aae9;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: -1 !important;
}

.menu-icon-close {
  display: none;
}

.menu-icon {
  display: block;
}

.w--open .menu-icon-close {
  display: block;
}
.w--open .menu-icon {
  display: none;
}

.reseaux-header {
  display: none;
  margin: 100px 0 -40px;
}
.reseaux-header .reseaux-b {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.reseaux-header .reseaux-b img {
  width: 40px;
}

.w-nav-overlay .reseaux-header {
  display: block;
}

.combine-nav1_logo-hover {
  opacity: 0;
}

.combine-nav1_logo-link {
  transition: all 0.3s ease;
  position: relative;
  height: 40px;
  width: 50px;
}
.combine-nav1_logo-link:hover .combine-nav1_logo-hover {
  opacity: 1;
}
.combine-nav1_logo-link:hover .combine-nav1_logo {
  opacity: 0;
}

.w--open .combine-nav1_logo-hover {
  display: block;
}
.w--open .combine-nav1_logo {
  display: none;
}

.combine-nav1_logo, .combine-nav1_logo-hover {
  width: 100%;
  height: 100%;
  max-height: 2rem;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avion-sponsor-1 {
  z-index: -1;
  width: 450px;
  max-width: 80%;
  position: absolute;
  top: -40%;
  left: 0%;
  transform: rotate(5deg);
}

/** Fix Safari text overflow **/
.current-txt,
.max-txt-bloc,
.paragraphe-min {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.w-tab-pane {
  min-height: 250px;
}

.combine-nav1_link:hover, .w-nav-link.w--current {
  color: #515496;
}

.list {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 25px;
  list-style-type: none;
}/*# sourceMappingURL=main.css.map */