@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/sourcesanspro-light.woff') format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/sourcesanspro.woff') format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/sourcesanspro-bold.woff') format('woff');
}

html, body { width: 100%; height: 100%; }

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #555555;
    overflow-x: hidden;
}

label { font-weight: normal; font-family: Lato;font-size: 13px;}

.app { position: relative; width: 100%; }
.app-boxed { position: relative; max-width: 960px; width: auto; margin: 0 auto; }
.app-aside { position: relative; float: right; width: 260px;  margin: 0; padding:10px; }
.app-content { position: relative; float: left; width: 1050px; padding: 20px;}

.panel { border-radius: 2px; }

.form-control, .form-control:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.form-control {     width: 239px;
    height: 30px;
    border: solid 1px #32363F;
    margin-bottom: 15px;
    padding-top: 4px;
border-radius:0px;
float:right;
}

.datepicker thead .btn-sm { border: none; }
.datepicker .btn-sm {
    border-radius: 0;
    border-bottom: none;
    border-right: none;
}

.prestations input {
    margin-right: 5px;
}

.prestations label {
    cursor: pointer;
}

.link-btn { float: right; margin: 20px 0; width: 260px;  }
@media (max-width: 980px)and (min-width:640px) {
    .link-btn { float: right; margin: 20px 10px 0 0;  width: 30%; }
    .app-aside { position: relative; float: right; width: 100%;  margin: 0; padding: 10px; }
    .app-content { position: relative; float: left; width: 67%;  padding: 20px;}

}
@media (max-width:640px) {
    .link-btn { float: none; margin: 20px 0 0;  }
    .app-content { margin: 0; float: none; width: inherit !important;}
    .app-aside { float: none; margin: 20px auto; width: inherit; }
    .btn-group, .btn-group-vertical {
        width: 166px;
    }
    .mob-form {
        width: 275px;
    }
}

.app-content.mb {
	width:auto !important;
}

.app_b2b {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
}

.header_b2b_container.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}



.header_b2b_container .header_b2b {
    width: 100%;
    height: 100%;
}

.header_b2b_container .header_b2b img{
    max-height: 100%;
    max-width: 100%;
}
.panel-heading {
    border: none;
    background-color: inherit !important;
}

.panel-default {
    border: none;
}
h4, .h4 {
    text-align: center;
    font-family: Teko;
    font-size: 27px !important;
    letter-spacing: 0px;
}

.slider-selection {
    background: #32363F 0% 0% no-repeat padding-box;
    height: 6px !important;
}
.slider-track {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #32363F;
    border-radius: 12px;
    height: 5px !important;
}
.slider-handle.round {
    border-radius: 10px;
}

.slider-handle {
    width: 13px;
    height: 13px;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 2px solid #32363F !important;
    opacity: 1;
}
.slider .tooltip-inner {
    text-align: center;
    font-family: Lato;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    color: #32363F;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #32363F;
    border-radius: 5px;
}
.tooltip.bottom {
    margin-top: 5px;
}

.slider.slider-horizontal {
    margin-top: 30px;
    margin-left: 17%;
}


.subtitle {
    text-align: center;
}

.btn-radio {
    width: 77px !important;
    height: 35px !important;
    border-radius: 0px 5px 5px 0px !important;
    padding: 0;
    line-height: 2.5 !important;
}

.fat{
    font-family: Teko;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 1;
    color: #32363F;
    margin-bottom: 15px;
}

.btn-drive1 {
    color: #fff !important;
    width: 119px !important;
    height: 35px !important;
    line-height: 15px !important;
    border: none !important;
    font-size: 12px !important;
    margin: 15px !important;
    margin-right: 0 !important;
    background: #32363F 0% 0% no-repeat padding-box !important;
    border-radius: 10px !important;
}