body {
  text-align: center;
  font-family: 'Open Sans', arial, sans-serif;
  color: #000000;
}

a:link, a:visited, a:hover, a:active {
  color: #00aeef;
  text-decoration: underline;
}

a:hover, a:active {
  color: #000000;
}

header {
	padding: 50px 0 10px;
}

section {
  padding: 50px 0;
}

section:nth-child(even) {
  background-color: #efefef;
}

h2 {
	margin-bottom: 50px;
	font-size: 50px;
	letter-spacing: -2px;
}

#visuel {
	padding: 0;
}

p {
	text-align: justify;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}

#contacter p {
	text-align: center;
}

#mentions {
	background-color: #555555;
	color: #FFFFFF;
}

nav {
	margin-bottom: 50px;
}

nav a:link, nav a:visited, nav a:hover, nav a:active {
	text-decoration: none;
	color: #000 !important;
	padding: 0 20px !important;
}

nav a:hover, nav a:active {
	text-decoration: underline !important;
}