/* RapidFrelon — design system */

:root {
	--rf-bg: #120d16;
	--rf-bg-2: #1a141f;
	--rf-surface: #241c2a;
	--rf-line: rgba(255, 170, 51, 0.22);
	--rf-text: #f7f3ea;
	--rf-muted: #c9bfb0;
	--rf-accent: #ffaa33;
	--rf-accent-2: #ffc266;
	--rf-terra: #d8654c;
	--rf-radius: 16px;
	--rf-max: 1120px;
	--rf-font: "Outfit", system-ui, sans-serif;
	--rf-display: "Fraunces", Georgia, serif;
	--rf-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: var(--rf-font);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--rf-text);
	background:
		radial-gradient(ellipse 90% 55% at 8% -8%, #5a3414 0%, transparent 52%),
		radial-gradient(ellipse 70% 50% at 100% 0%, #3a1648 0%, transparent 48%),
		radial-gradient(ellipse 80% 45% at 50% 110%, #1a0c18 0%, transparent 55%),
		linear-gradient(165deg, #241318 0%, #120d16 42%, #0c0810 100%);
	background-attachment: fixed;
	padding-bottom: 4.5rem;
}

body::before {
	content: "";
	position: fixed;
	inset: -25% -10%;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(circle at 28% 18%, rgba(255, 170, 51, 0.16), transparent 42%);
	animation: rf-glow 16s ease-in-out infinite alternate;
	transform: translateZ(0);
}

.rf-header,
.rf-main,
.rf-footer {
	position: relative;
	z-index: 1;
}

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

a {
	color: var(--rf-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
	color: var(--rf-accent-2);
}

:focus-visible {
	outline: 2px solid var(--rf-accent);
	outline-offset: 3px;
}

.rf-skip {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--rf-accent);
	color: #120d16;
	padding: 0.6rem 1rem;
	z-index: 1000;
}

.rf-skip:focus {
	left: 0.5rem;
	top: 0.5rem;
}

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

.rf-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(18, 13, 22, 0.72);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--rf-line);
}

.rf-header__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.45rem 1rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: nowrap;
}

.rf-logo-img,
.rf-logo img {
	height: 64px;
	width: auto;
}

.rf-logo-text {
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--rf-accent);
	text-decoration: none;
}

.rf-nav {
	margin-left: auto;
	flex: 1 1 auto;
	min-width: 0;
}

.rf-menu {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.15rem 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
}

.rf-menu a {
	color: var(--rf-text);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.88rem;
	white-space: nowrap;
}

.rf-menu .menu-item-has-children > a::after {
	content: "▾";
	margin-left: 0.28em;
	font-size: 0.7em;
	opacity: 0.8;
}

.rf-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0.45rem 0;
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: 10px;
	min-width: 15rem;
	position: absolute;
	left: 0;
	top: calc(100% + 0.45rem);
	display: none;
	z-index: 60;
	box-shadow: var(--rf-shadow);
}

.rf-menu .sub-menu a {
	display: block;
	padding: 0.4rem 0.9rem;
}

.rf-menu .sub-menu a:hover,
.rf-menu .sub-menu a:focus-visible {
	background: rgba(255, 170, 51, 0.1);
}

.rf-menu li {
	position: relative;
}

.rf-menu li:hover > .sub-menu,
.rf-menu li:focus-within > .sub-menu {
	display: block;
}

.rf-menu li:hover > .sub-menu:has(> li:nth-child(7)),
.rf-menu li:focus-within > .sub-menu:has(> li:nth-child(7)) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-width: 22rem;
}

.rf-header__cta {
	display: none;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.4rem;
	white-space: nowrap;
}

.rf-header__cta .rf-btn {
	min-height: 34px;
	padding: 0.28rem 0.85rem;
	font-size: 0.8rem;
	white-space: nowrap;
	line-height: 1.2;
}

.rf-nav-toggle {
	margin-left: auto;
	width: 44px;
	height: 44px;
	border: 1px solid var(--rf-line);
	background: transparent;
	border-radius: 8px;
	position: relative;
}

