@charset "UTF-8";
/** FONTS **/
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-ThinItalic.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-ExtraLightItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-LightItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../_fonts/Montserrat-BlackItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "TF2";
  src: url("../_fonts/TF2.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TF2Build";
  src: url("../_fonts/TF2Build.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TF2Professor";
  src: url("../_fonts/TF2Professor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TF2Secondary";
  src: url("../_fonts/TF2Secondary.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/** BASE PINK THEME **/
/** MAIN **/
/** STAFF **/
/** HALL OF FAME **/
/** PACKAGE **/
.flex {
  display: flex;
}

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

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.wrap {
  flex-wrap: wrap;
}

/** MAIN **/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  color: white;
  background: linear-gradient(75deg, rgb(55, 34, 58) 0%, rgb(17, 9, 22) 34%, rgb(39, 36, 51) 100%);
  font-family: "Montserrat";
  scroll-behavior: smooth;
}
body #header {
  /**background: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%,rgba(0, 0, 0, .8) 10%,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, 1) 95%),url("../_img/suijin.png");**/
  background-image: url("../_img/sulfur1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  width: 100%;
  height: 100vh;
}
body #header .head-content {
  width: 1200px;
  margin: 0 auto;
  padding: 32px 0;
}
body #header .head-content h1 {
  text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.7294117647);
}
body #header .embed {
  position: absolute;
  right: 22%;
  top: 185px;
  perspective: 800px;
}
body #header .embed #twitch-embed {
  transform: rotateY(-16deg) rotateX(-14deg);
  filter: drop-shadow(6px 8px 6px rgba(0, 0, 0, 0.6901960784)) grayscale(80%);
}
body #header .embed #twitch-embed iframe {
  border: 5px solid #977ce1;
  box-shadow: 0 0 50px #000;
}
body #header .header-logo {
  width: 80px;
  height: 80px;
  margin: 0 16px;
}
body #header nav {
  background: linear-gradient(205deg, rgb(72, 30, 71) 8%, rgba(0, 0, 0, 0.79) 57%, rgb(78, 14, 73) 100%);
  padding: 5px 35px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
}
body #header nav .nav-content {
  width: 1200px;
  margin: 0 auto;
}
body #header nav .nav-content .burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
body #header nav .nav-content .burger-menu .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  transition: all 0.3s ease;
}
body #header nav .nav-content ul {
  list-style: none;
  padding: 0;
  gap: 15px;
  text-wrap: nowrap;
}
body #header nav .nav-content ul li a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  transition: 0.3s;
}
body #header nav .nav-content ul li a:hover {
  background-color: #fbb7fb;
  color: #000;
}
body #header nav .nav-content ul li .active {
  border-bottom: 3px solid rgba(255, 98, 194, 0.431372549);
}
body #header nav .nav-content .nav-right {
  gap: 15px;
  padding: 10px 0;
}
body #header nav .nav-content .nav-right #session-profile {
  margin: 10px 0;
}
body #header nav .nav-content .nav-right #session-profile a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 8px;
  transition: 0.3s;
}
body #header nav .nav-content .nav-right #session-profile a:hover {
  color: #fbb7fb;
}
body #header nav .nav-content .nav-right #session-profile .active {
  border-bottom: 3px solid rgba(255, 98, 194, 0.431372549);
}
body #header nav .nav-content .nav-right #session-profile .btn-steam-login {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #171a21 0%, #212836 100%);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "Motiva Sans", Sans-Serif, Arial;
  font-weight: 600;
  font-size: 0.95em;
  letter-spacing: 0.3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
