.guesthouses-container {
    /*padding: 0 40px 40px 40px;*/
    /*padding-top: 2vh;*/
    /*padding-bottom: 2vh;*/
    /*background-color: #f5f2eb;*/
    /*width: 20vw;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: center;*/
    font-size: 9px;
    /*background-color: red;*/
}
.guesthouses-row {
    /*background-color: #f5f2eb;*/
    display: flex;
    justify-content: space-evenly;
    /*background-color: blue;*/

}
.guesthouses-row img {
    width: 24px;
    height: 24px;
}

.plaquette {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.plaquette-row {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.plaquette-bloc {
    margin-top: 2vh;
}

