@font-face {
	font-family: "Necto Mono";
	src: url("Necto-Mono.woff2") format("woff2"),
		url("Necto-Mono.woff") format("woff");
}


nav {
	//background-color: green;
	width: 90%;
	height: 12vh;
	display: flex;
	position: fixed;
	z-index: 1;
	top: 0;
}

nav h1 {
	font-family: "Necto Mono";
	color: #000;
	font-size: 30px;
	justify-content: left;
	text-decoration: none;
	color: #919e8a;
	margin-left: 3vw;
}

.colgauche {
	//background-color: red;
	font-family: "Necto Mono";
	margin-top: 20px;
	margin-left: 2%;
	position: fixed;
	height: 50vh;
}

.coldroite {
	margin-left: 28vw;
	margin-bottom: 8vh;
	//background-color: blue;
	padding-left: 3vw;
}


.liste {
	//background-color: pink;
	font-family: "Necto Mono";
	margin-top: 12vh;
	margin-left: 2vw;
	justify-content: end;
	padding-inline-start: 0%;
	color: #919e8a;
	font-family: "Necto Mono";
	font-size: 20px;
	line-height: 2vh;
	color: #919e8a;
	text-transform: uppercase;
}

img {
	width: 100%;
}

a {
	font-family: "Necto Mono";
	text-decoration: none;
	color: #919e8a;
	scroll-behavior: smooth;
}

h1 {
	text-transform: uppercase;
}


.contacts {
	text-align: right;
	//background-color: purple;
	margin-top: 3vh;
	margin-left: 77vw;
	position: fixed;
	margin-bottom: 20vw;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Necto Mono";
	background-color: #FFFFFF;
	color: #919e8a;
}

.projet {
	font-family: "Necto Mono";
	width: 66vw;
	margin-bottom: 3vh;
	position: relative;
	text-decoration: none;
	color: #919e8a;
}


.images1 {
	width: 30vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vh;
	margin-bottom: 20vh;
}

.images2 {
	width: 25vw;
	position: absolute;
	margin-left: 40vw;
	margin-top: 10vh;
	top: 0;
	left: 0;
}

.images3 {
	width: 18vw;
	position: absolute;
	margin-left: 3vw;
	margin-top: 50vh;
	top: 0;
	left: 0;
}

.texte1 {
	width: 30vw;
}

#gifmeta {
	width: 17vw;

}

.gifntxt {
	position: absolute;
	top: 0;
	left: 0;
	MARGIN-top: 96vh;
}

.texte3 {
	position: absolute;
	width: 30vw;
	top: 0;
	left: 0;
	MARGIN-top: 10vh;
}

.images4 {
	width: 60vw;
	margin-left: auto;
	margin-top: 10vh;
	margin-bottom: 10vh;
}


.texte4 {
	position: absolute;
	width: 20vw;
	bottom: 0;
	right: 0;
	MARGIN-bottom: 17vh;
	margin-right: 8.5vw;
}

#section5 {
	margin-bottom: 10vh;
}

.chargement {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #919e8a;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.image0 {
	align-items: center;
	width: 40%;
	position: absolute;

	margin-top: auto;
}

.hover-title {
	font-family: "Necto Mono";
	font-size: 20px;
	display: inline;
	pointer-events: auto;
	cursor: pointer;
}

.hover-image {
	display: none;
}

body:not(.mobile) .hover-title:hover+.hover-image {
	display: flex;
	pointer-events: none;
}

.hover-image {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* Change width and height to scale images */
	width: 95vw;
	height: 95vh;
}

.hover-image img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	margin-bottom: 0;
}