
/* Nouvelle page Evaluation */ 
.box_eval {
    max-width: 900px;
	margin: 0 auto;
}
.wrapper_street:after{
	content: '';
    display: block;
    clear: both;
}
.wrapper_street {
	border:5px solid #000;
}
#boxstreet {
	width: 100%;
	height: 0;
	padding: 0 0 83% 0;
	float: left;
	position: relative;
	background: none;

}
.wrapper_eval {
    background: #2c292b;
    border-radius: 8px;
    padding: 40px;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 1px 4px 0;
    box-shadow: rgba(0,0,0,.1) 0 1px 4px 0;
    max-width: 600px;
	margin: 50px auto;
}
.wrapper_eval .champs_calcul3 {
	padding: 8px;
	margin-right: 3%;
	width: 72%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no_result {
	color:#FFF !important;
}
.confirm {
	font-size:16px;
	padding:100px 0;
	text-align:center;
}
.btn_eval.btn_calcul4.full_width {
	width: 100% !important;
}
.btn_eval.btn_calcul4 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none !important;
	border:none;
	color: #FFF;
	background: #f99508;
	cursor: pointer;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_eval.btn_calcul4:hover{ color:#FFF; background: #000; }

.wrapper_eval .tit_eval {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
}
.wrapper_result_eval {
    margin: 0 auto;
    text-align: left;
}
.tit_eval_resul {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 50px 0;
    text-align: center;
}
.wrapper_eval_guide {
	margin: 30px 0;
	padding: 30px 0;
	border-top:2px solid #bdbdbd;
}
.btn_calcul4 {
	margin: 0 0 0 0;
	background: #bf0000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 8px 20px;
	font-size: 16px;
	float: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
a.btn_calcul4:link{ color:#FFF; text-decoration:none;}
a.btn_calcul4:active{ color:#FFF; text-decoration:none;}
a.btn_calcul4:hover{ color:#FFF; background: #ff0000; text-decoration:none;}
a.btn_calcul4:visited{ color:#FFF; text-decoration:none;}
.champs_tem {
    width: 384px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 6px 5px;
    border: 1px solid #7b7c7e;
}
.form_col .champs_tem {
    width: 100%;
}
.box_content_txt .col:last-child {
    padding: 0 0 0 20px;
}
.guido  {
	max-width: 400px;
	text-align:center;
}

.guido img {
	max-width: 100% !important;
	display: block;
	height: auto;
	width: auto !important;
    padding: 0 0 10px 0 !important;
	margin: 0 0 10px 0;
}
.btn_download  {
    width: auto;
    color: #FFF;
    display: inline-block;
    background-color: #bf0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 30px;
    font-size: 16px;
    text-transform: uppercase;

    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

a.btn_download:link { text-decoration: none; color: #FFF;}
a.btn_download:visited { text-decoration: none; color: #FFF;}
a.btn_download:hover { text-decoration: none; color: #FFF; background-color: #ff0000; }
a.btn_download:active  { text-decoration: none; color: #FFF;}
.btn_download i {
	margin: 0 0 0 10px;
	font-size: 14px;
}
.confirm {
	font-size:16px;
	padding:100px 0;
	text-align:center;
}
@media only screen and (max-width : 768px) {
	#boxstreet {
		padding: 0 0 55% 0;
	}
	.wrapper_eval_guide {
		margin: 10px 0;
		width:100%;
	}
	.guid_eval .guido {
		margin:0 auto;
	}
	.tit_eval_resul {
		font-size: 14px;
		margin: 20px 0 30px 0;
	}
	.box_content_txt h2,
	.box_content_txt p,
	.box_content_txt .col {
		float:none !important;
	}
}
@media only screen and (max-width : 600px) {
	.wrapper_eval .champs_calcul3 {
		padding: 8px;
		margin:0 0 10px 0;
		width: 100%;
	}
	.btn_eval.btn_calcul4 {
		width: 100%;
	}
}
