.card.card-mot-info {
  font-family: "Michroma", sans-serif !important;
  margin-bottom: 1.5rem;
}
.card.card-mot-info .text-muted {
  color: #6c757d !important;
}
.card.card-mot-info i {
  color: #fff;
}
.card.card-mot-info:last-child {
  margin-bottom: 0;
}
.card .card-header {
  background: url(/images/BGimage.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-family: "Michroma", sans-serif !important;
}

.card-mot {
  border: 0px;
}

.c-dark-theme .card {
  background: #eee;
  border: 1px solid #fff !important;
  color: #000;
}

.card-header-mot {
  background: #05080d;
  color: #fff;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.card-header-line {
  background: #293a62;
  color: #fff;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.user.card {
  height: 100%;
}
.user.card .id-photo-wrapper {
  display: flex;
  justify-content: center;
}
