/*!
Theme Name: raphaeldumont
Theme URI: http://underscores.me/
Author: Raphaël Dumont
Author URI: http://underscores.me/
Description: raphaeldumont website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: raph
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

raphaeldumont is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

:root {
	color-scheme: light dark;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* mon style -------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Roboto+Condensed:wght@300&display=swap');

@font-face {
	font-family: 'BlinkMacSystemFont';
	src: url('/fonts/BlinkMacSystemFont.woff2') format('woff2'),
		 url('/fonts/BlinkMacSystemFont.woff') format('woff');
}

body {
	font-family: 'BlinkMacSystemFont', sans-serif;
}

/* Header
--------------------------------------------- */
.header-bg-fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #fff;
	z-index: 9998;
	pointer-events: none;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 9999;
	mix-blend-mode: difference;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	height: 100%;
}

.header-left {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.header-name {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #fff !important;
	text-decoration: none;
}

.header-meta {
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
}

.header-location {
	font-weight: 400;
	white-space: nowrap;
}

#header-clock {
	white-space: nowrap;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: calc(16px + 1rem);
	padding: 0;
	padding-right: 66px;
	margin: 0;
	list-style: none;
}

.header-nav-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.flip-text {
	display: inline-block;
	overflow: hidden;
	height: 1.2em;
	vertical-align: top;
}

.flip-text__inner {
	display: block;
	transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.flip-text__line {
	display: block;
	height: 1.2em;
	line-height: 1.2;
}

.header-nav-link:hover .flip-text__inner {
	transform: translateY(-50%);
}

.header-nav-link:visited,
.header-nav-link:hover,
.header-nav-link:focus,
.header-nav-link:active {
	color: #fff;
	text-decoration: none;
}

.header-nav-link--condensed {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.header-lang-toggle {
	display: flex;
	align-items: center;
	gap: 2px;
}

.header-lang-sep {
	color: rgba(255,255,255,0.4);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
}

.header-lang-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: rgba(255,255,255,0.4);
	transition: color 0.2s ease;
}

.header-lang-btn:hover,
.header-lang-btn.is-active {
	color: #fff;
}

@keyframes toggle-press {
	0%   { transform: scale(1); }
	40%  { transform: scale(0.88); }
	100% { transform: scale(1); }
}

.header-dark-toggle {
	position: fixed;
	top: 21px;
	right: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 49px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: #fff;
	z-index: 10000;
}

.header-dark-toggle.is-pressed,
.mobile-menu-dark-toggle.is-pressed {
	animation: toggle-press 0.25s ease forwards;
}

.dark-toggle-icon {
	display: none;
	line-height: 0;
}

.dark-toggle-icon--on {
	display: flex;
}

html.dark-mode .dark-toggle-icon--on {
	display: none;
}

html.dark-mode .dark-toggle-icon--off {
	display: flex;
}

.dark-toggle-icon svg {
	width: 28px;
	height: 49px;
}

/* Counter-invert the toggle when macOS Smart Invert Colors is active */
@media (inverted-colors: inverted) {
	.dark-toggle-icon {
		filter: invert(1);
	}
}

/* ---- Burger + dropdown mobile (discret) ----
 * Caché par défaut (desktop) : réactivé uniquement dans le media query
 * mobile où .header-nav / .header-dark-toggle sont masqués. Le bouton
 * reste blanc (comme le reste du header) pour profiter du même
 * mix-blend-mode:difference que .header-name / .header-nav-link. */
.header-burger {
	display: none;
	position: relative;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}

.header-burger-bar {
	position: absolute;
	left: 2px;
	right: 2px;
	height: 2px;
	background: #fff;
	transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1), top 0.35s cubic-bezier(0.65, 0, 0.35, 1), bottom 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}

.header-burger-bar:first-child {
	top: 8px;
}

.header-burger-bar:last-child {
	bottom: 8px;
}

