
/** * Backgroud images "locataire" page * **/

div.clBkSubscription_Tenant {
    background: url("../Images/Houses&Buildings/house1.jpg");
    background-attachment: fixed;
    background-size: cover;
}

@media screen and (max-width: 460px) {

    div.backgroundTenantSl {
        background: url("../Images/Illustrations/handsUpTenants.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: 26%;
    }
}

@media screen and (min-width: 461px) {
    div.backgroundTenantSl {
        background: url("../Images/Illustrations/handsUpTenants.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: right;
    }
}

#Id_P07_Bt_0XS_06:disabled {
    background-color: rgb(155, 151, 151);
}
.clBtnClrDefault {
    background-color: black;
}