/*** <--- CONTAINER ---> ***/
body {
  overflow-x: hidden;
}

/*** <--- PARTICLES ---> ***/
.bottom-particles {
  position: fixed;
  top: 0;
  left: 0;
  /* width: 100%; */
}
.bottom-particles .bubble {
  opacity: 0;
  position: fixed;
  top: 1rem;
}
.bottom-particles .bubble:nth-child(1) {
    background-clip:content-box;
  background-image: url("/medias/leaves/background_leave_1.png");
  background-size: 100% 100%;
  max-width: 100px;
  max-height: 54px;
width: 19vw;
  height: 9vw;
  left: 51%;
  -webkit-animation: blow 8012ms infinite;
          animation: blow 8012ms infinite;
  -webkit-animation-delay: 5596ms;
          animation-delay: 5596ms;
}
.bottom-particles .bubble:nth-child(2) {
    background-clip:content-box;
background-image: url("/medias/leaves/background_leave_2.png");
  background-size: 100% 100%;
width: 9vw;
  height: 19vw;
    max-width: 54px;
  max-height: 100px;
  left: 76%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11753ms;
          animation-delay: 11753ms;
}
.bottom-particles .bubble:nth-child(3) {
  background-size: 100% 100%;
    width: 19vw;
  height: 9vw;
      max-width: 100px;
  max-height: 54px;
    background-image: url("/medias/leaves/background_leave_3.png");
  left: 87%;
   -webkit-animation: blow 8617ms infinite;
          animation: blow 8617ms infinite;
   -webkit-animation-delay: 542ms;
          animation-delay: 542ms;
}
.bottom-particles .bubble:nth-child(4) {
  background-size: 100% 100%;
        background-image: url("/medias/leaves/background_leave_4.png");
    width: 19vw;
  height: 8vw;
      max-width: 100px;
  max-height: 54px;
  left: 64%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5750ms;
          animation-delay: 5750ms;
}
.bottom-particles .bubble:nth-child(5) {
  background-size: 100% 100%;
        width: 19vw;
  height: 8vw;
      max-width: 100px;
  max-height: 54px;
        background-image: url("/medias/leaves/background_leave_5.png");
  left: 7%;
  -webkit-animation: blow 7173ms infinite;
          animation: blow 7173ms infinite;
  -webkit-animation-delay: 5881ms;
          animation-delay: 5881ms;
}
.bottom-particles .bubble:nth-child(6) {
  background-size: 100% 100%;
    width: 19vw;
  height: 8vw;
      max-width: 100px;
  max-height: 54px;
    background-image: url("/medias/leaves/background_leave_1.png");
  left: 77%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1795ms;
          animation-delay: 1795ms;
}
.bottom-particles .bubble:nth-child(7) {
  background-size: 100% 100%;
width: 8vw;
  height: 19vw;
      max-width: 54px;
  max-height: 100px;
    background-image: url("/medias/leaves/background_leave_2.png");
  left: 19%;
  -webkit-animation: blow 11078ms infinite;
          animation: blow 11078ms infinite;
  -webkit-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.bottom-particles .bubble:nth-child(8) {
  background-size: 100% 100%;
width: 19vw;
  height: 8vw;
      max-width: 100px;
  max-height: 54px;
    background-image: url("/medias/leaves/background_leave_3.png");
  left: 12%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7683ms;
          animation-delay: 7683ms;
}
.bottom-particles .bubble:nth-child(9) {
  background-size: 100% 100%;
width: 19vw;
  height: 8vw;
      max-width: 100px;
  max-height: 54px;
    background-image: url("/medias/leaves/background_leave_4.png");
  left: 98%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4976ms;
          animation-delay: 4976ms;
}
.bottom-particles .bubble:nth-child(10) {
  background-size: 100% 100%;
width: 19vw;
  height: 8vw;
      max-width: 100px;
  max-height: 54px;
    background-image: url("/medias/leaves/background_leave_5.png");
  left: 28%;
  -webkit-animation: blow 12365ms infinite;
          animation: blow 12365ms infinite;
  -webkit-animation-delay: 11766ms;
          animation-delay: 11766ms;
}


@-webkit-keyframes blow {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 0.5;
  }
  99% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(0, 100vh) scale(0.2);
  }
}

@keyframes blow {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 0.5;
  }
  99% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(0, 100vh) scale(0.2);
  }
}