.btn-submit-editeur {
    background-color: #fff !important;
    border:1px solid #2f2e2e !important;
    color: #2f2e2e !important;
    border-radius: 10rem;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url('/css/tsunami/tsunamiDark.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: #fff !important;
    transition: 0.5s;
}

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

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

.text-info {
    color: black !important;
}

.slick-track{margin-left: auto !important; margin-right:auto !important; }

.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;}
 

/* LANG */
.container-lang-3{
    max-width: 85px;  
    position: absolute;
    z-index: 2;
    top: 130px;
}
.container-lang-3 > div > a > span > img{width:30px !important;}
.container-lang-3 > div > a{color:#444 !important;}
.container-lang-3 > div > a:hover{color:#888 !important;}
.lang-3-main{width:35px !important;}
.lang-3{
    background-color:#fff;
    display: none;
    position:absolute;
    top: 50px;
    left: 0px;
    text-align: left;
    width: 230px;
    padding: 20px ;
}
 
.lang-3 a{
    text-decoration: none !important;
}
.container-lang-3:hover>.lang-3{
    display: block;
}
/* LANG */
  
.container_actualite_text_buttom_actu{display: none !important;}

.galeria-alquileres > a > div::before, .galeria-alquileres > .plugin-img-card > a > div::before{
    font-size: 26px;
    content: "\f0fe";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: white;
    font-weight: 900;
} 

@media only screen and (min-width: 768px){
    .search div{margin:0px !important;margin-bottom: 10px !important;}
    .date{width: 50% !important;}
    .rental{width: 100% !important;}
    .personne{width: 40% !important;}
    .search_bouton{margin-left: 1% !important;width: 59% !important;}
}