/* ==========================================================================
   Reprolys SaaS — feuille de styles principale
   1.  Jetons de design (variables)
   2.  Réinitialisation & base
   3.  Typographie
   4.  Boutons & formulaires
   5.  Mise en page / sections
   6.  En-tête & navigation
   7.  Héros
   8.  Bandeau de confiance
   9.  Cartes de fonctionnalités
   10. Sections alternées (média + texte)
   11. Statistiques
   12. Formules tarifaires
   13. Témoignages
   14. FAQ
   15. Appel à l'action
   16. Contenu éditorial (blog, pages)
   17. Barre latérale & widgets
   18. Commentaires
   19. Pagination
   20. Pied de page
   21. Utilitaires & animations
   22. Responsive
   ========================================================================== */

/* 1. Jetons de design
   ========================================================================== */
:root {
	/* Marque */
	--rp-primary: #6e00ff;
	--rp-primary-dark: #5300c2;
	--rp-primary-light: #8f3dff;
	--rp-primary-soft: #f3ebff;
	--rp-accent: #a4cd65;
	--rp-accent-dark: #86ae47;
	--rp-accent-soft: #f0f7e6;
	--rp-secondary: #2674aa;
	--rp-secondary-dark: #1c5a86;
	--rp-secondary-soft: #e9f2f9;

	/* Neutres */
	--rp-ink: #150a2e;
	--rp-heading: #1d1035;
	--rp-body: #5c5677;
	/* Gris de second plan : #8b86a3 ne donnait que 3,48:1 sur blanc, en dessous
   du minimum de 4,5:1 exigé pour un texte courant (WCAG 2.1 AA). Cette
   teinte conserve la nuance violette de la charte et atteint 4,53:1. */
--rp-muted: #78738c;
	--rp-line: #e7e3f2;
	--rp-surface: #ffffff;
	--rp-surface-alt: #faf8ff;
	--rp-dark: #14042e;
	--rp-dark-2: #1d0842;

	/* Dégradés */
	--rp-gradient: linear-gradient(135deg, var(--rp-primary) 0%, var(--rp-secondary) 100%);
	--rp-gradient-soft: linear-gradient(135deg, #f6f0ff 0%, #eaf3fa 100%);
	--rp-gradient-dark: linear-gradient(140deg, #240552 0%, #3d0b8f 45%, #1f5c8c 100%);
	--rp-gradient-accent: linear-gradient(135deg, var(--rp-accent) 0%, var(--rp-secondary) 100%);

	/* Typographie */
	--rp-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--rp-font-head: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

	/* Rayons */
	--rp-radius-sm: 10px;
	--rp-radius: 16px;
	--rp-radius-lg: 24px;
	--rp-radius-xl: 32px;
	--rp-radius-pill: 999px;

	/* Ombres */
	--rp-shadow-xs: 0 2px 8px rgba(21, 10, 46, .06);
	--rp-shadow-sm: 0 8px 24px -12px rgba(21, 10, 46, .18);
	--rp-shadow: 0 18px 46px -22px rgba(110, 0, 255, .35);
	--rp-shadow-lg: 0 40px 90px -40px rgba(110, 0, 255, .45);
	--rp-shadow-glow: 0 0 0 6px rgba(110, 0, 255, .10);

	/* Rythme */
	--rp-container: 1200px;
	--rp-gutter: 24px;
	--rp-section-y: 104px;

	/* Transitions */
	--rp-ease: cubic-bezier(.4, 0, .2, 1);
	--rp-t: .28s var(--rp-ease);
}

/* 2. Réinitialisation & base
   ========================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	font-family: var(--rp-font-body);
	font-size: 17px;
	line-height: 1.75;
	color: var(--rp-body);
	background: var(--rp-surface);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img,
svg,
video,
iframe { max-width: 100%; }

img { height: auto; border: 0; vertical-align: middle; }

a {
	color: var(--rp-primary);
	text-decoration: none;
	transition: color var(--rp-t);
}

a:hover,
a:focus { color: var(--rp-primary-dark); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid rgba(110, 0, 255, .45);
	outline-offset: 3px;
	border-radius: 4px;
}

hr {
	border: 0;
	height: 1px;
	background: var(--rp-line);
	margin: 40px 0;
}

::selection {
	background: var(--rp-primary);
	color: #fff;
}

/* 3. Typographie
   ========================================================================== */
h1, h2, h3, h4, h5, h6,
.rp-h1, .rp-h2, .rp-h3 {
	font-family: var(--rp-font-head);
	color: var(--rp-heading);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.02em;
	margin: 0 0 .6em;
}

h1, .rp-h1 { font-size: clamp(2.05rem, 1.4rem + 2.4vw, 3.1rem); }
h2, .rp-h2 { font-size: clamp(1.75rem, 1.2rem + 2.1vw, 2.65rem); }
h3, .rp-h3 { font-size: clamp(1.35rem, 1.1rem + .9vw, 1.75rem); }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.08rem; }
h6 { font-size: .95rem; letter-spacing: .02em; }

p { margin: 0 0 1.25em; }

p:last-child,
ul:last-child,
ol:last-child { margin-bottom: 0; }

strong, b { font-weight: 700; color: var(--rp-heading); }

small { font-size: .85em; }

blockquote {
	position: relative;
	margin: 32px 0;
	padding: 28px 32px 28px 40px;
	background: var(--rp-surface-alt);
	border-left: 4px solid var(--rp-primary);
	border-radius: 0 var(--rp-radius) var(--rp-radius) 0;
	font-size: 1.1rem;
	color: var(--rp-heading);
	font-style: normal;
}

blockquote cite {
	display: block;
	margin-top: 12px;
	font-size: .9rem;
	font-style: normal;
	color: var(--rp-muted);
}

code, kbd, pre, samp {
	font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
	font-size: .9em;
}

code {
	background: var(--rp-primary-soft);
	color: var(--rp-primary-dark);
	padding: .15em .45em;
	border-radius: 6px;
}

pre {
	background: var(--rp-dark);
	color: #e9e2ff;
	padding: 22px 24px;
	border-radius: var(--rp-radius);
	overflow-x: auto;
	line-height: 1.6;
}

pre code { background: none; color: inherit; padding: 0; }

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 28px;
	font-size: .95rem;
}

/* Un tableau ne se réduit jamais sous la largeur minimale de son contenu :
   sur petit écran, ce conteneur le rend défilable plutôt que tronqué. */
.rp-table-wrap {
	margin: 0 0 28px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
}

.rp-table-wrap > table { margin-bottom: 0; }

th, td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--rp-line);
	text-align: left;
}

th {
	font-family: var(--rp-font-head);
	font-weight: 700;
	color: var(--rp-heading);
	background: var(--rp-surface-alt);
}

/* Titres de section */
.rp-section-head {
	max-width: 720px;
	margin: 0 auto 56px;
	text-align: center;
}

.rp-section-head.is-left {
	margin-left: 0;
	text-align: left;
}

.rp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--rp-font-head);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--rp-primary);
	background: var(--rp-primary-soft);
	padding: 7px 16px;
	border-radius: var(--rp-radius-pill);
	margin-bottom: 20px;
}

/* Le vert et le bleu de la charte, posés sur leur fond clair, tombaient à
   2,50:1 et 4,42:1. Ces deux teintes assombries franchissent 4,5:1 sans
   dénaturer la couleur : elles ne servent qu'au texte, les aplats et les
   bordures gardent la couleur d'origine. */
