.col-left{
	background: #fff;
	padding: 20px;
}

.page-title-color{
	color: #5e5e5e;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
}

.sub-title{
	color: #5e5e5e;
	font-size: 14px;
}

.calculation-box{
	background: #fff;
	padding: 14px 18px 32px 18px;
	margin-top: 50px;
}

.simulator_label{
	font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    color: #5e5e5e
}

.percentage-box {
    background: #fff;
    padding: 14px 18px 32px 18px;
    margin-top: 20px;
}

.percentage-title{
	font-family: Lato,arial;
    clear: both;
    font-size: 20px;
    text-align: center;
}

.single-box_text--xlg {
    font-size: 45px;
    color: #6d4322;
    font-weight: 900;
    font-family: Lato,arial;
    text-align: center;
}

.prix-du-bien{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.btn-demander-credit{
	background-color: #6d4322;
    border-color: #6d4322;
    border-radius: 0px;
    font-family: Lato,arial;
    font-weight: bold;
    font-size: 14px !important;
}

.btn-demander-credit:hover{
	background-color: #6d4322;
    border-color: #6d4322;
}

.thead-dark{
	background: #212529;
    color: #fff;
}

.total-des-frais{
	margin-top: 20px;
}

tr.total{
	background: #5e5e5e;
	color: #fff;
}

tbody > tr > th {
	font-size: 14px;
    font-family: Lato,arial;
}

.th-1{
	background: #f7f8f9;
}

.box {
    padding: 30px 10px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    position: relative;
    height: 260px;
}

.box--sidebar {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
}

.box--sidebar .box_title {
    font-size: 18px;
    color: #5e5e5e;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}

.box_text {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.calculator-img{
	display: block;
	margin: auto;
}

.box_btn--orange {
    width: auto;
    background-color: #6d4322;
    display: inline-block;
    max-width: 260px;
    text-align: center;
    text-transform: uppercase;
}
.box_btn--lh {
    min-width: 0;
    padding: 13px;
    font-size: 12px;
    color: #fff;
    display: block;
    margin: auto;
}

.box_btn--lh:hover{
	color: #fff;
	text-decoration: none;
	background-color: #6d4322;
}

.increase{
	margin-right: 7.5em;
}

.thead-dark > tr > th{
	font-size: 13px;
}

.table > tbody > tr > td{
	font-size: 11px;
	font-weight: 500;
}

/*Slider Range*/*, *:before, *:after {
  box-sizing: border-box;
}

/*@media (min-width: 600px) {
  body {
    padding: 10px;
  }
}*/

.range-slider {
  margin: 30px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(96% - (95px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6d4322;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #6d4322;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #6d4322;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #6d4322;
}
.range-slider__range:active::-moz-range-thumb {
  background: #6d4322;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #6d4322;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 91px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #6d4322;
  padding: 3px 3px;
  margin-left: 10px;
  font-size: 14px;
}
.range-slider__value:after {
  position: absolute;
  top: 6px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #6d4322;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.card-header{
  padding: 6px !important;
}

.card-body{
  padding: 10px;
  font-family: Lato;
}

.btn-collaps{
  font-size: 12px;
  background: #6d4322;
  color: #fff;
  cursor: pointer;
  text-align: justify;
}

.btn-collaps:focus{
  box-shadow: 0 0 0 2px rgba(210, 34, 54, 0.32);
}

h3.box_title {
    text-transform: uppercase;
}