.header-burger.is-open .header-burger-bar:first-child {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.header-burger.is-open .header-burger-bar:last-child {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

/* Petit dropdown ancré sous le burger, dans le même esprit que
 * .workflow-tooltip (bordure noire + ombre portée dure). */
.mobile-menu {
	position: fixed;
	top: 56px;
	right: 16px;
	transform-origin: top right;
	z-index: 10001;
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 150px;
	background: #fff;
	border: 2px solid #000;
	box-shadow: 5px 5px 0 #000;
	padding: 16px 18px;
	opacity: 0;
	transform: translateY(-8px) scale(0.94);
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu.is-open {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.mobile-menu-link {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.mobile-menu-link:link,
.mobile-menu-link:visited,
.mobile-menu-link:hover,
.mobile-menu-link:active {
	color: #000;
	text-decoration: none;
}

.mobile-menu-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
	border-top: 1px solid #ddd;
}

.mobile-menu-lang {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mobile-menu-lang .header-lang-btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #aaa;
}

.mobile-menu-lang .header-lang-btn.is-active {
	color: #000;
}

.mobile-menu-lang .header-lang-sep {
	color: #ccc;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
}

.mobile-menu-dark-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	padding: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.mobile-menu-dark-toggle .dark-toggle-icon svg {
	width: 20px;
	height: 20px;
}

html.dark-mode .mobile-menu {
	background: #020202;
	border-color: #fff;
	box-shadow: 5px 5px 0 #fff;
}

html.dark-mode .mobile-menu-link:link,
html.dark-mode .mobile-menu-link:visited,
html.dark-mode .mobile-menu-link:hover,
html.dark-mode .mobile-menu-link:active {
	color: #fff;
}

html.dark-mode .mobile-menu-row {
	border-top-color: #333;
}

/* Push page content down so it starts below the fixed header.
 * padding-bottom = footer height : réserve l'espace de scroll pour dévoiler
 * le footer fixe (effet rideau). */
#page {
	padding-top: 90px;
	padding-bottom: 320px;
}

/* Hero
--------------------------------------------- */
html {
	overflow-x: hidden;
}

/* Canvas wrapper : réserve l'espace vertical correct pour le contenu mis à l'échelle.
 * margin-top négatif : annule le padding-top:90px de #page (réservé aux pages sans
 * hero plein écran) — ici le hero doit démarrer à y=0, sous le header flottant
 * (transparent puis blanc progressif), pas être repoussé par lui. */
.site-canvas-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -90px;
	height: calc((var(--hero-height-compensated, 100vh) + 1660px) * var(--site-scale, 1));
	z-index: 2;
}

/* .site-main est un canvas fixe de 1920px (largeur de la maquette Figma), mis à l'échelle
 * pour occuper exactement la largeur du viewport — garantit un alignement parfait avec le
 * header (responsive) à n'importe quelle taille d'écran, et une fidélité pixel-perfect à Figma.
 * Hauteur = hero (100vh) + workflow (1660px fixe), pour éviter tout vide en bas du canvas. */
.site-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: calc(var(--hero-height-compensated, 100vh) + 1660px);
	background: #fff;
	transform: scale(var(--site-scale, 1));
	transform-origin: top left;
	backface-visibility: hidden;
}

.hero {
	position: relative;
	width: 100%;
	/* Hauteur "compensée" en JS : le transform:scale() du canvas (basé sur la
	 * largeur) réduit aussi cette hauteur visuellement, donc on part d'une valeur
	 * plus grande pour retomber sur 100vh réels à l'écran. Fallback 100vh tant
	 * que le JS n'a pas tourné (cas no-JS ou tout premier rendu). */
	height: var(--hero-height-compensated, 100vh);
	background: #fff;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 0;
}

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

.hero-title {
	position: absolute;
	left: 234px;
	top: 30%;
	width: 480px;
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: normal;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 150px;
	letter-spacing: normal;
	line-height: 1;
	z-index: 1;
	color: #fff;
	margin: 0;
}

#hero-cycling {
	display: none;
}

.hero-word {
	display: block;
	transition: transform 0.2s linear, opacity 0.2s linear;
}


.hero-desc {
	position: absolute;
	left: 650px;
	top: 768px;
	width: 550px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.45;
	color: #000;
	z-index: 1;
}

.hero-desc p {
	margin: 0;
}

/* ---- Workflow ---- */
.workflow {
	position: relative;
	width: 100%;
	height: 1660px;
	background: #fff;
}

.workflow-title {
	position: absolute;
	top: 200px;
	left: 288px;
	width: 843px;
	white-space: nowrap;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	opacity: 0;
}

.workflow-title-blink,
.projects-heading-blink {
	animation: workflow-title-blink 1s steps(1) infinite;
}

@keyframes workflow-title-blink {
	0%, 49% { opacity: 1; }
	50%, 100% { opacity: 0; }
}

.workflow-image {
	display: none;
	position: absolute;
	right: 38px;
	top: 875px;
	width: 401px;
	height: 534px;
	margin: 0;
}

