html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.tuileequipement {
    display: inline-block;
    border: 1px solid black;
    margin: 1vh 1vw;
    padding: 0.2vw 0.2vw;
}

    .tuileequipement h1 {
        font-size: 24px;
        text-align: center;
    }

div.deconnecte {
    opacity: 0.3;
}



[indeterminate]{
    border: none;
}









/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.wait {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/img/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .wait {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .wait {
    display: block;
}


.pictodeconnecte {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/img/deconnecte.png') 50% 50% no-repeat;
}

body.deconnecte .pictodeconnecte {
    display: block;
}

.commandesPanel {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

    .commandesPanel > div {
        border-radius: 30px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 80vw;
        height: 80vh;
        margin: auto;
        background: white;
        display: block;
    }

    .commandesPanel > div > div
    {
        position: relative;
        height: 90%;

    }

    .commandesPanel h1
    {
        font-weight: 600;
        font-size: 12px;
        text-align: center;
    }


.divPanelOptions {
    text-align: center;
}

    .divPanelOptions button{
        width: 90%;
        padding: 10px;
        margin: 10px 0px;
    }
