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

.btn-submit-editeur {
    border-radius: 10rem;
    background-color:#4097ae !important;
    border:1px solid #4097ae !important;
    color: #fff !important;
    font-size: 16px;
    border: 0px; 
    padding: 6px 15px;
    margin: 20px 5px; 
    background-image: linear-gradient(90deg, #fff 0%, #fff 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 #4097ae !important;
    background-position: 0 0;
    color:#4097ae !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: 230px !important;
}
#ui-datepicker-div{
    z-index: 1045 !important;
}
.custom-control-label > .text-info{ color:#585858 !important;}


.slideMultiRb{padding-top: 40px;}
.itemSlideRb>div>h3 {
    color: #4097ae; 
}
.aItemSlideRb { 
    color: #fff !important;
    border: 1px solid #4097ae !important; 
    background-color: #4097ae;
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%); 
}
.aItemSlideRb:hover { 
    color: #4097ae !important; 
}


/* GALERIA EDITEUR */
.card{
    display:block !important;
}

.plugin-img-card{
    padding-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
    display: block !important;
    border:none;
}
.plugin-img-card > .card-body {
 display:none !important;
}
.columns-omline{
    columns:2;
}
/* FIN - GALERIA EDITEUR */


@media only screen and (min-width: 768px) {
    .widget_search {
        min-height: 65px;
        position: absolute;
        z-index: 2;
        bottom: 0px;
        width: 100%;
    } 
    .offcanvas-top {
        max-height: 100px !important;
    }
    .columns-omline{
        columns:3;
    }
    /* FIN - GALERIA EDITEUR */
    
    }
    @media only screen and (min-width: 992px  ){
    /* GALERIA EDITEUR */
    .columns-omline{
        columns:3;
    }
    /* FIN - GALERIA EDITEUR */
    
    }
    @media only screen and (min-width: 1024px  ){
    /* GALERIA EDITEUR */
    .columns-omline{
        columns:4;
    }
    /* FIN - GALERIA EDITEUR */
    
    }
    
