.demande-de-devis-contacts .container-fluid {
	width:100%;
}
.masthead {
	background-size:cover;
}
.masthead .container-fluid {
	min-height:210px;
}
.masthead h1 {
	color: #FFFFFF;
	font-family: "Encode Sans";
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 54px;	
	padding-top:100px;
	text-transform: uppercase;
}
.demande-de-devis-contacts #formC {
	max-width: 650px;
}
h2 {
	color: #000000;
	font-family: "Encode Sans";
	font-size: 56px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 61px;
	text-align: center;
	text-transform: uppercase;	
}
h3 {
	color: #000000;
	font-family: "Encode Sans";
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 33px;	
	text-transform:uppercase;
}
.contact-icon {
	display:flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	width: 110px;
	background-color: #99D300;
	border-radius:50%;
	margin-bottom:15px;
}
.contact-icon i {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color:#fff;	
}
@media (max-width: 767px){
	.masthead .container-fluid {
		min-height: 150px;
	}
	.masthead h1 {
		padding-top: 50px;
		font-size: 32px;
		line-height: 1.2;
	}
	.cabinet-section-1,#cabinet-creation{
		padding-left: 30px;
	}
	.profil-item{
		height: 120px;
	}
	.separator-1{
		margin: 40px 0;
	}
	h2{
		line-height: 1.4;
	}
}