/* ==========================================================================
   ANT Toulouse — « Du fleuve Niger à la Garonne »
   ========================================================================== */

/* Polices hébergées localement (aucun appel à Google Fonts) */
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/unbounded-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/unbounded-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/unbounded-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/figtree-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/figtree-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/figtree-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/figtree-latin-700-normal.woff2") format("woff2"); }

:root {
	--ant-indigo: #121A3A;
	--ant-ocre: #E3A548;
	--ant-vert: #0E7C4A;
	--ant-orange: #E0701F;
	--ant-indigo-2: #24336B;
	--ant-indigo-line: #2E3A6E;
	--ant-on-dark: #D9DCEA;
	--ant-on-dark-2: #AEB5D3;
	--ant-ghost-line: #6E78A8;
	--ant-ink: #121A3A;
	--ant-muted: #4B5270;
	--ant-line: #D6D9E6;
	--ant-soft: #E4E6EF;
	--ant-rose: #FBEDE6;
	--ant-rose-line: #E7C3B3;
	--ant-brique: #8A4A2E;
	--ant-white: #FFFFFF;

	--ant-display: "Unbounded", "Arial Black", Arial, sans-serif;
	--ant-sans: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;

	--ant-wrap: 1280px;
	--ant-gutter: clamp(20px, 5vw, 80px);
	--ant-section: clamp(72px, 9vw, 120px);
	--ant-radius: 22px;
	--ant-radius-lg: 36px;

	--ant-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none' stroke='%23E3A548' stroke-width='1.6'%3E%3Cpath d='M32 4 L60 32 L32 60 L4 32 Z'/%3E%3Cpath d='M32 18 L46 32 L32 46 L18 32 Z'/%3E%3Ccircle cx='32' cy='32' r='3' fill='%23E3A548' stroke='none'/%3E%3Cpath d='M0 8 A8 8 0 0 0 8 0 M56 0 A8 8 0 0 0 64 8 M64 56 A8 8 0 0 0 56 64 M8 64 A8 8 0 0 0 0 56'/%3E%3C/svg%3E");
}

/* Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: #fff; color: var(--ant-ink); font-family: var(--ant-sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--ant-indigo-2); text-underline-offset: 3px; }
a:hover { color: var(--ant-brique); }
:focus-visible { outline: 3px solid var(--ant-ocre); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { text-wrap: balance; }
p { text-wrap: pretty; }

.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; word-wrap: normal !important; }
.ant-skip { position: absolute; left: 16px; top: -100px; z-index: 1000; background: var(--ant-ocre); color: var(--ant-indigo); padding: 12px 20px; border-radius: 12px; font-weight: 700; }
.ant-skip:focus { top: 16px; color: var(--ant-indigo); }

.ant-wrap { width: 100%; max-width: calc(var(--ant-wrap) + 2 * var(--ant-gutter)); margin-inline: auto; padding-inline: var(--ant-gutter); }
.ant-narrow { max-width: 760px; margin-inline: auto; padding-inline: 20px; }

/* Typographie ----------------------------------------------------------- */
.ant-h2 { margin: 0; font-family: var(--ant-display); font-weight: 700; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; letter-spacing: -0.03em; }
.ant-h2--narrow { max-width: 680px; }
.ant-h3 { margin: 0; font-family: var(--ant-display); font-weight: 600; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.3; letter-spacing: -0.01em; }
.ant-h3--lg { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.2; }
.ant-h3--ocre { color: var(--ant-ocre); font-size: 20px; }
.ant-lead { margin: 0; font-size: 18px; color: var(--ant-muted); }
.ant-kicker { margin: 0 0 12px; font-size: 15px; font-weight: 600; color: var(--ant-brique); }
.ant-meta { font-size: 14px; font-weight: 600; color: var(--ant-brique); }
.ant-link { font-weight: 600; font-size: 17px; }
.ant-link:hover { color: var(--ant-brique); }

