body {
	padding: 0;
	margin: 0;
	background-color: rgb(34,34,34);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 700;
	color: #EEEEEE;
	height:100vh;
}

#Portfolio {
	width:1250px;
	margin:auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Portfolio>section:nth-of-type(1){
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Portfolio>section:nth-of-type(1)>section{
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Portfolio>section:nth-of-type(1)>section:nth-of-type(1){
	margin: 50px 0px 50px 0px;
}

#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1){
	width:100%;
	display:flex;
	justify-content:center;
}

#Portfolio>section:nth-of-type(1)>section:nth-of-type(1) hr{
	border: 1px solid rgb(33,150,243);
}

#Portfolio>section:nth-of-type(1)>section h1{
	font-size:50px;
	margin:0;
	font-weight: 700;
}

#Portfolio>section:nth-of-type(1)>section h1:nth-of-type(2){
	margin-left:15px;
	color: rgb(33,150,243);
}

#Portfolio>section:nth-of-type(1)>section h2{
	font-size:18px;
	margin:0;
	font-weight: 700;
}
#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2){
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(1){
	width:10%;
}
#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(2){
	width:75%;
	display:flex;
	justify-content:center;
}
#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(3){
	width:10%;
}

#Portfolio>section:nth-of-type(2){
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
	align-items: center;
	height:700px;
}

#Portfolio>section:nth-of-type(2)>a{
	height:200px;
	width:30%;
	margin-bottom: 50px;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease;
}

#Portfolio>section:nth-of-type(2)>a:nth-child(1) {
	background-image: url('images/meteo.png');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(2) {
	background-image: url('images/cvtechque.jpg');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(3) {
	background-image: url('images/flappy.jpg');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(4) {
	background-image: url('images/population.png');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(5) {
	background-image: url('images/map.jpg');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(6) {
	background-image: url('images/ehpad.PNG');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(7) {
	background-image: url('images/stage.PNG');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(8) {
	background-image: url('images/comingsoon.jpg');
}

#Portfolio>section:nth-of-type(2)>a:nth-child(9) {
	background-image: url('images/comingsoon.jpg');
}

#Portfolio>section:nth-of-type(2)>a:hover{
	transform: translateY(-10px);
	box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.3);
}

#Portfolio>section:nth-of-type(2)>a:hover>article{
	display: block;
}

#Portfolio>section:nth-of-type(2)>a>article{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	height: 160px;
}

#Portfolio>section:nth-of-type(2)>a>article>h2{
	margin-top: 0;
	color:rgb(33,150,243);
	margin-bottom: 10px;
}

#Portfolio>section:nth-of-type(2)>a>article>p{
	margin:0;
}

@media (min-width: 700px) and (max-width: 1599px) {

#Portfolio>section:nth-of-type(2)>a {
	height:250px;
	width: 40%;
}

#Portfolio>section:nth-of-type(2) {
	height: auto;
}

}

@media (max-width: 699px) {

#Portfolio {
	margin-top:20px;
	width:auto;
}

#Portfolio>section:nth-of-type(1){
	height:180px;
	margin-bottom:50px;
}

#Portfolio>section:nth-of-type(2)>a {
	margin-bottom:20px;
	width: 80%;
	height:200px;
}

#Portfolio>section:nth-of-type(2) {
	height: auto;
}

#Portfolio>section:nth-of-type(1)>section h2{
	font-size:20px;
	text-align:center;
}

#Portfolio>section:nth-of-type(1)>section h1{
	font-size:40px;
}

#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2){
	flex-wrap:wrap;
}

#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(1){
	display:none;
}

#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(2){
	width:80%;
}

#Portfolio>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(3){
	width:80%;
}

}
