:root {
    
    --ai: #071728;             
    --ai-deep: #141f2c;        
    --ai-container: #1d2c3d;   
    --sumi: #1a1b1e;           
    --washi: #fbf9f4;          
    --washi-2: #f5f3ee;        
    --washi-3: #f0eee9;        
    --blanc: #ffffff;          
    --shu: #ad3121;            
    --shu-hover: #a83423;
    --shu-tint: #e58a7b;
    --pierre: #5d6166;         
    --pierre-clair: #a9b1ba;   
    --ligne: #c4c6cd;          
    --ligne-claire: rgba(255, 255, 255, .2);
    --display: 'Noto Serif', serif;
    --body: 'Source Sans 3', sans-serif;
    --transition-lente: .9s cubic-bezier(.22, .61, .36, 1);
    --section-pad: 90px 0;
    --hanko-offset: 14px;
  }
header.nav.scrolle { padding: 12px 0; }
.nav-brand {
    font-family: var(--display); font-weight: 600; letter-spacing: 0;
    color: var(--blanc); text-decoration: none; font-size: 1.3rem; line-height: 1.2;
  }
.btn {
    display: inline-block;
    text-decoration: none; background: var(--shu); color: var(--blanc);
    font-family: var(--body); font-weight: 700; letter-spacing: .01em;
    padding: 16px 32px; border-radius: 3px; font-size: .88rem; line-height: 1;
    box-shadow: none;
    transition: background .2s, color .2s, border-color .2s;
  }
.btn.contour {
    background: transparent; color: var(--ai); border: 1.5px solid var(--ai);
  }
.btn.contour:hover { background: var(--ai); color: var(--blanc); }
.hero {
    position: relative; min-height: 100vh; min-height: 100svh;
    display: flex; align-items: center;
    background: var(--ai-deep); color: var(--blanc);
    overflow: hidden;
  }
.hero-photo {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: 60% 28%;
    opacity: .6;
    animation: heroZoom 7s cubic-bezier(.22,.61,.36,1) forwards;
  }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }
.hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to right, rgba(20,31,44,.9) 0%, rgba(20,31,44,.7) 50%, transparent 100%);
  }
.hero-inner {
    position: relative; z-index: 2;
    max-width: 1100px; margin: 0 auto; padding: 170px 24px 110px;
    display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center;
    width: 100%;
  }
.kanji-col {
    writing-mode: vertical-rl;
    font-family: var(--display); font-weight: 400;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    letter-spacing: .25em;
    color: rgba(255, 255, 255, .85);
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 24px;
    user-select: none;
    animation: encre 2.4s ease both .4s;
  }
@keyframes encre {
    from { opacity: 0; clip-path: inset(0 0 100% 0); }
    to   { opacity: 1; clip-path: inset(0 0 0% 0); }
  }
@media (max-width: 920px) {
    .kanji-col { display: none; }
    .hero-inner { grid-template-columns: 1fr; padding: 100px 24px 110px; }
    .hero-photo { object-position: 62% 22%; }
  }
.hero-eyebrow {
    font-family: var(--body); font-size: .74rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--shu-tint);
    animation: monte .9s cubic-bezier(.22,.61,.36,1) both .2s;
  }
.hero h1 {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.25; letter-spacing: -.02em;
    color: var(--blanc);
    max-width: 17ch; margin-top: 18px;
    animation: monte .9s cubic-bezier(.22,.61,.36,1) both .4s;
  }
.hero h1 em { font-style: italic; color: var(--shu-tint); }
.hero .sous {
    margin-top: 24px; max-width: 56ch; font-size: 1.06rem; color: rgba(255,255,255,.9); font-weight: 400;
    animation: monte .9s cubic-bezier(.22,.61,.36,1) both .6s;
  }
.hero .actions {
    margin-top: 40px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
    animation: monte .9s cubic-bezier(.22,.61,.36,1) both .8s;
  }
.hero-tel {
    margin-top: 22px; font-size: .95rem; color: rgba(255,255,255,.72);
    animation: monte .9s cubic-bezier(.22,.61,.36,1) both .9s;
  }
.hero-tel a { color: var(--blanc); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--shu); padding-bottom: 1px; white-space: nowrap; }
.hero-tel a:hover { color: var(--shu-tint); }
.hanko {
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
    width: 96px; height: 96px;
    background: rgba(20, 31, 44, .5);
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    border: 2px solid var(--shu); color: var(--shu);
    border-radius: 6px; transform: rotate(-4deg);
    font-family: var(--display); font-weight: 600; line-height: 1.2; text-align: center;
  }
