@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  position: relative;
  min-height: 100dvh;
  background-image: url(../Pages/Secret/RACHIMG/Fond.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", serif;
}

html,
body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

#Messarage {
  color: white;
  position: relative;
}

.img-wrapperlolSara {
  position: relative;
}

.message-container {
  width: 70dvw;
  height: 30dvh;
  min-height: 25dvh;
  max-height: 80dvh;
  overflow-y: hidden;

  border-radius: 8px;

  transition: height 0.2s ease;
  background-color: rgba(87, 20, 71, 0.97);

  padding: 12px;

  border: 2px solid rgba(255, 170, 220, 0.45);
  box-shadow: 0 0 20px rgba(255, 150, 209, 0.846);
  border-radius: 24px;

  display: flex;
  flex-direction: column;
}

.message-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 16px;
}

.drag-handle {
  width: 100%;
  height: 20px;

  padding: 0px 0px 12px 0px;

  touch-action: none;

  text-align: center;
  font-size: 15px;
}

.absolute {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

#dracula {
  --var-taille: 50dvw;
  --var-taille2: calc(var(--var-taille) / -2);
  top: -43dvw;
  left: -12dvw;
  width: var(--var-taille);
}

#noeud {
  --var-taille: 30dvw;
  --var-taille2: calc(var(--var-taille) / -2);
  top: var(--var-taille2);
  right: var(--var-taille2);
  width: var(--var-taille);
  transform: rotate(40deg);
}

#tete {
  --var-taille: 35dvw;
  --var-taille2: calc(var(--var-taille) / -2);
  bottom: var(--var-taille2);
  left: var(--var-taille2);
  width: var(--var-taille);
  transform: rotate(-45deg);
}

#Retour {
  padding: 10px;
  background-color: cornflowerblue;
  border-radius: 15px;
  color: white;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  bottom: 0;
  left: 0;
  position: absolute;
  text-decoration: none;
}
