/* Template */

.stop { clear: both; }

.btn-bricky {
    background-color: #e3b041;
    border-color: #e3b041;
}

.btn-bricky:hover,
.btn-bricky:focus,
.btn-bricky:active,
.btn-bricky.active {
    background-color: #c69939;
    border-color: #c69939;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: 0 0 8px rgba(198, 153, 57, 0.6);
    -moz-box-shadow: 0 0 8px rgba(198, 153, 57, 0.6);
    box-shadow: 0 0 8px rgba(198, 153, 57, 0.6);
    border-color: rgba(198, 153, 57, 0.8);
}

.input-icon > input:focus + [class*="fa-"],
.input-icon > input:focus + [class*="clip-"] {
    color: #e3b041;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #e3b041;
    border-color: #e3b041;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #e3b041;
}

.pagination > li > a,
.pagination > li > span {
    color: #8c8c8c;
}

.navbar > .container .navbar-brand { 
    height: 47px;
    min-width: 50px;
    padding: 0 10px;
}

.pagination { margin: 10px 0; }

.navbar > .container .navbar-brand img { 
    height: 39px;
    margin-top: 4px;
}

.username { padding-right: 10px; }

.navbar-inverse .nav > li.current-user > a i { 
    color: #e3b041 !important;
    font-size: 18px;
    vertical-align: middle;
}