.workflow-image-fence {
	display: none;
	position: absolute;
	left: 1012px;
	top: 250px;
	width: 469px;
	height: 625px;
	margin: 0;
}

.workflow-image-fence img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.workflow-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	display: block;
}

.workflow-caption-meta {
	display: none;
	position: absolute;
	left: 1498px;
	top: 726px;
	width: 222px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	margin: 0;
}

.workflow-caption-meta .wcm-bold {
	font-weight: 700;
}

.workflow-caption-meta .wcm-regular {
	font-weight: 400;
}

.workflow-caption-meta .wcm-light {
	font-weight: 300;
}

#paw-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.paw-wrap {
	position: absolute;
	pointer-events: none;
}

.paw-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.paw-wrap--gray .paw-img {
	filter: invert(85%);
}

.workflow-icon {
	position: absolute;
	width: 213px;
	padding: 28px;
	margin: -28px;
	pointer-events: auto;
	cursor: default;
	color: #000;
}

/* Animations des SVG en pause par défaut, jouées seulement au hover */
.workflow-icon__frame svg * {
	animation-play-state: paused;
}

.workflow-icon:hover .workflow-icon__frame svg * {
	animation-play-state: running;
}

.workflow-tooltip {
	position: absolute;
	left: calc(100% + 16px);
	top: 50%;
	transform: translateY(-50%) translateX(-6px);
	width: 220px;
	background: #fff;
	border: 2px solid #000;
	box-shadow: 6px 6px 0 #000;
	padding: 12px 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4;
	color: #000;
	text-align: left;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease-out, transform 0.15s ease-out;
	z-index: 20;
}

