/* @override 
	http://crea64-2012.local:8080/css/crea64.202506054.min.css
	http://crea64-2012.local:8080/css/crea64.css
	http://crea64-2012.local:8080/css/crea64.css?*
	http://crea64-2012.local:8080/css/crea64.20260614.min.css?*
	http://crea64-2012.local:8080/css/crea64.20260615.min.css?*
	https://fonts.googleapis.com/css2?* */

div#tarteaucitronIcon.tarteaucitronIconBottomRight button#tarteaucitronManager {
	display: none;
}


/* @group VARIABLES */
:root {
	/* COULEURS */ 
	--vert: #bdd174;
	--vert-clair: #e1ebbe;
	--vert-sombre: #63751F;
	--rouge: #E32508;
	--noir:#0a1016;
	--gris-fonce: #4F4F4F;
	--gris-moyen: #707070;
	--gris-clair: #CFCED3;
	--gris-tres-clair: #f3f3f3;
	--bg-main: #f5f5f5;
	--bg-sec: #fff;
	--txt-main: #000;


	--bouton:transparent;
	--bouton-hover:rgba(255, 255, 255, 0.3);
	--bouton-active:rgba(255, 255, 255, 0.7);

	/* MARGES / ARRONDIS */
	--bloc-radius: 15px;
	--marge-small: 30px;
	--marge-normal: 50px;
	--marge-big: 80px;
	--marge-xl: 100px;
	--marge-xxl: 120px;

	/* FONT SIZE */
	--font-size-small: 12px;
	--font-size-medium: 14px;
	--font-size-normal: 16px;
	--font-size-plus: 18px;
	--font-size-big: 24px;
	--font-size-xl: 28px;
	--font-size-xxl: 40px;
	--font-size-xxxl: 60px;

	/* PAGE CONTENT */
	--page-content: 1360px;
	--top-space:145px;

	/* TRANSITIONS MENU */
	--menu-delay: 0.4s;


	--arrondi: 6px;
	
	--font-family-main: 'Poppins', sans-serif;
	--font-family-sec: "Comfortaa", serif;
	color: #e1ebbe;
}

html.dark {

	--bg-main: #2f343d;
	--bg-sec: #424957;
	--txt-main: #f5f5f5;

}

@media (max-width:1680px) {
	:root { --page-content: 1260px }
}

@media (max-width:1440px) {
	:root {
		/* MARGES / ARRONDIS */
		--marge-small: 25px;
		--marge-normal: 35px;
		--marge-big: 70px;
		--marge-xl: 90px;
		--marge-xxl: 110px;

		/* FONT SIZE */
		--font-size-small: 11px;
		--font-size-medium: 12px;
		--font-size-normal: 14px;
		--font-size-plus: 16px;
		--font-size-big: 22px;
		--font-size-xl: 26px;
		--font-size-xxl: 35px;
		--font-size-xxxl: 55px;

		/* PAGE CONTENT */
		--page-content: 1200px;
	}
}

@media (max-width:1360px) {
	:root { --page-content: 1200px }
}

@media (max-width:1280px) {
	:root {
		--page-content: auto;
		--top-space: 12vw;
	}
}

@media (max-width:1080px) {
	:root { --page-content: auto }
}

@media (max-width:1024px) {
	:root {
		/* MARGES / ARRONDIS */
		--marge-small: 20px;
		--marge-normal: 40px;
		--marge-big: 60px;
		--marge-xl: 80px;
		--marge-xxl: 100px;

		/* FONT SIZE */
		--font-size-small: 10px;
		--font-size-medium: 11px;
		--font-size-normal: 13px;
		--font-size-plus: 16px;
		--font-size-big: 20px;
		--font-size-xl: 24px;
		--font-size-xxl: 30px;
		--font-size-xxxl: 50px;
	}
}

@media (max-width:768px) {
	:root {
		/* MARGES / ARRONDIS */
		--marge-small: 15px;
		--marge-normal: 30px;
		--marge-big: 40px;
		--marge-xl: 60px;
		--marge-xxl: 80px;

		/* FONT SIZE */
		--font-size-small: 8px;
		--font-size-medium: 10px;
		--font-size-normal: 12px;
		--font-size-plus: 15px;
		--font-size-big: 16px;
		--font-size-xl: 18px;
		--font-size-xxl: 28px;
		--font-size-xxxl: 40px;
	}
}

@media (max-width:600px) {
	:root {
		top-space: 15vw;
	}
}

@media (max-width:480px) {
	:root {
		/* MARGES / ARRONDIS */
		--marge-small: 10px;
		--marge-normal: 25px;
		--marge-big: 30px;
		--marge-xl: 40px;
		--marge-xxl: 60px;

		/* FONT SIZE */
		--font-size-small: 8px;
		--font-size-medium: 10px;
		--font-size-normal: 13px;
		--font-size-plus: 14px;
		--font-size-big: 14px;
		--font-size-xl: 16px;
		--font-size-xxl: 24px;
		--font-size-xxxl: 35px;
		--top-space: 55px;
	}
}
/*@media (min-width:1281px) {
	:root {
	--top-space: 145px;
	}
}*/

:root {
	--demi-page-content: calc(var(--page-content) / 2);
	--tier-page-content: calc(var(--page-content) / 3);
	--quart-page-content: calc(var(--page-content) / 4);
}

/* @end */

/* @group TARIFS */

main.tarifs-page,
main.tarifs-cdv-page {
	background: var(--bg-main);
}
.tarifs-hero {
	background:
		linear-gradient(135deg, rgba(10, 16, 22, 0.96) 0%, rgba(35, 42, 50, 0.94) 100%);
	padding: clamp(52px, 7vw, 96px) 0 clamp(50px, 6.5vw, 88px);
}
.tarifs-cdv-hero {
	background:
		linear-gradient(135deg, rgba(10, 16, 22, 0.96) 0%, rgba(38, 50, 41, 0.94) 100%);
}
.tarifs-hero-layout {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 76px);
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
}
.tarifs-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.35rem, 4.4vw, 4.55rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.05;
	max-width: 980px;
}
.tarifs-hero p:not(.portfolio-kicker) {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	line-height: 1.75;
	margin-top: 1.4em;
	max-width: 760px;
}
.tarifs-hero-note {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	padding: clamp(24px, 3vw, 34px);
}
.tarifs-hero-note .icon {
	color: var(--vert);
	height: 2.2em;
	width: 2.2em;
}
.tarifs-hero-note p:not(.portfolio-kicker) {
	font-size: 0.95em;
	margin-top: 1.2em;
}
.tarifs-hero-note strong {
	color: #fff;
	font-family: var(--font-family-sec);
	font-size: 1.35em;
	font-weight: 600;
}
.tarifs-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85em;
	margin-top: clamp(28px, 4vw, 48px);
}
.tarifs-hero-actions .bouton {
	margin: 0;
}
.tarifs-overview,
.tarifs-cdv-summary,
.tarifs-table-section {
	padding: clamp(70px, 8vw, 125px) 0;
}
.tarifs-overview-heading,
.tarifs-section-heading {
	margin-bottom: clamp(30px, 5vw, 58px);
	max-width: 820px;
}
.tarifs-overview-heading h2,
.tarifs-section-heading h2,
.tarifs-contact-band h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(2rem, 3.8vw, 4.1rem);
	font-weight: 300;
	line-height: 1.1;
}
.tarifs-section-heading > p:not(.portfolio-kicker) {
	color: var(--gris-moyen);
	font-size: 1.05em;
	line-height: 1.75;
	margin-top: 1.2em;
}
html.dark .tarifs-section-heading > p:not(.portfolio-kicker) {
	color: var(--gris-clair);
}
.tarifs-cards {
	display: grid;
	gap: clamp(18px, 2.2vw, 30px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tarifs-card,
.tarifs-price-card {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.14);
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(10, 16, 22, 0.07);
}
.tarifs-card {
	display: flex;
	flex-direction: column;
	gap: 1.8em;
	justify-content: space-between;
	padding: clamp(26px, 3vw, 38px);
}
.tarifs-card-muted {
	background:
		linear-gradient(135deg, rgba(189, 209, 116, 0.12), rgba(255, 255, 255, 0)),
		var(--bg-sec);
}
html.dark .tarifs-card-muted {
	background:
		linear-gradient(135deg, rgba(189, 209, 116, 0.12), rgba(0, 0, 0, 0)),
		var(--bg-sec);
}
.tarifs-card-icon,
.tarifs-price-card > span {
	align-items: center;
	background: var(--vert);
	border-radius: 50%;
	color: #0a1016;
	display: flex;
	height: 3.5em;
	justify-content: center;
	width: 3.5em;
}
.tarifs-card-icon .icon,
.tarifs-price-card > span .icon {
	height: 1.8em;
	width: 1.8em;
}
.tarifs-card-label,
.tarifs-price-card > p {
	color: var(--vert-sombre);
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
html.dark .tarifs-card-label,
html.dark .tarifs-price-card > p {
	color: var(--vert);
}
.tarifs-card h3 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.45rem, 2.2vw, 2.25rem);
	font-weight: 600;
	line-height: 1.25;
	margin-top: 0.45em;
}
.tarifs-card div > p:last-child {
	color: var(--gris-moyen);
	line-height: 1.7;
	margin-top: 1em;
}
html.dark .tarifs-card div > p:last-child {
	color: var(--gris-clair);
}
.tarifs-card .bouton {
	align-self: flex-start;
	margin: 0;
}
.tarifs-price-grid {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tarifs-price-card {
	padding: clamp(24px, 2.6vw, 34px);
}
.tarifs-price-card > p {
	margin-top: 1.65em;
}
.tarifs-price-card strong {
	display: block;
	font-family: var(--font-family-sec);
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0.45em;
}
.tarifs-price-card sup {
	color: var(--rouge);
	font-family: var(--font-family-main);
	font-size: 0.55em;
}
.tarifs-price-card ul {
	margin-top: 1.4em;
}
.tarifs-price-card li {
	color: var(--gris-moyen);
	line-height: 1.55;
	margin-top: 0.55em;
	padding-left: 0;
}
html.dark .tarifs-price-card li {
	color: var(--gris-clair);
}
.tarifs-price-card li::before {
	color: var(--vert-sombre);
	content: "\2022";
	font-weight: 700;
	margin-right: 0.55em;
}
html.dark .tarifs-price-card li::before {
	color: var(--vert);
}
.tarifs-table-section {
	background: var(--bg-sec);
}
.tarifs-table-wrap {
	border: 1px solid rgba(112, 112, 112, 0.16);
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(10, 16, 22, 0.08);
	overflow-x: auto;
}
main.tarifs-cdv-page table.tarifs {
	background: var(--bg-sec);
	border: 0;
	border-collapse: collapse;
	color: var(--txt-main);
	min-width: 760px;
	width: 100%;
}
main.tarifs-cdv-page table.tarifs caption {
	background: var(--noir);
	caption-side: top;
	color: #fff;
	font-family: var(--font-family-sec);
	font-size: 1.2em;
	padding: 1em 1.2em;
	text-align: left;
}
main.tarifs-cdv-page table.tarifs th,
main.tarifs-cdv-page table.tarifs td {
	border: 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.16);
	padding: 1.1em 1.25em;
	text-align: left;
}
main.tarifs-cdv-page table.tarifs thead th {
	background: rgba(189, 209, 116, 0.22);
	color: var(--txt-main);
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
main.tarifs-cdv-page table.tarifs th.quantite {
	background: transparent;
	color: var(--txt-main);
	font-size: 1em;
	font-weight: 700;
}
main.tarifs-cdv-page table.tarifs td.prix {
	background: transparent;
	color: var(--vert-sombre);
	font-size: 1.15em;
	font-weight: 700;
}
html.dark main.tarifs-cdv-page table.tarifs td.prix {
	color: var(--vert);
}
main.tarifs-cdv-page table.tarifs tbody tr:last-child th,
main.tarifs-cdv-page table.tarifs tbody tr:last-child td {
	border-bottom: 0;
}
.tarifs-notes {
	color: var(--gris-moyen);
	font-size: 0.88em;
	line-height: 1.6;
	margin-top: 1.8em;
}
html.dark .tarifs-notes {
	color: var(--gris-clair);
}
.tarifs-notes p + p {
	margin-top: 0.35em;
}
.tarifs-notes .ast,
main.tarifs-cdv-page table.tarifs .ast {
	color: var(--rouge);
	font-weight: 700;
}
.tarifs-contact-band {
	background: var(--noir);
	padding: clamp(55px, 7vw, 95px) 0;
}
.tarifs-contact-band .page_content {
	align-items: center;
	display: flex;
	gap: 2em;
	justify-content: space-between;
}
.tarifs-contact-band h2 {
	max-width: 880px;
}
.tarifs-contact-band .bouton {
	flex: 0 0 auto;
	margin: 0;
}
@media (max-width: 900px) {
	.tarifs-hero-layout,
	.tarifs-cards,
	.tarifs-price-grid {
		grid-template-columns: 1fr;
	}
	.tarifs-hero-note {
		max-width: 520px;
	}
	.tarifs-contact-band .page_content {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media (max-width: 560px) {
	.tarifs-hero {
		padding-top: 48px;
	}
	.tarifs-hero h1,
	.tarifs-overview-heading h2,
	.tarifs-section-heading h2,
	.tarifs-contact-band h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}
	.tarifs-card,
	.tarifs-price-card,
	.tarifs-hero-note {
		padding: 24px;
	}
	main.tarifs-cdv-page table.tarifs {
		min-width: 680px;
	}
	main.tarifs-cdv-page table.tarifs th,
	main.tarifs-cdv-page table.tarifs td {
		padding: 0.95em 1em;
	}
}

/* @end */



html, body {
	font: 15px var(--font-family-main);
	text-rendering: optimizelegibility;
	background-color: var(--bg-main);
	color: var(--txt-main);
	transition: background-color .5s ease 0s, color 1s ease 0s;
}

/* police de caractère alternative*/
.font1, .f1 {
	font-family: var(--font-family-main);
}
.font2, .f2 {
	font-family: var(--font-family-sec);
}


/* @group PAGE CONTENT */

.page_content {
	width: var(--page-content);
}
.page_content_slim {
	width: calc(var(--page-content) * 0.75);
	margin-right: auto;
	margin-left: auto;
}
@media (max-width:1280px) {
	.page_content_slim.damier {
		width: 90%;
	}
	.page_content {
		padding-left: 40px;
		padding-right: 40px;
		width: auto;
	}

}
@media (max-width:1080px) {
	.page_content_slim {
		width: auto;
	}
}

@media (max-width:480px) {
	.page_content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width:400px) {
	.page_content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* @end */



/* @group HEADER : top */

header.top {
	background-color: var(--noir);
	color: #fff;
	position: fixed;
	width: 100%;
	height: var(--top-space);
	transition: height var(--menu-delay) ease-in-out 0s, background-color var(--menu-delay) ease-out 0s;
	will-change: height, background-color;
	top: 0;
	left: 0;
	z-index: 100;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	border-bottom: 0 solid #353d14;
}

.top_space {
	position: relative;
	/*height: 195px;*/
	height: var(--top-space);
	background-color: var(--noir);
}

/* @end */

/* @group HEADER : menu */

header.top .menu {
	position: relative;
	text-align: right;
	width: 100%;
	padding-top: 50px;
	transition: padding var(--menu-delay) ease-in-out 0s;
	font-size: 16px;
}
header.top .menu ul li {
	display: inline-block;
	padding: 0 5px;
}

header.top .menu ul li a {
	color: #fff;
	display: inline-block;
	padding: 9px 16px 8px;
	position: relative;
	font-weight: 400;
	border-radius: 25px;
	transition: background-color .3s ease-in 0s,color .3s ease-in 0s, border .3s ease-in 0s;
	border: 1px solid transparent;
}
header.top .menu ul li a:hover {
	border: 1px solid #a4a4a4;
}
header.top .menu ul li a.selected {
	color: var(--vert);
}

header.top .menu ul li:last-of-type {
	padding-right: 0;
}
header.top .menu ul li:last-of-type a {
	border: 1px solid #a4a4a4;
	font-weight: 600;
}
header.top .menu ul li:last-of-type a:hover {
	background-color: var(--vert);
	color: #000;
	border-color: var(--vert);
}

@media (max-width:1680px) {
	header.top .menu { font-size: 15px; }
}

/*@media (min-width:1680px) {
	header.top .menu { font-size: 16px; }
}*/

/* LOGO GAUCHE */

header.top a.logo {
	display: block;
	z-index:10;
	position: absolute;
	left: calc(50vw - var(--demi-page-content));
	top: 9px;
	transition: margin var(--menu-delay) ease-in-out 0s,height var(--menu-delay) ease-in-out 0s,width var(--menu-delay) ease-in-out 0s,opacity var(--menu-delay) ease-in-out 0s;
	/*overflow: hidden;*/
	margin: 27px auto 0 0;
	width: 280px;
}
header.top a.logo img {
	display: block;
	width: 100%;
	height: auto;
	transition: margin var(--menu-delay) ease-in-out 0s;
}

header.top a.logo:after,
header.top a.logo:before {
	display: none;
}

/* TEXTE APRES LOGO */

header.top a.logo strong {
	color: #fff;
	font-weight: 400;
	display: block;
	position: absolute;
	left: 110%;
	bottom: -4%;
	text-align: left;
	font-size: 20px;
	transition: font-size var(--menu-delay) ease-in-out 0s;
}
header.top.header_scroll a.logo strong {
	font-size: 10px;
}

@media (max-width:1024px) {
	header.top a.logo strong {
		display: none;
	}
}

/* MENU HOME - pas de logo - fond transparent - pas de top-space */


/* HEADER : header_scroll */

header.top.header_scroll {
	height: 59px;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgba(10, 15, 22, 0.66);
	border-bottom-width: 1px;
}

/*@media (min-width:1280px) {
	header.top.header_scroll {
		height: 55px;
	}
	header.top.header_scroll a.logo {
		margin: 5px auto 0 0;
		width: 130px;
	}
}

@media (min-width:1680px) {
	header.top.header_scroll {
		height: 60px;
	}
}*/

header.top.header_scroll a.logo {
	margin: 5px auto 0 0;
	width: 130px;
}
header.top.header_scroll .menu {
	padding-top: 9px;
}
header.top.header_scroll .menu a:before {
	width: 0;
	height: 0;
	left: 50%;
	transition-delay: 0s,0s,0s,0s,0s;
}
header.top.header_scroll .menu a:after {
	width: 0;
	height: 0;
	left: 50%;
	transition-delay: 0s,0s,0s,0s,0s;
}

header.top.header_scroll .menu a:hover:before,
header.top.header_scroll .menu a.selected:before {
	width: 10px;
	height: 10px;
	left: 50%;

	border-width: 1px;
	margin-left: -5px;
}
header.top.header_scroll .menu a:hover:before {
	transition-delay: 0s;
}

header.top.header_scroll .menu a:hover:after,
header.top.header_scroll .menu a.selected:after {
	width: 0;
	height: 0;
	left: 50%;
	border-width: 0;
}


/*@media (min-width:1281px) {


	header.top a.logo {
		margin: 27px auto 0 0;
		width: 280px;
	}

}*/

@media (max-width:1280px) {
    /*.top_space, header.top {
        height:12vw;
		min-height: 50px;
	}*/
	header.top .page_content {
		padding: 0 40px;
	}
	header.top .menu {
		padding-top: 4vw;
		font-size: 14px;
	}
	header.top a.logo {
		margin: 2.5vw auto 0 0;
		width: 23vw;
	}
/*
	header.top.header_scroll {
		height: 50px;
	}*/
	/*header.top.header_scroll .menu {
		padding-top: 7px;
	}*/
	/*header.top.header_scroll a.logo {
		margin: 10px auto 0 0;
		width: 121px;
	}*/

}
/*@media (max-width:1280px) AND (min-width:961px) {
	.home header.top:not(.menu_mobile):not(.header_scroll) .menu a.logo {
		margin: 42px auto 0 0;
		width: 14vw;
	}
}*/

@media (max-width:960px) {
	header.top a.logo {
		margin: 2.1vw auto 0 0;
	}
}

@media (max-width:960px) AND (min-width:768px) {

	header.top .menu ul li {
		padding: 0;
	}
	header.top .menu {
		font-size: 11px;
	}
	header.top.header_scroll .menu {
		padding-top: 11px;
	}

	/* IDEM POUR HOME */
/*
	.home header.top:not(.menu_mobile):not(.header_scroll) .menu a.logo {
		margin: 42px auto 0 0;
		width: 13vw;
	}*/
}

@media (max-width:600px) {
	header.top a.logo {
		margin: 1vw auto 0 0;
		min-width: 29vw;
	}
}
@media (max-width:480px) {
	header.top a.logo {
		margin: 10px auto 0 0;
		width: 138px;
		left: 30px;
		top: 0;
	}
}
@media (max-width:400px) {
	header.top a.logo {
		left: 20px;
	}
}
/* @end */

/* @group SWITCH_MODE */

.switch_mode {
	position: absolute;
	right: 10px;
	bottom: 10px;
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}
.switch_mode .sun { display: none; }

.switch_mode .moon { display: inline-block; }

html.dark .switch_mode .sun { display: inline-block; }

html.dark .switch_mode .moon { display: none; }

@media (min-width:769px) {
	header.top .menu ul {
		box-sizing: border-box;
		padding-right: 42px;
	}
}
@media (max-width:768px) {
	.switch_mode {
		right: 85px;
	}
	header.top .menu .switch_mode {
		border: 1px solid rgba(255, 255, 255, 0.45);
		border-radius: 50%;
		bottom: auto;
		color: #fff;
		height: 3.1em;
		margin: 0 auto;
		position: static;
		right: auto;
		width: 3.1em;
	}
	header.top .menu .switch_mode:hover {
		border-color: var(--vert);
		color: var(--vert);
	}
	header.top .menu .switch_mode .icon {
		height: 1.45em;
		width: 1.45em;
	}
}

/* @end */

/* @group MENU MOBILE */

#menu_bt, #menu_bt_close {
	width: 65px;
	height: 41px;
	display: none;
	z-index: 10;
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 16px;
	z-index: 100;
	padding: 13px 20px 6px;
}
#menu_bt svg, #menu_bt_close svg {
	width: 100%;
	height: auto;
}
/*#menu_bt svg g, #menu_bt_close svg g {
	stroke: #000;
}*/
#menu_bt:hover {
	cursor: pointer;
}
/*#menu_bt:hover svg g {
	stroke: #000;
}*/




