/*
Theme Name: Nous Deux En Voyage - Escapades V5.7
Author: ChatGPT
Description: Thème WordPress style carnet de voyage avec bandeau vert, menu visible, logo provisoire et grand hero.
Version: 5.8.2
Text Domain: nous-deux-en-voyage
*/

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

:root{
  --green:#2f3d32;
  --green-dark:#26332a;
  --cream:#f7efdE;
  --cream-light:#fffaf0;
  --sand:#b07b4f;
  --sand-soft:#d8b98f;
  --brown:#5b3f2e;
  --ink:#26332a;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(38,51,42,.22);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--brown);
  background:
    linear-gradient(rgba(255,250,240,.90),rgba(255,250,240,.90)),
    repeating-linear-gradient(0deg,#f5ead5 0,#f5ead5 28px,#eadbc2 29px);
}

h1,h2,h3{font-family:'Playfair Display',serif}
a{color:inherit}

/* Header haut */

.site-topbar{
  width:100%;
  min-height:132px;
  background:var(--green);
  color:var(--white);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
  padding:26px 6%;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  position:relative;
  z-index:20;
}

.brand{
  display:flex;
  align-items:center;
  gap:16px;
  text-decoration:none;
  color:#f4dfc8;
  min-width:max-content;
}

.brand-logo{
  width:68px;
  height:68px;
  flex-shrink:0;
}

.brand-title{
  display:block;
  font-family:'Playfair Display',serif;
  font-size:1.9rem;
  line-height:1;
  font-weight:800;
  color:#f4dfc8;
}

.brand-subtitle{
  display:block;
  margin-top:9px;
  color:#f4dfc8;
  font-size:1rem;
  letter-spacing:5px;
  text-transform:none;
}

.header-search{
  display:flex;
  align-items:center;
  justify-self:center;
  gap:16px;
}

.search-box{
  width:min(350px,30vw);
  height:56px;
  border:1.5px solid rgba(255,255,255,.76);
  display:flex;
  align-items:center;
  padding:0 16px;
  background:rgba(255,255,255,.03);
}

.search-box input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:white;
  font:inherit;
  font-weight:700;
}

.search-box input::placeholder{
  color:white;
  opacity:1;
}

.search-icon{
  font-size:1.35rem;
  opacity:.95;
}

.cart-icon{
  position:relative;
  color:#c28b5a;
  font-size:2rem;
  line-height:1;
}

.cart-icon small{
  position:absolute;
  bottom:3px;
  left:50%;
  transform:translateX(-50%);
  color:white;
  font-size:.72rem;
  font-weight:800;
}

.main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  flex-wrap:nowrap;
}

.main-nav a{
  color:white;
  text-decoration:none;
  font-weight:600;
  font-size:.98rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  white-space:nowrap;
  transition:.2s ease;
}

.main-nav a .nav-icon{
  font-size:1.45rem;
  line-height:1;
  opacity:.95;
}

.main-nav a:hover{
  color:#f4dfc8;
  transform:translateY(-2px);
}

/* Hero accueil */

.hero{
  min-height:calc(100vh - 132px);
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  text-align:center;
  background:
    linear-gradient(rgba(247,239,222,.18),rgba(247,239,222,.15)),
    url('assets/images/hero.jpg') center/cover;
  overflow:hidden;
}

.hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:115px;
  background:url('assets/images/paper-edge.svg') bottom center/cover no-repeat;
  z-index:2;
}

.hero-content{
  position:relative;
  z-index:3;
  width:min(900px,90%);
  padding-top:36px;
}

.home-main-title{
  margin:0;
  font-family:'Caveat',cursive;
  font-size:clamp(4.5rem,10vw,9.5rem);
  line-height:.78;
  font-weight:700;
  color:var(--ink);
  text-shadow:0 5px 20px rgba(255,255,255,.35);
}

.title-underline{
  width:min(300px,55%);
  height:12px;
  margin:22px auto 20px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--sand),transparent);
}

.hero p{
  max-width:620px;
  margin:0 auto;
  font-size:1.35rem;
  line-height:1.45;
  color:var(--ink);
}

.btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:28px;
  background:var(--sand);
  color:white;
  text-decoration:none;
  font-weight:700;
  padding:16px 28px;
  border-radius:8px;
  box-shadow:var(--shadow);
  transition:.2s ease;
}

.btn:hover{
  transform:translateY(-2px);
  filter:brightness(.97);
}

/* Contenu */

main{
  width:min(1180px,90%);
  margin:auto;
}

.intro{
  display:grid;
  grid-template-columns:1.7fr .9fr;
  gap:30px;
  margin:55px auto 60px;
}

.intro>div,
.section{
  background:var(--cream-light);
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:38px;
}

.paper-note{
  background:#fff4cf!important;
  border:2px dashed var(--sand-soft);
  transform:rotate(2deg);
}

.section{
  margin:45px 0;
}

