@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap");

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: black;
  font-family: monospace;
  cursor: crosshair;
  overflow: hidden;
}

h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1vh;
}
h3 {
  font-size: 1.2rem;
  text-align: left;
}
h4 {
  font-style: italic;
  text-align: center;
}

.overlay {
  width: 100vw;
  height: 10vh;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.overlay div,
.overlay p {
  padding: 10px;
}

.overlay div {
  height: min-content;
}

img.background-image {
  width: 100%; /* Set the width of the image to 100% of its container */
  height: 100%; /* Maintain the aspect ratio of the image */
  display: block; /* Remove any extra spacing below the image */
  margin: 0; /* Remove default margins */
  padding: 0; /* Remove default padding */
  z-index: -10;
  position: absolute;
  background-size: cover;
  display: flex;
  object-fit: cover;
}

.serafina-subtitle {
  color: chartreuse;
  font-size: 1rem;
  margin-top: -94vh;
  transform: translate(-50%, -50%);
  z-index: 100;
  position: absolute;
  margin-left: 14vh;
  font-family: monospace;
}

.ausecour {
  color: chartreuse;
  font-size: 0.85rem;

  z-index: 100;
  /* position: absolute; */
  font-family: monospace;
}

#showbutton {
  background-color: black;
  position: absolute;
  top: 0%;
  right: 0%;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: chartreuse;
  border: 2px solid chartreuse;
}

#closeButton {
  color: chartreuse;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  /* border: 2px solid chartreuse; */
  padding: 15px;
  margin-top: -1.5vh;
  left: -10%;
}

.container3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  padding: 10px;
  border: chartreuse solid 2px;
}

.container3 input {
  margin-bottom: 5px;
  width: 35vw;
  height: 7vh;
  font-family: monospace;
  display: flex;
  border: chartreuse solid 2px;
  background-color: black;
  color: white;
}

#button_enter {
  width: 8vw;
  height: 38px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px chartreuse;
  font-family: monospace;
}

#button a {
  color: white;
  text-decoration: none; /* Remove underlines */
  font-size: 16px;
  cursor: crosshair;
}

#text-input {
  width: 100%;
  text-align: center;
  border: 1px solid chartreuse;
  padding: 5px;
  box-sizing: border-box;
  color: chartreuse;
}

#container_info {
  width: 100%;
}

#container_todo {
  width: 100%;
}
#infoPanel {
  width: 30%;
  height: 90vh;
  display: none;
  position: fixed;
  top: 1%;
  right: 1px;
  padding: 10px;
  background-color: black;
  border: 1px solid chartreuse;
  z-index: 1002; /* Use a z-index higher than the video */
  font-family: monospace;
  color: chartreuse;
  overflow: scroll;
}

.modal {
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
  color: chartreuse;
  z-index: 2000;
}

.modal-content {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  padding: 20px;
  text-align: justify;
  overflow: scroll;
  border: chartreuse 2px solid;
}

.close {
  color: chartreuse;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

#agreeBtn {
  background-color: black;
  color: chartreuse;
  font-family: monospace;
  position: relative;
  left: 41%;
  margin: 10px;
}

.button {
  width: 100%;
  display: inline-block;
  padding: 30px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: black;
  color: chartreuse;
  border-radius: 5px;
  border: chartreuse solid 2px;
  cursor: pointer;
  transition: 0.3s;
  background-color: black;
  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 13pt;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;
  color: chartreuse;
  cursor: pointer;
  display: inline-block;
  min-width: 400px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
  margin-bottom: 2vh;
}

.button:hover {
  background-color: chartreuse;
  color: black;
}

.button + .button {
  margin-top: 10px;
}

.button-container {
  text-align: center;
  width: 50%;
}

#button_enter {
  -webkit-appearance: none;
  width: 15vw;
  height: 38px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 2px chartreuse; */
  font-family: monospace;
}

#button_enter {
  width: 15vw;
  height: 38px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 2px chartreuse; */
  font-family: monospace;
}

#button_enter a {
  width: 50%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: chartreuse;

  border-radius: 5px;
  /* border: chartreuse solid 2px; */
  cursor: pointer;
  transition: 0.3s;
  color: black;
  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 13pt;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;

  cursor: pointer;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
}

#button_enter a:hover {
  color: black; /* Change color on hover if needed */
}

.button2 {
  width: 50%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: black;
  color: chartreuse;
  border-radius: 5px;
  border: chartreuse solid 2px;
  cursor: pointer;
  transition: 0.3s;
  background-color: black;
  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 13pt;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;
  color: chartreuse;
  cursor: pointer;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
}

.button2:hover {
  background-color: chartreuse;
  color: black;
}

.button2 + .button2 {
  margin-top: 10px;
}

.button2-container {
  text-align: center;
  width: 50%;
}

#button2_enter {
  -webkit-appearance: none;
  width: 15vw;
  height: 38px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 2px chartreuse; */
  font-family: monospace;
}

#button2_enter {
  width: 15vw;
  height: 38px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 2px chartreuse; */
  font-family: monospace;
}