@media (max-width:768px) {

	.menu_top {
		transform-origin: 0 0;
		text-align: left;
		left: 20px;
	}
	header.top.header_scroll .menu_top {
		left: 0;
		transform: rotate(-90deg);
		right: auto;
	}
	header.top {
		overflow: hidden;
	}
	header.top.header_scroll a.logo {
		margin: 2px auto 0 0;
		width: 121px;
		min-width: auto;
		top: 7px;
	}
	#menu_bt, #menu_bt_close {
		display: block;
		padding-right: 40px;
		width: 90px;
		height: 55px;
		padding-top: 3vw;
	}
	#menu_bt_close {
		display: none;
	}
	header.menu_mobile {
		height: 100vh;
		z-index: 1001;
	}
	.menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		overflow: scroll;
		padding-top: 34px;
		display: none;
	}

	.menu_mobile .menu {
		display: block;
		height: 100vh;
	}

	header.top .menu {
		padding-top: 80px;
	}
	header.top .menu ul {
		margin-top: 40px;
	}
	header.top .menu ul li {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	header.top .menu ul li a {
		padding: 10px 15px;
		display: block;
		height: auto;
		text-transform: uppercase;
		position: relative;
		display: block;
		font-size: 18px;
		margin: 0 20px 20px;
	}

	header.top .menu ul li a:hover,
	header.top .menu ul li a.selected {
		font-weight: 700;
	}
	header.top.menu_mobile .page_content {
		padding: 0;
	}

	header.top.menu_mobile a.logo {
		left: 40px;
	}
	/* BOUTONS */
	.menu_mobile #menu_bt {
		display: none;
	}
	.menu_mobile #menu_bt_close {
		display: block;
	}


	/* MENU MOBILE OUVERT + HEADER SCROLL */

	header.top.header_scroll {
		height: 50px;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	header.top.header_scroll .menu {
		padding-top: 80px;
	}


	header.menu_mobile.top.header_scroll {
		height: 100vh;
	}
	header.header_scroll #menu_bt,
	header.header_scroll #menu_bt_close {
		padding-top: 10px;
		height: 48px;
	}

}

@media (max-width:480px) {
	#menu_bt, #menu_bt_close {
		padding-right: 30px;
		width: 80px;
		padding-top: 3.8vw;
	}
}
/* @end */


/* @group BOUTONS */

.bouton {
	border-radius: 23px;
	font-weight: 600;
	font-family: var(--font-family-main);
}
.txt_blanc .bouton:hover {
	color: var(--vert-clair);
	background-color: rgba(0, 0, 0, 0.73);
}
.txt_blanc .bouton.bt_vert, .bouton.bt_vert {
	background-color: var(--vert);
	border-color: var(--vert);
	color: #000;
}
.bouton.bt_vert:hover {
	background-color: var(--vert-clair);
}

.bouton.bt_noir {
	background-color: #000;
	color: #fff;
	border: none;
}
.bouton.bt_noir:hover {
	color: #fff;
}
/* @end */

/* @group EXPERTISE */

.expertise {
	background-color: var(--bg-sec);
	padding: 2em;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}
.expertise .icone_rond {
	color: #fff;
	background-color: var(--vert);
	padding: 14px;
	border-radius: 50%;
	width: 4.5em;
	height: 4.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5em;
}
.expertise .icone_rond .icon{
	width: 2.5em;
	height: 2.5em;
	stroke-width: 1.5px;
}
.expertise .bouton {
	margin-bottom: 0;
}

.expertise .icone_big {
	color: var(--vert);
	width: 4.5em;
	height: 4.5em;
}
.expertise .icone_big .icon {
	width: 3.5em;
	height: 3.5em;
	stroke-width: 1.3px;
}
@media (min-width:769px) and (max-width:900px) {
	.expertises .w3-col.lm4 {
		width: 49.99999%;
	}
}

/* @end */

/* @group ACCUEIL INTRO */

.intro {
	position: relative;
	background-color: var(--noir);
	color: #fff;
	overflow: hidden;
}
.intro .page_content {
	position: relative;
	z-index: 10;
}
.home-hero {
	background:
		radial-gradient(circle at 80% 24%, rgba(189, 209, 116, 0.25), transparent 28%),
		linear-gradient(135deg, #0a1016 0%, #151d25 100%);
	padding: clamp(70px, 8vw, 130px) 0 clamp(80px, 9vw, 145px);
}
.home-hero-layout {
	align-items: center;
	display: grid;
	gap: clamp(35px, 5vw, 80px);
	grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.65fr);
}
.home-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.8rem, 5vw, 5.5rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.98;
}
.home-hero h1 span {
	color: var(--vert);
}
.home-hero-intro p {
	margin: 0;
}
.home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8em;
	margin-top: clamp(28px, 3.5vw, 45px);
}
.home-hero-actions .bouton {
	margin: 0;
}
.home-hero-points {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76em;
	gap: 1.5em 2.4em;
	margin-top: clamp(32px, 4vw, 55px);
	padding-top: 1.45em;
}
.home-hero-points span {
	align-items: center;
	display: inline-flex;
	gap: 0.55em;
}
.home-hero-points .icon {
	color: var(--vert);
	height: 1.2em;
	width: 1.2em;
}
.home-hero-logo {
	position: relative;
	z-index: 2;
}
.home-hero-logo img {
	display: block;
}
.message_big {
	width: 70%;
	font-size: 4em;
	line-height: 1.1em;
}
.message_big strong {
	font-weight: 300;
}
.home-page .message_big,
.competences-page .message_big,
.home-page .expertise h3,
.competences-page .expertise h3,
.home-page .realisation h3,
.home-page .realisations .fs_5,
.competences-page .ma_difference .fs_5,
.home-page .experience .fs_5,
.competences-page .experience .fs_5,
.home-page .bandeau_contact h2,
.competences-page .bandeau_contact h2 {
	font-family: var(--font-family-sec);
}
.highlight {
	color: var(--gris-fonce);
	position: relative;
	z-index: 0;
}
.highlight::after {
	background: rgba(189, 209, 116, 0.65);
	border-radius: 50%;
	content: '';
	filter: blur(10px);
	inset: 58% -0.15em -0.05em;
	position: absolute;
	z-index: -1;
}
html.dark .ma_difference .highlight {
	color: var(--vert);
}
html.dark .ma_difference .highlight::after {
	display: none;
}
.message_small {
	width: 70%;
	text-shadow: 0 0 2px #000000;
}
.message_small p {
	line-height: 1.6;
}


#hero_waves {

	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: .9;
	z-index: 1;
}

#control {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	width: 400px;
	font-size: 10px;
	display: flex;
	flex-direction: column;
	z-index: 20;
	overflow: scroll;
	padding: 15px;
	border-radius: 8px;
	background: -webkit-linear-gradient(top, rgba(73, 73, 73, 0.78) 0%, rgba(16, 16, 16, 0.76) 100%) rgba(5, 5, 5, 0.4);
	background: -moz-linear-gradient(top, rgba(73, 73, 73, 0.78) 0%, rgba(16, 16, 16, 0.76) 100%) rgba(5, 5, 5, 0.4);
	background: -ms-linear-gradient(top, rgba(73, 73, 73, 0.78) 0%, rgba(16, 16, 16, 0.76) 100%) rgba(5, 5, 5, 0.4);
	background: linear-gradient(to bottom, rgba(73, 73, 73, 0.78) 0%, rgba(16, 16, 16, 0.76) 100%) rgba(5, 5, 5, 0.4);
	-webkit-backdrop-filter: blur(5px);
			backdrop-filter: blur(5px);
	border: 1px solid black;
	transform: scale(0.5);
	transform-origin: 100% 100%;
	transition: transform 0.8s ease 5s;
}
#control:hover {
	transform: scale(1);
	transition-delay: 0.2s;
}
.wave_control_family {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.wave_control_family h3 {
	width: 100%;
	padding-top: 10px;
}
.wave_control_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wave_control_row .control_label {
	flex-basis: 38%;
	display: block;
}
.wave_control_row input {
	flex-basis: 40%;
	display: block;
}
.wave_control_row .control_value {
	width: auto;
	flex-basis: auto;
	display: block;
}

@media (max-width:1280px) {
	.message_big, .message_small {
		width: auto;
	}
}
@media (max-width:1280px) {
	.message_big {
		font-size: 3em;
	}
}
@media (max-width:600px) {
	.home-hero {
		padding: 55px 0 70px;
	}
	.home-hero-layout {
		display: block;
	}
	.home-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.7rem);
	}
	.home-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.home-hero-actions .bouton {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.home-hero-points {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.85em;
	}
	.message_big {
		font-size: 2.5em;
	}
}
/* @end */


/* @group REALISATIONS ACCUEIL */

