body {
  background-color: rgb(248, 248, 248) !important;
}
/*Navbar*/
.navbar_container {
  background-color: rgb(14, 55, 82);
}

.title {
  text-decoration: none;
}
.title:hover {
  text-decoration: underline;
}

/*Couleur rouge*/

.color_rouge_rond {
  border-radius: 50%;
  background-color: red;
  width: 200px;
  height: 200px;
}
.color_rouge_rectangle {
  border-radius: 10px;
  background-color: red;
  width: 197px;
  height: 90px;
}

/*Couleur orange*/

.color_orange_rond {
  border-radius: 50%;
  background-color: rgb(255, 111, 0);
  width: 200px;
  height: 200px;
}
.color_orange_rectangle {
  border-radius: 10px;
  background-color: rgb(255, 111, 0);
  width: 197px;
  height: 90px;
}

/*Couleur jaune*/

.color_jaune_rond {
  border-radius: 50%;
  background-color: yellow;
  width: 200px;
  height: 200px;
}
.color_jaune_rectangle {
  border-radius: 10px;
  background-color: yellow;
  width: 197px;
  height: 90px;
}

/*Couleur blanc*/

.color_blanc_rond {
  border-radius: 50%;
  border: 1px solid black;
  background-color: white;
  width: 250px;
  height: 250px;
}
.color_blanc_rectangle {
  border-radius: 10px;
  border: 1px solid black;
  background-color: white;
  width: 197px;
  height: 90px;
}

/*Code-barre*/
.barcode {
  width: 140px;
  height: 50px;
}
