@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;
}

.container {
  width: 95%;
  max-width: 133.3333333333vh;
  margin: 10px auto 0 auto;
  background-color: #e8e5e5;
  padding: 10px;
  border-radius: 6px;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
.container h1 {
  text-align: left;
  color: #207456;
  font-family: bebas-neue;
  font-size: 1.2rem;
}
.container .filtre-description {
  margin-top: 2vh;
  margin-bottom: 1vh;
  color: rgb(20, 20, 20);
  font-size: 2.5vw;
}
.container .filtres-bloc {
  display: grid;
  grid-template-columns: repeat(6, auto);
  position: relative;
}
.container .filtres-bloc .filtres-fleche {
  color: #207456;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  font-size: calc(3vw + 1px);
  transform: translateY(0.6vw);
}
.container .filtres-bloc .filtres-fleche.gauche {
  left: 25%;
}
.container .filtres-bloc .filtres-fleche.droite {
  right: 25%;
}
.container .filtres-bloc .filtre-bouton {
  width: 10%;
  margin-bottom: 2vh;
  filter: grayscale(100%) opacity(40%);
  cursor: pointer;
  transition: ease 0.2;
}
.container .filtres-bloc .filtre-bouton:hover {
  filter: grayscale(100%) opacity(100%);
}
.container .filtres-bloc .filtre-bouton.active {
  filter: none;
}
.container .filtres-bloc .filtre-bouton.active:hover {
  filter: brightness(80%);
}
.container .triConteneur {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-areas: "rec fil";
  gap: 20px;
  width: 90%;
  margin: 0 auto;
  justify-items: stretch;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .container .triConteneur {
    grid-template-columns: 100%;
    grid-template-areas: "rec" "fil";
    gap: 0;
    margin-bottom: 10px;
  }
}
.container .triConteneur input {
  margin: 20px auto;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  transition: 0.2s;
  border-radius: 30px;
}
.container .triConteneur input[type=checkbox] {
  display: none;
}
.container .triConteneur input:checked + label {
  opacity: 100%;
}
.container .triConteneur label {
  cursor: pointer;
  opacity: 30%;
}
.container .triConteneur label:hover {
  filter: invert(10%);
}
.container .triConteneur #chercheNom {
  grid-area: rec;
  width: 100%;
}
.container .triConteneur #filtres {
  grid-area: fil;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .container .triConteneur #filtres {
    flex-wrap: wrap;
  }
}
.container .triConteneur #filtres img {
  height: 40px;
}
.container .agentsGrille {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
}
.container .agentsGrille .portrait {
  margin: 0.5vw;
  font-family: nunito;
  background-color: rgba(128, 128, 128, 0.363);
  border-radius: 6px;
  width: calc(18% + 0.3vw);
}
.container .agentsGrille .portrait:hover {
  scale: 1.05;
  cursor: pointer;
  filter: invert(10%);
}
.container .agentsGrille .portrait .portrait-nom {
  color: #207456;
  font-family: bebas-neue;
  font-size: 3vw;
}
.container .agentsGrille .portrait .portrait-agent {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.container .championsGrille {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.container .championsGrille .portrait {
  flex: 1 0 10%;
  margin: 1px;
  color: rgb(235, 235, 235);
  font-size: 0.7em;
  font-family: nunito;
}
.container .championsGrille .portrait img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.container .championsGrille .portrait img:hover {
  cursor: pointer;
  filter: invert(10%);
}/*# sourceMappingURL=jeu_persos.css.map */