/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Thème enfant pour Astra (personnalisations update-safe).
Author: Site Team
Template: astra
Version: 1.1.0
Text Domain: astra-child
*/

:root {
	--osteo-ink: #163330;
	--osteo-ink-soft: #385854;
	--osteo-ink-muted: rgba(22, 51, 48, 0.72);
	--osteo-accent: #5c7b72;
	--osteo-accent-strong: #2f5d56;
	--osteo-accent-soft: #c7d7d0;
	--osteo-sand: #e4c7a4;
	--osteo-sand-soft: #f2e6d7;
	--osteo-rose: #efe3dd;
	--osteo-surface: #fffdfa;
	--osteo-surface-2: #f7f1ea;
	--osteo-surface-3: #edf3f0;
	--osteo-surface-4: #f3ece6;
	--osteo-border: rgba(22, 51, 48, 0.12);
	--osteo-border-strong: rgba(22, 51, 48, 0.18);
	--osteo-font-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", "Noto Sans", sans-serif;
	--osteo-font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	--osteo-radius-sm: 16px;
	--osteo-radius: 24px;
	--osteo-radius-lg: 36px;
	--osteo-shadow: 0 24px 60px rgba(34, 53, 48, 0.10);
	--osteo-shadow-soft: 0 16px 36px rgba(34, 53, 48, 0.08);
	--osteo-shadow-card: 0 12px 28px rgba(34, 53, 48, 0.08);
	--osteo-container: 1240px;
	--osteo-topbar-bg: var(--osteo-accent-strong);
	--osteo-topbar-text: #f9f6f1;
	--osteo-topbar-link: #f9f6f1;
	--osteo-topbar-link-hover: rgba(249, 246, 241, 0.82);
	--osteo-topbar-padding-y: 8px;
	--osteo-topbar-padding-x: 16px;
	--osteo-headernav-bg: rgba(255, 253, 250, 0.90);
	--osteo-headernav-text: var(--osteo-ink);
	--osteo-headernav-hover: var(--osteo-accent-strong);
	--osteo-headernav-border: rgba(22, 51, 48, 0.10);
	--osteo-headernav-cta-bg: linear-gradient(135deg, #d8b486 0%, #e7d0b0 100%);
	--osteo-headernav-cta-text: var(--osteo-ink);
}

html {
	font-family: var(--osteo-font-sans);
	scroll-behavior: smooth;
}

body {
	color: var(--osteo-ink);
	background:
		radial-gradient(circle at top left, rgba(228, 199, 164, 0.16), transparent 36%),
		radial-gradient(circle at bottom right, rgba(92, 123, 114, 0.10), transparent 28%),
		var(--osteo-surface-2);
	line-height: 1.7;
	font-family: var(--osteo-font-sans);
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
	background-size: 96px 96px;
	opacity: 0.12;
	z-index: 0;
}

body > * {
	position: relative;
	z-index: 1;
}

#content.site-content,
.site-content,
.ast-plain-container #primary,
.ast-page-builder-template #primary,
.site .site-content #primary {
	margin-top: 0;
	padding-top: 0;
}

.site-content > .ast-container,
#content.site-content > .ast-container {
	padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title a,
