

.main{
	margin: 0 5%;
	padding: 15px 40px;
	background-color: #dcd2bc;

}

.adresse{
	padding-top: 25px;
}

.titre-1{
	font-size: 2.5em;

}
.adresse dl{
	line-height: 1.7em;
}
.adresse dt{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;

}

.adresse .p-0{
	padding: 0;
}

.adresse figure{
	margin: 25px 0 10px 0;
}

.FormContactiMG{

}

.form-group{

}

.form-group label{
	
}
.form-group input,.form-group textarea{
	display: block;
	width: 100%;
}

.extra-wrap textarea{
	height: 250px;
}
.Image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 550px;
}
.btn-form{
	margin: 20px 0;
	padding: 5px 15px;
	font-size: 1.1em;
}

.b-sub{
	text-align: right;
}

.sm-active{
	display: none;
}


@media (max-width: 768px){
	.main{
	margin: 0 0;
	padding: 5px 20px;
	background-color: #dcd2bc;

	}
	.titre-1{
		font-size: 2.1em;

	}

	.adresse{
		text-align: center;
	}
	.b-sub{
		text-align: center;

	}
	dd{
		margin-left: 0;

	}

	

	.Image{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height:auto;
	}

	.sm-active{
		display: inline-block;
	}

	.md-active{
		display: none;
	}
}