/*
Theme Name: Desender — UnrealEngineAcademy
Theme URI: https://unrealengineacademy.info
Author: Desender Limited
Description: Custom theme for UnrealEngineAcademy — training, advisory and development services. Dual price display in EUR and SEK, WooCommerce checkout, legal documents generated from a single source.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: Proprietary
Text Domain: dsr
*/

/* =========================================================================
   1. Jetons
   ========================================================================= */

:root {
	--ink:        #07080b;
	--ink-2:      #0d0f14;
	--surface:    #12151c;
	--surface-2:  #171b24;
	--line:       #232833;
	--line-fort:  #333a49;

	--texte:      #eef1f6;
	--texte-2:    #a8b0c0;
	--texte-3:    #6f7889;

	--signal:     #6c4df6;
	--signal-2:   #9b8bff;
	--chaud:      #ff7a45;
	--froid:      #35d6c4;

	--display: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--corps:   "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--mono:    "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

	--large: 1280px;
	--rayon: 3px;
}

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

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

body {
	margin: 0;
	background: var(--ink);
	color: var(--texte);
	font-family: var(--corps);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-family: var(--display);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.04;
	margin: 0 0 18px;
	text-wrap: balance;
}
h1 { font-size: clamp(46px, 7vw, 104px); }
h2 { font-size: clamp(32px, 4.4vw, 60px); }
h3 { font-size: clamp(19px, 1.9vw, 24px); letter-spacing: -0.02em; }
p  { margin: 0 0 18px; }
a  { color: var(--signal-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }

.dsr-shell { max-width: var(--large); margin-inline: auto; padding-inline: clamp(20px, 5vw, 56px); }
.dsr-vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.dsr-eyebrow {
	display: inline-block;
	font-family: var(--mono);
	font-size: 11.5px;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--signal-2);
	margin-bottom: 20px;
}
.dsr-lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--texte-2); max-width: 62ch; }

.dsr-section { padding-block: clamp(72px, 10vw, 140px); position: relative; }
.dsr-section--ligne { border-top: 1px solid var(--line); }

/* =========================================================================
   2. Boutons
   ========================================================================= */

.dsr-btn {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--mono); font-size: 12.5px; letter-spacing: .12em;
	text-transform: uppercase; text-decoration: none;
	padding: 17px 30px; border: 0; cursor: pointer;
	background: var(--signal); color: #fff;
	border-radius: 100px;
	transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.dsr-btn:hover { background: var(--signal-2); color: var(--ink); transform: translateY(-2px); }
.dsr-btn--fantome { background: transparent; color: var(--texte); border: 1px solid var(--line-fort); }
.dsr-btn--fantome:hover { background: var(--surface-2); color: var(--texte); border-color: var(--signal); }

.dsr-lien-fleche {
	display: inline-flex; align-items: center; gap: 9px;
	font-family: var(--mono); font-size: 12.5px; letter-spacing: .1em;
	text-transform: uppercase; color: var(--texte); text-decoration: none;
	border-bottom: 1px solid var(--line-fort); padding-bottom: 6px;
}
.dsr-lien-fleche:hover { color: var(--signal-2); border-color: var(--signal); }

/* =========================================================================
   3. En-tête
   ========================================================================= */

.dsr-header {
	position: sticky; top: 0; z-index: 60;
	background: rgba(7, 8, 11, .82);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}
.dsr-header__int {
	max-width: var(--large); margin-inline: auto;
	padding: 16px clamp(20px, 5vw, 56px);
	display: flex; align-items: center; gap: clamp(16px, 3vw, 40px);
}
.dsr-marque { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.dsr-marque__signe { width: 38px; height: 38px; flex: none; }
.dsr-marque__nom { font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -0.02em; color: var(--texte); line-height: 1.15; }
.dsr-marque__sous { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--texte-3); }

.dsr-nav ul { display: flex; gap: clamp(14px, 2vw, 30px); list-style: none; margin: 0; padding: 0; }
.dsr-nav a { font-size: 14.5px; color: var(--texte-2); text-decoration: none; }
.dsr-nav a:hover { color: var(--texte); }
@media (max-width: 900px) { .dsr-nav { display: none; } }

