.swiper-container {
    position: absolute;
    z-index: 50;
    /* left: 0px; */
    left: 00px;
    bottom: 150px;
    height: 7vh;
    /* width: 100%; */
    z-index: 99999999;
}
.swiper-container .mouse {
    width: 60px;
    height: 70px;
    /* border: 2px solid #fff; */
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    position: absolute;
    /* left: 15px; */
}
.mouse a {
    display: block;
    height: 70px;
    text-decoration: none;
    width: 60px;
}
.swiper-container .mouse-wrapper {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    /* left: 0; */
    left: 30px;
    width: 34px;
    height: 6vh;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 3vh;
}

 .mouse-scroll {
    position: absolute;
    display: block;
    top: 29%;
    left: 65%;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 -4px;
  background: #c72023;
  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: 40%;
  }
  60% {
    opacity: 1;
    top: 55%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.Puce2{
    position: absolute;
    /* left: -2px; */
    text-align: center;
    /* bottom:  40px; */
    font-size: 24px;
    color: #fff;
    -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 {
    color: #fff;
    font-size: 15px;
-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;
}





@media screen and (max-width:1400px) {
.swiper-container .mouse-wrapper {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    left: 30px;
    right: 0;
    width: 34px;
    height: 13vh;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 3vh;
}

}
