.rf-nav-toggle__bar,
.rf-nav-toggle__bar::before,
.rf-nav-toggle__bar::after {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--rf-accent);
	position: absolute;
	left: 12px;
	top: 21px;
}

.rf-nav-toggle__bar::before,
.rf-nav-toggle__bar::after {
	content: "";
	left: 0;
}

.rf-nav-toggle__bar::before {
	top: -6px;
}

.rf-nav-toggle__bar::after {
	top: 6px;
}

.rf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 44px;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.rf-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(255, 170, 51, 0.22);
}

.rf-btn--primary {
	background: var(--rf-accent);
	color: #1a1208;
}

.rf-btn--primary:hover,
.rf-btn--primary:focus-visible {
	background: var(--rf-accent-2);
	color: #1a1208;
}

.rf-btn--ghost {
	border-color: var(--rf-accent);
	color: var(--rf-accent);
	background: transparent;
}

.rf-hero,
.rf-section,
.rf-article,
.rf-faq,
.rf-reviews,
.rf-cta-band,
.rf-crumbs,
.rf-proofs,
.rf-footer__grid,
.rf-footer__legal {
	max-width: var(--rf-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.rf-hero {
	display: grid;
	gap: 1.5rem;
	padding-top: 2.2rem;
	padding-bottom: 2rem;
}

.rf-kicker {
	color: var(--rf-accent);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
	font-weight: 700;
	margin: 0 0 0.6rem;
}

h1,
h2,
h3,
.rf-cta-band__title {
	font-family: var(--rf-display);
	line-height: 1.15;
	font-weight: 650;
}

h1 {
	font-size: clamp(2rem, 4vw, 3.15rem);
	margin: 0 0 0.8rem;
}

h2 {
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	margin: 0 0 0.8rem;
}

h3 {
	font-size: 1.2rem;
	margin: 0 0 0.4rem;
}

.rf-lead {
	font-size: 1.15rem;
	color: var(--rf-muted);
	max-width: 40rem;
}

.rf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.2rem;
}

.rf-hero__media {
	margin: 0;
	border-radius: var(--rf-radius);
	overflow: hidden;
	box-shadow: var(--rf-shadow);
}

.rf-hero__media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.rf-crumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style: none;
	padding: 0 0 1rem;
	margin: 0;
	color: var(--rf-muted);
	font-size: 0.9rem;
}

.rf-crumbs li:not(:last-child)::after {
	content: " / ";
	margin-left: 0.4rem;
	color: var(--rf-muted);
}

.rf-proofs {
	padding-bottom: 1rem;
}

.rf-proofs ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rf-proofs li {
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: 12px;
	padding: 0.85rem 1rem;
	font-size: 0.92rem;
}

.rf-proofs strong {
	display: block;
	color: var(--rf-accent);
}

.rf-section,
.rf-faq,
.rf-reviews {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}

