.lsp-rdv {
	--lsp-wine: #74374d;
	--lsp-wine-dark: #4d2434;
	--lsp-wine-deep: #3f1e2b;
	--lsp-rose: #c98998;
	--lsp-blush: #f7ebe9;
	--lsp-powder: #fbf6f3;
	--lsp-cream: #fffaf6;
	--lsp-gold: #bc945d;
	--lsp-ink: #352c2f;
	--lsp-muted: #726268;
	--lsp-line: #eadbd8;
	--lsp-white: #ffffff;
	--lsp-shadow: 0 24px 70px rgba(77, 36, 52, 0.12);
	width: 100%;
	max-width: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	color: var(--lsp-ink);
	background: var(--lsp-powder);
	font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}

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

.lsp-rdv.alignfull,
.lsp-rdv .alignfull {
	width: 100vw;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.lsp-rdv-page .entry-header,
.lsp-rdv-page .page-header,
.lsp-rdv-page main > article > header {
	display: none;
}

.lsp-rdv-page .entry-content,
.lsp-rdv-page .site-main,
.lsp-rdv-page main > article {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.lsp-rdv h1,
.lsp-rdv h2,
.lsp-rdv h3,
.lsp-rdv p,
.lsp-rdv figure,
.lsp-rdv ul {
	margin-top: 0;
}

.lsp-rdv h1,
.lsp-rdv h2,
.lsp-rdv h3 {
	color: var(--lsp-wine-dark);
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-weight: 500;
	letter-spacing: -0.025em;
}

.lsp-rdv a {
	color: inherit;
}

.lsp-rdv__shell {
	width: min(100%, 1220px);
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: clamp(20px, 4vw, 44px);
	padding-left: clamp(20px, 4vw, 44px);
}

.lsp-rdv__section {
	padding-top: clamp(72px, 9vw, 118px);
	padding-bottom: clamp(72px, 9vw, 118px);
}

.lsp-rdv__eyebrow {
	margin-bottom: 14px;
	color: var(--lsp-wine);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.17em;
	line-height: 1.5;
	text-transform: uppercase;
}

.lsp-rdv__eyebrow--light {
	color: #f4dedf;
}

.lsp-rdv__section-title {
	max-width: 710px;
	margin-bottom: 20px;
	font-size: clamp(2.35rem, 4.4vw, 4.25rem);
	line-height: 1.02;
}

.lsp-rdv__section-title--center {
	margin-right: auto;
	margin-left: auto;
}

.lsp-rdv__section-lead {
	max-width: 760px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	color: var(--lsp-muted);
	font-size: 1.05rem;
}

.lsp-rdv__section-lead--left {
	margin-left: 0;
}

.lsp-rdv__hero {
	position: relative;
	padding-top: clamp(66px, 9vw, 118px);
	padding-bottom: clamp(78px, 9vw, 124px);
	background:
		radial-gradient(circle at 7% 9%, rgba(188, 148, 93, 0.18), transparent 29%),
		radial-gradient(circle at 96% 88%, rgba(201, 137, 152, 0.24), transparent 34%),
		linear-gradient(145deg, #fffaf7 0%, #fbf3f1 55%, #f5e5e5 100%);
}

.lsp-rdv__hero::before,
.lsp-rdv__hero::after {
	position: absolute;
	content: "✦";
	color: rgba(188, 148, 93, 0.56);
	line-height: 1;
}

.lsp-rdv__hero::before {
	top: 10%;
	right: 4.5%;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.lsp-rdv__hero::after {
	bottom: 9%;
	left: 4%;
	font-size: 1.35rem;
}

.lsp-rdv__hero-grid {
	gap: clamp(44px, 7vw, 90px) !important;
	margin-bottom: 0;
}

.lsp-rdv__title {
	max-width: 760px;
	margin-bottom: 25px;
	font-size: clamp(3.35rem, 6.3vw, 6.3rem);
	line-height: 0.91;
}

.lsp-rdv__lead {
	max-width: 690px;
	margin-bottom: 31px;
	color: var(--lsp-muted);
	font-size: clamp(1.08rem, 1.8vw, 1.28rem);
	line-height: 1.72;
}

.lsp-rdv__micro {
	margin-top: 18px !important;
	margin-bottom: 0;
	color: var(--lsp-muted);
	font-size: 0.79rem;
	letter-spacing: 0.03em;
}

.lsp-rdv__actions,
.lsp-rdv__offer-action,
.lsp-rdv__final-actions,
.lsp-rdv__reviews-actions {
	gap: 12px !important;
}

.lsp-rdv__button .wp-block-button__link {
	min-height: 49px;
	padding: 13px 25px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.91rem;
	font-weight: 720;
	line-height: 1.25;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.lsp-rdv__button .wp-block-button__link:hover,
.lsp-rdv__button .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 11px 28px rgba(77, 36, 52, 0.17);
}

.lsp-rdv__button--primary .wp-block-button__link {
	color: var(--lsp-white);
	background: var(--lsp-wine);
}

.lsp-rdv__button--primary .wp-block-button__link:hover,
.lsp-rdv__button--primary .wp-block-button__link:focus-visible {
	background: var(--lsp-wine-dark);
}

.lsp-rdv__button--outline .wp-block-button__link {
	border-color: rgba(116, 55, 77, 0.34);
	color: var(--lsp-wine-dark);
	background: transparent;
}

.lsp-rdv__button--outline .wp-block-button__link:hover,
.lsp-rdv__button--outline .wp-block-button__link:focus-visible {
	border-color: var(--lsp-wine);
	background: rgba(116, 55, 77, 0.06);
}

.lsp-rdv__button--light .wp-block-button__link {
	color: var(--lsp-wine-dark);
	background: var(--lsp-white);
}

.lsp-rdv__hero-visual,
.lsp-rdv__included-visual {
	position: relative;
}

.lsp-rdv__image {
	width: 100%;
	margin: 0 !important;
	overflow: hidden;
	background: #e8d9d4;
	box-shadow: var(--lsp-shadow);
}

.lsp-rdv__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsp-rdv__image--hero {
	aspect-ratio: 4 / 5;
	border-radius: 48% 48% 28px 28px;
}

.lsp-rdv__image--hero img {
	object-position: 52% center;
}

.lsp-rdv__image-placeholder {
	display: grid;
	aspect-ratio: 4 / 5;
	place-items: center;
	border-radius: 48% 48% 28px 28px;
	color: var(--lsp-gold);
	background: linear-gradient(145deg, #eddddd, #f8eeeb);
	font-size: 4rem;
}

.lsp-rdv__hero-note {
	position: absolute;
	right: -18px;
	bottom: 28px;
	max-width: 220px;
	padding: 17px 22px;
	border: 1px solid rgba(188, 148, 93, 0.38);
	border-radius: 16px;
	background: rgba(255, 250, 246, 0.94);
	box-shadow: 0 14px 34px rgba(77, 36, 52, 0.12);
	backdrop-filter: blur(8px);
}

.lsp-rdv__hero-note p {
	margin-bottom: 0;
	color: var(--lsp-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.lsp-rdv__hero-note strong {
	color: var(--lsp-wine-dark);
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-size: 1.07rem;
	font-weight: 600;
}

.lsp-rdv__section--needs {
	background: var(--lsp-cream);
}

.lsp-rdv__needs-grid {
	gap: 18px !important;
	margin-top: 46px;
	margin-bottom: 0;
}

.lsp-rdv__need-card {
	position: relative;
	min-height: 275px;
	padding: 34px 30px 30px;
	border: 1px solid var(--lsp-line);
	border-radius: 23px;
	background: var(--lsp-white);
	box-shadow: 0 14px 44px rgba(77, 36, 52, 0.06);
}

.lsp-rdv__need-card--featured {
	transform: translateY(-13px);
	border-color: rgba(188, 148, 93, 0.5);
	background: linear-gradient(150deg, #fffdf9, #f9efec);
}

.lsp-rdv__card-number {
	margin-bottom: 34px;
	color: var(--lsp-gold);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.lsp-rdv__need-card h3 {
	margin-bottom: 12px;
	font-size: 1.8rem;
	line-height: 1.08;
}

.lsp-rdv__need-card p:last-child {
	margin-bottom: 0;
	color: var(--lsp-muted);
	font-size: 0.93rem;
	line-height: 1.65;
}

.lsp-rdv__section--manifesto {
	position: relative;
	padding-top: clamp(65px, 7vw, 92px);
	padding-bottom: clamp(65px, 7vw, 92px);
	background:
		radial-gradient(circle at 18% 16%, rgba(201, 137, 152, 0.18), transparent 28%),
		radial-gradient(circle at 88% 85%, rgba(188, 148, 93, 0.15), transparent 28%),
		linear-gradient(135deg, var(--lsp-wine-deep), var(--lsp-wine));
}

.lsp-rdv__manifesto-symbol {
	margin-bottom: 20px;
	color: #e9c998;
	font-size: 1.65rem;
}

.lsp-rdv__manifesto-text {
	max-width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #fff8f5;
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.65rem);
	font-weight: 500;
	line-height: 1.12;
}

/* Le !important empêche les couleurs globales du thème de repasser ce texte en sombre. */
.lsp-rdv .lsp-rdv__section--manifesto .lsp-rdv__manifesto-text {
	color: #fffaf6 !important;
}

.lsp-rdv__section--offers {
	background:
		radial-gradient(circle at 95% 10%, rgba(201, 137, 152, 0.15), transparent 28%),
		var(--lsp-powder);
}

.lsp-rdv__offers-grid {
	align-items: stretch !important;
	gap: clamp(22px, 3.5vw, 42px) !important;
	margin-bottom: 0;
}

.lsp-rdv__offer-card {
	display: flex;
	flex-direction: column;
	padding: clamp(31px, 4vw, 47px);
	border: 1px solid var(--lsp-line);
	border-radius: 27px;
	background: var(--lsp-white);
	box-shadow: 0 18px 55px rgba(77, 36, 52, 0.08);
}

.lsp-rdv__offer-card--featured {
	border-color: transparent;
	color: #fff7f5;
	background:
		radial-gradient(circle at 92% 5%, rgba(188, 148, 93, 0.22), transparent 29%),
		linear-gradient(145deg, var(--lsp-wine-dark), var(--lsp-wine));
	box-shadow: 0 24px 65px rgba(77, 36, 52, 0.21);
}

.lsp-rdv__offer-label {
	align-self: flex-start;
	margin-bottom: 23px;
	padding: 6px 12px;
	border-radius: 999px;
	color: var(--lsp-wine);
	background: var(--lsp-blush);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.25;
	text-transform: uppercase;
}

.lsp-rdv__offer-card--featured .lsp-rdv__offer-label {
	color: #fff7f5;
	background: rgba(255, 255, 255, 0.13);
}

.lsp-rdv__offer-card h3 {
	margin-bottom: 4px;
	font-size: clamp(2rem, 3.4vw, 3.05rem);
	line-height: 1.03;
}

.lsp-rdv__offer-card--featured h3 {
	color: #fffaf6;
}

.lsp-rdv__offer-subtitle {
	margin-bottom: 25px;
	color: var(--lsp-muted);
	font-size: 0.86rem;
	font-weight: 650;
}

.lsp-rdv__offer-card--featured .lsp-rdv__offer-subtitle {
	color: #ebd7db;
}

.lsp-rdv__offer-price {
	display: flex;
	align-items: baseline;
	gap: 13px;
	margin-bottom: 26px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--lsp-line);
}

.lsp-rdv__offer-card--featured .lsp-rdv__offer-price {
	border-bottom-color: rgba(255, 255, 255, 0.18);
}

.lsp-rdv__offer-price strong {
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
}

.lsp-rdv__offer-price span {
	color: var(--lsp-muted);
	font-size: 1.12rem;
	font-weight: 750;
}

.lsp-rdv__offer-card--featured .lsp-rdv__offer-price span {
	color: #f3dfe2;
}

.lsp-rdv__offer-list {
	flex-grow: 1;
	margin-bottom: 30px;
	padding-left: 0;
	list-style: none;
}

.lsp-rdv__offer-list li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 27px;
	color: var(--lsp-muted);
	font-size: 0.93rem;
	line-height: 1.5;
}

.lsp-rdv__offer-list li::before {
	position: absolute;
	top: 0.08em;
	left: 0;
	content: "✓";
	color: var(--lsp-gold);
	font-weight: 800;
}

.lsp-rdv__offer-card--featured .lsp-rdv__offer-list li {
	color: #f1e2e5;
}

.lsp-rdv__offer-action {
	margin-top: auto;
}

.lsp-rdv__notice {
	max-width: 910px;
	margin-top: 32px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 16px 22px;
	border: 1px solid rgba(188, 148, 93, 0.42);
	border-radius: 15px;
	background: #fffaf0;
}

.lsp-rdv__notice p {
	margin-bottom: 0;
	color: #695544;
	font-size: 0.86rem;
	text-align: center;
}

.lsp-rdv__section--booking {
	padding-top: clamp(60px, 7vw, 92px);
	background: linear-gradient(180deg, #f1e2e2 0%, var(--lsp-cream) 46%);
}

.lsp-rdv__booking-intro {
	position: relative;
	padding: clamp(38px, 5vw, 62px) clamp(22px, 5vw, 70px);
	border-radius: 28px 28px 0 0;
	background:
		radial-gradient(circle at 7% 0%, rgba(201, 137, 152, 0.25), transparent 27%),
		linear-gradient(135deg, var(--lsp-wine-deep), var(--lsp-wine));
}

.lsp-rdv__booking-title {
	max-width: 810px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color: #fffaf6;
	font-size: clamp(2.25rem, 4.4vw, 4.2rem);
	line-height: 1.02;
}

.lsp-rdv__booking-text {
	max-width: 690px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #f0dfe2;
	font-size: 0.97rem;
}

.lsp-rdv .lsp-rdv__booking-intro .lsp-rdv__eyebrow--light {
	color: #f4dedf !important;
}

.lsp-rdv .lsp-rdv__booking-intro .lsp-rdv__booking-title {
	color: #fffaf6 !important;
}

.lsp-rdv .lsp-rdv__booking-intro .lsp-rdv__booking-text {
	color: #f8e9eb !important;
}

.lsp-rdv__booking-reminder {
	max-width: 790px;
	margin: 25px auto 0 !important;
	padding: 13px 20px;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 14px;
	color: var(--lsp-wine-dark) !important;
	background: #fff7f2;
	font-size: 0.83rem;
	line-height: 1.5;
	box-shadow: 0 10px 28px rgba(46, 17, 28, 0.13);
}

.lsp-rdv__booking-reminder strong {
	color: var(--lsp-wine-dark) !important;
}

.lsp-rdv__amelia {
	position: relative;
	min-height: 200px;
	margin-top: 0 !important;
	padding: clamp(18px, 3.5vw, 42px);
	border: 1px solid var(--lsp-line);
	border-top: 0;
	border-radius: 0 0 28px 28px;
	background: var(--lsp-white);
	box-shadow: 0 24px 68px rgba(77, 36, 52, 0.11);
}

.lsp-rdv__amelia .amelia-v2-booking,
.lsp-rdv__amelia #amelia-container,
.lsp-rdv__amelia .am-fs__wrapper,
.lsp-rdv__amelia .am-cat__wrapper {
	width: 100% !important;
	max-width: none !important;
}

.lsp-rdv__amelia .am-cat__wrapper,
.lsp-rdv__amelia .am-fs__wrapper {
	border-radius: 18px !important;
	box-shadow: none !important;
}

.lsp-rdv__booking-note {
	max-width: 720px;
	margin: 22px auto 0;
	color: var(--lsp-muted);
	font-size: 0.79rem;
}

.lsp-rdv__section--included {
	background: var(--lsp-powder);
}

.lsp-rdv__included-grid {
	gap: clamp(44px, 7vw, 92px) !important;
	margin-bottom: 0;
}

.lsp-rdv__image--theme {
	aspect-ratio: 1 / 1;
	border-radius: 28px 28px 48% 48%;
}

.lsp-rdv__image-caption {
	position: relative;
	width: 82%;
	margin: -24px auto 0 !important;
	padding: 13px 20px;
	border: 1px solid rgba(188, 148, 93, 0.4);
	border-radius: 999px;
	color: var(--lsp-wine-dark);
	background: rgba(255, 250, 246, 0.95);
	box-shadow: 0 13px 32px rgba(77, 36, 52, 0.12);
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-size: 1.08rem;
	font-weight: 600;
	text-align: center;
}

.lsp-rdv__included-list {
	margin-top: 30px !important;
	border-top: 1px solid var(--lsp-line);
}

.lsp-rdv__included-item {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 2px 13px;
	margin-bottom: 0;
	padding: 16px 0;
	border-bottom: 1px solid var(--lsp-line);
}

.lsp-rdv__included-item span {
	grid-row: 1 / span 2;
	color: var(--lsp-gold);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.lsp-rdv__included-item strong {
	color: var(--lsp-wine-dark);
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-size: 1.27rem;
	font-weight: 600;
	line-height: 1.1;
}

.lsp-rdv__included-item small {
	color: var(--lsp-muted);
	font-size: 0.8rem;
}

.lsp-rdv__section--reviews {
	padding-top: clamp(66px, 7vw, 92px);
	padding-bottom: clamp(66px, 7vw, 92px);
	border-top: 1px solid rgba(116, 55, 77, 0.08);
	border-bottom: 1px solid rgba(116, 55, 77, 0.08);
	background: var(--lsp-cream);
}

.lsp-rdv__reviews-widget {
	margin-top: 42px !important;
}

.lsp-rdv__reviews-widget .ti-widget,
.lsp-rdv__reviews-widget .ti-widget-container,
.lsp-rdv__reviews-widget pre.ti-widget {
	max-width: 100% !important;
}

.lsp-rdv__section--faq {
	background: var(--lsp-powder);
}

.lsp-rdv__faq-shell {
	max-width: 940px;
}

.lsp-rdv__faq-item {
	margin-bottom: 12px;
	padding: 0 25px;
	border: 1px solid var(--lsp-line);
	border-radius: 17px;
	background: var(--lsp-white);
	box-shadow: 0 9px 30px rgba(77, 36, 52, 0.045);
}

.lsp-rdv__faq-item summary {
	position: relative;
	padding: 20px 42px 20px 0;
	color: var(--lsp-wine-dark);
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-size: clamp(1.18rem, 2vw, 1.42rem);
	font-weight: 600;
	line-height: 1.28;
	cursor: pointer;
	list-style: none;
}

.lsp-rdv__faq-item summary::-webkit-details-marker {
	display: none;
}

.lsp-rdv__faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "+";
	color: var(--lsp-gold);
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

.lsp-rdv__faq-item[open] summary::after {
	content: "−";
}

.lsp-rdv__faq-item > p {
	max-width: 800px;
	margin-bottom: 21px;
	color: var(--lsp-muted);
	font-size: 0.92rem;
}

.lsp-rdv__section--final {
	padding-top: 0;
	background: var(--lsp-powder);
}

.lsp-rdv__final-card {
	position: relative;
	overflow: hidden;
	padding: clamp(50px, 7vw, 84px) clamp(24px, 7vw, 92px);
	border-radius: 30px;
	background:
		radial-gradient(circle at 10% 10%, rgba(201, 137, 152, 0.2), transparent 30%),
		radial-gradient(circle at 90% 90%, rgba(188, 148, 93, 0.17), transparent 30%),
		linear-gradient(135deg, var(--lsp-wine-deep), var(--lsp-wine));
	box-shadow: 0 28px 70px rgba(77, 36, 52, 0.19);
}

.lsp-rdv__final-title {
	max-width: 900px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	color: #fffaf6;
	font-size: clamp(2.3rem, 4.8vw, 4.5rem);
	line-height: 1.02;
}

.lsp-rdv__final-eyebrow {
	margin-bottom: 16px;
}

.lsp-rdv__final-text {
	max-width: 640px;
	margin-right: auto;
	margin-bottom: 28px;
	margin-left: auto;
	color: #f1dfe2;
}

.lsp-rdv__final-micro {
	margin-top: 17px !important;
	margin-bottom: 0;
	color: #ead7db !important;
	font-size: 0.72rem;
	letter-spacing: 0.025em;
}

.lsp-rdv .lsp-rdv__final-card .lsp-rdv__final-title {
	color: #fffaf6 !important;
}

.lsp-rdv .lsp-rdv__final-card .lsp-rdv__final-text {
	color: #f8e9eb !important;
}

.lsp-rdv .lsp-rdv__final-card .lsp-rdv__final-eyebrow,
.lsp-rdv .lsp-rdv__final-card .lsp-rdv__final-micro {
	color: #f4dedf !important;
}

@media (max-width: 921px) {
	.lsp-rdv__hero-grid,
	.lsp-rdv__included-grid {
		flex-wrap: wrap !important;
	}

	.lsp-rdv__hero-copy,
	.lsp-rdv__hero-visual,
	.lsp-rdv__included-visual,
	.lsp-rdv__included-copy {
		flex-basis: 100% !important;
	}

	.lsp-rdv__hero-copy {
		text-align: center;
	}

	.lsp-rdv__title,
	.lsp-rdv__lead {
		margin-right: auto;
		margin-left: auto;
	}

	.lsp-rdv__actions {
		justify-content: center;
	}

	.lsp-rdv__hero-visual {
		max-width: 540px;
		margin-right: auto;
		margin-left: auto;
	}

	.lsp-rdv__included-visual {
		max-width: 560px;
		margin-right: auto;
		margin-left: auto;
	}

	.lsp-rdv__needs-grid {
		flex-wrap: wrap !important;
	}

	.lsp-rdv__need-card {
		flex-basis: calc(50% - 10px) !important;
	}

	.lsp-rdv__need-card:last-child {
		flex-basis: 100% !important;
	}

	.lsp-rdv__need-card--featured {
		transform: none;
	}
}

@media (max-width: 781px) {
	.lsp-rdv {
		font-size: 16px;
	}

	.lsp-rdv__section {
		padding-top: 68px;
		padding-bottom: 68px;
	}

	.lsp-rdv__hero {
		padding-top: 55px;
		padding-bottom: 74px;
	}

	.lsp-rdv__title {
		font-size: clamp(3rem, 13vw, 4.5rem);
	}

	.lsp-rdv__hero-note {
		right: 14px;
		bottom: 16px;
	}

	.lsp-rdv__needs-grid,
	.lsp-rdv__offers-grid {
		gap: 18px !important;
	}

	.lsp-rdv__need-card,
	.lsp-rdv__need-card:last-child,
	.lsp-rdv__offer-card {
		flex-basis: 100% !important;
	}

	.lsp-rdv__need-card {
		min-height: 0;
	}

	.lsp-rdv__booking-intro {
		border-radius: 22px 22px 0 0;
	}

	.lsp-rdv__amelia {
		padding: 12px;
		border-radius: 0 0 22px 22px;
	}

	.lsp-rdv__included-copy {
		text-align: left;
	}

	.lsp-rdv__section--final {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 560px) {
	.lsp-rdv__shell {
		padding-right: 18px;
		padding-left: 18px;
	}

	.lsp-rdv__actions,
	.lsp-rdv__offer-action,
	.lsp-rdv__final-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.lsp-rdv__button,
	.lsp-rdv__button .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.lsp-rdv__micro {
		font-size: 0.72rem;
	}

	.lsp-rdv__hero-visual {
		padding: 0 5px;
	}

	.lsp-rdv__hero-note {
		position: relative;
		right: auto;
		bottom: auto;
		width: 88%;
		max-width: none;
		margin: -22px auto 0 !important;
		text-align: center;
	}

	.lsp-rdv__need-card,
	.lsp-rdv__offer-card {
		padding: 28px 24px;
		border-radius: 21px;
	}

	.lsp-rdv__manifesto-text {
		font-size: 2.15rem;
	}

	.lsp-rdv__booking-intro {
		padding: 38px 20px;
	}

	.lsp-rdv__booking-title {
		font-size: 2.35rem;
	}

	.lsp-rdv__image-caption {
		width: 92%;
		font-size: 0.98rem;
	}

	.lsp-rdv__faq-item {
		padding-right: 18px;
		padding-left: 18px;
	}

	.lsp-rdv__faq-item summary {
		font-size: 1.14rem;
	}

	.lsp-rdv__final-card {
		padding: 48px 23px;
		border-radius: 23px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lsp-rdv *,
	.lsp-rdv *::before,
	.lsp-rdv *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
