@font-face{font-family:'harbour';src:url('lib/PFPlasmaticHeavy-Regular.ttf')}
@font-face{font-family:'harbour_2';src:url('lib/courbd.ttf')}

body{
    margin: 0;
    user-select: none;
    font-family:'harbour', cursive;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    }

    img::-webkit-search-decoration,
    img::-webkit-search-cancel-button,
    img::-webkit-search-results-button,
    img::-webkit-search-results-decoration {
      display: none;
      outline: none;
    }

    #full-area {
        width: 100%;
        height: 100vh;
        user-select: none;
        background-size: cover;
        overflow: hidden;
        background: #000;
        background: url('./media/Game\ Background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
      }
      #full-area #game-area {
        width: 1024px;
        height: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        border-radius: 0px;
        overflow: hidden;
        background-size: cover;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.124);
        background-color: transparent;
        display: block;
      }

   /*win screen*/

   #win{
    position: absolute;
    top:45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
  }

  #win_screen{
    position: absolute;
    width: 1024px;
    height: 600px;
    display: none;
  }

  #wintext{
    position: absolute;
    top:47%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    text-align: center;
  }

  #again{
    position: absolute;
    top:78%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
  }

  /*end win screen*/

  #bar{
    position: absolute;
    width: 100%;
    height: 10%;
    top: 90%;
    background-color: transparent;
    display: flex;
    margin-left: 460px;
    align-items: center;
  }

    /* timer */
   

.stopwatchApp {
  position: absolute;
  color: white;
  font-size: 25px;
  height: 50px;
  z-index: 99;
  margin-top: -10px;

}
.stopwatchApp .timeDisplay {


  display: flex;
  align-items: center;
  z-index: 99;
  

}
.stopwatchApp .buttonWrapper {
  display: flex;
  gap: 40px;
}
.stopwatchApp .buttonWrapper button {
  font-size: 1.5rem;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 999;
  position: fixed;
}


button.startStopwatch {
  color: #008000;
  background-color: rgba(0, 128, 0, 0.5);
  border: 2px solid green;
  transition: ease-in-out 250ms;
  cursor: pointer;
  display: none;
}

button.startStopwatch:hover {
  color: #006600;
  background-color: rgba(0, 102, 0, 0.5);
  border: 2px solid #006600;
  cursor: pointer;
}

button.startStopwatch:active {
  color: #004d00;
  background-color: rgba(0, 77, 0, 0.5);
  border: 2px solid #004d00;
  cursor: pointer;
}



.info{
  width: 200px;
  margin-top: 5px;
  cursor: pointer;
}

#infos {
  position: absolute;
  top: 69%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.infos1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.icon{
  cursor: pointer;
  width: 17px;
}

#infobar{
  display: none;
}

#infobar1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 450px;
  z-index: 99;
}

#black{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1024px;
  height: 600px;
  background-color: #000000a4;
}

#croix{
  position: absolute;
  top: 18%;
  left: 68%;
  transform: translate(-50%,-50%);
  z-index: 999;
  cursor: pointer;
}

#mechanism{
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1050px;
}

#middle{
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 34.3%;
  left: 50.3%;
  transform: translate(-50%,-50%);
}

.drop{
  width: 187px;
  margin-top: 11px;
  cursor: pointer;
}

#backv{
  position: absolute;
  width: 280px;
  margin-left: 172px;
  margin-top: -4px;
}

#frontv{
  position: absolute;
  width: 280px;
  margin-left: 580px;
  margin-top: -4px;
}