.moteur-dispo {
    width: 100%;
    padding: 20px 0;
}

.dsioCssSearchBarBloc.Dispo {
    display: none !important;
}

.moteur-dispo .dates-dispo {
    position: relative;
    float: left;
}

.moteur-dispo .dates-dispo .focused {
    border: solid 1px #6da600;
}

.moteur-dispo select,
.moteur-dispo input {
    height: 34px;
    line-height: 34px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, .54);
    font-family: 'DINOT-Light', 'Open Sans', sans-serif;
    float: left;
    outline: none;
}

.moteur-dispo .error {
    background: #fdd0ae;
    outline: 0;
    border: solid 1px #fdd0ae;
}

#main-wrapper .moteur-dispo button {
    border: none;
    border: solid 1px #6da600;
    background: #6da600;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 20px;
    margin: 0 0 0 5px;
    height: 32px;
    line-height: 32px;
}

#main-wrapper .moteur-dispo button i {
    font-size: 16px;
    margin-right: 4px;
}

/* kalendar */
.moteur-dispo .kalendarWrapper {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 10;
    display: none;
    background: #FFF;
    box-shadow: 0 0px 3px #b3b3b3;
    padding: 10px 10px;
    min-width: 600px;
    padding-bottom: 40px;
    margin: 10px 0 0 0;
}

.moteur-dispo .kalendae {
    border: none;
    margin: 0px;
    background: none;
}

.moteur-dispo .kalendae .k-calendar {
    /*float: left;*/
}

#main-wrapper .moteur-dispo .kalendarWrapper .close {
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 40%;*/
    margin: auto;
    display: block;
    font-size: 15px;
}

.moteur-dispo .kalendae .k-calendar {
    min-width: 265px;
}

.moteur-dispo .kalendae .k-title {
    height: 34px;
    line-height: 34px;
}

.moteur-dispo .kalendae .k-title,
.moteur-dispo .kalendae .k-header,
.moteur-dispo .kalendae .k-days {
    width: 100%;
}

.moteur-dispo .kalendae .k-btn-previous-month,
.moteur-dispo .kalendae .k-btn-next-month,
.moteur-dispo .kalendae .k-btn-previous-year,
.moteur-dispo .kalendae .k-btn-next-year,
.moteur-dispo .kalendae .k-caption {
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    color: #6da600;
    font-family: 'DINOT-Light', 'Open Sans', sans-serif;
}

.moteur-dispo .kalendae .k-header span,
.moteur-dispo .kalendae .k-days span {
    width: 13%;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-family: 'DINOT-Light', 'Open Sans', sans-serif;
    font-size: 17px;
    border-radius: 0;
}

.moteur-dispo .kalendae .k-days span.k-selected.k-active {
    background: #6da600;
    border-color: #6da600;
}

.moteur-dispo .kalendae .k-days span.k-range.k-in-month {
    background: #c5ea7e;
    border-color: #c5ea7e;
}

@media all and (max-width: 768px) {
    .moteur-dispo .reset span {
        display: none;
    }
    .moteur-dispo select,
    .moteur-dispo input {
        width: 100px;
    }
    #main-wrapper .moteur-dispo button {
        padding: 0 10px;
    }
    .moteur-dispo .kalendarWrapper {
        position: fixed;
        top: 0;
        bottom:0;
        left:0;
        right:0;
        padding:0;
        margin:0;
        background: rgba(255,255,255,.9);
        min-width: inherit;
    }

    .moteur-dispo .kalendarWrapper .kalendarContent {
        max-width: 320px;
        margin: auto;
        padding: 15% 0 0 0;
        width:100%;
    }
    .moteur-dispo .kalendae .k-calendar {
        margin: auto;
        padding:20px;
        /*background: #FFF;*/
        display: block;
        width:100%;
    }
    #main-wrapper .moteur-dispo .kalendarWrapper .close {
        margin: auto;
        display: block;
        font-size: 16px;
        padding: 0px 40px;
        height: 46px;
        line-height: 46px;
    }
    

}