@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
	box-sizing: border-box;
	margin: 0;
	text-decoration: none;
	font-family: "Poppins", serif;
  	font-weight: 400;
  	font-style: normal;
}






.ligne{
	background-color:  rgb(21, 159, 153);
	width: 350px;
	height: 3px;
	margin: auto;
	margin-bottom:40px;
}


.ligne-con{
	background-color:  rgb(21, 159, 153);
	width: 210px;
	height: 3px;
	margin: auto;
	margin-bottom:40px;
}


.ligne-hono{
	background-color:  rgb(21, 159, 153);
	width: 2%;
	height: 3px;

	
}



.hono{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}


.hono1{
	width: 48%;
	text-align: right;
}


.hono2{
	width: 48%;
	text-align: left;
}


h2{
	color: white;
	text-align: center;
	padding: 20px;

}


hr{
	color:  rgb(21, 159, 153);
	width: 350px;
	height: 3px;
margin

}

.logo{
	align-items: center;
	width: 403px;
	height: 130px;
	margin: 20px;
}


.contenu{
	width: 1348px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;

}


#menu{
	align-items: center;
	text-align: center;
	background-color: rgb(21, 159, 153);
	margin: auto;
	display: flex;
	justify-content: center;
	width: 1000px;
	height: 66px;
}

#menu a{
	font-size: 18px;
	padding: 10px;
	color: white;
	transition: color 0.8s;
	background-color: rgb(21, 159, 153);
	width: 1000px;
}



.bandeau{
	height: 700px;
	background: url(images/bandeau.jpg);


}


.texte-noir{
	background-color: rgb(43, 58, 63);
	color: white;
	text-align: center;
	font-size: 20px;
	flex-direction: column;

}


.texte-noir2{
	background-color: rgb(43, 58, 63);
	height: 1400px;
	color: white;
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
}


.texte-noir-bleu{
	color: rgb(21, 159, 153);
}

/*BOUTON*/

.bton-container{
	padding: 30px 0 30px 0;
	text-align: center;
	margin: 40px 0 40px 0;
}


.bouton{
	color: white;
	padding:0px 40px 0px 40px;
	background-color: rgb(21, 159, 153);
	border-radius: 5px;
}



.bouton-car{
	color: white;
	padding:10px 40px 10px 40px;
	background-color: rgb(21, 159, 153);

}


.bouton-long{
	color: white;
	padding:10px 40px 10px 40px;
	background-color: rgb(21, 159, 153);
	width: 1000px;
	border: none;
	cursor: pointer;
	font-size: 20px;



}


#missions{
	margin-top: 60px;
}

/*SERVICES*/

.service{
	color: black;
}



.col-img{
	width: 200px;
	height: 200px;
	margin-bottom: 20px;

}

.col{
	width: 300px;
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;

}


.img1{
background:url(images/img1.png) center/cover;
}

.img2{
background:url(images/img2.png) center/cover;
}

.img3{
background:url(images/img3.png) center/cover;
}




footer{
	background-color:  rgb(21, 159, 153);
	height: 50px;
}


.img-foo1{
background:url(images/facebook.png) center/cover;
width: 30px;
height: 30px;
margin: 10px;
}

.img-foo2{
background:url(images/twitter.png) center/cover;
width: 30px;
height: 30px;
margin: 10px;
}

.img-foo3{
background:url(images/instagram.png) center/cover;
width: 30px;
height: 30px;
margin: 10px;
}


.img-con1{
background:url(images/tel.png) center/cover;
width: 40px;
height: 40px;
}


.img-con2{
background:url(images/email.png) center/cover;
width: 40px;
height: 40px;
}


.contact{
	 display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: white;
    margin-bottom: 40px;
}


/*--------------------RESPONSIVE--------------------*/


@media screen and (max-width:1000px){

}