.realisation {
	border-radius: 16px;
	padding-bottom: 0.5em;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
	background-color: white;
}
.realisation:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.14);
}
.realisation h3 {
	font-size: var(--font-size-normal);
	padding: 1em 2em 0;
}
.realisation p {
	padding: 0 2em;
}
.realisation p .secteur {
	display:inline-block;
	padding: 0.3em 1em;
	background-color: #f4f4f4;
	border-radius: 20px;
	font-size: 0.8em;
	margin-left: -1em;
}
.realisation img {
	border-radius: 16px 16px 0 0;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/11;
	object-fit: cover;
	object-position: center top;
	border-bottom: 1px solid #ebebeb;
}
#slider .owl-stage {
	display: flex;
}

#slider .owl-item {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

#slider .item {
	display: flex;
	width: 100%;
}

#slider .item > a {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}
.owl-nav-type1 div.owl-nav {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	width: 100%;
	height: 0;
}
.owl-nav-type1 div.owl-nav button.owl-prev, .owl-nav-type1 div.owl-nav button.owl-next {
	width: 3em;
	height: 3em;
	display: block;
	background-color: white;
	border-radius: 50%;
	font-size: 1.5em;
	box-shadow: 0 0 15px rgba(5, 5, 5, 0.12);
}
.owl-nav-type1 div.owl-nav button.owl-prev:hover, .owl-nav-type1 div.owl-nav button.owl-next:hover {
	background-color: white;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.owl-nav-type1 div.owl-nav button.owl-prev.disabled, .owl-nav-type1 div.owl-nav button.owl-next.disabled {
	opacity: 1;
}
.owl-nav-type1 div.owl-nav button.owl-prev.disabled .icon, .owl-nav-type1 div.owl-nav button.owl-next.disabled .icon {
	opacity: .33;
}
.owl-nav-type1 div.owl-nav button.owl-prev {
	margin-left: -2em;
}
.owl-nav-type1 div.owl-nav button.owl-next {
	margin-right: -2em;
}
@media (max-width:1280px) {
	.owl-nav-type1 div.owl-nav button.owl-prev {
		margin-left: 0;
	}
	.owl-nav-type1 div.owl-nav button.owl-next {
		margin-right: 0;
	}
}
/* @end */


/* @group PORTFOLIO */

.portfolio-hero {
	background:
		radial-gradient(circle at 82% 25%, rgba(189, 209, 116, 0.22), transparent 26%),
		linear-gradient(135deg, #0a1016 0%, #151d25 100%);
	padding: clamp(70px, 8vw, 130px) 0 clamp(80px, 9vw, 145px);
	position: relative;
	overflow: hidden;
}
.portfolio-hero:after {
	background: linear-gradient(90deg, transparent, rgba(189, 209, 116, 0.38), transparent);
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 70%;
}
.portfolio-kicker {
	align-items: center;
	color: var(--vert);
	display: flex;
	font-size: 0.78em;
	font-weight: 600;
	gap: 0.55em;
	letter-spacing: 0.14em;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}
.portfolio-kicker .icon {
	height: 1.25em;
	width: 1.25em;
}
.portfolio-kicker.txt_vert_sombre {
	color: var(--vert-sombre);
}
html.dark .portfolio-kicker.txt_vert_sombre {
	color: var(--vert);
}
.portfolio-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.8rem, 6vw, 6.4rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.98;
	max-width: 1100px;
}
.portfolio-hero h1 span {
	color: var(--vert);
}
.portfolio-intro {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.35vw, 1.3rem);
	line-height: 1.8;
	margin-top: 2em;
	max-width: 780px;
}
.competences-hero {
	background:
		radial-gradient(circle at 80% 24%, rgba(189, 209, 116, 0.25), transparent 28%),
		linear-gradient(135deg, #0a1016 0%, #17212a 100%);
}
.competences-hero h1 {
	max-width: 1200px;
}
.competences-hero-intro p {
	margin: 0;
}
.competences-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8em;
	margin-top: clamp(28px, 3.5vw, 45px);
}
.competences-hero-actions .bouton {
	margin: 0;
}
.competences-hero-points {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76em;
	gap: 1.5em 2.4em;
	margin-top: clamp(32px, 4vw, 55px);
	max-width: 780px;
	padding-top: 1.45em;
}
.competences-hero-points span {
	align-items: center;
	display: inline-flex;
	gap: 0.55em;
}
.competences-hero-points .icon {
	color: var(--vert);
	height: 1.2em;
	width: 1.2em;
}
.portfolio-section {
	background-color: var(--bg-main);
	color: var(--txt-main);
	padding: clamp(55px, 6vw, 100px) 0 clamp(80px, 8vw, 130px);
}
.portfolio-app-content {
	position: relative;
	transition: opacity 0.2s ease;
}
.portfolio-app-content.is-loading {
	opacity: 0.42;
	pointer-events: none;
}
.portfolio-filters {
	align-items: end;
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.16);
	border-radius: 20px;
	box-shadow: 0 16px 50px rgba(10, 16, 22, 0.07);
	display: grid;
	gap: 2em;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 0.8fr);
	padding: clamp(22px, 3vw, 38px);
}
.portfolio-filters,
.portfolio-filters * {
	box-sizing: border-box;
}
.portfolio-filter-group,
.portfolio-sector-menu {
	min-width: 0;
}
.portfolio-filter-label {
	align-items: center;
	display: flex;
	font-size: 0.76em;
	font-weight: 600;
	gap: 0.55em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.portfolio-filter-label .icon {
	color: var(--vert);
	height: 1.3em;
	width: 1.3em;
}
.portfolio-category-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em;
}
.portfolio-category-links a,
.portfolio-sector-menu summary {
	background: var(--bg-main);
	border: 1px solid rgba(112, 112, 112, 0.22);
	border-radius: 999px;
	color: var(--txt-main);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.86em;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.72em 1.15em;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.portfolio-category-links a:hover,
.portfolio-category-links a.is-active {
	background: var(--noir);
	border-color: var(--noir);
	color: var(--vert);
}
.portfolio-sector-menu {
	position: relative;
}
.portfolio-sector-menu summary {
	align-items: center;
	border-radius: 12px;
	justify-content: space-between;
	list-style: none;
	min-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.portfolio-sector-menu summary::-webkit-details-marker {
	display: none;
}
.portfolio-sector-menu summary .icon {
	height: 1.2em;
	transition: transform 0.2s ease;
	width: 1.2em;
}
.portfolio-sector-menu[open] summary .icon {
	transform: rotate(180deg);
}
.portfolio-sector-options {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.18);
	border-radius: 14px;
	box-shadow: 0 20px 55px rgba(10, 16, 22, 0.17);
	display: grid;
	left: 0;
	max-height: 340px;
	overflow-y: auto;
	padding: 0.6em;
	position: absolute;
	top: calc(100% + 0.55em);
	width: 100%;
	z-index: 20;
}
.portfolio-sector-options a {
	border-radius: 9px;
	color: var(--txt-main);
	font-size: 0.82em;
	padding: 0.75em 0.85em;
	text-decoration: none;
}
.portfolio-sector-options a:hover,
.portfolio-sector-options a.is-active {
	background: var(--vert-clair);
	color: #0a1016;
}
.portfolio-results-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin: clamp(50px, 6vw, 85px) 0 2em;
}
.portfolio-results-heading .portfolio-kicker {
	margin-bottom: 0.65em;
}
.portfolio-results-heading h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 400;
}
.portfolio-reset {
	align-items: center;
	color: var(--txt-main);
	display: inline-flex;
	font-size: 0.82em;
	gap: 0.45em;
	text-decoration: none;
}
.portfolio-reset:hover {
	color: var(--vert-sombre);
}
.portfolio-reset .icon {
	height: 1.15em;
	width: 1.15em;
}
.portfolio-grid {
	display: grid;
	gap: clamp(20px, 2.2vw, 34px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.portfolio-card {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.13);
	border-radius: 18px;
	box-shadow: 0 8px 35px rgba(10, 16, 22, 0.055);
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.portfolio-card:hover {
	box-shadow: 0 20px 50px rgba(10, 16, 22, 0.14);
	transform: translateY(-6px);
}
.portfolio-card > a {
	color: var(--txt-main);
	display: block;
	height: 100%;
	text-decoration: none;
}
.portfolio-card-image {
	background: #e9e9e9;
	overflow: hidden;
	position: relative;
}
main.page .portfolio-card-image img {
	aspect-ratio: 20 / 13;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center top;
	transition: opacity 0.9s ease, transform 0.55s ease;
	width: 100%;
}
main.page .portfolio-card:hover .portfolio-card-image img {
	transform: scale(1.035);
}
.portfolio-card-arrow {
	align-items: center;
	background: var(--vert);
	border-radius: 50%;
	bottom: 1em;
	color: #0a1016;
	display: flex;
	height: 2.8em;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 1em;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	width: 2.8em;
}
.portfolio-card:hover .portfolio-card-arrow {
	opacity: 1;
	transform: translateY(0);
}
.portfolio-card-arrow .icon {
	height: 1.25em;
	width: 1.25em;
}
.portfolio-card-body {
	padding: clamp(20px, 2vw, 30px);
}
.portfolio-card-type {
	color: var(--vert-sombre);
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin-bottom: 0.75em;
	text-transform: uppercase;
}
.portfolio-card h3 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.05rem, 1.45vw, 1.4rem);
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 1em;
}
.portfolio-card-sector {
	align-items: flex-start;
	color: var(--gris-moyen);
	display: flex;
	font-size: 0.74em;
	gap: 0.5em;
	line-height: 1.45;
}
html.dark .portfolio-card-sector {
	color: var(--gris-clair);
}
.portfolio-card-sector .icon {
	flex: 0 0 auto;
	height: 1.2em;
	margin-top: 0.12em;
	width: 1.2em;
}
.portfolio-empty {
	background: var(--bg-sec);
	border: 1px dashed rgba(112, 112, 112, 0.35);
	border-radius: 18px;
	padding: clamp(45px, 7vw, 90px) 2em;
	text-align: center;
}
.portfolio-empty > span .icon {
	color: var(--vert);
	height: 3em;
	width: 3em;
}
.portfolio-empty h3 {
	font-family: var(--font-family-sec);
	font-size: 1.5em;
	margin: 0.8em 0 0.45em;
}
.portfolio-empty p {
	margin: 0 auto 1.8em;
	max-width: 560px;
}
.portfolio-pagination {
	align-items: center;
	display: flex;
	gap: 1.5em;
	justify-content: space-between;
	margin-top: clamp(45px, 6vw, 80px);
}
.portfolio-pagination a,
.portfolio-pagination span {
	align-items: center;
	color: var(--txt-main);
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
}
.portfolio-page-arrow {
	gap: 0.55em;
	min-width: 110px;
}
.portfolio-page-arrow.is-disabled {
	color: #707070;
	opacity: 1;
}
html.dark .portfolio-page-arrow.is-disabled {
	color: #b8bec7;
}
.portfolio-page-arrow .icon {
	height: 1.15em;
	width: 1.15em;
}
.portfolio-page-numbers {
	display: flex;
	gap: 0.45em;
}
.portfolio-page-numbers a,
.portfolio-page-numbers span:not(.portfolio-page-ellipsis) {
	border-radius: 50%;
	height: 2.65em;
	width: 2.65em;
}
.portfolio-page-numbers .portfolio-page-ellipsis {
	min-width: 1em;
}
.portfolio-page-numbers a:hover,
.portfolio-page-numbers .is-active {
	background: var(--noir);
	color: var(--vert);
}
.portfolio-contact {
	background: var(--noir);
	padding: clamp(55px, 7vw, 100px) 0;
}
.portfolio-contact-card {
	align-items: center;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.055), rgba(189, 209, 116, 0.12));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	display: flex;
	gap: 2em;
	justify-content: space-between;
	padding: clamp(28px, 4vw, 58px);
}
.portfolio-contact-card h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.7rem, 3.2vw, 3.2rem);
	font-weight: 400;
	margin-bottom: 0.35em;
}
.portfolio-contact-card > div > p:last-child {
	color: rgba(255, 255, 255, 0.68);
}
.portfolio-contact-card > p {
	flex: 0 0 auto;
}