.rp-eyebrow.is-accent { color: var(--rp-accent-text); background: var(--rp-accent-soft); }
.rp-eyebrow.is-secondary { color: var(--rp-secondary-text); background: var(--rp-secondary-soft); }
.rp-eyebrow.is-light { color: #fff; background: rgba(255, 255, 255, .14); }

.rp-section-head p {
	font-size: 1.06rem;
	color: var(--rp-body);
	margin-bottom: 0;
}

.rp-section-head h2 { margin-bottom: .45em; }

/* Effet dégradé sur un fragment de titre */
.rp-gradient-text {
	background: var(--rp-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.rp-underline {
	position: relative;
	white-space: nowrap;
}

.rp-underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: .06em;
	height: .28em;
	background: var(--rp-accent);
	opacity: .45;
	border-radius: var(--rp-radius-pill);
	z-index: -1;
}

/* 4. Boutons & formulaires
   ========================================================================== */
.rp-btn,
.wp-block-button__link,
input[type="submit"],
input[type="button"],
button.rp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--rp-font-head);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.01em;
	padding: 15px 30px;
	border: 2px solid transparent;
	border-radius: var(--rp-radius-pill);
	background: var(--rp-gradient);
	background-size: 160% 100%;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 14px 30px -14px rgba(110, 0, 255, .75);
	transition: transform var(--rp-t), box-shadow var(--rp-t), background-position .5s var(--rp-ease), color var(--rp-t), border-color var(--rp-t), background-color var(--rp-t);
	-webkit-appearance: none;
	appearance: none;
}

.rp-btn:hover,
.rp-btn:focus,
.wp-block-button__link:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	color: #fff;
	transform: translateY(-2px);
	background-position: 100% 0;
	box-shadow: 0 20px 38px -14px rgba(110, 0, 255, .8);
}

.rp-btn:active { transform: translateY(0); }

.rp-btn svg { flex: none; }

.rp-btn--outline {
	background: transparent;
	color: var(--rp-primary);
	border-color: var(--rp-line);
	box-shadow: none;
}

.rp-btn--outline:hover,
.rp-btn--outline:focus {
	color: var(--rp-primary-dark);
	border-color: var(--rp-primary);
	background: var(--rp-primary-soft);
	box-shadow: none;
}

.rp-btn--ghost-light {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .32);
	color: #fff;
	box-shadow: none;
	backdrop-filter: blur(6px);
}

.rp-btn--ghost-light:hover,
.rp-btn--ghost-light:focus {
	background: rgba(255, 255, 255, .22);
	border-color: rgba(255, 255, 255, .6);
	box-shadow: none;
}

.rp-btn--light {
	background: #fff;
	color: var(--rp-primary);
	box-shadow: 0 14px 34px -16px rgba(0, 0, 0, .5);
}

.rp-btn--light:hover,
.rp-btn--light:focus { color: var(--rp-primary-dark); background: #fff; }

.rp-btn--accent {
	background: linear-gradient(135deg, var(--rp-accent) 0%, var(--rp-accent-dark) 100%);
	box-shadow: 0 14px 30px -14px rgba(134, 174, 71, .8);
}

.rp-btn--accent:hover,
.rp-btn--accent:focus { box-shadow: 0 20px 38px -14px rgba(134, 174, 71, .85); }

.rp-btn--sm { padding: 11px 22px; font-size: .88rem; }
.rp-btn--lg { padding: 18px 38px; font-size: 1.05rem; }
.rp-btn--block { display: flex; width: 100%; }

/* Lien fléché */
.rp-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--rp-font-head);
	font-weight: 700;
	color: var(--rp-primary);
}

.rp-link-arrow svg { transition: transform var(--rp-t); }
.rp-link-arrow:hover svg { transform: translateX(5px); }

/* Champs */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
select,
textarea {
	width: 100%;
	font-family: var(--rp-font-body);
	font-size: 1rem;
	color: var(--rp-heading);
	background: #fff;
	border: 1.5px solid var(--rp-line);
	border-radius: var(--rp-radius-sm);
	padding: 14px 18px;
	transition: border-color var(--rp-t), box-shadow var(--rp-t);
	-webkit-appearance: none;
	appearance: none;
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c5677' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 42px;
}

textarea { min-height: 160px; resize: vertical; }

input:focus,
select:focus,
textarea:focus {
	border-color: var(--rp-primary);
	box-shadow: var(--rp-shadow-glow);
	outline: none;
}

::placeholder { color: var(--rp-muted); opacity: 1; }

label {
	display: inline-block;
	font-family: var(--rp-font-head);
	font-weight: 600;
	font-size: .92rem;
	color: var(--rp-heading);
	margin-bottom: 8px;
}

/* Contact Form 7 */
.wpcf7 form .wpcf7-response-output {
	border-radius: var(--rp-radius-sm);
	border-width: 1.5px;
	padding: 14px 18px;
	margin: 24px 0 0;
	font-size: .95rem;
}

.wpcf7-not-valid-tip { font-size: .85rem; color: #d63638; margin-top: 6px; }
.wpcf7 .wpcf7-spinner { margin: 0 0 0 12px; }

/* Un intitulé au-dessus de son champ, sur toute la largeur. */
.wpcf7 label { display: block; width: 100%; margin-bottom: 20px; }
.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea { margin-top: 8px; }

/* Deux colonnes pour les champs courts, une seule sur petit écran.
   Contact Form 7 enveloppe les champs dans un paragraphe : la règle porte donc
   aussi sur ce paragraphe, afin que la grille tienne dans les deux cas. */
.rp-form__row,
.rp-form__row > p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 22px;
}

.rp-form__row > p {
	grid-column: 1 / -1;
	margin: 0;
}

/* Les sauts de ligne ajoutés entre les champs occuperaient une cellule de la
   grille et décaleraient toute la colonne. Ceux placés à l'intérieur d'un
   intitulé, entre le libellé et son champ, sont conservés. */
.rp-form__row > br,
.rp-form__row > p > br { display: none; }

/* En dessous de 700 px, deux colonnes rendraient les champs illisibles. */
@media (max-width: 700px) {
	.rp-form__row,
	.rp-form__row > p { grid-template-columns: minmax(0, 1fr); }
}

/* Choix multiples : une option par ligne, case alignée sur la première ligne. */
.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-acceptance { display: block; margin-bottom: 20px; }

.wpcf7 .wpcf7-list-item { display: block; margin: 0 0 10px; }
.wpcf7 .wpcf7-list-item:last-child { margin-bottom: 0; }

.wpcf7 .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 0;
	font-family: var(--rp-font-body);
	font-weight: 400;
	font-size: .97rem;
	line-height: 1.5;
	cursor: pointer;
}

.wpcf7 .wpcf7-list-item input[type="radio"],
.wpcf7 .wpcf7-list-item input[type="checkbox"] {
	width: auto;
	flex: none;
	margin-top: 4px;
	accent-color: var(--rp-primary);
}

