.simulateur-pret-block{
	background-color: #e7d6c6;
	margin-left:0;
	margin-right:0;
	padding:15px;
}
.simulateur-pret-block label{
	display:block;
	font-weight:normal;
	color:#3b3f44;
	font-size:14px;
	text-align:left;
	width:100%;
}

.simulateur-pret-block div.results{
	font-size:14px;
}
.simulateur-pret-block input,
.simulateur-pret-block select{
	text-align: left;
	font-family: "Raleway-Medium";
	border-radius: 0;
	border: none;
	height: 38px;
	padding: 6px 12px;
	color: #3b3f44;
	width:100%;
	margin-bottom: 10px;
}
.simulateur-pret-block button b{display:none;}
.simulateur-pret-block .text-prix{
	background: #fff url("../images/sigle-euro-text.png") no-repeat right top;
}
.simulateur-pret-block .text-percent{
	background: #fff url("../images/sigle-percent.png") no-repeat right top;
}
.simulateur-pret-block div.btn-result { float:right; width: 100%; }
.simulateur-pret-block button#calculatePret{
	background-color: #62a1cb;
	color:#fff;
	text-transform:uppercase;
	width:auto;
	margin-bottom: 0;
	height: 60px;
	border: none;
	cursor: pointer;
	float: right;
	margin-top:5px;
	position: relative;
}

.simulateur-pret-block button#calculatePret:after {
	position: absolute;
	right: 85px;
	top: 0;
	display: block;
	content: "";
	height: 0;
	width: 0;
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	border-right: 15px solid #62a1cb;
	z-index: 1;	
}
.simulateur-pret-block button#calculatePret:focus{
	outline: none;
}
.simulateur-pret-block button#calculatePret:hover{
	background-color: #2c6c97;
}
.simulateur-pret-block button#calculatePret:hover:after{
	border-right: 15px solid #2c6c97;
}
.simulateur-pret-block span.mensualite-credit {
	background-color: #fff;
	display: inline-block;
	height: 60px;
	color: #3b3f44;
	position: relative;
	width: 200px;
	float: right;
	z-index: 0;
	margin-top:5px;
	font-size:24px;
	padding-right:90px;
	padding-top:11px;
}
.simulateur-pret-block span.mensualite-credit:before {
	content:"€/mois";
	position: absolute;
	right: 25px;
	top: 36%;
	font-size:16px;
}
.simulateur-pret-block span.span-error-simulateur{
	margin-top:10px;
	color:#ba1a1a;
	display:block;
}
.simulateur-pret-block span.simulator-details{
	font-size:18px;
}
.simulateur-pret-block span.simulator-details a span { font-size: 24px; position: relative; top: 5px; left: 2px;}
.simulateur-pret-block span.simulator-details a { text-decoration: none;outline:none; }
.simulateur-pret-block .fields-result-simulateur{
	margin-top:20px;
}
.simulateur-pret-block p.infos-add-simulateur{
	font-style:italic;
	font-size:12px;
	margin-top:10px;
	margin-bottom:0;
}
.simulateur-pret-block div.label{
	font-weight:normal;
	font-size:14px;
	text-align:right;
	color:#2c6c97;
}
.simulateur-pret-block .dropdown-toggle{
	text-align: left;
	font-family: "Raleway-Medium";
	border-radius: 0;
	border: none;
	background: #fff url("../images/drop-down-arrow.png") no-repeat right top;
	height: 38px;
	color: #3b3f44;
}
.simulateur-pret-block .multiselect-container{
	width: 100%;
	height: 200px;
	overflow-y: auto;
}
.simulateur-pret-block .btn-result div {
	float: right;
}
.simulateur-pret-block .label-majeur{
	text-align: right;
	margin-bottom: 0;
	font-size: 26px;
	float: right;
	margin-right: 15px;
	margin-top: 17px;
}