.osteo-hero__title,
.osteo-page-hero__title,
.osteo-h2,
.osteo-h3 {
	font-family: var(--osteo-font-serif);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

p,
li,
label,
input,
textarea,
button {
	font-family: var(--osteo-font-sans);
}

a {
	text-underline-offset: 0.18em;
	transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

img {
	border-radius: var(--osteo-radius-sm);
}

.main-header-bar,
.ast-primary-header-bar,
.ast-primary-header-bar.main-header-bar {
	background-color: var(--osteo-headernav-bg);
	border-bottom: 1px solid var(--osteo-headernav-border);
	backdrop-filter: blur(18px);
	box-shadow: 0 12px 30px rgba(34, 53, 48, 0.06);
}

.main-header-bar .site-title a,
.main-header-bar .site-title a:visited,
.ast-primary-header-bar .site-title a,
.ast-primary-header-bar .site-title a:visited,
.main-header-bar .site-description,
.ast-primary-header-bar .site-description {
	color: var(--osteo-headernav-text) !important;
}

.main-header-bar .site-title a,
.ast-primary-header-bar .site-title a {
	font-size: clamp(1.1rem, 1rem + 0.45vw, 1.42rem);
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
}

.main-header-bar .site-title a:hover,
.main-header-bar .site-title a:focus,
.ast-primary-header-bar .site-title a:hover,
.ast-primary-header-bar .site-title a:focus,
.main-header-menu .menu-item:hover > .menu-link,
.main-header-menu .menu-item.focus > .menu-link,
.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .current-menu-ancestor > .menu-link,
.main-header-bar .menu-toggle:hover,
.main-header-bar .menu-toggle:focus {
	color: var(--osteo-headernav-hover) !important;
}

.main-header-menu .menu-link,
.main-header-bar .ast-header-custom-item a,
.main-header-bar .menu-toggle {
	color: var(--osteo-headernav-text) !important;
	font-size: 0.97rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.main-header-menu .menu-link:focus-visible,
.main-header-bar .menu-toggle:focus-visible,
.osteo-btn:focus-visible,
.osteo-link:focus-visible,
.osteo-footer-links__link:focus-visible,
.osteo-breadcrumbs a:focus-visible,
.osteo-sidebar-links a:focus-visible {
	outline: 2px solid var(--osteo-accent-strong);
	outline-offset: 3px;
}

.ast-primary-header-bar .main-header-container,
.main-header-bar .main-header-container {
	align-items: center;
	gap: 18px;
}

.main-header-bar .site-branding,
.ast-primary-header-bar .site-branding,
.main-header-bar .site-title,
.ast-primary-header-bar .site-title {
	flex-shrink: 0;
	min-width: max-content;
}

.ast-primary-header-bar .main-navigation,
.main-header-bar .main-navigation {
	display: flex;
	align-items: center;
}

.ast-primary-header-bar .main-header-menu,
.main-header-bar .main-header-menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 22px;
	row-gap: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.ast-primary-header-bar .main-header-menu > .menu-item,
.main-header-bar .main-header-menu > .menu-item {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	position: relative;
}

.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link,
.main-header-bar .main-header-menu > .menu-item > .menu-link {
	padding: 0;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.main-header-menu .menu-item:not(.osteo-menu-cta) > .menu-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.45rem;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--osteo-accent) 0%, var(--osteo-sand) 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.main-header-menu .menu-item:hover > .menu-link::after,
.main-header-menu .menu-item.focus > .menu-link::after,
.main-header-menu .current-menu-item > .menu-link::after,
.main-header-menu .current-menu-ancestor > .menu-link::after {
	transform: scaleX(1);
}

.main-header-menu a.menu-link[href*="doctolib.fr/"] {
	background: var(--osteo-headernav-cta-bg);
	color: var(--osteo-headernav-cta-text) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.98rem;
	letter-spacing: 0.015em;
	line-height: 1.1;
	box-shadow: 0 18px 34px rgba(160, 124, 83, 0.22);
	margin: 4px 0;
	border: 1px solid rgba(120, 88, 48, 0.14);
	white-space: nowrap;
}

.main-header-menu .osteo-menu-cta {
	margin-left: 18px;
	margin-right: 18px;
}

.main-header-menu a.menu-link[href*="doctolib.fr/"]:hover,
.main-header-menu a.menu-link[href*="doctolib.fr/"]:focus {
	color: var(--osteo-headernav-cta-text) !important;
	text-decoration: none;
	transform: translateY(-2px) scale(1.01);
	box-shadow: 0 24px 40px rgba(160, 124, 83, 0.28);
}

.main-header-menu a.menu-link[href*="doctolib.fr/"]::after {
	display: none;
}

header#masthead.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
}

.admin-bar header#masthead.site-header {
	top: 32px;
}

header#masthead.site-header,
header#masthead.site-header .ast-main-header-wrap,
header#masthead.site-header .main-header-bar-wrap {
	overflow: visible;
}

.ast-primary-header-bar.main-header-bar {
	background-color: var(--osteo-headernav-bg);
}

.ast-header-break-point .main-header-bar {
	border-bottom: 1px solid var(--osteo-headernav-border);
}

