    :root{
      --paper:#f6eee3;
      --paper2:#f2e6d7;
      --ink:#2b1a1a;
      --muted:#6b4b4b;
      --brand:#6b1d1b;
      --brand2:#8a2a2a;
      --line:#e6d5c4;
      --chip:#f0dfcf;
      --shadow: 0 10px 28px rgba(0,0,0,.12);
      --radius:18px;
      --radius2:14px;

      
      --bg: var(--paper);
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
      background:var(--bg);
      color:var(--ink);
      overflow-x:hidden;
    }


.container{
 
  max-width: 1400px;
  margin: 0 auto;
  padding: 18px 22px 86px; 
}

svg{width:1em;height:1em;display:inline-block;vertical-align:middle}

.sub svg,
.mini svg,
.details-top svg,
.details-head svg,
.details-rating svg,
.slots-line svg{width:18px;height:18px;flex:0 0 auto}

    /* ====== LAYOUT FULL WIDTH ====== */
    .app{
      min-height:100vh;
      width:100%;
      background:var(--paper);
      position:relative;
    }

   
    .app::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      opacity: .08;
      transform: rotate(-6deg);
      transform-origin: center;
      background-repeat: no-repeat;
    }
    .app.is-list::before,
    .app.is-calendar::before{
      background-image:
        url("../assets/bg_pizza.png"),
        url("../assets/bg_pizza.png");
      background-size: 560px, 640px;
      background-position: 8% 20%, 78% 64%;
    }
    .app.is-details::before{
      background-image:
        url("../assets/bg_pizza.png"),
        url("../assets/bg_cheers.png");
      background-size: 620px, 520px;
      background-position: 10% 22%, 76% 36%;
    }

   
    .nav, .container, .toast, .modal, .footer{ position:relative; z-index:1; }


    .navigation-principale {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100px;
      padding: 0 5%;
      background-color: var(--paper); 
  }
  
  .liens-navigation {
      display: flex;
      gap: 25px;
  }
  

  .burger-menu {
      display: none; 
      background: none;
      border: none;
      color: var(--brand); 
      font-size: 1.5rem;
      cursor: pointer;
  }
  
  .bouton-icone-profil {
      font-size: 1.4rem;
      color: var(--brand);
  }
  
  .lien-mobile-uniquement { display: none; }
  
  @media (max-width: 768px) {
      .burger-menu { display: block; }
      .utilisateur-bouton { display: none; }
  
      .liens-navigation {
          display: none;
          flex-direction: column;
          position: absolute;
          top: 100px;
          left: 0;
          width: 100%;
          background: var(--paper);
          padding: 20px;
          text-align: center;
          box-shadow: 0 10px 15px rgba(0,0,0,0.1);
          z-index: 1000;
      }
  
      .liens-navigation.active { display: flex; }
  
      .lien-mobile-uniquement { 
          display: block !important; 
          margin-top: 15px;
          font-weight: bold;
      }
  }
.ico{
  display:inline-block;
  vertical-align:-0.15em;
  flex:0 0 auto;
}

/* Étoile (avis)  */
.star-ico{color:#f2c94c}

.logo-section { flex: 0 0 auto; }
.logo-section img { height: 60px; display: block; }

nav {
    
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 640px;
    margin: 0 auto;
}

nav a {
    text-decoration: none;
    color: var(--ink); 
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.2s;
    padding: 8px 10px;
    border-radius: 999px;
}

nav a:focus-visible{
  outline: 2px solid rgba(107,29,27,.35);
  outline-offset: 2px;
}

nav a:hover { 
    color: var(--brand); /* Rouge bordeaux */
}

.nav-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

/* ====== NAVBAR MOBILE (Burger) ====== */
.nav-burger{
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  border-radius:12px;
  cursor:pointer;
  padding:10px;
}

.nav-burger:focus-visible{
  outline: 2px solid rgba(107,29,27,.35);
  outline-offset: 2px;
}

.nav-burger span{
  display:block;
  height:2px;
  width:100%;
  background: var(--ink);
  border-radius:999px;
  margin:6px 0;
}

.nav-overlay{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.35);
  z-index: 999;
}

.mobile-menu{
  position:fixed;
  top:12px;
  right:12px;
  width:min(92vw, 360px);
  background: var(--paper);
  border: 1px solid rgba(107,29,27,0.15);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  z-index: 1000;
  overflow:hidden;
}

