main.container {
	display : flex;
	position: relative;
}
aside.left-container {
	height: 100vh;
	flex: 0 0 20vw;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
}
.mobile-cross, .close-menu {
	display: none;
}
.left-container .bottom-menu {
	padding: 40px;
	position: absolute;
}
.bottom-menu .profil {
	text-align:left;
	padding-bottom: 40px;
	border-bottom: 1px solid #bdc3c7;
}
.bottom-menu .profil img {
	width: 150px;
}
.bottom-menu .profil h1 {
	font-weight: 400;
	font-size: 40px;
	font-style: italic;
}
.bottom-menu .profil p {
	margin-top: 15px;
	color: #95a5a6;
}
nav {
	margin-top: 40px;
}
nav ul li {
	list-style: none;
	padding: 15px 0;
	cursor: pointer;
}
nav ul li span {
	position: relative;
}
nav ul li span:before {
	position: absolute;
	content: "";
	width: 0%;
	transition: all .3s;
	height: 1px;
	bottom: 0;
	background: #000;
}
nav ul li:hover span:before {
	width: 100%;
}
section.right-container {
	flex: 0 0 79vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 40px;
	padding-bottom: 70px;
}
.a-project {
	flex: 0 0 49%;
	padding-top: 40px;
	cursor: pointer;
}
.project-bg {
	height: 400px;
	position: relative;
	overflow: hidden;
}
.project-desc {
	background: #000;
	color: #fff;
	padding: 20px;
	position: absolute;
	transition: all .3s;
	z-index: 999;
	bottom: -70px;
	opacity: 0;
}
.project-desc h2 {
	font-size: 60px;
	font-style: italic;
	letter-spacing: 0.15em;
	font-weight: lighter;
}
.project-bg:hover .project-desc {
	bottom: 0;
	opacity: 1;
}

@media screen and (max-height: 825px) {
	.bottom-menu .profil img {
		width: 100px;
	}
	.bottom-menu .profil h1 {
		font-size: 25px;
	}
	.bottom-menu .profil p {
		font-size: 13px;
	}
	.bottom-menu .profil {
		padding-bottom: 20px;
	}
	nav {
		margin-top: 20px;
	}
	nav ul li {
		font-size: 13px;
		padding: 5px 0;
	}
}
@media screen and (max-width: 1200px) {
	.mobile-cross, .close-menu {
		padding: 40px;
		display: block;
		cursor: pointer;
		font-size: 15px;
		font-style: italic;
		font-weight: lighter;
	}
	.close-menu {
		position: absolute;
		right: 0;
		top: 0;
	}
	main.container {
		display : block;
		position: relative;
	}
	aside.left-container {
		display: none;
		z-index: 999;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: #fff;
	}
	aside.left-container.active {
		display: block;
	}
	.left-container .bottom-menu {
		padding: 40px;
		background: #fff;
		position: absolute;
	}
	section.right-container {
		background: #fff;
		padding: 40px;
		padding-top: 0;
	}
}
@media screen and (max-width: 850px) {
	.a-project {
		flex: 0 0 100%;
	}
}

a{
	text-decoration: none;
	color: black;
}
/*_______________1_____Les oubliés ___________________________*/

#conteneur img{max-width:80%;}
.titre-projet{
	margin-top: 65px;
	font-size: 90px;
	font-family: 'DM Serif Text', serif;
	margin-left: 90px;


}

#conteneur img{
	margin-left: 90px;
}
