body{
    padding: 0; margin: 0;
    min-height: 100vh;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #a7a9ac #00000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-track {
    background: #00000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #a7a9ac;
    border-radius: 10px;
  }
  
.darkmode body{

    background-color: #4f4f4f;
}

button:focus{
    outline: 0px!important;
}

@font-face{
    font-family: "CenturyPolice";
    src: url("../police/Century-Gothic.ttf") format("truetype");
}

.page{
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    min-height: 100vh;

}

.darkmode .page{

    background-color: #4f4f4f;
}

.left-menu{
    margin: 0;
    width: 400px;
    height: 100vh;
    background-color: #e6e7e8;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    /* overflow-x: hidden; */
    /* padding-top: 60px; */
}

.menu-fixed{
    top: 0;
    position: fixed;
    height: 100vh;
    background-color: #1C5F50;

}


.notDisplay{
    display: none;
}

.darkmode .left-menu{
    background-color: #3f3f3f;
}

.darkmode .menu-fixed{
    background-color: #3f3f3f;
}

#menu{
    padding: 0;
}

#menu a{
    padding: 5px 40px;
    display: block;

}

.item-menu{
    width: auto;
    padding: 10px;
    font-size: 0.8em;
    cursor: pointer;
    display: block;
    font-family: 'CenturyPolice',"Trebuchet MS", "arial", sans-serif; 
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
}

.item-menu p{
    margin: 0px 10px;
}

.darkmode .item-menu{
    color: white;
}

.item-menu:hover{
    background-color: #d8d9d9;
    color: black;
    /*-webkit-box-shadow: 0px 0px 15px -10px #000000; 
    box-shadow: 0px 0px 15px -10px #000000;*/
}

.darkmode .item-menu:hover{
    background-color: #4f4f4f;
    color: white;
}

.menu-selected{
    background-color: white!important;
    color:#1C5F50;
}

.darkmode .menu-selected{
    background-color: #1C5F50!important;
}

a{
    text-decoration: none!important;
    color: #000!important;
}

.logo-valgo{
    width: auto;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.logo-valgo .green{
    display: block;
}

.logo-valgo .white{
    display: none;
}

.darkmode .logo-valgo .green{
    display: none;
}

.darkmode .logo-valgo .white{
    display: block;
}

.logo-valgo img{
    
    width: 80%;
}

.affichage{
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    float: left;
    overflow: hidden;

}

.topnav{
    width: 100%;
    height: 60px;
    box-sizing: border-box;

    padding: 0px 20px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.meteo{
    width: 100%;
    height: 100%;
    margin-left: 2%;
    padding: 10px 20px;
    padding-right: 20px; 
    box-sizing: border-box;

}

.meteo .barre{
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #2675d0, #00aeef);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.meteo .barre .item{
    height: 100%;
    /* width: 300px; */
    color: white;

}

.meteo .barre .donnee{
    display: flex;
    justify-content: left;
}

.meteo .barre .donnee div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 10px;

}

.meteo .barre .donnee .ville{
    font-size: 0.8em;
}
.meteo .barre .donnee .temperature{
    font-size: 1.2em;
    font-size: bold;
}

.meteo .barre .donnee .image{
    height: 100%;
}

.meteo .barre .donnee .image img{
    height: 100%;
}

.meteo .barre .date{
    text-align: center;
    justify-content: center;

}

.meteo .barre .heure{
    text-align: right;
    font-weight: bold;
    justify-content: right;
    padding: 0px 20px;
}

.meteo .barre .date, .meteo .barre .heure{
    display: flex;
    align-items: center;
}

.meteo .barre .date p, .meteo .barre .heure p{
    margin: 0;
    font-size: 1.4em;
}


.settings{
    width: 33%;
    min-width: 150px;
    height: 100%;
    padding: 10px 25px ;
    padding-right: 10px;
    box-sizing: border-box;
}

.settings .menu{
    width: 100%;
    height: 100%;
    background-color: #e6e7e8;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.settings .menu button{
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition-duration: 0.3s;
}

.settings .menu button:hover{
    background-color: #00000020;
}

.darkmode .settings .menu button:hover{
    background-color: #ffffff20;
}

.darkmode .settings .menu{
    background-color: #3f3f3f;
}

.darkmode .settings .menu{
    background-color: #3f3f3f;
}

.settings .menu .settings-item{
    width: 100%;
    height: 100%;
    border: 0px solid black;

}

.settings .menu .settings-item .theme-dark{
    display: block;
}

.settings .menu .settings-item .theme-white{
    display: none;
}

.darkmode .settings .menu .settings-item .theme-dark{
    display: none;
}

.darkmode .settings .menu .settings-item .theme-white{
    display: block;
}


.settings .menu .settings-item .logout-dark{
    display: block;
}

.settings .menu .settings-item .logout-white{
    display: none;
}

.darkmode .settings .menu .settings-item .logout-dark{
    display: none;
}

.darkmode .settings .menu .settings-item .logout-white{
    display: block;
}



.settings .menu .settings-item img{
    height: 60%;
    
}

.content{
    width: 100%;
    /* height: 600px; */
    box-sizing: border-box;

    padding: 20px;

    overflow: hidden;

}

.bandeau{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #e94e4e;
    z-index: 100000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 0 20px;
}

.bandeau p{
    color: white;
    font-size: 1.2em;
    margin: 0 10px;
}

.bandeau img{
    height: 70%;
}

.messageEdge{
    margin-top: 20px;
    box-sizing: border-box;
    padding: 10px;
}