/* =========================================================
   MEDISUN — Barre de navigation unifiée (tout le site)
   Autonome : chargée sur la home ET le catalogue.
   ========================================================= */
.mnav{position:sticky;top:0;z-index:60;background:rgba(250,250,249,.86);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #E7E5E4}
.mnav-wrap{display:flex;align-items:center;gap:20px;height:72px;
  max-width:1180px;margin:0 auto;padding:0 24px}
.mnav-logo{display:flex;align-items:center;gap:11px;color:#0C0A09;text-decoration:none;white-space:nowrap}
.mnav-logo svg{color:#CA8A04;flex:none}
.mnav-logo .nm{display:flex;flex-direction:column;line-height:1;font-family:"Playfair Display",Georgia,serif;
  font-weight:600;font-size:1.32rem;letter-spacing:.4px}
.mnav-logo .nm small{font-family:"Jost",system-ui,sans-serif;font-size:.58rem;font-weight:600;
  letter-spacing:3.5px;color:#CA8A04;margin-top:3px}
.mnav-links{display:flex;align-items:center;gap:2px;margin-left:10px;flex:1}
.mnav-links a{padding:9px 14px;border-radius:30px;font-size:.92rem;color:#44403C;text-decoration:none;
  white-space:nowrap;font-family:"Jost",system-ui,sans-serif;font-weight:400;
  transition:color .2s ease,background .2s ease}
.mnav-links a:hover{color:#0C0A09}
.mnav-links a.active{color:#0C0A09;background:#F0EEEA;font-weight:500}
.mnav-cta{margin-left:auto;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;
  background:#CA8A04;color:#0C0A09;text-decoration:none;font-family:"Jost",system-ui,sans-serif;
  font-weight:500;font-size:.88rem;padding:11px 19px;border-radius:40px;
  box-shadow:0 6px 20px rgba(202,138,4,.28);transition:background .2s ease,transform .2s ease}
.mnav-cta:hover{background:#E0B43A;transform:translateY(-1px)}
.mnav-cta svg{width:16px;height:16px}
.mnav-contact-m{display:none}
.mnav-toggle{display:none;background:none;border:1px solid #E7E5E4;border-radius:10px;
  width:42px;height:42px;cursor:pointer;color:#0C0A09;align-items:center;justify-content:center}
.mnav-toggle svg{width:22px;height:22px}

@media(max-width:880px){
  .mnav-links{position:fixed;inset:72px 0 auto 0;flex-direction:column;align-items:stretch;
    background:#fff;border-bottom:1px solid #E7E5E4;box-shadow:0 14px 30px rgba(12,10,9,.12);
    padding:10px 16px 18px;gap:2px;display:none;margin-left:0}
  .mnav-links.open{display:flex}
  .mnav-links a{padding:13px 12px;font-size:1rem}
  .mnav-toggle{display:inline-flex}
  .mnav-cta{display:none}
  .mnav-contact-m{display:block;margin:10px 4px 2px;text-align:center;background:#CA8A04;
    color:#0C0A09;font-weight:600;border-radius:30px;padding:13px}
  .mnav-contact-m:hover{background:#E0B43A;color:#0C0A09}
}

/* =========================================================
   Footer unifié (tout le site) — modèle home + Facebook
   ========================================================= */
.mfoot{background:#0C0A09;color:rgba(255,255,255,.7);padding:54px 0 30px;
  font-family:"Jost",system-ui,sans-serif}
.mfoot-wrap{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;
  grid-template-columns:1.6fr 1fr 1.4fr;gap:40px}
.mfoot-logo{font-family:"Playfair Display",Georgia,serif;font-weight:600;font-size:1.5rem;color:#fff;
  display:inline-flex;flex-direction:column;line-height:1;letter-spacing:.5px}
.mfoot-logo small{font-family:"Jost",system-ui,sans-serif;font-size:.6rem;letter-spacing:3.5px;
  color:#CA8A04;font-weight:600;margin-top:4px}
.mfoot-brand p{color:rgba(255,255,255,.55);font-size:.92rem;margin:14px 0 0;max-width:340px;line-height:1.6}
.mfoot-nav{display:flex;flex-direction:column;gap:11px}
.mfoot-nav a{color:rgba(255,255,255,.7);font-size:.95rem;text-decoration:none;transition:color .2s ease}
.mfoot-nav a:hover{color:#E0B43A}
.mfoot-contact p{color:rgba(255,255,255,.62);font-size:.92rem;margin:0 0 10px;line-height:1.6}
.mfoot-contact a{color:rgba(255,255,255,.62);text-decoration:none}
.mfoot-contact a:hover{color:#E0B43A}
.mfoot-fb{display:inline-flex;align-items:center;gap:9px;margin-top:8px;padding:10px 17px;
  border:1px solid rgba(255,255,255,.25);border-radius:999px;color:rgba(255,255,255,.85);
  font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}
.mfoot-fb svg{color:#1877F2;flex:none}
.mfoot-fb:hover{background:#1877F2;border-color:#1877F2;color:#fff}
.mfoot-fb:hover svg{color:#fff}
.mfoot-wa{display:flex;width:fit-content;align-items:center;gap:9px;margin-top:10px;padding:10px 17px;
  border:1px solid rgba(255,255,255,.25);border-radius:999px;color:rgba(255,255,255,.85);
  font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}
.mfoot-wa svg{color:#25D366;flex:none}
.mfoot-wa:hover{background:#25D366;border-color:#25D366;color:#fff}
.mfoot-wa:hover svg{color:#fff}
.mfoot-bottom{max-width:1180px;margin:34px auto 0;padding:20px 24px 0;
  border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;
  flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.45);font-size:.8rem}
.mfoot-bottom p{margin:0}
@media(max-width:880px){.mfoot-wrap{grid-template-columns:1fr 1fr;gap:30px}}
@media(max-width:560px){.mfoot-wrap{grid-template-columns:1fr}}