.ast-mobile-header-wrap .menu-toggle,
.main-header-bar .menu-toggle {
	border: 1px solid var(--osteo-border-strong);
	border-radius: 999px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.7);
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner,
.ast-header-break-point .ast-builder-menu-mobile .main-navigation {
	background: rgba(255, 253, 250, 0.96);
	backdrop-filter: blur(18px);
}

.ast-header-break-point .main-header-menu,
.ast-header-break-point .main-navigation ul {
	gap: 0;
	padding-left: 0;
	padding-right: 0;
}

.ast-header-break-point .main-header-menu .menu-item > .menu-link,
.ast-header-break-point .menu-item-has-children > .ast-menu-toggle {
	padding: 14px 18px;
	border-bottom: 1px solid rgba(22, 51, 48, 0.08);
	font-size: 1rem;
}

.ast-header-break-point .main-header-menu a.menu-link[href*="doctolib.fr/"] {
	display: inline-flex;
	min-height: 52px;
	margin: 16px 18px 8px;
	justify-content: center;
}

.ast-header-break-point .main-header-menu .osteo-menu-cta {
	margin-left: 0;
	margin-right: 0;
}

.osteo-topbar {
	background: var(--osteo-topbar-bg);
	color: var(--osteo-topbar-text);
	font-size: 14px;
	line-height: 1.2;
}

.osteo-topbar__inner {
	max-width: var(--osteo-container);
	margin: 0 auto;
	padding: var(--osteo-topbar-padding-y) var(--osteo-topbar-padding-x);
}

.osteo-topbar a {
	color: var(--osteo-topbar-link);
	text-decoration: none;
}

.osteo-topbar a:hover,
.osteo-topbar a:focus {
	color: var(--osteo-topbar-link-hover);
	text-decoration: underline;
}

.osteo-topbar .osteo-topbar__menu,
.osteo-topbar .osteo-topbar__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.osteo-topbar .osteo-topbar__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
}

.osteo-topbar .osteo-topbar__menu > li {
	margin: 0;
	padding: 0;
}

.osteo-topbar .osteo-topbar__menu > li > a {
	display: inline-block;
	padding: 4px 0;
}

.osteo-topbar .osteo-topbar__menu li {
	position: relative;
}

.osteo-topbar .osteo-topbar__menu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	background: var(--osteo-topbar-bg);
	padding: 8px 0;
	z-index: 9999;
}

.osteo-topbar .osteo-topbar__menu li:hover > ul,
.osteo-topbar .osteo-topbar__menu li:focus-within > ul {
	display: block;
}

.osteo-topbar .osteo-topbar__menu li ul li a {
	display: block;
	padding: 8px 14px;
}

.osteo-container {
	max-width: var(--osteo-container);
	margin: 0 auto;
	padding: 0 24px;
}

.osteo-home,
.osteo-shell {
	max-width: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.osteo-home .osteo-hero,
.osteo-home .osteo-section,
.osteo-page-hero {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.osteo-hero,
.osteo-page-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0;
	margin-top: 0;
	background:
		linear-gradient(135deg, rgba(247, 241, 234, 0.94) 0%, rgba(237, 243, 240, 0.96) 55%, rgba(255, 253, 250, 0.98) 100%);
}

.osteo-hero::before,
.osteo-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		repeating-radial-gradient(circle at 18% 26%, rgba(92, 123, 114, 0.10) 0, rgba(92, 123, 114, 0.10) 1px, transparent 1px, transparent 34px),
		radial-gradient(circle at 86% 18%, rgba(228, 199, 164, 0.24), transparent 26%),
		radial-gradient(circle at 84% 76%, rgba(239, 227, 221, 0.38), transparent 22%);
	opacity: 0.95;
}

.osteo-hero > .osteo-container,
.osteo-page-hero > .osteo-container {
	position: relative;
	z-index: 1;
}

.osteo-hero__grid,
.osteo-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
	gap: 36px;
	align-items: center;
}

.osteo-eyebrow {
	margin: 0 0 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.73rem;
	font-weight: 700;
	color: var(--osteo-accent-strong);
	opacity: 0.85;
}

.osteo-hero__title,
.osteo-page-hero__title {
	margin: 0 0 16px;
	color: var(--osteo-ink);
	font-size: clamp(2.35rem, 1.9rem + 1.8vw, 4.6rem);
	max-width: 13ch;
}