body #header nav .nav-content .nav-right #session-profile .btn-steam-login:hover {
  background: linear-gradient(135deg, #1c212c 0%, #293244 100%);
  border-color: rgba(102, 192, 244, 0.4);
  color: #fff;
}
body #header nav .nav-content .nav-right #session-profile .btn-steam-login:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
body #header nav .nav-discord {
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-color: #566ab3;
  padding: 13px;
  transition: 0.3s;
  border-radius: 5px;
}
body #header nav .nav-discord:hover {
  background-color: #fbb7fb;
  color: #000;
}
body #main {
  width: 1200px;
  margin: 32px auto;
  min-height: 100vh;
}
body #main #content {
  /**background-color: rgba(0, 0, 0, 0.7);**/
  padding: 0 32px;
}
body #main #content b {
  color: #fbb7fb;
}
body #main #content {
  /**** HOME PAGE ****/
}
body #main #content .stat-load {
  width: 20px;
  position: relative;
  top: 3px;
}
body #main #content #questions {
  text-align: center;
  width: 75%;
  margin: 0 auto 72px auto;
}
body #main #content #questions ul {
  list-style: none;
  line-height: 2em;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7098039216);
  border: 1px solid #38193d;
  border-radius: 5px;
  transition: 0.3s;
}
body #main #content #questions ul:hover {
  border: 1px solid #5f235f;
}
body #main #content #about {
  margin: 0 64px;
}
body #main #content #about h2 {
  font-size: 1.7em;
  margin-top: 60px;
  text-align: center;
  filter: drop-shadow(0px 0px 50px #8700e3);
}
body #main #content #about h2::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(186, 53, 215, 0.57) 50%, rgba(0, 0, 0, 0) 100%);
  height: 1px;
  margin: 32px 0;
}
body #main #content #about p {
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 45px;
}
body #main #content #about .vid-container {
  perspective: 800px;
  text-align: center;
}
body #main #content #about .vid-container .pres-video {
  transform: rotateY(24deg) rotateX(20deg);
  transform-origin: top;
  transition: 0.5s;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 50px rgba(135, 0, 227, 0.1098039216));
}
body #main #content #about .vid-container .pres-video:hover {
  transform: rotateY(0deg);
}
body #main #content #about .vid-container .pres-video video {
  border-radius: 10px;
  width: 500px;
  box-shadow: -6px 7px #e97fff;
  filter: drop-shadow(5px 17px 12px #000);
  transition: 0.5s;
}
body #main #content #about .vid-container .pres-video:hover video {
  box-shadow: 0px 0px #e97fff;
}
body #main #content #about .vid-container .pres-video .vid-desc {
  text-align: center;
  font-size: 0.8em;
  margin-top: 15px;
  font-style: italic;
  color: #cbcbcb;
}
body #main #content #numbers {
  font-size: 1.5em;
  margin: 30px auto;
  text-align: center;
  border: 2px solid #38193d;
  background-color: rgba(0, 0, 0, 0.7098039216);
  border-radius: 8px;
  transition: 0.3s;
  width: 520px;
  padding: 15px;
  filter: drop-shadow(0px 0px 50px #41145f);
}
body #main #content #numbers:hover {
  border: 2px solid #5f235f;
}
body #main #content #numbers ul {
  list-style: none;
  padding: 0;
}
body #main #content #numbers ul li {
  line-height: 2em;
}
body #main #content #numbers ul li b {
  font-family: "TF2Secondary";
}
body #main #content #numbers ul li span {
  font-size: 2em;
  position: relative;
  top: 7px;
}
body #main #content #join {
  text-align: center;
}
body #main #content #join p {
  line-height: 1.8em;
  margin: 60px auto;
}
body #main #content #join a {
  display: inline-block;
  background-color: #72227d;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 2.2em;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: bold;
}
body #main #content #join a:hover {
  background-color: #fbb7fb;
  color: #000;
}

/* --- CONTAINER GLOBAL --- */
.etf2l-agenda-container {
  background: rgba(30, 30, 30, 0);
  border: 1px solid #38193d;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  backdrop-filter: blur(5px);
}

