:root{--brand:#0f5257;--brand-nuit:#0a3d41;--cta:#d63d4a;--encre:#232b2c;--gris:#5f6b6c;--filet:#d3dedd;--sable:#eef5f4}
*,*::before,*::after{box-sizing:border-box}
html,body{overflow-x:hidden}
body{margin:0;background:#fff;color:var(--encre);font-size:17px;line-height:1.65}
img,iframe,svg{max-width:100%;height:auto;display:block}
h1,h2,h3{line-height:1.65;font-weight:700;margin:0 0 15px}
h1{font-size:36px}
h2{font-size:27px}
h3{font-size:19px}
p,li,dt,dd,td,th{line-height:1.65;font-weight:400;overflow-wrap:break-word}
p{margin:0 0 17px}
a{color:var(--brand)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--cta);outline-offset:2px}

.vasque-passe{position:absolute;left:-9999px;top:0;background:var(--brand);color:#fff;padding:10px 18px;z-index:9}
.vasque-passe:focus{left:10px;top:10px}
.vasque-travee{width:92%;max-width:1200px;margin:0 auto}

.vasque-faitiere{background:#fff;border-bottom:1px solid var(--filet)}
.vasque-faitiere__rang{display:flex;align-items:center;gap:18px;min-height:80px;flex-wrap:nowrap}
.vasque-marque{flex:0 0 auto;display:block}
.vasque-marque img{width:168px;height:45px}
.vasque-cran{position:absolute;opacity:0;pointer-events:none}
.vasque-echelons{display:none;flex:0 0 46px;width:46px;height:40px;padding:8px 5px;cursor:pointer}
.vasque-echelons span{display:block;height:3px;background:var(--brand);margin:5px 0}
.vasque-sentiers{flex:1 1 auto;min-width:0}
.vasque-sentiers ul{display:flex;flex-wrap:wrap;gap:4px 19px;list-style:none;margin:0;padding:0;justify-content:center}
.vasque-sentiers a{color:var(--encre);text-decoration:none;font-size:15px;padding:6px 0;border-bottom:2px solid transparent;transition:border-color .2s}
.vasque-sentiers a:hover{border-bottom-color:var(--cta)}
.vasque-bouton{flex:0 0 auto;background:var(--cta);color:#ffffff;font-weight:700;font-size:15px;text-decoration:none;padding:12px 21px;border-radius:3px;white-space:nowrap;transition:background-color .2s}
.vasque-bouton:hover{background:#bb3140}

.vasque-tete__image{position:relative;background:var(--brand-nuit);color:#fff;padding:64px 0 72px;overflow:hidden}
.vasque-tete__fond{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.vasque-tete__image::after{content:"";position:absolute;inset:0;background:rgba(10,61,65,.74);z-index:1}
.vasque-tete__dire{position:relative;z-index:2;text-align:center}
.vasque-tete h1{color:#fff;margin:0 0 14px}
.vasque-tete__amorce{color:#d9ecea;font-size:19px;margin:0 auto 22px;max-width:72ch}
.vasque-reperes{list-style:none;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 28px}
.vasque-reperes li{position:relative;padding-left:26px;color:#d9ecea;font-size:15px;text-align:left}
.vasque-reperes li::before{content:"";position:absolute;left:3px;top:8px;width:9px;height:14px;border:solid var(--cta);border-width:0 3px 3px 0;transform:rotate(42deg)}

.vasque-barre{background:var(--brand);color:#fff;padding:26px 0 28px}
.vasque-barre h2{color:#fff;font-size:21px;margin:0 0 16px;text-align:center}
.vasque-accuse{background:#fff;color:var(--encre);border-radius:3px;padding:12px 15px;font-size:15px;margin:0 0 18px}
.vasque-rangee{display:grid;grid-template-columns:0.75fr 1fr 1fr 1.45fr 1fr 1.2fr;gap:0 14px;align-items:end}
.vasque-case{margin:0;min-width:0}
.vasque-case label{display:block;font-size:13px;font-weight:700;margin:0 0 5px;color:#fff}
.vasque-case input,.vasque-case select,.vasque-case textarea{width:100%;height:46px;padding:0 11px;font-size:16px;color:var(--encre);background:#fff;border:1px solid #a2b2b1;border-radius:3px}
.vasque-case textarea{height:136px;padding:10px 11px;line-height:1.65;resize:vertical}
.vasque-valider{width:100%;height:46px;background:var(--cta);color:#ffffff;font-size:16px;font-weight:700;border:0;border-radius:3px;cursor:pointer;transition:background-color .2s}
.vasque-valider:hover{background:#bb3140}
.vasque-leurre{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.vasque-parole{display:block;margin:14px 0 0;font-size:14px;line-height:1.65;color:#d9ecea;text-align:center}

.vasque-etage{padding:58px 0}
.vasque-etage--sable{background:var(--sable)}
.vasque-etage h2{color:var(--brand)}
.vasque-colonne{max-width:72ch;margin-inline:auto}
.vasque-colonne h2{margin-top:34px}
.vasque-colonne h3{margin-top:28px;color:var(--brand);border-top:1px solid var(--filet);padding-top:22px}
.vasque-colonne ul,.vasque-colonne ol{padding-left:22px;margin:0 0 17px}
.vasque-colonne li{margin:0 0 9px}
.vasque-amorce{color:var(--gris);max-width:76ch;margin:0 0 32px;font-size:17px}
.vasque-note{color:var(--gris);font-size:14px;margin:18px 0 0;max-width:76ch}

.vasque-quadrille{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px 26px}
.vasque-vignette img{width:100%;aspect-ratio:1264/848;object-fit:cover;border-radius:3px}
.vasque-vignette h3{margin:16px 0 7px;color:var(--brand);border-bottom:2px solid var(--filet);padding-bottom:10px}
.vasque-vignette p{margin:0;color:var(--gris);font-size:15px}

.vasque-defilant{overflow-x:auto;-webkit-overflow-scrolling:touch}
.vasque-bareme{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums;min-width:580px}
.vasque-bareme caption{caption-side:bottom;padding-top:14px;font-size:13px;color:var(--gris);text-align:left}
.vasque-bareme tbody th{text-align:left;font-weight:400;padding:15px 14px 15px 12px;border-bottom:1px solid var(--filet);color:var(--encre)}
.vasque-bareme td{padding:15px 14px 15px 0;border-bottom:1px solid var(--filet);color:var(--brand);font-weight:700;white-space:nowrap}
.vasque-bareme .vasque-glose{color:var(--gris);font-weight:400;font-size:14px;white-space:normal}
.vasque-bareme tbody tr.vasque-bareme__coupe th{background:var(--brand);color:#fff;font-size:14px;font-weight:700;text-align:left;padding:9px 14px 9px 12px;border:0}

.vasque-suite{list-style:none;counter-reset:pas;margin:0 0 34px;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:26px}
.vasque-suite li{counter-increment:pas;border-top:3px solid var(--brand);padding:16px 0 0}
.vasque-suite li::before{content:counter(pas);display:block;font-size:26px;font-weight:700;color:var(--cta);margin-bottom:6px}
.vasque-suite strong{display:block;color:var(--encre);margin-bottom:6px}
.vasque-suite span{color:var(--gris);font-size:15px}

.vasque-frise{margin:0}
.vasque-frise img{width:100%;aspect-ratio:1584/672;object-fit:cover;border-radius:3px}
.vasque-frise figcaption{margin-top:10px;font-size:14px;color:var(--gris)}

.vasque-duo{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:44px;align-items:start}
.vasque-duo .vasque-colonne{max-width:none;margin-inline:0}
.vasque-photo{margin:0}
.vasque-photo img{width:100%;aspect-ratio:1264/848;object-fit:cover;border-radius:3px}
.vasque-photo figcaption{margin-top:10px;font-size:14px;color:var(--gris)}

.vasque-provinces{list-style:none;margin:0 0 30px;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:6px 30px;font-size:15px;color:var(--gris)}
.vasque-cadre{margin:0;border:1px solid var(--filet);padding:10px;border-radius:3px;background:#fff}
.vasque-cadre figcaption{margin-top:10px;font-size:14px;color:var(--gris);text-align:center}
.vasque-hublot{position:relative;padding-bottom:44%;height:0;overflow:hidden;background:#dee9e8}
.vasque-hublot iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.vasque-releve{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:0 40px}
.vasque-releve > div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--filet)}
.vasque-releve dt{color:var(--gris);font-size:15px;flex:0 0 auto}
.vasque-releve dd{margin:0;text-align:right;font-size:15px}

.vasque-treillis ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:4px 32px}
.vasque-treillis li{border-bottom:1px solid var(--filet)}
.vasque-treillis a{display:block;padding:10px 0;font-size:15px;color:var(--encre);text-decoration:none}
.vasque-treillis a:hover{color:var(--brand);text-decoration:underline}

.vasque-guichet{background:var(--sable);border:1px solid var(--filet);border-radius:3px;padding:26px 28px 28px;max-width:72ch;margin:36px auto 0}
.vasque-guichet h2{margin:0 0 18px;font-size:21px}
.vasque-guichet .vasque-case{margin:0 0 15px}
.vasque-guichet .vasque-case label{color:var(--encre)}
.vasque-guichet .vasque-parole{color:var(--brand)}

.vasque-rappel{background:var(--brand-nuit);color:#fff;padding:54px 0;text-align:center}
.vasque-rappel h2{color:#fff;margin:0 0 12px}
.vasque-rappel p{color:#d9ecea;max-width:68ch;margin:0 auto 26px}
.vasque-rappel a{display:inline-block;background:var(--cta);color:#ffffff;font-weight:700;text-decoration:none;padding:15px 32px;border-radius:3px;transition:background-color .2s}
.vasque-rappel a:hover{background:#bb3140}

.vasque-assise{background:#0a2f32;color:#b4cbc9;padding:46px 0 0;font-size:15px}
.vasque-assise__rang{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:34px;padding-bottom:32px}
.vasque-assise strong{display:block;color:#fff;font-weight:700;margin:0 0 12px}
.vasque-assise p{margin:0 0 12px;color:#b4cbc9}
.vasque-assise ul{list-style:none;margin:0;padding:0}
.vasque-assise li{margin:0 0 8px}
.vasque-assise a{color:#b4cbc9}
.vasque-assise a:hover{color:#fff}
.vasque-assise__bas{border-top:1px solid #1c4a4e;padding:18px 0 26px;font-size:13px;color:#88a3a1;margin:0}

@media (max-width:1100px){
  .vasque-rangee{grid-template-columns:0.8fr 1fr 1fr;gap:14px 14px}
  .vasque-duo{grid-template-columns:1fr;gap:30px}
  .vasque-sentiers ul{gap:4px 13px}
  .vasque-sentiers a{font-size:14px}
}
@media (max-width:900px){
  .vasque-faitiere__rang{flex-wrap:wrap;gap:10px 14px;padding:11px 0;min-height:0}
  .vasque-marque{order:1}
  .vasque-marque img{width:140px;height:38px}
  .vasque-bouton{order:2;margin-left:auto;padding:11px 17px}
  .vasque-echelons{order:3;display:block}
  .vasque-sentiers{order:4;display:none;flex:0 0 100%}
  .vasque-cran:checked ~ .vasque-sentiers{display:block}
  .vasque-sentiers ul{flex-direction:column;justify-content:flex-start;gap:0;border-top:1px solid var(--filet);padding-top:8px}
  .vasque-sentiers li{border-bottom:1px solid var(--filet)}
  .vasque-sentiers a{display:block;padding:11px 0;border-bottom:0}
}
@media (max-width:760px){
  body{font-size:16px}
  h1{font-size:27px}
  h2{font-size:22px}
  h3{font-size:18px}
  .vasque-tete__image{padding:38px 0 44px}
  .vasque-tete__amorce{font-size:17px}
  .vasque-reperes{flex-direction:column;align-items:flex-start;gap:8px}
  .vasque-rangee{grid-template-columns:1fr;gap:13px}
  .vasque-etage{padding:38px 0}
  .vasque-suite{grid-template-columns:1fr;gap:20px}
  .vasque-treillis ul{grid-template-columns:1fr;gap:0}
  .vasque-releve{grid-template-columns:1fr;gap:0}
  .vasque-hublot{padding-bottom:72%}
  .vasque-guichet{padding:20px 18px 22px}
}
@media (max-width:480px){
  .vasque-travee{width:100%;padding:0 16px}
  .vasque-marque img{width:112px;height:30px}
  .vasque-bouton{padding:9px 12px;font-size:13px}
  .vasque-faitiere__rang{gap:8px 10px}
  .vasque-releve > div{flex-direction:column;gap:2px}
  .vasque-releve dd{text-align:left}
}