.dsr-devise { display: inline-flex; border: 1px solid var(--line-fort); border-radius: 100px; overflow: hidden; }
.dsr-devise__choix {
	font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em;
	padding: 9px 15px; text-decoration: none; color: var(--texte-3);
}
.dsr-devise__choix--actif { background: var(--texte); color: var(--ink); }
.dsr-devise__choix:hover { color: var(--texte); }
.dsr-devise__choix--actif:hover { color: var(--ink); }

.dsr-panier {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em;
	padding: 9px 15px; border: 1px solid var(--line-fort); border-radius: 100px;
	color: var(--texte-2); text-decoration: none;
}
.dsr-panier__compte {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 18px; height: 18px; padding: 0 5px; border-radius: 100px;
	background: var(--signal); color: #fff; font-size: 10.5px;
}

/* =========================================================================
   4. Hero
   ========================================================================= */

.dsr-hero { position: relative; padding-block: clamp(70px, 11vw, 140px) clamp(60px, 8vw, 110px); overflow: hidden; }
.dsr-hero__grille { display: grid; gap: clamp(40px, 6vw, 80px); align-items: center; }
@media (min-width: 1000px) { .dsr-hero__grille { grid-template-columns: 1.05fr .95fr; } }

.dsr-hero h1 span { display: block; }
.dsr-hero h1 .dsr-degrade {
	background: linear-gradient(100deg, var(--signal-2) 0%, var(--froid) 52%, var(--chaud) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.dsr-hero__accroche { font-size: clamp(17px, 1.6vw, 20px); color: var(--texte-2); max-width: 54ch; margin-top: 26px; }
.dsr-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 36px; }
.dsr-hero__note { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--texte-3); }

.dsr-lueur {
	position: absolute; pointer-events: none; border-radius: 50%;
	filter: blur(90px); opacity: .5; z-index: -1;
}
.dsr-lueur--a { width: 620px; height: 620px; top: -220px; left: -180px; background: rgba(108, 77, 246, .38); }
.dsr-lueur--b { width: 460px; height: 460px; bottom: -180px; right: -120px; background: rgba(53, 214, 196, .18); }

/* =========================================================================
   5. Visuel abstrait
   ========================================================================= */

.dsr-visuel { position: relative; aspect-ratio: 1 / 1; }
.dsr-visuel svg { width: 100%; height: 100%; display: block; overflow: visible; }
.dsr-visuel__cadre {
	position: absolute; inset: 0; border: 1px solid var(--line);
	border-radius: 6px; pointer-events: none;
}

/* =========================================================================
   6. Bandeau défilant
   ========================================================================= */

.dsr-bandeau { border-block: 1px solid var(--line); padding-block: 20px; overflow: hidden; background: var(--ink-2); }
.dsr-bandeau__piste { display: flex; gap: 46px; white-space: nowrap; animation: dsr-defile 42s linear infinite; }
.dsr-bandeau span {
	font-family: var(--mono); font-size: 12px; letter-spacing: .18em;
	text-transform: uppercase; color: var(--texte-3);
	display: inline-flex; align-items: center; gap: 46px;
}
.dsr-bandeau span::after { content: ""; width: 4px; height: 4px; background: var(--signal); border-radius: 50%; }
@keyframes dsr-defile { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .dsr-bandeau__piste { animation: none; } }

/* =========================================================================
   7. Prix doubles
   ========================================================================= */

.dsr-prix { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.dsr-prix__principal {
	font-family: var(--display); font-weight: 600;
	font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -0.04em;
	color: var(--texte); line-height: 1;
}
.dsr-prix__second {
	font-family: var(--mono); font-size: clamp(14px, 1.3vw, 17px);
	color: var(--froid); letter-spacing: .01em;
}
.dsr-prix__note { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--texte-3); }
.dsr-prix--ligne .dsr-prix__principal { font-size: clamp(22px, 2.2vw, 30px); }

/* =========================================================================
   8. Cartes
   ========================================================================= */

