@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* ------------------- */
/* Utility class       */
/* ------------------- */
.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

@media screen {
  * {
    box-sizing: border-box;
  }
  html {
    font: 18px/24px "Crimson Text", serif;
    color: #676767;
  }
  a {
    color: #C72E2E;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a:focus {
    border: solid 1px #C72E2E;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000;
  }
  h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 48px;
    font-weight: normal;
  }
  h2 {
    font-size: 27px;
    margin-bottom: 24px;
    line-height: 48px;
    font-weight: normal;
  }
  p {
    margin: 24px 0;
  }
  /* @group ----- Mixins ----- */
  /* @end */
  /* @group ----- Containers ----- */
  #wrap {
    max-width: 1100px;
    margin: auto;
    padding: 0 24px;
    position: relative;
  }
  #wrap {
    padding-bottom: 48px;
  }
  /* @end */
  /* @group ----- Tables ----- */
  table {
    margin: 48px auto;
    border-collapse: collapse;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  th, td {
    padding: 12px;
    vertical-align: top;
  }
  th {
    border-bottom: 3px solid #dedede;
    padding-bottom: 9px;
    text-align: left;
  }
  td {
    border-bottom: 1px solid #dedede;
    padding-bottom: 11px;
  }
  /* @end */
  /* @group ----- Forms ----- */
  ::-webkit-input-placeholder {
    font-style: italic;
  }
  ::-moz-placeholder {
    font-style: italic;
  }
  :-ms-input-placeholder {
    font-style: italic;
  }
  :-moz-placeholder {
    font-style: italic;
  }
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dedede;
    border-radius: 2px;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
    height: 36px;
    background: #fff url("https://nubis.bis-sorbonne.fr/application/asset/img/select-arrow.svg") no-repeat;
    background-position: right 6px center;
    background-size: 5.715px;
    padding: 6px 24px 6px 6px;
  }
  select option {
    margin: 0 12px;
  }
  figure {
    margin: 0;
    padding: 0;
  }
  figcaption {
    margin-top: 1rem;
    padding: 0.8rem;
    font-size: smaller;
    text-align: left;
    border: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
  }
  .float-right figure {
    margin: 0 0 1rem 1rem;
  }
  .float-left figure {
    margin: 0 1rem 1rem 0;
  }
  button,
  .button,
  input[type=submit] {
    background-color: #dedede;
    color: #676767;
    border: 0;
    cursor: pointer;
    padding: 6px;
    min-height: 36px;
    min-width: 36px;
    line-height: 24px;
    text-align: center;
  }
  a.button {
    color: #000;
    display: inline-block;
  }
  a.button:hover {
    text-decoration: none;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=datetime-local] {
    border: 1px solid #dedede;
    padding: 5px;
    height: 36px;
  }
  textarea {
    border: 1px solid #dedede;
    padding: 5px;
  }
  .field {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
  }
  .field .field-meta {
    width: 25%;
    padding-right: 24px;
    text-align: right;
    line-height: 36px;
  }
  .field-description {
    margin-bottom: 6px;
  }
  .required.field .field-meta:after {
    content: "*";
  }
  .field .field-meta legend {
    float: right;
  }
  .field .inputs {
    width: 75%;
    padding-left: 24px;
  }
  .field .collapsible {
    font-size: 13.5px;
    display: block;
    clear: both;
    line-height: 18px;
  }
  .field .inputs ~ *,
  form input[type=submit] {
    margin-left: calc(25% + 24px);
    margin-top: 12px;
  }
  #advanced-search .value:not(:first-child) {
    margin-top: 6px;
  }
  #advanced-search {
    padding: 24px 0;
  }
  #advanced-search input[type=text] {
    height: 36px;
  }
  #advanced-search input[type=submit] {
    font-size: 22.5px;
    padding: 12px;
  }
  #advanced-search .multi-value div.value:only-of-type .remove-value {
    display: none;
  }
  #advanced-search .remove-value {
    text-indent: -9999px;
    position: relative;
    width: 36px;
    height: 36px;
    margin-left: 6px;
  }
  #advanced-search .remove-value:before {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 36px;
  }
  .search-entry:not(:first-child) {
    margin-top: 12px;
  }
  /* @end */
  /* @group ----- Navigation ----- */
  nav .navigation,
  nav ul {
    list-style: none;
    padding: 0;
  }
  .item-pagination.navigation {
    border-top: 1px solid #dedede;
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
  }
  .secondary-nav {
    text-align: center;
  }
  .secondary-nav ul {
    margin: 0 0 -1px;
    border-bottom: 1px solid #dedede;
    padding-bottom: -1px;
  }
  .secondary-nav.navigation li {
    display: inline-block;
    margin-right: 0.5em;
    padding-bottom: 12px;
  }
  .secondary-nav.navigation li.active a {
    color: #C72E2E;
  }
  .secondary-nav a {
    color: #676767;
  }
  #skipnav {
    position: fixed;
    top: 24px;
    left: 50%;
    border: 1px solid #dedede;
    transform: translateX(-50%);
    z-index: -5;
    padding: 6px;
    background-color: #fff;
    opacity: 0;
  }
  #skipnav:focus {
    z-index: 1000;
    opacity: 1;
  }
  /* @end */
  /* @group ----- Header ----- */
  #skipnav {
    position: absolute;
    top: 0;
    left: -9999px;
    background-color: #fff;
    padding: 6px;
    display: inline-block;
  }
  #skipnav:focus {
    left: 50%;
    transform: translateX(-50%);
  }
  header nav .navigation {
    position: relative;
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0;
    margin: 24px 0;
  }
  header nav li {
    display: block;
    margin: 0 0.5em;
  }
  header nav a {
    font-size: 15.75px;
  }
  .site-title {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    margin: 48px 0 0;
    display: block;
    text-align: center;
  }
  .site-title:hover {
    text-decoration: none;
  }
  .site-title img {
    max-height: 72px;
    max-width: 100%;
  }
  .banner {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner img {
    width: 100%;
  }
  #search-container {
    position: absolute;
    top: -48px;
    right: 24px;
  }
  #search-container input[type=text],
  #search-container button {
    border: 0;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    height: 36px;
    display: inline-block;
    line-height: 24px;
    padding: 6px;
    vertical-align: bottom;
    background-color: #fff;
    color: #676767;
  }
  #search-form {
    display: flex;
    padding: 6px 12px 12px;
    box-shadow: 0 0 0 1px #dedede inset;
    background: #fff;
  }
  #search-form.closed {
    width: 36px;
    height: 42px;
  }
  #search-form.open {
    right: 36px;
    position: absolute;
  }
  #search-form + button.search-toggle {
    bottom: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    border-bottom: 0;
    color: #b8b8b8;
  }
  #search-form.closed + .search-toggle {
    right: 0;
    border: 1px solid #dedede;
    border-top: 0;
  }
  #search-form.closed + .search-toggle:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #search-form.open + .search-toggle {
    top: 6px;
    right: 0;
  }
  #search-form.open + .search-toggle:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #search-form.closed [type=text],
  #search-form.closed [type=submit],
  #search-form.closed #advanced-form {
    display: none;
  }
  #search-form button {
    width: 36px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
  }
  #search-form button:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 0;
    text-indent: 0;
    width: 36px;
    text-align: center;
    cursor: pointer;
  }
  #query:focus {
    position: relative;
    z-index: 1;
  }
  #advanced-form {
    background-color: #fff;
    position: absolute;
    top: 100%;
    padding: 12px;
    right: 0;
    left: 0;
    border: 1px solid #dedede;
    border-top: 0;
  }
  #advanced-form fieldset {
    margin-bottom: 12px;
  }
  #advanced-form fieldset input {
    margin-right: 6px;
  }
  #advanced-form p {
    margin: 0;
  }
  #content .blocks {
    width: 100%;
  }
  #content .blocks > h2:first-of-type {
    text-align: center;
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 48px;
    font-weight: normal;
  }
  /* Rudimentary mega menu CSS for demonstration */
  /* mega menu list */
  header nav ul {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
  }
  /* a top level navigation item in the mega menu */
  .nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  /* first descendant link within a top level navigation item */
  .nav-item > a {
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin: 0 0 -1px 0;
    border: 1px solid transparent;
  }
  /* focus/open states of first descendant link within a top level 
      navigation item */
  .open {
    border-bottom: 3px solid #dedede;
  }
  .nav-item.open > a {
    padding: 6px 12px 3px;
  }
  /* open state of first descendant link within a top level 
      navigation item */
  .nav-item > a.open {
    background-color: #fff;
    border-bottom: 0;
    z-index: 1;
    margin-bottom: 0;
    text-decoration: underline;
  }
  header nav > ul > li > .sub-nav-toggle {
    margin-left: -12px;
    position: relative;
    z-index: 1;
  }
  .nav-menu > .nav-item > [role=button]:after {
    content: "  \f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 24px;
  }
  .nav-menu > .nav-item > [aria-expanded=true]:after {
    content: "  \f0d7";
  }
  a.parent {
    font-weight: bold;
  }
  a.parent:after {
    content: ":";
  }
  /* sub-navigation panel */
  .sub-nav {
    position: absolute;
    display: none;
    border: 1px solid #dedede;
    border-width: 1px 0;
    background-color: #fff;
  }
  .sub-nav.first {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .first.open.sub-nav > ul > li > ul > li {
    width: 25%;
  }
  .first.open.sub-nav ul ul ul {
    display: block;
    padding-left: 24px;
  }
  /* sub-navigation panel open state */
  /* list of items within sub-navigation panel */
  /* list item within sub-navigation panel */
  /* @end */
  /* @group ----- Footer ----- */
  /* @end */
  /* @group ----- Browse ----- */
  /* @end */
  /* @group ----- Show ----- */
  /* @end */
  /* @group ----- Home ----- */
  /* @end */
  /* @group ----- Search ----- */
  /* @end */
  /* @group ----- Pages ----- */
  /* @end */
  /* @group ----- Search ----- */
  /* @end */
  /* @group ----- Common Modules ----- */
  /* @end */
}
@media screen and (min-width: 1100px) {
  .sub-nav.first {
    max-width: calc(1100px - 1.25%);
  }
}
@media screen {
  .open.sub-nav,
  .open.sub-nav ul {
    display: flex;
    flex-wrap: wrap;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .sub-nav-group .sub-nav-group {
    margin-right: 24px;
  }
  .sub-nav ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  .open.sub-nav > ul {
    width: 100%;
    display: block;
  }
  .open.sub-nav ul {
    position: static;
    border: 0;
  }
  .open.sub-nav ul li {
    padding: 6px;
  }
  .open.sub-nav ul li a:not(.parent) {
    padding-left: 24px;
    text-indent: -24px;
    display: inline-block;
  }
  .open.sub-nav ul li a:not(.parent):before {
    content: "◆";
    display: inline-block;
    width: 24px;
    margin-right: -3px;
    text-indent: 0;
  }
  .sub-nav .sub-nav-toggle {
    display: none;
  }
  .sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 12px;
    position: relative;
  }
  footer {
    margin-top: 48px;
    clear: both;
  }
  #bottom-nav li {
    display: inline-block;
    margin-right: 1em;
    font-size: 15.75px;
  }
  #sort-links {
    display: inline-block;
  }
  #sort-links ul {
    list-style: none;
    padding: 0;
    display: inline-block;
  }
  #sort-links li {
    display: inline-block;
    margin: 0 0.5em;
  }
  #sort-links a {
    color: #676767;
  }
  #sort-links .sorting a {
    color: #C72E2E;
  }
  .browse-controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%;
  }
  .sorting button {
    padding: 2px 4px;
  }
  .pagination {
    float: right;
  }
  .pagination > * {
    display: inline-block;
    vertical-align: top;
  }
  .pagination form,
  .pagination .next.button {
    margin-right: 12px;
  }
  .pagination .button {
    background-color: #fff;
    border: 1px solid #dedede;
    height: 37.2px;
    line-height: 36px;
    padding: 0 12px;
    text-align: center;
  }
  .pagination .row-count {
    line-height: 36px;
  }
  [name=page] {
    width: 72px;
    text-align: center;
  }
  #sort-links {
    float: right;
  }
  .layout-toggle button {
    width: 36px;
  }
  .o-icon-grid:before {
    font-family: "Font Awesome 5 Free";
    content: "\f009";
    font-weight: 900;
  }
  .o-icon-list:before {
    font-family: "Font Awesome 5 Free";
    content: "\f03a";
    font-weight: 900;
  }
  .resource-list {
    padding-left: 0;
    list-style: none;
    width: 100%;
  }
  .resource-list a.thumbnail {
    display: block;
  }
  .resource-list a.thumbnail img {
    vertical-align: bottom;
  }
  .resource-list.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    clear: both;
  }
  .resource-list.grid .resource {
    padding: 24px;
    width: 25%;
    font-size: 15.75px;
  }
  .resource-list.grid .thumbnail {
    display: block;
    margin-bottom: 12px;
  }
  .resource-list.list {
    border-top: 1px solid #dedede;
  }
  .resource-list.list .thumbnail {
    float: right;
    margin-left: 24px;
  }
  .resource-list.list .resource {
    border-bottom: 1px solid #dedede;
    padding: 24px 0;
    overflow: hidden;
  }
  #collection-items h2 {
    width: 100%;
  }
  .browse .resource-list .resource-link {
    font-weight: bold;
  }
  .browse .resource h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .browse .item-img a {
    display: block;
  }
  .browse .resource img {
    max-width: 100%;
  }
  .browse .creator + .date {
    margin-left: -4px;
  }
  .browse .creator + .date:before {
    content: ", ";
  }
  .search-filters {
    text-align: center;
    margin: 0 0 24px;
  }
  .search-filters .filter {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 5px;
    font-size: 22.5px;
    margin: 0 0.5em;
  }
  .search-filters .filter-label:after {
    content: ": ";
  }
  #itemfiles {
    margin-bottom: 24px;
    height: 0;
    padding-bottom: 50vh;
  }
  #itemfiles li {
    display: none;
  }
  .media-render img {
    vertical-align: top;
  }
  #content #itemfiles a {
    background-color: transparent;
  }
  .media.show .media-render.video {
    margin-bottom: 24px;
    text-align: center;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 54px;
  }
  .media.show .media-render.video video {
    width: auto;
    max-height: 50vh;
    max-width: 100%;
  }
  @font-face {
    font-family: lg;
    src: url(https://nubis.bis-sorbonne.fr/themes/centerrow/asset/fonts/lg.woff2?io9a6k) format("woff2"), url(https://nubis.bis-sorbonne.fr/themes/centerrow/asset/fonts/lg.ttf?io9a6k) format("truetype"), url(https://nubis.bis-sorbonne.fr/themes/centerrow/asset/fonts/lg.woff?io9a6k) format("woff"), url(https://nubis.bis-sorbonne.fr/themes/centerrow/asset/fonts/lg.svg?io9a6k#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }
  .lg-outer.lg-first-slide-loading .lg-actual-size,
  .lg-outer.lg-first-slide-loading .lg-zoom-in,
  .lg-outer.lg-first-slide-loading .lg-zoom-out,
  .lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
  .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
  .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
  .lg-outer[data-lg-slide-type=video] .lg-actual-size,
  .lg-outer[data-lg-slide-type=video] .lg-zoom-in,
  .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
    display: none;
  }
  .lg-counter {
    min-width: 50px;
    padding-left: 0;
    margin-left: 20px;
    text-align: center;
  }
  .lg-icon.hidden {
    display: none;
  }
  .lg-icon.o-icon-undo {
    font-size: 16px;
  }
  .media-render a.lg-icon {
    font-family: lg !important;
    speak: never;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 48px;
    width: 48px;
    display: inline-block;
    color: #fff;
    opacity: 0.5;
    margin-top: 12px;
    text-align: center;
  }
  .media-render a.lg-icon:hover {
    opacity: 1;
  }
  .lg-download:after {
    content: "\e0f2";
  }
  .lg-toolbar {
    width: 100%;
    text-align: right;
  }
  .expand:after,
  .collapse:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .expand:after {
    content: "\f0da";
  }
  .collapse:after {
    content: "\f0d7";
  }
  .collapsible {
    display: none;
  }
  .collapse + .collapsible {
    display: block;
    width: 100%;
  }
  .collapse + .collapsible dl {
    margin-top: 12px;
  }
  .collapse + .collapsible .property {
    margin-bottom: 12px;
  }
  .property,
  .media-list {
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: flex-end;
    clear: both;
    width: 100%;
  }
  .resource.show dt {
    width: 25%;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-align: right;
    padding: 0 0 0 24px;
    font-size: 22.5px;
  }
  .resource.show dl dl dt {
    font-size: 18px !important;
    line-height: 24px;
  }
  .property .field-term {
    display: block;
    font-size: 18px;
  }
  .resource-metadata {
    width: 100%;
  }
  .resource.show dl dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #dedede;
    margin: 24px 0;
  }
  .resource.show dt ~ dd,
  .media-list dt ~ .resource-link {
    width: 75%;
    padding: 0 24px;
    margin-left: 0;
  }
  .resource.show .property dl dt,
  .resource.show .property dl dd {
    margin-bottom: 12px;
  }
  .resource.show .property dl dt:last-of-type,
  .resource.show .property dl dd:last-of-type {
    margin-bottom: 0;
  }
  .resource.show .property .property {
    margin-bottom: 0;
  }
  .resource-metadata .value:not(:last-child),
  .media-list dt ~ .resource-link:not(:last-child),
  #linked-resources .linked-resource {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dedede;
  }
  .resource-metadata dt ~ .value:last-child,
  .media-list dt ~ .resource-link:last-child {
    border-bottom-color: transparent;
  }
  .property .value:not(:last-child) {
    margin-bottom: 12px;
  }
  .property .value > *:first-child {
    margin-top: 0;
  }
  .property .value img {
    height: 36px;
    display: inline-block;
    vertical-align: middle;
  }
  .property .value .language {
    display: inline-block;
    padding: 0 6px;
    border: 1px solid #dedede;
    margin-right: 6px;
    align-self: flex-start;
  }
  .property .value table {
    margin: 0;
    width: 100%;
  }
  .property .value.resource .resource-link {
    float: left;
    max-width: 80%;
  }
  .property .value.resource .expand,
  .property .value.resource .collapse {
    line-height: 36px;
  }
  .property .value:not(:last-child) .resource-link {
    margin-bottom: 12px;
  }
  .property .value-content:not(:only-child) {
    margin-right: 6px;
  }
  .resource.show .resource-link {
    display: flex;
    align-items: center;
  }
  .resource-metadata .resource-link img,
  .results .resource-link img {
    margin-right: 6px;
  }
  #linked-resources {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .linked-header,
  .linked-footer {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
  }
  #linked-filter {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-start;
    margin-right: auto;
  }
  #linked-filter h4 {
    font-size: 18px;
    width: auto;
    padding: 0;
    margin-right: 6px;
    text-align: left;
  }
  #linked-resources table {
    width: 100%;
    margin-top: 0;
  }
  #linked-resources td {
    vertical-align: middle;
  }
  #linked-resources caption {
    text-align: left;
    font-weight: bold;
    margin: 6px 12px;
  }
  #linked-resources > h4 {
    padding: 6px 24px;
  }
  #item-linked .pagination {
    width: 50%;
    text-align: right;
  }
  .resource.show .resource-link img,
  #item-linked .resource-link img,
  .results .resource-link img {
    height: 36px;
    width: auto;
    display: block;
    margin-right: 6px;
  }
  #linked-resources .resource-link,
  .results .resource-link {
    display: flex;
    align-items: center;
  }
  #home #featured {
    margin: 0 0 48px;
    background-color: #dedede;
  }
  #home #featured .slick-list .image {
    display: block;
    height: 50vh;
    overflow: hidden;
  }
  #featured img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #featured .featured-meta {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    padding: 12px 24px 18px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  #featured .featured-meta h3 {
    font-size: 31.5px;
    line-height: 42px;
    margin: 0;
    font-weight: normal;
  }
  #featured .featured-meta h3 a {
    color: #fff;
  }
  #featured .featured-meta h3 a:hover {
    text-decoration: none;
  }
  #featured .featured-meta p {
    font-size: 15.75px;
    margin: 0;
  }
  #featured .slick-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
  }
  #featured .slick-dots li {
    display: inline-block;
  }
  #featured .slick-dots button {
    background-color: #dedede;
    width: 13.5px;
    height: 13.5px;
    border-radius: 18px;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    margin: 0 0.5em;
  }
  #featured .slick-dots li[aria-hidden=false] button {
    background-color: #9e9e9e;
  }
  #search-results {
    width: 100%;
    margin: 24px 0 0;
  }
  #search-results img {
    height: 72px;
    float: right;
  }
  #search-results a {
    vertical-align: top;
  }
  .page .site-page-pagination {
    padding-top: 11px;
    margin-top: 48px;
    clear: both;
    display: flex;
    justify-content: space-around;
  }
  .page .site-page-pagination a {
    padding: 6px 1rem;
    background-color: #C72E2E;
    color: #fff;
  }
  .page #content .breadcrumbs {
    width: 100%;
  }
  .page #content .breadcrumbs + .blocks,
  .page #content .blocks:first-child {
    width: 100%;
  }
  .page #content .sub-menu {
    padding: 0 24px 24px 0;
    width: 18.75%;
    float: left;
    position: sticky;
    top: 24px;
    left: 0;
  }
  .page #content .sub-menu ~ *:not(.site-page-pagination) {
    width: 81.25%;
    float: right;
    clear: none;
  }
  .page #content .sub-menu > ul {
    margin: 0;
  }
  .page #content .sub-menu a {
    font-size: 15.75px;
    display: inline-block;
    padding-left: 24px;
    text-indent: -24px;
  }
  .page #content .sub-menu a:before {
    content: "◆";
    width: 12px;
    display: inline-block;
    margin-right: 12px;
    text-indent: 0;
  }
  .page #content .sub-menu .current a {
    font-weight: bold;
  }
  .page #content .sub-menu > ul > li {
    padding: 5px;
  }
  .page #content .sub-menu h4 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    margin: 0 0 6px;
  }
  .page.browse .pagination {
    margin-left: auto;
  }
  .breadcrumbs {
    margin-bottom: 24px;
  }
  .results {
    margin-bottom: 48px;
    clear: both;
  }
  .results ul {
    list-style: none;
    padding-left: 0;
  }
  .results .result-title {
    font-weight: bold;
    display: block;
  }
  .results .result-site,
  .results ul ul {
    padding-left: 12px;
  }
  .results > ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .results > ul > li {
    margin-bottom: 24px;
    width: calc(50% - 24px);
  }
  .results > ul > li:nth-child(2n) {
    margin-left: 24px;
  }
  .pagination + .results {
    margin: 24px 0 0;
    clear: both;
  }
  .sitewide-search-form ~ .results + .pagination {
    margin-top: 0;
  }
  .sitewide-search-form ~ .advanced-search {
    display: block;
  }
  .sitewide-search-form ~ h2 {
    width: 50%;
    float: left;
  }
  .sitewide-search-form ~ .pagination {
    margin: 30px 0 24px;
    text-align: right;
    width: 50%;
  }
  .sitewide-search-form ~ p {
    clear: both;
  }
  .index.search .results ul li {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dedede;
  }
  .sitewide-search-form {
    display: flex;
  }
  .sitewide-search-form input[type=submit] {
    margin: 0;
  }
  a.metadata-browse-link {
    display: block;
  }
  .uri-dereferencer-markup:empty {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* @group ----- Containers ----- */
  #wrap,
  footer {
    padding: 0 24px;
  }
  /* @end */
  /* @group ----- Forms ----- */
  .field .label,
  .field label,
  .field .field-meta,
  .media-list {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
  }
  .field .inputs {
    width: 100%;
  }
  /* @end */
  /* group ----- Navigation ----- */
  .pagination-nav,
  #sort-links {
    width: 100%;
    text-align: center;
    padding: 5px 0 6px;
    border-bottom: 1px solid #dedede;
  }
  .pagination-nav ul,
  #sort-links ul {
    margin: 0;
  }
  #content .sub-menu {
    width: 100%;
  }
  /* @end */
  /* @group ----- Header ----- */
  header > h1,
  .site-title {
    margin: 6px 0;
    line-height: 36px;
  }
  .site-title img {
    max-height: 24px;
    max-width: calc(100% - 42px);
  }
  #search-container {
    top: -6px;
  }
  #top-nav ul {
    margin: 12px 0;
  }
  header nav .navigation {
    justify-content: center;
    flex-wrap: wrap;
    margin: 12px 0;
  }
  .sub-nav.first {
    max-width: 100%;
    margin: 0;
  }
  .first.open.sub-nav > ul > li > ul > li {
    width: 100%;
  }
  #content > h2 {
    margin: 12px 0;
  }
  /* @end */
  /* @group ----- Footer ----- */
  footer {
    margin: 24px 0;
    padding: 0;
  }
  /* @end */
  /* @group ----- Browse ----- */
  .browse-controls {
    flex-direction: row;
  }
  .browse-controls > * {
    margin: 6px 0;
  }
  .browse-controls .pagination {
    order: 1;
  }
  .browse-controls .sorting {
    order: 2;
  }
  .browse .records {
    padding: 24px 0;
  }
  .browse .grid.resource-list {
    justify-content: flex-start;
    margin: 0 -12px;
  }
  .browse .grid .resource {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 11px;
    margin-bottom: 24px;
    align-content: flex-start;
  }
  .browse .grid .resource .thumbnail {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .browse .list .resource {
    display: block;
    overflow: hidden;
  }
  .browse .list .resource .thumbnail {
    width: 100%;
    margin: 0 0 12px 0;
    display: block;
  }
  .browse .resource-list h4 {
    margin-top: 0;
  }
  /* @end */
  /* @group ----- Show ----- */
  .resource.show dt,
  .resource.show dt ~ dd,
  .media-list dt ~ .resource-link,
  #linked-filter,
  #linked-resources .pagination,
  #linked-resources > dt,
  #linked-resources .linked-resource {
    width: 100%;
    text-align: left;
  }
  .resource.show .property > dt,
  .resource.show dt ~ dd.value {
    padding: 0;
  }
  .resource.show dl dt,
  .resource.show dt ~ dd,
  .media-list dt ~ .resource-link,
  .resource.show .collapsible .property {
    padding-left: 12px;
  }
  .resource.show .collapsible .property:not(:last-child) {
    margin-bottom: 12px;
  }
  .resource.show .property > dt {
    margin-bottom: 6px;
  }
  .resource.show .property dl dt {
    margin-bottom: 0;
  }
  .linked-header,
  .linked-footer {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #linked-filter {
    margin-bottom: 24px;
  }
  #linked-resources .resource-class {
    flex: 1;
    text-align: center;
  }
  #linked-resources .resource-link {
    flex: 2;
  }
  .media-embeds * {
    max-width: 100%;
    height: auto;
  }
  .media-embeds .file {
    margin-bottom: 24px;
  }
  .property .value:not(:last-child) .resource-link {
    margin-bottom: 0;
  }
  /* @end */
  /* @group ----- Search ----- */
  #search-filters ul li {
    font-size: 15.75px;
    margin: 0 3px 12px;
  }
  #search-results {
    margin-top: 12px;
  }
  .index.search .results ul {
    -moz-columns: 1;
         columns: 1;
  }
  .field .inputs {
    padding-left: 0;
  }
  .field .inputs ~ *,
  form input[type=submit] {
    margin-left: 0;
  }
  /* @end */
  /* @group ----- Pages ----- */
  .page #content .sub-menu,
  .page #content .sub-menu ~ *:not(.site-page-pagination) {
    position: static;
    width: 100%;
    padding: 0;
  }
  #content .blocks h2:first-child {
    margin-top: 0;
  }
  /* @end */
}/*# sourceMappingURL=style.css.map */
