/* Overlay responsive — mobile only quand possible. Ne pas toucher le header desktop. */

img, video, canvas {
  max-width: 100%;
}
img.logo {
  width: auto;
  height: 38px;
  max-width: none;
}
iframe, embed, object {
  max-width: 100%;
}

/* Header : une seule ligne, largeur réelle de l’écran */
header .wrap.bar {
  max-width: none;
}
.bar {
  align-items: center;
  min-width: 0;
}
header nav {
  margin-left: 28px;
}
header .tel {
  margin-left: auto;
}
.identite,
.tel,
.espace,
header .bar > .btn {
  flex: none;
}

@media (max-width: 1699px) {
  header .bar > a.btn.btn-or {
    display: none !important;
  }
  header .espace span {
    display: none !important;
  }
  header nav {
    gap: 14px;
    font-size: 13.5px;
  }
}

@media (max-width: 1330px) {
  .menu-panneau a,
  .menu-mob summary {
    min-height: 44px;
  }
}

@media (max-width: 600px) {
  .meta {
    grid-template-columns: 1fr !important;
  }
  .meta div,
  .meta div + div,
  .meta div:nth-child(2n) {
    border-left: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .meta dd {
    font-size: 20px;
  }
}

@media (max-width: 820px) {
  .rappel {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .page-voyage {
    padding-bottom: calc(62px + env(safe-area-inset-bottom, 0));
  }
  .rappel-in {
    height: auto;
    min-height: 62px;
    padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0));
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .voyages,
  .pratique,
  .secu,
  .duo,
  .nest,
  .gens,
  .frise {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .hero h1,
  .accroche h1 {
    font-size: clamp(28px, 9vw, 42px);
  }
}

@media (max-width: 520px) {
  .wrap,
  .hero-in,
  .accroche-in,
  .bande-in,
  .rappel-in {
    padding-left: 16px;
    padding-right: 16px;
  }
  .identite {
    gap: 10px;
  }
  .accroche .actions .btn {
    width: 100%;
    justify-content: center;
  }
  .accroche .actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.orso-form-sec { padding: 64px 0 80px; }
.orso-form {
  max-width: 36rem;
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.orso-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}
.orso-form input,
.orso-form textarea,
.orso-form select {
  width: 100%;
  font: inherit;
  font-weight: 400;
  padding: 12px 14px;
  border: 1px solid var(--bord, #e4dfd6);
  background: #fff;
  color: inherit;
}
.orso-form .orso-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
.orso-form .orso-check input {
  width: auto;
  margin-top: 4px;
}
.orso-q-fiche { margin: 28px 0 0; }
.orso-espace { max-width: 52rem; }
.orso-recap-grid { display: grid; gap: 22px; margin: 36px 0; }
.orso-recap {
  border: 1px solid var(--bord, #e4dfd6);
  padding: 22px 24px;
}
.orso-recap h2 { font-size: 22px; margin: 0 0 12px; }
.orso-vide { color: var(--texte-doux, #5c6467); font-size: 15px; }
.orso-voy-card {
  border: 1px solid var(--bord, #e4dfd6);
  padding: 18px;
  display: grid;
  gap: 12px;
  margin: 0 0 14px;
}
.orso-voy-head { margin: 0; letter-spacing: 0.12em; text-transform: uppercase; font-size: 11px; color: var(--laiton, #a8874f); }
.orso-voy-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
}
.orso-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.orso-form-ok { color: #5f7a6e; font-weight: 600; }
.orso-form-err { color: #9b6247; font-weight: 600; }
.orso-form .btn { justify-self: start; cursor: pointer; }

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 48px 0 80px;
}
@media (min-width: 760px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
.blog-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 14px; }
.blog-card .photo { aspect-ratio: 3/2; }
.blog-hero { aspect-ratio: 16/8; margin: 28px 0 36px; }
.blog-corps { max-width: 68ch; font-size: 18px; line-height: 1.65; }
.blog-corps p { margin: 0 0 1.1em; }
.prose-blog { padding-bottom: 80px; }
.ariane { font-size: 14px; color: var(--texte-doux, #5c6467); }
.int-bloc { padding: 56px 0 64px; }
.int-voyages { max-width: 42rem; margin-top: 28px; }
.int-hero { align-items: center; }
.gen .portrait.photo.reelle {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 240px;
  padding: 0 !important;
  overflow: hidden;
  display: block !important;
  background: #151a1d;
}
.gen .portrait.photo.reelle img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 240px;
  object-fit: cover;
  display: block;
}
.gen a.int-card { text-decoration: none; color: inherit; display: block; }
.gen .int-voyages { margin-top: 8px; }
.gen .filet { margin: 0 0 12px; }
.top-blog { display: none !important; }
.prose-blog {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px 96px;
}
.prose-blog h1 { text-align: center; }
.prose-blog .intro { text-align: center; }
.blog-hero {
  aspect-ratio: 16 / 9;
  max-height: 320px;
  width: 100%;
  margin: 28px 0 40px;
  background-size: cover;
  background-position: center;
}
.blog-corps {
  max-width: none;
  font-size: 18px;
  line-height: 1.75;
}
.blog-corps p { margin: 0 0 1.15em; }
.blog-corps h2 { font-size: 1.4em; margin: 1.8em 0 0.5em; }

@media (min-width: 701px) and (max-width: 1024px) {
  .voyages {
    grid-template-columns: 1fr 1fr;
  }
  .pratique,
  .secu {
    grid-template-columns: 1fr 1fr !important;
  }
}
