@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap');

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.video-buttons {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 2rem 0;
}

.btn-anchors {
	border: 1px solid rgb(255, 255, 255);
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	text-decoration: none;
	color: black;
	font-family: inherit;
	transition: background-color 0.3s ease;
}

.btn-anchors:hover {
	background: rgba(0, 0, 0, 0.05);
}


/* titres en Italiana */

span {
	font-family: "source sans pro", sans-serif;
	font-weight: 550;
	font-style: normal;
}

h2 {
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* sous-titres en Raleway Thin */
h3,
h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 100;
	font-size: 18px;
	font-style: normal;
	line-height: 1.4;
}

/* Paragraphes en Raleway Regular */
p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	font-size: 18px;
	/* ou selon ta charte */
}


/* invisible */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}



/* Site logo */
.site-logo span {
	color: #39454b;
}



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

		html {
			height: 100%;
			box-sizing: border-box;
		}

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

	body {
		background: #ffffff;
		height: 100%;
		min-width: 320px;
	}

				body.is-preload *,
				body.is-preload *:before,
				body.is-preload *:after {
					animation: none !important;
					transition: none !important;
				}

/* Spinner */


@keyframes spinner-rotate {
	0% {
		transform: scale(1) rotate(0deg);
	}

	100% {
		transform: scale(1) rotate(360deg);
	}
}

		/* Loader */


@keyframes overlay-hide {

	0%,
	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

body:before {
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	transform-origin: 50% 50%;
	font-family: FontAwesome;
	content: '\f1ce';
	cursor: default;
	display: block;
	font-size: 2em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	margin: -1em 0 0 -1em;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 2em;
	z-index: -1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:after {
	animation: overlay-hide 1.5s ease-in forwards !important;
	background: #ffffff;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* Type */

body,
input,
textarea,
select {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 18pt;
	line-height: 1.75em;
	color: #39454b;
	letter-spacing: 0.025em;
}

@media screen and (max-width: 1920px) {

	body,
	input,
	textarea,
	select {
		font-size: 17pt;
	}
}

@media screen and (max-width: 1680px) {

	body,
	input,
	textarea,
	select {
		font-size: 15pt;
	}
}

@media screen and (max-width: 1280px) {

	body,
	input,
	textarea,
	select {
		font-size: 13pt;
	}
}

@media screen and (max-width: 736px) {

	body,
	input,
	textarea,
	select {
		font-size: 12pt;
		line-height: 1.5em;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	letter-spacing: -0.0325em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

h2 {
	font-size: 2.25em;
	line-height: 1.25em;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 736px) {
	h2 {
		font-size: 1.5em;
	}
}

strong,
b {
	font-weight: 900;
}

em,
i {
	font-style: italic;
}

a {
	transition: color 0.2s ease-in-out;
	color: #98c593;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: 1px solid #e5e6e7;
}

blockquote {
	border-left: 0.5em solid #e5e6e7;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 1em;
}

/* Box */

	.box {
		background: #ffffff;
		color: #39454b;
		padding: 2em;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			padding: 3.5em 2.5em 3.5em 2.5em;
		}

		@media screen and (max-width: 736px) {

			.box {
				padding: 1em;
			}

				.box.style2 {
					padding: 1.5em 1.25em 1.5em 1.25em;
					background-color: rgba(255, 255, 255, 0.9);
				}

		}

/* Button */

		:root {
			--btn-bg: #98c593;
			--btn-bg-hover: #a8cea4;
			--btn-bg-active: #88bc82;
			--btn-border: #e5e6e7;
		}
	
		.button,
		button,
		input[type="button"],
		input[type="submit"],
		input[type="reset"] {
			appearance: none;
			background-color: var(--btn-bg);
			border: none;
			border-radius: 3.5em;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			height: 3.5em;
			line-height: 3.5em;
			outline: 0;
			padding: 0 2em;
			position: relative;
			text-align: center;
			text-decoration: none;
			transition: background-color 0.2s ease-in-out;
		}
	
		/* Hover & Active */
		.button:hover,
		button:hover,
		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover {
			background-color: var(--btn-bg-hover);
		}
	
		.button:active,
		button:active,
		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active {
			background-color: var(--btn-bg-active);
		}
	
		/* Style bouton avec flèche */
		.button.down,
		button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("images/dark-arrow.svg");
			background-position: center;
			background-repeat: no-repeat;
			overflow: hidden;
			text-indent: -9999px;
			/* Masque le texte visuellement */
		}
	
		/* Style pour les boutons ancrés */
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
		}
	
		/* Style spécifique bouton flèche + ancré */
		.button.down.anchored,
		button.down.anchored {
			bottom: 0;
			border-bottom: none;
			border-radius: 3em 3em 0 0;
			height: 4.5em;
			margin-left: -2.5em;
		}
	
		/* Variante style2 : transparent */
		.button.style2,
		button.style2,
		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2 {
			background-color: transparent;
			border: 2px solid var(--btn-border);
			color: inherit;
		}
	
		.button.style2:hover,
		button.style2:hover {
			background-color: rgba(229, 230, 231, 0.25);
		}
	
		.button.style2:active,
		button.style2:active {
			background-color: rgba(229, 230, 231, 0.375);
		}
	
		.button.style2.down,
		button.style2.down {
			background-image: url("images/arrow.svg");
		}


/* Responsive mobile */
@media screen and (max-width: 480px) {
	form>.fields {
		width: calc(100% + 2em);
		margin: -1em 0 2em -1em;
	}

	form>.fields>.field,
	.field.half,
	.field.third,
	.field.quarter {
		flex: 1 1 100%;
		padding-left: 1em;
		width: calc(100% - 1em);
	}
}

label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: 600;
}

/* Champs texte / sélection */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
	appearance: none;
	width: 100%;
	padding: 0.65em 0.75em;
	border: 2px solid #e5e6e7;
	border-radius: 0.5em;
	background: none;
	color: #39454b;
	font: inherit;
	transition: border-color 0.2s ease, color 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #9ac8e9;
	outline: none;
}

/* Champ texte court */
input,
select {
	line-height: 1.35em;
}

/* Champ texte long */
textarea {
	min-height: 8em;
	resize: vertical;
}

/* Placeholders */
::placeholder {
	opacity: 0.375;
}

/* Suppression du contour interne Firefox */
::-moz-focus-inner {
	border: 0;
}

/* Icons and Icon Lists */

ul.icons {
	cursor: default;
}

ul.icons li {
	display: inline-block;
}

ul.icons a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0;
}

