body,
html {
  margin: 0;
  padding: 0;
  font-family: "robotoregular", sans-serif;
  scroll-behavior: smooth;
  color: #333;
  overflow-x: hidden;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
}

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

a:hover {
  color: #1c0e3f;
  text-decoration: underline;
}

.darkmode {
  background-color: #1b1b1b !important;
  color: #fff !important;
}

.backToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: grey;
  border-radius: 50%;
}

.backToTop a {
  color: black;
  display: block;
  margin: auto;
}

button:hover {
  cursor: pointer;
}

table {
  border: 1px solid #333;
  text-align: center;
  border-collapse: collapse;
  margin: 10px;
}

table td,
table th {
  border: 1px solid #aaaaaa;
  padding: 3px 2px;
  min-width: 100px;
}

table tbody td {
  font-size: 13px;
}

table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

table thead {
  background: #1c0e3f;
}

table thead th {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}

.button {
  margin: 0 0 10px 10px;
}

.h2user {
  margin-left: 10px;
}

#body-home {
  padding: 25px 0;
  background-color: gainsboro;
  display: flex;
  justify-content: center;
}
#body-home h2 {
  text-align: center;
  margin-top: 0;
}
#body-home #body-home-annonces {
  width: 100%;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
  grid-auto-flow: row;
}
#body-home #annonce {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #333;
}
#body-home figure {
  overflow-x: hidden;
  height: 300px;
  width: 300px;
  margin: 0;
}
#body-home div {
  height: 100%;
  width: 100%;
}
#body-home figcaption {
  max-height: 50px;
  width: 100%;
  border-top: 1px solid #333;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
}
#body-home p {
  margin: 0;
}

/*# sourceMappingURL=style-home-annonces.css.map */
