@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;
}
body .container {
  display: flex;
}
body .container .section {
  width: 49%;
  display: block;
  border-color: black;
  border-style: dotted;
}
body .container .section.formulaire .container-menus {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
body .container .section.formulaire .container-menus .element {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
body .container .section.formulaire .container-timestamp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
body .container .section.formulaire .baliseList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
body .container .section.formulaire .baliseList .balise {
  margin: 5px;
  padding: 5px;
  background-color: rgb(20, 20, 20);
  color: #FFFAFA;
}
body .container .section.rendu {
  height: 95vh;
  overflow-y: scroll;
}
body .container .section.rendu h1 {
  text-align: left;
  color: #207456;
  font-family: bebas-neue;
  font-size: 1.2rem;
  padding-left: 20px;
}
body .container .section.rendu h1 a {
  display: inline-block;
  color: #207456;
}
body .container .section.rendu h1 a:hover {
  scale: 1.2;
}
body .container .section.rendu .contenuArticle {
  width: 95%;
  max-width: 133.3333333333vh;
  margin: 10px auto 0 auto;
  background-color: #e8e5e5;
  padding: 3vw;
  border-radius: 6px;
  min-height: 63vh;
}
body .container .section.rendu .contenuArticle .illustrations {
  margin: 20px auto;
  min-width: 170px;
  width: 90%;
  border-radius: 8px;
  display: block;
}
body .container .section.rendu .contenuArticle .illustrations-light {
  margin: 3vw auto;
  min-width: 170px;
  width: 80%;
  border-radius: 8px;
  display: block;
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .illustrations-light {
    margin: 20px auto;
    width: 90%;
  }
}
body .container .section.rendu .contenuArticle .illustrations-light-mini {
  margin: 5px;
  width: 31%;
  border-radius: 8px;
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .illustrations-light-mini {
    margin: 10px 5px;
    width: 80%;
  }
}
body .container .section.rendu .contenuArticle .image-resultats {
  margin: 5px;
  width: 48%;
  border-radius: 8px;
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .image-resultats {
    width: 90%;
  }
}
body .container .section.rendu .contenuArticle .titre {
  font-size: 2rem;
  color: rgb(20, 20, 20);
  font-family: bebas-neue;
  text-align: center;
}
body .container .section.rendu .contenuArticle h2 {
  font-family: bebas-neue;
  text-align: left;
  color: #2D9F76;
  font-size: 1.5rem;
  margin-top: 30px;
}
body .container .section.rendu .contenuArticle .description {
  margin-top: 20px;
  font-size: 1rem;
  text-align: justify;
  color: rgb(20, 20, 20);
  font-size: calc(1vi + 0.5rem);
}
body .container .section.rendu .contenuArticle .sousListe {
  margin: 0.5vw 0 0.5vw 8vw;
  text-align: justify;
  font-size: calc(1vi + 0.5rem);
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .sousListe {
    line-height: 1.5;
  }
}
body .container .section.rendu .contenuArticle .liste {
  margin: 0.5vw 0 0.5vw 5vw;
  text-align: justify;
  font-size: calc(1vi + 0.5rem);
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .liste {
    line-height: 1.5;
  }
}
body .container .section.rendu .contenuArticle .textRestant {
  margin: 1.5vw 0;
  color: rgb(20, 20, 20);
  text-align: justify;
  line-height: 1.3;
  font-size: calc(1vi + 0.5rem);
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .textRestant {
    line-height: 1.5;
  }
}
body .container .section.rendu .contenuArticle .textValeur {
  margin: 5vw 0;
  color: rgb(20, 20, 20);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
}
body .container .section.rendu .contenuArticle .legende {
  margin: -3vw auto 1vw auto;
  color: rgb(20, 20, 20);
  text-align: center;
  font-size: 1rem;
  font-style: italic;
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .legende {
    margin: -20px auto 20px auto;
  }
}
body .container .section.rendu .contenuArticle .date {
  font-style: italic;
  font-weight: lighter;
  text-align: center;
  margin-top: 10px;
}
body .container .section.rendu .contenuArticle .nouveau {
  color: green;
  font-weight: bold;
}
body .container .section.rendu .contenuArticle .twitter {
  color: #149cf2;
  font-weight: bold;
}
body .container .section.rendu .contenuArticle .twitch {
  color: #7645d6;
  font-weight: bold;
}
body .container .section.rendu .contenuArticle .animation {
  display: inline-block;
}
body .container .section.rendu .contenuArticle .animation:hover {
  scale: 1.05;
}
body .container .section.rendu .contenuArticle .evenementTitre {
  font-family: bebas-neue;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 20px;
}
body .container .section.rendu .contenuArticle .evenementDescription {
  line-height: 0.8;
  color: rgb(20, 20, 20);
  text-align: center;
}
body .container .section.rendu .contenuArticle .supprime {
  color: red;
  font-weight: bold;
}
body .container .section.rendu .contenuArticle .changement {
  font-weight: bold;
}
body .container .section.rendu .contenuArticle .motDev {
  margin: 10px;
  margin-top: 30px;
  color: #545454;
  font-style: italic;
  text-align: justify;
}
body .container .section.rendu .contenuArticle .champ {
  font-family: bebas-neue;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
  margin-top: 30px;
}
body .container .section.rendu .contenuArticle .champ img {
  width: 10vh;
  border-radius: 5px;
}
body .container .section.rendu .contenuArticle .champ span {
  margin-left: 10px;
}
body .container .section.rendu .contenuArticle .item {
  font-family: bebas-neue;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
  margin-top: 30px;
}
body .container .section.rendu .contenuArticle .item img {
  width: 10vh;
  border-radius: 5px;
}
body .container .section.rendu .contenuArticle .item span {
  margin-left: 10px;
}
body .container .section.rendu .contenuArticle .rune {
  font-family: bebas-neue;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
  margin-top: 30px;
}
body .container .section.rendu .contenuArticle .rune img {
  width: 10vh;
  border-radius: 5px;
}
body .container .section.rendu .contenuArticle .rune span {
  margin-left: 10px;
}
body .container .section.rendu .contenuArticle .pve {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
}
body .container .section.rendu .contenuArticle .pve img {
  width: 10vh;
  border-radius: 5px;
}
body .container .section.rendu .contenuArticle .pve span {
  margin-left: 10px;
}
body .container .section.rendu .contenuArticle .skill {
  font-family: bebas-neue;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: 2vh;
}
body .container .section.rendu .contenuArticle .skill img {
  width: 6vh;
  border-radius: 5px;
}
body .container .section.rendu .contenuArticle .skill span {
  margin-left: 10px;
}
body .container .section.rendu .contenuArticle .stats {
  font-family: bebas-neue;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: 2vh;
}
body .container .section.rendu .contenuArticle .stats img {
  width: 6vh;
  border-radius: 5px;
}
body .container .section.rendu .contenuArticle .stats span {
  margin-left: 10px;
}
body .container .section.rendu .contenuArticle .sorties {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 0.8;
}
@media screen and (max-width: 740px) {
  body .container .section.rendu .contenuArticle .sorties {
    grid-template-columns: 1fr;
  }
}
body .container .section.rendu .contenuArticle .sorties h3 {
  font-family: bebas-neue;
  text-align: left;
  color: #2D9F76;
  font-size: 1.5rem;
  margin-top: 30px;
}
body .container .section.rendu .contenuArticle .sorties .card {
  width: 100%;
  display: grid;
  padding: 5px;
  font-weight: bolder;
}
body .container .section.rendu .contenuArticle .sorties .card img {
  aspect-ratio: 16/9;
  min-width: 100%;
  margin-bottom: 3px;
  margin-top: 30px;
}
body .container .section.rendu .contenuArticle acronym {
  cursor: pointer;
}
body .container .section.rendu .contenuArticle .questionInterview {
  font-weight: bolder;
  text-align: justify;
  margin-top: 30px;
}
body .container .section.rendu .contenuArticle .reponseInterview {
  text-align: justify;
  margin: 10px 0 0 10px;
  color: #545454;
}
body .container .section.rendu .contenuArticle .youTube {
  width: 90%;
  aspect-ratio: 16/9;
}
body .container .section.rendu .win {
  color: green;
}
body .container .section.rendu .lose {
  color: red;
}
body .container .section.rendu .team-logo {
  width: 50px;
}
body .container .section.rendu .containerSuggestion {
  margin-top: 20px;
}
body .container .section.rendu .containerSuggestion .titreSuggestions {
  font-size: 1.5rem;
  color: rgb(20, 20, 20);
  font-family: bebas-neue;
  text-align: center;
}
body .container .section.rendu .containerSuggestion .suggestionList {
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion {
  overflow: hidden;
  aspect-ratio: 16/8;
  min-width: 250px;
  width: 49%;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 850px) {
  body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion {
    width: 100%;
  }
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion img {
  width: 100%;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion .bandeau {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 10px;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion .bandeau .esport {
  background: #7645d6;
  color: #FFFAFA;
  font-family: bebas-neue;
  padding: 2px 9px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 12px;
  letter-spacing: 0.1rem;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion .bandeau .patch {
  background: #31a078;
  color: #FFFAFA;
  font-family: bebas-neue;
  padding: 2px 9px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 12px;
  letter-spacing: 0.1rem;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion .bandeau .actu {
  background: #ff875a;
  color: #FFFAFA;
  font-family: bebas-neue;
  padding: 2px 9px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 12px;
  letter-spacing: 0.1rem;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion .bandeau .tierlist {
  background: #ff5757;
  color: #FFFAFA;
  font-family: bebas-neue;
  padding: 2px 9px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 12px;
  letter-spacing: 0.1rem;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion .bandeau span {
  font-size: 1rem;
  color: #FFFAFA;
}
body .container .section.rendu .containerSuggestion .suggestionList .cardSuggestion .bandeau h2 {
  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: 1.2rem;
  color: #FFFAFA;
  text-align: justify;
}/*# sourceMappingURL=creation_articles.css.map */