/* Boutons --------------------------------------------------------------- */
.ant-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 54px; padding: 14px 32px; border: 1.5px solid var(--ant-ocre); border-radius: 999px;
	background: var(--ant-ocre); color: var(--ant-indigo); font-family: inherit; font-size: 17px; font-weight: 700; line-height: 1.2;
	text-decoration: none; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s;
}
.ant-btn:hover { background: #F0BC6A; border-color: #F0BC6A; color: var(--ant-indigo); }
.ant-btn--ghost { background: transparent; border-color: var(--ant-ghost-line); color: #fff; font-weight: 600; }
.ant-btn--ghost:hover { background: #fff; border-color: #fff; color: var(--ant-indigo); }
.ant-btn--outline { background: transparent; border-color: var(--ant-indigo); color: var(--ant-indigo); font-weight: 600; }
.ant-btn--outline:hover { background: var(--ant-indigo); border-color: var(--ant-indigo); color: #fff; }
.ant-btn--green { background: var(--ant-ocre); }
.ant-actions { display: flex; flex-wrap: wrap; gap: 16px; }

/* Bande drapeau & croix d'Agadez ---------------------------------------- */
.ant-flag { display: flex; width: 72px; height: 4px; }
.ant-flag span { flex: 1; }
.ant-flag span:nth-child(1) { background: var(--ant-orange); }
.ant-flag span:nth-child(2) { background: #fff; box-shadow: inset 0 0 0 1px var(--ant-line); }
.ant-flag span:nth-child(3) { background: var(--ant-vert); }
.ant-agadez { color: var(--ant-ocre); display: block; }
.ant-agadez__eye { fill: var(--ant-indigo); }

/* En-tête (indigo) ------------------------------------------------------ */
.ant-header { position: sticky; top: 0; z-index: 100; background: var(--ant-indigo); color: #fff; }
.ant-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ant-indigo-line); }
.ant-front .ant-header::after { display: none; }
.admin-bar .ant-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .ant-header { top: 0; } }
.ant-header__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 104px; }
.ant-brand { display: flex; align-items: center; gap: 16px; color: #fff; text-decoration: none; }
.ant-brand:hover { color: #fff; }
.ant-logo { border-radius: 50%; background: #fff; object-fit: contain; flex-shrink: 0; }
.ant-brand .ant-logo { width: 64px; height: 64px; }
.ant-brand__name { display: flex; flex-direction: column; line-height: 1.25; }
.ant-brand__line1 { font-family: var(--ant-display); font-weight: 700; font-size: 17px; letter-spacing: .01em; }
.ant-brand__line2 { font-size: 14px; color: #C9CEE3; }

.ant-nav { display: flex; align-items: center; gap: 34px; }
.ant-menu { display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; list-style: none; font-size: 16px; font-weight: 500; }
.ant-menu li { position: relative; }
.ant-menu a { color: #fff; text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.ant-menu a:hover { color: var(--ant-ocre); }
.ant-menu .current-menu-item > a, .ant-menu .current_page_item > a, .ant-menu .current-menu-ancestor > a, .ant-menu .current_page_parent > a { color: var(--ant-ocre); border-bottom-color: var(--ant-ocre); }
.error404 .ant-menu .current_page_parent > a, .search .ant-menu .current_page_parent > a { color: #fff; border-bottom-color: transparent; }
.ant-menu .sub-menu {
	position: absolute; top: 100%; left: -16px; min-width: 230px; margin: 14px 0 0; padding: 10px; list-style: none;
	background: #fff; border-radius: 16px; box-shadow: 0 16px 40px rgba(18, 26, 58, .25);
	opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .15s, transform .15s, visibility .15s;
}
.ant-menu li:hover > .sub-menu, .ant-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.ant-menu .sub-menu a { display: block; padding: 10px 12px; border: 0; border-radius: 10px; color: var(--ant-ink); }
.ant-menu .sub-menu a:hover { background: var(--ant-soft); color: var(--ant-ink); }
.ant-menu > .menu-item-home { display: none; }

.ant-menu-toggle { display: none; width: 48px; height: 48px; border: 1.5px solid var(--ant-indigo-line); border-radius: 14px; background: transparent; color: #fff; align-items: center; justify-content: center; cursor: pointer; }
.ant-menu-toggle__close { display: none; }
.ant-menu-toggle[aria-expanded="true"] .ant-menu-toggle__open { display: none; }
.ant-menu-toggle[aria-expanded="true"] .ant-menu-toggle__close { display: inline-flex; }

@media (max-width: 1120px) {
	.ant-header__inner { min-height: 76px; }
	.ant-brand .ant-logo { width: 48px; height: 48px; }
	.ant-brand__line2 { display: none; }
	.ant-menu-toggle { display: inline-flex; }
	.ant-nav {
		position: absolute; top: 100%; left: calc(-1 * var(--ant-gutter)); right: calc(-1 * var(--ant-gutter)); display: none; flex-direction: column; align-items: stretch; gap: 24px;
		padding: 8px var(--ant-gutter) 28px; background: var(--ant-indigo); border-top: 1px solid var(--ant-indigo-line);
		box-shadow: 0 24px 40px rgba(18, 26, 58, .35); max-height: calc(100vh - 76px); overflow-y: auto;
	}
	.ant-nav.is-open { display: flex; }
	.ant-menu { flex-direction: column; align-items: stretch; gap: 0; font-size: 18px; }
	.ant-menu a { display: block; padding: 15px 0; border-bottom: 1px solid var(--ant-indigo-line); }
	.ant-menu .current-menu-item > a, .ant-menu .current_page_item > a, .ant-menu .current_page_parent > a { border-bottom-color: var(--ant-indigo-line); }
	.ant-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; margin: 0; padding: 0 0 0 16px; background: transparent; border-radius: 0; }
	.ant-menu .sub-menu a { color: #fff; border-radius: 0; border-bottom: 1px solid var(--ant-indigo-line); }
	.ant-menu .sub-menu a:hover { background: transparent; color: var(--ant-ocre); }
}

/* Accueil : hero -------------------------------------------------------- */
.ant-hero { position: relative; overflow: hidden; background: var(--ant-indigo); color: #fff; padding-top: clamp(24px, 5vw, 72px); }
.ant-hero__pattern {
	position: absolute; top: 0; right: 0; width: 55%; height: 100%; opacity: .22;
	background: var(--ant-pattern) 0 0 / 64px 64px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 50%); mask-image: linear-gradient(90deg, transparent, #000 50%);
}
.ant-hero .ant-wrap { position: relative; }
.ant-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 64px; align-items: start; }
.ant-hero__grid--solo { grid-template-columns: minmax(0, 1fr); }
.ant-hero__content { display: flex; flex-direction: column; gap: 32px; padding-top: 24px; max-width: 780px; }
.ant-hero__greeting { margin: 0; font-size: 17px; font-weight: 600; color: var(--ant-ocre); }
.ant-hero__title { margin: 0; font-family: var(--ant-display); font-weight: 800; font-size: clamp(40px, 5.8vw, 82px); line-height: 1.02; letter-spacing: -0.035em; }
.ant-hero__text { margin: 0; max-width: 600px; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; color: var(--ant-on-dark); }
.ant-hero__visual { position: relative; height: 560px; }
.ant-hero__photo { position: absolute; right: 0; top: 0; width: 420px; height: 520px; object-fit: cover; border-radius: 210px 210px 28px 28px; }
.ant-hero__cross { position: absolute; left: 0; bottom: 0; }

.ant-river { position: relative; padding: 40px 0 56px; color: var(--ant-ocre); }
.ant-river__line { display: block; width: 100%; height: 110px; }
.ant-river__dot { position: absolute; width: 16px; height: 16px; border-radius: 50%; }
.ant-river__dot--start { left: calc(8 / 1280 * 100% - 8px); top: calc(40px + 78px - 8px); background: var(--ant-ocre); }
.ant-river__dot--end { left: calc(1272 / 1280 * 100% - 8px); top: calc(40px + 34px - 8px); background: #fff; }
.ant-river__labels { display: flex; justify-content: space-between; gap: 16px; margin: 8px 0 0; font-size: 15px; color: var(--ant-on-dark-2); }
.ant-river__city { font-family: var(--ant-display); font-weight: 700; font-size: 16px; color: #fff; }
.ant-river__city--niger { color: var(--ant-ocre); }

@media (max-width: 1040px) {
	.ant-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.ant-hero__visual { height: auto; display: flex; justify-content: flex-end; align-items: flex-end; min-height: 380px; }
	.ant-hero__photo { position: relative; width: min(420px, 78%); height: auto; aspect-ratio: 5 / 6; border-radius: 999px 999px 24px 24px; }
	.ant-hero__cross { width: 80px; height: 128px; }
}
@media (max-width: 600px) {
	.ant-hero__content { gap: 22px; padding-top: 12px; }
	.ant-hero .ant-actions .ant-btn { width: 100%; }
	.ant-river { padding: 24px 0 36px; }
	.ant-river__line { height: 60px; }
	.ant-river__dot { width: 12px; height: 12px; }
	.ant-river__dot--start { top: calc(24px + 42px - 6px); left: -2px; }
	.ant-river__dot--end { top: calc(24px + 18px - 6px); left: auto; right: -2px; }
	.ant-river__river { display: none; }
	.ant-river__city { font-size: 13px; }
}

/* Repères --------------------------------------------------------------- */
.ant-facts { border-bottom: 1px solid var(--ant-soft); }
.ant-facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: 56px; }
.ant-fact { display: flex; flex-direction: column; gap: 6px; }
.ant-fact__big { font-family: var(--ant-display); font-weight: 700; font-size: clamp(22px, 2.3vw, 32px); line-height: 1.15; letter-spacing: -0.02em; }
.ant-fact__label { color: var(--ant-muted); }
@media (max-width: 860px) { .ant-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; padding-block: 36px; } .ant-fact__label { font-size: 14px; } }

/* Sections -------------------------------------------------------------- */
.ant-section { padding-block: var(--ant-section); }
.ant-section--tight { padding-block: clamp(48px, 6vw, 80px) var(--ant-section); }
.ant-section--white { background: #fff; }
.ant-section--soft { background: #F4F5F9; }
.ant-section--rose { background: var(--ant-rose); }
.ant-section--indigo, .ant-section--green { position: relative; overflow: hidden; background: var(--ant-indigo); color: #fff; }
.ant-section--indigo .ant-lead, .ant-section--green .ant-lead { color: var(--ant-on-dark); }
.ant-section--green .ant-kicker { color: var(--ant-ocre); }
.ant-section__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px 48px; margin-bottom: 56px; }
.ant-section__aside { margin: 0; max-width: 420px; color: var(--ant-muted); }

.ant-grid { display: grid; gap: 28px; }
.ant-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ant-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (min-width: 961px) {
	.ant-grid--3:has(> :nth-child(4):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ant-grid--3:has(> :nth-child(4):last-child) .ant-card__media { aspect-ratio: 16 / 8; }
}
@media (max-width: 960px) { .ant-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .ant-grid--2, .ant-grid--3 { grid-template-columns: minmax(0, 1fr); gap: 20px; } }

.ant-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 72px; margin-bottom: 56px; }
.ant-split__end { align-self: end; }
.ant-section--green .ant-split { margin-bottom: 0; align-items: center; }
@media (max-width: 860px) { .ant-split { grid-template-columns: minmax(0, 1fr); gap: 20px; margin-bottom: 40px; } }

/* Missions : liste éditoriale ------------------------------------------- */
.ant-editorial { display: grid; grid-template-columns: 5fr 7fr; gap: 48px 80px; }
.ant-editorial__intro { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.ant-rows { margin: 0; padding: 0; list-style: none; }
.ant-rows__item { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 24px; padding: 32px 0; border-top: 1px solid var(--ant-line); }
.ant-rows__item:last-child { border-bottom: 1px solid var(--ant-line); }
.ant-rows__item .ant-icon { color: var(--ant-indigo-2); }
.ant-rows__item p { margin: 8px 0 0; color: var(--ant-muted); }
@media (max-width: 900px) {
	.ant-editorial { grid-template-columns: minmax(0, 1fr); }
	.ant-rows__item { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 24px 0; }
	.ant-rows__item .ant-icon { width: 36px; height: 36px; }
}

/* Actions au Niger ------------------------------------------------------ */
.ant-actionsniger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 80px; align-items: center; }
.ant-actionsniger--solo { grid-template-columns: minmax(0, 760px); }
.ant-actionsniger__media { margin: 0; display: flex; flex-direction: column; gap: 16px; }
.ant-actionsniger__media img { width: 100%; aspect-ratio: 10 / 7; object-fit: cover; border-radius: 28px; }
.ant-actionsniger__media figcaption { font-size: 15px; color: var(--ant-on-dark-2); }
.ant-actionsniger__text { display: flex; flex-direction: column; align-items: flex-start; gap: 36px; }
.ant-actionsniger__block { display: flex; flex-direction: column; gap: 12px; }
.ant-actionsniger__block p { margin: 0; color: var(--ant-on-dark); }
@media (max-width: 900px) { .ant-actionsniger { grid-template-columns: minmax(0, 1fr); } .ant-actionsniger__text { gap: 24px; } }

/* Rendez-vous : frise chronologique ------------------------------------- */
.ant-timeline { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.ant-timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 2px; background: var(--ant-rose-line); }
.ant-timeline__item { position: relative; display: flex; flex-direction: column; gap: 12px; }
.ant-timeline__dot { width: 24px; height: 24px; border-radius: 50%; background: var(--ant-indigo); margin-bottom: 4px; }
.ant-timeline__dot--orange { background: var(--ant-orange); }
.ant-timeline__dot--vert { background: var(--ant-vert); }
.ant-timeline__date { font-size: 14px; font-weight: 700; color: var(--ant-brique); }
.ant-timeline__title { margin: 0; font-family: var(--ant-display); font-weight: 600; font-size: 18px; line-height: 1.3; letter-spacing: -0.01em; }
.ant-timeline__item p { margin: 0; font-size: 15px; color: var(--ant-muted); }
@media (max-width: 960px) {
	.ant-timeline { grid-template-columns: minmax(0, 1fr); gap: 0; margin-left: 11px; border-left: 2px solid var(--ant-rose-line); }
	.ant-timeline::before { display: none; }
	.ant-timeline__item { padding: 0 0 28px 30px; gap: 4px; }
	.ant-timeline__item:last-child { padding-bottom: 0; }
	.ant-timeline__dot { position: absolute; left: -13px; top: 0; margin: 0; }
}

/* Actualités (accueil) -------------------------------------------------- */
.ant-news { display: grid; grid-template-columns: 7fr 5fr; gap: 40px; }
.ant-news__main { position: relative; display: flex; flex-direction: column; gap: 18px; }
.ant-news__media { display: block; aspect-ratio: 16 / 10; border-radius: 28px; overflow: hidden; background: var(--ant-soft); }
.ant-news__media img { width: 100%; height: 100%; object-fit: cover; }
.ant-news__title { margin: 0; font-family: var(--ant-display); font-weight: 600; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.25; letter-spacing: -0.015em; }
.ant-news__title a, .ant-news__small-title a { color: var(--ant-ink); text-decoration: none; }
.ant-news__title a::after, .ant-news__small-title a::after { content: ""; position: absolute; inset: 0; }
.ant-news__title a:hover, .ant-news__small-title a:hover { text-decoration: underline; }
.ant-news__side { display: flex; flex-direction: column; }
.ant-news__item { position: relative; display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--ant-line); }
.ant-news__item:first-child { padding-top: 0; }
.ant-news__item:last-child { border-bottom: 0; }
.ant-news__item > div { display: flex; flex-direction: column; gap: 8px; }
.ant-news__thumb { display: block; aspect-ratio: 5 / 4; border-radius: 18px; overflow: hidden; background: var(--ant-rose); }
.ant-news__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ant-news__small-title { margin: 0; font-family: var(--ant-display); font-weight: 600; font-size: 17px; line-height: 1.35; }
@media (max-width: 960px) {
	.ant-news { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	.ant-news__item { grid-template-columns: 100px minmax(0, 1fr); gap: 16px; padding: 20px 0; }
	.ant-news__item:first-child { padding-top: 20px; border-top: 1px solid var(--ant-line); }
	.ant-news__small-title { font-size: 15px; }
}

/* Cartes d'articles ----------------------------------------------------- */
.ant-card { position: relative; display: flex; flex-direction: column; border-radius: var(--ant-radius); overflow: hidden; background: #fff; border: 1px solid var(--ant-line); }
.ant-card__media { display: block; aspect-ratio: 16 / 10; background: var(--ant-soft); overflow: hidden; }
.ant-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ant-card__placeholder { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; background: var(--ant-indigo); }
.ant-card__placeholder .ant-agadez { opacity: .9; }
.ant-news__thumb .ant-card__placeholder, .ant-card:nth-child(even) .ant-card__placeholder { background: var(--ant-indigo-2); }
.ant-card__body { display: flex; flex-direction: column; gap: 10px; padding: 24px 26px 28px; }
.ant-card__title { margin: 0; font-family: var(--ant-display); font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -0.01em; }
.ant-card__title a { color: var(--ant-ink); text-decoration: none; }
.ant-card__title a:hover { text-decoration: underline; }
.ant-card__title a::after { content: ""; position: absolute; inset: 0; }
.ant-card__excerpt { margin: 0; font-size: 15px; color: var(--ant-muted); }

.ant-feature { position: relative; display: grid; grid-template-columns: 7fr 5fr; margin-bottom: 28px; border-radius: 28px; overflow: hidden; background: var(--ant-indigo); color: #fff; }
.ant-feature__media { display: block; min-height: 380px; background: var(--ant-indigo-2); }
.ant-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.ant-feature__body { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: clamp(28px, 4vw, 56px); }
.ant-feature__body .ant-meta { color: var(--ant-ocre); }
.ant-feature__body p { margin: 0; color: var(--ant-on-dark); }
.ant-feature__body .ant-link { color: #fff; }
.ant-feature__title { margin: 0; font-family: var(--ant-display); font-weight: 700; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.2; letter-spacing: -0.02em; }
.ant-feature__title a { color: #fff; text-decoration: none; }
.ant-feature__title a:hover { text-decoration: underline; }
@media (max-width: 860px) { .ant-feature { grid-template-columns: minmax(0, 1fr); } .ant-feature__media { min-height: 0; aspect-ratio: 16 / 9; } }

.ant-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.ant-chip { display: inline-flex; align-items: center; min-height: 44px; padding: 0 22px; border-radius: 999px; border: 1.5px solid var(--ant-line); background: #fff; color: var(--ant-ink); font-size: 15px; font-weight: 600; text-decoration: none; }
.ant-chip:hover { border-color: var(--ant-indigo); color: var(--ant-ink); }
.ant-chip.is-active { background: var(--ant-indigo); border-color: var(--ant-indigo); color: #fff; }

.ant-pagination { margin-top: 56px; }
.ant-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.ant-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; height: 48px; padding: 0 16px; border-radius: 14px; background: #fff; border: 1px solid var(--ant-line); color: var(--ant-ink); font-weight: 600; text-decoration: none; }
.ant-pagination .page-numbers.current { background: var(--ant-indigo); border-color: var(--ant-indigo); color: #fff; }
.ant-pagination .page-numbers.dots { background: transparent; border: 0; }
.ant-empty { padding: 48px 0; display: flex; flex-direction: column; gap: 20px; max-width: 560px; }
.ant-empty p { margin: 0; font-size: 18px; }

/* Panneaux, listes à puces (pages intérieures) -------------------------- */
.ant-panel { display: flex; flex-direction: column; gap: 20px; padding: clamp(28px, 4vw, 48px); border-radius: 28px; background: #fff; border: 1px solid var(--ant-line); }
.ant-panel .ant-kicker { margin: 0; }
.ant-panel--green { background: var(--ant-indigo); color: #fff; border-color: var(--ant-indigo); }
.ant-panel--green .ant-kicker { color: var(--ant-ocre); }
.ant-panel--green .ant-dots li { color: var(--ant-on-dark); }
.ant-dots { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0; list-style: none; }
.ant-dots li { position: relative; padding-left: 26px; color: var(--ant-muted); }
.ant-dots li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; transform: rotate(45deg); background: var(--ant-ocre); }

/* Appel à rejoindre (ocre) ---------------------------------------------- */
.ant-join { padding-bottom: var(--ant-section); }
.ant-section + .ant-join, .ant-facts + .ant-join { padding-top: 0; }
.ant-join__box {
	position: relative; overflow: hidden; display: grid; grid-template-columns: 7fr 5fr; gap: 40px 64px; align-items: center;
	padding: clamp(32px, 5.5vw, 80px); border-radius: var(--ant-radius-lg); background: var(--ant-ocre); color: var(--ant-indigo);
}
.ant-join__cross { position: absolute; right: -40px; top: -60px; width: 300px; height: 480px; color: var(--ant-indigo); opacity: .14; pointer-events: none; }
.ant-join__cross .ant-agadez__eye { fill: var(--ant-ocre); }
.ant-join__intro, .ant-join__links, .ant-join__box > div { position: relative; }
.ant-join__title, .ant-join__box .ant-h2 { margin: 0; font-family: var(--ant-display); font-weight: 800; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.035em; color: var(--ant-indigo); }
.ant-join__text { margin: 18px 0 0; max-width: 560px; font-size: 19px; color: #2B2A3A; }
.ant-join__links { display: flex; flex-direction: column; gap: 14px; }
.ant-row-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 16px 28px; border-radius: 18px; border: 2px solid var(--ant-indigo); color: var(--ant-indigo); font-size: 18px; font-weight: 700; text-decoration: none; }
.ant-row-link:hover { background: var(--ant-indigo); color: #fff; }
.ant-row-link--solid { background: var(--ant-indigo); color: #fff; }
.ant-row-link--solid:hover { background: var(--ant-indigo-2); border-color: var(--ant-indigo-2); color: #fff; }
.ant-join__box--row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px 48px; }
.ant-join__box--row > div:first-child { max-width: 640px; }
.ant-join__box--row .ant-join__text { margin-top: 12px; }
.ant-join__box .ant-btn { background: var(--ant-indigo); border-color: var(--ant-indigo); color: #fff; }
.ant-join__box .ant-btn:hover { background: var(--ant-indigo-2); border-color: var(--ant-indigo-2); }
.ant-join__box .ant-btn--ghost { background: transparent; color: var(--ant-indigo); border-color: var(--ant-indigo); }
.ant-join__box .ant-btn--ghost:hover { background: var(--ant-indigo); color: #fff; }
@media (max-width: 860px) { .ant-join__box { grid-template-columns: minmax(0, 1fr); } .ant-join__cross { width: 180px; height: 288px; } .ant-row-link { font-size: 16px; min-height: 56px; padding: 14px 20px; } }

/* Bandeau des pages intérieures (indigo) -------------------------------- */
.ant-band { position: relative; overflow: hidden; background: var(--ant-indigo); color: #fff; padding-block: clamp(40px, 6vw, 80px) clamp(44px, 6vw, 80px); }
.ant-band__pattern { position: absolute; top: 0; right: 0; width: 45%; height: 100%; opacity: .2; background: var(--ant-pattern) 0 0 / 64px 64px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%); mask-image: linear-gradient(90deg, transparent, #000 60%); }
.ant-band .ant-wrap { position: relative; display: flex; flex-direction: column; gap: 18px; }
.ant-crumbs { display: flex; flex-wrap: wrap; gap: 6px 8px; font-size: 14px; color: var(--ant-on-dark-2); }
.ant-crumbs a { color: var(--ant-on-dark-2); }
.ant-crumbs a:hover { color: var(--ant-ocre); }
.ant-crumbs__current { color: var(--ant-ocre); font-weight: 600; }
.ant-band__title { margin: 0; max-width: 900px; font-family: var(--ant-display); font-weight: 800; font-size: clamp(34px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.035em; }
.ant-band__text { margin: 0; max-width: 720px; font-size: clamp(17px, 1.6vw, 20px); color: var(--ant-on-dark); }

/* Article --------------------------------------------------------------- */
.ant-article__head { max-width: calc(820px + 2 * var(--ant-gutter)); padding-block: clamp(40px, 6vw, 64px) 40px; display: flex; flex-direction: column; gap: 22px; }
.ant-article__head .ant-crumbs, .ant-article__head .ant-crumbs a { color: var(--ant-muted); }
.ant-article__head .ant-crumbs a:hover { color: var(--ant-brique); }
.ant-article__title { margin: 0; font-family: var(--ant-display); font-weight: 700; font-size: clamp(28px, 3.8vw, 48px); line-height: 1.12; letter-spacing: -0.03em; }
.ant-byline { display: flex; align-items: center; gap: 14px; font-size: 15px; color: var(--ant-muted); }
.ant-byline .ant-logo { width: 40px; height: 40px; }
.ant-byline strong { color: var(--ant-ink); font-weight: 600; }
.ant-byline__sep { margin: 0 4px; }
.ant-article__cover { margin: 0 auto 48px; max-width: calc(1100px + 2 * var(--ant-gutter)); }
.ant-article__cover img { width: 100%; max-height: 580px; object-fit: cover; border-radius: 28px; }

.ant-prose { max-width: 740px; margin-inline: auto; padding-inline: 20px; font-size: 19px; line-height: 1.75; color: #2A3150; }
.ant-prose--flush { padding-inline: 0; margin-inline: 0; font-size: 18px; }
.ant-prose--wide { max-width: none; padding-inline: 0; margin-top: 48px; }
.ant-prose > * { margin-block: 0 1.1em; }
.ant-prose > *:last-child { margin-bottom: 0; }
.ant-prose h2, .ant-prose h3, .ant-prose h4 { font-family: var(--ant-display); font-weight: 700; color: var(--ant-ink); line-height: 1.2; letter-spacing: -0.02em; margin-top: 1.8em; margin-bottom: .6em; }
.ant-prose h2 { font-size: 28px; }
.ant-prose h3 { font-size: 22px; }
.ant-prose h4 { font-size: 18px; }
.ant-prose > h2:first-child, .ant-prose > h3:first-child { margin-top: 0; }
.ant-prose strong { color: var(--ant-ink); }
.ant-prose ul, .ant-prose ol { padding-left: 1.3em; }
.ant-prose li { margin-bottom: .4em; }
.ant-prose li::marker { color: var(--ant-brique); }
.ant-prose blockquote { margin-inline: 0; padding: 28px 32px; border-radius: 22px; background: var(--ant-rose); font-family: var(--ant-display); font-weight: 600; font-size: 22px; line-height: 1.4; letter-spacing: -0.01em; color: var(--ant-ink); }
.ant-prose blockquote p { margin: 0; }
.ant-prose img, .ant-prose figure img { border-radius: 18px; }
.ant-prose figure { margin-inline: 0; }
.ant-prose figcaption { margin-top: 10px; font-size: 14px; color: var(--ant-muted); }
.ant-prose .alignwide { margin-inline: calc(-1 * min(120px, 8vw)); max-width: none; }
.ant-prose .alignfull { margin-inline: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.ant-prose .alignfull img { border-radius: 0; }
.ant-prose table { width: 100%; border-collapse: collapse; font-size: 16px; }
.ant-prose th, .ant-prose td { padding: 10px 12px; border-bottom: 1px solid var(--ant-line); text-align: left; }
.ant-prose th { font-weight: 700; }
.ant-prose .wp-block-button__link { border-radius: 999px; background: var(--ant-ocre); color: var(--ant-indigo); padding: 14px 28px; font-weight: 700; text-decoration: none; }
.ant-prose .wp-block-button__link:hover { background: #F0BC6A; }
.ant-prose .wp-block-table, .ant-prose .tablepress-wrap, .ant-prose .dataTables_wrapper { overflow-x: auto; }
.ant-prose iframe { border: 0; border-radius: 18px; }
.ant-prose .wp-block-embed__wrapper iframe, .ant-prose .wp-has-aspect-ratio iframe { width: 100%; }

.ant-share { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-top: 56px; margin-bottom: var(--ant-section); padding-block: 24px; border-top: 1px solid var(--ant-line); border-bottom: 1px solid var(--ant-line); }
.ant-share__label { font-weight: 700; }
.ant-share__links { display: flex; flex-wrap: wrap; gap: 10px; }
.ant-share__links a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--ant-line); color: var(--ant-ink); font-size: 15px; font-weight: 600; text-decoration: none; }
.ant-share__links a:hover { border-color: var(--ant-indigo); background: var(--ant-indigo); color: #fff; }

.ant-comments { margin-bottom: var(--ant-section); }
.ant-comments__list { padding-left: 0; list-style: none; }

/* Page Projets : vidéos ------------------------------------------------- */
.ant-videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 28px; }
.ant-videos > * { margin: 0; }
.ant-videos > p:empty { display: none; }
.ant-videos > h2, .ant-videos > h3, .ant-videos > h4, .ant-videos > p:not(:has(iframe)) { grid-column: 1 / -1; }
.ant-videos > h2, .ant-videos > h3 { font-family: var(--ant-display); font-size: 24px; margin: 0; }
.ant-videos iframe { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border: 0; border-radius: var(--ant-radius); background: var(--ant-indigo); }
.ant-videos .wp-block-embed { margin: 0; }
.ant-videos .wp-block-embed__wrapper::before { display: none; }
.ant-videos .wp-block-embed figcaption { margin-top: 14px; font-family: var(--ant-display); font-size: 17px; font-weight: 600; line-height: 1.35; color: var(--ant-ink); text-align: left; }
.ant-videos .wp-block-columns { grid-column: 1 / -1; display: contents; }
.ant-videos .wp-block-column { margin: 0; }
@media (max-width: 760px) { .ant-videos { grid-template-columns: minmax(0, 1fr); gap: 28px; } }

/* Page Adhésion --------------------------------------------------------- */
.ant-membership { display: grid; grid-template-columns: 5fr 7fr; gap: 56px 64px; align-items: start; }
.ant-membership__info { display: flex; flex-direction: column; gap: 28px; }
.ant-steps { display: flex; flex-direction: column; gap: 24px; margin: 0; padding: 0; list-style: none; counter-reset: ant-step; }
.ant-steps li { position: relative; display: flex; flex-direction: column; gap: 4px; padding-left: 64px; min-height: 44px; counter-increment: ant-step; }
.ant-steps li::before { content: counter(ant-step); position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--ant-indigo); color: var(--ant-ocre); font-family: var(--ant-display); font-weight: 700; font-size: 18px; }
.ant-steps strong { font-size: 18px; }
.ant-steps span { color: var(--ant-muted); }
.ant-note { display: flex; flex-direction: column; gap: 8px; padding: 28px; border-radius: var(--ant-radius); background: var(--ant-rose); }
.ant-membership__form { display: flex; flex-direction: column; gap: 16px; padding: clamp(16px, 2.5vw, 32px); border-radius: 28px; background: #fff; border: 1px solid var(--ant-line); box-shadow: 0 24px 60px rgba(18, 26, 58, .08); }
.ant-membership__form-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; font-family: var(--ant-display); font-weight: 600; font-size: 17px; }
.ant-membership__secure { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ant-sans); font-size: 14px; font-weight: 500; color: var(--ant-muted); }
.ant-helloasso { display: block; width: 100%; height: 750px; border: 0; border-radius: 14px; }
.ant-membership__fallback { margin: 0; font-size: 15px; color: var(--ant-muted); }
@media (max-width: 960px) { .ant-membership { grid-template-columns: minmax(0, 1fr); } }

/* Page Contact + Contact Form 7 ----------------------------------------- */
.ant-contact { align-items: start; }
.ant-contact__side { display: flex; flex-direction: column; gap: 28px; }
.ant-contact__list { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0; list-style: none; }
.ant-contact__list li { display: flex; gap: 14px; }
.ant-contact__list .ant-icon { flex-shrink: 0; margin-top: 2px; color: var(--ant-indigo-2); }
.ant-map { display: block; width: 100%; height: 360px; border: 0; border-radius: 28px; background: var(--ant-soft); }
.ant-contact__form p { margin: 0; color: var(--ant-muted); }

.ant-social { display: flex; flex-wrap: wrap; gap: 10px; }
.ant-social--pills a { display: inline-flex; align-items: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--ant-indigo); color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; }
.ant-social--pills a:hover { background: var(--ant-indigo-2); color: #fff; }

.wpcf7 form { display: flex; flex-direction: column; gap: 18px; }
.wpcf7 form > p { margin: 0; }
.wpcf7 label { display: flex; flex-direction: column; gap: 8px; font-weight: 600; font-size: 15px; color: var(--ant-ink); }
.wpcf7 .wpcf7-form-control-wrap { display: block; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea, .wpcf7 select,
.ant-comments input[type="text"], .ant-comments input[type="email"], .ant-comments input[type="url"], .ant-comments textarea {
	width: 100%; min-height: 54px; padding: 12px 16px; border: 1.5px solid var(--ant-line); border-radius: 14px;
	background: #fff; color: var(--ant-ink); font-family: inherit; font-size: 16px; font-weight: 400;
}
.wpcf7 textarea, .ant-comments textarea { min-height: 180px; resize: vertical; }
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus, .ant-comments input:focus, .ant-comments textarea:focus { outline: none; border-color: var(--ant-indigo-2); box-shadow: 0 0 0 3px rgba(36, 51, 107, .18); }
.wpcf7 input[type="submit"], .ant-comments input[type="submit"] { align-self: flex-start; min-height: 54px; padding: 0 32px; border: 0; border-radius: 999px; background: var(--ant-ocre); color: var(--ant-indigo); font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer; }
.wpcf7 input[type="submit"]:hover, .ant-comments input[type="submit"]:hover { background: #F0BC6A; }
.wpcf7 .wpcf7-spinner { margin-left: 12px; }
.wpcf7 .wpcf7-not-valid-tip { margin-top: 6px; font-size: 14px; color: #B42318; font-weight: 500; }
.wpcf7 form .wpcf7-response-output { margin: 0; padding: 14px 18px; border-radius: 14px; font-size: 15px; }
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--ant-vert); background: #E8F4EE; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output { border-color: #B42318; background: #FDECEA; }

/* Page Boutique --------------------------------------------------------- */
.ant-crafts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.ant-crafts li { display: flex; align-items: flex-end; min-height: 260px; padding: 26px; border-radius: 26px; font-family: var(--ant-display); font-size: 20px; font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; color: #fff; background: var(--ant-indigo) var(--ant-pattern) 0 0 / 48px 48px; background-blend-mode: normal; }
.ant-crafts li:nth-child(2) { background-color: var(--ant-indigo-2); }
.ant-crafts li:nth-child(3) { background-color: #3B2A1E; }
.ant-crafts li:nth-child(4) { background-color: #0B4E33; }
@media (max-width: 960px) { .ant-crafts { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ant-crafts li { min-height: 170px; } }
@media (max-width: 560px) { .ant-crafts { gap: 12px; } .ant-crafts li { min-height: 130px; padding: 16px; font-size: 15px; overflow-wrap: anywhere; hyphens: auto; } }

/* Recherche ------------------------------------------------------------- */
.ant-search { display: flex; gap: 8px; }
.ant-search input { flex: 1; min-width: 0; height: 50px; padding: 0 16px; border: 0; border-radius: 14px; font-family: inherit; font-size: 15px; background: #fff; color: var(--ant-ink); }
.ant-search--light input { border: 1.5px solid var(--ant-line); }
.ant-search button { width: 50px; height: 50px; flex-shrink: 0; border: 0; border-radius: 14px; background: var(--ant-ocre); color: var(--ant-indigo); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.ant-search button:hover { background: #F0BC6A; }

/* Pied de page (indigo) ------------------------------------------------- */
.ant-footer { background: var(--ant-indigo); color: #fff; padding-bottom: 40px; }
.ant-footer > .ant-wrap > .ant-flag { width: 100%; height: 8px; margin-bottom: 64px; }
.ant-footer > .ant-wrap > .ant-flag span:nth-child(2) { box-shadow: none; }
.ant-footer a { color: #fff; }
.ant-footer a:hover { color: var(--ant-ocre); }
.ant-footer :focus-visible { outline-color: var(--ant-ocre); }
.ant-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px; }
.ant-footer__brand { display: flex; flex-direction: column; gap: 16px; }
.ant-footer__brand .ant-logo { width: 84px; height: 84px; }
.ant-footer__name { margin: 0; font-family: var(--ant-display); font-size: 20px; font-weight: 700; line-height: 1.3; }
.ant-footer__muted { margin: 0; font-size: 15px; color: var(--ant-on-dark-2); }
.ant-footer__title { margin: 0 0 14px; font-family: var(--ant-sans); font-size: 17px; font-weight: 700; }
.ant-footer__menu { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ant-footer .ant-menu { flex-direction: column; align-items: flex-start; gap: 10px; font-size: 17px; font-weight: 400; }
.ant-footer .ant-menu a, .ant-footer .ant-menu .current-menu-item > a, .ant-footer .ant-menu .current_page_item > a, .ant-footer .ant-menu .current_page_parent > a { display: inline; padding: 0; border: 0; color: #fff; }
.ant-footer .ant-menu a:hover { color: var(--ant-ocre); }
.ant-footer__social { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 16px; }
.ant-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--ant-indigo-line); font-size: 14px; color: var(--ant-on-dark-2); }
.ant-footer__bottom a { color: var(--ant-on-dark-2); }
@media (max-width: 960px) { .ant-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ant-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; } .ant-footer > .ant-wrap > .ant-flag { margin-bottom: 40px; } }

/* Blocs WordPress courants ---------------------------------------------- */
.wp-caption, .gallery-caption { font-size: 14px; color: var(--ant-muted); }
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin-inline: auto; }
.ant-section--indigo + .ant-join, .ant-section--green + .ant-join { padding-top: var(--ant-section); }

/* ==========================================================================
   v2.1 — En-tête et bandeau d'accueil plus compacts, photo paysage entière
   ========================================================================== */
.ant-header__inner { min-height: 84px; }
.ant-brand .ant-logo { width: 54px; height: 54px; }

.ant-hero { padding-top: clamp(16px, 3vw, 40px); }
.ant-hero__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 56px; align-items: center; }
.ant-hero__content { gap: 22px; padding-top: 0; }
.ant-hero__title { font-size: clamp(36px, 4.3vw, 62px); line-height: 1.04; }
.ant-hero__text { font-size: clamp(16px, 1.3vw, 19px); }
.ant-hero__visual { position: relative; height: auto; }
.ant-hero__photo { position: relative; right: auto; top: auto; width: 100%; height: auto; object-fit: contain; border-radius: 140px 24px 24px 24px; }
.ant-hero__cross { position: absolute; left: -26px; bottom: -30px; width: 64px; height: 102px; }

.ant-river { padding: 28px 0 32px; }
.ant-river__line { height: 70px; }
.ant-river__dot--start { top: calc(28px + 50px - 8px); }
.ant-river__dot--end { top: calc(28px + 22px - 8px); }

@media (max-width: 1040px) {
	.ant-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
	.ant-hero__visual { min-height: 0; display: block; }
	.ant-hero__photo { width: 100%; aspect-ratio: auto; border-radius: 90px 20px 20px 20px; }
	.ant-hero__cross { left: -8px; bottom: -24px; width: 48px; height: 77px; }
}
@media (max-width: 1120px) { .ant-header__inner { min-height: 72px; } .ant-brand .ant-logo { width: 46px; height: 46px; } }
@media (max-width: 600px) {
	.ant-river { padding: 24px 0 28px; }
	.ant-river__line { height: 50px; }
	.ant-river__dot--start { top: calc(24px + 35px - 6px); }
	.ant-river__dot--end { top: calc(24px + 15px - 6px); }
}
