
/* POLICES HEBERGEES SUR LE DOMAINE.
   DM Sans et Manrope, sous licence SIL Open Font, servies depuis
   assets/fonts/ et non depuis Google : aucune adresse IP de visiteur
   n'est transmise a un tiers, la CSP reste a font-src 'self', et il n'y
   a rien a declarer dans les mentions legales.

   Un seul fichier par famille : ce sont des polices VARIABLES, la
   graisse est un axe interne. D'ou la plage « font-weight:400 700 »
   plutot qu'une regle par graisse — le navigateur interpole.

   font-display:swap affiche le texte en Arial des le premier rendu puis
   bascule : jamais de texte invisible pendant le chargement.

   unicode-range limite au sous-ensemble latin : le site n'emploie ni
   caractere d'Europe de l'Est ni ligature oe. Les symboles de la page
   (⌘ ⌂ ▣ ☰ …) ne figurent dans aucun sous-ensemble Google et viennent,
   ici comme sur la reference, d'une police systeme. */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/dm-sans.woff2?v=1) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500 800;font-display:swap;src:url(../fonts/manrope.woff2?v=1) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
/* PALETTE — reprise de la version hébergée de référence.

   Ces cinq variables pilotent tout le nuancier : 65 déclarations les
   utilisent. Elles ont longtemps été absentes de ce fichier, parce que la
   maquette d'origine ne les déclarait pas — le rendu entièrement noir que
   cela produisait n'était pas un choix graphique, mais la valeur de repli
   du navigateur.

   La nuance porte au-delà des teintes : une variable absente rend la
   déclaration invalide au moment du calcul, si bien que
   « border-top:1px solid var(--line) » ne dessinait AUCUN filet. Les
   déclarer en fait réapparaître quinze. */
:root{--blue:#1658dc;--ink:#152c4b;--muted:#64748b;--line:#dfe7f1;--pale:#f1f6fd}

*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font:16px/1.65 'DM Sans',Arial,sans-serif;background:white}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #77aaff;outline-offset:5px}.skip{position:fixed;top:-100px;left:20px;padding:10px;background:white;z-index:100}.skip:focus{top:10px}.topbar{padding:9px 5%;display:flex;justify-content:space-between;background:var(--pale);font-size:12px;color:#4e6586}.topbar a{color:var(--blue);font-weight:600}.top-separator{margin:0 12px}header{height:98px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10;background:white}.brand{display:flex;align-items:center;gap:12px;font:800 28px/1 'Manrope',Arial,sans-serif;letter-spacing:-1px}.brand-icon{width:44px;height:44px;border-radius:10px;background:var(--blue);color:white;font-size:39px;line-height:36px;text-align:center}.brand-icon span{color:#a0cdff}.brand-sub{font:700 9px/1.5 'DM Sans',Arial,sans-serif;letter-spacing:3px;display:block;margin-top:6px}nav{display:flex;align-items:center;gap:27px;font-size:14px}nav>a:not(.button):hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--blue);color:white;padding:16px 23px;border-radius:5px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#1045b1;transform:translateY(-2px)}.button span{font-size:20px;line-height:1}/* gap:0 uniquement ici. Dans la maquette, « Nous contacter » est le seul
   bouton dont la fleche n'est pas dans un <span> : il n'a donc qu'un
   element flex, et la gouttiere de 30px de .button ne s'y applique pas.
   Nous avons mis la fleche dans un <span aria-hidden> pour qu'un lecteur
   d'ecran ne l'annonce pas — ce qui creait un deuxieme element flex et
   elargissait le bouton de 30px. On neutralise la gouttiere ici seulement :
   meme largeur que la maquette, et la fleche reste muette. */
