/*custom style*/
.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}
.navbar-dark.bg-dark{
    background-color: transparent!important;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.navbar-dark.bg-dark.navbar-color{
   background-color: #f11d07!important;
    position: relative;
    z-index: 9;
    width: 100%;
}

.header-mashead .et_parallax_bg_wrap:before{
    content: "";
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: relative;
}
.bloc-home .product.type-product .et_shop_image{
    height: 250px;
}
.bloc-home .product.type-product .et_shop_image img{
    height: 250px;
}