.votre-profil .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;
}
#profil-function {
	padding-top:60px;
}
.cabinet-profil {
	background: linear-gradient(180deg, #B4EC51 0%, #429321 100%);	
}
.votre-profil .masthead {
	background-position:center -60px !important;
}
.separator-1 {
	width:100%;
	height:2px;
	background:#000;
	margin:80px 0;
}
.profile-title {
  font-family: "Encode Sans";
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 61px;
  text-transform:uppercase;
  color:#fff;	
}
.profil-item {
	display:flex;
	align-items:center;
	height:150px;
}
.profil-item span {
  color: #FFFFFF;
  font-family: "Encode Sans Expanded";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: justify;	
}
.profil-oval {
	display:flex;
	justify-content: center;
	align-items:center;
	height: 78px;
	width: 78px;
	background-color: #FFFFFF;
	box-shadow: 0 0 11px 0 rgba(9,109,0,0.5), 0 0 9px 9px rgba(164,255,0,0.16);	
	border-radius:50%;
	margin-right:15px;
}
.function-item {
	display:flex;
	height: 300px;
	width: 292px;
	border-radius: 23px;
	background-color: #FFFFFF;
	box-shadow: 0 0 12px 0 rgba(169,227,76,0.55);	
	justify-content:center;
	flex-direction:column;
	align-items:center;
	margin:15px;
}
.function-item h3 {
	color: #000000;
	font-family: "Encode Sans";
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 33px;
	text-align: center;	
	margin-top:30px;
}
h2 {
  color: #000000;
  font-family: "Encode Sans";
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 54px;
  text-transform:uppercase;
  margin-bottom:20px;	
}
p {
  color: #000000;
  font-family: "Encode Sans Expanded";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;	
}
@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;
	}
	.container-fluid {
		width: 100%;
	}
	.img-fluid{
		margin-bottom: 20px;
	}
	h2,.profile-title{
		line-height: 35px;
	}
	.cabinet-profil .align-items-center{
		width: 100%;
	}
	.separator-1{
		margin: 40px 0;
	}
	.pt-5 .row{
		flex-direction: column-reverse;
	}
}
