/* CSS ERREUR ACCUEIL */
#toast-container{
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: -23px;
}
.toast{
  font-size: 23px;
}
.toast i{
  position: relative;
  top: 40px;
}
.toast p{
  /* height: 60px;
  padding-top: 8px; */
}
.session_p{
  width: 100%;
height: 60px;
display: flex;
align-items: center;
}
/* .imglogo{
  position:absolute;
  bottom:-500px;
  left: -150px;
} */