.wpcf7 .rp-form__legend {
	display: block;
	font-family: var(--rp-font-head);
	font-weight: 600;
	font-size: .92rem;
	color: var(--rp-heading);
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-submit { width: auto; }
.wpcf7 .rp-form__note { font-size: .88rem; color: var(--rp-muted); margin-bottom: 20px; }

/* 5. Mise en page / sections
   ========================================================================== */
.rp-container {
	width: 100%;
	max-width: var(--rp-container);
	margin-inline: auto;
	padding-inline: var(--rp-gutter);
}

.rp-container--narrow { max-width: 860px; }

.rp-section {
	position: relative;
	padding-block: var(--rp-section-y);
}

.rp-section--tight { padding-block: 72px; }
.rp-section--alt { background: var(--rp-surface-alt); }
.rp-section--soft { background: var(--rp-gradient-soft); }

.rp-section--dark {
	background: var(--rp-dark);
	color: rgba(255, 255, 255, .72);
}

.rp-section--dark h1,
.rp-section--dark h2,
.rp-section--dark h3,
.rp-section--dark h4 { color: #fff; }

.rp-grid { display: grid; gap: 28px; }
.rp-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Décor : points et halos */
.rp-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: .5;
	pointer-events: none;
	z-index: 0;
}

.rp-dots {
	position: absolute;
	width: 180px;
	height: 180px;
	background-image: radial-gradient(currentColor 1.6px, transparent 1.6px);
	background-size: 18px 18px;
	opacity: .18;
	pointer-events: none;
	z-index: 0;
}

.rp-section > .rp-container { position: relative; z-index: 1; }

/* Accès rapide clavier */
.rp-skip-link {
	position: absolute;
	left: -9999px;
	top: 12px;
	z-index: 9999;
	background: var(--rp-primary);
	color: #fff;
	padding: 12px 20px;
	border-radius: var(--rp-radius-sm);
	font-weight: 700;
}

.rp-skip-link:focus {
	left: 16px;
	color: #fff;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	padding: 0;
	margin: -1px;
}

.screen-reader-text:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	width: auto;
	position: static !important;
}

/* 6. En-tête & navigation
   ========================================================================== */
.rp-topbar {
	background: var(--rp-dark);
	color: rgba(255, 255, 255, .78);
	font-size: .88rem;
	padding: 9px 0;
	position: relative;
	z-index: 60;
}

.rp-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.rp-topbar__note {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.rp-topbar__note svg { color: var(--rp-accent); flex: none; }

.rp-topbar__actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.rp-topbar a {
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.rp-topbar a:hover { color: var(--rp-accent); }

.rp-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: saturate(180%) blur(14px);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid transparent;
	transition: box-shadow var(--rp-t), border-color var(--rp-t), background var(--rp-t);
}

.rp-header.is-stuck {
	box-shadow: 0 10px 34px -22px rgba(21, 10, 46, .5);
	border-bottom-color: var(--rp-line);
}

.admin-bar .rp-header { top: 32px; }

.rp-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 84px;
}

/* Marque */
.rp-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex: none;
	margin-right: auto;
}

.rp-brand img {
	max-height: 52px;
	width: auto;
	display: block;
}

.rp-brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.rp-brand__name {
	font-family: var(--rp-font-head);
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--rp-heading);
	margin: 0;
}

.rp-brand__name a { color: inherit; }
.rp-brand__name a:hover { color: var(--rp-primary); }

.rp-brand__tagline {
	font-size: .76rem;
	color: var(--rp-muted);
	letter-spacing: .02em;
}

/* Menu principal */
.rp-nav { margin-left: auto; }

/* Le bouton d'appel du tiroir mobile est masqué sur grand écran. */
.rp-nav > .rp-btn { display: none; }

.rp-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rp-menu li { position: relative; }

.rp-menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--rp-font-head);
	font-size: .96rem;
	font-weight: 600;
	color: var(--rp-heading);
	padding: 12px 16px;
	border-radius: var(--rp-radius-pill);
	white-space: nowrap;
	transition: color var(--rp-t), background var(--rp-t);
}

/* Beaucoup d'entrées de menu : on réduit un peu l'espacement. */
@media (min-width: 992px) and (max-width: 1320px) {
	.rp-menu > li > a { padding-inline: 11px; font-size: .92rem; }
	.rp-menu > li > a::after { left: 11px; right: 11px; }
	.rp-header__inner { gap: 18px; }
}

.rp-menu > li > a::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 4px;
	height: 2px;
	background: var(--rp-gradient);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--rp-t);
}

.rp-menu > li:hover > a,
.rp-menu > li:focus-within > a,
.rp-menu > li.current-menu-item > a,
.rp-menu > li.current-menu-ancestor > a,
.rp-menu > li.current_page_item > a,
.rp-menu > li.current_page_ancestor > a { color: var(--rp-primary); }

.rp-menu > li:hover > a::after,
.rp-menu > li:focus-within > a::after,
.rp-menu > li.current-menu-item > a::after,
.rp-menu > li.current-menu-ancestor > a::after,
.rp-menu > li.current_page_item > a::after { transform: scaleX(1); }

/* Bouton d'ouverture des sous-menus : utile seulement dans le tiroir mobile.
   Sur grand écran, le survol et le focus suffisent (voir :focus-within). */
.rp-menu__toggle { display: none; }

.rp-menu__toggle-icon {
	width: 10px;
	height: 6px;
	flex: none;
	transition: transform var(--rp-t);
}

.rp-menu li:hover > a > .rp-menu__toggle-icon,
.rp-menu li:focus-within > a > .rp-menu__toggle-icon { transform: rotate(180deg); }

/* Sous-menus */
.rp-menu .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 250px;
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius);
	box-shadow: var(--rp-shadow-lg);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity var(--rp-t), transform var(--rp-t), visibility var(--rp-t);
	z-index: 20;
}

.rp-menu li:hover > .sub-menu,
.rp-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rp-menu .sub-menu .sub-menu { top: -10px; left: calc(100% + 6px); }

.rp-menu .sub-menu a {
	display: block;
	padding: 11px 16px;
	border-radius: var(--rp-radius-sm);
	font-size: .93rem;
	font-weight: 600;
	color: var(--rp-heading);
	transition: background var(--rp-t), color var(--rp-t), padding-left var(--rp-t);
}

.rp-menu .sub-menu a:hover,
.rp-menu .sub-menu a:focus,
.rp-menu .sub-menu .current-menu-item > a {
	background: var(--rp-primary-soft);
	color: var(--rp-primary);
	padding-left: 20px;
}

/* Actions d'en-tête */
.rp-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: none;
}

.rp-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--rp-font-head);
	font-weight: 700;
	color: var(--rp-heading);
	white-space: nowrap;
}

.rp-header__phone span { display: inline-flex; flex-direction: column; line-height: 1.2; }
.rp-header__phone small { font-size: .68rem; font-weight: 600; color: var(--rp-muted); text-transform: uppercase; letter-spacing: .08em; }

.rp-header__phone i {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--rp-primary-soft);
	color: var(--rp-primary);
	flex: none;
}

.rp-header__phone:hover { color: var(--rp-primary); }

/* Bouton hamburger */
.rp-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius-sm);
	background: #fff;
	cursor: pointer;
	flex: none;
}

.rp-burger span {
	display: block;
	width: 20px;
	height: 2px;
	margin-inline: auto;
	background: var(--rp-heading);
	border-radius: 2px;
	transition: transform var(--rp-t), opacity var(--rp-t);
}

.rp-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rp-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.rp-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.rp-nav-overlay {
	position: fixed;
	inset: 0;
	background: rgba(21, 10, 46, .55);
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--rp-t), visibility var(--rp-t);
	z-index: 98;
}

