
:root { --rose: #f2a9b8; --rose-clair: #f8c9d3; --rouge: #b4162c; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rose); color: var(--rouge); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--rouge); color: var(--rose-clair); }

.navigation { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 22px 30px; mix-blend-mode: multiply; }
.marque { font-weight: 800; letter-spacing: -.04em; font-size: 20px; }
.marque span { margin: 0 4px; }
.navigation nav { display: flex; justify-self: center; gap: 30px; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
.navigation nav a { border-bottom: 1px solid transparent; padding-bottom: 4px; }
.navigation nav a:hover, .navigation nav a:focus-visible { border-color: currentColor; }
.contact-haut { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .08em; }

.hero { position: relative; min-height: 100svh; overflow: hidden; padding: 130px 7vw 70px 12vw; border-bottom: 2px solid var(--rouge); display: grid; align-items: end; }
.vertical { position: absolute; left: 30px; top: 35%; margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; font-size: 11px; letter-spacing: .18em; }
.hero-corps { position: relative; z-index: 2; }
.sur-titre { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
h1 { margin: 0; max-width: 1100px; font-size: clamp(82px, 14.2vw, 220px); line-height: .71; letter-spacing: -.09em; font-weight: 800; }
h1 .prenom { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: 300; }
.bio-grille h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 strong { display: inline-block; margin-left: 7vw; font-family: Arial, Helvetica, sans-serif; font-weight: 800; }
.hero-metiers { margin: 35px 0 0 8vw; max-width: 480px; font-size: clamp(14px, 1.35vw, 20px); line-height: 1.35; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.hero-bas { display: flex; align-items: end; justify-content: space-between; padding-top: 65px; }
.manifeste { margin: 0 0 0 43vw; font-family: Georgia, serif; font-size: clamp(19px, 2vw, 30px); line-height: 1.08; }
.fleche { font-size: 54px; line-height: 1; transition: transform .25s ease; }
.fleche:hover { transform: translateY(8px); }
.hero-dessin { position: absolute; z-index: 1; width: min(48vw, 760px); height: auto; right: -1vw; top: 7vh; opacity: .72; pointer-events: none; }

.section { padding: 120px 7vw; border-bottom: 2px solid var(--rouge); }
.repere { margin: 0; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.grand-texte { max-width: 1200px; padding: 70px 0 100px 14vw; }
.grand-texte p { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 6.5vw, 94px); line-height: .96; letter-spacing: -.045em; }
.pratique-grille { display: grid; grid-template-columns: 1fr 1.7fr; gap: 10vw; max-width: 1000px; margin-left: auto; }
.pratique-grille p { margin: 0; font-size: 18px; line-height: 1.55; }
.pratique-grille .note { font-size: 12px; line-height: 1.7; text-transform: uppercase; letter-spacing: .14em; }

.oeuvre-section { padding: 7vw; border-bottom: 2px solid var(--rouge); }
.oeuvre-visuel { width: min(67vw, 900px); margin-left: auto; overflow: hidden; background: var(--rouge); }
.oeuvre-visuel img { display: block; width: 100%; height: auto; }
.legende { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; width: min(67vw, 900px); margin: 14px 0 0 auto; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.domaines { background: var(--rose-clair); }
.entete-section h2 em { font-weight: 400; }
.introduction-domaines { width: min(690px, 63vw); margin: 90px 0 70px auto; font-size: 19px; line-height: 1.55; }
.axes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--rouge); border-bottom: 2px solid var(--rouge); }
.axes article { min-height: 310px; padding: 28px; border-right: 2px solid var(--rouge); display: flex; flex-direction: column; }
.axes article:last-child { border-right: 0; }
.axes span { font-size: 11px; letter-spacing: .14em; }
.axes h3 { margin: auto 0 18px; max-width: 260px; font-family: Georgia, serif; font-size: 34px; line-height: .98; font-weight: 400; letter-spacing: -.035em; }
.axes p { margin: 0; font-size: 15px; line-height: 1.45; }
.enseignement { background: var(--rose); }
.enseignement-texte p { margin: 0 0 28px; font-size: 18px; line-height: 1.55; }
.enseignement-texte p:last-child { font-size: 12px; line-height: 1.7; text-transform: uppercase; letter-spacing: .1em; }

.galerie-section { background: var(--rose-clair); }
.entete-galerie { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; margin-bottom: 90px; }
.entete-galerie h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(58px, 9vw, 132px); line-height: .82; letter-spacing: -.06em; }
.entete-galerie h2 em { font-weight: 400; }
.entete-galerie > div > p { max-width: 650px; margin: 45px 0 0 auto; font-size: 18px; line-height: 1.55; }
.galerie-indication { display: block; margin-top: 20px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.galerie-grille { display: grid; grid-template-columns: repeat(12, 1fr); gap: 6vw 2vw; align-items: start; }
.galerie-item { grid-column: span 4; margin: 0; }
.galerie-item-1, .galerie-item-6 { grid-column: span 7; }
.galerie-item-2, .galerie-item-7 { grid-column: span 5; margin-top: 8vw; }
.galerie-item-4, .galerie-item-9 { margin-top: 5vw; }
.galerie-item a { display: block; overflow: hidden; background: var(--rose); }
.galerie-item img { display: block; width: 100%; height: auto; filter: grayscale(1); transition: transform .45s ease, filter .45s ease; }
.galerie-item a:hover img, .galerie-item a:focus-visible img { transform: scale(1.018); filter: grayscale(0); }
.galerie-item figcaption { display: flex; justify-content: space-between; gap: 15px; padding-top: 12px; border-top: 1px solid var(--rouge); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.youtube-section { background: var(--rouge); color: var(--rose-clair); }
.entete-youtube { display: flex; align-items: center; justify-content: space-between; }
.youtube-signe { margin: 0; width: 54px; height: 38px; border: 2px solid currentColor; border-radius: 10px; display: grid; place-items: center; font-size: 16px; padding-left: 2px; }
.youtube-grille { display: grid; grid-template-columns: 1.25fr 1fr; gap: 9vw; padding-top: 80px; }
.youtube-grille h2 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(64px, 10vw, 150px); line-height: .78; letter-spacing: -.075em; }
.youtube-grille h2 em { font-family: Georgia, serif; font-weight: 400; }
.youtube-texte { padding-top: 13vw; }
.youtube-texte p { margin: 0 0 28px; font-size: 18px; line-height: 1.55; }
.bouton-youtube { display: flex; justify-content: space-between; align-items: center; margin-top: 45px; padding: 21px 0; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.bouton-youtube span { font-size: 22px; transition: transform .2s ease; }
.bouton-youtube:hover span, .bouton-youtube:focus-visible span { transform: translate(4px, -4px); }

.textes { background: var(--rose-clair); }
.entete-section { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; }
.entete-section h2, .bio-grille h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(52px, 8vw, 118px); line-height: .86; letter-spacing: -.055em; }
.introduction-textes { width: min(690px, 63vw); margin: 65px 0 0 auto; font-size: 19px; line-height: 1.55; }
.liste-textes { margin: 70px 0 60px 23vw; border-top: 2px solid var(--rouge); }
.liste-textes article { display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; padding: 34px 0; border-bottom: 2px solid var(--rouge); transition: padding .2s ease, background .2s ease; }
.texte-lien:hover article, .texte-lien:focus-visible article { padding-left: 16px; padding-right: 16px; background: rgba(180,22,44,.06); }
.liste-textes article > span { font-size: 11px; letter-spacing: .12em; }
.liste-textes .texte-fleche { align-self: center; font-size: 22px; }
.liste-textes h3 { margin: 0 0 10px; font-size: clamp(25px, 3vw, 44px); letter-spacing: -.04em; }
.liste-textes p { margin: 0; max-width: 700px; font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.35; }
.lien-editorial { display: flex; justify-content: space-between; margin-left: 23vw; padding: 22px 0; border-bottom: 2px solid var(--rouge); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.lien-editorial span { font-size: 20px; }

.documents { background: var(--rose); }
.documents-entete { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; }
.documents-entete h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(58px, 8.5vw, 126px); font-weight: 400; line-height: .84; letter-spacing: -.06em; }
.documents-entete h2 em { font-weight: 400; }
.documents-entete > div > p { width: min(680px, 100%); margin: 48px 0 0 auto; font-size: 18px; line-height: 1.55; }
.documents-liste { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 90px 0 0 16vw; }
.document-card { min-height: 430px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 54px); overflow: hidden; background: var(--rouge); color: var(--rose-clair); box-shadow: 0 30px 70px rgba(83,7,24,.15); transition: transform .3s ease, box-shadow .3s ease; }
.document-card:hover, .document-card:focus-visible { transform: translateY(-7px); box-shadow: 0 38px 88px rgba(83,7,24,.22); }
.document-card--portfolio { border: 1px solid var(--rouge); background: transparent; color: var(--rouge); box-shadow: none; }
.document-card--portfolio:hover, .document-card--portfolio:focus-visible { box-shadow: 0 30px 70px rgba(83,7,24,.12); }
.document-card--portfolio .document-meta, .document-card--portfolio .document-action { border-color: rgba(180,22,44,.42); }
.document-meta { display: flex; gap: 22px; padding-bottom: 16px; border-bottom: 1px solid rgba(248,201,211,.45); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.document-contenu { margin: auto 0; }
.document-contenu > p { margin: 0 0 12px; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.document-contenu h3 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(52px, 7vw, 100px); font-weight: 400; line-height: .78; letter-spacing: -.055em; }
.document-contenu > span { display: block; max-width: 560px; font-size: 15px; line-height: 1.5; }
.document-action { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid rgba(248,201,211,.45); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.document-action b { font-size: 25px; transition: transform .25s ease; }
.document-card:hover .document-action b, .document-card:focus-visible .document-action b { transform: translateY(6px); }
.documents-a-venir { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid rgba(180,22,44,.5); background: rgba(248,201,211,.26); }
.documents-a-venir span { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.documents-a-venir p { margin: 0; font-family: Georgia, serif; font-size: clamp(23px, 2.6vw, 38px); line-height: 1.05; letter-spacing: -.03em; }

.citation { min-height: 80svh; display: flex; align-items: center; padding: 10vw; background: var(--rouge); color: var(--rose-clair); }
.citation p { margin: 0 auto; max-width: 1050px; font-family: Georgia, serif; font-size: clamp(55px, 9.7vw, 148px); line-height: .86; letter-spacing: -.055em; }

.bio-grille { display: grid; grid-template-columns: 1.05fr 1fr; gap: 9vw; padding-top: 80px; align-items: start; }
.bio-intro { position: sticky; top: 110px; }
.bio-portrait { width: min(390px, 80%); margin: 80px 0 0 auto; }
.bio-portrait img { display: block; width: 100%; height: auto; filter: contrast(1.08); }
.bio-portrait figcaption { padding-top: 10px; border-top: 1px solid var(--rouge); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; line-height: 1.4; }
.bio-texte { padding-top: 13vw; }
.bio-texte p { margin: 0 0 28px; font-size: 18px; line-height: 1.55; }
.bio-citation { margin: 0 0 48px; padding: 0 0 34px; border-bottom: 1px solid var(--rouge); font-family: Georgia, serif; font-size: clamp(30px, 3.2vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.bio-citation em { font-weight: 400; }
.bio-identite { margin: 0 0 44px; }
.bio-identite p { margin-bottom: 18px; font-size: 13px; line-height: 1.55; letter-spacing: .055em; text-transform: uppercase; }
.bio-identite p:last-child { margin-bottom: 0; text-transform: none; letter-spacing: 0; }
footer { min-height: 320px; display: grid; grid-template-columns: 1fr 1fr auto auto auto; gap: 30px; align-items: end; padding: 60px 7vw; background: var(--rouge); color: var(--rose-clair); }
footer p, footer a { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-bas { padding-bottom: 5px; border-bottom: 1px solid currentColor; text-transform: none; letter-spacing: .04em; }
.instagram-bas { padding-bottom: 5px; border-bottom: 1px solid currentColor; }

@media (max-width: 720px) {
  .navigation { grid-template-columns: auto 1fr; align-items: flex-start; padding: 14px 16px 11px; background: rgba(242,169,184,.94); mix-blend-mode: normal; }
  .navigation nav { display: grid; grid-template-columns: repeat(2, max-content); justify-content: end; gap: 7px 14px; font-size: 8.5px; }
  .contact-haut { grid-column: 1 / -1; margin-top: 9px; font-size: 9px; }
  .marque { font-size: 16px; }
  .hero { min-height: 92svh; padding: 135px 18px 38px; }
  .vertical { display: none; }
  h1 { font-size: clamp(65px, 23vw, 116px); line-height: .75; }
  h1 strong { margin-left: 0; }
  .hero-metiers { margin: 38px 0 0; max-width: 280px; font-size: 11px; line-height: 1.55; }
  .hero-bas { padding-top: 70px; }
  .manifeste { margin-left: 0; font-size: 19px; }
  .hero-dessin { width: 88vw; right: -30vw; top: 20vh; opacity: .46; }
  .section { padding: 76px 18px; }
  .grand-texte { padding: 55px 0 70px; }
  .grand-texte p { font-size: 42px; }
  .pratique-grille, .entete-section, .bio-grille, .entete-galerie, .documents-entete { grid-template-columns: 1fr; gap: 45px; }
  .pratique-grille { margin-left: 0; }
  .oeuvre-section { padding: 70px 18px; }
  .oeuvre-visuel, .legende { width: 100%; }
  .legende { grid-template-columns: 1fr auto; }
  .legende span:nth-child(2) { display: none; }
  .entete-section h2, .bio-grille h2 { font-size: 54px; }
  .introduction-domaines { width: 100%; margin: 60px 0 50px; font-size: 17px; }
  .axes { grid-template-columns: 1fr; }
  .axes article { min-height: 245px; border-right: 0; border-bottom: 2px solid var(--rouge); }
  .axes article:last-child { border-bottom: 0; }
  .youtube-grille { grid-template-columns: 1fr; gap: 45px; padding-top: 60px; }
  .youtube-grille h2 { font-size: 66px; }
  .youtube-texte { padding-top: 0; }
  .liste-textes, .lien-editorial { margin-left: 0; }
  .introduction-textes { width: 100%; margin-top: 45px; font-size: 17px; }
  .liste-textes { margin-top: 70px; }
  .liste-textes article { grid-template-columns: 38px 1fr; }
  .citation { min-height: 65svh; padding: 80px 18px; }
  .citation p { font-size: 58px; }
  .entete-galerie { margin-bottom: 65px; }
  .entete-galerie h2 { font-size: 66px; }
  .entete-galerie > div > p { margin-top: 32px; font-size: 16px; }
  .galerie-grille { grid-template-columns: repeat(2, 1fr); gap: 42px 12px; }
  .galerie-item, .galerie-item-1, .galerie-item-2, .galerie-item-6, .galerie-item-7 { grid-column: span 1; margin-top: 0; }
  .galerie-item-1, .galerie-item-6 { grid-column: 1 / -1; }
  .galerie-item figcaption { font-size: 8px; }
  .bio-texte { padding-top: 0; }
  .bio-citation { margin-bottom: 36px; padding-bottom: 28px; font-size: 32px; }
  .bio-identite { margin-bottom: 36px; }
  .bio-intro { position: static; }
  .bio-portrait { width: 80%; margin: 55px 0 0 auto; }
  .documents-entete h2 { font-size: 60px; }
  .documents-entete > div > p { margin-top: 34px; font-size: 16px; }
  .documents-liste { grid-template-columns: 1fr; gap: 14px; margin: 58px 0 0; }
  .document-card, .documents-a-venir { min-height: 380px; }
  .document-contenu h3 { font-size: 58px; }
  .documents-a-venir { min-height: 260px; }
  footer { grid-template-columns: 1fr; min-height: 270px; padding: 50px 18px; align-content: end; }
}

/* Finition premium */
html { scroll-padding-top: 110px; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }

.navigation {
  top: 14px;
  left: 16px;
  width: calc(100% - 32px);
  padding: 12px 16px;
  border: 1px solid rgba(180,22,44,.28);
  border-radius: 999px;
  background: rgba(248,201,211,.78);
  box-shadow: 0 10px 35px rgba(85,8,24,.09);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  mix-blend-mode: normal;
}
.navigation nav { gap: clamp(12px, 1.7vw, 28px); }
.navigation nav a { position: relative; padding: 7px 0; border: 0; }
.navigation nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .25s ease; }
.navigation nav a:hover::after, .navigation nav a:focus-visible::after { right: 0; }
.contact-haut { padding: 10px 14px; border: 1px solid var(--rouge); border-radius: 999px; background: var(--rouge); color: var(--rose-clair); transition: transform .2s ease, box-shadow .2s ease; }
.contact-haut:hover, .contact-haut:focus-visible { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(180,22,44,.2); }

.hero { isolation: isolate; padding-top: 150px; background: radial-gradient(circle at 78% 20%, rgba(255,255,255,.22), transparent 30%), var(--rose); }
.hero::after { content: ""; position: absolute; z-index: 0; right: -9vw; bottom: -17vw; width: 46vw; aspect-ratio: 1; border: 1px solid rgba(180,22,44,.28); border-radius: 50%; pointer-events: none; }
.hero-dessin { filter: drop-shadow(0 25px 45px rgba(120,7,32,.08)); animation: respiration 8s ease-in-out infinite; }
.sur-titre, .repere { display: inline-flex; align-items: center; gap: 10px; }
.repere::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.section { padding-block: clamp(90px, 9vw, 145px); }

.axes { box-shadow: 0 22px 55px rgba(105,10,31,.06); }
.axes article { transition: color .28s ease, background .28s ease, transform .28s ease; }
.axes article:hover { color: var(--rose-clair); background: var(--rouge); transform: translateY(-5px); }

.oeuvre-visuel { box-shadow: 0 30px 70px rgba(83,7,24,.14); }
.galerie-item a { position: relative; box-shadow: 0 16px 38px rgba(83,7,24,.08); }
.galerie-item a::after { content: "Agrandir ↗"; position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; border-radius: 999px; background: rgba(180,22,44,.92); color: var(--rose-clair); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.galerie-item a:hover::after, .galerie-item a:focus-visible::after { opacity: 1; transform: translateY(0); }
.galerie-item img { transition-duration: .6s; }
.galerie-item figcaption { margin-top: 1px; }

.bouton-youtube { transition: padding .25s ease, background .25s ease; }
.bouton-youtube:hover, .bouton-youtube:focus-visible { padding-inline: 16px; background: rgba(248,201,211,.08); }
.texte-lien article { position: relative; }
.texte-lien article::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(180,22,44,.055); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.texte-lien:hover article::before, .texte-lien:focus-visible article::before { transform: scaleX(1); }
.bio-portrait { box-shadow: 22px 22px 0 rgba(180,22,44,.12); }
.instagram-bas, .contact-bas, footer > a:last-child { transition: opacity .2s ease, transform .2s ease; }
.instagram-bas:hover, .contact-bas:hover, footer > a:last-child:hover { opacity: .72; transform: translateY(-2px); }

@keyframes respiration { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-10px) rotate(.5deg); } }

@media (min-width: 721px) and (max-width: 1180px) {
  .navigation { grid-template-columns: auto 1fr auto; }
  .navigation nav { gap: 12px; font-size: 9px; letter-spacing: .08em; }
  .contact-haut { font-size: 0; }
  .contact-haut::after { content: "Contact"; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
  footer { grid-template-columns: 1fr 1fr; align-content: end; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 124px; }
  .navigation { top: 8px; left: 8px; width: calc(100% - 16px); grid-template-columns: auto 1fr; align-items: center; padding: 10px 12px 8px; border-radius: 22px; background: rgba(248,201,211,.92); }
  .navigation nav { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 4px; row-gap: 9px; width: 100%; margin-top: 9px; padding: 8px 0 4px; overflow: visible; font-size: 9.5px; line-height: 1.1; white-space: nowrap; }
  .navigation nav a { text-align: center; }
  .contact-haut { grid-column: 2; grid-row: 1; justify-self: end; margin: 0; padding: 8px 10px; font-size: 8.5px; }
  .hero { min-height: 100svh; padding-top: 155px; }
  .hero::after { right: -36vw; bottom: -12vw; width: 90vw; }
  .hero-dessin { right: -24vw; top: 22vh; }
  .hero-bas { padding-top: 54px; }
  .section { padding-block: 82px; }
  .repere { font-size: 10px; }
  .axes article:hover { transform: none; }
  .galerie-item a::after { display: none; }
  .bio-portrait { box-shadow: 12px 12px 0 rgba(180,22,44,.12); }
}

@media (hover: none) {
  .galerie-item img { filter: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