.nav-cta{padding:12px 20px;gap:0}.menu-toggle{display:none}.hero{min-height:680px;height:calc(100svh - 135px);max-height:950px;position:relative;isolation:isolate;background:#18354e;color:white;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(8,30,58,.9),rgba(10,34,66,.66) 37%,rgba(6,29,55,.12) 76%),linear-gradient(0deg,rgba(7,29,53,.42),transparent 50%)}.hero-content{height:100%;padding:7vh 6% 30px;display:flex;flex-direction:column;justify-content:center;max-width:1600px;margin:auto}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--blue);margin-bottom:21px}.light{color:#d3e7ff}.hero h1 span{color:#a8d3ff}.hero h1{font-weight:600;font-size:clamp(52px,5.2vw,82px);line-height:1.13;letter-spacing:-3.5px}.hero-content>p{margin:28px 0 31px;color:#e3ecf8;font-size:18px;line-height:1.8}.hero-actions{display:flex;gap:15px}.outline{background:transparent;border:1px solid #ffffff70}.outline:hover{background:#ffffff15}.hero-bottom{margin-top:auto;padding-top:55px;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:1.6px;color:#e5eefb}.hero-bottom>a{letter-spacing:0;font-size:14px}.hero-bottom>a span{margin-left:20px}.quick-info{display:grid;grid-template-columns:repeat(4,1fr);padding:34px 5%;border-bottom:1px solid var(--line);gap:25px;background:white}.quick-info>div,.quick-info>a{border-right:1px solid var(--line)}.quick-info>a{border:0}.quick-info strong{display:block;font-size:16px;font-weight:600}/* « > * > » et non « span » seul : cette regle vise le sous-titre, enfant
   direct de chaque bloc. Ecrite largement, elle attrapait aussi la fleche
   decorative que nous avons mise dans un <span aria-hidden> a l'interieur
   du <strong> — la fleche passait alors en display:block, donc a la ligne,
   et en gris 13px. */
.quick-info>*>span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.quick-info>a strong{color:var(--blue)}.section{max-width:1500px;margin:auto;padding:95px 6%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:43px}h2{font-size:clamp(34px,3.1vw,48px);font-weight:600;line-height:1.22;letter-spacing:-1.8px}h2 span{color:var(--blue)}.section-heading>p{max-width:350px;color:var(--muted);line-height:1.8}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service{border:1px solid var(--line);padding:29px;border-radius:8px;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}.service:hover{box-shadow:0 10px 40px #173f7010;border-color:#a9c6f8}.service-top{display:flex;justify-content:space-between;align-items:center;color:#8393a8;font-size:12px}.service-icon{background:#eaf2ff;width:47px;height:47px;display:grid;place-items:center;color:var(--blue);border-radius:8px;font-size:28px}.service h3{font-size:21px;letter-spacing:-.6px;line-height:1.4;margin:24px 0 14px;font-weight:700}.service>p{font-size:16px;color:var(--muted);line-height:1.75}.service ul{list-style:none;padding:0;margin:20px 0 25px;font-size:14px;color:#4b607b}.service li{position:relative;padding-left:17px;margin:8px 0}.service li:before{content:'·';position:absolute;left:0;color:var(--blue);font-weight:bold}.service>a{padding-top:20px;border-top:1px solid var(--line);color:var(--blue);font-size:14px;display:flex;justify-content:space-between;gap:10px;margin-top:auto;font-weight:600}.accent-service{background:var(--pale);border-color:var(--pale)}.atelier{display:grid;grid-template-columns:1fr 1fr;gap:85px;padding-top:15px;align-items:center}.atelier-photo{height:625px;border-radius:9px;overflow:hidden;position:relative}.atelier-photo>img{height:100%;width:100%;object-fit:cover}.photo-badge{position:absolute;bottom:25px;left:25px;right:25px;padding:20px 25px;background:white;border-radius:5px}.photo-badge strong{display:block;font:600 23px/1.5 'Manrope',sans-serif}.photo-badge span{font-size:14px;color:var(--muted)}.atelier-copy .lead{font-size:20px;color:var(--ink);margin:25px 0 18px}.atelier-copy>p{color:var(--muted);font-size:16px;line-height:1.8}.address-card{border-top:1px solid var(--line);margin-top:26px;padding-top:26px}.address-card .eyebrow{margin:0}.address-card h3{font-size:24px;margin:10px 0}.address-card p{color:var(--muted);font-size:15px}.address-card a{color:var(--blue);display:inline-block;margin-top:16px;font-size:14px;font-weight:600}.address-card a span{margin-left:15px}.support-banner{position:relative;isolation:isolate;background:#173b61;min-height:460px;color:white;display:flex;align-items:center}.support-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3}.support-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0c2b50f5,#10325acd 43%,#10325a20);z-index:-2}.support-banner>div{padding:65px 6%;width:100%;max-width:1500px;margin:auto}.support-banner h2{font-size:46px}.support-banner p{color:#e0eafb;margin:23px 0 27px;font-size:17px;line-height:1.8}.white{background:white;color:var(--blue)}.white:hover{background:#e6efff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.steps article{border-top:1px solid #c4d6ee;padding-top:25px}.steps article>span{font:500 39px/1 'Manrope',sans-serif;letter-spacing:-1px;color:#8aaad6}.steps h3{font-size:19px;margin:25px 0 13px}.steps p{font-size:15px;color:var(--muted);line-height:1.8}.faq-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;padding-top:25px}.faq-section>div>p{color:var(--muted);margin:23px 0;max-width:340px}.text-link{font-size:21px;font-weight:600;color:var(--blue)}.faq details{border-bottom:1px solid var(--line)}.faq details:first-child{border-top:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:23px 30px 23px 0;font-weight:600;position:relative;font-size:16px}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:3px;color:var(--blue);font-size:23px;font-weight:400;top:15px}details[open] summary:after{content:'−'}.faq details p{padding:0 25px 23px 0;color:var(--muted);font-size:15px;line-height:1.8}.contact-section{background:var(--pale);padding:75px 6% 35px}/* La carte d'adresse est descendue d'une rangee : cette premiere rangee
   n'a plus qu'une colonne. max-width limite la longueur de ligne du
   paragraphe, qui serait illisible etale sur 1320px. */
.contact-inner{max-width:1320px;margin:auto}
/* Agencement repris du site en ligne : titre pleine largeur, puis deux
   colonnes alignees en haut — informations et plan a gauche, formulaire a
   droite. Les proportions .92/1.08 sont celles du site en ligne. */
.contact-grille{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(34px,4.5vw,64px);align-items:start;margin-top:42px}
.contact-gauche{display:grid;gap:26px;align-content:start}
/* Le plan. La photo est en fond absolu, un degrade blanc la fait disparaitre
   vers le bas pour que l'adresse reste lisible sans cadre supplementaire. */
.carte{position:relative;border-radius:8px;overflow:hidden;background:#fff;border:1px solid var(--line);min-height:clamp(380px,28vw,400px);display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate}
.carte-fond{position:absolute;inset:0;z-index:-2}
.carte-fond img{width:100%;height:100%;object-fit:cover}
.carte:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(rgba(255,255,255,0) 38%,rgba(255,255,255,.92) 72%,#fff 100%)}
.carte-epingle{position:absolute;top:27%;left:50%;z-index:1;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;box-shadow:0 0 0 10px rgba(22,88,220,.26),0 0 0 22px rgba(22,88,220,.12)}
.carte-panneau{padding:clamp(22px,2.6vw,32px);position:relative;z-index:1}
.carte-adr{font:600 clamp(17px,1.9vw,21px)/1.3 'Manrope',Arial,sans-serif;letter-spacing:-.4px;color:var(--ink)}
.carte-note{margin-top:9px;font-size:13px;color:var(--muted);max-width:44ch}
/* Deux enfants seulement : .visit puis .ecrire-colonne. */
.ecrire-colonne{display:grid;gap:26px;align-content:start}.contact-inner>div>p{color:var(--muted);font-size:15px}.email{color:var(--ink)}.visit{background:white;padding:29px;border-radius:8px;border:1px solid #e0e9f7}.visit-header{display:flex;justify-content:space-between;font-size:11px;font-weight:600;letter-spacing:1px;color:var(--blue);border-bottom:1px solid var(--line);padding-bottom:18px}.visit h3 span{color:#7c8da4}.visit h3{font-size:28px;font-weight:600;line-height:1.4;margin:20px 0}
/* Presentation reprise du site en ligne : un intitule discret au-dessus de
   chaque valeur, separes par un filet. */
.coord-bloc{border-top:1px solid var(--line);padding:20px 0}
.coord-bloc:last-child{border-bottom:1px solid var(--line)}
.coord-l{font-size:11px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}
.coord-v{font-size:16px;line-height:1.55;color:var(--ink)}
/* Le numero garde la taille qu'il avait dans le bloc de titre : c'est
   l'action la plus rentable de la page. La fleche reste plus petite, comme
   partout ailleurs sur le site. */
.coord-tel{font:600 clamp(26px,2.4vw,34px)/1.25 'Manrope',Arial,sans-serif;letter-spacing:-1px;margin-top:2px}
.coord-tel a{color:var(--blue)}
.coord-tel span{font-size:19px;margin-left:10px}
/* Les boutons poses sur le plan. « ligne » est un bouton au trait, lisible
   sur le degrade blanc du bas de l'image, la ou le bouton plein bleu
   ecraserait le plan. */
.carte-btns{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.carte-btns .button{gap:14px;padding:12px 18px;font-size:13px}
@media(max-width:1050px){.carte-btns{gap:8px}.carte-btns .button{gap:10px;padding:10px 13px;font-size:12px}.carte-note{font-size:12px}}
.button.ligne{background:transparent;border:1px solid rgba(21,44,75,.28);color:var(--ink)}
.button.ligne:hover{background:rgba(21,44,75,.05);border-color:var(--ink)}
/* L'iframe injectee par « Afficher la carte » recouvre toute la vignette. */
.carte iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:3;background:#fff}.hours{display:flex;justify-content:space-between;font-size:14px;padding:0 0 23px}.hours strong{font-weight:600}.visit .button{width:100%}.local-area{max-width:1320px;margin:48px auto 0;padding-top:25px;border-top:1px solid #d7e2f2;display:flex;gap:55px;font-size:13px;color:var(--muted)}.local-area strong{white-space:nowrap;color:var(--ink);font-weight:600}.local-area p{line-height:1.8}footer{padding:45px 6% 23px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:35px;max-width:1320px;margin:auto}.footer-main>p{font-size:14px;color:var(--muted)}.footer-main>div{display:flex;gap:23px;font-size:13px}.footer-bottom{max-width:1320px;margin:35px auto 0;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.legal{border-top:1px solid var(--line)}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.legal-card{border:1px solid var(--line);border-radius:8px;padding:29px}.legal-card.wide{grid-column:1 / -1}.legal-card h3{font-size:19px;font-weight:700;letter-spacing:-.4px;margin:0 0 20px}.legal-card dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:9px 22px;font-size:14px}.legal-card dt{color:var(--muted)}.legal-card dd{margin:0;font-weight:600}.legal-card p{font-size:14px;color:var(--muted);line-height:1.8;margin:0 0 14px}.legal-card p:last-child{margin-bottom:0}.legal-card a{color:var(--blue);font-weight:600}@media(max-width:760px){.legal-grid{grid-template-columns:1fr;gap:15px}.legal-card{padding:23px}.legal-card dl{grid-template-columns:1fr;gap:2px 0}.legal-card dd{margin-bottom:11px}}.lien-mentions{background:none;border:0;padding:0;color:inherit;cursor:pointer;font-size:13px}.lien-mentions:hover{color:var(--blue)}.modal{width:min(1000px,92vw);max-height:88vh;padding:0;border:0;border-radius:10px;background:white;color:var(--ink);overflow:hidden}.modal::backdrop{background:#0b1f3ccc}.modal-inner{max-height:88vh;overflow-y:auto;padding:34px 38px 38px}.modal-head{display:flex;justify-content:space-between;align-items:start;gap:30px;margin-bottom:14px}.modal-head h2{font-size:34px;letter-spacing:-1.4px}.modal-close{background:none;border:1px solid var(--line);border-radius:5px;width:40px;height:40px;flex:none;font-size:23px;line-height:1;color:var(--muted);cursor:pointer}.modal-close:hover{border-color:var(--blue);color:var(--blue)}.modal-intro{color:var(--muted);font-size:14px;margin-bottom:28px;max-width:640px}@media(max-width:760px){.modal-inner{padding:24px 22px 28px}.modal-head h2{font-size:27px}}/* Sans JavaScript, <dialog> reste masque par la feuille de style du navigateur : on le remet en flux normal pour que les mentions restent accessibles. */.ecrire-intro h3{font:600 26px/1.4 'Manrope',Arial,sans-serif;letter-spacing:-.8px;margin:0 0 16px}.ecrire-intro p{font-size:15px;color:#4b607b;line-height:1.8}.formulaire{display:grid;grid-template-columns:1fr 1fr;gap:20px}.champ{margin:0;display:flex;flex-direction:column;gap:8px}.champ.large{grid-column:1 / -1}.champ label{font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.champ label span{font-weight:400;letter-spacing:.4px;text-transform:none;color:#4b607b}.champ input,.champ textarea{font:inherit;font-size:15px;padding:13px 15px;border:1px solid #cfd8e6;border-radius:5px;background:#fff;color:inherit;width:100%}.champ textarea{resize:none;min-height:160px}.champ input:focus,.champ textarea:focus{outline:2px solid #000;outline-offset:1px;border-color:#000}.pot-de-miel{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.pied-formulaire{flex-direction:row;align-items:center;gap:22px;flex-wrap:wrap;margin-top:4px}.pied-formulaire .button{gap:22px}.note-formulaire{font-size:13px;color:#4b607b;line-height:1.7;flex:1;min-width:230px}.note-formulaire .lien-mentions{font-size:13px;text-decoration:underline}.retour-envoi{grid-column:1 / -1;margin:0;padding:14px 17px;border-radius:5px;font-size:14px}.retour-envoi.ok{background:#eef7ee;border:1px solid #bcdcbc}.retour-envoi.erreur{background:#fdeeee;border:1px solid #e6bcbc}@media(max-width:1050px){}@media(max-width:760px){.formulaire{grid-template-columns:1fr;gap:16px}}@media(min-width:1700px){header,.topbar{padding-left:calc((100% - 1460px)/2);padding-right:calc((100% - 1460px)/2)}}@media(max-width:1050px){header{padding:0 4%}nav{gap:17px;font-size:13px}nav>a:nth-child(3){display:none}.hero h1{font-size:64px}.service{padding:23px}.service h3{font-size:19px}.atelier{gap:45px}.atelier-photo{height:610px}.section-heading{gap:30px}.faq-section{gap:45px}.footer-main>div{gap:15px}.quick-info strong{font-size:15px}.quick-info>*>span{font-size:12px}.steps{gap:20px}}@media(max-width:760px){.topbar{padding:8px 5%;font-size:11px}.topbar>a{display:none}.topbar>span{width:100%;text-align:center}header{height:82px;padding:0 5%}.brand{font-size:25px}.brand-icon{width:40px;height:40px;font-size:35px;line-height:33px}.menu-toggle{display:block;background:white;border:1px solid var(--line);padding:8px 12px;border-radius:5px;font-size:14px;color:var(--ink)}.menu-toggle span{margin-left:10px}nav{display:none;position:absolute;top:82px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:12px 5% 22px;background:white;box-shadow:0 15px 20px #162f4d12}nav.is-open{display:flex}nav>a{padding:13px 0}nav>a:nth-child(3){display:block}nav .button{padding:13px 16px;margin-top:5px}.hero{height:730px;max-height:none;min-height:0}.hero-content{padding:65px 6% 30px;justify-content:flex-start}.hero h1{font-size:clamp(42px,7.9vw,58px);letter-spacing:-2px;line-height:1.2}.hero-bg{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#082749e8,#0827499e 67%,#08274950)}.hero-content>p{font-size:17px;margin:26px 0 29px}.hero .eyebrow{font-size:10px;letter-spacing:1.6px}.hero-actions{gap:12px;flex-wrap:wrap}.hero-actions .button{padding:15px 19px;font-size:13px;gap:18px}.hero-bottom{font-size:10px;gap:15px;letter-spacing:.8px;padding-top:30px}.hero-bottom>a{font-size:12px}.quick-info{grid-template-columns:1fr 1fr;gap:23px;padding:28px 6%}.quick-info>div:nth-child(2){border:0}.section{padding:60px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none;margin-top:23px}.eyebrow{font-size:11px;margin-bottom:18px}h2{font-size:35px;letter-spacing:-1.3px}.service-grid{grid-template-columns:1fr 1fr;gap:15px}.service{padding:22px}.service h3{font-size:20px}.service ul{font-size:13px}.service>a{font-size:13px}.atelier{grid-template-columns:1fr;gap:35px;padding-top:10px}.atelier-photo{height:470px}.atelier-copy>p{font-size:16px}.support-banner{min-height:440px}.support-banner>div{padding:50px 6%}.support-banner h2{font-size:37px}.support-banner p{font-size:16px}.support-banner p br{display:none}.steps{grid-template-columns:1fr 1fr;gap:30px}.faq-section{grid-template-columns:1fr;gap:30px;padding-top:10px}.faq-section>div>p{max-width:none}.contact-section{padding:50px 6% 30px}.contact-grille{grid-template-columns:1fr;gap:34px}.local-area{display:block;margin-top:32px}.local-area p{margin-top:10px}.footer-main{flex-wrap:wrap;gap:25px}.footer-main>div{width:100%;justify-content:space-between}.footer-main>p{font-size:12px}.footer-bottom{gap:15px}.footer-bottom>span{max-width:220px}.footer-bottom>a{white-space:nowrap}}@media(max-width:480px){.service-grid{grid-template-columns:1fr}.service{padding:26px}.service h3{font-size:22px}.service ul,.service>a{font-size:14px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .button{min-width:215px}.hero{height:770px}.hero-bottom>a{display:none}.quick-info{gap:20px 15px}.quick-info strong{font-size:15px}.quick-info>*>span{font-size:12px}
/* Sur petit ecran la bande passe a deux colonnes : le texte cale a
   gauche dans des cellules etroites donne un bloc desequilibre. On le
   centre, et on retire les filets verticaux qui separaient quatre
   colonnes et n'ont plus de sens avec deux. */
.quick-info{text-align:center}
.quick-info>div,.quick-info>a{border-right:0}.quick-info>div,.quick-info>a{padding-right:8px}.steps{gap:25px 19px}.steps h3{font-size:17px}.steps p{font-size:14px}.footer-main>p{display:none}h2{font-size:32px}.visit{padding:23px}.hero h1{font-size:43px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.service{transition:none}}




/* Remplacent deux attributs style= : un attribut n'est jamais couvert
   par un hachage CSP, il fallait donc les sortir du balisage.
   Le selecteur est volontairement long : .legal-card p pose deja
   « margin: 0 0 14px » avec une specificite (0,1,1). Une simple classe
   (0,1,0) perdrait, quel que soit son rang dans le fichier — c'est ce qui
   s'est produit au premier essai, la marge retombait a 0. */
.legal-card p.note-objet{margin-top:18px}.legal-card p.note-hebergeur{margin-top:20px}
