
.calculateur_img_col,.calculateur_form_col{
	float:left;
}

.calculateur_result_col{
	float:right;
	max-width:402px;
	width:49%
}
.cont_calc_colright{
	border:1px solid #81ba03;
	color:#ffffff;
}
.inner_calc_colright{
	background:#81ba03;
	color:#ffffff;
	border:3px solid #fff;
	padding:0px 17px 17px 17px;
}
.cont_calculateur{
	width:100%;
	max-width:1030px;
	margin:0 auto;
}
.calculateur_bottom_row{
	background:url(../images/bg_bottom_row.jpg) no-repeat top center;
	border-bottom:2px solid #c1c1c1;
	padding:30px 18px 65px;
}
.calculateur_top_row{
	position:relative;
	height:263px;
}
.calculateur_title{
	position:absolute;
	bottom:12px;
	left:18px;
	margin:0;
	z-index:1000;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
	
}
.calc_input_box_title{
	font-weight:bold;
	padding:22px 0px 8px 10px;	
}
.calc_input_box{
	border:1px solid #e4e5e4;
	max-width:315px;
	width:80%;
	display:block;
	padding:6px;
}
.calculateur_img_col{
	width:49%;
	position:absolute;
	right:0px;
	bottom:0px;
}
.calculateur_form_col{
	width:49%;
	max-width:480px;
	background:url(../images/arrow_calculateur.png) no-repeat right 89px;
}
.row_result{
}
.result_title_col{
	padding-top:17px;
}
.result_col{
	background:#fff;
	border:1px solid #bed688;
	padding:6px;
	color:#2e4301;
}
.result_extra_col{
	width:105px;
}
@media (max-width: 708px) {
	.calculateur_form_col{
		width:100%;
		float:none;
		background:url(../images/arrowdown_calculateur.jpg) no-repeat bottom center;
		padding-bottom:69px;
		max-width:none;
	}
	.calculateur_result_col{
		float:none;
		width:100%;
		max-width:none;
		margin-top:18px;
	}
	.calc_input_box{
		max-width:none;
		width:100%;
	}
	.calc_cont_btn{
		text-align:center;
	}
}