.my-card {
  border-radius: 20px;
  background: #f9f9f9;
  width: 100%;
  max-width: 520px;
  padding: 1rem;
}

.border-radius-20 {
  border-radius: 20px !important;
}

html, body {
  height: 100%;
}

#html-body {
  background-image: url("/public/images/bg_accueil.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.btn-green-meta-d {
  border-radius: 0.8rem;
  text-decoration: none;
  background-color: #005408;
  border-color: #005408;
  color: white;
  font-weight: 600;
  padding: 0.5rem;
}
.btn-green-meta-d:hover, .btn-green-meta-d:focus {
  background-color: white;
  border-color: #005408;
  color: #005408;
}

#app-background {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#canvas-container,
#canvas-container canvas {
  width: 100%;
  height: 100%;
  display: block;
}

#content {
  position: relative;
  z-index: 2;
  padding: 1rem;
}

#logout-btn {
  position: fixed;
  z-index: 99999; /* devant tout */
}

main[role=main] {
  flex: 1 1 auto;
  min-height: 100vh;
}

#rotate-overlay {
  position: fixed;
  inset: 0;
  background: #111;
  color: #fff;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

#rotate-overlay .rotate-box {
  max-width: 340px;
}

#rotate-overlay .rotate-icon {
  font-size: 48px;
  margin-bottom: 12px;
}

/*# sourceMappingURL=style.css.map */
