.calculateur_credit.bg-grey{
	background: #f4f4f4;
}
.calculateur-landingpage{
	max-width: 930px;
	margin: auto;
	padding: 15px 0 30px;
}
.calculateur-landingpage h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.calculateur-landingpage h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #009bdf;
    width: 28px;
    height: 7px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.calculateur-landingpage .champs{
	margin: 0 -15px 10px -15px;
}
.calculateur-landingpage .champ {
	padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    position: relative;
    float: left;
	margin-top: 15px;
}
.calculateur-landingpage .desc {
	display: block !important;
    text-align: center;
    margin: 35px 0 15px;
	padding: 0 15px;
    font-size: 20px;
    font-weight: 600;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.calculateur-landingpage .desc .box-content{
	display: block !important;
    float: left;
    text-align: center;
    margin: 0;
	padding: 20px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #e6f7ff;
}

.calculateur-landingpage .desc p{
	font-size: 22px;
	margin-bottom: 23px;
}
.calculateur-landingpage .desc p.prg{
font-size: 16px;
	font-weight: normal;
	margin-bottom: 12px;
}
.calculateur-landingpage p{
	font-size: 18px;
    line-height: 24px;
    color: #333;
	margin: 0 0 12px 0;
}
.calculateur-landingpage input[type='text'] {
	font-size: 18px;
    line-height: 24px;
    color: #333;
    background-color: #FFFFFF;
    border: 0;
    padding: 4px 6px;
    margin: 0 0 15px;
    width: 100%;
	min-height: 48px;
    text-indent: 10px;
    font-weight: 400;
    border-radius: 2px;
    outline: 0;
}
.calculateur-landingpage .btns{
	text-align: center
}
.calculateur-landingpage .btns .btn{
	width: auto !important;
	padding: 14px 36px !important;
	outline: none !important;
}
.paddingbtm20{
	padding-bottom: 20px !important;
}

.calculateur-landingpage .garantie{
	float: left;
	width: 100%;
	padding: 0 15px;
	margin: 30px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.calculateur-landingpage .garantie .title-garantie{
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	max-width: 280px;
    width: 100%;
}

.calculateur-landingpage .garantie .size_18{
	margin-right: 50px;
	vertical-align: middle;
}

.calculateur-landingpage .garantie a{
	vertical-align: middle;
}

.garantie .infos-bulle{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(infos-bulle.png) no-repeat center center;
	background-size: cover;
	margin: 0 15px;
}

.picto-item {
	position: relative;
	cursor: help;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.picto-item:hover:after,
.picto-item:focus:after {
	content: attr(aria-label);
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    /* white-space: nowrap; */
    padding: 10px 10px 12px;
    background: #3cce88;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    max-width: 470px;
    width: 470px;
}

[aria-label]:hover:before,
[aria-label]:focus:before {
	content: "";
	background: url(../img/flech-select.svg) no-repeat center center;
	background-size: 10px;
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
}

[aria-label]:focus {
	outline: none;
}

@media (max-width: 768px){
	.picto-item:hover::after, .picto-item:focus::after {
		width: 345px;
		top: -120px;
	}

	.calculateur-landingpage .champ{
		width: 100%;
	}
	.banners .custom.banniere-landing-page h1 {
		font-size: 30px !important;
		line-height: 38px !important;
	}
}


@media (max-width: 580px){
	.calculateur-landingpage .garantie{
		text-align: left;
	}
	.calculateur-landingpage .garantie .title-garantie {
		display: block;
		max-width: 100%;
		width: 100%;
	}
}

/* end only demo styles */
/*
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
	outline:none !important;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
	background: #3cce88;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3cce88;
    font-size: 16px;
    font-weight: 500;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
	outline: 1px solid #ddd;
}
*/