body{
  margin: 0px;
}

header{
  background-color: #194057;
  color: #FFFFFF;
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: flex-end;
  height: 225px;
  
}

ul{
  display: flex;
  list-style: none;
  padding: 0px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

#admin{
  background-color: rgb(210, 73, 73);
  display: flex;
  flex-direction: row;
  height: 230px;
  width: 4000px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.coucou{
  margin: 30px;
}



#rere{
  display: flex;
  align-items: flex-start;
  margin-top: 110px;
}

li{
  margin-bottom: 20px;
}


a{
  text-decoration: none;
  margin: 8px;
  background-color: #FFFFFF;
  color: #194057;
  padding: 8px;
  border-radius: 3px;
}


main{
  min-height:625px ;
}


h1{
  color: rgb(210, 73, 73);
  text-align: center;
  font-size: 50px;
}

h2{
  color: #194057;
  font-size: 30px;
  margin-left: 10px;
}

p{
  font-size: 20px;
  margin-left: 10px;

}

#surcote{
  text-align: left;
}

form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#champ{
  box-shadow: 10px 5px 8px grey;
  height: 70px;
  width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 5px solid black;

}

#retour{
  display: flex;
  background-color: rgb(193, 192, 192);
  border: 1px solid black;
  border-radius: 20px;
  height: 5px;
  align-items: center;
  justify-content: center;
  width: 60px;
}

input{
  border: 1px solid black;
  border-radius: 20px;
}

#bouton{
  margin-top: 20px;
}

#trouver{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 10px 5px 8px grey;
  border: 1px solid black;
  margin: 5px;
  border-radius: 10px;
}

#topdutop{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

#liste{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.podium{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 10px 5px 8px grey;
  border: 1px solid black;
  margin: 50px;
  border-radius: 10px;
  height: 250px;
  width: 330px;
  justify-content: center;
}

#liste{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.musique{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 10px 5px 8px grey;
  border: 1px solid black;
  margin: 5px;
  border-radius: 10px;
  height: 235px;
  width: 350px;
  
}

footer{
  background-color: #194057;
  color: #FFFFFF;
  height: 70px;
  position: sticky;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;


}



















@media screen and (min-width: 480px){
header{
position: relative;
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
  
ul{
  display: flex;
  list-style: none;
  flex-direction: row;
  align-content: flex-end;
}
a{
text-decoration: none;
color: white;
margin: 12px;
      background-color: #FFFFFF;
      color: #194057;
      padding: 8px;
      border-radius: 3px;
    }

    main{
      min-height:1481px;
    }

    p{
      font-size: 20px;
     
    }

#liste{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.podium{
  height: 320px;
  width: 350px;
}
.musique{
  height: 320px;
  width: 350px;
}

#trouver{
  height: 320px;
  width: 350px;
}

#rep{
  display: flex;
  flex-direction: column;
  align-items: center
}

#topdutop{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
    

  }
  