.dsr-grille { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (min-width: 760px)  { .dsr-grille--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1060px) { .dsr-grille--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 760px)  { .dsr-grille--3 { grid-template-columns: repeat(2, 1fr); } }

.dsr-carte {
	background: var(--ink-2); padding: clamp(26px, 3vw, 38px);
	display: flex; flex-direction: column; gap: 16px;
	transition: background .2s ease;
	position: relative;
}
.dsr-carte:hover { background: var(--surface); }
.dsr-carte__etiquette {
	font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em;
	text-transform: uppercase; color: var(--texte-3);
	border: 1px solid var(--line-fort); border-radius: 100px;
	padding: 5px 12px; align-self: flex-start;
}
.dsr-carte__etiquette--immediat { color: var(--froid); border-color: rgba(53, 214, 196, .45); }
.dsr-carte__etiquette--demande { color: var(--chaud); border-color: rgba(255, 122, 69, .45); }
.dsr-carte h3 { margin: 0; }
.dsr-carte__resume { margin: 0; font-size: 15.5px; color: var(--texte-2); }
.dsr-carte__liste { margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 10px; }
.dsr-carte__liste li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.55; color: var(--texte-2); }
.dsr-carte__liste li::before { content: ""; position: absolute; left: 0; top: 10px; width: 11px; height: 1px; background: var(--signal); }
.dsr-carte__pied { margin-top: auto; padding-top: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* =========================================================================
   9. FAQ
   ========================================================================= */

.dsr-faq { display: grid; gap: 10px; }
.dsr-faq details { border: 1px solid var(--line); border-radius: var(--rayon); background: var(--ink-2); }
.dsr-faq details[open] { border-color: var(--line-fort); background: var(--surface); }
.dsr-faq summary {
	cursor: pointer; list-style: none; padding: 22px 26px;
	font-family: var(--display); font-weight: 600; font-size: 17.5px; letter-spacing: -0.02em;
	display: flex; justify-content: space-between; gap: 20px; align-items: center;
}
.dsr-faq summary::-webkit-details-marker { display: none; }
.dsr-faq summary::after {
	content: "+"; font-family: var(--mono); font-size: 20px; color: var(--signal-2); flex: none;
}
.dsr-faq details[open] summary::after { content: "–"; }
.dsr-faq__corps { padding: 0 26px 24px; color: var(--texte-2); font-size: 15.5px; max-width: 78ch; }
.dsr-faq__corps p { margin: 0 0 14px; }
.dsr-faq__corps p:last-child { margin: 0; }

/* =========================================================================
   10. Étapes
   ========================================================================= */

.dsr-etapes { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (min-width: 900px) { .dsr-etapes { grid-template-columns: repeat(4, 1fr); } }
.dsr-etape { background: var(--ink-2); padding: clamp(24px, 2.6vw, 34px); }
.dsr-etape__num { font-family: var(--mono); font-size: 11.5px; letter-spacing: .18em; color: var(--signal-2); display: block; margin-bottom: 16px; }
.dsr-etape h3 { font-size: 18px; margin-bottom: 10px; }
.dsr-etape p { margin: 0; font-size: 14.5px; color: var(--texte-2); }

/* =========================================================================
   11. Pied de page
   ========================================================================= */

.dsr-footer { border-top: 1px solid var(--line); background: var(--ink-2); padding-block: clamp(56px, 7vw, 88px) 40px; }
.dsr-footer__haut { display: grid; gap: 44px; }
@media (min-width: 900px) { .dsr-footer__haut { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }
.dsr-footer h2 { font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--texte-3); margin-bottom: 18px; }
.dsr-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.dsr-footer a { color: var(--texte-2); text-decoration: none; font-size: 14.5px; }
.dsr-footer a:hover { color: var(--signal-2); }
.dsr-footer__desc { font-size: 14.5px; color: var(--texte-2); max-width: 42ch; }

.dsr-identite { margin-top: 52px; padding-top: 34px; border-top: 1px solid var(--line); }
.dsr-identite dl { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 0; }
@media (min-width: 700px)  { .dsr-identite dl { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .dsr-identite dl { grid-template-columns: repeat(3, 1fr); } }
.dsr-identite div { background: var(--ink-2); padding: 16px 20px; }
.dsr-identite dt { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--texte-3); margin-bottom: 5px; }
.dsr-identite dd { margin: 0; font-family: var(--mono); font-size: 13px; color: var(--texte); }

.dsr-mentions { margin-top: 30px; font-size: 12.5px; line-height: 1.75; color: var(--texte-3); max-width: 92ch; }
.dsr-mentions strong { color: var(--texte-2); font-weight: 500; }

/* =========================================================================
   12. Prose des documents légaux
   ========================================================================= */

.dsr-prose { max-width: 76ch; }
.dsr-prose h1 { font-size: clamp(36px, 5vw, 62px); margin-bottom: 34px; }
.dsr-prose h2 { font-size: clamp(22px, 2.4vw, 30px); margin: 52px 0 16px; }
.dsr-prose h3 { font-size: 18px; margin: 32px 0 12px; }
.dsr-prose p, .dsr-prose li { color: var(--texte-2); font-size: 16px; }
.dsr-prose ul { padding-left: 20px; }
.dsr-prose li { margin-bottom: 9px; }
.dsr-prose table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 14.5px; }
.dsr-prose caption { text-align: left; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--texte-3); padding-bottom: 12px; }
.dsr-prose th, .dsr-prose td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; color: var(--texte-2); }
.dsr-prose th { background: var(--surface); color: var(--texte); font-weight: 500; }