.icon {
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: inherit;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "";
	/* Ajoute selon l'icône souhaitée */
}

.icon>.label {
	display: none;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* Image */

	.image {
		position: relative;
		display: inline-block;
	}

		.image:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}



/* Sections/Article */

	header {
		margin-bottom: 1em;
	}

		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}

	footer {
		margin-top: 2em;
	}




	

/* Gallery */

		.image-container video {
			width: 100%;
			height: auto;
			object-fit: cover;
			display: block;
		}
	
		.gallery article {
			opacity: 0;
			transform: translateY(20px);
			animation: fadeInUp 0.8s ease forwards;
		}
	
		/* Déclencheur avec un léger délai échelonné */
		.gallery article:nth-child(1) {
			animation-delay: 0.1s;
		}
	
		.gallery article:nth-child(2) {
			animation-delay: 0.2s;
		}
	
		.gallery article:nth-child(3) {
			animation-delay: 0.3s;
		}
	
		@keyframes fadeInUp {
			0% {
				opacity: 0;
				transform: translateY(20px);
			}
	
			100% {
				opacity: 1;
				transform: translateY(0);
			}
		}
	
		.gallery {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 20px;
			max-width: 1200px;
			margin: 0 auto;
			padding: 2em;
		}
	
		.gallery article {
			position: relative;
			overflow: hidden;
		}
	
		.image-container {
			position: relative;
			overflow: hidden;
		}
	
		.image-container .image {
			width: 100%;
			height: auto;
			display: block;
			transition: filter 0.3s ease, transform 0.3s ease;
			filter: brightness(100%);
		}
	
		.image-container .overlay-text {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: white;
			font-size: 1.2em;
			text-align: center;
			opacity: 0;
			transition: opacity 0.3s ease;
			pointer-events: none;
			z-index: 2;
		}
	
		.image-container::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: black;
			opacity: 0;
			transition: opacity 0.3s ease;
			z-index: 1;
		}
	
		.image-container:hover .image {
			filter: brightness(40%);
			transform: scale(1.05);
		}
	
		.image-container:hover::before {
			opacity: 0.4;
		}
	
		.image-container:hover .overlay-text {
			opacity: 1;
		}
	
	
		.project-name {
			display: none;
		}

			.gallery article:nth-last-child(1n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

			.gallery article:nth-last-child(24n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

		.gallery.inactive article {
			opacity: 0;
		}

			.gallery.inactive article.from-left {
				-moz-transform: translateX(-14em);
				-webkit-transform: translateX(-14em);
				-ms-transform: translateX(-14em);
				transform: translateX(-14em);
			}

			.gallery.inactive article.from-right {
				-moz-transform: translateX(14em);
				-webkit-transform: translateX(14em);
				-ms-transform: translateX(14em);
				transform: translateX(14em);
			}

			.gallery.inactive article.from-top {
				-moz-transform: translateY(-7em);
				-webkit-transform: translateY(-7em);
				-ms-transform: translateY(-7em);
				transform: translateY(-7em);
			}

			.gallery.inactive article.from-bottom {
				-moz-transform: translateY(7em);
				-webkit-transform: translateY(7em);
				-ms-transform: translateY(7em);
				transform: translateY(7em);
			}

		@media screen and (max-width: 480px) {

			.gallery {
				-moz-flex-wrap: nowrap;
				-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.gallery article {
					width: 100%;
				}

		}

/* Header */

	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.95);
		height: 3em;
		line-height: 3em;
		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
	}

		#header h1 {
			position: absolute;
			left: 1em;
			top: 0;
			height: 3em;
			line-height: 3em;
			cursor: default;
		}

			#header h1 a {
				font-size: 1.25em;
			}

		#header nav {
			position: absolute;
			right: 0.5em;
			top: 0;
			height: 3em;
			line-height: 3em;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 0.5em;
					font-size: 0.9em;
				}

					#header nav ul li a {
						display: block;
						color: inherit;
						text-decoration: none;
						height: 3em;
						line-height: 3em;
						padding: 0 0.5em 0 0.5em;
						outline: 0;
					}

		@media screen and (max-width: 736px) {

			#header {
				height: 2.5em;
				line-height: 2.5em;
			}

				#header h1 {
					text-align: center;
					position: relative;
					left: 0;
					top: 0;
					height: 2.5em;
					line-height: 2.5em;
				}

					#header h1 a {
						font-size: 1em;
					}

				#header nav {
					display: none;
				}

		}

	body {
		padding-top: 3em;
	}

		@media screen and (max-width: 736px) {

			body {
				padding-top: 2.5em;
			}

		}

