
:root{--ink:#123a43;--teal:#086c72;--paper:#f7f6f0;--line:#d5ded9;--muted:#536d72;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}a,button,input{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #d07139;outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12;font-weight:400}h1,h2,h3{font-family:var(--serif)}em{font-weight:400;color:var(--teal)}.header{min-height:100px;padding:20px 4.8%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;font-weight:600;font-size:19px;line-height:1.4}.brand small{display:block;font-size:10px;letter-spacing:2.1px;font-weight:500}.brand-icon{font:52px/1 var(--serif);color:var(--teal)}nav{display:flex;gap:27px;font-size:14px}nav a{padding:9px 0;border-bottom:2px solid transparent}nav a:hover,nav a[aria-current]{border-color:var(--teal)}.contact{font-size:14px;border:1px solid var(--line);padding:10px 18px;border-radius:30px}.contact:hover{background:#e4ece7}.skip{position:absolute;top:-100px;z-index:20;padding:12px;background:white}.skip:focus{top:0}.hero{position:relative;min-height:650px;color:white;background:linear-gradient(90deg,rgba(2,24,39,.84),rgba(2,26,45,.31) 56%,rgba(2,24,39,.06)),url('../materiel_moreaux/Index/P1000411_72.jpg') center 18%/cover;padding:65px 7% 85px}.hero-content{max-width:590px}.eyebrow{font:600 11px/1.6 'Segoe UI',Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;margin-bottom:19px}.hero .eyebrow{color:#d7eee6}.hero h1{font-size:clamp(48px,5vw,76px);letter-spacing:-2.6px;margin-bottom:24px}.hero h1 em{color:#b5e0cf}.hero-content>p:not(.eyebrow){max-width:450px;color:#e0e9ed;font-size:16px;margin-bottom:28px}.button{display:inline-flex;gap:35px;align-items:center;background:var(--teal);color:white;padding:14px 23px;border-radius:4px;font-size:14px;font-weight:600}.hero .button{background:#e6edcf;color:#153e42}.button:hover{filter:brightness(1.08)}.hero-link{display:inline-block;font-size:13px;margin:18px 0 0 22px;border-bottom:1px solid #85a4b2}.hero-caption{position:absolute;bottom:23px;left:7%;right:7%;display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1.3px;color:#e0e9ed}.facts{display:grid;grid-template-columns:repeat(3,1fr);padding:29px 7%;background:#e9eee7;border-bottom:1px solid var(--line)}.facts p{padding:0 25px;border-right:1px solid #c3d0c7}.facts p:first-child{padding-left:0}.facts p:last-child{border:0}.facts strong{font:24px/1.4 var(--serif);display:block}.facts span{font-size:12px;color:var(--muted)}.section{max-width:1440px;margin:auto;padding:80px 7%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-heading h2{font-size:39px}.section-heading>p{font-size:14px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #123a4310}.card>div:not(.card-art){padding:25px}.card h3{font-size:27px;margin-bottom:14px}.card p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:10px}.card .eyebrow{font-size:9px;letter-spacing:1.5px;display:block;margin-bottom:14px}.card img,.card-art{width:100%;height:225px;object-fit:cover}.text-link{font-size:13px;font-weight:600;display:inline-block;margin-top:22px;border-bottom:1px solid #9cb9b5;padding-bottom:4px}.card-art{display:flex;flex-direction:column;justify-content:center;padding:30px;background:#dce7df;position:relative;overflow:hidden}.card-art:after{content:'';position:absolute;width:250px;height:250px;right:-110px;bottom:-150px;border:1px solid #91b3a3;border-radius:50%;box-shadow:0 0 0 20px #dce7df,0 0 0 21px #a8c1b5,0 0 0 40px #dce7df,0 0 0 41px #bad0c4}.card-art span{font:62px/.95 var(--serif);letter-spacing:-2px;z-index:1}.card-art i{font-style:normal;font-size:11px;letter-spacing:1px;margin-top:16px}.dictionary .card-art{background:#eeebdf}.dictionary .card-art:after{display:none}.dictionary .card-art span{font-size:48px}.about{display:grid;grid-template-columns:1fr 1.7fr;gap:24px 55px;border-top:1px solid var(--line)}.about>.eyebrow{grid-column:1/-1;margin:0}.about h2{font-size:39px}.about p{max-width:550px}.muted{color:var(--muted)}.about .muted{font-size:13px;margin-top:18px}.gaume{background:#e9eee7;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;max-width:none}.gaume h2{font-size:45px;margin-bottom:22px}.gaume p:not(.eyebrow){color:var(--muted)}.gaume img{max-height:300px;width:100%;object-fit:contain;background:#dde5d9;border-radius:5px}.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:25px}.actions .text-link{margin:0}footer{padding:38px 5%;display:flex;align-items:center;gap:28px;flex-wrap:wrap;border-top:1px solid var(--line);font-size:12px}footer .brand{font-size:16px}footer p{margin-right:auto;color:var(--muted)}.page-intro{padding:68px 7% 60px;background:#e9eee7;border-bottom:1px solid var(--line)}.page-intro h1{font-size:clamp(48px,5.5vw,72px);letter-spacing:-2px;margin-bottom:25px}.page-intro>p:not(.eyebrow){max-width:650px;color:var(--muted)}.page-intro .translation{margin-top:20px;font-size:14px;font-style:italic}.gallery-section{padding-top:48px}.gallery-section .section-heading h2{font-size:29px}.video-launch{display:block;position:relative}.video-launch:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 50%,#062d3b80)}.play{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);background:#f7f6f0ef;color:var(--ink);border-radius:50%;width:52px;height:52px;display:grid;place-items:center;padding-left:3px}.video-label{position:absolute;bottom:13px;left:18px;font-size:12px;color:white;z-index:1}.video-card h2{font-size:28px}.video-card .eyebrow{margin-bottom:8px}.resources{max-width:1100px;padding-top:35px}.resource{display:flex;align-items:center;gap:30px;padding:35px 0;border-bottom:1px solid var(--line)}.resource:hover h2{color:var(--teal)}.resource-num{font:27px var(--serif);color:var(--teal)}.resource h2{font-size:32px}.resource p{font-size:14px;color:var(--muted);margin-top:9px}.pdf{margin-left:auto;font-size:13px;color:var(--teal)}.note{margin-top:45px;padding:28px;background:#e9eee7;display:flex;gap:25px}.note h2{font-size:25px;margin-bottom:9px}.note p{font-size:14px}.note>span{font-size:30px}.logbook{display:grid;grid-template-columns:310px 1fr;gap:70px;padding-top:55px}.logbook-aside h2{font-size:34px;margin-bottom:15px}.logbook-aside>p:not(.eyebrow){font-size:14px;color:var(--muted)}label{display:block;font-size:12px;font-weight:600;margin-top:26px}input{width:100%;border:1px solid #9bb3b1;background:white;padding:13px 12px;border-radius:4px;margin:8px 0 12px;font-size:14px}.timeline{list-style:none;padding:0;margin:0}.timeline li{display:grid;grid-template-columns:65px 1fr;gap:24px;padding:0 0 28px;position:relative}.timeline li:before{content:'';position:absolute;left:75px;top:10px;width:7px;height:7px;background:var(--teal);border-radius:50%}.timeline li:after{content:'';position:absolute;left:78px;top:18px;bottom:0;width:1px;background:var(--line)}.timeline li:last-child:after{display:none}.timeline .year{font:25px var(--serif);color:var(--teal)}.timeline p{padding-left:12px;font-size:15px}.timeline li[hidden]{display:none}dialog{width:min(1000px,94vw);max-height:90vh;background:var(--paper);border:0;border-radius:8px;padding:22px;color:var(--ink)}dialog::backdrop{background:#001b28d9}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.dialog-head h2{font-size:26px}button{cursor:pointer;border:1px solid #9bb3b1;background:white;border-radius:4px;padding:8px 14px;color:var(--ink)}video{display:block;width:100%;max-height:65vh;background:#000}dialog>p{margin-top:12px;font-size:13px}body:has(dialog[open]){overflow:hidden}
@media(min-width:1500px){.hero{min-height:740px;padding-top:95px}}@media(max-width:1050px){.header{flex-wrap:wrap;gap:15px}.header nav{order:3;width:100%;justify-content:center}.hero{min-height:640px}.cards{gap:16px}.card>div:not(.card-art){padding:20px}.card h3{font-size:25px}.logbook{grid-template-columns:250px 1fr;gap:35px}.hero-link{display:block;margin-left:0;width:max-content}}@media(max-width:700px){.header{padding:17px 5%}.brand{font-size:16px}.brand small{font-size:8px}.brand-icon{font-size:40px}.contact{font-size:12px;padding:8px 12px}nav{gap:20px;font-size:12px;overflow-x:auto;white-space:nowrap}.header nav{justify-content:flex-start}.hero{padding:45px 6% 80px;min-height:650px;background-position:60% 18%}.hero h1{font-size:49px;letter-spacing:-1.8px}.hero-content>p:not(.eyebrow){font-size:15px;max-width:340px}.hero-caption{left:6%;right:6%;font-size:8px;flex-direction:column;gap:4px}.facts{padding:24px 6%;gap:18px;grid-template-columns:1fr}.facts p{padding:0;border:0;display:flex;gap:12px;align-items:baseline;justify-content:space-between}.facts strong{font-size:20px}.facts span{font-size:11px;text-align:right}.section{padding:48px 6%}.section-heading{display:block}.section-heading h2{font-size:33px}.section-heading>p{margin-top:15px}.cards{grid-template-columns:1fr;gap:25px}.card img,.card-art{height:245px}.card>div:not(.card-art){padding:25px}.card h3{font-size:29px}.about,.gaume,.logbook{grid-template-columns:1fr;gap:25px}.about h2,.gaume h2{font-size:36px}.about>.eyebrow{grid-column:auto}.gaume{gap:35px}.page-intro{padding:42px 6%}.page-intro h1{font-size:48px}.page-intro>p:not(.eyebrow){font-size:15px}.resource{gap:16px;flex-wrap:wrap;padding:28px 0}.resource h2{font-size:27px}.pdf{margin-left:44px;width:100%}.logbook{gap:35px}.timeline li{grid-template-columns:52px 1fr;gap:19px}.timeline li:before{left:61px}.timeline li:after{left:64px}.timeline p{font-size:14px}footer{padding:28px 6%;gap:18px}footer p{width:100%;order:2}.dialog-head h2{font-size:21px}.dialog-head button{font-size:12px;white-space:nowrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}

.latest-trip{padding:30px 7%;display:flex;align-items:center;justify-content:space-between;gap:25px;background:#dce7df}.latest-trip p{font-size:16px}.trip-film{max-height:72vh;border-radius:6px}.album-section{padding-top:15px}.album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.album-grid a{display:block;background:white;border:1px solid var(--line);border-radius:6px;overflow:hidden}.album-grid img{width:100%;height:280px;object-fit:contain;background:#e9eee7}.album-grid a>span{display:flex;justify-content:space-between;padding:12px 18px;font-size:14px}.album-grid a:hover{outline:2px solid var(--teal)}@media(max-width:900px){.album-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.latest-trip{align-items:flex-start;flex-direction:column;padding:25px 6%}.album-grid{grid-template-columns:1fr}.album-grid img{height:auto;max-height:500px}.timeline .text-link{margin-top:8px}}

.photo-viewer{width:min(1400px,96vw);max-width:96vw;max-height:96dvh;padding:16px;background:#092731;color:#fff}.photo-viewer::backdrop{background:#00141ced}.photo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}.photo-counter{font-size:16px}.photo-stage{position:relative;height:min(75dvh,900px);display:flex;align-items:center;justify-content:center;touch-action:pan-y pinch-zoom}.photo-full{height:100%;width:100%;object-fit:contain}.photo-prev,.photo-next{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:60px;padding:0;background:#f7f6f0ed;color:#123a43;font-size:28px;border:1px solid white;border-radius:6px}.photo-prev{left:8px}.photo-next{right:8px}.photo-prev:hover,.photo-next:hover{background:white}.photo-viewer .photo-help{font-size:13px;margin:12px 0 0;color:#d6e5e9;text-align:center}.photo-close{min-height:44px}.photo-viewer button:focus-visible{outline-color:#f6cb86}@media(max-width:700px){.photo-viewer{padding:10px}.photo-stage{height:65dvh}.photo-prev,.photo-next{width:44px;height:52px;font-size:22px}.photo-prev{left:0}.photo-next{right:0}.photo-viewer .photo-help{font-size:12px}}

/* Écrans ultralarges : conserver toute la photographie des dauphins. */
@media (min-width:1100px) and (min-aspect-ratio:2/1){.hero{background-color:#092731;background-size:100% 100%,contain;background-position:center,center;background-repeat:no-repeat}}

.photo-info{min-width:0}.photo-caption{font-size:16px;line-height:1.4;margin-top:4px;color:#fff}.photo-counter{color:#d6e5e9}.photo-toolbar .photo-close{flex-shrink:0}.album-grid a>span{gap:12px}.photo-stage{height:min(68dvh,850px)}@media(max-width:700px){.photo-caption{font-size:14px}.photo-stage{height:58dvh}}

.facts p>a{display:block;position:relative;padding-right:24px;border-radius:3px}.facts p>a:hover strong{text-decoration:underline;text-underline-offset:5px}.facts p>a .fact-arrow{position:absolute;right:0;top:4px;color:var(--teal);font-size:20px}.timeline .text-link{margin-top:8px}@media(max-width:700px){.facts p>a{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:12px}}