.hanko .jp { font-family: var(--body); font-weight: 700; font-size: .62rem; letter-spacing: .22em; text-indent: .22em; text-transform: uppercase; }
.hanko .an { font-family: var(--body); font-weight: 700; font-size: 1.3rem; letter-spacing: .04em; margin-top: 2px; }
/* Mobile : bouton et sceau « Depuis 1976 » en paire, même hauteur, sur une ligne */
@media (max-width: 600px) {
    .hero .actions { flex-wrap: nowrap; align-items: stretch; gap: 16px; }
    .hero .actions .btn { flex: 1 1 auto; align-self: center; display: flex; align-items: center; justify-content: center; text-align: center; padding: 13px 18px; font-size: .78rem; }
    .hero .hanko { flex: 0 0 auto; width: 84px; height: 84px; align-self: center; }
  }
.hero-scroll {
    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 2;
    color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
    display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none;
  }
.hero-scroll::after {
    content: ""; width: 1px; height: 38px; background: rgba(255,255,255,.35);
    animation: fil 2.2s ease-in-out infinite;
  }
@keyframes fil { 0%, 100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }
section { position: relative; padding: var(--section-pad); scroll-margin-top: 78px; }
h2 {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(1.65rem, 2.7vw, 2.2rem); line-height: 1.3;
    color: var(--sumi);
    margin-bottom: 24px; max-width: 24ch;
  }
.deux-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 880px) { .deux-col { grid-template-columns: 1fr; gap: 42px; } }
.photo-cadre { position: relative; }
.photo-cadre img {
    border-radius: 2px; width: 100%; height: auto;
  }
.photo-cadre::after {
    content: ""; position: absolute;
    inset: calc(-1 * var(--hanko-offset)) var(--hanko-offset) var(--hanko-offset) calc(-1 * var(--hanko-offset));
    border: 1px solid var(--ai); border-radius: 2px; z-index: -1;
  }
.photo-cadre .legende {
    position: absolute; left: 0; bottom: -34px;
    font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--pierre);
  }
.approche { background: var(--washi); padding: 110px 0 100px; }
/* Mobile : texte d'abord, photo ensuite — évite d'enchaîner deux photos après « À la une » */
@media (max-width: 880px) { .approche .deux-col .photo-cadre { order: 2; } }
.valeurs { display: grid; gap: 32px; margin-top: 8px; }
.valeur { border-left: 3px solid var(--shu); padding-left: 24px; }
.valeur strong {
    font-family: var(--display); font-size: 1.35rem; font-weight: 600; color: var(--sumi);
    display: block; margin-bottom: 6px;
  }
.valeur p { color: var(--pierre); font-size: .98rem; }
.signature-prof {
    margin-top: 36px; padding: 24px 28px;
    background: var(--washi-2); border: 1px solid var(--ligne); border-radius: 4px;
    font-size: .98rem; color: var(--pierre); line-height: 1.65;
    display: flex; align-items: flex-start; gap: 20px;
  }
.signature-prof strong { color: var(--sumi); font-weight: 700; }
.signature-prof .kanji {
    flex: 0 0 auto; margin-top: 2px;
    font-family: var(--display); color: var(--shu); font-size: 2rem; line-height: 1;
  }
.signature-prof p, .signature-prof .texte { margin: 0; }
@media (max-width: 480px) { .signature-prof { gap: 14px; padding: 20px 22px; } .signature-prof .kanji { font-size: 1.7rem; } }
.disciplines {
    background: var(--ai); color: var(--blanc);
    overflow: hidden;
  }
.disciplines .kanji-fond {
    position: absolute; right: -40px; top: 40px;
    font-family: var(--display); font-size: clamp(10rem, 22vw, 20rem); line-height: 1;
    color: rgba(255, 255, 255, .03); user-select: none; pointer-events: none;
  }
.disciplines .eyebrow { color: var(--shu-tint); }
.disciplines h2 { color: var(--blanc); }
.disciplines .intro { max-width: 56ch; color: rgba(255,255,255,.8); }
.disc-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
@media (max-width: 880px) { .disc-grille { grid-template-columns: 1fr; } }
.disc {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 24px 24px 28px; margin: 0 -24px;
    background: transparent; border-radius: 0;
    transition: background .25s;
  }
