

    .slider {
        width: 100%;
        margin: 0px;
    }

    .slick-slide {
      margin: 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
      display: none;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
 .slick-prev{
    position: absolute;
    bottom: -40px;
    top: inherit !important;
    left: calc(50% - 50px);
    /* bottom: 20px; */
    background: url(../Images/PrecPar.png) 50% 50% no-repeat;
    height: 8px;
    width: 28px;
}

.slick-next{
      position: absolute;
      bottom: -40px;
      top: inherit !important;
      right: calc(50% - 20px);
      /* bottom: 20px; */
      cursor: pointer;
      background: url(../Images/SuivantPar.png) 50% 50% no-repeat;
      height: 8px;
      width: 28px;
}
.slick-next:hover{
      background: url(../Images/SuivantParHover.png) 50% 50% no-repeat;
}
 .slick-prev:hover{
    background: url(../Images/PrecParHover.png) 50% 50% no-repeat;
}
.slick-slide {position:relative;}
.slick-prev:before, .slick-next:before{display:none;}



@media screen   and (max-width:767px)        {
.tab-links a {
    padding: 15px 10px;
    display: block;
    font-size: 20px;
}
}
@media screen   and (max-width:480px)        {
 .tab-links li {
    width: calc(100% / 2);
}
}