body.rp-nav-open .rp-nav-overlay { opacity: 1; visibility: visible; }
body.rp-nav-open { overflow: hidden; }

/* 7. Héros
   ========================================================================== */
.rp-hero {
	position: relative;
	overflow: hidden;
	background: var(--rp-gradient-dark);
	color: rgba(255, 255, 255, .82);
	padding-block: clamp(70px, 8vw, 120px) clamp(110px, 13vw, 190px);
	isolation: isolate;
}

.rp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(60% 60% at 80% 10%, rgba(164, 205, 101, .22) 0%, transparent 60%),
		radial-gradient(55% 55% at 10% 90%, rgba(38, 116, 170, .35) 0%, transparent 60%);
	z-index: -1;
}

.rp-hero__wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: auto;
	color: var(--rp-surface);
	z-index: 1;
	pointer-events: none;
}

.rp-hero__wave.is-alt { color: var(--rp-surface-alt); }

.rp-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 56px;
	align-items: center;
}

.rp-hero--centered .rp-hero__inner {
	grid-template-columns: minmax(0, 1fr);
	text-align: center;
	max-width: 860px;
	margin-inline: auto;
}

.rp-hero--centered .rp-hero__actions,
.rp-hero--centered .rp-hero__facts { justify-content: center; }

.rp-hero h1 {
	color: #fff;
	margin-bottom: .5em;
	text-shadow: 0 6px 40px rgba(0, 0, 0, .2);
}

.rp-hero__lead {
	font-size: clamp(1.02rem, .95rem + .35vw, 1.18rem);
	color: rgba(255, 255, 255, .82);
	max-width: 56ch;
	margin-bottom: 34px;
}

.rp-hero--centered .rp-hero__lead { margin-inline: auto; }

.rp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-bottom: 36px;
}

.rp-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rp-hero__facts li {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: .94rem;
	font-weight: 600;
	color: rgba(255, 255, 255, .9);
}

.rp-hero__facts svg { color: var(--rp-accent); flex: none; }

/* Visuel du héros */
.rp-hero__media { position: relative; }

.rp-hero__frame {
	position: relative;
	border-radius: var(--rp-radius-xl);
	overflow: hidden;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .65);
	backdrop-filter: blur(4px);
	transform: perspective(1600px) rotateY(-6deg) rotateX(2deg);
	transition: transform .6s var(--rp-ease);
}

.rp-hero__frame:hover { transform: perspective(1600px) rotateY(0) rotateX(0); }

.rp-hero__frame img { display: block; width: 100%; }

.rp-hero__frame-bar {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 13px 18px;
	background: rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.rp-hero__frame-bar i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .35);
	display: block;
}

.rp-hero__frame-bar i:nth-child(1) { background: #ff5f57; }
.rp-hero__frame-bar i:nth-child(2) { background: #febc2e; }
.rp-hero__frame-bar i:nth-child(3) { background: var(--rp-accent); }

/* Carte flottante */
.rp-hero__badge {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	background: #fff;
	border-radius: var(--rp-radius);
	box-shadow: 0 26px 50px -24px rgba(0, 0, 0, .6);
	color: var(--rp-heading);
	font-family: var(--rp-font-head);
	animation: rp-float 5s ease-in-out infinite;
}

.rp-hero__badge strong { display: block; font-size: 1.15rem; line-height: 1.1; }
.rp-hero__badge small { font-size: .78rem; color: var(--rp-muted); font-weight: 600; }

.rp-hero__badge i {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--rp-accent-soft);
	color: var(--rp-accent-dark);
	flex: none;
}

.rp-hero__badge--tl { top: 8%; left: -28px; }
.rp-hero__badge--br { bottom: 9%; right: -22px; animation-delay: -2.5s; }
.rp-hero__badge--br i { background: var(--rp-secondary-soft); color: var(--rp-secondary); }

@keyframes rp-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

/* En-tête de page interne */
.rp-page-hero {
	position: relative;
	overflow: hidden;
	background: var(--rp-gradient-dark);
	color: rgba(255, 255, 255, .8);
	padding-block: clamp(56px, 7vw, 92px) clamp(78px, 9vw, 124px);
	text-align: center;
}

.rp-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(60% 100% at 50% 0%, rgba(164, 205, 101, .18) 0%, transparent 70%);
}

.rp-page-hero > .rp-container { position: relative; z-index: 2; }

.rp-page-hero h1 { color: #fff; margin-bottom: .3em; }
.rp-page-hero p { max-width: 62ch; margin-inline: auto; margin-bottom: 0; }

.rp-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	font-size: .88rem;
	color: rgba(255, 255, 255, .62);
}

.rp-breadcrumb a { color: rgba(255, 255, 255, .9); font-weight: 600; }
.rp-breadcrumb a:hover { color: var(--rp-accent); }
.rp-breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .5; }

/* 8. Bandeau de confiance
   ========================================================================== */
.rp-trust { padding-block: 48px; border-bottom: 1px solid var(--rp-line); }

.rp-trust__label {
	text-align: center;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--rp-muted);
	margin-bottom: 26px;
}

.rp-trust__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px 46px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rp-trust__items li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--rp-font-head);
	font-weight: 700;
	font-size: 1.02rem;
	color: var(--rp-heading);
	opacity: .78;
	transition: opacity var(--rp-t), transform var(--rp-t);
}

.rp-trust__items li:hover { opacity: 1; transform: translateY(-2px); }
.rp-trust__items svg { color: var(--rp-primary); flex: none; }
.rp-trust__items img { max-height: 42px; width: auto; filter: grayscale(1); transition: filter var(--rp-t); }
.rp-trust__items li:hover img { filter: none; }

/* 9. Cartes de fonctionnalités
   ========================================================================== */
.rp-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius-lg);
	padding: 34px 30px;
	box-shadow: var(--rp-shadow-xs);
	transition: transform var(--rp-t), box-shadow var(--rp-t), border-color var(--rp-t);
	overflow: hidden;
	height: 100%;
}

.rp-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--rp-gradient);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s var(--rp-ease);
}

.rp-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--rp-shadow);
	border-color: transparent;
}

.rp-card:hover::before { transform: scaleX(1); }

.rp-card__icon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 18px;
	background: var(--rp-primary-soft);
	color: var(--rp-primary);
	margin-bottom: 22px;
	transition: transform var(--rp-t);
}

.rp-card:hover .rp-card__icon { transform: rotate(-6deg) scale(1.06); }

.rp-card--accent .rp-card__icon { background: var(--rp-accent-soft); color: var(--rp-accent-dark); }
.rp-card--secondary .rp-card__icon { background: var(--rp-secondary-soft); color: var(--rp-secondary); }

.rp-card h3 { font-size: 1.22rem; margin-bottom: .5em; }
.rp-card p { font-size: .98rem; margin-bottom: 0; }
.rp-card .rp-link-arrow { margin-top: 18px; }

/* Liste à puces cochées */
.rp-checklist {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	display: grid;
	gap: 14px;
}

.rp-checklist li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 13px;
	font-size: 1rem;
}

.rp-checklist li > svg {
	flex: none;
	margin-top: 4px;
	color: #fff;
	background: var(--rp-accent);
	border-radius: 50%;
	padding: 4px;
	width: 22px;
	height: 22px;
}

.rp-checklist strong { display: block; color: var(--rp-heading); font-family: var(--rp-font-head); }

