/*
 * Paquebot - feuille de style unique du theme.
 * Direction : affiche de compagnie transatlantique, annees 30.
 * Bleu coque, papier creme, filets laiton.
 */

/* -------------------------------------------------------------- 1. Polices */

@font-face {
	font-family: "Paquebot Display";
	src: url("../fonts/display-var.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Paquebot Serif";
	src: url("../fonts/serif-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Paquebot Serif";
	src: url("../fonts/serif-400-italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Paquebot Serif";
	src: url("../fonts/serif-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* --------------------------------------------------------------- 2. Jetons */

:root {
	--pq-hull: #0b2545;
	--pq-hull-soft: #163a63;
	--pq-deep: #071a32;
	--pq-paper: #f6f2e9;
	--pq-card: #fffdf8;
	--pq-brass: #a97c1e;
	--pq-brass-light: #d9b566;
	--pq-ink: #15202b;
	--pq-muted: #5d6b7b;
	--pq-rule: #ded5c4;
	--pq-rule-strong: #c9bda6;

	--pq-display: "Paquebot Display", Futura, "Century Gothic", "Segoe UI", system-ui, sans-serif;
	--pq-serif: "Paquebot Serif", Georgia, "Times New Roman", serif;

	--pq-wrap: 1180px;
	--pq-gutter: clamp(20px, 5vw, 56px);
	--pq-radius: 2px;
}

/* ----------------------------------------------------------------- 3. Base */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--pq-paper);
	color: var(--pq-ink);
	font-family: var(--pq-serif);
	font-size: 17px;
	line-height: 1.65;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--pq-hull); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--pq-brass); }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--pq-display);
	color: var(--pq-hull);
	line-height: 1.18;
	margin: 0 0 .5em;
	font-weight: 600;
}

p { margin: 0 0 1.15em; }

::selection { background: var(--pq-brass-light); color: var(--pq-deep); }

.pq-wrap {
	width: 100%;
	max-width: var(--pq-wrap);
	margin: 0 auto;
	padding-inline: var(--pq-gutter);
}

.pq-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--pq-hull);
	color: #fff;
	padding: 12px 18px;
	z-index: 100;
	font-family: var(--pq-display);
}
.pq-skip:focus { left: 8px; top: 8px; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* Surtitre laiton en capitales espacees : la signature du site. */
.pq-kicker,
.pq-eyebrow {
	display: inline-block;
	font-family: var(--pq-display);
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--pq-brass);
	margin: 0 0 .5em;
}
.pq-kicker a { color: inherit; text-decoration: none; }
.pq-kicker a:hover { color: var(--pq-hull); }

.pq-meta {
	font-family: var(--pq-display);
	font-size: .73rem;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--pq-muted);
	display: flex;
	flex-wrap: wrap;
	gap: .1rem .75rem;
}
.pq-meta span + span::before {
	content: "\25C6";
	color: var(--pq-brass-light);
	margin-right: .75rem;
	font-size: .58em;
	vertical-align: .2em;
}

/* Filet Art deco : trait double, losange, trait double. */
.pq-lozenge {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--pq-brass);
}
.pq-lozenge::before,
.pq-lozenge::after {
	content: "";
	flex: 1;
	height: 3px;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	opacity: .5;
}
.pq-lozenge__mark { font-size: .55rem; letter-spacing: .35em; text-indent: .35em; }

/* ------------------------------------------------------------- 4. En-tete */

