body
{
    -webkit-user-select: none;
    color: white;
    background-color: black;
    margin: 0;
    overflow: hidden;
}

body::-webkit-scrollbar 
{
    -webkit-app-region: no-drag;
}

p
{
    margin: 0;
}

.page
{  
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

h2
{
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.contenu
{
    clear: both;
    height: 100%;
    color: white;
    flex-grow: 1;
    overflow-x: auto;
}

.menuHaut
{
    -webkit-app-region: drag;
    background-color: #3a3a3a;
    color: white;
    font-weight: bold;
    box-shadow: -10px 10px 10px rgba(255,255,255,0.30);
    height: 42px;
    margin-bottom: 30px;
    width: 100%;
    position: fixed;
    top: 0;
    flex-shrink: 0;
}

#menuDrag
{
    -webkit-app-region: drag;
    padding: 5px;
    float: left;
    cursor: move;
}

#menuFermer
{
    -webkit-app-region: no-drag;
    height: 32px;
    width: 130px;
    line-height: 32px;
    padding: 5px;
    float: left;
    cursor: pointer;
}

#menuFermer div
{
    float: left;
    height: 32px;
    padding-right: 10px;
}

#menuReload
{
    -webkit-app-region: no-drag;
    height: 32px;
    width: 32px;
    /* width: 165px; */
    line-height: 32px;
    padding: 5px;
    float: left;
    cursor: pointer;
}

#menuReload div
{
    float: left;
    height: 32px;
    padding-right: 10px;
}

.tacheFinie
{
    color: grey !important;
}

.tacheFinie div
{
    color: grey !important;
}

.tacheFinie button
{
    background-color: grey !important;
}

.argentTotal
{
    float: right;
    width: 200px;
    line-height: 32px;
    padding: 5px;
    text-align: right;
    font-size: 45px;
}

.argent::after
{
    content: " €";
}

.bloc_content
{
    background-color: #2f2f2f;
    color: white;
    box-shadow: -10px 10px 10px rgba(255,255,255,0.30);
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
    padding: 15px;
    -webkit-app-region: no-drag;
    border-radius: 20px;
}

.negatif
{
    color: red;
}

.positif
{
    color: green;
}

.ligne
{
    clear: both;
    height: 35px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.ligne:hover
{
    background-color: #3e3e3e;
}

.titreTache
{
    float: left;
    width: 60%;
}

.tacheArgent
{
    float: left;
    width: 8%;
    text-align: center;
}

.tachePalier
{
    float: left;
    width: 6%;
}

.tacheActionMoinsUn
{
    float: left;
    width: 5%;
    height: 20px;
}

.tacheActionPlusUn
{
    float: left;
    width: 5%;
    height: 20px;
}

.tacheActionValider
{
    float: left;
    width: 8%;
    height: 20px;
}

.argent
{
    font-weight: bold;
}

/* The Modal (background) */
.modal 
{
    /* display: none; */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modalOverlay 
{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95); /* Black w/ opacity */
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modalMagasinPack
{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modalMagasinRandom
{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modalMagasinListeCachee
{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modalAjoutTacheChrono
{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modalAjoutTacheJourna
{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modalOverlayMagasin 
{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95); /* Black w/ opacity */
    z-index: 5;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
}

.modalListeCachee
{
    background-color: #2f2f2f;
    color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 80%; */
    text-align: center;
}

.modalTacheChrono
{
    background-color: #2f2f2f;
    color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 80%; */
    text-align: center;
}

.modalTacheJourna
{
    background-color: #2f2f2f;
    color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 80%; */
    text-align: center;
}

.modalPack
{
    background-color: #2f2f2f;
    color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 80%; */
    text-align: center;
}

.modalRandom 
{
    background-color: #2f2f2f;
    color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 80%; */
    text-align: center;
}

/* Modal Content */
.modalLogin 
{
    background-color: #2f2f2f;
    color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 80%; */
    text-align: center;
}

.connexion div
{
    margin: 0 auto;
    /* margin-bottom: 5px; */
    /* display: block; */
}

#identifiant, #mot_de_passe
{
    width: 100%;
    text-align: center;
}

#bouttonConnexion
{
    margin: 0 auto;
    display: block;
}

.errorMessage
{
    font-weight: bold;
    color: #ff5050;
    margin-bottom: 5px;
}

.info
{
    visibility: hidden;
    background-color: darkgreen;
    color: white;
    text-align: center;
    font-weight: bold;
    height: 30px;
    width: 95%;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 5px;
    margin-top: 50px;
}

.error
{
    visibility: hidden;
    background-color: darkred;
    color: white;
    text-align: center;
    font-weight: bold;
    height: 30px;
    width: 95%;
    margin: 0px auto 0px;
    line-height: 30px;
    border-radius: 5px;
    /* margin-top: 50px; */
}

.pasDeTaches
{
    text-align: center;
    font-style: italic;
    color: #0088ff;
    font-weight: bold;
    font-size: 23px;
}

.loading {
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}

.menu
{
    left: 40%;
    position: absolute;
    -webkit-app-region: no-drag;
    width: 375px;
}

#titreMenu
{
    -webkit-app-region: drag;
    width: 150px;
    height: 32px;
    line-height: 32px;
    padding: 5px;
    float: left;
    font-size: 31px;
    text-align: right;
}

#menuTaches
{
    cursor: pointer;
    float: left;
}

#menuHistorique
{
    cursor: pointer;
    float: left;
}

#menuMagasin
{
    cursor: pointer;
    float: left;
}

#menuReglages
{
    cursor: pointer;
    float: left;
}

#menuOptions
{
    cursor: pointer;
    float: left;
}

.contenuTaches
{
    overflow-x: auto;
}

.contenuHistorique
{
    display: none;
}

.contenuMagasin
{
    display: none;
}

.contenuReglages
{
    display: none;
}

.contenuOptions
{
    display: none;
}

.heureHistorique
{
    float: left;
    width: 10%;
}

.texteHistorique
{
    float: left;
    width: 80%;
    text-align: center;
}

.montantHistorique
{
    float: left;
    width: 10%;
    text-align: center;
}

.texteMagasin
{
    float: left;
    width: 76%;
    /* text-align: center; */
}

.infosMagasin
{
    float: left;
    width: 4%;
    text-align: center;
}

.prixMagasin
{
    float: left;
    width: 30%;
    text-align: center;
}

.prixMagasinChange
{
    float: left;
    width: 33%;
    text-align: center;
}

.acheterMagasin
{
    float: left;
    width: 10%;
}

.divValeurAjoutMontantReglage
{
    float: left;
    width: 20%;
    text-align: center;
}

.divRaisonAjoutMontantReglage
{
    float: left;
    width: 70%;
}

.divRaisonAjoutMontantReglage input
{
    width: 60%;
}

.divBoutonAjoutMontantReglage
{
    float: left;
    width: 10%;
}

.divArticleAjoutMagasinReglage
{
    float: left;
    width: 30%;
}

.divArticleAjoutMagasinReglage input
{
    width: 85%;
}

.divTypeAjoutMagasinReglage
{
    width: 20%;
    text-align: center;
}

.divStockAjoutMagasinReglage
{
    width: 20%;
    text-align: center;
}

.divStockAjoutMagasinReglage input
{
    width: 55%;
}

.divValeurAjoutMagasinReglage
{
    float: left;
    width: 20%;
    text-align: center;
}

.divBoutonAjoutMagasinReglage
{
    float: left;
    width: 10%;
    text-align: center;
    cursor: pointer;
}

.divTexteTacheReglage
{
    float: left;
    width: 43%;
}
.divTexteTacheReglage input
{
    float: left;
    width: 97%;
}

.divTypeTacheReglage
{
    float: left;
    width: 15%;
    text-align: center;
}

.divTypeTacheReglage select
{
    float: left;
    width: 90%;
}

.divEchoueTacheReglage
{
    float: left;
    width: 10%;
    text-align: center;
}

.divEchoueTacheReglage input
{
    float: left;
    width: 90%;
}

.divReussieTacheReglage
{
    float: left;
    width: 8%;
    text-align: center;
}

.divReussieTacheReglage input
{
    float: left;
    width: 90%;
}

.divEtapesTacheReglage
{
    float: left;
    width: 5%;
    text-align: center;
}

.divEtapesTacheReglage input
{
    float: left;
    width: 80%;
}

.divApparitionTacheReglage
{
    float: left;
    width: 9%;
    text-align: center;
}

.divApparitionTacheReglage input
{
    float: left;
    width: 90%;
}

.divAjoutTacheReglage
{
    float: left;
    width: 6%;
    text-align: center;
}

.divDelTacheReglage
{
    float: left;
    width: 6%;
    text-align: center;
    cursor: pointer;
}

.divAjoutTacheReglage button
{
    float: left;
    width: 100%;
}

.texteOptions
{
    float: left;
    width: 50%;
}

.valeurOptions
{
    float: left;
    width: 50%;
}

.milieu
{
    text-align: center;
}

.separateur
{
    height: 10px;
}

.tooltip 
{
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext 
{
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after 
{
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext 
{
    visibility: visible;
    opacity: 1;
}

.tooltiptop
{
    font-weight: bold;
    text-decoration: underline;
}

.slide-con
{
    /* width: 100%; */
    overflow: hidden;
    /* height:100px; */
    max-width: 100%;
    /* background:#eee; */
    width: 32px !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.slide-con .slide-left 
{
    opacity: 0;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transform: translateX(-100%);
}

.slide-con:hover .slide-left 
{
    transform: translateX(0);
    opacity: 1.0;
}

.slide-con:hover
{
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    width: 165px !important;
}

.left
{
    text-align: left;
}

.flex
{
    display: flex !important;
}

.ligne_pack
{
    width: 100%;
}

.cursor
{
    cursor: pointer;
}

.menuCompte
{
    float: left;
    width: 25%;
    font-size: 36px;
}

.divJoursJourna
{
    width: 30%;
    text-align: left;
}