
.bg-row-user {
  background-image: url("/images/profil/bg-user-default.jpg"); }

.bg-row-firma {
  background-image: url("/images/profil/bg-firma-default.jpg"); }

.row-imagine {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 150px; }

.bloc-imagine {
  height: 150px;
  position: relative;
  top: 0; }

.btn-load-picture {
  z-index: 50;
  position: absolute;
  bottom: 10px;
  right: 10px; }

.btn-load-picture-top-left {
  z-index: 50;
  position: absolute;
  top: 10px;
  left: 10px; }

.img-user-medalion {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.user-medalion {
  right: 5px;
  bottom: 5px;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%; }

@media (min-width: 576px) {
  .bloc-imagine {
    height: 200px; }

  .row-imagine {
    height: 200px; }
}
.messages-list-all .ad-title {
  font-size: 1.1em;
  font-weight: 600;
}
.messages-list-all .ad-title i {
  font-size: .5em;
}
.message-row {
  border-radius: 5px;
  background-color: var(--profile-background-messages);
  padding: .5em;
  margin-bottom: .5em;
}

.message-opt {
  display: flex;
  flex-direction: row;
  gap: .5em;
  font-size: small;
  font-style: italic;
}
.message-row .btn.message-response {
  padding:0 .25em;
  line-height: 15px;
}