.pq-topbar {
	background: var(--pq-hull);
	color: #e8eef6;
	font-family: var(--pq-display);
	font-size: .69rem;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.pq-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 34px;
}
.pq-topbar__line { margin: 0; color: #b9c8db; }
.pq-topbar__line em { font-style: normal; color: var(--pq-brass-light); }
.pq-topbar__tools { display: flex; align-items: center; gap: 2px; }

.pq-iconbtn {
	background: none;
	border: 0;
	color: inherit;
	padding: 7px;
	cursor: pointer;
	display: inline-flex;
	line-height: 0;
	border-radius: var(--pq-radius);
}
.pq-iconbtn:hover { color: var(--pq-brass-light); }
.pq-iconbtn:focus-visible { outline: 2px solid var(--pq-brass-light); outline-offset: 1px; }

.pq-masthead {
	background: var(--pq-paper);
	text-align: center;
	padding: 24px 0 16px;
}
.pq-brand { display: inline-block; text-decoration: none; color: inherit; }
.pq-brand__img { margin: 0 auto; max-height: 72px; width: auto; }
.pq-brand__name {
	display: block;
	font-family: var(--pq-display);
	font-weight: 600;
	font-size: clamp(1.55rem, 5vw, 2.7rem);
	line-height: 1;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--pq-hull);
	text-indent: .17em;
}
.pq-brand__tagline {
	display: block;
	margin-top: .85em;
	font-family: var(--pq-display);
	font-size: .69rem;
	font-weight: 500;
	letter-spacing: .27em;
	text-transform: uppercase;
	color: var(--pq-brass);
	text-indent: .27em;
}
.pq-masthead .pq-lozenge { max-width: 430px; margin: 14px auto 0; }
.pq-liner { color: var(--pq-brass); }

.pq-nav {
	background: var(--pq-paper);
	border-top: 3px double var(--pq-rule-strong);
	border-bottom: 1px solid var(--pq-rule);
	position: sticky;
	top: 0;
	z-index: 40;
}
.pq-nav__inner { display: flex; align-items: center; justify-content: center; }
.pq-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.pq-menu li { position: relative; }
.pq-menu a {
	display: block;
	padding: 13px 17px;
	font-family: var(--pq-display);
	font-size: .77rem;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--pq-hull);
	text-decoration: none;
}
.pq-menu a:hover,
.pq-menu .current-menu-item > a,
.pq-menu .current-menu-parent > a,
.pq-menu .current-cat > a {
	color: var(--pq-brass);
	box-shadow: inset 0 -3px 0 -1px var(--pq-brass);
}
.pq-menu .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	background: var(--pq-card);
	border: 1px solid var(--pq-rule);
	list-style: none;
	margin: 0;
	padding: 6px 0;
	z-index: 30;
	text-align: left;
}
.pq-menu li:hover > .sub-menu,
.pq-menu li:focus-within > .sub-menu { display: block; }
.pq-menu .sub-menu a { padding: 9px 16px; letter-spacing: .1em; }

.pq-searchdrop { display: none; background: var(--pq-hull); padding: 14px 0; }
.pq-searchdrop.is-open { display: block; }

.pq-search { display: flex; gap: 8px; max-width: 560px; margin: 0 auto; }
.pq-search input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--pq-rule-strong);
	background: #fff;
	padding: 10px 14px;
	font: inherit;
	font-size: .95rem;
	border-radius: var(--pq-radius);
}
.pq-search button {
	background: var(--pq-brass);
	color: #fff;
	border: 0;
	padding: 10px 20px;
	font-family: var(--pq-display);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: var(--pq-radius);
}
.pq-search button:hover { background: var(--pq-hull-soft); }

.pq-burger { display: none; }
.pq-navclose { display: none; }
.pq-overlay { position: fixed; inset: 0; background: rgba(7, 26, 50, .45); z-index: 45; }

/* -------------------------------------------------------- 5. Fil d Ariane */

.pq-breadcrumb {
	font-family: var(--pq-display);
	font-size: .71rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--pq-muted);
	padding-top: 18px;
}
.pq-breadcrumb a { color: var(--pq-muted); text-decoration: none; }
.pq-breadcrumb a:hover { color: var(--pq-brass); }
.pq-breadcrumb .sep { color: var(--pq-brass-light); margin: 0 .45em; }

/* --------------------------------------------------- 6. Bandeau d accueil */

.pq-hero {
	background: var(--pq-hull);
	color: #eef3f9;
	text-align: center;
	padding: 46px 0 40px;
	position: relative;
}
/* Rayons Art deco, tres discrets, dessines sans image. */
.pq-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(90deg, rgba(217, 181, 102, .16) 0 1px, transparent 1px 46px);
	opacity: .5;
	pointer-events: none;
}
.pq-hero > * { position: relative; }
.pq-hero__eyebrow { color: var(--pq-brass-light); }
.pq-hero h1 {
	color: #fff;
	font-size: clamp(1.6rem, 4vw, 2.5rem);
	letter-spacing: .04em;
	max-width: 20ch;
	margin: 0 auto .55em;
}
.pq-hero__intro {
	max-width: 62ch;
	margin: 0 auto;
	color: #cfdbe9;
	font-size: 1.03rem;
	line-height: 1.7;
}
.pq-hero .pq-lozenge { max-width: 340px; margin: 22px auto 0; color: var(--pq-brass-light); }

