/*font*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

/*règles générales */
body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.btn-raised {
  box-shadow:
    0 3px 3px 0 rgba(0, 0, 0, 0.12),
    3px 3px 14px rgba(0, 0, 0, 0.12);
}

.client-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #dadcde;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}

.client-list ul {
  padding-left: 0.5rem;
}

li {
  list-style: none;
}
