    
*{
    font-family: "Roboto", sans-serif;
    font-weight: 300!important;
    font-style: normal;
}

body{
    margin: 0px!important;
    overflow: hidden;
    background-color: #f5f5f5;
}

header{
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 7vh;
    background-color: transparent;
    color: black;
    align-items: center;
    margin: 0px 20px 0px 20px;
}

#LOGO{
    width: 120px;
    margin-right: 20px;
}
.H1LOGO{
    display: flex;
    align-items: center;
    color: black;
}

header a{
    text-decoration: none;
}

article{
    padding: 0px!important  ;
}

.arrow{
    width: 20px;
}

li a{
    color: black;
    text-decoration: none;
}

.BiensCategorie th,tr{
    height: 30px;
    text-align: left;
}

.BiensCategorie{
    border-spacing: 20px;
    background-color: #fcfcfc;
}

.ListeCategorie{
    height: 50px;
    align-items: center;
    padding-left: 20px;
    background-color: #fcfcfc;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
}

.BtnDropdown{
    background-color: grey;
    border: none;
    height: 50px;
    width: 50px;
    cursor: pointer;
    grid-column: none;
    transition: 0.1s;
}

.BtnDropdown:hover{
    background-color: #a69149;
    transition: 0.1s;
}


.BtnDropdown img{
    width: 15px;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease; /* Ajoute une transition pour une animation fluide */
}

.status{
    margin: 0px;
}

.TitreFiltre{
    margin: 0px;
}

#filtre{
    margin: 0px;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    background-color: #363636;
    border-bottom: 0.1px solid black;
    z-index: 20;
    position: fixed;
    width: 49.06%;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}

#ButtonFiltre{
    height: 50px;
    background-color: #b49d4e;
    color: #fafafa;
    border: none;
    width: 50px;
    transition: 0.1s;
    font-weight: 500!important;
}

#ButtonFiltre:hover{
    background-color: #a18c49;
    transition: 0.1s;
}

.Coche{
    padding-left: 20px;
}

#ListeClients{
    overflow: scroll;
    overflow-x: scroll;
    width: 94%;
    margin: 20px;
    background-color: #fcfcfc;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.14);
}

.ListeBiens{
    margin-top: 48px;
}

#TABLEAUDEBORD{
    margin: 0px 20px 20px 20px;
}

#STATS{
    margin: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-template-rows: auto auto 1fr 1fr 1fr auto auto;
    width: 100%;
}

#TitreSectionStats{
    width: 110%;
    height: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
}

#STATS div {
    background-color: #fcfcfc;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.14);
    overflow: hidden;

}

#STATS div h2{
    margin: 0px 0px 20px 0px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    font-weight: 500 !important;
    letter-spacing: .1px;
    line-height: 24px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 20px;
    width: auto;
    text-align: center;
}

.TitreStats{
    margin: 0px 0px 5px 0px;
    text-align: center;
}

.ChiffresStats1{
    margin: 0px;
    font-weight: 400 !important;
    padding-bottom: 60px!important;
    font-size: 20px;
    text-align: center;
}

.ChiffresStats2{
    margin: 0px;
    font-weight: 400 !important;
    padding-bottom: 20px!important;
    font-size: 20px;
    text-align: center;
}

.TitreCategorie{
    margin: 0px!important;
}

#LISTE-BIEN{
    width: 100%;
    height: 85vh;
    overflow: scroll;
    margin: 0px 20px 20px 20px;
    overflow-x: visible;
    box-shadow: 0 1px 5px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.14);
    border-radius: 3px;
}

h1{
    margin: 0px;
    font-size: x-large;
    font-weight: normal;
    display: flex;
    align-items: center;
}

h2{
    font-weight: 100;
    font-size: larger;
}

#HOME{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#DETAILS{
    display: grid;
    grid-template-columns: 30% 70%;
    width: 100%;
}

#TableClient{
    width: 100%;
}

article{
    width: 90%;
    padding: 10px;
}

#entete{
    text-align: left;
}

#DETAILS{
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    height: 85vh;
    
}

#BienImmobilier{
    background-color: #fcfcfc;
    width: 90%;
    margin: 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.14);
    border-radius: 3px;
    height: fit-content;
}

#BienImmobilier div{
    padding: 20px;
}

#contactTable{
    width: max-content;
    font-size: 13px;
}

/* Couleurs pour le filtrage */
.ligne-verte {
    background-color: #d7fdd7;
}

.ligne-orange {
    background-color: #ffdb9a;
}
#StickyTable{
    position: sticky;
    top: 0;
    background-color: aliceblue;
}

#export-excel{
    margin: 20px;
    background-color: b49d4e;
    color: #fff;
    padding: 7px;
    border: 2px solid b49d4e;
    border-radius: 3px;
    transition: 0.1s;
}

#export-excel:hover{
    background-color: #a18c49;
    border: #a18c49 solid 2px;
    transition: 0.1s;
}

.BtnSecondaire{
    margin: 20px;
    background-color: transparent;
    color: #0a0a0a;
    padding: 7px;
    border: 2px solid #b49d4e;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.1s;
}

.BtnSecondaire:hover{
    background-color: #f5f5f5;
    transition: 0.1s;
}

.FirstLine, th{
    font-weight:500!important;
}

.NmbrBien{
    font-weight: bolder!important;
}

.Tab1 h2{
    background-color: #6aa9ed;
}

.Tab2 h2{
    background-color: #38dd5e;
}

.Tab3 h2{
    background-color: #fe5e5e;
}

.tab p{
    padding: 0px 20px 0px 20px;
}