.pq-hero__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	margin-top: 24px;
}
.pq-hero__links a {
	font-family: var(--pq-display);
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: #dfe8f2;
	text-decoration: none;
	border: 1px solid rgba(217, 181, 102, .45);
	padding: 7px 14px;
}
.pq-hero__links a:hover { color: var(--pq-deep); background: var(--pq-brass-light); border-color: var(--pq-brass-light); }

/* ------------------------------------------------------- 7. Titres de bloc */

.pq-section { margin-top: 52px; }
.pq-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 3px double var(--pq-rule-strong);
	padding-bottom: 8px;
	margin-bottom: 24px;
}
.pq-section__title {
	margin: 0;
	font-size: 1.12rem;
	letter-spacing: .17em;
	text-transform: uppercase;
	font-weight: 600;
}
.pq-section__title a { text-decoration: none; color: inherit; }
.pq-section__title a:hover { color: var(--pq-brass); }
.pq-section__more {
	font-family: var(--pq-display);
	font-size: .71rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--pq-muted);
	text-decoration: none;
	white-space: nowrap;
}
.pq-section__more:hover { color: var(--pq-brass); }

/* --------------------------------------------------------- 8. Cartes */

.pq-grid {
	display: grid;
	gap: 34px 28px;
	grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
}
.pq-grid--3 { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }

.pq-card { display: flex; flex-direction: column; }
.pq-card__media {
	display: block;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e7e0d2;
	margin-bottom: 12px;
	border-radius: var(--pq-radius);
}
.pq-card__media img { width: 100%; height: 100%; object-fit: cover; }
/* Liseré laiton au survol, sans decaler la mise en page. */
.pq-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 0 solid var(--pq-brass);
	transition: border-width .15s ease;
}
.pq-card:hover .pq-card__media::after { border-width: 3px; }

.pq-card__title {
	font-size: 1rem;
	line-height: 1.32;
	margin: 0 0 8px;
	font-weight: 600;
	letter-spacing: .005em;
}
.pq-card__title a { color: var(--pq-hull); text-decoration: none; }
.pq-card__title a:hover { color: var(--pq-brass); }
.pq-card__excerpt {
	font-size: .93rem;
	line-height: 1.55;
	color: #3d4b5a;
	margin: 0 0 10px;
}
.pq-card__foot { margin-top: auto; }

/* Carte de une : image plus large, texte a droite sur grand ecran. */
.pq-lede { margin-top: 44px; }
.pq-lede__grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
	align-items: start;
}
.pq-lede__main .pq-card__media { aspect-ratio: 16 / 8.4; margin-bottom: 16px; }
.pq-lede__main .pq-card__title { font-size: clamp(1.3rem, 2.6vw, 1.85rem); line-height: 1.18; }
.pq-lede__main .pq-card__excerpt { font-size: 1.02rem; line-height: 1.6; }
.pq-lede__side { border-left: 1px solid var(--pq-rule); padding-left: 28px; }

.pq-mini { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--pq-rule); }
.pq-mini:first-of-type { padding-top: 0; }
.pq-mini:last-child { border-bottom: 0; padding-bottom: 0; }
.pq-mini__media { flex: 0 0 76px; }
.pq-mini__media img { width: 76px; height: 58px; object-fit: cover; border-radius: var(--pq-radius); }
.pq-mini__title { font-size: .92rem; line-height: 1.35; margin: 0 0 5px; font-weight: 600; }
.pq-mini__title a { color: var(--pq-hull); text-decoration: none; }
.pq-mini__title a:hover { color: var(--pq-brass); }
.pq-mini .pq-meta { font-size: .68rem; }

/* --------------------------------------------------- 9. Listes d archives */

