.btn-submit-editeur {
    background-color: #837468 !important; 
    border: 1px solid #837468 !important;
    color: #fff !important;
    border-radius: 10rem !important;
    font-size: 16px;
    display: table;
    margin-top: 10px;
    background-image: url('../css/tsunami/tsunamiLight.png');
    background-repeat: repeat-y;
    background-size: 0px 100%;
    transition: 0.5s;
}

.btn-submit-editeur:hover {
    background-size: 105% 100%;
    background-color: transparent !important;
    color: #837468 !important;
    transition: 0.5s;
}

.custom-checkbox {
    text-align: left !important;
}

.custom-control-label {
    Font-size: 16px !important;
}

.text-info {
    color: black !important;
}
/* .search_bouton{
    color:white !important;
} */

.btn-cool{min-width: 40px;min-height:40px;}
.btn-cool:hover > i {color:black !important; transition:0.75s;}

.btn-cool > span {
    overflow:hidden;
    opacity:0;
    font-size:0;
    transition:0.25s;
    
}
.btn-cool:hover > span {
    opacity:1 !important;
    font-size:16px;
    padding-left:5px;
    transition:0.25s !important;
}
.mhBtn{min-height: 40px !important;}
.mwBtn{min-width: 40px !important;} 

/* GALERIA EDITEUR */
.galeria-alquileres a{margin:0 !important;} 
.galeria-alquileres .hover:hover,.visite:hover{
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
} 
.galeria-alquileres .hover:hover {background-image: url(../iconos/photo2.png);}
.galeria-alquileres .fa-file-image-o{display:none !important;}
/* FIN - GALERIA EDITEUR */
