.val_range{
	width: 100%;
	text-align: center;
}

.val_range span{
	font-size: 35px;
	font-weight: 800;
	color: #c9e2e2;
}

.range_value{
	width: 900px;
	margin: 60px auto;
}

.step_data{
	position: relative;
	width: 70%;
	margin: 0px auto 20px;
}

.step1{
	position: absolute;
	top: -21px;
	left: 0px;
	background-color: #0281e8;
}

.step2{
	position: absolute;
	top: -20px;
	right: 0px;
	background-color: #0281e8;
}

.step_div{
	width: 50px;
	height: 50px;
	font-weight: 800;
	text-align: center;
	color: #f8fbff;
	border-radius: 50%;
}

.step_div span{
	display: inline-block;
	font-size: 25px;
	padding: 10px 0px;
}

.progress_barre_step{
	width: 100%;
	height: 10px;
	background-color: #cee9ff;
}

.barre_step{
	width: 50%;
	height: 100%;
	background-color: #0281e8;
	border-radius: 50px;
}

.animation_step{
	width: 100%;
	animation-name: step_pay;
	animation-duration: 3s;
	animation-direction: normal;
	animation-iteration-count: initial;
	animation-timing-function: cubic-bezier(1.2, 0.2, 1.0, 1.5);
}

@keyframes step_pay{
	from{
		width: 50%;
	}

	to{
		width: 100%;
	}
}


.phases_soutien{
	width: 100%;
}

.phases_soutien h3{
	color: #0281e8;
	text-align: center;
	margin-bottom: 10px;
}

.content_data{
	padding: 20px 40px 10px;
	text-align: center;
}

.content_data span{
	font-size: 16px;
	color: #777;
}

.btn_close_f_contribution{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: red;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	border-radius: 50%;
	border: none;
}

.range_input{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px 10px;
}

.btns_range{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 2px 7px;
	background-color: #0081e3;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	overflow: hidden;
}

.span_val{
	height: 30px;
	color: #0081e3;
	font-size: 25px;
	border-radius: 50px;
	overflow: hidden;
	font-weight: 800;
	margin-top: -3px;
}

.range_input input{
	-webkit-appearance: none;
	height: 15px;
	width: 65%;
	background-color: #0081e3;
	border-radius: 50px;
	outline: none;
	border: none;
}

.range_input input::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border-radius: 50%;
	border: 5px solid #c9f4f4;
	cursor: pointer;
}

.range_input input::-moz-range-progress{
	background-color: #0081e3;
}

.btn_validation{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}

.btn_validation a{
	margin-top: 20px;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 50px;
	background-color: #cee9ff;
	color: #02070a;
	border: none;
	cursor: pointer;
	transition: .4s;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
}

.btn_validation button{
	margin-top: 20px;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 50px;
	background-color: #0081e3;
	color: #f9fdfe;
	border: none;
	cursor: pointer;
	transition: .4s;
	font-weight: bold;
}


.btn_validation button:hover{
	opacity: .8;
}
.text_de_description{
	width: 50%;
	margin: 0px auto;
}

.text_de_description p{
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}

.contribution_btn{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 40px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	padding: 4px;
	display: none;
}

.contribution_btn img{
	display: block;
	width: 100%;
}

#f_phase1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#f_phase1 label{
	display: block;
	margin-bottom: 20px;
}

#f_phase1 label select, #f_phase1 label textarea{
	display: block;
	width: 100%;
	padding: 12px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	font-size: 16px;
	color: #777;
}

#f_phase1 label select{
	font-size: 18px;
	color: #777;
}

#f_phase1 label span{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	color: #777;
} 

.lb_month{
	width: 40%;
}

.lb_year{
	width: 100px;
	margin-left: 20px;
}

.lb_precision{
	width: 70%;
}

.reponse_epay{
	display: none;
	width: 100%;
	text-align: center;
	transition: .4s;
	margin: 10px 0px auto;
}

@media screen and (max-width: 900px){
	.range_value{
		width: 90%;
	}
}

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

	.span_val{
		display: none;
	}

	#input_range{
		width: 100%;
	}

}

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

	.content_data h1{
		font-size: 27px;
	}

	.lb_month{
		width: calc(100% - 120px);
	}

	.lb_precision{
		width: 100%;
	}

	.text_de_description{
		width: 90%;
	}

}