/* Main */
.main {
	display: flex;
	position: relative;
	margin: 0;
	overflow-x: hidden;
}

.main>.content {
	width: 45em;
	max-width: calc(100% - 4em);
	margin: 0 auto;
}

.main>.content> :last-child {
	margin-bottom: 0;
}

.main.fullscreen {
	min-height: 100%;
}

/* Style1 */
.main.style1 {
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3em 0;
}

.main.style1 h2 {
	font-size: 4.25em;
	line-height: 1em;
}

.main.style1>.content {
	transition: opacity 1s ease;
	transform: translateZ(0);
	opacity: 1;
	margin: 0;
}

.main.style1.inactive>.content {
	opacity: 0;
}

/* Style2 */
.main.style2 {
	align-items: center;
	justify-content: center;
	padding: 3em 0;
	overflow: hidden;
}

.main.style2>.content {
	transition: transform 1s ease;
	transform: translateZ(0);
	position: relative;
	width: 35%;
	margin: 0;
}

.main.style2.left {
	justify-content: flex-start;
}

.main.style2.right {
	justify-content: flex-end;
}

.main.style2.inactive.left>.content {
	transform: translateX(-100%);
}

.main.style2.inactive.right>.content {
	transform: translateX(100%);
}

/* Style3 */
.main.style3 {
	text-align: center;
	padding: 6em 0;
}

.main.style3 .content>header {
	margin-bottom: 2em;
}

.main.style3.primary {
	background: #ffffff;
}

.main.style3.secondary {
	background: #f5f6f7;
}

/* Dark mode */
.main.dark {
	color: #ffffff;
}

.main.dark a {
	color: inherit;
}

.main.dark .button.style2 {
	border-color: #ffffff;
}

.main.dark .button.style2:hover {
	background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
	background-color: rgba(255, 255, 255, 0.25);
}

.main.dark .button.style2.down {
	background-image: url("images/dark-arrow.svg");
}

/* Touch devices fix */
body.is-touch .main {
	background-attachment: scroll !important;
}

/* Responsive */

@media screen and (max-width: 1920px) {
	.main.style2 .content {
		width: 40%;
	}
}

@media screen and (max-width: 1280px) {
	.main.style2 .content {
		width: 50%;
	}
}