.dsr-bloc-entreprise { border: 1px solid var(--line); background: var(--ink-2); padding: 26px 30px; margin-bottom: 40px; }
.dsr-bloc-entreprise dl { display: grid; gap: 14px 30px; margin: 0; }
@media (min-width: 720px) { .dsr-bloc-entreprise dl { grid-template-columns: repeat(2, 1fr); } }
.dsr-bloc-entreprise dt { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--texte-3); }
.dsr-bloc-entreprise dd { margin: 4px 0 0; font-size: 14.5px; color: var(--texte); }

.dsr-autres { margin-top: 64px; padding-top: 30px; border-top: 1px solid var(--line); }
.dsr-autres h2 { font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--texte-3); margin: 0 0 16px; }
.dsr-autres ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.dsr-autres a { font-size: 14.5px; }

/* =========================================================================
   13. Caisse
   ========================================================================= */

.dsr-caisse-case { margin: 16px 0 !important; }
.dsr-caisse-case label { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; line-height: 1.6; color: var(--texte-2); cursor: pointer; }
.dsr-caisse-case input[type="checkbox"] { margin-top: 4px; width: 17px; height: 17px; flex: none; accent-color: var(--signal); }
.dsr-caisse-note {
	margin: 24px 0 6px; padding: 13px 17px; background: var(--surface);
	border-left: 2px solid var(--signal); font-size: 14px; line-height: 1.6; color: var(--texte-2);
}

.dsr-boutique-page { max-width: none; }
.dsr-boutique-page table { width: 100%; border-collapse: collapse; }
.dsr-boutique-page th, .dsr-boutique-page td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.dsr-boutique-page .button, .dsr-boutique-page button[type="submit"] {
	background: var(--signal); color: #fff; border: 0; border-radius: 100px;
	font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
	padding: 15px 28px; cursor: pointer; text-decoration: none; display: inline-block;
}
.dsr-boutique-page input, .dsr-boutique-page select, .dsr-boutique-page textarea {
	width: 100%; padding: 13px 15px; background: var(--surface);
	border: 1px solid var(--line-fort); color: var(--texte); font: inherit; font-size: 15px;
}

