.particles-container {
  position: relative;
  z-index: 2;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 5;
}

.cat-particles {
  position: relative;
  z-index: 7;
}

.particles-container {
    background: rgb(144,202,249);
    background: -webkit-linear-gradient(168deg, rgba(144,202,249,1) 0%, rgba(66,165,245,1) 50%);
    background: -o-linear-gradient(168deg, rgba(144,202,249,1) 0%, rgba(66,165,245,1) 50%);
    background: linear-gradient(168deg, rgba(144,202,249,1) 0%, rgba(66,165,245,1) 50%);
}

.decouvrir-call-to-action {
    position: relative;
    z-index: 10;
}