@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
@import url("font-awesome.min.css");

.header {
	background-color: #3b5998 !important;/* #6b8b6c */
	display: flex;
	font-family: "Source Sans Pro";
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

h1, h2 {
	color: #FFFFFF;
}

.bouton_commander {
	display: inline-block;
	background-color: #6b8b6c;
	width: 440px;
	max-width: 90% !important;
	max-height: auto;
	font-size: 16px;
	border-radius: 4px;
	padding: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: arial;
	text-align: center;
}
.bouton_commander:hover{
	cursor: pointer;
}

.sparkling-modal-frame{


}

@media screen and (max-width: 640px) {
	.image_header {
		display: none;
	}
	.title_header {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.button {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.contactez-nous{
		width: 90%;
	}

}