@media screen and (max-width: 1000px) {
	.main.style2 .content {
		width: 60%;
	}
}

@media screen and (max-width: 736px) {
	.main>.content br {
		display: none;
	}

	.main.fullscreen {
		height: auto !important;
	}

	.main.style1 {
		padding: 4em 15px;
	}

	.main.style1 h2 {
		font-size: 3em;
	}

	.main.style2 {
		padding: 6em 15px;
	}

	.main.style2:before,
	.main.style2:after {
		display: none !important;
	}

	.main.style2 .button.anchored {
		display: none;
	}

	.main.style2 .content {
		width: 100%;
		max-width: 100%;
		text-align: center;
		transform: none;
	}

	.main.style3 {
		text-align: center;
		padding: 3em 10px;
	}
}

@media screen and (max-width: 480px) {
	.main>.content {
		max-width: calc(100% - 1.5em);
	}
}

/* Footer */
#footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0;
	line-height: 1em;
	padding: 1.5em;
	background: #39454b;
	color: rgba(185, 186, 187, 0.5);
	overflow: hidden;
}

#footer>* {
	margin-bottom: 0;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer a:hover {
	color: #b9babb;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 1em;
}

#footer ul.menu li {
	font-size: 0.9em;
	border-left: 1px solid rgba(185, 186, 187, 0.2);
	padding-left: 1em;
}

#footer ul.menu li:first-child {
	border-left: none;
	padding-left: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 1000px) {
	#footer {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		line-height: 1.5em;
		padding: 2em 1em;
	}

	#footer>* {
		margin: 0 0 1em 0;
	}

	#footer ul.menu {
		flex-direction: column;
		align-items: center;
	}

	#footer ul.menu li {
		border-left: none;
		padding: 0.25em 0;
		margin: 0.25em 0;
	}
}

/* Intro */

	#intro {
		background: url("images/ELIO.jpg"), url("../../images/intro.jpg");
		background-size: cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		
	}

/* One */

	#one {
		background: url("images/QUI_SUIS_JE_FOND_ILLU.jpg");
		background-size: cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}



		/* Projet 1-1 */
	
		#Projet1-1 {
			background: url("images/LIVIA.jpg");
			background-size: cover;
			background-attachment: fixed, fixed;
			background-position: top left, center center;
		}

/* Projet 2.1 */

#Projet2-1 {
	background: url("images/FLOWER_BG.jpeg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}


/* Projet 3.1 */

#Projet3-1 {
	background: url("images/VIDEO_BG.png");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 3.2 */

#Projet3-2 {
	background: url("images/DESSIN_BG.jpg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 3.3 */

#Projet3-3 {
	background: url("images/COFFEE_PACKSHOT_PIC.jpg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 3.4 */

#Projet3-4  {
	background: url("images/BG_CANETTE.png");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 4.1 */

#Projet4-1 {
	background: url("images/MAPPING_BG.jpg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 4.2 */

#Projet4-2 {
	background: url("images/MAPPING_PICS2.jpeg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 5.1 */

#Projet5-1 {
	background: url("images/PSY2.jpg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 5.2 */

#Projet5-2 {
	background: url("images/MINIMAL_1.jpg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Projet 5.3 */

#Projet5-3 {
	background: url("../css/images/ROSE_BG.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: top left, center center;
}

/* Projet 6.1 */

#Projet6-1 {
	background: url("images/BLOOMORA_BG_FLOWER.jpg");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}


/* Contact */

#contact {
	overflow: hidden;
	padding-bottom: 0;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 250px;
	padding-top: 70px;
	background-color: #f5f6f7;
	/* optionnel : si tu veux forcer le fond gris clair */
}

				.separation-line {
					border: none;
					height: 1px;
					background-color: rgba(0, 0, 0, 0.1);

					
					/* gris très clair */
					margin: 60px auto;
					/* espace autour */
					width: 80%;
					/* ajuste la largeur selon ton design */
				}

								/* Texte blanc par défaut dans la section intro */
								#Projet3-1 .content {
									color: white;
								}
				
								/* Sur la page vidéo (body.page-video), texte plus foncé dans la section intro */
								body.page-video #Projet3-1 .content {
									color: #7a7263;
									/* couleur foncée, tu peux changer */
								}

																/* Sur la page graphisme (body.page-graphisme), texte plus foncé dans la section intro */
																body.page-graphisme #Projet6-1 .content {
																	color: #7a7263;
																	/* Choisis une teinte qui va bien avec ton fond */
																}