.agenda-header h3 {
  margin: 0;
  font-size: 1.25em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.agenda-header h3 i {
  margin-right: 8px;
}

.badge-live-info {
  background: rgb(55, 34, 58);
  color: #fbb7fb;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #38193d;
}

/* --- LISTE DES MATCHS --- */
.agenda-list {
  margin-top: 15px;
}

.agenda-item {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

.agenda-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #38193d;
}

/* --- BLOC DATE (GAUCHE) --- */
.match-date-box {
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 6px;
  min-width: 65px;
  border-left: 3px solid #fbb7fb;
}

.match-date {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.1em;
}

.match-hour {
  display: block;
  color: #aaa;
  font-size: 0.8em;
}

/* --- BLOC INFOS / EQUIPES (CENTRE) --- */
.match-details {
  padding: 0 20px;
}

.competition-title {
  font-size: 0.75em;
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}

.teams-line {
  font-size: 1.05em;
}

.team-name {
  color: #eee;
  font-weight: 500;
  width: 45%; /* Permet d'aligner parfaitement le VS au centre */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Style pour les drapeaux des équipes dans l'agenda */
.team-flag {
  width: 18px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  flex-shrink: 0; /* Empêche le drapeau de s'écraser si le nom de l'équipe est trop long */
}

/* Forcer l'alignement flex même à l'intérieur des spans d'équipe */
.team-name.flex {
  display: flex;
}

.justify-end {
  justify-content: flex-end;
}

/* Sécurité pour couper proprement les noms d'équipes trop longs */
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gap-10 {
  gap: 10px;
}

.vs-separator {
  color: #fbb7fb;
  font-size: 0.8em;
  font-weight: 900;
  font-style: italic;
  width: 10%;
  text-align: center;
}

/* --- BOUTON LIEN (DROITE) --- */
.btn-match-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  color: #ccc;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn-match-link:hover {
  background: #fbb7fb;
  color: #fff;
}

/* Outil utilitaire si pas déjà présent */
.flex-1 {
  flex: 1;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.agenda-empty {
  text-align: center;
  padding: 30px;
  color: #666;
  font-style: italic;
}

/**** STAFF PAGE ****/
#staff hr {
  width: 40px;
  color: rgba(208, 97, 231, 0.4901960784);
}
#staff p {
  text-align: center;
  font-style: italic;
  color: #cbcbcb;
}
#staff #sous-staff {
  align-items: flex-start;
}
#staff #sous-staff #mentors, #staff #sous-staff #mixers {
  margin: 0 15px;
}
#staff #sous-staff #mentors .staff-role, #staff #sous-staff #mixers .staff-role {
  width: 350px;
}
#staff #sous-staff #mentors .staff-role .staff-member .staff-pic, #staff #sous-staff #mixers .staff-role .staff-member .staff-pic {
  width: 50px;
  height: 50px;
}
#staff #sous-staff #mentors a, #staff #sous-staff #mixers a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
#staff #sous-staff #mentors a h4, #staff #sous-staff #mixers a h4 {
  margin: 5px 10px;
}
#staff #sous-staff #mentors a:hover, #staff #sous-staff #mixers a:hover {
  color: #fbb7fb;
}
#staff h3 {
  text-align: center;
  margin: 32px 0 16px;
  font-size: 2em;
}
#staff .staff-role {
  text-align: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7098039216);
  padding: 10px;
  width: 100%;
  border: 1px solid;
  border-radius: 7px;
  box-sizing: border-box;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #791677, rgba(0, 0, 0, 0));
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #791677, rgba(0, 0, 0, 0));
  border-image-slice: 1;
}
#staff .staff-role .staff-member {
  margin: 15px;
}
#staff .staff-role .staff-member a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
#staff .staff-role .staff-member a h4 {
  margin: 5px 10px;
}
#staff .staff-role .staff-member a:hover {
  color: #fbb7fb;
}
#staff .staff-role .staff-member img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(250, 87, 255, 0.5882352941);
}

