hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(5, 10, 12, 0.8), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Override broken local Tenor Sans paths from app.css */
@font-face {
	font-display: swap;
	font-family: "Tenor Sans";
	font-style: normal;
	font-weight: 400;
	src:
		local("Tenor Sans"),
		url("https://fonts.gstatic.com/s/tenorsans/v21/bx6ANxqUneKx06UkIXISr3I.ttf") format("truetype");
}

#mt_captcha_json_value {
	width: 78%;
}

#mt_captcha_site_private_key {
	width: 68%;
}

.required {
	color: red;
}

/* Hero title block — prevent top clipping, room for large type */
.page-template-accueil .bloc-header-titre.bloc-header-titre-accueil {
	overflow: visible;
}

.page-template-accueil .accueilBlocTitreH1 {
	align-items: center;
	height: auto;
	justify-content: center;
	min-height: 315px;
	overflow: visible;
	padding-top: clamp(28px, 4vh, 52px);
}

.page-template-accueil .accueilBlocTitreH1 .accueilH1 {
	margin-top: 0;
	width: 100%;
}

/* Hero tagline: theme handles horizontal (left + translateX); responsive vertical only */
.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
	bottom: clamp(6px, 1.8vh, 14px);
	display: flex !important;
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
	opacity: 1 !important;
	transform: translateY(clamp(10px, 2vh, 18px));
}

.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .draw-arrow {
	opacity: 1;
}

/* Small phones */
@media screen and (min-width: 480px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(10px, 2.2vh, 18px);
	}
}

/* Large phones / small tablets */
@media screen and (min-width: 600px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(12px, 2.5vh, 22px);
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
		transform: translateY(clamp(12px, 2.2vh, 20px));
	}
}

/* Tablet */
@media screen and (min-width: 800px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(22px, 3.5vh, 34px);
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
		transform: translateY(clamp(10px, 1.8vh, 16px));
	}
}

/* Small desktop / laptop */
@media (min-width: 1024px) and (max-width: 1159px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(34px, 4.5vh, 48px);
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
		transform: translateY(clamp(12px, 2vh, 22px));
	}
}

/* Desktop */
@media screen and (min-width: 1160px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(42px, 5vh, 58px);
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
		transform: translateY(clamp(14px, 2.2vh, 28px));
	}
}

/* Large desktop */
@media screen and (min-width: 1650px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(50px, 5.5vh, 68px);
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
		transform: translateY(clamp(18px, 2.5vh, 34px));
	}
}

/* Short viewports — keep tagline nearer hero text (desktop/tablet only) */
@media screen and (max-height: 700px) and (min-width: 800px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(2px, 1vh, 10px);
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
		transform: translateY(clamp(6px, 1.2vh, 12px));
	}
}

@media screen and (min-width: 1024px) and (max-height: 820px) {
	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(20px, 3vh, 36px);
	}
}

/* Mobile — tagline sits below welcome stack (into gap above monitor) */
@media screen and (max-width: 799px) {
	.page-template-accueil .accueilBlocTitreH1 {
		min-height: auto;
		padding-bottom: 62px;
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(-32px, -6vh, -14px);
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline .citation-txt {
		transform: translateY(10px);
	}
}

@media screen and (max-width: 399px) {
	.page-template-accueil .accueilBlocTitreH1 {
		padding-bottom: 52px;
	}

	.page-template-accueil .accueilBlocTitreH1 > .hero-accueil-tagline.down-q.q {
		bottom: clamp(-24px, -5vh, -10px);
	}
}

@media (min-width: 1024px) {
	.page-template-accueil .accueilBlocTitreH1 {
		min-height: 360px;
		padding-top: clamp(36px, 5vh, 64px);
	}
}

@media (min-width: 1650px) {
	.page-template-accueil .accueilBlocTitreH1 {
		min-height: 420px;
	}
}

/* Hero loop — hide letters until reveal starts (after 100% load) */
.hero-loop-root.hero-loop-pending .hero-phase--welcome i,
.hero-loop-root.hero-loop-pending .hero-phase--cta i {
	opacity: 0 !important;
}

/* masqueAccueil.png missing from zip — disable broken CSS mask */
.hero-loop-root.hero-loop-no-mask .line i {
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--welcome .line.creative-and-humaine {
	margin-top: 15px;
}

@media (min-width: 800px) {
	.hero-loop-root .hero-welcome-desktop.line.agence-de-communication,
	.hero-loop-root .hero-welcome-creative.line.creative-and-humaine {
		display: flex !important;
	}

	.hero-loop-root .hero-welcome-mobile.line.mobile-only {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.hero-loop-root .hero-welcome-desktop,
	.hero-loop-root .hero-welcome-creative {
		display: flex !important;
	}
}

@media (max-width: 1023px) {
	.hero-loop-root .hero-welcome-mobile {
		align-items: center;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.hero-loop-root .hero-welcome-mobile .line {
		justify-content: center;
		width: 100%;
	}

	.hero-loop-root .hero-welcome-mobile .line:not(:first-child) {
		margin-top: 15px;
	}
}

/* Hero loop — one slot, welcome ↔ CTA, repeating */
.hero-loop-slot {
	position: relative;
	width: 100%;
	min-height: 120px;
}

@media (min-width: 1024px) {
	.hero-loop-slot {
		min-height: 240px;
	}
}

@media (min-width: 1650px) {
	.hero-loop-slot {
		min-height: 280px;
	}
}

/* CTA row — same tight word spacing as welcome (fixed gaps, no flex-grow) */
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-desktop,
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile {
	width: 100%;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile.line.mobile-only {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile.line.mobile-only > .line {
	justify-content: center;
	width: 100%;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile.line.mobile-only > .line:not(:first-child) {
	margin-top: 15px;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile .hero-cta-row-prefix {
	justify-content: center;
}

@media (min-width: 1024px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-desktop {
		display: flex;
		width: 100%;
	}
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row {
	width: 100%;
	flex-wrap: nowrap;
	align-items: baseline;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > .space,
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-communication .space,
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication .space {
	flex: 0 0 15px;
	width: 15px;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-communication,
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}

/* CTA typography — larger than welcome line to fill the row */
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > i,
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > .hero-pipe {
	font-family: avenir-lt-pro, sans-serif;
	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > .hero-pipe {
	font-weight: 200;
}

.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-communication i,
.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication i {
	font-family: Tenor Sans, sans-serif;
	font-size: 58px;
	font-weight: 400;
	text-transform: uppercase;
}

@media (min-width: 800px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > .hero-pipe,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-communication i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication i {
		font-size: 82px;
	}
}

@media (min-width: 1024px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > .hero-pipe,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-communication i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication i {
		font-size: 100px;
	}
}

@media (min-width: 1650px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > .hero-pipe,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-communication i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication i {
		font-size: 112px;
	}
}

.hero-loop-root .hero-phase {
	opacity: 0;
	width: 100%;
}

.hero-loop-root .hero-phase.is-active {
	opacity: 1;
}

.hero-loop-root .hero-phase[hidden] {
	display: none !important;
}

/* Welcome only — ARCHMATION word (CTA phrase uses .hero-phase--cta rules above) */
.page-template-accueil .accueilBlocTitreH1 .hero-phase--welcome .line.archmation-letters,
.page-template-accueil .accueilBlocTitreH1 .hero-phase--welcome .line.archmation-letters i {
	font-family: Tenor Sans, sans-serif;
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
}

@media (min-width: 800px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--welcome .line.archmation-letters,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--welcome .line.archmation-letters i {
		font-size: 58px;
	}
}

@media (min-width: 1024px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--welcome .line.archmation-letters,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--welcome .line.archmation-letters i {
		font-size: 64px;
	}
}

.hero-loop-root .hero-cta-row .hero-pipe {
	color: #f0a090;
	font-weight: 200;
}

.hero-loop-root .line i.is-visible {
	opacity: 1 !important;
}

@keyframes heroLoopMaskReveal {
	from {
		-webkit-mask-position: -97% 0%;
		mask-position: -97% 0%;
		opacity: 0;
	}
	to {
		-webkit-mask-position: 0% 0%;
		mask-position: 0% 0%;
		opacity: 1;
	}
}

/* Mobile CTA — two lines (LET US | / phrase), sizes that fit narrow screens */
@media (max-width: 1023px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile .hero-cta-row > i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile .hero-cta-row > .hero-pipe,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication i {
		font-size: 46px;
	}

	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile .hero-cta-row > i,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile .hero-cta-row > .hero-pipe,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication i {
		font-size: 38px;
	}

	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-row > .space,
	.page-template-accueil .accueilBlocTitreH1 .hero-phase--cta .hero-cta-mobile-communication .space {
		flex: 0 0 10px;
		width: 10px;
	}
}

/* Desktop / mobile visibility aligned with theme (1024px) */
@media (max-width: 1023px) {
	.hero-loop-root .hero-welcome-desktop,
	.hero-loop-root .hero-welcome-creative,
	.hero-loop-root .hero-cta-desktop {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.hero-loop-root .hero-phase .mobile-only {
		display: none !important;
	}
}

/* Archmation expertise hero (#accueilFondNoir)
 * Theme sets html{font-size:62.5%} (10px/rem) in app.css — sizes below use px/clamp
 * calibrated for that root, not default 16px rem. */
.page-template-accueil #accueilVideo {
	position: relative;
	z-index: 1;
}

.page-template-accueil #accueilFondNoir {
	clear: both;
	overflow: hidden;
	padding-top: 0;
	position: relative;
	z-index: 2;
}

.page-template-accueil #react-expertise-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #react-services-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

/* --------------------------------------------------------------------------
   Shared section headings (eyebrow + title) — keep all React sections in sync
   -------------------------------------------------------------------------- */
.page-template-accueil {
	--archmation-section-eyebrow-color: rgba(255, 255, 255, 0.5);
	--archmation-section-eyebrow-font-size: 12px;
	--archmation-section-eyebrow-font-weight: 500;
	--archmation-section-eyebrow-letter-spacing: 0.3em;
	--archmation-section-title-color: #fff;
	--archmation-section-title-font-size: clamp(36px, 5vw, 56px);
	--archmation-section-title-font-weight: 400;
	--archmation-section-title-line-height: 1.15;
}

.page-template-accueil #accueilFondNoir .archmation-services__label,
.page-template-accueil.page-service .our-services-page .archmation-full-spectrum__eyebrow,
.page-template-accueil #accueilProcess.archmation-process .archmation-process__label,
.page-template-accueil.page-service .archmation-how-it-works__label,
.page-template-accueil.page-service .archmation-web-tech-hero__label,
.page-template-accueil.page-service .archmation-video-marketing-hero__label,
.page-template-accueil.page-service .archmation-performance-marketing-hero__label,
.page-template-accueil.page-service .archmation-seo-hero__label,
.page-template-accueil.page-service .archmation-branding-design-hero__label,
.page-template-accueil.page-service .archmation-edtech-hero__label,
.page-template-accueil.page-service .archmation-industry-hero__label,
.page-template-accueil #accueilValue.archmation-value .archmation-value__label,
.page-template-accueil #accueilStats.archmation-stats .archmation-stats__label,
.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__eyebrow,
.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__eyebrow,
.page-template-accueil #accueilQSN.archmation-about .archmation-about__label {
	color: var(--archmation-section-eyebrow-color);
	font-family: avenir-lt-pro, sans-serif;
	font-size: var(--archmation-section-eyebrow-font-size);
	font-weight: var(--archmation-section-eyebrow-font-weight);
	letter-spacing: var(--archmation-section-eyebrow-letter-spacing);
	margin: 0 0 16px;
	text-transform: uppercase;
}

.page-template-accueil #accueilFondNoir .archmation-services__title,
.page-template-accueil.page-service .our-services-page .archmation-full-spectrum__title,
.page-template-accueil.page-service .our-services-page .archmation-digital-wizards__title,
.page-template-accueil #accueilFondNoir .archmation-expertise__title,
.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__title,
.page-template-accueil #accueilProcess.archmation-process .archmation-process__title,
.page-template-accueil #accueilValue.archmation-value .archmation-value__title,
.page-template-accueil #accueilClients.archmation-clients .archmation-clients__title,
.page-template-accueil #accueilStats.archmation-stats .archmation-stats__title,
.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__title,
.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__title,
.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__title,
.page-template-accueil #accueilQSN.archmation-about .archmation-about__title,
.page-template-accueil.page-service .archmation-development__title,
.page-template-accueil.page-service .archmation-how-it-works__title,
.page-template-accueil.page-service .archmation-web-tech-hero__title,
.page-template-accueil.page-service .archmation-video-marketing-hero__title,
.page-template-accueil.page-service .archmation-performance-marketing-hero__title,
.page-template-accueil.page-service .archmation-seo-hero__title,
.page-template-accueil.page-service .archmation-branding-design-hero__title,
.page-template-accueil.page-service .archmation-edtech-hero__title,
.page-template-accueil.page-service .archmation-industry-hero__title,
.page-template-accueil.page-service .archmation-industry-services__title,
.page-template-accueil.page-service .archmation-industry-expertise__title,
.page-template-accueil.page-service .archmation-industry-solutions__title,
.page-template-accueil.page-service .archmation-industry-faq__title,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__title {
	color: var(--archmation-section-title-color) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: var(--archmation-section-title-font-size);
	font-style: italic;
	font-weight: var(--archmation-section-title-font-weight);
	line-height: var(--archmation-section-title-line-height);
	margin: 0;
	text-wrap: balance;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__title-accent,
.page-template-accueil #accueilValue.archmation-value .archmation-value__title-accent,
.page-template-accueil #accueilClients.archmation-clients .archmation-clients__title-accent,
.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__title-accent,
.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__title-accent,
.page-template-accueil #accueilQSN.archmation-about .archmation-about__title-accent,
.page-template-accueil.page-service .archmation-web-tech-hero__title-accent,
.page-template-accueil.page-service .archmation-video-marketing-hero__title-accent,
.page-template-accueil.page-service .archmation-performance-marketing-hero__title-accent,
.page-template-accueil.page-service .archmation-seo-hero__title-accent,
.page-template-accueil.page-service .archmation-branding-design-hero__title-accent,
.page-template-accueil.page-service .archmation-edtech-hero__title-accent,
.page-template-accueil.page-service .archmation-industry-hero__title-accent,
.page-template-accueil.page-service .archmation-industry-expertise__title-accent,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__title-accent {
	color: var(--archmation-section-title-color);
	font-style: italic;
	font-weight: var(--archmation-section-title-font-weight);
}

.page-template-accueil #accueilFondNoir .archmation-services {
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(24px, 3vw, 40px);
	padding-top: clamp(24px, 3vw, 40px);
	position: relative;
	width: 100%;
}

.page-template-accueil #accueilFondNoir .archmation-services__bg-base {
	background: #0a0a0c;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFondNoir .archmation-services__bg-radial {
	background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 255, 255, 0.08), transparent 70%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFondNoir .archmation-services__bg-gradient {
	background: linear-gradient(135deg, #000 0%, #101015 45%, #08080a 100%);
	inset: 0;
	opacity: 0.8;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFondNoir .archmation-services__bg-dots {
	background-image: radial-gradient(white 1px, transparent 1px);
	background-size: 26px 26px;
	inset: 0;
	opacity: 0.04;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFondNoir .archmation-services__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilFondNoir .archmation-services__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilFondNoir .archmation-services__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilFondNoir .archmation-services__header {
	margin-bottom: 64px;
	text-align: center;
}

.page-template-accueil #accueilFondNoir .archmation-services__label {
	display: inline-block;
}

.page-template-accueil #accueilFondNoir .archmation-services__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilFondNoir .archmation-services__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilFondNoir .archmation-services__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.page-template-accueil #accueilFondNoir .archmation-services__card-wrap {
	position: relative;
}

.page-template-accueil #accueilFondNoir .archmation-services__card {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	padding: 32px;
	position: relative;
	transition:
		background-color 0.5s ease,
		border-color 0.5s ease;
}

.page-template-accueil #accueilFondNoir .archmation-services__card:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.2);
}

.page-template-accueil #accueilFondNoir .archmation-services__card-accent {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 9999px;
	filter: blur(32px);
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(40px, -40px);
	transition: background-color 0.5s ease;
	width: 80px;
}

.page-template-accueil #accueilFondNoir .archmation-services__card:hover .archmation-services__card-accent {
	background: rgba(255, 255, 255, 0.1);
}

.page-template-accueil #accueilFondNoir .archmation-services__icon-wrap {
	margin-bottom: 24px;
	position: relative;
}

.page-template-accueil #accueilFondNoir .archmation-services__icon {
	color: #fff;
	height: 40px;
	transition: transform 0.3s ease;
	width: 40px;
}

.page-template-accueil #accueilFondNoir .archmation-services__card:hover .archmation-services__icon {
	transform: scale(1.1);
}

.page-template-accueil #accueilFondNoir .archmation-services__card-title {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 16px;
}

.page-template-accueil #accueilFondNoir .archmation-services__card-desc {
	color: rgba(255, 255, 255, 0.5);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.7;
	margin: 0 0 32px;
}

.page-template-accueil #accueilFondNoir .archmation-services__btn {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease,
		color 0.3s ease;
}

.page-template-accueil #accueilFondNoir .archmation-services__btn:hover {
	background: #fff;
	border-color: rgba(255, 255, 255, 0.4);
	color: #000;
}

.page-template-accueil #accueilFondNoir .archmation-expertise {
	color: #fff;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__grain {
	inset: 0;
	opacity: 0.03;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__grain-svg {
	display: block;
	height: 100%;
	width: 100%;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__lines {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__line {
	background: #fff;
	height: 1px;
	position: absolute;
	transform-origin: center;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__line--1 {
	left: -5rem;
	opacity: 0;
	top: 25%;
	transform: rotate(45deg);
	width: 37.5rem;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__line--2 {
	opacity: 0;
	right: -5rem;
	top: 33%;
	transform: rotate(-12deg);
	width: 50rem;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__line--3 {
	bottom: 25%;
	left: 25%;
	opacity: 0;
	transform: rotate(30deg);
	width: 25rem;
}

.page-template-accueil #accueilFondNoir .archmation-expertise.is-inview .archmation-expertise__line--1 {
	animation: archLineFade 2s ease forwards;
}

.page-template-accueil #accueilFondNoir .archmation-expertise.is-inview .archmation-expertise__line--2 {
	animation: archLineFade2 2s ease 0.3s forwards;
}

.page-template-accueil #accueilFondNoir .archmation-expertise.is-inview .archmation-expertise__line--3 {
	animation: archLineFade3 2s ease 0.6s forwards;
}

@keyframes archLineFade {
	to { opacity: 0.1; }
}

@keyframes archLineFade2 {
	to { opacity: 0.08; }
}

@keyframes archLineFade3 {
	to { opacity: 0.05; }
}

.page-template-accueil #accueilFondNoir .archmation-expertise__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-top: clamp(64px, 8vw, 96px);
	padding-bottom: clamp(48px, 6vw, 80px);
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilFondNoir .archmation-expertise__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilFondNoir .archmation-expertise__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 2000px) {
	.page-template-accueil #accueilFondNoir .archmation-expertise__inner {
		max-width: 1650px;
	}
}

.page-template-accueil #accueilFondNoir .archmation-expertise__grid {
	align-items: center;
	display: grid;
	gap: clamp(48px, 6vw, 96px);
	grid-template-columns: 1fr;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilFondNoir .archmation-expertise__grid {
		gap: clamp(64px, 6vw, 96px);
		grid-template-columns: 1fr 1fr;
	}
}