@media (max-width: 980px) {
	.portfolio-filters {
		grid-template-columns: 1fr;
	}
	.portfolio-sector-filter {
		max-width: 520px;
	}
	.portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 640px) {
	.portfolio-hero {
		padding: 55px 0 70px;
	}
	.portfolio-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.7rem);
	}
	.competences-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.competences-hero-actions .bouton {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.competences-hero-points {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.85em;
	}
	.portfolio-filters {
		border-radius: 16px;
		padding: 20px;
	}
	.portfolio-category-links {
		flex-wrap: nowrap;
		margin-right: -20px;
		overflow-x: auto;
		padding-bottom: 0.4em;
	}
	.portfolio-category-links a {
		flex: 0 0 auto;
	}
	.portfolio-grid {
		grid-template-columns: 1fr;
	}
	.portfolio-results-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 1em;
	}
	.portfolio-card-arrow {
		opacity: 1;
		transform: none;
	}
	.portfolio-page-arrow span {
		display: none;
	}
	.portfolio-page-arrow {
		min-width: 2em;
	}
	.portfolio-page-numbers a,
	.portfolio-page-numbers span:not(.portfolio-page-ellipsis) {
		height: 2.35em;
		width: 2.35em;
	}
	.portfolio-contact-card {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* @end */


/* @group CLIENTS */

.clients-hero {
	background:
		radial-gradient(circle at 78% 18%, rgba(189, 209, 116, 0.24), transparent 29%),
		linear-gradient(135deg, #0a1016 0%, #17212a 100%);
	overflow: hidden;
	padding: clamp(70px, 8vw, 125px) 0 clamp(80px, 9vw, 140px);
	position: relative;
}
.clients-hero:after {
	background: linear-gradient(90deg, transparent, rgba(189, 209, 116, 0.4), transparent);
	bottom: 0;
	content: '';
	height: 1px;
	left: 15%;
	position: absolute;
	width: 70%;
}
.clients-hero-layout {
	align-items: center;
	display: grid;
	gap: clamp(50px, 7vw, 110px);
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
}
.clients-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.8rem, 5.7vw, 6.1rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.99;
}
.clients-hero h1 span {
	color: var(--vert);
}
.clients-intro {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.8;
	margin-top: 2em;
	max-width: 740px;
}
.clients-stats {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 1.5em;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(35px, 5vw, 65px);
	padding-top: 1.8em;
}
.clients-stats dt {
	color: var(--vert);
	font-family: var(--font-family-sec);
	font-size: clamp(1.9rem, 3vw, 3rem);
	font-weight: 300;
	line-height: 1;
}
.clients-stats dd {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72em;
	line-height: 1.4;
	margin: 0.65em 0 0;
}
.clients-hero-logos {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.22);
	padding: clamp(22px, 3vw, 36px);
	position: relative;
	transform: rotate(1.4deg);
}
.clients-hero-logos:before {
	background: var(--vert);
	border-radius: 50%;
	content: '';
	height: 9px;
	position: absolute;
	right: 22px;
	top: 20px;
	width: 9px;
}
.clients-hero-logos > p {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.7em;
	letter-spacing: 0.11em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.clients-logo-cloud {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.clients-logo-cloud-item {
	align-items: center;
	background: #fff;
	border-radius: 13px;
	display: flex;
	height: clamp(105px, 10vw, 145px);
	justify-content: center;
	overflow: hidden;
	padding: 18px;
}
main.page .clients-logo-cloud-item img {
	display: block;
	filter: saturate(0.72);
	max-height: 82%;
	max-width: 82%;
	object-fit: contain;
	opacity: 1;
	transition: filter 0.3s ease, transform 0.3s ease;
}
.clients-logo-cloud-item:hover img {
	filter: saturate(1);
	transform: scale(1.04);
}
.clients-directory-section {
	background: var(--bg-main);
	color: var(--txt-main);
	padding: clamp(60px, 7vw, 110px) 0 clamp(85px, 9vw, 145px);
}
.clients-directory-heading {
	align-items: end;
	display: flex;
	gap: 3em;
	justify-content: space-between;
}
.clients-directory-heading > div {
	max-width: 700px;
}
.clients-directory-heading h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(2rem, 4vw, 4.3rem);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1.05;
}
.clients-directory-heading > div > p:last-child {
	color: var(--gris-moyen);
	line-height: 1.7;
	margin-top: 1.1em;
}
html.dark .clients-directory-heading > div > p:last-child {
	color: var(--gris-clair);
}
.clients-search {
	align-items: center;
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.2);
	border-radius: 999px;
	box-shadow: 0 12px 35px rgba(10, 16, 22, 0.06);
	display: flex;
	flex: 0 1 390px;
	gap: 0.75em;
	padding: 0 1.25em;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.clients-search:focus-within {
	border-color: #8ca236;
	box-shadow: 0 0 0 4px rgba(189, 209, 116, 0.2);
}
.clients-search > span:first-child {
	color: var(--vert-sombre);
	display: flex;
}
.clients-search .icon {
	height: 1.25em;
	width: 1.25em;
}
.clients-search input {
	background: transparent;
	border: 0;
	color: var(--txt-main);
	font: inherit;
	font-size: 0.85em;
	min-width: 0;
	outline: 0;
	padding: 1.1em 0;
	width: 100%;
}
.clients-search input::placeholder {
	color: var(--gris-moyen);
	opacity: 0.78;
}
.clients-results-bar {
	align-items: center;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	display: flex;
	font-size: 0.76em;
	justify-content: space-between;
	margin: clamp(45px, 6vw, 75px) 0 1.5em;
	padding-bottom: 1em;
}
.clients-results-bar p:first-child {
	font-weight: 600;
}
.clients-results-bar p:last-child {
	color: var(--gris-moyen);
}
html.dark .clients-results-bar p:last-child {
	color: var(--gris-clair);
}
.clients-grid {
	display: grid;
	gap: clamp(16px, 1.7vw, 25px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.client-card {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.14);
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(10, 16, 22, 0.045);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.js .client-card {
	animation: client-card-in 0.55s both;
	animation-delay: calc(var(--client-index) * 35ms);
}
.client-card:hover {
	box-shadow: 0 20px 50px rgba(10, 16, 22, 0.12);
	transform: translateY(-5px);
}
.client-card[hidden],
.clients-empty[hidden] {
	display: none;
}
.client-card-visual {
	align-items: center;
	background: #fff;
	display: flex;
	height: clamp(145px, 12vw, 185px);
	justify-content: center;
	overflow: hidden;
	padding: 22px;
}
main.page .client-card-visual img {
	display: block;
	max-height: 78%;
	max-width: 78%;
	object-fit: contain;
	opacity: 1;
	transition: opacity 0.8s ease, transform 0.35s ease;
}
.client-card:hover .client-card-visual img {
	transform: scale(1.035);
}
.client-card-visual.is-monogram {
	background:
		radial-gradient(circle at 80% 15%, rgba(189, 209, 116, 0.35), transparent 35%),
		linear-gradient(145deg, #111820, #202c36);
}
.client-card-visual.is-monogram span {
	color: var(--vert);
	font-family: var(--font-family-sec);
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 300;
	letter-spacing: -0.08em;
}
.client-card-body {
	flex: 1 1 auto;
	padding: clamp(20px, 2vw, 28px);
}
.client-card-city {
	align-items: center;
	color: var(--vert-sombre);
	display: flex;
	font-size: 0.68em;
	font-weight: 600;
	gap: 0.42em;
	letter-spacing: 0.07em;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}
.client-card-city .icon {
	height: 1.15em;
	width: 1.15em;
}
.client-card h3 {
	font-family: var(--font-family-sec);
	font-size: clamp(1rem, 1.3vw, 1.3rem);
	font-weight: 600;
	line-height: 1.35;
}
.client-card-projects {
	color: var(--gris-moyen);
	font-size: 0.72em;
	margin-top: 0.75em;
}
html.dark .client-card-projects {
	color: var(--gris-clair);
}
.client-card-actions {
	align-items: center;
	border-top: 1px solid rgba(112, 112, 112, 0.14);
	display: flex;
	justify-content: space-between;
	min-height: 58px;
	padding: 0.75em clamp(20px, 2vw, 28px);
}
.client-card-actions a {
	align-items: center;
	color: var(--txt-main);
	display: inline-flex;
	font-size: 0.74em;
	font-weight: 600;
	gap: 0.5em;
	text-decoration: none;
}
.client-card-actions a:hover {
	color: var(--vert-sombre);
}
.client-card-actions .icon {
	height: 1.2em;
	transition: transform 0.2s ease;
	width: 1.2em;
}
.client-card-actions a:first-child:hover .icon {
	transform: translateX(3px);
}
.client-card-actions .client-website-link {
	border: 1px solid rgba(112, 112, 112, 0.25);
	border-radius: 50%;
	height: 2.4em;
	justify-content: center;
	margin-left: auto;
	width: 2.4em;
}
.clients-empty {
	border: 1px dashed rgba(112, 112, 112, 0.35);
	border-radius: 18px;
	margin-top: 1.5em;
	padding: clamp(45px, 7vw, 85px) 2em;
	text-align: center;
}
.clients-empty > .icon {
	color: var(--vert);
	height: 3em;
	width: 3em;
}
.clients-empty h3 {
	font-family: var(--font-family-sec);
	font-size: 1.5em;
	margin: 0.8em 0 0.45em;
}
.clients-empty p {
	color: var(--gris-moyen);
}

@keyframes client-card-in {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
	.clients-hero-layout {
		grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.7fr);
	}
	.clients-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 860px) {
	.clients-hero-layout {
		grid-template-columns: 1fr;
	}
	.clients-hero-logos {
		margin: 0 auto;
		max-width: 620px;
		transform: none;
		width: 100%;
	}
	.clients-directory-heading {
		align-items: flex-start;
		flex-direction: column;
	}
	.clients-search {
		flex-basis: auto;
		max-width: 520px;
		width: 100%;
	}
	.clients-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.clients-hero {
		padding: 55px 0 70px;
	}
	.clients-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.7rem);
	}
	.clients-stats {
		gap: 1em;
	}
	.clients-stats dd {
		font-size: 0.65em;
	}
	.clients-logo-cloud-item {
		height: 105px;
	}
	.clients-results-bar p:last-child {
		display: none;
	}
	.clients-grid {
		grid-template-columns: 1fr;
	}
	.client-card-visual {
		height: 180px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.js .client-card {
		animation: none;
	}
	.client-card,
	.client-card-visual img,
	.clients-logo-cloud-item img {
		transition: none;
	}
}

/* @end */


/* @group LIENS */

.links-hero {
	background:
		radial-gradient(circle at 77% 21%, rgba(189, 209, 116, 0.24), transparent 29%),
		linear-gradient(135deg, #0a1016 0%, #17212a 100%);
	overflow: hidden;
	padding: clamp(70px, 8vw, 125px) 0 clamp(80px, 9vw, 140px);
	position: relative;
}
.links-hero:after {
	background: linear-gradient(90deg, transparent, rgba(189, 209, 116, 0.4), transparent);
	bottom: 0;
	content: '';
	height: 1px;
	left: 15%;
	position: absolute;
	width: 70%;
}
.links-hero-layout {
	align-items: center;
	display: grid;
	gap: clamp(50px, 8vw, 125px);
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}
.links-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.8rem, 5.7vw, 6.1rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.99;
}
.links-hero h1 span {
	color: var(--vert);
}
.links-hero-intro {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.8;
	margin-top: 2em;
	max-width: 750px;
}
.links-stats {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(35px, 5vw, 65px);
	max-width: 530px;
	padding-top: 1.8em;
}
.links-stats dt {
	color: var(--vert);
	font-family: var(--font-family-sec);
	font-size: clamp(1.9rem, 3vw, 3rem);
	font-weight: 300;
	line-height: 1;
}
.links-stats dd {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72em;
	line-height: 1.4;
	margin: 0.65em 0 0;
}
.links-hero-index {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.22);
	padding: clamp(22px, 3vw, 36px);
}
.links-hero-index > p {
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.68em;
	letter-spacing: 0.11em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.links-hero-index a {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	color: #fff;
	display: grid;
	gap: 0 0.85em;
	grid-template-columns: 2.7em minmax(0, 1fr) auto;
	padding: 0.9em 0;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}
.links-hero-index a:last-child {
	border-bottom: 0;
}
.links-hero-index a:hover {
	color: var(--vert);
	padding-left: 0.35em;
}
.links-hero-index a > span {
	align-items: center;
	background: rgba(189, 209, 116, 0.13);
	border-radius: 50%;
	color: var(--vert);
	display: flex;
	height: 2.7em;
	justify-content: center;
	width: 2.7em;
}
.links-hero-index .icon {
	height: 1.25em;
	width: 1.25em;
}
.links-hero-index strong {
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.35;
}
.links-hero-index small {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	font-size: 0.61em;
	height: 2em;
	justify-content: center;
	width: 2em;
}
.links-page {
	background: var(--bg-main);
	color: var(--txt-main);
	padding: clamp(60px, 8vw, 125px) 0 clamp(90px, 10vw, 155px);
}
.links-page-heading {
	align-items: end;
	display: grid;
	gap: clamp(30px, 8vw, 120px);
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	margin-bottom: clamp(65px, 9vw, 125px);
}
.links-page-heading h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.15rem, 4.2vw, 4.5rem);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1.06;
}
.links-page-heading > p {
	border-left: 2px solid var(--vert);
	color: var(--gris-moyen);
	line-height: 1.75;
	padding-left: 1.6em;
}
html.dark .links-page-heading > p {
	color: var(--gris-clair);
}
.links-groups {
	display: grid;
	gap: clamp(75px, 10vw, 140px);
}
.links-group {
	scroll-margin-top: calc(var(--top-space) + 25px);
}
.links-group-heading {
	display: grid;
	gap: clamp(20px, 3vw, 36px);
	grid-template-columns: auto minmax(0, 760px);
	margin-bottom: clamp(28px, 4vw, 48px);
}
.links-group-icon {
	align-items: center;
	background: var(--vert-clair);
	border-radius: 50%;
	color: var(--noir);
	display: flex;
	height: 4em;
	justify-content: center;
	width: 4em;
}
.links-group-icon .icon {
	height: 1.7em;
	width: 1.7em;
}
.links-group-heading > div:last-child > p:first-child {
	color: var(--vert-sombre);
	font-size: 0.66em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 0.55em;
	text-transform: uppercase;
}
html.dark .links-group-heading > div:last-child > p:first-child {
	color: var(--vert);
}
.links-group-heading h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.85rem, 3.2vw, 3.35rem);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.08;
}
.links-group-heading > div:last-child > p:last-child {
	color: var(--gris-moyen);
	line-height: 1.7;
	margin-top: 0.85em;
}
html.dark .links-group-heading > div:last-child > p:last-child {
	color: var(--gris-clair);
}
.links-grid {
	display: grid;
	gap: clamp(14px, 2vw, 24px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.link-card {
	min-width: 0;
}
.link-card > a {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.15);
	border-radius: 18px;
	box-shadow: 0 8px 32px rgba(10, 16, 22, 0.045);
	color: var(--txt-main);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.link-card > a:hover {
	border-color: rgba(120, 142, 37, 0.45);
	box-shadow: 0 18px 45px rgba(10, 16, 22, 0.1);
	transform: translateY(-5px);
}
.link-card-visual {
	align-items: center;
	background:
		radial-gradient(circle at 70% 20%, rgba(189, 209, 116, 0.3), transparent 34%),
		linear-gradient(135deg, #121b23, #202d37);
	display: flex;
	height: 112px;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.link-card-visual:after {
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	content: '';
	height: 75px;
	position: absolute;
	width: 75px;
}
.link-card-visual.is-icon .icon {
	color: var(--vert);
	height: 2.2em;
	position: relative;
	width: 2.2em;
	z-index: 1;
}
main.page .link-card-visual img {
	display: block;
	max-height: 62%;
	max-width: 65%;
	object-fit: contain;
	opacity: 1;
	position: relative;
	z-index: 1;
}
.link-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(20px, 2.5vw, 30px);
}
.link-card-domain {
	align-items: center;
	color: var(--vert-sombre);
	display: flex;
	font-size: 0.63em;
	gap: 0.5em;
	letter-spacing: 0.04em;
	margin-bottom: 1em;
	overflow-wrap: anywhere;
}
.link-card-domain .icon {
	flex: 0 0 auto;
	height: 1.1em;
	width: 1.1em;
}
.link-card h3 {
	font-family: var(--font-family-sec);
	font-size: clamp(1rem, 1.45vw, 1.3rem);
	font-weight: 400;
	line-height: 1.35;
}
.link-card-description {
	color: var(--gris-moyen);
	font-size: 0.7em;
	line-height: 1.65;
	margin-top: 0.9em;
}
html.dark .link-card-description {
	color: var(--gris-clair);
}
.link-card-action {
	align-items: center;
	border-top: 1px solid rgba(112, 112, 112, 0.16);
	display: flex;
	font-size: 0.68em;
	font-weight: 600;
	gap: 0.55em;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1.25em;
}
.link-card-action .icon {
	height: 1.25em;
	transition: transform 0.2s ease;
	width: 1.25em;
}
.link-card > a:hover .link-card-action {
	color: var(--vert-sombre);
}
.link-card > a:hover .link-card-action .icon {
	transform: translate(2px, -2px);
}
.links-contact {
	background: #0a1016;
}

@media (max-width: 980px) {
	.links-hero-layout {
		grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.7fr);
	}
	.links-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 760px) {
	.links-hero-layout,
	.links-page-heading {
		grid-template-columns: 1fr;
	}
	.links-hero-index {
		max-width: 600px;
	}
	.links-page-heading > p {
		max-width: 600px;
	}
}
@media (max-width: 560px) {
	.links-hero {
		padding: 55px 0 70px;
	}
	.links-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.7rem);
	}
	.links-hero-index {
		border-radius: 17px;
		padding: 18px;
	}
	.links-group-heading {
		grid-template-columns: 1fr;
	}
	.links-group-icon {
		height: 3.4em;
		width: 3.4em;
	}
	.links-grid {
		grid-template-columns: 1fr;
	}
	.link-card-visual {
		height: 100px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.link-card > a,
	.link-card-action .icon,
	.links-hero-index a {
		transition: none;
	}
}

/* @end */


/* @group CONTACT */

.contact-hero {
	background:
		radial-gradient(circle at 82% 20%, rgba(189, 209, 116, 0.23), transparent 28%),
		linear-gradient(135deg, #0a1016 0%, #17212a 100%);
	overflow: hidden;
	padding: clamp(70px, 8vw, 125px) 0 clamp(80px, 9vw, 140px);
	position: relative;
}
.contact-hero:after {
	background: linear-gradient(90deg, transparent, rgba(189, 209, 116, 0.4), transparent);
	bottom: 0;
	content: '';
	height: 1px;
	left: 15%;
	position: absolute;
	width: 70%;
}
.contact-hero-layout {
	align-items: end;
	display: grid;
	gap: clamp(45px, 8vw, 130px);
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}
.contact-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.8rem, 5.8vw, 6.2rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.99;
}
.contact-hero h1 span {
	color: var(--vert);
}
.contact-hero-intro {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.8;
	margin-top: 2em;
	max-width: 760px;
}
.contact-hero-note {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	gap: 1.1em;
	padding: 1.45em 0;
}
.contact-availability {
	background: var(--vert);
	border: 5px solid rgba(189, 209, 116, 0.13);
	border-radius: 50%;
	box-sizing: content-box;
	flex: 0 0 auto;
	height: 9px;
	width: 9px;
}
.contact-hero-note p {
	color: rgba(255, 255, 255, 0.54);
	font-size: 0.69em;
	letter-spacing: 0.08em;
	margin-bottom: 0.35em;
	text-transform: uppercase;
}
.contact-hero-note strong {
	color: #fff;
	font-size: 0.87em;
	font-weight: 500;
}
.contact-page {
	background: var(--bg-main);
	color: var(--txt-main);
	padding: clamp(60px, 8vw, 125px) 0 clamp(90px, 10vw, 155px);
}
.contact-layout {
	display: grid;
	gap: clamp(45px, 8vw, 115px);
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}
.contact-details {
	align-self: start;
	position: sticky;
	top: calc(var(--top-space) + 25px);
}
.contact-details h2,
.contact-form-heading h2,
.contact-form-success h2 {
	font-family: var(--font-family-sec);
	font-weight: 300;
	letter-spacing: -0.04em;
}
.contact-details h2 {
	font-size: clamp(2rem, 3.5vw, 3.8rem);
	line-height: 1.08;
}
.contact-details-intro {
	color: var(--gris-moyen);
	line-height: 1.75;
	margin-top: 1.35em;
	max-width: 450px;
}
html.dark .contact-details-intro {
	color: var(--gris-clair);
}
.contact-details-list {
	border-top: 1px solid rgba(112, 112, 112, 0.22);
	margin-top: clamp(32px, 4vw, 52px);
}
.contact-details-list > a,
.contact-details-list > div {
	align-items: center;
	border-bottom: 1px solid rgba(112, 112, 112, 0.18);
	color: var(--txt-main);
	display: grid;
	gap: 0 1em;
	grid-template-columns: 2.8em minmax(0, 1fr);
	padding: 1.15em 0;
	text-decoration: none;
}
.contact-details-list > a {
	transition: color 0.2s ease, padding-left 0.2s ease;
}
.contact-details-list > a:hover {
	color: var(--vert-sombre);
	padding-left: 0.4em;
}
.contact-details-list span {
	align-items: center;
	background: var(--vert-clair);
	border-radius: 50%;
	color: var(--noir);
	display: flex;
	grid-row: 1 / span 2;
	height: 2.8em;
	justify-content: center;
	width: 2.8em;
}
.contact-details-list .icon {
	height: 1.25em;
	width: 1.25em;
}
.contact-details-list small {
	color: var(--gris-moyen);
	font-size: 0.65em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
html.dark .contact-details-list small {
	color: var(--gris-clair);
}
.contact-details-list strong {
	font-size: 0.86em;
	font-weight: 500;
	min-width: 0;
	overflow-wrap: anywhere;
}
.contact-promise {
	align-items: flex-start;
	background: rgba(189, 209, 116, 0.15);
	border-left: 3px solid var(--vert);
	border-radius: 0 12px 12px 0;
	display: flex;
	font-size: 0.73em;
	gap: 1em;
	line-height: 1.65;
	margin-top: 2.2em;
	padding: 1.35em 1.5em;
}
.contact-promise > .icon {
	color: var(--vert-sombre);
	flex: 0 0 auto;
	height: 1.4em;
	margin-top: 0.15em;
	width: 1.4em;
}
.contact-form-card {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.15);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(10, 16, 22, 0.09);
	min-width: 0;
	padding: clamp(28px, 5vw, 65px);
}
.contact-form-step {
	color: var(--vert-sombre);
	font-size: 0.67em;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}
.contact-form-heading h2 {
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1.08;
}
.contact-form-heading > p:last-child {
	color: var(--gris-moyen);
	line-height: 1.7;
	margin-top: 1em;
}
html.dark .contact-form-heading > p:last-child {
	color: var(--gris-clair);
}
.contact-form {
	margin-top: clamp(34px, 5vw, 58px);
}
.contact-form[hidden],
.contact-form-heading[hidden],
.contact-form-success[hidden] {
	display: none !important;
}
.contact-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
.contact-form-grid {
	display: grid;
	gap: 1.35em;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-field {
	margin-bottom: 1.35em;
}
.contact-field label {
	display: block;
	font-size: 0.72em;
	font-weight: 500;
	margin-bottom: 0.65em;
}
.contact-field label span {
	color: var(--vert-sombre);
}
.contact-field label small {
	color: var(--gris-moyen);
	font-size: 0.84em;
	font-weight: 400;
}
html.dark .contact-field label small {
	color: var(--gris-clair);
}
.contact-field input,
.contact-field select,
.contact-field textarea {
	appearance: none;
	background: var(--bg-main);
	border: 1px solid rgba(112, 112, 112, 0.22);
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--txt-main);
	font: inherit;
	font-size: 0.82em;
	line-height: 1.5;
	outline: none;
	padding: 0.95em 1.05em;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	width: 100%;
}
.contact-field select {
	background-image:
		linear-gradient(45deg, transparent 50%, currentColor 50%),
		linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 2px),
		calc(100% - 13px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 2.8em;
}
.contact-field textarea {
	min-height: 190px;
	resize: vertical;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
	background: var(--bg-sec);
	border-color: #8ba232;
	box-shadow: 0 0 0 4px rgba(189, 209, 116, 0.2);
}
.contact-field input.is-invalid,
.contact-field select.is-invalid,
.contact-field textarea.is-invalid {
	border-color: #c44231;
}
.contact-consent input.is-invalid + label {
	color: #b33120;
}
.contact-field-error {
	color: #b33120;
	display: block;
	font-size: 0.65em;
	line-height: 1.4;
	min-height: 1.4em;
	padding-top: 0.35em;
}
html.dark .contact-field-error {
	color: #ff9e91;
}
.contact-consent {
	display: grid;
	gap: 0 0.8em;
	grid-template-columns: auto minmax(0, 1fr);
	margin-top: 0.25em;
}
.contact-consent input {
	appearance: none;
	background: var(--bg-main);
	border: 1px solid rgba(112, 112, 112, 0.35);
	border-radius: 4px;
	cursor: pointer;
	height: 1.25em;
	margin: 0.18em 0 0;
	position: relative;
	width: 1.25em;
}
.contact-consent input:checked {
	background: var(--vert-sombre);
	border-color: var(--vert-sombre);
}
.contact-consent input:checked:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: '';
	height: 0.55em;
	left: 0.39em;
	position: absolute;
	top: 0.17em;
	transform: rotate(45deg);
	width: 0.28em;
}
.contact-consent input:focus-visible {
	box-shadow: 0 0 0 4px rgba(189, 209, 116, 0.28);
}
.contact-consent label {
	color: var(--gris-moyen);
	font-size: 0.68em;
	line-height: 1.65;
}
html.dark .contact-consent label {
	color: var(--gris-clair);
}
.contact-consent label a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}
.contact-consent .contact-field-error {
	grid-column: 2;
}
.contact-form-error {
	background: rgba(196, 66, 49, 0.1);
	border-left: 3px solid #c44231;
	border-radius: 0 8px 8px 0;
	color: #962d20;
	font-size: 0.72em;
	line-height: 1.55;
	margin-top: 1.5em;
	padding: 1em 1.2em;
}
.contact-form-error[hidden] {
	display: none;
}
html.dark .contact-form-error {
	color: #ffb0a5;
}
.contact-form-footer {
	align-items: center;
	border-top: 1px solid rgba(112, 112, 112, 0.18);
	display: flex;
	gap: 2em;
	justify-content: space-between;
	margin-top: 2em;
	padding-top: 2em;
}
.contact-form-footer > p {
	align-items: center;
	color: var(--gris-moyen);
	display: flex;
	font-size: 0.65em;
	gap: 0.55em;
	line-height: 1.5;
}
html.dark .contact-form-footer > p {
	color: var(--gris-clair);
}
.contact-form-footer > p .icon {
	height: 1.2em;
	width: 1.2em;
}
.contact-submit {
	align-items: center;
	background: var(--vert);
	border: 1px solid var(--vert);
	border-radius: 999px;
	color: var(--noir);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.76em;
	font-weight: 600;
	justify-content: center;
	min-height: 3.6em;
	min-width: 205px;
	padding: 0.9em 1.5em;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.contact-submit:hover {
	background: var(--vert-clair);
	border-color: var(--vert-clair);
	transform: translateY(-2px);
}
.contact-submit:focus-visible {
	box-shadow: 0 0 0 4px rgba(189, 209, 116, 0.3);
	outline: none;
}
.contact-submit:disabled {
	cursor: wait;
	opacity: 0.8;
	transform: none;
}
.contact-submit-label,
.contact-submit-loading {
	align-items: center;
	display: flex;
	gap: 0.65em;
}
.contact-submit-label .icon {
	height: 1.25em;
	transition: transform 0.2s ease;
	width: 1.25em;
}
.contact-submit:hover .contact-submit-label .icon {
	transform: translateX(3px);
}
.contact-submit-loading {
	display: none;
}
.contact-form.is-loading .contact-submit-label {
	display: none;
}
.contact-form.is-loading .contact-submit-loading {
	display: flex;
}
.contact-loader {
	animation: contact-spin 0.7s linear infinite;
	border: 2px solid rgba(10, 16, 22, 0.2);
	border-radius: 50%;
	border-top-color: var(--noir);
	height: 1em;
	width: 1em;
}
@keyframes contact-spin {
	to { transform: rotate(360deg); }
}
.contact-form-success {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 540px;
}
.contact-form-success > span {
	align-items: center;
	background: var(--vert);
	border-radius: 50%;
	color: var(--noir);
	display: flex;
	height: 4.3em;
	justify-content: center;
	margin-bottom: 2em;
	width: 4.3em;
}
.contact-form-success > span .icon {
	height: 2em;
	stroke-width: 2.5;
	width: 2em;
}
.contact-form-success h2 {
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	line-height: 1.08;
}
.contact-form-success > p:not(.portfolio-kicker) {
	color: var(--gris-moyen);
	line-height: 1.75;
	margin-top: 1.2em;
	max-width: 560px;
}
html.dark .contact-form-success > p:not(.portfolio-kicker) {
	color: var(--gris-clair);
}
.contact-form-success > a {
	align-items: center;
	color: var(--txt-main);
	display: inline-flex;
	font-size: 0.78em;
	font-weight: 600;
	gap: 0.6em;
	margin-top: 2.5em;
	text-decoration: none;
}
.contact-form-success > a:hover {
	color: var(--vert-sombre);
}
.contact-form-success > a .icon {
	height: 1.3em;
	transition: transform 0.2s ease;
	width: 1.3em;
}
.contact-form-success > a:hover .icon {
	transform: translateX(3px);
}

@media (max-width: 900px) {
	.contact-hero-layout,
	.contact-layout {
		grid-template-columns: 1fr;
	}
	.contact-hero-note {
		max-width: 480px;
	}
	.contact-details {
		position: static;
	}
	.contact-details-list {
		display: grid;
		gap: 0 1.5em;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.contact-details-list > div {
		grid-column: 1 / -1;
	}
}
@media (max-width: 600px) {
	.contact-hero-layout {
		gap: 35px;
	}
	.contact-details-list,
	.contact-form-grid {
		grid-template-columns: 1fr;
	}
	.contact-details-list > div {
		grid-column: auto;
	}
	.contact-form-card {
		border-radius: 17px;
		padding: 25px 20px 30px;
	}
	.contact-form-footer {
		align-items: stretch;
		flex-direction: column;
	}
	.contact-submit {
		width: 100%;
	}
	.contact-form-success {
		min-height: 440px;
	}
}

/* @end */


/* @group MENTIONS LEGALES */

.legal-hero {
	background:
		radial-gradient(circle at 82% 22%, rgba(189, 209, 116, 0.22), transparent 27%),
		linear-gradient(135deg, #0a1016 0%, #17212a 100%);
	overflow: hidden;
	padding: clamp(70px, 8vw, 125px) 0 clamp(80px, 9vw, 140px);
	position: relative;
}
.legal-hero:after {
	background: linear-gradient(90deg, transparent, rgba(189, 209, 116, 0.4), transparent);
	bottom: 0;
	content: '';
	height: 1px;
	left: 15%;
	position: absolute;
	width: 70%;
}
.legal-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.8rem, 6vw, 6.2rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.99;
}
.legal-hero h1 span {
	color: var(--vert);
}
.legal-hero-intro {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.8;
	margin-top: 2em;
	max-width: 740px;
}
.legal-page {
	background: var(--bg-main);
	color: var(--txt-main);
	padding: clamp(60px, 7vw, 110px) 0 clamp(85px, 9vw, 145px);
}
.legal-layout {
	display: grid;
	gap: clamp(40px, 7vw, 100px);
	grid-template-columns: minmax(190px, 240px) minmax(0, 920px);
	justify-content: center;
}
.legal-summary {
	align-self: start;
	border-top: 1px solid rgba(112, 112, 112, 0.25);
	position: sticky;
	top: calc(var(--top-space) + 25px);
}
.legal-summary-title {
	font-size: 0.68em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 1.6em 0 1.15em;
	text-transform: uppercase;
}
.legal-summary nav {
	display: grid;
}
.legal-summary nav a {
	align-items: center;
	border-bottom: 1px solid rgba(112, 112, 112, 0.18);
	color: var(--txt-main);
	display: flex;
	font-size: 0.76em;
	gap: 0.7em;
	padding: 0.95em 0;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}
.legal-summary nav a:hover {
	color: var(--vert-sombre);
	padding-left: 0.35em;
}
.legal-summary nav .icon {
	color: var(--vert-sombre);
	height: 1.2em;
	width: 1.2em;
}
.legal-summary-help {
	color: var(--gris-moyen);
	font-size: 0.71em;
	line-height: 1.55;
	margin-top: 2em;
}
html.dark .legal-summary-help {
	color: var(--gris-clair);
}
.legal-contact-link {
	align-items: center;
	color: var(--txt-main);
	display: flex;
	font-size: 0.73em;
	font-weight: 600;
	gap: 0.5em;
	margin-top: 0.75em;
	text-decoration: none;
}
.legal-contact-link:hover {
	color: var(--vert-sombre);
}
.legal-contact-link .icon {
	height: 1.2em;
	transition: transform 0.2s ease;
	width: 1.2em;
}
.legal-contact-link:hover .icon {
	transform: translateX(3px);
}
.legal-content {
	min-width: 0;
}
.legal-intro {
	margin-bottom: clamp(42px, 6vw, 75px);
}
.legal-intro h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.15rem, 4vw, 4.2rem);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1.08;
}
.legal-card,
.legal-privacy {
	scroll-margin-top: calc(var(--top-space) + 25px);
}
.legal-card {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.14);
	border-radius: 20px;
	box-shadow: 0 10px 38px rgba(10, 16, 22, 0.055);
	display: grid;
	gap: clamp(22px, 3vw, 38px);
	grid-template-columns: auto minmax(0, 1fr);
	margin-bottom: clamp(18px, 2vw, 28px);
	padding: clamp(25px, 4vw, 48px);
}
.legal-card-icon {
	align-items: center;
	background: var(--vert-clair);
	border-radius: 50%;
	color: var(--noir);
	display: flex;
	height: 3.6em;
	justify-content: center;
	width: 3.6em;
}
.legal-card-icon .icon {
	height: 1.5em;
	width: 1.5em;
}
.legal-card-number {
	color: var(--vert-sombre);
	font-size: 0.66em;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 0.65em;
}
.legal-card h2,
.legal-privacy-heading h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.35rem, 2.4vw, 2.15rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.3;
}
.legal-card h2 span {
	color: var(--gris-moyen);
	font-size: 0.62em;
	font-weight: 400;
}
html.dark .legal-card h2 span {
	color: var(--gris-clair);
}
.legal-card address {
	font-style: normal;
	line-height: 1.75;
	margin-top: 1.4em;
}
.legal-card address strong {
	font-weight: 600;
}
.legal-contact-list,
.legal-credit-list {
	list-style: none;
	margin-top: 1.5em;
	padding: 0;
}
.legal-contact-list {
	display: grid;
	gap: 0.65em;
}
.legal-contact-list li {
	align-items: flex-start;
	color: var(--gris-moyen);
	display: flex;
	font-size: 0.8em;
	gap: 0.65em;
	line-height: 1.55;
}
html.dark .legal-contact-list li {
	color: var(--gris-clair);
}
.legal-contact-list .icon {
	color: var(--vert-sombre);
	flex: 0 0 auto;
	height: 1.25em;
	margin-top: 0.12em;
	width: 1.25em;
}
.legal-contact-list a,
.legal-credit-list a {
	color: inherit;
	text-decoration: none;
}
.legal-contact-list a:hover,
.legal-credit-list a:hover {
	color: var(--vert-sombre);
}
.legal-credit-list {
	display: grid;
	gap: 0.85em;
}
.legal-credit-list a {
	align-items: center;
	display: inline-flex;
	font-size: 0.8em;
	gap: 0.5em;
}
.legal-credit-list .icon {
	height: 1.1em;
	width: 1.1em;
}
.legal-privacy {
	background:
		radial-gradient(circle at 92% 7%, rgba(189, 209, 116, 0.16), transparent 22%),
		var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.14);
	border-radius: 22px;
	box-shadow: 0 12px 45px rgba(10, 16, 22, 0.065);
	margin-top: clamp(50px, 7vw, 90px);
	overflow: hidden;
}
.legal-privacy-heading {
	align-items: center;
	border-bottom: 1px solid rgba(112, 112, 112, 0.16);
	display: flex;
	gap: clamp(20px, 3vw, 34px);
	padding: clamp(25px, 4vw, 48px);
}
.legal-privacy-content {
	padding: clamp(28px, 5vw, 58px);
}
.legal-privacy-lead {
	font-family: var(--font-family-sec);
	font-size: clamp(1.15rem, 1.9vw, 1.55rem);
	line-height: 1.65;
	max-width: 760px;
}
.legal-privacy-content > section {
	border-top: 1px solid rgba(112, 112, 112, 0.18);
	margin-top: 2.5em;
	padding-top: 2.5em;
}
.legal-privacy-content h3 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 600;
	margin-bottom: 0.8em;
}
.legal-privacy-content h4 {
	font-family: var(--font-family-sec);
	font-size: 1.05em;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.65em;
}
.legal-privacy-content p {
	color: var(--gris-moyen);
	font-size: 0.86em;
	line-height: 1.8;
}
html.dark .legal-privacy-content p {
	color: var(--gris-clair);
}
.legal-privacy-content p + p {
	margin-top: 0.8em;
}
.legal-privacy-content a {
	color: #637719;
	text-underline-offset: 0.2em;
}
html.dark .legal-privacy-content a {
	color: var(--vert);
}
.legal-privacy-grid {
	display: grid;
	gap: clamp(24px, 4vw, 42px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2.2em;
}
.legal-privacy-grid > div {
	border-top: 3px solid var(--vert);
	padding-top: 1.2em;
}
.legal-back {
	margin-top: clamp(35px, 5vw, 60px);
}
.legal-back a {
	align-items: center;
	color: var(--txt-main);
	display: inline-flex;
	font-size: 0.78em;
	font-weight: 600;
	gap: 0.55em;
	text-decoration: none;
}
.legal-back a:hover {
	color: var(--vert-sombre);
}
.legal-back .icon {
	height: 1.2em;
	width: 1.2em;
}

@media (max-width: 860px) {
	.legal-layout {
		grid-template-columns: 1fr;
	}
	.legal-summary {
		background: var(--bg-main);
		position: static;
	}
	.legal-summary nav {
		display: flex;
		flex-wrap: wrap;
		gap: 0.55em;
	}
	.legal-summary nav a {
		background: var(--bg-sec);
		border: 1px solid rgba(112, 112, 112, 0.18);
		border-radius: 999px;
		padding: 0.7em 1em;
	}
	.legal-summary nav a:hover {
		padding-left: 1em;
	}
	.legal-summary-help,
	.legal-contact-link {
		display: none;
	}
}
@media (max-width: 560px) {
	.legal-hero {
		padding: 55px 0 70px;
	}
	.legal-hero h1 {
		font-size: clamp(2.35rem, 11vw, 3.75rem);
	}
	.legal-card {
		grid-template-columns: 1fr;
	}
	.legal-card h2 span {
		display: block;
		margin-top: 0.35em;
	}
	.legal-privacy-heading {
		align-items: flex-start;
	}
	.legal-privacy-grid {
		grid-template-columns: 1fr;
	}
}
@media (prefers-reduced-motion: reduce) {
	.legal-summary nav a,
	.legal-contact-link .icon {
		transition: none;
	}
}

/* @end */


/* @group ACTUALITE */

.news-hero {
	background:
		radial-gradient(circle at 78% 22%, rgba(189, 209, 116, 0.22), transparent 27%),
		linear-gradient(135deg, #0a1016 0%, #17212a 100%);
	overflow: hidden;
	padding: clamp(70px, 8vw, 125px) 0 clamp(80px, 9vw, 140px);
	position: relative;
}
.news-hero:after,
.news-article-hero:after {
	background: linear-gradient(90deg, transparent, rgba(189, 209, 116, 0.4), transparent);
	bottom: 0;
	content: '';
	height: 1px;
	left: 15%;
	position: absolute;
	width: 70%;
}
.news-hero-layout {
	align-items: end;
	display: grid;
	gap: clamp(45px, 7vw, 110px);
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.55fr);
}
.news-hero h1,
.news-article-hero h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.8rem, 6vw, 6.2rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.99;
}
.news-hero h1 span {
	color: var(--vert);
}
.news-hero-intro {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.8;
	margin-top: 2em;
	max-width: 720px;
}
.news-hero-note {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	padding: clamp(24px, 3vw, 38px);
}
.news-hero-note > span {
	align-items: center;
	background: var(--vert);
	border-radius: 50%;
	color: var(--noir);
	display: flex;
	height: 3.2em;
	justify-content: center;
	margin-bottom: 1.5em;
	width: 3.2em;
}
.news-hero-note .icon {
	height: 1.45em;
	width: 1.45em;
}
.news-hero-note p {
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.7;
}
.news-hero-note strong {
	color: #fff;
	font-weight: 600;
}
.news-index {
	background: var(--bg-main);
	color: var(--txt-main);
	padding: clamp(60px, 7vw, 110px) 0 clamp(85px, 9vw, 145px);
}
.news-index-heading {
	align-items: end;
	display: flex;
	gap: 3em;
	justify-content: space-between;
	margin-bottom: clamp(45px, 6vw, 80px);
}
.news-index-heading h2,
.news-related-heading h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.2rem, 4.4vw, 4.5rem);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1.05;
}
.news-index-heading > div > p:last-child {
	color: var(--gris-moyen);
	margin-top: 1em;
}
html.dark .news-index-heading > div > p:last-child {
	color: var(--gris-clair);
}
.news-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em;
	justify-content: flex-end;
	max-width: 620px;
}
.news-category-nav a {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.2);
	border-radius: 999px;
	color: var(--txt-main);
	font-size: 0.78em;
	padding: 0.72em 1.1em;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.news-category-nav a:hover,