/* 10. Sections alternées (média + texte)
   ========================================================================== */
.rp-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 68px;
	align-items: center;
}

.rp-split + .rp-split { margin-top: 110px; }

.rp-split--reverse .rp-split__media { order: 2; }

.rp-split__media { position: relative; }

.rp-split__media img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	border-radius: var(--rp-radius-lg);
	box-shadow: var(--rp-shadow);
}

.rp-split__media::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: auto -22px -22px auto;
	width: 62%;
	height: 62%;
	border-radius: var(--rp-radius-lg);
	background: var(--rp-gradient);
	opacity: .12;
}

.rp-split--reverse .rp-split__media::after { inset: auto auto -22px -22px; }

.rp-split__media.is-plain img { box-shadow: none; border-radius: var(--rp-radius); }

.rp-split__body h2 { margin-bottom: .55em; }

/* 11. Statistiques
   ========================================================================== */
.rp-stats {
	position: relative;
	overflow: hidden;
	background: var(--rp-gradient);
	border-radius: var(--rp-radius-xl);
	padding: 54px 44px;
	color: #fff;
	box-shadow: var(--rp-shadow-lg);
}

.rp-stats::after {
	content: "";
	position: absolute;
	right: -60px;
	top: -60px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
}

.rp-stats__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	text-align: center;
}

.rp-stat__value {
	display: block;
	font-family: var(--rp-font-head);
	font-size: clamp(2.1rem, 1.6rem + 1.7vw, 3rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
	color: #fff;
	margin-bottom: 8px;
}

.rp-stat__label {
	font-size: .93rem;
	color: rgba(255, 255, 255, .82);
	font-weight: 600;
}

.rp-stats__grid > div + div { border-left: 1px solid rgba(255, 255, 255, .18); }

/* 12. Formules tarifaires
   ========================================================================== */
.rp-pricing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.rp-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1.5px solid var(--rp-line);
	border-radius: var(--rp-radius-lg);
	padding: 38px 32px;
	box-shadow: var(--rp-shadow-xs);
	transition: transform var(--rp-t), box-shadow var(--rp-t), border-color var(--rp-t);
}

.rp-plan:hover { transform: translateY(-6px); box-shadow: var(--rp-shadow); }

.rp-plan--featured {
	border-color: transparent;
	background: var(--rp-gradient-dark);
	color: rgba(255, 255, 255, .8);
	box-shadow: var(--rp-shadow-lg);
	transform: scale(1.03);
}

.rp-plan--featured:hover { transform: scale(1.03) translateY(-6px); }
.rp-plan--featured h3,
.rp-plan--featured .rp-plan__price { color: #fff; }
.rp-plan--featured .rp-plan__features li { color: rgba(255, 255, 255, .85); }
.rp-plan--featured .rp-plan__features svg { background: var(--rp-accent); color: var(--rp-dark); }

.rp-plan__tag {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--rp-accent);
	color: var(--rp-dark);
	font-family: var(--rp-font-head);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 7px 18px;
	border-radius: var(--rp-radius-pill);
	white-space: nowrap;
	box-shadow: 0 10px 22px -12px rgba(0, 0, 0, .6);
}

.rp-plan h3 { font-size: 1.3rem; margin-bottom: .35em; }

.rp-plan__desc { font-size: .95rem; margin-bottom: 24px; }

.rp-plan__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-family: var(--rp-font-head);
	font-size: clamp(2rem, 1.6rem + 1.2vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -.03em;
	color: var(--rp-heading);
	line-height: 1;
	margin-bottom: 6px;
}

.rp-plan__period {
	font-size: .9rem;
	font-weight: 600;
	color: var(--rp-muted);
	margin-bottom: 28px;
}

.rp-plan--featured .rp-plan__period { color: rgba(255, 255, 255, .6); }

.rp-plan__features {
	list-style: none;
	margin: 0 0 32px;
	padding: 26px 0 0;
	border-top: 1px solid var(--rp-line);
	display: grid;
	gap: 12px;
	flex: 1 1 auto;
}

.rp-plan--featured .rp-plan__features { border-top-color: rgba(255, 255, 255, .16); }

.rp-plan__features li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: .96rem;
}

.rp-plan__features svg {
	flex: none;
	margin-top: 3px;
	width: 20px;
	height: 20px;
	padding: 4px;
	border-radius: 50%;
	background: var(--rp-accent-soft);
	color: var(--rp-accent-dark);
}

/* 13. Témoignages
   ========================================================================== */
.rp-quotes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.rp-quote {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius-lg);
	padding: 34px 30px;
	box-shadow: var(--rp-shadow-xs);
	transition: transform var(--rp-t), box-shadow var(--rp-t);
}

.rp-quote:hover { transform: translateY(-5px); box-shadow: var(--rp-shadow); }

.rp-quote__mark {
	position: absolute;
	top: 22px;
	right: 26px;
	font-family: var(--rp-font-head);
	font-size: 4.5rem;
	line-height: 1;
	color: var(--rp-primary);
	opacity: .1;
	pointer-events: none;
}

.rp-quote__stars {
	display: flex;
	gap: 3px;
	color: #f6b93b;
	margin-bottom: 18px;
}

.rp-quote__text {
	font-size: 1rem;
	color: var(--rp-body);
	margin-bottom: 26px;
	flex: 1 1 auto;
}

.rp-quote__author {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 20px;
	border-top: 1px solid var(--rp-line);
}

.rp-quote__avatar {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--rp-gradient);
	color: #fff;
	font-family: var(--rp-font-head);
	font-weight: 800;
	font-size: 1rem;
	flex: none;
	overflow: hidden;
}

.rp-quote__avatar img { width: 100%; height: 100%; object-fit: cover; }

.rp-quote__name {
	display: block;
	font-family: var(--rp-font-head);
	font-weight: 700;
	color: var(--rp-heading);
	line-height: 1.3;
}

.rp-quote__role { font-size: .86rem; color: var(--rp-muted); }

/* 14. FAQ
   ========================================================================== */
.rp-faq { max-width: 840px; margin-inline: auto; display: grid; gap: 14px; }

.rp-faq__item {
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius);
	overflow: hidden;
	transition: box-shadow var(--rp-t), border-color var(--rp-t);
}

.rp-faq__item.is-open { box-shadow: var(--rp-shadow-sm); border-color: var(--rp-primary); }

.rp-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	padding: 22px 26px;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: var(--rp-font-head);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--rp-heading);
	text-align: left;
	cursor: pointer;
	transition: color var(--rp-t);
}

.rp-faq__q:hover { color: var(--rp-primary); transform: none; box-shadow: none; }

.rp-faq__q i {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--rp-primary-soft);
	color: var(--rp-primary);
	flex: none;
	transition: transform var(--rp-t);
}

.rp-faq__item.is-open .rp-faq__q i { transform: rotate(45deg); }

.rp-faq__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s var(--rp-ease);
}

.rp-faq__a > div { padding: 0 26px 24px; font-size: .99rem; }

/* 15. Appel à l'action
   ========================================================================== */
.rp-cta {
	position: relative;
	overflow: hidden;
	border-radius: var(--rp-radius-xl);
	background: var(--rp-gradient-dark);
	padding: clamp(44px, 6vw, 76px);
	text-align: center;
	color: rgba(255, 255, 255, .8);
	box-shadow: var(--rp-shadow-lg);
}