.osteo-hero__subtitle,
.osteo-page-hero__intro {
	margin: 0 0 24px;
	color: var(--osteo-ink-soft);
	font-size: clamp(1.05rem, 0.98rem + 0.4vw, 1.32rem);
	line-height: 1.75;
	max-width: 62ch;
}

.osteo-hero__cta,
.osteo-sidebar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.osteo-page-hero .osteo-hero__cta {
	margin-top: 20px;
}

.osteo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 20px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	line-height: 1;
	border: 1px solid transparent;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, background-color 160ms ease;
}

.osteo-btn--primary {
	background: linear-gradient(135deg, #d7b484 0%, #eadbc2 100%);
	color: var(--osteo-ink) !important;
	box-shadow: 0 14px 30px rgba(160, 124, 83, 0.20);
}

.osteo-btn--secondary {
	background: rgba(255, 253, 250, 0.58);
	color: var(--osteo-accent-strong) !important;
	border-color: rgba(47, 93, 86, 0.18);
	backdrop-filter: blur(10px);
}

.osteo-btn:hover {
	transform: translateY(-1px);
}

.osteo-hero__highlights,
.osteo-meta-list,
.osteo-check-list,
.osteo-sidebar-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.osteo-hero__highlights,
.osteo-meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	color: var(--osteo-ink-soft);
	margin-top: 22px;
}

.osteo-hero__highlights li,
.osteo-meta-list li {
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(47, 93, 86, 0.10);
	box-shadow: 0 10px 20px rgba(34, 53, 48, 0.04);
}

.osteo-page-hero--tarifs .osteo-panel__text--lines {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.osteo-page-hero--tarifs .osteo-panel__text--lines span {
	display: block;
}

.osteo-hero__media,
.osteo-page-hero__aside {
	display: flex;
	justify-content: center;
}

.osteo-hero-card,
.osteo-panel {
	background: rgba(255, 255, 255, 0.72);
	border-radius: var(--osteo-radius);
	padding: 28px;
	border: 1px solid rgba(22, 51, 48, 0.10);
	box-shadow: var(--osteo-shadow-soft);
	backdrop-filter: blur(14px);
}

.osteo-hero-card {
	width: 100%;
	min-height: 320px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 253, 250, 0.9)),
		radial-gradient(circle at 82% 18%, rgba(228, 199, 164, 0.42), transparent 28%),
		radial-gradient(circle at 18% 82%, rgba(92, 123, 114, 0.18), transparent 24%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 18px;
}

.osteo-key-figures {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.osteo-key-figures div {
	padding: 16px 14px;
	border-radius: var(--osteo-radius-sm);
	background: rgba(247, 241, 234, 0.86);
	border: 1px solid rgba(22, 51, 48, 0.08);
	text-align: center;
}

.osteo-key-figures strong {
	display: block;
	font-size: 1.55rem;
	font-family: var(--osteo-font-serif);
	line-height: 1;
	margin-bottom: 6px;
}

.osteo-key-figures span {
	display: block;
	font-size: 0.92rem;
	color: var(--osteo-ink-soft);
}

.osteo-section {
	padding: 72px 0;
}

.osteo-shell .osteo-section {
	padding: 64px 0;
}

.osteo-section--alt {
	background: var(--osteo-rose);
}

.osteo-section--surface {
	background: rgba(255, 253, 250, 0.72);
}

.osteo-section--gallery {
	background: linear-gradient(180deg, rgba(255, 253, 250, 0.52) 0%, rgba(237, 243, 240, 0.38) 100%);
}

.osteo-section--accent {
	background: linear-gradient(135deg, rgba(237, 243, 240, 0.94) 0%, rgba(247, 241, 234, 0.94) 100%);
}

.osteo-section-heading {
	max-width: 720px;
	margin-bottom: 28px;
}

.osteo-profile-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 40px;
	align-items: center;
	margin-bottom: 32px;
}

.osteo-profile-intro .osteo-section-heading {
	margin-bottom: 0;
}

.osteo-profile-intro__portrait {
	width: 100%;
	max-width: 320px;
	justify-self: end;
}

.osteo-section__grid,
.osteo-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 36px;
	align-items: start;
}