.mobile-menu__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 14px;
  font-weight: 1000;
  color: var(--brand);
  border-bottom: 1px solid rgba(107,29,27,0.12);
}

.mobile-menu__close{
  width:40px;
  height:40px;
  border-radius:12px;
  border: 1px solid rgba(107,29,27,0.20);
  background: rgba(107,29,27,0.06);
  cursor:pointer;
  font-size: 26px;
  line-height: 1;
  color: var(--brand);
}

.mobile-menu__links{
  display:flex;
  flex-direction:column;
  padding:10px;
}

.mobile-menu__links a{
  text-decoration:none;
  color: var(--ink);
  font-weight: 700;
  padding:12px 12px;
  border-radius: 14px;
}

.mobile-menu__links a:hover,
.mobile-menu__links a:focus-visible{
  background: rgba(107,29,27,0.07);
  color: var(--brand);
  outline: none;
}

@media (max-width: 1100px){
  nav{gap:14px; max-width: 560px;}
  nav a{font-size: .95rem; padding: 7px 9px;}
}

@media (max-width: 820px){
  /* On passe en burger */
  nav.nav-links{display:none;}
  .nav-burger{display:inline-flex; align-items:center; justify-content:center;}
  header{height:64px; padding:0 16px;}
  .logo-section img{height:48px;}
}