/** HALL OF FAME **/
.leaderboard-filter .leaderboard-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  background: #141414;
  padding: 6px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.leaderboard-filter .leaderboard-tabs .tab-btn {
  background: transparent;
  border: none;
  color: #888;
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}
.leaderboard-filter .leaderboard-tabs .tab-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}
.leaderboard-filter .leaderboard-tabs .tab-btn.active {
  background: #72227d;
  color: #fff;
  box-shadow: 0 4px 12px rgb(55, 34, 58);
}
.leaderboard-filter .search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.leaderboard-filter .search-container #player-search-input {
  width: 100%;
  padding: 10px 15px;
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 6px;
  font-size: 0.95em;
}
.leaderboard-filter .search-container .search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  border-radius: 0 0 6px 6px;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
.leaderboard-filter .search-container .search-dropdown .search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  color: #eee;
  text-decoration: none;
  transition: background 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.leaderboard-filter .search-container .search-dropdown .search-result-item:hover {
  background: rgb(55, 34, 58);
  color: #fff;
}
.leaderboard-filter .search-container .search-dropdown .search-result-item img {
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.leaderboard-filter .search-container .search-dropdown .search-no-result {
  padding: 12px 15px;
  color: #666;
  font-style: italic;
  font-size: 0.9em;
}

.leaderboard-container {
  width: 100%;
}
.leaderboard-container #leaderboard-table {
  width: 100%;
  border-collapse: collapse;
}
.leaderboard-container #leaderboard-table th, .leaderboard-container #leaderboard-table td {
  padding: 10px;
  text-align: left;
}
.leaderboard-container #leaderboard-body th, .leaderboard-container #leaderboard-body td {
  padding: 10px;
  text-align: left;
}
.leaderboard-container #leaderboard-body th {
  background-color: rgba(0, 0, 0, 0.7098039216);
}
.leaderboard-container #leaderboard-body tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.5411764706);
}
.leaderboard-container #leaderboard-body tr:nth-child(-n+3) {
  background-color: rgba(253, 59, 195, 0.1);
}
.leaderboard-container #leaderboard-body tr:nth-child(-n+3) td {
  font-weight: bold;
}
.leaderboard-container #leaderboard-body tr:nth-child(1) td:nth-child(2) a {
  color: #ffdf00 !important;
  font-weight: bold;
}
.leaderboard-container #leaderboard-body tr:nth-child(1) td:nth-child(2) span::after {
  content: " 🥇";
  font-size: 0.8em;
  position: relative;
  top: 0px;
}
.leaderboard-container #leaderboard-body tr:nth-child(2) td:nth-child(2) a {
  color: #ececec !important;
  font-weight: bold;
}
.leaderboard-container #leaderboard-body tr:nth-child(2) td:nth-child(2) span::after {
  content: " 🥈";
  font-size: 1em;
  position: relative;
  top: 0px;
}
.leaderboard-container #leaderboard-body tr:nth-child(3) td:nth-child(2) a {
  color: #cd7f32 !important;
  font-weight: bold;
}
.leaderboard-container #leaderboard-body tr:nth-child(3) td:nth-child(2) span::after {
  content: " 🥉";
  font-size: 1em;
  position: relative;
  top: 0px;
}
.leaderboard-container .player-info .player-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: 0.3s;
}
.leaderboard-container .player-info .player-link:hover {
  color: #fbb7fb;
}
.leaderboard-container .player-info .player-link .player-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

/**** LOG PAGE****/
#filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
#filters input {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #2e2938;
  color: white;
  width: 200px;
  transition: 0.3s;
}
#filters input:focus {
  border-color: #fbb7fb;
  outline: none;
}

#logsTable {
  width: 100%;
  border-collapse: collapse;
}
#logsTable th, #logsTable td {
  padding: 10px;
  text-align: left;
}
#logsTable th {
  background-color: rgba(0, 0, 0, 0.7098039216);
}
#logsTable tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.5411764706);
}
#logsTable .log-link {
  color: #fbb7fb;
}
#logsTable .log-row {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#logsTable .log-row.visible {
  opacity: 1;
  transform: translateX(0);
}

