.col_plugin_text{width: 100%;}
.col_plugin_text img {width: 100%;}

.btn-submit-editeur {
    border-radius: 10rem;
    background-color: #fff !important;
    border:1px solid #6b99bc !important;
    color: #6b99bc !important;
    font-size: 16px;
    border: 0px;
    float: left;
    font-weight: bold;
    padding: 6px 15px;
    margin-top: 15px;

    background-image: linear-gradient(90deg, #6b99bc 0%, #6b99bc 50%, transparent 50%, transparent 100%);
    background-size: 200% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s;
}
.btn-submit-editeur:hover{
    border:1px solid #6b99bc !important;
    background-position: 0 0;
    color:#fff !important;
    transition: background-position 0.5s,color 0.3s linear 0.2s, background-color 0s linear 0.5s;
}

.custom-checkbox {
    text-align: left !important;
}

.custom-control-label {
    Font-size: 16px !important;
}

.text-info {
    color: 444 !important;
}
.widget_search {

    margin-top: 0px;
    min-height: 180px;
    padding: 10px;
}

.offcanvas-top {
    height: 240px !important;
}

#ui-datepicker-div{
    z-index: 1041 !important;
}

 
@media only screen and (min-width: 768px) {
    .widget_search {
        min-height: 70px;
        position: absolute;
        z-index: 2;
        bottom: 0px;
        width: 100%;
    }

    .min-heightSlide {
        min-height: 100vh;
    }

    .offcanvas-top {
        max-height: 130px !important;
    }
}
