body {
	width: 100vw;
	min-height: calc(100vh - 50px);
	background-color: #eee;
	overflow-x:hidden
}

#welcome {
	height: 500px;
	width: 100%;
	background: url('../media/img/welcome_bcg.jpg') #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

#welcomeContent {
	width: 85%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#welcome h1 {
	font-weight: 600;
	font-size: 25px;
}

#welcome h3 {
	font-weight: 200;
	font-size: 18px;
	margin-top: 15px;
}

#welcome a {
	margin-top: 30px;
}

#welcome a, #categoriesCategories a, #contactContent a {
	padding: 15px 40px;
	background-color: #fff;
	color: #4E4E4E;
	border: 1px solid #FFF;
	font-size: 17px;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
}

#quiSommesNous, #categories, #contact {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 0;
}

#quiSommesNousContenu {
	width: 85%;
	height: 100%;
	text-align: justify;
	color: #4E4E4E;
	font-weight: 100;
}

h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 100;
}

hr {
	width: 100px;
	margin: auto;
}

#categories {
	background: url('../media/img/categories_bcg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#categoriesContent {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	color: #FFF;
}

#categoriesCategories {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.category {
	margin: 20px;
}

#contactContent {
	width: 85%;
	font-weight: 100;
	text-align: center;
}

#credits {
	padding: 10px 0;
	background-color: #333;
	width: 100%;
	text-align: center;
	color: #999;
}

#credits a {
	text-decoration: underline;
	color: #999;
}

@media(min-width: 767px) {
	#welcomeContent {
		width: 70%;
	}
	
	#welcome h3 {
		font-size: 22px;
	}

	#welcome h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 35px;
	}

	#quiSommesNousContenu {
		width: 85%;
	}

	#categoriesCategories {
		flex-direction: row;
		justify-content: space-between;
	}

	#contactContent {
		width: 100%;
	}
}
