.swiper-container {
    position: absolute;
    z-index: 50;
    left: 0px;
    right: 0px;
    bottom: -45px;
    width: 100%;
    height: 90px;
    z-index: 9999;
    display: block;
    z-index: 99;
}
.swiper-container .mouse {

 
}
.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: 90px;
    height: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #234e9f;
    background: #edecec;
}

 .mouse-scroll {
    position: absolute;
    display: block;
    top: 29%;
    left: 65%;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 -4px;


  -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: 10%;
  }
  40% {
    opacity: 1;
    top:15%;
  }
  60% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 10%;
  }
}
@-moz-keyframes mouse-scrol-ann  {
  0% {
    opacity: 1;
    top: 10%;
  }
  40% {
    opacity: 1;
    top:15%;
  }
  60% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 10%;
  }

}
@keyframes mouse-scrol-ann  {
  0% {
    opacity: 1;
    top: 10%;
  }
  40% {
    opacity: 1;
    top:15%;
  }
  60% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 10%;
  }
}
.mouse1 a{
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-family: 'Futura Bk BT';
    -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;
    background: url(../Images/IconSourie.png) bottom center  no-repeat;
    text-decoration: none;
    width: 42px;
}




.scroll-down {


-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;
}

.mouse1 a {
    display: table;
    width: 21px;
    height: 40px;
    position:relative;
    margin: auto;
}

.mouse1 {
    display: block;
    width: 100%;
    height: 100%;
}


.swiper-container .mouse-wrapper {
    /* margin: 0 auto; */
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;

}





@media screen and (max-width:768px){
.swiper-container {display:none !important;}
}