.rf-section--split {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

.rf-section--zone {
	display: grid;
	gap: 1.4rem;
}

.rf-guarantee__lead {
	max-width: 42rem;
	color: var(--rf-muted);
	margin: 0 0 1.4rem;
}

.rf-guarantee__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rf-guarantee__grid li {
	position: relative;
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.15rem 1.2rem 1.2rem 3.1rem;
}

.rf-guarantee__grid li::before {
	content: "";
	position: absolute;
	left: 1.05rem;
	top: 1.3rem;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	background: var(--rf-accent);
	box-shadow: 0 0 0 4px rgba(255, 170, 51, 0.16);
}

.rf-guarantee__grid li::after {
	content: "";
	position: absolute;
	left: 1.38rem;
	top: 1.58rem;
	width: 0.38rem;
	height: 0.62rem;
	border-right: 2px solid #120d16;
	border-bottom: 2px solid #120d16;
	transform: rotate(45deg);
}

.rf-guarantee__grid strong {
	display: block;
	color: var(--rf-accent);
	font-size: 1.05rem;
	margin-bottom: 0.25rem;
}

.rf-zone__map {
	margin: 0;
}

.rf-zone__map img {
	width: 100%;
	height: auto;
	border-radius: var(--rf-radius);
	border: 1px solid var(--rf-line);
	box-shadow: var(--rf-shadow);
	background: #1a141f;
}

.rf-marquee {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	mask-image: linear-gradient(90deg, transparent, #000 1.25rem, #000 calc(100% - 1.25rem), transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 1.25rem, #000 calc(100% - 1.25rem), transparent);
}

.rf-marquee__track {
	display: flex;
	width: max-content;
	animation: rf-marquee 32s linear infinite;
}

.rf-marquee--reviews .rf-marquee__track {
	animation-duration: 40s;
}

.rf-marquee:hover .rf-marquee__track,
.rf-marquee:focus-within .rf-marquee__track {
	animation-play-state: paused;
}

.rf-marquee__group {
	display: flex;
	gap: 1rem;
	padding-right: 1rem;
	perspective: 700px;
}

.rf-card {
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	overflow: hidden;
	flex: 0 0 260px;
	width: 260px;
	display: flex;
	flex-direction: column;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rf-card:hover {
	transform: translateY(-8px) rotateX(6deg);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
	border-color: rgba(255, 170, 51, 0.45);
}

.rf-card__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.rf-card__body {
	padding: 1.1rem 1.2rem 1.3rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.rf-card__body p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

.rf-card h3 a {
	color: var(--rf-text);
	text-decoration: none;
}

.rf-link {
	font-weight: 600;
	margin-top: 0.4rem;
}

.rf-city-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
}

.rf-city-links a {
	display: inline-block;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--rf-line);
	border-radius: 999px;
	text-decoration: none;
	color: var(--rf-text);
}

.rf-city-links a:hover {
	border-color: var(--rf-accent);
	color: var(--rf-accent);
}

.rf-prose {
	color: var(--rf-muted);
}

.rf-prose p,
.rf-prose li {
	margin: 0 0 0.85rem;
}

.rf-prose ul,
.rf-prose ol {
	padding-left: 1.2rem;
}

.rf-prose strong {
	color: var(--rf-text);
}

.rf-article {
	padding-top: 1.5rem;
	padding-bottom: 2.5rem;
}

.rf-reviews__grid {
	display: grid;
	gap: 1rem;
}

.rf-review {
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.2rem;
	flex: 0 0 300px;
	width: 300px;
	display: flex;
	flex-direction: column;
	transition: transform 0.35s ease, border-color 0.35s ease;
}

.rf-review:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 170, 51, 0.4);
}

.rf-review__stars {
	color: var(--rf-accent);
	margin: 0 0 0.5rem;
	letter-spacing: 0.08em;
}

.rf-review blockquote {
	margin: 0;
	flex: 1;
}

.rf-review blockquote p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rf-review__meta {
	margin: 0.8rem 0 0;
	color: var(--rf-muted);
	font-size: 0.92rem;
}

.rf-faq details {
	border: 1px solid var(--rf-line);
	border-radius: 12px;
	padding: 0.85rem 1rem;
	margin-bottom: 0.6rem;
	background: var(--rf-surface);
}

.rf-faq summary {
	cursor: pointer;
	font-weight: 600;
}

.rf-faq details div {
	color: var(--rf-muted);
	margin-top: 0.6rem;
}

