.dossier-height {
  display: flex !important;
  flex-direction: column;
}
.dossier-height > div + div {
  flex-grow: 1;
}
.dossier-height .column {
  height: 100%;
}
.file-dossier {
  height: 100%;
}
.file-dossier .ui.grid {
  height: 100%;
}
.file-dossier .ui.piled.segment {
  /* height: calc(100% - 300px)!important; */
  height: auto !important;
}
.file-dossier-img-container {
  height: calc(100% - 28px);
  max-height: 100vh;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.scroll {
  height: 100vh;
  overflow: scroll;
}
.flex-column {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.menu-container {
  position: relative;
  z-index: 900;
}
.scroll.private {
  overflow-x: clip;
}
.private-form {
  position: fixed !important;
  top: 0;
  left: 1rem;
  z-index: 1000;
  width: 42.5%;
}

div.ui.right.labeled.input > span {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}