.page-template-accueil #accueilFondNoir .archmation-expertise__col--left {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__badge {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	letter-spacing: 0.3em;
	line-height: 1;
	padding: 8px 16px;
	text-transform: uppercase;
	width: fit-content;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__headlines {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__title--italic {
	font-style: italic;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__quote {
	padding-top: 1rem;
	position: relative;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__quote .down-q.q {
	align-items: flex-end;
	bottom: auto;
	display: flex;
	flex-direction: row;
	gap: 32px;
	left: auto;
	margin: 0;
	position: static;
	transform: none;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__quote-copy {
	flex-shrink: 0;
	line-height: normal;
	margin-left: 10px;
	padding-bottom: 2px;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__quote-arrow {
	display: block;
	flex-shrink: 0;
	height: 86px;
	overflow: visible;
	transform: scaleY(-1);
	transform-origin: center center;
	width: 43px;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__quote .draw-arrow {
	fill: none;
	stroke: rgba(255, 255, 255, 0.4);
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	stroke-width: 3;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__quote-text {
	color: rgba(255, 255, 255, 0.5);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
	margin: 0;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__quote-by {
	color: rgba(255, 255, 255, 0.3);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	letter-spacing: 0.04em;
	margin: 4px 0 0;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding-top: 1rem;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__btn {
	align-items: center;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 500;
	gap: 12px;
	letter-spacing: 0.08em;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__btn-icon {
	height: 16px;
	transition: transform 0.3s ease;
	width: 16px;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__btn--primary {
	background: #fff;
	color: #000;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__btn--primary:hover {
	background: rgba(255, 255, 255, 0.9);
}

.page-template-accueil #accueilFondNoir .archmation-expertise__btn--primary:hover .archmation-expertise__btn-icon {
	transform: translateX(4px);
}

.page-template-accueil #accueilFondNoir .archmation-expertise__btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: #fff;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__col--right {
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: relative;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__watermark {
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(128px, 18vw, 192px);
	font-weight: 700;
	left: -32px;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -64px;
	user-select: none;
	z-index: 0;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: clamp(32px, 5vw, 80px);
	position: relative;
	z-index: 1;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__desc {
	font-family: avenir-lt-pro, sans-serif;
	line-height: 1.75;
	margin: 0;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__desc--primary {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(18px, 2.4vw, 24px);
}

.page-template-accueil #accueilFondNoir .archmation-expertise__desc--muted {
	color: rgba(255, 255, 255, 0.5);
	font-size: clamp(17px, 2.2vw, 21px);
}

.page-template-accueil #accueilFondNoir .archmation-expertise__highlight {
	color: #fff;
	font-weight: 500;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__rating {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	gap: 1.5rem;
	padding-top: 2rem;
	position: relative;
	z-index: 1;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__google {
	flex-shrink: 0;
	height: 30px;
	width: 30px;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__score {
	align-items: baseline;
	display: flex;
	gap: 0.25rem;
	line-height: 1;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__score-value {
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(40px, 4vw, 48px);
	font-weight: 600;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__score-plus {
	color: rgba(255, 255, 255, 0.4);
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(26px, 2.5vw, 30px);
}

.page-template-accueil #accueilFondNoir .archmation-expertise__stars-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.35rem;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__stars {
	align-items: center;
	display: inline-flex;
	gap: 0.15rem;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__stars svg {
	height: 15px;
	width: 15px;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__star--dim {
	opacity: 0.3;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__rating-label {
	color: rgba(255, 255, 255, 0.4);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(13px, 1.4vw, 15px);
	letter-spacing: 0.04em;
	margin-left: 6px;
}

.page-template-accueil #accueilFondNoir .archmation-expertise__divider {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
	height: 1px;
	margin-top: clamp(32px, 4vw, 48px);
	transform: scaleX(0);
	transform-origin: left;
	width: 100%;
}

.page-template-accueil #accueilFondNoir .archmation-expertise.is-inview .archmation-expertise__divider {
	animation: archDividerGrow 1.2s ease 1s forwards;
}

@keyframes archDividerGrow {
	to { transform: scaleX(1); }
}

.page-template-accueil #accueilFondNoir .archmation-expertise.is-inview .archmation-expertise__watermark {
	animation: archWatermarkFade 1s ease 0.8s forwards;
}

@keyframes archWatermarkFade {
	to { opacity: 0.05; }
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilFondNoir .archmation-expertise__line,
	.page-template-accueil #accueilFondNoir .archmation-expertise__watermark,
	.page-template-accueil #accueilFondNoir .archmation-expertise__divider {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.page-template-accueil #accueilFondNoir .archmation-expertise__watermark {
		opacity: 0.05 !important;
	}

	.page-template-accueil #accueilFondNoir .archmation-expertise__line {
		opacity: 0.08 !important;
	}

	.page-template-accueil #accueilFondNoir .archmation-expertise__divider {
		transform: scaleX(1) !important;
	}
}

/* Industries section (#accueilIndustries) — React + Motion */
.page-template-accueil #accueilIndustries.archmation-industries {
	align-items: stretch !important;
	background: #000 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-industries-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__root {
	background: #000;
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(24px, 3vw, 40px);
	padding-top: clamp(24px, 3vw, 40px);
	position: relative;
	width: 100%;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__root ul,
.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__root li {
	list-style: none !important;
	margin-left: 0 !important;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__grid-bg {
	inset: 0;
	opacity: 0.02;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__grid-pattern {
	background-image:
		linear-gradient(white 1px, transparent 1px),
		linear-gradient(90deg, white 1px, transparent 1px);
	background-size: 60px 60px;
	height: 100%;
	width: 100%;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__layout {
	display: grid;
	gap: 64px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__layout {
		gap: 80px;
		grid-template-columns: 1.4fr 1fr;
	}
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__divider {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1), transparent);
	height: 1px;
	margin-top: 32px;
	transform-origin: left center;
	width: 100%;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__list {
	display: grid;
	gap: 4px 40px;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}

@media screen and (min-width: 640px) {
	.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__item {
	list-style: none;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__row {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	gap: 16px;
	padding: 16px 0;
	transition: border-color 0.3s ease;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__row:hover {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__icon-wrap {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 9999px;
	display: inline-flex;
	flex-shrink: 0;
	height: 40px;
	justify-content: center;
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease,
		color 0.3s ease;
	width: 40px;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__row:hover .archmation-industries__icon-wrap {
	background: #fff;
	border-color: rgba(255, 255, 255, 0.4);
	color: #000;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__icon {
	height: 16px;
	width: 16px;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__label {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 16px;
	transition: color 0.3s ease;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__row:hover .archmation-industries__label {
	color: #fff;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__arrow {
	color: #fff;
	flex-shrink: 0;
	height: 16px;
	margin-left: auto;
	opacity: 0;
	transform: translateX(-8px);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	width: 16px;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__row:hover .archmation-industries__arrow {
	opacity: 1;
	transform: translateX(0);
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__aside {
	position: relative;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__panel {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	overflow: hidden;
	padding: 32px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__panel {
		padding: 40px;
	}
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__panel-glow {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 9999px;
	filter: blur(48px);
	height: 128px;
	position: absolute;
	right: -40px;
	top: -40px;
	width: 128px;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__panel-title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(28px, 4vw, 36px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.15;
	margin: 0;
	position: relative;
	z-index: 1;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlights {
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlight {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	gap: 16px;
	list-style: none;
	padding: 16px 0;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlight:last-child {
	border-bottom: 0;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlight-icon-wrap {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	display: inline-flex;
	flex-shrink: 0;
	height: 36px;
	justify-content: center;
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
	width: 36px;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlight:hover .archmation-industries__highlight-icon-wrap {
	background: #fff;
	color: #000;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlight-icon {
	height: 16px;
	width: 16px;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlight-copy {
	color: rgba(255, 255, 255, 0.8);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__highlight-value {
	color: #fff;
	font-weight: 500;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__cta {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #000;
	display: flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 500;
	gap: 12px;
	justify-content: center;
	letter-spacing: 0.2em;
	margin-top: 24px;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
	width: 100%;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__cta:hover {
	background: transparent;
	color: #fff;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__cta-icon {
	height: 16px;
	transition: transform 0.3s ease;
	width: 16px;
}

.page-template-accueil #accueilIndustries.archmation-industries .archmation-industries__cta:hover .archmation-industries__cta-icon {
	transform: translate(4px, -4px);
}

/* Process section (#accueilProcess) — React + Motion */
.page-template-accueil #accueilProcess.archmation-process {
	align-items: stretch !important;
	background: #000 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-process-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__root {
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(64px, 8vw, 96px);
	padding-top: clamp(64px, 8vw, 96px);
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilProcess.archmation-process .archmation-process__root {
		padding-bottom: clamp(96px, 10vw, 128px);
		padding-top: clamp(96px, 10vw, 128px);
	}
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__bg-base {
	background: #0a0a0c;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__bg-radial {
	background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 255, 255, 0.08), transparent 70%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__bg-gradient {
	background: linear-gradient(135deg, #000 0%, #101015 45%, #08080a 100%);
	inset: 0;
	opacity: 0.8;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__bg-dots {
	background-image: radial-gradient(white 1px, transparent 1px);
	background-size: 26px 26px;
	inset: 0;
	opacity: 0.04;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilProcess.archmation-process .archmation-process__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilProcess.archmation-process .archmation-process__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__header {
	text-align: center;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__steps-wrap {
	margin-top: 80px;
	position: relative;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__line {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
	display: none;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 52px;
	transform-origin: left center;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilProcess.archmation-process .archmation-process__line {
		display: block;
	}
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__steps {
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 640px) {
	.page-template-accueil #accueilProcess.archmation-process .archmation-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilProcess.archmation-process .archmation-process__steps {
		gap: 24px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__step {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__node {
	position: relative;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__icon-wrap {
	align-items: center;
	background: #0d0d10;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 9999px;
	display: inline-flex;
	height: 104px;
	justify-content: center;
	position: relative;
	transition:
		background-color 0.5s ease,
		border-color 0.5s ease,
		color 0.5s ease;
	width: 104px;
	z-index: 1;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__step:hover .archmation-process__icon-wrap {
	background: #fff;
	border-color: rgba(255, 255, 255, 0.5);
	color: #000;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__icon {
	color: #fff;
	height: 32px;
	transition: color 0.5s ease;
	width: 32px;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__step:hover .archmation-process__icon {
	color: #000;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__ring {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__step:hover .archmation-process__ring {
	opacity: 1;
	transform: scale(1.25);
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__badge {
	align-items: center;
	background: #fff;
	border-radius: 9999px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
	color: #000;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	position: absolute;
	right: -4px;
	top: -4px;
	width: 28px;
	z-index: 2;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__step-title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(20px, 2.2vw, 24px);
	font-weight: 400;
	line-height: 1.25;
	margin: 28px 0 0;
}

.page-template-accueil #accueilProcess.archmation-process .archmation-process__step-desc {
	color: rgba(255, 255, 255, 0.55);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 12px auto 0;
	max-width: 15rem;
}

/* Value section (#accueilValue) — React + Motion */
.page-template-accueil #accueilValue.archmation-value {
	align-items: stretch !important;
	background: #060608 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-value-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__root {
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(64px, 8vw, 96px);
	padding-top: clamp(64px, 8vw, 96px);
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilValue.archmation-value .archmation-value__root {
		padding-bottom: clamp(96px, 10vw, 128px);
		padding-top: clamp(96px, 10vw, 128px);
	}
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__bg-base {
	background: #060608;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__bg-vertical {
	background: linear-gradient(180deg, #0e0e12 0%, #060608 40%, #0b0b0f 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__bg-spotlight-left {
	background: radial-gradient(ellipse 50% 60% at 15% 30%, rgba(255, 255, 255, 0.06), transparent 70%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__bg-spotlight-right {
	background: radial-gradient(ellipse 40% 50% at 90% 80%, rgba(255, 255, 255, 0.04), transparent 70%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__bg-grid {
	background-image:
		linear-gradient(to right, white 1px, transparent 1px),
		linear-gradient(to bottom, white 1px, transparent 1px);
	background-size: 64px 64px;
	inset: 0;
	opacity: 0.025;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilValue.archmation-value .archmation-value__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilValue.archmation-value .archmation-value__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__layout {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilValue.archmation-value .archmation-value__layout {
		grid-template-columns: 1.6fr 1fr;
	}
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-image {
	filter: grayscale(100%);
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 1.2s ease-out;
	width: 100%;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero:hover .archmation-value__hero-image {
	transform: scale(1.05);
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-overlay-top {
	background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
	inset: 0;
	position: absolute;
	z-index: 1;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-overlay-side {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-badge {
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 2;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-badge-inner {
	align-items: center;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 9999px;
	display: flex;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-badge-icon {
	color: #fff;
	height: 24px;
	width: 24px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 30rem;
	padding: 32px;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-content {
		min-height: 34rem;
		padding: 48px;
	}
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__title {
	max-width: 36rem;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__desc {
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.7;
	margin: 24px 0 0;
	max-width: 32rem;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__cards {
	display: grid;
	gap: 24px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	padding: 32px;
	position: relative;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card:hover {
	background: #fff;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-icon-wrap {
	position: absolute;
	right: 24px;
	top: 24px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-icon-inner {
	align-items: center;
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 9999px;
	display: flex;
	height: 48px;
	justify-content: center;
	transition: transform 0.5s ease;
	width: 48px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card:hover .archmation-value__card-icon-inner {
	transform: rotate(12deg);
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-icon {
	color: #fff;
	height: 20px;
	width: 20px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-label {
	color: rgba(255, 255, 255, 0.5);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	transition: color 0.5s ease;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card:hover .archmation-value__card-label {
	color: rgba(0, 0, 0, 0.5);
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(24px, 2.5vw, 30px);
	font-weight: 400;
	line-height: 1.2;
	margin: 20px 0 0;
	transition: color 0.5s ease;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card:hover .archmation-value__card-title {
	color: #000 !important;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-desc {
	color: rgba(255, 255, 255, 0.55);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 16px 0 0;
	transition: color 0.5s ease;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card:hover .archmation-value__card-desc {
	color: rgba(0, 0, 0, 0.7);
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-footer {
	margin-top: auto;
	padding-top: 24px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-link {
	align-items: center;
	color: transparent;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	gap: 8px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: color 0.5s ease;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card:hover .archmation-value__card-link {
	color: #000;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card-link-icon {
	height: 16px;
	opacity: 0;
	transform: translateX(-8px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	width: 16px;
}

.page-template-accueil #accueilValue.archmation-value .archmation-value__card:hover .archmation-value__card-link-icon {
	opacity: 1;
	transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilValue.archmation-value .archmation-value__hero-image,
	.page-template-accueil #accueilValue.archmation-value .archmation-value__card,
	.page-template-accueil #accueilValue.archmation-value .archmation-value__card-icon-inner,
	.page-template-accueil #accueilValue.archmation-value .archmation-value__card-link-icon {
		transition: none;
	}
}

/* Clients section (#accueilClients) — React + Motion */
.page-template-accueil #accueilClients.archmation-clients {
	align-items: stretch !important;
	background: #050507 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-clients-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__root {
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(64px, 8vw, 96px);
	padding-top: clamp(64px, 8vw, 96px);
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__root {
		padding-bottom: clamp(96px, 10vw, 128px);
		padding-top: clamp(96px, 10vw, 128px);
	}
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__bg-base {
	background: #050507;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__bg-mesh {
	background: linear-gradient(135deg, #0a0a0e 0%, #070709 50%, #0d0d12 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__bg-radial-top {
	background: radial-gradient(ellipse 80% 80% at 50% -20%, rgba(255, 255, 255, 0.08), transparent 70%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__bg-radial-side {
	background: radial-gradient(ellipse 40% 40% at 80% 50%, rgba(255, 255, 255, 0.03), transparent 70%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__bg-dots {
	background-image: radial-gradient(circle, white 1px, transparent 1px);
	background-size: 48px 48px;
	inset: 0;
	opacity: 0.015;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__header {
	text-align: center;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 64px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1280px) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	font: inherit;
	height: 96px;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition:
		background-color 0.5s ease,
		border-color 0.5s ease,
		transform 0.5s ease;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile {
		height: 112px;
	}
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__logo {
	filter: grayscale(100%);
	height: 64px;
	max-width: 90%;
	object-fit: contain;
	transition:
		filter 0.5s ease,
		transform 0.5s ease;
	width: auto;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile:hover .archmation-clients__logo {
	filter: grayscale(0%);
	transform: scale(1.1);
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__shine {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
	inset: 0;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile:hover .archmation-clients__shine {
	transform: translateX(0);
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile-label {
	align-items: center;
	backdrop-filter: blur(4px);
	background: rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 500;
	inset: 0;
	justify-content: center;
	letter-spacing: 0.2em;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
}

.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile:hover .archmation-clients__tile-label {
	opacity: 1;
}

/* Modal (portaled to body) */
.page-template-accueil .archmation-clients__modal-backdrop {
	align-items: center;
	backdrop-filter: blur(4px);
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 9999;
}

.page-template-accueil .archmation-clients__modal {
	margin: 0 auto;
	max-width: 896px;
	position: relative;
	width: 100%;
}

.page-template-accueil .archmation-clients__modal-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 9999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 8px;
	position: absolute;
	right: 0;
	top: -48px;
	transition: background-color 0.3s ease;
	z-index: 2;
}

.page-template-accueil .archmation-clients__modal-close:hover {
	background: rgba(255, 255, 255, 0.1);
}

.page-template-accueil .archmation-clients__modal-close-icon {
	height: 24px;
	width: 24px;
}

.page-template-accueil .archmation-clients__modal-stage {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: #0a0a0c;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	display: flex;
	justify-content: center;
	min-height: 280px;
	overflow: hidden;
	position: relative;
}

.page-template-accueil .archmation-clients__modal-media {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 40px 72px 56px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.page-template-accueil .archmation-clients__modal-slide {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.page-template-accueil .archmation-clients__modal-image {
	display: block;
	filter: none !important;
	height: auto;
	max-height: min(220px, 42vh);
	max-width: min(480px, 78%);
	object-fit: contain;
	width: auto;
}

.page-template-accueil .archmation-clients__modal-nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 9999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease;
	width: 48px;
	z-index: 2;
}

.page-template-accueil .archmation-clients__modal-nav:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.6);
}

.page-template-accueil .archmation-clients__modal-nav--prev {
	left: 16px;
}

.page-template-accueil .archmation-clients__modal-nav--next {
	right: 16px;
}

.page-template-accueil .archmation-clients__modal-nav-icon {
	height: 24px;
	width: 24px;
}

.page-template-accueil .archmation-clients__modal-dots {
	bottom: 16px;
	display: flex;
	gap: 8px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.page-template-accueil .archmation-clients__modal-dot {
	background: #fff;
	border: 0;
	border-radius: 9999px;
	cursor: pointer;
	display: block;
	height: 6px;
	padding: 0;
	width: 6px;
}

.page-template-accueil .archmation-clients__modal-info {
	margin-top: 24px;
}

.page-template-accueil .archmation-clients__modal-title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}

.page-template-accueil .archmation-clients__modal-meta {
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	margin: 8px 0 0;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__tile,
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__logo,
	.page-template-accueil #accueilClients.archmation-clients .archmation-clients__shine {
		transition: none;
	}
}

/* Stats section (#accueilStats) — React + Motion */
.page-template-accueil #accueilStats.archmation-stats {
	align-items: stretch !important;
	background: #000 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-stats-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__root {
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(64px, 8vw, 96px);
	padding-top: clamp(64px, 8vw, 96px);
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__root {
		padding-bottom: clamp(96px, 10vw, 128px);
		padding-top: clamp(96px, 10vw, 128px);
	}
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__bg-gradient {
	background: linear-gradient(to bottom right, #000, #0a0a0f, #000);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__bg-spotlight-left {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 40%, transparent 70%);
	filter: blur(48px);
	height: 800px;
	left: -50%;
	position: absolute;
	top: 33%;
	width: 800px;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__bg-spotlight-right {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
	bottom: 0;
	filter: blur(48px);
	height: 700px;
	position: absolute;
	right: -50%;
	width: 700px;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__bg-spotlight-center {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
	filter: blur(48px);
	height: 400px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__bg-diagonal {
	background-image: linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 48%, rgba(255, 255, 255, 0.03) 52%, transparent 52%);
	background-size: 300px 300px;
	inset: 0;
	opacity: 0.35;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__bg-grain {
	background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 1px);
	background-size: 80px 80px;
	inset: 0;
	opacity: 0.08;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__header {
	margin-bottom: 64px;
	text-align: center;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__title-rule {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
	height: 4px;
	margin: 16px auto 0;
	width: 64px;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card {
	position: relative;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-glow {
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), transparent);
	border-radius: 16px;
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card:hover .archmation-stats__card-glow {
	opacity: 1;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-border {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease;
	z-index: 0;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card:hover .archmation-stats__card-border {
	opacity: 1;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-ring {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent, rgba(255, 255, 255, 0.2));
	border-radius: 16px;
	filter: blur(4px);
	inset: -2px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease;
	z-index: -1;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card:hover .archmation-stats__card-ring {
	opacity: 0.3;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-body {
	padding: 32px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-accent {
	background: rgba(255, 255, 255, 0.2);
	height: 4px;
	left: 50%;
	position: absolute;
	top: -1px;
	transform: translateX(-50%);
	transition:
		background-color 0.5s ease,
		width 0.5s ease;
	width: 48px;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card:hover .archmation-stats__card-accent {
	background: rgba(255, 255, 255, 0.4);
	width: 80px;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__counter-wrap {
	padding-top: 16px;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__counter {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(40px, 5vw, 60px);
	font-weight: 700;
	line-height: 1;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__counter-suffix {
	font-size: clamp(32px, 4vw, 48px);
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-label {
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin: 16px 0 0;
	text-transform: uppercase;
	transition: color 0.5s ease;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card:hover .archmation-stats__card-label {
	color: rgba(255, 255, 255, 0.8);
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-dots {
	display: flex;
	gap: 4px;
	justify-content: center;
	padding-top: 8px;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-dot {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 9999px;
	display: block;
	height: 4px;
	width: 4px;
}

.page-template-accueil #accueilStats.archmation-stats .archmation-stats__divider {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
	height: 1px;
	margin-top: 64px;
	transform-origin: left center;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card,
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-accent,
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-glow,
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-border,
	.page-template-accueil #accueilStats.archmation-stats .archmation-stats__card-ring {
		transition: none;
	}
}

/* Video gallery section (#accueilVideoGallery) — React + Motion */
.page-template-accueil #accueilVideoGallery.archmation-videos,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos {
	align-items: stretch !important;
	background: #000 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-videos-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__root,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__root{
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(64px, 8vw, 96px);
	padding-top: clamp(64px, 8vw, 96px);
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__root,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__root{
		padding-bottom: clamp(96px, 10vw, 128px);
		padding-top: clamp(96px, 10vw, 128px);
	}
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__bg-base,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__bg-base{
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__bg-mesh,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__bg-mesh{
	background: linear-gradient(to bottom, #0a0a0f 0%, #050507 50%, #0d0d12 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__bg-spotlight-left,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__bg-spotlight-left{
	background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 40%, transparent 70%);
	filter: blur(48px);
	height: 600px;
	left: -33%;
	position: absolute;
	top: 25%;
	width: 600px;
	z-index: 0;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__bg-spotlight-right,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__bg-spotlight-right{
	background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
	bottom: 0;
	filter: blur(48px);
	height: 500px;
	position: absolute;
	right: -25%;
	width: 500px;
	z-index: 0;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__bg-diagonal,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__bg-diagonal{
	background-image: repeating-linear-gradient(
		45deg,
		transparent,
		transparent 2px,
		rgba(255, 255, 255, 0.35) 2px,
		rgba(255, 255, 255, 0.35) 4px
	);
	background-size: 100px 100px;
	inset: 0;
	opacity: 0.02;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__bg-grain,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__bg-grain{
	background-image: radial-gradient(circle at 1px 1px, white 0.5px, transparent 0.5px);
	background-size: 50px 50px;
	inset: 0;
	opacity: 0.1;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__inner,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__inner{
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__inner,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__inner{
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__inner,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__inner{
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__header,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__header{
	margin-bottom: 64px;
	text-align: center;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__carousel,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__carousel{
	position: relative;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__viewport,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__viewport{
	border-radius: 16px;
	overflow: hidden;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__track,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__track{
	display: flex;
	gap: 16px;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card{
	background: transparent;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	flex: 0 0 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}

@media screen and (min-width: 640px) {
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card{
		flex-basis: calc((100% - 16px) / 2);
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card{
		flex-basis: calc((100% - 48px) / 4);
	}
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__thumb,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__thumb{
	display: block;
	filter: grayscale(100%);
	height: 192px;
	object-fit: cover;
	transition: filter 0.5s ease, transform 0.5s ease;
	width: 100%;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card:hover .archmation-videos__thumb,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card:hover .archmation-videos__thumb{
	filter: grayscale(0%);
	transform: scale(1.1);
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card-overlay,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card-overlay{
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.3s ease;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card:hover .archmation-videos__card-overlay,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card:hover .archmation-videos__card-overlay{
	opacity: 1;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__play-wrap,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__play-wrap{
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	pointer-events: none;
	position: absolute;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__play-btn,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__play-btn{
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 9999px;
	display: flex;
	height: 64px;
	justify-content: center;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	width: 64px;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card:hover .archmation-videos__play-btn,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card:hover .archmation-videos__play-btn{
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.8);
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__play-icon,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__play-icon{
	fill: currentColor;
	height: 24px;
	margin-left: 4px;
	width: 24px;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card-meta,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card-meta{
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 16px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: left;
	transition: opacity 0.3s ease;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card:hover .archmation-videos__card-meta,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card:hover .archmation-videos__card-meta{
	opacity: 1;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card-title,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card-title{
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 4px;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card-company,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card-company{
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	margin: 0;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__nav,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__nav{
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 9999px;
	color: #fff;
	cursor: pointer;
	display: none;
	height: 48px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s ease, border-color 0.3s ease;
	width: 48px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__nav,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__nav{
		display: inline-flex;
	}
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__nav:hover:not(:disabled),
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__nav:hover:not(:disabled){
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.6);
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__nav:disabled,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__nav:disabled{
	cursor: not-allowed;
	opacity: 0.4;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__nav--prev,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__nav--prev{
	left: 0;
	transform: translate(-64px, -50%);
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__nav--next,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__nav--next{
	right: 0;
	transform: translate(64px, -50%);
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__nav-icon,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__nav-icon{
	height: 24px;
	width: 24px;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__cta-wrap,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__cta-wrap{
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__cta,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__cta{
	align-items: center;
	background: #fff;
	color: #000;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 13px;
	font-weight: 500;
	gap: 16px;
	letter-spacing: 0.2em;
	padding: 16px 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__cta:hover,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__cta:hover{
	background: rgba(255, 255, 255, 0.9);
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__cta-icon,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__cta-icon{
	height: 16px;
	transition: transform 0.3s ease;
	width: 16px;
}

.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__cta:hover .archmation-videos__cta-icon,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__cta:hover .archmation-videos__cta-icon{
	transform: translateX(4px);
}

/* Video modal (portaled to body) */
.page-template-accueil .archmation-videos__modal-backdrop {
	align-items: center;
	backdrop-filter: blur(4px);
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 9999;
}

.page-template-accueil .archmation-videos__modal {
	margin: 0 auto;
	max-width: 1024px;
	position: relative;
	width: 100%;
}

.page-template-accueil .archmation-videos__modal-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 9999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 8px;
	position: absolute;
	right: 0;
	top: -48px;
	transition: background-color 0.3s ease;
	z-index: 2;
}

.page-template-accueil .archmation-videos__modal-close:hover {
	background: rgba(255, 255, 255, 0.1);
}

.page-template-accueil .archmation-videos__modal-close-icon {
	height: 24px;
	width: 24px;
}

.page-template-accueil .archmation-videos__modal-player {
	aspect-ratio: 16 / 9;
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: relative;
}

.page-template-accueil .archmation-videos__modal-iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.page-template-accueil .archmation-videos__modal-info {
	margin-top: 24px;
}

.page-template-accueil .archmation-videos__modal-title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 400;
	margin: 0 0 8px;
}

.page-template-accueil .archmation-videos__modal-meta {
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	margin: 0;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__thumb,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__thumb,
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card-overlay,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card-overlay,
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__play-btn,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__play-btn,
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__card-meta,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__card-meta,
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__cta,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__cta,
	.page-template-accueil #accueilVideoGallery.archmation-videos .archmation-videos__cta-icon,
.page-template-accueil.page-service .archmation-videos-shell.archmation-videos .archmation-videos__cta-icon {
		transition: none;
	}
}

@keyframes archmation-blogs-grid-slide {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(100px, 100px);
	}
}

/* Blogs section (#accueilBlogs) — React + Motion */
.page-template-accueil #accueilBlogs.archmation-blogs {
	align-items: stretch !important;
	background: #000 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-blogs-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__root {
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(64px, 8vw, 96px);
	padding-top: clamp(64px, 8vw, 96px);
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__root {
		padding-bottom: clamp(96px, 10vw, 128px);
		padding-top: clamp(96px, 10vw, 128px);
	}
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__bg-mesh {
	background: linear-gradient(to bottom right, #000, #0a0a10, #000);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__bg-spotlight-top {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 40%, transparent 70%);
	filter: blur(48px);
	height: 800px;
	left: 25%;
	position: absolute;
	top: -50%;
	width: 800px;
	z-index: 0;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__bg-spotlight-bottom {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
	bottom: -50%;
	filter: blur(48px);
	height: 700px;
	position: absolute;
	right: 0;
	width: 700px;
	z-index: 0;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__bg-grid {
	animation: archmation-blogs-grid-slide 30s linear infinite;
	background-image:
		linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px);
	background-size: 100px 100px;
	inset: 0;
	opacity: 0.03;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__header {
	margin-bottom: 80px;
	text-align: center;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr);
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card {
	cursor: pointer;
	position: relative;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card-inner {
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition:
		background-color 0.5s ease,
		border-color 0.5s ease;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card:hover .archmation-blogs__card-inner {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__media {
	background: #000;
	flex-shrink: 0;
	height: 224px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__image {
	display: block;
	filter: grayscale(100%);
	height: 100%;
	object-fit: cover;
	transition: filter 0.7s ease, transform 0.7s ease;
	width: 100%;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card:hover .archmation-blogs__image {
	filter: grayscale(0%);
	transform: scale(1.1);
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__media-overlay {
	background: linear-gradient(to top, #000, transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__badge {
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.15em;
	padding: 4px 12px;
	position: absolute;
	right: 16px;
	text-transform: uppercase;
	top: 16px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__indicator {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	pointer-events: none;
	position: absolute;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__indicator-btn {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 9999px;
	display: flex;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__indicator-icon {
	color: #fff;
	height: 24px;
	width: 24px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between;
	padding: 24px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card-title {
	color: #fff !important;
	display: -webkit-box;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	transition: line-height 0.3s ease;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card:hover .archmation-blogs__card-title {
	line-height: 1.6;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__excerpt {
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 8px 0 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition:
		max-height 0.3s ease,
		opacity 0.3s ease;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card:hover .archmation-blogs__excerpt {
	max-height: 80px;
	opacity: 1;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn {
	align-items: center;
	align-self: flex-start;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	margin-top: auto;
	overflow: hidden;
	padding: 10px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		border-color 0.3s ease,
		background-color 0.3s ease;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn:hover {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn-shine {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn:hover .archmation-blogs__read-btn-shine {
	transform: translateX(0);
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn-label,
.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn-icon-wrap {
	position: relative;
	z-index: 1;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn-icon {
	height: 14px;
	width: 14px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__corner-glow {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 9999px;
	filter: blur(48px);
	height: 128px;
	pointer-events: none;
	position: absolute;
	right: -40px;
	top: -40px;
	width: 128px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__cta-wrap {
	display: flex;
	justify-content: center;
	margin-top: 64px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__cta {
	align-items: center;
	background: #fff;
	color: #000;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 13px;
	font-weight: 500;
	gap: 16px;
	letter-spacing: 0.2em;
	padding: 16px 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__cta:hover {
	background: rgba(255, 255, 255, 0.9);
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__cta-icon {
	height: 16px;
	transition: transform 0.3s ease;
	width: 16px;
}

.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__cta:hover .archmation-blogs__cta-icon {
	transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__bg-grid {
		animation: none;
	}

	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__image,
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__card-inner,
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__excerpt,
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn,
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__read-btn-shine,
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__cta,
	.page-template-accueil #accueilBlogs.archmation-blogs .archmation-blogs__cta-icon {
		transition: none;
	}
}

/* Testimonials (#accueilTemoignages) — WHAT OUR CLIENTS SAY */
.page-template-accueil #accueilTemoignages {
	padding-top: clamp(64px, 8vw, 96px) !important;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilTemoignages {
		padding-top: clamp(96px, 10vw, 128px) !important;
	}
}

.page-template-accueil #accueilTemoignages .accueilCollaborationsContenuTitre h2,
.page-template-accueil #accueilTemoignages .prestaCollaborationsTitre h2,
.page-template-accueil #accueilTemoignages .archmation-clients-say__title {
	color: #000 !important;
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: var(--archmation-section-title-font-size);
	font-style: italic;
	font-weight: var(--archmation-section-title-font-weight) !important;
	line-height: var(--archmation-section-title-line-height);
	margin: 0;
	text-transform: none;
	text-wrap: balance;
}

.page-template-accueil #accueilTemoignages .accueilCollaborationsContenuTitre h2 strong,
.page-template-accueil #accueilTemoignages .prestaCollaborationsTitre h2 strong,
.page-template-accueil #accueilTemoignages .archmation-clients-say__title strong {
	color: #000 !important;
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: inherit !important;
	font-style: italic;
	font-weight: var(--archmation-section-title-font-weight) !important;
	line-height: inherit;
}

@keyframes archmation-faq-diagonal-slide {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(125px, 125px);
	}
	100% {
		transform: translate(0, 0);
	}
}

/* FAQ section (#accueilFaq) — React + Motion */
.page-template-accueil #accueilFaq.archmation-faq {
	align-items: stretch !important;
	background: #000 !important;
	clear: both;
	color: #fff !important;
	display: block !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-faq-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__root {
	color: #fff;
	overflow: hidden;
	padding-bottom: clamp(64px, 8vw, 96px);
	padding-top: clamp(64px, 8vw, 96px);
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__root {
		padding-bottom: clamp(96px, 10vw, 128px);
		padding-top: clamp(96px, 10vw, 128px);
	}
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-mesh {
	background: linear-gradient(to bottom right, #000, #080810, #0a0a15);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-spotlight-top {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 40%, transparent 70%);
	filter: blur(48px);
	height: 700px;
	position: absolute;
	right: 0;
	top: -25%;
	width: 700px;
	z-index: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-spotlight-bottom {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
	bottom: -25%;
	filter: blur(48px);
	height: 600px;
	left: -25%;
	position: absolute;
	width: 600px;
	z-index: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-spotlight-center {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
	filter: blur(48px);
	height: 500px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	z-index: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-diagonal {
	animation: archmation-faq-diagonal-slide 30s linear infinite;
	background-image: linear-gradient(
		45deg,
		transparent 45%,
		rgba(255, 255, 255, 0.35) 45%,
		rgba(255, 255, 255, 0.35) 55%,
		transparent 55%
	);
	background-size: 250px 250px;
	inset: 0;
	opacity: 0.02;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-grain {
	background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 1px);
	background-size: 80px 80px;
	inset: 0;
	opacity: 0.12;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__layout {
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1fr);
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__layout {
		gap: 80px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__label-row {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__eyebrow {
	margin: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__label-line {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
	height: 1px;
	transform-origin: left;
	width: 32px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__title {
	margin-bottom: 24px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__lede {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 48px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn {
	align-items: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 16px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		border-color 0.3s ease,
		background-color 0.3s ease;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn:hover {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn-shine {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn:hover .archmation-faq__contact-btn-shine {
	transform: translateX(0);
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn-label,
.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn-icon {
	height: 16px;
	width: 16px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__item {
	position: relative;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__trigger {
	align-items: flex-start;
	backdrop-filter: blur(4px);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	color: inherit;
	cursor: pointer;
	display: flex;
	gap: 16px;
	padding: 20px 24px;
	text-align: left;
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
	width: 100%;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__trigger.is-hovered {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.04);
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__trigger.is-expanded {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 32px rgba(255, 255, 255, 0.08);
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__icon-wrap {
	flex-shrink: 0;
	margin-top: 2px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__icon {
	color: #fff;
	height: 24px;
	width: 24px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__question {
	color: #fff;
	flex: 1;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	min-width: 0;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__chevron-wrap {
	display: inline-flex;
	flex-shrink: 0;
	margin-top: 2px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__chevron {
	color: rgba(255, 255, 255, 0.5);
	height: 20px;
	width: 20px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__answer-wrap {
	overflow: hidden;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__answer {
	backdrop-filter: blur(4px);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	margin-left: 48px;
	margin-top: 8px;
	padding: 16px;
}

.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__answer-text {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__bg-diagonal {
		animation: none;
	}

	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__trigger,
	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn,
	.page-template-accueil #accueilFaq.archmation-faq .archmation-faq__contact-btn-shine {
		transition: none;
	}
}

/* About section (#accueilQSN) — React + Motion */
.page-template-accueil #accueilQSN.archmation-about {
	align-items: stretch !important;
	background: #000;
	clear: both;
	color: #fff;
	display: block !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	max-width: none !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 2;
}

.page-template-accueil #react-about-root {
	display: block;
	min-height: 1px;
	width: 100%;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__root {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__grain {
	inset: 0;
	opacity: 0.02;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__grain-svg {
	display: block;
	height: 100%;
	width: 100%;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-top: clamp(64px, 8vw, 96px);
	padding-bottom: clamp(24px, 3vw, 40px);
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 2000px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__inner {
		max-width: 1650px;
	}
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__grid {
	align-items: center;
	display: grid;
	gap: clamp(48px, 6vw, 96px);
	grid-template-columns: 1fr;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__media {
	position: relative;
	width: 100%;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__frame {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 8px;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-wrap {
	background: #2f1840;
	border-radius: 10px;
	height: 450px;
	overflow: hidden;
	position: relative;
	transition: background-color 1s ease;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-wrap:hover {
	background: #000;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image {
	border-radius: 10px;
	display: block;
	filter: grayscale(100%) contrast(110%) brightness(92%);
	height: 450px;
	object-fit: cover;
	object-position: center center;
	position: relative;
	transition: filter 1s ease;
	width: 100%;
	z-index: 0;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-wrap:hover .archmation-about__image {
	filter: none;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-overlay {
	background: linear-gradient(145deg, #8b6aab 0%, #4a2860 55%, #2f1840 100%);
	border-radius: 10px;
	inset: 0;
	mix-blend-mode: color;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	transition: opacity 1s ease;
	z-index: 1;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-wrap:hover .archmation-about__image-overlay {
	opacity: 0;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-wrap::after {
	background: rgba(35, 15, 50, 0.28);
	border-radius: 10px;
	content: "";
	inset: 0;
	mix-blend-mode: multiply;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	transition: opacity 1s ease;
	z-index: 2;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-wrap:hover::after {
	opacity: 0;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__image-quote {
	color: rgba(255, 255, 255, 0.3);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 12px;
	font-style: italic;
	left: 33%;
	position: absolute;
	top: 33%;
	transform: rotate(-6deg);
	z-index: 3;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge {
	position: absolute;
	right: -16px;
	top: -32px;
	z-index: 2;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge {
		right: 25%;
		top: -48px;
	}
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-spin {
	height: 128px;
	position: relative;
	width: 128px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-spin {
		height: 160px;
		width: 160px;
	}
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-svg {
	height: 100%;
	width: 100%;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-text {
	fill: #000;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-center {
	align-items: center;
	background: #000;
	border-radius: 50%;
	display: flex;
	height: 64px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-center {
		height: 80px;
		width: 80px;
	}
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-arrow {
	height: 24px;
	transform: rotate(-45deg);
	width: 24px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-arrow {
		height: 32px;
		width: 32px;
	}
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__desc {
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__desc--primary {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(15px, 1.6vw, 17px);
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__desc--muted {
	color: rgba(255, 255, 255, 0.5);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__highlight {
	color: #fff;
	font-weight: 500;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__highlight-soft {
	color: rgba(255, 255, 255, 0.7);
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__cta-wrap {
	padding-top: 8px;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__cta {
	align-items: center;
	background: #fff;
	color: #000;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 13px;
	font-weight: 500;
	gap: 16px;
	letter-spacing: 0.2em;
	padding: 16px 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__cta:hover {
	background: rgba(255, 255, 255, 0.9);
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__cta-icon {
	height: 16px;
	transition: transform 0.3s ease;
	width: 16px;
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__cta:hover .archmation-about__cta-icon {
	transform: translateX(4px);
}

.page-template-accueil #accueilQSN.archmation-about .archmation-about__divider {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
	height: 1px;
	margin-top: clamp(32px, 4vw, 48px);
	transform-origin: left;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #accueilQSN.archmation-about .archmation-about__badge-spin {
		animation: none !important;
		transform: none !important;
	}
}

@keyframes archmation-footer-grid-slide {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100px);
	}
}

/* Legacy app.css pins #fullSite to 100vh; let homepage content (and footer) flow naturally. */
.page-template-accueil #fullSite {
	height: auto;
	min-height: 100vh;
}

/* Global footer (#archmationFooter) — React + Motion */
.page-template-accueil #react-footer-root {
	display: block;
	text-align: left;
	width: 100%;
}

.page-template-accueil #archmationFooter.archmation-footer {
	background: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 2;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-mesh {
	background: linear-gradient(to top, #000, #0a0a10, #050508);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-spotlight-top {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 40%, transparent 70%);
	filter: blur(48px);
	height: 800px;
	left: 50%;
	position: absolute;
	top: -50%;
	transform: translateX(-50%);
	width: 800px;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-spotlight-left {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
	bottom: -25%;
	filter: blur(48px);
	height: 600px;
	left: -25%;
	position: absolute;
	width: 600px;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-spotlight-right {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
	bottom: -33%;
	filter: blur(48px);
	height: 500px;
	position: absolute;
	right: 0;
	width: 500px;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-grid {
	animation: archmation-footer-grid-slide 20s linear infinite;
	background-image:
		linear-gradient(0deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
	background-size: 100px 100px;
	inset: 0;
	opacity: 0.03;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-grain {
	background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 1px);
	background-size: 80px 80px;
	inset: 0;
	opacity: 0.08;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__orb {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 9999px;
	filter: blur(24px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__orb--right {
	height: 80px;
	right: 40px;
	top: 80px;
	width: 80px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__orb--left {
	bottom: 80px;
	height: 64px;
	left: 64px;
	width: 64px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: clamp(64px, 8vw, 96px) 30px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__top {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 64px;
	text-align: left;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__top {
		align-items: start;
		gap: clamp(48px, 5vw, 64px);
		grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
		margin-bottom: 80px;
	}
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand {
	text-align: left;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-stack {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-link {
	align-items: center;
	color: inherit;
	display: inline-flex;
	gap: 12px;
	margin-bottom: 0;
	text-align: left;
	text-decoration: none;
	width: fit-content;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-logo {
	display: block;
	height: auto;
	max-width: min(240px, 100%);
	object-fit: contain;
	width: 220px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-mark {
	align-items: center;
	backdrop-filter: blur(4px);
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
	border-radius: 9999px;
	display: flex;
	flex-shrink: 0;
	height: 48px;
	justify-content: center;
	padding: 8px;
	width: 48px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-ring {
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 9999px;
	display: block;
	height: 100%;
	width: 100%;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-text {
	display: flex;
	flex-direction: column;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-name {
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-tag {
	color: rgba(255, 255, 255, 0.5);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__desc {
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	line-height: 1.625;
	margin: 0;
	max-width: 20rem;
	text-align: left;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__social {
	align-items: center;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	color: rgba(255, 255, 255, 0.8);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease,
		color 0.3s ease;
	width: 40px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__social:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__social-glow {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	position: absolute;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__social-icon {
	height: 18px;
	position: relative;
	width: 18px;
	z-index: 1;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__columns {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr);
	text-align: left;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__columns {
		gap: clamp(48px, 4vw, 80px);
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__divider {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	height: 1px;
	margin-bottom: 32px;
	transform-origin: left;
	width: 100%;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bottom {
		flex-direction: row;
	}
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__column {
	text-align: left;
	width: 100%;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__column-title {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin: 0 0 24px;
	text-align: left;
	text-transform: uppercase;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__links li + li {
	margin-top: 12px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__link {
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	gap: 8px;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__link:hover {
	color: #fff;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__link-arrow {
	display: inline-flex;
	height: 14px;
	width: 14px;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__link-underline {
	background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.6), transparent);
	bottom: -4px;
	height: 1px;
	left: 0;
	position: absolute;
	transform-origin: left;
	width: 100%;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__copyright {
	color: rgba(255, 255, 255, 0.5);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__copyright {
		text-align: left;
	}
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__legal {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__legal {
		justify-content: flex-end;
	}
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__legal-link {
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	gap: 8px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__legal-link:hover {
	color: #fff;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__legal-arrow {
	color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__legal-link:hover .archmation-footer__legal-arrow {
	color: rgba(255, 255, 255, 0.8);
}

.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__legal-sep {
	background: rgba(255, 255, 255, 0.2);
	height: 16px;
	width: 1px;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__bg-grid,
	.page-template-accueil #archmationFooter.archmation-footer .archmation-footer__brand-mark {
		animation: none !important;
	}
}

/* Header — Our Services dropdown */
#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children {
	position: relative;
}

#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > a span::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
	content: "";
	display: inline-block;
	margin-left: 0.35em;
	transform: translateY(-1px);
	transition: transform 0.2s ease;
	vertical-align: middle;
}

#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children:hover > a,
#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children:focus-within > a,
#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.is-open > a {
	color: #f0a090;
}

#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children:hover > a span::after,
#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children:focus-within > a span::after,
#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.is-open > a span::after {
	transform: translateY(1px) rotate(180deg);
}

@media screen and (min-width: 1160px) {
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu {
		background: #000 !important;
		border: none;
		border-radius: 0;
		box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
		display: none;
		left: 0;
		min-width: 320px;
		padding: 0.75rem 0;
		top: calc(100% - 4px);
		z-index: 20;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children:hover > ul.sub-menu,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children:focus-within > ul.sub-menu,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.is-open > ul.sub-menu {
		display: block !important;
		max-height: 500px;
		visibility: visible !important;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li {
		min-width: 100%;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li a {
		color: #fff !important;
		font-size: 1.35rem !important;
		font-weight: 600 !important;
		justify-content: flex-start !important;
		padding: 0.85rem 1.5rem !important;
		white-space: nowrap;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li a span::before {
		display: none;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li a:hover {
		color: #f0a090 !important;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li.current-menu-item > a,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li.current_page_item > a {
		background: rgba(240, 160, 144, 0.08);
		color: #f0a090 !important;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.current-menu-ancestor > a,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.current_page_parent > a,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.current-page-ancestor > a {
		color: #f0a090 !important;
	}
}

@media screen and (max-width: 1159px) {
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu {
		background: #fff;
		border-radius: 0;
		display: none;
		margin-left: 0;
		padding: 0.5rem 0 0.5rem 12px;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.is-open > ul.sub-menu {
		display: block;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li a {
		color: #222 !important;
		font-size: 1.05rem !important;
		font-weight: 500 !important;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li.current-menu-item > a,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children > ul.sub-menu li.current_page_item > a {
		color: #f0a090 !important;
		font-weight: 700 !important;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.current-menu-ancestor > a,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.current_page_parent > a,
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-has-children.current-page-ancestor > a {
		color: #f0a090 !important;
	}
}

/* Header — LEARN WITH US CTA */
#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-cta {
	align-self: center;
	margin-left: 0.5rem;
}

#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-cta > a {
	background: linear-gradient(180deg, #f85b3d 0%, #c42204 100%);
	border-radius: 3px;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.85rem 1.5rem;
	text-transform: uppercase;
	transition: filter 0.2s ease, transform 0.2s ease;
}

#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-cta > a span::before {
	display: none;
}

#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-cta > a:hover,
#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-cta > a:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

@media screen and (max-width: 1159px) {
	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-cta {
		margin-left: 0;
		margin-top: 1rem;
	}

	#headerSite .overlay.overlayHeaderMenu #navSite #header-menu li.menu-item-cta > a {
		display: inline-block;
	}
}

/* --------------------------------------------------------------------------
   Service pages — shared hero background (performance-marketing style)
   -------------------------------------------------------------------------- */
@keyframes archmation-service-hero-grid-slide {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(50px, 50px);
	}
}

.page-template-accueil.page-service .archmation-video-marketing-hero__bg-base,
.page-template-accueil.page-service .archmation-web-tech-hero__bg-base,
.page-template-accueil.page-service .archmation-performance-marketing-hero__bg-base,
.page-template-accueil.page-service .archmation-seo-hero__bg-base,
.page-template-accueil.page-service .archmation-branding-design-hero__bg-base,
.page-template-accueil.page-service .archmation-industry-hero__bg-base,
.page-template-accueil.page-service .archmation-edtech-hero__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__bg-gradient,
.page-template-accueil.page-service .archmation-web-tech-hero__bg-gradient,
.page-template-accueil.page-service .archmation-performance-marketing-hero__bg-gradient,
.page-template-accueil.page-service .archmation-seo-hero__bg-gradient,
.page-template-accueil.page-service .archmation-branding-design-hero__bg-gradient {
	background:
		radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 20% 80%, rgba(192, 132, 250, 0.08) 0%, transparent 50%),
		linear-gradient(135deg, #0a0a0f 0%, #000 50%, #0d0d12 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__bg-spotlight,
.page-template-accueil.page-service .archmation-web-tech-hero__bg-spotlight,
.page-template-accueil.page-service .archmation-performance-marketing-hero__bg-spotlight,
.page-template-accueil.page-service .archmation-seo-hero__bg-spotlight,
.page-template-accueil.page-service .archmation-branding-design-hero__bg-spotlight,
.page-template-accueil.page-service .archmation-industry-hero__bg-spotlight,
.page-template-accueil.page-service .archmation-edtech-hero__bg-spotlight {
	border-radius: 9999px;
	filter: blur(64px);
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__bg-spotlight--tr,
.page-template-accueil.page-service .archmation-web-tech-hero__bg-spotlight--tr,
.page-template-accueil.page-service .archmation-performance-marketing-hero__bg-spotlight--tr,
.page-template-accueil.page-service .archmation-seo-hero__bg-spotlight--tr,
.page-template-accueil.page-service .archmation-branding-design-hero__bg-spotlight--tr {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
	height: 600px;
	right: -10%;
	top: -20%;
	width: 600px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__bg-spotlight--bl,
.page-template-accueil.page-service .archmation-web-tech-hero__bg-spotlight--bl,
.page-template-accueil.page-service .archmation-performance-marketing-hero__bg-spotlight--bl,
.page-template-accueil.page-service .archmation-seo-hero__bg-spotlight--bl,
.page-template-accueil.page-service .archmation-branding-design-hero__bg-spotlight--bl {
	background: radial-gradient(circle, rgba(192, 132, 250, 0.12) 0%, transparent 70%);
	bottom: -10%;
	height: 500px;
	left: -15%;
	width: 500px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__bg-grid,
.page-template-accueil.page-service .archmation-web-tech-hero__bg-grid,
.page-template-accueil.page-service .archmation-performance-marketing-hero__bg-grid,
.page-template-accueil.page-service .archmation-seo-hero__bg-grid,
.page-template-accueil.page-service .archmation-branding-design-hero__bg-grid,
.page-template-accueil.page-service .archmation-industry-hero__bg-grid,
.page-template-accueil.page-service .archmation-edtech-hero__bg-grid {
	animation: archmation-service-hero-grid-slide 40s linear infinite;
	background-image:
		linear-gradient(
			0deg,
			transparent 24%,
			rgba(255, 255, 255, 0.05) 25%,
			rgba(255, 255, 255, 0.05) 26%,
			transparent 27%,
			transparent 74%,
			rgba(255, 255, 255, 0.05) 75%,
			rgba(255, 255, 255, 0.05) 76%,
			transparent 77%,
			transparent
		),
		linear-gradient(
			90deg,
			transparent 24%,
			rgba(255, 255, 255, 0.05) 25%,
			rgba(255, 255, 255, 0.05) 26%,
			transparent 27%,
			transparent 74%,
			rgba(255, 255, 255, 0.05) 75%,
			rgba(255, 255, 255, 0.05) 76%,
			transparent 77%,
			transparent
		);
	background-size: 50px 50px;
	inset: 0;
	opacity: 0.2;
	position: absolute;
	z-index: 0;
}

/* --------------------------------------------------------------------------
   Service pages — video-marketing hero (service-specific, not shared)
   -------------------------------------------------------------------------- */

@keyframes archmation-video-marketing-hero-float-0 {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
}

@keyframes archmation-video-marketing-hero-float-1 {
	0%,
	100% {
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(7px);
	}
}

@keyframes archmation-video-marketing-hero-float-2 {
	0%,
	100% {
		transform: translateY(-5px);
	}
	50% {
		transform: translateY(10px);
	}
}

.page-template-accueil.page-service .archmation-video-marketing-hero {
	color: #fff;
	isolation: isolate;
	min-height: clamp(640px, 85vh, 960px);
	overflow: hidden;
	padding: clamp(48px, 6vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-video-marketing-hero__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-video-marketing-hero__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-video-marketing-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-video-marketing-hero__grid {
		gap: 48px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-video-marketing-hero__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__label {
	display: block;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__title {
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__title-accent {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__desc--muted {
	color: rgba(255, 255, 255, 0.6);
	font-size: clamp(14px, 1.6vw, 16px);
}

.page-template-accueil.page-service .archmation-video-marketing-hero__cta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-video-marketing-hero__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__cta:hover .archmation-video-marketing-hero__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-video-marketing-hero__cta-label,
.page-template-accueil.page-service .archmation-video-marketing-hero__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__cta-icon {
	display: inline-flex;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__visual-glow {
	border-radius: 9999px;
	filter: blur(48px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__visual-glow--tr {
	animation: archmation-video-marketing-hero-float-1 3.5s ease-in-out infinite;
	background: linear-gradient(135deg, rgba(96, 165, 250, 0.3), rgba(168, 85, 247, 0.3));
	height: 96px;
	right: -32px;
	top: -32px;
	width: 96px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__visual-glow--bl {
	animation: archmation-video-marketing-hero-float-2 3.8s ease-in-out infinite;
	background: linear-gradient(to top right, rgba(244, 114, 182, 0.2), rgba(239, 68, 68, 0.2));
	bottom: -48px;
	height: 128px;
	left: -48px;
	width: 128px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player {
	aspect-ratio: 16 / 9;
	backdrop-filter: blur(4px);
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	cursor: pointer;
	max-width: 448px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player-bg {
	background: linear-gradient(
		135deg,
		rgba(30, 58, 138, 0.4) 0%,
		rgba(22, 101, 52, 0.3) 50%,
		rgba(88, 28, 135, 0.4) 100%
	);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player-pattern {
	background: linear-gradient(
		45deg,
		transparent 25%,
		rgba(68, 68, 68, 0.1) 25%,
		rgba(68, 68, 68, 0.1) 50%,
		transparent 50%,
		transparent 75%,
		rgba(68, 68, 68, 0.1) 75%,
		rgba(68, 68, 68, 0.1)
	);
	background-size: 60px 60px;
	inset: 0;
	opacity: 0.05;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player-vignette {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 55%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player-header {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	left: 16px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__avatar {
	align-items: center;
	background: linear-gradient(135deg, #60a5fa, #3b82f6);
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__channel-title {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__channel-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	margin: 4px 0 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__play-wrap {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__play-btn {
	align-items: center;
	animation: archmation-video-marketing-hero-float-0 3s ease-in-out infinite;
	background: linear-gradient(135deg, #ef4444, #dc2626);
	border-radius: 9999px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
	color: #fff;
	display: inline-flex;
	font-size: 36px;
	height: 80px;
	justify-content: center;
	line-height: 1;
	transition: transform 0.3s ease;
	width: 80px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__play-btn span {
	margin-left: 4px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player:hover .archmation-video-marketing-hero__play-btn {
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player-footer {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	gap: 12px;
	left: 0;
	padding: 16px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__duration {
	animation: archmation-video-marketing-hero-float-1 3.5s ease-in-out infinite;
	animation-delay: 0.1s;
	background: linear-gradient(to right, #fb923c, #eab308);
	border-radius: 8px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
	color: #fff;
	flex-shrink: 0;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 16px;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__overlay-copy {
	animation: archmation-video-marketing-hero-float-2 3.8s ease-in-out infinite;
	animation-delay: 0.2s;
	flex: 1;
	min-width: 0;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__overlay-title {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.page-template-accueil.page-service .archmation-video-marketing-hero__overlay-subtitle {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin: 4px 0 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.page-template-accueil.page-service .archmation-video-marketing-hero__youtube-btn {
	animation: archmation-video-marketing-hero-float-1 3.5s ease-in-out infinite;
	animation-delay: 0.3s;
	background: #dc2626;
	border-radius: 8px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
	color: #fff;
	flex-shrink: 0;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px;
	transition: background-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-video-marketing-hero__player:hover .archmation-video-marketing-hero__youtube-btn {
	background: #b91c1c;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-video-marketing-hero__bg-grid,
	.page-template-accueil.page-service .archmation-video-marketing-hero__visual-glow--tr,
	.page-template-accueil.page-service .archmation-video-marketing-hero__visual-glow--bl,
	.page-template-accueil.page-service .archmation-video-marketing-hero__play-btn,
	.page-template-accueil.page-service .archmation-video-marketing-hero__duration,
	.page-template-accueil.page-service .archmation-video-marketing-hero__overlay-copy,
	.page-template-accueil.page-service .archmation-video-marketing-hero__youtube-btn {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
   Service pages — web-tech-solutions hero (service-specific, not shared)
   -------------------------------------------------------------------------- */
@keyframes archmation-web-tech-hero-shimmer {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

@keyframes archmation-web-tech-hero-float-0 {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
}

@keyframes archmation-web-tech-hero-float-1 {
	0%,
	100% {
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(7px);
	}
}

@keyframes archmation-web-tech-hero-float-2 {
	0%,
	100% {
		transform: translateY(-5px);
	}
	50% {
		transform: translateY(10px);
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero {
	color: #fff;
	isolation: isolate;
	min-height: clamp(640px, 85vh, 960px);
	overflow: hidden;
	padding: clamp(48px, 6vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-web-tech-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__grid {
		gap: 80px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.page-template-accueil.page-service .archmation-web-tech-hero__label {
	display: block;
	margin: 0;
}

.page-template-accueil.page-service .archmation-web-tech-hero__title {
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-web-tech-hero__title-accent {
	display: inline;
}

.page-template-accueil.page-service .archmation-web-tech-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-template-accueil.page-service .archmation-web-tech-hero__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil.page-service .archmation-web-tech-hero__desc--muted {
	color: rgba(255, 255, 255, 0.6);
	font-size: clamp(14px, 1.6vw, 16px);
}

.page-template-accueil.page-service .archmation-web-tech-hero__cta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-web-tech-hero__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-web-tech-hero__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-web-tech-hero__cta:hover .archmation-web-tech-hero__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-web-tech-hero__cta-label,
.page-template-accueil.page-service .archmation-web-tech-hero__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-web-tech-hero__cta-icon {
	display: inline-flex;
}

.page-template-accueil.page-service .archmation-web-tech-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	padding-top: 8px;
}

.page-template-accueil.page-service .archmation-web-tech-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
	transition: transform 0.3s ease;
}

.page-template-accueil.page-service .archmation-web-tech-hero__stat:hover {
	transform: translateY(-8px);
}

.page-template-accueil.page-service .archmation-web-tech-hero__stat-value {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.page-template-accueil.page-service .archmation-web-tech-hero__stat-label {
	color: rgba(255, 255, 255, 0.5);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.page-template-accueil.page-service .archmation-web-tech-hero__visual {
	height: 500px;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__visual {
		height: 600px;
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__visual-inner {
	height: 100%;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup {
	left: 0;
	position: absolute;
	top: 0;
	transform: none;
	transform-origin: top left;
	z-index: 0;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__mockup {
		left: 8px;
		top: 8px;
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-frame {
	backdrop-filter: blur(12px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 8px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	height: 320px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	transition: border-color 0.3s ease;
	width: 256px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__mockup-frame {
		height: 384px;
		padding: 12px;
		width: 288px;
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup:hover .archmation-web-tech-hero__mockup-frame {
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-bezel {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-screen {
	background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 16px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-dots {
	display: flex;
	gap: 8px;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-dots span {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 9999px;
	height: 12px;
	width: 12px;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-lines {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-lines span {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	height: 12px;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-lines span:first-child {
	width: 75%;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-lines span:last-child {
	width: 50%;
}

.page-template-accueil.page-service .archmation-web-tech-hero__mockup-shimmer {
	animation: archmation-web-tech-hero-shimmer 3s ease-in-out infinite;
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
	inset: 10px;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__mockup-shimmer {
		inset: 12px;
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__icons {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon-wrap {
	height: 64px;
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% + var(--icon-x)), calc(-50% + var(--icon-y)));
	width: 64px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__icon-wrap {
		height: 80px;
		width: 80px;
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon {
	align-items: center;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	display: flex;
	font-size: 36px;
	height: 100%;
	justify-content: center;
	line-height: 1;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-web-tech-hero__icon {
		font-size: 44px;
	}
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon-wrap:hover {
	z-index: 3;
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon:hover {
	box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon-float--0 {
	animation: archmation-web-tech-hero-float-0 3s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon-float--1 {
	animation: archmation-web-tech-hero-float-1 4s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon-float--2 {
	animation: archmation-web-tech-hero-float-2 5s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--blue {
	background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--orange {
	background: linear-gradient(135deg, #f97316, #ef4444);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--yellow {
	background: linear-gradient(135deg, #eab308, #f97316);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--purple {
	background: linear-gradient(135deg, #2563eb, #9333ea);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--pink {
	background: linear-gradient(135deg, #ef4444, #ec4899);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--violet {
	background: linear-gradient(135deg, #a855f7, #ec4899);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--green {
	background: linear-gradient(135deg, #22c55e, #06b6d4);
}

.page-template-accueil.page-service .archmation-web-tech-hero__icon--indigo {
	background: linear-gradient(135deg, #6366f1, #3b82f6);
}

.page-template-accueil.page-service .archmation-web-tech-hero__visual-glow {
	animation: pulse 2s ease-in-out infinite;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
	bottom: 0;
	filter: blur(48px);
	height: 256px;
	position: absolute;
	right: 0;
	width: 256px;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-web-tech-hero__bg-grid,
	.page-template-accueil.page-service .archmation-web-tech-hero__mockup-shimmer,
	.page-template-accueil.page-service .archmation-web-tech-hero__icon-float--0,
	.page-template-accueil.page-service .archmation-web-tech-hero__icon-float--1,
	.page-template-accueil.page-service .archmation-web-tech-hero__icon-float--2,
	.page-template-accueil.page-service .archmation-web-tech-hero__visual-glow {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
   Performance marketing service hero
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-performance-marketing-hero {
	color: #fff;
	isolation: isolate;
	min-height: clamp(640px, 85vh, 960px);
	overflow: hidden;
	padding: clamp(48px, 6vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__grid {
		gap: 80px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__label {
	display: block;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__title {
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__title-accent {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__desc--muted {
	color: rgba(255, 255, 255, 0.5);
	font-size: clamp(14px, 1.6vw, 16px);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__cta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__cta:hover .archmation-performance-marketing-hero__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__cta-label,
.page-template-accueil.page-service .archmation-performance-marketing-hero__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__visual {
	height: 500px;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__visual {
		height: 600px;
	}
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__visual-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop {
	left: 0;
	position: absolute;
	top: 0;
	transform: none;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop {
		left: 8px;
		top: 8px;
	}
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-tilt {
	perspective: 1000px;
	transform: rotate(-6deg);
	transition: transform 0.5s ease;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop:hover .archmation-performance-marketing-hero__laptop-tilt {
	transform: rotate(0deg);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-screen {
	background: #fff;
	border: 8px solid #111827;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 100%;
	overflow: hidden;
	padding: 16px;
	width: 280px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-screen {
		width: 320px;
	}
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-header {
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	gap: 8px;
	padding-bottom: 12px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-dots {
	display: flex;
	gap: 6px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-dots span:nth-child(1) {
	background: #ef4444;
	border-radius: 9999px;
	height: 12px;
	width: 12px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-dots span:nth-child(2) {
	background: #eab308;
	border-radius: 9999px;
	height: 12px;
	width: 12px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-dots span:nth-child(3) {
	background: #22c55e;
	border-radius: 9999px;
	height: 12px;
	width: 12px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-label {
	color: #6b7280;
	flex: 1;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	text-align: right;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-bars {
	display: flex;
	gap: 8px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-bar {
	border-radius: 4px;
	flex: 1;
	height: 32px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-bar--blue {
	background: #3b82f6;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-bar--red {
	background: #ef4444;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-bar--orange {
	background: #f97316;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-chart {
	background: linear-gradient(to bottom, #dbeafe 0%, transparent 100%);
	border-radius: 4px;
	flex: 1;
	min-height: 80px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-base {
	background: #111827;
	border-radius: 0 0 24px 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	height: 24px;
	width: 100%;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__laptop-stand {
	background: #1f2937;
	border-radius: 9999px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
	height: 12px;
	left: 50%;
	margin-top: 8px;
	position: relative;
	transform: translateX(-50%);
	width: 128px;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icons {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-wrap {
	height: 56px;
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% + var(--icon-x)), calc(-50% + var(--icon-y)));
	width: 56px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-wrap {
		height: 64px;
		width: 64px;
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-wrap {
		left: 58%;
	}
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon {
	align-items: center;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 100%;
	justify-content: center;
	line-height: 1;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__icon {
		border-radius: 16px;
		font-size: 32px;
	}
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-wrap:hover {
	z-index: 3;
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon:hover {
	box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-float--0 {
	animation: archmation-web-tech-hero-float-0 3s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-float--1 {
	animation: archmation-web-tech-hero-float-1 4s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-float--2 {
	animation: archmation-web-tech-hero-float-2 5s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--orange {
	background: linear-gradient(135deg, #fb923c, #ea580c);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--blue {
	background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--red {
	background: linear-gradient(135deg, #f87171, #dc2626);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--green {
	background: linear-gradient(135deg, #4ade80, #16a34a);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--purple {
	background: linear-gradient(135deg, #c084fc, #9333ea);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--rose {
	background: linear-gradient(135deg, #ef4444, #ec4899);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--yellow {
	background: linear-gradient(135deg, #facc15, #f97316);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__icon--indigo {
	background: linear-gradient(135deg, #818cf8, #9333ea);
}

.page-template-accueil.page-service .archmation-performance-marketing-hero__visual-glow {
	animation: pulse 2s ease-in-out infinite;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
	bottom: 0;
	filter: blur(48px);
	height: 256px;
	position: absolute;
	right: 0;
	width: 256px;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-performance-marketing-hero__bg-grid,
	.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-float--0,
	.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-float--1,
	.page-template-accueil.page-service .archmation-performance-marketing-hero__icon-float--2,
	.page-template-accueil.page-service .archmation-performance-marketing-hero__visual-glow {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
   SEO service hero
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-seo-hero {
	color: #fff;
	isolation: isolate;
	min-height: clamp(640px, 85vh, 960px);
	overflow: hidden;
	padding: clamp(48px, 6vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-seo-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-seo-hero__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-seo-hero__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-seo-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-seo-hero__grid {
		gap: 80px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-seo-hero__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-seo-hero__label {
	display: block;
}

.page-template-accueil.page-service .archmation-seo-hero__title {
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-seo-hero__title-accent {
	display: block;
	font-size: inherit;
	line-height: inherit;
}

.page-template-accueil.page-service .archmation-seo-hero__title-after {
	display: block;
	font-style: normal;
	font-weight: 700;
}

.page-template-accueil.page-service .archmation-seo-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-template-accueil.page-service .archmation-seo-hero__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil.page-service .archmation-seo-hero__desc--muted {
	color: rgba(255, 255, 255, 0.5);
	font-size: clamp(14px, 1.6vw, 16px);
}

.page-template-accueil.page-service .archmation-seo-hero__cta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-seo-hero__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-seo-hero__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-seo-hero__cta:hover .archmation-seo-hero__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-seo-hero__cta-label,
.page-template-accueil.page-service .archmation-seo-hero__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-seo-hero__visual {
	height: 500px;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-seo-hero__visual {
		height: 600px;
	}
}

.page-template-accueil.page-service .archmation-seo-hero__visual-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop {
	left: 0;
	position: absolute;
	top: 0;
	transform: none;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-seo-hero__laptop {
		left: 8px;
		top: 8px;
	}
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-body {
	background: linear-gradient(135deg, #111827, #000);
	border: 1px solid #374151;
	border-radius: 16px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	position: relative;
	width: 280px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-seo-hero__laptop-body {
		width: 320px;
	}
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-screen {
	background: rgba(255, 255, 255, 0.95);
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 180px;
	padding: 16px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-seo-hero__laptop-screen {
		min-height: 216px;
	}
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-dots {
	display: flex;
	gap: 6px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-dots span:nth-child(1) {
	background: #3b82f6;
	border-radius: 9999px;
	height: 8px;
	width: 8px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-dots span:nth-child(2) {
	background: #06b6d4;
	border-radius: 9999px;
	height: 8px;
	width: 8px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-dots span:nth-child(3) {
	background: #14b8a6;
	border-radius: 9999px;
	height: 8px;
	width: 8px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-chart {
	align-items: flex-end;
	display: flex;
	flex: 1;
	gap: 8px;
	justify-content: space-between;
	padding: 0 8px 4px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-bar {
	border-radius: 4px 4px 0 0;
	flex: 1;
	max-width: 20px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-bar--1 {
	background: linear-gradient(to top, #3b82f6, #22d3ee);
	height: 64px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-bar--2 {
	background: linear-gradient(to top, #06b6d4, #2dd4bf);
	height: 80px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-bar--3 {
	background: linear-gradient(to top, #14b8a6, #22d3ee);
	height: 48px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-bar--4 {
	background: linear-gradient(to top, #3b82f6, #22d3ee);
	height: 96px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-bar--5 {
	background: linear-gradient(to top, #14b8a6, #22d3ee);
	height: 56px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-base {
	align-items: center;
	background: linear-gradient(to bottom, #1f2937, #111827);
	display: flex;
	height: 48px;
	justify-content: center;
	padding: 0 16px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-base span {
	background: #374151;
	border-radius: 9999px;
	height: 8px;
	width: 64px;
}

.page-template-accueil.page-service .archmation-seo-hero__laptop-shimmer {
	background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
	inset: 0;
	opacity: 0.15;
	pointer-events: none;
	position: absolute;
}

.page-template-accueil.page-service .archmation-seo-hero__icons {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-seo-hero__icon-wrap {
	height: 56px;
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% + var(--icon-x)), calc(-50% + var(--icon-y)));
	width: 56px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-seo-hero__icon-wrap {
		height: 64px;
		width: 64px;
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-seo-hero__icon-wrap {
		left: 58%;
	}
}

.page-template-accueil.page-service .archmation-seo-hero__icon {
	align-items: center;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 100%;
	justify-content: center;
	line-height: 1;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-seo-hero__icon {
		border-radius: 16px;
		font-size: 32px;
	}
}

.page-template-accueil.page-service .archmation-seo-hero__icon-wrap:hover {
	z-index: 3;
}

.page-template-accueil.page-service .archmation-seo-hero__icon:hover {
	box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-seo-hero__icon-float--0 {
	animation: archmation-web-tech-hero-float-0 3s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-seo-hero__icon-float--1 {
	animation: archmation-web-tech-hero-float-1 4s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-seo-hero__icon-float--2 {
	animation: archmation-web-tech-hero-float-2 5s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--orange {
	background: linear-gradient(135deg, #ef4444, #ea580c);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--red {
	background: linear-gradient(135deg, #f87171, #dc2626);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--rose {
	background: linear-gradient(135deg, #ef4444, #ec4899);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--gray {
	background: linear-gradient(135deg, #6b7280, #374151);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--cyan {
	background: linear-gradient(135deg, #22d3ee, #3b82f6);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--yellow {
	background: linear-gradient(135deg, #facc15, #eab308);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--blue {
	background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.page-template-accueil.page-service .archmation-seo-hero__icon--indigo {
	background: linear-gradient(135deg, #ef4444, #ea580c);
}

.page-template-accueil.page-service .archmation-seo-hero__visual-glow {
	animation: pulse 2s ease-in-out infinite;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
	bottom: 0;
	filter: blur(48px);
	height: 256px;
	position: absolute;
	right: 0;
	width: 256px;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-seo-hero__bg-grid,
	.page-template-accueil.page-service .archmation-seo-hero__icon-float--0,
	.page-template-accueil.page-service .archmation-seo-hero__icon-float--1,
	.page-template-accueil.page-service .archmation-seo-hero__icon-float--2,
	.page-template-accueil.page-service .archmation-seo-hero__visual-glow {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
   Branding & Design service hero
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-branding-design-hero {
	color: #fff;
	isolation: isolate;
	min-height: clamp(640px, 85vh, 960px);
	overflow: hidden;
	padding: clamp(48px, 6vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-design-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-branding-design-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__grid {
		gap: 80px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-branding-design-hero__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-branding-design-hero__label {
	display: block;
}

.page-template-accueil.page-service .archmation-branding-design-hero__title {
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-branding-design-hero__title-accent {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

.page-template-accueil.page-service .archmation-branding-design-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-template-accueil.page-service .archmation-branding-design-hero__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil.page-service .archmation-branding-design-hero__desc--muted {
	color: rgba(255, 255, 255, 0.5);
	font-size: clamp(14px, 1.6vw, 16px);
}

.page-template-accueil.page-service .archmation-branding-design-hero__cta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-branding-design-hero__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-branding-design-hero__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-branding-design-hero__cta:hover .archmation-branding-design-hero__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-branding-design-hero__cta-label,
.page-template-accueil.page-service .archmation-branding-design-hero__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-branding-design-hero__visual {
	height: 500px;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__visual {
		height: 600px;
	}
}

.page-template-accueil.page-service .archmation-branding-design-hero__visual-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop {
	left: 0;
	position: absolute;
	top: 0;
	transform: none;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__laptop {
		left: 8px;
		top: 8px;
	}
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-tilt {
	perspective: 1000px;
	transform: rotate(-6deg);
	transition: transform 0.5s ease;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop:hover .archmation-branding-design-hero__laptop-tilt {
	transform: rotate(0deg);
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-screen {
	background: linear-gradient(to bottom, #030712, #0f172a);
	border: 8px solid #111827;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 100%;
	min-height: 180px;
	overflow: hidden;
	padding: 16px;
	position: relative;
	width: 280px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__laptop-screen {
		width: 320px;
	}
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-pattern {
	background: repeating-linear-gradient(
		45deg,
		rgba(34, 197, 94, 0.1),
		rgba(34, 197, 94, 0.1) 2px,
		transparent 2px,
		transparent 10px
	);
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-tagline {
	color: rgba(156, 163, 175, 0.95);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin: 0;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-lines {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-line {
	border-radius: 9999px;
	height: 4px;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-line--blue {
	background: linear-gradient(to right, #3b82f6, #60a5fa);
	width: 66%;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-line--gray {
	background: linear-gradient(to right, #4b5563, #6b7280);
	width: 50%;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-blocks {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-blocks span {
	background: #374151;
	border-radius: 4px;
	height: 32px;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-blocks span.is-accent {
	background: #2563eb;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-base {
	background: #111827;
	border-radius: 0 0 24px 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	height: 24px;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-design-hero__laptop-stand {
	background: #1f2937;
	border-radius: 9999px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
	height: 12px;
	left: 50%;
	margin-top: 8px;
	position: relative;
	transform: translateX(-50%);
	width: 128px;
}

.page-template-accueil.page-service .archmation-branding-design-hero__icons {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon-wrap {
	height: 56px;
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% + var(--icon-x)), calc(-50% + var(--icon-y)));
	width: 56px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__icon-wrap {
		height: 64px;
		width: 64px;
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__icon-wrap {
		left: 58%;
	}
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon {
	align-items: center;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 100%;
	justify-content: center;
	line-height: 1;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-branding-design-hero__icon {
		border-radius: 16px;
		font-size: 32px;
	}
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon-wrap:hover {
	z-index: 3;
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon:hover {
	box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon-float--0 {
	animation: archmation-web-tech-hero-float-0 3s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon-float--1 {
	animation: archmation-web-tech-hero-float-1 4s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon-float--2 {
	animation: archmation-web-tech-hero-float-2 5s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--purple {
	background: linear-gradient(135deg, #a855f7, #ec4899);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--blue {
	background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--green {
	background: linear-gradient(135deg, #22c55e, #10b981);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--yellow {
	background: linear-gradient(135deg, #eab308, #f97316);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--rose {
	background: linear-gradient(135deg, #ec4899, #f43f5e);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--indigo {
	background: linear-gradient(135deg, #6366f1, #9333ea);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--cyan {
	background: linear-gradient(135deg, #06b6d4, #3b82f6);
}

.page-template-accueil.page-service .archmation-branding-design-hero__icon--orange {
	background: linear-gradient(135deg, #f97316, #ef4444);
}

.page-template-accueil.page-service .archmation-branding-design-hero__visual-glow {
	animation: pulse 2s ease-in-out infinite;
	background: radial-gradient(circle, rgba(168, 85, 247, 0.08) 0%, transparent 70%);
	bottom: 0;
	filter: blur(48px);
	height: 256px;
	position: absolute;
	right: 0;
	width: 256px;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-branding-design-hero__bg-grid,
	.page-template-accueil.page-service .archmation-branding-design-hero__icon-float--0,
	.page-template-accueil.page-service .archmation-branding-design-hero__icon-float--1,
	.page-template-accueil.page-service .archmation-branding-design-hero__icon-float--2,
	.page-template-accueil.page-service .archmation-branding-design-hero__visual-glow {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
   EdTech service hero
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-edtech-hero {
	color: #fff;
	isolation: isolate;
	min-height: clamp(640px, 85vh, 960px);
	overflow: hidden;
	padding: clamp(48px, 6vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-edtech-hero__bg-gradient {
	background:
		radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.14) 0%, transparent 50%),
		radial-gradient(circle at 20% 80%, rgba(6, 182, 212, 0.12) 0%, transparent 50%),
		linear-gradient(135deg, #0a0a0f 0%, #000 50%, #0d0d12 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-edtech-hero__bg-spotlight--tr {
	background: radial-gradient(circle, rgba(20, 184, 166, 0.18) 0%, transparent 70%);
	height: 600px;
	right: -10%;
	top: -20%;
	width: 600px;
}

.page-template-accueil.page-service .archmation-edtech-hero__bg-spotlight--bl {
	background: radial-gradient(circle, rgba(6, 182, 212, 0.16) 0%, transparent 70%);
	bottom: -10%;
	height: 500px;
	left: -15%;
	width: 500px;
}

.page-template-accueil.page-service .archmation-edtech-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-edtech-hero__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-edtech-hero__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-edtech-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-edtech-hero__grid {
		gap: 80px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-edtech-hero__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-edtech-hero__label {
	display: block;
}

.page-template-accueil.page-service .archmation-edtech-hero__title {
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-edtech-hero__title-accent {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

.page-template-accueil.page-service .archmation-edtech-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-template-accueil.page-service .archmation-edtech-hero__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil.page-service .archmation-edtech-hero__desc--muted {
	color: rgba(255, 255, 255, 0.5);
	font-size: clamp(14px, 1.6vw, 16px);
}

.page-template-accueil.page-service .archmation-edtech-hero__cta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-edtech-hero__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-edtech-hero__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-edtech-hero__cta:hover .archmation-edtech-hero__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-edtech-hero__cta-label,
.page-template-accueil.page-service .archmation-edtech-hero__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-edtech-hero__visual {
	height: 500px;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-edtech-hero__visual {
		height: 600px;
	}
}

.page-template-accueil.page-service .archmation-edtech-hero__visual-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-edtech-hero__monitor {
	left: 0;
	position: absolute;
	top: 0;
	transform: none;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-edtech-hero__monitor {
		left: 8px;
		top: 8px;
	}
}

.page-template-accueil.page-service .archmation-edtech-hero__monitor-tilt {
	perspective: 1200px;
	transform: rotateY(-15deg) rotateX(5deg);
	transform-style: preserve-3d;
	transition: transform 0.5s ease;
}

.page-template-accueil.page-service .archmation-edtech-hero__monitor:hover .archmation-edtech-hero__monitor-tilt {
	transform: rotateY(-8deg) rotateX(2deg);
}

.page-template-accueil.page-service .archmation-edtech-hero__monitor-frame {
	position: relative;
	width: 280px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-edtech-hero__monitor-frame {
		width: 320px;
	}
}

.page-template-accueil.page-service .archmation-edtech-hero__monitor-screen {
	background: #fff;
	border: 4px solid #1f2937;
	border-radius: 16px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	overflow: hidden;
	padding: 16px;
	width: 100%;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 140px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-panel {
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-between;
	min-height: 108px;
	padding: 8px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-panel--progress {
	background: linear-gradient(to bottom right, #ccfbf1, #cffafe);
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-panel--performance {
	background: linear-gradient(to bottom right, #dcfce7, #d1fae5);
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-panel--analytics {
	background: linear-gradient(to bottom right, #dbeafe, #cffafe);
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-label {
	color: #134e4a;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 10px;
	font-weight: 700;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-panel--performance .archmation-edtech-hero__dashboard-label {
	color: #14532d;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-panel--analytics .archmation-edtech-hero__dashboard-label {
	color: #1e3a8a;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars {
	align-items: flex-end;
	display: flex;
	flex: 1;
	gap: 4px;
	justify-content: center;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars span {
	border-radius: 2px;
	width: 8px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars span.is-short {
	background: #0d9488;
	height: 32px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars span.is-tall {
	background: #14b8a6;
	height: 48px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars span.is-mid {
	background: #2dd4bf;
	height: 40px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars--blue span.is-short {
	background: #2563eb;
	height: 24px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars--blue span.is-tall {
	background: #3b82f6;
	height: 40px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-bars--blue span.is-mid {
	background: #60a5fa;
	height: 32px;
}

.page-template-accueil.page-service .archmation-edtech-hero__dashboard-ring {
	border: 4px solid #22c55e;
	border-radius: 9999px;
	flex: 1;
	margin: 4px;
	min-height: 48px;
}

.page-template-accueil.page-service .archmation-edtech-hero__monitor-stand {
	background: #374151;
	border: 2px solid #4b5563;
	border-radius: 0 0 16px 16px;
	border-top: 0;
	height: 48px;
	margin: 0 auto;
	width: 96px;
}

.page-template-accueil.page-service .archmation-edtech-hero__icons {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-edtech-hero__icon-wrap {
	height: 56px;
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% + var(--icon-x)), calc(-50% + var(--icon-y)));
	width: 56px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-edtech-hero__icon-wrap {
		height: 64px;
		width: 64px;
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-edtech-hero__icon-wrap {
		left: 58%;
	}
}

.page-template-accueil.page-service .archmation-edtech-hero__icon {
	align-items: center;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 100%;
	justify-content: center;
	line-height: 1;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-edtech-hero__icon {
		border-radius: 16px;
		font-size: 32px;
	}
}

.page-template-accueil.page-service .archmation-edtech-hero__icon-wrap:hover {
	z-index: 3;
}

.page-template-accueil.page-service .archmation-edtech-hero__icon:hover {
	box-shadow: 0 25px 40px rgba(0, 0, 0, 0.45);
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon-float--0 {
	animation: archmation-web-tech-hero-float-0 3s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon-float--1 {
	animation: archmation-web-tech-hero-float-1 4s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon-float--2 {
	animation: archmation-web-tech-hero-float-2 5s ease-in-out infinite;
	animation-delay: var(--icon-delay);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--teal {
	background: linear-gradient(135deg, #14b8a6, #0891b2);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--green {
	background: linear-gradient(135deg, #22c55e, #0d9488);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--cyan {
	background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--teal-green {
	background: linear-gradient(135deg, #0d9488, #15803d);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--emerald {
	background: linear-gradient(135deg, #16a34a, #059669);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--blue {
	background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--mint {
	background: linear-gradient(135deg, #14b8a6, #22c55e);
}

.page-template-accueil.page-service .archmation-edtech-hero__icon--ocean {
	background: linear-gradient(135deg, #0891b2, #1d4ed8);
}

.page-template-accueil.page-service .archmation-edtech-hero__visual-glow {
	animation: pulse 2s ease-in-out infinite;
	background: radial-gradient(circle, rgba(20, 184, 166, 0.1) 0%, transparent 70%);
	bottom: 0;
	filter: blur(48px);
	height: 256px;
	position: absolute;
	right: 0;
	width: 256px;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-edtech-hero__bg-grid,
	.page-template-accueil.page-service .archmation-edtech-hero__icon-float--0,
	.page-template-accueil.page-service .archmation-edtech-hero__icon-float--1,
	.page-template-accueil.page-service .archmation-edtech-hero__icon-float--2,
	.page-template-accueil.page-service .archmation-edtech-hero__visual-glow {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
   Service pages — shared development section (section 1)
   Uses px/clamp like home React sections (html root is 62.5% in app.css)
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .service-fond-noir {
	background: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@keyframes archmation-development-grid-slide {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(60px, 60px);
	}
}

.page-template-accueil.page-service .archmation-development {
	background: #000;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(80px, 8vw, 128px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-development__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-development__bg-gradient {
	background: linear-gradient(135deg, #000 0%, #0a0a12 50%, #050508 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-development__bg-spotlight {
	border-radius: 9999px;
	filter: blur(64px);
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-development__bg-spotlight--tl {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, transparent 70%);
	height: 800px;
	left: -25%;
	top: -50%;
	width: 800px;
}

.page-template-accueil.page-service .archmation-development__bg-spotlight--br {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
	bottom: -33%;
	height: 700px;
	right: 0;
	width: 700px;
}

.page-template-accueil.page-service .archmation-development__bg-spotlight--center {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
	height: 600px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
}

.page-template-accueil.page-service .archmation-development__bg-grid {
	animation: archmation-development-grid-slide 40s linear infinite;
	background-image:
		linear-gradient(0deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
	background-size: 60px 60px;
	inset: 0;
	opacity: 0.03;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-development__bg-diagonal {
	background-image: linear-gradient(
		45deg,
		transparent 48%,
		rgba(255, 255, 255, 0.35) 48%,
		rgba(255, 255, 255, 0.35) 52%,
		transparent 52%
	);
	background-size: 300px 300px;
	inset: 0;
	opacity: 0.02;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-development__bg-grain {
	background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
	background-size: 80px 80px;
	inset: 0;
	opacity: 0.1;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-development__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-development__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-development__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-development__grid {
	display: grid;
	gap: clamp(48px, 6vw, 64px);
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-development__grid {
		gap: 48px;
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-development__title {
	margin: 0 0 24px;
	max-width: none;
	text-wrap: pretty;
	width: 100%;
}

.page-template-accueil.page-service .archmation-development__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0 0 32px;
}

.page-template-accueil.page-service .archmation-development__desc--muted {
	color: rgba(255, 255, 255, 0.6);
	font-size: clamp(14px, 1.6vw, 16px);
	margin-bottom: 48px;
}

.page-template-accueil.page-service .archmation-development__benefits {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-development__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-development__benefit {
	align-items: flex-start;
	display: flex;
	gap: 12px;
}

.page-template-accueil.page-service .archmation-development__benefit-icon {
	color: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
	margin-top: 2px;
}

.page-template-accueil.page-service .archmation-development__benefit-text {
	color: rgba(255, 255, 255, 0.8);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.page-template-accueil.page-service .archmation-development__aside {
	position: relative;
}

.page-template-accueil.page-service .archmation-development__features-card {
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	overflow: hidden;
	padding: 32px;
	position: relative;
	transition: box-shadow 0.3s ease;
}

.page-template-accueil.page-service .archmation-development__features-card--active {
	box-shadow: 0 20px 60px rgba(255, 255, 255, 0.15);
}

.page-template-accueil.page-service .archmation-development__features-accent {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 9999px;
	filter: blur(48px);
	height: 160px;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	right: -40px;
	top: -40px;
	transition: opacity 0.5s ease, transform 0.5s ease;
	width: 160px;
}

.page-template-accueil.page-service .archmation-development__features-card--active .archmation-development__features-accent {
	opacity: 1;
	transform: scale(1.2);
}

.page-template-accueil.page-service .archmation-development__features-title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(28px, 3vw, 30px);
	font-style: italic;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 32px;
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-development__feature-list {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-development__feature-item {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	padding: 12px 16px;
	text-align: left;
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease,
		transform 0.3s ease;
	width: 100%;
}

.page-template-accueil.page-service .archmation-development__feature-item:last-child {
	margin-bottom: 0;
}

.page-template-accueil.page-service .archmation-development__feature-item.is-hovered,
.page-template-accueil.page-service .archmation-development__feature-item:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateX(8px);
}

.page-template-accueil.page-service .archmation-development__feature-icon {
	color: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
	transition: color 0.3s ease, transform 0.3s ease;
}

.page-template-accueil.page-service .archmation-development__feature-item.is-hovered .archmation-development__feature-icon,
.page-template-accueil.page-service .archmation-development__feature-item:hover .archmation-development__feature-icon {
	color: #fff;
	transform: scale(1.15);
}

.page-template-accueil.page-service .archmation-development__feature-label {
	color: rgba(255, 255, 255, 0.8);
	flex: 1;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.3s ease;
}

.page-template-accueil.page-service .archmation-development__feature-item.is-hovered .archmation-development__feature-label,
.page-template-accueil.page-service .archmation-development__feature-item:hover .archmation-development__feature-label {
	color: #fff;
}

.page-template-accueil.page-service .archmation-development__feature-arrow {
	color: rgba(255, 255, 255, 0.6);
	flex-shrink: 0;
	opacity: 0;
	transform: translateX(-8px);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.page-template-accueil.page-service .archmation-development__feature-item.is-hovered .archmation-development__feature-arrow,
.page-template-accueil.page-service .archmation-development__feature-item:hover .archmation-development__feature-arrow {
	opacity: 1;
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-development__cta {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 12px 24px;
	position: relative;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
	width: 100%;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-development__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-development__cta span {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-development__feature-item,
.page-template-accueil.page-service .archmation-development__cta {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	margin: 0;
	outline: none;
	text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-development__bg-grid {
		animation: none !important;
	}

	.page-template-accueil.page-service .archmation-development__feature-item.is-hovered,
	.page-template-accueil.page-service .archmation-development__feature-item:hover {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   Branding & Design — portfolio section
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-branding-portfolio {
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(80px, 8vw, 112px) 0 clamp(64px, 7vw, 96px);
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-portfolio__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-branding-portfolio__bg-gradient {
	background:
		radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
		radial-gradient(circle at 20% 80%, rgba(192, 132, 250, 0.06) 0%, transparent 50%),
		linear-gradient(180deg, #050508 0%, #000 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-branding-portfolio__bg-spotlight {
	border-radius: 9999px;
	filter: blur(64px);
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-branding-portfolio__bg-spotlight--tr {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
	height: 480px;
	right: -10%;
	top: -20%;
	width: 480px;
}

.page-template-accueil.page-service .archmation-branding-portfolio__bg-grid {
	animation: archmation-service-hero-grid-slide 40s linear infinite;
	background-image:
		linear-gradient(
			0deg,
			transparent 24%,
			rgba(255, 255, 255, 0.05) 25%,
			rgba(255, 255, 255, 0.05) 26%,
			transparent 27%,
			transparent 74%,
			rgba(255, 255, 255, 0.05) 75%,
			rgba(255, 255, 255, 0.05) 76%,
			transparent 77%,
			transparent
		),
		linear-gradient(
			90deg,
			transparent 24%,
			rgba(255, 255, 255, 0.05) 25%,
			rgba(255, 255, 255, 0.05) 26%,
			transparent 27%,
			transparent 74%,
			rgba(255, 255, 255, 0.05) 75%,
			rgba(255, 255, 255, 0.05) 76%,
			transparent 77%,
			transparent
		);
	background-size: 50px 50px;
	inset: 0;
	opacity: 0.15;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-branding-portfolio__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-branding-portfolio__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-branding-portfolio__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-branding-portfolio__header {
	margin-bottom: 32px;
}

.page-template-accueil.page-service .archmation-branding-portfolio__title {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin: 0 0 20px;
	text-transform: none;
}

.page-template-accueil.page-service .archmation-branding-portfolio__divider {
	background: rgba(255, 255, 255, 0.35);
	height: 1px;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-portfolio__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	justify-content: center;
	margin-bottom: clamp(32px, 4vw, 48px);
}

.page-template-accueil.page-service .archmation-branding-portfolio__filter {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 500;
	padding: 8px 0;
	position: relative;
	transition: color 0.3s ease;
}

.page-template-accueil.page-service .archmation-branding-portfolio__filter:hover,
.page-template-accueil.page-service .archmation-branding-portfolio__filter.is-active {
	color: #fff;
}

.page-template-accueil.page-service .archmation-branding-portfolio__filter.is-active::after {
	background: #fff;
	border-radius: 9999px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.page-template-accueil.page-service .archmation-branding-portfolio__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 640px) {
	.page-template-accueil.page-service .archmation-branding-portfolio__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-branding-portfolio__grid {
		gap: 20px;
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-branding-portfolio__card {
	background: #d1d5db;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font: inherit;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	transition: box-shadow 0.35s ease;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-portfolio__card:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.page-template-accueil.page-service .archmation-branding-portfolio__card-media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-portfolio__card-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.page-template-accueil.page-service .archmation-branding-portfolio__card-shine {
	background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.35) 50%, transparent 65%);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-120%);
	transition:
		opacity 0.3s ease,
		transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-branding-portfolio__card:hover .archmation-branding-portfolio__card-shine {
	opacity: 1;
	transform: translateX(120%);
}

.page-template-accueil.page-service .archmation-branding-portfolio__card-meta {
	bottom: 10px;
	left: 10px;
	max-width: calc(100% - 20px);
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-branding-portfolio__card-name,
.page-template-accueil.page-service .archmation-branding-portfolio__card-category {
	color: #111827;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 10px;
	line-height: 1.35;
	margin: 0;
}

.page-template-accueil.page-service .archmation-branding-portfolio__card-name {
	font-weight: 600;
}

.page-template-accueil.page-service .archmation-branding-portfolio__card-category {
	font-weight: 400;
	opacity: 0.85;
}

.page-template-accueil.page-service .archmation-branding-portfolio__modal {
	max-width: 960px;
}

.page-template-accueil.page-service .archmation-branding-portfolio__modal-stage {
	aspect-ratio: auto;
	background: #d1d5db;
	min-height: min(72vh, 640px);
}

.page-template-accueil.page-service .archmation-branding-portfolio__modal-image {
	max-height: min(62vh, 560px);
	max-width: min(880px, 92%);
	object-fit: contain;
	width: auto;
}

/* --------------------------------------------------------------------------
   Branding & Design — graphic design portfolio section
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-graphic-design-portfolio {
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	padding: 0 0 clamp(80px, 8vw, 112px);
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__bg-gradient {
	background: linear-gradient(180deg, #000 0%, #050508 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__header {
	margin-bottom: clamp(32px, 4vw, 48px);
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__title {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin: 0 0 20px;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__divider {
	background: rgba(255, 255, 255, 0.35);
	height: 1px;
	width: 100%;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 640px) {
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__grid {
		gap: 16px;
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__tile {
	aspect-ratio: 1 / 1;
	background: #111827;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font: inherit;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	transition: box-shadow 0.35s ease;
	width: 100%;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__tile:hover {
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__tile-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__tile-shine {
	background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.25) 50%, transparent 65%);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-120%);
	transition:
		opacity 0.3s ease,
		transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__tile:hover .archmation-graphic-design-portfolio__tile-shine {
	opacity: 1;
	transform: translateX(120%);
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__modal {
	max-width: 960px;
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__modal-stage {
	aspect-ratio: auto;
	background: #0a0a0c;
	min-height: min(72vh, 640px);
}

.page-template-accueil.page-service .archmation-graphic-design-portfolio__modal-image {
	max-height: min(68vh, 600px);
	max-width: min(880px, 92%);
	object-fit: contain;
	width: auto;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__tile-shine {
		transition: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-branding-portfolio__bg-grid,
	.page-template-accueil.page-service .archmation-branding-portfolio__card-shine {
		animation: none !important;
		transition: none !important;
	}
}

/* --------------------------------------------------------------------------
   Service pages — shared how-it-works section (section 2)
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-how-it-works {
	color: #fff;
	overflow: hidden;
	padding: clamp(96px, 10vw, 128px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-how-it-works__bg-base {
	background: #0a0a0c;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-how-it-works__bg-radial {
	background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 255, 255, 0.08), transparent 70%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-how-it-works__bg-gradient {
	background: linear-gradient(135deg, #000 0%, #101015 45%, #08080a 100%);
	inset: 0;
	opacity: 0.8;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-how-it-works__bg-dots {
	background-image: radial-gradient(white 1px, transparent 1px);
	background-size: 26px 26px;
	inset: 0;
	opacity: 0.04;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-how-it-works__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-how-it-works__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-how-it-works__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-how-it-works__header {
	text-align: center;
}

.page-template-accueil.page-service .archmation-how-it-works__title {
	margin-top: 20px;
}

.page-template-accueil.page-service .archmation-how-it-works__steps-wrap {
	margin-top: 80px;
	position: relative;
}

.page-template-accueil.page-service .archmation-how-it-works__line {
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
	display: none;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 52px;
	transform-origin: left center;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-how-it-works__line {
		display: block;
	}
}

.page-template-accueil.page-service .archmation-how-it-works__steps {
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 640px) {
	.page-template-accueil.page-service .archmation-how-it-works__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-how-it-works__steps {
		gap: 24px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-how-it-works__step {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.page-template-accueil.page-service .archmation-how-it-works__node {
	position: relative;
}

.page-template-accueil.page-service .archmation-how-it-works__icon-wrap {
	align-items: center;
	background: #0d0d10;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 9999px;
	display: inline-flex;
	height: 104px;
	justify-content: center;
	position: relative;
	transition:
		background-color 0.5s ease,
		border-color 0.5s ease,
		color 0.5s ease;
	width: 104px;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-how-it-works__step:hover .archmation-how-it-works__icon-wrap {
	background: #fff;
	border-color: rgba(255, 255, 255, 0.5);
	color: #000;
}

.page-template-accueil.page-service .archmation-how-it-works__icon {
	color: #fff;
	height: 32px;
	transition: color 0.5s ease;
	width: 32px;
}

.page-template-accueil.page-service .archmation-how-it-works__step:hover .archmation-how-it-works__icon {
	color: #000;
}

.page-template-accueil.page-service .archmation-how-it-works__ring {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-how-it-works__step:hover .archmation-how-it-works__ring {
	opacity: 1;
	transform: scale(1.25);
}

.page-template-accueil.page-service .archmation-how-it-works__badge {
	align-items: center;
	background: #fff;
	border-radius: 9999px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
	color: #000;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	position: absolute;
	right: -4px;
	top: -4px;
	width: 28px;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-how-it-works__step-title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(20px, 2.2vw, 24px);
	font-weight: 400;
	line-height: 1.25;
	margin: 28px 0 0;
}

.page-template-accueil.page-service .archmation-how-it-works__step-desc {
	color: rgba(255, 255, 255, 0.55);
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 12px auto 0;
	max-width: 15rem;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-how-it-works__step:hover .archmation-how-it-works__ring {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   Service pages — shared timely delivery section (section 3)
   -------------------------------------------------------------------------- */
@keyframes archmation-timely-delivery-grid-slide {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(80px, 80px);
	}
}

.page-template-accueil.page-service .archmation-timely-delivery {
	color: #fff;
	overflow: hidden;
	padding: clamp(96px, 10vw, 128px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-timely-delivery__bg-base {
	background: #0a0a0c;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__bg-radial {
	background: radial-gradient(ellipse 100% 50% at 50% 0%, rgba(255, 255, 255, 0.05), transparent 60%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__bg-gradient {
	background: linear-gradient(135deg, #000 0%, #080812 50%, #0f0a15 100%);
	inset: 0;
	opacity: 0.85;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__bg-grid {
	animation: archmation-timely-delivery-grid-slide 40s linear infinite;
	background-image:
		linear-gradient(0deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
	background-size: 80px 80px;
	inset: 0;
	opacity: 0.02;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__bg-dots {
	background-image: radial-gradient(white 1px, transparent 1px);
	background-size: 26px 26px;
	inset: 0;
	opacity: 0.03;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__float {
	border-radius: 9999px;
	filter: blur(64px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__float--tr {
	background: rgba(255, 255, 255, 0.03);
	height: 320px;
	right: -160px;
	top: 25%;
	width: 320px;
}

.page-template-accueil.page-service .archmation-timely-delivery__float--bl {
	background: rgba(255, 255, 255, 0.02);
	bottom: 25%;
	height: 384px;
	left: -160px;
	width: 384px;
}

.page-template-accueil.page-service .archmation-timely-delivery__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-timely-delivery__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-timely-delivery__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil.page-service .archmation-timely-delivery__grid {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-timely-delivery__grid {
		gap: 64px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-timely-delivery__content {
	display: flex;
	flex-direction: column;
	order: 2;
}

.page-template-accueil.page-service .archmation-timely-delivery__media {
	order: 1;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-timely-delivery__content {
		order: 1;
	}

	.page-template-accueil.page-service .archmation-timely-delivery__media {
		order: 2;
	}
}

.page-template-accueil.page-service .archmation-timely-delivery__card {
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	overflow: hidden;
	padding: 32px;
	position: relative;
	transition:
		border-color 0.5s ease,
		background 0.5s ease,
		transform 0.3s ease;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-timely-delivery__card {
		padding: 40px;
	}
}

.page-template-accueil.page-service .archmation-timely-delivery__card:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	border-color: rgba(255, 255, 255, 0.3);
}

.page-template-accueil.page-service .archmation-timely-delivery__card-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__card:hover .archmation-timely-delivery__card-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-timely-delivery__card-body {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-timely-delivery__icon-wrap {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	margin-bottom: 24px;
	width: 56px;
}

.page-template-accueil.page-service .archmation-timely-delivery__icon {
	color: rgba(255, 255, 255, 0.8);
	height: 24px;
	width: 24px;
}

.page-template-accueil.page-service .archmation-timely-delivery__title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(28px, 3.5vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

.page-template-accueil.page-service .archmation-timely-delivery__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.7;
	margin: 0 0 32px;
}

.page-template-accueil.page-service .archmation-timely-delivery__cta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-timely-delivery__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template-accueil.page-service .archmation-timely-delivery__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-timely-delivery__cta:hover .archmation-timely-delivery__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-timely-delivery__cta-label,
.page-template-accueil.page-service .archmation-timely-delivery__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-timely-delivery__cta-icon {
	align-items: center;
	display: inline-flex;
}

.page-template-accueil.page-service .archmation-timely-delivery__card-accent {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 9999px;
	bottom: -40px;
	filter: blur(48px);
	height: 160px;
	pointer-events: none;
	position: absolute;
	right: -40px;
	width: 160px;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__accent-line {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3), transparent);
	height: 1px;
	margin-top: 32px;
	transform-origin: left center;
	width: 96px;
}

.page-template-accueil.page-service .archmation-timely-delivery__media {
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.page-template-accueil.page-service .archmation-timely-delivery__image {
	display: block;
	filter: grayscale(100%);
	height: 100%;
	object-fit: cover;
	transition:
		filter 0.7s ease,
		transform 0.7s ease;
	width: 100%;
}

.page-template-accueil.page-service .archmation-timely-delivery__media:hover .archmation-timely-delivery__image {
	filter: grayscale(0%);
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-timely-delivery__media-overlay {
	background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.5), #000);
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.5s ease;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-timely-delivery__media:hover .archmation-timely-delivery__media-overlay {
	opacity: 0.35;
}

.page-template-accueil.page-service .archmation-timely-delivery__media-border {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: border-color 0.5s ease;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-timely-delivery__media:hover .archmation-timely-delivery__media-border {
	border-color: rgba(255, 255, 255, 0.3);
}

.page-template-accueil.page-service .archmation-timely-delivery__media-float {
	border-radius: 9999px;
	filter: blur(48px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-timely-delivery__media-float--tr {
	background: rgba(255, 255, 255, 0.02);
	height: 192px;
	right: -96px;
	top: 0;
	width: 192px;
}

.page-template-accueil.page-service .archmation-timely-delivery__media-float--bl {
	background: rgba(255, 255, 255, 0.02);
	bottom: -96px;
	height: 224px;
	left: -96px;
	width: 224px;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-timely-delivery__bg-grid {
		animation: none !important;
	}

	.page-template-accueil.page-service .archmation-timely-delivery__media:hover .archmation-timely-delivery__image {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   Shared clients-say / testimonials section (home + service pages)
   -------------------------------------------------------------------------- */
.page-template-accueil #accueilTemoignages .archmation-clients-say,
.page-template-accueil.page-service .archmation-clients-say {
	background: #fff;
	color: #000;
	overflow: visible;
	width: 100%;
}

.page-template-accueil.page-service .archmation-clients-say {
	padding: clamp(64px, 8vw, 96px) 0 clamp(64px, 8vw, 96px);
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-clients-say {
		padding: clamp(96px, 10vw, 128px) 0 clamp(80px, 8vw, 112px);
	}
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__inner,
.page-template-accueil.page-service .archmation-clients-say__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__inner,
	.page-template-accueil.page-service .archmation-clients-say__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__inner,
	.page-template-accueil.page-service .archmation-clients-say__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__header,
.page-template-accueil.page-service .archmation-clients-say__header {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media screen and (min-width: 900px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__header,
	.page-template-accueil.page-service .archmation-clients-say__header {
		align-items: flex-start;
		flex-direction: row;
		gap: 48px;
	}
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__intro,
.page-template-accueil.page-service .archmation-clients-say__intro {
	flex: 1;
	margin-top: 80px;
	position: relative;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__quote,
.page-template-accueil.page-service .archmation-clients-say__quote {
	align-items: flex-start;
	display: flex;
	font-size: 15px;
	gap: 20px;
	left: 20px;
	position: absolute;
	top: -65px;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__quote-arrow,
.page-template-accueil.page-service .archmation-clients-say__quote-arrow {
	display: block;
	flex-shrink: 0;
	height: 30px;
	overflow: visible;
	width: 30px;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__quote-text,
.page-template-accueil.page-service .archmation-clients-say__quote-text {
	font-style: italic;
	margin: 0;
	transform: translateY(-10px);
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__title,
.page-template-accueil.page-service .archmation-clients-say__title {
	color: #000 !important;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__desc,
.page-template-accueil.page-service .archmation-clients-say__desc {
	flex: 1;
	position: relative;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__desc p,
.page-template-accueil.page-service .archmation-clients-say__desc p {
	font-family: avenir-lt-pro, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__desc p,
	.page-template-accueil.page-service .archmation-clients-say__desc p {
		font-size: 20px;
	}
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__listing,
.page-template-accueil.page-service .archmation-clients-say__listing {
	margin-top: 48px;
	overflow: visible;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__listing,
	.page-template-accueil.page-service .archmation-clients-say__listing {
		margin-top: 64px;
	}
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__track,
.page-template-accueil.page-service .archmation-clients-say__track {
	cursor: grab;
	display: flex;
	gap: 20px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 30px 0;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__track:active,
.page-template-accueil.page-service .archmation-clients-say__track:active {
	cursor: grabbing;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__track::-webkit-scrollbar,
.page-template-accueil.page-service .archmation-clients-say__track::-webkit-scrollbar {
	height: 6px;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__track::-webkit-scrollbar-thumb,
.page-template-accueil.page-service .archmation-clients-say__track::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 9999px;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__card,
.page-template-accueil.page-service .archmation-clients-say__card {
	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.37);
	box-sizing: border-box;
	flex: 0 0 min(88%, 420px);
	height: auto;
	margin: 10px 0;
	overflow: visible;
	padding: 24px 21px;
	scroll-snap-align: start;
}

@media screen and (min-width: 640px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__card,
	.page-template-accueil.page-service .archmation-clients-say__card {
		flex-basis: min(60%, 480px);
	}
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__card,
	.page-template-accueil.page-service .archmation-clients-say__card {
		flex-basis: min(42%, 520px);
		padding: 32px 29px;
	}
}

@media screen and (min-width: 1200px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__card,
	.page-template-accueil.page-service .archmation-clients-say__card {
		flex-basis: min(32%, 560px);
	}
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__name,
.page-template-accueil.page-service .archmation-clients-say__name {
	font-family: avenir-lt-pro, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 4px;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__role,
.page-template-accueil.page-service .archmation-clients-say__role {
	font-family: avenir-lt-pro, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 200;
	line-height: 1.3;
	margin: 0 0 16px;
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__quote-body,
.page-template-accueil.page-service .archmation-clients-say__quote-body {
	font-family: avenir-lt-pro, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

@media screen and (min-width: 800px) {
	.page-template-accueil #accueilTemoignages .archmation-clients-say__quote-body,
	.page-template-accueil.page-service .archmation-clients-say__quote-body {
		font-size: 20px;
	}
}

.page-template-accueil #accueilTemoignages .archmation-clients-say__cta-wrap,
.page-template-accueil.page-service .archmation-clients-say__cta-wrap {
	margin-top: 24px;
	position: relative;
}

.page-template-accueil #accueilTemoignages #react-clients-say-root,
.page-template-accueil.page-service #react-clients-say-root {
	display: block;
	width: 100%;
}

/* --------------------------------------------------------------------------
   Service pages — responsive (mobile & tablet)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.page-template-accueil.page-service {
		--archmation-section-title-font-size: clamp(1.75rem, 8vw, 2.25rem);
		--archmation-section-eyebrow-font-size: 0.65rem;
	}

	.page-template-accueil.page-service [class*="archmation-"][class*="-hero"]:not([class*="__"]) {
		min-height: auto;
		padding: clamp(32px, 8vw, 48px) 0;
	}

	.page-template-accueil.page-service [class*="-hero__inner"],
	.page-template-accueil.page-service .archmation-development__inner,
	.page-template-accueil.page-service .archmation-how-it-works__inner,
	.page-template-accueil.page-service .archmation-timely-delivery__inner,
	.page-template-accueil.page-service .archmation-branding-portfolio__inner,
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-template-accueil.page-service [class$="-hero__content"] {
		gap: 24px;
	}

	.page-template-accueil.page-service [class*="-hero__visual"] {
		height: clamp(260px, 72vw, 340px);
		min-width: 0;
		overflow: hidden;
		width: 100%;
	}

	.page-template-accueil.page-service [class*="-hero__visual-inner"] {
		margin: 0 auto;
		max-width: 100%;
	}

	.page-template-accueil.page-service [class*="-hero__icons"] {
		transform: scale(0.58);
		transform-origin: center center;
	}

	.page-template-accueil.page-service [class*="-hero__laptop-screen"],
	.page-template-accueil.page-service [class*="-hero__monitor-screen"] {
		padding: 12px;
		width: 220px !important;
	}

	.page-template-accueil.page-service [class*="-hero__monitor-frame"] {
		width: 220px !important;
	}

	.page-template-accueil.page-service .archmation-web-tech-hero__mockup-frame {
		height: 260px;
		width: 200px;
	}

	.page-template-accueil.page-service .archmation-web-tech-hero__stats {
		flex-wrap: wrap;
		gap: 12px;
		justify-content: center;
	}

	.page-template-accueil.page-service .archmation-video-marketing-hero__player {
		max-width: 100%;
	}

	.page-template-accueil.page-service .archmation-video-marketing-hero__play-btn {
		font-size: 28px;
		height: 64px;
		width: 64px;
	}

	.page-template-accueil.page-service .archmation-video-marketing-hero__player-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.page-template-accueil.page-service .archmation-video-marketing-hero__youtube-btn {
		align-self: flex-start;
	}

	.page-template-accueil.page-service .archmation-seo-hero__title-accent,
	.page-template-accueil.page-service .archmation-seo-hero__title-after {
		display: inline;
	}

	.page-template-accueil.page-service .archmation-development {
		padding: clamp(48px, 10vw, 64px) 0;
	}

	.page-template-accueil.page-service .archmation-development__desc--muted {
		margin-bottom: 32px;
	}

	.page-template-accueil.page-service .archmation-development__benefits {
		grid-template-columns: 1fr;
	}

	.page-template-accueil.page-service .archmation-development__features-card {
		padding: 24px;
	}

	.page-template-accueil.page-service .archmation-development__feature-item:hover {
		transform: none;
	}

	.page-template-accueil.page-service .archmation-how-it-works {
		padding: clamp(56px, 12vw, 80px) 0;
	}

	.page-template-accueil.page-service .archmation-how-it-works__steps-wrap {
		margin-top: 40px;
	}

	.page-template-accueil.page-service .archmation-how-it-works__step-desc {
		max-width: none;
	}

	.page-template-accueil.page-service .archmation-timely-delivery {
		padding: clamp(56px, 12vw, 80px) 0;
	}

	.page-template-accueil.page-service .archmation-timely-delivery__content {
		order: 1;
	}

	.page-template-accueil.page-service .archmation-timely-delivery__media {
		aspect-ratio: 4 / 3;
		max-height: 280px;
		order: 2;
	}

	.page-template-accueil.page-service .archmation-timely-delivery__card {
		padding: 24px;
	}

	.page-template-accueil.page-service .archmation-branding-portfolio,
	.page-template-accueil.page-service .archmation-graphic-design-portfolio {
		padding: clamp(48px, 10vw, 64px) 0;
	}

	.page-template-accueil.page-service .archmation-branding-portfolio__filters {
		flex-wrap: nowrap;
		gap: 12px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
		scrollbar-width: none;
	}

	.page-template-accueil.page-service .archmation-branding-portfolio__filters::-webkit-scrollbar {
		display: none;
	}

	.page-template-accueil.page-service .archmation-branding-portfolio__filter {
		flex-shrink: 0;
	}

	.page-template-accueil.page-service .archmation-branding-portfolio__card-meta {
		font-size: 11px;
	}

	.page-template-accueil.page-service .archmation-clients-say {
		padding: clamp(48px, 10vw, 64px) 0;
	}

	.page-template-accueil.page-service .archmation-clients-say__quote-body,
	.page-template-accueil.page-service .archmation-clients-say__role {
		font-size: 16px;
	}

	.page-template-accueil.page-service .archmation-clients__modal-backdrop {
		align-items: flex-end;
		padding: 12px;
	}

	.page-template-accueil.page-service .archmation-clients__modal-close {
		background: rgba(0, 0, 0, 0.55);
		right: 12px;
		top: 12px;
	}

	.page-template-accueil.page-service .archmation-clients__modal-media {
		padding: 48px 16px 56px;
	}

	.page-template-accueil.page-service .archmation-branding-portfolio__modal-stage,
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__modal-stage {
		min-height: min(52vh, 360px);
	}

	.page-template-accueil.page-service .archmation-clients__modal-nav {
		height: 40px;
		width: 40px;
	}
}

@media screen and (max-width: 479px) {
	.page-template-accueil.page-service .archmation-branding-portfolio__grid,
	.page-template-accueil.page-service .archmation-graphic-design-portfolio__grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.page-template-accueil.page-service [class*="-hero__grid"] {
		gap: 40px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.page-template-accueil.page-service [class*="archmation-"][class*="-hero"]:not([class*="__"]) {
		min-height: auto;
		padding: clamp(40px, 6vw, 64px) 0;
	}

	.page-template-accueil.page-service [class*="-hero__visual"] {
		height: clamp(300px, 38vw, 400px);
		overflow: hidden;
	}

	.page-template-accueil.page-service [class*="-hero__icons"] {
		transform: scale(0.72);
		transform-origin: center center;
	}

	.page-template-accueil.page-service .archmation-development__grid {
		gap: 40px;
		grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	}

	.page-template-accueil.page-service .archmation-timely-delivery__grid {
		gap: 40px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-template-accueil.page-service .archmation-timely-delivery__content {
		order: 1;
	}

	.page-template-accueil.page-service .archmation-timely-delivery__media {
		order: 2;
	}

	.page-template-accueil.page-service .archmation-how-it-works__steps {
		gap: 24px;
	}

	.page-template-accueil.page-service .archmation-industry-hero {
		padding: clamp(32px, 8vw, 48px) 0;
	}

	.page-template-accueil.page-service .archmation-industry-hero__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-template-accueil.page-service .archmation-industry-hero__grid {
		gap: 32px;
	}

	.page-template-accueil.page-service .archmation-industry-hero__content-stack {
		gap: 24px;
	}

	.page-template-accueil.page-service .archmation-industry-hero__title {
		font-size: clamp(28px, 8vw, 36px) !important;
	}

	.page-template-accueil.page-service .archmation-industry-hero__desc {
		font-size: 16px;
	}

	.page-template-accueil.page-service .archmation-industry-hero__cta {
		justify-content: center;
		width: auto;
	}

	.page-template-accueil.page-service .archmation-industry-hero__features-panel {
		margin-top: 8px;
	}

	.page-template-accueil.page-service .archmation-industry-hero__features {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.page-template-accueil.page-service .archmation-industry-hero__feature {
		display: block;
		list-style: none;
		margin: 0;
		padding: 14px;
	}

	.page-template-accueil.page-service .archmation-industry-services__inner {
		padding: clamp(48px, 10vw, 64px) 20px !important;
	}

	.page-template-accueil.page-service .archmation-industry-services__header {
		gap: 24px;
		margin-bottom: 32px;
	}

	.page-template-accueil.page-service .archmation-industry-services__title {
		font-size: clamp(28px, 8vw, 36px) !important;
	}

	.page-template-accueil.page-service .archmation-industry-services__intro {
		font-size: 16px !important;
	}

	.page-template-accueil.page-service .archmation-industry-services__card-inner {
		padding: 24px;
	}

	.page-template-accueil.page-service .archmation-industry-expertise__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* --------------------------------------------------------------------------
   Real Estate industry hero
   -------------------------------------------------------------------------- */
@keyframes archmation-industry-hero-shimmer {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

@keyframes archmation-industry-hero-glow {
	0%,
	100% {
		opacity: 0.3;
	}
	50% {
		opacity: 0.8;
	}
}

@keyframes archmation-industry-hero-float-up {
	0%,
	100% {
		opacity: 0.6;
		transform: translateY(0);
	}
	50% {
		opacity: 1;
		transform: translateY(-20px);
	}
}

@keyframes archmation-industry-hero-pulse-stat {
	0%,
	100% {
		box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 0 40px rgba(168, 85, 247, 0.6);
		transform: scale(1.02);
	}
}

.page-template-accueil.page-service .archmation-industry-hero {
	color: #fff;
	isolation: isolate;
	min-height: auto;
	overflow: hidden;
	padding: clamp(48px, 6vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__bg {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-base {
	background: #000;
	inset: 0;
	position: absolute;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-gradient {
	background:
		linear-gradient(135deg, rgba(59, 7, 100, 0.5) 0%, #000 45%, rgba(23, 37, 84, 0.4) 100%);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-spotlight--tr {
	animation: archmation-industry-hero-glow 2s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.3);
	filter: blur(64px);
	height: 320px;
	right: 25%;
	top: -128px;
	width: 320px;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-spotlight--bl {
	animation: archmation-industry-hero-glow 2s ease-in-out infinite;
	background: rgba(59, 130, 246, 0.2);
	bottom: -128px;
	filter: blur(64px);
	height: 384px;
	left: 25%;
	width: 384px;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-spotlight--mid {
	background: rgba(99, 102, 241, 0.15);
	filter: blur(64px);
	height: 320px;
	position: absolute;
	right: -160px;
	top: 50%;
	transform: translateY(-50%);
	width: 320px;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-grid {
	background-image:
		linear-gradient(0deg, rgba(168, 85, 247, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(168, 85, 247, 0.08) 1px, transparent 1px);
	background-size: 80px 80px;
	opacity: 1;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-shimmer {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

.page-template-accueil.page-service .archmation-industry-hero__bg-shimmer::after {
	animation: archmation-industry-hero-shimmer 2s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.05),
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
}

.page-template-accueil.page-service .archmation-industry-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-industry-hero__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-industry-hero__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 2000px) {
	.page-template-accueil.page-service .archmation-industry-hero__inner {
		max-width: 1650px;
	}
}

.page-template-accueil.page-service .archmation-industry-hero__grid {
	align-items: stretch;
	display: grid;
	gap: 48px;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-industry-hero__grid {
		gap: 64px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-industry-hero__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-industry-hero__content-stack {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__label {
	display: block;
	margin: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__title {
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__title-accent {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

.page-template-accueil.page-service .archmation-industry-hero__title-line2 {
	display: block;
	font-style: normal;
	font-weight: 700;
}

.page-template-accueil.page-service .archmation-industry-hero__desc {
	color: rgba(255, 255, 255, 0.7);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.7;
	margin: 0;
	max-width: none;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__cta {
	align-items: center;
	align-self: flex-start;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-hero__cta:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: none;
	filter: none;
}

.page-template-accueil.page-service .archmation-industry-hero__cta-shine {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: transform 0.7s ease;
}

.page-template-accueil.page-service .archmation-industry-hero__cta:hover .archmation-industry-hero__cta-shine {
	transform: translateX(0);
}

.page-template-accueil.page-service .archmation-industry-hero__cta-label,
.page-template-accueil.page-service .archmation-industry-hero__cta-icon {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-industry-hero__features-panel {
	align-items: stretch !important;
	display: block !important;
	justify-content: flex-start !important;
	min-width: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-industry-hero__features {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
	.page-template-accueil.page-service .archmation-industry-hero__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1400px) {
	.page-template-accueil.page-service .archmation-industry-hero__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-industry-hero__feature {
	background: linear-gradient(
		135deg,
		rgba(168, 85, 247, 0.1),
		rgba(59, 130, 246, 0.1)
	);
	border: 1px solid rgba(192, 132, 252, 0.2);
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	padding: 16px;
	transition:
		border-color 0.3s ease,
		transform 0.3s ease;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__feature:hover {
	border-color: rgba(192, 132, 252, 0.5);
	transform: translateY(-2px);
}

.page-template-accueil.page-service .archmation-industry-hero__feature-icon {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 4px;
	transition: transform 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-hero__feature:hover .archmation-industry-hero__feature-icon {
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-industry-hero__feature-title {
	color: #fff;
	font-family: avenir-lt-pro, sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__feature-desc {
	color: rgba(255, 255, 255, 0.6);
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.7;
	margin: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__visual {
	height: auto;
	min-height: 24rem;
	min-width: 0;
	overflow: visible;
	padding: 1rem 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__visual-stage {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 24rem;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__visual-core {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: center;
	max-width: 28rem;
	min-height: 17.5rem;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__visual-decor {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__stats {
	align-items: start;
	align-content: center;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: auto;
	list-style: none;
	margin: 0;
	max-width: 28rem;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-industry-hero__stats {
		gap: 24px;
	}
}

@media screen and (max-width: 767px) {
	.page-template-accueil.page-service .archmation-industry-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 22rem;
		width: min(100%, 22rem);
	}

	.page-template-accueil.page-service .archmation-industry-hero__stat--3 {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: 11rem;
		width: 100%;
	}
}

.page-template-accueil.page-service .archmation-industry-hero__ring {
	border-radius: 9999px;
	border-style: solid;
	position: absolute;
}

.page-template-accueil.page-service .archmation-industry-hero__ring--inner {
	animation: archmation-industry-hero-float-up 2.5s ease-in-out infinite;
	border-color: rgba(168, 85, 247, 0.2);
	border-width: 2px;
	height: 160px;
	width: 160px;
}

.page-template-accueil.page-service .archmation-industry-hero__ring--outer {
	animation: archmation-industry-hero-float-up 3s ease-in-out infinite reverse;
	border-color: rgba(59, 130, 246, 0.1);
	border-width: 2px;
	height: 224px;
	width: 224px;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-industry-hero__ring--inner {
		height: 208px;
		width: 208px;
	}

	.page-template-accueil.page-service .archmation-industry-hero__ring--outer {
		height: 288px;
		width: 288px;
	}
}

.page-template-accueil.page-service .archmation-industry-hero__center-icon {
	animation: archmation-industry-hero-float-up 2.5s ease-in-out infinite;
	filter: blur(0.5px);
	font-size: 3.5rem;
	line-height: 1;
	opacity: 0.22;
	position: absolute;
	z-index: 0;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-industry-hero__center-icon {
		font-size: 4rem;
	}
}

.page-template-accueil.page-service .archmation-industry-hero__stat {
	align-self: start;
	animation: archmation-industry-hero-pulse-stat 2.5s ease-in-out infinite;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background: linear-gradient(
		135deg,
		rgba(168, 85, 247, 0.1),
		rgba(59, 130, 246, 0.1)
	);
	border: 1px solid rgba(192, 132, 252, 0.3);
	border-radius: 16px;
	box-sizing: border-box;
	display: block;
	height: auto;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	padding: 24px;
	position: relative;
	text-align: center;
	transition: border-color 0.3s ease;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-hero__stat--2 {
	animation-duration: 2.8s;
}

.page-template-accueil.page-service .archmation-industry-hero__stat--3 {
	animation-duration: 3.1s;
}

.page-template-accueil.page-service .archmation-industry-hero__stat:hover {
	border-color: rgba(192, 132, 252, 0.6);
}

.page-template-accueil.page-service .archmation-industry-hero__stat::after {
	background: linear-gradient(90deg, #a855f7, #ec4899);
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-hero__stat:hover::after {
	opacity: 0.1;
}

.page-template-accueil.page-service .archmation-industry-hero__stat-icon {
	display: block;
	font-size: 1.875rem;
	line-height: 1;
	margin: 0 0 12px;
	position: relative;
	transition: transform 0.3s ease;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-industry-hero__stat:hover .archmation-industry-hero__stat-icon {
	transform: scale(1.25);
}

.page-template-accueil.page-service .archmation-industry-hero__stat-value {
	color: #e9d5ff;
	display: block;
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(1.5rem, 2.4vw, 1.875rem);
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
	position: relative;
	z-index: 1;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.page-template-accueil.page-service .archmation-industry-hero__stat-value {
		background: linear-gradient(90deg, #d8b4fe, #f9a8d4);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
}

.page-template-accueil.page-service .archmation-industry-hero__stat-suffix {
	font-size: 1.125rem;
}

.page-template-accueil.page-service .archmation-industry-hero__stat-label {
	color: #9ca3af;
	font-family: avenir-lt-pro, sans-serif;
	font-size: clamp(12px, 1.3vw, 14px);
	line-height: 1.35;
	margin: 8px 0 0;
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-industry-hero__bg-grid,
	.page-template-accueil.page-service .archmation-industry-hero__bg-shimmer::after,
	.page-template-accueil.page-service .archmation-industry-hero__bg-spotlight--tr,
	.page-template-accueil.page-service .archmation-industry-hero__bg-spotlight--bl,
	.page-template-accueil.page-service .archmation-industry-hero__ring--inner,
	.page-template-accueil.page-service .archmation-industry-hero__ring--outer,
	.page-template-accueil.page-service .archmation-industry-hero__center-icon,
	.page-template-accueil.page-service .archmation-industry-hero__stat {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
   Industry services section (Real Estate, etc.)
   -------------------------------------------------------------------------- */
.page-template-accueil.page-service .archmation-industry-services {
	background: #fff;
	font-family: "avenir-lt-pro", sans-serif;
	max-width: none !important;
	overflow: hidden;
	position: relative;
	width: 100% !important;
}

.page-template-accueil.page-service .archmation-industry-services__accent-bar {
	background: linear-gradient(90deg, #9333ea, #a855f7, #c084fc);
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
	z-index: 2;
}

.page-template-accueil.page-service .archmation-industry-services__pattern {
	inset: 0;
	opacity: 0.03;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-services__pattern svg {
	display: block;
	height: 100%;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-services__blob {
	border-radius: 9999px;
	filter: blur(64px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-services__blob--tr {
	background: linear-gradient(135deg, #f3e8ff, #faf5ff);
	height: 24rem;
	opacity: 0.2;
	right: 0;
	top: 5rem;
	width: 24rem;
}

.page-template-accueil.page-service .archmation-industry-services__blob--bl {
	background: linear-gradient(45deg, #f3e8ff, transparent);
	bottom: 2.5rem;
	height: 18rem;
	left: 0;
	opacity: 0.15;
	width: 18rem;
}

.page-template-accueil.page-service .archmation-industry-services__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: clamp(4rem, 8vw, 8rem) 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-industry-services__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-industry-services__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 2000px) {
	.page-template-accueil.page-service .archmation-industry-services__inner {
		max-width: 1650px;
	}
}

.page-template-accueil.page-service .archmation-industry-services__header {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
	grid-template-columns: 1fr;
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-industry-services__header {
		align-items: start;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.page-template-accueil.page-service .archmation-industry-services__title {
	color: #111827 !important;
	font-size: clamp(2.75rem, 4.8vw, 4rem) !important;
	font-style: italic !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.15 !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	text-transform: none !important;
	text-wrap: balance;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-industry-services__intro {
	color: #374151 !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: clamp(16px, 1.8vw, 18px) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.7 !important;
	margin: 0 !important;
	text-transform: none !important;
}

.page-template-accueil.page-service .archmation-industry-services__intro-bold {
	color: #111827 !important;
	font-family: inherit !important;
	font-weight: 700 !important;
}

.page-template-accueil.page-service .archmation-industry-services__intro-accent {
	color: #9333ea !important;
	font-family: inherit !important;
	font-weight: 700 !important;
}

.page-template-accueil.page-service .archmation-industry-services__grid {
	display: grid;
	gap: clamp(1.25rem, 2vw, 1.75rem);
	grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
	.page-template-accueil.page-service .archmation-industry-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-industry-services__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-industry-services__card {
	position: relative;
}

.page-template-accueil.page-service .archmation-industry-services__card-glow {
	background: linear-gradient(135deg, #c084fc, #d8b4fe);
	border-radius: 0.5rem;
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-services__card:hover .archmation-industry-services__card-glow {
	opacity: 1;
}

.page-template-accueil.page-service .archmation-industry-services__card-inner {
	background: #fff;
	border: 2px solid #1f2937;
	border-radius: 0.5rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 18rem;
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	position: relative;
	transition:
		border-color 0.3s ease,
		transform 0.3s ease;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-industry-services__card:hover .archmation-industry-services__card-inner {
	border-color: transparent;
}

.page-template-accueil.page-service .archmation-industry-services__icon {
	font-size: clamp(2.75rem, 4vw, 3.5rem);
	line-height: 1;
	margin-bottom: 1.5rem;
	transition: transform 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-services__card:hover .archmation-industry-services__icon {
	transform: scale(1.1);
}

.page-template-accueil.page-service .archmation-industry-services__card-title {
	color: #111827 !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: clamp(22px, 2.5vw, 28px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: normal !important;
	line-height: 1.25 !important;
	margin: 0 0 1rem !important;
	text-transform: none !important;
	transition: color 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-services__card:hover .archmation-industry-services__card-title {
	color: #9333ea !important;
}

.page-template-accueil.page-service .archmation-industry-services__card-desc {
	color: #4b5563 !important;
	flex: 1 1 auto;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.625 !important;
	margin: 0 !important;
	text-transform: none !important;
}

.page-template-accueil.page-service .archmation-industry-services__card-line {
	background: linear-gradient(90deg, #9333ea, #c084fc);
	height: 4px;
	margin-top: 1.5rem;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
	width: 3rem;
}

/* Industry services — enforce hero typography over legacy app.css */
.page-template-accueil.page-service .archmation-industry-services span {
	font-family: "avenir-lt-pro", sans-serif !important;
}

.page-template-accueil.page-service .archmation-industry-services h3.archmation-industry-services__card-title {
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: clamp(22px, 2.5vw, 28px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
}

.page-template-accueil.page-service .archmation-industry-services__card-inner p.archmation-industry-services__card-desc {
	color: #6b7280 !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.625 !important;
}

.page-template-accueil.page-service .archmation-industry-services__title {
	font-family: "Playfair Display", Georgia, serif !important;
}

/* --------------------------------------------------------------------------
   Industry expertise dark section
   -------------------------------------------------------------------------- */
@keyframes archmation-industry-expertise-float-a {
	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
	50% {
		transform: translate(20px, -30px) rotate(90deg);
	}
}

@keyframes archmation-industry-expertise-float-b {
	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
	50% {
		transform: translate(-25px, -25px) rotate(-90deg);
	}
}

@keyframes archmation-industry-expertise-float-c {
	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
	50% {
		transform: translate(15px, 20px) rotate(45deg);
	}
}

.page-template-accueil.page-service .archmation-industry-expertise {
	background: linear-gradient(180deg, #581c87, #6b21a8, #581c87);
	overflow: hidden;
	padding: clamp(64px, 8vw, 96px) 0;
	position: relative;
	width: 100%;
}

.page-template-accueil.page-service .archmation-industry-expertise__bg {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.page-template-accueil.page-service .archmation-industry-expertise__bg-gradient {
	display: none;
}

.page-template-accueil.page-service .archmation-industry-expertise__blob {
	border-radius: 9999px;
	filter: blur(64px);
	position: absolute;
}

.page-template-accueil.page-service .archmation-industry-expertise__blob--pink {
	animation: archmation-industry-expertise-pulse 3s ease-in-out infinite;
	background: rgba(236, 72, 153, 0.2);
	height: 24rem;
	left: 2.5rem;
	top: 2.5rem;
	width: 24rem;
}

.page-template-accueil.page-service .archmation-industry-expertise__blob--purple {
	animation: archmation-industry-expertise-pulse 3s ease-in-out infinite;
	animation-delay: 1s;
	background: rgba(168, 85, 247, 0.2);
	bottom: 5rem;
	height: 24rem;
	right: 2.5rem;
	width: 24rem;
}

@keyframes archmation-industry-expertise-pulse {
	0%,
	100% {
		opacity: 0.85;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
}

.page-template-accueil.page-service .archmation-industry-expertise__orbs {
	inset: 0;
	position: absolute;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb {
	border-radius: 9999px;
	opacity: 0.3;
	position: absolute;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--0 {
	animation: archmation-industry-expertise-float-a 5s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 52px;
	left: 6%;
	top: 10%;
	width: 52px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--1 {
	animation: archmation-industry-expertise-float-b 7s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.4);
	height: 36px;
	left: 84%;
	top: 14%;
	width: 36px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--2 {
	animation: archmation-industry-expertise-float-c 9s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 68px;
	left: 70%;
	top: 6%;
	width: 68px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--3 {
	animation: archmation-industry-expertise-float-a 6s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.4);
	height: 44px;
	left: 18%;
	top: 68%;
	width: 44px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--4 {
	animation: archmation-industry-expertise-float-b 8s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 58px;
	left: 92%;
	top: 52%;
	width: 58px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--5 {
	animation: archmation-industry-expertise-float-c 5s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.4);
	height: 32px;
	left: 42%;
	top: 82%;
	width: 32px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--6 {
	animation: archmation-industry-expertise-float-a 7s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 48px;
	left: 54%;
	top: 24%;
	width: 48px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--7 {
	animation: archmation-industry-expertise-float-b 9s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.4);
	height: 64px;
	left: 10%;
	top: 38%;
	width: 64px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--8 {
	animation: archmation-industry-expertise-float-c 6s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 28px;
	left: 78%;
	top: 72%;
	width: 28px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--9 {
	animation: archmation-industry-expertise-float-a 8s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.4);
	height: 56px;
	left: 30%;
	top: 12%;
	width: 56px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--10 {
	animation: archmation-industry-expertise-float-b 5s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 40px;
	left: 60%;
	top: 58%;
	width: 40px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--11 {
	animation: archmation-industry-expertise-float-c 7s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.4);
	height: 46px;
	left: 46%;
	top: 44%;
	width: 46px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--12 {
	animation: archmation-industry-expertise-float-a 6s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 34px;
	left: 24%;
	top: 54%;
	width: 34px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--13 {
	animation: archmation-industry-expertise-float-b 8s ease-in-out infinite;
	background: rgba(168, 85, 247, 0.4);
	height: 50px;
	left: 88%;
	top: 30%;
	width: 50px;
}

.page-template-accueil.page-service .archmation-industry-expertise__orb--14 {
	animation: archmation-industry-expertise-float-c 5s ease-in-out infinite;
	background: rgba(244, 114, 182, 0.4);
	height: 38px;
	left: 52%;
	top: 78%;
	width: 38px;
}

.page-template-accueil.page-service .archmation-industry-expertise__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 800px) {
	.page-template-accueil.page-service .archmation-industry-expertise__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 1650px) {
	.page-template-accueil.page-service .archmation-industry-expertise__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 2000px) {
	.page-template-accueil.page-service .archmation-industry-expertise__inner {
		max-width: 1650px;
	}
}

.page-template-accueil.page-service .archmation-industry-expertise__grid {
	align-items: center;
	display: grid;
	gap: 4rem;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
	.page-template-accueil.page-service .archmation-industry-expertise__grid {
		gap: 4rem;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.page-template-accueil.page-service .archmation-industry-expertise__title {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: var(--archmation-section-title-font-size) !important;
	font-style: italic !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: var(--archmation-section-title-line-height) !important;
	margin: 0 0 24px !important;
	max-width: none !important;
	text-transform: none !important;
	transform: none !important;
}

.page-template-accueil.page-service .archmation-industry-expertise__title-accent {
	-webkit-background-clip: text !important;
	background-clip: text !important;
	background-image: linear-gradient(90deg, #f472b6, #d8b4fe) !important;
	color: transparent !important;
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: inherit !important;
	font-style: italic !important;
	font-weight: 400 !important;
	-webkit-text-fill-color: transparent !important;
}

.page-template-accueil.page-service .archmation-industry-expertise__desc {
	color: #d1d5db !important;
	font-family: avenir-lt-pro, sans-serif !important;
	font-size: clamp(16px, 1.8vw, 18px) !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
	margin: 0 0 48px !important;
}

.page-template-accueil.page-service .archmation-industry-expertise__skills {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0;
	padding: 0;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill-label {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill-icon {
	font-size: 24px;
	line-height: 1;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill-name {
	color: #fff !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: normal !important;
	text-transform: none;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill-value {
	color: #f472b6 !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill-track {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(168, 85, 247, 0.3);
	border-radius: 9999px;
	height: 12px;
	overflow: hidden;
	position: relative;
	transition: border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill:hover .archmation-industry-expertise__skill-track {
	border-color: rgba(244, 114, 182, 0.5);
}

.page-template-accueil.page-service .archmation-industry-expertise__skill-bar {
	background: linear-gradient(90deg, #ec4899, #a855f7);
	border-radius: 9999px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-expertise__skill:hover .archmation-industry-expertise__skill-bar {
	background: linear-gradient(90deg, #ec4899, #f472b6);
	box-shadow: 0 4px 16px rgba(236, 72, 153, 0.45);
}

.page-template-accueil.page-service .archmation-industry-expertise__stats {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-bottom: 3rem;
}

@media screen and (min-width: 640px) {
	.page-template-accueil.page-service .archmation-industry-expertise__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.page-template-accueil.page-service .archmation-industry-expertise__stat {
	background: linear-gradient(135deg, #7e22ce, #581c87);
	border: 1px solid rgba(168, 85, 247, 0.5);
	border-radius: 0.5rem;
	overflow: hidden;
	padding: 2rem;
	position: relative;
	transition:
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-expertise__stat:hover {
	border-color: rgba(244, 114, 182, 0.5);
}

.page-template-accueil.page-service .archmation-industry-expertise__stat-shine {
	background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.1), transparent);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-expertise__stat:hover .archmation-industry-expertise__stat-shine {
	opacity: 1;
}

.page-template-accueil.page-service .archmation-industry-expertise__stat-body {
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-industry-expertise__stat-value {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(90deg, #fff, #fbcfe8);
	color: transparent !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: clamp(32px, 4vw, 48px) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	margin: 0 0 0.5rem !important;
}

.page-template-accueil.page-service .archmation-industry-expertise__stat-label {
	color: #e9d5ff !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	text-transform: uppercase;
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-card {
	background: linear-gradient(135deg, #7e22ce, #581c87);
	border: 1px solid rgba(168, 85, 247, 0.5);
	border-radius: 0.75rem;
	overflow: hidden;
	padding: clamp(2rem, 4vw, 3rem);
	position: relative;
	transition: border-color 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-card:hover {
	border-color: rgba(244, 114, 182, 0.5);
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-glow {
	background: linear-gradient(90deg, rgba(236, 72, 153, 0.2), transparent, rgba(168, 85, 247, 0.2));
	filter: blur(24px);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-card:hover .archmation-industry-expertise__cta-glow {
	opacity: 1;
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-title {
	color: #fff !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: clamp(24px, 3vw, 36px) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin: 0 0 1rem !important;
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-desc {
	color: #d1d5db !important;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: clamp(16px, 1.8vw, 18px) !important;
	line-height: 1.7 !important;
	margin: 0 0 2rem !important;
	position: relative;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-btn {
	align-items: center;
	background: linear-gradient(90deg, #ec4899, #f472b6);
	border: none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	color: #000 !important;
	display: inline-flex;
	font-family: "avenir-lt-pro", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	padding: 12px 32px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 0.3s ease,
		transform 0.3s ease;
	z-index: 1;
}

.page-template-accueil.page-service .archmation-industry-expertise__cta-btn:hover {
	background: linear-gradient(90deg, #f472b6, #fbcfe8);
}

@media (prefers-reduced-motion: reduce) {
	.page-template-accueil.page-service .archmation-industry-expertise__orb,
	.page-template-accueil.page-service .archmation-industry-expertise__blob {
		animation: none !important;
	}
}

.page-template-accueil.page-service .archmation-industry-services__title {
	font-family: "Playfair Display", Georgia, serif !important;
}

/* Industry expertise — enforce typography over legacy app.css */
.page-template-accueil.page-service .archmation-industry-expertise h2.archmation-industry-expertise__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.page-template-accueil.page-service .archmation-industry-expertise span.archmation-industry-expertise__title-accent {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.page-template-accueil.page-service .archmation-industry-expertise h3.archmation-industry-expertise__cta-title {
	font-family: avenir-lt-pro, sans-serif !important;
	font-size: clamp(22px, 2.5vw, 28px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
}

.page-template-accueil.page-service .archmation-industry-expertise p:not(.archmation-industry-expertise__stat-value):not(.archmation-industry-expertise__stat-label),
.page-template-accueil.page-service .archmation-industry-expertise span:not(.archmation-industry-expertise__title-accent) {
	font-family: avenir-lt-pro, sans-serif !important;
}

/* Industry hero — enforce typography over legacy app.css */
.page-template-accueil.page-service .archmation-industry-hero h2.archmation-industry-hero__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.page-template-accueil.page-service .archmation-industry-hero h3.archmation-industry-hero__feature-title {
	font-family: avenir-lt-pro, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.page-template-accueil.page-service .archmation-industry-hero p,
.page-template-accueil.page-service .archmation-industry-hero span:not(.archmation-industry-hero__title-accent):not(.archmation-industry-hero__title-line2) {
	font-family: avenir-lt-pro, sans-serif !important;
}

/* Industry solutions — enforce typography over legacy app.css */
.page-template-accueil.page-service .archmation-industry-solutions h2.archmation-industry-solutions__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.page-template-accueil.page-service .archmation-industry-solutions p,
.page-template-accueil.page-service .archmation-industry-solutions span:not(.archmation-industry-solutions__cta-label) {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-industry-solutions h3.archmation-industry-solutions__card-title {
	font-family: avenir-lt-pro, sans-serif !important;
	font-weight: 700 !important;
}

/* Industry FAQ — enforce typography */
.page-template-accueil.page-service .archmation-industry-faq h2.archmation-industry-faq__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.page-template-accueil.page-service .archmation-industry-faq span.archmation-industry-faq__title-accent {
	color: #fff !important;
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.page-template-accueil.page-service .archmation-industry-faq p,
.page-template-accueil.page-service .archmation-industry-faq span:not(.archmation-industry-faq__title-accent):not(.archmation-industry-faq__cta-label) {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-industry-contact h2.archmation-industry-hero__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
}

.page-template-accueil.page-service .archmation-dream-team h2.archmation-industry-hero__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
}

.page-template-accueil.page-service .archmation-lead-circuit h2.archmation-industry-hero__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
}

.page-template-accueil.page-service .archmation-lead-circuit h3,
.page-template-accueil.page-service .archmation-lead-circuit p,
.page-template-accueil.page-service .archmation-lead-circuit dd,
.page-template-accueil.page-service .archmation-lead-circuit dt,
.page-template-accueil.page-service .archmation-lead-circuit a.archmation-industry-hero__cta {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-master-marketing h2.archmation-industry-hero__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
}

.page-template-accueil.page-service .archmation-master-marketing__card-preface,
.page-template-accueil.page-service .archmation-master-marketing__card-title-lead,
.page-template-accueil.page-service .archmation-master-marketing__card-title-circuit,
.page-template-accueil.page-service .archmation-master-marketing__card-subtitle {
	font-family: avenir-lt-pro, sans-serif !important;
	font-style: normal !important;
}

.page-template-accueil.page-service .archmation-master-marketing__card-subtitle {
	font-style: italic !important;
}

.page-template-accueil.page-service .archmation-master-marketing p,
.page-template-accueil.page-service .archmation-master-marketing li,
.page-template-accueil.page-service .archmation-master-marketing a.archmation-master-marketing__cta {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-master-marketing .archmation-industry-hero__label {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-instructor h2.archmation-industry-hero__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
}

.page-template-accueil.page-service .archmation-instructor p,
.page-template-accueil.page-service .archmation-instructor li,
.page-template-accueil.page-service .archmation-instructor span,
.page-template-accueil.page-service .archmation-instructor a.archmation-instructor__cta {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-industry-contact h3.archmation-industry-contact__card-title,
.page-template-accueil.page-service .archmation-industry-contact h3.archmation-industry-contact__form-title {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-industry-contact p,
.page-template-accueil.page-service .archmation-industry-contact label,
.page-template-accueil.page-service .archmation-industry-contact input,
.page-template-accueil.page-service .archmation-industry-contact select,
.page-template-accueil.page-service .archmation-industry-contact textarea,
.page-template-accueil.page-service .archmation-industry-contact button {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .archmation-dream-team h3.archmation-dream-team__name,
.page-template-accueil.page-service .archmation-dream-team p.archmation-dream-team__role {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .our-services-page .archmation-full-spectrum h2.archmation-full-spectrum__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
}

.page-template-accueil.page-service .our-services-page .archmation-digital-wizards h2.archmation-digital-wizards__title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-style: italic !important;
}

.page-template-accueil.page-service .our-services-page .archmation-full-spectrum h3.archmation-full-spectrum__card-title,
.page-template-accueil.page-service .our-services-page .archmation-full-spectrum p,
.page-template-accueil.page-service .our-services-page .archmation-full-spectrum a.archmation-full-spectrum__cta,
.page-template-accueil.page-service .our-services-page .archmation-full-spectrum .archmation-full-spectrum__eyebrow {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .our-services-page .archmation-digital-wizards p,
.page-template-accueil.page-service .our-services-page .archmation-digital-wizards .archmation-digital-wizards__feature-text,
.page-template-accueil.page-service .our-services-page .archmation-digital-wizards a.archmation-digital-wizards__cta,
.page-template-accueil.page-service .our-services-page .archmation-digital-wizards button.archmation-digital-wizards__play-btn {
	font-family: avenir-lt-pro, sans-serif !important;
}

.page-template-accueil.page-service .our-services-page .archmation-digital-wizards .archmation-digital-wizards__title-line,
.page-template-accueil.page-service .our-services-page .archmation-digital-wizards .archmation-digital-wizards__title-accent {
	font-family: "Playfair Display", Georgia, serif !important;
}

/* Industry pages — mobile padding enforce (must load after base rules) */
@media screen and (max-width: 767px) {
	.page-template-accueil.page-service .archmation-industry-services__inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
