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

.guide {
  width: 95%;
  max-width: 133.3333333333vh;
  margin: 10px auto 0 auto;
  padding: 10px;
  border-radius: 6px;
  min-height: 63vh;
}
.guide h1 {
  text-align: left;
  color: #207456;
  font-family: bebas-neue;
  font-size: 1.2rem;
}
.guide .entete {
  width: 100%;
  position: relative;
}
.guide .entete .entete-visuel {
  width: 100%;
  max-height: 50vh;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.guide .entete .entete-visuel .entete-visuel-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.guide .entete .entete-visuel .entete-visuel-bg img {
  width: 100%;
  transform: translateY(-50%);
  filter: opacity(40%);
}
.guide .entete .entete-visuel .entete-visuel-buste {
  width: 85%;
  position: absolute;
  top: 2%;
  left: 50%;
}
.guide .entete .entete-visuel .entete-visuel-buste img {
  width: 100%;
  transform: translateX(-50%);
}
.guide .entete .entete-bandeau {
  width: 90%;
  height: 20vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #e8e5e5;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 45% auto 20% auto 30%;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
  align-content: center;
  padding: 2%;
}
.guide .entete .entete-bandeau .entete-bandeau-nom {
  font-family: bebas-neue;
  color: #207456;
  font-size: 7vw;
}
.guide .entete .entete-bandeau .bandeau-barre {
  width: 2px;
  height: 60%;
  background-color: #545454;
  filter: opacity(80%);
}
.guide .entete .entete-bandeau .entete-bandeau-role {
  height: 16vw;
  display: grid;
  grid-template-rows: 60% 40%;
}
.guide .entete .entete-bandeau .entete-bandeau-role img {
  margin: auto;
  height: 80%;
  display: block;
}
.guide .entete .entete-bandeau .entete-bandeau-role .bandeau-bloc-text .bandeau-role-titre {
  font-family: bebas-neue;
  color: #207456;
  font-size: 2vw;
  display: block;
  margin-top: 5px;
}
.guide .entete .entete-bandeau .entete-bandeau-role .bandeau-bloc-text .bandeau-role-agent {
  font-family: bebas-neue;
  color: #545454;
  font-size: 2vw;
  display: block;
  line-height: 0.5;
}
.guide .entete .entete-bandeau .entete-bandeau-difficulte {
  height: 16vw;
  display: grid;
  grid-template-rows: 60% 40%;
}
.guide .entete .entete-bandeau .entete-bandeau-difficulte img {
  margin: auto;
  width: 80%;
  display: block;
}
.guide .entete .entete-bandeau .entete-bandeau-difficulte .bandeau-bloc-text .bandeau-difficulte-titre {
  font-family: bebas-neue;
  color: #207456;
  font-size: 2vw;
  display: block;
  margin-top: 5px;
}
.guide .entete .entete-bandeau .entete-bandeau-difficulte .bandeau-bloc-text .bandeau-difficulte-agent {
  font-family: bebas-neue;
  color: #545454;
  font-size: 2vw;
  display: block;
  line-height: 0.5;
}
.guide .competences {
  margin-top: 12vw;
}
.guide .competences .competences-liste {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 20%);
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}
.guide .competences .competences-liste .competence-bloc .competence-bloc-name {
  font-family: bebas-neue;
  color: #2D9F76;
  font-size: calc(1.7vw + 3px);
}
.guide .competences .competences-liste .competence-bloc .competence-bloc-name.active {
  color: #1f6e51;
  transform: rotate(-5deg);
  cursor: auto;
}
.guide .competences .competences-liste .competence-bloc .competence-bloc-icone {
  background-color: #2D9F76;
  border-radius: 20%;
  padding: 10%;
  width: 100%;
  cursor: pointer;
}
.guide .competences .competences-liste .competence-bloc .competence-bloc-icone.active {
  background-color: #1f6e51;
  transform: rotate(-5deg);
  cursor: auto;
}
.guide .competences .competence-description {
  display: none;
  background-color: #e8e5e5;
  color: #545454;
  border-radius: 10px;
  font-family: nunito;
  text-align: justify;
  padding: 5px;
  font-weight: bold;
}
.guide .competences .competence-description.active {
  display: block;
}/*# sourceMappingURL=jeu_guide_injection.css.map */