.pq-page-head { padding: 34px 0 6px; }
.pq-page-head h1 {
	font-size: clamp(1.6rem, 4vw, 2.3rem);
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 .35em;
}
.pq-page-head__count {
	font-family: var(--pq-display);
	font-size: .73rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--pq-muted);
	margin: 0;
}
.pq-page-head__desc { max-width: 68ch; color: #3d4b5a; margin: 14px 0 0; }
.pq-page-head .pq-lozenge { margin-top: 20px; }

.pq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 306px;
	gap: 52px;
	align-items: start;
	margin-top: 34px;
}
.pq-no-sidebar .pq-layout { grid-template-columns: minmax(0, 1fr); }

.pq-list__item {
	display: grid;
	grid-template-columns: 268px minmax(0, 1fr);
	gap: 24px;
	padding: 26px 0;
	border-bottom: 1px solid var(--pq-rule);
}
.pq-list__item:first-child { padding-top: 0; }
.pq-list__item--nomedia { grid-template-columns: minmax(0, 1fr); }
.pq-list__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--pq-radius); background: #e7e0d2; }
.pq-list__media img { width: 100%; height: 100%; object-fit: cover; }
.pq-list__title { font-size: 1.25rem; line-height: 1.28; margin: 0 0 8px; }
.pq-list__title a { color: var(--pq-hull); text-decoration: none; }
.pq-list__title a:hover { color: var(--pq-brass); }
.pq-list__excerpt { font-size: .97rem; color: #3d4b5a; margin: 0 0 10px; }

.pq-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 36px 0 0;
	font-family: var(--pq-display);
	font-size: .8rem;
	letter-spacing: .1em;
}
.pq-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--pq-rule-strong);
	text-decoration: none;
	color: var(--pq-hull);
	background: var(--pq-card);
}
.pq-pagination .current { background: var(--pq-hull); border-color: var(--pq-hull); color: #fff; }
.pq-pagination a:hover { border-color: var(--pq-brass); color: var(--pq-brass); }

/* --------------------------------------------------------- 10. Article */

.pq-article { max-width: 100%; }
.pq-article__head { padding-top: 26px; }
.pq-article__head h1 {
	font-size: clamp(1.65rem, 3.6vw, 2.35rem);
	line-height: 1.16;
	margin: 0 0 14px;
}
.pq-article__head .pq-meta { padding-top: 4px; }
.pq-article__lead {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #33414f;
	font-style: italic;
	margin: 14px 0 0;
}
.pq-article__figure { margin: 26px 0 0; }
.pq-article__figure img { width: 100%; border-radius: var(--pq-radius); }

.pq-content { font-size: 1.06rem; line-height: 1.78; }
.pq-content > * { margin-top: 0; }
.pq-content h2 {
	font-size: 1.42rem;
	margin: 1.9em 0 .55em;
	padding-top: .5em;
	border-top: 3px double var(--pq-rule-strong);
	letter-spacing: .02em;
}
.pq-content h3 { font-size: 1.16rem; margin: 1.6em 0 .5em; }
.pq-content h4 { font-size: 1.03rem; margin: 1.4em 0 .5em; letter-spacing: .06em; text-transform: uppercase; }
.pq-content ul, .pq-content ol { padding-left: 1.25em; margin: 0 0 1.15em; }
.pq-content li { margin-bottom: .45em; }
.pq-content ul { list-style: none; padding-left: 1.35em; }
.pq-content ul li { position: relative; }
.pq-content ul li::before {
	content: "\25C6";
	position: absolute;
	left: -1.35em;
	top: .02em;
	color: var(--pq-brass-light);
	font-size: .62em;
	line-height: 2.4;
}
.pq-content a { color: var(--pq-hull); text-decoration: underline; text-decoration-color: var(--pq-brass-light); }
.pq-content a:hover { color: var(--pq-brass); }
.pq-content img { border-radius: var(--pq-radius); }
.pq-content figure { margin: 1.8em 0; }
.pq-content figcaption {
	font-family: var(--pq-display);
	font-size: .76rem;
	letter-spacing: .06em;
	color: var(--pq-muted);
	margin-top: .6em;
	text-align: center;
}
.pq-content blockquote {
	margin: 1.8em 0;
	padding: 4px 0 4px 24px;
	border-left: 3px solid var(--pq-brass);
	font-style: italic;
	color: #33414f;
}
.pq-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.6em 0;
	font-size: .96rem;
}
.pq-content th, .pq-content td { border: 1px solid var(--pq-rule); padding: 10px 12px; text-align: left; }
.pq-content th { background: #efe9dc; font-family: var(--pq-display); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.pq-content pre { overflow-x: auto; background: #101d2e; color: #e6edf5; padding: 16px; border-radius: var(--pq-radius); }
.pq-content .wp-block-table { overflow-x: auto; }

.pq-toc {
	background: var(--pq-card);
	border: 1px solid var(--pq-rule);
	border-top: 3px solid var(--pq-brass);
	padding: 20px 24px;
	margin: 28px 0 32px;
}
.pq-toc__title {
	font-family: var(--pq-display);
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--pq-brass);
	margin: 0 0 10px;
}
.pq-toc ol { margin: 0; padding-left: 1.2em; font-size: .96rem; }
.pq-toc ol ol { padding-left: 1.1em; margin-top: .3em; font-size: .93rem; }
.pq-toc li { margin-bottom: .35em; }
.pq-toc a { color: var(--pq-hull); text-decoration: none; }
.pq-toc a:hover { color: var(--pq-brass); text-decoration: underline; }