.pagination {
  margin: 20px auto 50px auto;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-btn {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #eee;
  cursor: pointer;
}

.page-btn.active {
  background: #fbb7fb;
  color: white;
  font-weight: bold;
}

/** FOOTER **/
footer {
  text-align: center;
  background: rgba(0, 0, 0, 0.7098039216);
  padding: 15px;
}
footer a {
  color: #fbb7fb;
}

/***** MEDIA QUERIES *****/
@media all and (max-width: 1290px) {
  body #header .head-content,
  body #header nav .nav-content {
    width: 95%;
  }
  body #main {
    width: 100%;
  }
}
@media all and (max-width: 1040px) {
  body #header nav .nav-content .nav-right {
    flex-direction: column;
    gap: 10px;
  }
}
@media all and (max-width: 870px) {
  body #header nav {
    padding: 25px 35px;
  }
  body #header nav .nav-content .burger-menu {
    display: flex;
    z-index: 101;
  }
  body #header nav .nav-content .burger-menu.open {
    position: fixed;
    top: 40px;
  }
  body #header nav .nav-content .burger-menu.open .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  body #header nav .nav-content .burger-menu.open .bar:nth-child(2) {
    opacity: 0;
  }
  body #header nav .nav-content .burger-menu.open .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  body #header nav .nav-content .nav-links {
    display: none; /* Caché par défaut sur mobile */
    flex-direction: column;
    justify-content: start;
    position: fixed;
    top: -20px; /* À ajuster selon la hauteur réelle de ta nav */
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(55, 34, 58);
    padding: 75px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
  }
  body #header nav .nav-content .nav-links li {
    margin: 10px 0;
    text-align: center;
  }
  body #header nav .nav-content .nav-links li a {
    font-size: 1.2em;
    padding: 10px 20px;
    display: block;
  }
  body #header nav .nav-content .nav-right {
    display: none; /* Caché sur mobile */
    z-index: 100;
    position: fixed;
    top: 473px;
    left: 85px;
  }
  body #header nav .nav-content .nav-links.open,
  body #header nav .nav-content .nav-right.open {
    display: flex; /* Affiché lorsque le menu est ouvert */
  }
  body #header .embed {
    position: relative;
    top: 60px;
    right: unset;
    margin: 0 20px;
  }
  body #header .embed #twitch-embed {
    transform: none !important;
  }
  body #header .embed #twitch-embed iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
  }
  body #main #content #staff #sous-staff {
    flex-direction: column;
  }
}
@media all and (max-width: 726px) {
  body #header nav {
    padding: 20px 50px;
  }
  body #header nav .nav-content {
    width: 100%;
  }
  body #header nav .nav-content ul {
    gap: 5px;
    width: auto;
  }
  body #main #content #questions {
    width: 100%;
  }
  body #main #content #questions ul {
    line-height: unset;
  }
  body #main #content #questions ul li {
    margin: 10px 0;
  }
  body #main #content #about {
    margin: 0;
  }
  body #main #content #numbers {
    width: 100%;
    box-sizing: border-box;
  }
  body #main #content #filters {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  body #main #content #logsTable {
    font-size: 0.8em;
  }
}
@media all and (max-width: 650px) {
  body #main #content #about .vid-container .pres-video {
    width: 95%;
  }
  body #main #content #about .vid-container .pres-video video {
    width: 100%;
  }
}
@media all and (max-width: 560px) {
  body #header nav .nav-content ul {
    flex-direction: column;
    gap: 40px;
  }
}
@media all and (max-width: 450px) {
  body #main #content #staff #sous-staff #mentors,
  body #main #content #staff #sous-staff #mixers {
    width: 100%;
    margin: 0 auto;
  }
  body #main #content #staff #sous-staff #mentors .staff-role,
  body #main #content #staff #sous-staff #mixers .staff-role {
    width: 100%;
  }
  body #main #content #staff #sous-staff #mentors h4,
  body #main #content #staff #sous-staff #mixers h4 {
    font-size: 1em;
  }
}
@media all and (max-width: 420px) {
  body #main #content #numbers {
    font-size: 1.2em;
  }
  body #main #content #join a {
    font-size: 1.5em;
  }
}/*# sourceMappingURL=main.css.map */