@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#app{
    background: transparent !important;
}
.locataire-table table thead tr th {
	font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAB2C8;
}
.locataire-table table tbody tr td,
.locataire-table table tbody tr td p {
	font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #263238;
}
.locataire-table .table thead tr th,
.locataire-table .table tbody tr td {
	text-align: left;
    vertical-align: middle;
}
.locataire-table .table tbody tr {
	background: #F5F6FA;
    border-radius: 10px;
    border-bottom: 15px solid #fff;
}
.locataire-table .table {
	border: transparent;
}
.btn-action-administratif-proprietaire {
    background: none;
    color: #E53E3E !important;
    border: none !important;
}

.image-item {
    width: 150px;
    height: 142.11px;
    position: relative;
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 35, 42, 0.7);
    z-index: 2;
    cursor: pointer;
}