.pq-tags { margin-top: 30px; font-family: var(--pq-display); font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.pq-tags a {
	display: inline-block;
	border: 1px solid var(--pq-rule-strong);
	padding: 5px 11px;
	margin: 0 6px 6px 0;
	color: var(--pq-muted);
	text-decoration: none;
}
.pq-tags a:hover { border-color: var(--pq-brass); color: var(--pq-brass); }

.pq-related { margin-top: 48px; }
.pq-nextprev {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin-top: 44px;
	border-top: 3px double var(--pq-rule-strong);
	padding-top: 22px;
}
.pq-nextprev a { text-decoration: none; display: block; }
.pq-nextprev span {
	display: block;
	font-family: var(--pq-display);
	font-size: .69rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--pq-brass);
	margin-bottom: 6px;
}
.pq-nextprev strong { font-family: var(--pq-display); font-weight: 600; font-size: 1rem; line-height: 1.3; color: var(--pq-hull); }
.pq-nextprev a:hover strong { color: var(--pq-brass); }
.pq-nextprev .pq-nextprev__next { text-align: right; }

/* ---------------------------------------------------- 11. Barre laterale */

.pq-sidebar { position: sticky; top: 76px; }
.pq-widget { margin-bottom: 34px; }
.pq-widget__title,
.pq-sidebar h2 {
	font-family: var(--pq-display);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--pq-hull);
	border-bottom: 3px double var(--pq-rule-strong);
	padding-bottom: 7px;
	margin: 0 0 16px;
}
.pq-widget ul { list-style: none; margin: 0; padding: 0; font-size: .95rem; }
.pq-widget li { padding: 7px 0; border-bottom: 1px solid var(--pq-rule); }
.pq-widget li:last-child { border-bottom: 0; }
.pq-widget a { color: var(--pq-hull); text-decoration: none; }
.pq-widget a:hover { color: var(--pq-brass); }

.pq-catlist a { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.pq-catlist__nb { font-family: var(--pq-display); font-size: .72rem; letter-spacing: .1em; color: var(--pq-muted); }

/* ------------------------------------------------------ 12. Bandes basses */

.pq-strip { background: var(--pq-card); border-top: 1px solid var(--pq-rule); border-bottom: 1px solid var(--pq-rule); margin-top: 60px; padding: 40px 0 44px; }
.pq-strip__title {
	text-align: center;
	font-size: .82rem;
	letter-spacing: .24em;
	text-transform: uppercase;
	margin: 0 0 26px;
	color: var(--pq-brass);
}
.pq-rubriques { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)); }
.pq-rubrique {
	display: block;
	text-align: center;
	padding: 16px 12px;
	border: 1px solid var(--pq-rule-strong);
	text-decoration: none;
	background: var(--pq-paper);
}
.pq-rubrique:hover { border-color: var(--pq-brass); background: #fff; }
.pq-rubrique__nom {
	display: block;
	font-family: var(--pq-display);
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--pq-hull);
}
.pq-rubrique__nb {
	display: block;
	margin-top: 6px;
	font-family: var(--pq-display);
	font-size: .7rem;
	letter-spacing: .1em;
	color: var(--pq-muted);
}

