/*
Theme Name: Nous Deux En Voyage V4.5
Author: ChatGPT
Description: Thème carnet de voyage WordPress avec associations croisées, cartes Leaflet et style carnet.
Version: 4.5
Text Domain: nous-deux-en-voyage
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root{--paper:#f7efdE;--sand:#d8b98f;--brown:#5b3f2e;--green:#6f7f52;--white:#fffaf0;--shadow:0 18px 45px rgba(66,45,29,.18)}
*{box-sizing:border-box}
body{margin:0;font-family:'Inter',sans-serif;color:var(--brown);background:linear-gradient(rgba(255,250,240,.88),rgba(255,250,240,.88)),repeating-linear-gradient(0deg,#f5ead5 0,#f5ead5 28px,#eadbc2 29px)}
h1,h2,h3{font-family:'Playfair Display',serif}
a{color:inherit}
.site-header,.archive-header{color:white;background:linear-gradient(120deg,rgba(47,35,25,.74),rgba(47,35,25,.18)),url('assets/images/accueil.jpg') center/cover}
.site-header{min-height:85vh}.archive-header{min-height:42vh}
.navbar{display:flex;justify-content:space-between;align-items:center;padding:24px 7%}
.logo{font-family:'Playfair Display',serif;font-weight:700;font-size:1.6rem;color:white;text-decoration:none}
.menu{list-style:none;display:flex;flex-wrap:wrap;gap:22px;margin:0;padding:0}.menu a{color:white;text-decoration:none;font-weight:800}
.hero-content,.archive-title{width:min(900px,86%);margin:80px 7% 0}
.hero-content h1,.archive-title h1{font-size:clamp(2.5rem,6vw,5.7rem);line-height:1;margin:18px 0}
.hero-content p{max-width:700px;font-size:1.12rem;line-height:1.8}
.tag{display:inline-block;background:rgba(255,250,240,.22);border:1px solid rgba(255,255,255,.4);padding:10px 16px;border-radius:999px}
.btn,.card-link{display:inline-block;margin-top:18px;background:var(--sand);color:var(--brown);text-decoration:none;font-weight:800;padding:13px 20px;border-radius:999px;box-shadow:var(--shadow);border:0}
main{width:min(1180px,90%);margin:auto}
.section,.single-card,.map-section{background:var(--white);border-radius:28px;box-shadow:var(--shadow);padding:38px;margin:45px 0}
.intro{display:grid;grid-template-columns:1.7fr .9fr;gap:30px;margin:-55px auto 60px;position:relative;z-index:2}.intro>div{background:var(--white);border-radius:28px;box-shadow:var(--shadow);padding:38px}.paper-note{background:#fff4cf!important;border:2px dashed var(--sand);transform:rotate(2deg)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{background:#fff7e8;border-radius:24px;overflow:hidden;box-shadow:0 10px 25px rgba(66,45,29,.12)}.card img{width:100%;height:220px;object-fit:cover;display:block;background:#efe0c7}.card-content{padding:22px}
.meta-line{color:#80634c;font-weight:700}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.badges span{background:#efe0c7;border-radius:999px;padding:8px 12px;font-weight:800}
.rating-list{display:grid;gap:10px;margin:18px 0}.rating-list div{display:grid;grid-template-columns:140px 1fr;background:#fff7e8;border-radius:14px;padding:10px 14px}.rating-list strong{color:#b87a1d;letter-spacing:3px}
.global-score{background:#fff4cf;border:2px dashed var(--sand);border-radius:22px;padding:12px 16px;font-size:1.8rem;font-family:'Playfair Display',serif;font-weight:700;display:inline-block}
.single-hero-img{width:100%;max-height:480px;object-fit:cover;border-radius:24px;margin-bottom:25px}.content-area{line-height:1.8;font-size:1.05rem}
.restaurant-opinion{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}.restaurant-opinion>div{background:#fff7e8;border-radius:22px;padding:22px;border-left:5px solid var(--green)}.restaurant-opinion h2{margin-top:0}
.photo-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.photo-gallery img{width:100%;height:180px;object-fit:cover;border-radius:18px;box-shadow:0 8px 20px rgba(66,45,29,.12)}
#ndvMap{height:430px;width:100%;border-radius:24px;overflow:hidden;border:8px solid #f7efdE}
.ndv-map-popup{min-width:230px;color:#5b3f2e}.ndv-map-popup h3{font-family:'Playfair Display',serif;font-size:1.25rem;margin:0 0 8px}.ndv-popup-type{display:inline-block;padding:6px 10px;border-radius:999px;font-weight:800;margin-bottom:8px;background:#efe0c7}.ndv-popup-city{margin:6px 0;font-weight:700;color:#80634c}.ndv-popup-score{display:inline-block;margin:6px 0 10px;background:#fff4cf;border:2px dashed #d8b98f;border-radius:14px;padding:6px 10px;font-weight:900}
.ndv-popup-voyage .ndv-popup-type{background:#dfe8c8}.ndv-popup-restaurant .ndv-popup-type{background:#ffe0c2}.ndv-popup-etape .ndv-popup-type{background:#d8ecf0}.ndv-popup-activite .ndv-popup-type{background:#e9ddff}.ndv-popup-insolite .ndv-popup-type{background:#fff4b8}
.empty-info{opacity:.7;font-style:italic}.site-footer{text-align:center;padding:35px;margin-top:60px;background:var(--brown);color:white}
@media(max-width:900px){.intro,.grid,.photo-gallery,.restaurant-opinion{grid-template-columns:1fr}.menu{gap:12px}.hero-content{margin-top:55px}}


/* V4.4 - Associations améliorées */

.section h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card .card-link:hover,
.btn:hover {
  filter: brightness(.95);
  transform: translateY(-1px);
}

/* V4.5 - Associations */
.ndv-association-note {
  background:#fff4cf;
  border-radius:14px;
  padding:12px 15px;
}
