.compared .element h3
{
  font-weight:bold;
}
#ci-files {
  height:auto;
    max-height: 750px;
  overflow: hidden;
}
.ui-autocomplete {
  background-color:white !important;
  z-index:1002 !important;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.input-container {
    display: flex;
    gap: 10px;
}

.comparedInput {
    flex: 1;
    min-width: 150px;
}

.compared-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}

.compared {
    flex: 1;
    min-width: 150px;
    padding: 10px;
}

#pleinecran{
    margin-left: 10px;
    margin-right: 90%;
    margin-top: 10px;
}