@font-face {
	font-family: 'Halibut Serif Expanded';
	src: url('fonts/HalibutSerif-Expanded.woff2') format('woff2'),
		url('fonts/HalibutSerif-Expanded.woff') format('woff'),
		url('fonts/HalibutSerif-Expanded.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* RESET */
html {
	box-sizing: content-box;
}

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

html,
body {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}

body {
	overflow: hidden;
	cursor: crosshair;
}

/* LES STYLES COMMENCENT ICI */

.content {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
}

#fond {
	display: none;
}

#gif {
	display: none;
}

.video_superposee {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	mix-blend-mode: hard-light;
	z-index: 1;
	object-fit: fill;
}

.menu {
	position: fixed;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	width: 100vw;
}

.ligne {
	border: 2.3px;
	border-color: white;
	border-style: none none solid none;
	opacity: 0.5;
	width: 100vw;
	height: calc(100vh / 3);
	z-index: 2;
}

.menu2 {
	position: fixed;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

#button1 {
	position: absolute;
	top: 15vh;
	left: 95vw;
	font-family: 'Halibut Serif Expanded';
	font-size: 23px;
	color: white;
	opacity: 0.5;
	transition: opacity 0.5s ease-in;
	z-index: 2;
	cursor: pointer;
}

#button2 {
	position: absolute;
	top: 50vh;
	left: 95vw;
	font-family: 'Halibut Serif Expanded';
	font-size: 23px;
	color: white;
	opacity: 0.5;
	transition: opacity 0.5s ease-in;
	z-index: 2;
	cursor: pointer;
}

#button3 {
	position: absolute;
	top: 85vh;
	left: 95vw;
	font-family: 'Halibut Serif Expanded';
	font-size: 23px;
	color: white;
	opacity: 0.5;
	transition: opacity 0.5s ease-in;
	z-index: 2;
	cursor: pointer;
}

a {
	position: absolute;
	color: white;
	font-family: 'Halibut Serif Expanded';
	font-size: 23px;
	z-index: 3;
	text-decoration: none;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

#LA_CHAIZE {
	top: 1vh;
	left: 3.5vw;
}

#Transition1 {
	top: 1vh;
	right: 32vw;
}

#Saison {
	top: 1vh;
	right: 24vw;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	pointer-events: none;
}

#Transition2 {
	top: 1vh;
	right: 3.5vw;
}