#theme-footer .footer-img-txt .footer-img {
  max-height: inherit;
}
.post-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes sur desktop */
    gap: 20px;
    list-style: none;
    padding: 0;
}

.post-item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.products-block-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
	margin-bottom:10px;
}

.product-content {
    text-align: center;
}

.post-additional-info {
    font-size: 14px;
    margin-top: 10px;
}

.product-description {
    margin-top: 10px;
    font-size: 14px;
}

/* 🌍 Responsive : 1 colonne en mobile */
@media (max-width: 768px) {
    .post-list-grid {
        grid-template-columns: 1fr; /* Une seule colonne sur mobile */
    }
}
#top-menu {
  text-transform: uppercase;
}
.menu-specials.d-block {
  text-transform: uppercase;
}
#search_widget form i {
  position: relative;
  padding: 0;
  font-size: 14px;
}
#form_1 .page-subheading {
  display: none !important;
}
@media (max-width: 991.98px) {
  #header-container {
    margin-bottom: 25px;
  }
}