.rp-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(50% 80% at 15% 100%, rgba(164, 205, 101, .3) 0%, transparent 65%),
		radial-gradient(45% 70% at 90% 0%, rgba(38, 116, 170, .45) 0%, transparent 65%);
}

.rp-cta > * { position: relative; z-index: 2; }

.rp-cta h2 { color: #fff; max-width: 20ch; margin-inline: auto; }
.rp-cta p { max-width: 60ch; margin-inline: auto; margin-bottom: 34px; font-size: 1.06rem; }

.rp-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

/* Bloc newsletter */
.rp-newsletter {
	display: flex;
	gap: 10px;
	max-width: 520px;
	margin: 0 auto;
}

.rp-newsletter input[type="email"] {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .12);
	color: #fff;
	border-radius: var(--rp-radius-pill);
	padding-inline: 24px;
}

.rp-newsletter input[type="email"]::placeholder { color: rgba(255, 255, 255, .6); }

/* 16. Contenu éditorial (blog, pages)
   ========================================================================== */
.rp-main { padding-block: 78px; }

.rp-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 52px;
	align-items: start;
}

.rp-layout--full { grid-template-columns: minmax(0, 1fr); }
.rp-layout--left-sidebar .rp-sidebar { order: -1; }
.rp-layout--left-sidebar { grid-template-columns: 330px minmax(0, 1fr); }

/* Zone de contenu riche */
.rp-content { font-size: 1.04rem; }
.rp-content > *:last-child { margin-bottom: 0; }

/*
 * Les liens au fil du texte doivent se distinguer autrement que par la
 * couleur : c'est le critère 1.4.1 des règles d'accessibilité, et cela
 * profite aussi aux personnes daltoniennes. Le soulignement est décalé et
 * affiné pour ne pas alourdir la lecture, puis s'épaissit au survol.
 *
 * Les liens présentés comme des boutons, des titres de cartes ou des
 * éléments de liste de navigation en sont exclus : leur nature est déjà
 * signalée par leur forme.
 */
.rp-content p > a,
.rp-content li > a,
.rp-content td > a,
.rp-content th > a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	text-decoration-color: rgba(var(--rp-primary-rgb), .45);
}

.rp-content p > a:hover,
.rp-content p > a:focus,
.rp-content li > a:hover,
.rp-content li > a:focus,
.rp-content td > a:hover,
.rp-content td > a:focus,
.rp-content th > a:hover,
.rp-content th > a:focus {
	text-decoration-thickness: 2px;
	text-decoration-color: currentColor;
}

/* Les liens en forme de bouton ou de carte gardent leur apparence. */
.rp-content a.rp-btn,
.rp-content .rp-card h3 > a,
.rp-content .rp-card h4 > a,
.rp-content a.rp-link-arrow { text-decoration: none; }

.rp-content h2 { margin-top: 1.9em; }
.rp-content h3 { margin-top: 1.6em; }
.rp-content h2:first-child,
.rp-content h3:first-child { margin-top: 0; }

.rp-content ul,
.rp-content ol { margin: 0 0 1.5em; padding-left: 1.4em; }
.rp-content li { margin-bottom: .5em; }
.rp-content ul { list-style: none; padding-left: 0; }

.rp-content ul li {
	position: relative;
	padding-left: 30px;
}

.rp-content ul li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: .62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rp-accent);
	box-shadow: 0 0 0 4px rgba(164, 205, 101, .22);
}

/* Dans le contenu rédactionnel, la puce est en positionnement absolu : la
   disposition en flex de « .rp-checklist » y répartirait l'intitulé et sa
   description en deux colonnes étroites, illisibles sur téléphone. En flux
   normal, l'intitulé retrouve sa ligne et le texte suit dessous. */
.rp-content .rp-checklist li { display: block; }

.rp-content ol { counter-reset: rp-ol; list-style: none; padding-left: 0; }
.rp-content ol > li { position: relative; padding-left: 40px; counter-increment: rp-ol; }

.rp-content ol > li::before {
	content: counter(rp-ol);
	position: absolute;
	left: 0;
	top: .1em;
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--rp-primary-soft);
	color: var(--rp-primary);
	font-family: var(--rp-font-head);
	font-size: .82rem;
	font-weight: 800;
}

.rp-content img { border-radius: var(--rp-radius); }

.rp-content figure { margin: 32px 0; }
.rp-content figcaption {
	font-size: .87rem;
	color: var(--rp-muted);
	text-align: center;
	margin-top: 10px;
}

/* Carte d'article */
.rp-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.rp-layout:not(.rp-layout--full) .rp-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.rp-post-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius-lg);
	overflow: hidden;
	box-shadow: var(--rp-shadow-xs);
	transition: transform var(--rp-t), box-shadow var(--rp-t);
	height: 100%;
}

.rp-post-card:hover { transform: translateY(-6px); box-shadow: var(--rp-shadow); }

.rp-post-card__thumb {
	display: block;
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--rp-gradient-soft);
}

.rp-post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	transition: transform .6s var(--rp-ease);
}

.rp-post-card:hover .rp-post-card__thumb img { transform: scale(1.06); }

.rp-post-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 26px 26px 28px;
}

.rp-post-card__cat {
	display: inline-flex;
	align-self: flex-start;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--rp-primary);
	background: var(--rp-primary-soft);
	padding: 6px 13px;
	border-radius: var(--rp-radius-pill);
	margin-bottom: 14px;
}

.rp-post-card h3 { font-size: 1.18rem; margin-bottom: .5em; }
.rp-post-card h3 a { color: inherit; }
.rp-post-card h3 a:hover { color: var(--rp-primary); }

.rp-post-card__excerpt { font-size: .95rem; flex: 1 1 auto; margin-bottom: 20px; }

.rp-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	font-size: .85rem;
	color: var(--rp-muted);
}

.rp-post-meta span { display: inline-flex; align-items: center; gap: 7px; }
.rp-post-meta svg { color: var(--rp-primary); flex: none; }
.rp-post-meta a { color: var(--rp-muted); }
.rp-post-meta a:hover { color: var(--rp-primary); }

/* Article seul */
.rp-entry__thumb {
	margin: 0 0 40px;
	border-radius: var(--rp-radius-lg);
	overflow: hidden;
	box-shadow: var(--rp-shadow);
}

.rp-entry__thumb img { width: 100%; display: block; border-radius: 0; }

.rp-entry__footer {
	margin-top: 48px;
	padding-top: 30px;
	border-top: 1px solid var(--rp-line);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.rp-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.rp-tags a {
	font-size: .83rem;
	font-weight: 600;
	color: var(--rp-body);
	background: var(--rp-surface-alt);
	border: 1px solid var(--rp-line);
	padding: 6px 14px;
	border-radius: var(--rp-radius-pill);
	transition: all var(--rp-t);
}

.rp-tags a:hover { color: #fff; background: var(--rp-primary); border-color: var(--rp-primary); }

.rp-share { display: flex; align-items: center; gap: 10px; }

.rp-share a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--rp-surface-alt);
	border: 1px solid var(--rp-line);
	color: var(--rp-heading);
	transition: all var(--rp-t);
}

.rp-share a:hover { background: var(--rp-primary); border-color: var(--rp-primary); color: #fff; transform: translateY(-3px); }

/* Navigation entre articles */
.rp-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 48px;
}

