/* HGM CPA — finition graphique. Palette et fichiers de marque d'origine. */
:root { --section: clamp(4rem, 7.5vw, 7rem); }
::selection { background: #b99759; color: #04261e; }
:root body .barre-principale__int { min-height: 6.5rem; gap: 1.5rem; }
:root body .marque { flex-shrink: 0; }
:root body .marque__img { height: 5.4rem; width: auto; }
:root body .entete-site.est-defile .barre-principale__int { min-height: 5.5rem; }
:root body .entete-site.est-defile .marque__img { height: 4.4rem; }
:root body .nav__lien { min-height: 2.75rem; }
:root body .sous-menu { border-top-color: var(--laiton); }
:root body .hero { padding-block: clamp(3.5rem, 6vw, 6rem); }
:root body .hero::before { right: -12%; width: 48%; opacity: .7; }
:root body .hero::after { content: ''; position: absolute; pointer-events: none; right: 6%; top: 12%; width: clamp(8rem, 21vw, 22rem); aspect-ratio: 50 / 84; background: var(--laiton); clip-path: polygon(100% 0, 100% 19%, 0 100%); opacity: .13; }
:root body .hero__int { z-index: 1; }
:root body .hero__titre { max-width: 100%; font-size: clamp(2.45rem, 5.7vw, 5.3rem); line-height: 1.12; letter-spacing: -.025em; margin-bottom: 2.75rem; }
:root body .hero__l--laiton { white-space: normal; }
:root body .hero__intro { font-size: clamp(1.0625rem, 1.5vw, 1.2rem); line-height: 1.75; }
:root body .hero__bas { align-items: center; }
:root body .hero__actions { align-content: center; }
:root body .hero__sur { letter-spacing: .035em; }
:root body .volets { max-width: var(--largeur); margin-inline: auto; border-inline: 1px solid var(--ligne); }
:root body .volet { padding: clamp(2rem, 3vw, 3rem); align-items: flex-start; text-align: left; gap: .85rem; transition: background 280ms var(--ease); }
:root body .volet::before { content: ''; width: 1.35rem; height: 2.25rem; background: url('/logos/hgm-marque.svg') center / contain no-repeat; margin-bottom: .75rem; }
:root body .volet__titre { font-size: clamp(1.85rem, 2.6vw, 2.4rem); line-height: 1.13; }
:root body .volet__sous { min-height: 2.7em; line-height: 1.5; }
:root body .volet__texte { font-size: 1rem; line-height: 1.7; }
:root body .volet__lien { max-width: none; justify-content: space-between; padding-top: 1.25rem; }
:root body .volet:hover, :root body .volet:focus-visible { flex-grow: 1; }
:root body .volets:hover .volet:not(:hover) .volet__texte { opacity: 1; }
:root body .engagements-b { border-top: 0; gap: 1rem; }
:root body .engagements-b li { position: relative; background: var(--papier); border: 1px solid var(--ligne) !important; padding-block: 2rem; }
:root body .engagements-b li::before { content: ''; display: block; width: 1.4rem; height: 2px; background: var(--laiton); margin: 0 auto 1.35rem; }
:root body .engagements-b__texte { font-size: 1rem; line-height: 1.65; }
:root body .enonce { max-width: 32ch; line-height: 1.25; margin-bottom: 3.5rem; }
:root body .orga__panneau { gap: 1.1rem; }
:root body .orga__panneau::before { width: 9rem; height: 15rem; clip-path: polygon(100% 0, 100% 19%, 0 100%); opacity: .12; }
:root body .orga__panneau .lien-fleche { align-self: flex-start; margin-top: auto; }
:root body .etapes-h__num { font-size: 3.5rem; color: var(--laiton-fonce); }
:root body .entete-page { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
:root body .entete-page h1 { font-size: clamp(2.65rem, 4.8vw, 4.6rem); line-height: 1.08; }
:root body .entete-page .chapeau { line-height: 1.75; }
:root body .registre__ligne { padding-block: 2rem; }
:root body .registre__ligne h3 { font-size: clamp(1.65rem, 2.5vw, 2.1rem); }
:root body .grille-options > div { padding: clamp(1.5rem, 3vw, 2.5rem); border-top: 3px solid var(--laiton); }
:root body .encadre { border-top: 3px solid var(--laiton); }
:root body .faq summary { min-height: 4.5rem; padding-right: .5rem; }
:root body .faq details[open] { background: var(--ivoire); padding-inline: 1.25rem; }
:root body .faq summary::after { width: 2rem; height: 2rem; }
:root body .terme__fermer { min-width: 2.75rem; min-height: 2.75rem; top: .15rem; right: .15rem; color: var(--blanc); background: var(--foret-profonde); }
:root body .terme__titre { padding-right: 2.75rem; }
:root body .bouton { transition: color 280ms var(--ease), border-color 280ms var(--ease), box-shadow 280ms var(--ease), transform 280ms var(--ease); }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  :root body .bouton:hover { transform: translateY(-2px); box-shadow: 0 8px 18px -10px rgb(4 38 30 / .45); }
}
:root body .bouton:disabled { cursor: wait; opacity: .65; transform: none; }
:root body .contact__infos { align-self: start; }
:root body .champ select, :root body .champ input, :root body .champ textarea { font-size: 1rem; }
:root body .pied a { text-underline-offset: .25em; }
@media (min-width: 68rem) { :root body .volets { display: grid; grid-template-columns: 1fr 1.2fr 1fr; } }
@media (min-width: 60rem) { :root body .contact__infos { position: sticky; top: 7.5rem; } }
@media (max-width: 60rem) {
  :root body .barre-principale__int { min-height: 5.5rem; }
  :root body .marque__img { height: 4.5rem; }
  :root body .entete-site.est-defile .marque__img { height: 4rem; }
  :root body .entete-site.est-defile .barre-principale__int { min-height: 5rem; }
  :root body .hero__actions { gap: .75rem; }
}
@media (max-width: 40rem) {
  :root body .hero__sur { font-size: .8125rem; gap: .6rem; }
  :root body .hero__point { display: none; }
  :root body .hero__sur { display: block; max-width: 28ch; }
  :root body .hero__titre { font-size: clamp(2.2rem, 9vw, 3.6rem); }
  :root body .hero__l + .hero__l { margin-top: .2em; }
  :root body .hero__actions, :root body .hero__actions .bouton { width: 100%; }
  :root body .volet__sous { min-height: 0; }
  :root body .volet__titre { max-width: 22ch; }
  :root body .faq .faq__corps { padding-right: 0; }
  :root body .groupe-boutons .bouton { max-width: 100%; }
  :root body .entete-page h1 { overflow-wrap: anywhere; }
}
/* Navigation lisible même sans JavaScript. */
html:not(.js) .menu-mobile { display: none; }
html:not(.js) .sous-menu[hidden] { display: block !important; position: static; opacity: 1; transform: none; min-width: 0; }
@media (max-width: 60rem) {
  html:not(.js) .barre-principale__int { flex-wrap: wrap; }
  html:not(.js) .nav { position: static; visibility: visible; opacity: 1; transform: none; width: 100%; }
  html:not(.js) .entete-site { position: relative; }
}
@media print {
  .js [data-apparition] { opacity: 1 !important; transform: none !important; }
}
@media (prefers-reduced-motion: no-preference) {
  :root body .hero::after { animation: signature-hgm 1200ms var(--ease) both; }
  @keyframes signature-hgm { from { opacity: 0; transform: translateY(18px); } to { opacity: .13; transform: none; } }
}

/* Alignement du contenu sur les repères : 125 px environ à 1900 px. */
:root { --marge-contenu: clamp(1.25rem, 6.58vw, 12rem); }
:root body main, :root body .pied { --largeur: 100%; --gouttiere: var(--marge-contenu); }
:root body main .conteneur, :root body .pied .conteneur { max-width: none; }
:root body .volets { margin-inline: var(--marge-contenu); max-width: none; }
:root body .volet { padding-inline: clamp(1.25rem, 2.5vw, 3rem); }
@media (min-width: 56rem) {
  :root body .orga__panneau--clair { padding-left: var(--marge-contenu); padding-right: 4rem; }
  :root body .orga__panneau--sombre { padding-right: var(--marge-contenu); padding-left: 4rem; }
}
@media (max-width: 40rem) {
  :root { --marge-contenu: 1.25rem; }
  :root body .volets { margin-inline: 0; }
  :root body .volet { padding-inline: var(--marge-contenu); }
}

/* En-tête aligné sur la grille du contenu. */
:root body .entete-site { --largeur: 100%; --gouttiere: var(--marge-contenu); }
:root body .entete-site .conteneur { max-width: none; }

/* Navigation de bureau plus lisible, alignée à gauche après le logo. */
@media (min-width: 70.01rem) {
  :root body .entete-site .marque { margin-right: 0; }
  :root body .entete-site .nav { margin-left: 0; margin-right: auto; }
  :root body .entete-site .nav__liste { justify-content: flex-start; gap: clamp(1.25rem, 1.7vw, 2rem); }
  :root body .entete-site .nav__lien { font-size: 1.125rem; font-weight: 600; }
  :root body .entete-site__cta { flex-shrink: 0; }
}

/* Navigation centrée entre la marque et le bouton, typographie de titre HGM. */
@media (min-width: 70.01rem) {
  :root body .entete-site .nav { flex: 1; margin-inline: 0; min-width: 0; }
  :root body .entete-site .nav__liste { justify-content: center; gap: clamp(1rem, 1.6vw, 1.9rem); }
  :root body .entete-site .nav__lien { font-family: var(--f-titre); font-size: 1.125rem; font-weight: 400; }
}

/* Modifications du document V2 : rythme compact et corps harmonisés. */
:root { --section: clamp(2.25rem, 3.5vw, 3.5rem); --t-base: 1.125rem; --t-sm: 1rem; --t-xl: clamp(1.6rem, 2vw, 2rem); }
:root body .hero { padding-block: clamp(2.5rem, 4vw, 4rem); }
:root body .hero__titre { margin-bottom: 1.75rem; }
:root body .hero__intro { font-size: 1.25rem; max-width: 46rem; line-height: 1.65; }
:root body .hero__bas { grid-template-columns: minmax(0,46rem) auto; gap: 2rem; }
:root body .services-adaptes .conteneur > * { max-width: 55rem; }
:root body .services-adaptes h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
:root body .services-adaptes .chapeau { font-size: 1.125rem; margin-bottom: 0; }
:root body .volets { min-height: 0; grid-template-columns: repeat(3,minmax(0,1fr)); }
:root body .volet { align-items: center; text-align: center; padding-block: 2rem; gap: 1rem; }
:root body .volet::before { display: none; }
:root body .volet__entete { display: flex; align-items: center; justify-content: center; gap: 1rem; width: 100%; min-height: 3rem; }
:root body .volet__entete img { flex: none; width: 1.75rem; height: auto; }
:root body .volet__sous { min-height: 0; text-align: left; font-size: .9375rem; }
:root body .volet__titre { font-size: clamp(1.85rem, 2.4vw, 2.4rem); margin-bottom: .25rem; }
:root body .volet__texte { font-size: 1.125rem; line-height: 1.65; max-width: 32rem; }
:root body .volet__texte + .volet__texte { margin-top: 0; }
:root body .volet__lien { justify-content: center; gap: .65rem; max-width: 15rem; }
:root body .section-tete { margin-bottom: 2rem; max-width: 55rem; }
:root body .section-tete .chapeau { max-width: 48rem; margin-inline: auto; font-size: 1.125rem; }
:root body .etapes-h h3 { font-size: clamp(1.5rem, 2vw, 1.85rem); }
:root body .etapes-h p, :root body .orga__texte { font-size: 1.125rem; }
:root body .etapes-h__num { font-size: 3rem; margin-bottom: .75rem; }
:root body .orga__panneau { align-items: center; text-align: center; padding-block: clamp(2.5rem, 4vw, 4rem); }
:root body .orga__panneau .lien-fleche { align-self: center; }
:root body .orga__titre { font-size: clamp(2rem, 3vw, 3.2rem); }
:root body .orga__sur { font-size: 1rem; }
:root body .entete-page { padding-block: clamp(2rem, 3vw, 3rem); }
:root body .entete-page > .conteneur { align-items: center; gap: 1.5rem 2.5rem; }
:root body .entete-page .fil { margin-bottom: .5rem; }
:root body .entete-page .chapeau { font-size: 1.25rem; }
:root body .entete-page .chapeau p { margin-bottom: 0; }
:root body .tenue-entete h1 { max-width: none; font-size: clamp(2rem, 2.85vw, 3.4rem); }
:root body .tenue-entete .titre-ligne { display: block; }
:root body .tenue-details { gap: 2.5rem; align-items: start; }
:root body .tenue-details h2, :root body .tenue-details h3 { font-size: clamp(1.6rem, 2vw, 2rem); }
:root body .tenue-details .titre-filet { padding-top: 0; }
:root body .tenue-details .titre-filet::before { display: none; }
:root body .tenue-details p, :root body .tenue-details li { font-size: 1.125rem; }
:root body .passerelle-unique { max-width: 58rem; padding: 2rem; }
:root body .passerelle-unique h3 { font-size: clamp(1.6rem, 2.2vw, 2.1rem); }
:root body .passerelle-unique p { font-size: 1.125rem; }
:root body .bandeau { padding-block: var(--section); }
:root body .pied { padding-top: 2.5rem; font-size: 1.125rem; }
:root body .pied__grille { padding-bottom: 2.5rem; gap: 2rem; }
:root body .pied__marque { display: flex; align-items: center; gap: 1.25rem; align-self: start; }
:root body .pied__logo { width: 7rem; flex: none; margin: 0; }
:root body .pied__marque p { font-size: 1.25rem; line-height: 1.45; color: var(--foret); margin: 0; max-width: 18rem; }
:root body .pied__titre { font-size: 1.4rem; }
:root body .pied__reseaux { display: flex; gap: .65rem; margin-top: 1.25rem; }
:root body .pied__reseaux > * { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid var(--ligne); border-radius: 50%; color: var(--foret); }
:root body .pied__reseaux svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
@media (min-width: 60rem) {
  :root body .tenue-entete .entete-page > .conteneur { grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); }
}
@media (max-width: 75rem) {
  :root body .pied__grille { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 68rem) {
  :root body .volets { grid-template-columns: 1fr; }
  :root body .hero__bas { grid-template-columns: 1fr; }
}
@media (max-width: 40rem) {
  :root body .pied__grille { grid-template-columns: 1fr; }
  :root body .pied__marque p { font-size: 1.125rem; }
  :root body .tenue-entete h1 { font-size: 2.2rem; }
  :root body .passerelle-unique { padding: 1.25rem; }
}

/* Accueil : révélation de chaque section une seule fois au défilement. */
:root.js body .apparition-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 850ms var(--ease), transform 850ms var(--ease);
}
:root.js body .apparition-section.est-visible { opacity: 1; transform: none; }
:root body .apparition-section.est-visible .etape-accueil::before { width: 100%; }
:root.js body .apparition-section:focus-within { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  :root.js body .apparition-section { opacity: 1; transform: none; transition: none; }
}
@media print {
  :root.js body .apparition-section { opacity: 1; transform: none; }
}

