@charset "UTF-8";
::-webkit-scrollbar {
  scrollbar-width: 6px;
}

body {
  background: radial-gradient(at top, #2d4466, #0e141e);
  font-family: "Fivo Sans Modern";
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  min-height: 100vh;
}

#container {
  max-width: 1500px;
  width: 98%;
  min-height: 600px;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.display-none, .mobile-only {
  display: none;
}

.p_title_gold-upp {
  color: #e3c18c;
  text-transform: uppercase;
  font-size: 0.8em;
}

.p_text_white-upp {
  color: #efefed;
  font-variant-caps: all-small-caps;
  font-size: 1.3em;
}
.p_text_white-upp.big {
  font-size: 2.3em;
  font-weight: 900;
}
.p_text_white-upp.medium {
  font-weight: 500;
}

.ranking-list_head div p {
  cursor: default;
}

.header {
  width: 100%;
  height: 220px;
  position: relative;
  max-width: 1950px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header a img {
  max-width: 250px;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.header-background {
  background: radial-gradient(circle at 100%, #907644, #9E7539), url("/assets/img/texture.png"), linear-gradient(to right, #907644 0%, #e3c18c 10%);
  background-blend-mode: overlay, normal, lighten;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 400px;
  height: 200px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.header-tagline {
  display: block;
  width: 450px;
  height: 225px;
  color: #e3c18c;
  font-size: 0.7em;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  letter-spacing: 0.5em;
  position: absolute;
  top: 0;
}
.header-tagline.blue {
  background: #0e141e;
  z-index: 0;
}
.header-tagline p {
  transform: rotate(-26deg) translate(210px, 0);
  transform-origin: top center;
  position: absolute;
  bottom: 25%;
  left: 0;
}

.nav {
  display: flex;
  margin: 1em 0;
}
.nav .slice-battle-style {
  margin: 0 0.5em;
}

.twitch-focus_box {
  column-gap: 2%;
  align-items: flex-end;
}

.twitch-focus_rules {
  flex: 20%;
  order: 1;
}
.twitch-focus_rules a {
  width: fit-content;
  margin: 2em 0;
}
.twitch-focus_rules img {
  max-width: 200px;
  align-self: center;
}

.twitch-focus_rules_objectif {
  text-align: left;
}
.twitch-focus_rules_objectif p {
  font-family: "Fivo Sans Modern";
  font-weight: 500;
  line-height: 1em;
  margin: 0;
}

.twitch-focus_rules_sponso {
  width: 100%;
  column-gap: 5%;
  margin: 1em 0 0 0;
}
.twitch-focus_rules_sponso a {
  margin: 0;
}
.twitch-focus_rules_sponso img {
  height: 32px;
}

.index-header_podium_txt {
  overflow: hidden;
}
.index-header_podium_txt div {
  margin: 0.5em 0;
  animation: appear-left 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 2s both;
}
.index-header_podium_txt div:nth-child(1) .big {
  line-height: 0.8em;
}
.index-header_podium_txt div:nth-child(4) a {
  margin: 0.5em 0;
  width: 250px;
}
.index-header_podium_txt div:nth-child(4) a img {
  margin-right: 0.3em;
}
.index-header_podium_txt p.p_title_gold-upp,
.index-header_podium_txt p.p_text_white-upp {
  margin: 0;
}

.index-header_podium_box {
  column-gap: 1%;
  overflow: hidden;
  min-height: 505px;
}
.index-header_podium_box > div.column:nth-child(1) {
  max-width: 25%;
  min-width: 25%;
  overflow: hidden;
}
.index-header_podium_box > div.column:nth-child(1) .twitch-focus_rules_sponso {
  animation: appear-left 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 2.2s both;
}

.index-header_podium_first.column {
  align-items: flex-start;
  max-width: 500px;
}
.index-header_podium_first.column p {
  max-width: 80%;
  margin: 0.5em 0;
  animation: appear-big 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.8s both;
}
.index-header_podium_first.column a {
  min-width: 200px;
  animation: appear-big 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 2s both;
}
.index-header_podium_first img {
  animation: appear-big 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.5s both;
}

.index-header_podium_second {
  display: flex;
  flex-direction: column;
}
.index-header_podium_second img:nth-child(1) {
  animation: appear-big 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1s both;
}
.index-header_podium_second img:nth-child(2) {
  margin-top: 0.5em;
  animation: appear-big 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.5s both;
}

img.img_index_winner {
  width: min-content;
  height: min-content;
  border-radius: 4px;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 9px 11px 18px 29px rgba(14, 20, 30, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 9px 11px 18px 29px rgba(14, 20, 30, 0);
}

.ending-live-game_box {
  margin-top: 1em;
  align-items: center;
}
.ending-live-game_box p {
  margin: 0;
}
.ending-live-game_box a {
  max-width: 200px;
  margin: 0.5em 0;
}
.ending-live-game_box div {
  width: 60%;
  margin: 1em 0;
}
.ending-live-game_box div.row-wrap {
  column-gap: 5%;
}
.ending-live-game_box div:nth-child(3) a.border-style {
  max-width: 250px;
}
.ending-live-game_box div:nth-child(3) a.border-style img {
  margin-right: 0.5em;
}

.twitch-focus_content {
  height: 500px;
  order: 2;
  flex: 50%;
  display: flex;
}
.twitch-focus_content img {
  width: 100%;
}

#twitch-embed {
  align-self: flex-end;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 500px;
}

.twitch-focus_stats {
  flex: 20%;
  order: 3;
}

.twitch-focus_stats .streamer-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.twitch-focus_stats .streamer-card::after {
  content: "";
  display: block;
  width: 130%;
  height: 120%;
  z-index: -2;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  border-top-right-radius: 50px;
  background-color: #0e141e;
  position: absolute;
  bottom: 0;
  right: 0;
}
.twitch-focus_stats .streamer-card .player-pseudo-profil {
  display: flex;
  flex-direction: row;
  gap: 5%;
  align-items: center;
}
.twitch-focus_stats .streamer-card .player-pseudo-profil .player-pseudo_profil-img {
  box-shadow: 0 0 2px 2px rgba(45, 68, 102, 0.3);
}
.twitch-focus_stats .streamer-card .player-pseudo-profil p {
  font-size: 1.5em;
  font-weight: 900;
  max-width: 155px;
  overflow-wrap: break-word;
}
.twitch-focus_stats .streamer-card .STREAMER, .twitch-focus_stats .streamer-card .PRO {
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 0.5em 0;
}
.twitch-focus_stats .streamer-card img.player-pseudo_profil-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.twitch-focus_stats .streamer-card img.tier-rank_img {
  width: 40px;
  height: 40px;
}

p.twitch-focus_streamer-card_rank_highlight {
  text-align: center;
  font-weight: 900;
  font-size: 2.5em;
  color: #0e141e;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -50px;
  left: 0;
  margin: 0;
  z-index: -1;
}
p.twitch-focus_streamer-card_rank_highlight::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -10px;
  left: 0px;
  z-index: -2;
  background-color: #efefed;
}

.twitch-focus_streamer-card_tier {
  display: flex;
  align-items: center;
  gap: 2%;
  font-weight: 900;
  color: #efefed;
  font-size: 1em;
  margin: 0 0 1em 0;
}

.STREAMER, .PRO {
  font-size: 0.6em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin: 0 auto;
}
.STREAMER img, .PRO img {
  height: 25px;
  width: 25px;
  transform: translatey(-2px);
}

.STREAMER {
  color: #00f9ff;
}
.STREAMER img {
  filter: invert(75%) sepia(60%) saturate(3133%) hue-rotate(138deg) brightness(106%) contrast(113%);
}

.PRO {
  color: #e3c18c;
}
.PRO img {
  filter: invert(78%) sepia(45%) saturate(259%) hue-rotate(357deg) brightness(90%) contrast(99%);
}

.ranking-list_box {
  margin: 2em 0 0 0;
}

.ranking-list_btn-filter-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}

.ranking-list_btn-filter-box .row-wrap {
  gap: 20px;
}
.ranking-list_btn-filter-box .row-wrap .button-style {
  display: flex;
  column-gap: 2%;
  align-items: center;
  width: fit-content;
  min-width: 250px;
  min-height: 40px;
  border-radius: 5px;
  position: relative;
}
.ranking-list_btn-filter-box .row-wrap .button-style img {
  width: 18px;
  transform: translateY(-1px);
}

.player-filter_btn {
  background-color: #0e141e;
  padding: 0.5em 0 1em 0;
  position: relative;
  width: 20%;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 10px;
}
.player-filter_btn img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  left: 35px;
  transition: all 0.2s ease-in-out;
}
.player-filter_btn input {
  width: 80%;
  height: 30px;
  position: relative;
  top: 5px;
  font-family: "Fivo Sans Modern";
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0e141e;
  position: relative;
  padding: 0.1em 0 0 2em;
  border-top-right-radius: 5px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.player-filter_btn input:focus, .player-filter_btn input:focus-visible {
  outline: 1px #00f9ff solid;
}
.player-filter_btn input:focus + img, .player-filter_btn input:focus-visible + img {
  filter: invert(77%) sepia(55%) saturate(6053%) hue-rotate(140deg) brightness(98%) contrast(101%);
}

.rankink-list_content {
  background: #0e141e;
  padding: 1em 0.5em;
  min-height: 300px;
}

.ranking-list_grid-setup {
  width: 100%;
  display: grid;
  grid-gap: 2%;
  grid-template-columns: minmax(20px, 0.5fr) minmax(100px, 2.5fr) minmax(20px, 0.5fr) minmax(30px, 0.5fr) minmax(50px, 0.8fr) minmax(80px, 1.5fr) minmax(80px, 2fr) repeat(5, minmax(50px, 1fr));
  justify-items: stretch;
  align-items: center;
  color: #efefed;
  margin: 0.8em 0;
  padding: 0.5em 0;
  border-bottom: 2px solid #283244;
}

.ranking-list_rank, .ranking-list_pseudo, .podium_rank {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ranking-list_pseudo {
  column-gap: 10%;
}
.ranking-list_pseudo img.ranking-list_pseudo-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px rgba(45, 68, 102, 0.3);
}

.ranking-list_rank {
  column-gap: 10px;
}
.ranking-list_rank p {
  display: inline;
  font-weight: normal;
  font-size: 0.8em;
}

img.tier-rank_img {
  width: 40px;
  height: 40px;
}

.ranking-list_link {
  text-decoration: none;
  color: #efefed;
  font-weight: bold;
}

.ranking-list_head {
  padding: 0;
  margin-top: 0;
  column-gap: 1%;
}
.ranking-list_head p {
  font-size: 0.65em !important;
  font-weight: bold;
  text-transform: uppercase;
}
.ranking-list_head .sortable {
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}
.ranking-list_head .sortable p {
  position: relative;
  cursor: pointer;
  margin: 0.4em 0;
}
.ranking-list_head .sortable p::after {
  content: url("/assets/img/filtres.svg");
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  font-size: 0.8em;
  right: 5px;
  top: 0;
}

.ranking-list_grid-setup div:first-child {
  justify-self: center;
  font-weight: 900;
}

.sortable.sorted:not(:first-child) {
  background-color: #2d4466;
  border-radius: 10px;
  padding: 0.2em;
  position: relative;
  transition: 0.2s all ease-in-out;
}
.sortable.sorted:not(:first-child) p:after {
  content: none;
}
.sortable.sorted:not(:first-child).sorted-asc::after {
  content: "↓";
  top: 5px;
}
.sortable.sorted:not(:first-child).sorted-desc::after {
  transform: translateY(5px);
  top: 0;
  content: "↑";
}
.sortable.sorted:not(:first-child)::after {
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  font-size: 0.8em;
  right: 5px;
}

.ranking-list_grid_txt-center {
  text-align: center;
}

.ranking-list_head_role {
  text-align: center;
}

p.ranking-list_head_resize_large {
  display: block;
}

p.ranking-list_head_resize_small {
  display: none;
}

a.button-style {
  min-width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e141e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  position: relative;
  font-size: 0.9em;
}

a.button-style:hover, .twitch-online_btn-box a:hover {
  background-color: #efefed;
}

a.button-style:after, .twitch-online_btn-box a:after {
  background: #FFF;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}

a.button-style:hover:after, .twitch-online_btn-box a:hover:after {
  background: #FFF;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

a.red {
  background-color: #EB0400;
  color: #efefed;
}
a.red img {
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(220deg) brightness(110%) contrast(101%);
}
a.red:hover {
  color: #EB0400;
}
a.red:hover img {
  filter: invert(11%) sepia(89%) saturate(7401%) hue-rotate(10deg) brightness(93%) contrast(112%);
}

a.cyan {
  background-color: #00f9ff;
}
a.cyan:hover {
  color: #00C6CB;
}
a.cyan:hover img {
  filter: invert(51%) sepia(94%) saturate(646%) hue-rotate(138deg) brightness(95%) contrast(102%);
}
a.cyan:focus, a.cyan:focus-visible {
  background-color: #efefed;
  color: #00C6CB;
  outline: 2px solid #00f9ff;
  cursor: default;
}
a.cyan:focus img, a.cyan:focus-visible img {
  filter: invert(76%) sepia(55%) saturate(6759%) hue-rotate(144deg) brightness(103%) contrast(101%);
}

a.black {
  background-color: black;
  color: #efefed;
}
a.black img {
  filter: invert(99%) sepia(98%) saturate(163%) hue-rotate(328deg) brightness(109%) contrast(87%);
}
a.black:hover {
  color: black;
}
a.black:hover img {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(28deg) brightness(95%) contrast(105%);
}
a.black:focus, a.black:focus-visible {
  background-color: #efefed;
  color: black;
  outline: 2px solid black;
  cursor: default;
}
a.black:focus img, a.black:focus-visible img {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(28deg) brightness(95%) contrast(105%);
}

a.gold {
  background-color: #e3c18c;
}
a.gold:hover {
  color: #e3c18c;
}
a.gold:hover img {
  filter: invert(78%) sepia(45%) saturate(259%) hue-rotate(357deg) brightness(90%) contrast(99%);
}
a.gold:focus, a.gold:focus-visible {
  background-color: #efefed;
  color: #907644;
  outline: 2px solid #907644;
  cursor: default;
}
a.gold:focus img, a.gold:focus-visible img {
  filter: invert(42%) sepia(59%) saturate(333%) hue-rotate(1deg) brightness(99%) contrast(89%);
}

a.blue {
  background-color: #2d4466;
  color: #efefed;
}
a.blue img {
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(220deg) brightness(110%) contrast(101%);
}
a.blue:hover {
  color: #2d4466;
}
a.blue:hover img {
  filter: invert(5%) sepia(37%) saturate(940%) hue-rotate(178deg) brightness(96%) contrast(94%);
}
a.blue:focus, a.blue:focus-visible, a.blue.filtered {
  background-color: #efefed;
  color: #2d4466;
  outline: 2px solid #0e141e;
  cursor: default;
}

a.button-style.border-style {
  border-radius: 0 0 20px 0;
}

a.button-style.color-twitch img {
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(220deg) brightness(110%) contrast(101%);
}
a.button-style.color-twitch:hover img {
  filter: invert(47%) sepia(65%) saturate(7437%) hue-rotate(250deg) brightness(101%) contrast(101%);
}

.button-default {
  min-width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efefed;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  overflow: hidden;
  position: relative;
  font-size: 0.8em;
}
.button-default:focus, .button-default:focus-visible, .button-default.active {
  background-color: #efefed;
  color: #0e141e;
}

.disable {
  cursor: default;
  color: #446492;
  position: relative;
}
.disable:hover span {
  visibility: visible;
}
.disable span {
  visibility: hidden;
  width: fit-content;
  background-color: #2d4466;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  position: absolute;
  z-index: 1;
}

.slice-battle-style_a {
  border-left: 2px solid #efefed;
  border-right: 2px solid #efefed;
  padding: 0 2em 0 2em;
  height: 50px;
  position: relative;
  transition: 0.2s ease-in-out;
  display: flex;
  overflow: hidden;
  z-index: 1;
  background-color: none;
}
.slice-battle-style_a.disable {
  border-left: 2px solid #446492;
  border-right: 2px solid #446492;
}

.slice-battle-style_a::before {
  content: "";
  display: block;
  width: 115%;
  height: 115%;
  background-color: #efefed;
  position: absolute;
  top: -115%;
  left: 115%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transform: translate(0, 0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}

.slice-battle-style_a::after {
  content: "";
  display: block;
  width: 115%;
  height: 115%;
  background-color: #efefed;
  position: absolute;
  bottom: -115%;
  left: -115%;
  transform: translate(0, 0);
  transition: 0.2s ease-in-out;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.button-default:hover {
  color: #0e141e;
}

.slice-battle-style_a:hover::before {
  transform: translate(-100%, 95%);
}

.slice-battle-style_a:hover::after {
  transform: translate(95%, -100%);
}

.twitch-online_btn-box {
  justify-self: center;
}

.twitch-online_btn-box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
  border-radius: 8px;
  width: fit-content;
  padding: 0.1em;
  color: #efefed;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  position: relative;
}
.twitch-online_btn-box a.live {
  font-weight: bold;
}
.twitch-online_btn-box a img {
  width: 25px;
  height: 25px;
}

a.color-twitch {
  background-color: #9146FF;
  color: #efefed;
}
a.color-twitch:hover {
  color: #9146FF;
}

dialog {
  padding: 0;
  position: relative;
  background-color: #2d4466;
  width: fit-content;
  max-height: auto;
  max-width: 500px;
}
dialog form {
  position: absolute;
  right: 0;
  top: 0;
}
dialog img {
  width: 100%;
  position: relative;
}
dialog button {
  background-color: #e3c18c;
  border: 0;
  padding: 0.7em 0.7em 0.4em 0.7em;
  font-family: "Fivo Sans Modern";
  font-weight: 900;
  cursor: pointer;
}

.live-game_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.live-game {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #efefed;
  flex: 1;
  width: fit-content;
  min-width: 420px;
  max-width: 484px;
  min-height: 350px;
  margin: 1em 0.5em;
}

.live-game_wrapper {
  display: flex;
  flex-direction: column;
  background-color: #0e141e;
  min-height: 400px;
  width: fit-content;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.live-game_head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 4%;
  margin-bottom: 1em;
  max-width: 100%;
  background: #efefed;
  height: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.live-game_head .game-duration {
  color: #0e141e;
  font-weight: 900;
  min-width: 60px;
}

.live-game_head-decoration {
  display: flex;
  height: 2px;
  width: 50%;
  background-color: #0e141e;
}

.live-game_stats {
  display: flex;
  flex-direction: row;
  gap: 3%;
  justify-content: center;
  width: 100%;
  margin: 2em 0 0.5em 0;
  height: auto;
  align-items: center;
  align-self: flex-start;
}
.live-game_stats .team {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  height: 100%;
  gap: 5px;
}

.live-game_side-wrapper {
  display: block;
  height: 4px;
  width: 100%;
  background-color: white;
  background: linear-gradient(to right, #005AB5, #005AB5 45%, #DC3220 55%, #DC3220 90%);
}

.live-game_player {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: min-content;
  align-self: flex-end;
}
.live-game_player .live-game_player_contestant-highlight_ranking_div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.live-game_versus-focus {
  display: flex;
  order: -1;
  width: 100%;
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin: 1.5em 0 0 0;
  color: #efefed;
}
.live-game_versus-focus .live-game_versus-focus_line {
  display: flex;
  flex-direction: column;
  width: fit-content;
  min-height: 400px;
}
.live-game_versus-focus .live-game_stats {
  max-width: 800px;
}

.live-game_contestant-highlight {
  order: -1;
  transform: translate(-10px, -20px);
  gap: 10%;
  align-self: flex-start;
}

.live-game_player_contestant-highlight_name {
  display: flex;
  align-items: center;
  column-gap: 6%;
}

.live-game_player_ranking {
  display: flex;
  gap: 10%;
}

.live-game_player_ranking img {
  width: 20px;
  height: 20px;
}

.live-game_random {
  order: 2;
  gap: 3%;
}
.live-game_random p {
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.live-game_player_contestant_rank_highlight,
.twitch-focus_streamer-card_rank_highlight {
  font-variant-numeric: tabular-nums lining-nums;
}

.live-game_player_contestant_rank_highlight {
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  color: #0e141e;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 25px;
  position: absolute;
  top: -1px;
  left: -10px;
  margin: 0;
  z-index: 2;
}
.live-game_player_contestant_rank_highlight::after {
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: -5px;
  left: -2px;
  z-index: -1;
  background-color: #efefed;
}

.live-game_player_contestant-highlight_p {
  font-weight: 900;
  font-size: 1.3em;
  width: fit-content;
  margin: 0.5em 0;
}
.live-game_player_contestant-highlight_p a {
  color: #efefed;
  text-decoration: none;
}

.live-game_game_img-highlight {
  box-shadow: 0 0 2px 2px rgba(45, 68, 102, 0.3);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.live-game_game_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px rgba(45, 68, 102, 0.3);
}

.no-live-game, .lost_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.lost_div .lost_div_p {
  font-size: 7em;
  font-weight: 900;
  color: #efefed;
  margin: 0;
}
.lost_div a {
  padding: 0.5em 1em;
  border-radius: 50px;
}

.stats_wrapper {
  max-width: 1500px;
  background-color: #0e141e;
  align-items: center;
  color: #efefed;
  width: 80%;
  margin-top: 2em;
}
.stats_wrapper a {
  text-decoration: none;
  color: #efefed;
}

.stats_kda_grid-player .p_stats_title {
  margin-bottom: 1em;
}

.p_stats_title {
  font-weight: 900;
  font-size: 1.2em;
  color: #efefed;
  padding: 0.2em 0.5em;
  margin: 0;
  width: fit-content;
}
.p_stats_title.white {
  color: #0e141e;
  background-color: #efefed;
}

.p_text_secondary-title {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0.2em 0 0 0;
}

.p_text_big-title {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin: 0;
}

.p_stats_number {
  font-weight: 900;
  font-size: 3em;
  color: #efefed;
  margin: 0;
  text-align: center;
}

.stats_kda-best-player_box {
  gap: 1%;
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3em;
}

.stats_kda_grid-player {
  width: 35%;
  justify-content: flex-start;
  align-items: center;
  border: solid 2px white;
  overflow: hidden;
}
.stats_kda_grid-player .p_stats_title {
  align-self: flex-start;
}
.stats_kda_grid-player > :nth-child(2) {
  animation: appear-left 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.2s both;
}
.stats_kda_grid-player > :nth-child(3) {
  animation: appear-left 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.5s both;
}
.stats_kda_grid-player > :nth-child(4) {
  animation: appear-left 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.8s both;
}

.stats_kda-player {
  display: flex;
  flex-direction: row;
  gap: 8%;
  margin: 1em 0;
  width: 60%;
}

span.stats_kda-player_counter {
  font-weight: 900;
  font-size: 1.5em;
  align-self: center;
}

span.stats_kda-player_champ {
  display: flex;
  align-items: center;
  gap: 5%;
  min-width: 200px;
}

.stats_kda-player_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stats_kda-player_name > .p_stats_little:nth-child(3) {
  font-weight: normal;
  font-size: 1em;
}

.stats_global_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  width: 70%;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  border: solid 2px white;
  padding: 3em 0;
  transform: translateY(-18px);
}
.stats_global_box .column {
  align-items: center;
}
.stats_global_box > div:nth-child(4) {
  min-width: 100%;
  margin: 2em 0 0.5em 0;
}

.stats_twitch {
  align-items: center;
  margin: 1em 0;
}
.stats_twitch img {
  width: 60px;
  animation: twitch 6s ease-in-out 5s both infinite;
}
.stats_twitch span {
  position: relative;
  margin-bottom: 0;
  left: 5px;
}
.stats_twitch span::before, .stats_twitch span::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #efefed;
  position: absolute;
  bottom: 35px;
}
.stats_twitch span::before {
  left: -65px;
}
.stats_twitch span::after {
  right: -65px;
}

.stats_most-played-champ {
  gap: 5%;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 720px;
  margin: 2em 0 1em 0;
}
.stats_most-played-champ p.p_stats_title {
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}

.stats_most-played-champ_div > .p_stats_little:nth-child(2) {
  font-weight: bold;
}
.stats_most-played-champ_div > .p_stats_little:nth-child(3) {
  font-weight: normal;
}

img.stats_player_img {
  width: 100px;
  height: 100px;
  border-radius: 60px;
}

img.stats_player_img_little {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

img.champs_img {
  width: 100px;
  height: 100px;
}

img.champs_img_little {
  width: 50px;
  height: 50px;
}

.stats_most_box {
  width: 50%;
}
.stats_most_box .p_stats_title {
  margin-bottom: 0.5em;
}

.stats_most_grid {
  flex-wrap: wrap;
  justify-content: center;
}

.stats_most_player {
  min-width: 45%;
  width: fit-content;
  margin: 1.5em 0;
  overflow: hidden;
}
.stats_most_player:nth-child(1) p {
  animation: appear-bot 0.4s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.2s both;
}
.stats_most_player:nth-child(2) p {
  animation: appear-bot 0.4s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.5s both;
}
.stats_most_player:nth-child(3) p {
  animation: appear-bot 0.4s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.8s both;
}
.stats_most_player:nth-child(4) p {
  animation: appear-bot 0.4s cubic-bezier(0.23, 0.65, 0.68, 0.96) 2.1s both;
}
.stats_most_player:nth-child(1) .stats_most_player_line {
  animation: appear-bot 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.4s both;
}
.stats_most_player:nth-child(2) .stats_most_player_line {
  animation: appear-bot 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.7s both;
}
.stats_most_player:nth-child(2) .stats_most_player_line img.stats_player_img {
  transition: filter 0.2s ease-in-out;
}
.stats_most_player:nth-child(2) .stats_most_player_line:hover img.stats_player_img {
  filter: grayscale(100%);
}
.stats_most_player:nth-child(3) .stats_most_player_line {
  animation: appear-bot 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 2s both;
}
.stats_most_player:nth-child(4) .stats_most_player_line {
  animation: appear-bot 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 2.3s both;
}

.stats_most_player_line {
  align-items: center;
  gap: 5%;
  margin-top: 0.5em;
  position: relative;
  left: 15px;
}
.stats_most_player_line div.column > .p_stats_little:nth-child(3) {
  font-weight: normal;
  font-size: 1em;
}

.p_stats_big {
  font-size: 1.8em;
  margin: 0;
  font-weight: 900;
}

.p_stats_little {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
}

.stats_img_ranking {
  position: relative;
}

.stats_pentakill_box {
  display: flex;
  align-items: center;
  align-self: center;
  max-width: 500px;
  min-width: 450px;
  margin: 2em 0 4em 0;
}
.stats_pentakill_box .p_text_title, .stats_pentakill_box .p_text_secondary-title, .stats_pentakill_box a p {
  color: #0e141e;
}
.stats_pentakill_box .p_text_title {
  margin: 1em 0 0 0;
  font-size: 1.1em;
  position: relative;
  z-index: 2;
}
.stats_pentakill_box .p_text_secondary-title {
  font-size: 2em;
  margin: 0 0 0.5em 0;
  position: relative;
  z-index: 2;
}

.stats_pentakill {
  display: flex;
  padding: 1em 0;
  gap: 5%;
  color: #0e141e;
  position: relative;
  z-index: 2;
}

.stats_biggest_wrapper {
  max-width: 90%;
  margin-top: 1em;
  align-items: center;
}

.stats_biggest_box, .stats_otp_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-top: 3em;
}
.stats_biggest_box > .stats_most-played-champ, .stats_otp_box > .stats_most-played-champ {
  gap: 2%;
}

.stats_biggest_player .row {
  align-items: center;
  gap: 3%;
}

.stats_player_focus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0;
  width: 100%;
  gap: 4%;
}

.stats_most-played-champ_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1%;
  margin-bottom: 0.5em;
}

.stats_pentakill_box {
  position: relative;
  overflow: hidden;
  animation: appear 0.5s cubic-bezier(0.23, 0.65, 0.68, 0.96) 3.3s both;
  background: rgb(227, 193, 140);
  background: linear-gradient(90deg, rgb(227, 193, 140) 0%, rgb(204, 163, 83) 100%);
}

.stats_pentakill_box:after {
  position: absolute;
  content: "";
  width: 800px;
  height: 50px;
  top: -50%;
  left: -75%;
  background-color: #efefed;
  animation: reflect 20s ease-in-out 5s infinite backwards;
}

.podium_wrapper {
  width: 100%;
  max-width: 1100px;
  transform: translateY(-20px);
}

.p_podium_title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.p_podium-rank {
  font-weight: 900;
  font-size: 3.5em;
  margin: 0;
  height: 60px;
}
.p_podium-rank sup {
  font-size: 0.5em;
}

.p_podium-prize {
  font-weight: 900;
  font-size: 2.5em;
  margin: 0;
}

.p_podium_little {
  font-size: 0.9em;
  font-weight: 500;
}

.first-cashprizes_line {
  width: 100%;
  column-gap: 3%;
  margin-top: 1em;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  position: relative;
}

.podium-first_box {
  background: rgb(227, 193, 140);
  background: linear-gradient(90deg, rgb(227, 193, 140) 0%, rgb(204, 163, 83) 100%);
  width: 48%;
  max-width: 480px;
  max-height: 460px;
  column-gap: 3%;
  align-items: center;
  border: 6px solid #0e141e;
  position: relative;
  border-radius: 4px;
  animation: appear-big 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.5s both;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 9px 11px 18px 29px rgba(14, 20, 30, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 9px 11px 18px 29px rgba(14, 20, 30, 0);
}
.podium-first_box p {
  color: #0e141e;
  margin: 0;
}
.podium-first_box img.img_podium {
  animation: appear 0.5s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1s both;
}
.podium-first_box .podium-player_final .PRO {
  color: #0e141e;
}
.podium-first_box .podium-player_final .PRO img {
  filter: initial;
}

.podium_header_big {
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin: 3.2em 0 1em 0;
  z-index: 2;
}
.podium_header_big p {
  margin: 0;
}

.podium-first-streamer_box {
  align-items: center;
  width: 48%;
  max-width: 480px;
  max-height: 470px;
  column-gap: 3%;
  color: #efefed;
  position: relative;
  top: 50px;
  background-color: #0e141e;
  border-radius: 4px;
  animation: appear-big 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1s both;
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 9px 11px 18px 29px rgba(14, 20, 30, 0);
}
.podium-first-streamer_box p {
  margin: 0;
}
.podium-first-streamer_box img.img_podium {
  animation: appear 0.5s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.5s both;
}

.podium_leaderboard {
  width: 97%;
  max-width: 450px;
  overflow: hidden;
  z-index: 2;
}
.podium_leaderboard > :nth-child(2) {
  animation: appear-left 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.8s both;
}
.podium_leaderboard > :nth-child(3) {
  animation: appear-left 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.6s both;
}
.podium_leaderboard > :nth-child(4) {
  animation: appear-left 1s cubic-bezier(0.23, 0.65, 0.68, 0.96) 2.2s both;
}

.podium-leaderboard_grid {
  display: grid;
  align-items: center;
  row-gap: 10px;
  margin: 1.5em 0.5em 1em 1.5em;
  grid-template-columns: minmax(10px, 0.2fr) minmax(45px, 0.3fr) minmax(100px, 0.9fr) minmax(100px, 1fr);
}
.podium-leaderboard_grid .row {
  align-items: center;
}
.podium-leaderboard_grid .row p {
  height: fit-content;
}

.podium_best-lane_title {
  width: 100%;
  color: #efefed;
  text-align: center;
  margin: 3em 0 1em 0;
  background-color: #0e141e;
  border-radius: 4px;
  padding: 1em 0;
  box-shadow: -5px 0px 3px -2px #000000, 5px 0px 3px -2px #000000, 9px 11px 8px 10px rgba(14, 20, 30, 0);
}
.podium_best-lane_title p {
  margin: 0;
}

.podium_best-lane_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}

.podium_best-lane {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  min-width: 350px;
  min-height: 500px;
  background-color: #0e141e;
  border-radius: 4px;
  margin: 2.5em 0 2em 0;
  position: relative;
  box-shadow: -5px 0px 3px -2px #000000, 5px 0px 3px -2px #000000, 9px 11px 8px 10px rgba(14, 20, 30, 0);
}
.podium_best-lane p {
  color: #efefed;
}

.podium_head_decoration {
  width: 65px;
  height: 65px;
  border-radius: 15px;
  position: absolute;
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #0e141e;
  overflow: hidden;
}
.podium_head_decoration.add-best-lane {
  background-color: #efefed;
}
.podium_head_decoration.add-blue {
  background-color: #00f9ff;
}
.podium_head_decoration.add-gold {
  background-color: #0e141e;
}
.podium_head_decoration img.img_podium-lane {
  width: 45px;
  height: 45px;
}
.podium_head_decoration img.img_podium {
  width: 55px;
  height: 55px;
}

.reflect {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reflect:after {
  position: absolute;
  content: "";
  width: 800px;
  height: 50px;
  top: 50px;
  left: -120%;
  background-color: #efefed;
}

.podium-first_box .reflect:after {
  animation: reflect 20s ease-in-out 2s infinite backwards;
}

.podium-first-streamer_box .reflect:after {
  animation: reflect 20s ease-in-out 4s infinite backwards;
}

img.podium-player {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

img.podium_player_img_little {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.p_podium_second-title {
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-left: 0.3em;
}

.podium-first_box .podium-player_final p, .podium-first_box .podium-player_final div,
.podium-first-streamer_box .podium-player_final p,
.podium-first-streamer_box .podium-player_final div,
.podium_best-lane .podium-player_final p,
.podium_best-lane .podium-player_final div {
  margin: 0.2em 0;
}

.podium-player_final {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.podium-player_final p {
  font-weight: 500;
}
.podium-player_final .PRO, .podium-player_final .STREAMER {
  display: flex;
  flex-direction: row;
}

p.p_podium_winner {
  font-weight: 900;
  font-size: 2em;
  margin: 0;
}

a.twitch-icone.button-style {
  border-radius: 4px;
  background-color: #efefed;
  display: inline-flex;
  min-width: 0;
  height: auto;
  margin-right: 0.6em;
}

.podium_rank {
  align-self: center;
}
.podium_rank img {
  width: 30px;
  height: 30px;
}

.wins-somewhere-else {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wins-somewhere-else p, .wins-somewhere-else img {
  opacity: 0.3;
}
.wins-somewhere-else:hover::after {
  content: "Premier dans un autre classement";
  position: absolute;
  opacity: 1;
  top: 5px;
  padding: 0.1em;
  font-family: "Fivo Sans Modern";
  font-weight: 500;
  background-color: #efefed;
}

.podium_message {
  display: flex;
  justify-content: center;
  width: 300px;
  overflow: hidden;
  text-align: center;
  align-self: center;
  font-weight: 500;
  padding: 0 0.5em;
  border-left: 3px solid #efefed;
  border-right: 3px solid #efefed;
  position: relative;
  min-height: 60px;
}
.podium_message p.p_podium-rank {
  color: #efefed;
}
.podium_message p.p_title_gold-upp {
  align-self: center;
}

.podium_message_one {
  width: 300px;
  animation: go-left 12s ease-in-out 3s both infinite;
}

.podium_message_two {
  position: absolute;
  right: -300px;
  width: 300px;
  animation: go-left 12s ease-in-out 3s both infinite;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  margin-top: auto;
  margin-bottom: 0.5em;
  border-top: #e3c18c 1px solid;
  position: relative;
}
footer p {
  margin: 0.5em 0 0 0;
}
footer::before {
  display: block;
  content: url("/assets/img/footer-img.svg");
  width: 22px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: 50%;
}
footer a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  margin-top: 0.5em;
  font-size: 0.7em;
}
footer a:hover {
  opacity: 1;
}
footer img {
  margin-left: 0.2em;
}

.landing-page {
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.landing-page iframe {
  margin: 1em 0 3em 0;
  width: 100%;
  max-width: 800px;
  opacity: 0.2;
  animation: appear-big 0.6s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.7s both;
}
.landing-page iframe:hover, .landing-page iframe:focus-visible, .landing-page iframe:focus {
  opacity: 1;
}
.landing-page .row-wrap {
  width: 70%;
  animation: appear-big 0.5s cubic-bezier(0.23, 0.65, 0.68, 0.96) 1.5s both;
  justify-content: space-around;
  opacity: 0;
  transform: scale(0.7);
}
.landing-page .row-wrap .button-style {
  padding: 0 1em;
  gap: 5%;
  border-radius: 5px;
}

#smoke-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100vh;
}

@keyframes go-left {
  0%, 60% {
    transform: translateX(0);
  }
  10%, 50% {
    transform: translateX(-310px);
  }
}
@keyframes reflect {
  0% {
    opacity: 0.8;
    transform: rotate(-35deg) translate(0, 0);
  }
  5% {
    opacity: 0;
    transform: rotate(-40deg) translate(500px, 800px);
  }
  100% {
    opacity: 0;
    transform: rotate(-40deg) translate(500px, 800px);
  }
}
@keyframes reflect-mini {
  0% {
    opacity: 0.8;
    transform: rotate(-35deg) translate(0, 0);
  }
  5% {
    opacity: 0;
    transform: rotate(-40deg) translate(100px, 250px);
  }
  100% {
    opacity: 0;
    transform: rotate(-40deg) translate(100px, 250px);
  }
}
@keyframes twitch {
  0%, 8% {
    transform: scale(1) rotate(0);
  }
  2%, 6% {
    transform: scale(1.1) rotate(-20deg);
  }
  4% {
    transform: scale(1.2) rotate(20deg);
  }
}
@keyframes appear-left {
  0% {
    transform: translateX(-200%) scaleX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear-video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes appear-big {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-top {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes appear-bot {
  0% {
    transform: translateY(200%) scaleY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .stats_wrapper {
    width: 98%;
  }
}
@media screen and (max-width: 1380px) {
  .ranking-list_btn-filter-box .row-wrap {
    flex-direction: row;
  }
  .ranking-list_btn-filter-box .row-wrap .button-style {
    font-size: 0.8em;
    min-width: 150px;
    width: 100%;
    flex: 1;
  }
  .player-filter_btn img {
    left: 27px;
  }
  .index-header_podium_box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-header_podium_second {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .twitch-online_btn-box a {
    font-size: 0.8em;
  }
  .stats_kda_grid-player {
    width: 48%;
  }
  .index-header_podium_box {
    column-gap: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .twitch-focus_box {
    position: relative;
  }
  .twitch-focus_rules {
    flex: 10%;
    order: 2;
  }
  .twitch-focus_rules a {
    margin: 0.2em;
  }
  .twitch-focus_content {
    order: 3;
  }
  .twitch-focus_stats {
    order: 1;
    position: absolute;
    top: 0;
    left: 55px;
  }
  .twitch-focus_stats .streamer-card {
    width: fit-content;
    top: 35px;
  }
  .twitch-focus_stats .streamer-card .player-pseudo-profil p {
    margin: 0;
  }
  .twitch-focus_stats .streamer-card::after {
    border-top-right-radius: 0;
    border-top-left-radius: 50px;
    left: -40px;
    width: 350px;
    top: -35px;
    height: 125%;
  }
  .ranking-list_grid-setup {
    grid-gap: 3%;
    grid-template-columns: minmax(20px, 0.2fr) minmax(80px, 1.8fr) minmax(20px, 0.2fr) minmax(90px, 1fr) minmax(50px, 1fr) minmax(80px, 1.4fr) repeat(4, minmax(20px, 0.8fr));
  }
  .ranking-list_grid-setup p {
    font-size: 0.8em;
  }
  .ranking-list_grid-setup .none-tablet {
    display: none;
  }
  .ranking-list_grid-setup .STREAMER, .ranking-list_grid-setup .PRO {
    transform: translateX(0);
  }
  p.ranking-list_head_resize_large {
    display: none;
  }
  p.ranking-list_head_resize_small {
    display: block;
  }
  .stats_kda-player {
    width: 70%;
  }
}
@media screen and (max-width: 1064px) {
  .twitch-focus_rules_objectif p:nth-child(5), .twitch-focus_rules_objectif p:nth-child(7) {
    font-size: 0.9em;
  }
  .stats_most_player_line {
    flex-direction: column;
    text-align: center;
  }
  .index-header_podium_box div.column:nth-child(1) {
    max-width: none;
  }
}
@media screen and (max-width: 990px) {
  .landing-page iframe {
    height: 400px;
  }
  .twitch-focus_rules_objectif p:nth-child(2) {
    font-size: 1.5em;
  }
  .twitch-focus_rules_objectif p:nth-child(3) {
    font-size: 1.2em;
  }
  .stats_global_box {
    width: 100%;
  }
  .index-header_podium_first {
    margin-top: 0.5em;
  }
  .index-header_podium_txt div, .index-header_podium_box > div.column:nth-child(1) .twitch-focus_rules_sponso {
    animation: appear-left 0.8s cubic-bezier(0.23, 0.65, 0.68, 0.96) 0.2s both;
  }
}
@media screen and (max-width: 932px) {
  .player-filter_btn {
    order: 2;
    width: 300px;
    margin-top: 0.5em;
  }
  .player-filter_btn img {
    left: 33px;
  }
  .ranking-list_btn-filter-box {
    justify-content: center;
  }
  .ranking-list_btn-filter-box .row-wrap {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .landing-page iframe {
    height: 380px;
  }
  .row {
    flex-direction: column;
  }
  .none-mobile {
    display: none;
  }
  .twitch-focus_box {
    align-items: flex-start;
  }
  .twitch-focus_rules {
    order: 3;
    flex: 100%;
    width: 100%;
    align-items: flex-end;
    flex-direction: row;
    align-items: center;
  }
  .twitch-focus_rules a {
    margin: 0.5em 0;
    width: 15%;
  }
  .twitch-focus_rules_sponso {
    flex-direction: row;
    justify-content: center;
    margin: 0;
    width: 100%;
  }
  .twitch-focus_content {
    order: 1;
    flex: 100%;
    width: 100%;
    height: fit-content;
    min-height: 250px;
  }
  #twitch-embed {
    align-self: flex-end;
    width: 100%;
    height: 400px;
    min-height: 250px;
    max-height: none;
  }
  .twitch-focus_stats {
    order: 2;
    position: relative;
    width: 100%;
    left: 0;
  }
  .twitch-focus_stats .streamer-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 5%;
    width: 100%;
    height: 80px;
    top: 5px;
    left: 0;
  }
  .twitch-focus_stats .streamer-card::after {
    width: 100%;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 50px;
    left: 0;
  }
  .twitch-focus_stats .streamer-card .player-pseudo-profil {
    font-size: 1em;
    align-items: center;
    transform: translateY(-5px);
  }
  .twitch-focus_stats .streamer-card .STREAMER, .twitch-focus_stats .streamer-card .PRO {
    display: none;
  }
  p.twitch-focus_streamer-card_rank_highlight {
    position: relative;
    top: 0;
    left: 0;
  }
  .twitch-focus_streamer-card_tier {
    min-width: 150px;
    font-size: 0.8em;
  }
  .ranking-list_grid-setup {
    grid-template-columns: minmax(20px, 0.2fr) minmax(80px, 1.5fr) minmax(10px, 0.2fr) minmax(80px, 1fr) minmax(50px, 0.5fr) minmax(80px, 1.5fr) minmax(20px, 1.2fr);
  }
  .ranking-list_grid-setup.ranking-list_head .sortable p::after {
    right: 20%;
  }
  .ranking-list_grid-setup .none-mobile {
    display: none;
  }
  .ranking-list_grid-setup .mobile-only {
    display: flex;
    justify-content: center;
    grid-column-start: 7;
    text-align: center;
  }
  .live-game_stats .team {
    width: 45%;
  }
  .podium-first_box {
    width: 60%;
    max-height: 100%;
  }
  .podium-first-streamer_box {
    width: 60%;
    position: inherit;
    max-height: 100%;
    top: 0;
    margin-top: 2.5em;
  }
  .podium_message {
    margin-bottom: 1.5em;
  }
  .ending-live-game_box .row-wrap {
    flex-wrap: wrap;
  }
  .ending-live-game_box .row-wrap div {
    width: 100%;
  }
}
@media screen and (max-width: 889px) {
  .landing-page iframe {
    height: 350px;
  }
  .live-game_wrapper {
    min-height: auto;
  }
  .stats_kda-player {
    gap: 4%;
  }
  .live-game {
    min-height: 0;
  }
}
@media screen and (max-width: 750px) {
  .landing-page iframe {
    height: 320px;
  }
  .header a img {
    max-width: 200px;
  }
  .twitch-focus_stats .streamer-card {
    width: 100%;
    justify-content: center;
    top: 0;
  }
  .twitch-focus_stats .streamer-card .player-pseudo-profil p {
    width: fit-content;
  }
  p.twitch-focus_streamer-card_rank_highlight {
    font-size: 1.3em;
    width: 30px;
    height: 20px;
    top: -7px;
  }
  p.twitch-focus_streamer-card_rank_highlight::after {
    width: 30px;
    height: 30px;
    top: -4px;
    left: 0;
  }
  .stats_kda-best-player_box {
    flex-direction: column;
    align-items: center;
  }
  .stats_kda_grid-player {
    width: 70%;
  }
  .stats_most_player_line {
    flex-direction: row;
    text-align: center;
  }
  .stats_most_box {
    width: 100%;
    margin-top: 1em;
  }
  .ranking-list_btn-filter-box {
    width: 100%;
  }
  .ranking-list_btn-filter-box .button-style {
    max-width: 140px;
    min-width: 140px;
    font-size: 0.6em;
  }
  .ranking-list_btn-filter-box .button-style img {
    width: 15px;
  }
  .ranking-list_btn-filter-box .row-wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .landing-page iframe {
    height: 280px;
  }
  #container {
    width: 98%;
  }
  .header a img {
    width: 20%;
    max-width: 125px;
    min-width: 105px;
  }
  .header-background {
    width: 300px;
    height: 150px;
  }
  .header-tagline {
    width: 340px;
    height: 175px;
  }
  .header-tagline p {
    transform: rotate(-27deg) translate(0px, 0);
    bottom: 32%;
  }
  #twitch-embed {
    height: 20px;
  }
  .streamer-card .player-pseudo-profil {
    font-size: 0.8em;
  }
  .streamer-card .player-pseudo-profil img.player-pseudo_profil-img {
    display: none;
  }
  .ranking-list_grid-setup .twitch-online a {
    font-size: 0.7em;
  }
  .ranking-list_grid-setup .twitch-online a img {
    width: 17px;
    height: 17px;
  }
  .ranking-list_btn-filter-box .row-wrap {
    flex-wrap: wrap;
  }
  .ranking-list_grid-setup {
    grid-template-columns: minmax(20px, 0.2fr) minmax(80px, 1.2fr) minmax(10px, 0.4fr) minmax(90px, 0.8fr) minmax(50px, 0.8fr) minmax(80px, 1fr);
  }
  .ranking-list_grid-setup .mobile-only {
    grid-column-start: 3;
    grid-column-end: 7;
    justify-content: flex-start;
    text-align: left;
  }
  .ranking-list_head {
    display: none;
  }
  .ranking-list_winrate {
    grid-column-start: 2;
  }
  .ranking-list_winrate::before {
    content: "WR ";
    font-family: "Fivo Sans Modern";
    color: #efefed;
    display: inline;
  }
  .button-default {
    font-size: 0.7em;
  }
  .slice-battle-style_a {
    padding: 0 1em 0 1em;
    height: 25px;
  }
  .stats_kda_grid-player {
    width: 90%;
  }
  img.champs_img {
    width: 70px;
    height: 70px;
  }
  img.stats_player_img {
    width: 80px;
    height: 80px;
  }
  .podium-first_box, .podium-first-streamer_box {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 120px;
    align-self: flex-start;
    margin-bottom: 2em;
  }
  .header a {
    width: 10%;
  }
  .nav .slice-battle-style {
    margin: 0.2em 0;
  }
  .nav {
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 50px;
  }
  .ending-live-game_box div {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .landing-page iframe {
    height: 200px;
  }
  .ranking-list_box {
    margin: 1em 0 0 0;
  }
  .ranking-list_grid-setup {
    grid-template-columns: minmax(20px, 0.2fr) minmax(80px, 1.2fr) minmax(10px, 0.5fr) minmax(90px, 0.8fr);
    grid-template-rows: auto;
    align-items: center;
  }
  .ranking-list_grid-setup .PRO, .ranking-list_grid-setup .STREAMER {
    grid-column-start: 3;
  }
  .ranking-list_rank {
    grid-area: 2/2/row2-end/2;
  }
  .ranking-list_winrate {
    grid-column-start: 4;
    text-align: left;
  }
  .ranking-list_grid-setup .mobile-only {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .ranking-list_twitter {
    margin: 0 auto;
  }
  .twitch-focus_rules {
    width: 95%;
    margin: 0 auto;
  }
  .twitch-focus_rules a.button-style {
    font-size: 0.8em;
  }
  .twitch-focus_rules_sponso img {
    height: 20px;
  }
  .live-game_player_contestant-highlight_name {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5em;
  }
  .live-game_player_contestant_rank_highlight {
    font-size: 1em;
    color: #0e141e;
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -1px;
    left: 0;
    margin: 0;
    z-index: 2;
  }
  .live-game_player_contestant_rank_highlight::after {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: -4px;
    left: 0;
    z-index: -1;
    background-color: #efefed;
  }
  .live-game_player_contestant-highlight_p {
    font-weight: 900;
    font-size: 1em;
    margin: 0.5em 0;
    width: fit-content;
  }
  .live-game_game_img-highlight {
    box-shadow: 0 0 2px 2px rgba(45, 68, 102, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .live-game_player_ranking {
    font-size: 0.8em;
  }
  .ranking-list_grid-setup .mobile-only {
    grid-column-start: 4;
    grid-column-end: 5;
    justify-content: center;
    padding: 0.5em 0;
  }
  .stats_most_player_line {
    flex-direction: column;
  }
  .stats_biggest_box, .stats_otp_box {
    width: 100%;
    margin-top: 1em;
  }
  .podium-first_box, .podium-first-streamer_box {
    width: 95%;
  }
  .podium_best-lane {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 120px;
  }
  .header a {
    width: 10%;
  }
  .ranking-list_btn-filter-box,
  .ranking-list_btn-filter-box .row-wrap {
    gap: 3px;
  }
  .ranking-list_btn-filter-box .button-style,
  .ranking-list_btn-filter-box .row-wrap .button-style {
    font-size: 0.6em;
  }
  .live-game_versus-focus .live-game_versus-focus_line {
    width: 98%;
  }
  .live-game_wrapper {
    width: 100%;
  }
  .live-game {
    min-width: 98%;
    max-width: 98%;
  }
  .live-game_stats {
    width: 98%;
    flex-direction: column;
  }
  .live-game_stats .team {
    width: fit-content;
    min-width: 70%;
    flex-direction: column;
    align-self: center;
  }
  .team-red {
    border-bottom: solid 3px #DC3220;
    padding: 1em 0 1em 0;
    margin-bottom: 1em;
  }
  .team-blue {
    border-bottom: solid 3px #005AB5;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .live-game_side-wrapper {
    display: none;
  }
  .live-game_contestant-highlight {
    transform: translate(7px, -20px);
  }
  .live-game_head-decoration {
    width: 40%;
  }
  .ranking-list_grid-setup .mobile-only {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .stats_global_box {
    flex-direction: column;
  }
  .p_podium_title {
    font-size: 1em;
  }
  .reflect:after {
    display: none;
  }
  img.img_index_winner {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .stats_pentakill_box {
    min-width: 100%;
  }
  .p_stats_big {
    font-size: 1.5em;
  }
  .p_stats_number {
    font-size: 2.5em;
  }
  .stats_kda-player {
    gap: 2%;
  }
  .podium_rank img {
    width: 30px;
    height: 30px;
  }
  .index-header_podium_first.column p {
    max-width: 100%;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  footer a {
    flex-direction: column;
  }
  footer p {
    margin: 0;
  }
}
@media screen and (max-width: 435px) {
  .stats_pentakill_box::after {
    left: -100%;
  }
  .live-game_stats .team {
    min-width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .button-default {
    font-size: 0.7em;
  }
  .slice-battle-style_a {
    padding: 0 0.5em 0 0.5em;
    width: 100%;
  }
  .lost_div .lost_div_p {
    font-size: 5em;
    margin-top: 0.5em;
  }
  .stats_kda_grid-player {
    width: 100%;
  }
  img.stats_player_img {
    width: 60px;
    height: 60px;
  }
  .span.stats_kda-player_counter {
    align-self: flex-start;
  }
  .stats_most_player_line {
    left: 0;
  }
}
/* thanks for reading this far, here is a bone for you */
.participant-traytonlol .ranking-list_pseudo {
  cursor: url("/assets/img/nonos.png"), auto;
}

/*# sourceMappingURL=style.css.map */