.osteo-map-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 28px;
	align-items: stretch;
}

.osteo-map-card {
	background: rgba(255, 255, 255, 0.82);
	border-radius: var(--osteo-radius);
	padding: 12px;
	border: 1px solid rgba(22, 51, 48, 0.10);
	box-shadow: var(--osteo-shadow-card);
	backdrop-filter: blur(10px);
	min-width: 0;
}

.osteo-map-frame {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
	border-radius: calc(var(--osteo-radius) - 8px);
	background: rgba(237, 243, 240, 0.7);
}

.osteo-content-layout > :first-child {
	min-width: 0;
}

.osteo-h2 {
	margin: 0 0 14px;
	color: var(--osteo-ink);
	font-size: clamp(1.85rem, 1.4rem + 1vw, 3rem);
}

.osteo-h3 {
	margin: 0 0 10px;
	color: var(--osteo-ink);
	font-size: clamp(1.2rem, 1.05rem + 0.28vw, 1.55rem);
}

.osteo-lead {
	margin: 0;
	color: var(--osteo-ink-soft);
	font-size: 1.05rem;
	line-height: 1.75;
}

.osteo-card-grid,
.osteo-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.osteo-photo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.osteo-photo-slot {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.osteo-photo-slot__frame {
	aspect-ratio: 4 / 5;
	border-radius: var(--osteo-radius);
	border: 1px dashed rgba(47, 93, 86, 0.28);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 241, 234, 0.9)),
		repeating-linear-gradient(135deg, rgba(92, 123, 114, 0.06) 0, rgba(92, 123, 114, 0.06) 12px, rgba(255, 255, 255, 0.3) 12px, rgba(255, 255, 255, 0.3) 24px);
	box-shadow: var(--osteo-shadow-card);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	text-align: center;
	overflow: hidden;
}

.osteo-photo-slot__frame--filled {
	padding: 0;
	border-style: solid;
	background: rgba(237, 243, 240, 0.72);
}

.osteo-photo-slot__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.osteo-photo-slot__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 253, 250, 0.94);
	border: 1px solid rgba(22, 51, 48, 0.08);
	font-weight: 700;
	color: var(--osteo-accent-strong);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.76rem;
}

.osteo-photo-slot__caption {
	display: grid;
	gap: 6px;
	padding: 0 4px;
	color: var(--osteo-ink-soft);
	line-height: 1.65;
}

.osteo-photo-slot__caption strong {
	font-family: var(--osteo-font-serif);
	font-size: 1.18rem;
	line-height: 1.2;
	color: var(--osteo-ink);
}

.osteo-card,
.osteo-post-card,
.osteo-empty-state {
	background: rgba(255, 255, 255, 0.82);
	border-radius: var(--osteo-radius);
	padding: 24px;
	border: 1px solid rgba(22, 51, 48, 0.10);
	box-shadow: var(--osteo-shadow-card);
	backdrop-filter: blur(10px);
	height: 100%;
}

.osteo-post-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.osteo-post-card__meta {
	margin: 0;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--osteo-accent-strong);
	font-weight: 700;
}

.osteo-post-card__title {
	margin: 0;
}

.osteo-post-card__title a {
	color: inherit;
	text-decoration: none;
}

.osteo-post-card__title a:hover,
.osteo-post-card__title a:focus {
	color: var(--osteo-accent-strong);
}

.osteo-post-card__excerpt {
	margin: 0;
	color: var(--osteo-ink-soft);
}

.osteo-link {
	color: var(--osteo-accent-strong) !important;
	font-weight: 700;
	text-decoration: none;
}

.osteo-link:hover,
.osteo-link:focus {
	text-decoration: underline;
}

.osteo-prose {
	color: var(--osteo-ink);
	font-size: 1rem;
}

.osteo-prose > *:first-child {
	margin-top: 0;
}

.osteo-prose > *:last-child {
	margin-bottom: 0;
}

.osteo-prose p,
.osteo-prose ul,
.osteo-prose ol,
.osteo-prose blockquote {
	margin: 0 0 1.15rem;
	color: var(--osteo-ink-soft);
	line-height: 1.82;
}

.osteo-prose ul,
.osteo-prose ol {
	padding-left: 1.3rem;
}

