@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&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');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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');

*{
	margin: 0;
	box-sizing: border-box;
	font-family: "Asap", serif;
  	font-weight: 400;
  	font-style: normal;
}

header{
	background-color: rgb(255, 255, 255);
	height: 235px;
	padding: 20px;
}

h2{
	font-family: Josefin sans;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 30px;
}

h3{
	font-family: Josefin sans;
	text-align: center;
	font-size: 30px;
}

.contenu{
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	text-align: center;
}

#menu a{
	font-size: 15px;
	color: white;
}

#banniere{
	height: 800px;
	background-image: url(images/bandeau.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#agence{
	background-color: rgb(43, 58, 63);
	width: 100%;
	height: 500px;
	color: white;
	padding-top: 30px;
}

#services{
	color: black;
	width: 100%;
	height: 880px;
}

#logo{
	margin: auto;
	display: block;
	width: 400px;
}
.menu{
	position: absolute;
	top: 169px;
	width: 80%;
	height: 66px;
	background-color: rgb(0, 165, 171);
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.col{
	width: 280px;
	height: 340px;
	text-align: center;
	margin-bottom: 250px;
}

#ligne{
	height: 5px;
	width: 300px;
	margin: auto;
	margin-bottom: 40px;
	background-color: rgb(0, 165, 171);
}

.contact{
	display: block;
	background-color: rgb(0, 165, 171);
	width: 60px;
	height: 50px;
}

#block-bleu{
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 270px;
	margin: auto;
	margin-bottom: 20px;
	background-color: rgb(0, 165, 171);
}

#bton-contact{
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 150px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 40px;
	background-color: rgb(0, 165, 171);
	border-radius: 10px;
}

#honoraires{
	background-color: rgb(43, 58, 63);
	width: 100%;
	height: 1000px;
	color: white;
	padding-top: 40px;
}

#bton-honoraires{
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 1000px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 30px;
	background-color: rgb(0, 165, 171);
}

.bloc-img{
	display: block;
	width: 40px;
	height: 40px;
	padding-right: 70px;
}

.bloc-txt{
	display: block;
	text-align: left;
	margin: 10px;
	padding-top: 5px;
}


footer{
	height: 60px;
	margin-top: 40px;
	padding: 20px;
	background-color: rgb(0, 165, 171);
	width: 100%;
}

.reseaux{
	width: 30px;
	margin: 5px;
	padding-bottom: 0;
	text-align: center;
}

.honoraires{
	display: block;
	flex-direction: column;
	width: 1000px;
	text-align: right;
}

#transactions{
	text-align: left;
	width: 48%;
}