#message
{
  background-color: white;
  padding: 5px 15px;
  border-radius: 40px;
  font-weight: bold;
  height: fit-content;
  max-width: 300px;
  margin: 20px 0px;
}

#message p
{
  text-align: center;
}
#recherche
{
  display: flex;
  justify-content: space-around;
  align-items: top;
}

.formulaire
{
  width: 400px;
  border: 2px solid #333;
  height: 400px;
  padding: 10px;
}
.resultat
{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.element
{
  background-color: white;
  margin: 10px;
  height: 100px;
  width: 300px;
  text-align: left;
  //border: 2px solid #333;
  padding: 10px;
}

.resultat h2
{
  margin: 0px;
  margin-bottom: 5px;
  text-align: center;

}

.info_course p
{
  margin: 0px;
  size: 1.8em;
}

img
{
  height: 20px;
  padding-right: 5px;
}

.element a
{
  text-decoration:none;
}

#star
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
