
.projects .project {
  box-sizing: border-box;
  width: 23%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

.liste-produits.projects .item {
  padding-bottom: 30px;

}

.filters {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  border-bottom: #eeeeee solid 1px;
  margin: 0 20px 40px
}
.filter {
  margin: 0 5px;
}
.filter:hover {
  cursor: pointer;
}

.sec-filter {
  padding-bottom: 60px;
}

.filters li a {
  border: #e4e4e4 solid 1px;
  border-radius: 5px;
  display: block;
  padding: 20px 20px;
  font-size: 16px;
  font-family: Nunito;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
}

.filters  li a.active {
  background-color: #1616e4;
  color: #fff
}

.filters  li a:hover {
  background-color: #1616e4;
  color: #fff
}

.pagination {
  border-top: #eeeeee solid 2px;
  border-bottom: #eee solid 2px;
  padding: 19px 0;
  text-align: center;
  margin: 0 22px
}
.pagination ul {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pagination ul li {
  padding: 0 12px
}
.pagination ul li a {
  color: #5f5957;
  font-size: 16px;
  position: relative;
  padding: 0 6px;
  height: 20px;
    display: block;
}

.pagination ul li a:after {
  content: "";
  border-bottom: #1616e4 solid 2px;
  position: absolute;
  bottom: -20px;
  width: 100%;
  opacity: 0;
  left: 0;
}

.pagination ul li.active a {
  color: #1616e4;
  font-weight: bold;
}

.pagination ul li.active a:after {
  opacity: 1
}

.pagination ul li:hover a {
  color: #1616e4;
  font-weight: bold;
}

.pagination ul li:hover a:after {
  opacity: 1
}
.pagination ul li.prev a {
  background: url(../images/prev1.png) no-repeat center;
  width: 16px;
  height: 14px;
  display: block;
}
.pagination ul li.prev.disable a {
  background-image: url(../images/prev-disable.png);
  cursor: inherit;
}

.pagination ul li.prev a:hover {
  opacity: 0.5
}
.pagination ul li.prev a:after {
  display: none;
}


.pagination ul li.next a {
  background: url(../images/next1.png) no-repeat center;
  width: 16px;
  height: 14px;
  display: block;
}
.pagination ul li.next.disable a {
  background-image: url(../images/next-disable.png);
  cursor: inherit;
}

.pagination ul li.next a:hover {
  opacity: 0.5
}
.pagination ul li.next a:after {
  display: none;
}

.sec-newsletter.pageInt {
  position: relative;
  padding-top: 85px;
  margin-top: 0
}

.sec-newsletter.pageInt:before {
  content: "";
  background: url(../images/bg-atout.jpg);
  display: block;
  width: 100%;
  height: 167px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

#pageInterne .sec-newsletter {
  position: relative;
  padding-top: 85px;
  margin-top: 0
}


#pageInterne .sec-newsletter:before {
  content: "";
  background: url(../images/bg-atout.jpg);
  display: block;
  width: 100%;
  height: 167px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.PageInterne .sec-newsletter {
  position: relative;
  padding-top: 85px;
  margin-top: 0
}


.PageInterne .sec-newsletter:before {
  content: "";
  background: url(../images/bg-atout.jpg);
  display: block;
  width: 100%;
  height: 167px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.liste-produits .inner {
  max-width: 264px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;

 /* min-width: 264px;*/
 /* min-width: 264px;*/
}

/*.liste-produits .item {
    min-width: 264px;
}*/
.liste-produits .img {
  width: 264px
}

.liste-produits.articles__items {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap
  
}
.liste-produits .item {
  margin-bottom: 40px;
}

.blcFilter > div {
  text-align: center;
}


/* DEtails listes*/
.breadcrumb {
  padding: 20px 0
}
.breadcrumb  ul {
  display: flex;
}
.breadcrumb  ul li {
  position: relative;
}
.breadcrumb  ul li a {
  color: #000
}
.breadcrumb  ul li a:hover {
  color: #f70101
}
.breadcrumb  ul li:after {
  content: ">";
  margin: 0 10px
}
.breadcrumb  ul li:last-child:after {
  display: none
}

.sec-details-liste .blcTxt h2 {
  color: #f70101;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: normal;
  border-bottom: #eee solid 1px;
  padding-bottom: 20px;
}

.sec-details-liste .blcTxt h2:after {
  display: none
}
.sec-details-liste .blcTxt h3 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px
}
.sec-details-liste .blcTxt .txt p, .sec-details-liste .blcTxt .txt ul {
  padding-left: 15px
}

.sec-details-liste .blcTxt .txt ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 5px
}

.sec-details-liste .blcTxt .txt ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1616e4;
  position: absolute;
  left: 0;
  display: block;
  top: 10px;
}