.section h2{
  font-size:2.4rem;
  margin-top:0;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.feature-card{
  background:#fff7e8;
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 25px rgba(66,45,29,.12);
  min-height:190px;
}

.feature-card .icon{
  font-size:2.2rem;
  display:inline-block;
  margin-bottom:12px;
}

.feature-card h3{
  margin:0 0 10px;
}

.feature-card p{
  line-height:1.7;
}

/* Pages internes */

.page-header{
  min-height:360px;
  color:white;
  background:
    linear-gradient(120deg,rgba(38,51,42,.82),rgba(38,51,42,.35)),
    url('assets/images/hero.jpg') center/cover;
}

.page-title{
  width:min(1180px,90%);
  margin:0 auto;
  padding-top:92px;
}

.page-title h1{
  font-size:clamp(2.6rem,6vw,5rem);
  margin:0;
}

.content-card{
  background:var(--cream-light);
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:38px;
  margin:45px 0;
  line-height:1.8;
}

.site-footer{
  text-align:center;
  padding:35px;
  margin-top:60px;
  background:var(--green);
  color:white;
}

/* Responsive */

@media(max-width:1250px){
  .site-topbar{
    grid-template-columns:1fr;
    gap:20px;
  }

  .header-search{
    justify-self:start;
  }

  .search-box{
    width:min(420px,85vw);
  }

  .main-nav{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
}

@media(max-width:760px){
  .site-topbar{
    min-height:auto;
    padding:20px 5%;
  }

  .brand-logo{
    width:56px;
    height:56px;
  }

  .brand-title{
    font-size:1.45rem;
  }

  .brand-subtitle{
    font-size:.82rem;
    letter-spacing:3px;
  }

  .main-nav{
    gap:14px;
  }

  .main-nav a{
    font-size:.85rem;
  }

  .main-nav a .nav-icon{
    font-size:1.25rem;
  }

  .hero{
    min-height:720px;
  }

  .hero-content{
    padding-top:58px;
  }

  .hero p{
    font-size:1.08rem;
  }

  .intro,
  .grid{
    grid-template-columns:1fr;
  }

  .paper-note{
    transform:none;
  }
}


/* V1.1 - Ajustements demandés */

.header-search {
  gap: 0;
}

.hero p {
  color: #fffaf0;
  font-weight: 700;
  text-shadow: 0 3px 18px rgba(0,0,0,.55);
}

.site-footer {
  position: relative;
  margin-top: 70px;
  padding: 120px 6% 45px;
  color: #fffaf0;
  text-align: center;
  background:
    linear-gradient(rgba(38,51,42,.78), rgba(38,51,42,.82)),
    url('assets/images/footer.jpg') center/cover;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: url('assets/images/paper-edge.svg') top center/cover no-repeat;
  transform: rotate(180deg);
  z-index: 1;
}

.footer-inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.footer-title {
  font-family: 'Caveat', cursive;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  line-height: .82;
  margin: 0 0 12px;
  color: #fffaf0;
  text-shadow: 0 4px 22px rgba(0,0,0,.42);
}

.footer-subtitle {
  color: #f4dfc8;
  font-size: 1.15rem;
  letter-spacing: 4px;
  margin-bottom: 26px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 22px 0;
}

.footer-links a {
  color: #fffaf0;
  text-decoration: none;
  font-weight: 800;
  background: rgba(255,250,240,.12);
  border: 1px solid rgba(255,255,255,.24);
  padding: 10px 14px;
  border-radius: 999px;
}

.footer-note {
  max-width: 560px;
  margin: 24px auto;
  font-size: 1.05rem;
  line-height: 1.7;
}

.footer-copy {
  margin-top: 28px;
  opacity: .9;
}

@media(max-width:760px){
  .site-footer {
    padding-top: 95px;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-links a {
    font-size: .9rem;
  }
}


/* V1.2 - Footer papier carnet uniquement */

.hero p {
  color: #fffaf0;
  font-weight: 700;
  text-shadow: 0 3px 18px rgba(0,0,0,.55);
}

.site-footer {
  position: relative;
  margin-top: 80px;
  padding: 92px 6% 34px;
  color: var(--brown);
  text-align: center;
  background: var(--cream);
  overflow: hidden;
  box-shadow: inset 0 18px 40px rgba(91,63,46,.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 90px;
  background: url('assets/images/paper-edge.svg') top center/cover no-repeat;
  transform: rotate(180deg);
  z-index: 1;
}

.footer-inner {
  position: relative;
  z-index: 2;
  width: min(900px, 92%);
  margin: 0 auto;
}

.footer-doodle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
  color: var(--sand);
}

.footer-line {
  height: 2px;
  background-image: linear-gradient(90deg, transparent, var(--sand-soft), transparent);
  opacity: .8;
}

.footer-plane {
  font-size: 1.7rem;
  white-space: nowrap;
  color: var(--brown);
}

.footer-stamp {
  display: inline-grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 3px solid rgba(91,63,46,.38);
  border-radius: 50%;
  transform: rotate(-8deg);
  margin: 4px auto 18px;
  color: rgba(91,63,46,.62);
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-stamp span {
  display: block;
}

.footer-copy {
  margin: 18px 0 0;
  font-weight: 800;
  color: var(--brown);
}

.footer-mini {
  margin: 8px 0 0;
  color: #80634c;
  font-size: .95rem;
}

@media(max-width:760px){
  .site-footer {
    padding-top: 80px;
  }

  .footer-doodle {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-line {
    width: 70%;
    margin: 0 auto;
  }

  .footer-stamp {
    width: 96px;
    height: 96px;
    font-size: .72rem;
  }
}


/* V1.3 - Footer carnet de voyages */

.site-footer {
  position:relative;
  background:#f7efdE;
  color:#2f3d32;
  margin-top:80px;
  padding:90px 6% 35px;
  overflow:hidden;
  text-align:center;
}

.site-footer::before{
  content:"";
  position:absolute;
  top:-1px;
  left:0;
  right:0;
  height:95px;
  background:url('assets/images/paper-edge.svg') top center/cover no-repeat;
  transform:rotate(180deg);
}

.footer-inner{
  position:relative;
  z-index:2;
}

.footer-decoration{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:45px;
  margin-bottom:25px;
}

.footer-lines{
  font-size:3rem;
  color:#b07b4f;
  opacity:.45;
}

.footer-stamp-new{
  width:120px;
  height:120px;
  border:3px solid rgba(91,63,46,.35);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:rotate(-8deg);
  color:rgba(91,63,46,.55);
  font-weight:800;
  text-transform:uppercase;
}

.footer-copy{
  font-weight:700;
}

.footer-mini{
  color:#80634c;
}



/* V1.4 - Correction footer */

.footer-decoration {
  gap: 28px;
  margin-bottom: 20px;
}

.footer-lines {
  width: 170px;
  height: 1px;
  font-size: 0;
  background: linear-gradient(90deg, transparent, rgba(176,123,79,.35), transparent);
  opacity: 1;
}

.footer-stamp-new {
  transform: none;
  width: 108px;
  height: 108px;
  font-size: .76rem;
  line-height: 1.35;
  border-color: rgba(91,63,46,.28);
  color: rgba(91,63,46,.55);
}

@media(max-width:760px){
  .footer-decoration {
    gap: 16px;
  }

  .footer-lines {
    width: 90px;
  }

  .footer-stamp-new {
    width: 92px;
    height: 92px;
    font-size: .68rem;
  }
}


/* V1.5 - Maquette fidèle */

.hero {
  min-height: 720px;
}

.hero-content {
  padding-top: 52px;
}

.home-main-title {
  color: #fffaf0;
  text-shadow: 0 6px 22px rgba(0,0,0,.38);
}

.hero p {
  color: #fffaf0;
  font-weight: 800;
  text-shadow: 0 4px 18px rgba(0,0,0,.58);
}

.travel-cards-section {
  width: min(1180px, 88%);
  margin: 0 auto 40px;
  padding: 34px 0 0;
}

.travel-cards-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 22px;
}

.travel-cards-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--green);
}

.all-posts-link {
  color: var(--sand);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.travel-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.travel-preview-card {
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: #ddd;
  box-shadow: 0 12px 30px rgba(38,51,42,.14);
}

.travel-preview-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.travel-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(38,51,42,.55));
}

.travel-preview-card span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  color: white;
  font-weight: 800;
  font-size: 1.1rem;
}

/* Footer type maquette */
.site-footer {
  position: relative;
  margin-top: 10px;
  padding: 96px 6% 34px;
  color: var(--ink);
  text-align: center;
  background: var(--cream);
  overflow: hidden;
  box-shadow: inset 0 18px 40px rgba(91,63,46,.07);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 92px;
  background: url('assets/images/paper-edge.svg') top center/cover no-repeat;
  transform: rotate(180deg);
  z-index: 1;
}

.footer-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 92%);
  margin: 0 auto;
  min-height: 120px;
}

.footer-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.footer-lines {
  position: absolute;
  left: 0;
  top: 18px;
  width: 118px;
  height: 42px;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 7px,
      rgba(176,123,79,.45) 8px 10px
    );
  border-radius: 50%;
  opacity: .65;
  transform: rotate(-2deg);
}

