/*$pink:          #e31776;was previous value*/
/* line 4, ../sass/produits_index.scss */
.filtre_block {
  padding: 0 30px 0 0;
}
/* line 6, ../sass/produits_index.scss */
.filtre_block .filtre_bloc {
  padding: 10px 10px 10px 0;
  border: 1px solid #d6d6d6;
}
/* line 9, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .filtre_left {
  text-transform: uppercase;
  font-size: 14px;
}
/* line 13, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block {
  margin: 10px 0 15px;
}
/* line 15, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block h5 {
  font-size: 16px;
  font-weight: 600;
  color: #F991A2;
  border-bottom: 2px solid #F991A2;
  padding: 0 0 7px 0;
}
/* line 22, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block label {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 0 0 0 25px;
}
/* line 27, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block label:hover {
  cursor: pointer;
}
/* line 30, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block label input {
  position: relative;
  left: -9999px;
  float: right;
}
/* line 36, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block label i.check {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
}
/* line 42, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block label i.check::before {
  content: "\f096";
}
/* line 46, ../sass/produits_index.scss */
.filtre_block .filtre_bloc .attributs_block label input[type="checkbox"]:checked + i.check::before {
  content: "\f046";
}

/* line 53, ../sass/produits_index.scss */
.col-sm-9 .produit {
  border-left: 1px solid #d6d6d6;
}
/* line 55, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(4n + 1) {
  clear: inherit;
}
/* line 57, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(4n + 1):after {
  width: 0;
}
/* line 61, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(3n + 1) {
  clear: inherit;
}
/* line 63, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(3n + 1):after {
  width: 0;
}
/* line 67, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(2n + 1) {
  clear: inherit;
}
/* line 69, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(2n + 1):after {
  width: 0;
}
/* line 73, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(1n + 1) {
  clear: inherit;
}
/* line 75, ../sass/produits_index.scss */
.col-sm-9 .produit:nth-child(1n + 1):after {
  width: 0;
}

progress {
  -webkit-appearance: none;
  margin : 10px 0px;
  color:#F991A2;
  margin-bottom : 40px;
}

::-webkit-progress-bar {
  background-color: #ccc;
}

::-webkit-progress-value {
  background-color: #F991A2;
}

.plus_produits {
  padding: 20px;
  font-size: 15px;
  color : #fff;
}

#produits {
  max-width: 1640px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  gap: 15px;
  justify-content: center;
}

#produits .produit {
  padding: 0;
  max-width : 400px;
  border : 0;
}

#produits .produit .produit-infos {
  padding : 0 25px 0px 35px;
  text-align: left;
}


/**
 * Responsive
 */
