.nos-outils-digitaux .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;
}
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: 36px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 54px;
	text-transform:uppercase;
	margin-bottom:20px;	
}
.tools-container {
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 0 17px -1px rgba(169,206,131,0.37);	
	padding:40px 60px;
	margin-top:30px;
}
.tools-container p {
	color: #000000;
	font-family: "Encode Sans Expanded";
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;	
}
.tools-container ul {
	padding-left:20px;
}
ul.list-2 li {
	margin-bottom:20px;
}
.devis-button {
	display:inline-flex;
	border-radius: 25px;
	background-color: #99D300;
	height: 50px;
	padding:0 18px;  	
	color: #FFFFFF;
	font-family: "Encode Sans";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;	
	justify-content: center;
	align-items:center;
	text-transform:uppercase;
	margin-top:30px;
}
@media (max-width: 767px){
	.masthead .container-fluid {
		min-height: 150px;
	}
	.masthead h1 {
		padding-top: 50px;
		font-size: 32px;
		line-height: 1;
	}
	.cabinet-section-1,#cabinet-creation{
		padding-left: 30px;
	}
	.profil-item{
		height: 120px;
	}
	.separator-1{
		margin: 40px 0;
	}
	h2{
		line-height: 1.4;
	}
	.tools-container{
		padding: 30px 30px;
	}
	h3{
		font-size: 24px;
	}
}