@import url("https://fonts.googleapis.com/css2?family=Poppins:ital@1&family=Roboto:wght@100&display=swap");

header {
  display: flex;
  border: 0.5px solid;
  background-color: #f87706;
  align-items: center;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: darkgrey;
}

margin: 0;
background-color: rgb(237, 173, 11);

.logo {
  padding-top: 6px;
  padding-left: 6px;
  width: 10%;
}

.menu {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
a {
  text-decoration: none;
}

#Welcome {
  width: auto;
  height: 100vh;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titre {
  text-decoration: underline;
  height: 30vh;
  line-height: 150px;
}

.image {
  height: 30vh;
}
.paragraphe {
  height: 30vh;
  line-height: 300px;
}
.flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 100px;
}

#heros {
  text-align: center;
  padding-top: 50px;
}

.container {
  display: flex;
  justify-content: center;
}

.tableau-inventaire {
  width: 1500px;
}

/* Style de base pour le tableau */
table {
  border-collapse: collapse;
  width: 100%;
}

/* Style pour les cellules du tableau */
th,
td {
  border: 1px solid;
  padding: 8px;
  text-align: left;
}

/* Style pour l'en-tête du tableau */
th {
  background-color: #f6840b00;
}

/* Style pour les lignes impaires du tableau */
tr:nth-child(odd) {
  background-color: #f87706;
}

#contact {
  width: 800px;
}
h2 {
  padding-top: 20px;
  padding-left: 5px;
}
