/* V9.6.67 — bundle non destructif. Sources originales conservées dans le thème. */

/* ===== SOURCE: assets/css/archiveplus-keypoints-v9-4-1.css ===== */

/* V9.4.1 — exact Archive+ differentiators from validated P1 reference */
.v941-difference-grid{
  position:relative;
  z-index:2;
  width:min(calc(100% - 80px),1180px);
  margin:58px auto 0;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--v9-line);
  border-bottom:1px solid var(--v9-line);
}
.v941-difference-card{
  min-height:285px;
  padding:34px 27px 38px;
  border-right:1px solid var(--v9-line);
  background:#fff;
}
.v941-difference-card:last-child{border-right:0}
.v941-difference-card .v94-no{
  display:block;
  margin-bottom:48px;
  font-family:var(--v9-display);
  font-size:30px;
  line-height:1;
  color:var(--v9-taupe2);
}
.v941-difference-card .v9-subtitle{margin-bottom:12px}
.v941-difference-card h3{
  margin:0;
  font-size:31px;
  line-height:1.03;
}
@media(max-width:1019px){
  .v941-difference-grid{
    width:calc(100% - 40px);
    grid-template-columns:1fr 1fr;
  }
  .v941-difference-card{
    min-height:230px;
    border-bottom:1px solid var(--v9-line);
  }
  .v941-difference-card:nth-child(2n){border-right:0}
  .v941-difference-card:last-child{
    grid-column:1/-1;
    border-bottom:0;
  }
  .v941-difference-card .v94-no{margin-bottom:30px}
}
@media(max-width:620px){
  .v941-difference-grid{grid-template-columns:1fr}
  .v941-difference-card,
  .v941-difference-card:nth-child(2n){
    min-height:0;
    display:grid;
    grid-template-columns:52px 1fr;
    gap:18px;
    border-right:0;
    padding:28px 20px;
  }
  .v941-difference-card:last-child{grid-column:auto}
  .v941-difference-card .v94-no{margin:3px 0 0}
  .v941-difference-card h3{font-size:29px}
}

.v941-difference-card>h3{margin:0;font-size:31px;line-height:1.03}
@media(max-width:620px){
  .v941-difference-card{align-items:start}
  .v941-difference-card>h3{font-size:29px}
}


/* ===== SOURCE: assets/css/oldsite-keypoints-v9-4-2.css ===== */

/* V9.4.2 — points-clés issus de l'ancien site / ancienne base */
.v942-keypoints{
  position:relative;
  padding:125px 0 135px;
  background:#fff;
}
.v942-keypoints-head{
  width:min(calc(100% - 80px),850px);
  margin:0 auto 75px;
  text-align:center;
}
.v942-keypoints-head h2{
  margin:12px 0 25px;
  font-size:clamp(48px,4.8vw,72px);
  line-height:.95;
}
.v942-keypoints-head p{
  max-width:760px;
  margin:0 auto;
  font-size:16px;
  line-height:1.85;
  color:#514943;
}
.v942-keypoints-grid{
  width:min(calc(100% - 80px),1180px);
  margin:auto;
  border-top:1px solid var(--v9-line);
}
.v942-keypoint{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:55px;
  padding:58px 0 62px;
  border-bottom:1px solid var(--v9-line);
}
.v942-keypoint-no{
  font-family:var(--v9-display);
  font-size:62px;
  line-height:1;
  color:var(--v9-taupe);
  opacity:.78;
}
.v942-keypoint-body{
  max-width:850px;
}
.v942-keypoint-body h3{
  margin:10px 0 24px;
  max-width:690px;
  font-size:clamp(35px,3vw,48px);
  line-height:1.02;
}
.v942-keypoint-body>p{
  max-width:720px;
  margin:0 0 20px;
  line-height:1.8;
}
.v942-keypoint-body ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:45px;
  row-gap:18px;
}
.v942-keypoint-authentic ul,
.v942-keypoint-local ul{
  grid-template-columns:repeat(3,1fr);
}
.v942-keypoint-body li{
  position:relative;
  padding:0 0 0 18px;
  font-size:14px;
  line-height:1.75;
  color:#514943;
}
.v942-keypoint-body li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:7px;
  height:1px;
  background:var(--v9-taupe2);
}
.v942-keypoint-body strong{
  color:var(--v9-brown);
  font-weight:600;
}
.v942-keypoints-foot{
  width:min(calc(100% - 80px),1180px);
  margin:42px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--v9-line);
}
.v942-keypoints-foot>div{
  background:var(--v9-paper);
  padding:34px 38px;
}
.v942-keypoints-foot p{
  margin:10px 0 0;
  line-height:1.7;
}
@media(max-width:1019px){
  .v942-keypoints{padding:90px 0}
  .v942-keypoints-head,
  .v942-keypoints-grid,
  .v942-keypoints-foot{width:calc(100% - 40px)}
  .v942-keypoint{grid-template-columns:70px 1fr;gap:24px;padding:42px 0}
  .v942-keypoint-no{font-size:48px}
  .v942-keypoint-body ul,
  .v942-keypoint-authentic ul,
  .v942-keypoint-local ul{grid-template-columns:1fr}
}
@media(max-width:620px){
  .v942-keypoints-head{text-align:left;margin-bottom:52px}
  .v942-keypoints-head h2{font-size:43px}
  .v942-keypoint{grid-template-columns:1fr;gap:18px}
  .v942-keypoint-no{font-size:40px}
  .v942-keypoint-body h3{font-size:34px}
  .v942-keypoints-foot{grid-template-columns:1fr}
}


