/* Habillage commun à toutes les pages de villes. Aucun effet sur les autres pages. */
.page-ville {
  --city-cyan:#08a6bd;
  --city-blue:#075f88;
  --city-deep:#073954;
  --city-coral:#ff7358;
  --city-gold:#f8bd47;
  --city-sky:#eaf8fd;
  --city-ink:#102d43
}

/* Les textes éditoriaux occupent toute la ligne sur ordinateur. */
@media (min-width:1051px) {
  .page-ville .heading,
  .page-ville .heading.wide,
  .page-ville .editorial-heading {
    width:100%!important;
    max-width:none!important
  }
  .page-ville .heading h2 {
    max-width:820px
  }
  .page-ville .heading.wide h2 {
    max-width:980px
  }
  .page-ville .opinion-summary,
  .page-ville .opinion-summary strong,
  .page-ville .final-cta>.container>div,
  .page-ville .final-cta p,
  .page-ville .download-heading {
    width:100%!important;
    max-width:none!important
  }
  .page-ville .final-cta h2,
  .page-ville .download-heading h2 {
    max-width:1080px
  }
}
.page-ville .city-page-nav {
  position:relative;
  z-index:5;
  margin:0;
  background:linear-gradient(100deg,#edf9fd 0%,#f8fcfe 52%,#fff5f1 100%);
  border-top:1px solid #d9edf4;
  border-bottom:1px solid #d3e7ef;
  box-shadow:0 12px 30px rgba(13,54,79,.1)
}
.page-ville .city-page-nav>.container {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:76px
}
.page-ville .city-page-nav strong {
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 14px;
  border-radius:12px;
  background:#fff;
  color:var(--city-deep);
  font-size:1rem;
  white-space:nowrap;
  box-shadow:0 7px 18px rgba(7,95,136,.09)
}
.page-ville .city-page-nav strong:before {
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--city-coral);
  box-shadow:0 0 0 5px rgba(255,115,88,.13)
}
.page-ville .city-page-nav div div {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.page-ville .city-page-nav a {
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 17px;
  border:1px solid #d7eaf1;
  border-radius:999px;
  background:#fff;
  color:#345269;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(7,57,84,.05);
  transition:.2s
}
.page-ville .city-page-nav a:hover {
  border-color:var(--city-coral);
  color:var(--city-coral);
  transform:translateY(-2px)
}
.page-ville .city-page-nav a.active {
  border-color:var(--city-blue);
  background:linear-gradient(135deg,var(--city-blue),var(--city-deep));
  color:#fff;
  box-shadow:0 9px 22px rgba(7,95,136,.22);
  transform:translateY(-1px)
}
.page-ville .section {
  position:relative;
  padding:84px 0
}
.page-ville .section:nth-of-type(even) {
  background:linear-gradient(180deg,#fff 0%,#f5fbfd 100%)
}
.page-ville .heading {
  max-width:820px
}
.page-ville .heading.wide {
  max-width:980px;
  margin-bottom:34px
}
.page-ville .heading h2 {
  margin:.45rem 0 1rem;
  color:var(--city-blue);
  font-size:clamp(2rem,4vw,3.8rem);
  line-height:.98;
  letter-spacing:-.035em
}
.page-ville .heading p {
  color:#456277;
  font-size:1.08rem;
  line-height:1.8
}
.page-ville .heading>.eyebrow.dark {
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 12px;
  color:#0781b3;
  font-size:.83rem;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.15em;
  text-transform:uppercase
}
.page-ville .heading>.eyebrow.dark:before {
  content:"";
  flex:0 0 34px;
  width:34px;
  height:3px;
  border-radius:99px;
  background:var(--city-coral)
}
.page-ville .intro {
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0 58%,#edf9fd 58%)
}
.page-ville .intro:after {
  content:"";
  position:absolute;
  right:-120px;
  top:35px;
  width:360px;
  height:360px;
  border:70px solid rgba(7,129,179,.07);
  border-radius:50%
}
.page-ville .intro-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  gap:54px;
  align-items:start
}
.page-ville .facts {
  display:grid;
  gap:12px;
  padding:22px;
  border:1px solid #d9ecf3;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  box-shadow:0 22px 55px rgba(7,57,84,.12)
}
.page-ville .facts article {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:17px 18px;
  border-radius:18px;
  background:#f3fafc
}
.page-ville .facts small {
  color:#648095;
  font-weight:700
}
.page-ville .facts strong {
  color:var(--city-deep);
  text-align:right
}
.page-ville .must-grid,.page-ville .program-grid,.page-ville .advice-grid,.page-ville .video-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px
}
.page-ville .must-grid article,.page-ville .advice-grid article {
  position:relative;
  overflow:hidden;
  padding:28px;
  border:1px solid #dcecf2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 38px rgba(11,66,94,.09);
  transition:.25s
}
.page-ville .must-grid article {
  padding:0 0 30px;
  background:linear-gradient(180deg,#fff 0%,#f8fcfe 100%)
}
.page-ville .must-media {
  display:block;
  overflow:hidden;
  aspect-ratio:16/10;
  background:#dcecf2
}
.page-ville .must-media img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease
}
.page-ville .must-grid article:hover .must-media img {
  transform:scale(1.055)
}
.page-ville .must-grid article:hover,.page-ville .advice-grid article:hover {
  transform:translateY(-6px);
  box-shadow:0 24px 48px rgba(11,66,94,.16)
}
.page-ville .must-grid b {
  position:static;
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  margin:0 10px 0 22px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--city-coral),var(--city-gold));
  color:#fff;
  font-size:.86rem;
  font-weight:950;
  line-height:1;
  vertical-align:middle;
  box-shadow:0 7px 16px rgba(255,115,88,.25)
}
.page-ville .must-title {
  display:flex;
  align-items:center;
  gap:14px;
  margin:24px 30px 0
}
.page-ville .must-grid b {
  flex:0 0 38px;
  margin:0
}
.page-ville .must-grid h3 {
  display:block;
  margin:0;
  color:var(--city-deep);
  font-size:1.22rem;
  line-height:1.25
}
.page-ville .must-grid article>p {
  margin:18px 30px 0;
  padding:15px 4px 0;
  border-top:1px solid #e2eef3;
  color:#587286
}
.page-ville .must-grid h3,.page-ville .advice-grid h3 {
  margin:0 0 10px;
  color:var(--city-deep);
  font-size:1.22rem
}
.page-ville .must-grid p,.page-ville .advice-grid p {
  margin:0;
  color:#587286;
  line-height:1.65
}
.page-ville .programs {
  background:linear-gradient(135deg,var(--city-deep),#087da9)!important;
  color:#fff
}
.page-ville .programs .heading h2,.page-ville .programs .heading p,.page-ville .programs .eyebrow {
  color:#fff
}
.page-ville .program-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:clamp(18px,1.6vw,28px)
}
.page-ville .program-grid article {
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:clamp(22px,1.8vw,30px);
  border:1px solid #d8e9f0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(0,36,59,.22)
}
.page-ville .program-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px
}
.page-ville .program-top .program-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border-radius:999px;
  background:var(--city-gold);
  color:var(--city-deep);
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease
}
.page-ville .program-top>strong {
  flex:0 0 auto;
  color:var(--city-blue);
  font-size:.88rem;
  font-weight:900;
  letter-spacing:.04em;
  white-space:nowrap
}
.page-ville .program-top .program-badge:hover {
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,.2)
}
.page-ville .program-top .program-badge:focus-visible {
  outline:3px solid #fff;
  outline-offset:3px
}
.page-ville .program-grid h3 {
  margin:0 0 16px;
  color:var(--city-deep);
  font-size:clamp(1.32rem,1.05rem + .55vw,1.7rem);
  line-height:1.18
}
.page-ville .program-grid p,.page-ville .program-grid li {
  color:#536f82;
  line-height:1.55
}
.page-ville .program-grid ul {
  flex:1 1 auto;
  margin:0 0 22px;
  padding-left:1.25rem
}
.page-ville .program-grid li+li {
  margin-top:8px
}
.page-ville .program-grid article>a:last-child,.page-ville .program-grid .button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:auto;
  max-width:100%;
  align-self:flex-start;
  min-height:52px;
  margin-top:auto;
  padding:12px 18px;
  border:0;
  border-radius:14px;
  background:var(--city-coral);
  color:#fff;
  font-weight:900;
  text-decoration:none;
  text-align:center;
  box-shadow:0 10px 22px rgba(255,93,64,.24);
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease
}
.page-ville .program-grid article>a:last-child::after {
  content:"→";
  font-size:1.2em;
  line-height:1;
  transition:transform .2s ease
}
.page-ville .program-grid article>a:last-child:hover,
.page-ville .program-grid article>a:last-child:focus-visible {
  background:#ff5d40;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(0,0,0,.3)
}
.page-ville .program-grid article>a:last-child:hover::after,
.page-ville .program-grid article>a:last-child:focus-visible::after {
  transform:translateX(4px)
}
.page-ville .program-grid article>a:last-child:focus-visible {
  outline:3px solid var(--city-gold);
  outline-offset:4px
}
.page-ville .paphos-opinion {
  background:#fff
}
.page-ville .opinion-grid {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:34px;
  align-items:stretch
}
.page-ville .opinion-grid article {
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  column-gap:13px;
  align-items:center;
  padding:28px;
  border:1px solid #dcecf2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 38px rgba(11,66,94,.09)
}
.page-ville .opinion-grid article>span {
  display:grid;
  grid-column:1;
  grid-row:1;
  place-items:center;
  width:46px;
  height:46px;
  margin:0;
  border-radius:15px;
  background:linear-gradient(145deg,#e9f8fd,#fff1eb);
  font-size:1.35rem;
  line-height:1;
  box-shadow:0 8px 18px rgba(7,95,136,.1)
}
.page-ville .opinion-grid article>h3 {
  grid-column:2;
  grid-row:1;
  margin:0;
  font-size:1.12rem;
  line-height:1.25
}
.page-ville .opinion-grid article>p {
  grid-column:1/-1;
  margin-top:17px
}
.page-ville .opinion-summary {
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:clamp(18px,2.5vw,36px);
  max-width:none;
  margin:30px 0 0;
  padding:22px clamp(24px,3vw,42px);
  border:1px solid #d7e9f0;
  border-left:5px solid var(--city-coral);
  border-radius:18px;
  background:linear-gradient(90deg,#f1f9fc 0%,#fff 72%);
  color:#4d6d82;
  text-align:left;
  box-shadow:0 12px 28px rgba(7,57,84,.08)
}
.page-ville .opinion-summary strong {
  display:block;
  color:var(--city-deep);
  font-size:1rem;
  font-weight:900;
  line-height:1.25;
  white-space:nowrap
}
.page-ville .opinion-summary span {
  display:block;
  font-size:1.05rem;
  line-height:1.55
}
.page-ville .opinion-grid>div:last-child {
  padding:34px;
  border-radius:28px;
  background:#f2f9fc;
  color:#345269;
  line-height:1.8
}
.page-ville .practical-advice {
  background:linear-gradient(180deg,#f1fafc,#fff)!important
}
.page-ville .advice-grid article:before {
  content:none;
  display:none
}
.page-ville .advice-grid article {
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  column-gap:13px;
  align-items:center
}
.page-ville .advice-grid article>b {
  display:grid;
  grid-column:1;
  grid-row:1;
  place-items:center;
  width:46px;
  height:46px;
  margin:0;
  border-radius:15px;
  background:linear-gradient(145deg,#e9f8fd,#fff1eb);
  font-size:1.35rem;
  line-height:1;
  box-shadow:0 8px 18px rgba(7,95,136,.1)
}
.page-ville .advice-grid h3 {
  grid-column:2;
  grid-row:1;
  margin:0;
  font-size:1.12rem;
  line-height:1.25
}
.page-ville .advice-grid p {
  grid-column:1/-1;
  margin-top:17px;
  font-size:.98rem;
  line-height:1.65
}
.page-ville .paphos-media {
  background:#f4fafc
}
.page-ville .video-frame,.page-ville .media-frame {
  overflow:hidden;
  flex:0 0 auto;
  width:100%;
  height:clamp(190px,18vw,250px);
  border-radius:20px 20px 0 0;
  background:#dcecf2
}
.page-ville .media-showcase {
  align-items:stretch
}
.page-ville .media-card {
  display:flex;
  overflow:hidden;
  flex-direction:column;
  min-width:0;
  border:1px solid #d8e9f0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 38px rgba(9,61,88,.1);
  transition:transform .25s ease,box-shadow .25s ease
}
.page-ville .media-card:hover {
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(9,61,88,.16)
}
.page-ville .media-card-link {
  color:var(--city-deep);
  text-decoration:none
}
.page-ville .media-card-link:focus-visible {
  outline:4px solid var(--city-coral);
  outline-offset:4px
}
.page-ville .media-frame {
  position:relative;
  display:block
}
.page-ville .media-frame img,.page-ville .video-frame iframe {
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  border:0
}
.page-ville .media-frame img {
  transition:transform .45s ease
}
.page-ville .media-card-link:hover .media-frame img {
  transform:scale(1.04)
}
.page-ville .media-label {
  position:absolute;
  top:14px;
  left:14px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--city-coral);
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.07em;
  box-shadow:0 8px 20px rgba(5,45,69,.18)
}
.page-ville .media-copy {
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  flex:1;
  gap:10px;
  padding:21px 22px 23px
}
.page-ville .media-copy small {
  margin:0;
  color:var(--city-blue);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.08em
}
.page-ville .media-copy h3,.page-ville .media-copy>strong {
  margin:0;
  color:var(--city-deep);
  font-size:1.25rem;
  line-height:1.2
}
.page-ville .media-copy p,.page-ville .media-copy>span {
  margin:0;
  color:#5c7182;
  font-size:.95rem;
  line-height:1.55
}
.page-ville .media-copy>b,.page-ville .media-action {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:auto;
  min-height:42px;
  padding:11px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--city-cyan),var(--city-blue));
  color:#fff!important;
  font-size:.9rem;
  font-weight:850;
  line-height:1.15;
  text-decoration:none;
  box-shadow:0 9px 20px rgba(7,95,136,.18);
  transition:transform .2s ease,box-shadow .2s ease
}
.page-ville .media-copy>b span,.page-ville .media-action span {
  color:#fff!important
}
.page-ville .media-copy>b:hover,.page-ville .media-action:hover {
  transform:translateY(-2px);
  box-shadow:0 13px 25px rgba(7,95,136,.25)
}
.page-ville .media-action:focus-visible {
  outline:3px solid var(--city-coral);
  outline-offset:3px
}
.page-ville .final-cta {
  padding:72px 0;
  background:linear-gradient(120deg,var(--city-deep),#087da9)!important;
  color:#fff;
  text-align:center
}
.page-ville .final-cta>.container {
  display:flex;
  align-items:center;
  flex-direction:column
}
.page-ville .final-cta>.container>div {
  width:100%;
  max-width:1080px
}
.page-ville .final-cta .eyebrow {
  justify-content:center;
  margin-bottom:17px;
  color:#52c7ec
}
.page-ville .final-cta h2 {
  max-width:1080px;
  margin:0 auto 20px;
  color:#fff;
  font-size:clamp(2rem,3.5vw,3.15rem);
  line-height:1.08;
  text-align:center
}
.page-ville .final-cta p {
  max-width:820px;
  margin:0 auto;
  color:#e5f5fb;
  font-size:1.08rem;
  line-height:1.7;
  text-align:center
}
.page-ville .final-cta .button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  margin-top:28px;
  padding:16px 28px;
  border-radius:999px;
  background:var(--city-coral);
  color:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 25px rgba(255,115,88,.28)
}
.page-ville .faq details {
  margin:12px 0;
  padding:20px 24px;
  border:1px solid #d9eaf1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(9,61,88,.06)
}
.page-ville .faq summary {
  cursor:pointer;
  color:var(--city-deep);
  font-weight:900
}
.page-ville .faq details p {
  color:#526f82;
  line-height:1.7
}
@media(max-width:900px) {
  .page-ville .city-page-nav>.container {
    align-items:flex-start;
    flex-direction:column;
    padding-block:16px
  }
  .page-ville .intro-grid,.page-ville .opinion-grid {
    grid-template-columns:1fr
  }
  .page-ville .opinion-grid {
    gap:16px
  }
  .page-ville .opinion-grid article {
    grid-template-columns:42px minmax(0,1fr);
    column-gap:12px;
    padding:22px;
    border-radius:20px
  }
  .page-ville .opinion-grid article>span {
    width:42px;
    height:42px;
    border-radius:13px;
    font-size:1.2rem
  }
  .page-ville .must-grid,.page-ville .advice-grid,.page-ville .video-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .page-ville .program-grid {
    grid-template-columns:1fr
  }
  .page-ville .section {
    padding:64px 0
  }
}
@media(max-width:620px) {
  .page-ville .video-frame,.page-ville .media-frame {
    height:clamp(180px,52vw,240px)
  }
  .page-ville .city-page-nav {
    overflow:hidden
  }
  .page-ville .city-page-nav>.container {
    gap:10px;
    min-height:auto;
    padding:16px 20px
  }
  .page-ville .city-page-nav strong {
    font-size:1rem
  }
  .page-ville .city-page-nav div div {
    display:flex;
    flex-wrap:nowrap;
    width:100%;
    padding-bottom:5px;
    overflow-x:auto;
    scroll-snap-type:x mandatory
  }
  .page-ville .city-page-nav a {
    flex:0 0 auto;
    justify-content:center;
    min-height:40px;
    padding:8px 14px;
    border:1px solid #d7e9f0;
    background:#fff;
    text-align:center;
    scroll-snap-align:start
  }
  .page-ville .city-page-nav a.active {
    border-color:#bde4f1;
    background:var(--city-sky)
  }
  .page-ville .section {
    padding:52px 0
  }
  .page-ville .section>.container {
    width:min(calc(100% - 36px),1180px)
  }
  .page-ville .heading,.page-ville .heading.wide {
    max-width:none;
    margin-bottom:26px
  }
  .page-ville .heading>.eyebrow.dark {
    align-items:flex-start;
    font-size:.75rem;
    letter-spacing:.12em
  }
  .page-ville .heading>.eyebrow.dark:before {
    flex-basis:28px;
    width:28px;
    margin-top:.48em
  }
  .page-ville .heading h2 {
    margin-top:10px;
    font-size:clamp(1.85rem,8.6vw,2.45rem);
    line-height:1.04;
    letter-spacing:-.035em;
    overflow-wrap:anywhere
  }
  .page-ville .heading p {
    font-size:1.02rem;
    line-height:1.7
  }
  .page-ville .intro {
    background:#fff
  }
  .page-ville .intro-grid {
    gap:30px
  }
  .page-ville .intro .heading p {
    font-size:1.04rem;
    line-height:1.75
  }
  .page-ville .facts {
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:12px;
    border-radius:22px
  }
  .page-ville .facts article {
    display:block;
    min-height:116px;
    padding:15px;
    border-radius:16px
  }
  .page-ville .facts small {
    display:block;
    margin-bottom:9px;
    font-size:.76rem;
    text-transform:uppercase;
    letter-spacing:.06em
  }
  .page-ville .facts strong {
    display:block;
    font-size:1rem;
    line-height:1.35;
    text-align:left
  }
  .page-ville .must-grid,.page-ville .program-grid,.page-ville .advice-grid,.page-ville .video-grid {
    grid-template-columns:1fr;
    gap:16px
  }
  .page-ville .must-grid article {
    padding:0 0 25px;
    border-radius:20px
  }
  .page-ville .advice-grid article {
    grid-template-columns:42px minmax(0,1fr);
    column-gap:12px;
    padding:22px;
    border-radius:20px
  }
  .page-ville .advice-grid article>b {
    width:42px;
    height:42px;
    border-radius:13px;
    font-size:1.2rem
  }
  .page-ville .must-title {
    gap:12px;
    margin:21px 24px 0
  }
  .page-ville .must-grid b {
    flex-basis:36px;
    width:36px;
    height:36px
  }
  .page-ville .must-grid article>p {
    margin:16px 24px 0;
    padding:14px 3px 0
  }
  .page-ville .must-grid h3,.page-ville .advice-grid h3 {
    font-size:1.15rem
  }
  .page-ville .program-grid article {
    padding:18px;
    border-radius:18px;
    box-shadow:0 12px 28px rgba(0,36,59,.2)
  }
  .page-ville .program-top {
    align-items:center;
    flex-direction:row;
    gap:12px;
    margin-bottom:16px
  }
  .page-ville .program-top .program-badge {
    padding:8px 11px;
    font-size:.76rem;
    line-height:1.2
  }
  .page-ville .program-top>strong {
    font-size:.8rem
  }
  .page-ville .program-grid h3 {
    margin-bottom:13px;
    font-size:1.3rem;
    line-height:1.2
  }
  .page-ville .program-grid ul {
    margin-bottom:16px;
    padding-left:19px;
    font-size:.92rem;
    line-height:1.45
  }
  .page-ville .program-grid li+li {
    margin-top:5px
  }
  .page-ville .program-grid article>a:last-child {
    width:auto;
    max-width:100%;
    min-height:42px;
    padding:9px 13px;
    border-radius:12px;
    font-size:.84rem;
    line-height:1.2
  }
  .page-ville .opinion-grid>div:last-child {
    padding:24px;
    border-radius:22px
  }
  .page-ville .opinion-summary {
    grid-template-columns:1fr;
    gap:8px;
    margin-top:22px;
    padding:18px 20px;
    border-left-width:4px;
    border-radius:15px
  }
  .page-ville .opinion-summary strong {
    font-size:.9rem;
    line-height:1.3;
    white-space:normal
  }
  .page-ville .opinion-summary span {
    font-size:.96rem;
    line-height:1.5
  }
}
/* Charte éditoriale commune : valeurs identiques aux autres rubriques. */
.page-ville .editorial-heading .eyebrow {
  margin:0 0 14px;
  color:var(--blue);
  font-size:clamp(.76rem,.7rem + .18vw,.88rem);
  font-weight:850;
  line-height:1.35;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.page-ville .editorial-heading .eyebrow:before {
  flex:0 0 32px;
  width:32px;
  height:2px;
  background:var(--coral);
}
.page-ville .editorial-heading h2 {
  max-width:1100px;
  margin:0 0 20px;
  color:var(--blue);
  font-family:var(--font-sans);
  font-size:clamp(2rem,1.7rem + 1vw,2.7rem);
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.025em;
  text-transform:uppercase;
}
.page-ville .editorial-heading>p, .page-ville .editorial-heading>.lead, .page-ville .editorial-heading>div>.lead {
  max-width:1120px;
  margin:0;
  color:var(--muted);
  font-size:clamp(1rem,.96rem + .18vw,1.1rem);
  line-height:1.7;
}
@media(max-width:700px) {
  .page-ville .editorial-heading .eyebrow {
    margin-bottom:12px;
    font-size:.76rem;
    line-height:1.4;
    letter-spacing:.12em
  }
  .page-ville .editorial-heading .eyebrow:before {
    flex-basis:28px;
    width:28px
  }
  .page-ville .editorial-heading h2 {
    margin-bottom:18px;
    font-size:clamp(1.65rem,7.2vw,2rem);
    line-height:1.1
  }
  .page-ville .editorial-heading>p,.page-ville .editorial-heading>.lead,.page-ville .editorial-heading>div>.lead {
    font-size:1rem;
    line-height:1.65
  }
}
/* Parcours photographique : grandes fiches alternées, lisibles et équilibrées. */
.page-ville .photo-route {
  background:linear-gradient(180deg,#f3fafc 0%,#fff 100%)
}
.page-ville .step-list {
  display:grid;
  width:100%;
  grid-template-columns:1fr;
  gap:30px;
  max-width:none;
  margin:0
}
.page-ville .step-card {
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  overflow:hidden;
  min-height:330px;
  border:1px solid #d9eaf1;
  border-top:0;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 44px rgba(7,57,84,.11);
  transition:transform .25s ease,box-shadow .25s ease
}
.page-ville .step-card:hover {
  transform:translateY(-5px);
  box-shadow:0 25px 58px rgba(7,57,84,.17)
}
.page-ville .step-media {
  display:block;
  overflow:hidden;
  min-height:330px;
  background:#dcecf2
}
.page-ville .step-media img {
  display:block;
  width:100%;
  height:100%;
  min-height:330px;
  aspect-ratio:auto;
  object-fit:cover;
  transition:transform .5s ease
}
.page-ville .step-card:hover .step-media img {
  transform:scale(1.035)
}
.page-ville .step-copy {
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-content:center;
  align-items:baseline;
  column-gap:9px;
  padding:clamp(28px,4vw,48px)
}
.page-ville .step-number {
  display:inline;
  color:var(--city-deep);
  font-size:clamp(1.45rem,2.2vw,2rem);
  font-weight:900;
  line-height:1.15
}
.page-ville .step-number:after {
  content:"."
}
.page-ville .step-card h3 {
  margin:0;
  color:var(--city-deep);
  font-size:clamp(1.45rem,2.2vw,2rem);
  font-weight:900;
  line-height:1.15;
  letter-spacing:-.025em
}
.page-ville .step-card p {
  grid-column:1/-1;
  margin:20px 0 0;
  color:#536f82;
  font-size:1.04rem;
  line-height:1.72
}
.page-ville .step-card:nth-child(even) .step-media {
  order:2
}
.page-ville .step-card:nth-child(even) .step-copy {
  order:1;
  background:linear-gradient(145deg,#fff,#f1fafc)
}
.page-ville .step-card:nth-child(odd) .step-copy {
  background:linear-gradient(145deg,#fff,#fff8f5)
}
@media(max-width:820px) {
  .page-ville .step-list {
    gap:22px
  }
  .page-ville .step-card {
    display:flex;
    min-height:0;
    border-radius:22px
  }
  .page-ville .step-card .step-media,.page-ville .step-card:nth-child(even) .step-media {
    order:1;
    min-height:0;
    aspect-ratio:16/10
  }
  .page-ville .step-media img {
    min-height:0;
    aspect-ratio:16/10
  }
  .page-ville .step-card .step-copy,.page-ville .step-card:nth-child(even) .step-copy {
    order:2;
    padding:24px 22px 27px
  }
  .page-ville .step-copy {
    grid-template-columns:auto minmax(0,1fr);
    column-gap:7px
  }
  .page-ville .step-number,.page-ville .step-card h3 {
    font-size:1.42rem
  }
  .page-ville .step-card p {
    margin-top:16px;
    font-size:1rem;
    line-height:1.65
  }
}
/* Programmes 2 et 4 jours : même composition photo/texte que le parcours complet. */
.page-ville .day-program {
  background:linear-gradient(180deg,#f3fafc 0%,#fff 100%)
}
.page-ville .day-block {
  width:100%;
  max-width:none;
  margin:30px 0 0
}
.page-ville .day-block>header {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
  padding:26px 30px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--city-deep),var(--city-blue));
  color:#fff;
  box-shadow:0 15px 34px rgba(7,57,84,.14)
}
.page-ville .day-block>header span {
  display:block;
  margin-bottom:8px;
  color:var(--city-gold);
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.1em
}
.page-ville .day-block>header h3 {
  margin:0;
  color:#fff;
  font-size:clamp(1.35rem,2vw,1.85rem);
  line-height:1.15
}
.page-ville .day-block>header small {
  max-width:250px;
  color:#d9f1f8;
  font-size:.9rem;
  line-height:1.45;
  text-align:right
}
.page-ville .day-photo-grid {
  display:grid;
  width:100%;
  grid-template-columns:1fr;
  gap:30px
}
.page-ville .day-stop {
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  overflow:hidden;
  min-height:330px;
  border:1px solid #d9eaf1;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 44px rgba(7,57,84,.11)
}
.page-ville .day-stop>img {
  display:block;
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover
}
.page-ville .day-stop>div {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(28px,4vw,48px);
  background:linear-gradient(145deg,#fff,#fff8f5)
}
.page-ville .day-stop:nth-child(even)>img {
  order:2
}
.page-ville .day-stop:nth-child(even)>div {
  order:1;
  background:linear-gradient(145deg,#fff,#f1fafc)
}
.page-ville .day-stop b {
  display:block;
  margin:0 0 16px;
  color:var(--city-deep);
  font-size:clamp(1.45rem,2.2vw,2rem);
  font-weight:900;
  line-height:1.15
}
.page-ville .day-stop p {
  margin:0;
  color:#536f82;
  font-size:1.04rem;
  line-height:1.72
}
.page-ville .step-details {
  display:grid;
  gap:7px;
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid #dceaf0
}
.page-ville .step-details small {
  display:block;
  color:#607b8d;
  font-size:.83rem;
  line-height:1.45
}
.page-ville .step-details strong {
  color:var(--city-deep)
}
.page-ville .step-details .step-distance,.page-ville .step-details .step-total {
  display:flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  padding:7px 11px;
  border-radius:10px;
  background:#edf8fb;
  color:#476b7f
}
.page-ville .step-details .step-distance {
  border-left:3px solid var(--city-coral)
}
.page-ville .step-details .step-total {
  background:#fff5df
}
.page-ville .day-intro {
  margin:0;
  padding:24px 30px;
  border:1px solid #d9eaf1;
  border-top:0;
  background:#fff;
  color:#536f82;
  font-size:1.04rem;
  line-height:1.72
}
.page-ville .day-recap {
  display:grid;
  grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);
  gap:28px;
  margin-top:24px;
  padding:25px 28px;
  border:1px solid #cfe7ef;
  border-radius:22px;
  background:linear-gradient(135deg,#eaf8fc,#fff8f4);
  color:#46677b
}
.page-ville .day-recap>div {
  display:flex;
  flex-wrap:wrap;
  gap:9px
}
.page-ville .day-recap>div strong {
  flex-basis:100%;
  color:var(--city-deep);
  font-size:1.12rem
}
.page-ville .day-recap span {
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  color:var(--city-blue);
  font-size:.84rem;
  font-weight:850
}
.page-ville .day-recap p {
  margin:0;
  line-height:1.65
}
.page-ville .route-conclusion {
  background:#fff
}
.page-ville .route-conclusion-copy {
  display:grid;
  grid-template-columns:1fr;
  gap:24px
}
.page-ville .route-conclusion-copy p {
  margin:0;
  padding:26px 28px;
  border:1px solid #d9eaf1;
  border-radius:22px;
  background:#f4fafc;
  color:#536f82;
  font-size:1.04rem;
  line-height:1.75
}
/* Carte du parcours complet : grande respiration sur toute la largeur de l’écran. */
.page-ville .route-fullwidth {
  padding-inline:0;
  background:#fff
}
.page-ville .route-fullwidth>.container {
  width:calc(100% - 48px);
  max-width:none;
  margin-inline:auto
}
.page-ville .route-fullwidth .route-grid--outdooractive {
  display:block;
  width:100%;
  padding-inline:20px
}
.page-ville .route-fullwidth .carte-outdooractive {
  width:100%;
  max-width:none
}
.page-ville .route-fullwidth .carte-outdooractive>div,
.page-ville .route-fullwidth .carte-outdooractive iframe {
  width:100%!important;
  max-width:none!important
}
/* Téléchargements du parcours complet : formats immédiatement identifiables. */
.page-ville .downloads {
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#eef9fc 0%,#fff 52%,#fff5f0 100%)
}
.page-ville .downloads:after {
  position:absolute;
  right:-110px;
  bottom:-150px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(255,112,84,.09);
  content:"";
  pointer-events:none
}
.page-ville .download-heading {
  position:relative;
  z-index:1;
  max-width:980px
}
.page-ville .download-panel {
  position:relative;
  z-index:1;
  display:grid;
  gap:24px;
  margin-top:34px
}
.page-ville .download-featured {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  padding:30px;
  border-radius:26px;
  background:linear-gradient(135deg,var(--city-deep),#087ba5);
  color:#fff;
  box-shadow:0 20px 50px rgba(7,57,84,.2)
}
.page-ville .download-kicker {
  grid-column:1/-1;
  width:max-content;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#ffe0a0;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}
.page-ville .download-format {
  display:grid;
  width:74px;
  height:74px;
  place-items:center;
  border:2px solid rgba(255,255,255,.45);
  border-radius:20px;
  background:#fff;
  color:var(--city-blue);
  font-size:1.05rem;
  font-weight:950;
  letter-spacing:.04em;
  box-shadow:0 10px 24px rgba(0,0,0,.12)
}
.page-ville .download-featured h3,.page-ville .download-card h3 {
  margin:0 0 7px;
  color:inherit;
  font-size:1.25rem;
  line-height:1.2
}
.page-ville .download-featured p {
  max-width:680px;
  margin:0;
  color:#dff5fb;
  font-size:.98rem;
  line-height:1.6
}
.page-ville .download-action {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:13px 19px;
  border:2px solid #d8eaf0;
  border-radius:15px;
  background:#fff;
  color:var(--city-deep);
  font-size:.94rem;
  font-weight:900;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease
}
.page-ville .download-action:hover,.page-ville .download-action:focus-visible {
  transform:translateY(-2px);
  border-color:var(--city-coral);
  box-shadow:0 10px 25px rgba(7,57,84,.13)
}
.page-ville .download-action.primary {
  border-color:var(--city-coral);
  background:var(--city-coral);
  color:#fff;
  box-shadow:0 12px 28px rgba(255,112,84,.28)
}
.page-ville .download-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px
}
.page-ville .download-card {
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:17px;
  padding:24px;
  border:1px solid #d7e9f0;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 34px rgba(7,57,84,.09)
}
.page-ville .download-card .download-format {
  width:58px;
  height:58px;
  border:0;
  border-radius:16px;
  background:#e7f7fb;
  color:var(--city-blue);
  font-size:.82rem;
  box-shadow:none
}
.page-ville .download-card .download-format.pdf {
  background:#fff0eb;
  color:#d95138
}
.page-ville .download-card .download-format.pocket {
  background:#fff6d9;
  color:#8a6500;
  font-size:.66rem
}
.page-ville .download-card h3 {
  color:var(--city-deep)
}
.page-ville .download-card p {
  margin:0;
  color:#5c7687;
  font-size:.93rem;
  line-height:1.55
}
.page-ville .download-card .download-action {
  grid-column:1/-1;
  margin-top:5px
}
.page-ville .download-note {
  margin:0;
  padding:17px 20px;
  border-left:4px solid var(--city-coral);
  border-radius:0 14px 14px 0;
  background:#fff;
  color:#536f82;
  font-size:.9rem;
  line-height:1.55
}
.page-ville .download-note strong {
  color:var(--city-deep)
}
@media(max-width:820px) {
  .page-ville .day-block {
    margin-top:24px
  }
  .page-ville .day-block>header {
    align-items:flex-start;
    flex-direction:column;
    padding:22px;
    border-radius:20px
  }
  .page-ville .day-block>header small {
    max-width:none;
    text-align:left
  }
  .page-ville .day-photo-grid {
    gap:22px
  }
  .page-ville .day-stop {
    display:flex;
    flex-direction:column;
    min-height:0;
    border-radius:22px
  }
  .page-ville .day-stop>img,.page-ville .day-stop:nth-child(even)>img {
    order:1;
    height:auto;
    min-height:0;
    aspect-ratio:16/10;
    object-fit:cover
  }
  .page-ville .day-stop>div,.page-ville .day-stop:nth-child(even)>div {
    order:2;
    padding:24px 22px 27px
  }
  .page-ville .day-stop b {
    margin-bottom:13px;
    font-size:1.42rem
  }
  .page-ville .day-stop p {
    font-size:1rem;
    line-height:1.65
  }
  .page-ville .day-intro {
    padding:20px 22px;
    font-size:1rem;
    line-height:1.65
  }
  .page-ville .day-recap,.page-ville .route-conclusion-copy {
    grid-template-columns:1fr
  }
  .page-ville .day-recap {
    gap:18px;
    padding:22px
  }
  .page-ville .download-panel {
    margin-top:25px
  }
  .page-ville .download-featured {
    grid-template-columns:62px minmax(0,1fr);
    gap:17px;
    padding:23px 20px;
    border-radius:22px
  }
  .page-ville .download-featured .download-format {
    width:62px;
    height:62px;
    border-radius:17px
  }
  .page-ville .download-featured .download-action {
    grid-column:1/-1;
    width:100%
  }
  .page-ville .download-grid {
    grid-template-columns:1fr
  }
  .page-ville .download-card {
    padding:21px 19px
  }
  .page-ville .route-fullwidth>.container {
    width:100%
  }
  .page-ville .route-fullwidth .route-grid--outdooractive {
    padding-inline:18px
  }
}
