
/*==========Désactive la fonction d'affichage des flêches permettant d'incrémenter====
============ou de décrémenter les valeurs sur les champs de type ===================*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


.form-label-left .control-label{
    display: block;
}

.control-label.required::after, .form-group label.required[for]::after{
    content: " *";
    color: red;
}
.text-yellow{
    color: #ffd800;
}
a.text-yellow{
    color: #ffd800;
}
a.text-yellow:hover{
    color: #ffe23f;
}


.woroworo-card{
    color: #222;
    max-width: 375px;
    height: 290px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 50px 0 25px 0;
    box-shadow: 0px 30px 30px -20px rgba(0,0,0,0.2);
    transition: all .2s cubic-bezier(1,.4,.4,.6);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 37%,rgba(255,255,255,1) 100%);
}
.woroworo-card:hover{
    bottom: -10px;
    box-shadow: 0px 20px 20px -15px rgba(0,0,0,0.2);
}

.woroworo-card > .box{
    width: 345px;
    height: 250px;
    display: border-box;
    border: none;
    overflow: visible;
    position: absolute;
    left: 15px;
    bottom:23px;
    margin:auto;
    box-shadow: 0px -10px 35px -5px rgba(0,0,0,0.06);
    transition: all .4s cubic-bezier(1,.4,.4,1);
    background: #fff;
}

.woroworo-card > a.box span{
    position: absolute;
    display: block;
    font-size: 3em;
    line-height: 1;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.woroworo-card > .box > img{
    position: relative;
    top: -50px;
    left: 0px;
    height: 150px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.woroworo-card > .box > .text-block {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.woroworo-card > .box > .text-block > .title{margin:3px 0; font-size: 1.4em;}
.woroworo-card > .box > .text-block > .insurance-date{
    margin: 6px 0 0 0;
}
.woroworo-card > .box > .text-block > .insurance-date .active{
    color: #d40000;
    font-size: 1.1em;
}
.woroworo-card > .box > .text-block > .insurance-date > .old{
    text-decoration: line-through;
    color: #a6a6a6;
    font-size: .75em;
    display: inline-block;
    margin-right:4px;
}
.woroworo-card > .box > .text-block > .description{color:#a6a6a6; font-size: .8em;}

.woroworo-card > .buttons {transition:all .2s cubic-bezier(1,.4,.4,.6);
    position:absolute; bottom:-10px; width:50%; left:25%; text-align: center; opacity:0;}
.woroworo-card:hover .buttons{bottom:-18px; opacity:1;}
.woroworo-card > .buttons > a {
    font-size: .9em;
    width: 2.5em; height: 2.5em;
    display: inline-block;
    padding:.7em;
    border-radius: 100%;
    background: #d40000;
    color:#fff;
    text-decoration: none;
    transition:all .2s cubic-bezier(1,.4,.4,1);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.woroworo-card > .buttons > a:hover{
    background: #9e0000;
}
.depart-item{
    max-width: 700px;
    background-color: #fff;
    border: 1px solid #E6E9ED;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: relative;
    top: 0;
    left: 0;
    color: #333;
}
.depart-item .icon-vehicle-type{
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    font-size: 50px;
    color: #00dbff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.depart-item .icon-vehicle-type.motorcycle{
    color: #ffd600;
    opacity: 0.2;
}
.depart-item:hover {
    -webkit-box-shadow: 5px 3px 7px 0 rgba(0,0,0,0.1);
    box-shadow: 5px 3px 7px 0 rgba(0,0,0,0.1);
    top: -2px;
    left: -2px;
    text-decoration: none;
    color: #333;
}
.depart-item .date-de-depart{
    width: 70px;
    flex-direction: column;
    text-align: center;
    align-content: stretch;
}
.depart-item .date-de-depart .month{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    flex-grow: 2;
}
.depart-item .date-de-depart .day{
    font-size: 40px;
    line-height: 1.2;
    flex-grow: 2;
}
.depart-item .city-name{
    flex-basis: 30%;
    flex-shrink: 1;
    flex-grow: 3;
    padding: 5px 10px;
}
.depart-item .city-name .label-ville{
    font-size: 70%;
    line-height: 1;
    opacity: 0.8;
}
.depart-item .city-name .lieu{
    font-size: 80%;
    line-height: 1;
}
.depart-item .city-name .ville{
    font-weight: bold;
    font-size: 130%;
}
.depart-item .vehicule-icon{
    flex-basis: 10%;
    flex-shrink: 2;
}
.depart-item .depart-prix{
    flex-basis: 10%;
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.depart-item .depart-prix .prix{
    font-size: 22px;
}
.depart-item .depart-prix .monaie{
    opacity: 0.8;
}
.dataTables_filter {
    width: auto;
    float: none;
    text-align: left;
}
.passager-card .passager-icon{
    background-color: #00dbff;
    color: #fff;
    line-height: 1;
    font-size: 100px;
}
.passager-card .passager-desc .nom{
    background-color: #00dbff;
    position: relative;
}
.passager-card .passager-desc span{
    display: block;
    position: relative;
    z-index: 1;
}
.passager-card .passager-desc .nom::before{
    background-color: rgba(0,0,0,0.2);
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.passager-card-container:nth-child(2) .passager-card .passager-icon,
.passager-card-container:nth-child(2) .passager-card .passager-desc .nom{
    background-color: #a6ff00;
}
.passager-card-container:nth-child(3) .passager-card .passager-icon,
.passager-card-container:nth-child(3) .passager-card .passager-desc .nom{
    background-color: #ffd600;
}

.user-card .user-icon{
    line-height: 1;
    font-size: 100px;
}
.user-card .user-desc .nom{
    position: relative;
    background-color: rgba(0,0,0,0.1);
}
.notification-item {
}
.notification-item .label{
    font-size: 80%;
}
.collapse-item [data-toggle="collapse"]{
    display: flex;
    justify-content: space-between;

}
.collapse-item [data-toggle="collapse"]::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    margin-top: 0.75em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.article-item:hover{
    text-decoration: none;

}
#informations_conducteur .motorbike-title{
    display: none;
}
#informations_conducteur.motorbike .motorbike-title{
    display: block;
}
#informations_conducteur.motorbike .vehicle-title{
    display: none;
}

