html, body {
  height: 100%;
}

.btn {
  width: 100%;
  padding: 2.5em 0 2.5em 0;
  margin: 2.5em 0 2.5em 0;
}

img, .card{
  margin: 2em 0 2em 0
}

.flex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.config-menu{
  width: 100%;
}

.avis {
  flex-direction: column;
}

.errors{
  font-style: italic;
  color: #A3A3A3;
  width:100%;
}

h1, h2{
  font-family: 'Akaya Kanadaka', cursive;
}

h1 {
  text-align: center;
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h5 {
  font-style: italic;
  font-size: 1em;
  margin: 1em 0 1em 0;
  color: #71717A;
}

ul {
  list-style: none;
}

footer {
  margin: 5em 0 5em 0;
  bottom: 0;
}

footer > ul {
  color : #A3A3A3;
}

.info-footer{
  font-weight: bold;
}

button > a, button > a:hover {
  color: #ffffff;
}

.liste-alergene{
  color: #0F766E;
  text-decoration: none;
  margin: 0.5em 0 0.5em 0;
}

.liste-alergene:hover{
  color: #ffffff;
  text-decoration: none;
}

.div-la{
  border-radius: 10px;
  margin: 2em 0 2em 0;
  text-align: center;
  height: 4em;
  line-height:60px;
}

.div-la:hover {
  background-color: rgba(15, 118, 110, 0.5);
}