*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

#fond{
  position: fixed;
}

body {
  min-height: 100vh;
  /* background-image: url("img/rocket-league-monstercat-vol-3-music-cover.jpg"); */
  background-color: rgb(78, 78, 78);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*ccs test*/

.imgtest{
    background-color: black;
}


#Esport{
    text-decoration: underline rgb(253, 183, 53);
}


@font-face {
    font-family: "Bourgeois", sans-serif;
    src: url("fonts/Bourgeois-Ultra.woff") format("woff");
   }
@font-face {
    font-family: "BougeoisBold", sans-serif;
    src: url("fonts/Bourgeois-Bold.woff") format("woff");
}

main{
    position: relative;
}

#fondnoir{
    display: none;
}

#fond{
  position: fixed;
  width: 100%;
  min-height: 1200px;
  opacity: 70%;
  z-index: -1;
  object-fit: cover;
}

@media screen and (max-width: 320px) {
    #fond{
        display: none;
    }

    #fondnoir{
        display: block ;
        position: fixed;
        width: 100%;
        min-height: 1200px;
        opacity: 70%;
        z-index: -1;
        object-fit: cover;
        background-color: black;

    }
}

.nav{
    display: flex;
}

.section{
    color: white;
    text-decoration: none;
    list-style: none;
    font-family: "BougeoisBold", sans-serif;
    font-style: italic;
    font-size: xx-large;
}

ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
li {
    list-style-type: none;
    padding: 10px;
}
a {
    text-decoration: none;
    color: white;
}

input[type="checkbox"] {
  display: none;
}

#logo{
    width: 200px;
    margin-left: 20px;
    padding: 10px;
}


@media screen and (max-width: 780px) {
  ul {
    flex-direction: column;
  }
  
  /* Gestion de l'affichage du menu */
  input[type="checkbox"]:not(:checked) ~ ul {
    display: none;
  }
  input[type="checkbox"]:checked ~ ul {
    display: flex;
  }
  
  /* Gestion de la checkbox */
  input[type="checkbox"] + label:before {
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    color: white;
  }

  input[type="checkbox"] + label:before {
    content: "\f0c9";
  }

  input[type="checkbox"]:not(:checked) + label:before {
    content: "\f0c9";
  }

  input[type="checkbox"]:checked + label:before {
    content: "\f00d";
  }

  #logo{
      width: 20%;
      min-width: 100px;
  }

}


.nav{
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: rgba(39, 39, 39, 0.9);
  border-style: solid;
  border-width: 5px;
  border-image-source: linear-gradient(0deg, rgb(253, 183, 53), rgb(255, 212, 219), rgb(75, 75, 255));
  border-image-slice: 1;
  font-family: "BougeoisBold", sans-serif;
  font-style: italic;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 10px;
  z-index: 10000;
}


.space1{ 
  display: flex;
  margin: auto;
  flex-direction: column;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2vh;
  margin-bottom: 50px;
  margin-top: 150px;
}


.title1{
  width: 300px;
  text-align: center;
  justify-content: center;
  background: linear-gradient(160deg,rgba(149, 149, 255, 0.5), rgba(255, 212, 219, 0.5)30%, rgb(255, 212, 219)70%, rgba(253, 183, 53, 0.5));
  margin: 1vh;
  font-family: "Bourgeois", sans-serif;
  font-size: medium;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 5px;
}

@media screen and (max-width: 1400px){

    
  .title1{
      width: auto;
      text-align: center;
      justify-content: center;
      background: linear-gradient(160deg,rgba(149, 149, 255, 0.5), rgba(255, 212, 219, 0.5)30%, rgb(255, 212, 219)70%, rgba(253, 183, 53, 0.5));
      margin: 1vh;
      font-family: "Bourgeois", sans-serif;
      border-style: solid;
      border-width: 1px;
      padding: 5px;
  }
}

#container{
  display: flex;
  flex-direction: column;
  padding: 50px;
  background-color: rgba(39, 39, 39, 0.7);
  border-style: solid;
  border-width: 5px;
  border-image-source: linear-gradient(0deg, rgb(253, 183, 53), rgb(255, 212, 219), rgb(75, 75, 255));
  border-image-slice: 0.5;
  justify-content: center;
}

#RLCSX{
  display: flex;
  margin: auto;
  padding-bottom: 50px;
}

.VS{
  font-family: "Bourgeois", sans-serif;
  margin-left: 50px;
  margin-right: 50px;
  color:rgb(253, 183, 53);
}


#containerteam{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.team{
  display: flex;
  flex-direction: row;
  padding:50px 0px 50px 0px ;
  
}

.equipes{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(209, 209, 209);
  border-radius: 5%;
  width: 200px;
  font-family: "Bourgeois", sans-serif;
  text-align: center;
}

.placementinfo{
  text-align: center;
}

.info{
  text-align: center;
  font-family: "Bourgeois", sans-serif;
}

#placement{
  display: flex;
  flex-direction: row;
}

.avis{
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5%;
  margin-left: 50px;
}

.scroller {
  height: 200px;
  overflow-y: scroll;
 
}

.flag{
  width: 100px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1400px){

  #container{
    margin: auto;
  }

  #placement{
    display: flex;
    flex-direction: column;
  }

  .avis{
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5%;
    margin:auto;
    margin-top:10px;
  }
}

@media screen and (max-width: 900px){
  .team{
    display: flex;
    flex-direction: row;
    padding:30px 0px 30px 0px ;
  }
  

  .equipes{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(209, 209, 209);
    border-radius: 5%;
    width: 100px;
    font-family: "Bourgeois", sans-serif;
    text-align: center;
  }
}

@media screen and (max-width: 640px){

  .space1{ 
    display: flex;
    flex-direction: column;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2vh;
    min-width: 340px;
  }

  #container{
    max-width: 300px;
  }
  .team{
    display: flex;
    flex-direction: row;
    padding:30px 0px 30px 0px ;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color:rgba(180, 180, 180, 0.8) ;
  }
  

  .equipes{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    width: 50px;
    font-family: "Bourgeois", sans-serif;
    text-align: center;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
  }

  .flag{
    width: 80px;
  }
}



#containerAvis{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}



.titlematch{
  font-family: "Bourgeois", sans-serif;
}

footer{
  margin-top: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #343435;
  padding: 5px;
  border-top: white;
  border-style: solid;
}

#condition{
  color: white;
}

.iconelogo{
  margin-right: 15px;
}

@media screen and (max-width: 600px){
  footer{
    flex-direction: column-reverse;
    height: 150px;
  }
}

