/* p, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
} */
#main{
  font-family: "Open Sans", serif;
}
#main h3{
  font-size: 34px;
  font-weight: bold;
  font-family: sans-serif;
}

#main h4{
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
}

#main h5{
  font-size: 16px;
  font-weight: bold;
}
#product h3{
  font-size: 30px;
  font-weight: bold;
}
#product h5{
  font-size: 16px;
  font-weight: bold;
}
.red-text{
  color: #fc464f;
}
#productMain ul{
  list-style: none;
  padding-left:20px;
}
#productMain li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 15px 0 0;
  line-height: 2;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}
/*.btn{
  text-decoration: none;
  font-size: 18px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/
/*.btn img{
  margin-right: 36px;
}
.btn span, .btn:focus span{
  text-align: center;
  width: 70%;
  font-size: 18px;
  flex: 1;
}
.orange-btn{
  height: 54px;
  width: 220px;
  color: #ffffff;
  border-radius: 54px;
  background-color: #f6a723;
}
.orange-btn:focus{
  color: #ffffff;
  background-color: #f6a723;
}
.orange-btn:hover{
  background-color: #f28f17;
  color: #ffffff;
}

.orange-btn:hover span{
  color: #fff;
}

.orange-btn:active{
  background-color: #eb7703;
  color: #ffffff;
}
.orange-btn:active span{
  color: #fff;
}
.green-btn{
  height: 54px;
  width: 220px;
  color: #ffffff;
  border-radius: 54px;
  background-color: #02cb64;
}
.green-btn:focus{
  color: #ffffff;
  background-color: #02cb64;
}
.green-btn:hover{
  color: #ffffff;
  background-color: #01a954;
}

.green-btn:hover span{
  color: #fff;
}

.green-btn:active{
  background-color: #01994a;
}
.green-btn:active span{
  color: #fff;
}
.blue-btn{
  height: 54px;
  width: 220px;
  color: #ffffff;
  border-radius: 54px;
  background-color: #46b1e2;
}
.blue-btn:focus{
  color: #ffffff;
  background-color: #46b1e2;
}
.blue-btn:hover{
  color: #ffffff;
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Title</title>
  <style>
    .header{
      margin: 0 20px;
      transition: .5s;
    }
    .active{
      transform: scale(1.2);
    }
  </style>
</head>
<body>
  <div style="width: 364px;height: 100px;border: 1px solid black;margin: auto;">
    <div id="swiper"  style="display: flex;align-items: center;justify-content: flex-start;margin-left: -128px">
    <img class="header" src="../image-new/peo3.png" alt="">
    <img class="header" src="../image-new/peo1.png" alt="">
    <img class="header active" src="../image-new/peo2.png" alt="">
    <img class="header" src="../image-new/peo3.png" alt="">
    <img class="header" src="../image-new/peo1.png" alt="">
    </div>
  </div>
<a id="click-banner-bottom" href="/purchase.html">
</a>
<link rel="stylesheet" href="https://www.sidify.com/css/bot-banner.css">	
<div class="jw-special-entrance jw-special-entrance--bottom">
<div class="wrapper">
<a class="url" id="click-banner-bottom" href="/purchase.html">
<picture>
<source type="image/webp" srcset="/images-new/promotion-paques-banner-m.webp" media="(max-width: 750px)">
<source type="image/jpg" srcset="/images-new/promotion-paques-banner-m.jpg" media="(max-width: 750px)">
<source type="image/webp" srcset="/images-new/promotion-paques-banner.webp 1x, /images-new/promotion-paques-banner@2x.webp 2x">
<img class="img" src="/images-new/promotion-paques-banner.jpg" srcset="/images-new/promotion-paques-banner@2x.jpg 2x" alt="Promotion de Pâques" height="85" width="1920" />
</picture>
</a>
<span class="close" onClick="JwSpecialEntrance.closeBanner();"></span>
</div>
</div>
<script src="https://www.sidify.com/js-new/banner.js"></script>
</body>
<script src="../js-new/jquery.min.js"></script>
<script>
  $('.header').on('click',function () {
    if($(this).hasClass('active')){
      console.log('active')
      return
    }else {
      $('.active').removeClass('active')
      $(this).addClass('active')
      if ( $( this ).next( 'active' ) ) {
        console.log('next')
        $('#swiper').animate({
          marginLeft:0
        })
        setTimeout(()=>{
          $('#swiper').css({
            marginLeft:'-128px'
          }).prepend($('.header:last'))
          $('.header:first').attr('src', $('.header:nth-child(4)').attr('src'))
          $('.header:last').attr('src', $('.header:nth-child(2)').attr('src'))
        },600)
      }
    }
  })
</script>
</html>  background-color: #259dd5;
}

.blue-btn:hover span{
  color: #fff;
}

.blue-btn:active{
  background-color: #0986bc;
}
.blue-btn:active span{
  color: #fff;
}
.normal-btn{
  height: 54px;
  width: 220px;
  color: #000;
  border-radius: 54px;
  border: 2px solid #c9c9c9;
}
.normal-btn:focus{
  color: #000;
  border: 2px solid #c9c9c9;
}
.normal-btn:hover{
  border-color: #616161;
}

.normal-btn:hover span{
  color: #000;
}

.normal-btn:active{
  border-color: #3d3d3d;
}
.normal-btn:active span{
  color: #000;
}*/
.font-open-sans{
  font-family: "Open Sans", serif;
}
.font-verdana{
  font-family: Verdana, serif;
}
.product-view-header{
  background: linear-gradient(to right, #27a0ce, #4ed5b0);
  width: 100%;
  color: #fff;
  min-height:350px;
}

.product-view-header-title{
  padding-top: 66px;
  padding-bottom: 36px;
  margin:0;
}
.product-view-header-main{
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
}
.product-view-main-recommend{
  border: 1px solid #eeeeee;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#product-view .btn span{
  margin-left: 16px;
}
.product-view-main{
  height: auto;
}
.product-view-main-title{
  margin-top: 140px;
  margin-bottom: 50px;
}
.product-view-main-recommend-logo{
  margin-top: 10px;
  margin-bottom: 45px;
}
.product-view-main-recommend-right{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding:30px;
}
.main-recommend-right-label{
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-view-main-recommend-left{
  background-color: #F4F4F4;
  padding: 30px;
  width: 100%;
}
.product-view-main-recommend-left-main{
  font-size: 14px;
  line-height: 32px;
  color: #555;
}
.product-view-price{
  font-size: 22px;
  font-weight: bold;
  margin-left: 16px;
  margin-top: 36px;
  margin-bottom: 20px;
}
.product-view-price del{
  font-size: 14px;
}
.product-card{
  border: 1px solid #eeeeee;
  border-radius: 20px;
  position: relative;
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 20px;
}
.product-card-label{
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-card-logo{
  margin-top: 32px;
  margin-bottom: 46px;
}
.product-card-main{
  margin-top: 22px;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.product-card-main a{
  text-decoration: none;
  font-size: 14px;
  color: #219aea;
}
.product-accept{
  margin-top: 80px;
}
.product-accept span{
  font-size: 18px;
  color: #555555;
  margin: 0 15px 15px 0;
}
.product-accept img{
  margin:0 15px 15px 0;
}
.product-header{
  background: url("../image-new/Product_background_01.png") center center no-repeat;
  background-size: cover;
}
.product-header > nav{
  margin-bottom: 20px;
}
.product-note{
  color: #fc464f !important;
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 30px;
}
.product-header p{
  font-size: 14px;
  color: #555;
  font-family: Verdana, serif;
}
.product-go-mac{
  text-decoration: underline;
  vertical-align: middle;
  color: #555555;
  margin-left: 5px;
  font-size: 14px;
}
.product-inBtn{
  justify-content: center;
  align-items: flex-start;
  margin-left: 30px;
}
.product-inBtn span, .product-inBtn span:focus{
  position: static;
  width: auto !important;
  line-height: 1.6;
  text-align: left !important;
}
.product-tip-text{
  font-weight: 600;
  text-decoration: underline;
  color: #555555;
  font-size: 14px;
}
.product-logo{
  align-self: center;
}
.nav-active{
  background-color: #fff;
}
.nav-unactivated:hover{
  background-color: #fff;
  height: 90px;
}
.nav-active,.nav-unactivated{
  cursor: pointer;
  color: #555555;
  width: 220px;
  height: 90px;
}
.nav-active:hover,.nav-unactivated:hover{
  color: #555555;
  text-decoration: none;
}
.nav-active img,.nav-unactivated img{
  padding-right: 14px;
  margin-left: 40px;
}
.nav-active span,.nav-unactivated span{
  flex: 1;
}
.product-default-nav{
  font-size: 16px;
  flex-wrap: wrap;
}
.fossBytes{
  padding: 0 20px;
  margin-top: 26px;
  font-family: Verdana,serif;
  font-size: 16px;
  margin-bottom: 100px;
}
.fossBytes img{
  padding-right: 25px;
  vertical-align: text-top;
}
.fossBytes p{
  margin-top: 24px;
  color: #555555;
  line-height: 1.8;
}
.product-function-card{
  margin-bottom: 140px;
}
.product-function-card-main{
  margin-left: 55px;
  align-self: flex-start;
  padding:0 10px;
  transform: translateY(8px);
}
.product-function-card-title{
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 34px;
}
.product-function-card-text{
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-function-card-main li{
  margin-left: 14px;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
}
.product-function-card-main h3{
  align-self: flex-start;
  margin-top: 14px;
}
.product-title{
  font-size: 34px !important;
  margin-top: 80px;
  margin-bottom: 55px;
  text-align: center;
  font-family: sans-serif !important;
}
.product-comparison{
  border: 1px solid #eeeeee;
  border-left: 0;
  border-right: 0;
}
.product-comparison .btn span{
  width: 150px;
}
.product-table-title{
  font-size: 20px;
  font-weight: bold;
}
.product-table-aside{
  font-weight: bold;
}
.product-table-aside span{
  font-size: 14px;
  font-weight: normal;
  color: #555555;
}
.product-feature-big-btn span{
  width: 180px;
}
.product-cell{
  border-bottom: 1px solid #eee;
  margin-right: 10px;
  height: 100%;
}
.product-cell-word{
  color: #555555;
  font-family: Verdana, serif;
}
.cell-deep{
  background-color: #f5f5f5;
}
.product-special-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}
.product-special-card{
  width: 320px;
  border: 1px solid #ececec;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-special-card>img{
  margin: 10px 0 30px 0;
}
.product-special-card-footer{
  height: 50px;
  width: 100%;
  padding: 0 18px;
  background-color: #f5f5f5;
}
.product-special-card-title{
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  text-align: center;
  height: 60px;
  font-family: sans-serif;
}
.product-special-card-title-two{
  margin-top: 0;
}
.product-special-card-word{
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-special-card-price{
  font-size: 18px;
  color: #fe8a0d;
}
.product-special-card-price del{
  font-size: 14px;
  color: #555555;
}
.product-special-card-learn-more{
  font-size: 14px;
  color: #219aea !important;
}
.product-tips-box{
  margin-bottom: 60px;
}
.product-tips-box h3{
  text-align: left;
  margin-bottom: 40px;
  font-family: sans-serif;
  margin-top: 140px;
}
.product-tips-box li{
  line-height: 2.2;
}
.product-tips-box li a{
  color: #555555;
}
.product-tips-box li a:focus{
  color: #2e9aea;
}
#productFixNav{
  position: fixed;
  top: 0;
  display: block;
  z-index: 99;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: .6s;
  background-color: #fff;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
}
.productFixNavLi{
  width: 125px;
  height: 100%;
  color: #555555;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  line-height: 90px;
  text-align: center;
}
.productFixNavLi a{
  color: #555555;
}
.productFixNavLi:hover{
  background-color: #efefef;
}
.productFix-nav-li-active{
  background-color: #efefef;
}
.productFixNav-extra{
  border-left: 1px solid #e5e5e5;
  padding-left: 16px;
  height: 100%;
}
.product-screenShot-title{
  font-size: 26px !important;
  margin-top: 90px;
  font-family: sans-serif !important;
  margin-bottom: 30px;
  text-align: center;
}
.product-screenShot-text{
  font-size: 16px;
  font-family: Verdana, serif;
  color: #555555;
}
.product-screenShot-banner-title{
  font-size: 16px;
  font-family: Verdana, serif;
  color: #555555;
  margin-bottom: 30px;
  text-align: center;
}
.swiper-button-next{
  width: 14px;
  height: 26px;
  background-size:14px 26px;
  background-image: url("../image-new/Next.png");
}
.swiper-button-next:hover{
  background-image: url("../image-new/Next_hover.png");
}
.swiper-button-prev{
  width: 14px;
  height: 26px;
  background-size:14px 26px;
  background-image: url("../image-new/previous-page.png");
}
.swiper-button-prev:hover{
  background-image: url("../image-new/previous-page-hover.png");
}
.product-carousel{
  margin-top: 90px;
}
.product-carousel .carousel-item{
  background-color: #ffffff;
}
.product-guide-tip-box{
  border-radius: 20px;
  padding: 30px 20px;
  border: 1px solid #eeeeee;
  color: #555;
  margin-top: 50px;
  line-height: 1.9;
}
.product-guide-tip-box-tip{
  margin-top: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}
.product-guide-tip-box-tip p{
  font-size: 14px;
  margin-bottom:0;
}
.product-guide-tip-box-btn-box{
  margin-top: 18px;
  flex-wrap: wrap;
}
.product-guide-aside{
  min-width: 310px;
  margin-left: 50px;
  flex: 1;
}
.product-guide-title{
  font-size: 26px !important;
  margin-bottom: 40px;
  line-height: 1.6;
}
.product-tech-title{
  font-size: 26px !important;
  margin-bottom: 28px;
  line-height: 1.6;
}
.product-guide-main-text{
  width: 100%;
}
.product-guide-main-text p{
  font-family: Verdana, serif;
  color: #555555;
  font-size: 16px;
  line-height: 1.5;
}
.faq-title{
  text-align: center;
  font-size: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  font-weight:600
}
.product-guide-img{
  margin-bottom: 24px;
  max-width: 100%;
}
.product-guide-step{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.product-guide-aside-box{
  border-radius: 20px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  margin-bottom: 40px;
}
.product-guide-aside-box-title{
  height: 48px;
  padding-left: 20px;
  background-color: #F4F4F4;
  border: 1px solid #eeeeee;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.product-guide-aside-box-iframe{
  width: 260px;
  margin:20px auto;
}
.product-guide-aside-box-list{
  margin: 10px 0;
  font-size: 16px;
}
.product-guide-aside-box li{
  line-height: 2.3;
}
.product-guide-aside-box li a{
  font-size: 14px;
  color: #555;
  font-family: Verdana, serif;
}
.product-guide-aside-box li a:hover{
  color: #555;
  text-decoration: underline;
}
.product-guide-aside-box li a:active, .product-guide-aside-box li a:focus{
  color: #219aea;
  text-decoration: underline;
}
.product-tech-text-box li{
  font-family: Verdana, serif;
  color: #555555;
  font-size: 16px;
  line-height: 2.2;
}
.product-tech-text-box ul{
  padding-left: 20px;
}
.product-tech-text-box{
  margin-bottom: 80px;
}
.product-tech-text-box p{
  font-family: Verdana, serif;
  color: #555555;
  font-size: 16px;
  line-height: 2.2;
}
.product-tech-between-box{
  width: 100%;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  background-color: #F4F4F4;
}
.product-tech-between-box-right{
  width: 200px;
  font-family: "Open Sans", serif;
  color: #000000;
  height: 100%;
  font-weight: bold;
  line-height: 3;
}
.product-tech-between-box-left{
  padding:18px 22px;
  font-family: Verdana, serif;
  color: #555555;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  flex: 1;
  font-size: 14px;
  line-height: 2;
}
.product-review-title{
  margin-top: 90px;
  padding-bottom: 40px;
  font-size: 34px !important;
  text-align: center;
  font-family: sans-serif !important;
}
.review-box:first-child{
  border-top: 1px solid #e5e5e5;
}
.review-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.review-right{
  padding: 30px 0;
  width: 230px;
  align-items: flex-start;
}
.review-star-box img{
  width: 16px;
  margin-right: 5px;
}
.review-user-name{
  margin: 12px 0 6px 0;
  font-size: 14px;
}
.review-time{
  font-size: 14px;
  color: #555555;
}
.review-left{
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: Verdana, serif;
  color: #555555;
}
#pageControl{
  margin-top: 30px;
}
#pageControl div{
  margin-left: 10px;
  cursor: pointer;
  font-family: Verdana, serif;
}
#pageControl div:hover{
  color: #219aea;
}
.numberPage-active{
  color: #219aea;
}
.swiper-slide img{
  max-width: 100%;
}
.product-addImg{
  align-self: center;
}
@media (max-width: 480px){
  .product-tech-between-box{
    flex-direction: column;
  }
  .product-tech-between-box-left{
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 768px){
  #main h3{
    font-size: 30px;
    font-weight: bold;
  }
  .product-view-header-title{
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .product-view-header-main{
    padding-bottom: 20px;
  }
  .product-view-main-title{
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .product-header-button-group{
    flex-direction: column;
    align-items: flex-start;
  }
  .product-header-button-group .green-btn{
    margin: 0 0 20px 0 !important;
  }
  .product-header-button-group .orange-btn{
    margin: 0 0 20px 0 !important;
  }
  .fossBytes{
    flex-direction: column;
    align-items: flex-start;
  }
  .fossBytes p{
    margin-top: 0;
  }
  .product-comparison-title,.product-comparison{
    display: block;
  }
  .review-left{
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .review-right{
    width: 40%;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none;
  }
}
#productMain .swiper-container{
  margin-top: 50px;
}
@media (max-width: 992px){
  #productFixNav{
    display: none !important;
  }
  .product-view-main-recommend{
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .product-view-main-recommend-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-view-main-recommend-left-button-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-view-main-recommend-left-button-group .green-btn{
    margin: 0 0 20px 0 !important;
  }
   .product-view-main-recommend-left-button-group .orange-btn{
    margin: 0 0 20px 0 !important;
  }
  .product-view-price{
    text-align: center;
    margin-left: 0;
  }
  .product-accept{
    margin-top: 40px;
  }
  .product-logo{
    display: none;
  }
  .product-function-card{
    flex-direction: column;
    margin-bottom: 80px;
  }
  .product-function-card-main{
    margin-left: 0;
  }
  .product-function-card img{
    margin-bottom: 30px;
    max-width: 100%;
  }
  .product-function-card-main ul{
    padding-left: 0;
  }
  .product-function-card-reverse{
    flex-direction: column-reverse;
  }
  .product-title{
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .product-tips-box h3{
    margin-top: 60px;
  }
  .product-tips-box{
    margin-bottom: 0;
  }
  .product-screenShot-title{
    margin-top: 50px;
  }
  .product-guide-aside{
    display: none !important;
  }
  .product-guide-tip-box-btn-box > .btn{
    margin: auto !important;
  }
}
@media (max-width: 720px){
  .product-addImg{
    margin: 30px 180px;
  }
  .nav-active,.nav-unactivated{
    width: 180px;
  }
  .nav-active img, .nav-unactivated img{
    margin-left: 25px;
  }
  .fossBytes{
    margin-bottom: 50px;
  }
}
@media (min-width: 992px){
  .navbar {
    padding:0 20px;
  }
}
.product-header h3{
  font-family: sans-serif;
}
.product-card > h5{
  font-family: sans-serif;
}
