body {
  background-color: #f8faff;
  color: #000080;
}

.property {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: .3em;
}

.property>dt {
  width: min(25%, 15em);
  text-align: right;
  color: #000080;
  font-size: 1.2em;
  font-weight: bold;
}

.og-expander {
  z-index:1;
}
.property>dd.value {
  background-color: white;
  border-radius: .3em;
  padding: .1em;
  box-shadow: .05em .05em .2em rgba(0,0,0,.1);
  color: #000080;
}

.property>dd.value .language {
  height: 2em;
  width: 2em;
  text-align: center;
  overflow: visible;
  white-space: pre;
  padding: 0;
  border-radius: 100%;
  color: #ffffff;
  background-color: #000080;
}

.property>dd.value:not(:last-child) {
  margin-bottom: unset;
}

.metadata-browse-link {
  color: #20B2AA;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
}

.metadata-browse-link:hover {
  color: #40E0D0;
  text-decoration: underline;
}

.mentions-legales {
  color: #E9E9E9;
}

body.item-set.item #content {
  display: block;
}

.iiif-tree-component ul.tree li {
  color: #000080;
}
.iiif-tree-component ul.tree li:last-child {
  padding-bottom: 6em;
  color: green;
}