div.input-perso-base
{
  display: inline-block;
  min-height: 35.5px;
  height: auto;
  width: 100%;
  /*background: #fff;*/
  resize: vertical;
  padding:8px;
  border: 1px solid #AAA;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  position: relative;
  /*margin-bottom: 10px;*/
}
[contenteditable="true"]:focus {
    background-color: #334150;
}
[contenteditable="true"] {
    background-color: #334150;
}

div.input-perso-base:focus
{
  outline: 0px solid transparent;
  text-align: left;
}

div.input-perso-base .placeholder
{
  font-style: italic;
  opacity: 0.7;
  display: block;
  text-align:center;
}

div.suggestions-tags
{
  position: absolute;
  background: #fff;
  border:1px solid #aaa;
  border-radius: 6px;
  z-index: 2;
  display: none;
}

div.suggestions-tags > div
{
  width: 100%;
  border-bottom: 1px solid #888;
  margin:0px;
  color: #0284c7;
  font-weight: 500;
  cursor:pointer;
  display: flex;
  flex-wrap: wrap;
}

div.suggestions-tags > div > p
{
  margin:0px;
  padding:5px;
  font-size: small;
}

div.suggestions-tags img
{
  max-height: 30px;
  max-width: 30px;
  border-radius: 50%;
}

div.suggestions-tags > div.selected
{
  color: #fff;
  border-radius: 6px;
}

div.suggestions-tags > div.selected p:nth-child(even) > span.localisation
{
  color: #fff;
}

div.suggestions-tags > div:last-child
{
  border:none;
}

div.suggestions-tags p:nth-child(odd) /* Avatars */
{
  width: 30px;
}

div.suggestions-tags p:nth-child(even)
{
  flex:1;
  margin-left: 5px;
  line-height: 15px;
}

div.suggestions-tags p:nth-child(even) > span.localisation
{
  font-size:11px;
  color:#aaa;
}

span.tag
{
  	display: inline-block;
    padding: 0.5rem;
    font-weight: 500;
    color: #0284c7;
}

span.tag.active
{
  	display: inline-block;
    padding: 0.5rem;
    font-weight: 500;
    color: #0284c7;
}

span.tag.valide
{
    display: inline-block;
    padding: 0.5rem;
    font-weight: 500;
    color: #0284c7;
}
