.submenu-titre{
  position: relative;
  max-width: 1180px;
  text-align: center;
  margin: 20px auto;
}

body.pc-menu-list-page .submenu-titre{
  margin: 20px auto;
}

body.pc-menu-list-page .sub_category{
  scroll-margin-top: 28px;
}

.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;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.produit{
  cursor: pointer;
  float: none;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  border-radius: 14px;
  box-sizing: border-box;
}

.produit-texte{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 10px auto 0;
	color:#fff;
  min-height: 60px;
  width: 100%;
}

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

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

.produit-allergenes{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 20px;
  margin-top: 4px;
}

.produit-allergene-icon{
  width: 18px;
  height: 18px;
  padding: 1px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .94);
  object-fit: contain;
}

.produit-image{
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 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-media{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 200px;
  margin: 8px auto 0;
}

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

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

.article-allergenes{
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 50px;
  margin-top: 0;
}

.article-allergenes .produit-allergene-icon{
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.article-image{
  width: 270px;
  height: 200px;
  margin: 0;
  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;
}

.submenu-titre span.loyalty-submenu-title{
  background: #b8872b;
  color: #fff;
}
