.swiper-container {
    position: absolute;
    z-index: 50;
    left: 0px;
    right: 0px;
    top: 90vh;
    height: 60px;
    width: 100%;
}
.swiper-container .mouse {
    width: 20px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
 
    position: absolute;
    left: 15px;
 
}
.mouse a {
    display: block;
    height: 45px;
    text-decoration: none;
}
.swiper-container .mouse-wrapper {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
 
    width: 50px;
    height: 50px;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

 .mouse-scroll {
    position: absolute;
    display: block;
    top: 29%;
    left: 65%;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: mouse-scrol-ann 2.5s linear infinite;
  -moz-animation: mouse-scrol-ann 2.5s linear infinite;
  animation: mouse-scrol-ann  2.5s linear infinite;
}
/* SCROLL DOWN BUTTON */
@-webkit-keyframes mouse-scrol-ann {
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes mouse-scrol-ann  {
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }

}
@keyframes mouse-scrol-ann  {
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.Puce2{
    position: absolute;
    left: -2px;
    bottom: -40px;
    font-size: 31px;
    color: #fff;
    -webkit-animation: scroll-down-anim ease-in-out 1s infinite;
    -moz-animation: scroll-down-anim ease-in-out 1s infinite;
    -o-animation: scroll-down-anim ease-in-out 1s infinite;
    animation: scroll-down-anim ease-in-out 1s infinite;
}




.scroll-down {
    color: #323336;
    font-size: 32px;
}