.footer-stamp-new {
  position: absolute;
  right: 0;
  top: -18px;
  width: 118px;
  height: 118px;
  border: 3px solid rgba(91,63,46,.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: rotate(-10deg);
  color: rgba(91,63,46,.58);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .78rem;
  line-height: 1.25;
}

.footer-copy {
  margin: 35px 0 0;
  font-weight: 700;
}

.footer-mini {
  margin: 8px 0 0;
  color: #80634c;
}

@media(max-width:900px){
  .travel-card-grid {
    grid-template-columns: 1fr;
  }

  .travel-cards-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-decoration {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-bottom: 18px;
  }

  .footer-lines,
  .footer-stamp-new {
    position: static;
  }
}


/* V1.6 - Correction tampon footer */

.footer-stamp-new {
  transform: none !important;
  rotate: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  display: flex !important;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-stamp-new span {
  display: block;
  transform: none !important;
}

.footer-lines {
  height: 30px;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 8px,
      rgba(176,123,79,.28) 9px 10px
    ) !important;
  opacity: .55 !important;
}

/* V1.7 - Footer minimal */

.site-footer {
  background: #f7efdE !important;
  color: #2f3d32 !important;
  margin-top: 60px !important;
  padding: 38px 20px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.site-footer::before,
.footer-decoration,
.footer-lines,
.footer-stamp-new {
  display:none !important;
}

.footer-inner {
  width:100% !important;
  min-height:0 !important;
}

.footer-copy {
  margin:0 !important;
  font-weight:700;
}

.footer-mini {
  margin-top:8px !important;
  color:#80634c;
}


/* V2.0 - Voyages */

.voyage-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.voyage-card {
  background:#fffaf0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(38,51,42,.14);
}

.voyage-card img {
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
  background:#eadbc2;
}

.voyage-card-content {
  padding:22px;
}

.voyage-card h2,
.voyage-card h3 {
  margin:0 0 10px;
  color:var(--green);
}

.voyage-meta {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:14px 0;
}

.voyage-meta span {
  background:#f0dfc4;
  color:#5b3f2e;
  border-radius:999px;
  padding:7px 11px;
  font-weight:700;
  font-size:.9rem;
}

.voyage-hero {
  min-height:520px;
  color:white;
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  align-items:flex-end;
}

.voyage-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(38,51,42,.18),rgba(38,51,42,.78));
}

.voyage-hero-inner {
  position:relative;
  z-index:2;
  width:min(1180px,90%);
  margin:0 auto;
  padding:0 0 70px;
}

.voyage-hero h1 {
  font-size:clamp(3rem,7vw,6rem);
  margin:0 0 12px;
}

.voyage-summary {
  font-size:1.25rem;
  max-width:760px;
  line-height:1.6;
}

.voyage-info-panel {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:35px 0;
}

.voyage-info-item {
  background:#fffaf0;
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 24px rgba(38,51,42,.1);
}

.voyage-info-item strong {
  display:block;
  color:var(--green);
  margin-bottom:5px;
}

.voyage-gallery {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.voyage-gallery img {
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 8px 22px rgba(38,51,42,.12);
}

.map-embed {
  width:100%;
  height:420px;
  border:0;
  border-radius:22px;
  box-shadow:0 12px 30px rgba(38,51,42,.14);
}

@media(max-width:950px){
  .voyage-grid,
  .voyage-info-panel,
  .voyage-gallery {
    grid-template-columns:1fr;
  }
}


/* V2.1 - Galerie photos améliorée */

.voyage-gallery {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.voyage-gallery figure {
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#f7efdE;
  box-shadow:0 8px 22px rgba(38,51,42,.12);
}

.voyage-gallery img {
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
}

@media(max-width:950px){
  .voyage-gallery {
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:620px){
  .voyage-gallery {
    grid-template-columns:1fr;
  }
}


/* V2.2 - Petite carte + galerie corrigée */

.voyage-map-small {
  max-width: 520px;
  margin: 0 auto;
}

.map-embed-small {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(38,51,42,.14);
  background: #eadbc2;
}

.voyage-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.voyage-gallery figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f7efdE;
  box-shadow: 0 8px 22px rgba(38,51,42,.12);
}

.voyage-gallery img {
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
  display: block !important;
}

.gallery-empty-note {
  background: #fff4cf;
  border-radius: 16px;
  padding: 18px;
  color: #5b3f2e;
  font-weight: 700;
}

@media(max-width:950px){
  .voyage-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:620px){
  .voyage-gallery {
    grid-template-columns: 1fr;
  }

  .map-embed-small {
    height: 230px;
  }
}


/* V2.3 - Voyages admin + galerie + petite carte */

.voyage-map-small {
  max-width: 520px;
  margin: 0 auto;
}

.map-embed-small {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(38,51,42,.14);
  background: #eadbc2;
}

.voyage-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.voyage-gallery figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f7efdE;
  box-shadow: 0 8px 22px rgba(38,51,42,.12);
}

.voyage-gallery img {
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
  display: block !important;
}

.gallery-empty-note {
  background: #fff4cf;
  border-radius: 16px;
  padding: 18px;
  color: #5b3f2e;
  font-weight: 700;
}

@media(max-width:950px){
  .voyage-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:620px){
  .voyage-gallery {
    grid-template-columns: 1fr;
  }

  .map-embed-small {
    height: 230px;
  }
}

/* V2.4 - Carte à droite + galerie fiable */
.voyage-top-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:stretch;margin:35px 0}
.voyage-top-layout .voyage-info-panel{margin:0}
.voyage-side-map{background:#fffaf0;border-radius:22px;padding:18px;box-shadow:0 8px 24px rgba(38,51,42,.1)}
.voyage-side-map h2{font-size:1.45rem;margin:0 0 12px}
.voyage-side-map .map-embed-small{height:310px}
.voyage-gallery{display:grid!important;grid-template-columns:repeat(4,1fr);gap:16px}
.voyage-gallery figure{margin:0;border-radius:18px;overflow:hidden;background:#f7efdE;box-shadow:0 8px 22px rgba(38,51,42,.12)}
.voyage-gallery img{width:100%!important;height:190px!important;object-fit:cover!important;display:block!important}
.gallery-empty-note{background:#fff4cf;border-radius:16px;padding:18px;color:#5b3f2e;font-weight:700}
@media(max-width:1050px){.voyage-top-layout{grid-template-columns:1fr}.voyage-side-map{max-width:560px;width:100%;margin:0 auto}}
@media(max-width:950px){.voyage-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.voyage-gallery{grid-template-columns:1fr}}

/* V2.5 - Infos compactes + galerie corrigée */

.voyage-top-layout {
  grid-template-columns: minmax(0, 1fr) 330px !important;
  gap: 20px !important;
}

.voyage-info-panel {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.voyage-info-item {
  padding: 11px 13px !important;
  border-radius: 13px !important;
  font-size: .92rem !important;
  min-height: auto !important;
}

.voyage-info-item strong {
  font-size: .78rem !important;
  margin-bottom: 2px !important;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.voyage-side-map {
  padding: 13px !important;
  border-radius: 16px !important;
}

.voyage-side-map h2 {
  font-size: 1.12rem !important;
  margin-bottom: 9px !important;
}

.voyage-side-map .map-embed-small {
  height: 230px !important;
  border-radius: 14px !important;
}

.voyage-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.voyage-gallery a,
.voyage-gallery figure {
  display: block !important;
  margin: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #f7efdE !important;
  box-shadow: 0 8px 22px rgba(38,51,42,.12) !important;
}

.voyage-gallery img {
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
  display: block !important;
}

@media(max-width:1050px){
  .voyage-top-layout {
    grid-template-columns: 1fr !important;
  }
  .voyage-info-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width:700px){
  .voyage-info-panel,
  .voyage-gallery {
    grid-template-columns: 1fr !important;
  }
}


/* V2.6 - Infos en panneau + carte agrandie + galerie refaite */

.voyage-top-layout {
  display: grid !important;
  grid-template-columns: minmax(320px, 420px) minmax(420px, 1fr) !important;
  gap: 26px !important;
  align-items: stretch;
  margin: 35px 0;
}

.voyage-info-panel {
  display: block !important;
  margin: 0 !important;
  background: #fffaf0;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(38,51,42,.1);
}

.voyage-info-panel h2 {
  margin: 0 0 18px;
  font-size: 1.65rem;
  color: var(--green);
}

.voyage-info-row {
  display: flex;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(91,63,46,.13);
  font-size: .98rem;
  line-height: 1.35;
}

.voyage-info-row:last-child {
  border-bottom: 0;
}

.voyage-info-row strong {
  min-width: 92px;
  color: var(--green);
}

.voyage-side-map {
  background: #fffaf0;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(38,51,42,.1);
}

.voyage-side-map h2 {
  font-size: 1.45rem;
  margin: 0 0 12px;
}

.voyage-side-map .map-embed-small {
  width: 100%;
  height: 390px !important;
  border-radius: 18px !important;
}

.voyage-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.voyage-gallery a,
.voyage-gallery figure {
  display: block !important;
  margin: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #f7efdE !important;
  box-shadow: 0 8px 22px rgba(38,51,42,.12) !important;
}

.voyage-gallery img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
}

.gallery-empty-note {
  background: #fff4cf;
  border-radius: 16px;
  padding: 18px;
  color: #5b3f2e;
  font-weight: 700;
}

@media(max-width:1050px){
  .voyage-top-layout {
    grid-template-columns: 1fr !important;
  }

  .voyage-side-map .map-embed-small {
    height: 320px !important;
  }
}

@media(max-width:700px){
  .voyage-gallery {
    grid-template-columns: 1fr !important;
  }
}

/* V2.7 - Galerie WordPress native */

.wp-block-gallery,
.gallery,
.native-voyage-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 25px 0 !important;
}

.wp-block-gallery figure,
.gallery-item,
.native-voyage-gallery figure {
  margin: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #f7efdE !important;
  box-shadow: 0 8px 22px rgba(38,51,42,.12) !important;
}

.wp-block-gallery img,
.gallery img,
.native-voyage-gallery img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  border: 0 !important;
}

.voyage-gallery-help {
  background: #fff4cf;
  border-radius: 16px;
  padding: 18px;
  color: #5b3f2e;
  font-weight: 700;
}

@media(max-width:800px){
  .wp-block-gallery,
  .gallery,
  .native-voyage-gallery {
    grid-template-columns: 1fr !important;
  }
}




/* V2.9 - Nettoyage galerie */
.content-card img {
  max-width:100%;
  height:auto;
  border-radius:18px;
  box-shadow:0 8px 22px rgba(38,51,42,.12);
}

.content-card .wp-block-image {
  margin:25px 0;
}


/* V3.3 - Localisation précise */

.voyage-side-map h2 {
  font-size: 1.45rem;
}

.voyage-location-note {
  margin-top: 10px;
  font-size: .88rem;
  line-height: 1.45;
  color: #80634c;
  background: #fff4cf;
  border-radius: 12px;
  padding: 10px 12px;
}


/* V3.4 - Blocs voyage photo + texte */

.content-card .wp-block-media-text,
.ndv-photo-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin: 42px 0;
  background: #fff7e8;
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(38,51,42,.12);
}

.content-card .wp-block-media-text:nth-of-type(even),
.ndv-photo-text:nth-of-type(even) {
  direction: rtl;
}

.content-card .wp-block-media-text:nth-of-type(even) > *,
.ndv-photo-text:nth-of-type(even) > * {
  direction: ltr;
}

.content-card .wp-block-media-text__media img,
.ndv-photo-text img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  box-shadow: 0 8px 22px rgba(38,51,42,.14);
}

