.financment_level .right-title, .financment_level .left-title, .financment_level output{
    font-size: 16px;
    padding: 8px;
    color : #777777;
}
.financment_level .left-title, .financment_level output{
    background: #fafafa;
    border-radius: 7px;
}
.range {
    position: relative;
    height: 11px;
    margin-top: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #FF4081 !important;
    border: 1px solid #FF4081 !important;
    color: #ffffff;
}
.finan_apport small{
    padding-left: 8px;
    font-size: 85%;
}
.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 11px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}
output {
    display: unset;
    padding-top: unset;
}
.range input[type="range"] {
    outline: none;
}
.range.range-info input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(48, 63, 159);
}
.range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: rgb(48, 63, 159);
}
.range.range-info output {
    background-color: rgb(48, 63, 159);
}
.range.range-info input[type="range"] {
    outline-color: rgb(48, 63, 159);
}
.finan_mois{
    margin-bottom: 5%;
}
.finan_apport{
    margin-top: 10%;
    margin-bottom: 5%;
}
.financement_mensualite{
    width: 85%;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.8rem;
    margin: 8% auto 5% auto;
}
.financment_mentions{
    display: flex;
    justify-content: center;
}
.mensualite_final, .nbr_mois{
    font-size: 19px;
}
.financement_mensualite small{
    font-size: 10px;
}
.mentions_leg{
    margin-top: 10px;
}
.mentions_leg{
    color: #777777;
    text-decoration: underline;
    font-size: 13px;
}
.body_mentions{
    margin-top: 15px;
}
.error_finacment{
    padding: 10%;
    color: red;
    text-align: center;
    font-size: 13px;
}

.modal_seven .modal-header {
    padding: 15px !important;
    background: #303f9f;
}
.modal_seven .modal-content {
    border: none;
    padding: 0 !important;
    border-bottom: 3px solid #3F51B5 !important;
}
.modal_seven .modal-header .close {
    margin-top: -21px;
    color: #fff;
}
.modal_seven .modal-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}