.workflow-icon:hover .workflow-tooltip {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

.workflow-icon__frame {
	width: 163px;
	height: 163px;
}

.workflow-icon__frame svg {
	width: 100%;
	height: 100%;
}

.workflow-icon__label {
	display: block;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

/* ---- Projects (section "Services") ----
 * Wrapper indépendant à 70% de la largeur de page, centré — pas de fidélité
 * pixel-perfect à la maquette ici, juste un layout simple et propre. */
.projects {
	position: relative;
	background: #fff;
	padding: 96px 0;
	z-index: 2;
}

.projects-wrapper {
	width: 70%;
	margin-inline: auto;
}

/* Pas de ::after : la ligne de fermeture ferait doublon avec .contact-sep
 * (juste après dans le HTML), qui joue déjà ce rôle en bas de section. */
.projects::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #555;
	transform: scaleY(0.5);
}

.projects-heading {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0 0 64px;
}

.projects-heading,
.project-row {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.projects-heading.is-revealed,
.project-row.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.project-row {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 64px;
	padding: 56px 0;
}

.project-row__text {
	position: relative;
	z-index: 2;
	flex: 1 1 50%;
	max-width: 900px;
}

.project-title--nowrap {
	white-space: nowrap;
}

.project-title {
	display: flex;
	align-items: baseline;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 80px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	line-height: 1.05;
	margin: 0 0 16px;
	transition: color 0.3s ease;
}

/* Trait qui remplace l'underscore : invisible par défaut, se révèle de
 * gauche à droite (via width) seulement au survol de la ligne du projet. */
.project-title-underscore {
	display: inline-block;
	width: 0;
	height: 0.08em;
	margin-right: 0;
	background: currentColor;
	transition: width 0.35s ease, margin-right 0.35s ease;
	flex-shrink: 0;
}

.project-row:hover .project-title-underscore {
	width: 0.5em;
	margin-right: 0.15em;
}

.project-desc {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1.5;
	opacity: 0.85;
	margin: 0;
	transition: color 0.3s ease;
}

/* La ligne démarre au bord gauche du wrapper (comme les titres) et va
 * jusqu'au bord droit de la PAGE (100vw), pas juste jusqu'au bord du
 * wrapper à 70%. */
.projects-sep {
	border: none;
	border-top: 1px solid #ccc;
	margin: 0;
	width: calc(100% + 15vw);
}

.project-row__image {
	position: absolute;
	z-index: 1;
	right: -10vw;
	width: 35vw;
	max-width: 620px;
	margin: 0;
	opacity: 0;
	transform: translateY(-50%) scale(0.85);
	transition: opacity 0.5s ease, transform 0.5s ease;
	pointer-events: none;
}

.project-row__image img {
	width: 100%;
	height: auto;
	display: block;
}

.project-row:hover .project-row__image {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

/* Effet "spotlight" : dès qu'une ligne de projet est survolée, les deux
 * autres passent en gris pour faire ressortir celle en cours de hover. */
.projects-wrapper:hover .project-row:not(:hover) .project-title,
.projects-wrapper:hover .project-row:not(:hover) .project-desc {
	color: #6b6b6b;
}

/* Chaque ligne séparatrice fait partie du groupe "titre + texte + ligne" de
 * la rangée qui la précède : si cette rangée est grisée (non survolée), sa
 * ligne l'est aussi. */
.projects-wrapper:hover .project-row:not(:hover) + .projects-sep {
	border-top-color: #6b6b6b;
}

/* ---- About ---- */
.about {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #fff;
	display: flex;
	align-items: center;
	z-index: 2;
}

.about-wrapper {
	position: relative;
	width: 70%;
	margin-inline: auto;
}

.about-wrapper::after {
	content: '';
	display: block;
	clear: both;
}

.about-reveal-mask {
	position: absolute;
	inset: 0;
	background: #fff;
	z-index: 10;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.7s ease;
}

.about-wrapper.is-revealed .about-reveal-mask {
	opacity: 0;
}

.about-image-col {
	position: relative;
	float: left;
	width: 270px;
	min-height: 665px;
	margin-right: 40px;
}

.about-image {
	margin: 0;
	overflow: hidden;
}

.about-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease, filter 0.5s ease;
}

.about-image:hover img {
	transform: scale(1.05);
	filter: brightness(0.85);
}

.about-image--1 {
	position: relative;
	width: 100%;
}

.about-image--2 {
	position: absolute;
	left: 186px;
	top: 280px;
	width: 289px;
}

.about-caption {
	position: relative;
	margin: 16px 0 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}

.about-caption .wcm-bold {
	font-weight: 700;
}


.about-subheading {
	position: relative;
	clear: none;
	white-space: nowrap;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 1.2;
	margin: 1rem 0 36px;
}

.about-text {
	max-width: 700px;
	margin-top: 2rem;
	/* L'image 2 (position:absolute, invisible au wrap CSS des floats) dépasse la
	 * colonne flottante. Tant que margin-left ne dépasse pas la place réservée au
	 * float, elle est ignorée (le float fait office de plancher) — il faut donc
	 * une marge largement supérieure à ce plancher pour vraiment dégager l'image. */
	margin-left: 500px;
	overflow: hidden;
}

.about-text p {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.about-text p:last-child {
	margin-bottom: 0;
}

/* ---- Contact ---- */
.contact-sep {
	border: none;
	border-top: 1px solid #555;
	height: 0;
	margin: 0 0 0 15%;
	width: 85%;
}

.contact {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 96px 0;
	z-index: 2;
}

.contact-wrapper {
	width: 70%;
	margin-inline: auto;
}

.contact-heading {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 80px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	line-height: 1.05;
	margin: 0 0 56px;
}

.contact-heading-arrow {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left: 1rem;
	vertical-align: middle;
}

.contact-heading,
.contact-form {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.contact-heading.is-revealed,
.contact-form.is-revealed {
	opacity: 1;
	transform: translateY(0);
}


.contact-form {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.contact-field-row {
	display: flex;
	gap: 40px;
}

.contact-field-row .contact-field {
	flex: 1 1 50%;
}

.contact-field {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-field label {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.contact-required {
	color: #000;
}

.contact-hint {
	font-weight: 300;
	font-size: 13px;
	color: #555;
}

.contact-field input {
	border: none;
	border-bottom: 1px solid #555;
	background: transparent;
	padding: 0 0 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	outline: none;
	transition: border-color 0.3s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
	color: #999;
}

.contact-field input:focus,
.contact-field textarea:focus {
	border-bottom-color: #000;
}

.contact-field textarea {
	border: none;
	border-bottom: 1px solid #555;
	background: transparent;
	padding: 0 0 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	outline: none;
	resize: none;
	transition: border-color 0.3s ease;
}

.contact-submit {
	position: relative;
	overflow: hidden;
	align-self: flex-start;
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #000;
	border-radius: 999px;
	background: none;
	padding: 14px 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: color 0.4s ease;
	z-index: 0;
}

.contact-submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transform: translateX(-100%);
	transition: transform 0.4s ease;
	z-index: -1;
}

.contact-submit:hover::before {
	transform: translateX(0);
}

.contact-submit svg {
	transition: transform 0.3s ease;
}

.contact-submit:hover {
	color: #fff;
}

.contact-submit:hover svg {
	transform: translateX(3px);
}

/* ---- Footer (rideau) ----
 * Fixé en bas du viewport, z-index inférieur aux sections (z-index:2) :
 * les sections couvrent le footer pendant le scroll et le dévoilent
 * progressivement quand on atteint le bas de la page. */
.site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 320px;
	z-index: 1;
	background-color: #fff;
	border-top: 1px solid #555;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 68px 15% 52px;
}

.site-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer__left {
	display: flex;
	flex-direction: column;
	gap: calc(10px + 1rem);
	align-items: flex-start;
}

.site-footer__name {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #000;
	line-height: 1;
}

.site-footer__phone {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #000;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.site-footer__rights {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #555;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0;
	align-self: flex-end;
}

.footer-contact-btn {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #000;
	border-radius: 999px;
	background: none;
	padding: 18px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: color 0.4s ease;
	z-index: 0;
}

.footer-contact-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transform: translateX(-100%);
	transition: transform 0.4s ease;
	z-index: -1;
}

.footer-contact-btn:hover::before {
	transform: translateX(0);
}

.footer-contact-btn:hover {
	color: #fff;
}

.footer-contact-btn svg {
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.footer-contact-btn:hover svg {
	transform: translateX(3px);
}

/* ---- Mode sombre ----
 * Règle simple : toutes les sections à fond blanc (texte noir) basculent en
 * fond noir (texte blanc). Les sections déjà sombres (Projects) ne changent
 * pas. Le header garde son mix-blend-mode (s'adapte déjà tout seul), seul
 * son fond qui s'efface au scroll passe de blanc à noir. */
html.dark-mode .header-bg-fade {
	background-color: #020202;
}

html.dark-mode body,
html.dark-mode .site-main,
html.dark-mode .hero,
html.dark-mode .workflow,
html.dark-mode .projects,
html.dark-mode .about,
html.dark-mode .contact,
html.dark-mode .about-reveal-mask {
	background-color: #020202;
}

html.dark-mode .projects-heading,
html.dark-mode .project-title,
html.dark-mode .project-desc {
	color: #fff;
}

html.dark-mode .projects::before {
	border-top-color: #fff;
}

html.dark-mode .workflow-title,
html.dark-mode .hero-desc,
html.dark-mode .workflow-caption-meta,
html.dark-mode .workflow-icon,
html.dark-mode .about-subheading,
html.dark-mode .about-text p,
html.dark-mode .about-caption,
html.dark-mode .contact-heading,
html.dark-mode .contact-field label,
html.dark-mode .contact-field input,
html.dark-mode .contact-field textarea,
html.dark-mode .contact-submit {
	color: #fff;
}

html.dark-mode .contact-required {
	color: #fff;
}

html.dark-mode .contact-hint {
	color: #999;
}

html.dark-mode .contact-field input::placeholder,
html.dark-mode .contact-field textarea::placeholder {
	color: #777;
}

html.dark-mode .contact-field input,
html.dark-mode .contact-field textarea {
	border-bottom-color: #999;
}

html.dark-mode .contact-field input:focus,
html.dark-mode .contact-field textarea:focus {
	border-bottom-color: #fff;
}

html.dark-mode .contact-submit {
	border-color: #fff;
}

html.dark-mode .contact-submit::before {
	background-color: #fff;
}

html.dark-mode .contact-submit:hover {
	color: #000;
}

html.dark-mode .contact-sep {
	border-top-color: #999;
}

html.dark-mode .projects-sep {
	border-top-color: #999;
}

/* Les pattes "classiques" (hors les 4 en gris sur l'image du hero, qui ont
 * déjà leur propre filtre) sont des SVG noirs : on les inverse en blanc en
 * mode sombre. */
html.dark-mode .paw-wrap:not(.paw-wrap--gray) .paw-img {
	filter: invert(1);
}

html.dark-mode .site-footer {
	background-color: #020202;
	border-top-color: #555;
}

html.dark-mode .site-footer__name,
html.dark-mode .site-footer__phone {
	color: #fff;
}

html.dark-mode .site-footer__rights {
	color: #999;
}

html.dark-mode .footer-contact-btn {
	color: #fff;
	border-color: #fff;
}

html.dark-mode .footer-contact-btn::before {
	background-color: #fff;
}

html.dark-mode .footer-contact-btn:hover {
	color: #000;
}

/* ---- Responsive mobile / tablette (≤ 1024px) ---- */

/* Section workflow mobile : cachée sur desktop */
.mobile-workflow {
	display: none;
}

@media (max-width: 1024px) {

	/* --- Header compact : la nav desktop (Contact/EN-FR) et le toggle dark
	 * mode fixe débordent d'un vrai petit écran (masqués par
	 * overflow-x:hidden au lieu de wrapper) — remplacés par un burger. --- */
	.header-inner {
		padding: 0 16px;
	}

	.header-nav,
	.header-dark-toggle {
		display: none;
	}

	.header-burger {
		display: flex;
	}

	/* --- Section À propos cachée --- */
	.about {
		display: none;
	}

	/* --- Désactivation du canvas 1920px --- */
	.site-canvas-wrapper {
		height: auto !important;
		overflow: visible;
	}

	.site-main {
		position: relative;
		width: 100%;
		height: auto !important;
		transform: none !important;
	}

	/* --- Hero : fond uni, image cachée, titre haut-gauche --- */
	.hero {
		height: 100svh !important;
		overflow: hidden;
		display: flex;
		align-items: center;
		padding: 0 24px;
		box-sizing: border-box;
	}

	.hero-bg {
		display: none;
	}

	.hero-title {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		width: auto !important;
		font-size: clamp(68px, 20vw, 125px);
		color: #000;
	}

	.hero-word {
		margin-left: 0 !important;
	}

	.hero-desc {
		display: none;
	}

	#paw-overlay {
		display: none;
	}

	/* --- Workflow desktop caché sur mobile --- */
	.workflow {
		display: none;
	}

	/* --- Workflow mobile affiché --- */
	.mobile-workflow {
		display: block;
		background: #fff;
		padding: 2rem 24px 80px;
	}

	.mobile-workflow__title {
		font-family: 'Roboto', sans-serif;
		font-weight: 900;
		font-size: clamp(36px, 8vw, 60px);
		color: #000;
		margin: 0 0 48px;
		line-height: 1.05;
	}

	.mobile-workflow__grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 36px 12px;
	}

	.mobile-workflow__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.mobile-workflow__icon {
		width: 86px;
		height: 86px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mobile-workflow__icon svg {
		width: 100%;
		height: 100%;
	}

	.mobile-workflow__icon svg * {
		animation-play-state: running !important;
	}

	.mobile-workflow__label {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		font-size: 10px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #000;
		text-align: left;
	}

	.mobile-workflow__tooltip {
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-style: italic;
		font-size: 9px;
		line-height: 1.4;
		color: #555;
		text-align: left;
		opacity: 0;
		transform: translateY(6px);
		transition: opacity 0.4s ease var(--delay, 0s), transform 0.4s ease var(--delay, 0s);
	}

	.mobile-workflow__item:hover .mobile-workflow__tooltip {
		opacity: 1;
		transform: translateY(0);
	}

	/* --- Titres projets + contact réduits d'1/3 --- */
	.project-title {
		font-size: 54px;
		word-break: break-all;
		overflow-wrap: anywhere;
	}

	.project-title--nowrap {
		white-space: normal;
	}

	.project-row {
		flex-direction: column;
		gap: 16px;
		padding: 32px 0;
	}

	.project-row__text {
		max-width: 100%;
	}

	.project-row__image {
		z-index: 5;
	}

	.contact-heading {
		font-size: 54px;
		word-break: break-word;
	}

	/* --- Footer réduit sur mobile --- */
	.site-footer {
		position: relative;
		height: auto;
		padding: 28px 24px 20px;
	}

	.site-footer__name {
		font-size: 32px;
	}

	.site-footer__phone {
		font-size: 16px;
	}

	.footer-contact-btn {
		padding: 12px 18px;
		font-size: 13px;
	}

	#page {
		padding-bottom: 0;
	}
}

/* --- Dark mode sur mobile --- */
@media (max-width: 1024px) {

	html.dark-mode .site-main,
	html.dark-mode .hero {
		background-color: #020202;
	}

	html.dark-mode .hero-title {
		color: #fff;
	}

	html.dark-mode .mobile-workflow {
		background-color: #020202;
	}

	html.dark-mode .mobile-workflow__title,
	html.dark-mode .mobile-workflow__label {
		color: #fff;
	}

	html.dark-mode .mobile-workflow__icon img {
		filter: invert(1);
	}
}