.nav-right i { 
    font-size: 1.4rem; 
    color: var(--brand); 
}
    /* ====== LIST VIEW TOP AREA ====== */
    .top-grid{
      display:grid;
    
      grid-template-columns: minmax(0, 1fr) 300px;
      gap:14px;
      align-items:start;
      margin-top:6px;
    }

    .searchbar{
      height:44px;
      border-radius: 999px;
      background: #5b1816;
      display:flex;
      align-items:center;
      padding:0 12px;
      gap:10px;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    }
    .searchbar input{
      flex:1;height:34px;border:0;outline:0;
      background:transparent;color:#fff;
      font-size:14px;padding:0 8px;
    }
    .searchbar input::placeholder{color:rgba(255,255,255,.78)}
    .searchbtn{
      width:34px;height:34px;border-radius:999px;
      border:0;cursor:pointer;
      background: rgba(255,255,255,.14);
      display:grid;place-items:center;color:#fff;
      transition:.2s;
    }
    .searchbtn:hover{background: rgba(255,255,255,.20)}
    .searchbtn:active{transform:translateY(1px)}
    .map{
      margin-top:10px;
      border-radius: var(--radius);
      border:1px solid var(--line);
      overflow:hidden;
  
      height: 420px;
      background:#eee;
      position:relative;
      box-shadow: var(--shadow);
    }

    @media (max-width: 1100px){
      .top-grid{grid-template-columns: minmax(0,1fr) 280px;}
      .map{height: 360px;}
    }
    @media (max-width: 900px){
      .top-grid{grid-template-columns: 1fr;}
      .map{height: 320px;}
    }
    .map #map{width:100%;height:100%;}
    .map .leaflet-container{
      width:100%;height:100%;
      filter: grayscale(1) contrast(1) brightness(1.06);
    }
    .leaflet-popup-content button.map-open{
      margin-top:8px;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid rgba(107,29,27,.45);
      background:rgba(107,29,27,.18);
      color:var(--brand);
      font-weight:900;
      cursor:pointer;
    }
    .leaflet-popup-content button.map-open:hover{background:rgba(107,29,27,.24)}

    /* ====== FILTERS ====== */
    .filters{
      border-radius: var(--radius);
      border:1px solid var(--line);
      background: rgba(255,255,255,.35);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .filters .head{
      background:#5b1816;
      color:#fff;
      padding:12px 14px;
      font-weight:900;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
    }
    .filters .head small{
      font-weight:700; opacity:.85;
      cursor:pointer;
      text-decoration:underline;
    }
    .filters .body{
      padding:12px 14px 14px;
      display:grid;
      gap:12px;
    }
    .filters .row{
      display:grid;
      gap:8px;
    }
    .filters label{
      display:flex; align-items:center; gap:10px;
      font-size:12px; color:var(--muted);
      user-select:none;
    }
    input[type="checkbox"]{accent-color: var(--brand);}

  
    input[type="range"]{
      -webkit-appearance:none;
      appearance:none;
      width:100%;
      height:22px; 
      background:transparent;
      margin:0;
    }
  
    input[type="range"]::-webkit-slider-runnable-track{
      height:6px;
      background: rgba(107,29,27,.25);
      border-radius:999px;
    }
    input[type="range"]::-webkit-slider-thumb{
      -webkit-appearance:none;
      width:18px;height:18px;
      border-radius:999px;
      background: var(--brand);
      border:3px solid rgba(255,255,255,.95);
      box-shadow: 0 6px 12px rgba(0,0,0,.18);
      margin-top:-6px; 
    }
    
    input[type="range"]::-moz-range-track{
      height:6px;
      background: rgba(107,29,27,.25);
      border-radius:999px;
    }
    input[type="range"]::-moz-range-thumb{
      width:18px;height:18px;
      border-radius:999px;
      background: var(--brand);
      border:3px solid rgba(255,255,255,.95);
      box-shadow: 0 6px 12px rgba(0,0,0,.18);
    }
    input[type="range"]::-moz-range-progress{
      height:6px;
      background: rgba(107,29,27,.35);
      border-radius:999px;
    }

    .seg{
      display:flex; gap:8px; flex-wrap:wrap;
    }
    .pill{
      border-radius:999px;
      border:1px solid rgba(107,29,27,.22);
      background: var(--chip);
      color: var(--brand);
      font-weight:900;
      font-size:11px;
      padding:7px 10px;
      cursor:pointer;
      transition:.18s;
    }
    .pill:hover{filter:brightness(.98)}
    .pill.is-on{background: var(--brand); color:#fff; border-color: var(--brand);}

    .range{
      display:flex; gap:10px; align-items:center;
      font-size:12px; color:var(--muted);
    }
    .range input{width:100%}

    .filters .actions{
      display:flex; gap:10px; justify-content:center;
      margin-top:4px;
    }
    .btn{
      border:0;
      border-radius: 999px;
      padding:10px 14px;
      font-weight:900;
      font-size:12px;
      cursor:pointer;
      transition:.18s;
      white-space:nowrap;
    }
    .btn-primary{background: var(--brand); color:#fff;}
    .btn-ghost{background: transparent; color: var(--brand); border:1px solid rgba(107,29,27,.35);}
    .btn:active{transform:translateY(1px)}
    .btn-primary:hover{filter:brightness(1.03)}

    /* ====== CARDS ====== */
    .grid{
      margin-top:16px;
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:18px;
    }
    .card{
      border-radius: var(--radius);
      background: transparent;
      position:relative;
      transform: translateZ(0);
      transition: .18s ease;
    }
    .card:hover{transform: translateY(-2px)}
    .imgbox{
      border-radius: var(--radius);
      height:170px;
      overflow:hidden;
      border:1px solid var(--line);
      box-shadow: var(--shadow);
      background:#ddd;
      position:relative;
    }
    .imgbox img{
      width:100%;height:100%;object-fit:cover;display:block;
      transform: scale(1.02);
      transition:.25s ease;
    }
    .card:hover .imgbox img{transform: scale(1.06)}
    
    .fav{
      position:absolute; right:12px; top:12px;
      width:30px;height:30px;border-radius:999px;
      background: transparent;
      border:0;
      display:grid;place-items:center;
      cursor:pointer;
     
      opacity:1;
      transition: transform .14s ease;
      /* petit contraste sur image */
      filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
    }
    .fav:active{transform: scale(.92)}
    .fav:focus-visible{outline:2px solid rgba(255,255,255,.6); outline-offset:2px}
    .heart-ico{
      width:24px;height:24px;
      color:#fff;
      display:block;
    }
    .fav.is-active .heart-ico path{
      fill:#fff;
    }

    .meta{
      padding:12px 4px 0;
      display:grid; gap:8px;
    }
    .title-row{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .name{font-weight:1000; font-size:22px}
    .rating{
      display:flex; align-items:center; gap:8px;
      color:var(--muted); font-weight:900; font-size:14px;
    }

    /* Icônes PNG (étoile / coeur / pin) */
    .ico-img{display:inline-block}
    .star-img{width:18px;height:18px}
        /* Pin inline (adresse / cards) — un peu plus petit pour éviter l'effet "trop gros" */
        .pin-img{width:16px;height:16px}
    .sub{
      display:flex; align-items:center; gap:10px;
      color:var(--muted); font-size:13px;
    }
    /* Maquette: pin en couleur brand */
    .sub .loc{color: var(--brand); font-weight:900}
    .sub .loc svg{color: var(--brand)}

    /* petite icône champagne dans "En savoir plus" */
    .champ-icon,.pizza-icon{width:18px;height:18px;vertical-align:-3px; margin:0 6px; opacity:.95}
    .mini{
      display:flex; flex-direction:column; gap:8px;
      color:var(--muted); font-size:13px;
      margin-top:6px;
    }
    .mini span{display:flex; gap:10px; align-items:center}
    .mini svg{width:18px;height:18px; opacity:.8}
    .actions-row{
      margin-top:10px;
      display:flex; gap:14px;
    }
    .actions-row .btn{padding:10px 14px; font-size:12px}

  
    .slots-line{
      margin-top:10px;
      display:flex; gap:8px; flex-wrap:wrap;
    }
    .chip{
      border-radius:999px;
      border:1px solid rgba(107,29,27,.20);
      background: rgba(255,255,255,.40);
      color: var(--brand);
      font-weight:900;
      font-size:11px;
      padding:7px 10px;
      cursor:pointer;
      transition:.15s;
    }
    .chip:hover{background: rgba(107,29,27,.10)}
    .chip.is-selected{background: var(--brand); color:#fff; border-color: var(--brand);}

    /* ====== VIEWS ====== */
    [data-view]{display:none}
    [data-view].is-active{display:block}

    /* ====== DETAILS ====== */
    .details-top{
      display:grid;
      grid-template-columns: 540px 1fr;
      gap:28px;
      margin-top:18px;
      align-items:start;
    }
    .gallery{
      display:grid;
      grid-template-columns: 78px 1fr;
      gap:14px;
    }
    .thumbs{display:flex;flex-direction:column;gap:12px}
    .thumb{
      width:78px;height:62px;border-radius:16px;overflow:hidden;
      border:1px solid var(--line); cursor:pointer;
      box-shadow: 0 8px 18px rgba(0,0,0,.10);
      background:#ddd;
    }
    .thumb img{width:100%;height:100%;object-fit:cover;display:block}
    .mainshot{
      height:310px;border-radius: 22px;overflow:hidden;
      border:1px solid var(--line);
      box-shadow: var(--shadow);
      background:#ddd;
    }
    .mainshot img{width:100%;height:100%;object-fit:cover;display:block}

    .details-head{
      display:flex; justify-content:space-between; align-items:flex-start; gap:16px;
    }
    .details-name{font-size:36px;font-weight:1000}
    .details-rating{margin-top:6px; color:var(--muted); font-weight:900}
    .details-desc{
      margin-top:12px;
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
      max-width: 560px;
    }

    .details-sub{
      margin-top:6px;
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-weight:900;
      flex-wrap:wrap;
    }

    .details-cta{
      margin-top:16px;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }
    .btn-reserve-wide{
      min-width: 180px;
    }

    .details-address{
      margin-top:10px;
      color:var(--muted);
      font-weight:900;
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .icon-inline{ width:18px; height:18px; display:inline-block; }
    .details-address span{
      text-decoration:underline;
    }

    
    .map-pin{
      position:absolute;
      left:50%;
      top:50%;
      transform: translate(-50%, -100%);
      width:28px;
      height:28px;
      filter: drop-shadow(0 10px 14px rgba(0,0,0,.25));
      pointer-events:none;
    }
    /* Pin sur la carte (Localisation / En savoir plus)  */
    .map-pin img{width:28px;height:28px;display:block}

    /* Encore plus compact sur mobile */
    @media (max-width: 680px){
        .map-pin{width:24px;height:24px}
        .map-pin img{width:24px;height:24px}
        .pin-img{width:15px;height:15px}
    }

    .card-desc{
      margin-top:10px;
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
      display:-webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow:hidden;
    }


    .divider{
      margin:16px 0;
      border:0;
      border-top:1px solid var(--line);
    }

    .section h3{margin:0 0 8px;font-size:20px;font-weight:1000}
    .bullets{margin:0;padding-left:18px;color:var(--muted);line-height:1.8}

    .map2{
      height:240px;
      border-radius: 22px;
      overflow:hidden;
      border:1px solid var(--line);
      box-shadow: var(--shadow);
      background:#eee;
      margin-top:10px;
      position:relative;
    }
    /* Maquette*/
        .map2 iframe{width:100%;height:100%;border:0;filter: grayscale(1) contrast(1) brightness(1.06);}

    .review-grid{
      margin-top:22px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:20px;
      align-items:stretch;
    }
    @media (max-width: 900px){
      .review-grid{ grid-template-columns: 1fr; }
    }
    /* Cartes avis  */
    .review{
      position:relative;
      border-radius: 26px;
      background: rgba(165, 98, 92, .92);
      border: 3px solid rgba(91, 24, 22, .95);
      padding: 16px 18px 16px;
      color: rgba(255,255,255,.92);
      box-shadow: 0 14px 30px rgba(0,0,0,.10);
      overflow: visible;
    }
    .who{display:flex;justify-content:space-between;align-items:center;gap:12px}
    .who strong{color:var(--brand); font-weight:1000}
    .review-top{display:flex; align-items:center; gap:12px}
   
    .review .avatar{
      width:44px;height:44px;border-radius:999px;
      position:absolute;
      top:-18px;
      left:-18px;
      background: rgba(255,255,255,.92);
      border: 4px solid rgba(245, 236, 223, .95);
      box-shadow: 0 10px 22px rgba(0,0,0,.12);
      display:grid; place-items:center;
      font-weight:1000;
      color: var(--brand);
      flex: 0 0 auto;
    }
    .starsline{display:none;}
    .quote{margin-top:12px; line-height:1.45; color: rgba(255,255,255,.92); font-size: 18px;}

    .cta-row{
      margin-top:18px;
      display:flex;
      justify-content:center;
      gap:16px;
      flex-wrap:wrap;
    }

    /* ====== CALENDAR VIEW ====== */
    .cal-wrap{
    
      margin:22px auto 0;
      width: min(880px, 100%);
      display:grid;
      grid-template-columns: 540px 320px;
      gap:16px;
      align-items:start;
      justify-content:center;
    }
    .cal-card{
      border-radius: 22px;
      border:1px solid #2a2a2a;
      background:#fff;
      box-shadow: 0 14px 30px rgba(0,0,0,.12);
      overflow:hidden;
    }
    .cal-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:14px 16px;
      border-bottom:1px solid #eee;
      font-weight:1000;
    }
    .cal-arrow{
      width:44px;height:44px;border-radius: 16px;
      border:0; cursor:pointer;
      background: #5b1816;
      color:#fff;
      display:grid; place-items:center;
      box-shadow: 0 10px 18px rgba(0,0,0,.12);
    }
    .cal-arrow:active{transform:translateY(1px)}
    .cal-body{padding:14px 16px 18px}
    .dow{
      display:grid; grid-template-columns: repeat(7,1fr);
      font-size:12px; color:#000; font-weight:900;
      margin-bottom:10px;
    }
    .days{
      display:grid;
      grid-template-columns: repeat(7,1fr);
      gap:10px;
    }
    .day{
      height:40px;
      border-radius: 12px;
      display:grid; place-items:center;
      font-weight:900;
      color:#000;
      cursor:pointer;
      border:1px solid transparent;
      transition:.15s;
      position:relative;
    }
    .day:hover{background: rgba(107,29,27,.08)}
    .day.is-off{opacity:.35; cursor:default}
    .day.is-selected{
      background: rgba(107,29,27,.14);
      border-color: rgba(107,29,27,.30);
      color: var(--brand);
    }
    .day.has-slot::after{
      content:"";
      position:absolute;
      bottom:6px;
      width:6px;height:6px;border-radius:50%;
      background: var(--brand);
      opacity:.8;
    }

    .hours-panel{
      width: 320px;
      margin: 0;
      margin-top: 6px;
      border-radius: 22px;
      border:1px solid rgba(107,29,27,.55);
      overflow:hidden;
      background: rgba(255,255,255,.15);
      box-shadow: 0 14px 30px rgba(0,0,0,.10);
    }
    .hours-panel .hp-head{
      padding:10px 12px;
      background: rgba(255,255,255,.20);
      font-weight:1000;
      color: var(--brand);
      border-bottom:1px solid rgba(107,29,27,.35);
      display:flex; justify-content:space-between; align-items:center;
      gap:10px;
    }
    .hours-list{
      max-height: 220px;
      overflow:auto;
      background: rgba(255,255,255,.25);
    }
    .hour{
      padding:10px 12px;
      border-bottom:1px solid rgba(107,29,27,.25);
      font-weight:900;
      cursor:pointer;
      transition:.12s;
    }
    .hour:hover{background: rgba(107,29,27,.08)}
    .hour.is-selected{background: var(--brand); color:#fff}

    .program{
      margin-top:18px;
      width:min(540px,100%);
      border-radius: 22px;
      border:1px solid #2a2a2a;
      background:#fff;
      box-shadow: 0 14px 30px rgba(0,0,0,.12);
      overflow:hidden;
    }
    .program h3{
      margin:0;
      padding:16px 18px 0;
      font-size:22px;
      font-weight:1000;
      color: var(--brand);
    }
    .program .line{
      margin:10px 18px 16px;
      border-radius: 14px;
      border:1px solid rgba(107,29,27,.45);
      background: rgba(107,29,27,.18);
      padding:12px 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      font-weight:1000;
      color:#3b1b1b;
    }
    .program small{font-weight:900; opacity:.8}
    .program .foot{
      padding:0 18px 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      color: var(--brand);
      font-weight:900;
    }
    .program .foot .muted{color: var(--muted); font-weight:800}

    .step-actions{
      margin-top:18px;
      display:flex;
      justify-content:flex-end;
      gap:14px;
    }
    .btn-secondary{
      background: rgba(107,29,27,.20);
      color: #2b1a1a;
      border:1px solid rgba(107,29,27,.35);
    }

    /* ====== TOAST + MODAL ====== */
    .toast{
      position:fixed;
      left:50%;
      bottom:22px;
      transform: translateX(-50%);
      background: rgba(43,26,26,.92);
      color:#fff;
      padding:12px 14px;
      border-radius: 14px;
      box-shadow: 0 18px 40px rgba(0,0,0,.25);
      z-index: 99;
      display:none;
      width:min(560px, calc(100% - 24px));
      font-weight:800;
    }
    .toast.show{display:block; animation: pop .18s ease}
    @keyframes pop{from{transform:translateX(-50%) translateY(10px); opacity:.2}to{transform:translateX(-50%) translateY(0); opacity:1}}

    .modal{
      position:fixed; inset:0;
      background: rgba(0,0,0,.28);
      display:none;
      z-index:100;
      align-items:center;
      justify-content:center;
      padding:16px;
    }
    .modal.show{display:flex}
    .modal-card{
      width:min(560px, 100%);
      border-radius: 22px;
      background: var(--paper);
      border:1px solid var(--line);
      box-shadow: 0 24px 80px rgba(0,0,0,.25);
      overflow:hidden;
    }
    .modal-head{
      background:#5b1816;
      color:#fff;
      padding:14px 16px;
      font-weight:1000;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
    }
    .modal-body{padding:14px 16px 16px;color:var(--muted);line-height:1.55}
    .modal-actions{
      padding:0 16px 16px;
      display:flex;
      justify-content:flex-end;
      gap:10px;
    }
    .x{
      width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.25);
      background: rgba(255,255,255,.12); color:#fff; cursor:pointer;
      display:grid;place-items:center;
    }

    /* ====== RESPONSIVE ====== */
    @media (max-width: 1100px){
      .top-grid{grid-template-columns:1fr}
      .grid{grid-template-columns: repeat(2,1fr)}
      .details-top{grid-template-columns:1fr}
      .gallery{grid-template-columns:1fr}
      .thumbs{flex-direction:row;flex-wrap:wrap}
      .cal-wrap{grid-template-columns:1fr}
      .hours-panel{margin:14px 0 0; width:min(360px, 100%);}
      .navlinks{display:none}
    }


@media (max-width: 900px){
  header{padding:0 16px; height:64px}
  nav{display:none}
  .logo-section img{height:48px}
  .container{padding:16px 16px 96px}
}
    @media (max-width: 680px){
      .grid{grid-template-columns:1fr}
      .details-name{font-size:28px}

      /* ergonomie mobile */
      .details-head{flex-direction:column; align-items:flex-start}
      .details-desc{max-width:100%}

      .details-cta{
        position: sticky;
        bottom: 12px;
        z-index: 5;
        padding: 10px 0;
        background: linear-gradient(to top, var(--paper) 70%, rgba(246,238,227,0));
      }
      .btn-reserve-wide{
        width: 100%;
        padding: 16px 18px;
        font-size: 16px;
        border-radius: 18px;
      }

      
      .thumbs{
        gap:10px;
        flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        padding: 4px 2px 8px;
      }
  .thumbs::-webkit-scrollbar{height:6px}
  .thumbs::-webkit-scrollbar-thumb{background:rgba(107,29,27,.25);border-radius:999px}

      .thumb{width:72px; height:56px; flex:0 0 auto}
      .mainshot{height:240px}
    }

    /* ====== FOOTER (maquette) ====== */
    .footer{
      margin-top: 40px;
      border-top: 1px solid rgba(107,29,27,.18);
      /* fond plein pour que le watermark ne "salisse" pas le footer */
      background: var(--paper);
    }
    .footer-wrap{
      max-width: 1280px;
      margin: 0 auto;
      padding: 22px 28px;
      display:flex;
      align-items:flex-start;
      gap: 28px;
    }
    .footer-social{
      display:flex;
      gap: 14px;
      align-items:center;
      min-width: 180px;
    }
    .soc{
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display:grid;
      place-items:center;
      border: 1px solid rgba(107,29,27,.25);
      background: rgba(255,255,255,.35);
      color: var(--brand);
      text-decoration:none;
    }
    .soc svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}

    .footer-cols{
      flex:1;
      display:grid;
      grid-template-columns: repeat(4, minmax(160px, 1fr));
      gap: 16px;
      color: var(--ink);
    }
    .fhead{
      margin: 0 0 10px;
      font-size: 14px;
      font-weight: 1000;
      color: var(--brand);
    }
    .fcol h4{
      margin: 0 0 10px;
      font-size: 14px;
      font-weight: 1000;
      color: var(--brand);
    }
    .fcol a{
      display:block;
      color: var(--muted);
      text-decoration:none;
      font-weight: 900;
      margin: 8px 0;
      font-size: 13px;
    }
    .fcol a:hover{ color: var(--brand); text-decoration: underline; }

    .footer-bottom{
      text-align:center;
      padding: 16px 28px 22px;
      color: var(--brand);
      font-weight: 1000;
    }
    .footer-logo{
      width: 150px;
      height: auto;
      opacity: .95;
    }

    @media (max-width: 900px){
      .footer-wrap{flex-direction:column;}
      .footer-cols{grid-template-columns: repeat(2, minmax(160px, 1fr));}
      .footer-social{min-width:auto}
    }





/* --- Reviews (Avis) --- */
.reviews-subtitle{
  margin:6px 0 0;
  color: rgba(43,26,26,.82);
  font-weight: 700;
}

.review-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.reviewer{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.reviewer strong{
  font-size: 18px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  line-height:1.1;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.croissants{
  display:flex;
  gap:14px;
  color: rgba(255,255,255,.95);
  flex-shrink:0;
}
.croissant{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  opacity:.35;
}
.croissant.is-full{ opacity: 1; }
.croissant img{ width:22px; height:22px; display:block; }

.quote{
  font-size: 18px;
  line-height: 1.35;
  color: rgba(255,255,255,.95);
}

.cta-row-center{
  justify-content:center;
}


@media (max-width: 768px){
  .map2{ height: 190px; }
  .review{ padding: 18px 18px 16px; border-width:3px; border-radius: 26px; }
  .review .avatar{ width:48px; height:48px; top:-18px; left:-18px; border-width:4px; }
  .reviewer strong{ font-size: 18px; }
  .quote{ font-size: 16px; }
  .croissant, .croissant img{ width:18px; height:18px; }
  .review-grid{ gap: 14px; margin-top: 14px; }
}



.site-header{
  padding: 0;
}

/* Desktop:  */
.navbar{
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  border-radius: 0;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
  box-shadow: none;
}

.navbar__logo{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.navbar__logo img{
  height: 34px;
  width: auto;
  display: block;
}

.navbar__links{
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 48px;
  align-items: center;
}

.navbar__links a{
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: #3b2d2d;
  padding: 10px 2px;
}

.navbar__links a.is-active{
  color: #6f1010;
}
.navbar__links a.is-active::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 4px;
  background: #6f1010;
}

.navbar__actions{
  display: flex;
  align-items: center;
  gap: 12px;

  margin-left: auto;
}

.navbar__notif{
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid rgba(111, 16, 16, 0.22);
  background: rgba(255,255,255,0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6f1010;
  text-decoration: none;
}

.navbar__badge{
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #6f1010;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255,255,255,0.9);
}

.navbar__logout{
  text-decoration: none;
  background: #6f1010;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(111,16,16,0.22);
}

/* Burger button (même taille que le logo) */
.navbar__burger{
  display: none;
  width: 34px;      
  height: 34px;     
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.navbar__burger span{
  display: block;
  width: 24px;            
  height: 4px;            
  background: var(--brand); 
  margin: 6px 0;          
  border-radius: 999px;
}


.navbar__burger.is-open span{
  transform: none !important;
  opacity: 1 !important;
}

/* Mobile drawer */
.nav-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 999;
}

.mobile-drawer{
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 60px rgba(0,0,0,0.22);
  z-index: 1000;
  overflow: hidden;
}

.mobile-drawer__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-weight: 700;
}

.mobile-drawer__close{
  background: transparent;
  border: 0;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #6f1010;
}

.mobile-drawer__links{
  display: grid;
  gap: 10px;
  padding: 14px 16px 16px;
}

.mobile-drawer__links a{
  text-decoration: none;
  color: #3b2d2d;
  padding: 12px 10px;
  border-radius: 12px;
  background: rgba(111,16,16,0.06);
  font-weight: 600;
}

.mobile-drawer__logout{
  background: #6f1010 !important;
  color: #fff !important;
}

/* Responsive */

@media (max-width: 1024px){
  .navbar{
    padding: 14px 16px;
    /* logo à gauche + burger à droite */
    justify-content: space-between;
  }
  .navbar__links{
    display: none;
  }
  .navbar__notif,
  .navbar__logout{
    display: none;
  }
  .navbar__burger{
    display: grid;
    place-items: center;
  }
}
/* --- Style du Header (Inspiré de l'accueil) --- */
.navigation-principale {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background-color: #FEF5E5; /* Couleur crème de l'accueil */
  position: relative;
  z-index: 1000;
}

.image-logo { height: 50px; }

.liens-navigation {
  display: flex;
  gap: 30px;
}

.liens-navigation a {
  text-decoration: none;
  color: #660601;
  font-weight: 500;
  transition: 0.3s;
}

.lien-mobile-uniquement { display: none; }

.burger-menu {
  display: none;
  background: none;
  border: none;
  color: #660601;
  font-size: 1.8rem;
  cursor: pointer;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 1024px) {
  .burger-menu { display: block; z-index: 1100; }

  .liens-navigation {
      display: none; /* Caché par défaut */
      flex-direction: column;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100vh;
      background-color: #FEF5E5;
      justify-content: center;
      align-items: center;
      z-index: 1050;
      gap: 40px;
  }

  .liens-navigation.active {
      display: flex; /* S'affiche quand on clique */
  }

  .liens-navigation a { font-size: 1.5rem; }
  .lien-mobile-uniquement { display: block; }
  .utilisateur-bouton-desktop { display: none; }
}
/* On cible le conteneur ET l'image pour être sûr */
.marque-logo {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
}

.image-logo {
  /* Force la hauteur à 45px quoi qu'il arrive */
  height: 45px !important; 
  max-height: 45px !important;
  width: auto !important; /* Garde les proportions */
  object-fit: contain !important;
}

/* Version encore plus petite sur mobile */
@media (max-width: 768px) {
  .image-logo {
      height: 35px !important;
      max-height: 35px !important;
  }
}
/* Style spécifique au bouton de connexion dans le menu mobile */
.btn-mobile-login {
  display: block;
  width: 80%; /* Prend presque toute la largeur du menu */
  max-width: 250px;
  margin: 20px auto; /* Centre le bouton */
  padding: 12px 24px;
  background-color: #660601; /* Le bordeaux de MeetEat */
  color: #FEF5E5 !important; /* Couleur crème pour le texte */
  text-align: center;
  border-radius: 50px; /* Bords très arrondis */
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(102, 6, 1, 0.2);
  transition: all 0.3s ease;
}

/* Effet au clic/appui */
.btn-mobile-login:active {
  transform: scale(0.95);
  background-color: #4d0501;
}

/* On s'assure qu'il n'apparaît QUE sur mobile */
@media (min-width: 1025px) {
  .btn-mobile-login {
      display: none;
  }
}

/* Style du bouton "Se connecter" sur Desktop */
.utilisateur-bouton-desktop .btn-connexion-rouge {
  background-color: #660601; /* Bordeaux MeetEat */
  color: #FEF5E5 !important; /* Texte crème */
  padding: 12px 28px;
  border-radius: 50px; /* Bords arrondis */
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(102, 6, 1, 0.2);
  display: inline-block;
}

/* Effet au survol sur Desktop */
.utilisateur-bouton-desktop .btn-connexion-rouge:hover {
  background-color: #4d0501; /* Plus sombre au survol */
  transform: translateY(-2px); /* Petit saut vers le haut */
  box-shadow: 0 6px 15px rgba(102, 6, 1, 0.3);
}