/* TABLETTE */

* {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
}

a {
  color: black;
  text-decoration: none;
}

/* BACKGROUND */

.bg {
  background-image: url("bdd/bg/bg.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background-vignette {
  margin-top: 3em;
  width: 300px;
  height: 250px;
  background-color: white;
  border-radius: 3em 3em 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
} 

/* ICON-ROUNDED */

.icon-rounded img {
  border-radius: 1em 1em 1em 1em;
  width: 250px;
}

/* BARRE DU HAUT */

.page {
  left: 50%;
  color: black;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  transform: translateX(-50%);
}

.background-page {
  background-color: white;
  width: 200px;
  height: 30px;
  border-radius: 3em 3em 3em 3em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.bar-top-index {
  background-color: grey;
  border-radius: 0em 0em 3em 3em;
  height: 50px;
  display: flex;
  align-items: center;
}

.items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* TEXT */

.titre-text {
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;

}
.text {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;

}

/* BARRE DU BAS */

.label {
  border-radius: 0 0 5em 5em;
  padding: 10px 0px;
  background-color: grey;
  color: white;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
}
