.aide {
  font-size: 0.85rem;
  color: #666;
  background: #f4f5f7;
  border-left: 3px solid #2563eb;
  padding: 10px 14px;
  margin: 12px 0 20px 0;
}

.bloc-propriete {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 18px;
  background: #fafafa;
}

.bloc-propriete.niveau-batiment {
  margin-left: 20px;
  border-left: 3px solid #dbe1e8;
}

.bloc-propriete.niveau-appartement {
  margin-left: 40px;
  border-left: 3px solid #c9d3e0;
}

.titre-bloc-propriete {
  font-size: 1rem;
  margin: 0 0 10px 0;
}

.liste-proprietaires {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.liste-proprietaires li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.liste-proprietaires .etiquette-herite {
  font-size: 0.75rem;
  color: #888;
  font-style: italic;
  margin-left: 8px;
}

.liste-proprietaires button {
  background: none;
  border: none;
  color: #c0392b;
  cursor: pointer;
  font-size: 0.8rem;
}

.liste-proprietaires button:hover {
  text-decoration: underline;
}

.liste-proprietaires .aucun {
  color: #999;
  font-style: italic;
  font-size: 0.85rem;
  padding: 4px 0;
}

.recherche-proprietaire {
  position: relative;
}

.champ-recherche-colotis {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9rem;
  box-sizing: border-box;
}

.resultats-recherche-colotis {
  position: relative;
  margin-top: 4px;
}

.resultats-recherche-colotis button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 6px 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 0.85rem;
  border-top: none;
}

.resultats-recherche-colotis button:hover {
  background: #eef4ff;
}