.osteo-prose h2,
.osteo-prose h3,
.osteo-prose h4 {
	color: var(--osteo-ink);
	margin: 2rem 0 0.9rem;
}

.osteo-prose a {
	color: var(--osteo-accent-strong);
}

.osteo-prose blockquote {
	padding: 1rem 1.15rem;
	border-left: 3px solid var(--osteo-sand);
	background: rgba(255, 255, 255, 0.62);
	border-radius: 0 var(--osteo-radius-sm) var(--osteo-radius-sm) 0;
}

.osteo-prose--narrow {
	max-width: 760px;
}

.osteo-prose--wide {
	max-width: 820px;
	background: rgba(255, 255, 255, 0.74);
	padding: 30px;
	border-radius: var(--osteo-radius);
	border: 1px solid rgba(22, 51, 48, 0.08);
	box-shadow: var(--osteo-shadow-card);
	backdrop-filter: blur(12px);
}

.osteo-prose--intro {
	margin-bottom: 28px;
}

.osteo-sidebar {
	min-width: 0;
}

.osteo-panel__eyebrow {
	margin: 0 0 10px;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--osteo-accent-strong);
}

.osteo-panel__title {
	margin: 0 0 12px;
	font-family: var(--osteo-font-serif);
	font-size: 1.45rem;
	line-height: 1.25;
	color: var(--osteo-ink);
}

.osteo-panel__text {
	margin: 0 0 10px;
	color: var(--osteo-ink-soft);
}

.osteo-panel--soft {
	background: rgba(255, 255, 255, 0.62);
}

.osteo-panel--sticky {
	position: sticky;
	top: 126px;
}

.osteo-sidebar-links {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.osteo-sidebar-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 14px;
	border-radius: 16px;
	background: rgba(247, 241, 234, 0.76);
	color: var(--osteo-ink);
	text-decoration: none;
	border: 1px solid rgba(22, 51, 48, 0.08);
}

.osteo-sidebar-links a:hover,
.osteo-sidebar-links a:focus {
	color: var(--osteo-accent-strong);
	transform: translateX(2px);
}

.osteo-breadcrumbs {
	margin-bottom: 22px;
}

.osteo-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
	color: var(--osteo-ink-soft);
}

.osteo-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.osteo-breadcrumbs__item:not(:last-child)::after {
	content: "/";
	color: rgba(56, 88, 84, 0.46);
}

.osteo-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.osteo-breadcrumbs a:hover,
.osteo-breadcrumbs a:focus {
	color: var(--osteo-accent-strong);
	text-decoration: underline;
}

.osteo-check-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.osteo-check-list li {
	position: relative;
	padding-left: 28px;
	color: var(--osteo-ink-soft);
}

.osteo-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.52rem;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--osteo-accent) 0%, var(--osteo-sand) 100%);
	box-shadow: 0 0 0 5px rgba(92, 123, 114, 0.10);
}

.osteo-faq {
	display: grid;
	gap: 14px;
}

.osteo-faq__item {
	background: rgba(255, 255, 255, 0.84);
	border-radius: var(--osteo-radius-sm);
	border: 1px solid rgba(22, 51, 48, 0.10);
	padding: 0 20px;
	box-shadow: var(--osteo-shadow-card);
}

.osteo-faq__item summary {
	list-style: none;
	cursor: pointer;
	padding: 18px 0;
	font-weight: 700;
	color: var(--osteo-ink);
	position: relative;
	padding-right: 32px;
}

.osteo-faq__item summary::-webkit-details-marker {
	display: none;
}

.osteo-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	line-height: 1;
	color: var(--osteo-accent-strong);
}

.osteo-faq__item[open] summary::after {
	content: "-";
}

.osteo-faq__item p {
	margin: 0 0 18px;
	color: var(--osteo-ink-soft);
}

.osteo-cta-strip {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 26px;
	align-items: center;
	padding: 30px;
	background: rgba(255, 255, 255, 0.72);
	border-radius: var(--osteo-radius-lg);
	border: 1px solid rgba(22, 51, 48, 0.10);
	box-shadow: var(--osteo-shadow);
	backdrop-filter: blur(14px);
}

