body{
	margin:0 auto;
	background-image: url(Images/fondnoir.png);
}
html {
    scroll-behavior: smooth;
}
/* je m'occupe de la section header*/
header img{
	width: 180px;
	margin: 2px;	
}

/*   Je m'occupe du menu de navigation*/
nav {
	align-items: center;
	flex-grow:1;
	display: flex;
	list-style: none;
	color: white;	
	justify-content: space-around;
	background-image: url(Images/Fond.PNG);
	font-size:20px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;	
}

nav img{
	width : 150px;
	margin : 10px;
}

h1{
	color: white;
	font-size: 70px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 300;
	text-align: center;
}
h2{
	color: white;
	font-size: 40px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 300;
	text-align: center;
}


p{
	font-size: 18px;
	text-align: center;
	color: white;
	font-family: system-ui;
}
/* je m'occupe de la description*/
.deschori{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: space-around;
	margin: 7%;
}

.deschori img{
	border-radius: 5px;
}

.description{
	padding-top: 50px;
	max-width: 700px;
	text-align: start;
	font-weight: 300;
}

/*Je m'occupe des images  */

.presservice{
	align-items: center;
	display: flex;
	flex-direction: column;
	list-style: none;	
}

.imgpres{
	border-radius: 5px;
	max-width: 500px;
}

.service {
	padding-top: 2%;
	padding-bottom: 3%;
	padding-left: 6%;
	padding-right: 6%;
	display: flex;
	flex-grow:1;
	justify-content: space-around;
	align-items: center;
}
/* je m'occupe du bas de page */

footer{
	color:black;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 5%;
	background-color:rgba(255,255,255,0.8);
	list-style: none;
}

.footertitre{
	font-size:20px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.footertexte{
	font-family: system-ui;
	width: 280px;
	padding-left: 2%;
	text-align: justify;
	text-decoration: none;
	color: black;
}


.iconalign{
	display: flex;
	align-items:center;
}

.iconalign img{
	width: 35px;
	
}

.logo{
	width:370px;
}
.lien{
	font-size:25px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-decoration: none;
	color: white;

}
.lien:hover{
	font-weight: 600;
}