*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	}
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, figcaption, figure, 
header, footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	border: 0px;
	outline: 0px;
	}
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section, img, video {
	display: block;
	box-sizing: border-box;
	}
input {
	border: none;
	outline: none;
	-webkit-appearance: none;
	}
html {
	min-height: 100dvh;
	scrollbar-width: none;
	}
html::-webkit-scrollbar {
	display: none;
	}
body {
	color: var(--black_25);
	font: 500 14px/18px 'Quicksand', Arial, sans-serif;
	}
a {
	text-decoration: none;
	color: var(--black);
	display: block;
	}
img {
	width: 100%;
	-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	}
/* MEDIA */
@media screen and (max-width: 1279px) {
	html {
		min-height: initial;
		}
	}
@media screen and (max-width: 767px) and (orientation: landscape) {
	body {
		overflow: hidden;
		height: 100%;
		}
	}

/* VARIABLES */
/* VARIABLES */
/* VARIABLES */
:root {
	/* MENU */
	--menu_height: 120px;
	/* GRID */
	--grid: calc(100vw + 4px);
	--grid_middle: -2px;
	/* CONTENT */
	--grid_content: 700px;
	--content_h1: 32px/32px 'Bebas Neue', Arial, sans-serif;
	--content_h1_spacing: 2px;
	--content_h2: 12px/12px 'Bebas Neue', Arial, sans-serif;
	--content_h2_spacing: 2px;
	--content_text: 500 14px/1.75 'Quicksand', Arial, sans-serif;
	--content_text_small: 700 12px/1.5 'Quicksand', Arial, sans-serif;
	/* MISC */
	--marge: 9vw;
	--space: 25vw;
	--trait: 3px;
	--icon_size: 12px;
	/* COLOR */
	--black: rgba(0,0,0,1);
	--black_01: rgba(0,0,0,.075);
	--black_25: rgba(0,0,0,.25);
	--black_50: rgba(0,0,0,.5);
	--black_infos: rgba(0,0,0,.1);
	--white: rgba(255,255,255,1);
	--white_25: rgba(255,255,255,.25);
	--white_50: rgba(255,255,255,.5);
	}
/* MEDIA */
@media screen and (max-width: 2559px) {
	:root {
		--content_h1: 28px/28px 'Bebas Neue', Arial, sans-serif;
		--content_h2_spacing: 1px;
		--marge: 8vw;
		}
	}
@media screen and (max-width: 1919px) {
	:root {
		--grid_content: 640px;
		--content_h1: 24px/24px 'Bebas Neue', Arial, sans-serif;
		--space: 20vw;
		}
	}
@media screen and (max-width: 1279px) {
	:root {
		--grid_content: calc(100vw - var(--space) - var(--space));
		--content_h1: 28px/28px 'Bebas Neue', Arial, sans-serif;
		--marge: 120px;
		--space: 17vw;
		}
	}
@media screen and (max-width: 1023px) {
	:root {
		--grid: 100vw;
		--grid_middle: 0px;
		--grid_content: calc(100vw - 300px);
		--marge: 80px;
		--space: 80px;
		}
	}
@media screen and (max-width: 767px) {
	:root {
		--grid_content: 100vw;
		--content_h1: 20px/20px 'Bebas Neue', Arial, sans-serif;
		--content_h1_spacing: 1px;
		--content_text_small: 700 10px/1.5 'Quicksand', Arial, sans-serif;
		--marge: 40px;
		}
	}
@media (prefers-color-scheme: dark) {
	:root {
		color-scheme: dark;
		}
	}

/* ORIENATION */
/* ORIENATION */
/* ORIENATION */
#orientation {
	z-index: 5;
	position: fixed;
	width: 100vw;
	height: 100dvh;
	background: var(--white);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
#orientation img {
	width: 80px;
	}
#orientation .title {
	margin: 20px 0px 0px 0px;
	letter-spacing: 1px;
	font: 12px/12px 'Bebas Neue', Arial, sans-serif;
	color: var(--black_25);
	}

/* INTRO */
/* INTRO */
/* INTRO */
#intro {
	z-index: 101;
	position: fixed;
	width: 100vw;
	height: 100dvh;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	}
#intro img {
	z-index: 3;
	width: 80px;
	mix-blend-mode: difference;
	filter: invert(1);
	}
#intro .panel {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background: var(--white);
	}
#intro .panel.black {
	z-index: 1;
	background: var(--black);
	}
/* CLOSE */
#intro.close,
#intro .panel.close {
	height: 0px;
	}