@media (max-width: 880px) { .disc { margin: 0; } }
.disc:hover { background: rgba(255, 255, 255, .05); }
.disc .jp-fond {
    position: static; display: block;
    font-family: var(--display); font-weight: 400; font-size: 2.4rem; line-height: 1;
    color: rgba(255, 255, 255, .3); user-select: none;
    margin-bottom: 20px;
    transition: color .25s;
  }
.disc:hover .jp-fond { color: var(--shu-tint); }
@media (hover: none) {
    .disc { background: rgba(255, 255, 255, .05); }
    .disc .jp-fond { color: var(--shu-tint); }
    .disc a { text-decoration: underline; text-underline-offset: 3px; }
  }
.disc h3 { font-family: var(--display); font-weight: 600; font-size: 1.4rem; margin-bottom: 14px; }
.disc p { font-size: .95rem; color: rgba(255,255,255,.8); }
.disc a {
    color: var(--shu-tint); text-decoration: none; font-size: .88rem; font-weight: 700;
    letter-spacing: .01em; display: inline-flex; align-items: center; gap: 8px; margin-top: 20px;
  }
.disc a::after { content: "→"; transition: transform .25s; }
.disc:hover a { text-decoration: underline; text-underline-offset: 3px; }
.disc a:hover::after { transform: translateX(5px); }
.cours { background: var(--washi); padding: 110px 0 100px; }
.cours p.reveal.d2 { color: var(--pierre); }
.horaire-bloc {
    background: var(--blanc); border: 1px solid var(--ligne); border-radius: 4px;
    border-left: 3px solid var(--shu);
    padding: 28px 32px; margin-top: 30px; max-width: 520px;
  }
.horaire-bloc .creneau { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--ligne); }
.horaire-bloc .creneau:first-child { padding-top: 0; }
.horaire-bloc .creneau-jour { font-family: var(--display); font-size: 1.25rem; font-weight: 600; color: var(--sumi); }
.horaire-bloc .creneau-jour span { display: block; font-family: var(--body); font-size: .8rem; font-weight: 400; color: var(--pierre); margin-top: 3px; }
.horaire-bloc .heure { color: var(--shu); font-weight: 700; font-size: .95rem; letter-spacing: .04em; white-space: nowrap; }
.horaire-bloc .note { color: var(--pierre); font-size: .9rem; margin-top: 16px; line-height: 1.65; }
.tarifs-bloc { margin-top: 24px; max-width: 520px; }
.tarifs-titre {
    display: block; font-size: .72rem; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: var(--pierre); margin-bottom: 14px;
  }
.tarifs-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tarifs-grille > div {
    background: var(--blanc); border: 1px solid var(--ligne); border-radius: 4px;
    padding: 16px 14px; text-align: center;
  }
.tarifs-grille .prix { display: block; font-family: var(--display); font-weight: 600; font-size: 1.5rem; color: var(--sumi); }
.tarifs-grille .prix::after { content: " CHF"; font-size: .6em; color: var(--pierre); font-weight: 400; }
.tarifs-grille .qui { display: block; font-size: .8rem; color: var(--pierre); margin-top: 4px; }
.tarifs-note { font-size: .85rem; color: var(--pierre); margin-top: 14px; }
.tarifs-note a { color: var(--shu); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 520px) { .tarifs-grille { grid-template-columns: 1fr; } }
.faq { background: var(--washi-2); padding: 90px 0; }
.faq .wrap { max-width: 820px; }
.faq-liste { margin-top: 40px; display: grid; gap: 0; }
.faq-item {
    border-top: 1px solid var(--ligne);
  }
.faq-item:last-child { border-bottom: 1px solid var(--ligne); }
.faq-item summary {
    list-style: none; cursor: pointer; padding: 24px 44px 24px 0; position: relative;
    font-family: var(--display); font-weight: 600; font-size: 1.18rem; color: var(--sumi);
  }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    font-family: var(--body); font-weight: 400; font-size: 1.6rem; color: var(--shu); transition: transform .25s;
  }
.faq-item[open] summary::after { content: "-"; }
.faq-item summary:hover { color: var(--shu); }
.faq-reponse { padding: 0 44px 26px 0; color: var(--pierre); font-size: 1rem; line-height: 1.7; }
.faq-reponse a { color: var(--shu); text-decoration: underline; text-underline-offset: 2px; }
.temoignages { background: var(--washi-3); padding: 90px 0; }
.avis-source {
    display: inline-flex; align-items: center; gap: 10px; margin-top: 16px;
    text-decoration: none; color: var(--pierre); font-size: .88rem; font-weight: 600;
  }