.content-card .wp-block-media-text__content,
.ndv-photo-text-content {
  padding: 12px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.content-card .wp-block-media-text__content h2,
.content-card .wp-block-media-text__content h3,
.ndv-photo-text-content h2,
.ndv-photo-text-content h3 {
  margin-top: 0;
  color: var(--green);
}

.content-card .wp-block-media-text + .wp-block-media-text {
  margin-top: 36px;
}

@media(max-width:850px){
  .content-card .wp-block-media-text,
  .ndv-photo-text {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .content-card .wp-block-media-text:nth-of-type(even),
  .ndv-photo-text:nth-of-type(even) {
    direction: ltr;
  }

  .content-card .wp-block-media-text__media img,
  .ndv-photo-text img {
    height: 250px;
  }
}


/* V3.5 - Page liste Voyages */
.voyage-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}


/* V3.6 - Carte Leaflet avec drapeau animé */

.voyage-leaflet-map {
  width: 100%;
  height: 390px;
  border-radius: 18px;
  overflow: hidden;
  background: #eadbc2;
  box-shadow: 0 12px 30px rgba(38,51,42,.14);
}

.flag-marker {
  width: 44px;
  height: 44px;
  position: relative;
  transform-origin: bottom center;
  animation: ndvFlagFloat 1.6s ease-in-out infinite;
}

.flag-marker .flag {
  font-size: 34px;
  line-height: 1;
  filter: drop-shadow(0 5px 6px rgba(0,0,0,.28));
}

.flag-marker::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 28px;
  width: 4px;
  height: 28px;
  background: #5b3f2e;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

@keyframes ndvFlagFloat {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-5px) rotate(3deg); }
}

.ndv-map-popup {
  color: #5b3f2e;
  font-family: Inter, sans-serif;
  min-width: 210px;
}

.ndv-map-popup strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: #2f3d32;
}

.leaflet-popup-content-wrapper {
  border-radius: 16px;
}

.voyage-location-note {
  margin-top: 10px;
}

