#contentCategory .productContainer {
  margin-top: 25px;
  margin-bottom: 60px;
}
/*
 * CATEGORY CONTAINER
 */
#contentCategory .categoryContainer {
  width: 100%;
}
#contentCategory .categoryContainer .categoryDescriptionContainer {
  margin-top: 50px;
  float: left;
  width: 22.75%;
}
#contentCategory .categoryContainer .categoryDescriptionContainer.all {
  display: none;
}
#contentCategory .categoryContainer .categoryDescriptionContainer .categoryDescription {
  display: none;
  opacity: 0;
}
#contentCategory .categoryContainer .categoryDescriptionContainer .categoryTitle {
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  font-size: 24px;
  color: #222222;
}
#contentCategory .categoryContainer .categoryDescriptionContainer .categoryDescriptionText {
  margin-top: 20px;
  font-size: 14px;
}
#contentCategory .categoryContainer .categoryDescriptionContainer .bigButtonOrange {
  margin-top: 30px;
}
#contentCategory .categoryContainer .productContainer {
  float: right;
  width: 77.25%;
  position: relative;
  margin-left: -2%;
}
#contentCategory .categoryContainer .productContainer.all {
  width: 100%;
  float: none;
}
#contentCategory .categoryContainer .productContainer .product {
  margin-left: 2.1%;
  width: 22.5%;
  vertical-align: top;
  margin-top: 15px;
}
#contentCategory .categoryContainer .productContainer .productEnlarged {
  width: 29.2%;
  margin-left: 3.8%;
}
#contentCategory .categoryContainer .productContainer .product.hide {
  display: none;
}
#contentCategory .categoryContainer .productContainer .product a {
  text-decoration: none !important;
  color: #444444 !important;
}
#contentCategory .categoryContainer .productContainer .product a .newIcon {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../png/sprite-hd.png');
  background-size: 124px 552px;
  background-position: -74px -157px;
  margin-bottom: 12px;
  display: block;
  width: 36px;
  height: 17px;
}
#contentCategory .categoryContainer .productContainer .product .productImage {
  height: 200px;
  width: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
}
#contentCategory .categoryContainer .productContainer .product .productTitle {
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  font-size: 18px;
  color: #222222;
  display: block;
  margin-top: 27px;
}
#contentCategory .categoryContainer .productContainer .product.new .productTitle {
  margin-top: 0px;
}
#contentCategory .categoryContainer .productContainer .product .productDescription {
  display: block;
  margin-top: 10px;
  height: 150px;
}
#contentCategory .categoryContainer .productContainer .product .productPictos {
  display: block;
  margin-top: 28px;
}
#contentCategory .categoryContainer .productContainer .product .productPictos > img {
  max-width: 100%;
}
/**
 * ECLAIRAGE
 */
#contentCategoryEclairage .productContainer {
  margin-top: 20px;
  margin-bottom: 30px;
}
#contentCategoryEclairage .productContainer .product {
  vertical-align: top;
}
/**
 * HARNESS SUGGESTION
 */
#contentCategory .harness-finder-suggestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #F4F4F4;
  padding: 24px 0;
  text-align: center;
}
#contentCategory .harness-finder-suggestion__heading {
  font-size: 14px;
  color: #737373;
}
#contentCategory .harness-finder-suggestion__cta {
  margin-top: 16px;
}