.avis-source .note { color: var(--sumi); font-weight: 700; font-size: 1.02rem; }
.avis-source .etoiles { color: #f5a623; letter-spacing: 2px; font-size: 1rem; }
.avis-source:hover { color: var(--sumi); }
.avis-source:hover span:last-child { text-decoration: underline; text-underline-offset: 2px; }
.temo-vedette {
    margin-top: 44px; padding: 0 0 52px;
    border-bottom: 1px solid var(--ligne);
    display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start;
  }
.temo-vedette .guillemet {
    font-family: var(--display); font-size: 4.6rem; line-height: .8; color: var(--shu);
    user-select: none;
  }
.temo-vedette blockquote {
    font-family: var(--display); font-weight: 400;
    font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.5; max-width: 32ch; color: var(--sumi);
  }
.temo-vedette footer { margin-top: 20px; font-family: var(--body); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--pierre); }
.temo-vedette footer::before { content: "— "; color: var(--shu); }
@media (max-width: 680px) {
    .temo-vedette { grid-template-columns: 1fr; gap: 0; }
    .temo-vedette .guillemet { display: none; }
  }
.temo-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 52px; }
@media (max-width: 880px) { .temo-grille { grid-template-columns: 1fr; } }
.temo {
    background: var(--blanc); border: 1px solid var(--ligne); border-radius: 4px;
    padding: 28px 26px; font-size: .95rem;
    box-shadow: none;
    transition: border-color .25s;
  }
.temo:hover { border-color: var(--shu-tint); }
.temo p { color: #44474c; }
.temo footer { margin-top: 18px; font-family: var(--display); font-weight: 600; color: var(--sumi); font-size: 1rem; }
.temo footer::before { content: "— "; color: var(--shu); }
.galerie { padding: 110px 0 120px; background: var(--washi); }
.galerie h2 { margin-bottom: 14px; }
.galerie .intro { color: var(--pierre); max-width: 58ch; margin-bottom: 40px; }
.galerie .intro strong { color: var(--sumi); font-weight: 700; }
.galerie-grille {
    display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start;
  }
.galerie-grille .photo-cadre img { aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 880px) { .galerie-grille { grid-template-columns: 1fr; gap: 40px; } }
.video-bloc { position: relative; margin-bottom: 64px; }
.video-bloc::after {
    content: ""; position: absolute;
    inset: 14px -14px -14px 14px;
    border: 1px solid var(--ai); border-radius: 2px; z-index: -1;
  }
.video-facade {
    display: block; width: 100%; padding: 0; border: 0; cursor: pointer;
    position: relative; overflow: hidden; border-radius: 2px;
    background: var(--ai-deep); aspect-ratio: 16 / 9;
  }
.video-facade img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    
    filter: brightness(.86) saturate(.78) contrast(1.02);
    transition: transform .5s, filter .4s;
  }
.video-facade:hover img, .video-facade:focus-visible img {
    transform: scale(1.03); filter: brightness(.98) saturate(1) contrast(1);
  }
.video-facade::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
      radial-gradient(circle at 50% 50%, rgba(7,23,40,.4) 0, rgba(7,23,40,0) 30%),
      linear-gradient(rgba(7,23,40,.22), rgba(7,23,40,.22));
    transition: opacity .4s;
  }
.video-facade:hover::after, .video-facade:focus-visible::after { opacity: .55; }
.video-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
    width: 84px; height: 84px; border-radius: 999px; background: var(--shu);
    display: grid; place-items: center;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .35);
    transition: transform .25s, background .25s;
  }
.video-facade:hover .video-play, .video-facade:focus-visible .video-play {
    transform: translate(-50%, -50%) scale(1.08); background: var(--shu-hover);
  }
.video-play::before {
    content: ""; width: 0; height: 0; margin-left: 6px;
    border-style: solid; border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #fff;
  }
.video-bloc iframe {
    display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 2px;
  }
@media (max-width: 880px) { .video-bloc { margin-bottom: 48px; } .video-play { width: 66px; height: 66px; } .video-play::before { border-width: 11px 0 11px 19px; } }
.contact {
    background: var(--ai-deep); color: var(--blanc);
    padding: 100px 0 110px; overflow: hidden;
  }