.rp-post-nav a {
	display: block;
	padding: 24px 26px;
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius);
	transition: all var(--rp-t);
}

.rp-post-nav a:hover { border-color: var(--rp-primary); box-shadow: var(--rp-shadow-sm); transform: translateY(-3px); }
.rp-post-nav small { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--rp-muted); margin-bottom: 8px; font-weight: 700; }
.rp-post-nav strong { font-family: var(--rp-font-head); color: var(--rp-heading); font-size: 1rem; line-height: 1.4; display: block; }
.rp-post-nav .is-next { text-align: right; }

/* 17. Barre latérale & widgets
   ========================================================================== */
.rp-sidebar { position: sticky; top: 110px; display: grid; gap: 26px; }
.admin-bar .rp-sidebar { top: 142px; }

.rp-widget {
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius-lg);
	padding: 28px 26px;
	box-shadow: var(--rp-shadow-xs);
	font-size: .96rem;
}

.rp-widget .widget-title,
.rp-widget h2,
.rp-widget h3 {
	position: relative;
	font-size: 1.08rem;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--rp-line);
}

.rp-widget .widget-title::after,
.rp-widget h2::after,
.rp-widget h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 48px;
	height: 3px;
	border-radius: 3px;
	background: var(--rp-gradient);
}

.rp-widget ul { list-style: none; margin: 0; padding: 0; }

.rp-widget ul li {
	padding: 9px 0;
	border-bottom: 1px dashed var(--rp-line);
}

.rp-widget ul li:last-child { border-bottom: 0; padding-bottom: 0; }
.rp-widget ul li a { color: var(--rp-body); font-weight: 500; }
.rp-widget ul li a:hover { color: var(--rp-primary); padding-left: 4px; }
.rp-widget ul ul { padding-left: 16px; margin-top: 9px; }
.rp-widget img { border-radius: var(--rp-radius-sm); }
.rp-widget select { font-size: .92rem; }

/* Recherche */
.rp-search-form { position: relative; display: flex; }

.rp-search-form input[type="search"] {
	border-radius: var(--rp-radius-pill);
	padding-right: 56px;
}

.rp-search-form button {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	width: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--rp-gradient);
	color: #fff;
	display: grid;
	place-items: center;
	cursor: pointer;
	box-shadow: none;
}

.rp-search-form button:hover { transform: none; }

/* 18. Commentaires
   ========================================================================== */
.rp-comments { margin-top: 60px; }

.rp-comments__title { font-size: 1.5rem; margin-bottom: 30px; }

.comment-list { list-style: none; margin: 0 0 40px; padding: 0; }
.comment-list ol.children { list-style: none; margin: 20px 0 0; padding-left: 34px; }

.comment-body {
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius);
	padding: 24px 26px;
	margin-bottom: 20px;
	box-shadow: var(--rp-shadow-xs);
}

.comment-author { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.comment-author img { border-radius: 50%; }
.comment-author .fn { font-family: var(--rp-font-head); font-weight: 700; color: var(--rp-heading); font-style: normal; }
.comment-meta { font-size: .84rem; color: var(--rp-muted); margin-bottom: 12px; }
.comment-reply-link {
	display: inline-block;
	margin-top: 8px;
	font-size: .86rem;
	font-weight: 700;
	font-family: var(--rp-font-head);
}

.comment-respond {
	background: var(--rp-surface-alt);
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius-lg);
	padding: 34px 32px;
}

.comment-form p { margin-bottom: 18px; }
.comment-form .comment-notes { font-size: .9rem; color: var(--rp-muted); }

/* 19. Pagination
   ========================================================================== */
.rp-pagination { margin-top: 56px; }

.rp-pagination .nav-links,
.rp-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.rp-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 46px;
	height: 46px;
	padding-inline: 14px;
	border-radius: var(--rp-radius-sm);
	background: #fff;
	border: 1px solid var(--rp-line);
	font-family: var(--rp-font-head);
	font-weight: 700;
	color: var(--rp-heading);
	transition: all var(--rp-t);
}

.rp-pagination a.page-numbers:hover { border-color: var(--rp-primary); color: var(--rp-primary); transform: translateY(-2px); }

.rp-pagination .page-numbers.current {
	background: var(--rp-gradient);
	border-color: transparent;
	color: #fff;
	box-shadow: var(--rp-shadow-sm);
}

.rp-pagination .page-numbers.dots { background: none; border-color: transparent; }

/* 20. Pied de page
   ========================================================================== */
.rp-footer {
	position: relative;
	background: var(--rp-dark);
	color: rgba(255, 255, 255, .66);
	overflow: hidden;
	font-size: .96rem;
}

.rp-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(40% 60% at 8% 0%, rgba(110, 0, 255, .38) 0%, transparent 62%),
		radial-gradient(40% 60% at 92% 100%, rgba(38, 116, 170, .3) 0%, transparent 62%);
	pointer-events: none;
}

.rp-footer > * { position: relative; z-index: 2; }

.rp-footer__top { padding-block: 76px 56px; }

.rp-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	gap: 44px;
}

.rp-footer h2,
.rp-footer h3,
.rp-footer .widget-title {
	font-size: 1.05rem;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: -.01em;
}

.rp-footer a { color: rgba(255, 255, 255, .74); }
.rp-footer a:hover { color: var(--rp-accent); }

/* Widgets du pied de page : pas d'habillage « carte », fond transparent. */
.rp-footer-widget {
	background: none;
	border: 0;
	padding: 0;
	box-shadow: none;
	margin-bottom: 28px;
}

.rp-footer-widget:last-child { margin-bottom: 0; }

.rp-footer-widget .widget-title {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.rp-footer-widget .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 44px;
	height: 3px;
	border-radius: 3px;
	background: var(--rp-accent);
}

.rp-footer-widget li { border: 0; padding: 0; }
.rp-footer-widget img { border-radius: var(--rp-radius-sm); }

.rp-footer-widget .textwidget > ul,
.rp-footer-widget .textwidget > ul li { line-height: 1.6; }
.rp-footer-widget .textwidget br:first-of-type { display: none; }

.rp-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.rp-footer ul li { line-height: 1.5; }
.rp-footer ul ul { margin-top: 11px; padding-left: 14px; }

.rp-footer__brand img { max-height: 56px; width: auto; margin-bottom: 20px; }
.rp-footer__about { max-width: 38ch; margin-bottom: 24px; }

/* Colonnes de liens : min-width évite qu'un libellé long ne déforme la grille. */
.rp-footer__col { min-width: 0; }
.rp-footer__col > ul + ul { margin-top: 11px; }

/* Éditeur et logiciels de la même maison. */
.rp-footer__publisher {
	margin-top: 46px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: .93rem;
}

.rp-footer__publisher p { margin: 0 0 10px; }
.rp-footer__publisher p:last-child { margin-bottom: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 22px; }
.rp-footer__publisher p:last-child > span { opacity: .72; }

.rp-footer__publisher a { display: inline-flex; align-items: baseline; gap: 6px; }
.rp-footer__publisher a strong { font-family: var(--rp-font-head); color: #fff; }

.rp-footer__contact { display: grid; gap: 12px; margin-bottom: 26px; }

.rp-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.rp-footer__contact svg { color: var(--rp-accent); flex: none; margin-top: 4px; }

.rp-social { display: flex; gap: 10px; }

.rp-social a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	transition: all var(--rp-t);
}

