body, html{
  width: 100%;
  min-height: 100%;
  border: 0;
  padding: 0;
  overflow-x: hidden;
}
body{
  font: 14px "Acme", "Lucida Grande", Helvetica, Arial, sans-serif;
  background-image: url("/images/texture/bg.png");
  background-size: cover;
  color: #f5b448;
}

.title {
  font-size: 15vh;
  text-align: center;
  margin-bottom: 0px;
}
.letter.a {color: #e8bc36;}
.letter.l {color: #e8bc36;}
.letter.b {color: #e8bc36;}
.letter.o {color: #e8bc36;}
.letter.i {color: #e8bc36;}
.letter.t {color: #e8bc36;} 
.letter.e {color: #e8bc36;}
/* #b24300*/

.login-form {
  width: 100%;
  text-align: center;
  font-size: 38px;
  line-height: 50px;
}

.login-input {
  margin: 0 10px;
  width: 300px;
  height: 44px;
  border-radius: 18px;
  border-width: 0;
  vertical-align: top;
  padding: 10px 10px 4px 10px;
  box-sizing: border-box;
  font-size: 22px;
  outline: #fbee73;
}
.login-submit {
  background-image: url(/images/twitch_logo.png);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  font-size: 0;
  vertical-align: top;
  border: none;
  background-color: transparent;
  border-radius: 12px;
}
.login-submit:hover {
  background-color: whitesmoke;
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.title-albazic-logo {
  width: 600px;
}
.alboite-title {
  -webkit-text-stroke: 2px #b24300;
  color: #e8bc36;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
}

/* *** ALBAGAMES *** */
.game-button {
  width: 100%;
  height: 12vh;
  font-size: 10vh;
  margin: 2% 0;
  text-align: center;
  overflow: hidden;
}
.game-link {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  background-color: #39050b;
  position: relative;
}
.game-link:hover {
  background-color: #be4a2f;
}
.heureuxscope-text {
  display: none;
  color: whitesmoke;
}
.heureuxscope-heureux {
  color: #f6e962;
}
.hereuxscope-scope {
  color: #5cac36;
}
.heureuxscope.notif::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background: red;
  border-radius: 100%;
  top: 10px;
  right: 10px;
  animation: notif 2s infinite;
}
@keyframes notif {
  0%, 100% {
    opacity: 1;
  }
  50%{
    opacity: .5;
  }
}

.button-hover {
  overflow: visible;
}
.button-hover .game-link {
  position: relative;
}
.button-hover:hover .title-desc-hover {
  display: block;
}
.button-hover .title-desc-hover {
  position: absolute;
  display: none;
  top: calc( 10vh / 2 );
  font-size: 2rem;
  left: 0;
  z-index: 500;
  background: #c3c2c0;
  box-shadow: 5px 9px 9px 4px #00000078;
  width: 100%;
}



/* *** HEUREUXSCOPE *** */
.heureuxscope-title {
  font-size: 42px;
  text-align: center;
  margin: 2%;
}
.back-link {
  text-decoration: none;
  font-size: 32px;
  color: #8d4587;
}
.back-link:hover {
  color: #fbee73;
}
.back-section {
  position: absolute;
  top: 2%;
}
.heureuxscope-content {
  width: 80%;
  margin: 0 10% 0% 10%;
  font-size: 4vh;
  color: whitesmoke;
  white-space: pre-line;
  text-align: justify;
  text-align: center;
}
.heureuxscope-footer {
  position: absolute;
  /* bottom: 0; */
  height: 50px;
  color: whitesmoke;
  font-size: 22px;
  font-style: italic;
  width: 100%;
  text-align: center;
}
.heureuxscope-content-gif-content{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.heureuxscope-footer-twitter {
  color: #4fbdff;
}

.is-good-mood .bad-mood {
  display: none;
}
.is-bad-mood .good-mood {
  display: none;
}
.heureuxscope-content-gif{
  width: 300px;
}
h2 {
  margin-left: 10%;
}
/* .title-label {
} */
.title-text {
  color: white;
  font-size: 1.3em;
}
.title-note { 
  font-size: .7em;
}

/* ALBAZIC */
.albazic-logo {
  height: 12vh;
  vertical-align: bottom;
}

.alert.hidden {
  display: none;
}
.alert {
  position: fixed;
  background: #ffffff91;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.alert-bubble {    
  background: #f7f7f7a3;
  padding: 10px;
  border-radius: 20px;
  width: 600px;
  color: black;
  font-size: 32px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -300px;
}
.alert:not(.page1) .alert-page1,
.alert:not(.page2) .alert-page2,
.alert:not(.page3) .alert-page3,
.alert:not(.page4) .alert-page4,
.alert:not(.page5) .alert-page5 {
  display: none;
}
.alert-page {
  display: inline-block;
}
.alert-button {    
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  font-weight: 800;
  position: absolute;
  bottom: 2px;
  right: 20px;
  z-index: 8000;
}
.alert-button:hover {
  color: white;
}
.alert-button::after {
  content: '>';
}
.alert-img{
  position: absolute;
  bottom: -50px;
  width: 200px;
  right: -170px;
}

/* PRIME */
.prime-gaming-logo {
  width: 300px;
  transform: rotate(-20deg);
}
.prime-gaming-logo:hover {
  animation: 3s infinite alternate spin;
}
.prime-gaming{
  position: absolute;
  top: 250px;
  left: 50px;
  cursor: pointer;
}
.prime.page3 .alert-img {
  position: absolute;
  width: 100px;
  right: -68px;
}
.prime.page2 .alert-img {
  bottom: -114px;
}
.prime.page5 .alert-img {
  right: -100px;
  width: 120px;
  bottom: -36px;
}
@keyframes spin {
  0% {
    transform: rotate(-20deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}



.serge > .game-link {
  position: relative;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.games:hover .serge .game-link {
  transform: rotateX(180deg);
}
.serge-text {
  transform: rotateX(0deg);
}

.serge-text, .surprise {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}

.surprise {
  transform: rotateX(180deg);
  /* background-color: #e19552; */
}
.albaclick-season1 {    
  color: yellow;
  animation: shrink 3s infinite;
  vertical-align: top;
}
@keyframes shrink {
  0% {
    transform: scale(1);
  }

  50%{
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
.beta {
  position: relative;
  overflow: hidden;
}
.beta::after {
  content: "alpha";
  position: absolute;
  width: 80px;
  height: 25px;
  background: #EE8E4A;
  top: 7px;
  left: -20px;
  text-align: center;
  font-size: 13px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
  transform:rotate(-45deg);
}
/* 
.secrets{
  position: absolute;
  top: 0;
  background-image: url("/images/singles/secrets.jpeg");
  width: 680px;
  height: 680px;
  background-size: 100% 100%;
  background-position: 0% 0%;
  animation: zoom-in 5s cubic-bezier(0.63, 0.34, 0.5, 0.51) infinite backwards;

}
@keyframes zoom-in {
  0% {
    background-size: 100% 100%;
    background-position: 0% 0%;
  }
  25% {
    background-size: 200% 200%;
    background-position: 11% 34%;
  }
  50% {
    background-size: 400% 400%;
    background-position: 32% 36%;
  }
  75% {
    background-size: 800% 800%;
    background-position: 35% 38%;
  }
  94% {
    background-size: 1700% 1700%;
    background-position: 37% 39%;
  }
  97% {
    background-size: 100% 100%;
    background-position: 0% 0%;
    filter: blur(10px);
  }
  100% {
    background-size: 100% 100%;
    background-position: 0% 0%;
    filter: blur(0);
  }
} */