/*temporaire */
#primary{ width: 100%!important;}

/* fin des données temporaires */

.blocgauche, .blocdroit{
    width: 50%;
    float: left;
}

.blocgauche{
height: 570px;
}
.blocdroit label{
    text-align: center;
	width: 30%;
	display: inline-block;
	margin-bottom: 15px;
}
.blocdroit select{
    text-align: center;
	width: 70%;
	padding: 3px;
	margin-bottom: 15px;
}
.blocdroit input{
    width: 70%;
	text-align: center;
	padding: 3px;
	margin-bottom: 15px;
	display: inline-block;
}
.before_in{
    float: left;
width: 15%;
height: 50px;
line-height: 50px;
text-align: center;
}
.before_out{
    float: right;
width: 15%;
height: 50px;
line-height: 50px;
text-align: center;
}
.blockrange{
    padding-bottom: 65px;
    margin-top: 20px;
}
#credprotect{
    width: 10%;
    margin-top: 30px;
}
.recap{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.spchxbx{
    display: inline-block;
margin-top: 22px;
width: auto;
position: relative;
top: -27px;
}
/* ROUNDED ONE */
.roundedOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px;
    display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;
	background-color: #fff;
	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
}

.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #4585B7;

	background: -webkit-linear-gradient(top, #4585B7 0%, rgb(39, 85, 121) 100%);
	background: -moz-linear-gradient(top, #4585B7 0%, rgb(39, 85, 121) 100%);
	background: -o-linear-gradient(top, #4585B7 0%, rgb(39, 85, 121) 100%);
	background: -ms-linear-gradient(top, #4585B7 0%, rgb(39, 85, 121) 100%);
	background: linear-gradient(top, #4585B7 0%, rgb(39, 85, 121) 100%);

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* css barres */
.rangeSlider__fill{
    background-color: #4585B7;
}


/* css modal */
.backmodalsimulateurleasing{
    background-color: #222;
    opacity: .5;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
}
.modalsimulateurleasing{
    background-color: #fff;
    opacity: 1;
    display: none;
    width: 90%;
    min-height: 350px;
    position: absolute;
    top: -50px;
    left: 20%;    
	z-index: 9999;
	padding: 25px;
}
.modalsimulateurleasing select{
	margin-bottom: 20px;
	width: 100%;
height: 50px;
background-color: inherit;
border: 1px solid #000;
}
.modalsimulateurleasing .demi{
	width: 48%;
}
.modalsimulateurleasing .left{
	float: left;
}
.modalsimulateurleasing .right{
	float: right;
}
.modalsimulateurleasing label{
	color: #4585B7;
	text-align: inherit;
	word-wrap: inherit;
	width: 100%;
    display: inline-block;
}
.modalsimulateurleasing label > span{
	color: red !important;
}
.modalsimulateurleasing h2{
	color: #4585B7;
	padding: 0;
	text-align: center;
}
.modalsimulateurleasing h4{
	color: #4585B7;
	padding-top: 25px;
}
.modalsimulateurleasing input{
	margin-bottom: 20px;
	width: 100%;
height: 50px;
background-color: inherit;
border: 1px solid #000;
}
.modalsimulateurleasing .infoperso{
	margin-bottom: 5px;
}
.sendmail{
	display: inline-block;
	width: 40%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	margin-left:  30%;
	background-color: #4585B7;
	color: #fff;
	font-weight: 600;
}
.sendmail:hover{
	opacity: .8;
}
.tablclass{
	width: 100%;
	display: inline-block;
	text-align: center;
}
table{
	padding: 0;
	background-color: inherit;
	border-radius: 0;
	margin: auto;
	text-align: center;
}
table th{
	text-align: center;
	background-color: rgb(144, 191, 226);
	border:1px solid #4585B7;
	color: #fff;
	text-shadow: none;
}
table td{
	border:1px solid #4585B7;
	text-align: center;
}
.recap{
	color: #4585B7;
	font-size: 1em;
	font-weight: 400;
}
form label{
	color: #4585B7;
}
.before_out, .before_in, .spchxbx{
	color: #4585B7;
}
#montantcred, #durcred, #selbut, #selsubcat, #duree ,#typevehi{
	color: #4585B7;
	font-weight: 600;
}
@media (max-width: 1024px) { 
	.blocgauche{
		display: none;
		float: none;
	}
	.blocdroit{
		width: 100%;
		float: none;
	}
	.modalsimulateurleasing{
		width: 80%;
		left: 10%;
	}
	.modalsimulateurleasing label{
		font-size: 14px;
	}
 }
 @media (max-width: 600px) { 
	.spchxbx{
		max-width: 70%;
	}
	 .before_in, .before_out{
		 font-size: 10px;
	 }
	 table th{
		font-size: 12px;
		white-space: nowrap;
	}
	table td{
		font-size: 12px;
		white-space: nowrap;
	}
	.modalsimulateurleasing{
		width: 70%;
		left: 15%;
	}
	.modalsimulateurleasing .demi{
		width: 100%;
	}
	.sendmail{
		width: 60%;
		margin-left: 20%;
	}
 }
 @media (max-width: 480px) { 
	.spchxbx{
		max-width: 60%;
	}
	table th{
	   font-size: 9px;
	   white-space: nowrap;
	   text-align: center;
   }
   table td{
	   font-size: 9px;
	   white-space: nowrap;
	   text-align: center;
   }
   .modalsimulateurleasing{
	width: 90%;
	left: 5%;
}
}
.placebout{
	display: inline-block;
	width: 100%;
}
.placebout a{
	display: inline-block;
	height: 60px;
width: 180px;
line-height: 60px;
text-align: center;
color: #fff;
font-weight: 600;
border: none;
box-shadow: none;
transition: all ease 800ms;
margin-bottom: 10px;
}
.placebout .bout1{
	background-color:#8DB624 ;
}
.placebout .bout2{
	background-color: #FFCF20 ;
}
.placebout a:hover{
	color: #fff;
	background-color: rgb(106, 177, 231);
}
.datactu{
	text-align: right;
}
#blopac{
	display: block;
position: absolute;
width: 100%;
height: 635px;
background-color: #fff;
opacity: 0.7;
z-index: 99999;
}
.empty{
	opacity: 0;
	border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
width: 50px;
}