html, body {
    height: 100%;
    margin: 0;
    font-size: 62.5%;
}

.header {
    font-weight: bold;
}

.header, .footer {
    background-color: #ccc;
    line-height: 40px; /* Centrer le texte verticalement */
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    text-align: center;
}

.footer {
    padding-left: 10px;
}

button {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 10px;
    border-radius: 10px;
}

.footer button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.layer {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.workshop {
    display: flex;
    grid-row: span 3;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
}

.workshop.void {
    background-color: aliceblue;
}

.red {
    color: red;
}

.green {
    color: green;
}

.workshop {
    border-style: solid;
    border-width:  10px;
}

.workshop#A1 {
    border-color: #E91E63;
    background-color: #FAD1DE;
}

.workshop#A2 {
    border-color: #34A853;
    background-color: #D8F0DC;
}

.workshop#B1 {
    border-color: #FBBC05;
    background-color: #FEF3D4;
}

.workshop#B2 {
    border-color: #FF5722;
    background-color: #FFD9D0;
}

button.on,
.buy.on,
.stock.on,
.table.on,
.output.on {
    background-color: #1A73E8;
    color: black;
}

button.off {
    background-color: lightgrey;
    color: dimgrey;
}

/* POCO M6 PRO *
393 * 873
873 * 393
*/