#button2_enter a {
  width: 50%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: chartreuse;

  border-radius: 5px;
  /* border: chartreuse solid 2px; */
  cursor: pointer;
  transition: 0.3s;
  color: black;
  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 13pt;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;

  cursor: pointer;
  display: inline-block;
  min-width: 90px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
}

#button2_enter a:hover {
  color: black; /* Change color on hover if needed */
}

#name-input,
#surname-input {
  font-size: 1.4rem;
  text-align: center;
  margin: 10px;
}

#map-container {
  width: 200vw;
  height: 200vh;
  overflow: hidden;
  position: absolute;
  display: block;
  justify-content: center;
}

#map {
  width: 200%; /* Vous pouvez ajuster la largeur selon vos besoins */
  height: auto;
  cursor: grab;
  display: flex;
  justify-content: center;
}

#content {
  margin-right: 250px;
  padding: 15px;
}

.menu-content {
  display: none;
}

#openBtn {
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  font-size: 20px;
  color: chartreuse;
  background: black;
  padding: 10px;
  border: solid chartreuse 2px;
  outline: none;
  font-family: monospace;
  z-index: 1000;
}

#dropdown {
  display: none;
  position: fixed;
  width: 30%;
  top: 70px;
  left: 20px;
  background: black;
  padding: 10px;
  border: solid chartreuse 2px;
  outline: none;
  color: chartreuse;
  z-index: 1000;
}

#container_terms {
  width: 100%;
  height: 70vh;
  overflow: scroll;
}

@media (max-width: 600px) {
  .button {
    width: 50%;
    display: inline-block;
    padding: 30px 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: black;
    color: chartreuse;
    border-radius: 5px;
    border: chartreuse solid 2px;
    cursor: pointer;
    transition: 0.3s;
    background-color: black;
    border: 2px solid black;
    background-size: 400px;
    image-rendering: pixelated;
    font-size: 13pt;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
    position: relative;
    color: chartreuse;
    cursor: pointer;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.44);
    border-left: 2px solid rgba(255, 255, 255, 0.44);
    margin-bottom: 2vh;
  }

  .button2 {
    width: 42%;
    padding: 20px 20px;
    color: chartreuse;
  }

  .button:hover {
    background-color: chartreuse;
    color: black;
  }

  .button + .button {
    margin-top: 10px;
  }

  .button-container {
    text-align: center;
    width: 100%;
    margin-right: -52vh;
    transform: translate(-50%, -50%);
    margin-top: 24vh;
  }

  #map-container {
    width: 200vw;
    height: 200vh;
    overflow: hidden;
    position: absolute;
    display: block;
    justify-content: center;
  }

  #map {
    width: 200%; /* Vous pouvez ajuster la largeur selon vos besoins */
    height: auto;
    cursor: grab;
    display: flex;
    justify-content: center;
  }

  #content {
    margin-right: 250px;
    padding: 15px;
  }

  .menu-content {
    display: none;
  }

  #openBtn {
    position: fixed;
    top: 0px;
    left: 0px;
    cursor: pointer;
    font-size: 0px;
    color: chartreuse;
    background: black;
    padding: 10px;
    border: solid chartreuse 0px;
    outline: none;
    font-family: monospace;
    z-index: 1000;
  }

  #infoPanel {
    width: 93%;
    height: 90vh;
    display: none;
    position: fixed;
    top: 1%;
    right: 1px;
    padding: 10px;
    background-color: black;
    border: 1px solid chartreuse;
    z-index: 1002; /* Use a z-index higher than the video */
    font-family: monospace;
    color: chartreuse;
    overflow: scroll;
  }

  .modal {
    display: none;
    position: absolute;
    top: 0%;
    left: 0;
    width: 170%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: scroll;
    color: chartreuse;
    z-index: 2000;
    left: -35%;
  }

  .modal-content {
    position: absolute;
    top: 113%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    padding: 20px;
    text-align: justify;
    overflow: scroll;
    border: chartreuse 2px solid;
  }

  .container3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    padding: 10px;
    /* border: chartreuse solid 2px; */
  }

  .container3 input {
    margin-bottom: 5px;
    width: 67vw;
    height: 12vh;
    font-family: monospace;
    display: flex;
    /* border: chartreuse solid 2px; */
    background-color: black;
    color: white;
  }

  #button_enter {
    -webkit-appearance: none;
    width: 15vw;
    height: 38px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: solid 2px chartreuse; */
    font-family: monospace;
  }

  #button_enter {
    width: 15vw;
    height: 38px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: solid 2px chartreuse; */
    font-family: monospace;
  }

  #button_enter a {
    width: 50%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: chartreuse;
    color: chartreuse;
    border-radius: 5px;
    /* border: chartreuse solid 2px; */
    cursor: pointer;
    transition: 0.3s;
    color: black;
    border: 2px solid black;
    background-size: 400px;
    image-rendering: pixelated;
    font-size: 13pt;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
    position: relative;

    cursor: pointer;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.44);
    border-left: 2px solid rgba(255, 255, 255, 0.44);
  }

  #button_enter a:hover {
    color: black; /* Change color on hover if needed */
  }

  #agreeBtn {
    left: 30%;
  }
}
