.selecteurRecherche {
  position: relative;
}

selecteur-recherche .optionsDisponibles input {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

selecteur-recherche .champRecherche {
  display: inline-grid;
}

selecteur-recherche .options {
  min-width: 223px;
  position: absolute;
  top: 46px;
  left: 0;
  background-color: #ffffff;
  z-index: 1101;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

table selecteur-recherche .options {
  top: 29px;
}

selecteur-recherche .options {
  max-height: 280px;
  overflow-y: auto;
}

selecteur-recherche .options div {
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
}

selecteur-recherche .options div:hover {
  background-color: #eaedf0;
  color: #548ead;
}

table selecteur-recherche texte input {
  margin-top: -14px;
}
