@charset "UTF-8";
/**
 * Je me suis dis que ça pourrait être cool :)
 */

body {
  background-color: #121518;
  font-family: 'Special Elite', cursive;
}

#PUTE {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  bottom: 0;

  margin: 0;
  padding: 0;

  background-color: #9d0000;
  color: white;

  z-index: 9999999999999999;
}

  #PUTE {
    max-width: 800%;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
  }

/***************/
/**   MAIN   **/
#mcLOGIN {
  max-width: 600px;
  margin: 0 auto 0 auto;
  padding: 1em;

  border-radius: 10px;
  overflow: hidden;

  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;

  background-color: #050505;

  text-align: center;

  color: white;
}
  #mcLOGIN h2 {
    margin: 0;
    padding: 0;
  }
    #mcLOGIN h2 em {
      font-style: normal;
      color: #9d0000;
    }
  #mcLOGIN p {
    margin: 1em 0 0 0;
    padding: 0;
  }
  #mcLOGIN form {
    margin: 1em 0 0 0;
    padding: 0;
  }
  #mcLOGIN .form-group {
      margin: 0.3em 0 0 0;
      padding: 0;
  }
  #mcLOGIN .btn-primary {
    display: inline-block;
    margin: 0.5em 0 0 0;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 5px;
    border: none;

    background-color: #222;

    color: white;
    font-size: 1em;
    text-decoration: none;
  }
  #mcLOGIN .btn-primary:hover {
    background-color: #9d0000;
    color: white;
  }
  #mcLOGIN span {
    color: #9d0000;
  }

/***************/
/**   MAIN   **/
#mcINTRO {
  max-width: 600px;
  margin: 0 auto 0 auto;
  padding: 1em 1em 1.5em 1em;

  border-radius: 10px;
  overflow: hidden;

  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;

  background-color: #050505;

  text-align: center;

  color: white;
}
  #mcINTRO h2 {
    margin: 0 0 0.5em 0;
    padding: 0;
  }
    #mcINTRO h2 em {
      font-style: normal;
      color: #9d0000;
    }
  #mcINTRO p {
    margin: 1em 0 0 0;
    padding: 0;
  }
  #mcINTRO .suite a {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0.7em 1em 0.5em 1em;
    border-radius: 5px;
    border: none;

    background-color: #222;

    color: white;
    font-size: 1em;
    text-decoration: none;
  }
  #mcINTRO .suite a:hover {
    background-color: #9d0000;
    color: white;
  }

/***************/
/**   MAIN   **/
#mcZERO {
  width: 60%;
  max-width: 600px;
  min-width: 380px;
  margin: 0 auto 0 auto;

  border-radius: 10px;
  overflow: hidden;

  position: absolute;
  top: 1em;
  left: 0.5em;
  right: 0.5em;
}

#mcCLUE {
  max-height: 600px;
  display: block;
  margin: 0 auto 0 auto;

  position: relative;

  z-index: 100;
}

  #CLUE {
    margin: 0 0 0 0;
    padding: 0;

    position: relative;
    top: 0;
  }
    #CLUE img {
      width: 100%;
    }

  #mcBTN {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0.5em 0;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

    #mcLEVEL {
    	display: inline-block;
    	width: 25%;
      height: 15%;
    	margin: 0 0 0 0;
    	padding: 0.65em 0 1.2em 0;

    	background-color: black;
    	border: none;
    	color: white;
    	text-align: center;
    	text-decoration: none;
    	font-size: 1.2em;
      font-weight: bold;

      border-radius: 5px;

      position: absolute;
      left: 0.5em;
    }

    .BTN_indice {
    	display: inline-block;
    	width: 15%;
      height: 15%;
    	margin: 0 0 0 0;
    	padding: 0.65em 0 1.2em 0;

    	background-color: #444;
    	border: none;
    	color: white;
    	text-align: center;
    	text-decoration: none;
    	font-size: 1.2em;
      font-weight: bold;

      border-radius: 5px;

      position: absolute;
      right: 0.5em;

      cursor: pointer;
    }
    .BTN_indice:hover {
    	background-color: #9d0000;
    	color: white;
    }


/***************/
/**  BOTTOM  **/

#TRY {
height: 2.1em;
margin: 0 0 0 0;
padding: 0.8em;

position: relative;

border: none;
background: #090b0c;

z-index: 100000;
}

#RETOUR {
width: 55%;
height: 1.5em;
margin: 0 0.5em 0 0;
padding: 0.2em 0 0 0;

border: none;
position: relative;