/* Services réunis et révélations décalées au défilement. */
:root body .services-unifies { padding-bottom: 0; }
:root body .services-unifies > .conteneur { margin-bottom: 1.75rem; }
:root body .services-unifies .volets { border-top: 1px solid var(--ligne); }
:root.js body [data-rejouer] { opacity: 0; transform: translateY(36px); transition: opacity 750ms var(--ease), transform 850ms var(--ease); }
:root.js body [data-rejouer].est-visible, :root.js body [data-rejouer]:focus-within { opacity: 1; transform: none; }
:root body .etape-accueil.est-visible::before { width: 100%; }
@media (prefers-reduced-motion: reduce) {
 :root.js body [data-rejouer] { opacity: 1; transform: none; transition: none; }
}
@media print { :root.js body [data-rejouer] { opacity: 1; transform: none; } }

/* Deuxième document V2 : titres et grilles des pages intérieures. */
:root body .entete-page h1,
:root body .tenue-entete h1 { font-family: var(--f-affiche); font-size: clamp(2.2rem, 2.85vw, 3.4rem); line-height: 1.12; max-width: none; }
:root body .entete-page .chapeau { width: 100%; max-width: none; text-align: left; }
:root body .entete-page .conteneur { padding-inline: var(--marge-contenu); }
@media (min-width: 60rem) {
  :root body .entete-page > .conteneur,
  :root body .tenue-entete .entete-page > .conteneur { grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); column-gap: clamp(2rem, 3vw, 3.5rem); }
}
:root body .mission h3, :root body .mission__niveau { text-align: center; }
:root body .missions-intro { max-width: none; text-wrap: pretty; }
:root body .independance { width: 100%; max-width: none; padding: clamp(1.5rem, 3vw, 3rem); }
:root body .independance h2 { max-width: none; }
:root body .independance p { max-width: none; margin-bottom: 0; }
:root body .grille-services { gap: 1.25rem; border: 0; background: transparent; margin-top: 2rem; }
:root body .grille-services > li { position: relative; margin: 0; padding: 1.75rem; min-height: 9rem; border: 1px solid var(--ligne); border-top: 3px solid var(--laiton); background: var(--papier); box-shadow: 0 8px 24px -20px rgb(4 38 30 / .35); }
:root body .grille-services > li:focus-within { z-index: 5; background: var(--ivoire); border-color: var(--laiton); }
:root body .grille-services .terme__declencheur--titre { width: 100%; min-height: 4rem; font-size: clamp(1.125rem, 1.4vw, 1.35rem); padding: .5rem 0; }
:root body .grille-services > li::after { content: ''; position: absolute; bottom: .8rem; left: calc(50% - .75rem); width: 1.5rem; height: 2px; background: var(--laiton); pointer-events: none; transition: width 250ms var(--ease), left 250ms var(--ease); }
@media (hover: hover) {
 :root body .grille-services > li:hover { z-index: 4; background: var(--ivoire); border-color: var(--laiton); }
 :root body .grille-services > li:hover::after { width: 3rem; left: calc(50% - 1.5rem); }
}
:root body .besoins-pme > div { margin-bottom: 2rem; }
:root body .besoins-pme .registre__ligne { align-items: start; }
:root body .besoins-pme .registre__ligne p { max-width: none; }
@media (max-width: 40rem) {
 :root body .grille-services > li { min-height: 7rem; padding: 1.25rem; }
}