.sec-selection.same-cat {
  padding-bottom: 60px;
}

.sec-details-liste .blcTxt {
  padding: 0 30px;
}

.sec-details-liste .blc-img img {
  width: 100%;
}
.sec-details-liste .price-product {
  padding-top: 40px;
  justify-content: space-between;
  align-items: center;
}
.sec-details-liste .price-product .price {
  font-size: 30px;
  color: #000000;
}
.sec-details-liste {
  border-bottom: #eeeeee solid 1px;
  padding-bottom: 45px
}
.sec-details-liste .price-product .shopping-cart {
  width: 176px;
  height: 50px;
  border-radius: 5px;
  background-color: #1616e4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}
.sec-details-liste .price-product .shopping-cart:hover {
  background-color: #f70101
}

.sec-details-liste .price-product .shopping-cart:after {
  content: "";
  background: url(../images/panier-w.png);
  width: 28px;
  height: 26px;
  display: inline-block;
  margin-left: 10px

}
.img-thumb  {
  max-width: 530px;
  margin: 0 auto
}
.img-thumb .img {
  width: 96px;
  height: 96px;
  border: #e4e4e4 solid 1px;
  border-radius: 5px;
  cursor: pointer;
}
.img-thumb .img img {
  border-radius: 5px;
  max-width: 91px;
  margin: 0 auto

}
.img-thumb .item.slick-current .img {
  border-color: #fb8787
}
.img-thumb .img {
  margin: 0 auto
}

.img-thumb .slick-arrow {
  margin-top: -15px;
}

.img-details .img {
  height: 460px;
}
.img-details .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}


@media (max-width:1365px) { 
  .filters li a {
    padding: 20px;
  }
   .filters {
    margin: 0 0 40px
   }
  .sec-details-liste .blcTxt {
    padding: 0 0 0 30px;
  }

}
@media (max-width:1200px) { 
  .projects .project {
    width: 31%
  }
  .filter {
    margin: 0 5px;
  }
  .filters li a {
    padding: 15px 15px;
  }
  .sec-details-liste .price-product .price {
    font-size: 26px;
  }

  .liste-produits .item {
    min-width: inherit;
  }
}

@media (max-width:991px) {  
  .filters {
    flex-flow: row wrap;
    gap:15px;
  }
  .filters li a {
    padding: 15px 15px;
    margin: 0;
  }

  .sec-details-liste .col-md-5 {
    width: 100%;
  }
  .sec-details-liste .col-md-7 {
    width: 100%;
  }
  .sec-details-liste .blcTxt {
    padding: 40px 0 0 0;
  }
  .breadcrumb ul {
    display: flex;
    flex-flow: row wrap;
  }

}

@media (max-width:991px) {  
  .projects .project {
    width: 46%;
  }
   .filters {
    margin: 0 0 40px
   }
  .filters li {
    width: 48%;
  }
  .sec-selection.same-cat {
    padding-bottom: 40px;
  }
  .img-thumb {
    padding: 0 20px
  }


}

@media (max-width:767px) {  
   .filters li {
    width: 48%;
  }
  .filters {
    margin: 0 0 40px
  }
  .sec-details-liste .blcTxt h2 {
    margin-bottom: 20px
  }
  .sec-selection.same-cat {
    padding-bottom: 40px;
  }
  .img-details .img {
    height: 300px;
  }

}

@media (max-width:600px) {  
  .projects .project {
    width: 100%;
  }
  .sec-filter {
    padding-bottom: 40px;
  }
  .filters {
    padding: 20px 0;
    margin-bottom: 20px;
    gap: 10px;
  }
  .filters li {
    width: 100%;
  }
  .liste-produits .item {
    margin-bottom: 20px;
  }
  .sec-details-liste .blcTxt .txt p, .sec-details-liste .blcTxt .txt ul {
    padding-left: 0;
  }
  .sec-details-liste .price-product {
    padding-top: 20px;
    justify-content: start;
    flex-direction: column;
    align-items: baseline;
  }
  .sec-details-liste .price-product .price {
    margin-bottom: 20px
  }



}

