* {
    box-sizing: border-box;
}

.table-wrapper > div {
    border: solid #E0E0E0 1px;
    border-radius: 5px;
    background-color: #F0F0F0;
}

.table-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.table-bouton-wrapper > div {
    height: 2em;
    line-height: 2em;
    cursor: pointer;
}

.table-bouton-wrapper > .active, .table-bouton-wrapper > .inactive:hover {
    text-align: center;
    font-weight: bold;
    border: solid #A14C3D 1px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #D2634F;
    padding: 0px;
}

.table-bouton-wrapper > .inactive {
    text-align: center;
    font-weight: bold;
    border: solid #E0E0E0 1px;
    border-radius: 5px;
    color: #C0C0C0;
    background-color: #F0F0F0;
    padding: 0px;
}

.table-bouton-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 30px 20px;
    grid-gap: 10px;
}

.boxWrapper {
    position: relative;
    height: 12em;
}

.boxContent {
    padding: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.boxContent img {
    z-index: 2;
}

.boxMask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:white;
}

.btnLocPicker {
    font-size: 0.8em;
    padding: 0px 5px;
    text-align: center;
    border: solid #D0D0D0 1px;
    border-radius: 5px;
    color: #000;
    background-color: #F0F0F0;
    z-index: 1;
    cursor: pointer;
}

.btnLocPicker:hover, .boxDetail:hover {
    color: #FFFFFF;
    background-color: #D2634F;
}

.boxDetail {
    font-size: 0.8em;
    padding: 0px 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: center;
    border: solid #D0D0D0 1px;
    border-radius: 5px;
    color: #000;
    background-color: #F0F0F0;
    z-index: 1;
    cursor: pointer;
}

.boxPourvoi {
    font-size: 1em;
    font-weight: bold;
    padding: 0px 5px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #FFF;
    background-color: #F33;
    z-index: 1;
}

.partial {
    background-color: #ff9933;
}

.over {
    background-color: #2ab500;
}

.z2 {
    z-index: 2;
    opacity: 0.8;
}

.z0 {
    z-index: 0;
    opacity: 0;
}

.link {
    cursor: pointer;
}

.droite {
    float: right;
    font-weight: bold;
}
