body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #505050;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.intro .container {
	position: relative;
}
.intro-pic {
	height: 100%;
}
.header {
	background: #000;
}
.logo {
	color: #fff;
	display: inline-block;
	padding: 10px 20px 10px 0;
	font-size: 40px;
	text-decoration: none;
	font-weight: 600;
}
.logo:hover {
	color: #fff;
	text-decoration: none;
}
.content {
	padding: 60px 0;
}
h1 {
	color: #0068b9;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}
h2 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	background: #0068b9;
	display: block;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.profil > div {
	padding: 20px 0;
	text-transform: uppercase;
}
.pics {
	display: flex;
	justify-content: center;
}
.contact {
	position: relative;
}
.contact-box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	background: #002746;
	padding: 40px;
	color: #fff;
}
.contact-box > div {
	line-height: 1.8;
}
.copyright {
	padding: 30px 0;
	font-size: 15px;
	text-align: center;
}
@media (max-width: 768px){
	.pics {
		display: block;
	}
	.contact-box {
		position: relative;
		right: auto;
	}
}















