*{
	box-sizing: border-box;
}

.burger-menu, .titre-mobile{
	display: none;
}

nav{
	position: fixed;
	width: 200px;
	height: 100vh;
	font-family: "lackregular";
}

nav ul {
  display: block;
	padding: 30px 30px 50px 30px;
}

nav li:first-child {
	font-size: 33px;
	line-height: 39px;
	margin: 0px 0px 100px 0px;
}


nav li{
	font-size: 18px;
	margin: 0px 0px 20px 0px;
}

nav li:last-child img{
	width: 140px;
	position: fixed;
	bottom: 30px;
	display: block;
}

a, a:visited{
	color: black;
	text-decoration: none;
	transition: 0.15s ease-out;
}

a:hover, .projects:hover{
	cursor:pointer;
	color:#e7ac0e;
}

.projects:last-child:hover{
	cursor: default;
}

#selected{
	color:#e7ac0e;
}

.slides-container{
	width: calc( 100vw - 200px );
	margin-left: 200px;
	height: 100vh;
}

.slides {
	display:none;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.projects-container{
	width: calc( 100vw - 200px );
	margin-left: 200px;
	height: 100vh;
	padding: 45px 30px 30px 30px;
	display: flex;
	flex-wrap: wrap ;
	justify-content: space-around;
}

.projects{
	width: 22vw;
	height: 250px;
	margin-bottom: 100px;
}

.projects-img{
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	transition: 0.25s ease-out;
}

.projects-img:hover{
	border-radius: 100% ;
}

.projects-img-description{
	text-align: center;
	margin-top: 15px;
	font-family: "lackregular";
}

.projects-img-description:last-child{
	margin-bottom: 35px;
}

.projects-img-niveau3{
	width: 70%;
	margin-left: 15%;
	margin-bottom: 40px;
}

.img-vertical{
	width: 40%;
}

.projects-container-niveau3{
	width: calc( 100vw - 200px );
	margin-left: 200px;
	height: 100vh;
	padding: 45px 30px 30px 30px;
}

.projects-container-niveau3-texte{
	width: 70%;
	margin-left: 15%;
	font-family: "lackregular";
	margin-bottom: 40px;
}

.projects-container-niveau3-texte-chantiers{
	font-family: "lackregular";
	width: 75vw;
	padding-bottom: 30px;
}

.projects-container-niveau3-texte-apropos{
	font-family: "lackregular";
	width: 75vw;
	margin: 0px 0px 0px 260px;
	padding: 79px 0px 30px 0px;
	padding-right: 15%;
}

.niveau3-titre{
	font-size: 25px;
	margin: 0px 0px 30px 0px;
	width: fit-content;
	border-bottom: 3px solid black;
	padding-bottom: 5px;
}

.niveau3-titre-apropos{
	font-size: 25px;
	margin: 0px 0px 30px 0px;
	width: fit-content;
	padding-bottom: 5px;
}

.niveau3-texte-fr{
	width: 49%;
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	border-right: 1px solid black;
	padding-right: 3%;
}

.niveau3-texte-expos{
	width: 100%;
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
}

.niveau3-texte-en{
	font-family: "lackregular";
	width: 47%;
	float: right;
	font-size: 13px;
	line-height: 16px;
	margin-left: 3%;
}

.legendes-img-niveau3{
	width: 70%;
	margin-left: 15%;
	margin-bottom: 50px;
	margin-top: -20px;
	text-align: center;
	font-family: "lackregular";
}

#bio-deplie, #demarche-deplie, #expositions-deplie{
	display: none;
}

#bio:hover, #demarche:hover, #expositions:hover{
	cursor:pointer;
	color:#e7ac0e;
}

.date{
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}

.date:not(:first-child){
	margin-top: 30px;
}

.expo{
	margin-bottom: 10px;
}

/*RESPONSIVE*/

@media screen and (max-height: 680px){
	nav li:last-child img{
		display: none;
	}
}

@media screen and (max-width: 1200px){
	.projects{
		width: 30vw;
		height: 250px;
	}
	#vide{
		display: none;
	}
	.projects-container-niveau3-texte-chantiers{
		width: 68vw;
	}
}