.news-category-nav a.is-active {
	background: var(--noir);
	border-color: var(--noir);
	color: var(--vert);
}
.news-grid {
	display: grid;
	gap: clamp(20px, 2vw, 30px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.news-card {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.14);
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(10, 16, 22, 0.05);
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.news-card:hover {
	box-shadow: 0 20px 52px rgba(10, 16, 22, 0.13);
	transform: translateY(-5px);
}
.news-card-link {
	color: var(--txt-main);
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}
.news-card-media {
	background: #e8e9e7;
	overflow: hidden;
	position: relative;
}
main.page .news-card-media img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.8s ease, transform 0.45s ease;
	width: 100%;
}
.news-card:hover .news-card-media img {
	transform: scale(1.035);
}
.news-card-media.is-placeholder,
.news-related-media.is-placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 78% 18%, rgba(189, 209, 116, 0.35), transparent 32%),
		linear-gradient(145deg, #111820, #202c36);
	display: flex;
	justify-content: center;
}
.news-card-media.is-placeholder {
	aspect-ratio: 16 / 10;
}
.news-card-media.is-placeholder .icon,
.news-related-media.is-placeholder .icon {
	color: var(--vert);
	height: 3em;
	width: 3em;
}
.news-card-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: clamp(22px, 2.2vw, 32px);
}
.news-card-meta {
	align-items: center;
	display: flex;
	font-size: 0.67em;
	gap: 1em;
	justify-content: space-between;
	letter-spacing: 0.065em;
	margin-bottom: 1.15em;
	text-transform: uppercase;
}
.news-card-meta span {
	color: var(--vert-sombre);
	font-weight: 600;
}
.news-card-meta time {
	color: var(--gris-moyen);
}
html.dark .news-card-meta time {
	color: var(--gris-clair);
}
.news-card h3 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.1rem, 1.55vw, 1.5rem);
	font-weight: 600;
	line-height: 1.38;
}
.news-card-content > p {
	color: var(--gris-moyen);
	font-size: 0.83em;
	line-height: 1.7;
	margin-top: 1.15em;
}
html.dark .news-card-content > p {
	color: var(--gris-clair);
}
.news-card-more {
	align-items: center;
	display: flex;
	font-size: 0.73em;
	font-weight: 600;
	gap: 0.5em;
	margin-top: auto;
	padding-top: 2em;
}
.news-card-more .icon {
	height: 1.2em;
	transition: transform 0.2s ease;
	width: 1.2em;
}
.news-card:hover .news-card-more .icon {
	transform: translateX(4px);
}
.news-card-featured {
	grid-column: span 2;
}
.news-card-featured .news-card-link {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}
.news-card-featured .news-card-media picture {
	display: block;
	width: 100%;
}
.news-card-featured .news-card-media,
.news-card-featured .news-card-media picture,
.news-card-featured .news-card-media img {
	height: 100%;
}
.news-card-featured .news-card-media img {
	aspect-ratio: auto;
}
@media (min-width: 721px) {
	main.page .news-card-featured .news-card-media img {
		height: 100%;
		object-fit: cover;
	}
}
.news-card-featured h3 {
	font-size: clamp(1.45rem, 2.3vw, 2.45rem);
}
.news-pagination {
	margin-top: clamp(50px, 7vw, 90px);
}
.news-empty,
.news-article-missing {
	text-align: center;
}
.news-empty {
	border: 1px dashed rgba(112, 112, 112, 0.35);
	border-radius: 18px;
	padding: clamp(50px, 8vw, 90px) 2em;
}
.news-empty > .icon {
	color: var(--vert);
	height: 3em;
	width: 3em;
}
.news-empty h3 {
	font-family: var(--font-family-sec);
	font-size: 1.5em;
	margin: 0.8em 0 1.5em;
}

