body {
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: darkgrey;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


#fond {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	height: 75vh;
	width: 100%;
	background: url(images/la-chapelle-ouest-xxl-vb.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
	z-index: 1;
}

/* barre de navigation et son contenu */
nav{
	position: absolute;
	width: 100%;
    top:10px;
	right: 0px;
	height: 14px;
	z-index: 2;
}
nav ul {
	width: 100%;
	margin: auto;
	margin-right: 3px;
	}	
nav ul li {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	}


header {
	position: relative;
	top: 9%;
	width: 100%;
	right: 0px;
	left: 0%;
	z-index: 2;
}

#accroche {
	position: relative;
	top: 4%;
	width: 100%;
	right: 0px;
	left: 0%;
	z-index: 4;
}

#phrase {
	position: absolute;
	width: 80%;
	right: 10px;
	left: 10%;
    top:60vh;
	vertical-align: text-top;
	padding: 10px;
	z-index: 4;
}

#phrase p{
	background-color: rgb(255, 255, 255, 0.85);
	border-radius: 15px;
    height: auto;
    font-family: serif;
	font-style: italic;
	font-size: 130%;
	color: rgb(0, 51, 102);
	text-align: center;

}

#services {
	display: flex;
	background-color: rgb(102, 102, 102);
	position: absolute;
	width: 100%;
    top:75vh;
	color: white;
	text-align: center;
}

.services_item {
	width: 33%;
}

.services_item p{
	text-align: justify;
	padding: 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { 
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", 
	"Segoe UI Symbol", "Noto Color Emoji"; }

h1 { color: white; font-size: 4em; padding-left: 55%; padding-bottom: 0px}

h2 { color: white; font-size: 180%; font-weight: normal; padding-left: 56%; }

p { color: #darkslateblue; font-weight: 300; padding: 0px; }

nav h3 { color: white; font-size: 120%; padding-top: 0px; }

#services h1 { color: white; font-size: 3em; padding: 0px; align: center; }

#services h2 { color: white; font-size: 150%; padding: 0px; align: center; font-family: serif; font-style: italic; }

/* link */
a { font-size: 1em; font-family: Arial, Helvetica, sans-serif; font-style: bold; color: white; text-decoration: none; }
/* mouse over link */
a:hover { text-decoration-line: overline underline; color: white; }
/* selected link */
a:active { font-size: 1em; font-family: Arial, Helvetica, sans-serif; text-decoration-line: overline underline; font-style: bold; color: white; }
/* visited link */
a:visited { font-size: 1em; font-family: Arial, Helvetica, sans-serif; font-style: bold; color: white; text-decoration: none; }