/* INIT CURSOR */
/* INIT CURSOR */
/* INIT CURSOR */
body:not(.device) *,
body:not(.device) a,
body:not(.device) button,
body:not(.device) div {
	cursor: none !important;
	}

/* CURSOR */
/* CURSOR */
/* CURSOR */
#cursor_regular {
	z-index: 100;
	position: fixed;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0px 0px 0px 2px var(--white);
	transform: translate(-50%, -50%);
	mix-blend-mode: difference;
	border-radius: 100px;
	pointer-events: none;
	overflow: hidden;
	transition:
		width 0.5s ease-in-out,
		height 0.5s ease-in-out,
		background-color 0.5s ease-in-out,
		opacity 0.5s ease-in-out,
		border 0.5s ease-in-out;
	opacity: 0;
	}
#cursor_link {
	z-index: 100;
	position: fixed;
	width: 14px;
	height: 14px;
	top: 0px;
	left: 0px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0px 0px 0px 2px var(--white);
	transform: translate(-50%, -50%);
	border-radius: 100px;
	pointer-events: none;
	overflow: hidden;
	transition:
		width 0.5s ease-in-out,
		height 0.5s ease-in-out,
		background-color 0.5s ease-in-out,
		opacity 0.5s ease-in-out,
		border 0.5s ease-in-out;
	opacity: 0;
	}
/* SHOW */
#cursor_regular.show,
#cursor_link.show {
	opacity: 1;
	}
#cursor_link.show {
	width: 50px;
	height: 50px;
	background: var(--black_01);
	}
/* HOVER */
#cursor_regular.hover_link {
	width: 50px;
	height: 50px;
	}
#cursor_regular.hover_link.image {
	mix-blend-mode: initial;
	}
/* HIDDEN */
#cursor_regular.hidden,
#cursor_link.hidden {
	opacity: 0 !important;
	}
/* CONTAINER */
#cursor_regular .container {
	width: 6px;
	height: 6px;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	opacity: 0;
	}
#cursor_regular.hover_link .container {
	width: 100%;
	height: 100%;
	opacity: 1;
	}
/* IMAGE */
#cursor_regular .container img {
	width: 14px;
	opacity: 0;
	}
#cursor_regular.show .container img {
	opacity: 1;
	}
#cursor_link .container img {
	width: 100%;
	margin: 0px 0px 0px 1px;
	filter: invert(1);
	opacity: 0;
	}
#cursor_link.show .container img {
	opacity: 1;
	}

/* BASICS */
/* BASICS */
/* BASICS */
.flex {
	flex: 1;
	}
.noscroll {
	overflow: hidden;
	height: 100%;
	touch-action: none;
	}
.onlymobile {
	display: none !important;
	}
.onlydevice {
	display: none !important;
	}
.transition {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	}
.transitionBis {
	transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
	}
.transitionFast {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	}
/* DISABLE */
.disable .transition,
.disable .transitionBis,
.disable .transitionFast {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	}
/* MEDIA */
@media screen and (max-width: 1279px) {
	.onlymobile {
		display: block !important;
		}
	.nomobile {
		display: none !important;
		}
	}

/* HEADER SCROLL */
/* HEADER SCROLL */
/* HEADER SCROLL */
#header_scroll {
	z-index: 4;
	position: fixed;
	width: 100vw;
	height: 5px;
	top: 0px;
	left: 0px;
	background: var(--black_01);
	pointer-events: none;
	}
#header_scroll .indicator {
	position: absolute;
	width: 0px;
	height: 100%;
	background: var(--black_01);
	}

/* VISUAL GRID */
/* VISUAL GRID */
/* VISUAL GRID */
.visual_grid {
	z-index: 100;
	position: fixed;
	background: var(--black_01);
	display: none;
	}
.visual_grid.grid_top {
	width: 100vw;
	height: 1px;
	top: var(--marge);
	left: 0px;
	}
.visual_grid.grid_bottom {
	width: 100vw;
	height: 1px;
	bottom: var(--marge);
	left: 0px;
	}
.visual_grid.grid_left {
	width: 1px;
	height: 100dvh;
	top: 0px;
	left: var(--marge);
	}
.visual_grid.grid_right {
	width: 1px;
	height: 100dvh;
	top: 0px;
	right: var(--marge);
	}
/* VEHEL */
.vehel .visual_grid {
	display: none;
	}

/* NAVIGATION */
/* NAVIGATION */
/* NAVIGATION */
#navigation {
	z-index: 100;
	position: fixed;
	top: var(--marge);
	left: var(--marge);
	display: none;
	}
