@font-face {
  font-family: "nunito";
  src: url(/assets/fonts/Nunito-Regular.ttf);
}
@font-face {
  font-family: "bebas-neue";
  src: url(/assets/fonts/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: "contrailOne";
  src: url(/assets/fonts/ContrailOne-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

a,
a:visited {
  color: #545454;
  text-decoration: none;
}

body {
  background-color: #FFFAFA;
  text-align: center;
  font-family: nunito;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

main {
  margin-top: calc(10vh + 5px);
  margin-right: 200px;
  font-family: nunito;
  min-height: calc(90vh - 100px - 25px);
}
@media screen and (max-width: 740px) {
  main {
    margin-right: 0;
    margin-top: calc(10vh + 35px);
  }
}

header {
  width: 100vw;
  margin: 0;
  height: 10vh;
  color: #1D5D46;
  background: linear-gradient(90deg, #3ACB97, #207456);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: 0.2s ease;
}
header .hlogo {
  position: absolute;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .hlogo img {
  height: 100%;
}
header .hlogo img#court {
  display: inline;
}
header .hlogo img#court.scroll {
  display: none;
}
header .hlogo img#long {
  display: none;
}
header .hlogo img#long.scroll {
  display: inline;
}
header .hlogo #longtempo {
  opacity: 0;
  width: 200px;
  font-size: 0;
  transition: 0.2s ease;
}
header .hlogo #longtempo.scroll {
  opacity: 100%;
  color: #FFFAFA;
  text-wrap: nowrap;
  font-family: contrailOne;
  font-size: 1.5rem;
}
header .burger {
  color: #FFFAFA;
  position: absolute;
  top: 50%;
  left: 5vh;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
header .burger:hover {
  cursor: pointer;
  filter: blur(1px);
}
@media screen and (max-width: 740px) {
  header .burger {
    display: none;
  }
}
header .langues {
  color: #FFFAFA;
  position: absolute;
  top: 50%;
  left: 15vh;
  transform: translate(-50%, -50%);
  height: 2.5vh;
}
header .langues .drapeau {
  position: relative;
  height: 100%;
  margin: 0 3px;
}
header .langues .drapeau:hover {
  cursor: pointer;
  filter: invert(10%);
}
@media screen and (max-width: 740px) {
  header .langues {
    left: 5vh;
  }
}
header .giveaway {
  position: fixed;
  top: 5vh;
  right: 100px;
  width: 30px;
  overflow: hidden;
  color: #FFFAFA;
  transform: translate(50%, -50%);
  white-space: nowrap;
  text-align: left;
  transition: 0.5s ease;
}
header .giveaway.scroll {
  top: 17.5px;
}
header .giveaway i {
  padding-right: 10px;
  font-size: 150%;
}
@media screen and (min-width: 740px) {
  header .giveaway:hover {
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    width: 200px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 740px) {
  header .giveaway {
    text-align: right;
    right: 5%;
    transform: translate(50%, -50%);
  }
  header .giveaway:hover {
    right: 7%;
    width: 30px;
    font-size: 120%;
  }
}

#header.scroll {
  height: 35px;
}

@media screen and (min-width: 740px) {
  nav {
    position: fixed;
    z-index: 11;
    background-color: #e8e5e5;
    box-shadow: rgba(0, 0, 0, 0.1843137255) 6px 0px 20px 3px;
    border-radius: 0 20px 20px 0;
    transition: 0.2s ease;
    overflow: hidden;
    height: 0;
    top: 5vh;
    left: 5vh;
    width: 0;
  }
  nav .panneau {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    overflow: hidden;
  }
  nav .panneau h1 {
    margin: 10px auto 0 auto;
    color: #545454;
  }
  nav .panneau h1:hover {
    text-shadow: 0px 0px 20px #3ACB97;
    transform: translatey(-2px);
  }
  nav .panneau div {
    margin: auto auto;
    width: 95%;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: 2.5vh 1fr;
    grid-template-areas: "log cat" "non men";
  }
  nav .panneau div .categorie {
    color: #2D9F76;
    grid-area: cat;
    text-align: left;
    font-size: 2vh;
  }
  nav .panneau div .menuCategorie {
    margin-top: 5px;
    grid-area: men;
    color: #545454;
  }
  nav .panneau div .lienPage {
    text-align: left;
    font-size: 1.5vh;
    width: 100%;
    margin-bottom: 0.5vh;
    font-weight: bolder;
    transition: 0.1s;
  }
  nav .panneau div .lienPage:hover {
    text-shadow: 0px 0px 20px #3ACB97;
    transform: translateX(2px);
  }
  nav .panneau div .logoMenu {
    color: #2D9F76;
    display: block;
    width: 25px;
    font-size: 1.2em;
    grid-area: log;
    margin: auto 5px auto 5px;
  }
  nav .panneau div .flecheMenu {
    display: none;
  }
  #sidebar.active {
    width: calc(25vh + 15px);
    height: 80vh;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 740px) {
  nav {
    /* #menu0 {
       left: 0;
       width: 25%;
     }

     #menu1 {
       left: 25%;
       width: 25%;
     }

     #menu2 {
       right: 25%;
       width: 25%;
     }

     #menu3 {
       right: 0;
       width: 25%;
     }*/
  }
  nav h1 {
    display: none;
  }
  nav .tableauMenu {
    top: 10vh;
    z-index: 9;
    position: fixed;
    background-color: #e8e5e5;
    border-radius: 0 0 6px 6px;
    width: 130px;
    height: 30px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 30px;
    grid-template-rows: 30px 1fr;
    grid-template-areas: "cat log" "men men";
    align-items: center;
    justify-items: center;
    overflow: hidden;
    transition: 0.2s ease;
  }
  nav .tableauMenu.scroll {
    top: 35px;
  }
  nav .tableauMenu.active {
    height: -moz-fit-content;
    height: fit-content;
  }
  nav .tableauMenu .categorie {
    color: #2D9F76;
    grid-area: cat;
    text-align: center;
    font-size: 2.5vw;
  }
  nav .tableauMenu .menuCategorie {
    grid-area: men;
    color: #545454;
    align-self: first baseline;
  }
  nav .tableauMenu .menuCategorie.active {
    height: 100%;
  }
  nav .tableauMenu .menuCategorie .lienPage {
    text-align: center;
    font-size: 2vw;
    width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
    transition: 0.1s;
  }
  nav .tableauMenu .menuCategorie .lienPage:hover {
    text-shadow: 0px 0px 20px #3ACB97;
    transform: translateX(2px);
  }
  nav .tableauMenu .logoMenu {
    display: none;
  }
  nav .tableauMenu .flecheMenu {
    color: #2D9F76;
    width: calc(2vi + 5px);
    grid-area: log;
  }
  nav #menu0 {
    left: 0;
    width: 33%;
  }
  nav #menu1 {
    left: 50%;
    width: 34%;
    transform: translateX(-50%);
  }
  nav #menu2 {
    right: 0;
    width: 33%;
  }
}
aside {
  position: fixed;
  width: 200px;
  height: calc(100vh - (10vh + 0.6rem + 5px) - 120px);
  top: calc(10vh + 0.6rem + 5px);
  right: 0;
  bottom: 100%;
  background-color: #e8e5e5;
  box-shadow: rgba(0, 0, 0, 0.1843137255) -6px 0px 20px 3px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  font-family: nunito;
}
@media screen and (max-width: 740px) {
  aside {
    visibility: hidden;
  }
}
aside .lastNews {
  padding-top: 10px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
aside .lastNews i {
  margin-right: 9px;
}
aside .lastNews h1 {
  color: #545454;
  font-size: 1rem;
  font-weight: 600;
}
aside .lastNews .news {
  font-size: 0.7rem;
  color: #545454;
  margin-top: 10px;
}
aside .lastNews .news:hover {
  scale: 0.98;
}
aside .lastNews .news .date {
  text-transform: uppercase;
}
aside .lastNews .news .jeu {
  text-transform: uppercase;
}
aside .lastNews .news .esport {
  color: #7645d6;
  text-transform: uppercase;
}
aside .lastNews .news .patch {
  color: #31a078;
  text-transform: uppercase;
}
aside .lastNews .news .actu {
  color: #ff875a;
  text-transform: uppercase;
}
aside .lastNews .news .titre {
  font-size: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
aside .calendrier {
  width: 100%;
  margin-top: 25px;
}
aside .calendrier i {
  margin-right: 9px;
}
aside .calendrier h1 {
  color: #545454;
  font-size: 1rem;
  font-weight: 600;
}
aside .calendrier .match {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 35px 150px;
  grid-template-areas: "comp dat" "mat mat";
  justify-items: stretch;
  align-items: center;
  justify-content: end;
  position: relative;
  margin-right: 13px;
}
aside .calendrier .match:hover {
  scale: 0.98;
}
aside .calendrier .match::after {
  content: "";
  position: absolute;
  width: 150px;
  margin: 15px 25px -5px 25px;
  height: 1px;
  bottom: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #3ACB97, #207456);
}
aside .calendrier .match .imgCompet {
  grid-area: comp;
  width: 100%;
  padding-left: 8px;
}
aside .calendrier .match .dateMatch {
  grid-area: dat;
  font-size: 0.8rem;
}
aside .calendrier .match .contenuMatch {
  grid-area: mat;
}
aside .calendrier .match .contenuMatch .imgTeam1 {
  width: 18px;
}
aside .calendrier .match .contenuMatch .team1 {
  font-size: 0.8rem;
}
aside .calendrier .match .contenuMatch .score {
  font-size: 0.8rem;
}
aside .calendrier .match .contenuMatch .score .scoreV {
  color: green;
  font-weight: bold;
}
aside .calendrier .match .contenuMatch .score .scoreL {
  color: red;
}
aside .calendrier .match .contenuMatch .team2 {
  font-size: 0.8rem;
}
aside .calendrier .match .contenuMatch .imgTeam2 {
  width: 18px;
}
aside .wildRift {
  width: 100%;
  margin-top: 25px;
}
aside .wildRift i {
  margin-right: 9px;
}
aside .wildRift h1 {
  color: #545454;
  font-size: 1rem;
  font-weight: 600;
}
aside .wildRift .card {
  display: block;
  margin: 10px auto 0 auto;
  width: 90%;
  position: relative;
  transition: 0.2s ease;
}
aside .wildRift .card:hover {
  scale: 0.9;
}
aside .wildRift .card::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 40%;
  border-radius: 10px;
}
aside .wildRift .card img {
  aspect-ratio: 16/7;
  width: 100%;
  border-radius: 10px;
}
aside .wildRift .card h2 {
  position: absolute;
  z-index: 11;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFAFA;
  text-wrap: nowrap;
  text-shadow: 1px 1px 0 rgb(20, 20, 20), -1px 1px 0 rgb(20, 20, 20), -1px -1px 0 rgb(20, 20, 20), 1px -1px 0 rgb(20, 20, 20);
  font-size: 0.8rem;
  color: #FFFAFA;
}

footer {
  height: 100px;
  width: 100vw;
  margin-top: 20px;
  background-color: #e8e5e5;
  color: #545454;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
@media screen and (max-width: 840px) {
  footer {
    grid-template-columns: 1fr 1fr 50%;
    background-color: #e8e5e5;
  }
}
@media screen and (max-width: 560px) {
  footer {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    margin-bottom: 10px;
  }
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #3ACB97, #207456);
}
footer .fleft {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 740px) {
  footer .fleft {
    margin: 10px auto 10px auto;
  }
}
footer .fleft h3 {
  font-size: 1rem;
}
footer .fsocial {
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 740px) {
  footer .fsocial {
    width: 50%;
  }
}
footer .fsocial ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}
footer .fsocial ul li {
  color: #2D9F76;
  font-size: calc(2vi + 0.5rem);
  transition: 0.1s;
}
footer .fsocial ul li a {
  color: #2D9F76;
  font-weight: bold;
}
footer .fsocial ul li:hover {
  scale: 1.2;
}
footer .fredacteur {
  margin: auto;
  width: 100%;
  background-color: #e8e5e5;
}
@media screen and (max-width: 740px) {
  footer .fredacteur {
    margin: 10px auto 10px auto;
    padding-bottom: 20px;
    height: calc(-moz-fit-content + 10px);
    height: calc(fit-content + 10px);
  }
}
footer .fredacteur a {
  color: #2D9F76;
  font-weight: bold;
}
footer .fredacteur h2 {
  font-size: 1rem;
}
footer .fredacteur p {
  font-size: 0.8rem;
}

.contenuCompetition {
  width: 95%;
  max-width: 133.3333333333vh;
  margin: 10px auto 0 auto;
  padding: 10px;
  min-height: 63vh;
}
.contenuCompetition h1 {
  text-align: left;
  color: #207456;
  font-family: bebas-neue;
  font-size: 1.2rem;
}
.contenuCompetition .section-cadre {
  width: 85%;
  margin: 20px auto 0 auto;
  background-color: #e8e5e5;
  border-radius: 6px 6px 0 0;
  padding-bottom: 5px;
}
.contenuCompetition .section-cadre ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 3px;
  font-size: calc(1.1vi + 0.5rem);
  transition: 0.2s;
}
.contenuCompetition .section-cadre ul .menu {
  font-family: bebas-neue;
}
.contenuCompetition .section-cadre ul .menu.active {
  background: #3ACB97;
  color: #FFFAFA;
  font-family: bebas-neue;
  padding: 2px 5px;
  text-transform: uppercase;
  border-radius: 7px;
}
.contenuCompetition .section-cadre ul .menu:hover {
  cursor: pointer;
}
.contenuCompetition .section-cadre .cadre-informations {
  display: none;
}
.contenuCompetition .section-cadre .cadre-informations.active {
  display: block;
}
.contenuCompetition .section-cadre .cadre-informations.active .visuel {
  margin-top: 1vw;
  width: 100%;
}
.contenuCompetition .section-cadre .cadre-informations.active .about {
  padding: 3vw;
}
.contenuCompetition .section-cadre .cadre-informations.active .about h2 {
  font-family: bebas-neue;
  font-weight: 500;
  text-align: left;
  font-size: calc(4vi + 0.5rem);
}
.contenuCompetition .section-cadre .cadre-informations.active .about .description {
  margin-top: 1vw;
  font-family: nunito;
  font-weight: 600;
  font-size: calc(0.8vi + 0.4rem);
}
.contenuCompetition .section-cadre .cadre-informations.active .data {
  width: 100%;
  padding: 0 3vw 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-family: bebas-neue;
  gap: 5%;
}
.contenuCompetition .section-cadre .cadre-informations.active .data .data-horizontale {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.contenuCompetition .section-cadre .cadre-informations.active .data .data-verticale {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.contenuCompetition .section-cadre .cadre-informations.active .data .data-verticale .unite {
  margin-top: -9px;
}
.contenuCompetition .section-cadre .cadre-informations.active .data .info {
  font-size: calc(4vi + 0.5rem);
}
.contenuCompetition .section-cadre .cadre-informations.active .data .unite {
  line-height: normal;
  font-size: calc(1.1vi + 0.5rem);
}
.contenuCompetition .section-cadre .cadre-informations.active .data .data-logo {
  width: 60%;
  margin: auto;
}
.contenuCompetition .section-cadre .cadre-teams {
  display: none;
}
.contenuCompetition .section-cadre .cadre-teams.active {
  display: block;
  padding: 0 1.5VW 3vw 1.5vw;
}
.contenuCompetition .section-cadre .cadre-teams.active .phase-name {
  margin-top: 1vw;
  color: #545454;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 5px;
  margin-bottom: 2vw;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card {
  min-width: 120px;
  width: 30%;
  position: relative;
  border-style: groove;
  border-color: rgba(128, 128, 128, 0.2);
  overflow: hidden;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .card-entete {
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .card-entete .team-drapeau {
  aspect-ratio: 4/3;
  height: 30%;
  margin-right: 5px;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .card-entete .team-name {
  font-family: bebas-neue;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .card-entete .team-name .compet {
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
  color: #545454;
  font-size: 0.8rem;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .team-logo {
  aspect-ratio: 1/1;
  width: 100%;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list {
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  top: 40px;
  opacity: 0;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
  background-color: rgba(232, 229, 229, 0.5215686275);
  background-blend-mode: multiply;
  font-weight: bold;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list:hover {
  opacity: 100%;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list:hover.active {
  top: 40px;
  opacity: 0%;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list .player-line {
  margin: 1px;
  display: grid;
  grid-template-columns: 16% 16% 1fr;
  align-items: center;
  justify-items: start;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list .player-line .role-icon {
  width: 100%;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list .player-line .player-drapeau {
  aspect-ratio: 4/3;
  width: 80%;
  margin: 0 2px;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list .player-line .player-name {
  font-family: nunito;
  text-align: left;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list .fleche-bas {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #207456;
  line-height: 0.9;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list .fleche-bas:hover {
  cursor: pointer;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .players-list .fleche-bas.active {
  display: none;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background-color: rgba(232, 229, 229, 0.5215686275);
  background-blend-mode: multiply;
  font-weight: bold;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list.active {
  top: 40px;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list.active:hover {
  opacity: 100%;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list .player-line {
  margin: 1px;
  display: grid;
  grid-template-columns: 16% 16% 1fr;
  align-items: center;
  justify-items: start;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list .player-line .role-icon {
  width: 100%;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list .player-line .player-drapeau {
  aspect-ratio: 4/3;
  width: 80%;
  margin: 0 2px;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list .player-line .player-name {
  font-family: nunito;
  text-align: left;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list .fleche-haut {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  display: none;
  color: #207456;
  line-height: 0.9;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list .fleche-haut:hover {
  cursor: pointer;
}
.contenuCompetition .section-cadre .cadre-teams.active .cadre-phase-teams .card .subs-list .fleche-haut.active {
  display: block;
}
.contenuCompetition .section-cadre .cadre-match {
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.contenuCompetition .section-cadre .cadre-match.active {
  display: block;
}
.contenuCompetition .section-cadre .cadre-match .sous-menu {
  font-family: nunito;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3vw 1.5VW;
}
.contenuCompetition .section-cadre .cadre-match .sous-menu.active {
  color: #3ACB97;
}
.contenuCompetition .section-cadre .cadre-match .sous-menu:hover {
  cursor: pointer;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase {
  width: 100%;
  display: none;
  font-size: calc(1vi + 0.5rem);
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.active {
  display: block;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne {
  display: grid;
  grid-template-columns: 20% 1fr 20%;
  font-family: nunito;
  font-weight: bold;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .entete {
  color: #545454;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .equipe {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .equipe .numero {
  text-align: right;
  margin-right: 5px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .equipe .tag {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 35%;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .recap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .recap .recap-colonne {
  width: 7%;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .recap .recap-colonne.entete:hover {
  cursor: help;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .recap .recap-colonne.draw {
  display: none;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 100%;
  justify-content: space-between;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .points {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .points.entete {
  justify-content: center;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .points.entete:hover {
  cursor: help;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .points .total {
  text-align: right;
  width: 50%;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .points .unite {
  text-align: right;
  margin-left: 2px;
  width: 50%;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .points .unite.entete {
  text-align: center;
  width: 100%;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .net-diff {
  width: 50%;
  text-align: center;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .ligne .resultats .net-diff.entete:hover {
  cursor: help;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .etapes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  color: #545454;
  font-weight: bold;
  font-size: calc(0.9vi + 0.5rem);
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  font-size: calc(1vi + 0.3rem);
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne {
  display: grid;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match {
  display: grid;
  grid-template-areas: "en en" "t1 s1" "t2 s2";
  gap: 5px;
  margin-bottom: 10px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .win {
  color: green;
  font-weight: bold;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .lose {
  color: red;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .match {
  background-color: #FFFAFA;
  font-style: italic;
  padding: 1px 5px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .entitled {
  grid-area: en;
  background: none;
  margin-bottom: -5px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .team1 {
  grid-area: t1;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .score1 {
  grid-area: s1;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .team2 {
  grid-area: t2;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .score2 {
  grid-area: s2;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .win {
  color: green;
  font-weight: bold;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase .arbre .colonne .round .bloc-matchs .table-match .lose {
  color: red;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE {
  overflow-x: auto;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre {
  width: 100%;
  padding: 0 10px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-titres {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  color: #545454;
  font-weight: bold;
  font-size: calc(0.9vi + 0.5rem);
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-titres .cadre-DE-arbre-titre-name {
  padding: 5px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match {
  margin: 5px;
  display: grid;
  grid-template-areas: "en en en" "t1 t1 t1" "s1 vs s2" "t2 t2 t2";
  gap: 5px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .win {
  color: green;
  font-weight: bold;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .lose {
  color: red;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .match {
  background-color: #FFFAFA;
  font-style: italic;
  padding: 1px 3px;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .entitled {
  grid-area: en;
  background: none;
  margin-bottom: -5px;
  font-size: calc(1vi + 0.3rem);
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .vs {
  grid-area: vs;
  background: none;
  font-size: calc(1vi + 0.3rem);
  color: #545454;
  margin: 0;
  padding: 0;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .team1 {
  grid-area: t1;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .score1 {
  grid-area: s1;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .team2 {
  grid-area: t2;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .score2 {
  grid-area: s2;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .win {
  color: green;
  font-weight: bold;
}
.contenuCompetition .section-cadre .cadre-match .cadre-phase.DE .cadre-DE-arbre .cadre-DE-arbre-matchs .cadre-DE-arbre-matchs-round .cadre-DE-arbre-match .lose {
  color: red;
}
.contenuCompetition .section-cadre .cadre-rules {
  width: 100%;
  display: none;
  padding: 30px 10px 10px 10px;
}
.contenuCompetition .section-cadre .cadre-rules h3 {
  text-align: justify;
  font-weight: 100;
  font-family: nunito;
}
.contenuCompetition .section-cadre .cadre-rules a {
  text-align: center;
  font-style: italic;
  text-decoration: underline;
}
.contenuCompetition .section-cadre .cadre-rules ul {
  display: inline;
}
.contenuCompetition .section-cadre .cadre-rules ul li {
  font-size: 0.5;
}
.contenuCompetition .section-cadre .cadre-rules.active {
  display: block;
}
.contenuCompetition .container-bas {
  display: none;
}
.contenuCompetition .container-bas.active {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.contenuCompetition .container-bas.active .carousel {
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  transform: translateX(4%);
}
.contenuCompetition .container-bas.active .carousel.carousel-news .carousel-card {
  aspect-ratio: 16/9;
}
.contenuCompetition .container-bas.active .carousel.carousel-news .carousel-card .carousel-card-titre {
  position: absolute;
  bottom: 0;
  font-size: calc(0.8vi + 0.3rem);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 1px 1vw;
}
.contenuCompetition .container-bas.active .carousel.carousel-vod .carousel-card {
  aspect-ratio: 1/1;
  background-color: rgb(20, 20, 20);
}
.contenuCompetition .container-bas.active .carousel.carousel-vod .carousel-card .carousel-card-titre {
  font-size: calc(1.3vi + 0.3rem);
  padding: 1px 5px;
}
.contenuCompetition .container-bas.active .carousel .carousel-card {
  display: inline-block;
  position: relative;
  width: 28%;
  margin: 0 1%;
  overflow: hidden;
  background-color: rgb(20, 20, 20);
  border-radius: 8px;
}
.contenuCompetition .container-bas.active .carousel .carousel-card:hover {
  cursor: pointer;
  transform: translateY(-2%);
}
.contenuCompetition .container-bas.active .carousel .carousel-card.out {
  opacity: 50%;
}
.contenuCompetition .container-bas.active .carousel .carousel-card .carousel-card-titre {
  display: block;
  width: 100%;
  font-family: nunito;
  white-space: initial;
  color: #FFFAFA;
}
.contenuCompetition .container-bas.active .carousel .carousel-card .carousel-card-img {
  width: 100%;
}
.contenuCompetition .container-bas.active .carousel .carousel-card.precedent {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(calc(-100% - 2vw));
}
.contenuCompetition .container-bas.active .carousel .carousel-card.suivant {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(calc(100% + 2vw));
}
.contenuCompetition .container-bas.active .carousel-fleche {
  display: block;
  position: absolute;
  top: 10vw;
  font-size: calc(3vi + 0.5rem);
  font-weight: bolder;
  color: #2D9F76;
  z-index: 5;
  transition: 0.2s ease-in;
}
.contenuCompetition .container-bas.active .carousel-fleche:hover {
  cursor: pointer;
  scale: 1.2;
}
.contenuCompetition .container-bas.active .carousel-fleche.gauche {
  left: 2%;
}
.contenuCompetition .container-bas.active .carousel-fleche.droite {
  left: 94%;
}
.contenuCompetition .container-bas.active .carousel-fleche.bout {
  display: none;
}
.contenuCompetition .container-tri-calendrier {
  margin-top: 10px;
  display: none;
}
.contenuCompetition .container-tri-calendrier.active {
  display: block;
}
.contenuCompetition .container-tri-calendrier h1 {
  margin-top: 30px;
  margin-left: 15px;
}
.contenuCompetition .container-tri-calendrier .container-calendrier {
  display: none;
}
.contenuCompetition .container-tri-calendrier .container-calendrier.active {
  display: block;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .date {
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
  color: #545454;
  font-size: 2.5vi;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus {
  background-color: #e8e5e5;
  padding: 0 3vw;
  border-radius: 8px;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 22% 8% 1fr 1fr 1fr 8% 22% 5%;
  align-items: center;
  justify-items: center;
  font-family: nunito;
  color: #545454;
  font-weight: bold;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .pastille {
  width: 90%;
  font-family: bebas-neue;
  padding: 2px 9px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 12px;
  letter-spacing: 0.1rem;
  font-size: 2vi;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .pastille.past {
  background: #FFFAFA;
  color: rgb(20, 20, 20);
  font-weight: 100;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .pastille.now {
  background: #7645d6;
  color: #FFFAFA;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .pastille.next {
  background: rgb(20, 20, 20);
  color: #FFFAFA;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .team-logo {
  width: 100%;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .team-name {
  width: 100%;
  text-transform: capitalize;
  font-size: calc(1.3vi + 0.3rem);
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .team-name.blue-side {
  padding: 0 10px;
  text-align: right;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .team-name.red-side {
  padding: 0 10px;
  text-align: left;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .score {
  font-weight: bold;
  font-size: calc(1.8vi + 0.3rem);
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .score.past {
  color: rgb(20, 20, 20);
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .score.now {
  color: #7645d6;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .score.next {
  color: rgb(20, 20, 20);
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .score.win {
  color: green;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .score.lose {
  color: red;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .score.vs {
  font-size: calc(3vi + 0.3rem);
  font-weight: 100;
}
.contenuCompetition .container-tri-calendrier .container-calendrier .container-versus .versus .entitled {
  font-size: calc(1vi + 0.3rem);
}/*# sourceMappingURL=esport_competition_injection.css.map */