@media screen and (min-width: 1200px) {
  /* line 85, ../sass/produits_index.scss */
  .produit {
    width: 277px;
    float: left;
  }

  /* line 89, ../sass/produits_index.scss */
  .caret_attribut {
    display: none;
  }

  /* line 92, ../sass/produits_index.scss */
  .col-sm-9 .produit {
    width: 275px;
  }
  /* line 94, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(3n + 1), .niveau_1 h2 + .produit {
    border: none !important;
    clear: both !important;
  }


  /* line 97, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(3n + 1):after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 300%;
    border-bottom: 1px solid #d6d6d6;
  }

  /* line 107, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 112, ../sass/produits_index.scss */
  .produit {
    width: 227px;
    float: left;
  }

  /* line 116, ../sass/produits_index.scss */
  .caret_attribut {
    display: none;
  }

  /* line 119, ../sass/produits_index.scss */
  .col-sm-9 .produit {
    width: 225px;
  }
  /* line 121, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(3n + 1) {
    border: none;
    clear: both;
  }
  /* line 124, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(3n + 1):after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 300%;
    border-bottom: 1px solid #d6d6d6;
  }

  /* line 134, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #produits .produit {
    width : 49%;
    margin-top : 0;
  }
  /* line 139, ../sass/produits_index.scss */
  .produit {
    width: 230px;
    float: left;
  }

  #produits .produit .produit-image img {
    width : 100%;
  }

  #h #produits .produit .produit-infos .btn-more {
    margin-top : 0;
  }

  /* line 143, ../sass/produits_index.scss */
  .caret_attribut {
    display: none;
  }

  /* line 146, ../sass/produits_index.scss */
  .col-sm-9 .produit {
    width: 255px;
  }
  /* line 148, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(2n + 1) {
    border: none;
    clear: both;
  }
  /* line 151, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(2n + 1):after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 200%;
    border-bottom: 1px solid #d6d6d6;
  }

  /* line 161, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc {
    padding: 10px;
  }
}
/* Tablette portrait */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 168, ../sass/produits_index.scss */
  .filtre_bloc {
    display: block;
  }

  /* line 172, ../sass/produits_index.scss */
  #contenu .filtres {
    display: block;
  }
  /* line 174, ../sass/produits_index.scss */
  #contenu .filtres .filtre_bloc {
    display: inline-block;
  }
  /* line 176, ../sass/produits_index.scss */
  #contenu .filtres .filtre_bloc.pages_bloc {
    display: none;
  }
  /* line 181, ../sass/produits_index.scss */
  #contenu #filtre_tri_responsive {
    text-transform: uppercase;
    font-size: 14px;
  }

  /* line 186, ../sass/produits_index.scss */
  .produit {
    width: 200px;
    float: left;
  }

  /* line 190, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc {
    border: 0 none #d6d6d6;
  }
  /* line 193, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc .attributs_block h5 {
    border-bottom: 0 none #F991A2;
  }
  /* line 195, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc .attributs_block h5:hover {
    cursor: pointer;
  }
  /* line 199, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc .attributs_block .list_block {
    display: none;
  }

  /* line 204, ../sass/produits_index.scss */
  .col-sm-9 .produit {
    width: 200px;
  }
  /* line 206, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(2n + 1) {
    border: none;
    clear: both;
  }
  /* line 209, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(2n + 1):after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 200%;
    border-bottom: 1px solid #d6d6d6;
  }
}
/* Mobile */
@media screen and (max-width: 479px) {
  /* line 223, ../sass/produits_index.scss */
  .filtre_bloc {
    display: block;
  }

  /* line 227, ../sass/produits_index.scss */
  #contenu .filtres {
    display: block;
  }
  /* line 229, ../sass/produits_index.scss */
  #contenu .filtres .filtre_bloc {
    display: inline-block;
  }
  /* line 231, ../sass/produits_index.scss */
  #contenu .filtres .filtre_bloc.pages_bloc {
    display: none;
  }
  /* line 236, ../sass/produits_index.scss */
  #contenu #filtre_tri_responsive {
    text-transform: uppercase;
    font-size: 14px;
  }

  /* line 241, ../sass/produits_index.scss */
  .produit {
    width: 100%;
    float: left;
  }

  /* line 245, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc {
    border: 0 none #d6d6d6;
  }
  /* line 248, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc .attributs_block h5 {
    border-bottom: 0 none #F991A2;
  }

  .filtre_block .filtre_bloc .attributs_block {
    margin: 10px 15px 15px 0px;
    display: inline-block;
    vertical-align: top;
  }
  /* line 250, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc .attributs_block h5:hover {
    cursor: pointer;
  }
  
  /* line 254, ../sass/produits_index.scss */
  .filtre_block .filtre_bloc .attributs_block .list_block {
    display: none;
  }

  /* line 259, ../sass/produits_index.scss */
  .col-sm-9 .produit {
    width: 100%;
  }
  /* line 261, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(1n + 1) {
    border: none;
    clear: both;
  }
  /* line 264, ../sass/produits_index.scss */
  .col-sm-9 .produit:nth-child(1n + 1):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
}
/* line 280, ../sass/produits_index.scss */
body[class*='perron-rigot_local'] .filtre_block .filtre_bloc .attributs_block h5,
body[class*='perron-rigot_co_uk'] .filtre_block .filtre_bloc .attributs_block h5, body[class*='perron-rigot_ca'] .filtre_block .filtre_bloc .attributs_block h5, body[class*='perron-rigot_us'] .filtre_block .filtre_bloc .attributs_block h5 {
  color: #dc1b71;
  border-bottom: 2px solid #dc1b71;
}
@media screen and (max-width: 767px) {
  /* line 286, ../sass/produits_index.scss */
  body[class*='perron-rigot_local'] .filtre_block .filtre_bloc .attributs_block h5,
  body[class*='perron-rigot_co_uk'] .filtre_block .filtre_bloc .attributs_block h5, body[class*='perron-rigot_ca'] .filtre_block .filtre_bloc .attributs_block h5, body[class*='perron-rigot_us'] .filtre_block .filtre_bloc .attributs_block h5 {
    border-bottom: 0 none #dc1b71;
  }
}