.submenu-titre{
  position: relative;
  max-width: 1180px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.submenu-titre span {
  /*font-family: 'Bookman Old Style', serif;*/
  font-size: 20px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.submenu-titre:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.produits{
  max-width: 1200px;
  margin: auto;
}

.produit{
  cursor: pointer;
  float: left;
  padding: 20px;
  overflow: hidden;
  border-radius: 14px;
}

.produit-texte{
  display: block;
  margin: auto;
	color:#fff;
  height: 50px;
}

.produit-titre{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.produit-description{
  text-align: center;
  font-size: 14px;
}

.produit-image{
  display: block;
  width: 100%;
  height: 200px;
  margin: auto;
  object-fit:contain;
  border-radius: 14px;
  transition: transform .22s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine){
  .produit:hover .produit-image{
    transform: scale(1.08);
  }
}

.panier-fly-image{
  position: fixed;
  z-index: 3000;
  pointer-events: none;
  object-fit: contain;
  border-radius: 14px;
  opacity: .92;
  transition: top .62s cubic-bezier(.22, .75, .2, 1), left .62s cubic-bezier(.22, .75, .2, 1), transform .62s cubic-bezier(.22, .75, .2, 1), opacity .62s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

.panier-receive-bounce{
  animation: panierReceiveBounce .42s ease;
}

.panier-badge-pop{
  animation: panierBadgePop .36s ease;
}

@keyframes panierReceiveBounce{
  0%{ transform: scale(1); }
  35%{ transform: scale(1.12) rotate(-4deg); }
  65%{ transform: scale(.96) rotate(3deg); }
  100%{ transform: scale(1) rotate(0deg); }
}

@keyframes panierBadgePop{
  0%{ transform: scale(1); }
  45%{ transform: scale(1.32); }
  100%{ transform: scale(1); }
}

.article{
  position: relative;
  margin: auto;
  float: center;
  text-align: center;
}

.article-fermer{
  position: absolute;
  top: 0;
  right: 0;
}

.article-texte{

}

.article-titre{
  font-size: 16px;
}

.article-description{
  font-size: 14px;
}

.article-image{
  width: 270px;
  height: 200px;
  margin: auto;
  object-fit: contain;
}

.article-op{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-op-nombre{
  text-align: center;
}

.article-op-image{
  width: 30px;
  height: 30px;
  cursor: pointer; 
  margin: auto; 
}

/* Clearfix (clear floats) */
.produits::after {
  content: "";
  clear: both;
  display: table;
}

/* Dish and category text size +2px */
.submenu-titre span{
  font-size: 22px;
}

.produit-titre{
  font-size: 16px;
}

.produit-description{
  font-size: 16px;
}

.article-titre{
  font-size: 18px;
}

.article-description,
.article-titre-panier{
  font-size: 16px;
}
