body#category .vignette {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 101;
      display: inline-block;
      width:35px;
}


body#category #products .thumbnail-container .product-thumbnail .vignette img {
      display: inline-block;
      width:auto;
      height:auto;
      position:relative;
      margin-bottom:5px;
}

body#category #products .thumbnail-container .product-thumbnail .pictoContainer {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
}

body#category #products .thumbnail-container .product-thumbnail .pictoContainer .picto {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #7b7b7b;
    border-radius:3px;
  }


body#category #products .thumbnail-container .product-thumbnail .pictoContainer .picto.circle {
    border-radius:100%;
}


body#category #products .thumbnail-container .product-thumbnail .pictoContainer .picto.diamond {
    transform:rotate(45deg);
}


body#category #products .thumbnail-container .product-thumbnail  .pictoContainer .marqueName {
  color:#7b7b7b;
  font-size:14px;
    margin-left: 25px;
    width: 175px;
    display: inline-block;
    font-weight:bold;
    top:-2px;
    position:absolute;
    line-height:16px;
}

body#category #products .thumbnail-container .product-thumbnail .overlay {
  height: 40px;
  border-top: 0;
  margin-top: 15px;
  position: absolute;
  width:100%;
  top:-1px;
  left:0;
  z-index: 100;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(0,212,255,0) 100%);
}

body#category #products .thumbnail-container .product-thumbnail .overlay:before {
    display: block;
    background: #fff;
    height: 15px;
    width: 100%;
    content: " ";
    opacity: 0.9;
    top: -15px;
    position: absolute;
}

body#category #products .thumbnail-container .product-thumbnail .speban {
  z-index: 105;
    position: absolute;
    bottom: 40px;
    background: #ffffffd6;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 20px;
}


/* PRODUIT */

body#product .marqueName {
  font-weight: bold;
  color: #888;
  padding-bottom: 2px;
}


body#product .vignette img {
  max-height:40px;
  vertical-align: bottom;
}

body#product .vignette {
  margin-top:10px;
}

body#product .product-prices div.product-price.h5 {
  margin-bottom: 0;
height: 18px;
}
