@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #232425;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  flex-wrap: wrap;
}

main {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 900px;
  height: 100%;
  margin: auto;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 .25rem 1.125rem rgba(75,70,92,.1);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

nav nav {
  justify-content: flex-end;
  column-gap: 1rem;
  margin-top: 0.5rem;
}

nav.pages {
  justify-content: flex-start;
  column-gap: 1rem;
}

ul {
  list-style: none;
  display: flex;
}

li {
  margin-right: 1rem;
}

h1 {
  color: #880e15;
  margin-bottom: 0.5rem;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem 0;
}

#logspace {
  background-color:rgb(242, 242, 243);
  border-radius: .375rem;
  box-shadow: 0 .25rem 1.125rem rgba(75,70,92,.1);
  color: #000;
  padding: 2rem;
  min-height: 50px;
}

#formSaveUser {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin: 1rem 0;
}
.btn-action, .btn-nav  {
  padding : 0.5rem;
  border : 1px solid #2a2928;
  border-radius: 1rem;
  background-color: #2a2928;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgba(165,163,174,.3);
  text-decoration: none;
}
.btn-action:hover  {
}

.btn-nav  {
  border : 1px solid #111;
  background-color: #111;
  font-size: 0.85rem;
  padding : 0.2rem 0.7rem;
}

input[type="text"], input[type="email"], input[type="textarea"]   {
  border : 1px solid #aaa;
  padding : 0.5rem;
  border-radius: 0.5rem;
}

input[disabled] {
  background-color: #999;
}

#btnInstallPWA {
  padding : 10px;
  background-color: #000;
  color: #fff;
  /*visibility: hidden;*/
}

#btnInstallPWA:hover {
  background-color: #555;
  text-decoration: none;
}

.AppElementOnly {
  display: none;
}

.masque {
  display: none;
}

#formSaveUser {

}

#formSaveUser input {
  
}
/* Différencie l'app instalé ou web*/
@media all and (display-mode: standalone) {
  body {
    background-color: #000000;
  }

  .AppElementOnly {
    display: flex;
    background-color: #a01c25;
    padding: 5px;
  }
}


/*      ***************************************** ONESIGNAL CSS CUSTOM *************************************** */


#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md {
  transform-origin: center center;
  width: 100% !important;
  height: 120px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-button {
  position: relative !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-md .onesignal-bell-launcher-message .onesignal-bell-launcher-message-body {
  font-size: 20px;
  color: blue;
}