@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap";body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");opacity:.025;pointer-events:none;z-index:9999}:root{--cream: #f7f5ef;--terracotta: #e56f51;--terracotta-light: #ef9179;--terracotta-dark: #ba4e35;--sage: #527c8d;--sage-light: #8fc9c1;--text-dark: #173f4f;--text-soft: #587079;--cream-dark: #e5eff0;--ocean: #173f4f;--ocean-mid: #527c8d;--seafoam: #8fc9c1;--mist: #dcebed;--sand: #f6f1e8;--gold: #d59a37;--white: #ffffff;--font-title: "Instrument Serif", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-pill: 9999px;--radius-card: 1.1rem;--radius-lg: 1.5rem;--shadow-soft: 0 8px 30px rgba(30, 41, 37, .055);--shadow-card: 0 18px 60px rgba(30, 41, 37, .085);--max-width: 1180px;--section-padding: 7rem 1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:linear-gradient(180deg,#faf9f5 0%,var(--cream) 100%);color:var(--text-dark);line-height:1.7;font-size:1rem;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--terracotta);text-decoration:none;transition:color .2s}a:hover{color:var(--terracotta-dark)}h1,h2,h3,h4{font-family:var(--font-title);color:var(--text-dark);line-height:1.2;font-weight:400;letter-spacing:-.025em}h1{font-size:clamp(3rem,7vw,5.6rem);line-height:.98}h2{font-size:clamp(2.25rem,4.5vw,3.7rem);line-height:1.03}h3{font-size:clamp(1.4rem,3vw,1.75rem)}h4{font-size:1.1rem}p{color:var(--text-soft)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.45rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:700;font-size:.92rem;cursor:pointer;border:none;transition:transform .25s,box-shadow .25s,background .25s;text-decoration:none}.btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1e292524}.btn-primary{background:var(--terracotta);color:var(--white)}.btn-primary:hover{background:var(--terracotta-dark);color:var(--white)}.btn-outline{background:var(--white);color:var(--text-dark);border:1px solid rgba(30,41,37,.18)}.btn-outline:hover{background:var(--text-dark);border-color:var(--text-dark);color:var(--white)}.btn-sage{background:var(--sage);color:var(--white)}.btn-sage:hover{background:#728061;color:var(--white);box-shadow:0 8px 24px #8a9a784d}.section{padding:var(--section-padding)}.section-title{text-align:center;margin-bottom:3.75rem}.section-title h2{margin-bottom:.75rem}.section-title p{font-size:1.1rem;max-width:560px;margin:0 auto}.blob-container{position:relative;overflow:hidden}.blob-bg{position:absolute;opacity:.15;pointer-events:none;z-index:0}.card{background:var(--white);border-radius:var(--radius-card);box-shadow:none;border:1px solid rgba(30,41,37,.1);overflow:hidden;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);border-color:transparent}.trust-bar{background:var(--cream-dark);padding:1.5rem;border-radius:var(--radius-card)}.email-form{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.email-form input[type=email]{flex:1;min-width:260px;padding:.85rem 1.5rem;border-radius:var(--radius-pill);border:1px solid rgba(30,41,37,.16);font-family:var(--font-body);font-size:1rem;color:var(--text-dark);background:var(--white);outline:none;transition:border-color .2s}.page-header{position:relative;background:linear-gradient(135deg,#123746,#20566a)!important;padding:7rem 1.5rem 6rem!important;overflow:hidden}.page-header:after{content:"";position:absolute;width:420px;height:420px;right:-120px;top:-220px;border-radius:50%;border:90px solid rgba(255,255,255,.045)}.page-header:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 12% 74%,transparent 0 7px,rgba(255,255,255,.12) 8px 9px,transparent 10px),radial-gradient(circle at 18% 42%,transparent 0 3px,rgba(255,255,255,.1) 4px 5px,transparent 6px),radial-gradient(circle at 84% 68%,transparent 0 5px,rgba(255,255,255,.1) 6px 7px,transparent 8px);pointer-events:none}.page-header .container{position:relative;z-index:1}.page-header h1{color:var(--white)}.page-header .page-subtitle{color:#ffffffad;line-height:1.7}.page-header .page-eyebrow{color:#f19a81}::selection{background:#f3c7ba;color:var(--text-dark)}@media(prefers-reduced-motion:no-preference){main>section,main>div{animation:reveal .65s ease both}@keyframes reveal{0%{opacity:0;transform:translateY(12px)}}}.email-form input[type=email]:focus{border-color:var(--terracotta)}.email-form input[type=email]::placeholder{color:#b0a090}.prose{max-width:720px;margin:0 auto}.prose h2{margin-top:2.5rem;margin-bottom:1rem}.prose h3{margin-top:2rem;margin-bottom:.75rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin:1rem 0 1.25rem 1.5rem;color:var(--text-soft)}.prose li{margin-bottom:.5rem}.prose strong{color:var(--text-dark);font-weight:700}.prose blockquote{border-left:3px solid var(--terracotta);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-soft);font-style:italic}.theme-tag{display:inline-block;padding:.25rem .9rem;border-radius:var(--radius-pill);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.theme-tag.bebe{background:#fde8dc;color:#b05e3e}.theme-tag.motricite{background:#e2eada;color:#5a7048}.theme-tag.developpement{background:#fdf3e0;color:#b07d1a}.theme-tag.quotidien{background:#ede8f5;color:#6b4fa0}.stars{color:var(--gold);font-size:1.1rem;letter-spacing:2px}@media(max-width:768px){:root{--section-padding: 3.5rem 1rem}.email-form{flex-direction:column;align-items:stretch}.email-form input[type=email]{min-width:unset}}.app-popup[data-astro-cid-sfmbybw2]{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1.25rem;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.app-popup[data-astro-cid-sfmbybw2].is-visible{visibility:visible;opacity:1}.app-popup-backdrop[data-astro-cid-sfmbybw2]{position:absolute;inset:0;width:100%;height:100%;border:0;background:#081c23b3;backdrop-filter:blur(8px);cursor:pointer}.app-popup-dialog[data-astro-cid-sfmbybw2]{position:relative;width:min(820px,100%);max-height:calc(100vh - 2.5rem);display:grid;grid-template-columns:.85fr 1.15fr;overflow:auto;border-radius:1.6rem;background:var(--sand);box-shadow:0 30px 100px #00000059;transform:translateY(20px) scale(.98);transition:transform .35s ease}.app-popup[data-astro-cid-sfmbybw2].is-visible .app-popup-dialog[data-astro-cid-sfmbybw2]{transform:translateY(0) scale(1)}.app-popup-close[data-astro-cid-sfmbybw2]{position:absolute;top:.9rem;right:.9rem;z-index:3;width:36px;height:36px;border:1px solid rgba(23,63,79,.12);border-radius:50%;background:#ffffffd9;color:var(--ocean);font:400 1.5rem/1 var(--font-body);cursor:pointer}.app-popup-visual[data-astro-cid-sfmbybw2]{position:relative;min-height:480px;display:grid;place-items:end center;overflow:hidden;background:linear-gradient(155deg,var(--ocean),#23677b)}.app-popup-visual[data-astro-cid-sfmbybw2] img[data-astro-cid-sfmbybw2]{position:relative;z-index:1;width:115%;max-width:none;height:auto;margin:0 -8% -10%;filter:drop-shadow(0 22px 28px rgba(0,0,0,.25))}.bubble[data-astro-cid-sfmbybw2]{position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%}.bubble-one[data-astro-cid-sfmbybw2]{width:90px;height:90px;top:10%;left:10%}.bubble-two[data-astro-cid-sfmbybw2]{width:35px;height:35px;top:30%;right:12%}.bubble-three[data-astro-cid-sfmbybw2]{width:16px;height:16px;top:22%;right:25%}.app-popup-copy[data-astro-cid-sfmbybw2]{padding:3.25rem 3rem;display:flex;flex-direction:column;align-items:flex-start}.app-popup-eyebrow[data-astro-cid-sfmbybw2]{color:var(--terracotta);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.6rem}.app-popup-copy[data-astro-cid-sfmbybw2] h2[data-astro-cid-sfmbybw2]{font-size:clamp(2.4rem,5vw,3.6rem);letter-spacing:0;margin-bottom:.8rem}.app-popup-copy[data-astro-cid-sfmbybw2] h2[data-astro-cid-sfmbybw2] em[data-astro-cid-sfmbybw2]{color:var(--terracotta);font-style:italic}.app-popup-copy[data-astro-cid-sfmbybw2]>p[data-astro-cid-sfmbybw2]:not(.app-popup-eyebrow){font-size:.96rem;line-height:1.65}.app-popup-copy[data-astro-cid-sfmbybw2] ul[data-astro-cid-sfmbybw2]{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1rem;margin:1.4rem 0 1.75rem;color:var(--text-dark)}.app-popup-copy[data-astro-cid-sfmbybw2] li[data-astro-cid-sfmbybw2]{position:relative;padding-left:1.2rem;font-size:.82rem;font-weight:600}.app-popup-copy[data-astro-cid-sfmbybw2] li[data-astro-cid-sfmbybw2]:before{content:"✓";position:absolute;left:0;color:var(--seafoam);font-weight:700}.app-popup-note[data-astro-cid-sfmbybw2]{color:var(--text-soft);opacity:.65;font-size:.7rem;margin-top:.65rem}@media(max-width:680px){.app-popup-dialog[data-astro-cid-sfmbybw2]{grid-template-columns:1fr}.app-popup-visual[data-astro-cid-sfmbybw2]{min-height:190px;place-items:center}.app-popup-visual[data-astro-cid-sfmbybw2] img[data-astro-cid-sfmbybw2]{width:210px;margin:1rem 0 -3.5rem}.app-popup-copy[data-astro-cid-sfmbybw2]{padding:2rem 1.5rem 1.75rem}.app-popup-copy[data-astro-cid-sfmbybw2] h2[data-astro-cid-sfmbybw2]{font-size:2.5rem}.app-popup-copy[data-astro-cid-sfmbybw2] ul[data-astro-cid-sfmbybw2]{margin:1rem 0 1.35rem}}.site-header[data-astro-cid-3ef6ksr2]{background:#f7f5efe0;backdrop-filter:blur(20px);border-bottom:1px solid rgba(63,53,45,.08);position:sticky;top:0;z-index:100}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding-top:.8rem;padding-bottom:.8rem;gap:1rem}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.7rem;text-decoration:none;line-height:1.2}.logo-mark[data-astro-cid-3ef6ksr2]{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--ocean),var(--ocean-mid));color:#fff;font-family:var(--font-title);font-size:1.05rem}.logo-copy[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column}.logo-name[data-astro-cid-3ef6ksr2]{font-family:var(--font-title);font-size:1.25rem;font-weight:400;color:var(--text-dark)}.logo-title[data-astro-cid-3ef6ksr2]{font-size:.72rem;color:var(--text-soft);font-weight:600;letter-spacing:.12em;text-transform:uppercase}.main-nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.1rem}.nav-link[data-astro-cid-3ef6ksr2]{padding:.45rem .85rem;border-radius:var(--radius-pill);font-size:.88rem;font-weight:500;color:var(--text-soft);text-decoration:none;transition:color .2s,background .2s}.nav-link[data-astro-cid-3ef6ksr2]:hover,.nav-link[data-astro-cid-3ef6ksr2].active{color:var(--terracotta);background:#d35f3f14}.btn-sm[data-astro-cid-3ef6ksr2]{padding:.55rem 1.25rem;font-size:.9rem;margin-left:.5rem}.btn-doctolib[data-astro-cid-3ef6ksr2]{background:transparent;color:var(--text-dark);border:1px solid rgba(30,41,37,.25);font-size:.9rem;padding:.55rem 1.25rem}.btn-doctolib[data-astro-cid-3ef6ksr2]:hover{background:var(--text-dark);color:#fff;box-shadow:0 4px 16px #8a9a784d}.menu-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem}.menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transition:transform .3s,opacity .3s}.mobile-nav[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(63,53,45,.08)}.mobile-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.75rem 1rem;border-radius:var(--radius-card);font-weight:600;color:var(--text-dark);text-decoration:none;transition:background .2s}.mobile-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{background:var(--cream-dark)}.mobile-nav[data-astro-cid-3ef6ksr2] .btn[data-astro-cid-3ef6ksr2]{text-align:center;margin-top:.5rem}@media(max-width:860px){.main-nav[data-astro-cid-3ef6ksr2]{display:none}.menu-toggle[data-astro-cid-3ef6ksr2],.mobile-nav[data-astro-cid-3ef6ksr2].open{display:flex}}.footer-wave[data-astro-cid-sz7xmlte]{height:1px;margin:4rem auto 0;max-width:var(--max-width);background:#1e29251a}.site-footer[data-astro-cid-sz7xmlte]{background:linear-gradient(180deg,var(--cream) 0%,var(--mist) 180%);color:var(--text-soft)}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;padding:4rem 1.5rem}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer-name[data-astro-cid-sz7xmlte]{font-family:var(--font-title);font-size:1.7rem;font-weight:400;color:var(--text-dark)}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--terracotta);font-weight:700}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--text-soft);max-width:320px;margin-top:.5rem;font-size:.95rem;line-height:1.6}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:2.5rem}.footer-col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.6rem}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);opacity:.6;margin-bottom:.25rem;font-weight:700}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-soft);text-decoration:none;font-size:.95rem;transition:color .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--terracotta)}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(63,53,45,.12);padding:1.25rem 1.5rem}.footer-bottom[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.85rem;color:var(--text-soft);opacity:.6}@media(max-width:640px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}.footer-bottom[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center}}