/* Troisième document V2 : mission, vision et portrait du CPA. */
:root body .cabinet-mv { gap: clamp(1.5rem, 3vw, 3rem); align-items: stretch; }
:root body .cabinet-mv > div { padding: clamp(1.5rem, 2.5vw, 2.5rem); background: var(--papier); border: 1px solid var(--ligne); border-top: 3px solid var(--laiton); text-align: center; }
:root body .cabinet-mv .titre-filet::before { left: calc(50% - 1.5rem); }
:root body .cabinet-mv .chapeau { max-width: 42rem; margin: 0 auto; font-size: 1.125rem; line-height: 1.7; }
:root body .cpa { align-items: start; gap: clamp(2rem, 4vw, 4rem); }
:root body .cpa__visuel { width: 100%; max-width: 26rem; margin-inline: auto; }
:root body .cpa__visuel img { object-position: center top; }
:root body .cpa > div:last-child { min-width: 0; }
:root body .cpa p { font-size: 1.125rem; line-height: 1.7; }
:root body .cpa .cpa__nom { font-size: 1.5rem; }
:root body .cpa .lien-fleche { display: inline; line-height: 1.6; }
@media (min-width: 56rem) { :root body .cpa { grid-template-columns: minmax(16rem, 26rem) minmax(0,1fr); } }

