/* Identité logicielle SoinEcho et identité de l'institut Terra Sensoria. */
.login-soinecho {
  display: block;
  width: min(520px, 90%);
  height: auto;
  border-radius: 10px;
  background: var(--porcelain);
  margin-bottom: 8px;
}

.logo {
  padding: 0 5px 28px;
}

.logo > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: var(--porcelain);
}

.logo small {
  text-align: center;
  margin-top: 9px;
  font-size: 8px;
}

.workspace-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-client-logo {
  display: block;
  width: 72px;
  height: 66px;
  object-fit: contain;
  border-right: 1px solid var(--line);
  padding-right: 16px;
}

.survey > header {
  padding: 12px 34px 14px;
}

.survey-client-logo {
  display: block;
  width: 120px;
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 700px) {
  .workspace-actions { gap: 8px; }
  .header-client-logo { width: 54px; height: 50px; padding-right: 8px; }
  .survey-client-logo { width: 105px; height: 66px; }
}
