@font-face {
  font-family: "Seven Segment";
  src: url("SevenSegmentRegular.woff2") format("woff2"),
    url("SevenSegmentRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h1 {
  text-transform: uppercase;
  text-align: center;
}
p {
  text-align: justify;
}
.main {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.game {
  position: relative;
  text-align: center;
}
.popup {
  position: absolute;
  opacity: 1;
  background-color: white;
  border: 1px solid black;
  top: calc(50% - 213px);
  left: calc(50% - 212.5px);
  z-index: 99;
  width: 375px;
  height: 375px;
  padding: 25px;
  text-align: center;
}
.post-it {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  border: 1px black solid;
  border-radius: 10px;

  width: 50px;
  height: 50px;
  overflow: hidden;
}

.post-it.close {
  opacity: 0;
}

#post-it_1 {
  top: 35px;
  left: 70px;
  background-color: #c0dc3c;
}

#post-it_2 {
  top: 65px;
  left: 50px;
  background-color: #e38d50;
}

#post-it_3 {
  top: 78px;
  left: 635px;
  background-color: #e38d50;
}

#post-it_4 {
  top: 50px;
  left: 600px;
  background-color: #c0dc3c;
}

#Bloc-note {
  top: 130px;
  left: 690px;
  background-color: white;
  width: 130px;
  height: 100px;
}
.post-it.open {
  opacity: 1;
  font-size: 20px;
  padding: 10px;
  z-index: 10;
  width: auto !important;
  height: auto !important;
  top: 175px !important;
  left: 300px !important;
}

#PC {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 240px;
  width: 300px;
  height: 100px;
  transition: all 0.5s ease-in;
}

#PC.close {
  opacity: 0;
}
#PC.open {
  opacity: 1;
  left: 260px;
}

#windows-log {
  position: absolute;
  z-index: 4;
}

#email-log {
  position: absolute;
  z-index: 3;
}
#email-double {
  position: absolute;
  z-index: 2;
}
#email-sucess {
  position: absolute;
  z-index: 1;
}

.on-image {
  position: absolute;
  top: 135px;
  left: 25px;
}

#GSM {
  position: absolute;
  top: 200px;
  cursor: pointer;
  overflow: hidden;
  width: 70px;
  height: 110px;
  left: 85px;
  z-index: 5;
  display: none;
}
#GSM.close {
  opacity: 0;
}
#GSM.open {
  opacity: 1;
  width: 250px;
  height: 250px;
}

.keyboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.keyboard div {
  border-radius: 100%;
  background: #e0e0e0;
  height: 25px;
  width: 25px;
  margin: 5px;
}
.gsm_console {
  background-color: white;
  padding: 40px;
  border: 1px solid black;
}
#gsm_notif {
  position: absolute;
  top: 205px;
  left: 75px;
  display: none;
}
#timer {
  font-family: "Seven Segment";
  color: red;
  font-weight: bold;
  font-size: 35px;
  margin: 0;
  background-color: black;
  padding: 10px;
}
#timer:empty {
  display: none;
}
.timer {
  position: absolute;
  bottom: 05px;
  left: 0%;
  width: 100px;
}
#bubulle {
  position: absolute;
  bottom: 10px;
  right: 200px;
  background: white;
  border: 1px solid black;
}
#bubulle.sizup {
  transform: scale(2) translate(-50px, -40px);
}

#bubulle img {
  height: 100px;
}
.post-it:after,
.gsm_console:after {
  content: "X";
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  color: red;
  font-weight: bold;
}

button.start,
button.end,
a.end {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #4caf50;
  box-shadow: 0 2px #999;
  border-radius: 15px;
  border: white;
  padding: 5px;
}

a.end {
  background-color: rgb(110, 110, 255);
}
input {
  border: none;
  border-bottom: 1px solid black;
}
#cookie {
  position: absolute;
  left: 195px;
  top: 220px;
  width: 60px;
  height: 60px;
  background: white;
}
#plante {
  left: 790px;
  top: 30px;
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
}
.flex-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flex-container a {
  margin-bottom: 10px;
}