.rf-cta-band {
	margin: 1rem auto 2.5rem;
	background: linear-gradient(135deg, #2a1a10, #3a2214);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.8rem 1.4rem;
	text-align: center;
}

.rf-cta-band__title {
	font-size: 1.7rem;
	margin: 0 0 0.4rem;
}

.rf-cta-band .rf-hero__actions {
	justify-content: center;
}

.rf-nap {
	font-style: normal;
	line-height: 1.7;
}

.rf-nap--card {
	display: block;
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.1rem 1.2rem;
	margin-top: 1rem;
}

.rf-devis {
	display: grid;
	gap: 1.75rem;
	align-items: start;
	padding-top: 1.2rem;
	padding-bottom: 3rem;
}

.rf-devis h1 {
	margin-bottom: 0.55rem;
}

.rf-devis .rf-lead {
	margin: 0;
}

.rf-devis__call {
	margin: 1.1rem 0 0;
}

.rf-devis .rf-prose {
	margin-top: 1.15rem;
}

.rf-form {
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.35rem 1.4rem 1.5rem;
	--wpforms-field-background-color: #120d16;
	--wpforms-field-border-color: rgba(255, 170, 51, 0.32);
	--wpforms-field-text-color: #f7f3ea;
	--wpforms-field-border-radius: 10px;
	--wpforms-label-color: #f7f3ea;
	--wpforms-label-sublabel-color: #c9bfb0;
	--wpforms-button-background-color: #ffaa33;
	--wpforms-button-border-color: #ffaa33;
	--wpforms-button-text-color: #1a1208;
	--wpforms-field-menu-color: #ffffff;
}

.rf-form .wpforms-container,
.rf-form .wpforms-form {
	background: transparent;
}

.rf-form .wpforms-field {
	margin: 0 0 0.95rem;
}

.rf-form .wpforms-field-label,
.rf-form label {
	display: block;
	font-weight: 600;
	color: var(--rf-text);
	margin: 0 0 0.35rem;
	font-size: 0.92rem;
}

.rf-form .wpforms-required-label {
	color: var(--rf-accent);
}

.rf-form .wpforms-field-medium,
.rf-form .wpforms-field input,
.rf-form .wpforms-field select,
.rf-form .wpforms-field textarea {
	max-width: 100%;
	width: 100%;
}

.rf-form input,
.rf-form select,
.rf-form textarea,
.rf-form div.wpforms-container-full input[type="text"],
.rf-form div.wpforms-container-full input[type="email"],
.rf-form div.wpforms-container-full input[type="tel"],
.rf-form div.wpforms-container-full input[type="number"],
.rf-form div.wpforms-container-full select,
.rf-form div.wpforms-container-full textarea {
	width: 100%;
	min-height: 46px;
	border-radius: 10px;
	border: 1px solid var(--rf-line);
	background: #120d16;
	color: var(--rf-text);
	padding: 0.6rem 0.85rem;
	font: inherit;
}

.rf-form textarea,
.rf-form div.wpforms-container-full textarea {
	min-height: 130px;
	resize: vertical;
}

.rf-form input::placeholder,
.rf-form textarea::placeholder,
.rf-form div.wpforms-container-full input::placeholder,
.rf-form div.wpforms-container-full textarea::placeholder,
.rf-form div.wpforms-container-full input::-webkit-input-placeholder,
.rf-form div.wpforms-container-full textarea::-webkit-input-placeholder {
	color: #c4b49a !important;
	opacity: 1 !important;
}

.rf-form input::-moz-placeholder,
.rf-form textarea::-moz-placeholder,
.rf-form div.wpforms-container-full input::-moz-placeholder,
.rf-form div.wpforms-container-full textarea::-moz-placeholder {
	color: #c4b49a !important;
	opacity: 1 !important;
}

.rf-form select {
	color: var(--rf-text);
}

.rf-form select option,
.rf-form div.wpforms-container-full select option {
	color: #1a141f;
	background: #ffffff;
}

.rf-form .wpforms-submit,
.rf-form div.wpforms-container-full button[type="submit"] {
	background: var(--rf-accent);
	color: #1a1208;
	border: 0;
	border-radius: 999px;
	font-weight: 700;
	padding: 0.75rem 1.25rem;
	cursor: pointer;
}

.rf-form .wpforms-submit:hover,
.rf-form div.wpforms-container-full button[type="submit"]:hover {
	background: var(--rf-accent-2);
}

.rf-footer {
	background: #0a070c;
	border-top: 1px solid var(--rf-line);
	padding: 2.5rem 0 6rem;
	color: var(--rf-muted);
}

.rf-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

.rf-footer-menu li {
	margin: 0 0 0.45rem;
}

.rf-footer__name,
.rf-footer__title {
	color: var(--rf-text);
	font-weight: 700;
	margin: 0 0 0.6rem;
}

.rf-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rf-footer-menu a {
	color: var(--rf-muted);
	text-decoration: none;
}

.rf-cert-badge {
	max-width: 180px;
	margin-top: 0.8rem;
}

.rf-footer__legal {
	margin-top: 1.5rem;
	font-size: 0.88rem;
}

.rf-sticky-call {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 0.4rem;
	padding: 0.55rem 0.7rem calc(0.55rem + env(safe-area-inset-bottom));
	background: rgba(10, 7, 12, 0.96);
	border-top: 1px solid var(--rf-line);
}

.rf-404 {
	min-height: 50vh;
}

@media (min-width: 800px) {
	body {
		padding-bottom: 0;
	}

	.rf-nav-toggle {
		display: none;
	}

	.rf-header__cta {
		display: flex;
		flex-wrap: nowrap;
	}

	.rf-hero--media {
		grid-template-columns: 1.05fr 0.95fr;
		align-items: center;
	}

	.rf-proofs ul,
	.rf-section--split,
	.rf-devis {
		grid-template-columns: 0.92fr 1.08fr;
	}

	.rf-footer__grid {
		grid-template-columns: 1.2fr 0.9fr 1.1fr;
	}

	.rf-proofs ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.rf-guarantee__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rf-card {
		flex-basis: 280px;
		width: 280px;
	}

	.rf-review {
		flex-basis: 340px;
		width: 340px;
	}

	.rf-sticky-call {
		display: none;
	}
}

@media (max-width: 799px) {
	.rf-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #1a141f;
		padding: 1rem 1.25rem 1.4rem;
		border-bottom: 1px solid var(--rf-line);
	}

	.rf-header.is-open .rf-nav {
		display: block;
	}

	.rf-menu {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.rf-menu .sub-menu {
		position: static;
		display: none;
		background: transparent;
		border: 0;
		box-shadow: none;
		padding: 0.2rem 0 0.4rem 0.8rem;
		min-width: 0;
		grid-template-columns: none;
	}

	.rf-menu li:hover > .sub-menu,
	.rf-menu li:focus-within > .sub-menu,
	.rf-menu li:hover > .sub-menu:has(> li:nth-child(7)),
	.rf-menu li:focus-within > .sub-menu:has(> li:nth-child(7)) {
		display: none;
		min-width: 0;
		grid-template-columns: none;
	}

	.rf-menu .menu-item-has-children.is-open > .sub-menu,
	.rf-menu .menu-item-has-children.is-open > .sub-menu:has(> li:nth-child(7)) {
		display: block;
		min-width: 0;
		grid-template-columns: none;
	}

	.rf-menu .menu-item-has-children > a::after {
		display: inline;
	}

	.rf-menu .menu-item-has-children.is-open > a::after {
		content: "▴";
	}
}

.rf-reviews__cta {
	margin: 1.25rem 0 0;
	text-align: center;
}

@keyframes rf-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@keyframes rf-glow {
	from {
		transform: translate3d(-4%, -2%, 0) scale(1);
		opacity: 0.7;
	}
	to {
		transform: translate3d(6%, 4%, 0) scale(1.12);
		opacity: 1;
	}
}

@keyframes rf-rise {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes rf-wing {
	from {
		transform: scaleY(1) rotate(-10deg);
	}
	to {
		transform: scaleY(0.28) rotate(8deg);
	}
}

@keyframes rf-wasp-1 {
	0% {
		transform: translate3d(-8vw, 18vh, 40px) rotateY(-25deg) rotateZ(-10deg);
	}
	25% {
		transform: translate3d(38vw, 10vh, 90px) rotateY(35deg) rotateZ(8deg);
	}
	50% {
		transform: translate3d(88vw, 32vh, 20px) rotateY(-15deg) rotateZ(-6deg);
	}
	75% {
		transform: translate3d(42vw, 68vh, -30px) rotateY(40deg) rotateZ(12deg);
	}
	100% {
		transform: translate3d(-8vw, 18vh, 40px) rotateY(-25deg) rotateZ(-10deg);
	}
}

@keyframes rf-wasp-2 {
	0% {
		transform: translate3d(105vw, 55vh, 0) rotateY(20deg) rotateZ(8deg);
	}
	30% {
		transform: translate3d(60vw, 22vh, 70px) rotateY(-30deg) rotateZ(-10deg);
	}
	60% {
		transform: translate3d(12vw, 48vh, 20px) rotateY(25deg) rotateZ(6deg);
	}
	100% {
		transform: translate3d(105vw, 55vh, 0) rotateY(20deg) rotateZ(8deg);
	}
}

@keyframes rf-wasp-3 {
	0% {
		transform: translate3d(70vw, -8vh, 0) rotateY(10deg);
	}
	40% {
		transform: translate3d(20vw, 40vh, 60px) rotateY(-40deg) rotateZ(-14deg);
	}
	70% {
		transform: translate3d(55vw, 78vh, 10px) rotateY(20deg);
	}
	100% {
		transform: translate3d(70vw, -8vh, 0) rotateY(10deg);
	}
}

@keyframes rf-wasp-4 {
	0% {
		transform: translate3d(-6vw, 72vh, 0) rotateY(-20deg) rotateZ(10deg);
	}
	50% {
		transform: translate3d(78vw, 14vh, 80px) rotateY(30deg) rotateZ(-8deg);
	}
	100% {
		transform: translate3d(-6vw, 72vh, 0) rotateY(-20deg) rotateZ(10deg);
	}
}

.rf-hero,
.rf-proofs,
.rf-section,
.rf-reviews,
.rf-faq,
.rf-cta-band,
.rf-devis {
	animation: rf-rise 0.75s ease both;
}

.rf-proofs {
	animation-delay: 0.08s;
}

.rf-section {
	animation-delay: 0.14s;
}

.rf-reviews {
	animation-delay: 0.2s;
}

.rf-wasps {
	position: fixed;
	inset: 0;
	z-index: 4;
	pointer-events: none;
	perspective: 900px;
	overflow: hidden;
}

.rf-wasp {
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 38px;
	transform-style: preserve-3d;
	opacity: 0.72;
	mix-blend-mode: screen;
	will-change: transform;
}

.rf-wasp__svg {
	width: 100%;
	height: 100%;
	overflow: visible;
	filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.35));
}

