.title {
	padding-top: 2%;
	padding-bottom: 2%;
	line-height: 27px;
	font-size: 20px;
	width: 100%;
	text-align: center;
	color: darkblue;
}

div.title h2 {
	padding: 0%;
	margin: 0%;
}

.title p {
	color: black;
}

strong {
	font-weight: bold;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.forminput {
	width: 350px;
	height: 25px;
	border: 1px solid black;
}

.forminput2 {
	width: 360px;
	height: 250px;
	resize: none;
	border: 1px solid black;
	padding: 3px;
	margin-bottom: 20px;
}

.formulaire {
	width: 50%;
	margin-bottom: 50px;
	text-align: center;
	background-color: #bebebe;
}

.submit-form {
	padding: 10px;
	background: #d3811a;
	color: white;
	border: none;
	margin-bottom: 16px;
	margin-top: 16px;
}

.submit-form:hover {
	background: #cb8e41;
}

.textarea {
	border: solid 1px black;
	width: 304px;
	height: 237px;
	resize: none;
	outline: none;
}

.map {
	padding-bottom: 5em;
}

.contact {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.card {
	width: 100vw;
	margin-left: 1%;
	margin-right: 2%;
	width: 60em;
	margin: 25px;
	padding: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.card-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.card img {
	width: 25%;
}

#tel {
	background-color: #58b595;
}

#mail {
	background-color: #7a58b5;
}

#adr {
	background-color: #5887b5;
}