/* Portrait fourni : proportions originales conservées. */
:root body .cpa__visuel:has(img) { aspect-ratio: 1; }
:root body .cpa__visuel img { object-fit: contain; }

/* Portrait à la hauteur du texte sur ordinateur ; format original sur mobile. */
@media (min-width: 75rem) {
  :root body .cpa { grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr); align-items: stretch; }
  :root body .cpa__visuel:has(img) { position: relative; aspect-ratio: auto; max-width: none; min-height: 0; align-self: stretch; }
  :root body .cpa__visuel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
}
/* Apparitions légères sur l'ensemble du site. */
:root.js body [data-rejouer] { transform: translateY(20px); transition-duration: 650ms, 700ms; }
:root.js body [data-rejouer].est-visible,
:root.js body [data-rejouer]:focus-within { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  :root.js body [data-rejouer] { opacity: 1; transform: none; transition: none; }
}
@media print { :root.js body [data-rejouer] { opacity: 1; transform: none; } }

/* Quatrième document V2 : descriptions alignées quelle que soit la longueur du titre. */
@media (min-width: 68.01rem) {
 :root body .services-unifies .volets { grid-template-rows: auto auto 1fr auto; column-gap: 0; row-gap: 1rem; }
 :root body .services-unifies .volet { display: grid; grid-template-rows: subgrid; grid-row: span 4; justify-items: center; align-items: start; row-gap: 1rem; }
 :root body .services-unifies .volet__titre { align-self: center; }
 :root body .services-unifies .volet__description { grid-row: 3; }
 :root body .services-unifies .volet__lien { grid-row: 4; margin-top: 0; }
}
:root body .volet__description { display: grid; gap: 1rem; justify-items: center; }