/* ===== SOURCE: assets/css/seo2-archiveplus-v9-5.css ===== */

/* ================================================================
   V9.5 — SEO2 Archive+ restored without reverting the V9 design
   ================================================================ */

/* Longer validated SEO H1s remain editorial and elegant. */
.v9-hero-copy h1{
  max-width:11.5ch!important;
  font-size:clamp(54px,5.5vw,90px)!important;
}
.v92-rooms-hero-copy h1{
  max-width:1080px!important;
  font-size:clamp(46px,4.5vw,67px)!important;
  line-height:.94!important;
}
body:not(.home) .hero-copy h1,
body:not(.home) .herocopy h1{
  max-width:1000px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Contextual SEO2 internal links in the same V9 visual language. */
.v95-seo-links{
  background:#fff;
  padding:78px 0 92px;
  border-top:1px solid rgba(77,55,44,.07);
}
.v95-seo-links-inner{
  width:min(calc(100% - 80px),1180px);
  margin:auto;
}
.v95-seo-links-list{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--v9-line);
}
.v95-seo-links-list a{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:18px 20px 18px 0;
  border-bottom:1px solid var(--v9-line);
  color:var(--v9-brown);
  text-decoration:none;
  font-family:var(--v9-display);
  font-size:23px;
  line-height:1.08;
}
.v95-seo-links-list a:nth-child(3n+2),
.v95-seo-links-list a:nth-child(3n+3){
  padding-left:24px;
  border-left:1px solid var(--v9-line);
}
.v95-seo-links-list i{
  flex:0 0 28px;
  height:1px;
  background:var(--v9-taupe2);
  transition:width .25s ease,flex-basis .25s ease;
}
.v95-seo-links-list a:hover i{
  flex-basis:42px;
}
@media(max-width:1019px){
  .v9-hero-copy h1{max-width:12ch!important;font-size:46px!important}
  .v92-rooms-hero-copy h1{font-size:46px!important}
  .v95-seo-links{padding:60px 0 76px}
  .v95-seo-links-inner{width:calc(100% - 40px)}
  .v95-seo-links-list{grid-template-columns:1fr 1fr}
  .v95-seo-links-list a:nth-child(3n+2),
  .v95-seo-links-list a:nth-child(3n+3){
    padding-left:0;
    border-left:0;
  }
  .v95-seo-links-list a:nth-child(2n){
    padding-left:20px;
    border-left:1px solid var(--v9-line);
  }
}
@media(max-width:620px){
  .v9-hero-copy h1{font-size:40px!important;max-width:none!important}
  .v92-rooms-hero-copy h1{font-size:38px!important}
  .v95-seo-links-list{grid-template-columns:1fr}
  .v95-seo-links-list a,
  .v95-seo-links-list a:nth-child(2n){
    min-height:68px;
    padding:15px 0;
    border-left:0;
    font-size:21px;
  }
}

