@charset "utf-8";
.blur-content {
   /* background: background: rgba(96, 125, 139) none repeat scroll 0 0;
	border: 1px solid #CCCCCC;*/
    /*border-radius: 10px;*/
    position: relative;
    padding: 20px 10px 10px 10px;
    z-index: 8;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
}
/*reservation*/
.blur-plus {
   /* background:rgba(189, 157, 72, 0.7) none repeat scroll 0 0 ;*/
    /*border-radius: 4px;*/
}
.blur-plus em { color:#FFF; }
.check-label { font-size:14px; color:#000;}

.check-lab { justify-content: left !important ;height:30px;}


.tooltip-inner {
  background-color: #990000 !important;
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #6398ea;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #6398ea;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6398ea;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #6398ea;
}


/** trajet retour ***/
.estimation-AR {
    border-top: 0px solid #666;
}

#total-fact label { display:inline !important }
/*.hc  { color:#FF0 }*/
.contact-form em {
    font-size: .7em!important;
}
/*span { font-size:1em!important; }*/
.color1{color:#bd9d48f7; font-size:1.5em;}

.bg-result {
   /* border: #000 solid 1px;*/
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
}