/* ------------------------------------------------------ 13. Pied de page */

.pq-footer { background: var(--pq-hull); color: #c3d1e1; margin-top: 0; padding: 44px 0 26px; font-size: .95rem; }
.pq-footer a { color: #e5ecf4; text-decoration: none; }
.pq-footer a:hover { color: var(--pq-brass-light); }
.pq-footer__top { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(auto-fit, minmax(160px, 1fr)); gap: 34px; }
.pq-footer__name {
	font-family: var(--pq-display);
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px;
}
.pq-footer__about { color: #a9bbd0; max-width: 46ch; font-size: .93rem; line-height: 1.65; }
.pq-footer__title,
.pq-footer h2 {
	font-family: var(--pq-display);
	font-size: .73rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--pq-brass-light);
	margin: 0 0 12px;
}
.pq-footer ul { list-style: none; margin: 0; padding: 0; }
.pq-footer li { padding: 5px 0; font-size: .92rem; }
.pq-footer .pq-liner { margin: 34px auto 0; }
.pq-footer__bottom {
	margin-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, .13);
	padding-top: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	font-family: var(--pq-display);
	font-size: .71rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #90a5be;
}
.pq-footer__bottom ul { display: flex; flex-wrap: wrap; gap: 18px; }

/* -------------------------------------------------- 14. Formulaires, 404 */

.pq-btn {
	display: inline-block;
	background: var(--pq-hull);
	color: #fff;
	padding: 12px 24px;
	font-family: var(--pq-display);
	font-size: .77rem;
	font-weight: 600;
	letter-spacing: .17em;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	border-radius: var(--pq-radius);
}
.pq-btn:hover { background: var(--pq-brass); color: #fff; }

.pq-notfound { text-align: center; padding: 70px 0; }
.pq-notfound__code {
	font-family: var(--pq-display);
	font-size: clamp(3.4rem, 12vw, 6.4rem);
	font-weight: 300;
	letter-spacing: .1em;
	color: var(--pq-brass-light);
	line-height: 1;
	margin: 0 0 10px;
}
.pq-notfound .pq-search { margin: 26px auto 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="tel"],
input[type="number"], input[type="search"], textarea, select {
	width: 100%;
	border: 1px solid var(--pq-rule-strong);
	background: #fff;
	padding: 11px 13px;
	font: inherit;
	font-size: .97rem;
	border-radius: var(--pq-radius);
}
textarea { min-height: 160px; }
input:focus, textarea:focus, select:focus { outline: 2px solid var(--pq-brass-light); outline-offset: 0; border-color: var(--pq-brass); }
.wpcf7 p { font-family: var(--pq-display); font-size: .8rem; letter-spacing: .06em; }
.wpcf7 input[type="submit"] {
	width: auto;
	background: var(--pq-hull);
	color: #fff;
	border: 0;
	padding: 12px 26px;
	letter-spacing: .17em;
	text-transform: uppercase;
	font-size: .77rem;
	font-weight: 600;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover { background: var(--pq-brass); }

.pq-comments { margin-top: 48px; border-top: 3px double var(--pq-rule-strong); padding-top: 26px; }
.pq-comments ol { list-style: none; margin: 0; padding: 0; }
.pq-comment { border-bottom: 1px solid var(--pq-rule); padding: 16px 0; }
.pq-comment .children { list-style: none; padding-left: 26px; }

/* ------------------------------------------------------- 15. Adaptations */

@media (max-width: 1020px) {
	.pq-layout { grid-template-columns: minmax(0, 1fr); gap: 44px; }
	.pq-sidebar { position: static; }
	.pq-lede__grid { grid-template-columns: minmax(0, 1fr); }
	.pq-lede__side { border-left: 0; padding-left: 0; border-top: 3px double var(--pq-rule-strong); padding-top: 20px; }
}

@media (max-width: 860px) {
	.pq-list__item { grid-template-columns: 190px minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 720px) {
	body { font-size: 16px; }

	.pq-topbar__line { display: none; }
	.pq-topbar__inner { justify-content: flex-end; }

	.pq-burger { display: inline-flex; }
	.pq-navclose { display: inline-flex; position: absolute; top: 10px; right: 12px; color: #fff; }

	.pq-nav {
		position: fixed;
		inset: 0 22% 0 0;
		background: var(--pq-hull);
		border: 0;
		z-index: 50;
		transform: translateX(-102%);
		transition: transform .22s ease;
		overflow-y: auto;
		padding-top: 54px;
	}
	.pq-nav.is-open { transform: none; }
	.pq-nav__inner { display: block; padding-inline: 26px; }
	.pq-menu { display: block; }
	.pq-menu a { color: #e9eff6; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
	.pq-menu a:hover, .pq-menu .current-menu-item > a { box-shadow: none; color: var(--pq-brass-light); }
	.pq-menu .sub-menu { position: static; display: block; background: none; border: 0; padding: 0 0 0 14px; }

	.pq-list__item { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.pq-grid { gap: 28px 20px; grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); }
	.pq-card__title { font-size: .95rem; }
	.pq-hero { padding: 34px 0 30px; }
	.pq-footer__top { grid-template-columns: minmax(0, 1fr); gap: 26px; }
	.pq-nextprev .pq-nextprev__next { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	* { transition: none !important; animation: none !important; }
}

/* ------------------------------------- 16. Sommaire de l extension Easy TOC */

/* Le sommaire vient d une extension : on lui donne l allure de celui du theme. */
.pq-content div#ez-toc-container {
	background: var(--pq-card);
	border: 1px solid var(--pq-rule);
	border-top: 3px solid var(--pq-brass);
	border-radius: 0;
	box-shadow: none;
	padding: 18px 24px;
	margin: 28px 0 32px;
	width: 100%;
}
.pq-content div#ez-toc-container .ez-toc-title-container { margin-bottom: 8px; }
.pq-content div#ez-toc-container .ez-toc-title {
	font-family: var(--pq-display);
	font-size: .78rem !important;
	font-weight: 600 !important;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--pq-brass);
}
.pq-content div#ez-toc-container ul { font-family: var(--pq-serif); }
.pq-content div#ez-toc-container ul li { margin-bottom: .3em; }
.pq-content div#ez-toc-container ul li::before { content: none; }
.pq-content div#ez-toc-container a { color: var(--pq-hull); text-decoration: none; }
.pq-content div#ez-toc-container a:hover { color: var(--pq-brass); text-decoration: underline; }

/* ------------------------------------------------------- 17. Ajustements */

/* Le champ de recherche est enveloppe dans un label (accessibilite). */
.pq-search label { flex: 1; min-width: 0; display: block; }
.pq-search label input[type="search"] { width: 100%; }

/* Une page simple n a pas de colonne laterale : on limite la longueur de ligne. */
.pq-article--page { max-width: 780px; margin: 0 auto; }
.pq-article--page .pq-page-head { text-align: center; }
.pq-article--page .pq-page-head .pq-lozenge { max-width: 320px; margin-inline: auto; }

.pq-notfound h1 { font-size: clamp(1.4rem, 3.4vw, 2rem); letter-spacing: .06em; }
.pq-notfound p { max-width: 52ch; margin-inline: auto; color: #3d4b5a; }

.pq-mini--nomedia { padding-left: 0; }

.pq-footer__widget { margin-bottom: 20px; }
.pq-footer__widget ul { list-style: none; margin: 0; padding: 0; }

/* Formulaire de commentaire : meme grammaire que le reste. */
.comment-form label {
	display: block;
	font-family: var(--pq-display);
	font-size: .73rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--pq-muted);
	margin-bottom: 5px;
}
.comment-form p { margin-bottom: 16px; }
.comment-form .form-submit input[type="submit"] {
	width: auto;
	background: var(--pq-hull);
	color: #fff;
	border: 0;
	padding: 12px 26px;
	font-family: var(--pq-display);
	font-size: .77rem;
	font-weight: 600;
	letter-spacing: .17em;
	text-transform: uppercase;
	cursor: pointer;
}
.comment-form .form-submit input[type="submit"]:hover { background: var(--pq-brass); }
.comment-respond .comment-reply-title { margin-top: 26px; }