.osteo-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.osteo-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(22, 51, 48, 0.10);
	text-decoration: none;
	color: var(--osteo-ink);
}

.osteo-pagination .page-numbers.current,
.osteo-pagination .page-numbers:hover,
.osteo-pagination .page-numbers:focus {
	background: var(--osteo-accent-strong);
	color: #fff;
	border-color: transparent;
}

.osteo-empty-state {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.osteo-footer-links {
	border-top: 1px solid var(--osteo-headernav-border);
	padding: 18px 0 28px;
	font-size: 14px;
	background: rgba(255, 253, 250, 0.62);
	backdrop-filter: blur(12px);
}

.osteo-footer-links__inner {
	max-width: var(--osteo-container);
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	justify-content: center;
}

.osteo-footer-links__link {
	color: var(--osteo-headernav-text);
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(22, 51, 48, 0.08);
}

.osteo-footer-links__link:hover,
.osteo-footer-links__link:focus {
	color: var(--osteo-headernav-hover);
	text-decoration: none;
	transform: translateY(-1px);
}

@media (prefers-reduced-motion: no-preference) {
	.osteo-hero__content,
	.osteo-hero__media,
	.osteo-page-hero__content,
	.osteo-page-hero__aside,
	.osteo-card,
	.osteo-post-card,
	.osteo-panel {
		animation: osteo-fade-up 700ms ease both;
	}

	.osteo-card:nth-child(2),
	.osteo-post-card:nth-child(2) {
		animation-delay: 70ms;
	}

	.osteo-card:nth-child(3),
	.osteo-post-card:nth-child(3) {
		animation-delay: 120ms;
	}
}

@keyframes osteo-fade-up {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 921px) {
	.admin-bar header#masthead.site-header {
		top: 46px;
	}

	.osteo-hero,
	.osteo-page-hero,
	.osteo-section,
	.osteo-shell .osteo-section {
		padding: 56px 0;
	}

	.osteo-hero__grid,
	.osteo-page-hero__grid,
	.osteo-section__grid,
	.osteo-content-layout,
	.osteo-map-layout,
	.osteo-profile-intro,
	.osteo-cta-strip {
		grid-template-columns: 1fr;
	}

	.osteo-profile-intro__portrait {
		max-width: 360px;
		justify-self: start;
	}

	.osteo-card-grid,
	.osteo-post-grid,
	.osteo-photo-grid,
	.osteo-key-figures {
		grid-template-columns: 1fr;
	}

	.osteo-panel--sticky {
		position: static;
	}

	.osteo-hero__title,
	.osteo-page-hero__title {
		max-width: none;
	}

	.osteo-hero-card,
	.osteo-panel {
		padding: 24px;
	}

	.osteo-prose--wide {
		padding: 24px;
	}

	.osteo-container,
	.osteo-footer-links__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 544px) {
	.osteo-topbar {
		font-size: 13px;
	}

	.osteo-topbar__inner,
	.osteo-container,
	.osteo-footer-links__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.osteo-topbar .osteo-topbar__menu {
		gap: 8px 14px;
	}

	.osteo-hero,
	.osteo-page-hero,
	.osteo-section,
	.osteo-shell .osteo-section {
		padding: 48px 0;
	}

	.osteo-btn,
	.main-header-menu a.menu-link[href*="doctolib.fr/"] {
		width: 100%;
	}

	.osteo-hero__cta,
	.osteo-sidebar__actions {
		flex-direction: column;
	}

	.osteo-meta-list,
	.osteo-hero__highlights {
		gap: 8px;
	}

	.osteo-card,
	.osteo-post-card,
	.osteo-empty-state,
	.osteo-panel,
	.osteo-hero-card,
	.osteo-prose--wide,
	.osteo-cta-strip {
		padding: 20px;
	}

	.osteo-breadcrumbs__list {
		font-size: 0.84rem;
	}

	.osteo-h2 {
		font-size: 1.75rem;
	}

	.osteo-page-hero__intro,
	.osteo-hero__subtitle,
	.osteo-lead {
		font-size: 1rem;
	}

	.ast-header-break-point .main-header-menu a.menu-link[href*="doctolib.fr/"] {
		width: calc(100% - 36px);
		padding-left: 20px;
		padding-right: 20px;
	}
	}