/* Article */
.news-article {
	background: var(--bg-main);
	color: var(--txt-main);
}
.news-article-hero {
	background:
		radial-gradient(circle at 84% 20%, rgba(189, 209, 116, 0.2), transparent 28%),
		linear-gradient(135deg, #0a1016, #17212a);
	padding: clamp(50px, 6vw, 90px) 0 clamp(95px, 10vw, 155px);
	position: relative;
}
.news-breadcrumb {
	align-items: center;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	font-size: 0.75em;
	gap: 0.65em;
	margin-bottom: clamp(38px, 5vw, 70px);
}
.news-breadcrumb a {
	color: inherit;
	text-decoration: none;
}
.news-breadcrumb a:hover {
	color: var(--vert);
}
.news-breadcrumb .icon {
	height: 1em;
	width: 1em;
}
.news-article-heading {
	align-items: end;
	display: flex;
	gap: 3em;
	justify-content: space-between;
}
.news-article-heading > div {
	max-width: 1040px;
}
.news-article-hero h1 {
	font-size: clamp(2.45rem, 5vw, 5.4rem);
	line-height: 1.04;
}
.news-article-category {
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: var(--vert);
	flex: 0 0 auto;
	font-size: 0.76em;
	padding: 0.75em 1.15em;
	text-decoration: none;
}
.news-article-main {
	padding-bottom: clamp(80px, 9vw, 140px);
}
.news-article-cover {
	background: #e6e6e6;
	border-radius: 22px;
	box-shadow: 0 28px 75px rgba(10, 16, 22, 0.18);
	margin: clamp(-80px, -6vw, -45px) auto clamp(55px, 7vw, 95px);
	max-width: 1120px;
	overflow: hidden;
	position: relative;
}
.news-article-cover a {
	display: block;
}
main.page .news-article-cover img {
	display: block;
	height: auto;
	max-height: 720px;
	object-fit: cover;
	opacity: 1;
	width: 100%;
}
.news-article-cover figcaption {
	background: rgba(10, 16, 22, 0.82);
	bottom: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.68em;
	left: 0;
	padding: 0.8em 1.2em;
	position: absolute;
}
.news-article-cover-placeholder {
	align-items: center;
	background: var(--bg-sec);
	border: 1px dashed rgba(112, 112, 112, 0.28);
	box-shadow: 0 18px 55px rgba(10, 16, 22, 0.08);
	color: var(--txt-main);
	display: flex;
	justify-content: center;
	margin-bottom: clamp(42px, 6vw, 75px);
	max-width: 560px;
	min-height: clamp(115px, 13vw, 170px);
	text-align: center;
}
.news-article-cover-placeholder > div {
	align-items: center;
	display: flex;
	gap: 0.85em;
	justify-content: center;
}
.news-article-cover-placeholder .icon {
	color: var(--vert);
	height: 1.8em;
	opacity: 0.9;
	width: 1.8em;
}
.news-article-cover-placeholder span {
	color: var(--vert-sombre);
	font-family: var(--font-family-sec);
	font-size: clamp(1.55rem, 2.4vw, 2.3rem);
	font-weight: 600;
	line-height: 1.1;
}
.news-article-layout {
	display: grid;
	gap: clamp(45px, 7vw, 100px);
	grid-template-columns: minmax(0, 820px) minmax(190px, 250px);
	justify-content: center;
}
.news-article-content {
	font-size: clamp(1rem, 1.15vw, 1.13rem);
	line-height: 1.85;
	min-width: 0;
}
.news-article-content > *:first-child {
	margin-top: 0;
}
.news-article-content p,
.news-article-content ul,
.news-article-content ol,
.news-article-content blockquote {
	margin: 1.45em 0;
}
.news-article-content h2,
.news-article-content h3,
.news-article-content h4 {
	font-family: var(--font-family-sec);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.3;
	margin: 2.2em 0 0.75em;
}
.news-article-content h2 {
	font-size: clamp(1.65rem, 2.7vw, 2.5rem);
}
.news-article-content h3 {
	font-size: clamp(1.3rem, 2vw, 1.8rem);
}
.news-article-content a {
	color: #637719;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}
html.dark .news-article-content a {
	color: var(--vert);
}
.news-article-content blockquote {
	border-left: 4px solid var(--vert);
	font-family: var(--font-family-sec);
	font-size: 1.18em;
	padding-left: 1.5em;
}
.news-article-content img {
	border-radius: 12px;
	height: auto;
	max-width: 100%;
}
.news-article-aside {
	align-self: start;
	border-top: 1px solid rgba(112, 112, 112, 0.25);
	position: sticky;
	top: calc(var(--top-space) + 30px);
}
.news-article-aside > div {
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	padding: 1.35em 0;
}
.news-aside-label {
	color: var(--gris-moyen);
	font-size: 0.67em;
	letter-spacing: 0.09em;
	margin-bottom: 0.45em;
	text-transform: uppercase;
}
html.dark .news-aside-label {
	color: var(--gris-clair);
}
.news-article-aside a {
	color: var(--txt-main);
	text-decoration: none;
}
.news-article-aside a:hover {
	color: var(--vert-sombre);
}
.news-back-link {
	align-items: center;
	display: flex;
	font-size: 0.75em;
	gap: 0.55em;
	margin-top: 1.5em;
}
.news-back-link .icon {
	height: 1.2em;
	width: 1.2em;
}
.news-article-gallery {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3em;
}
.news-article-gallery a {
	background: #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
}
main.page .news-article-gallery img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.8s ease, transform 0.35s ease;
	width: 100%;
}
.news-article-gallery a:hover img {
	transform: scale(1.03);
}
.news-article-video {
	margin-top: 3em;
}
.news-article-video iframe,
.news-article-video video {
	aspect-ratio: 16 / 9;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.news-article-download a {
	align-items: center;
	background: var(--vert-clair);
	border-radius: 10px;
	color: var(--noir);
	display: inline-flex;
	gap: 0.55em;
	padding: 0.85em 1.1em;
	text-decoration: none;
}
.news-article-download .icon {
	height: 1.2em;
	width: 1.2em;
}
.news-article-navigation {
	border-top: 1px solid rgba(112, 112, 112, 0.22);
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(65px, 8vw, 110px);
	padding-top: 2em;
}
.news-article-navigation a {
	color: var(--txt-main);
	display: flex;
	flex-direction: column;
	gap: 0.6em;
	max-width: 480px;
	text-decoration: none;
}
.news-article-navigation a.is-next {
	justify-self: end;
	text-align: right;
}
.news-article-navigation a > span {
	align-items: center;
	color: var(--vert-sombre);
	display: flex;
	font-size: 0.68em;
	font-weight: 600;
	gap: 0.5em;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
html.dark .news-article-navigation a > span {
	color: var(--vert);
}
.news-article-navigation a.is-next > span {
	justify-content: flex-end;
}
.news-article-navigation .icon {
	height: 1.2em;
	width: 1.2em;
}
.news-article-navigation strong {
	font-family: var(--font-family-sec);
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	line-height: 1.4;
}
.news-related {
	background: var(--bg-sec);
	border-top: 1px solid rgba(112, 112, 112, 0.15);
	padding: clamp(70px, 8vw, 125px) 0;
}
.news-related-heading {
	align-items: end;
	display: flex;
	gap: 2em;
	justify-content: space-between;
	margin-bottom: clamp(35px, 5vw, 65px);
}
.news-related-heading > a {
	align-items: center;
	color: var(--txt-main);
	display: flex;
	font-size: 0.78em;
	gap: 0.5em;
	text-decoration: none;
}
.news-related-heading > a:hover {
	color: var(--vert-sombre);
}
.news-related-heading .icon {
	height: 1.2em;
	width: 1.2em;
}
.news-related-grid {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.news-related-card {
	border: 1px solid rgba(112, 112, 112, 0.16);
	border-radius: 16px;
	overflow: hidden;
}
.news-related-card > a {
	color: var(--txt-main);
	display: block;
	height: 100%;
	text-decoration: none;
}
.news-related-media {
	aspect-ratio: 16 / 9;
	background: #e8e8e8;
	overflow: hidden;
}
main.page .news-related-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.8s ease, transform 0.35s ease;
	width: 100%;
}
.news-related-card:hover .news-related-media img {
	transform: scale(1.035);
}
.news-related-card > a > div:last-child {
	padding: clamp(20px, 2vw, 28px);
}
.news-related-card time {
	color: var(--vert-sombre);
	font-size: 0.67em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.news-related-card h3 {
	font-family: var(--font-family-sec);
	font-size: clamp(1rem, 1.35vw, 1.28rem);
	line-height: 1.4;
	margin-top: 0.7em;
}
.news-related-card p {
	color: var(--gris-moyen);
	font-size: 0.75em;
	line-height: 1.65;
	margin-top: 0.8em;
}
html.dark .news-related-card p {
	color: var(--gris-clair);
}
.news-article-missing {
	background: var(--bg-main);
	color: var(--txt-main);
	padding: clamp(90px, 12vw, 180px) 0;
}
.news-article-missing h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 300;
}
.news-article-missing > div > p:not(.portfolio-kicker) {
	margin: 1.2em 0 2em;
}

@media (max-width: 980px) {
	.news-hero-layout {
		grid-template-columns: minmax(0, 1fr) minmax(240px, 0.5fr);
	}
	.news-index-heading {
		align-items: flex-start;
		flex-direction: column;
	}
	.news-category-nav {
		justify-content: flex-start;
		max-width: none;
	}
	.news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.news-card-featured {
		grid-column: span 2;
	}
	.news-article-layout {
		grid-template-columns: minmax(0, 1fr) 200px;
	}
}
@media (max-width: 720px) {
	.news-hero-layout {
		align-items: start;
		grid-template-columns: 1fr;
	}
	.news-hero-note {
		max-width: 440px;
	}
	.news-card-featured .news-card-link {
		display: flex;
	}
	.news-card-featured .news-card-media,
	.news-card-featured .news-card-media picture,
	.news-card-featured .news-card-media img {
		height: auto;
	}
	.news-card-featured .news-card-media img {
		aspect-ratio: 16 / 10;
	}
	.news-article-heading {
		align-items: flex-start;
		flex-direction: column;
	}
	.news-article-layout {
		grid-template-columns: 1fr;
	}
	.news-article-aside {
		display: grid;
		gap: 1.5em;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}
	.news-back-link {
		grid-column: 1 / -1;
	}
	.news-related-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 560px) {
	.news-hero {
		padding: 55px 0 70px;
	}
	.news-hero h1 {
		font-size: clamp(2.3rem, 11vw, 3.7rem);
	}
	.news-category-nav {
		align-self: stretch;
		flex-wrap: nowrap;
		margin-right: -20px;
		max-width: calc(100% + 20px);
		overflow-x: auto;
		padding-bottom: 0.5em;
		width: calc(100% + 20px);
	}
	.news-category-nav a {
		flex: 0 0 auto;
	}
	.news-grid {
		grid-template-columns: 1fr;
	}
	.news-card-featured {
		grid-column: auto;
	}
	.news-article-hero {
		padding: 40px 0 80px;
	}
	.news-article-hero h1 {
		font-size: clamp(2.2rem, 10vw, 3.5rem);
	}
	.news-article-cover {
		border-radius: 14px;
		margin-top: -45px;
	}
	.news-article-aside {
		grid-template-columns: 1fr;
	}
	.news-back-link {
		grid-column: auto;
	}
	.news-article-navigation {
		grid-template-columns: 1fr;
	}
	.news-article-navigation a.is-next {
		justify-self: start;
		text-align: left;
	}
	.news-article-navigation a.is-next > span {
		justify-content: flex-start;
	}
	.news-related-heading {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media (prefers-reduced-motion: reduce) {
	.news-card,
	.news-card-media img,
	.news-related-media img,
	.news-article-gallery img {
		transition: none;
	}
}

/* @end */


/* @group PROJECT DETAIL */

.project-detail {
	background: var(--bg-main);
	color: var(--txt-main);
}
.project-hero {
	background:
		radial-gradient(circle at 88% 10%, rgba(189, 209, 116, 0.18), transparent 30%),
		linear-gradient(135deg, #0a1016, #171f28);
	padding: clamp(48px, 6vw, 90px) 0 clamp(105px, 11vw, 170px);
}
.project-breadcrumb {
	align-items: center;
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76em;
	gap: 0.65em;
	margin-bottom: clamp(35px, 5vw, 70px);
}
.project-breadcrumb a {
	color: inherit;
	text-decoration: none;
}
.project-breadcrumb a:hover {
	color: var(--vert);
}
.project-breadcrumb .icon {
	height: 1em;
	width: 1em;
}
.project-hero-grid {
	align-items: end;
	display: grid;
	gap: 3em;
	grid-template-columns: minmax(0, 1fr) auto;
}
.project-heading h1 {
	font-family: var(--font-family-sec);
	font-size: clamp(2.5rem, 5.7vw, 6rem);
	font-weight: 300;
	letter-spacing: -0.05em;
	line-height: 1.02;
	max-width: 1050px;
}
.project-sector {
	align-items: center;
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	font-size: 0.9em;
	gap: 0.6em;
	margin-top: 1.7em;
}
.project-sector .icon {
	color: var(--vert);
	height: 1.15em;
	width: 1.15em;
}
.project-hero-action {
	padding-bottom: 0.4em;
}
.project-showcase {
	margin-top: clamp(-100px, -7vw, -65px);
	position: relative;
	z-index: 2;
}
.project-devices {
	animation: project-devices-reveal 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 clamp(20px, 6vw, 90px) clamp(50px, 6vw, 85px);
	position: relative;
}
@keyframes project-devices-reveal {
	from {
		opacity: 0;
		transform: translateY(42px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.project-desktop {
	background: #111820;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	box-shadow: 0 35px 80px rgba(10, 16, 22, 0.28);
	overflow: hidden;
	position: relative;
}
.project-desktop:after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	bottom: -42px;
	content: '';
	height: 42px;
	left: 12%;
	position: absolute;
	width: 76%;
}
.project-desktop-bar {
	align-items: center;
	background: #161e27;
	display: flex;
	gap: 7px;
	height: 40px;
	padding: 0 17px;
}
.project-desktop-bar span {
	background: rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	height: 7px;
	width: 7px;
}
.project-screen {
	align-items: center;
	background: #eef0f1;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.project-screen picture {
	display: block;
	width: 100%;
}
main.page .project-screen img {
	display: block;
	height: auto;
	max-height: 690px;
	object-fit: contain;
	transition: opacity 0.9s ease, transform 0.55s ease;
	width: 100%;
}
main.page .project-screen:hover img {
	transform: scale(1.018);
}
.project-zoom {
	align-items: center;
	background: var(--vert);
	border-radius: 50%;
	bottom: 1.4em;
	color: #0a1016;
	display: flex;
	height: 3.2em;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 1.4em;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	width: 3.2em;
}
.project-screen:hover .project-zoom {
	opacity: 1;
	transform: translateY(0);
}
.project-zoom .icon {
	height: 1.3em;
	width: 1.3em;
}
.project-phone {
	background: #0b1117;
	border: 5px solid #0b1117;
	border-radius: 28px;
	bottom: 0;
	box-shadow: 0 25px 55px rgba(10, 16, 22, 0.35);
	overflow: hidden;
	position: absolute;
	right: 0;
	width: clamp(145px, 18vw, 230px);
	z-index: 3;
}
.project-phone-speaker {
	background: #222c35;
	border-radius: 999px;
	height: 5px;
	left: 50%;
	position: absolute;
	top: 8px;
	transform: translateX(-50%);
	width: 32%;
	z-index: 2;
}
.project-phone a {
	background: #fff;
	border-radius: 22px;
	display: block;
	overflow: hidden;
}
main.page .project-phone img {
	display: block;
	height: auto;
	transition: opacity 0.9s ease, transform 0.45s ease;
	width: 100%;
}
main.page .project-phone:hover img {
	transform: scale(1.025);
}
.project-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin: -20px auto 0;
	max-width: 900px;
}
.project-gallery a {
	background: var(--bg-sec);
	border: 5px solid var(--bg-sec);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(10, 16, 22, 0.13);
	display: block;
	overflow: hidden;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	width: 130px;
}
.project-gallery a:hover {
	box-shadow: 0 16px 35px rgba(10, 16, 22, 0.2);
	transform: translateY(-5px);
}
main.page .project-gallery img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	transition: opacity 0.9s ease, transform 0.35s ease;
	width: 100%;
}
main.page .project-gallery a:hover img {
	transform: scale(1.04);
}
.project-content {
	padding: clamp(55px, 7vw, 110px) 0;
}
.project-content-grid {
	align-items: start;
	display: grid;
	gap: clamp(45px, 7vw, 110px);
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
}
.project-description .portfolio-kicker {
	margin-bottom: 1.5em;
}
.project-rich-text {
	font-size: clamp(1rem, 1.25vw, 1.17rem);
	line-height: 1.85;
}
.project-rich-text > * + * {
	margin-top: 1.4em;
}
.project-rich-text h2,
.project-rich-text h3 {
	font-family: var(--font-family-sec);
	line-height: 1.3;
}
.project-rich-text a {
	color: #71851f;
}
.project-facts {
	background: var(--bg-sec);
	border: 1px solid rgba(112, 112, 112, 0.15);
	border-radius: 18px;
	box-shadow: 0 14px 45px rgba(10, 16, 22, 0.07);
	padding: clamp(24px, 3vw, 40px);
	position: sticky;
	top: calc(var(--top-space) + 25px);
}
.project-facts h2 {
	font-family: var(--font-family-sec);
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 1.2em;
}
.project-facts dl {
	margin: 0;
}
.project-facts dt {
	align-items: center;
	color: var(--gris-moyen);
	display: flex;
	font-size: 0.72em;
	font-weight: 600;
	gap: 0.55em;
	letter-spacing: 0.08em;
	margin-top: 1.5em;
	text-transform: uppercase;
}
.project-facts dt:first-child {
	margin-top: 0;
}
.project-facts dt .icon {
	color: var(--vert-sombre);
	height: 1.25em;
	width: 1.25em;
}
html.dark .project-facts dt,
html.dark .project-facts dt .icon {
	color: var(--vert);
}
.project-facts dd {
	font-size: 0.92em;
	line-height: 1.5;
	margin: 0.45em 0 0;
}
.project-domain {
	align-items: center;
	background: var(--noir);
	border-radius: 12px;
	color: #fff;
	display: flex;
	font-size: 0.82em;
	gap: 0.7em;
	justify-content: space-between;
	margin-top: 2em;
	overflow: hidden;
	padding: 1em 1.1em;
	text-decoration: none;
}
.project-domain:hover {
	color: var(--vert);
}
.project-domain span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.project-domain .icon {
	flex: 0 0 auto;
	height: 1.2em;
	width: 1.2em;
}
.project-related {
	background: var(--bg-sec);
	padding: clamp(55px, 7vw, 105px) 0;
}
.project-related-heading {
	align-items: end;
	display: flex;
	gap: 2em;
	justify-content: space-between;
	margin-bottom: clamp(30px, 4vw, 55px);
}
.project-related-heading .portfolio-kicker {
	margin-bottom: 0.6em;
}
.project-related-heading h2 {
	font-family: var(--font-family-sec);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 400;
}
.project-related-grid {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.project-related-card {
	background: var(--bg-main);
	border: 1px solid rgba(112, 112, 112, 0.12);
	border-radius: 16px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.project-related-card:hover {
	box-shadow: 0 18px 40px rgba(10, 16, 22, 0.12);
	transform: translateY(-5px);
}
.project-related-card a {
	color: var(--txt-main);
	display: block;
	text-decoration: none;
}
main.page .project-related-card img {
	aspect-ratio: 20 / 13;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center top;
	transition: opacity 0.9s ease, transform 0.5s ease;
	width: 100%;
}
main.page .project-related-card:hover img {
	transform: scale(1.03);
}
.project-related-card span {
	align-items: center;
	display: flex;
	font-family: var(--font-family-sec);
	font-size: 0.9em;
	font-weight: 600;
	gap: 0.7em;
	justify-content: space-between;
	line-height: 1.4;
	padding: 1.2em 1.3em;
}
.project-related-card span .icon {
	color: var(--vert-sombre);
	flex: 0 0 auto;
	height: 1.15em;
	width: 1.15em;
}
.project-back {
	background: var(--bg-main);
	padding: 35px 0 clamp(55px, 7vw, 90px);
	text-align: center;
}

@media (max-width: 1100px) {
	.project-devices.has-phone {
		padding-right: 120px;
	}
	.project-content-grid {
		gap: 50px;
		grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	}
	.project-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 800px) {
	.project-hero-grid,
	.project-content-grid {
		grid-template-columns: 1fr;
	}
	.project-hero-action {
		padding: 0;
	}
	.project-devices.has-phone {
		padding-right: 90px;
	}
	.project-phone {
		right: 10px;
	}
	.project-facts {
		position: static;
	}
	.project-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 600px) {
	.project-hero {
		padding: 40px 0 100px;
	}
	.project-breadcrumb {
		margin-bottom: 35px;
	}
	.project-heading h1 {
		font-size: clamp(2.15rem, 11vw, 3.5rem);
	}
	.project-showcase {
		margin-top: -65px;
	}
	.project-devices,
	.project-devices.has-phone {
		padding: 0 0 45px;
	}
	.project-desktop {
		border-radius: 13px;
	}
	.project-desktop-bar {
		height: 28px;
		padding-left: 12px;
	}
	.project-phone {
		border-width: 3px;
		border-radius: 20px;
		bottom: 0;
		right: -8px;
		width: 31%;
	}
	.project-phone a {
		border-radius: 16px;
	}
	.project-phone-speaker {
		height: 3px;
		top: 5px;
	}
	.project-zoom {
		bottom: 0.8em;
		height: 2.5em;
		opacity: 1;
		right: 0.8em;
		transform: none;
		width: 2.5em;
	}
	.project-gallery {
		justify-content: flex-start;
		margin-top: -10px;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding: 5px 2px 15px;
	}
	.project-gallery a {
		flex: 0 0 105px;
	}
	.project-related-heading {
		align-items: flex-start;
		flex-direction: column;
	}
	.project-related-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.project-devices {
		animation: none;
	}
}

/* Future category-specific variants can target .project-category-ID or .project-category-slug. */

/* @end */


/* @group A PROPOS */

.experience {
	background-color: var(--noir);
	color: #fff;
	padding-top: var(--marge-normal);
	padding-bottom: var(--marge-normal);
}

.skill {
	font-size: var(--font-size-plus);
	text-align: center;
}
.skill svg.icon {
	width: 2.5em;
	height: 2.5em;
	margin: 0 auto 1em;
	display: block;
	stroke-width: 1.5;
}
.skill p {
	margin: 0;;
	line-height: 1.4;
	font-size: 0.8em;
}
.skill p span {
	font-size: 2.5em;
	font-weight: 600;
	color: var(--vert);
	display: block;
	margin-bottom: 0.2em;
}
.skill:not(:last-child) {
	border-right: 1px dashed var(--vert);
}
@media screen and (max-width: 600px) {
	.experience .skill {
		border-right: 0;
	}
}
.bandeau_contact {
	background-color: var(--vert);
	color: #000;
	border-radius:25px;
	padding: 2em 2.1em;
}
.bandeau_contact h2 {
	margin: 0 0 0.5em;
}
.bandeau_contact .bouton, .bandeau_contact p {
	margin: 0;
}
.bandeau_contact .icone {
	width: 4.5em;
	height: 4.5em;
	background-color: #000;
	color: #FFF;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bandeau_contact .icone .icon {
	width: 2em;
	height: 2em;
}
@media screen and (max-width: 600px) {
	.bandeau_contact {
		align-items: center;
		column-gap: 1em;
		display: grid;
		grid-template-columns: 4.5em minmax(0, 1fr);
		justify-content: normal;
		row-gap: 1.2em;
	}
	.bandeau_contact .texte {
		display: contents;
	}
	.bandeau_contact .texte h2 {
		grid-column: 2;
		margin: 0;
	}
	.bandeau_contact .texte > :not(h2),
	.bandeau_contact > p {
		grid-column: 1 / -1;
	}
}
/* @end */



/* @group PIED (footer) */

footer.foot {
	background-color: var(--noir);
	color: #fff;
	font-size: var(--font-size-normal);
}
.foot a {
	color: #fff;
}
.foot a:hover {
	color: var(--vert);
}
.foot .logo {
	display: block;
	margin-bottom: 2em;
}
.foot .logo img {
	display: block;
	width: 80%;
	height: auto;
}
.foot p {
	font-size: 0.9em;
}
.foot .lien_reseaux_sociaux {
	display: flex;
	list-style-type: none;
	margin-top: 2em;
}
.foot .lien_reseaux_sociaux li {
	background-color: #3d3d3d;
	display: block;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	margin-right: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.foot .lien_reseaux_sociaux li:hover {
	background-color: var(--vert);
}
.foot .lien_reseaux_sociaux li a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.foot .lien_reseaux_sociaux li a .icon {
	width: 1.5em;
	height: 1.5em;
	color: currentColor;
	fill: currentColor;
	stroke: none;
}
.foot .lien_reseaux_sociaux li a:hover .icon {
	color: #000;
	fill: #000;
}
.foot strong {
	display: block;
	margin-bottom: 1.5em;
}
.foot .navigation ul, .foot .services ul {
	list-style-type: none;
}
.foot .navigation ul li, .foot .services ul li {
	margin-bottom: .7em;
}
.foot .contact p {
	margin-bottom: .9em;
	display: flex;
	align-items: center;
}
.foot .contact p .icon {
	font-size: 1.8em;
	stroke-width: 1.5;
	color: var(--vert);
	margin-right: 0.5em;
}
.foot .mentions_pied {
	border-top: 1px solid #333;
}
.foot .mentions_pied .partner {
	align-items: center;
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	text-align: right;
}
.foot .mentions_pied .partner img {
	display: block;
}
.foot .switch_mode {
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	color: #fff;
	height: 2.6em;
	position: static;
	flex: 0 0 auto;
	width: 2.6em;
}
.foot .switch_mode:hover {
	border-color: var(--vert);
	color: var(--vert);
}
.foot .switch_mode .icon {
	height: 1.25em;
	width: 1.25em;
}
@media screen and (max-width: 600px) {
	.foot .navigation,
	.foot .services {
		margin-top: 0.6em;
	}
	.foot .navigation ul,
	.foot .services ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0.55em;
	}
	.foot .navigation ul li,
	.foot .services ul li {
		margin: 0;
	}
	.foot .navigation ul li a,
	.foot .services ul li {
		background-color: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 999px;
		display: inline-flex;
		font-size: 0.82em;
		line-height: 1.25;
		padding: 0.55em 0.85em;
	}
	.foot .navigation ul li a:hover {
		background-color: var(--vert);
		border-color: var(--vert);
		color: #000;
	}
}
/* @end */



/* @group ACCES CLASSE VAR ROOT */

/* MARGES / PADDING */
.mt_0          { margin-top: 0 }
.mt_s, .mt_1   { margin-top: var(--marge-small) }
.mt_n, .mt_2   { margin-top: var(--marge-normal) }
.mt_b, .mt_3   { margin-top: var(--marge-big) }
.mt_xl, .mt_4  { margin-top: var(--marge-xl) }
.mt_xxl, .mt_5 { margin-top: var(--marge-xxl) }

.mr_0         { margin-right: 0 }
.mr_s,.mr_1   { margin-right: var(--marge-small) }
.mr_n,.mr_2   { margin-right: var(--marge-normal) }
.mr_b,.mr_3   { margin-right: var(--marge-big) }
.mr_xl,.mr_4  { margin-right: var(--marge-xl) }
.mr_xxl,.mr_5 { margin-right: var(--marge-xxl) }

.mb_0         { margin-bottom: 0 }
.mb_s,.mb_1   { margin-bottom: var(--marge-small) }
.mb_n,.mb_2   { margin-bottom: var(--marge-normal) }
.mb_b,.mb_3   { margin-bottom: var(--marge-big) }
.mb_xl,.mb_4  { margin-bottom: var(--marge-xl) }
.mb_xxl,.mb_5 { margin-bottom: var(--marge-xxl) }

.ml_0         { margin-left: 0 }
.ml_s,.ml_1   { margin-left: var(--marge-small) }
.ml_n,.ml_2   { margin-left: var(--marge-normal) }
.ml_b,.ml_3   { margin-left: var(--marge-big) }
.ml_xl,.ml_4  { margin-left: var(--marge-xl) }
.ml_xxl,.ml_5 { margin-left: var(--marge-xxl) }

.pt_0   	  { padding-top: 0 }
.pt_s,.pt_1   { padding-top: var(--marge-small) }
.pt_n,.pt_2   { padding-top: var(--marge-normal) }
.pt_b,.pt_3   { padding-top: var(--marge-big) }
.pt_xl,.pt_4  { padding-top: var(--marge-xl) }
.pt_xxl,.pt_5 { padding-top: var(--marge-xxl) }

.pl_0         { padding-left: 0 }
.pl_s,.pl_1   { padding-left: var(--marge-small) }
.pl_n,.pl_2   { padding-left: var(--marge-normal) }
.pl_b,.pl_3   { padding-left: var(--marge-big) }
.pl_xl,.pl_4  { padding-left: var(--marge-xl) }
.pl_xxl,.pl_5 { padding-left: var(--marge-xxl) }

.pr_0         { padding-right: 0 }
.pr_s,.pr_1   { padding-right: var(--marge-small) }
.pr_n,.pr_2   { padding-right: var(--marge-normal) }
.pr_b,.pr_3   { padding-right: var(--marge-big) }
.pr_xl,.pr_4  { padding-right: var(--marge-xl) }
.pr_xxl,.pr_5 { padding-right: var(--marge-xxl) }

.pb_0         { padding-bottom: 0 }
.pb_s, .pb_1   { padding-bottom: var(--marge-small) }
.pb_n, .pb_2   { padding-bottom: var(--marge-normal) }
.pb_b, .pb_3   { padding-bottom: var(--marge-big) }
.pb_xl, .pb_4  { padding-bottom: var(--marge-xl) }
.pb_xxl, .pb_5 { padding-bottom: var(--marge-xxl) }

.fs_small, .fs_1 { font-size: var(--font-size-small) }
.fs_normal,.fs_2 { font-size: var(--font-size-normal) }
.fs_plus,  .fs_3 { font-size: var(--font-size-plus) }
.fs_big,   .fs_4 { font-size: var(--font-size-big) }
.fs_xl,    .fs_5 { font-size: var(--font-size-xl) }
.fs_xxl,   .fs_6 { font-size: var(--font-size-xxl) }
.fs_xxxl,  .fs_7 { font-size: var(--font-size-xxxl) }


.txt_jaune 	{ color: var(--jaune) }
.txt_gris_moyen { color: var(--gris-moyen) }
.txt_gris_clair { color: var(--gris-clair) }
.txt_or 		{ color: var(--or) }
.txt_blanc,
a.txt_blanc,
a.txt_blanc:hover { color: #fff }
a.txt_blanc:hover {
	text-decoration: underline;
}
.fond_flou_5 { -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.fond_flou_10 { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }


.txt_gris_fonce { color: var(--gris-fonce) }
.txt_vert,.vert		{ color: var(--vert) }
.txt_vert_sombre 	{ color: var(--vert-sombre)}

html.dark .txt_gris_fonce,
html.dark .txt_vert_sombre { color: var(--vert) }

.fond_contraste	 		{ background-color: var(--bouton); color: #130d0b; }
.fond_gris_fonce 		{ background-color: var(--gris-fonce) }
.fond_gris_moyen 		{ background-color: var(--gris-moyen) }
.fond_gris_moyen_tr		{ background-color: rgba(60, 60, 59, 0.9)}
.fond_gris_clair 		{ background-color: var(--gris-clair) }
.fond_gris_tres_clair 	{ background-color: var(--gris-tres-clair) }
.fond_jaune 		 	{ background-color: var(--jaune) }
.fond_jaune_clair		{ background-color: rgba(255, 228, 60, 0.6)}
.fond_or_fonce	 		{ background-color: var(--or-fonce) }
.fond_blanc 		 		{ background-color: #fff }

.fond_vert				{ background-color: var(--vert) }


.fw_300 { font-weight: 300; }
.fw_400 { font-weight: 400; }
.fw_500 { font-weight: 500; }
.fw_600 { font-weight: 600; }
.fw_700 { font-weight: 700;
	background: url(test.png) no-repeat;
	background-size: contain;
}


/* Class spéciale mobile - prend le dessus sur les autres */
@media (max-width:640px) {
	.mob_mt_s   { margin-top: 0 }
	.mob_mt_s   { margin-top: var(--marge-small) }
	.mob_mt_n   { margin-top: var(--marge-normal) }
	.mob_mt_b   { margin-top: var(--marge-big) }
	.mob_mt_xl  { margin-top: var(--marge-xl) }
	.mob_mt_xxl { margin-top: var(--marge-xxl) }

	.mob_mr_0   { margin-right: 0 }
	.mob_mr_s   { margin-right: var(--marge-small) }
	.mob_mr_n   { margin-right: var(--marge-normal) }
	.mob_mr_b   { margin-right: var(--marge-big) }
	.mob_mr_xl  { margin-right: var(--marge-xl) }
	.mob_mr_xxl { margin-right: var(--marge-xxl) }

	.mob_mb_0   { margin-bottom: 0 }
	.mob_mb_s   { margin-bottom: var(--marge-small) }
	.mob_mb_n   { margin-bottom: var(--marge-normal) }
	.mob_mb_b   { margin-bottom: var(--marge-big) }
	.mob_mb_xl  { margin-bottom: var(--marge-xl) }
	.mob_mb_xxl { margin-bottom: var(--marge-xxl) }

	.mob_ml_0   { margin-left: 0 }
	.mob_ml_s   { margin-left: var(--marge-small) }
	.mob_ml_n   { margin-left: var(--marge-normal) }
	.mob_ml_b   { margin-left: var(--marge-big) }
	.mob_ml_xl  { margin-left: var(--marge-xl) }
	.mob_ml_xxl { margin-left: var(--marge-xxl) }

	.mob_pt_0   { padding-top: 0 }
	.mob_pt_s   { padding-top: var(--marge-small) }
	.mob_pt_n   { padding-top: var(--marge-normal) }
	.mob_pt_b   { padding-top: var(--marge-big) }
	.mob_pt_xl  { padding-top: var(--marge-xl) }
	.mob_pt_xxl { padding-top: var(--marge-xxl) }

	.mob_pr_0   { padding-right: 0 }
	.mob_pr_s   { padding-right: var(--marge-small) }
	.mob_pr_n   { padding-right: var(--marge-normal) }
	.mob_pr_b   { padding-right: var(--marge-big) }
	.mob_pr_xl  { padding-right: var(--marge-xl) }
	.mob_pr_xxl { padding-right: var(--marge-xxl) }

	.mob_pb_0   { padding-bottom: 0 }
	.mob_pb_s   { padding-bottom: var(--marge-small) }
	.mob_pb_n   { padding-bottom: var(--marge-normal) }
	.mob_pb_b   { padding-bottom: var(--marge-big) }
	.mob_pb_xl  { padding-bottom: var(--marge-xl) }
	.mob_pb_xxl { padding-bottom: var(--marge-xxl) }

	.mob_fs_small, .mob_fs_1 { font-size: var(--font-size-small) }
	.mob_fs_normal,.mob_fs_2 { font-size: var(--font-size-normal) }
	.mob_fs_plus,  .mob_fs_3 { font-size: var(--font-size-plus) }
	.mob_fs_big,   .mob_fs_4 { font-size: var(--font-size-big) }
	.mob_fs_xl,    .mob_fs_5 { font-size: var(--font-size-xl) }
	.mob_fs_xxl,   .mob_fs_6 { font-size: var(--font-size-xxl) }
	.mob_fs_xxxl,  .mob_fs_7 { font-size: var(--font-size-xxxl) }

}
/* @end */
