/* Add padding BETWEEN each column */
/* Create three equal columns that floats next to each other */
.colonne {
    display: none;
}

/* Content */
.content {
    padding: 0px;
    width: 100%;
}

/* The "show" class is added to the filtered elements */
.show {
    display: flex;
}

/* Style the buttons */
.btn1 {
    background-color: rgba(63, 182, 38, 0);
    padding: 5px 5px 5px 5px;
    color: #d8ccbe!important;
    cursor: pointer;
    border: 1px solid #d8ccbe!important;
}

.btn1:hover {
    color: #000000 !important;
    background-color: #d8ccbe!important;
}

.card_adresse {
    padding: 30px;
    background-color: rgba(53, 53, 53, 0.33);
    border-radius: 30px;
    margin: 10px;
}

.btn1:focus {
    background-color: #d8ccbe !important;
    color: black;
    text-align: center!important;
}

.active {
    background-color: #d8ccbe!important;
    color: black!important;
    text-align: center!important;
}




