@import url('/fonts/fonts.css');
:root{--ink:#1b3553;--muted:#596a7b;--line:#d7e0e7;--pale:#edf3f7;--blue:#627f9d;--paper:#fff;font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}p{margin:0 0 1.1em}h1,h2,h3,h4{line-height:1.2;margin:0}h1,h2{font-weight:400}h1{font-size:clamp(3.8rem,5.8vw,5.4rem);letter-spacing:-.055em}h2{font-size:clamp(2rem,3.15vw,2.8rem);letter-spacing:-.04em}h3{font-size:1.35rem;font-weight:500;letter-spacing:-.02em}h4{font-size:1rem;font-weight:600;margin-bottom:12px}em{font-family:'Playfair Display',Georgia,serif;font-weight:500;color:var(--blue)}.eyebrow{font-size:.75rem;letter-spacing:.13em;font-weight:600;margin:0 0 22px}.profession{font-size:.9rem;color:var(--muted);margin-top:-12px;margin-bottom:25px}.section{max-width:1440px;padding:80px 5%;margin:auto}.section-tint{background:var(--pale)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:55px;margin-bottom:40px}.section-heading>p{color:var(--muted);max-width:360px;margin:0}.section-intro{margin:25px 0;color:var(--muted);max-width:430px}.quiet{font-size:.875rem;color:var(--muted);max-width:390px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--ink);border:1px solid var(--ink);color:#fff;border-radius:6px;font-size:.875rem;font-weight:500;padding:15px 21px;transition:background .2s;min-height:48px;line-height:1.5}.button:hover{background:#304f71;text-decoration:none}.button span[aria-hidden]{font-size:1.2rem}.button.small{padding:11px 18px}.button.light{background:#fff;border-color:#fff;color:var(--ink)}.button.light:hover{background:#e6eef5}.inline-link{font-size:.875rem;font-weight:500;text-decoration:underline;text-underline-offset:5px}.phone-link{font-size:1rem;white-space:nowrap}.brand{display:flex;align-items:center;gap:13px;font-size:.91rem;font-weight:600;letter-spacing:.045em;line-height:1.35}.brand:hover{text-decoration:none}.brand small{font-size:.69rem;font-weight:500;display:block;letter-spacing:.11em;margin-top:7px}.river-mark{font-size:48px;line-height:1;font-family:Georgia,serif;color:var(--blue)}header{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 5%}nav{display:flex;flex-wrap:wrap;gap:24px;font-size:.875rem}nav a{white-space:nowrap}.hero{max-width:1440px;padding:12px 3% 0 5%;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:5%}.hero-copy{padding:43px 0 32px}.intro{max-width:470px;font-size:1.0625rem;color:var(--muted);line-height:1.8;margin:28px 0}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.family-note{margin-top:33px;display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);padding-top:23px;max-width:440px}.family-note>strong{font-size:2.4rem;font-weight:500;line-height:1;letter-spacing:-.06em;white-space:nowrap}.family-note strong span{font-size:1.3rem;vertical-align:top;margin-left:3px}.family-note p{font-size:.875rem;margin:0;line-height:1.5}.family-note p span{color:var(--muted)}.hero-figure{margin:0;position:relative;align-self:center;min-width:0;overflow:hidden;border-radius:8px;background:var(--pale)}.hero-figure img{display:block;width:100%;height:auto;object-fit:contain}.hero-figure figcaption{position:absolute;bottom:15px;left:18px;font-size:.75rem;background:#fffffff0;border-radius:3px;padding:3px 9px;color:#475b6d}.values{max-width:1440px;padding:33px 5%;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;border-bottom:1px solid var(--line)}.values p{font-size:.9375rem;margin:0}.values span{font-size:.75rem;color:var(--blue);margin-right:15px}.practice,.history-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,5vw,64px)}.copy-column{min-width:0}#praticien{background:var(--pale)}.history-section{background:var(--paper)}.practice p,.history-copy p{color:var(--muted)}.practice p:last-child,.history-copy p:last-child{margin-bottom:0}.approach{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding-top:44px;margin-top:30px;border-top:1px solid var(--line)}.approach h3{font-size:1.7rem;margin-bottom:22px}.approach p{color:var(--muted)}.approach>div:last-child{padding-top:2px}.approach h4:not(:first-child){margin-top:26px}.consultation-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 45px}.step-number{display:block;font-size:.8125rem;color:var(--blue);border-top:1px solid #b9cad9;padding:18px 0}.consultation-steps h3{margin-bottom:17px}.consultation-steps p{color:var(--muted);margin:0}.care-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.care-grid>article{padding:26px;border:1px solid var(--line);border-radius:8px;background:#f7f9fb}.care-grid h3{margin:27px 0 17px;font-size:1.4rem;min-height:2.4em}.care-grid>article>p{color:var(--muted);min-height:7em}.care-grid .index{font-size:.75rem;color:var(--blue);letter-spacing:.05em}.care-grid details{border-top:1px solid var(--line)}details summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 0;font-weight:500;line-height:1.5;min-height:52px}summary::-webkit-details-marker{display:none}summary:after{content:'+';flex-shrink:0;font-size:1.4rem;font-weight:400;color:var(--blue)}details[open]>summary:after{content:'−'}.care-grid summary{font-size:.875rem}.detail-body{padding:0 0 20px;color:var(--muted);font-size:1rem}.detail-body p:last-child{margin-bottom:0}.detail-body strong{font-weight:600;color:var(--ink)}.knowledge,.digital{display:grid;grid-template-columns:1fr 1.25fr;gap:70px}.faq-list details{border-bottom:1px solid #c7d5e0}.faq-list details:first-child{border-top:1px solid #c7d5e0}.faq-list summary{font-size:1rem}.faq-list .detail-body{padding-right:22px}.sources-detail summary{font-size:.875rem;color:var(--muted)}.sources-detail ul{padding-left:20px;margin:0}.sources-detail li{margin-bottom:12px;font-size:.875rem}.sources-detail a{text-decoration:underline}.digital-list article{display:flex;gap:22px;padding:22px 0;border-top:1px solid var(--line)}.digital-list article:first-child{padding-top:0;border-top:0}.digital-list article>span{font-size:.75rem;color:var(--blue);padding-top:4px}.digital-list h3{margin:0 0 12px;font-size:1.2rem}.digital-list p{color:var(--muted);margin:0}.standards-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:40px}.standards-grid h3{font-size:1.5rem;margin-bottom:22px}.standards-grid p{color:var(--muted)}.clean-list{list-style:none;padding:0;margin:0}.clean-list li{padding:13px 0;border-top:1px solid #ccd9e3;color:var(--muted)}.clean-list strong{color:var(--ink);font-weight:500}.practical-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:64px}.address-card{border:1px solid var(--line);border-radius:8px;padding:30px;align-self:start}.address-card address{font-style:normal;font-size:1.35rem;line-height:1.6;margin-bottom:20px}.contact-phone{display:inline-block;font-size:1.6rem;letter-spacing:-.025em;margin-bottom:25px}.parking-note{display:flex;gap:12px;align-items:center;font-size:.9375rem;color:var(--muted)}.parking-note span{font-size:1rem;display:inline-block;min-width:28px;line-height:28px;text-align:center;border:1px solid var(--blue);border-radius:3px}.appointment{max-width:1440px;margin:auto;background:var(--ink);color:white;padding:60px 5%;display:flex;align-items:center;justify-content:space-between;gap:40px}.appointment .eyebrow{color:#b5c8d9}.appointment h2{font-size:2.55rem}.appointment p:not(.eyebrow){color:#c6d3df;max-width:460px;margin:23px 0 0}.appointment-phone{display:block;text-align:center;font-size:1.5rem;margin-top:20px}.appointment-action{flex-shrink:0}footer{max-width:1440px;margin:auto;padding:35px 5%;display:flex;justify-content:space-between;align-items:center;gap:30px}footer p,footer>a:last-child{font-size:.8125rem;color:var(--muted);margin:0}footer .brand{font-size:.82rem}footer .river-mark{font-size:40px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;left:12px;top:-100px;background:white;padding:12px;z-index:30}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #608fb9;outline-offset:5px}
@media(max-width:1150px){header{flex-wrap:wrap;gap:18px}header nav{order:3;width:100%;justify-content:center;padding-top:8px;border-top:1px solid var(--line)}.hero-copy{padding-top:30px}.hero{gap:4%}.hero .eyebrow{font-size:.7rem;letter-spacing:.09em}.hero h1{font-size:4.3rem}.section{padding-top:64px;padding-bottom:64px}.approach,.standards-grid,.practical-grid{gap:35px}.knowledge,.digital{gap:40px}.care-grid{grid-template-columns:1fr 1fr}.care-grid>article>p{min-height:5.25em}.appointment h2{font-size:2.15rem}.section-heading{gap:35px}}
@media(max-width:760px){header{padding:18px 6%}.brand{font-size:.78rem;gap:9px}.brand small{font-size:.62rem}.river-mark{font-size:37px}.button.small{font-size:.8125rem;padding:9px 12px;gap:8px}header nav{justify-content:flex-start;flex-wrap:wrap;column-gap:20px;row-gap:3px;font-size:.8125rem;padding-top:12px}nav a{padding:5px 0}.hero{grid-template-columns:1fr;padding:0 6%;gap:30px}.hero-copy{padding:20px 0 0}.hero h1{font-size:clamp(3.2rem,10.5vw,4.8rem)}.hero .eyebrow{font-size:.71rem}.profession{font-size:.875rem}.intro{font-size:1rem;margin:24px 0}.hero-actions{gap:18px}.family-note{margin-top:27px;padding-top:20px}.family-note>strong{font-size:2.25rem}.values{padding:27px 6%;grid-template-columns:1fr;gap:12px}.values p{font-size:.9rem}.section{padding:50px 6%}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:23px;max-width:100%}h2{font-size:2.05rem;overflow-wrap:break-word}.approach,.consultation-steps,.care-grid,.knowledge,.digital,.standards-grid,.practical-grid{grid-template-columns:1fr;gap:30px}.approach{padding-top:30px}.consultation-steps{gap:20px}.care-grid>article>p,.care-grid h3{min-height:0}.care-grid>article{padding:23px}.care-grid h3{margin-top:20px}.care-grid summary{font-size:.9375rem}.knowledge,.digital{gap:25px}.digital-list article{gap:16px}.standards-grid{margin-top:30px}.practical-grid{gap:28px}.address-card{padding:24px}.appointment{padding:45px 6%;display:block}.appointment h2{font-size:2rem}.appointment-action{margin-top:28px}.appointment .button{max-width:100%;font-size:.875rem}.appointment-phone{text-align:left}.eyebrow{font-size:.7rem;letter-spacing:.12em}footer{padding:30px 6%;flex-wrap:wrap}footer p{width:100%}.detail-body{padding-right:0!important}.knowledge .quiet{max-width:100%}}
@media(max-width:390px){header{gap:12px}.brand{font-size:.68rem}.brand small{font-size:.6rem}.river-mark{font-size:31px}.button.small{font-size:.75rem;padding:9px 10px}.hero h1{font-size:3.2rem}.hero-actions .button{width:100%}.family-note>strong{font-size:2rem}.appointment .button{gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.hygiene-circuit{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.hygiene-circuit h3{font-size:1.2rem;margin-bottom:15px}.hygiene-circuit p{color:var(--muted);margin-bottom:0}.hygiene-emphasis{margin-top:32px;background:#fff;padding:30px;border-left:3px solid var(--blue);border-radius:0 6px 6px 0}.hygiene-emphasis h3{font-size:1.45rem;margin-bottom:18px}.hygiene-emphasis p{color:var(--muted);max-width:930px}.hygiene-emphasis strong{color:var(--ink);font-weight:500}.hygiene-emphasis p:last-child{margin-bottom:0}.referral{margin-top:48px;padding-top:35px;border-top:1px solid #c5d4e0;display:grid;grid-template-columns:1fr 2fr;gap:55px}.referral h3{font-size:1.8rem}.referral>div>p:not(.eyebrow){color:var(--muted)}@media(max-width:1000px){.hygiene-circuit{grid-template-columns:1fr 1fr}}@media(max-width:760px){.hygiene-circuit,.referral{grid-template-columns:1fr;gap:23px}.hygiene-emphasis{padding:23px}.referral{margin-top:35px;padding-top:30px}}
.access-map-section{margin-top:45px;padding-top:35px;border-top:1px solid var(--line)}.map-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:23px}.map-heading h3{font-size:1.65rem}.map-heading p:not(.eyebrow){max-width:320px;color:var(--muted);font-size:.875rem;margin:0}#access-map{height:380px;width:100%;border-radius:8px;border:1px solid var(--line);background:#eaf0f3;z-index:0}.map-fallback{padding:25px;font-size:1rem;color:var(--muted)}.map-places{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}.map-places>a{display:flex;align-items:center;gap:12px;line-height:1.5;padding:16px;border:1px solid var(--line);border-radius:6px}.map-places strong{font-size:.9375rem;font-weight:500}.map-places small{display:block;font-size:.8125rem;color:var(--muted);margin-top:5px}.map-places>a>span:last-child{margin-left:auto}.place-label{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#527ba0;color:white;border-radius:5px;width:36px;height:36px;font-size:.875rem}.cabinet-label{background:var(--ink)}.map-pin{border:3px solid #fff;border-radius:50%;background:#527ba0;color:white;text-align:center;line-height:30px;font:600 14px/30px 'DM Sans',sans-serif;box-shadow:0 2px 6px #0005}.map-pin.cabinet{background:#1b3553}.leaflet-popup-content{font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.6}.leaflet-popup-content p{margin:8px 0}.leaflet-popup-content a{text-decoration:underline}.leaflet-container .leaflet-control-attribution{font-size:12px}.map-error{font-size:.875rem;color:var(--muted);margin-top:10px}@media(max-width:1000px){.map-places{grid-template-columns:1fr 1fr}}@media(max-width:760px){.map-heading{display:block}.map-heading p:not(.eyebrow){margin-top:15px}#access-map{height:340px}.map-places{grid-template-columns:1fr}.access-map-section{margin-top:30px}}
.coverage-note{display:grid;grid-template-columns:1fr 2fr;gap:45px;margin-top:38px;padding:30px;background:var(--pale);border-radius:8px}.coverage-note h3{font-size:1.55rem;line-height:1.3}.coverage-note p:not(.eyebrow){color:var(--muted)}.coverage-note strong{color:var(--ink);font-weight:500}.coverage-note .eyebrow{font-size:.69rem}@media(max-width:760px){.coverage-note{grid-template-columns:1fr;gap:22px;padding:24px}.coverage-note h3{font-size:1.5rem}}
.exam-details{margin-top:18px;border-top:1px solid #c5d4e0}.exam-details summary{font-size:.875rem;padding:13px 0}.exam-details ul{margin:0 0 16px;padding-left:19px}.exam-details li{margin-bottom:12px}.exam-details .detail-body{font-size:.9375rem}.consultation-steps p+p{margin-top:16px}.phone-button{display:inline-flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:6px;padding:12px 16px;font-size:1.25rem;line-height:1.5;letter-spacing:0;text-align:left;max-width:100%}.phone-button svg{flex-shrink:0}.phone-button small{display:block;font-size:.75rem;font-weight:500;letter-spacing:.01em}.phone-button:hover{background:var(--pale);text-decoration:none}.appointment-phone.phone-button{display:flex;width:fit-content;margin:20px auto 0;border-color:#8297ab}.appointment-phone.phone-button:hover{background:#304f71}@media(max-width:760px){.appointment-phone.phone-button{margin-left:0}}@media(max-width:390px){.phone-button{gap:10px;padding:11px 13px;font-size:1.1rem}}

.digital-list p+p{margin-top:12px}

.hero .hero-name{font-size:clamp(1.5rem,2vw,1.875rem);font-weight:500;line-height:1.35;letter-spacing:-.025em;margin:0 0 10px;text-wrap:balance}.hero .profession{font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.5;margin:0 0 28px}@media(max-width:760px){.hero .hero-name{font-size:1.4rem}.hero .profession{font-size:1rem}}



.header-actions{display:flex;align-items:center;gap:18px;flex-shrink:0}.language-switch{display:flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:6px}.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:6px 8px;border-radius:4px;font-size:.8125rem;font-weight:500;line-height:1.4}.language-switch a:hover{background:var(--pale);text-decoration:none}.language-switch a[aria-current="page"]{background:var(--ink);color:#fff}html:lang(en) .hero h1,html:lang(es) .hero h1{font-size:clamp(3rem,4.5vw,4.5rem)}@media(max-width:1440px){header{flex-wrap:wrap}header>nav{order:3;width:100%;justify-content:center;padding-top:8px;border-top:1px solid var(--line)}}@media(max-width:760px){header>nav{justify-content:flex-start;padding-top:12px}.header-actions{gap:12px}}@media(max-width:560px){.header-actions{width:100%;justify-content:space-between}}

.traceability{margin-top:35px;padding-top:30px;border-top:1px solid #c5d4e0;display:grid;grid-template-columns:1fr 2fr;gap:55px}.traceability h3{font-size:1.8rem}.traceability p:not(.eyebrow){color:var(--muted)}.traceability strong{font-weight:500;color:var(--ink)}.traceability p:last-child{margin-bottom:0}@media(max-width:760px){.traceability{grid-template-columns:1fr;gap:23px}}

@media(max-width:960px){.practice,.history-copy{grid-template-columns:1fr;gap:1.1em}}

.section-heading.framed-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:start}.framed-heading>div{min-width:0}.section-heading>.section-aside{max-width:none;margin:24px 0 0;padding:20px 24px;border:1px solid #c5d4e0;border-radius:8px;background:var(--pale);align-self:start;font-size:1rem}.section-aside strong{color:var(--ink);font-weight:500}#praticien .section-aside,.section-tint .section-aside{background:var(--paper)}@media(max-width:960px){.section-heading.framed-heading{grid-template-columns:1fr;gap:22px}.section-heading>.section-aside{margin:0;padding:20px;max-width:100%}}
#protheses-conjointes .prosthesis-topic h4{color:var(--ink)}#protheses-conjointes .detail-body strong{color:var(--muted)}#protheses-conjointes .prosthesis-topic+.prosthesis-topic{margin-top:28px}#protheses-conjointes .prosthesis-topic:last-of-type{margin-bottom:22px}

#soins-gencives .gum-topic h4{color:var(--ink)}#soins-gencives .detail-body strong{color:var(--muted)}#soins-gencives .gum-topic+.gum-topic{margin-top:28px}

#caries-restauration .detail-body strong{color:var(--muted)}

#endodontie .endo-topic h4{color:var(--ink)}#endodontie strong{color:var(--muted);font-weight:600}#endodontie .endo-topic+.endo-topic{margin-top:28px}

#extractions-dentaires .extraction-topic h4{color:var(--ink)}#extractions-dentaires .detail-body strong{color:var(--muted)}#extractions-dentaires .extraction-topic+.extraction-topic{margin-top:28px}

.care-grid .network-link{display:inline-block;margin-top:22px}

#protheses-amovibles .denture-topic h4{color:var(--ink)}#protheses-amovibles .detail-body strong{color:var(--muted)}#protheses-amovibles .denture-topic+.denture-topic{margin-top:28px}#protheses-amovibles .denture-topic:last-of-type{margin-bottom:22px}






.care-grid .care-visual{display:flex;align-items:center;justify-content:center;height:180px;margin:0 0 22px;border-radius:6px;overflow:hidden;background:var(--pale)}
.care-visual>.image-zoom{width:100%;height:180px}.care-visual>.image-zoom>img{display:block;width:auto;height:180px;max-width:100%;object-fit:contain;margin:auto}
.care-grid .care-visual--trio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:10px 4px}
.care-visual--trio figure{margin:0;min-width:0;text-align:center}
.care-visual--trio img{display:block;width:100%;height:120px;object-fit:contain}
.care-visual--trio figcaption{margin-top:8px;color:var(--ink);font-size:.8125rem;line-height:1.3;font-weight:500}

.image-zoom{position:relative;display:block;border:0;padding:0;margin:0;background:transparent;color:var(--ink);cursor:zoom-in;font:inherit;max-width:100%}
.image-zoom__icon{position:absolute;right:7px;bottom:7px;padding:5px;width:29px;height:29px;border-radius:50%;background:#fffffff0;box-shadow:0 1px 4px #1b35531a;pointer-events:none}
.image-zoom:hover .image-zoom__icon{background:#fff;color:#416b90}
.care-visual--trio .image-zoom{width:100%}.care-visual--trio .image-zoom__icon{width:23px;height:23px;padding:4px;right:0;bottom:1px}
.care-visual--captioned figure{margin:0;width:100%;text-align:center}.care-visual--captioned .image-zoom{width:100%}.care-visual--captioned img{display:block;width:auto;height:156px;max-width:100%;object-fit:contain;margin:auto}
.care-visual--captioned figcaption{margin-top:4px;font-size:.8125rem;line-height:20px;color:var(--ink);font-weight:500}
html.image-viewer-open{overflow:hidden;scrollbar-gutter:stable}
.image-viewer{width:min(1000px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:16px;border:0;border-radius:10px;background:#f7f9fb;color:var(--ink);box-shadow:0 20px 80px #0005;overflow:auto}
.image-viewer::backdrop{background:#10243bc7}
.image-viewer__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.image-viewer__toolbar p{margin:0;font-size:1rem;font-weight:500;line-height:1.4}
.image-viewer__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);cursor:pointer}
.image-viewer__image{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100dvh - 150px);margin:0 auto;object-fit:contain;border-radius:6px}
@media(max-width:760px){.image-viewer{padding:12px}.image-viewer__toolbar p{font-size:.9375rem}}

.image-viewer__navigation:not([hidden]){display:flex;align-items:center;justify-content:center;gap:22px;margin-top:12px}
.image-viewer__navigation[hidden]{display:none}
.image-viewer__navigation button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);cursor:pointer}
.image-viewer__navigation button:hover{background:var(--pale)}
.image-viewer__counter{margin:0;min-width:48px;text-align:center;color:var(--muted);font-size:.875rem;font-variant-numeric:tabular-nums}
.image-viewer[data-carousel] .image-viewer__image{max-height:calc(100dvh - 220px);touch-action:pan-y pinch-zoom}

.care-grid .care-visual--trio{height:auto;min-height:220px;align-items:start}
.care-visual__name,.care-visual__description{display:block}
.care-visual__description{margin-top:4px;color:var(--muted);font-weight:400;line-height:1.35}
.care-grid .care-visual--described{height:auto;min-height:220px;padding:10px 8px}
#implantologie .implant-topic h4{color:var(--ink)}#implantologie .detail-body strong{color:var(--muted)}#implantologie .implant-topic+.implant-topic{margin-top:28px}

.care-grid .care-visual--labelled{height:auto;min-height:220px;padding:10px 8px}
.care-visual--labelled img{height:180px}
.care-visual__pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;margin-left:auto;margin-right:auto}
.care-visual__pair>span:not(.sr-only){min-width:0;padding:0 3px}
#endodontie .care-visual__pair{width:270px}
#soins-gencives .care-visual__pair{width:180px}
.care-grid>article,.care-visual--captioned figure{min-width:0}

/* Practitioner portrait. */
#praticien .section-heading.framed-heading{grid-template-columns:minmax(0,1fr) 192px}
.practitioner-profile{min-width:0;margin:0;justify-self:end}
.practitioner-portrait{position:relative;width:192px;height:192px;overflow:hidden;border:3px solid #fff;border-radius:50%}
.practitioner-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 45%}
@media(max-width:960px){#praticien .section-heading.framed-heading{grid-template-columns:1fr}.practitioner-profile{justify-self:start}}
@media(max-width:480px){.practitioner-portrait{width:144px;height:144px}}
@media(max-width:360px){.practitioner-portrait{width:128px;height:128px}}

/* Independent section for the referral network. */
.network-section{background:var(--paper);border-bottom:1px solid var(--line)}
.network-layout{display:grid;grid-template-columns:1fr 2fr;gap:55px}
.network-layout>div{min-width:0}
.network-layout>div>p:not(.eyebrow){color:var(--muted)}
.network-layout strong{color:var(--ink);font-weight:500}
.network-layout>div>p:last-child{margin-bottom:0}
@media(max-width:760px){.network-layout{grid-template-columns:1fr;gap:30px}}

/* Expandable equipment descriptions. */
.equipment-accordion{min-width:0}
.equipment-accordion details{border-top:1px solid var(--line)}
.equipment-accordion details:last-child{border-bottom:1px solid var(--line)}
.equipment-accordion summary{display:grid;grid-template-columns:24px minmax(0,1fr) 22px;gap:10px;padding:20px 0;font-size:1.125rem;line-height:1.45}
.equipment-accordion summary:hover{color:var(--blue)}
.equipment-accordion summary:after{text-align:center}
.equipment-number{color:var(--blue);font-size:.75rem;font-weight:400}
.equipment-title{min-width:0}
.equipment-content{padding:0 32px 24px 34px}
@media(max-width:480px){.equipment-content{padding-right:0}}

/* Arrival information grouped with its map. */
.practical-grid.access-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:40px;align-items:start}
.access-layout>div{min-width:0}
.access-layout .access-map-section{margin:0;padding:0;border:0}
.access-layout .map-heading{display:block}
.access-layout .map-heading h3{font-size:1.45rem}
.access-layout .map-heading p:not(.eyebrow){max-width:none;margin-top:12px}
.access-layout #access-map{height:350px}
/* Administrative and payment information in its own section. */
.fees-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.fees-grid>aside,.fees-grid>div{min-width:0}
.fees-section .coverage-note{display:block;margin:0;padding:0;background:transparent;border-radius:0}
.fees-section .coverage-note>div:first-child{margin-bottom:22px}
.fees-section .coverage-note h3{font-size:1.55rem}
.fees-section .coverage-note p:last-child{margin-bottom:0}
/* A short preparation reminder within the first-appointment section. */
.visit-documents{display:grid;grid-template-columns:minmax(190px,250px) minmax(0,1fr);gap:26px;align-items:start;margin-top:32px;padding:22px 26px;border:1px solid #c5d4e0;border-radius:8px;background:var(--paper)}
.visit-documents h3{font-size:1.05rem;line-height:1.45}
.visit-documents p{margin:0;color:var(--muted);font-size:.9375rem}
@media(max-width:960px){.practical-grid.access-layout{grid-template-columns:1fr;gap:30px}.fees-grid{gap:35px}}
@media(max-width:760px){.fees-grid{grid-template-columns:1fr;gap:30px}.visit-documents{grid-template-columns:1fr;gap:12px;padding:20px}.access-layout #access-map{height:340px}}

/* Collapsible sections using the existing visual language. */
.eyebrow{text-transform:uppercase}
.hero{padding-bottom:40px}
.section-disclosure>.section-heading{margin-bottom:0;padding:0;min-height:0}
.section-disclosure>.section-heading:after{display:none}
.section-disclosure>.section-heading h2{display:flex;align-items:center;gap:22px}
.section-title-copy{min-width:0}
.section-toggle-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;border:1px solid #a7bdcf;border-radius:50%;color:var(--blue);font:400 24px/1 'DM Sans',Arial,sans-serif;letter-spacing:0}
.section-toggle-icon:before{content:'+'}
.section-disclosure[open]>.section-heading .section-toggle-icon:before{content:'−'}
.section-disclosure>.section-heading:hover .section-toggle-icon{background:#dce7ef}
.section-disclosure[open]>.section-heading{margin-bottom:40px}
#histoire .section-aside,#histoire .section-aside strong{color:var(--muted)}
@media(max-width:760px){.section-disclosure>.section-heading h2{gap:14px}.section-toggle-icon{flex-basis:32px;width:32px;height:32px;font-size:22px}.section-disclosure[open]>.section-heading{margin-bottom:28px}}
.back-to-top{position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:20;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #c5d4e0;border-radius:50%;background:var(--ink);color:#fff;box-shadow:0 3px 12px #1b355326;transition:background .2s}
.back-to-top[hidden]{display:none}
.back-to-top:hover{background:#304f71;text-decoration:none}
@media(max-width:760px){.back-to-top{right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.back-to-top{transition:none}}

/* The remaining content sections share the same disclosure headings. */
.section-disclosure>.section-heading--plain{display:block}
.section-heading--plain>div{max-width:760px}
.disclosure-columns>div{min-width:0}
.disclosure-columns .section-intro{margin-top:0}
.network-layout--disclosure{display:block;max-width:900px}
.hygiene-section .section-disclosure>.section-heading>p{font-weight:400}

.accessibility-note{font-size:.9375rem;color:var(--muted);padding-left:40px;margin:-10px 0 22px}

/* Styles belonging only to the proposed version. */
html{scroll-padding-top:calc(var(--header-height,150px) + 20px)}
header.site-header{position:sticky;top:0;z-index:40;max-width:none;padding:16px max(5%,calc((100% - 1296px)/2));gap:20px;flex-wrap:nowrap;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 3px 14px #1b355307}
header.site-header>nav{order:0;width:auto;justify-content:center;padding:0;border:0;gap:20px;font-size:.875rem}
.site-header .brand{font-size:.84rem;gap:10px;flex-shrink:0}
.site-header .river-mark{font-size:40px}
.site-header .brand small{font-size:.625rem;margin-top:5px}
.site-header .header-actions{gap:12px}
.site-header .button.small{padding:10px 14px;gap:10px}
.menu-toggle{display:none;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:6px;min-height:44px;padding:8px 12px;font:500 .875rem/1.4 'DM Sans',Arial,sans-serif;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.menu-toggle:hover{background:var(--pale)}
.menu-toggle[aria-expanded=true]{background:var(--pale);border-color:var(--blue)}
.digital.disclosure-columns{display:block}
.digital.disclosure-columns .equipment-accordion{max-width:980px}
.patient-questions{max-width:980px}
.patient-questions summary{font-size:1.0625rem;padding:22px 0}
.patient-questions .detail-body{max-width:840px;padding-bottom:24px}
.section-heading>.section-aside{line-height:1.75}
.accessibility-note{display:flex;align-items:center;gap:12px;padding-left:0;margin:0 0 24px}
.access-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:30px;flex:0 0 28px;border:1px solid var(--blue);border-radius:3px;color:var(--muted)}
.parking-note{margin-bottom:12px}
footer.site-footer{display:block;padding-top:32px;padding-bottom:28px}
.footer-main,.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-main{padding-bottom:25px}
.footer-main nav{gap:24px;font-size:.875rem}
.footer-bottom{border-top:1px solid var(--line);padding-top:24px;align-items:flex-start}
.footer-bottom p{font-size:.875rem;line-height:1.7}
.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 24px;max-width:650px;font-size:.875rem;color:var(--muted)}
.footer-legal .inline-link{text-decoration:none;font-weight:400}
.footer-legal a:hover{text-decoration:underline}
.legal-page{max-width:1000px;margin:auto;padding:60px 6% 80px}
.legal-page h1{font-size:clamp(2.4rem,4vw,3.5rem);letter-spacing:-.04em}
.legal-page .legal-intro{font-size:1.125rem;color:var(--muted);margin:24px 0 30px}
.legal-page h2{font-size:1.5rem;letter-spacing:-.02em;margin:34px 0 16px}
.legal-page p,.legal-page li{color:var(--muted)}
.legal-page a{text-decoration:underline;text-underline-offset:4px}
.legal-page ul{padding-left:22px}
.legal-page li{margin-bottom:12px}
.draft-note{padding:18px 22px;border:1px solid #a7bdcf;border-radius:8px;background:var(--pale);margin:28px 0}
.draft-note p:last-child{margin-bottom:0}
.legal-page dl{display:grid;grid-template-columns:minmax(130px,1fr) 3fr;gap:12px 24px;line-height:1.65}
.legal-page dt{font-weight:500}
.legal-page dd{margin:0;color:var(--muted)}
.legal-back{display:inline-flex;margin-bottom:28px;font-size:.875rem}
@media(max-width:1200px) and (min-width:761px){
  header.site-header{flex-wrap:wrap;gap:12px 20px}
  header.site-header>nav{order:3;width:100%;justify-content:center;border-top:1px solid var(--line);padding-top:10px}
}
@media(max-width:960px){
  .footer-main{align-items:flex-start}
  .footer-main nav{justify-content:flex-end;max-width:400px;row-gap:8px}
  .footer-bottom{flex-direction:column;gap:18px}
  .footer-legal{justify-content:flex-start}
}
@media(max-width:760px){
  header.site-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px 6%}
  .site-header .brand{font-size:.76rem;grid-column:1;grid-row:1;min-width:0}
  .site-header .river-mark{font-size:33px}
  .site-header .brand small{font-size:.6rem;letter-spacing:.08em}
  .navigation-ready .menu-toggle{display:flex;grid-column:2;grid-row:1}
  .site-header .header-actions{grid-column:1/-1;grid-row:2;width:100%;justify-content:space-between;gap:10px}
  .site-header .button.small{min-height:42px;font-size:.8125rem;padding:8px 12px}
  .site-header .language-switch a{min-width:36px;min-height:34px;font-size:.8125rem}
  header.site-header>nav{grid-column:1/-1;grid-row:3;width:100%;display:flex;flex-direction:column;align-items:stretch;border-top:1px solid var(--line);padding-top:10px;gap:0;max-height:55vh;overflow:auto}
  header.site-header>nav a{padding:12px 4px;font-size:.9375rem}
  .navigation-ready header.site-header>nav{display:none}
  .navigation-ready header.site-header.menu-open>nav{display:flex}
  .patient-questions summary{font-size:1rem;padding:19px 0}
  .footer-main{display:block}
  .footer-main nav{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;max-width:none}
  .footer-main nav a{white-space:normal;font-size:.875rem}
  .footer-bottom p{width:auto}
  .footer-legal{display:flex;flex-direction:column;gap:14px}
  .legal-page{padding-top:38px;padding-bottom:50px}
  .legal-page dl{grid-template-columns:1fr;gap:4px}
  .legal-page dd{margin-bottom:16px}
}

/* Spacing for the approved sterilisation and traceability text. */
.hygiene-circuit p+p{margin-top:1.1em}.traceability-topic+.traceability-topic{margin-top:26px}.traceability-topic h4{font-size:1.125rem;line-height:1.4;color:var(--ink);margin-bottom:12px}

/* Treatment-plan explanation preceding reimbursement and payment. */
.fees-journey{max-width:900px;margin:0 0 38px;color:var(--muted)}.fees-journey h3{font-size:1.55rem;line-height:1.3;color:var(--ink);margin-bottom:22px}.fees-journey strong{color:var(--ink);font-weight:500}.fees-journey p:last-child{margin-bottom:0}

.fees-section .fees-accordion{max-width:900px}

/* Approved reading alignment: desktop prose, left-aligned introduction and callouts. */
@media (min-width: 961px) {
  :is(
    .practice p,
    .history-copy p,
    .consultation-steps p,
    .care-grid > article > p,
    .detail-body p,
    .equipment-content p,
    .hygiene-circuit p,
    .traceability p:not(.eyebrow),
    .network-layout p:not(.eyebrow),
    .fees-journey p,
    .appointment p:not(.eyebrow),
    .legal-page p
  ) {
    text-align: justify;
    text-align-last: left;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 8 3 3;
  }
}
:is(.intro, .section-aside, .section-aside p, .visit-documents p, .hygiene-emphasis p, .draft-note p) {
  text-align: left;
  text-align-last: auto;
  -webkit-hyphens: none;
  hyphens: none;
}

/* Approved fee information: readable columns, stacked entries on small screens. */
.fee-information{min-width:0}
.fee-table{width:100%;border-collapse:collapse;table-layout:fixed;margin:30px 0 24px;font-size:1rem;line-height:1.55;text-align:left}
.fee-table caption{text-align:left;color:var(--ink);font-weight:600;font-size:1.2rem;margin-bottom:16px}
.fee-table thead{background:#e5edf4;color:var(--ink)}
.fee-table th,.fee-table td{padding:15px 12px;border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:break-word}
.fee-table thead th{font-weight:600;font-size:.875rem}
.fee-table th:first-child{width:43%;padding-left:0}
.fee-table thead th:first-child{padding-left:12px}
.fee-table tbody th{font-weight:500;color:var(--ink)}
.fee-table td{color:var(--muted);font-variant-numeric:tabular-nums}
.fee-mobile-label{display:none}
.fee-ranges{padding-left:22px;margin:18px 0 24px}
.fee-ranges li{margin-bottom:12px;line-height:1.75;color:var(--muted)}
.fee-information a{overflow-wrap:anywhere}
#honoraires{scroll-margin-top:170px}
@media(max-width:640px){
  .fee-table,.fee-table tbody{display:block}
  .fee-table caption{display:block}
  .fee-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
  .fee-table tr{display:block;border:1px solid var(--line);border-radius:8px;background:var(--paper);margin:0 0 14px;padding:16px}
  .fee-table th:first-child{display:block;width:auto;padding:0 0 12px;border-bottom:1px solid var(--line)}
  .fee-table td{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px 0 0;border:0}
  .fee-mobile-label{display:block;font-size:.875rem;line-height:1.5}
  .fee-amount{text-align:right;align-self:start;font-weight:500;color:var(--ink)}
}

/* Requested review: heading semantics, explicit caption separators and emergency information. */
.equipment-accordion h3.equipment-title,.faq-list h3.disclosure-title{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}
.care-visual__pair{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:8px;align-items:start}
.care-visual__pair>.caption-separator{padding:0;color:var(--muted);font-weight:400}
.phone-number{display:block;white-space:nowrap}
.history-section.section-tint{background:var(--pale)}
.emergency-note{margin-top:32px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--pale)}
.emergency-note h3{margin-bottom:12px}
.emergency-note p{margin:0;color:var(--muted);text-align:left;hyphens:none}
.emergency-note a{text-decoration:underline;text-underline-offset:3px}

/* Approved appointment guide and emergency instructions. */
.appointment{display:block}
.appointment-heading{display:flex;align-items:center;justify-content:space-between;gap:40px}
.appointment-heading>div:first-child{min-width:0}
.booking-guide{margin-top:32px;border-top:1px solid #8297ab;border-bottom:1px solid #8297ab}
.booking-guide>summary{padding:22px 0;color:#fff}
.booking-guide>summary h3{font:inherit;font-size:1.2rem;margin:0;letter-spacing:0}
.booking-guide>summary:after{color:#b5c8d9}
.booking-guide-content{max-width:1000px;padding-bottom:24px}
.appointment .booking-guide p{max-width:none;margin:0 0 18px;color:#d3dfe9;text-align:left;hyphens:none}
.booking-guide-content p:last-child{margin-bottom:0}
.booking-guide strong{color:#fff;font-weight:600}
.booking-guide ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 40px;margin:24px 0;padding-left:22px;color:#d3dfe9}
.booking-guide li{padding-left:3px}
.emergency-note p+p{margin-top:18px}
.emergency-note strong{color:var(--ink);font-weight:600}
@media(max-width:760px){
  .appointment-heading{display:block}
  .booking-guide ul{grid-template-columns:1fr;gap:16px}
  .booking-guide>summary h3{font-size:1.1rem}
}
