body.lng-it-IT .box-processus{
	padding: 30px 0 140px !important;
}
.box-processus{
	padding: 30px 0 120px !important;
}
.home_process .intro_process{
	text-align: center;
	padding: 0 50px;
	margin: 0 0 45px;
}
.home_process h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.home_process h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #66ba00;
    width: 28px;
    height: 7px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.home_process ul.steps{
	background: url("../images/bg-step.png") no-repeat center;
	min-height: 158px;
	padding: 0;
	width: 100%;
	max-width: 930px;
    margin: auto;
}
.home_process ul.steps li{
	margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
	position: relative;
}

.home_process ul.steps .step_nbr{
	background: #66ba00;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 52px;
	display: block;
	margin: 0 auto 20px;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.home_process ul.steps li.step1 .picto{
	padding-left: 40px;
}
.home_process ul.steps li.step5 .picto{
	padding-right: 20px;
}

.home_process ul.steps li.step3 .infos{
	right: 15px;
}
.home_process ul.steps li.step4 .infos{
	right: 30px;
}
.home_process ul.steps li.step5 .infos{
	right: 50px;
}

@media screen and (max-width: 769px) {
	.home_process ul.steps{
		background-size: contain !important;
	}
}

@media screen and (min-width: 599px) {
	.home_process ul.steps .picto{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 150px;
		justify-items: center;
		justify-content: center;
	}
	.home_process ul.steps .infos{
		position: absolute;
		top: 135px;
		padding: 0 10px;
		left: 0;
		right: 0;
	}
}

@media screen and (max-width: 600px) {
	.box-processus, body.lng-it-IT .box-processus{
		padding: 30px 0 0 !important;
	}
	.home_process .intro_process{
		padding: 0 30px;
	}
	.home_process .intro_process p{
		font-size: 18px;
		line-height: 26px;
		color: #333333;
	}
	.home_process h2{
		font-size: 24px;
		font-weight: 300;
		line-height: 30px;
		margin-top: 10px;
	}
	.home_process ul.steps{
		background: url("../images/bg-step-mobile.png") no-repeat center top;
		min-height: 1063px;
		max-width: 266px;
	}
	.home_process ul.steps li {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		min-height: 205px;
		padding: 50px 0 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.home_process ul.steps .picto{
		padding: 0 !important;
		margin-bottom: 25px;
	}
	.home_process ul.steps .infos{
		padding: 0;
		display: block;
		max-width: 80%;
	}
	.home_process ul.steps .infos .name{
		color: #333333;
		font-size: 18px;
		line-height: 24px;
	}
	.home_process ul.steps .step_nbr{
		position: absolute;
		left: 7px;
		top: 0;
	}
}