/*Styles pour la page estimation*/

.financement-row{
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#presentation {
	padding-top:100px !important;
	padding-bottom: 80px !important;
}

.financement {
	background-image:url(../img/simulation_financement.webp);
}

.paragraph {
	margin-top: 1em;
	margin-bottom: 1em;
}

p {
	font-size: 16px;
}

.btn-secondary.active {
	background-color: #337AB7;
	color: white;
	font-weight: bold;
}

.argu li {
	font-size: 16px;	
}

#fslider1 .slider-selection {
	background: #BABABA;
}

#fslider2 .slider-selection {
	background: #BABABA;
}

#fslider3 .slider-selection {
	background: #BABABA;
}

.fsliders {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: end;
}

.flabels {
	margin-bottom: 5px;
	text-align: left;
}

.infobloc {
	background-color: aliceblue;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#amount {
	font-size: 32px;
	font-weight: bold;
}

.slider {
	width: 90% !important;
}