@font-face {
  font-family: "Barlow";
  src: url("/style/v2/fonts/Barlow-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-Bold";
  src: url("/style/v2/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("/style/v2/fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  width: 100%;
}
body {
  height: calc(100% - 60px);
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("https://operator-front-static-cdn.winamax.fr/img/content/poker/2026/20260112_KING5/Lobby_TeamCreation_Desktop_Reduit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media only screen and (max-width: 750px) {
  body {
    background-image: url("https://operator-front-static-cdn.winamax.fr/img/content/poker/2026/20260112_KING5/Lobby_TeamCreation_Mobile_reduit.jpg");
  }
}
@media only screen and (max-width: 375px) {
  body {
    background-size: cover;
  }
}
#content {
  height: 550px;
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 750px) {
  #content {
    justify-content: right;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  #content {
    justify-content: center;
    align-items: end;
  }
}
#links-content {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 750px) {
  #links-content {
    padding-right: 5em;
  }
}
@media only screen and (max-width: 750px) {
  #links-content {
    flex: 1;
    padding: 1em;
  }
}
#content #main-title {
  font-size: 38px;
  font-family: "Barlow";
  font-weight: bold;
  font-style: italic;
  line-height: 63px;
}
@media only screen and (max-width: 750px) {
  #content #main-title {
    line-height: 33px;
    margin-bottom: 20px;
  }
}
#content #main-title > span {
  text-shadow: 0px 4px 4px #00000040;
}
.link-wrapper {
  font-family: "Barlow-Medium";
  font-weight: 500;
  margin-bottom: 5px;
  flex-flow: column;
  justify-content: space-between;
  padding: 0.1em;
  border-radius: 1em;
  background: rgba(21, 24, 31, 0.3);
  line-height: 3.75em;
  width: 600px;
  float: right;
}
@media only screen and (max-width: 750px) {
  .link-wrapper {
    width: 100%;
    line-height: 2em;
    border-radius: 1em;
    font-weight: normal;
    margin-bottom: 20px;
  }
}
.clear {
  clear: both;
}
.link-wrapper a {
  color: #fff;
  cursor: pointer;
  font-family: "Barlow";
  font-weight: 700;
  border: none;
  border-radius: 1em;
  outline: none;
  font-size: 1em;
  height: 3.75em;
  width: 250px;
  float: right;
  text-decoration: none;
}
.link-wrapper a.primary {
  font-family: "Barlow-Bold";
  background:
    linear-gradient(90deg, #06c 0%, #00d5ff 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 52.6%, transparent 52.61%);
  box-shadow: 0px 0px 8px 0px #ffffff4d inset;
  border-radius: 16px;
}
.link-wrapper a.primary:hover {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.3) 100%
    ),
    linear-gradient(rgba(255, 255, 255, 0.1) 52.6%, transparent 52.61%),
    linear-gradient(90deg, #06c 0%, #00d5ff 100%);
}
.link-wrapper a.secondary {
  font-family: "Barlow-Bold";
  background:
    linear-gradient(90deg, #29303d 0%, #525f7a 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 52.6%, transparent 52.61%);
  box-shadow: 0px 0px 8px 0px #ffffff4d inset;
  border-radius: 16px;
}
.link-wrapper a.secondary:hover {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.3) 100%
    ),
    linear-gradient(rgba(255, 255, 255, 0.1) 52.6%, transparent 52.61%),
    linear-gradient(90deg, #29303d 0%, #525f7a 100%);
}
@media only screen and (max-width: 750px) {
  .link-wrapper a {
    width: 100%;
    border-radius: 0.4em;
    height: 3em;
    line-height: 3em;
  }
}
/*# sourceMappingURL=king5_2024.css.map */
