/* compiled by scssphp 1.13.0 on Mon, 15 Dec 2025 14:09:32 +0000 (0.0273s) */

/* Variables */
/** 
 * Breakpoints
 */
/* Extra extra small devices (portrait old phones, less than 375px) */
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, less than 768px) */
/* Medium devices (tablets, less than 992px) */
/* Large devices (desktops, less than 1200px) */
/* Extra Large devices (desktops, less than 1400px) */
/* Espace entre les colonnes */
/** 
 * Font Definition
 */
/* ~ 36px */
/* Same as H1 */
/* Before 1.8 */
/**
 * Color
 */
/**
 * Levels
 */
/**
 * Buttons
 */
/**
 * Notification
 */
/**
 * Form Error
 */
/**
 * Inputs
 */
/**
 * Inputs with floating label
 */
/* default: hide snowflakes wrapper */
.snowflakes {
  position: absolute;
  top: 0;
  left: -9000;
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 20000;
  pointer-events: none;
  /* handle wrapper to follow push left or right when opening nav on mobile */
  /* default styles of a snowflake */
}
.snowflakes.is-active--left {
  left: calc(100% - 80px);
}
.snowflakes.is-active--right {
  left: auto;
  right: calc(100% - 80px);
}
.snowflakes .snowflake {
  --size: 2px;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}
/* snowflake falling animation */
@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
/* generate custom size and position for x snowflakes */
.snowflakes .snowflake:nth-child(1) {
  --size: 4px;
  --left-ini: -7vw;
  --left-end: 2vw;
  left: 51vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -10s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(1) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(2) {
  --size: 3px;
  --left-ini: -5vw;
  --left-end: -3vw;
  left: 48vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -9s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(2) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(3) {
  --size: 3px;
  --left-ini: -6vw;
  --left-end: 0vw;
  left: 43vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -8s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(3) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(4) {
  --size: 3px;
  --left-ini: 1vw;
  --left-end: 4vw;
  left: 11vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(4) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(5) {
  --size: 4px;
  --left-ini: 3vw;
  --left-end: 9vw;
  left: 88vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -7s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(5) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(6) {
  --size: 2px;
  --left-ini: -2vw;
  --left-end: 5vw;
  left: 14vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -7s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(6) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(7) {
  --size: 4px;
  --left-ini: 7vw;
  --left-end: -1vw;
  left: 68vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -2s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(7) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(8) {
  --size: 3px;
  --left-ini: -9vw;
  --left-end: -3vw;
  left: 86vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -7s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(8) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(9) {
  --size: 4px;
  --left-ini: -4vw;
  --left-end: -3vw;
  left: 100vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -10s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(9) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(10) {
  --size: 3px;
  --left-ini: -1vw;
  --left-end: 10vw;
  left: 23vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -6s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(10) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(11) {
  --size: 3px;
  --left-ini: 0vw;
  --left-end: 1vw;
  left: 68vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(11) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(12) {
  --size: 3px;
  --left-ini: -2vw;
  --left-end: 1vw;
  left: 11vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -1s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(12) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(13) {
  --size: 4px;
  --left-ini: 1vw;
  --left-end: 8vw;
  left: 94vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -6s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(13) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(14) {
  --size: 2px;
  --left-ini: -5vw;
  --left-end: -4vw;
  left: 4vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -3s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(14) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(15) {
  --size: 3px;
  --left-ini: -7vw;
  --left-end: -5vw;
  left: 96vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -1s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(15) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(16) {
  --size: 2px;
  --left-ini: 2vw;
  --left-end: 5vw;
  left: 25vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(16) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(17) {
  --size: 3px;
  --left-ini: 3vw;
  --left-end: -1vw;
  left: 45vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(17) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(18) {
  --size: 3px;
  --left-ini: -7vw;
  --left-end: -4vw;
  left: 22vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(18) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(19) {
  --size: 4px;
  --left-ini: -6vw;
  --left-end: 7vw;
  left: 5vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(19) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(20) {
  --size: 4px;
  --left-ini: 0vw;
  --left-end: 5vw;
  left: 11vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -8s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(20) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(21) {
  --size: 4px;
  --left-ini: 8vw;
  --left-end: 2vw;
  left: 4vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(21) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(22) {
  --size: 2px;
  --left-ini: 8vw;
  --left-end: -3vw;
  left: 71vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -6s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(22) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(23) {
  --size: 3px;
  --left-ini: 3vw;
  --left-end: 8vw;
  left: 51vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -7s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(23) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(24) {
  --size: 4px;
  --left-ini: -5vw;
  --left-end: 5vw;
  left: 29vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(24) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(25) {
  --size: 4px;
  --left-ini: -6vw;
  --left-end: -8vw;
  left: 72vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -4s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(25) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(26) {
  --size: 2px;
  --left-ini: 7vw;
  --left-end: 4vw;
  left: 78vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(26) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(27) {
  --size: 3px;
  --left-ini: 3vw;
  --left-end: -7vw;
  left: 39vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(27) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(28) {
  --size: 3px;
  --left-ini: 7vw;
  --left-end: 5vw;
  left: 73vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -7s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(28) {
    --size: 2px;
  }
}
.snowflakes .snowflake:nth-child(29) {
  --size: 2px;
  --left-ini: 4vw;
  --left-end: 7vw;
  left: 60vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(29) {
    --size: 3px;
  }
}
.snowflakes .snowflake:nth-child(30) {
  --size: 3px;
  --left-ini: -2vw;
  --left-end: 4vw;
  left: 8vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -1s;
}
/* lower random snowflake size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake:nth-child(30) {
    --size: 2px;
  }
}
/* lower snowflake default size on mobile */
@media screen and (max-width: 991.98px) {
  .snowflakes .snowflake {
    --size: 1px;
    width: var(--size);
    height: var(--size);
  }
}
/* Browser does support css var and pointer-events none ? Show snowfall */
@supports (pointer-events: none) {
  .snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
  }
}
