#conteneur-product div.titre-filtre{
  height: 50px;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: 2px;      
  font-size: 13px;
}
#conteneur-product div.filtre{
  background-color: #ececec;
  color: #595959;
  margin-bottom: 60px;
  padding: 20px 15px;
}
#conteneur-product div.filtre h2{
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#conteneur-product div.filtre ul li{
  font-size: 13px;
  list-style-type: none;
  line-height: 20px;
}
#conteneur-product div.titre-rayon{
  height: 50px;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: 10px;      
  font-size: 20px;
}
#conteneur-product .encart-produit {
  position: relative;
  height: 450px;
}
#conteneur-product .encart-produit:hover .overlay {
  height: 100%;
  z-index: 10;
}
#conteneur-product div.encart-image-pdt-catalogue{
  overflow: hidden;
  max-height: 250px;
}
#conteneur-product .image-produit-catalogue {
  display: block;
  width: 100%;
}
#conteneur-product .encart-prix-catalogue{
  position: absolute;
  bottom: 0;
}
#conteneur-product .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .8s ease;
}
#conteneur-product .text {
  color: #2b2b2b;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  width: 90%;
}

#conteneur-product .encart-produit span.prix-produit{
  background-color: #fff38f;
  color: #3b3b3b;
  font-weight: bold;
}


#conteneur-product .btn{
  padding: 10px 20px;
  margin-top: 30px;
  background-color: #333;
  color: #f1f1f1;
  border-radius: 0;
  transition: .2s;
}
#conteneur-product .btn:hover, .btn:focus {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}