/* V3.7 - Recherche en cartes */
.search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:28px}
.search-card{background:#fffaf0;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px rgba(38,51,42,.14)}
.search-card-thumb{width:100%;height:230px;background:#eadbc2;overflow:hidden}
.search-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.search-card-content{padding:22px}
.search-card-content h2{margin:0 0 10px;color:var(--green);font-size:1.55rem}
.search-card-type{display:inline-flex;align-items:center;gap:6px;background:#f0dfc4;color:#5b3f2e;border-radius:999px;padding:7px 11px;font-weight:800;font-size:.88rem;margin-bottom:12px}
.search-empty{background:#fff4cf;border-radius:18px;padding:25px;font-weight:700}
@media(max-width:950px){.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.search-results-grid{grid-template-columns:1fr}}


/* V3.8 - Logo officiel */

.brand-real-logo {
  min-width: 340px;
  max-width: 430px;
}

.brand-logo-real {
  width: 100%;
  max-width: 430px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.18));
}

.site-topbar {
  grid-template-columns: minmax(300px, 440px) 1fr auto;
}

@media(max-width:1250px){
  .site-topbar {
    grid-template-columns: 1fr;
  }

  .brand-real-logo {
    min-width: 0;
    max-width: 420px;
  }
}

@media(max-width:760px){
  .brand-real-logo {
    max-width: 320px;
  }

  .brand-logo-real {
    max-width: 320px;
  }
}


/* V3.9 - Logo transparent intégré au header */
.brand-logo-real{
  filter:none !important;
}

.site-header{
  overflow:hidden;
}

.brand-real-logo img{
  mix-blend-mode:normal;
}


/* V4.0 - Logo définitif fond vert */

.site-topbar {
  grid-template-columns: minmax(360px, 520px) 1fr auto;
  min-height: 150px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.brand-real-logo {
  min-width: 360px;
  max-width: 520px;
}

.brand-logo-real {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: none !important;
  border-radius: 0;
}

@media(max-width:1250px){
  .site-topbar {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .brand-real-logo {
    min-width: 0;
    max-width: 500px;
  }

  .brand-logo-real {
    max-width: 500px;
  }
}

@media(max-width:760px){
  .brand-real-logo {
    max-width: 340px;
  }

  .brand-logo-real {
    max-width: 340px;
  }

  .site-topbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}


/* V4.1 - Logo PNG transparent définitif */
.brand-real-logo {
  min-width: 420px;
  max-width: 620px;
}

.brand-logo-real {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: none !important;
}

.site-topbar {
  min-height: 135px;
}

@media(max-width:900px){
  .brand-real-logo {
    min-width:0;
    max-width:420px;
  }

  .brand-logo-real {
    max-width:420px;
  }
}

@media(max-width:600px){
  .brand-real-logo,
  .brand-logo-real {
    max-width:300px;
  }
}


/* V4.2 - Logo plus petit et aligné à gauche */

.site-topbar {
  min-height: 105px !important;
  padding: 14px 4% !important;
  grid-template-columns: 300px minmax(260px, 1fr) auto !important;
  gap: 26px !important;
  align-items: center !important;
}

.brand-real-logo {
  min-width: 0 !important;
  max-width: 300px !important;
  justify-self: start !important;
}

.brand-logo-real {
  max-width: 300px !important;
  max-height: 86px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.header-search {
  justify-self: center !important;
}

@media(max-width:1250px){
  .site-topbar {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .brand-real-logo {
    max-width: 320px !important;
  }

  .brand-logo-real {
    max-width: 320px !important;
    max-height: 92px !important;
  }

  .header-search,
  .main-nav {
    justify-self: start !important;
  }
}

@media(max-width:760px){
  .site-topbar {
    padding: 12px 5% !important;
  }

  .brand-real-logo {
    max-width: 260px !important;
  }

  .brand-logo-real {
    max-width: 260px !important;
    max-height: 78px !important;
  }
}


/* V4.3 - Header compact 90px */

.site-topbar {
  height: 90px !important;
  min-height: 90px !important;
  padding: 0 4% !important;
  grid-template-columns: 280px minmax(250px, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
}

.brand-real-logo {
  min-width: 0 !important;
  max-width: 280px !important;
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-self: start !important;
}

.brand-logo-real {
  max-width: 280px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.header-search {
  justify-self: center !important;
  align-self: center !important;
}

.search-box {
  height: 48px !important;
}

.main-nav {
  align-self: center !important;
}

.main-nav a {
  font-size: .9rem !important;
  gap: 4px !important;
}

.main-nav a .nav-icon {
  font-size: 1.25rem !important;
}

@media(max-width:1250px){
  .site-topbar {
    height: auto !important;
    min-height: 90px !important;
    padding: 12px 5% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .brand-real-logo {
    max-width: 300px !important;
    height: auto !important;
  }

  .brand-logo-real {
    max-width: 300px !important;
    max-height: 74px !important;
  }

  .header-search,
  .main-nav {
    justify-self: start !important;
  }
}

@media(max-width:760px){
  .brand-real-logo {
    max-width: 240px !important;
  }

  .brand-logo-real {
    max-width: 240px !important;
    max-height: 64px !important;
  }

  .search-box {
    height: 44px !important;
    width: min(360px, 90vw) !important;
  }
}


/* V4.4 - Header propre avec Logo.png définitif */

.site-topbar {
  height: 90px !important;
  min-height: 90px !important;
  padding: 0 3.5% !important;
  grid-template-columns: 360px minmax(260px, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
}

.brand-real-logo {
  min-width: 0 !important;
  max-width: 360px !important;
  width: 360px !important;
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
}

.brand-logo-real {
  width: auto !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: 75px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
}

.header-search {
  justify-self: center !important;
  align-self: center !important;
}

.search-box {
  height: 48px !important;
}

.main-nav {
  align-self: center !important;
}

.main-nav a {
  font-size: .9rem !important;
  gap: 4px !important;
}

.main-nav a .nav-icon {
  font-size: 1.25rem !important;
}

@media(max-width:1250px){
  .site-topbar {
    height: auto !important;
    min-height: 90px !important;
    padding: 12px 5% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .brand-real-logo {
    width: auto !important;
    max-width: 360px !important;
    height: auto !important;
  }

  .brand-logo-real {
    max-width: 360px !important;
    max-height: 75px !important;
  }

  .header-search,
  .main-nav {
    justify-self: start !important;
  }
}

@media(max-width:760px){
  .brand-real-logo {
    max-width: 280px !important;
  }

  .brand-logo-real {
    max-width: 280px !important;
    max-height: 65px !important;
  }

  .search-box {
    height: 44px !important;
    width: min(360px, 90vw) !important;
  }
}


/* V4.5 - Logo plus lisible */

.site-topbar {
  height: 100px !important;
  min-height: 100px !important;
  padding: 0 3% !important;
  grid-template-columns: 520px minmax(250px, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
}

.brand-real-logo {
  min-width: 0 !important;
  width: 520px !important;
  max-width: 520px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
}

.brand-logo-real {
  width: 520px !important;
  max-width: 520px !important;
  height: auto !important;
  max-height: 96px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
}

.header-search {
  justify-self: center !important;
}

.search-box {
  height: 48px !important;
  width: min(330px, 24vw) !important;
}

.main-nav a {
  font-size: .88rem !important;
}

.main-nav a .nav-icon {
  font-size: 1.18rem !important;
}

@media(max-width:1350px){
  .site-topbar {
    grid-template-columns: 430px minmax(230px, 1fr) auto !important;
  }

  .brand-real-logo {
    width: 430px !important;
    max-width: 430px !important;
  }

  .brand-logo-real {
    width: 430px !important;
    max-width: 430px !important;
  }

  .main-nav {
    gap: 16px !important;
  }
}

@media(max-width:1150px){
  .site-topbar {
    height: auto !important;
    min-height: 100px !important;
    padding: 12px 5% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .brand-real-logo {
    width: auto !important;
    max-width: 520px !important;
    height: auto !important;
  }

  .brand-logo-real {
    width: 100% !important;
    max-width: 520px !important;
    max-height: 100px !important;
  }

  .header-search,
  .main-nav {
    justify-self: start !important;
  }

  .search-box {
    width: min(420px, 90vw) !important;
  }
}

@media(max-width:760px){
  .brand-real-logo {
    max-width: 330px !important;
  }

  .brand-logo-real {
    max-width: 330px !important;
    max-height: 82px !important;
  }
}


/* V4.6 - Logo dessin original fond blanc */
.site-topbar{
  height:110px !important;
  min-height:110px !important;
  grid-template-columns:420px minmax(260px,1fr) auto !important;
}

.brand-real-logo{
  width:420px !important;
  max-width:420px !important;
  height:110px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

.brand-logo-real{
  width:auto !important;
  max-width:420px !important;
  max-height:95px !important;
  object-fit:contain !important;
  border-radius:10px;
}

@media(max-width:760px){
 .brand-real-logo{max-width:300px!important;width:300px!important}
 .brand-logo-real{max-width:300px!important;max-height:75px!important}
}


/* V4.7 - Retour header texte + logo simple */

.site-topbar {
  min-height: 132px !important;
  height: auto !important;
  background: var(--green) !important;
  color: var(--white) !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 34px !important;
  padding: 26px 6% !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  text-decoration: none !important;
  color: #f4dfc8 !important;
  min-width: max-content !important;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
}

.brand-logo {
  width: 68px !important;
  height: 68px !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.brand-title {
  display: block !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 1.9rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #f4dfc8 !important;
}

.brand-subtitle {
  display: block !important;
  margin-top: 9px !important;
  color: #f4dfc8 !important;
  font-size: 1rem !important;
  letter-spacing: 5px !important;
}

.brand-real-logo,
.brand-logo-real {
  all: unset !important;
}

.header-search {
  display: flex !important;
  align-items: center !important;
  justify-self: center !important;
}

.search-box {
  width: min(350px, 30vw) !important;
  height: 56px !important;
}

.main-nav {
  justify-content: flex-end !important;
}

.main-nav a {
  font-size: .98rem !important;
}

.main-nav a .nav-icon {
  font-size: 1.45rem !important;
}

@media(max-width:1250px){
  .site-topbar {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .header-search,
  .main-nav {
    justify-self: start !important;
    justify-content: flex-start !important;
  }

  .search-box {
    width: min(420px, 85vw) !important;
  }
}

@media(max-width:760px){
  .site-topbar {
    min-height: auto !important;
    padding: 20px 5% !important;
  }

  .brand-logo {
    width: 56px !important;
    height: 56px !important;
  }

  .brand-title {
    font-size: 1.45rem !important;
  }

  .brand-subtitle {
    font-size: .82rem !important;
    letter-spacing: 3px !important;
  }
}

/* V4.8 - Espace commentaires */
.ndv-comments-section{width:min(1180px,90%);margin:45px auto 0}
.ndv-comments-inner{background:#fffaf0;border-radius:28px;box-shadow:0 18px 45px rgba(66,45,29,.18);padding:38px}
.ndv-comments-title,.ndv-reply-title{margin-top:0;color:var(--green);font-family:'Playfair Display',serif}
.ndv-no-comments{background:#fff4cf;border-radius:16px;padding:16px 18px;font-weight:700;color:#5b3f2e}
.ndv-comment-list{list-style:none;margin:0 0 35px;padding:0}
.ndv-comment{margin:0 0 18px}
.ndv-comment-card{display:grid;grid-template-columns:64px 1fr;gap:16px;background:#fff7e8;border-radius:22px;padding:18px;box-shadow:0 8px 22px rgba(38,51,42,.10)}
.ndv-comment-avatar img{border-radius:50%}
.ndv-comment-head{display:flex;justify-content:space-between;gap:12px;color:var(--green);margin-bottom:8px}
.ndv-comment-head span{color:#80634c;font-size:.9rem}
.ndv-comment-text{line-height:1.7}
.ndv-comment-awaiting{background:#fff4cf;border-radius:12px;padding:10px;font-weight:700}
.ndv-comment-reply a{display:inline-block;margin-top:8px;color:var(--sand);font-weight:800;text-decoration:none}
.comment-form label{display:block;font-weight:800;color:var(--green);margin-bottom:8px}
.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{width:100%;border:1px solid #eadbc2;border-radius:16px;padding:13px 14px;background:#fff7e8;color:#5b3f2e;font:inherit}
.ndv-comment-submit,.form-submit .submit{display:inline-block;background:var(--sand);color:white;border:0;border-radius:999px;padding:13px 22px;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(38,51,42,.14)}
.comment-notes,.logged-in-as{color:#80634c}
@media(max-width:700px){.ndv-comment-card{grid-template-columns:1fr}.ndv-comment-head{flex-direction:column}.ndv-comments-inner{padding:24px}}


/* V4.9.3 - logo clair dans le bandeau, logo vert foncé sur l’accueil */
.site-topbar{
  min-height:150px;
  grid-template-columns:minmax(250px, 430px) 1fr auto;
  padding-top:14px;
  padding-bottom:14px;
}
.brand{
  min-width:0;
  width:100%;
}
.brand-logo-art{
  display:block;
  width:min(430px, 34vw);
  max-width:100%;
  height:auto;
  max-height:128px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
.brand-logo,.brand-title,.brand-subtitle{display:none!important;}

.home-main-title-logo{
  display:block;
  width:min(760px, 86vw);
  height:auto;
  max-height:330px;
  object-fit:contain;
  margin:0 auto 18px;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.20));
}
.home-main-title.has-logo{font-size:0;line-height:0;margin:0;}

@media (max-width:1100px){
  .site-topbar{grid-template-columns:1fr;justify-items:center;gap:16px;}
  .brand{justify-content:center;}
  .brand-logo-art{width:min(520px,88vw);max-height:145px;object-position:center;}
  .header-search{display:none;}
  .main-nav{justify-content:center;flex-wrap:wrap;gap:16px;}
}
@media (max-width:680px){
  .site-topbar{min-height:120px;padding:12px 4%;}
  .brand-logo-art{max-height:112px;}
  .main-nav a{font-size:.82rem;}
  .main-nav a .nav-icon{font-size:1.1rem;}
  .home-main-title-logo{max-height:230px;width:94vw;}
}


/* V4.9.3 - logo accueil foncé pour rester lisible sur fond clair */
.home-main-title-logo.home-logo-dark{
  filter:drop-shadow(0 10px 22px rgba(255,250,240,.45));
}

/* ===== V4.9.4 - Corrections mobile fiche restaurant + bouton retour haut ===== */
.ndv-back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  width:46px;
  height:46px;
  border:0;
  border-radius:999px;
  background:var(--green-dark,#26332a);
  color:var(--cream-light,#fffaf0);
  font-size:26px;
  font-weight:900;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 30px rgba(38,51,42,.28);
  cursor:pointer;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.ndv-back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.ndv-back-to-top:hover{transform:translateY(-3px);}

@media(max-width:760px){
  .restaurant-info-panel,
  .restaurant-side-map{
    padding:18px !important;
    border-radius:22px !important;
  }
  .restaurant-info-panel h2,
  .restaurant-side-map h2{
    font-size:1.35rem !important;
    margin-bottom:12px !important;
  }
  .restaurant-info-row,
  .voyage-info-row.restaurant-info-row{
    display:grid !important;
    grid-template-columns:92px minmax(0,1fr) !important;
    gap:8px !important;
    align-items:start !important;
    padding:8px 0 !important;
    font-size:.94rem !important;
    line-height:1.35 !important;
  }
  .restaurant-info-row strong,
  .voyage-info-row.restaurant-info-row strong{
    font-size:.88rem !important;
  }
  .restaurant-info-row span,
  .voyage-info-row.restaurant-info-row span{
    display:block !important;
    margin-top:0 !important;
    text-align:left !important;
    font-size:.94rem !important;
    word-break:break-word !important;
  }
  .restaurant-map-iframe{
    height:240px !important;
    border-radius:18px !important;
  }
  .restaurant-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .restaurant-gallery img{
    height:120px !important;
    border-radius:14px !important;
  }
  .restaurant-actions{
    gap:10px !important;
  }
  .restaurant-actions .btn,
  .restaurant-voyage-card .btn{
    width:100% !important;
    text-align:center !important;
  }
  .ndv-back-to-top{
    width:42px;
    height:42px;
    right:14px;
    bottom:14px;
    font-size:23px;
  }
}

/* ===== V4.9.5 - Accueil dynamique : derniers voyages / restaurants ===== */
.home-dynamic{width:min(1180px,90%);margin:0 auto;}
.home-section{padding:42px 0 10px;}
.home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;}
.home-content-card{background:rgba(255,250,240,.94);border-radius:24px;overflow:hidden;box-shadow:0 14px 36px rgba(38,51,42,.14);border:1px solid rgba(194,139,90,.18);display:flex;flex-direction:column;}
.home-card-image{display:block;height:210px;background:#eadfcd;overflow:hidden;}
.home-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease;}
.home-content-card:hover .home-card-image img{transform:scale(1.04);}
.home-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:10px;flex:1;}
.home-card-body h3{margin:0;color:var(--green);font-size:1.35rem;line-height:1.15;}
.home-card-body h3 a{color:inherit;text-decoration:none;}
.home-card-body p{margin:0;line-height:1.5;}
.home-meta{font-weight:700;color:var(--sand);font-size:.96rem;}
.home-pill{display:inline-flex;align-self:flex-start;background:rgba(38,51,42,.08);color:var(--green);border-radius:999px;padding:6px 12px;font-weight:800;font-size:.88rem;}
.home-mini-infos{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0;}
.home-mini-infos span{background:rgba(38,51,42,.07);border-radius:999px;padding:5px 9px;font-size:.86rem;font-weight:700;color:var(--green);}
.home-card-btn{margin-top:auto;align-self:flex-start;background:var(--green);color:white;text-decoration:none;border-radius:999px;padding:10px 15px;font-weight:800;}
.home-empty-card{background:rgba(255,250,240,.9);border:1px dashed rgba(194,139,90,.5);border-radius:20px;padding:24px;color:var(--green);font-weight:700;}
.home-shortcut-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.home-shortcut-grid a{background:var(--green);color:white;text-decoration:none;border-radius:22px;min-height:110px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:2rem;box-shadow:0 14px 30px rgba(38,51,42,.18);}
.home-shortcut-grid span{font-size:1.15rem;font-weight:800;}
.home-intro-final{margin-top:34px;}
@media(max-width:900px){.home-card-grid{grid-template-columns:1fr 1fr}.home-shortcut-grid{grid-template-columns:1fr;}.travel-cards-head{align-items:flex-start;flex-direction:column;gap:10px;}}
@media(max-width:620px){.home-card-grid{grid-template-columns:1fr}.home-section{padding:30px 0 6px}.home-card-image{height:190px}.home-card-body{padding:17px}.home-mini-infos span{font-size:.82rem}.home-shortcut-grid a{min-height:82px;font-size:1.55rem}.home-shortcut-grid span{font-size:1rem}}


/* V4.9.6 - Accueil : citation carnet */
.zen-quote{
  background:linear-gradient(135deg,#fff8e8,#f2e4c8)!important;
  border:1px solid rgba(194,139,90,.35);
  border-left:6px solid var(--sand);
  transform:none;
  text-align:center;
  color:var(--green);
}
.zen-quote strong{
  display:block;
  margin-bottom:12px;
  font-size:1.15rem;
  letter-spacing:.03em;
}
.zen-quote em{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:1.08rem;
  line-height:1.65;
}
@media(max-width:620px){
  .zen-quote em{font-size:1rem;}
}

/* V4.9.7 - Accueil : introduction avant contenus récents + citation aléatoire */
.home-intro-first{
  margin-top: clamp(22px, 4vw, 48px);
}
.zen-quote em{
  display:block;
  margin-top:8px;
  line-height:1.55;
}


/* V4.9.9 - Page Contact */
.contact-hero{
  width:min(1120px,90%);
  margin:42px auto 22px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:stretch;
}
.contact-card,.contact-form-card,.contact-info-card{
  background:rgba(255,250,240,.94);
  border:1px solid rgba(194,139,90,.22);
  border-radius:28px;
  box-shadow:0 18px 44px rgba(38,51,42,.14);
}
.contact-card{padding:34px;position:relative;overflow:hidden;}
.contact-card:before{
  content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(176,123,79,.13);
}
.contact-kicker{color:var(--sand);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.84rem;margin-bottom:10px;}
.contact-card h1{margin:0 0 14px;color:var(--green);font-family:'Playfair Display',serif;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1;}
.contact-card p{color:var(--brown);font-size:1.08rem;line-height:1.7;margin:0 0 16px;}
.contact-note{margin-top:20px;padding:18px 20px;background:#fff4df;border-left:5px solid var(--sand);border-radius:18px;color:var(--green);font-weight:700;}
.contact-info-card{padding:28px;display:flex;flex-direction:column;gap:16px;}
.contact-info-card h2,.contact-form-card h2{margin:0;color:var(--green);font-family:'Playfair Display',serif;font-size:1.8rem;}
.contact-info-line{display:flex;gap:12px;align-items:flex-start;background:rgba(47,61,50,.06);padding:14px;border-radius:18px;color:var(--brown);}
.contact-info-line .ci-icon{width:28px;min-width:28px;height:28px;border-radius:50%;background:var(--green);color:#fffaf0;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;}
.contact-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px;}
.contact-socials a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:var(--green);color:white;border-radius:999px;padding:10px 14px;font-weight:800;}
.contact-form-wrap{width:min(1120px,90%);margin:0 auto 60px;display:grid;grid-template-columns:1fr;}
.contact-form-card{padding:32px;}
.ndv-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px;}
.ndv-contact-form .full{grid-column:1/-1;}
.ndv-contact-form label{display:block;color:var(--green);font-weight:900;margin-bottom:8px;}
.ndv-contact-form input,.ndv-contact-form textarea{width:100%;border:1px solid #eadbc2;border-radius:16px;padding:13px 14px;background:#fff7e8;color:#5b3f2e;font:inherit;outline:none;}
.ndv-contact-form input:focus,.ndv-contact-form textarea:focus{border-color:var(--sand);box-shadow:0 0 0 4px rgba(176,123,79,.14);}
.ndv-contact-form textarea{min-height:170px;resize:vertical;}
.ndv-contact-submit{border:0;background:var(--green);color:white;border-radius:999px;padding:14px 24px;font-weight:900;cursor:pointer;box-shadow:0 12px 30px rgba(38,51,42,.18);}
.ndv-contact-submit:hover{transform:translateY(-2px);}
.contact-alert{width:min(1120px,90%);margin:22px auto 0;border-radius:18px;padding:15px 18px;font-weight:800;}
.contact-alert.success{background:#eaf4e8;color:#26332a;border:1px solid #bed9b8;}
.contact-alert.error{background:#fff0ec;color:#7a2e1f;border:1px solid #e6b7a8;}
@media(max-width:850px){.contact-hero{grid-template-columns:1fr;margin-top:28px}.ndv-contact-form{grid-template-columns:1fr}.contact-card,.contact-info-card,.contact-form-card{padding:24px}.contact-info-line .ci-icon{font-size:.82rem;width:24px;min-width:24px;height:24px}}

/* V5.1 - Page À propos */
.about-hero{width:min(1120px,90%);margin:38px auto 22px;}
.about-hero-card{background:linear-gradient(135deg,rgba(47,61,50,.96),rgba(38,51,42,.96));color:#fffaf0;border-radius:30px;padding:42px;box-shadow:0 18px 45px rgba(38,51,42,.22);text-align:center;position:relative;overflow:hidden;}
.about-hero-card:before{content:"";position:absolute;inset:-40px;background:radial-gradient(circle at 20% 20%,rgba(216,185,143,.25),transparent 34%),radial-gradient(circle at 80% 60%,rgba(255,250,240,.12),transparent 28%);pointer-events:none;}
.about-kicker{position:relative;color:#d8b98f;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.82rem;margin-bottom:10px;}
.about-hero h1{position:relative;margin:0 0 10px;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1;}
.about-hero p{position:relative;margin:0;font-size:1.18rem;color:#f7efde;}
.about-wrap{width:min(1120px,90%);margin:0 auto 70px;display:flex;flex-direction:column;gap:26px;}
.about-intro-card,.about-card,.about-quote{background:rgba(255,250,240,.94);border:1px solid rgba(194,139,90,.18);border-radius:26px;box-shadow:0 14px 36px rgba(38,51,42,.13);}
.about-intro-card{display:grid;grid-template-columns:360px 1fr;gap:30px;padding:28px;align-items:center;}
.about-photo{border-radius:24px;overflow:hidden;min-height:320px;background:#eadfcd;box-shadow:inset 0 0 0 1px rgba(194,139,90,.2);}
.about-photo img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;}
.about-photo-placeholder{height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#2f3d32;font-size:4rem;font-family:'Playfair Display',serif;background:linear-gradient(135deg,#f7efde,#eadbc2);}
.about-photo-placeholder span{font-family:'Inter',sans-serif;font-size:1rem;font-weight:800;margin-top:8px;}
.about-text h2,.about-card h2{margin:0 0 14px;color:#2f3d32;font-size:2rem;}
.about-text p,.about-card p{margin:0;color:#5b3f2e;line-height:1.8;font-size:1.05rem;}
.about-card{padding:30px;}
.about-way-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px;}
.about-way-card{background:rgba(47,61,50,.07);border-radius:22px;padding:20px;min-height:150px;}
.about-way-card h3{margin:0 0 10px;color:#2f3d32;font-size:1.25rem;}
.about-way-card p{font-size:.96rem;line-height:1.55;}
.about-likes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;}
.about-likes-grid span{background:#fff4df;color:#2f3d32;border-radius:999px;padding:12px 16px;font-weight:800;}
.about-quote{padding:34px;text-align:center;background:linear-gradient(135deg,#fff4df,#fffaf0);border-left:6px solid #b07b4f;}
.about-quote span{display:block;color:#b07b4f;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;}
.about-quote blockquote{margin:0;color:#2f3d32;font-family:'Caveat',cursive;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.2;}
@media(max-width:920px){.about-intro-card{grid-template-columns:1fr}.about-way-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.about-photo,.about-photo img,.about-photo-placeholder{min-height:260px}}
@media(max-width:620px){.about-hero-card{padding:30px 22px}.about-intro-card,.about-card,.about-quote{padding:22px}.about-way-grid,.about-likes-grid{grid-template-columns:1fr}.about-text h2,.about-card h2{font-size:1.65rem}.about-photo,.about-photo img,.about-photo-placeholder{min-height:220px}}


.home-shortcut-grid a small{
  display:block;
  margin-top:8px;
  font-size:.86rem;
  font-weight:500;
  line-height:1.35;
  opacity:.86;
}


/* ===== V5.6 - Logo horizontal clair dans l'entête, hauteur conservée ===== */
.site-topbar{
  height:150px !important;
  min-height:150px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  grid-template-columns:minmax(540px, 760px) minmax(180px,1fr) auto !important;
  align-items:center !important;
  overflow:hidden !important;
}
.brand{
  min-width:0 !important;
  width:100% !important;
  height:130px !important;
  display:flex !important;
  align-items:center !important;
}
.brand-logo-art{
  display:block !important;
  width:100% !important;
  max-width:760px !important;
  height:auto !important;
  max-height:130px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.25)) !important;
}
@media(max-width:1280px){
  .site-topbar{
    height:auto !important;
    min-height:150px !important;
    grid-template-columns:1fr !important;
    justify-items:center !important;
    gap:12px !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
  }
  .brand{height:auto !important;justify-content:center !important;}
  .brand-logo-art{width:min(760px,92vw) !important;max-height:130px !important;object-position:center !important;}
  .header-search{display:none !important;}
  .main-nav{justify-content:center !important;flex-wrap:wrap !important;}
}
@media(max-width:680px){
  .site-topbar{min-height:120px !important;padding:10px 4% !important;}
  .brand-logo-art{width:96vw !important;max-height:100px !important;}
}


/* V5.7 - Recherche intégrée au menu + retrait du logo central accueil */
.site-topbar{
  grid-template-columns:minmax(360px, 760px) auto !important;
  height:150px !important;
  min-height:150px !important;
  overflow:hidden !important;
}
.header-search{display:none !important;}
.main-nav{
  justify-self:end !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  flex-wrap:nowrap !important;
}
.menu-search-box{
  height:42px;
  width:170px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  border:1.5px solid rgba(255,250,240,.72);
  border-radius:999px;
  background:rgba(255,250,240,.08);
  color:#fffaf0;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.menu-search-icon{font-size:1rem;line-height:1;opacity:.95;}
.menu-search-box input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fffaf0;
  font:inherit;
  font-size:.88rem;
  font-weight:800;
}
.menu-search-box input::placeholder{color:#fffaf0;opacity:.9;}
.hero-without-center-logo{
  min-height:420px !important;
}
.hero-without-center-logo .hero-content,
.home-main-title-logo,
.home-main-title.has-logo{
  display:none !important;
}
@media(max-width:1280px){
  .site-topbar{
    grid-template-columns:1fr !important;
    height:auto !important;
    min-height:150px !important;
    overflow:visible !important;
  }
  .main-nav{
    justify-self:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
  }
  .menu-search-box{width:min(280px, 88vw);}
}
@media(max-width:680px){
  .menu-search-box{height:40px;width:min(260px, 92vw);}
  .hero-without-center-logo{min-height:320px !important;}
}


/* V5.8 - Section “Nos photos” sur les fiches Voyage */
.voyage-photos-section h2 {
  margin-top: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.voyage-photos-section .voyage-gallery {
  margin-top: 20px !important;
}
.voyage-photos-section .voyage-gallery a,
.voyage-photos-section .voyage-gallery figure {
  display: block;
  border-radius: 20px !important;
  overflow: hidden;
  background: rgba(255,255,255,.75) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.16) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.voyage-photos-section .voyage-gallery a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0,0,0,.22) !important;
}
.voyage-photos-section .voyage-gallery img {
  width: 100% !important;
  height: 230px !important;
  object-fit: cover !important;
  display: block !important;
}
