html,
body {
    margin: 0;
    padding: 0;

    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main {
    touch-action: pan-y !important;
}

.week-date {
    margin: 10px 40px 0 40px;
}

.batiment {
    display: inline-block;
    border: 1px solid lightgray;
    margin: 20px;
    box-shadow: 5px 5px 5px gray;
    width: 300px;
    height: 280px;
}

.batiment-body {
    height: 50px;
}

.grid-2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-3-rows {
    display: grid;
    grid-template-rows: 200px 30px 50px;
}

.appartment {
    font-size: 20px;
    display: block;
    color: black;
    text-decoration: none;
    text-align: center;
}

.appartment.common {
    
}

.apartment-name {
    font-size: 12px;
    text-align: center;
}

.border-bottom {
    border-bottom: 1px solid lightgray;
}

.border-right {
    border-right: 1px solid lightgray;
}

.common {
    margin: auto;
}

.center-home {
    text-align: center;
    padding-top: 5px;
}

.tondeuse {
    background-image: url(https://carresdumontsion.michaelalbaladejo.com/img/tondeuse-neige.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
}

.menage {
    background-image: url(https://carresdumontsion.michaelalbaladejo.com/img/menage.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
}