/* =========================================================================
   14. Révélation
   ========================================================================= */

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].dsr-vu { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* =========================================================================
   15. Barre de devise — au-dessus de chaque grille de prix
   ========================================================================= */

.dsr-barre-devise {
	display: flex; align-items: center; justify-content: space-between;
	gap: 20px; flex-wrap: wrap;
	padding: 18px 22px; margin-bottom: 26px;
	border: 1px solid var(--line-fort); border-radius: var(--rayon);
	background: linear-gradient(100deg, rgba(108,77,246,.10), rgba(53,214,196,.06));
}
.dsr-barre-devise__texte { font-size: 14.5px; color: var(--texte-2); }
.dsr-barre-devise__texte strong { color: var(--texte); font-weight: 500; }
.dsr-barre-devise__choix { display: flex; gap: 8px; }

.dsr-bascule {
	display: flex; flex-direction: column; gap: 1px;
	padding: 9px 18px; text-decoration: none;
	border: 1px solid var(--line-fort); border-radius: 100px;
	background: var(--ink); color: var(--texte-3);
	transition: border-color .16s ease, color .16s ease, background .16s ease;
}
.dsr-bascule__code { font-family: var(--mono); font-size: 13px; letter-spacing: .1em; font-weight: 500; }
.dsr-bascule__nom  { font-size: 10.5px; letter-spacing: .02em; opacity: .8; }
.dsr-bascule:hover { color: var(--texte); border-color: var(--signal); }
.dsr-bascule--actif { background: var(--texte); color: var(--ink); border-color: var(--texte); }
.dsr-bascule--actif:hover { color: var(--ink); }

/* Le second montant devient une information à part entière, pas une note. */
.dsr-prix__second {
	font-family: var(--mono);
	font-size: clamp(15px, 1.5vw, 19px) !important;
	color: var(--froid);
	padding: 3px 10px;
	border: 1px solid rgba(53, 214, 196, .35);
	border-radius: 100px;
	white-space: nowrap;
}

/* =========================================================================
   16. Formulaire
   ========================================================================= */

.dsr-form { max-width: 860px; }
.dsr-form__grille { display: grid; gap: 20px; }
@media (min-width: 720px) { .dsr-form__grille { grid-template-columns: 1fr 1fr; } }

.dsr-champ { display: flex; flex-direction: column; gap: 8px; }
.dsr-champ--large { grid-column: 1 / -1; }
.dsr-champ label {
	font-family: var(--mono); font-size: 11px; letter-spacing: .16em;
	text-transform: uppercase; color: var(--texte-3);
}
.dsr-champ label .requis { color: var(--chaud); }

.dsr-champ input,
.dsr-champ select,
.dsr-champ textarea {
	width: 100%; padding: 15px 17px;
	background: var(--surface); color: var(--texte);
	border: 1px solid var(--line-fort); border-radius: var(--rayon);
	font-family: var(--corps); font-size: 16px; line-height: 1.5;
	transition: border-color .16s ease, background .16s ease;
	appearance: none;
}
.dsr-champ textarea { resize: vertical; min-height: 150px; }
.dsr-champ select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236f7889' stroke-width='1.6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 16px center; background-size: 12px;
	padding-right: 44px; cursor: pointer;
}
.dsr-champ input::placeholder,
.dsr-champ textarea::placeholder { color: var(--texte-3); }
.dsr-champ input:focus,
.dsr-champ select:focus,
.dsr-champ textarea:focus {
	outline: none; border-color: var(--signal); background: var(--surface-2);
	box-shadow: 0 0 0 3px rgba(108, 77, 246, .16);
}
.dsr-champ__aide { font-size: 13px; color: var(--texte-3); line-height: 1.5; }

.dsr-form__pied {
	margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line);
	display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
}
.dsr-form__note { font-size: 13px; color: var(--texte-3); max-width: 52ch; line-height: 1.6; margin: 0; }
.dsr-form__etat {
	margin: 0 0 26px; padding: 15px 19px; border-radius: var(--rayon);
	border-left: 2px solid var(--froid); background: var(--surface);
	font-size: 15px; color: var(--texte);
}
.dsr-form__etat--erreur { border-left-color: var(--chaud); }

/* =========================================================================
   17. En-têtes de famille dans la boutique
   ========================================================================= */

.dsr-famille {
	display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap;
	margin: 46px 0 18px; padding-bottom: 14px;
	border-bottom: 1px solid var(--line);
}
.dsr-famille:first-of-type { margin-top: 0; }
.dsr-famille h3 {
	margin: 0; font-size: clamp(19px, 2vw, 25px);
}
.dsr-famille p {
	margin: 0; font-size: 14.5px; color: var(--texte-3); flex: 1 1 32ch;
}
.dsr-grille + .dsr-famille { margin-top: 54px; }
