html{
  height: 100%;
}
body{
  font-family: sans-serif;
  height: 100%;
  width: 96%;
}
h1 {
  font-weight: normal;
}
button,input {
  padding: 5px;
  margin-bottom: 10px;
  font-family: sans-serif;
}
footer{
  text-align: center;
  margin: 10px;
}
textarea{
  font-family: sans-serif;
  margin-left: 7px;
  padding: 5px;
  border: none;
  border-radius: 10px;
  width: 98%;
  height: 100vh;
  margin-top: 10px; 
  margin-bottom:35px !important;
  color: #000000 !important;
  padding-bottom: 40px !important;
}
#container{
  padding: 20px;
}

.priorite{
position:relative; 
bottom: 65px;
left: 20px;
margin:0px;
border:none;
width:45px;
border-radius: 25%;
font-size: 0.8em;
}

.categories{
position:relative; 
bottom: 65px;
left: 20px;
margin:0px;
padding:5px;
width:110px;
border:none;
border-radius: 25%;
font-size: 0.8em;
}

.corbeille{
position:relative; 
bottom: 65px;
left: 25px;
}

.archive{
position:relative; 
bottom: 65px;
left: 40px;
}

.main{
  margin-bottom: -65px;
}

.memapp_container{
  margin-top: 63px !important;
  padding-left: 7px;
}

#memos{
  margin-top: 63px;
}