/* Tablette */
@media screen and (max-width: 1024px) {
    .menu-filtre {
  display: inline-block;
  padding: 8px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  background: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 15px;
}
.bg-carte{
    height: 350px;
}
}

/* Smartphone */
@media screen and (max-width: 767px) {
  .menu-grid-carte {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.menu-grid-carte{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.menu-title{
  font-size: 13px;
}
.menu-item-header{
      flex-direction: column;
}

.menu-description{
  text-align: center;
  margin: auto;
}
.parent-image img.bg-carte {
        height: 250px; /* ajuster selon ton besoin */
    }

    .parent-image h2.parent-title {
        font-size: 25px; /* réduire aussi la taille du titre */
    }
}
