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;
}
/*   Je m'occupe de la section top-page*/
section.top-page{
	background-image: url(Images/mobtest.jpeg);
	height: 109vh;
	background-size: cover;
	justify-content: between;
}

h1{
	color: white;
	font-size: 70px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 300;
	padding-right: 10%;
	text-align: end;
}
h2{
	color: white;
	font-size: 30px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 300;
	padding-right: 10%;
	text-align: end;
}


p{
	font-size: 18px;
	color: white;
	font-family: system-ui;
	font-weight: 300;
}

.scroll-down {
    color: white;
    text-decoration: none;
	font-family: system-ui;
	position: absolute;
	left: 50%;
}
/* je m'occupe de la section des présnetation de projet*/


.titretemoi{
	padding-left: 20%;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 40px;
	
}

.txtemoi{
	text-align: justify;
	width:70%;
	list-style: none;
	padding-left: 14%;
	color: white;
	font-family: system-ui;
}
/*début de la section service/activité */
.activite{
	margin-bottom: 0px;
}
.service {
	padding-top: 3%;
	padding-bottom: 1.5%;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-grow:1;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
	
.service2{
	display: flex;
	flex-direction: column;

}
.service3{
	display: flex;
}

.titrepres{
	color:white;
	text-align:center;
	list-style: none;
	font-size: 50px;
	font-family:Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 300;
}
.textepres {
	margin : 10px;
	list-style: none;
	text-align: justify;
	font-family: system-ui;
	font-size: 16px;
	padding-left:3%;
	padding-bottom: 20px;
	max-width: 800px;
	color:white;
}
.textepres2 {
	margin : 10px;
	list-style: none;
	text-align: justify;
	font-family: system-ui;
	font-size: 16px;
	padding-left:3%;
	padding-bottom: 20px;
	max-width: 350px;
	color:white;
}


.presservice{
	align-items: center;
	display: flex;
	flex-direction: column;
	list-style: none;	
}

.imgpres{
	border-radius: 5px;
}

.visuel{
	display:flex;
	padding-left:5%;
}
.visuel img{
	border-radius: 5px;
	margin-left: 2%;
}
/* Début de la section galerie photo*/

.grid{
	position: relative;
	column-count:4;
	gap: 5px;
	margin: 20px;
}
.grid-item{
	
	margin-bottom: 5px;
	margin-left:1.5px;
	margin-right:1.5px;
}

.grid-item img{
	width:100%;
}

@media(max-width:810px){
	.grid{column-count:1}
}
/*code pour faire les image en grand*/


#lightbox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#lightbox img{
    
	max-width: 450px;
}

#lightbox.active{
    display: flex;
}

.exit{
    text-decoration: none;
    color: white;
    position: absolute;
    top: 10%;
    right: 10%;
}
/* je m'occupe du bas de page */

footer{
	color:black;
	display: flex;
	flex-grow: 1;
	justify-content: space-evenly;
	align-items: center;
	padding: 5%;
	background-color:rgba(255,255,255,0.8);
	list-style: none;
	flex-wrap: wrap;
}

.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;
}