.restaurant-content{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2rem}.restaurant-text{flex:1;min-width:300px}.restaurant-image{flex:1;min-width:300px}.responsive-img{width:100%;border-radius:8px;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.menus-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.menu-item{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgb(0 0 0 / .1);padding:1.5rem;flex:1 1 300px}.menu-item h3{color:var(--primary-color);margin-bottom:.5rem}.horaires-grid{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.horaire-item{text-align:center}