line-height: 0.9em;
color: white;
font-weight: bold;
font-size: 0.8em;
vertical-align: middle;
}
#RETOUR em {
  color: #fd0;
}
#RETOUR span {
  font-family: sans-serif;
  color: #c00;
  font-weight: bold;
}

#RETOUR a {
color: white;
text-decoration: none;
}

#RETOUR a:hover {
color: #9d0000;
text-decoration: none;
}

#REPONSE {
  width: 15%;
  height: 1.65em;
  margin: 1px 10px 0 0;
  padding: 0 0.5em;

  border-radius: 5px;
  background-color: white;
  background-image: url("/img/input_bg.png");
  background-position: center;
  background-repeat: none;

  font-size: 1em;

  position: absolute;
  top: 0.7em;
  right: 13%;
}

#REPONSE:focus {
  background-image: none;
}

.BTN_try {
	display: inline-block;
	width: 10%;
  height: 1.2em;
	margin: 1px auto 0 auto;
	padding: 9px 0 1px 0;

	background-color: #222;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
  font-weight: bold;

  border-radius: 5px;

  position: absolute;
  top: 0.7em;
  right: 1em;
  cursor: pointer;
}
.BTN_try:hover {
	background-color: #9d0000;
	color: white;
}

/**************/
/* POPUP CLUE */
#popCLUE {
  display: none;
  position: relative;
  width: 30%;
  min-width: 380px;
  padding: 1em;

  margin: 4% auto 0 auto;

  background: #111;
  border-radius: 5px;

  z-index: 1000000000;

  -webkit-box-shadow: -5px 4px 29px -9px rgba(0,0,0,0.99);
  -moz-box-shadow: -5px 4px 29px -9px rgba(0,0,0,0.99);
  box-shadow: -5px 4px 29px -9px rgba(0,0,0,0.99);
}
#popCLUE.show {
  display: block;
}

#popCLUE::before {
  position: absolute;
  display: block;
  top: -9999em;
  left: -9999em;
  right: -9999em;
  bottom: -9999em;
  z-index: -100000000;
  opacity: 0.95;
  background: #111;
  content: '';
}

#popCLUE h2 {
  margin: 0;
  padding: 5px 0 0 0;

  font-size: 2em;
  text-transform: uppercase;

  color: white;
}

  #popCLUE div {
    max-height: 350px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
  }

  #popCLUE img {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  #popCLUE .iframe {
  border-radius: 5px;
  }

    #popCLUE p {
      margin: 0 0 0 0;
      text-align: justify;
    }

#popCLUE p {
  height: 350px;
  margin: 0;
  padding: 20px 0 0 0;

  color: white;
}

#popCLUE > button {
  width: 45px;
  height: 45px;

  position: absolute;
  right: 12px;
  top: 10px;

  border-radius: 12px;
  border: none;
  background-color: #1c2428;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
}

#popCLUE > button:hover {
  background-color: #9d0000;
}

/**************/
/* POPUP GUESS */
#popGUESS {
  display: none;

  max-width: 800px;
  max-height: 865px;
  margin-left: auto;
  margin-right: auto;

  border-radius: 10px;
  overflow: hidden;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: #000;
  border-radius: 10px;
}
#popGUESS.show {
  display: block;
  z-index: 1000000001;
}

  #blocGUESS .reaction {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 125px;
    left: 0;
    right: 0;
  }
  #blocGUESS .reaction img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #blocGUESS p {
    margin: 0;
    padding: 0 1em;
  }
  #blocGUESS .ontop {
    width: 100%;
    height: 125px;

    overflow: hidden;

    position: absolute;
    bottom: 0;

    color: white;
    background-color: #000;
    text-align: center;

    z-index: 1000000000000;
  }
  #blocGUESS .comment {
    margin: 1em 0 0 0;

    color: white;
  }
  #blocGUESS .suite {
    margin: 1em 0 0 0;

    color: white;
  }
    #blocGUESS .suite a {
      display: inline-block;
      padding: 1em 1em 0.7em 1em;
      border-radius: 5px;
      border: none;

      background-color: #222;

      color: white;
      font-size: 1em;
      text-decoration: none;
    }
    #blocGUESS .suite a:hover {
    	background-color: #9d0000;
    	color: white;
    }

#popGUESS::before {
  position: absolute;
  display: block;
  top: -9999em;
  left: -9999em;
  right: -9999em;
  bottom: -9999em;
  z-index: -1;
  opacity: 0.50;
  background: #111;
  content: '';
}

/**************/
/* SEPARATEUR */
#separateur {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0.11;

  z-index: 10;
}

#separateur img {
  width: 100%;
  height: 1px;

  margin: 0;
  padding: 0;

  position: relative;
}
