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

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

.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;
}
#videoooo {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* Adjust the gap between items */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  position: fixed;
}

#videoooo img {
  width: 100%;
  margin-bottom: 0px; /* Adjust the margin between rows */
  object-fit: cover;
  filter: grayscale(100%);
}
#monsieurflippant,
#monsieurflippant2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
  pointer-events: none;
}

img {
  border: chartreuse solid 2px; /* You can customize the border width and color */
}

#monsieurflippant2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#slider-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  position: absolute;
  margin-top: 40%;
}

#slider-percentage-0 {
  color: chartreuse;
}
#slider-percentage-1 {
  color: chartreuse;
}

#slider-percentage-2 {
  color: chartreuse;
}
#humeur {
  color: chartreuse;
  font-family: monospace;
  margin-right: 1vh;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    chartreuse 0%,
    chartreuse 100%
  ) !important;
  outline: none;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  color: chartreuse;
}

input[type="range"] {
  -webkit-appearance: none;
  color: #00ff66;
  appearance: none;
  background: transparent;
  cursor: crosshair;

  z-index: 3;
  border-color: rgb(154, 22, 22);
  border: 3px;
  position: relative;
  margin-top: 3vh;
  width: 50vh;
}

/* Track Styles */
/* Chrome, Safari, Opera, and Edge Chromium */
input[type="range"]::-webkit-slider-runnable-track {
  background: chartreuse;
  height: 7px;
  border-radius: 0px;
}

/* Firefox */
input[type="range"]::-moz-range-track {
  background: #fff;
  height: 2px;
  border-radius: 1px;
}

/* Thumb Styles */
/* Chrome, Safari, Opera, and Edge Chromium */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -8px; /* Centers thumb on the track */
  /* background-color:chartreuse; */
  border: chartreuse solid 2px;
  background-color: chartreuse;

  height: 25px;
  width: 25px;
  border-radius: 0%;
  z-index: 4;
}

h6 {
  color: chartreuse;
  font-family: monospace;
  font-size: 1rem;
  margin-top: 15vh;
  margin-left: 2vh;
  text-align: center;
  position: absolute;
  justify-content: center;
  transform: translate(0%, 350%);
}
h3 {
  color: chartreuse;
  font-family: monospace;
  font-size: 1rem;

  position: relative;

  z-index: 30;
}

h4 {
  color: white;
  z-index: 2000;
  background-color: black;
  font-family: monospace;
  border: 2px solid chartreuse;
  padding: 40px;
  width: 30vw;
  text-align: center;
}
.coucou {
  position: relative;
  z-index: 30;
  justify-content: left;
  justify-items: left;
}

.serafina-subtitle {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  font-family: monospace;

  width: 10%;

  padding: 2px 0px;
  font-size: 16px;

  text-decoration: none;
  background-color: chartreuse;
  border-radius: 5px;
  border: chartreuse solid 2px;
  cursor: pointer;

  border: 2px solid black;

  image-rendering: pixelated;
  font-size: 0.8rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);

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

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

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

#jauge-container {
  width: 130vh;
  height: 4rem;
  position: absolute;
  top: 4.1%;
}

#jauge {
  height: 100%;
  margin-top: 0vh;
}

#superimposed-square {
  height: 100%;
  margin-top: -84vh;
  width: 130vh;
  height: 4rem;
  border: 2px solid chartreuse;
  position: absolute;
}

#showbutton {
  background-color: chartreuse;
  position: absolute;
  top: 0%;
  right: 0%;
}

#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;
}

#slider-0,
#slider-1,
#slider-2 {
  transition: opacity 1s ease;
}

.fade {
  opacity: 0;
}

/*   
  #closeButton {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }
  
  
  .button {
    width: 100%;
    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: white;
    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);
   
  }
  
  .button:hover {
    background-color: chartreuse;
    color: black;
  
  }
  
  .button + .button {
    margin-top: 10px;
  }
  
  
  .button-container {
    text-align: center;
    width: 50%;
  }
   */

/* .typewriter-container {
    color: chartreuse;
    font-family: monospace;
    font-size: 0.8rem;
    margin-top: -7vh;
    margin-left: 40vh;
    text-align: left;
    position: relative;
    white-space: pre-line;
    overflow: hidden;
    border-right: 2px solid; 
    display: inline-block; 
    z-index: 0;
  } */

.button2 {
  width: 10%;
  display: inline-block;
  padding: 5px 0px;
  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;

  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 0.8rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;
  color: chartreuse;
  cursor: pointer;
  display: inline-block;
  min-width: 50px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
  top: -44.5%;
  left: -44.5%;
  z-index: 100;
}

.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: chartreuse;
  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 */
}

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

@media (max-width: 600px) {
  #jauge-container {
    width: 40vh;
    height: 3rem;
  }

  #jauge {
    height: 100%;
    margin-top: 2.9vh;
  }

  #superimposed-square {
    height: 100%;
    margin-top: -79.6vh;
    width: 40vh;
    height: 3rem;
    border: 2px solid chartreuse;
    position: absolute;
  }

  input[type="range"] {
    -webkit-appearance: none;
    color: #00ff66;
    appearance: none;
    background: transparent;
    cursor: crosshair;

    z-index: 3;
    border-color: rgb(154, 22, 22);
    border: 3px;
    position: relative;
    margin-top: 5vh;
    width: 35vh;
  }

  /* Track Styles */
  /* Chrome, Safari, Opera, and Edge Chromium */
  input[type="range"]::-webkit-slider-runnable-track {
    background: chartreuse;
    height: 7px;
    border-radius: 0px;
  }

  /* Firefox */
  input[type="range"]::-moz-range-track {
    background: #fff;
    height: 2px;
    border-radius: 1px;
  }

  /* Thumb Styles */
  /* Chrome, Safari, Opera, and Edge Chromium */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    /* background-color:chartreuse; */
    border: chartreuse solid 2px;
    background-color: chartreuse;

    height: 25px;
    width: 25px;
    border-radius: 0%;
    z-index: 4;
  }

  .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: linear-gradient(
      to right,
      chartreuse 0%,
      chartreuse 100%
    ) !important;
    outline: none;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    color: chartreuse;
  }

  #slider-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    position: absolute;
    margin-top: 115%;
  }

  .button2 {
    width: 23%;
    display: inline-block;
    padding: 5px 0px;
    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;

    border: 2px solid black;
    background-size: 400px;
    image-rendering: pixelated;
    font-size: 0.8rem;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
    position: relative;
    color: chartreuse;
    cursor: pointer;
    display: inline-block;
    min-width: 50px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.44);
    border-left: 2px solid rgba(255, 255, 255, 0.44);
    top: -48%;
    left: -30%;
  }

  H4 {
    font-size: 2rem;
    padding: 40px;
    width: 70vw;
    margin-top: -10vh;
  }

  .serafina-subtitle {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    font-family: monospace;

    width: 10%;

    padding: 2px 0px;
    font-size: 16px;

    text-decoration: none;
    background-color: chartreuse;
    border-radius: 5px;
    border: chartreuse solid 2px;
    cursor: pointer;

    border: 2px solid black;

    image-rendering: pixelated;
    font-size: 0.8rem;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.49);

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

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