.rp-social a:hover {
	background: var(--rp-primary);
	border-color: var(--rp-primary);
	color: #fff;
	transform: translateY(-3px);
}

.rp-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-block: 24px;
	font-size: .89rem;
}

.rp-footer__bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.rp-footer__bottom-inner p { margin: 0; }

/* Le sélecteur est renforcé : « .rp-footer ul » impose sinon une grille
   verticale et empile les liens légaux au lieu de les aligner. */
.rp-footer ul.rp-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Retour en haut */
.rp-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 90;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	background: var(--rp-gradient);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 16px 30px -14px rgba(110, 0, 255, .8);
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px);
	transition: all var(--rp-t);
	padding: 0;
}

.rp-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.rp-to-top:hover { transform: translateY(-4px); }

/* 21. Utilitaires & animations
   ========================================================================== */
.rp-mb-0 { margin-bottom: 0 !important; }
.rp-mt-0 { margin-top: 0 !important; }
.rp-center { text-align: center; }
.rp-nowrap { white-space: nowrap; }

/* L'animation d'apparition n'est active que si le JS a pu s'exécuter :
   sans JS, le contenu reste visible en toutes circonstances. */
.rp-js .rp-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s var(--rp-ease), transform .7s var(--rp-ease);
	will-change: opacity, transform;
}

.rp-js .rp-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }

	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
	}

	.rp-js .rp-reveal { opacity: 1; transform: none; }
}

/* 22. Responsive
   ========================================================================== */
@media (max-width: 1100px) {
	:root { --rp-section-y: 84px; }

	.rp-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
	.rp-hero__badge--tl { left: -8px; }
	.rp-hero__badge--br { right: -6px; }
}

@media (max-width: 991px) {
	.rp-header__inner { min-height: 74px; }

	.rp-burger { display: flex; }

	/* backdrop-filter crée un bloc conteneur pour les éléments en position fixed :
	   on le retire sur mobile pour que le tiroir occupe toute la hauteur d'écran. */
	.rp-header {
		background: #fff;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.rp-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(360px, 88vw);
		margin: 0;
		padding: 84px 24px 32px;
		background: #fff;
		box-shadow: -20px 0 60px -30px rgba(21, 10, 46, .7);
		overflow-y: auto;
		transform: translateX(105%);
		transition: transform .35s var(--rp-ease);
		z-index: 99;
	}

	body.rp-nav-open .rp-nav { transform: translateX(0); }

	.rp-menu { flex-direction: column; align-items: stretch; gap: 2px; }

	.rp-menu > li > a {
		justify-content: space-between;
		padding: 14px 14px;
		border-radius: var(--rp-radius-sm);
		font-size: 1.02rem;
	}

	.rp-menu > li > a::after { display: none; }
	.rp-menu > li + li { border-top: 1px solid var(--rp-line); }

	.rp-menu .sub-menu,
	.rp-menu .sub-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: 0;
		border-left: 2px solid var(--rp-line);
		border-radius: 0;
		margin: 0 0 10px 14px;
		padding: 0 0 0 8px;
		min-width: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height .35s var(--rp-ease);
	}

	.rp-menu li.is-open > .sub-menu { max-height: 640px; }

	/* Dans le tiroir, le lien et son bouton se partagent la ligne ; le
	   sous-menu occupe la ligne suivante sur toute la largeur. */
	.rp-menu li { display: flex; flex-wrap: wrap; align-items: center; }
	.rp-menu > li > a { flex: 1 1 auto; min-width: 0; }
	.rp-menu li > .sub-menu { flex: 0 0 100%; }

	/* Le repère visuel du lien laisse la place au bouton, seul cliquable. */
	.rp-menu__toggle-icon-wrap { display: none; }

	.rp-menu__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: none;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: var(--rp-radius-sm);
		background: none;
		color: var(--rp-heading);
		cursor: pointer;
		transition: background var(--rp-t), color var(--rp-t);
	}

	.rp-menu__toggle:hover { background: var(--rp-primary-soft); color: var(--rp-primary); }
	.rp-menu li.is-open > .rp-menu__toggle > .rp-menu__toggle-icon { transform: rotate(180deg); }

	.rp-header__actions .rp-header__phone span { display: none; }
	.rp-header__actions .rp-btn { display: none; }

	.rp-nav .rp-btn { display: flex; margin-top: 22px; width: 100%; }

	.rp-hero__inner { grid-template-columns: minmax(0, 1fr); gap: 48px; }
	.rp-hero__frame { transform: none; }

	.rp-split,
	.rp-split--reverse { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	.rp-split--reverse .rp-split__media { order: 0; }
	.rp-split + .rp-split { margin-top: 72px; }

	.rp-layout,
	.rp-layout--left-sidebar { grid-template-columns: minmax(0, 1fr); gap: 48px; }
	.rp-layout--left-sidebar .rp-sidebar { order: 0; }
	.rp-sidebar { position: static; }

	.rp-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rp-posts,
	.rp-layout:not(.rp-layout--full) .rp-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.rp-pricing { grid-template-columns: minmax(0, 1fr); max-width: 480px; margin-inline: auto; }
	.rp-plan--featured { transform: none; }
	.rp-plan--featured:hover { transform: translateY(-6px); }

	.rp-quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.rp-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
	.rp-stats__grid > div + div { border-left: 0; }
	.rp-stats__grid > div:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 26px; }
}

@media (max-width: 767px) {
	:root { --rp-section-y: 66px; --rp-gutter: 18px; }

	body { font-size: 16px; }

	.rp-topbar__inner { justify-content: center; text-align: center; }
	.rp-topbar__note { display: none; }

	.rp-grid--2,
	.rp-grid--3,
	.rp-grid--4 { grid-template-columns: minmax(0, 1fr); }

	.rp-posts,
	.rp-layout:not(.rp-layout--full) .rp-posts { grid-template-columns: minmax(0, 1fr); }

	.rp-quotes { grid-template-columns: minmax(0, 1fr); }

	.rp-hero__badge { display: none; }

	.rp-post-nav { grid-template-columns: minmax(0, 1fr); }
	.rp-post-nav .is-next { text-align: left; }

	.rp-stats { padding: 38px 26px; }
	.rp-stats__grid { gap: 24px; }

	.rp-newsletter { flex-direction: column; }

	.rp-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
	.rp-footer__top { padding-block: 56px 40px; }

	.rp-footer__bottom-inner { justify-content: center; text-align: center; }

	.rp-entry__footer { flex-direction: column; align-items: flex-start; }

	.rp-comments .comment-list ol.children { padding-left: 16px; }

	.rp-to-top { right: 14px; bottom: 14px; }
}

@media (max-width: 480px) {
	.rp-brand__tagline { display: none; }

	/* Le logo est un bloc presque carré : contraint à 42 px de haut, le mot
	   « Reprolys » qu'il contient devenait illisible. 48 px reste dans la
	   hauteur de la barre, fixée par le bouton de menu (46 px). */
	.rp-brand img { max-height: 48px; }
	.rp-hero__actions .rp-btn { width: 100%; }
	.rp-cta__actions .rp-btn { width: 100%; }
}

/* Impression */
@media print {
	.rp-header, .rp-topbar, .rp-footer, .rp-sidebar, .rp-to-top, .rp-cta, .rp-hero__media { display: none !important; }
	body { color: #000; font-size: 12pt; }
	.rp-layout { display: block; }
}
