.footer__wrapper__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer {
    background: #2D3436 !important;
    padding: 60px 0 40px;
}

a.footer__wrapper__left__primary__ul__li__link {
    color: white !important;
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
  border-radius:25px;
  border:2px solid #DCB253;
}

.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
  border-radius:20px;
}

.wizi-img__content__wrapper__icon {
    display: none !important;
}

.body #hover-add-cart-btn {
    background: #2D3436 !important;
}

.foodtruck .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #2d3436d1 !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.prod-list__left {
    background-color: #2d3436d1;
    border-radius: 25px;
    padding: 1rem;
  box-shadow: #DCB253 1.95px 1.95px 2.6px;
}

.cattexte span.wizi-wrapper__background {
    border-radius: 25px;
    box-shadow: #DCB253 1.95px 1.95px 2.6px;
}

.pourquoi .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: #DCB253;
}

@media (min-width: 720px) {
.prod-infos__desc {
        background-color: #2d3436d1;
    border-radius: 25px;
    padding: 1rem;
  box-shadow: #DCB253 1.95px 1.95px 2.6px;
}
    .prod-carac {
        max-width: 950px;
        margin: 0 auto;
        padding: 0 0 60px;
        margin-bottom: 60px;
        border-bottom: 0px solid #dce5e9!important;
    }

  .prod-carac__wrapper {
    background-color: #2d3436d1;
    border-radius: 25px;
    padding:1rem;
    box-shadow: #DCB253 1.95px 1.95px 2.6px;
}
  
}