.menu-it:hover,
.menu-item:hover {
  transform: translateY(-5px);
}
.menu-3-title {
  margin-bottom: 40px;
}
.menu-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 300px;
}
.menu-it {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 250px;
}

.menu-3-title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #e64a19;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu-item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.menu-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.menu-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.menu-item-price {
  font-size: 18px;
  color: #e3000e;
}
.menu-item-desc {
  font-size: 16px;
  color: #666;
  margin-top: 8px;
}
.w-90 {
  width: 90%;
}
.meat {
  margin-top: 40px;
  width: 100%;
}
.adjust {
  position: absolute;
  bottom: 35px;
}
.menu-titre {
  text-align: center;
  color: #e3000e;
  font-size: xx-large;
}
.mw-1950 {
  max-width: 1950px;
}
.tel-jaune {
  font-size: 24px;
  color: #f7be27;
}
