#fe-plan-wrapper
{
	height: 400px;
	overflow: hidden;
}

#fe-plan
{
	height: 370px;
}

.fe-qleads-mobile
{
	display: none;
}

.fe-qleads-desktop
{
	display: block;
}

.fe-qleads-desktop img
{
	width:160px;
	border:1px solid #AFCC37;
}

.fe-qleads-title
{
	color:#AFCC37;
}

.fe-qleads-button:hover
{
	background-color: #97B131 !important;
}

.fe-qleads-link
{
	text-decoration: none;
}

.fe-wrapper-icones-labels
{
	width: 100%;
}

.fe-pictos-labels-wrapper
{
	display: inline-block;
	margin-right: 10px;
}

.fe-french-fab
{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	border:3px solid #4E95DA;
	text-align:center;
	padding: 10px;
	vertical-align: top;
}

.fe-french-fab-title
{
	text-align: center;
	color: #4E95DA;
	font-size: 8pt;
}

.fe-colonne
{
	min-width: 100px;
}

.sustainability
{
	margin-left: 15px;
	color:#AFCC37;
	display: inline-block;
	vertical-align: middle;
	font-size: 16pt;
}
@media screen and (max-width: 1200px) {

	.fe-qleads-mobile
	{
		display: none;
	}

	.fe-qleads-desktop
	{
		display: block;
	}

}

@media screen and (max-width: 995px) {

	.fe-qleads-mobile
	{
		display: block;
	}

	.fe-qleads-desktop
	{
		display: none;
	}


}

@media screen and (max-width: 767px) {

	.fe-qleads-mobile
	{
		display: block;
	}

	.fe-qleads-desktop
	{
		display: none;
	}


}