.rf-wasp__wing {
	fill: rgba(255, 240, 200, 0.38);
	stroke: rgba(255, 200, 90, 0.55);
	stroke-width: 0.8;
	transform-box: fill-box;
	transform-origin: center;
	animation: rf-wing 0.11s ease-in-out infinite alternate;
}

.rf-wasp__wing--l {
	transform-origin: 100% 50%;
}

.rf-wasp__wing--r {
	transform-origin: 0% 50%;
	animation-delay: 0.05s;
}

.rf-wasp--1 {
	animation: rf-wasp-1 26s linear infinite;
}

.rf-wasp--2 {
	width: 42px;
	height: 30px;
	opacity: 0.55;
	animation: rf-wasp-2 32s linear infinite;
}

.rf-wasp--3 {
	width: 36px;
	height: 26px;
	opacity: 0.48;
	animation: rf-wasp-3 22s linear infinite;
}

.rf-wasp--4 {
	width: 48px;
	height: 34px;
	opacity: 0.6;
	animation: rf-wasp-4 38s linear infinite reverse;
}

@media (max-width: 799px) {
	.rf-wasp--3,
	.rf-wasp--4 {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rf-marquee {
		overflow-x: auto;
		mask-image: none;
		-webkit-mask-image: none;
	}

	.rf-marquee__track {
		animation: none;
	}

	.rf-marquee__group + .rf-marquee__group {
		display: none;
	}

	body::before,
	.rf-hero,
	.rf-proofs,
	.rf-section,
	.rf-reviews,
	.rf-faq,
	.rf-cta-band,
	.rf-devis,
	.rf-wasp,
	.rf-wasp__wing {
		animation: none;
	}

	.rf-wasps {
		display: none;
	}
}

@media (max-width: 799px) {
	body {
		background-attachment: scroll;
	}
}