/* Révision téléphone/tablette, après sauvegarde V2 du 22 septembre. */
:root body .mission > p { text-align: center; }
:root body .mission .terme__bulle { text-align: left; }
:root body .conteneur > *, :root body .volet > *, :root body .contact > * { min-width: 0; }
:root body .pied a, :root body .cpa a, :root body .contact a { overflow-wrap: anywhere; }
:root body .terme__bulle { max-height: min(32rem, 75dvh); overflow-y: auto; overscroll-behavior: contain; }
@media (max-width: 75rem) {
 :root { --marge-contenu: clamp(1.25rem, 4vw, 3rem); }
 :root body .hero__bas { grid-template-columns: 1fr; gap: 1.5rem; }
 :root body .hero__intro { max-width: 48rem; }
 :root body .hero__actions { justify-content: flex-start; }
 :root body .missions { grid-template-columns: 1fr; gap: 1.25rem; }
 :root body .mission { padding: 1.75rem; }
 :root body .mission > p { max-width: 46rem; margin-inline: auto; }
 :root body .cpa { grid-template-columns: 1fr; gap: 2rem; }
 :root body .cpa__visuel { max-width: 24rem; }
 :root body .cpa > div:last-child { max-width: 50rem; margin-inline: auto; }
 :root body .tenue-entete .entete-page > .conteneur,
 :root body .entete-page > .conteneur { grid-template-columns: 1fr; gap: 1.25rem; }
 :root body .entete-page .chapeau { max-width: 52rem; }
 :root body .entete-page h1 { max-width: 30ch; }
 :root body .entete-page .fil { margin-bottom: .25rem; }
 :root body .contact { grid-template-columns: 1fr; gap: 2rem; }
 :root body .contact__infos { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
 :root body .contact__infos .bloc { padding-top: 1.5rem; margin: 0; }
 :root body .contact__infos .bloc--cpa { grid-column: 1 / -1; }
 :root body .deux-colonnes--collant > :first-child { position: static; }
}
@media (max-width: 70rem) {
 :root body .barre-principale__int,
 :root body .entete-site.est-defile .barre-principale__int { min-height: 5rem; gap: 1rem; }
 :root body .marque__img,
 :root body .entete-site.est-defile .marque__img { height: 4rem; }
 :root body .marque { margin-right: auto; }
 :root body .nav { margin: 0; flex: none; padding-bottom: max(2rem, env(safe-area-inset-bottom)); overscroll-behavior: contain; }
 :root body .nav__liste { display: flex; flex-direction: column; gap: 0; }
 :root body .nav__lien { font-family: var(--f-titre); font-size: 1.2rem; font-weight: 400; line-height: 1.4; min-height: 3.5rem; }
 :root body .menu-mobile { width: 3rem; height: 3rem; flex: none; }
 :root body .sous-menu__lien { padding-block: 1rem; }
 :root body .nav__mobile-extra .bouton { width: 100%; }
 html:not(.js) .nav { position: static; visibility: visible; opacity: 1; transform: none; width: 100%; }
 html:not(.js) .barre-principale__int { flex-wrap: wrap; }
 html:not(.js) .entete-site { position: relative; }
}
@media (min-width: 40.01rem) and (max-width: 75rem) {
 :root body .grille-services { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
 :root body .grille-services > li { padding: 1.25rem; min-height: 7.5rem; }
 :root body .volets { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
 :root body .services-unifies .volet { display: flex; grid-row: auto; padding: 2rem; }
 :root body .volet__texte { max-width: 46rem; }
 :root body .volet__titre { max-width: none; }
 :root body .volet__lien { margin-top: .5rem; }
 :root body .etapes-h { gap: 1.5rem; }
 :root body .etapes-h h3 { font-size: 1.5rem; }
}
@media (max-width: 56rem) {
 :root body .deux-colonnes, :root body .cabinet-mv, :root body .etapes-h { grid-template-columns: 1fr; gap: 1.75rem; }
 :root body .registre__ligne { grid-template-columns: 1fr; gap: .75rem; }
 :root body .registre__ligne p { margin-bottom: .75rem; }
 :root body .orga { grid-template-columns: 1fr; }
 :root body .orga__panneau { padding: 2.25rem var(--marge-contenu); }
 :root body .section-tete { margin-bottom: 1.5rem; }
}
@media (max-width: 40rem) {
 :root { --marge-contenu: 1.25rem; --section: 2.25rem; }
 :root body { font-size: 1.0625rem; }
 :root body .hero { padding-block: 2.5rem; }
 :root body .hero__sur { display: flex; max-width: none; flex-direction: column; align-items: flex-start; gap: .25rem; font-size: .8125rem; }
 :root body .hero__titre { font-size: clamp(2rem, 8.5vw, 3.25rem); line-height: 1.12; }
 :root body .hero__intro, :root body .entete-page .chapeau { font-size: 1.125rem; line-height: 1.65; }
 :root body .hero__bas { gap: 1.5rem; }
 :root body .hero__actions, :root body .groupe-boutons { display: grid; grid-template-columns: 1fr; width: 100%; }
 :root body .bouton { min-height: 3rem; padding: .9rem 1.1rem; text-align: center; }
 :root body .hero::after { opacity: .08; right: -1rem; }
 :root body .entete-page h1, :root body .tenue-entete h1 { font-size: clamp(2rem, 8vw, 2.6rem); overflow-wrap: normal; }
 :root body .titre-ligne { display: inline; }
 :root body .titre-ligne + .titre-ligne::before { content: ' '; }
 :root body .entete-page .fil { font-size: .8125rem; line-height: 1.8; }
 :root body .services-unifies .volets { margin-inline: var(--marge-contenu); border: 0; }
 :root body .services-unifies .volet { padding: 1.5rem 0; border-left: 0; border-right: 0; }
 :root body .volet__entete { gap: .75rem; }
 :root body .volet__sous { font-size: .875rem; }
 :root body .volet__titre { font-size: 2rem; }
 :root body .volet__texte, :root body .etapes-h p, :root body .orga__texte, :root body .cabinet-mv .chapeau, :root body .cpa p, :root body .tenue-details p, :root body .tenue-details li { font-size: 1.0625rem; }
 :root body .mission { padding: 1.5rem 1rem; }
 :root body .mission h3 { font-size: 1.65rem; }
 :root body .grille-services { grid-template-columns: 1fr; }
 :root body .terme__bulle.est-mobile { left: 1rem; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); max-height: 65dvh; }
 :root body .contact__infos { grid-template-columns: 1fr; }
 :root body .champs { grid-template-columns: 1fr; }
 :root body form .bouton { width: 100%; }
 :root body .pied__marque { gap: 1rem; }
 :root body .pied__logo { width: 5rem; }
 :root body .pied__marque p { font-size: 1.0625rem; }
 :root body .pied__bas { flex-direction: column; align-items: flex-start; }
 :root body .faq summary { font-size: 1.125rem; gap: .75rem; }
 :root body .cpa__visuel { max-width: 20rem; }
 :root.js body [data-rejouer] { transform: none; transition-property: opacity; transition-duration: 450ms; }
}
@media (prefers-reduced-motion: reduce) { :root.js body [data-rejouer] { opacity: 1; transform: none; transition: none; } }