ul.main-navigation-menu > li a > i { color: #e3b041; }

.current-user .dropdown-menu a i { color :#e3b041; } 

.select2-container .select2-choice { 
    margin-top: 0 !important;
    line-height: 32px !important;
}

.panel-body .form-group label { 
    line-height: 34px;
    margin-bottom: 0;
}

.panel-body .form-group .form-control,
.bloc-ajout input.form-control { padding: 5px 8px; }

.btn-recherche {
    display: block;
    margin: 0 auto;
}

.alert-danger {
    border-color: #C83A2A;
    background-color: #C83A2A;
    color: #fff;
}

.open-active { background-color: #333 !important; }

.select2-drop-active { border-color: -moz-use-text-color #e3b041 #e3b041 !important; }

.page-header { 
    margin: 10px 0;
    padding-bottom: 10px;
}

.page-header h1 { margin-bottom: 0; }

.page-header h1 img{ margin-top: -5px; }

.btn-alert {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff;
}

.btn-alert:hover,
.btn-alert:focus,
.btn-alert:active {
    color: #fff;
}

.btn-alert:hover {
    background-color: #973d3b;
    border-color: #973d3b;
}


.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td{
    border:none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top:1px solid #ddd;
}

.total {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: center;
}

.marginbot20 { margin-bottom: 20px; }

.select2-container .select2-choice .select2-arrow b { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }

.bloc-ajout { margin-top: 15px; }

.bloc-ajout label { 
    line-height: 34px; 
    margin-bottom: 0; 
}

.paddri0 {padding-right: 0;}

.bloc-ajout .fileupload { margin-bottom: 0; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #e3b041;
}

.daterangepicker td.in-range { background-color: rgba(227, 176, 65, 0.2); }

.applyBtn { 
    margin-bottom: 5px;
    background-color: #e3b041;
    border: none;
}

.applyBtn:hover { background-color: #C69939; }

.label-off { display: inline-block; }

.th-actions { min-width: 100px; }

.th-prix { min-width: 80px; }

/* /Template */

/* Connexion */

body.login .logo img { width: 70%; }

body.login a.forgot { 
    position: static;
    color: #7f7f7f;
}

body.login a.inscription { color: #e3b041; }

body.login a.inscription:hover { color: #c69939; }

#modal {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1002;
    cursor: pointer;
}

.modal-login {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 50px auto;
    padding: 25px 15px;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #e3b041;
    cursor: auto;
}

.modal-login p { padding-right: 30px; }

#modal-btn {
    display: block;
    margin: 15px auto 0 auto;
}

#modal-close{
    position: absolute;
    top: 25px;
    right: 25px;
    color: #e3b041;
    cursor: pointer;
}

#modal-close:hover { color: #c69939; }

body.login .input-icon i { z-index: 1; }

/* /Connexion */

/* Ajout chauffeur */

.chauffeur-avatar {
    display: block;
    float: left;
    width: 30%;
    margin: 20px 20px 0 0;
}

.chauffeur-texte {
    display: block;
    float: left;
    width: 60%;
    margin-top: 20px;
}

.switchery.switchery-default { margin-top: 4px; }

.bloc-ajout .control-label-switchery { line-height: 20px; }

/* /Ajout chauffeur */

/* Fiche chauffeur */

.menu-fiche { 
    border: 1px solid #e3b041; 
    line-height: 50px;
    text-align: center;
    color: #e3b041;
    cursor: pointer;
    margin: 15px 0;
}

.item-fiche { height: 50px; }

.item-fiche:nth-child(2) {
    border-right: 1px solid #e3b041;
    border-left: 1px solid #e3b041;
}

.item-fiche.active { 
    background-color: #e3b041;
    color: #fff;
}

.content-fiche { display: none; }

#contentitem2 { display: block; }

.fiche-note i { 
    color: #e3b041; 
    padding-right: 5px;
}

.fiche-note span { font-size: 11px; }

.fiche-note span span:hover { 
    text-decoration: underline;
    color: #e3b041;
    cursor: pointer;
}

.panel-heading-fiche { padding-left: 15px; }

.tabbable a:hover i,
.tabbable a:focus i,
.tabbable a:active i{
    color: #e3b041; 
}

.fc-header-left h2 { 
    font-size: 16px;
    font-weight: normal;
    padding-top: 2px;
}

/* /Fiche chauffeur */

/* Mon compte */

.title-header { 
    display: block;
    float: left;
    margin-right: 20px;
}

.note-header {
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 12px;
}

.note-header i { 
    color: #e3b041;
    padding-right: 4px;
}

.note-header span { font-size: 13px; }

.note-header span span { font-size: 11px; }

.note-header span span:hover {
    color: #e3b041; 
    text-decoration: underline;
    cursor: pointer; 
}

.title-mdp-compte {
    color: #858585;
    margin: 15px 0 25px 0;
    position: relative;
    cursor: pointer;
}

.picto-accordeon { 
    display: inline-block;
    float: right;
    font-size: 16px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.picto-accordeon.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Mon compte */

/* Fiche lettre voiture */

.panel-lettre .panel-heading { padding-left: 15px; }

.panel-lettre h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
}

.info-destinataire { 
    height: 70px;
    line-height: 68px;
    text-align: center;
    background-color: #f5f4f9; 
    border: 1px solid #eceaf3;
}

.info-expe-label { 
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding: 5px 0;
}

.info-expe-champ { 
    width: 50%;
    float: left;
    margin-bottom: 15px;
    background-color: #f5f4f9;
    padding: 5px;
    border: 1px solid #eceaf3;
    text-align: center;
}

.lettre-suivi li { text-align: center; }

.lettre-suivi li a { padding: 25px 20px; }

.lettre-suivi li:hover a { color: #e3b041; }

.tabs-left > .tab-green > li.active > a,
.tabs-left > .tab-green > li.active > a:focus,
.tabs-left > .tab-green > li.active > a:hover {
    border-left: 2px solid #e3b041;
    color: #e3b041;
}

.lettre-suivi-detail h3 { margin-top: 0; }

.page-header-lettre h1{ float: left; }

.page-header-lettre span{ 
    float: right;
    padding: 5px 10px;
    background-color: #5bc0de;
    color: #fff;
    margin-top: 6px;
    font-weight: bold;
}

.lettre-suivi-detail.tab-content { min-height: 269px; }

.lettre-suivi-detail.tab-content { padding: 20px 25px; }

.lettre-suivi-detail.tab-content .col-lg-5 { padding: 0; }

.lettre-suivi-detail.tab-content span { 
    display: inline-block; 
    margin: 8px 0; 
}

.tab-pane h3 i { padding-left: 20px; }

/* /Fiche lettre voiture */

/* ********** CLIENT ********** */

/* Ajout Commande */

.commande-etape { margin-bottom: 30px; }

.commande-etape h2 { 
    color: #666666;
    font-size: 24px;
}

.commande-etape input { margin-bottom: 15px; }

.commande-etape textarea { 
    width: 100%;
    resize: none;
}

.input-etp1 + .input-group-btn {
    vertical-align: top !important;
}

.input-etp1 + .input-group-btn button {
    background-color: #c69939 !important;
    border: 1px solid #e3b041 !important;
}

.btn-etape,
.btn-etape-retour {
    margin-top: 25px;
}

.btn-etape i { padding-left: 10px; }

.btn-etape-retour i { padding-right: 10px; }

.commande-type {
    position: relative;
    padding: 15px;
    border: 2px solid #d5d5d5;
    margin-bottom: 15px;
}

.commande-type .close-type {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.commande-type .close-type:hover { color: #e3b041; } 

.commande-type h3 { margin: 0 0 15px 0; }

.commande-type-colis,
.commande-type-course{
    border: 1px solid #d5d5d5;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.commande-type-course-attente{
    border: 1px solid #d5d5d5;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    cursor: not-allowed;
    opacity:0.5;
}

.commande-type-colis.active,
.commande-type-course.active{
    border-color: #e3b041;;
    color: #fff;
    background-color: #e3b041;
}

.commande-type-colis span.commande-type-colis-title,
.commande-type-colis-attente span.commande-type-colis-attente-title, 
.commande-type-course span.commande-type-course-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}
.commande-type-course-attente span.commande-type-course-attente-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}


.bientot-dispo {
    /*position:absolute; 
    transform:rotate(-15deg);
    margin-left: 4px;
    margin-bottom: 5px;
    z-index:0;*/
    font-weight:bold;
    color:#e3b041;
    margin-bottom:2px;
    font-size:13px;
    opacity: 1;
    font-family: cursive;
    

    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: auto;
    color: #999;
    text-align: center;*/
}

.commande-type-colis-attente {
    border: 1px solid #D6D6D6;
    padding: 10px 0;
    text-align: center;
    cursor: not-allowed;
    color: #D6D6D6;
}

.commande-type-colis-attente p{
    margin: 0;
}

.commande-type-colis-attente span.commande-type-colis-attente-title{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

.btn-ajout-colis {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background-color: #e3b041;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.btn-ajout-colis i { padding-right: 15px; }

.prix-commande {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 15px 0;
    
    border: 2px solid #d5d5d5;
    
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.btn-colis-number {
  display: inline-block;
  border: 0;
  margin-top: 10px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #e3b041;
}

.btn-colis-count {
    width: 55px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#etape2,
#etape3,
#etape4,
#etape5,
#etape6 {
    display: none;
}

.commande-etape hr { margin: 40px 0 10px 0; }

.page-header-commande h1 {
    display: inline-block;
    float:left;
    margin-right: 20px;
}

.page-header-commande input {
    height: 35px;
    min-width: 250px;
    margin-top: 4px;
}

.btn-commander { min-width: 138px; }

.carte_num,
.carte_num input {
    width: 100%;
}

.carte_expiration { 
    float: left; 
    width: 66.66%; 
}

.carte_expiration select { width: 45%; height: 28px; }

.carte_crypto { 
    float:right; 
    width: 33.33%; 
}

.carte_crypto input { width: 100%; }

.carte_cp { width: 30.33%; margin-right: 15px; }

.carte_cp input { width: 100%; }

.carte_pays { width: 43%; }

.carte_pays select { 
    width: 100%;  
    height: 28px;
}

.recapitulatif {
    border: 2px solid #d5d5d5;
    padding: 15px;
    font-weight: bold;
    font-size: 12px;
}

.recapitulatif span { display: inline-block; }

.recapitulatif p span:nth-child(2) { float: right; }

.recapitulatif-code {
    border: 2px solid #d5d5d5;
    padding: 15px;
    margin-top:10px;
    font-weight: bold;
    font-size: 16px;
}

.recapitulatif-code span { display: inline-block; }

.recapitulatif-code p span:nth-child(2) { float: right; }

.commande-type-paiement input { color: #000; }

.tab-check { margin-right: 15px; }

.tab-suppr,
.tab-check {
    font-size: 18px;
    cursor: pointer;
    color: #666666;
}

.tab-check:hover { 
    opacity: 0.7;
    color: #5cb85c; 
}

.tab-suppr:hover { color: red; } 

.commande-type-paiement input:focus{
    border-color: #d5d5d5;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/* /Ajout Commande */

/* Mon Compte */

.btn-suppresion {
    margin: -5px 0 20px 0;
    padding: 8px 25px;
}

.background-modal {
    display: none;
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.modal-suppression {
    display: none;
    position: fixed;
    z-index: 1501;
    top: 20%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background-color: #fff;
    border: 2px solid #e3b041;
    padding: 15px;
    text-align: center;
}

.modal-suppression p,
.modal-modification p { font-weight: bold; }

.modal-suppression button { margin: 5px 10px; }

.modal-modification {
    display: none;
    position: fixed;
    z-index: 1501;
    top: 20%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background-color: #fff;
    border: 2px solid #e3b041;
    padding: 15px;
    text-align: center;
}

/* /Mon Compte */

.bloc-type {
    border: 2px solid #d5d5d5;
    padding: 15px;
    margin-bottom: 15px;
}

.bloc-type h3 { 
    height: 34px;
    line-height: 34px;
    margin: 0 0 20px; 
}

#nbr-colis {
    width: 100%;
    height: 34px;
    margin: 0;
}

.bloc-ref-colis input { width: 85%; }

.bloc-ref-colis i {
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
    margin-left: 10px;
}

.bloc-ref-colis i:hover { color: #e3b041; }

.bloc-type .commande-type-colis { margin: 0 0 20px 0; }

.bloc-type .h3-categorie { 
    margin-bottom: 10px;
    height: auto;
}

.tab-reference-colis,
.tab-numero-colis {
    font-weight: bold;
    color: #666666;
    float: left;
    padding: 4px 8px;
    border-bottom: 2px solid #666666;
}

.tab-numero-colis { width: 30%; }

.tab-reference-colis { width: 70%; }

.tab-ref div { padding: 4px; }

.tab-ref div:nth-child(2n) { background-color: #d5d5d5; }

.tab-ref div span:first-child { 
    display: block;
    float: left;
    width: 30%;
    padding-left: 8px;
}

.tab-ref div span:nth-child(2) { 
    display: block;
    float: left;
    width: 70%;
    padding-left: 8px;
}

.tab-ref div::after { 
    content: "";
    display: block;
    clear: both;
}

.input-nbr-colis.error #nbr-colis { 
    border-color: red;
    position: relative; 
}

.input-nbr-colis.error::after {
    content: "Champs invalide";
    position: absolute;
    bottom: -18px;
    left: 15px;
    color: red; 
}

.bloc-type .orange { color: #E3B041; }

.type-colis-hayon {
    display: none;
    cursor: pointer;
    margin: -10px 0 9px 20px; 
}

.colis-precommande { margin-top: 10px; }

#bloc-precommande { display: none; }

.parametre .switchery { margin-top: 0; }

.parametre label { 
    cursor: pointer;
    margin: 0;
}

#ajout-carte { margin-bottom: 15px; }

#bloc-ajout-carte { display: none; }

#bloc-ajout-carte button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 200px;
}

#found p { 
    font-size: 16px;
    margin-top: 10px;
}

#no-livreur p {
    font-size: 16px;
    margin-bottom: 20px;
}

.title-tr { cursor: pointer; }

.title-tr i.fa-chevron-right {
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.title-tr.active i.fa-chevron-right {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.title-tr td:first-child { 
    color: #707070;
    text-align: center;
}

.note-livreur i {
    cursor: pointer;
    font-size: 20px;
}

#rateYo { margin: 0 auto; }

#note-livreur i.active { color: #e3b041; }

.alert-panier {
    display: none;
    margin: 10px 0 0 0;
    padding: 8px;
}

.alert-panier .close { 
    margin-left: 5px; 
    font-size: 20px;
}

@media (max-width: 767px) {
    .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in { top: 200px; }
}

#note-livreur a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #e3b041;
    margin-left: 15px; 
}

@media (max-width: 767px) {
    .navbar-header { background: rgba(35, 35, 35, 1) none repeat scroll 0 0; }
    .item-fiche:nth-child(2) {
        border-top: 1px solid #e3b041;
        border-bottom: 1px solid #e3b041;
        border-right: none;
        border-left: none;
    }
    .page-header-commande input { width: 100%; }
    .navbar-header-light { background-color: #fff; }

    #btn-bloc-type { margin: 10px 0; }

    .bloc-ref-colis input { width: 88%; }

    .parametre label {margin-bottom: 10px;}

    #no-livreur .btn-bricky { margin-bottom: 10px; }

}

@media (max-width: 360px) {
    .btn-mt { margin-top: 10px; }
}

@media (max-width: 768px) {
    .text-xs-center { text-align: center; }
    .title-mdp-compte { font-size: 18px; }
    #bloc-ajout-carte button.btn-light-grey { margin-bottom: 15px; }
}

@media (min-width: 768px) {
    .text-sm-right { text-align: right; }
    .prix-commande { font-size: 20px; }
}

@media (max-width: 991px) {
    .info-expe-label {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px){
    .fiche-voiture-panel { min-height: 300px; }
    .recapitulatif { font-size: 16px; }
    #bloc-ajout-carte button { width: 140px; }
    #searching { margin-top: 130px; }
}

@media ( min-width: 992px ) { 
    
}

@media ( min-width: 1200px ) {
    #bloc-ajout-carte button { width: 200px; }
} 

@media (min-width: 1280px) {
    .fiche-voiture-panel { min-height: 220px; }
}

/* Bloc dashboard */

.devis-form {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.devis-form h3 {
    margin: 10px 0 20px 0;
    font-size: 22px;
    font-weight: normal;
}

.devis-form h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
}

.devis-form .form-control {
    padding: 10px 15px;
    border: 1px solid #aeaeae;
    font-size: 13px;
    color: #616161;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 40px;
    border-radius: 4px !important;
}

.devis-form .input-group-btn .btn {
    padding: 9px 18px;
    background-color: #e3b041;
    border-color: #e3b041;
}

.devis-form .form-control-bdrs {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; 
}
.devis-form .categorie-attente-item {
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    text-align: center;
    cursor: not-allowed;
    color: #D6D6D6;
    transition-duration: 0.3s;
}

.devis-form .categorie-attente-item span{
    display: block;
    font-size: 11px;
}

.devis-form .categorie-item {
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #999;
    transition-duration: 0.3s;
}

.devis-form .course-item i {
    transition-duration: 0.3s;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.devis-form .categorie-item.active,
.devis-form .course-item:not(.btn-inactif):hover,
.devis-form .categorie-item:not(.btn-inactif):hover,
.devis-form .course-item.active,
.devis-form .categorie-item.active {
    color: #fff;
    background-color: #e3b041;
    border-color: #e3b041;
}

.devis-form .course-item:not(.btn-inactif):hover i,
.devis-form .categorie-item:not(.btn-inactif):hover i,
.devis-form .course-item.active i,
.devis-form .categorie-item.active i { 
    background-color: #c69939;
    border-color: #c69939;
}

.devis-form .categorie-item span,
.devis-form .course-item span { 
    display: block;
    font-size: 11px;
}

.devis-form .categorie-item span:first-child,
.devis-form .course-item span:first-child {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.devis-form .checkbox-inline-hayon {
    /*display: none;*/
    margin-top: -5px !important;
}

.devis-form .course-item {
    position: relative;
    min-height: 67px;
    padding: 5px 28px 5px 5px;
    margin-bottom: 15px;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #999;
    transition-duration: 0.3s;
}

.devis-form .course-item i {
    position: absolute;
    right: -1px;
    top: 0;
    padding: 26px 7px;
    border-left: 1px solid #aeaeae;
}

.devis-form #datepicker { 
    display: block;
    width: 100%;
    margin-top: -10px;
    border: none;
    text-align: center;
    background-color: transparent;
    color: #999;
}

.devis-prix {
    width: 300px;
    margin-bottom: 10px;
}

.devis-prix-commande,
.devis-prix-total{
    float:left;
    border: 1px solid #E3B041;
    width: 150px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.devis-prix-commande {
    display: block;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #E3B041;
    color: #FFF;
    text-decoration: none !important;
}

.devis-prix-commande:hover {
    background-color: #C69939;
    border-color: #C69939;
    color: #FFF;
}

.devis-prix-total{
    color: #E3B041;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.devis-prix-commande:focus,
.devis-prix-commande:hover,
.devis-prix-commande:active { color: #fff; }

.map-item {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #DDD;
}

.devis-form,
.map-item { margin: 25px 0; }

.map-item #map {
    background-color: #3d3d3d;
}

@media (max-width: 767px)  {
    .devis-form .course-item i { display: none; }
    .devis-form .course-item { padding: 5px; }
    .datepicker-dropdown {
        z-index: 9999 !important;
        left: 16px !important;
        right: 16px !important;
    }
}


@media (max-width: 400px) {   
    .devis-prix { width: 220px; }
    .devis-prix-commande,
    .devis-prix-total{
        width: 110px;
    }
    
}
/* /Bloc dashboard */

.has-error-p {
    color: #e81724;
}

#prix_estime p {
    text-align:center;
}

.no-display {
    display:none;
}

.course-item.btn-inactif {
    opacity:0.5;
    cursor: not-allowed;
}

.categorie-item.btn-inactif {
    opacity:0.5;
    cursor: not-allowed;
}

.devis-form #date-picker.datepicker-devis-client { color: #000 !important; border:none !important; cursor: pointer !important; width: 110px;}
.devis-form #date-picker.datepicker-devis-client:focus { box-shadow: unset; }

.btn-modif-compte { display: none; }

.date-picker-readonly[readonly] { background-color: #fff; cursor: pointer;}

.affiche-datepicker { cursor: pointer; }

#modificationsucces { display: none; }

.row-msg-modif .btn-etape,
.row-msg-modif .btn-etape-retour {
    margin-top: 0;
}

.row-msg-modif .has-error-p {
    margin-bottom: 0;
}

.datepicker-dropdown.datepicker-orient-top::before, .datepicker-dropdown.datepicker-orient-top::after {
    display: none;
}

ul.main-navigation-menu > li.menu-responsive-sm { display: none; }

.close.popup-modal-dismiss { padding: 5px; }

@media (max-width: 767px) {
    .navbar-tools { display: none; }
    .main-container { margin-top: 48px; }
    ul.main-navigation-menu > li.menu-responsive-sm { display: block; }
    .navbar-inverse { background-color: rgba(255, 255, 255, 0.9) !important; }
    .main-navigation { top: 48px; }
}

#modal.modal-dashboard { z-index: 9999; }

.modal-dashboard .modal-login { margin: 70px auto; }

.popup_white {
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.popup_white h3 { 
    margin: 0;
    text-align: center;
}

.popup_white textarea { resize: none; }

#reserve-ok { display: none; }

#reserve-ok p { 
    color: #333;
    font-size: 16px;
    text-align: center;
}