.contact .kanji-fond {
    position: absolute; left: -30px; bottom: -50px;
    font-family: var(--display); font-size: clamp(9rem, 20vw, 18rem); line-height: 1;
    color: rgba(255, 255, 255, .03); user-select: none; pointer-events: none;
  }
.contact .eyebrow { color: var(--shu-tint); }
.contact h2 { color: var(--blanc); }
.coordonnees { margin-top: 36px; display: grid; gap: 16px; font-size: 1rem; }
.coordonnees > div { display: flex; align-items: baseline; gap: 14px; }
.coordonnees a { color: var(--blanc); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,.35); transition: text-decoration-color .2s; }
.coordonnees a:hover { text-decoration-color: var(--shu-tint); }
.coordonnees .etiquette {
    flex: 0 0 86px; color: rgba(255,255,255,.5);
    font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  }
@media (max-width: 480px) {
    .coordonnees > div { flex-direction: column; gap: 2px; }
    .coordonnees .etiquette { flex: none; }
  }
.contact .photo-cadre::after { border-color: rgba(255, 255, 255, .3); }
.contact .photo-cadre .legende { color: rgba(255,255,255,.5); }
.carte-cadre { position: relative; }
.carte-cadre iframe {
    display: block; width: 100%; height: 380px; border-radius: 2px;
    filter: grayscale(.2) contrast(1.05);
  }
.carte-cadre::after {
    content: ""; position: absolute;
    inset: calc(-1 * var(--hanko-offset)) var(--hanko-offset) var(--hanko-offset) calc(-1 * var(--hanko-offset));
    border: 1px solid rgba(255,255,255,.3); border-radius: 2px; z-index: -1;
  }
@media (max-width: 880px) { .carte-cadre iframe { height: 300px; } }
.pied .marque { font-family: var(--display); font-weight: 600; color: var(--shu); font-size: 1.5rem; letter-spacing: 0; }

/* ===== À la une (mise en avant événement / offre, pilotée par laune.json) ===== */
.laune { background: var(--washi); padding: 72px 0 64px; }
.laune .eyebrow { margin-bottom: 22px; }
.laune-carte {
    display: grid; grid-template-columns: .92fr 1.08fr;
    border: 1px solid var(--ligne); border-radius: 8px; overflow: hidden;
    background: var(--blanc); box-shadow: 0 14px 40px rgba(7,23,40,.07);
  }
.laune-carte.sans-image { grid-template-columns: 1fr; }
.laune-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--washi-2); }
.laune-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.laune-media .kanji {
    position: absolute; left: 20px; bottom: 12px; z-index: 2;
    font-family: var(--display); font-size: 3rem; line-height: 1; color: rgba(255,255,255,.85);
    text-shadow: 0 2px 14px rgba(7,23,40,.5); user-select: none; pointer-events: none;
  }
.laune-corps { padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; }
.laune-carte.sans-image .laune-corps { align-items: flex-start; max-width: 64ch; }
.laune .date-badge {
    display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
    background: none; color: var(--shu); font-weight: 700; font-size: .74rem;
    letter-spacing: .1em; text-transform: uppercase; padding: 0; border-radius: 0; margin-bottom: 18px;
  }
.laune .date-badge svg { width: 15px; height: 15px; fill: none; stroke: var(--shu); stroke-width: 1.8; }
.laune-corps h2 {
    font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 2.4vw, 1.95rem);
    line-height: 1.22; color: var(--sumi); margin-bottom: 14px;
  }
.laune-corps h2 em { color: var(--shu); font-style: normal; }
.laune-texte { color: var(--pierre); font-size: 1.02rem; line-height: 1.7; max-width: 52ch; }
.laune .actions { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.laune .btn svg { width: 17px; height: 17px; vertical-align: -3px; margin-left: 7px; }
.laune-sep { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 60px; }
.laune-sep::before, .laune-sep::after { content: ""; height: 1px; width: 64px; background: var(--ligne); }
.laune-sep i { width: 9px; height: 9px; background: var(--shu); transform: rotate(45deg); border-radius: 1px; }
@media (max-width: 820px) {
    .laune { padding: 54px 0 32px; }
    .approche { padding-top: 48px; }
    .laune-sep { margin-top: 32px; }
    .laune-sep::before, .laune-sep::after { width: 44px; }
    .laune-carte { grid-template-columns: 1fr; }
    .laune-media { min-height: 220px; }
    .laune-corps { padding: 32px 26px; }
  }
