/* --- POPUP --- */#popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.65); display: none; justify-content: center; align-items: center; z-index: 9999;}#popup-box { background: #ffffff; padding: 40px; max-width: 420px; width: 90%; text-align: center; position: relative;}#popup-close { position: absolute; top: 12px; right: 16px; font-size: 22px; cursor: pointer;}
madre logo bluu.jpeg

Contatti

ORARI

 

 

dal Giovedi al Martedì

CHIUSI IL MERCOLEDI'

19:30 - 22:00

 

 

Latina (LT) - Via Armellini, 32 - 04100

 

@madre.ristorante

Instagram:

Madre Ristorante

logo_ridotto_positivo

Facebook:

Telefono:

+39 327 946 1092


facebook
instagram
whatsapp

ristorantemadre.lt@gmail.com

Email:

Madre ristorante ® All Right Reserved | Latina (LT) | P.IVA 03300980590 | Web & Graphic Design - Matteo Mercuri

LA NOSTRA CUCINA PRENDE FORMA DEL TERRITORIO CHE ABITIAMO, DAL RISPETTO PER LA MATERIA E DALLA RESPONSABILITA' DI OGNI SCELTA.


whatsapp image 2026-01-14 at 15.02.346.jpeg

LA CUCINA

Radici antiche e sguardo contemporaneo

gambero rosa.jpeg
ale bottiglia.jpeg

LA CANTINA

Etichette che parlano di territorio, persone e tempo.

whatsapp image 2025-10-12 at 13.16.01.jpeg
tavolo 1.jpeg

IL LUOGO

Un ambiente contemporaneo ed intimo, 

dove ogni dettaglio racconta.

tavolo 2.jpeg

LA NOSTRA REALTÀ

tavolo 2.jpegf0809d0c-0c48-46f4-a8e1-07e771bf517d.jpegimg_1847.jpegwhatsapp%20image%202026-01-14%20at%2015.04.02.jpegmat-530.jpeg

MADRE nasce dal sogno che crede nella forza delle radici e nel valore del presente.
Un ristorante che parla di territorio, rispetto e visione: cucina mediterranea contemporanea, servizio giovane, spirito libero.
MADRE è casa, progetto e promessa.

whatsapp image 2026-01-14 at 15.02.46yyyyyy.jpeg

Prenota

Contattaci via telefono, whatsapp, instagram o mail per prenotare il tuo tavolo

// --- POPUP APERTURA ---window.addEventListener("load", function () { if (!localStorage.getItem("popupSeen")) { setTimeout(function () { var popup = document.getElementById("popup-overlay"); if (popup) { popup.style.display = "flex"; localStorage.setItem("popupSeen", "true"); } }, 800); }});document.addEventListener("click", function (e) { if (e.target.id === "popup-close" || e.target.id === "popup-overlay") { var popup = document.getElementById("popup-overlay"); if (popup) popup.style.display = "none"; }});