<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#account-banner {
  height: 220px;
  position: absolute;
  top:0;
  padding-top: 150px;
  background-position: center;
}

#account-banner h1, #account-banner h3{
  text-shadow: 0px 0px 5px #FFF;
}


#nav-account {
  margin-top: 10px;
}

#nav-account li {

}

#nav-account li a {
  font-size: 16px;
  font-weight: 600;
  color:black;
  padding-left: 12px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: all 0.2s ease-out;
  border-radius: 0 !important;
}

#nav-account li.active a {
  background: black;
  color:white;
}

#nav-account li a:hover {
  background: #fcea10;
  color:black;
}

#annonces {
  background: #fcea10;
  z-index: 2;
  position: relative;
}

#annonces svg {
  font-size: 120px;
  position: absolute;
  z-index: 1;
  color: #fdffa8;
  bottom: 8px;
  left: 28px;
  max-height: 77%;
}

#annonces h3, #annonces ul {
  z-index: 2;
  position: relative;
}

img.avatar {
  border: 1px solid #888;
  width: 150px;
  max-width: 100%;
  border-radius: 150px;
}
</pre></body></html>