@media screen and (max-width: 900px){
	.niveau3-texte-fr{
		width: 100%;
		border-right: 0px ;
		padding-right: 0%;
	}

	.niveau3-texte-en{
		width: 100%;
		float: none;
		margin-left: 0%;
		margin-top: 30px;
	}
	#vide{
		display: none;
	}
}

@media screen and (max-width: 800px){
	.projects{
		width: 50vw;
		height: 300px;
	}

	.projects-img{
		height: 300px;
	}
	#vide{
		display: none;
	}
}

/*MOBILE*/
@media (max-device-width: 480px){

	#vide{
		display: none;
	}

	.burger-menu{
		display: block;
  	cursor: pointer;
		position: fixed;
		z-index: 10;
		top: 67px;
		right: 60px;
	}

	.burger-menu div {
  	width: 62px;
  	height: 5px;
  	background-color: black;
		margin-bottom: 14px;
  	transition: 0.4s;
	}

	.open .bar1 {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		transform-origin: top right;
	}

	.open .bar2 {
  	opacity: 0;
	}

	.open .bar3 {
  	-webkit-transform: rotate(45deg) translate(2px, 2px);
		transform: rotate(45deg) translate(2px, 2px);
		transform-origin: bottom right;
	}

	.open li {
  display: block;
}

	nav{
		width: 100vw;
		height: 175px;
	}

	nav ul {
		padding: 60px 60px 40px 60px;
		background-color: white;
	}

	nav li {
  	font-size: 50px;
		margin: 0px 0px 50px 0px;
	}

	nav li:first-child, nav li:last-child img{
		display: none;
	}

	.menu{
		display: none;
	}

	.show-menu{
		display: block;
	}

	.titre-mobile{
		display: block;
		font-family: "lackregular";
		font-size: 60px;
		margin: 0px 60px 70px 0px;
		background-color: white;
		position: fixed;
		padding-bottom: 50px;
		width: 100%;
		top: 0px;
		padding-top: 60px;
		padding-left: 60px;
	}

	.slides-container{
		width: 100vw;
		margin-left: 0px;
		height: calc( 100vh - 145px) ;
		margin-top: 145px;
	}

	.projects-container{
		width: 100vw;
		margin-left: 0px;
		margin-top: 145px;
	}

	.projects{
		width: calc( 100vw - 120px );
		height: 600px;
		margin-bottom: 160px;
	}

	.projects-img{
		height: 600px;
	}

	.projects-img-description{
		margin-top: 30px;
		font-size: 40px;
	}

	.projects-img-description:last-child{
		margin-bottom: 150px;
	}

	.projects-container-niveau3{
		width: 100vw ;
		margin: 145px 0px 0px 0px;
		padding: 0px;
	}

	.projects-img-niveau3{
		width: calc( 100vw - 120px );
		margin: 0px 0px 60px 60px;
	}

	.img-vertical{
		width: calc( 100vw - 120px );
	}

	.projects-container-niveau3-texte{
		width: 100%;
		margin: 0px;
		margin-bottom: 40px;
		padding: 0px 60px 0px 60px;
	}

	.projects-container-niveau3-texte-chantiers{
		width: calc( 100vw - 120px );
		margin: 0px;
		padding: 0px 0px 30px 0px;
	}

.projects-container-niveau3-texte-apropos{
	width: 100%;
	margin: 250px 0px 40px 0px;
	padding: 0px 60px 0px 60px;
}

	.niveau3-titre{
		font-size: 50px;
		width: fit-content;
		border-bottom: 6px solid black;
		padding-bottom: 5px;
	}

	.niveau3-titre-apropos{
		font-size: 50px;
		margin: 0px 0px 100px 0px;
		width: fit-content;
		padding-bottom: 5px;
	}

	.niveau3-texte-fr{
		width: 100%;
		font-size: 35px;
		line-height: 40px;
		border-right: 0px;
		padding: 0px;
		margin: 0px;
	}

	.niveau3-texte-expos{
		font-size: 35px;
		line-height: 40px;
	}


	.niveau3-texte-en{
		width: 100%;
		font-size: 35px;
		line-height: 40px;
		padding: 0px;
		margin: 60px 0px 60px 0px;
	}

.date{
	font-size: 40px;
	margin-bottom: 40px;
}

.date:not(:first-child) {
  margin-top: 80px;
}

.expo {
  margin-bottom: 30px;
}

.mail{
	font-size: 50px;
}

}
