@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 */
@media only screen and (max-device-width : 950px) and (orientation : landscape) {

	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;
		width: 100vw;
		height: 100vh;
	}

	/* LES STYLES COMMENCENT ICI */

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

	.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: 13.5px;
		color: white;
		opacity: 0.5;
		transition: opacity 0.5s ease-in;
		z-index: 2;
	}

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

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

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

	#LA_CHAIZE {
		top: 10px;
		left: 5vw;
	}

	#Transition1 {
		top: 10px;
		right: 40vw;
	}

	#Saison {
		top: 10px;
		right: 30vw;
		opacity: 0;
	}

	#Transition2 {
		top: 10px;
		right: 5vw;
		transition: opacity 0.5s ease-in;
		pointer-events: none;
	}

	#fond {
		display: none;
	}

	#gif {
		display: none;
	}

}

@media only screen and (max-device-width : 950px) and (orientation : portrait) {


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

	#fond {
		display: block;
		position: fixed;
		top: 0px;
		width: 200vw;
		height: 200vh;
		background-color: black;
		z-index: 5;
	}

	#gif {
		display: block;
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 30vh;
		left: 2vw;
		z-index: 5;
	}

	.video_superposee {
		display: none;
	}

	.menu {
		display: none;
	}

	.ligne {
		display: none;
	}

	.menu2 {
		display: none;
	}

	#button1 {
		display: none;
	}

	#button2 {
		display: none;
	}

	#button3 {
		display: none;
	}

	a {
		display: none;
	}

	#LA_CHAIZE {
		display: none;
	}

	#Transition1 {
		display: none;
	}

	#Saison {
		display: none;
	}

	#Transition2 {
		display: none;
	}

}