/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }

  .ie9 .responsive-table-horizontal thead {
    float: none; } }
/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/persee-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(/persee-theme/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/persee-theme/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #c0c2c5 url(/persee-theme/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(/persee-theme/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/persee-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(/persee-theme/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(/persee-theme/css/../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(/persee-theme/css/../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(/persee-theme/css/../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(/persee-theme/css/../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- CKEditor contents ---------- */
.aui .cke_editable [class*="span"] {
  float: none; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- CKEditor panel menu ---------- */
.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }
.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor source ---------- */
.aui .cke_source {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000;
  padding: 1em; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/persee-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/persee-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/persee-theme/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }











.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0;
  position: relative; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(/persee-theme/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(/persee-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(/persee-theme/css/../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(/persee-theme/css/../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(/persee-theme/css/../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(/persee-theme/css/../images/common/configuration.png); }

.save-trigger img {
  background-image: url(/persee-theme/css/../images/common/check.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/persee-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 95%;
  vertical-align: top; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/persee-theme/css/../images/portlet/options_borderless.png); }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/persee-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/persee-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/persee-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/persee-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/persee-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/persee-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/persee-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(/persee-theme/css/../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(/persee-theme/css/../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(/persee-theme/css/../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(/persee-theme/css/../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(/persee-theme/css/../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(/persee-theme/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(/persee-theme/css/../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(/persee-theme/css/../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(/persee-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/persee-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/persee-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/persee-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/persee-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/persee-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
.lfr-ddm-container .control-group.error .control-label,
.lfr-ddm-container .control-group.error .help-block,
.lfr-ddm-container .control-group.error .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.error .checkbox,
.lfr-ddm-container .control-group.error .radio,
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  color: #555555; }
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error input:focus,
  .lfr-ddm-container .control-group.error select:focus,
  .lfr-ddm-container .control-group.error textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.error .input-prepend .add-on,
.lfr-ddm-container .control-group.error .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.info .control-label,
.lfr-ddm-container .control-group.info .help-block,
.lfr-ddm-container .control-group.info .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.info .checkbox,
.lfr-ddm-container .control-group.info .radio,
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  color: #555555; }
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info input:focus,
  .lfr-ddm-container .control-group.info select:focus,
  .lfr-ddm-container .control-group.info textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.info .input-prepend .add-on,
.lfr-ddm-container .control-group.info .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.success .control-label,
.lfr-ddm-container .control-group.success .help-block,
.lfr-ddm-container .control-group.success .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.success .checkbox,
.lfr-ddm-container .control-group.success .radio,
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  color: #555555; }
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success input:focus,
  .lfr-ddm-container .control-group.success select:focus,
  .lfr-ddm-container .control-group.success textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.success .input-prepend .add-on,
.lfr-ddm-container .control-group.success .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.warning .control-label,
.lfr-ddm-container .control-group.warning .help-block,
.lfr-ddm-container .control-group.warning .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.warning .checkbox,
.lfr-ddm-container .control-group.warning .radio,
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  color: #555555; }
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning input:focus,
  .lfr-ddm-container .control-group.warning select:focus,
  .lfr-ddm-container .control-group.warning textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.warning .input-prepend .add-on,
.lfr-ddm-container .control-group.warning .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.error > .control-label,
.lfr-ddm-container .control-group.error > .help-block,
.lfr-ddm-container .control-group.error > .help-inline {
  color: #b50303; }
.lfr-ddm-container .control-group.error > .checkbox,
.lfr-ddm-container .control-group.error > .radio,
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  color: #b50303; }
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  border-color: #b50303;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error > input:focus,
  .lfr-ddm-container .control-group.error > select:focus,
  .lfr-ddm-container .control-group.error > textarea:focus {
    border-color: #830202;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
.lfr-ddm-container .control-group.error > .input-prepend .add-on,
.lfr-ddm-container .control-group.error > .input-append .add-on {
  color: #b50303;
  background-color: #fee5e2;
  border-color: #b50303; }
.lfr-ddm-container .control-group.info > .control-label,
.lfr-ddm-container .control-group.info > .help-block,
.lfr-ddm-container .control-group.info > .help-inline {
  color: #12718f; }
.lfr-ddm-container .control-group.info > .checkbox,
.lfr-ddm-container .control-group.info > .radio,
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  color: #12718f; }
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  border-color: #12718f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info > input:focus,
  .lfr-ddm-container .control-group.info > select:focus,
  .lfr-ddm-container .control-group.info > textarea:focus {
    border-color: #0c4d62;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
.lfr-ddm-container .control-group.info > .input-prepend .add-on,
.lfr-ddm-container .control-group.info > .input-append .add-on {
  color: #12718f;
  background-color: #cef1fc;
  border-color: #12718f; }
.lfr-ddm-container .control-group.success > .control-label,
.lfr-ddm-container .control-group.success > .help-block,
.lfr-ddm-container .control-group.success > .help-inline {
  color: #488f06; }
.lfr-ddm-container .control-group.success > .checkbox,
.lfr-ddm-container .control-group.success > .radio,
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  color: #488f06; }
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  border-color: #488f06;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success > input:focus,
  .lfr-ddm-container .control-group.success > select:focus,
  .lfr-ddm-container .control-group.success > textarea:focus {
    border-color: #2f5e04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
.lfr-ddm-container .control-group.success > .input-prepend .add-on,
.lfr-ddm-container .control-group.success > .input-append .add-on {
  color: #488f06;
  background-color: #f1fbd1;
  border-color: #488f06; }
.lfr-ddm-container .control-group.warning > .control-label,
.lfr-ddm-container .control-group.warning > .help-block,
.lfr-ddm-container .control-group.warning > .help-inline {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > .checkbox,
.lfr-ddm-container .control-group.warning > .radio,
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  border-color: #bf7900;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning > input:focus,
  .lfr-ddm-container .control-group.warning > select:focus,
  .lfr-ddm-container .control-group.warning > textarea:focus {
    border-color: #8c5900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
.lfr-ddm-container .control-group.warning > .input-prepend .add-on,
.lfr-ddm-container .control-group.warning > .input-append .add-on {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #bf7900; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper {
  border: 1px solid #D0D0D0;
  border-left-width: 10px;
  padding: 7px 10px 10px; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even) {
    background-color: #F5F5F5; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper {
    margin: 15px 0 0; }

/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(/persee-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }















  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }




.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-asset-tag-admin .merge-tag, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #ff0047;
    -moz-box-shadow: 0 0 3px #ff0047;
    box-shadow: 0 0 3px #ff0047; }
.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27c1f2;
  -moz-box-shadow: 0 0 3px #27c1f2;
  box-shadow: 0 0 3px #27c1f2; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -o-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -o-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc); }

.portlet-asset-publisher .asset-actions {
  margin-top: 25px; }

/* Police pour les titres (pour eviter le flou) */
@font-face {
  font-family: Bebas Kai;
  /*"bebas";*/
  src: url(fonts/ens/BebasNeueRegular-webfont.eot);
  src: url(fonts/ens/BebasNeueRegular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/ens/BebasNeueRegular-webfont.woff2) format("woff2"), url(fonts/ens/BebasNeueRegular-webfont.woff) format("woff"), url(fonts/ens/BebasNeueRegular-webfont.ttf) format("truetype"), url(fonts/ens/BebasNeueRegular-webfont.svg#bebas_neue_regularregular) format("svg");
  font-weight: normal; }

@font-face {
  font-family: Bebas Kai;
  /*"bebas";*/
  src: url(fonts/ens/BebasNeueBold-webfont.eot);
  src: url(fonts/ens/BebasNeueBold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/ens/BebasNeueBold-webfont.woff2) format("woff2"), url(fonts/ens/BebasNeueBold-webfont.woff) format("woff"), url(fonts/ens/BebasNeueBold-webfont.ttf) format("truetype"), url(fonts/ens/BebasNeueBold-webfont.svg#bebas_neuebold) format("svg");
  font-weight: bold; }

/* Fonts for hieroglyphs */
@font-face {
  font-family: "new-gardiner";
  src: url(fonts/hieroglyphs/new-gardiner-2.06/NewGardinerSMP.ttf) format("truetype");
  unicode-range: U+13000-1342F, U+13430-1343F; }

/* Fonts for coptic */
@font-face {
  font-family: "ifao-n-copte";
  src: url(fonts/coptic/ifao-n-copte-1.0b/Ifao-N-copte.ttf) format("truetype");
  unicode-range: U+2C80-2CFF; }

/* Fonts for coptic */
@font-face {
  font-family: "Dazzed";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/dazzed/Dazzed-Regular.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Dazzed";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/dazzed/Dazzed-Medium.ttf) format("truetype");
  font-display: swap; }

body.persee {
  /* Variables */
  /* Alter the default responsive options */
  /* Import other files from original prescripts */
  /* Tabs */
  /* Checkboxes */
  /* Sidebar */
  /* Headbar */
  /* Lien vers haut de page */
  /* override aui default */
  /* Wrapper */
  /* Toggler */
  /* Pictos */
  /* Navigation bar in header */
  /* Navigation menu on the left */
  /* Banner */
  /* Home page */
  /*
  div.persee_revues h4 + div.date, div.persee_news h4 + div.date {
    position: relative;
    top: -10px;
  }
   */
  /* Pages intérieures */
  /* Page d'un auteur */
  /* Page d'une authorité */
  /* Illustrations */
  /* Discipline List */
  /* Collection List */
  /* Collection */
  /* #collection-display .new-issue {
    display: table-cell;
    position: relative;
  }
  
  #collection-display .new-issue:after {
    display: block;
    content: "";
    background-color: $perseeSecondary;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    position: relative;
    bottom: -2px;
  }
  
  #collection-display .issue-period-fond .new-issue:after {
    margin-right: 5px;
  }
  
  #collection-display .issue-period-compact .new-issue {
    display: inline-block;
  } */
  /* Search results */
  /* portlets */
  /* document */
  /* issue */
  /* carousel collection (slick) */
  /* Authority extdata */
  /* Services Ajax */
  /* Corrections pour lightbox */
  /* Footer */
  /* Small footer */ }
  @media (max-width: 767px) {
    body.persee {
      /* Padding to set content in a bit */ }
      body.persee {
        padding-left: 0px;
        padding-right: 0px; } }
  @media print {
    body.persee {
     /*
    *  * a tester
    *   *************************************************/
     /*
    *  * contre ordre des valeurs par défaut de Liferay
    *   *************************************************/
     /*
    *  * recup ancien portail
    *   *************************************************/
      /* NOUVEAU portail */
      /* pas de carousel à l'impression */
      /* affichage des urls des liens externes (idref...) */ }
      body.persee * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important; }
      body.persee a[href]:after {
        content: "" !important; }
      body.persee body,
      body.persee a,
      body.persee a:hover {
        text-decoration: none;
        color: black;
        font-size: 12px; }
      body.persee hr,
      body.persee #bg_gauche,
      body.persee #bg_gauche,
      body.persee #tete,
      body.persee .tete,
      body.persee .simpleSearch,
      body.persee .tabs,
      body.persee .left,
      body.persee .paginationBottom,
      body.persee #pied {
        display: none; }
      body.persee .sidebar,
      body.persee .search,
      body.persee .userUtils,
      body.persee .pagination,
      body.persee href {
        display: none; }
      body.persee #navi,
      body.persee #logo,
      body.persee #search,
      body.persee #sidebar,
      body.persee #partner,
      body.persee #footer-small {
        display: none !important; }
      body.persee .portlet-column-first {
        display: none !important; }
      body.persee .accordion-inner,
      body.persee .toggler-content-collapsed,
      body.persee .toggler-content,
      body.persee .toggler-content-expanded,
      body.persee .toggler-content-wrapper {
        display: block !important; }
      body.persee #print_option_list {
        display: block; }
      body.persee .displayNone {
        display: none; }
      body.persee #mainContent,
      body.persee #searchResults .discipline .revue {
        border: none; }
      body.persee #mainContent .right {
        width: 100%; }
      body.persee .revue {
        padding: 0; }
      body.persee .authority-articles .collections-contributor-carousel {
        display: none; }
      body.persee .authority-display .external-services a:after {
        content: " (" attr(href) ") ";
        font-size: 0.8em;
        font-weight: normal; } }
  body.persee .tab-header-container {
    width: 100%;
    text-align: center; }
  body.persee .tab-header-container {
    -webkit-column-width: 13em;
    -moz-column-width: 13em;
    column-width: 13em; }
  body.persee .tab-header-container button.tab-item {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 0;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: black;
    border: none; }
    body.persee .tab-header-container button.tab-item:disabled {
      cursor: initial;
      background-color: #afb811; }
    body.persee .tab-header-container button.tab-item:enabled:hover {
      background-color: #afb811; }
    body.persee .tab-header-container button.tab-item:focus {
      outline: none; }
  body.persee form.facet-check-form label input[type="checkbox"] {
    display: none; }
  body.persee form.facet-check-form label input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    overflow: hidden;
    background-image: url("/persee-theme/images/skin/persee/picto/check-1.png");
    margin-right: 5px;
    position: relative;
    top: 2px; }
  body.persee form.facet-check-form label input[type="checkbox"]:checked + span::before {
    background-position: 0 -12px; }
  body.persee #sidebar {
    background: url(/persee-theme/images/onglet.png) no-repeat left bottom;
    background-size: 100%;
    background-color: #afb811;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 32px;
    z-index: 500;
    padding-top: 80px;
    box-sizing: border-box; }
  body.persee #trame {
    background: url(/persee-theme/images/trame.png) repeat-y scroll 0% 0% white;
    width: 3%;
    max-width: 32px !important;
    height: 100%;
    position: fixed;
    right: 0px; }
  body.persee #sidebar section,
  body.persee #sidebar div.portlet-body {
    margin-bottom: 2em; }
  body.persee section#language-select {
    font-size: 20px;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.persee section#language-select .locale-entry {
    border-top: solid 1px white;
    display: block;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0; }
  body.persee section#language-select a.locale-entry:hover,
  body.persee section#language-select a.locale-entry:active {
    text-decoration: none; }
  body.persee section#language-select .locale-entry:first-child {
    border: none; }
  body.persee section#language-select span.locale-entry {
    color: black; }
  body.persee div.social-icon {
    height: 32px;
    width: 100%;
    text-align: center; }
    body.persee div.social-icon a {
      display: block;
      height: 100%;
      color: white;
      font-size: 16px; }
  body.persee #persee-headbar {
    background: #626262;
    font-weight: bold;
    height: 30px;
    padding-right: 3%;
    padding-top: 8px;
    margin-bottom: 0; }
    body.persee #persee-headbar a {
      height: 100%;
      box-sizing: border-box;
      padding-left: 1em;
      padding-right: 1em;
      white-space: nowrap;
      border-radius: 5px; }
    body.persee #persee-headbar .a_css {
      background: #999999; }
    body.persee #persee-headbar a {
      color: white;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-decoration: none; }
      body.persee #persee-headbar a:hover {
        color: #8e083a;
        background-color: #999999; }
  @media screen and (min-width: 1068px) {
    body.persee #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.persee #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    body.persee #persee-headbar {
      padding-left: 32px;
      font-size: 10px; } }
  @media screen and (max-width: 399px) {
    body.persee #persee-headbar {
      padding-left: 32px;
      font-size: 9px;
      height: 50px; } }
  body.persee {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    color: black; }
  body.persee input {
    background-color: inherit; }
  body.persee a#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 10%;
    border-radius: 0.5em;
    opacity: 0;
    height: 3em;
    width: 3em; }
  body.persee form {
    margin: 0; }
  body.persee .spacer {
    clear: both; }
  body.persee .perseePrimary {
    color: #afb811; }
  body.persee .perseeSecondary {
    color: #8e083a; }
  body.persee a {
    color: #555555;
    cursor: pointer;
    word-wrap: break-word; }
    body.persee a:visited, body.persee a:active, body.persee a:hover, body.persee a:focus {
      color: #555555; }
    body.persee a:focus {
      outline: 1px solid #999999; }
  body.persee .button {
    cursor: pointer; }
  body.persee #wrapper {
    position: relative;
    left: 32px;
    box-sizing: border-box;
    width: 92%;
    width: -webkit-calc(100% - 32px - 3%);
    width: -moz-calc(100% - 32px - 3%);
    width: calc(100% - 32px - 3%);
    padding: 1em;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 30px - 1em);
    height: 100%;
    /* browser compatibility */ }
    body.persee #wrapper > header,
    body.persee #wrapper > footer {
      flex: none;
      /* browser compatibility */ }
    body.persee #wrapper > div#content {
      flex: 1 0 auto;
      /* browser compatibility, basic : flex: 1; */ }
  @media screen and (min-width: 1067px) {
    body.persee #wrapper {
      width: 95%;
      width: -webkit-calc(100% - 32px - 32px);
      width: -moz-calc(100% - 32px - 32px);
      width: calc(100% - 32px - 32px); } }
  @media screen and (min-width: 768px) {
    body.persee #column-1.column-left {
      width: 250px; }
    body.persee #column-2.column-main {
      width: 75%;
      width: -webkit-calc(95% - 250px);
      width: -moz-calc(95% - 250px);
      width: calc(95% - 250px); }
    body.persee #column-2.full-width {
      width: 99%;
      margin-left: 0px; } }
  body.persee #announcement-page {
    margin-top: 50px; }
    body.persee #announcement-page p {
      text-align: center; }
      body.persee #announcement-page p a,
      body.persee #announcement-page p a:visited {
        color: #afb811; }
    body.persee #announcement-page p.title {
      font-size: 20px; }
  body.persee .toggler .toggler-trigger {
    cursor: pointer; }
    body.persee .toggler .toggler-trigger::before {
      content: url("/persee-theme/images/skin/persee/picto/list-open-3.png");
      margin-right: 5px;
      position: relative;
      top: 5px; }
    body.persee .toggler .toggler-trigger:hover::before {
      content: url("/persee-theme/images/skin/persee/picto/list-open-alt-2.png"); }
  body.persee .toggler.closed .toggler-trigger::before {
    content: url("/persee-theme/images/skin/persee/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.persee .toggler.closed .toggler-trigger:hover::before {
    content: url("/persee-theme/images/skin/persee/picto/list-closed-alt-2.png"); }
  body.persee .toggler.closed .toggler-content {
    display: none; }
  body.persee .toggler-header-expanded:before {
    content: url("/persee-theme/images/skin/persee/picto/list-open-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.persee .toggler-header-expanded:hover:before {
    content: url("/persee-theme/images/skin/persee/picto/list-open-alt-2.png"); }
  body.persee .toggler-header-collapsed:before {
    content: url("/persee-theme/images/skin/persee/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.persee .toggler-header-collapsed:hover:before {
    content: url("/persee-theme/images/skin/persee/picto/list-closed-alt-2.png"); }
  body.persee .toggler-header {
    cursor: pointer; }
  body.persee .aui .accordion-heading .accordion-toggle {
    display: inline-block;
    padding: 0; }
  body.persee .aui .accordion-inner {
    padding: 9px 0 0 9px; }
  body.persee .aui .accordion-group {
    border: none; }
  body.persee .picto .default-picto,
  body.persee .picto .hover-base {
    display: inline-block; }
  body.persee .picto .hover-picto,
  body.persee .picto .hover-alt {
    display: none; }
  body.persee .picto:hover .default-picto,
  body.persee .picto:hover .hover-base {
    display: none; }
  body.persee .picto:hover .hover-picto,
  body.persee .picto:hover .hover-alt {
    display: inline-block; }
  body.persee .picto + span {
    vertical-align: middle; }
  body.persee .left-picto {
    margin-right: 5px; }
  body.persee .toggle-control-buttons div {
    display: inline-block;
    padding: 0 5px; }
  body.persee .toggle-control-buttons img {
    width: 20px;
    cursor: pointer; }
  body.persee ul {
    list-style-image: url("/persee-theme/images/skin/persee/picto/bullet-full-3.png"); }
  @media screen and (min-width: 768px) {
    body.persee #navi {
      display: table;
      width: 100%; }
    body.persee #navi > section {
      display: table-cell;
      vertical-align: bottom; }
    body.persee #navi > section:last-of-type {
      text-align: right; }
    body.persee #navi #site-title {
      width: 140px; } }
  body.persee a.logo img {
    height: 120px;
    width: auto; }
  body.persee header {
    margin-bottom: 1em; }
  body.persee header#navi section {
    vertical-align: top; }
  body.persee header#navi section#menu {
    vertical-align: bottom;
    padding-bottom: 1em; }
  body.persee #menu a:link,
  body.persee #menu a:visited {
    color: black; }
  body.persee #menu a {
    text-decoration: none;
    color: black;
    padding: 0.5em 0;
    margin-right: 2em;
    line-height: 2em;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative; }
    body.persee #menu a:after {
      content: "";
      display: block;
      position: absolute;
      height: 5px;
      width: 50%;
      left: 25%;
      background: #afb811;
      transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
    body.persee #menu a:hover:after {
      left: 10%;
      width: 80%; }
  body.persee #recherche form {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 100%;
    max-width: 450px; }
  body.persee #recherche input {
    height: 100%;
    width: 100%;
    border: solid 1px black;
    border-radius: 0;
    padding-right: 50px;
    margin: 0;
    box-sizing: border-box;
    padding-left: 0.4em; }
  body.persee #recherche input + button {
    height: 100%;
    width: 40px;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0; }
  body.persee #recherche input + button img {
    height: 20px; }
  body.persee #recherche input + button:after {
    content: "";
    height: 80%;
    border-left: 1px solid black;
    position: absolute;
    top: 10%;
    left: 0; }
  body.persee .nav-menu ul {
    list-style: none;
    margin: 0; }
  body.persee .nav-menu li {
    margin: 0.5em 0 0.5em 0.5em;
    font-size: 20px;
    line-height: 25px; }
  body.persee .nav-menu li a {
    color: black; }
  @media screen and (min-width: 768px) {
    body.persee #header-banner > section {
      vertical-align: top; }
    body.persee #header-banner #banner {
      display: inline-block;
      width: 74.4%; }
    body.persee #header-banner #partner {
      display: inline-block;
      width: 23%;
      margin-left: 2%; } }
  body.persee #header-banner #banner {
    background-color: transparent;
    background-image: url("/static/bandeau.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover !important;
    height: 250px;
    padding: 0px !important; }
  body.persee #header-banner #banner a {
    display: block;
    height: 100%; }
  body.persee #header-banner #partner img {
    margin: 0.5em; }
  body.persee .persee-home h1,
  body.persee .persee-home h2,
  body.persee .persee-home h3,
  body.persee #footer h1,
  body.persee #footer h2,
  body.persee #footer h3 {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em; }
  body.persee div.persee_content {
    overflow: auto; }
    body.persee div.persee_content ul {
      margin: 1em 0 1em 2em; }
  body.persee div.persee_content img.defaultImage {
    float: left;
    margin: 0.5em;
    max-width: calc(100% - 1em); }
  body.persee div.persee_revues h3 {
    background-color: black;
    padding-left: 0.5em;
    color: white; }
  body.persee div.persee_news {
    margin-bottom: 2em; }
  body.persee div.persee_content-greybox p.big {
    font-size: 6em;
    line-height: 1em;
    font-family: "hasteristico", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.persee div.persee_content-greybox {
    background-color: #dddddd;
    margin: 10px 0px; }
  body.persee div.persee_content-greybox h4 {
    padding: 0.5em;
    margin: 0; }
  body.persee div.persee_content-greybox div {
    /*  padding: 0.555em;
      margin: 0; */ }
  body.persee div.persee_content-greybox div {
    /*  padding: 0 0.5em 0 0.5em;
      margin: 0.5em 0 0 0; */ }
  body.persee div.persee_content-greybox .persee_content .title {
    background: none repeat scroll 0% 0% #f0f0f0;
    padding: 0.555em;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.persee .persee_content-greybox .persee_content .content {
    margin-left: 0.8rem; }
  body.persee .journal-content-article .persee_content-nobox .persee_content .titre {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.persee .persee_news > ul {
    margin-left: 0; }
    body.persee .persee_news > ul > li {
      list-style: none;
      background: url("/persee-theme/images/skin/persee/picto/bullet-full-3.png") no-repeat left 16px;
      padding-left: 20px; }
  body.persee #doc-count {
    margin: 10px 0px;
    background-color: #dddddd; }
    body.persee #doc-count .title {
      background-color: #f0f0f0;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      font-weight: bold;
      padding: 0.5em;
      margin: 0; }
      body.persee #doc-count .title .emphasis {
        color: #afb811; }
    body.persee #doc-count .content {
      padding: 1em; }
      body.persee #doc-count .content .number {
        font-size: 36px;
        line-height: 36px;
        color: #8e083a; }
      body.persee #doc-count .content .text {
        font-size: 20px; }
      body.persee #doc-count .content p:last-of-type {
        margin: 0; }
  body.persee .persee-browse h2,
  body.persee .persee-browse h3,
  body.persee .persee-browse h4 {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    margin-bottom: 5px;
    line-height: 1.2em; }
  body.persee .persee-browse h2 {
    font-size: 22px;
    display: inline; }
  body.persee .persee-browse h3 {
    font-size: 18px; }
  body.persee .persee-browse h4 {
    font-size: 16px; }
  body.persee ul.published-in,
  body.persee ul.published-with {
    list-style: none; }
    body.persee ul.published-in li.toggler-container,
    body.persee ul.published-with li.toggler-container {
      margin: 0.25em; }
    body.persee ul.published-in .toggler-content li,
    body.persee ul.published-with .toggler-content li {
      margin: 0.125em; }
  body.persee .cited-by li,
  body.persee .cites li {
    margin: 0.25em; }
  body.persee div.external-services img {
    max-height: 50px;
    max-width: 200px;
    margin: 0.5em; }
  body.persee .author-display .title.picto img {
    width: 20px;
    margin: 0 5px; }
  body.persee .author-display .title.picto {
    display: inline; }
  body.persee .authors {
    margin-bottom: 5px; }
  body.persee .authority-display {
    /*  IDCARD  */
    /* CLASSES QUI NE CHANGENT PAS EN FONCTION DE LA TAILLE DE L'ECRAN */
    /* 1 IMAGE */
    /* PLUSIEURS IMAGES */
    /* IMAGE AUTRES QUE PERSEE */
    /* --- LIENS EXTERNES DANS IDCARD --- */
    /* --- AUTHORITY-ARTICLES --- */
    /* CAROUSEL + LISTE DES COLLECTIONS + ARTICLES */
    /* CAROUSEL */
    /* LISTE DES COLLECTIONS + ARTCILES */
    /* --- AUTHORITY-ISSUES --- */
    /* --- COMMUN AUTHORITY-ARTICLES & AUTHORITY-ISSUES --- */
    /* -- enleve le contours des images dans le carousel authority */
    /*
    .slick-initialized .slick-slide {
      display: block;
      text-align: center;
    }
    */
    /* --- EXTERNAL-DATA --- */ }
    @media screen and (min-width: 1068px) {
      body.persee .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.persee .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          display: inline-block;
          width: 40%; }
          body.persee .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.persee .authority-display .authority-portrait-carousel {
          width: 25%;
          display: inline-block; }
        body.persee .authority-display .authority-image {
          padding: 0.5em;
          width: 25%;
          text-align: center;
          display: inline-block; }
        body.persee .authority-display .authority-portrait-one {
          padding: 0.5em;
          margin-left: 10px;
          margin-right: 10px;
          text-align: center;
          display: inline-block;
          width: 25%; }
        body.persee .authority-display .external-services {
          line-height: 1.8em;
          margin-right: 10px;
          margin-left: 10px;
          vertical-align: top;
          display: inline-block;
          width: 22%;
          padding: 1em; }
        body.persee .authority-display .authority-geonames-map i {
          font-size: small; }
        body.persee .authority-display .authority-geonames-map {
          margin-top: 30px; }
        body.persee .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.persee .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 25%; }
        body.persee .authority-display .authority-bio {
          margin: 0.5em 0; } }
    @media screen and (min-width: 768px) and (max-width: 1067px) {
      body.persee .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.persee .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.persee .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          width: 91.33%; }
          body.persee .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.persee .authority-display .authority-portrait-carousel {
          display: none; }
        body.persee .authority-display .authority-image {
          display: none; }
        body.persee .authority-display .authority-portrait-one {
          display: none; }
        body.persee .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em; }
        body.persee .authority-display .collections-contributor-carousel,
        body.persee .authority-display .authority-geonames-map {
          display: none; }
        body.persee .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.persee .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 23%; }
        body.persee .authority-display .authority-bio {
          margin: 0; } }
    @media screen and (max-width: 767px) {
      body.persee .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.persee .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.persee .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          width: 100%; }
          body.persee .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.persee .authority-display .authority-portrait-carousel {
          display: none; }
        body.persee .authority-display .authority-image {
          display: none; }
        body.persee .authority-display .authority-portrait-one {
          display: none; }
        body.persee .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em 0; }
        body.persee .authority-display .collections-contributor-carousel,
        body.persee .authority-display .authority-geonames-map {
          display: none; }
        body.persee .authority-display .div-authority-articles {
          vertical-align: top;
          width: 100%;
          margin-right: 30px;
          padding-right: 20px;
          display: inline-block; }
        body.persee .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
        body.persee .authority-display .authority-bio {
          margin: 0.5em; } }
    body.persee .authority-display .authority-idcard h2 {
      color: #afb811;
      font-size: 26px;
      padding: 0.2em 0;
      line-height: 1em;
      margin-top: 1.2em; }
    body.persee .authority-display .authority-other-names li {
      margin-left: 10px; }
    body.persee .authority-display .authority-labels i {
      font-size: small; }
    body.persee .authority-display .broader {
      margin: 10px 0px 15px 0px;
      font-weight: bold; }
    body.persee .authority-display .show-more .picto {
      margin-left: 10px; }
    body.persee .authority-display .authority-portrait-one img {
      height: 200px; }
    body.persee .authority-display .authority-portrait-one i {
      font-size: small; }
    body.persee .authority-display .slick-prev:before,
    body.persee .authority-display .slick-next:before {
      color: #afb811; }
    body.persee .authority-display .slick-dots li.slick-active button:before {
      color: #afb811; }
    body.persee .authority-display .authority-image img {
      height: 200px; }
    body.persee .authority-display .authority-image i {
      font-size: small; }
    body.persee .authority-display div.external-services img {
      max-height: 30px;
      max-width: 50px;
      margin: 0.5em; }
    body.persee .authority-display div.external-services div {
      display: inline-block; }
    body.persee .authority-display div.external-services h4 {
      font-size: 16px;
      margin-bottom: 20px; }
    body.persee .authority-display div.external-services h4::before {
      content: "";
      display: block;
      height: 5px;
      width: 100%;
      background: #afb811; }
    body.persee .authority-display .authority-articles h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.persee .authority-display .authority-articles-citing h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.persee .authority-display .authority-articles-cited h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.persee .authority-display .authority-articles h5 {
      margin: 5px; }
    body.persee .authority-display img.collection-cover {
      border: 1px solid lightgray;
      padding: 0.2em;
      height: 180px;
      margin: auto; }
    body.persee .authority-display .div-couv h6.collection-label {
      font-size: 20px;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      color: black;
      text-align: center; }
    body.persee .authority-display .div-couv h5.collection-label {
      font-size: 16px;
      color: #8e083a;
      font-weight: normal;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center; }
    body.persee .authority-display span.authority {
      color: #afb811; }
    body.persee .authority-display ul.role-contributor {
      list-style: none; }
    body.persee .authority-display .toggle-control-buttons {
      margin-left: -25px; }
    body.persee .authority-display .collection li {
      margin-left: -26px; }
    body.persee .authority-display .collection .toggler-content > ul > li {
      margin-left: 8px; }
    body.persee .authority-display .toggler-content.role-contributor.toggler-content-expanded {
      margin-left: 60px; }
    body.persee .authority-display .articleText {
      vertical-align: middle;
      font-variant: small-caps oldstyle-nums; }
    body.persee .authority-display .docs {
      margin-top: 10px; }
    body.persee .authority-display a.title.title-free {
      line-height: 1.8em; }
    body.persee .authority-display .authority-issues h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.persee .authority-display .slick-track ul {
      outline-color: transparent; }
    body.persee .authority-display .div-couv figure {
      margin: 0; }
    body.persee .authority-display .collection-label-articles {
      display: inline-block;
      vertical-align: top;
      max-width: 80%;
      text-align: center; }
    body.persee .authority-display h6.collection-label {
      font-size: 15px; }
    body.persee .authority-display .show-more .picto {
      cursor: default; }
    body.persee .authority-display .external-data h3 {
      display: none; }
    body.persee .authority-display .ext-data-service-logo {
      height: 60px;
      background-color: #f0f0f0;
      text-align: center;
      margin: 0; }
    body.persee .authority-display .external-data h4 {
      padding-top: 5px;
      font-size: 14px;
      font-variant: small-caps; }
    body.persee .authority-display .external-data h5 {
      font-size: 14px;
      text-align: left; }
    body.persee .authority-display .ext-data-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px; }
    body.persee .authority-display .ext-data-container.ext-data-cairogazetteer {
      max-width: 100%;
      width: 100%; }
    body.persee .authority-display .content {
      padding: 0.5em 0; }
    body.persee .authority-display .dbpedia-thumbnail img {
      height: 150px; }
    body.persee .authority-display .lang-picker-container {
      margin-bottom: 5px; }
    body.persee .authority-display .theses-directeur ul {
      list-style-image: url("/persee-theme/images/skin/persee/picto/bullet-full-3.png"); }
    body.persee .authority-display .theses-auteur ul {
      list-style-image: url("/persee-theme/images/skin/persee/picto/bullet-full-3.png"); }
    body.persee .authority-display .idref-query ul {
      list-style-image: url("/persee-theme/images/skin/persee/picto/bullet-full-3.png"); }
    body.persee .authority-display .external-data li {
      line-height: 1.8em; }
    body.persee .authority-display .dbpedia-entry-title .idref-query h5 {
      font-size: 14px; }
  body.persee .contrib-group {
    margin-bottom: 0.5em; }
  body.persee .contributors {
    margin-bottom: 5px; }
  body.persee .authority {
    font-weight: bold; }
  body.persee a.authority {
    color: #afb811; }
    body.persee a.authority:visited {
      color: #afb811; }
  body.persee .authority-reference {
    font-weight: bold; }
    body.persee .authority-reference a {
      color: #afb811; }
      body.persee .authority-reference a:visited {
        color: #afb811; }
  body.persee div.figure {
    margin: 0.5em;
    padding: 0.5em;
    text-align: center; }
    body.persee div.figure figure {
      margin: 0; }
      body.persee div.figure figure .caption {
        margin-top: 0.5em;
        white-space: nowrap;
        overflow: hidden; }
        body.persee div.figure figure .caption .ellipsis {
          display: none;
          height: 100%;
          background-color: white; }
          body.persee div.figure figure .caption .ellipsis img {
            max-height: 100%; }
        body.persee div.figure figure .caption.expandable {
          position: relative; }
          body.persee div.figure figure .caption.expandable .ellipsis {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            align-items: center; }
        body.persee div.figure figure .caption.expanded {
          white-space: unset; }
    body.persee div.figure .contributors,
    body.persee div.figure .source {
      margin-top: 0.5em; }
  body.persee #discipline-list .discipline {
    display: inline-block;
    width: 200px;
    margin: 1em;
    vertical-align: top;
    text-align: right; }
    body.persee #discipline-list .discipline a {
      display: block; }
    body.persee #discipline-list .discipline .discipline-text {
      display: inline-block;
      box-sizing: border-box;
      width: 180px;
      background-color: #dddddd;
      border-radius: 5px;
      padding: 0.1em;
      color: #8e083a;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 1em;
      text-align: center; }
    body.persee #discipline-list .discipline p.discipline-count {
      display: inline-block;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      width: 180px; }
  body.persee .pagination {
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.persee .pagination:first-of-type {
    padding-bottom: 0.5em; }
  body.persee .pagination button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #afb811;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.persee #collectionList .discipline-title {
    background-color: black;
    color: white;
    padding: 0.2em 1em; }
  body.persee #collectionList .collection {
    padding: 1em;
    display: inline-block;
    width: 20em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top; }
  body.persee #collectionList .collection .collection-cover {
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    position: relative;
    width: 200px;
    height: 283px; }
  body.persee #collectionList .collection .collection-cover img.cover {
    width: 200px;
    height: 283px; }
  body.persee #collectionList .collection .collection-cover .new-collection {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    box-sizing: border-box;
    width: 200px;
    background-color: #8e083a;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    font-size: 20px; }
  body.persee #collectionList .collection .collection-cover .new-issues-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 38px;
    opacity: 0.85; }
  body.persee #collectionList .collection .collection-cover .new-issues-count {
    color: white;
    position: absolute;
    bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    width: 34px;
    text-align: center; }
  body.persee #collectionList .collection .collection-title {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 24.5px;
    line-height: normal; }
  body.persee #collectionList .portal-icon img {
    max-height: 1em;
    max-width: 100px; }
  body.persee #collectionList .collection-details {
    color: #8e083a; }
  body.persee #collection-header .back a {
    color: #afb811;
    font-weight: bold; }
  body.persee #collection-tabs {
    margin: 1em 0; }
  body.persee .collection-period.period-empty {
    color: #999999;
    margin-left: 1em; }
  body.persee .collection-period .period-content {
    margin: 0;
    margin-left: 0.5em;
    border-left: solid 1px lightgrey;
    padding-left: 0.5em; }
  body.persee .collection-period ul {
    list-style: none;
    margin-left: 0; }
  body.persee .collection-period .year-label {
    font-weight: bold; }
  body.persee .issue-period-compact .collection-period ul.number-list,
  body.persee .issue-period-compact .collection-period ul.number-list li {
    display: inline; }
  body.persee .issue-period-compact .collection-period ul.year-list > li {
    margin: 0.5em 0; }
  body.persee .issue-period-compact .collection-period .year-label:after {
    content: " :"; }
  body.persee .issue-period-compact .collection-period ul.number-list > li:before {
    content: "["; }
  body.persee .issue-period-compact .collection-period ul.number-list li:after {
    content: "]"; }
  body.persee .issue-period-compact .collection-period .issue-main {
    display: none; }
  body.persee .issue-period-thematic .collection-period .number-list,
  body.persee .issue-period-fond .collection-period .number-list {
    display: table; }
  body.persee .issue-period-thematic .collection-period .number-list > li,
  body.persee .issue-period-fond .collection-period .number-list > li {
    display: table-row; }
  body.persee .issue-period-thematic .collection-period .number-list > li > .issue-number,
  body.persee .issue-period-thematic .collection-period .number-list > li > .issue-main,
  body.persee .issue-period-fond .collection-period .number-list > li > .issue-number,
  body.persee .issue-period-fond .collection-period .number-list > li > .issue-main {
    margin-top: 5px;
    display: table-cell;
    padding-bottom: 10px; }
  body.persee .issue-period-thematic .collection-period .issue-number,
  body.persee .issue-period-thematic .collection-period .issue-label,
  body.persee .issue-period-fond .collection-period .issue-number,
  body.persee .issue-period-fond .collection-period .issue-label {
    font-weight: bold;
    padding-right: 1em; }
  body.persee .issue-period-thematic .collection-period .issue-number,
  body.persee .issue-period-fond .collection-period .issue-number {
    white-space: nowrap;
    min-width: 50px; }
  body.persee .issue-period-thematic .collection-period .year-label {
    padding: 0.5em;
    display: block; }
  body.persee .issue-period-thematic .collection-period .issue-number:before {
    content: "N° "; }
  body.persee .issue-period-fond > .collection-period.hide-label > .period-content {
    margin-left: 0;
    border-left: none;
    padding-left: 0; }
  body.persee .issue-period-fond .collection-period .period-empty {
    display: none; }
  body.persee .issue-period-fond .collection-period .year-label {
    display: none; }
  body.persee #collection-display .new-issue {
    width: 16px; }
  body.persee #collection-display .issue-period-fond .new-issue {
    margin-right: 5px; }
  body.persee #collection-display .issue-period-compact .new-issue {
    display: inline-block; }
  body.persee .revue-oai-description {
    margin-top: 1em; }
  body.persee #collection-info p.link {
    margin-top: 0.5em;
    border-top: 1px dotted black;
    padding-top: 0.5em; }
  body.persee #collection-info .collection-partner {
    margin-bottom: 1em; }
  body.persee .searchContext em {
    color: #8e083a;
    font-style: normal; }
  body.persee .searchContext {
    font-size: 13px; }
  body.persee .searchResults {
    text-align: justify; }
  body.persee #content-search-results .illustration-result {
    display: inline-block;
    vertical-align: top;
    border: solid 1px lightgrey;
    margin: 0.5em;
    padding: 0.5em; }
    body.persee #content-search-results .illustration-result .figure {
      margin: 0;
      padding: 0;
      width: 250px; }
      body.persee #content-search-results .illustration-result .figure .caption {
        background-color: black;
        color: white;
        font-weight: bold;
        padding: 0.5em; }
        body.persee #content-search-results .illustration-result .figure .caption .ellipsis {
          background-color: inherit; }
    body.persee #content-search-results .illustration-result .source,
    body.persee #content-search-results .illustration-result .contributors {
      width: 250px; }
  body.persee #content-search-results .title {
    font-size: 17px;
    font-weight: bold; }
  body.persee #content-search-results .title-free,
  body.persee #content-search-results .title-limited {
    color: #8e083a; }
    body.persee #content-search-results .title-free:visited,
    body.persee #content-search-results .title-limited:visited {
      color: #555555; }
  body.persee #content-search-results div.title-restricted {
    display: inline; }
  body.persee #content-search-results .picto img {
    width: 20px;
    margin: 0 5px; }
  body.persee #search-target-select {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  body.persee .date-facet .slider {
    margin: 0.5em 1.5em 3.5em; }
  body.persee .date-facet input {
    width: 5em; }
  body.persee .date-facet .noUi-connect {
    background-color: #afb811; }
  body.persee .facet-check-form .facet {
    margin-left: 10px;
    margin-top: 0.3em; }
  body.persee .facet-check-form .facet label {
    display: inline; }
  body.persee .jauge {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 3px;
    width: 25%;
    height: 5px;
    background-color: #dddddd; }
  body.persee .jauge-pertinence {
    background-color: #8e083a;
    height: 100%; }
  body.persee .portlet-borderless-container {
    min-height: 0; }
  body.persee .side-portlet {
    margin: 0.2em 0;
    padding: 0 0.2em;
    width: 100%;
    box-sizing: border-box; }
  body.persee #author-info h4 {
    margin-top: 4em; }
  body.persee .pieChart {
    margin: 2px 2px 2px 2px;
    height: 200px;
    overflow: hidden; }
  body.persee form#contextual-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.persee form#contextual-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 38px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.persee form#contextual-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      right: 0;
      top: 0; }
  body.persee ul.doc-toc-content li {
    margin-bottom: 0.3em; }
    body.persee ul.doc-toc-content li.overflow {
      display: none; }
  body.persee ul.doc-toc-content, body.persee ul.doc-toc-content ul {
    list-style: none;
    margin: 0; }
  body.persee ul.doc-toc-content ul.toc-item-content {
    border-left: solid 1px lightgrey;
    margin-left: 0.3em;
    padding-left: 0.3em; }
  body.persee .show-more .picto {
    cursor: pointer;
    margin-bottom: 5px; }
  body.persee ul.cross-refs > li {
    margin-bottom: 0.3em; }
  body.persee ul.cross-refs,
  body.persee ul.cross-refs ul {
    list-style: none;
    margin-left: 0; }
  body.persee .side-portlet .info-box {
    background-color: #f0f0f0;
    padding: 1em;
    margin: 0; }
  body.persee .side-portlet .info-box img.cover {
    margin-bottom: 1em; }
  body.persee .author-table ul,
  body.persee ul.author-table,
  body.persee ul.export-bib-refs {
    list-style: none;
    margin-left: 0; }
  body.persee .author-menu {
    text-align: center;
    width: 100%;
    color: #afb811;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.persee .author-menu li {
    display: inline-block;
    margin: 2px; }
  body.persee .author-list {
    -webkit-column-width: 15em;
    -moz-column-width: 15em;
    column-width: 15em; }
    body.persee .author-list h5:first-child {
      margin-top: 0; }
  body.persee .author-group,
  body.persee .author-group li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */ }
  body.persee .side-portlet .info-entry-list > div {
    border-bottom: solid 1px lightgrey; }
  body.persee .detail-container {
    position: relative; }
  body.persee .detail-container .illustration-table-controls {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (min-width: 768px) {
    body.persee #document-info {
      height: calc(100vh - 124px - 2em - 40px);
      overflow: auto; }
    body.persee #document-info.fixed {
      position: fixed;
      top: 25px;
      left: 46px;
      width: 250px;
      height: calc(100vh - 32px - 40px); } }
  body.persee .side-portlet .illustration {
    display: block; }
    body.persee .side-portlet .illustration p {
      width: initial; }
  body.persee form#doc-internal-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.persee form#doc-internal-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 73px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.persee form#doc-internal-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      top: 0; }
    body.persee form#doc-internal-search button.prev {
      right: 30px; }
    body.persee form#doc-internal-search button.next {
      right: 0; }
  body.persee .doc-cover {
    display: table-cell;
    padding: 0 0.5em 0.5em 0; }
    body.persee .doc-cover img {
      height: 200px;
      max-width: unset; }
  @media screen and (max-width: 768px) {
    body.persee .doc-cover img {
      height: 300px;
      max-width: 100%; } }
  body.persee #doc-header {
    display: table-cell;
    vertical-align: top; }
    body.persee #doc-header .authority-reference {
      font-size: 16px; }
    body.persee #doc-header .doi {
      font-size: 14px; }
    body.persee #doc-header .document-bib-ref {
      margin-bottom: 0.5em; }
      body.persee #doc-header .document-bib-ref a,
      body.persee #doc-header .document-bib-ref a:visited {
        color: #afb811; }
      body.persee #doc-header .document-bib-ref span::before {
        content: "\a0/\a0"; }
      body.persee #doc-header .document-bib-ref span:first-of-type::before {
        content: initial; }
    body.persee #doc-header h3 {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    body.persee #doc-header {
      display: block; } }
  body.persee .document-type {
    display: inline-block; }
  body.persee #doc-information-container .wiki-body p {
    margin-bottom: 5px; }
  body.persee #global-controls {
    background-color: white;
    padding: 2px;
    position: absolute;
    left: -10px; }
  body.persee #global-controls.fixed {
    position: fixed;
    left: 35px;
    top: 10px;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    body.persee #column-2.column-main #global-controls.fixed {
      left: 317px; } }
  body.persee #global-controls img {
    height: 25px;
    padding-bottom: 3px;
    padding-right: 2px; }
  body.persee #global-controls > * {
    vertical-align: top;
    display: block;
    cursor: pointer; }
  body.persee #global-controls #pdf-download-captcha {
    position: absolute;
    left: 30px;
    z-index: 2;
    display: none; }
  body.persee #global-controls #pdf-download-captcha.visible {
    display: initial; }
  body.persee #page-container {
    margin-left: 20px;
    word-wrap: break-word; }
    body.persee #page-container .page {
      padding: 0;
      margin: 0 1em 1em 0;
      position: relative;
      display: inline-block;
      vertical-align: top; }
    body.persee #page-container .controls {
      z-index: 1;
      height: 25px;
      position: absolute;
      top: 0.5em;
      left: 0.5em;
      /* user-select: none; */ }
      body.persee #page-container .controls div {
        display: inline-block; }
      body.persee #page-container .controls img {
        width: 24px; }
      body.persee #page-container .controls * {
        cursor: pointer; }
    body.persee #page-container .content {
      border: solid 1px black;
      transition: all 0.5s ease-out 0s;
      position: relative;
      overflow: hidden;
      background-color: white; }
      body.persee #page-container .content .image {
        overflow: hidden;
        transition: all 0.5s ease-out 0s;
        position: absolute; }
        body.persee #page-container .content .image img {
          max-width: none; }
        body.persee #page-container .content .image .highlight {
          position: absolute;
          opacity: 0.2; }
        body.persee #page-container .content .image .figure {
          position: absolute;
          display: block; }
        body.persee #page-container .content .image .restricted-area {
          position: absolute;
          padding: 5px; }
      body.persee #page-container .content .loading-image {
        position: absolute;
        top: 1em;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        body.persee #page-container .content .loading-image.htmx-indicator {
          opacity: 1; }
      body.persee #page-container .content .text {
        padding: 0.5em; }
        body.persee #page-container .content .text .caption {
          display: block; }
    body.persee #page-container .content.blank .image {
      background-color: white; }
  body.persee .alert {
    cursor: pointer; }
  body.persee .alert.popover {
    background-color: #fffbdc;
    z-index: 1 !important; }
  body.persee .alert.popover .popover-content:before {
    content: "×";
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2; }
  body.persee .alert.popover .popover-content:hover:before {
    opacity: 0.5; }
  body.persee .document-details {
    margin-bottom: 1em;
    position: relative;
    left: -5px; }
    body.persee .document-details .nav {
      margin-bottom: 0; }
    body.persee .document-details .document-details-content {
      border-top: solid 1px lightgrey;
      border-bottom: solid 1px lightgrey;
      padding: 0.5em; }
    body.persee .document-details .nav-pills > .active > a,
    body.persee .document-details .nav-pills > .active > a:hover,
    body.persee .document-details .nav-pills > .active > a:focus {
      background-color: #afb811;
      color: white; }
    body.persee .document-details .nav-pills > li {
      float: none;
      display: inline; }
    body.persee .document-details .nav-pills > li > a {
      padding: 2px 5px;
      margin: 0;
      border-radius: 0;
      line-height: 20px;
      display: inline;
      white-space: nowrap;
      background-color: #f0f0f0; }
      body.persee .document-details .nav-pills > li > a:hover {
        background-color: #afb811; }
    body.persee .document-details .illustration-table .illustration {
      display: inline-block;
      max-width: 250px; }
  body.persee #issue-header .back a {
    color: #afb811;
    font-weight: bold; }
  body.persee .issue-item-pages {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 1em; }
  body.persee .issue-document-title div.title-restricted {
    display: inline; }
  body.persee .issue-document-title .picto img {
    width: 20px;
    vertical-align: text-bottom; }
  body.persee .issue-document-title .title {
    font-weight: bold;
    font-size: 16px; }
  body.persee .issue-document-details .document-details-headers {
    font-size: 12px; }
  body.persee .issue-group-content {
    margin-left: 0.5em;
    border-left: solid 1px #dddddd;
    padding-left: 0.5em; }
  body.persee #issue-tabs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 1em; }
  body.persee .issue-document-details h6 {
    margin: 0; }
  body.persee div.issue-item-title {
    display: table;
    width: 100%; }
    body.persee div.issue-item-title > * {
      display: table-cell; }
    body.persee div.issue-item-title h3.issue-group-title {
      width: 100%; }
      body.persee div.issue-item-title h3.issue-group-title span.issue-group-title-outer {
        display: table; }
        body.persee div.issue-item-title h3.issue-group-title span.issue-group-title-outer > * {
          display: table-cell;
          vertical-align: top; }
      body.persee div.issue-item-title h3.issue-group-title span.issue-group-title-inner {
        position: relative;
        padding-left: 5px;
        padding-top: 5px; }
  body.persee .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.4em;
    height: 5px;
    width: 50%;
    left: 25%;
    background: #afb811;
    transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
  body.persee .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-outer:hover span.issue-group-title-inner:after {
    left: 0;
    width: 100%; }
  body.persee #wrapper .issue-group-depth-1 h3,
  body.persee #wrapper .issue-group-depth-2 h3,
  body.persee #wrapper .issue-group-depth-3 h3,
  body.persee #wrapper .issue-group-depth-4 h3 {
    font-size: 19px;
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    color: #8e083a; }
  body.persee .issue-document,
  body.persee .issue-group {
    margin-top: 1em; }
  body.persee #issue-display .document-details {
    margin-bottom: 0; }
  @media screen and (min-width: 1068px) {
    body.persee {
      /* -- enleve le contours des images dans le carousel authority */ }
      body.persee ul.collectionImage {
        list-style: none; }
      body.persee .slick-prev:before,
      body.persee .slick-next:before {
        color: #afb811; }
      body.persee .slick-dots li.slick-active button:before {
        color: #afb811; }
      body.persee .slick-track ul {
        outline-color: transparent; }
      body.persee div.collections-contributor-carousel .collection-cover img {
        border: 1px solid lightgray;
        padding: 0.2em;
        height: 180px;
        margin: auto; }
      body.persee div.collection-title-carousel h3 {
        background-color: black;
        padding-left: 0.5em;
        color: white; }
      body.persee div.collection-title h6.collection-label {
        font-size: 20px;
        font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0.05em;
        color: black;
        text-align: center;
        width: 275px; }
      body.persee div.collection-details h5.collection-label {
        font-size: 16px;
        color: #afb811;
        font-weight: normal;
        font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        width: 250px;
        margin-left: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.persee .collections-contributor-carousel {
      display: none; }
    body.persee div.collection-title-carousel h3 {
      display: none; } }
  @media screen and (max-width: 767px) {
    body.persee .collections-contributor-carousel {
      display: none; }
    body.persee div.collection-title-carousel h3 {
      display: none; } }
  body.persee .authority-display .external-data .content .item {
    margin-bottom: 0.25em; }
    body.persee .authority-display .external-data .content .item .key {
      font-weight: bold;
      margin-right: 0.5em; }
  body.persee .authority-display .external-data .content .lang-picker {
    padding: 0 0.5em;
    cursor: pointer;
    border-left: solid 1px black;
    font-family: monospace;
    text-transform: uppercase;
    background-color: #f0f0f0; }
  body.persee .authority-display .external-data .content .lang-picker.selected {
    background-color: #afb811;
    color: white; }
  body.persee .authority-display .external-data .content .lang-content-container * {
    display: none; }
  body.persee .authority-display .external-data .content .lang-content-container .selected {
    display: initial; }
  body.persee .illustration-table .controls .show-thumbnails {
    display: none; }
  body.persee .illustration-table ul.content {
    margin: 0;
    list-style: none; }
    body.persee .illustration-table ul.content li {
      margin-top: 0.5em; }
      body.persee .illustration-table ul.content li .figure {
        border: solid 1px lightgrey; }
    body.persee .illustration-table ul.content img {
      max-height: 7em; }
  body.persee .illustration-table.thumbnails-hidden .controls .show-thumbnails {
    display: inline-block; }
  body.persee .illustration-table.thumbnails-hidden .controls .hide-thumbnails {
    display: none; }
  body.persee .illustration-table.thumbnails-hidden .content .figure-image {
    display: none; }
  body.persee .loading-image.htmx-indicator {
    opacity: 1; }
  body.persee .lightbox .lb-caption a {
    color: #555555;
    background-color: white;
    padding: 2px 5px;
    border-radius: 4px; }
    body.persee .lightbox .lb-caption a:visited, body.persee .lightbox .lb-caption a:active, body.persee .lightbox .lb-caption a:hover, body.persee .lightbox .lb-caption a:focus {
      color: #555555; }
  body.persee #footer {
    background-color: black;
    padding: 0 1em;
    margin-top: 1em; }
  body.persee #footer section {
    color: white;
    border-bottom: solid 1px #afb811;
    padding: 1em;
    margin: 0;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    /*display: inline-block;
    width: 24.5%;
    min-width: 200px;
    vertical-align: top;*/ }
  @media screen and (min-width: 768px) {
    body.persee #footer {
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 1em 0;
      height: 200px;
      box-sizing: border-box; }
    body.persee #footer section {
      display: table-cell;
      border-right: solid 1px #afb811;
      border-bottom: none;
      padding: 0 1em;
      height: auto;
      box-sizing: initial;
      text-align: left; } }
  body.persee #footer section:last-of-type {
    border: none; }
  body.persee #footer section h3 {
    margin: 0; }
  body.persee #footer section a {
    display: list-item;
    list-style: none; }
  body.persee #footer section#follow-us img {
    width: 25px;
    margin: 0.5em;
    float: left; }
  body.persee #footer-small {
    width: 100%;
    margin-top: 1em; }
  body.persee #footer-small section#copyright {
    /* margin: 1em 0; */
    text-align: right; }
  @media screen and (min-width: 768px) {
    body.persee #footer-small {
      display: table;
      box-sizing: border-box; }
    body.persee #footer-small section {
      display: table-cell; }
    body.persee #footer-small section#copyright {
      text-align: right; } }

body.athar {
  /* Variables */
  /* Alter the default responsive options */
  /* Import other files from original prescripts */
  /* Tabs */
  /* Checkboxes */
  /* Sidebar */
  /* Headbar */
  /* Lien vers haut de page */
  /* override aui default */
  /* Wrapper */
  /* Toggler */
  /* Pictos */
  /* Navigation bar in header */
  /* Navigation menu on the left */
  /* Banner */
  /* Home page */
  /*
  div.persee_revues h4 + div.date, div.persee_news h4 + div.date {
    position: relative;
    top: -10px;
  }
   */
  /* Pages intérieures */
  /* Page d'un auteur */
  /* Page d'une authorité */
  /* Illustrations */
  /* Discipline List */
  /* Collection List */
  /* Collection */
  /* #collection-display .new-issue {
    display: table-cell;
    position: relative;
  }
  
  #collection-display .new-issue:after {
    display: block;
    content: "";
    background-color: $perseeSecondary;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    position: relative;
    bottom: -2px;
  }
  
  #collection-display .issue-period-fond .new-issue:after {
    margin-right: 5px;
  }
  
  #collection-display .issue-period-compact .new-issue {
    display: inline-block;
  } */
  /* Search results */
  /* portlets */
  /* document */
  /* issue */
  /* carousel collection (slick) */
  /* Authority extdata */
  /* Services Ajax */
  /* Corrections pour lightbox */
  /* Footer */
  /* Small footer */
  /*** liste des ayants droit ***/
  /*** listNav custom ***/ }
  @media (max-width: 767px) {
    body.athar {
      /* Padding to set content in a bit */ }
      body.athar {
        padding-left: 0px;
        padding-right: 0px; } }
  @media print {
    body.athar {
     /*
    *  * a tester
    *   *************************************************/
     /*
    *  * contre ordre des valeurs par défaut de Liferay
    *   *************************************************/
     /*
    *  * recup ancien portail
    *   *************************************************/
      /* NOUVEAU portail */
      /* pas de carousel à l'impression */
      /* affichage des urls des liens externes (idref...) */ }
      body.athar * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important; }
      body.athar a[href]:after {
        content: "" !important; }
      body.athar body,
      body.athar a,
      body.athar a:hover {
        text-decoration: none;
        color: black;
        font-size: 12px; }
      body.athar hr,
      body.athar #bg_gauche,
      body.athar #bg_gauche,
      body.athar #tete,
      body.athar .tete,
      body.athar .simpleSearch,
      body.athar .tabs,
      body.athar .left,
      body.athar .paginationBottom,
      body.athar #pied {
        display: none; }
      body.athar .sidebar,
      body.athar .search,
      body.athar .userUtils,
      body.athar .pagination,
      body.athar href {
        display: none; }
      body.athar #navi,
      body.athar #logo,
      body.athar #search,
      body.athar #sidebar,
      body.athar #partner,
      body.athar #footer-small {
        display: none !important; }
      body.athar .portlet-column-first {
        display: none !important; }
      body.athar .accordion-inner,
      body.athar .toggler-content-collapsed,
      body.athar .toggler-content,
      body.athar .toggler-content-expanded,
      body.athar .toggler-content-wrapper {
        display: block !important; }
      body.athar #print_option_list {
        display: block; }
      body.athar .displayNone {
        display: none; }
      body.athar #mainContent,
      body.athar #searchResults .discipline .revue {
        border: none; }
      body.athar #mainContent .right {
        width: 100%; }
      body.athar .revue {
        padding: 0; }
      body.athar .authority-articles .collections-contributor-carousel {
        display: none; }
      body.athar .authority-display .external-services a:after {
        content: " (" attr(href) ") ";
        font-size: 0.8em;
        font-weight: normal; } }
  body.athar .tab-header-container {
    width: 100%;
    text-align: center; }
  body.athar .tab-header-container {
    -webkit-column-width: 13em;
    -moz-column-width: 13em;
    column-width: 13em; }
  body.athar .tab-header-container button.tab-item {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 0;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #36353a;
    border: none; }
    body.athar .tab-header-container button.tab-item:disabled {
      cursor: initial;
      background-color: white; }
    body.athar .tab-header-container button.tab-item:enabled:hover {
      background-color: white; }
    body.athar .tab-header-container button.tab-item:focus {
      outline: none; }
  body.athar form.facet-check-form label input[type="checkbox"] {
    display: none; }
  body.athar form.facet-check-form label input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    overflow: hidden;
    background-image: url("/persee-theme/images/skin/athar/picto/check-1.png");
    margin-right: 5px;
    position: relative;
    top: 2px; }
  body.athar form.facet-check-form label input[type="checkbox"]:checked + span::before {
    background-position: 0 -12px; }
  body.athar #sidebar {
    background: url(/persee-theme/images/onglet.png) no-repeat left bottom;
    background-size: 100%;
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 32px;
    z-index: 500;
    padding-top: 80px;
    box-sizing: border-box; }
  body.athar #trame {
    background: url(/persee-theme/images/trame.png) repeat-y scroll 0% 0% white;
    width: 3%;
    max-width: 32px !important;
    height: 100%;
    position: fixed;
    right: 0px; }
  body.athar #sidebar section,
  body.athar #sidebar div.portlet-body {
    margin-bottom: 2em; }
  body.athar section#language-select {
    font-size: 20px;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.athar section#language-select .locale-entry {
    border-top: solid 1px white;
    display: block;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0; }
  body.athar section#language-select a.locale-entry:hover,
  body.athar section#language-select a.locale-entry:active {
    text-decoration: none; }
  body.athar section#language-select .locale-entry:first-child {
    border: none; }
  body.athar section#language-select span.locale-entry {
    color: #36353a; }
  body.athar div.social-icon {
    height: 32px;
    width: 100%;
    text-align: center; }
    body.athar div.social-icon a {
      display: block;
      height: 100%;
      color: white;
      font-size: 16px; }
  body.athar #persee-headbar {
    background: #626262;
    font-weight: bold;
    height: 30px;
    padding-right: 3%;
    padding-top: 8px;
    margin-bottom: 0; }
    body.athar #persee-headbar a {
      height: 100%;
      box-sizing: border-box;
      padding-left: 1em;
      padding-right: 1em;
      white-space: nowrap;
      border-radius: 5px; }
    body.athar #persee-headbar .a_css {
      background: #999999; }
    body.athar #persee-headbar a {
      color: white;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-decoration: none; }
      body.athar #persee-headbar a:hover {
        color: #aa0911;
        background-color: #999999; }
  @media screen and (min-width: 1068px) {
    body.athar #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.athar #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    body.athar #persee-headbar {
      padding-left: 32px;
      font-size: 10px; } }
  @media screen and (max-width: 399px) {
    body.athar #persee-headbar {
      padding-left: 32px;
      font-size: 9px;
      height: 50px; } }
  body.athar {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    color: #36353a; }
  body.athar input {
    background-color: inherit; }
  body.athar a#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 10%;
    border-radius: 0.5em;
    opacity: 0;
    height: 3em;
    width: 3em; }
  body.athar form {
    margin: 0; }
  body.athar .spacer {
    clear: both; }
  body.athar .perseePrimary {
    color: white; }
  body.athar .perseeSecondary {
    color: #aa0911; }
  body.athar a {
    color: #36353a;
    cursor: pointer;
    word-wrap: break-word; }
    body.athar a:visited, body.athar a:active, body.athar a:hover, body.athar a:focus {
      color: #aa0911; }
    body.athar a:focus {
      outline: 1px solid #999999; }
  body.athar .button {
    cursor: pointer; }
  body.athar #wrapper {
    position: relative;
    left: 32px;
    box-sizing: border-box;
    width: 92%;
    width: -webkit-calc(100% - 32px - 3%);
    width: -moz-calc(100% - 32px - 3%);
    width: calc(100% - 32px - 3%);
    padding: 1em;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 30px - 1em);
    height: 100%;
    /* browser compatibility */ }
    body.athar #wrapper > header,
    body.athar #wrapper > footer {
      flex: none;
      /* browser compatibility */ }
    body.athar #wrapper > div#content {
      flex: 1 0 auto;
      /* browser compatibility, basic : flex: 1; */ }
  @media screen and (min-width: 1067px) {
    body.athar #wrapper {
      width: 95%;
      width: -webkit-calc(100% - 32px - 32px);
      width: -moz-calc(100% - 32px - 32px);
      width: calc(100% - 32px - 32px); } }
  @media screen and (min-width: 768px) {
    body.athar #column-1.column-left {
      width: 250px; }
    body.athar #column-2.column-main {
      width: 75%;
      width: -webkit-calc(95% - 250px);
      width: -moz-calc(95% - 250px);
      width: calc(95% - 250px); }
    body.athar #column-2.full-width {
      width: 99%;
      margin-left: 0px; } }
  body.athar #announcement-page {
    margin-top: 50px; }
    body.athar #announcement-page p {
      text-align: center; }
      body.athar #announcement-page p a,
      body.athar #announcement-page p a:visited {
        color: white; }
    body.athar #announcement-page p.title {
      font-size: 20px; }
  body.athar .toggler .toggler-trigger {
    cursor: pointer; }
    body.athar .toggler .toggler-trigger::before {
      content: url("/persee-theme/images/skin/athar/picto/list-open-3.png");
      margin-right: 5px;
      position: relative;
      top: 5px; }
    body.athar .toggler .toggler-trigger:hover::before {
      content: url("/persee-theme/images/skin/athar/picto/list-open-alt-2.png"); }
  body.athar .toggler.closed .toggler-trigger::before {
    content: url("/persee-theme/images/skin/athar/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.athar .toggler.closed .toggler-trigger:hover::before {
    content: url("/persee-theme/images/skin/athar/picto/list-closed-alt-2.png"); }
  body.athar .toggler.closed .toggler-content {
    display: none; }
  body.athar .toggler-header-expanded:before {
    content: url("/persee-theme/images/skin/athar/picto/list-open-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.athar .toggler-header-expanded:hover:before {
    content: url("/persee-theme/images/skin/athar/picto/list-open-alt-2.png"); }
  body.athar .toggler-header-collapsed:before {
    content: url("/persee-theme/images/skin/athar/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.athar .toggler-header-collapsed:hover:before {
    content: url("/persee-theme/images/skin/athar/picto/list-closed-alt-2.png"); }
  body.athar .toggler-header {
    cursor: pointer; }
  body.athar .aui .accordion-heading .accordion-toggle {
    display: inline-block;
    padding: 0; }
  body.athar .aui .accordion-inner {
    padding: 9px 0 0 9px; }
  body.athar .aui .accordion-group {
    border: none; }
  body.athar .picto .default-picto,
  body.athar .picto .hover-base {
    display: inline-block; }
  body.athar .picto .hover-picto,
  body.athar .picto .hover-alt {
    display: none; }
  body.athar .picto:hover .default-picto,
  body.athar .picto:hover .hover-base {
    display: none; }
  body.athar .picto:hover .hover-picto,
  body.athar .picto:hover .hover-alt {
    display: inline-block; }
  body.athar .picto + span {
    vertical-align: middle; }
  body.athar .left-picto {
    margin-right: 5px; }
  body.athar .toggle-control-buttons div {
    display: inline-block;
    padding: 0 5px; }
  body.athar .toggle-control-buttons img {
    width: 20px;
    cursor: pointer; }
  body.athar ul {
    list-style-image: url("/persee-theme/images/skin/athar/picto/bullet-full-3.png"); }
  @media screen and (min-width: 768px) {
    body.athar #navi {
      display: table;
      width: 100%; }
    body.athar #navi > section {
      display: table-cell;
      vertical-align: bottom; }
    body.athar #navi > section:last-of-type {
      text-align: right; }
    body.athar #navi #site-title {
      width: 140px; } }
  body.athar a.logo img {
    height: 120px;
    width: auto; }
  body.athar header {
    margin-bottom: 1em; }
  body.athar header#navi section {
    vertical-align: top; }
  body.athar header#navi section#menu {
    vertical-align: bottom;
    padding-bottom: 1em; }
  body.athar #menu a:link,
  body.athar #menu a:visited {
    color: #36353a; }
  body.athar #menu a {
    text-decoration: none;
    color: #36353a;
    padding: 0.5em 0;
    margin-right: 2em;
    line-height: 2em;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative; }
    body.athar #menu a:after {
      content: "";
      display: block;
      position: absolute;
      height: 5px;
      width: 50%;
      left: 25%;
      background: white;
      transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
    body.athar #menu a:hover:after {
      left: 10%;
      width: 80%; }
  body.athar #recherche form {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 100%;
    max-width: 450px; }
  body.athar #recherche input {
    height: 100%;
    width: 100%;
    border: solid 1px #36353a;
    border-radius: 0;
    padding-right: 50px;
    margin: 0;
    box-sizing: border-box;
    padding-left: 0.4em; }
  body.athar #recherche input + button {
    height: 100%;
    width: 40px;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0; }
  body.athar #recherche input + button img {
    height: 20px; }
  body.athar #recherche input + button:after {
    content: "";
    height: 80%;
    border-left: 1px solid #36353a;
    position: absolute;
    top: 10%;
    left: 0; }
  body.athar .nav-menu ul {
    list-style: none;
    margin: 0; }
  body.athar .nav-menu li {
    margin: 0.5em 0 0.5em 0.5em;
    font-size: 20px;
    line-height: 25px; }
  body.athar .nav-menu li a {
    color: #36353a; }
  @media screen and (min-width: 768px) {
    body.athar #header-banner > section {
      vertical-align: top; }
    body.athar #header-banner #banner {
      display: inline-block;
      width: 74.4%; }
    body.athar #header-banner #partner {
      display: inline-block;
      width: 23%;
      margin-left: 2%; } }
  body.athar #header-banner #banner {
    background-color: transparent;
    background-image: url("/static/bandeau.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover !important;
    height: 250px;
    padding: 0px !important; }
  body.athar #header-banner #banner a {
    display: block;
    height: 100%; }
  body.athar #header-banner #partner img {
    margin: 0.5em; }
  body.athar .persee-home h1,
  body.athar .persee-home h2,
  body.athar .persee-home h3,
  body.athar #footer h1,
  body.athar #footer h2,
  body.athar #footer h3 {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em; }
  body.athar div.persee_content {
    overflow: auto; }
    body.athar div.persee_content ul {
      margin: 1em 0 1em 2em; }
  body.athar div.persee_content img.defaultImage {
    float: left;
    margin: 0.5em;
    max-width: calc(100% - 1em); }
  body.athar div.persee_revues h3 {
    background-color: #36353a;
    padding-left: 0.5em;
    color: white; }
  body.athar div.persee_news {
    margin-bottom: 2em; }
  body.athar div.persee_content-greybox p.big {
    font-size: 6em;
    line-height: 1em;
    font-family: "hasteristico", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.athar div.persee_content-greybox {
    background-color: #bebebb;
    margin: 10px 0px; }
  body.athar div.persee_content-greybox h4 {
    padding: 0.5em;
    margin: 0; }
  body.athar div.persee_content-greybox div {
    /*  padding: 0.555em;
      margin: 0; */ }
  body.athar div.persee_content-greybox div {
    /*  padding: 0 0.5em 0 0.5em;
      margin: 0.5em 0 0 0; */ }
  body.athar div.persee_content-greybox .persee_content .title {
    background: none repeat scroll 0% 0% #bebebb;
    padding: 0.555em;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.athar .persee_content-greybox .persee_content .content {
    margin-left: 0.8rem; }
  body.athar .journal-content-article .persee_content-nobox .persee_content .titre {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.athar .persee_news > ul {
    margin-left: 0; }
    body.athar .persee_news > ul > li {
      list-style: none;
      background: url("/persee-theme/images/skin/athar/picto/bullet-full-3.png") no-repeat left 16px;
      padding-left: 20px; }
  body.athar #doc-count {
    margin: 10px 0px;
    background-color: #bebebb; }
    body.athar #doc-count .title {
      background-color: #bebebb;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      font-weight: bold;
      padding: 0.5em;
      margin: 0; }
      body.athar #doc-count .title .emphasis {
        color: white; }
    body.athar #doc-count .content {
      padding: 1em; }
      body.athar #doc-count .content .number {
        font-size: 36px;
        line-height: 36px;
        color: #aa0911; }
      body.athar #doc-count .content .text {
        font-size: 20px; }
      body.athar #doc-count .content p:last-of-type {
        margin: 0; }
  body.athar .persee-browse h2,
  body.athar .persee-browse h3,
  body.athar .persee-browse h4 {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    margin-bottom: 5px;
    line-height: 1.2em; }
  body.athar .persee-browse h2 {
    font-size: 22px;
    display: inline; }
  body.athar .persee-browse h3 {
    font-size: 18px; }
  body.athar .persee-browse h4 {
    font-size: 16px; }
  body.athar ul.published-in,
  body.athar ul.published-with {
    list-style: none; }
    body.athar ul.published-in li.toggler-container,
    body.athar ul.published-with li.toggler-container {
      margin: 0.25em; }
    body.athar ul.published-in .toggler-content li,
    body.athar ul.published-with .toggler-content li {
      margin: 0.125em; }
  body.athar .cited-by li,
  body.athar .cites li {
    margin: 0.25em; }
  body.athar div.external-services img {
    max-height: 50px;
    max-width: 200px;
    margin: 0.5em; }
  body.athar .author-display .title.picto img {
    width: 20px;
    margin: 0 5px; }
  body.athar .author-display .title.picto {
    display: inline; }
  body.athar .authors {
    margin-bottom: 5px; }
  body.athar .authority-display {
    /*  IDCARD  */
    /* CLASSES QUI NE CHANGENT PAS EN FONCTION DE LA TAILLE DE L'ECRAN */
    /* 1 IMAGE */
    /* PLUSIEURS IMAGES */
    /* IMAGE AUTRES QUE PERSEE */
    /* --- LIENS EXTERNES DANS IDCARD --- */
    /* --- AUTHORITY-ARTICLES --- */
    /* CAROUSEL + LISTE DES COLLECTIONS + ARTICLES */
    /* CAROUSEL */
    /* LISTE DES COLLECTIONS + ARTCILES */
    /* --- AUTHORITY-ISSUES --- */
    /* --- COMMUN AUTHORITY-ARTICLES & AUTHORITY-ISSUES --- */
    /* -- enleve le contours des images dans le carousel authority */
    /*
    .slick-initialized .slick-slide {
      display: block;
      text-align: center;
    }
    */
    /* --- EXTERNAL-DATA --- */ }
    @media screen and (min-width: 1068px) {
      body.athar .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.athar .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          display: inline-block;
          width: 40%; }
          body.athar .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.athar .authority-display .authority-portrait-carousel {
          width: 25%;
          display: inline-block; }
        body.athar .authority-display .authority-image {
          padding: 0.5em;
          width: 25%;
          text-align: center;
          display: inline-block; }
        body.athar .authority-display .authority-portrait-one {
          padding: 0.5em;
          margin-left: 10px;
          margin-right: 10px;
          text-align: center;
          display: inline-block;
          width: 25%; }
        body.athar .authority-display .external-services {
          line-height: 1.8em;
          margin-right: 10px;
          margin-left: 10px;
          vertical-align: top;
          display: inline-block;
          width: 22%;
          padding: 1em; }
        body.athar .authority-display .authority-geonames-map i {
          font-size: small; }
        body.athar .authority-display .authority-geonames-map {
          margin-top: 30px; }
        body.athar .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.athar .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 25%; }
        body.athar .authority-display .authority-bio {
          margin: 0.5em 0; } }
    @media screen and (min-width: 768px) and (max-width: 1067px) {
      body.athar .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.athar .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.athar .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          width: 91.33%; }
          body.athar .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.athar .authority-display .authority-portrait-carousel {
          display: none; }
        body.athar .authority-display .authority-image {
          display: none; }
        body.athar .authority-display .authority-portrait-one {
          display: none; }
        body.athar .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em; }
        body.athar .authority-display .collections-contributor-carousel,
        body.athar .authority-display .authority-geonames-map {
          display: none; }
        body.athar .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.athar .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 23%; }
        body.athar .authority-display .authority-bio {
          margin: 0; } }
    @media screen and (max-width: 767px) {
      body.athar .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.athar .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.athar .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          width: 100%; }
          body.athar .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.athar .authority-display .authority-portrait-carousel {
          display: none; }
        body.athar .authority-display .authority-image {
          display: none; }
        body.athar .authority-display .authority-portrait-one {
          display: none; }
        body.athar .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em 0; }
        body.athar .authority-display .collections-contributor-carousel,
        body.athar .authority-display .authority-geonames-map {
          display: none; }
        body.athar .authority-display .div-authority-articles {
          vertical-align: top;
          width: 100%;
          margin-right: 30px;
          padding-right: 20px;
          display: inline-block; }
        body.athar .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
        body.athar .authority-display .authority-bio {
          margin: 0.5em; } }
    body.athar .authority-display .authority-idcard h2 {
      color: white;
      font-size: 26px;
      padding: 0.2em 0;
      line-height: 1em;
      margin-top: 1.2em; }
    body.athar .authority-display .authority-other-names li {
      margin-left: 10px; }
    body.athar .authority-display .authority-labels i {
      font-size: small; }
    body.athar .authority-display .broader {
      margin: 10px 0px 15px 0px;
      font-weight: bold; }
    body.athar .authority-display .show-more .picto {
      margin-left: 10px; }
    body.athar .authority-display .authority-portrait-one img {
      height: 200px; }
    body.athar .authority-display .authority-portrait-one i {
      font-size: small; }
    body.athar .authority-display .slick-prev:before,
    body.athar .authority-display .slick-next:before {
      color: white; }
    body.athar .authority-display .slick-dots li.slick-active button:before {
      color: white; }
    body.athar .authority-display .authority-image img {
      height: 200px; }
    body.athar .authority-display .authority-image i {
      font-size: small; }
    body.athar .authority-display div.external-services img {
      max-height: 30px;
      max-width: 50px;
      margin: 0.5em; }
    body.athar .authority-display div.external-services div {
      display: inline-block; }
    body.athar .authority-display div.external-services h4 {
      font-size: 16px;
      margin-bottom: 20px; }
    body.athar .authority-display div.external-services h4::before {
      content: "";
      display: block;
      height: 5px;
      width: 100%;
      background: white; }
    body.athar .authority-display .authority-articles h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #36353a;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.athar .authority-display .authority-articles-citing h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #36353a;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.athar .authority-display .authority-articles-cited h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #36353a;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.athar .authority-display .authority-articles h5 {
      margin: 5px; }
    body.athar .authority-display img.collection-cover {
      border: 1px solid lightgray;
      padding: 0.2em;
      height: 180px;
      margin: auto; }
    body.athar .authority-display .div-couv h6.collection-label {
      font-size: 20px;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      color: #36353a;
      text-align: center; }
    body.athar .authority-display .div-couv h5.collection-label {
      font-size: 16px;
      color: #aa0911;
      font-weight: normal;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center; }
    body.athar .authority-display span.authority {
      color: #aa0911; }
    body.athar .authority-display ul.role-contributor {
      list-style: none; }
    body.athar .authority-display .toggle-control-buttons {
      margin-left: -25px; }
    body.athar .authority-display .collection li {
      margin-left: -26px; }
    body.athar .authority-display .collection .toggler-content > ul > li {
      margin-left: 8px; }
    body.athar .authority-display .toggler-content.role-contributor.toggler-content-expanded {
      margin-left: 60px; }
    body.athar .authority-display .articleText {
      vertical-align: middle;
      font-variant: small-caps oldstyle-nums; }
    body.athar .authority-display .docs {
      margin-top: 10px; }
    body.athar .authority-display a.title.title-free {
      line-height: 1.8em; }
    body.athar .authority-display .authority-issues h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #36353a;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.athar .authority-display .slick-track ul {
      outline-color: transparent; }
    body.athar .authority-display .div-couv figure {
      margin: 0; }
    body.athar .authority-display .collection-label-articles {
      display: inline-block;
      vertical-align: top;
      max-width: 80%;
      text-align: center; }
    body.athar .authority-display h6.collection-label {
      font-size: 15px; }
    body.athar .authority-display .show-more .picto {
      cursor: default; }
    body.athar .authority-display .external-data h3 {
      display: none; }
    body.athar .authority-display .ext-data-service-logo {
      height: 60px;
      background-color: #bebebb;
      text-align: center;
      margin: 0; }
    body.athar .authority-display .external-data h4 {
      padding-top: 5px;
      font-size: 14px;
      font-variant: small-caps; }
    body.athar .authority-display .external-data h5 {
      font-size: 14px;
      text-align: left; }
    body.athar .authority-display .ext-data-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px; }
    body.athar .authority-display .ext-data-container.ext-data-cairogazetteer {
      max-width: 100%;
      width: 100%; }
    body.athar .authority-display .content {
      padding: 0.5em 0; }
    body.athar .authority-display .dbpedia-thumbnail img {
      height: 150px; }
    body.athar .authority-display .lang-picker-container {
      margin-bottom: 5px; }
    body.athar .authority-display .theses-directeur ul {
      list-style-image: url("/persee-theme/images/skin/athar/picto/bullet-full-3.png"); }
    body.athar .authority-display .theses-auteur ul {
      list-style-image: url("/persee-theme/images/skin/athar/picto/bullet-full-3.png"); }
    body.athar .authority-display .idref-query ul {
      list-style-image: url("/persee-theme/images/skin/athar/picto/bullet-full-3.png"); }
    body.athar .authority-display .external-data li {
      line-height: 1.8em; }
    body.athar .authority-display .dbpedia-entry-title .idref-query h5 {
      font-size: 14px; }
  body.athar .contrib-group {
    margin-bottom: 0.5em; }
  body.athar .contributors {
    margin-bottom: 5px; }
  body.athar .authority {
    font-weight: bold; }
  body.athar a.authority {
    color: #aa0911; }
    body.athar a.authority:visited {
      color: #aa0911; }
  body.athar .authority-reference {
    font-weight: bold; }
    body.athar .authority-reference a {
      color: #aa0911; }
      body.athar .authority-reference a:visited {
        color: #aa0911; }
  body.athar div.figure {
    margin: 0.5em;
    padding: 0.5em;
    text-align: center; }
    body.athar div.figure figure {
      margin: 0; }
      body.athar div.figure figure .caption {
        margin-top: 0.5em;
        white-space: nowrap;
        overflow: hidden; }
        body.athar div.figure figure .caption .ellipsis {
          display: none;
          height: 100%;
          background-color: white; }
          body.athar div.figure figure .caption .ellipsis img {
            max-height: 100%; }
        body.athar div.figure figure .caption.expandable {
          position: relative; }
          body.athar div.figure figure .caption.expandable .ellipsis {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            align-items: center; }
        body.athar div.figure figure .caption.expanded {
          white-space: unset; }
    body.athar div.figure .contributors,
    body.athar div.figure .source {
      margin-top: 0.5em; }
  body.athar #discipline-list .discipline {
    display: inline-block;
    width: 200px;
    margin: 1em;
    vertical-align: top;
    text-align: right; }
    body.athar #discipline-list .discipline a {
      display: block; }
    body.athar #discipline-list .discipline .discipline-text {
      display: inline-block;
      box-sizing: border-box;
      width: 180px;
      background-color: green;
      border-radius: 5px;
      padding: 0.1em;
      color: #aa0911;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 1em;
      text-align: center; }
    body.athar #discipline-list .discipline p.discipline-count {
      display: inline-block;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      width: 180px; }
  body.athar .pagination {
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.athar .pagination:first-of-type {
    padding-bottom: 0.5em; }
  body.athar .pagination button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: white;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.athar #collectionList .discipline-title {
    background-color: #36353a;
    color: white;
    padding: 0.2em 1em; }
  body.athar #collectionList .collection {
    padding: 1em;
    display: inline-block;
    width: 20em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top; }
  body.athar #collectionList .collection .collection-cover {
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    position: relative;
    width: 200px;
    height: 283px; }
  body.athar #collectionList .collection .collection-cover img.cover {
    width: 200px;
    height: 283px; }
  body.athar #collectionList .collection .collection-cover .new-collection {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    box-sizing: border-box;
    width: 200px;
    background-color: #aa0911;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    font-size: 20px; }
  body.athar #collectionList .collection .collection-cover .new-issues-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 38px;
    opacity: 0.85; }
  body.athar #collectionList .collection .collection-cover .new-issues-count {
    color: white;
    position: absolute;
    bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    width: 34px;
    text-align: center; }
  body.athar #collectionList .collection .collection-title {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 24.5px;
    line-height: normal; }
  body.athar #collectionList .portal-icon img {
    max-height: 1em;
    max-width: 100px; }
  body.athar #collectionList .collection-details {
    color: #aa0911; }
  body.athar #collection-header .back a {
    color: white;
    font-weight: bold; }
  body.athar #collection-tabs {
    margin: 1em 0; }
  body.athar .collection-period.period-empty {
    color: #999999;
    margin-left: 1em; }
  body.athar .collection-period .period-content {
    margin: 0;
    margin-left: 0.5em;
    border-left: solid 1px lightgrey;
    padding-left: 0.5em; }
  body.athar .collection-period ul {
    list-style: none;
    margin-left: 0; }
  body.athar .collection-period .year-label {
    font-weight: bold; }
  body.athar .issue-period-compact .collection-period ul.number-list,
  body.athar .issue-period-compact .collection-period ul.number-list li {
    display: inline; }
  body.athar .issue-period-compact .collection-period ul.year-list > li {
    margin: 0.5em 0; }
  body.athar .issue-period-compact .collection-period .year-label:after {
    content: " :"; }
  body.athar .issue-period-compact .collection-period ul.number-list > li:before {
    content: "["; }
  body.athar .issue-period-compact .collection-period ul.number-list li:after {
    content: "]"; }
  body.athar .issue-period-compact .collection-period .issue-main {
    display: none; }
  body.athar .issue-period-thematic .collection-period .number-list,
  body.athar .issue-period-fond .collection-period .number-list {
    display: table; }
  body.athar .issue-period-thematic .collection-period .number-list > li,
  body.athar .issue-period-fond .collection-period .number-list > li {
    display: table-row; }
  body.athar .issue-period-thematic .collection-period .number-list > li > .issue-number,
  body.athar .issue-period-thematic .collection-period .number-list > li > .issue-main,
  body.athar .issue-period-fond .collection-period .number-list > li > .issue-number,
  body.athar .issue-period-fond .collection-period .number-list > li > .issue-main {
    margin-top: 5px;
    display: table-cell;
    padding-bottom: 10px; }
  body.athar .issue-period-thematic .collection-period .issue-number,
  body.athar .issue-period-thematic .collection-period .issue-label,
  body.athar .issue-period-fond .collection-period .issue-number,
  body.athar .issue-period-fond .collection-period .issue-label {
    font-weight: bold;
    padding-right: 1em; }
  body.athar .issue-period-thematic .collection-period .issue-number,
  body.athar .issue-period-fond .collection-period .issue-number {
    white-space: nowrap;
    min-width: 50px; }
  body.athar .issue-period-thematic .collection-period .year-label {
    padding: 0.5em;
    display: block; }
  body.athar .issue-period-thematic .collection-period .issue-number:before {
    content: "N° "; }
  body.athar .issue-period-fond > .collection-period.hide-label > .period-content {
    margin-left: 0;
    border-left: none;
    padding-left: 0; }
  body.athar .issue-period-fond .collection-period .period-empty {
    display: none; }
  body.athar .issue-period-fond .collection-period .year-label {
    display: none; }
  body.athar #collection-display .new-issue {
    width: 16px; }
  body.athar #collection-display .issue-period-fond .new-issue {
    margin-right: 5px; }
  body.athar #collection-display .issue-period-compact .new-issue {
    display: inline-block; }
  body.athar .revue-oai-description {
    margin-top: 1em; }
  body.athar #collection-info p.link {
    margin-top: 0.5em;
    border-top: 1px dotted black;
    padding-top: 0.5em; }
  body.athar #collection-info .collection-partner {
    margin-bottom: 1em; }
  body.athar .searchContext em {
    color: #aa0911;
    font-style: normal; }
  body.athar .searchContext {
    font-size: 13px; }
  body.athar .searchResults {
    text-align: justify; }
  body.athar #content-search-results .illustration-result {
    display: inline-block;
    vertical-align: top;
    border: solid 1px lightgrey;
    margin: 0.5em;
    padding: 0.5em; }
    body.athar #content-search-results .illustration-result .figure {
      margin: 0;
      padding: 0;
      width: 250px; }
      body.athar #content-search-results .illustration-result .figure .caption {
        background-color: #36353a;
        color: white;
        font-weight: bold;
        padding: 0.5em; }
        body.athar #content-search-results .illustration-result .figure .caption .ellipsis {
          background-color: inherit; }
    body.athar #content-search-results .illustration-result .source,
    body.athar #content-search-results .illustration-result .contributors {
      width: 250px; }
  body.athar #content-search-results .title {
    font-size: 17px;
    font-weight: bold; }
  body.athar #content-search-results .title-free,
  body.athar #content-search-results .title-limited {
    color: #aa0911; }
    body.athar #content-search-results .title-free:visited,
    body.athar #content-search-results .title-limited:visited {
      color: #aa0911; }
  body.athar #content-search-results div.title-restricted {
    display: inline; }
  body.athar #content-search-results .picto img {
    width: 20px;
    margin: 0 5px; }
  body.athar #search-target-select {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  body.athar .date-facet .slider {
    margin: 0.5em 1.5em 3.5em; }
  body.athar .date-facet input {
    width: 5em; }
  body.athar .date-facet .noUi-connect {
    background-color: white; }
  body.athar .facet-check-form .facet {
    margin-left: 10px;
    margin-top: 0.3em; }
  body.athar .facet-check-form .facet label {
    display: inline; }
  body.athar .jauge {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 3px;
    width: 25%;
    height: 5px;
    background-color: #bebebb; }
  body.athar .jauge-pertinence {
    background-color: #aa0911;
    height: 100%; }
  body.athar .portlet-borderless-container {
    min-height: 0; }
  body.athar .side-portlet {
    margin: 0.2em 0;
    padding: 0 0.2em;
    width: 100%;
    box-sizing: border-box; }
  body.athar #author-info h4 {
    margin-top: 4em; }
  body.athar .pieChart {
    margin: 2px 2px 2px 2px;
    height: 200px;
    overflow: hidden; }
  body.athar form#contextual-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.athar form#contextual-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 38px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.athar form#contextual-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      right: 0;
      top: 0; }
  body.athar ul.doc-toc-content li {
    margin-bottom: 0.3em; }
    body.athar ul.doc-toc-content li.overflow {
      display: none; }
  body.athar ul.doc-toc-content, body.athar ul.doc-toc-content ul {
    list-style: none;
    margin: 0; }
  body.athar ul.doc-toc-content ul.toc-item-content {
    border-left: solid 1px lightgrey;
    margin-left: 0.3em;
    padding-left: 0.3em; }
  body.athar .show-more .picto {
    cursor: pointer;
    margin-bottom: 5px; }
  body.athar ul.cross-refs > li {
    margin-bottom: 0.3em; }
  body.athar ul.cross-refs,
  body.athar ul.cross-refs ul {
    list-style: none;
    margin-left: 0; }
  body.athar .side-portlet .info-box {
    background-color: #bebebb;
    padding: 1em;
    margin: 0; }
  body.athar .side-portlet .info-box img.cover {
    margin-bottom: 1em; }
  body.athar .author-table ul,
  body.athar ul.author-table,
  body.athar ul.export-bib-refs {
    list-style: none;
    margin-left: 0; }
  body.athar .author-menu {
    text-align: center;
    width: 100%;
    color: white;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.athar .author-menu li {
    display: inline-block;
    margin: 2px; }
  body.athar .author-list {
    -webkit-column-width: 15em;
    -moz-column-width: 15em;
    column-width: 15em; }
    body.athar .author-list h5:first-child {
      margin-top: 0; }
  body.athar .author-group,
  body.athar .author-group li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */ }
  body.athar .side-portlet .info-entry-list > div {
    border-bottom: solid 1px lightgrey; }
  body.athar .detail-container {
    position: relative; }
  body.athar .detail-container .illustration-table-controls {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (min-width: 768px) {
    body.athar #document-info {
      height: calc(100vh - 124px - 2em - 40px);
      overflow: auto; }
    body.athar #document-info.fixed {
      position: fixed;
      top: 25px;
      left: 46px;
      width: 250px;
      height: calc(100vh - 32px - 40px); } }
  body.athar .side-portlet .illustration {
    display: block; }
    body.athar .side-portlet .illustration p {
      width: initial; }
  body.athar form#doc-internal-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.athar form#doc-internal-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 73px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.athar form#doc-internal-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      top: 0; }
    body.athar form#doc-internal-search button.prev {
      right: 30px; }
    body.athar form#doc-internal-search button.next {
      right: 0; }
  body.athar .doc-cover {
    display: table-cell;
    padding: 0 0.5em 0.5em 0; }
    body.athar .doc-cover img {
      height: 200px;
      max-width: unset; }
  @media screen and (max-width: 768px) {
    body.athar .doc-cover img {
      height: 300px;
      max-width: 100%; } }
  body.athar #doc-header {
    display: table-cell;
    vertical-align: top; }
    body.athar #doc-header .authority-reference {
      font-size: 16px; }
    body.athar #doc-header .doi {
      font-size: 14px; }
    body.athar #doc-header .document-bib-ref {
      margin-bottom: 0.5em; }
      body.athar #doc-header .document-bib-ref a,
      body.athar #doc-header .document-bib-ref a:visited {
        color: white; }
      body.athar #doc-header .document-bib-ref span::before {
        content: "\a0/\a0"; }
      body.athar #doc-header .document-bib-ref span:first-of-type::before {
        content: initial; }
    body.athar #doc-header h3 {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    body.athar #doc-header {
      display: block; } }
  body.athar .document-type {
    display: inline-block; }
  body.athar #doc-information-container .wiki-body p {
    margin-bottom: 5px; }
  body.athar #global-controls {
    background-color: white;
    padding: 2px;
    position: absolute;
    left: -10px; }
  body.athar #global-controls.fixed {
    position: fixed;
    left: 35px;
    top: 10px;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    body.athar #column-2.column-main #global-controls.fixed {
      left: 317px; } }
  body.athar #global-controls img {
    height: 25px;
    padding-bottom: 3px;
    padding-right: 2px; }
  body.athar #global-controls > * {
    vertical-align: top;
    display: block;
    cursor: pointer; }
  body.athar #global-controls #pdf-download-captcha {
    position: absolute;
    left: 30px;
    z-index: 2;
    display: none; }
  body.athar #global-controls #pdf-download-captcha.visible {
    display: initial; }
  body.athar #page-container {
    margin-left: 20px;
    word-wrap: break-word; }
    body.athar #page-container .page {
      padding: 0;
      margin: 0 1em 1em 0;
      position: relative;
      display: inline-block;
      vertical-align: top; }
    body.athar #page-container .controls {
      z-index: 1;
      height: 25px;
      position: absolute;
      top: 0.5em;
      left: 0.5em;
      /* user-select: none; */ }
      body.athar #page-container .controls div {
        display: inline-block; }
      body.athar #page-container .controls img {
        width: 24px; }
      body.athar #page-container .controls * {
        cursor: pointer; }
    body.athar #page-container .content {
      border: solid 1px black;
      transition: all 0.5s ease-out 0s;
      position: relative;
      overflow: hidden;
      background-color: white; }
      body.athar #page-container .content .image {
        overflow: hidden;
        transition: all 0.5s ease-out 0s;
        position: absolute; }
        body.athar #page-container .content .image img {
          max-width: none; }
        body.athar #page-container .content .image .highlight {
          position: absolute;
          opacity: 0.2; }
        body.athar #page-container .content .image .figure {
          position: absolute;
          display: block; }
        body.athar #page-container .content .image .restricted-area {
          position: absolute;
          padding: 5px; }
      body.athar #page-container .content .loading-image {
        position: absolute;
        top: 1em;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        body.athar #page-container .content .loading-image.htmx-indicator {
          opacity: 1; }
      body.athar #page-container .content .text {
        padding: 0.5em; }
        body.athar #page-container .content .text .caption {
          display: block; }
    body.athar #page-container .content.blank .image {
      background-color: white; }
  body.athar .alert {
    cursor: pointer; }
  body.athar .alert.popover {
    background-color: #36353a;
    z-index: 1 !important; }
  body.athar .alert.popover .popover-content:before {
    content: "×";
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #36353a;
    text-shadow: 0 1px 0 white;
    opacity: 0.2; }
  body.athar .alert.popover .popover-content:hover:before {
    opacity: 0.5; }
  body.athar .document-details {
    margin-bottom: 1em;
    position: relative;
    left: -5px; }
    body.athar .document-details .nav {
      margin-bottom: 0; }
    body.athar .document-details .document-details-content {
      border-top: solid 1px lightgrey;
      border-bottom: solid 1px lightgrey;
      padding: 0.5em; }
    body.athar .document-details .nav-pills > .active > a,
    body.athar .document-details .nav-pills > .active > a:hover,
    body.athar .document-details .nav-pills > .active > a:focus {
      background-color: white;
      color: white; }
    body.athar .document-details .nav-pills > li {
      float: none;
      display: inline; }
    body.athar .document-details .nav-pills > li > a {
      padding: 2px 5px;
      margin: 0;
      border-radius: 0;
      line-height: 20px;
      display: inline;
      white-space: nowrap;
      background-color: #bebebb; }
      body.athar .document-details .nav-pills > li > a:hover {
        background-color: white; }
    body.athar .document-details .illustration-table .illustration {
      display: inline-block;
      max-width: 250px; }
  body.athar #issue-header .back a {
    color: white;
    font-weight: bold; }
  body.athar .issue-item-pages {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 1em; }
  body.athar .issue-document-title div.title-restricted {
    display: inline; }
  body.athar .issue-document-title .picto img {
    width: 20px;
    vertical-align: text-bottom; }
  body.athar .issue-document-title .title {
    font-weight: bold;
    font-size: 16px; }
  body.athar .issue-document-details .document-details-headers {
    font-size: 12px; }
  body.athar .issue-group-content {
    margin-left: 0.5em;
    border-left: solid 1px #bebebb;
    padding-left: 0.5em; }
  body.athar #issue-tabs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 1em; }
  body.athar .issue-document-details h6 {
    margin: 0; }
  body.athar div.issue-item-title {
    display: table;
    width: 100%; }
    body.athar div.issue-item-title > * {
      display: table-cell; }
    body.athar div.issue-item-title h3.issue-group-title {
      width: 100%; }
      body.athar div.issue-item-title h3.issue-group-title span.issue-group-title-outer {
        display: table; }
        body.athar div.issue-item-title h3.issue-group-title span.issue-group-title-outer > * {
          display: table-cell;
          vertical-align: top; }
      body.athar div.issue-item-title h3.issue-group-title span.issue-group-title-inner {
        position: relative;
        padding-left: 5px;
        padding-top: 5px; }
  body.athar .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.4em;
    height: 5px;
    width: 50%;
    left: 25%;
    background: white;
    transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
  body.athar .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-outer:hover span.issue-group-title-inner:after {
    left: 0;
    width: 100%; }
  body.athar #wrapper .issue-group-depth-1 h3,
  body.athar #wrapper .issue-group-depth-2 h3,
  body.athar #wrapper .issue-group-depth-3 h3,
  body.athar #wrapper .issue-group-depth-4 h3 {
    font-size: 19px;
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    color: #aa0911; }
  body.athar .issue-document,
  body.athar .issue-group {
    margin-top: 1em; }
  body.athar #issue-display .document-details {
    margin-bottom: 0; }
  @media screen and (min-width: 1068px) {
    body.athar {
      /* -- enleve le contours des images dans le carousel authority */ }
      body.athar ul.collectionImage {
        list-style: none; }
      body.athar .slick-prev:before,
      body.athar .slick-next:before {
        color: white; }
      body.athar .slick-dots li.slick-active button:before {
        color: white; }
      body.athar .slick-track ul {
        outline-color: transparent; }
      body.athar div.collections-contributor-carousel .collection-cover img {
        border: 1px solid lightgray;
        padding: 0.2em;
        height: 180px;
        margin: auto; }
      body.athar div.collection-title-carousel h3 {
        background-color: #36353a;
        padding-left: 0.5em;
        color: white; }
      body.athar div.collection-title h6.collection-label {
        font-size: 20px;
        font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0.05em;
        color: #36353a;
        text-align: center;
        width: 275px; }
      body.athar div.collection-details h5.collection-label {
        font-size: 16px;
        color: white;
        font-weight: normal;
        font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        width: 250px;
        margin-left: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.athar .collections-contributor-carousel {
      display: none; }
    body.athar div.collection-title-carousel h3 {
      display: none; } }
  @media screen and (max-width: 767px) {
    body.athar .collections-contributor-carousel {
      display: none; }
    body.athar div.collection-title-carousel h3 {
      display: none; } }
  body.athar .authority-display .external-data .content .item {
    margin-bottom: 0.25em; }
    body.athar .authority-display .external-data .content .item .key {
      font-weight: bold;
      margin-right: 0.5em; }
  body.athar .authority-display .external-data .content .lang-picker {
    padding: 0 0.5em;
    cursor: pointer;
    border-left: solid 1px black;
    font-family: monospace;
    text-transform: uppercase;
    background-color: #bebebb; }
  body.athar .authority-display .external-data .content .lang-picker.selected {
    background-color: white;
    color: white; }
  body.athar .authority-display .external-data .content .lang-content-container * {
    display: none; }
  body.athar .authority-display .external-data .content .lang-content-container .selected {
    display: initial; }
  body.athar .illustration-table .controls .show-thumbnails {
    display: none; }
  body.athar .illustration-table ul.content {
    margin: 0;
    list-style: none; }
    body.athar .illustration-table ul.content li {
      margin-top: 0.5em; }
      body.athar .illustration-table ul.content li .figure {
        border: solid 1px lightgrey; }
    body.athar .illustration-table ul.content img {
      max-height: 7em; }
  body.athar .illustration-table.thumbnails-hidden .controls .show-thumbnails {
    display: inline-block; }
  body.athar .illustration-table.thumbnails-hidden .controls .hide-thumbnails {
    display: none; }
  body.athar .illustration-table.thumbnails-hidden .content .figure-image {
    display: none; }
  body.athar .loading-image.htmx-indicator {
    opacity: 1; }
  body.athar .lightbox .lb-caption a {
    color: #36353a;
    background-color: white;
    padding: 2px 5px;
    border-radius: 4px; }
    body.athar .lightbox .lb-caption a:visited, body.athar .lightbox .lb-caption a:active, body.athar .lightbox .lb-caption a:hover, body.athar .lightbox .lb-caption a:focus {
      color: #aa0911; }
  body.athar #footer {
    background-color: #36353a;
    padding: 0 1em;
    margin-top: 1em; }
  body.athar #footer section {
    color: white;
    border-bottom: solid 1px white;
    padding: 1em;
    margin: 0;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    /*display: inline-block;
    width: 24.5%;
    min-width: 200px;
    vertical-align: top;*/ }
  @media screen and (min-width: 768px) {
    body.athar #footer {
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 1em 0;
      height: 200px;
      box-sizing: border-box; }
    body.athar #footer section {
      display: table-cell;
      border-right: solid 1px white;
      border-bottom: none;
      padding: 0 1em;
      height: auto;
      box-sizing: initial;
      text-align: left; } }
  body.athar #footer section:last-of-type {
    border: none; }
  body.athar #footer section h3 {
    margin: 0; }
  body.athar #footer section a {
    display: list-item;
    list-style: none; }
  body.athar #footer section#follow-us img {
    width: 25px;
    margin: 0.5em;
    float: left; }
  body.athar #footer-small {
    width: 100%;
    margin-top: 1em; }
  body.athar #footer-small section#copyright {
    /* margin: 1em 0; */
    text-align: right; }
  @media screen and (min-width: 768px) {
    body.athar #footer-small {
      display: table;
      box-sizing: border-box; }
    body.athar #footer-small section {
      display: table-cell; }
    body.athar #footer-small section#copyright {
      text-align: right; } }
  body.athar #sidebar {
    background: white; }
  body.athar #navi #site-title {
    text-align: center; }
  body.athar h3.athar_une {
    background-color: #36353a;
    color: white;
    padding-left: 0.5em;
    font-weight: bold; }
  body.athar h2.title {
    font-size: 31.5px;
    background-color: #36353a;
    color: white;
    padding-left: 10px;
    padding-top: 0;
    margin-top: 0; }
  body.athar div.collection-details h5.collection-label {
    color: #36353a; }
  body.athar .slick-prev:before,
  body.athar .slick-next:before {
    color: #aa0911; }
  body.athar .slick-dots li.slick-active button:before {
    color: #36353a; }
  body.athar .nav-menu h2 {
    font-size: 24.5px; }
  body.athar .nav-menu li {
    font-size: 18px;
    line-height: 20px; }
  body.athar ul {
    list-style-image: none; }
  body.athar .persee-browse h2 {
    font-size: 22px; }
  body.athar #follow-us h3 {
    border-left: none; }
  body.athar .tab-header-container button.tab-item {
    color: white;
    background-color: #36353a; }
    body.athar .tab-header-container button.tab-item:disabled {
      background-color: #aa0911; }
    body.athar .tab-header-container button.tab-item:enabled:hover {
      background-color: #aa0911; }
  body.athar .tab-label tab-content > a:hover {
    background-color: #bebebb; }
  body.athar #menu a::after {
    background: #aa0911; }
  body.athar .document-details .nav-pills > li > a {
    color: #36353a; }
  body.athar #wrapper .authority {
    color: #aa0911; }
  body.athar .authority-display .authority-idcard h2 {
    color: #36353a; }
  body.athar #header-banner #partner img {
    max-height: 150px; }
  body.athar ul.authority-labels {
    font-size: 12px;
    color: #36353a; }
  body.athar .monument-list {
    margin-top: 2em; }
  body.athar .monument.authority {
    margin: 5px;
    vertical-align: top; }
  body.athar .monument.authority h4 {
    color: #aa0911;
    padding: 0.5em; }
  body.athar .monument.authority h4 > a {
    color: #aa0911; }
  body.athar .authority-display figcaption > a > span {
    color: #aa0911; }
  body.athar .authority-display .slick-dots li.slick-active button:before {
    color: #aa0911; }
  body.athar .authority-display .slick-prev:before,
  body.athar .authority-display .slick-next:before {
    color: #aa0911; }
  body.athar div.social-icon a {
    color: #aa0911; }
  body.athar section#language-select .locale-entry {
    color: #aa0911; }
  body.athar #doc-header .document-bib-ref a,
  body.athar #doc-header .document-bib-ref a:visited {
    color: #aa0911; }
  body.athar .document-details .nav-pills > .active > a,
  body.athar .document-details .nav-pills > .active > a:hover,
  body.athar .document-details .nav-pills > .active > a:focus {
    background-color: #bebebb;
    color: #36353a; }
  body.athar #doc-count .title .emphasis {
    color: #aa0911; }
  body.athar #doc-count .content .number {
    color: white; }
  body.athar .authority-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1rem; }
  body.athar .authority-list-item::before {
    content: "";
    padding-bottom: 20%;
    display: block; }
  body.athar .authority-list-item {
    background: #f0f0f0;
    padding: 1rem;
    display: grid;
    font-size: 18px;
    word-wrap: break-word;
    font-variant: small-caps; }
  body.athar .listNav,
  body.athar .portlet-borderless-container {
    margin-top: 50px; }
  body.athar #layout-column_column-2 > #p_p_id_authoritylist_WAR_perseesearchportlet_ {
    margin: 0 5em 0em -10em; }
  body.athar .listNav,
  body.athar .ln-letters {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }
  body.athar .ln-letters a {
    font-size: 1.5em;
    padding: 10px 10px;
    background: #aa0911; }
  body.athar .ln-letter-count {
    color: #aa0911;
    font-size: 1.4em;
    left: 0;
    line-height: 1.35;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px; }
  body.athar #-nav > div.ln-letters > a {
    color: black;
    background-color: #eaeaea; }
  body.athar #-nav > div.ln-letters a:hover,
  body.athar #-nav > div.ln-letters .ln-selected {
    background-color: #aa0911; }
  @media screen and (max-width: 1450px) {
    body.athar #layout-column_column-2 > #p_p_id_authoritylist_WAR_perseesearchportlet_ {
      margin: 0 5em 0 0em; } }

body.education {
  /* Variables */
  /* Alter the default responsive options */
  /* Import other files from original prescripts */
  /* Tabs */
  /* Checkboxes */
  /* Sidebar */
  /* Headbar */
  /* Lien vers haut de page */
  /* override aui default */
  /* Wrapper */
  /* Toggler */
  /* Pictos */
  /* Navigation bar in header */
  /* Navigation menu on the left */
  /* Banner */
  /* Home page */
  /*
  div.persee_revues h4 + div.date, div.persee_news h4 + div.date {
    position: relative;
    top: -10px;
  }
   */
  /* Pages intérieures */
  /* Page d'un auteur */
  /* Page d'une authorité */
  /* Illustrations */
  /* Discipline List */
  /* Collection List */
  /* Collection */
  /* #collection-display .new-issue {
    display: table-cell;
    position: relative;
  }
  
  #collection-display .new-issue:after {
    display: block;
    content: "";
    background-color: $perseeSecondary;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    position: relative;
    bottom: -2px;
  }
  
  #collection-display .issue-period-fond .new-issue:after {
    margin-right: 5px;
  }
  
  #collection-display .issue-period-compact .new-issue {
    display: inline-block;
  } */
  /* Search results */
  /* portlets */
  /* document */
  /* issue */
  /* carousel collection (slick) */
  /* Authority extdata */
  /* Services Ajax */
  /* Corrections pour lightbox */
  /* Footer */
  /* Small footer */ }
  @media (max-width: 767px) {
    body.education {
      /* Padding to set content in a bit */ }
      body.education {
        padding-left: 0px;
        padding-right: 0px; } }
  @media print {
    body.education {
     /*
    *  * a tester
    *   *************************************************/
     /*
    *  * contre ordre des valeurs par défaut de Liferay
    *   *************************************************/
     /*
    *  * recup ancien portail
    *   *************************************************/
      /* NOUVEAU portail */
      /* pas de carousel à l'impression */
      /* affichage des urls des liens externes (idref...) */ }
      body.education * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important; }
      body.education a[href]:after {
        content: "" !important; }
      body.education body,
      body.education a,
      body.education a:hover {
        text-decoration: none;
        color: black;
        font-size: 12px; }
      body.education hr,
      body.education #bg_gauche,
      body.education #bg_gauche,
      body.education #tete,
      body.education .tete,
      body.education .simpleSearch,
      body.education .tabs,
      body.education .left,
      body.education .paginationBottom,
      body.education #pied {
        display: none; }
      body.education .sidebar,
      body.education .search,
      body.education .userUtils,
      body.education .pagination,
      body.education href {
        display: none; }
      body.education #navi,
      body.education #logo,
      body.education #search,
      body.education #sidebar,
      body.education #partner,
      body.education #footer-small {
        display: none !important; }
      body.education .portlet-column-first {
        display: none !important; }
      body.education .accordion-inner,
      body.education .toggler-content-collapsed,
      body.education .toggler-content,
      body.education .toggler-content-expanded,
      body.education .toggler-content-wrapper {
        display: block !important; }
      body.education #print_option_list {
        display: block; }
      body.education .displayNone {
        display: none; }
      body.education #mainContent,
      body.education #searchResults .discipline .revue {
        border: none; }
      body.education #mainContent .right {
        width: 100%; }
      body.education .revue {
        padding: 0; }
      body.education .authority-articles .collections-contributor-carousel {
        display: none; }
      body.education .authority-display .external-services a:after {
        content: " (" attr(href) ") ";
        font-size: 0.8em;
        font-weight: normal; } }
  body.education .tab-header-container {
    width: 100%;
    text-align: center; }
  body.education .tab-header-container {
    -webkit-column-width: 13em;
    -moz-column-width: 13em;
    column-width: 13em; }
  body.education .tab-header-container button.tab-item {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 0;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: black;
    border: none; }
    body.education .tab-header-container button.tab-item:disabled {
      cursor: initial;
      background-color: #ee4c9b; }
    body.education .tab-header-container button.tab-item:enabled:hover {
      background-color: #ee4c9b; }
    body.education .tab-header-container button.tab-item:focus {
      outline: none; }
  body.education form.facet-check-form label input[type="checkbox"] {
    display: none; }
  body.education form.facet-check-form label input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    overflow: hidden;
    background-image: url("/persee-theme/images/skin/education/picto/check-1.png");
    margin-right: 5px;
    position: relative;
    top: 2px; }
  body.education form.facet-check-form label input[type="checkbox"]:checked + span::before {
    background-position: 0 -12px; }
  body.education #sidebar {
    background: url(/persee-theme/images/onglet.png) no-repeat left bottom;
    background-size: 100%;
    background-color: #ee4c9b;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 32px;
    z-index: 500;
    padding-top: 80px;
    box-sizing: border-box; }
  body.education #trame {
    background: url(/persee-theme/images/trame.png) repeat-y scroll 0% 0% white;
    width: 3%;
    max-width: 32px !important;
    height: 100%;
    position: fixed;
    right: 0px; }
  body.education #sidebar section,
  body.education #sidebar div.portlet-body {
    margin-bottom: 2em; }
  body.education section#language-select {
    font-size: 20px;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.education section#language-select .locale-entry {
    border-top: solid 1px white;
    display: block;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0; }
  body.education section#language-select a.locale-entry:hover,
  body.education section#language-select a.locale-entry:active {
    text-decoration: none; }
  body.education section#language-select .locale-entry:first-child {
    border: none; }
  body.education section#language-select span.locale-entry {
    color: black; }
  body.education div.social-icon {
    height: 32px;
    width: 100%;
    text-align: center; }
    body.education div.social-icon a {
      display: block;
      height: 100%;
      color: white;
      font-size: 16px; }
  body.education #persee-headbar {
    background: #626262;
    font-weight: bold;
    height: 30px;
    padding-right: 3%;
    padding-top: 8px;
    margin-bottom: 0; }
    body.education #persee-headbar a {
      height: 100%;
      box-sizing: border-box;
      padding-left: 1em;
      padding-right: 1em;
      white-space: nowrap;
      border-radius: 5px; }
    body.education #persee-headbar .a_css {
      background: #999999; }
    body.education #persee-headbar a {
      color: white;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-decoration: none; }
      body.education #persee-headbar a:hover {
        color: #565354;
        background-color: #999999; }
  @media screen and (min-width: 1068px) {
    body.education #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.education #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    body.education #persee-headbar {
      padding-left: 32px;
      font-size: 10px; } }
  @media screen and (max-width: 399px) {
    body.education #persee-headbar {
      padding-left: 32px;
      font-size: 9px;
      height: 50px; } }
  body.education {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    color: black; }
  body.education input {
    background-color: inherit; }
  body.education a#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 10%;
    border-radius: 0.5em;
    opacity: 0;
    height: 3em;
    width: 3em; }
  body.education form {
    margin: 0; }
  body.education .spacer {
    clear: both; }
  body.education .perseePrimary {
    color: #ee4c9b; }
  body.education .perseeSecondary {
    color: #565354; }
  body.education a {
    color: #555555;
    cursor: pointer;
    word-wrap: break-word; }
    body.education a:visited, body.education a:active, body.education a:hover, body.education a:focus {
      color: #555555; }
    body.education a:focus {
      outline: 1px solid #999999; }
  body.education .button {
    cursor: pointer; }
  body.education #wrapper {
    position: relative;
    left: 32px;
    box-sizing: border-box;
    width: 92%;
    width: -webkit-calc(100% - 32px - 3%);
    width: -moz-calc(100% - 32px - 3%);
    width: calc(100% - 32px - 3%);
    padding: 1em;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 30px - 1em);
    height: 100%;
    /* browser compatibility */ }
    body.education #wrapper > header,
    body.education #wrapper > footer {
      flex: none;
      /* browser compatibility */ }
    body.education #wrapper > div#content {
      flex: 1 0 auto;
      /* browser compatibility, basic : flex: 1; */ }
  @media screen and (min-width: 1067px) {
    body.education #wrapper {
      width: 95%;
      width: -webkit-calc(100% - 32px - 32px);
      width: -moz-calc(100% - 32px - 32px);
      width: calc(100% - 32px - 32px); } }
  @media screen and (min-width: 768px) {
    body.education #column-1.column-left {
      width: 250px; }
    body.education #column-2.column-main {
      width: 75%;
      width: -webkit-calc(95% - 250px);
      width: -moz-calc(95% - 250px);
      width: calc(95% - 250px); }
    body.education #column-2.full-width {
      width: 99%;
      margin-left: 0px; } }
  body.education #announcement-page {
    margin-top: 50px; }
    body.education #announcement-page p {
      text-align: center; }
      body.education #announcement-page p a,
      body.education #announcement-page p a:visited {
        color: #ee4c9b; }
    body.education #announcement-page p.title {
      font-size: 20px; }
  body.education .toggler .toggler-trigger {
    cursor: pointer; }
    body.education .toggler .toggler-trigger::before {
      content: url("/persee-theme/images/skin/education/picto/list-open-3.png");
      margin-right: 5px;
      position: relative;
      top: 5px; }
    body.education .toggler .toggler-trigger:hover::before {
      content: url("/persee-theme/images/skin/education/picto/list-open-alt-2.png"); }
  body.education .toggler.closed .toggler-trigger::before {
    content: url("/persee-theme/images/skin/education/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.education .toggler.closed .toggler-trigger:hover::before {
    content: url("/persee-theme/images/skin/education/picto/list-closed-alt-2.png"); }
  body.education .toggler.closed .toggler-content {
    display: none; }
  body.education .toggler-header-expanded:before {
    content: url("/persee-theme/images/skin/education/picto/list-open-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.education .toggler-header-expanded:hover:before {
    content: url("/persee-theme/images/skin/education/picto/list-open-alt-2.png"); }
  body.education .toggler-header-collapsed:before {
    content: url("/persee-theme/images/skin/education/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.education .toggler-header-collapsed:hover:before {
    content: url("/persee-theme/images/skin/education/picto/list-closed-alt-2.png"); }
  body.education .toggler-header {
    cursor: pointer; }
  body.education .aui .accordion-heading .accordion-toggle {
    display: inline-block;
    padding: 0; }
  body.education .aui .accordion-inner {
    padding: 9px 0 0 9px; }
  body.education .aui .accordion-group {
    border: none; }
  body.education .picto .default-picto,
  body.education .picto .hover-base {
    display: inline-block; }
  body.education .picto .hover-picto,
  body.education .picto .hover-alt {
    display: none; }
  body.education .picto:hover .default-picto,
  body.education .picto:hover .hover-base {
    display: none; }
  body.education .picto:hover .hover-picto,
  body.education .picto:hover .hover-alt {
    display: inline-block; }
  body.education .picto + span {
    vertical-align: middle; }
  body.education .left-picto {
    margin-right: 5px; }
  body.education .toggle-control-buttons div {
    display: inline-block;
    padding: 0 5px; }
  body.education .toggle-control-buttons img {
    width: 20px;
    cursor: pointer; }
  body.education ul {
    list-style-image: url("/persee-theme/images/skin/education/picto/bullet-full-3.png"); }
  @media screen and (min-width: 768px) {
    body.education #navi {
      display: table;
      width: 100%; }
    body.education #navi > section {
      display: table-cell;
      vertical-align: bottom; }
    body.education #navi > section:last-of-type {
      text-align: right; }
    body.education #navi #site-title {
      width: 140px; } }
  body.education a.logo img {
    height: 120px;
    width: auto; }
  body.education header {
    margin-bottom: 1em; }
  body.education header#navi section {
    vertical-align: top; }
  body.education header#navi section#menu {
    vertical-align: bottom;
    padding-bottom: 1em; }
  body.education #menu a:link,
  body.education #menu a:visited {
    color: black; }
  body.education #menu a {
    text-decoration: none;
    color: black;
    padding: 0.5em 0;
    margin-right: 2em;
    line-height: 2em;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative; }
    body.education #menu a:after {
      content: "";
      display: block;
      position: absolute;
      height: 5px;
      width: 50%;
      left: 25%;
      background: #ee4c9b;
      transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
    body.education #menu a:hover:after {
      left: 10%;
      width: 80%; }
  body.education #recherche form {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 100%;
    max-width: 450px; }
  body.education #recherche input {
    height: 100%;
    width: 100%;
    border: solid 1px black;
    border-radius: 0;
    padding-right: 50px;
    margin: 0;
    box-sizing: border-box;
    padding-left: 0.4em; }
  body.education #recherche input + button {
    height: 100%;
    width: 40px;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0; }
  body.education #recherche input + button img {
    height: 20px; }
  body.education #recherche input + button:after {
    content: "";
    height: 80%;
    border-left: 1px solid black;
    position: absolute;
    top: 10%;
    left: 0; }
  body.education .nav-menu ul {
    list-style: none;
    margin: 0; }
  body.education .nav-menu li {
    margin: 0.5em 0 0.5em 0.5em;
    font-size: 20px;
    line-height: 25px; }
  body.education .nav-menu li a {
    color: black; }
  @media screen and (min-width: 768px) {
    body.education #header-banner > section {
      vertical-align: top; }
    body.education #header-banner #banner {
      display: inline-block;
      width: 74.4%; }
    body.education #header-banner #partner {
      display: inline-block;
      width: 23%;
      margin-left: 2%; } }
  body.education #header-banner #banner {
    background-color: transparent;
    background-image: url("/static/bandeau.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover !important;
    height: 250px;
    padding: 0px !important; }
  body.education #header-banner #banner a {
    display: block;
    height: 100%; }
  body.education #header-banner #partner img {
    margin: 0.5em; }
  body.education .persee-home h1,
  body.education .persee-home h2,
  body.education .persee-home h3,
  body.education #footer h1,
  body.education #footer h2,
  body.education #footer h3 {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em; }
  body.education div.persee_content {
    overflow: auto; }
    body.education div.persee_content ul {
      margin: 1em 0 1em 2em; }
  body.education div.persee_content img.defaultImage {
    float: left;
    margin: 0.5em;
    max-width: calc(100% - 1em); }
  body.education div.persee_revues h3 {
    background-color: black;
    padding-left: 0.5em;
    color: white; }
  body.education div.persee_news {
    margin-bottom: 2em; }
  body.education div.persee_content-greybox p.big {
    font-size: 6em;
    line-height: 1em;
    font-family: "hasteristico", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.education div.persee_content-greybox {
    background-color: #dddddd;
    margin: 10px 0px; }
  body.education div.persee_content-greybox h4 {
    padding: 0.5em;
    margin: 0; }
  body.education div.persee_content-greybox div {
    /*  padding: 0.555em;
      margin: 0; */ }
  body.education div.persee_content-greybox div {
    /*  padding: 0 0.5em 0 0.5em;
      margin: 0.5em 0 0 0; */ }
  body.education div.persee_content-greybox .persee_content .title {
    background: none repeat scroll 0% 0% #f0f0f0;
    padding: 0.555em;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.education .persee_content-greybox .persee_content .content {
    margin-left: 0.8rem; }
  body.education .journal-content-article .persee_content-nobox .persee_content .titre {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.education .persee_news > ul {
    margin-left: 0; }
    body.education .persee_news > ul > li {
      list-style: none;
      background: url("/persee-theme/images/skin/education/picto/bullet-full-3.png") no-repeat left 16px;
      padding-left: 20px; }
  body.education #doc-count {
    margin: 10px 0px;
    background-color: #dddddd; }
    body.education #doc-count .title {
      background-color: #f0f0f0;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      font-weight: bold;
      padding: 0.5em;
      margin: 0; }
      body.education #doc-count .title .emphasis {
        color: #ee4c9b; }
    body.education #doc-count .content {
      padding: 1em; }
      body.education #doc-count .content .number {
        font-size: 36px;
        line-height: 36px;
        color: #565354; }
      body.education #doc-count .content .text {
        font-size: 20px; }
      body.education #doc-count .content p:last-of-type {
        margin: 0; }
  body.education .persee-browse h2,
  body.education .persee-browse h3,
  body.education .persee-browse h4 {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    margin-bottom: 5px;
    line-height: 1.2em; }
  body.education .persee-browse h2 {
    font-size: 22px;
    display: inline; }
  body.education .persee-browse h3 {
    font-size: 18px; }
  body.education .persee-browse h4 {
    font-size: 16px; }
  body.education ul.published-in,
  body.education ul.published-with {
    list-style: none; }
    body.education ul.published-in li.toggler-container,
    body.education ul.published-with li.toggler-container {
      margin: 0.25em; }
    body.education ul.published-in .toggler-content li,
    body.education ul.published-with .toggler-content li {
      margin: 0.125em; }
  body.education .cited-by li,
  body.education .cites li {
    margin: 0.25em; }
  body.education div.external-services img {
    max-height: 50px;
    max-width: 200px;
    margin: 0.5em; }
  body.education .author-display .title.picto img {
    width: 20px;
    margin: 0 5px; }
  body.education .author-display .title.picto {
    display: inline; }
  body.education .authors {
    margin-bottom: 5px; }
  body.education .authority-display {
    /*  IDCARD  */
    /* CLASSES QUI NE CHANGENT PAS EN FONCTION DE LA TAILLE DE L'ECRAN */
    /* 1 IMAGE */
    /* PLUSIEURS IMAGES */
    /* IMAGE AUTRES QUE PERSEE */
    /* --- LIENS EXTERNES DANS IDCARD --- */
    /* --- AUTHORITY-ARTICLES --- */
    /* CAROUSEL + LISTE DES COLLECTIONS + ARTICLES */
    /* CAROUSEL */
    /* LISTE DES COLLECTIONS + ARTCILES */
    /* --- AUTHORITY-ISSUES --- */
    /* --- COMMUN AUTHORITY-ARTICLES & AUTHORITY-ISSUES --- */
    /* -- enleve le contours des images dans le carousel authority */
    /*
    .slick-initialized .slick-slide {
      display: block;
      text-align: center;
    }
    */
    /* --- EXTERNAL-DATA --- */ }
    @media screen and (min-width: 1068px) {
      body.education .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.education .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          display: inline-block;
          width: 40%; }
          body.education .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.education .authority-display .authority-portrait-carousel {
          width: 25%;
          display: inline-block; }
        body.education .authority-display .authority-image {
          padding: 0.5em;
          width: 25%;
          text-align: center;
          display: inline-block; }
        body.education .authority-display .authority-portrait-one {
          padding: 0.5em;
          margin-left: 10px;
          margin-right: 10px;
          text-align: center;
          display: inline-block;
          width: 25%; }
        body.education .authority-display .external-services {
          line-height: 1.8em;
          margin-right: 10px;
          margin-left: 10px;
          vertical-align: top;
          display: inline-block;
          width: 22%;
          padding: 1em; }
        body.education .authority-display .authority-geonames-map i {
          font-size: small; }
        body.education .authority-display .authority-geonames-map {
          margin-top: 30px; }
        body.education .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.education .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 25%; }
        body.education .authority-display .authority-bio {
          margin: 0.5em 0; } }
    @media screen and (min-width: 768px) and (max-width: 1067px) {
      body.education .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.education .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.education .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          width: 91.33%; }
          body.education .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.education .authority-display .authority-portrait-carousel {
          display: none; }
        body.education .authority-display .authority-image {
          display: none; }
        body.education .authority-display .authority-portrait-one {
          display: none; }
        body.education .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em; }
        body.education .authority-display .collections-contributor-carousel,
        body.education .authority-display .authority-geonames-map {
          display: none; }
        body.education .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.education .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 23%; }
        body.education .authority-display .authority-bio {
          margin: 0; } }
    @media screen and (max-width: 767px) {
      body.education .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.education .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.education .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          width: 100%; }
          body.education .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.education .authority-display .authority-portrait-carousel {
          display: none; }
        body.education .authority-display .authority-image {
          display: none; }
        body.education .authority-display .authority-portrait-one {
          display: none; }
        body.education .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em 0; }
        body.education .authority-display .collections-contributor-carousel,
        body.education .authority-display .authority-geonames-map {
          display: none; }
        body.education .authority-display .div-authority-articles {
          vertical-align: top;
          width: 100%;
          margin-right: 30px;
          padding-right: 20px;
          display: inline-block; }
        body.education .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
        body.education .authority-display .authority-bio {
          margin: 0.5em; } }
    body.education .authority-display .authority-idcard h2 {
      color: #ee4c9b;
      font-size: 26px;
      padding: 0.2em 0;
      line-height: 1em;
      margin-top: 1.2em; }
    body.education .authority-display .authority-other-names li {
      margin-left: 10px; }
    body.education .authority-display .authority-labels i {
      font-size: small; }
    body.education .authority-display .broader {
      margin: 10px 0px 15px 0px;
      font-weight: bold; }
    body.education .authority-display .show-more .picto {
      margin-left: 10px; }
    body.education .authority-display .authority-portrait-one img {
      height: 200px; }
    body.education .authority-display .authority-portrait-one i {
      font-size: small; }
    body.education .authority-display .slick-prev:before,
    body.education .authority-display .slick-next:before {
      color: #ee4c9b; }
    body.education .authority-display .slick-dots li.slick-active button:before {
      color: #ee4c9b; }
    body.education .authority-display .authority-image img {
      height: 200px; }
    body.education .authority-display .authority-image i {
      font-size: small; }
    body.education .authority-display div.external-services img {
      max-height: 30px;
      max-width: 50px;
      margin: 0.5em; }
    body.education .authority-display div.external-services div {
      display: inline-block; }
    body.education .authority-display div.external-services h4 {
      font-size: 16px;
      margin-bottom: 20px; }
    body.education .authority-display div.external-services h4::before {
      content: "";
      display: block;
      height: 5px;
      width: 100%;
      background: #ee4c9b; }
    body.education .authority-display .authority-articles h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.education .authority-display .authority-articles-citing h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.education .authority-display .authority-articles-cited h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.education .authority-display .authority-articles h5 {
      margin: 5px; }
    body.education .authority-display img.collection-cover {
      border: 1px solid lightgray;
      padding: 0.2em;
      height: 180px;
      margin: auto; }
    body.education .authority-display .div-couv h6.collection-label {
      font-size: 20px;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      color: black;
      text-align: center; }
    body.education .authority-display .div-couv h5.collection-label {
      font-size: 16px;
      color: #565354;
      font-weight: normal;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center; }
    body.education .authority-display span.authority {
      color: #ee4c9b; }
    body.education .authority-display ul.role-contributor {
      list-style: none; }
    body.education .authority-display .toggle-control-buttons {
      margin-left: -25px; }
    body.education .authority-display .collection li {
      margin-left: -26px; }
    body.education .authority-display .collection .toggler-content > ul > li {
      margin-left: 8px; }
    body.education .authority-display .toggler-content.role-contributor.toggler-content-expanded {
      margin-left: 60px; }
    body.education .authority-display .articleText {
      vertical-align: middle;
      font-variant: small-caps oldstyle-nums; }
    body.education .authority-display .docs {
      margin-top: 10px; }
    body.education .authority-display a.title.title-free {
      line-height: 1.8em; }
    body.education .authority-display .authority-issues h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: black;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.education .authority-display .slick-track ul {
      outline-color: transparent; }
    body.education .authority-display .div-couv figure {
      margin: 0; }
    body.education .authority-display .collection-label-articles {
      display: inline-block;
      vertical-align: top;
      max-width: 80%;
      text-align: center; }
    body.education .authority-display h6.collection-label {
      font-size: 15px; }
    body.education .authority-display .show-more .picto {
      cursor: default; }
    body.education .authority-display .external-data h3 {
      display: none; }
    body.education .authority-display .ext-data-service-logo {
      height: 60px;
      background-color: #f0f0f0;
      text-align: center;
      margin: 0; }
    body.education .authority-display .external-data h4 {
      padding-top: 5px;
      font-size: 14px;
      font-variant: small-caps; }
    body.education .authority-display .external-data h5 {
      font-size: 14px;
      text-align: left; }
    body.education .authority-display .ext-data-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px; }
    body.education .authority-display .ext-data-container.ext-data-cairogazetteer {
      max-width: 100%;
      width: 100%; }
    body.education .authority-display .content {
      padding: 0.5em 0; }
    body.education .authority-display .dbpedia-thumbnail img {
      height: 150px; }
    body.education .authority-display .lang-picker-container {
      margin-bottom: 5px; }
    body.education .authority-display .theses-directeur ul {
      list-style-image: url("/persee-theme/images/skin/education/picto/bullet-full-3.png"); }
    body.education .authority-display .theses-auteur ul {
      list-style-image: url("/persee-theme/images/skin/education/picto/bullet-full-3.png"); }
    body.education .authority-display .idref-query ul {
      list-style-image: url("/persee-theme/images/skin/education/picto/bullet-full-3.png"); }
    body.education .authority-display .external-data li {
      line-height: 1.8em; }
    body.education .authority-display .dbpedia-entry-title .idref-query h5 {
      font-size: 14px; }
  body.education .contrib-group {
    margin-bottom: 0.5em; }
  body.education .contributors {
    margin-bottom: 5px; }
  body.education .authority {
    font-weight: bold; }
  body.education a.authority {
    color: #ee4c9b; }
    body.education a.authority:visited {
      color: #ee4c9b; }
  body.education .authority-reference {
    font-weight: bold; }
    body.education .authority-reference a {
      color: #ee4c9b; }
      body.education .authority-reference a:visited {
        color: #ee4c9b; }
  body.education div.figure {
    margin: 0.5em;
    padding: 0.5em;
    text-align: center; }
    body.education div.figure figure {
      margin: 0; }
      body.education div.figure figure .caption {
        margin-top: 0.5em;
        white-space: nowrap;
        overflow: hidden; }
        body.education div.figure figure .caption .ellipsis {
          display: none;
          height: 100%;
          background-color: white; }
          body.education div.figure figure .caption .ellipsis img {
            max-height: 100%; }
        body.education div.figure figure .caption.expandable {
          position: relative; }
          body.education div.figure figure .caption.expandable .ellipsis {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            align-items: center; }
        body.education div.figure figure .caption.expanded {
          white-space: unset; }
    body.education div.figure .contributors,
    body.education div.figure .source {
      margin-top: 0.5em; }
  body.education #discipline-list .discipline {
    display: inline-block;
    width: 200px;
    margin: 1em;
    vertical-align: top;
    text-align: right; }
    body.education #discipline-list .discipline a {
      display: block; }
    body.education #discipline-list .discipline .discipline-text {
      display: inline-block;
      box-sizing: border-box;
      width: 180px;
      background-color: #dddddd;
      border-radius: 5px;
      padding: 0.1em;
      color: #565354;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 1em;
      text-align: center; }
    body.education #discipline-list .discipline p.discipline-count {
      display: inline-block;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      width: 180px; }
  body.education .pagination {
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.education .pagination:first-of-type {
    padding-bottom: 0.5em; }
  body.education .pagination button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #ee4c9b;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.education #collectionList .discipline-title {
    background-color: black;
    color: white;
    padding: 0.2em 1em; }
  body.education #collectionList .collection {
    padding: 1em;
    display: inline-block;
    width: 20em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top; }
  body.education #collectionList .collection .collection-cover {
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    position: relative;
    width: 200px;
    height: 283px; }
  body.education #collectionList .collection .collection-cover img.cover {
    width: 200px;
    height: 283px; }
  body.education #collectionList .collection .collection-cover .new-collection {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    box-sizing: border-box;
    width: 200px;
    background-color: #565354;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    font-size: 20px; }
  body.education #collectionList .collection .collection-cover .new-issues-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 38px;
    opacity: 0.85; }
  body.education #collectionList .collection .collection-cover .new-issues-count {
    color: white;
    position: absolute;
    bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    width: 34px;
    text-align: center; }
  body.education #collectionList .collection .collection-title {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 24.5px;
    line-height: normal; }
  body.education #collectionList .portal-icon img {
    max-height: 1em;
    max-width: 100px; }
  body.education #collectionList .collection-details {
    color: #565354; }
  body.education #collection-header .back a {
    color: #ee4c9b;
    font-weight: bold; }
  body.education #collection-tabs {
    margin: 1em 0; }
  body.education .collection-period.period-empty {
    color: #999999;
    margin-left: 1em; }
  body.education .collection-period .period-content {
    margin: 0;
    margin-left: 0.5em;
    border-left: solid 1px lightgrey;
    padding-left: 0.5em; }
  body.education .collection-period ul {
    list-style: none;
    margin-left: 0; }
  body.education .collection-period .year-label {
    font-weight: bold; }
  body.education .issue-period-compact .collection-period ul.number-list,
  body.education .issue-period-compact .collection-period ul.number-list li {
    display: inline; }
  body.education .issue-period-compact .collection-period ul.year-list > li {
    margin: 0.5em 0; }
  body.education .issue-period-compact .collection-period .year-label:after {
    content: " :"; }
  body.education .issue-period-compact .collection-period ul.number-list > li:before {
    content: "["; }
  body.education .issue-period-compact .collection-period ul.number-list li:after {
    content: "]"; }
  body.education .issue-period-compact .collection-period .issue-main {
    display: none; }
  body.education .issue-period-thematic .collection-period .number-list,
  body.education .issue-period-fond .collection-period .number-list {
    display: table; }
  body.education .issue-period-thematic .collection-period .number-list > li,
  body.education .issue-period-fond .collection-period .number-list > li {
    display: table-row; }
  body.education .issue-period-thematic .collection-period .number-list > li > .issue-number,
  body.education .issue-period-thematic .collection-period .number-list > li > .issue-main,
  body.education .issue-period-fond .collection-period .number-list > li > .issue-number,
  body.education .issue-period-fond .collection-period .number-list > li > .issue-main {
    margin-top: 5px;
    display: table-cell;
    padding-bottom: 10px; }
  body.education .issue-period-thematic .collection-period .issue-number,
  body.education .issue-period-thematic .collection-period .issue-label,
  body.education .issue-period-fond .collection-period .issue-number,
  body.education .issue-period-fond .collection-period .issue-label {
    font-weight: bold;
    padding-right: 1em; }
  body.education .issue-period-thematic .collection-period .issue-number,
  body.education .issue-period-fond .collection-period .issue-number {
    white-space: nowrap;
    min-width: 50px; }
  body.education .issue-period-thematic .collection-period .year-label {
    padding: 0.5em;
    display: block; }
  body.education .issue-period-thematic .collection-period .issue-number:before {
    content: "N° "; }
  body.education .issue-period-fond > .collection-period.hide-label > .period-content {
    margin-left: 0;
    border-left: none;
    padding-left: 0; }
  body.education .issue-period-fond .collection-period .period-empty {
    display: none; }
  body.education .issue-period-fond .collection-period .year-label {
    display: none; }
  body.education #collection-display .new-issue {
    width: 16px; }
  body.education #collection-display .issue-period-fond .new-issue {
    margin-right: 5px; }
  body.education #collection-display .issue-period-compact .new-issue {
    display: inline-block; }
  body.education .revue-oai-description {
    margin-top: 1em; }
  body.education #collection-info p.link {
    margin-top: 0.5em;
    border-top: 1px dotted black;
    padding-top: 0.5em; }
  body.education #collection-info .collection-partner {
    margin-bottom: 1em; }
  body.education .searchContext em {
    color: #565354;
    font-style: normal; }
  body.education .searchContext {
    font-size: 13px; }
  body.education .searchResults {
    text-align: justify; }
  body.education #content-search-results .illustration-result {
    display: inline-block;
    vertical-align: top;
    border: solid 1px lightgrey;
    margin: 0.5em;
    padding: 0.5em; }
    body.education #content-search-results .illustration-result .figure {
      margin: 0;
      padding: 0;
      width: 250px; }
      body.education #content-search-results .illustration-result .figure .caption {
        background-color: black;
        color: white;
        font-weight: bold;
        padding: 0.5em; }
        body.education #content-search-results .illustration-result .figure .caption .ellipsis {
          background-color: inherit; }
    body.education #content-search-results .illustration-result .source,
    body.education #content-search-results .illustration-result .contributors {
      width: 250px; }
  body.education #content-search-results .title {
    font-size: 17px;
    font-weight: bold; }
  body.education #content-search-results .title-free,
  body.education #content-search-results .title-limited {
    color: #565354; }
    body.education #content-search-results .title-free:visited,
    body.education #content-search-results .title-limited:visited {
      color: #555555; }
  body.education #content-search-results div.title-restricted {
    display: inline; }
  body.education #content-search-results .picto img {
    width: 20px;
    margin: 0 5px; }
  body.education #search-target-select {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  body.education .date-facet .slider {
    margin: 0.5em 1.5em 3.5em; }
  body.education .date-facet input {
    width: 5em; }
  body.education .date-facet .noUi-connect {
    background-color: #ee4c9b; }
  body.education .facet-check-form .facet {
    margin-left: 10px;
    margin-top: 0.3em; }
  body.education .facet-check-form .facet label {
    display: inline; }
  body.education .jauge {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 3px;
    width: 25%;
    height: 5px;
    background-color: #dddddd; }
  body.education .jauge-pertinence {
    background-color: #565354;
    height: 100%; }
  body.education .portlet-borderless-container {
    min-height: 0; }
  body.education .side-portlet {
    margin: 0.2em 0;
    padding: 0 0.2em;
    width: 100%;
    box-sizing: border-box; }
  body.education #author-info h4 {
    margin-top: 4em; }
  body.education .pieChart {
    margin: 2px 2px 2px 2px;
    height: 200px;
    overflow: hidden; }
  body.education form#contextual-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.education form#contextual-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 38px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.education form#contextual-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      right: 0;
      top: 0; }
  body.education ul.doc-toc-content li {
    margin-bottom: 0.3em; }
    body.education ul.doc-toc-content li.overflow {
      display: none; }
  body.education ul.doc-toc-content, body.education ul.doc-toc-content ul {
    list-style: none;
    margin: 0; }
  body.education ul.doc-toc-content ul.toc-item-content {
    border-left: solid 1px lightgrey;
    margin-left: 0.3em;
    padding-left: 0.3em; }
  body.education .show-more .picto {
    cursor: pointer;
    margin-bottom: 5px; }
  body.education ul.cross-refs > li {
    margin-bottom: 0.3em; }
  body.education ul.cross-refs,
  body.education ul.cross-refs ul {
    list-style: none;
    margin-left: 0; }
  body.education .side-portlet .info-box {
    background-color: #f0f0f0;
    padding: 1em;
    margin: 0; }
  body.education .side-portlet .info-box img.cover {
    margin-bottom: 1em; }
  body.education .author-table ul,
  body.education ul.author-table,
  body.education ul.export-bib-refs {
    list-style: none;
    margin-left: 0; }
  body.education .author-menu {
    text-align: center;
    width: 100%;
    color: #ee4c9b;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.education .author-menu li {
    display: inline-block;
    margin: 2px; }
  body.education .author-list {
    -webkit-column-width: 15em;
    -moz-column-width: 15em;
    column-width: 15em; }
    body.education .author-list h5:first-child {
      margin-top: 0; }
  body.education .author-group,
  body.education .author-group li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */ }
  body.education .side-portlet .info-entry-list > div {
    border-bottom: solid 1px lightgrey; }
  body.education .detail-container {
    position: relative; }
  body.education .detail-container .illustration-table-controls {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (min-width: 768px) {
    body.education #document-info {
      height: calc(100vh - 124px - 2em - 40px);
      overflow: auto; }
    body.education #document-info.fixed {
      position: fixed;
      top: 25px;
      left: 46px;
      width: 250px;
      height: calc(100vh - 32px - 40px); } }
  body.education .side-portlet .illustration {
    display: block; }
    body.education .side-portlet .illustration p {
      width: initial; }
  body.education form#doc-internal-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.education form#doc-internal-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 73px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.education form#doc-internal-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      top: 0; }
    body.education form#doc-internal-search button.prev {
      right: 30px; }
    body.education form#doc-internal-search button.next {
      right: 0; }
  body.education .doc-cover {
    display: table-cell;
    padding: 0 0.5em 0.5em 0; }
    body.education .doc-cover img {
      height: 200px;
      max-width: unset; }
  @media screen and (max-width: 768px) {
    body.education .doc-cover img {
      height: 300px;
      max-width: 100%; } }
  body.education #doc-header {
    display: table-cell;
    vertical-align: top; }
    body.education #doc-header .authority-reference {
      font-size: 16px; }
    body.education #doc-header .doi {
      font-size: 14px; }
    body.education #doc-header .document-bib-ref {
      margin-bottom: 0.5em; }
      body.education #doc-header .document-bib-ref a,
      body.education #doc-header .document-bib-ref a:visited {
        color: #ee4c9b; }
      body.education #doc-header .document-bib-ref span::before {
        content: "\a0/\a0"; }
      body.education #doc-header .document-bib-ref span:first-of-type::before {
        content: initial; }
    body.education #doc-header h3 {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    body.education #doc-header {
      display: block; } }
  body.education .document-type {
    display: inline-block; }
  body.education #doc-information-container .wiki-body p {
    margin-bottom: 5px; }
  body.education #global-controls {
    background-color: white;
    padding: 2px;
    position: absolute;
    left: -10px; }
  body.education #global-controls.fixed {
    position: fixed;
    left: 35px;
    top: 10px;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    body.education #column-2.column-main #global-controls.fixed {
      left: 317px; } }
  body.education #global-controls img {
    height: 25px;
    padding-bottom: 3px;
    padding-right: 2px; }
  body.education #global-controls > * {
    vertical-align: top;
    display: block;
    cursor: pointer; }
  body.education #global-controls #pdf-download-captcha {
    position: absolute;
    left: 30px;
    z-index: 2;
    display: none; }
  body.education #global-controls #pdf-download-captcha.visible {
    display: initial; }
  body.education #page-container {
    margin-left: 20px;
    word-wrap: break-word; }
    body.education #page-container .page {
      padding: 0;
      margin: 0 1em 1em 0;
      position: relative;
      display: inline-block;
      vertical-align: top; }
    body.education #page-container .controls {
      z-index: 1;
      height: 25px;
      position: absolute;
      top: 0.5em;
      left: 0.5em;
      /* user-select: none; */ }
      body.education #page-container .controls div {
        display: inline-block; }
      body.education #page-container .controls img {
        width: 24px; }
      body.education #page-container .controls * {
        cursor: pointer; }
    body.education #page-container .content {
      border: solid 1px black;
      transition: all 0.5s ease-out 0s;
      position: relative;
      overflow: hidden;
      background-color: white; }
      body.education #page-container .content .image {
        overflow: hidden;
        transition: all 0.5s ease-out 0s;
        position: absolute; }
        body.education #page-container .content .image img {
          max-width: none; }
        body.education #page-container .content .image .highlight {
          position: absolute;
          opacity: 0.2; }
        body.education #page-container .content .image .figure {
          position: absolute;
          display: block; }
        body.education #page-container .content .image .restricted-area {
          position: absolute;
          padding: 5px; }
      body.education #page-container .content .loading-image {
        position: absolute;
        top: 1em;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        body.education #page-container .content .loading-image.htmx-indicator {
          opacity: 1; }
      body.education #page-container .content .text {
        padding: 0.5em; }
        body.education #page-container .content .text .caption {
          display: block; }
    body.education #page-container .content.blank .image {
      background-color: white; }
  body.education .alert {
    cursor: pointer; }
  body.education .alert.popover {
    background-color: #fffbdc;
    z-index: 1 !important; }
  body.education .alert.popover .popover-content:before {
    content: "×";
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2; }
  body.education .alert.popover .popover-content:hover:before {
    opacity: 0.5; }
  body.education .document-details {
    margin-bottom: 1em;
    position: relative;
    left: -5px; }
    body.education .document-details .nav {
      margin-bottom: 0; }
    body.education .document-details .document-details-content {
      border-top: solid 1px lightgrey;
      border-bottom: solid 1px lightgrey;
      padding: 0.5em; }
    body.education .document-details .nav-pills > .active > a,
    body.education .document-details .nav-pills > .active > a:hover,
    body.education .document-details .nav-pills > .active > a:focus {
      background-color: #ee4c9b;
      color: white; }
    body.education .document-details .nav-pills > li {
      float: none;
      display: inline; }
    body.education .document-details .nav-pills > li > a {
      padding: 2px 5px;
      margin: 0;
      border-radius: 0;
      line-height: 20px;
      display: inline;
      white-space: nowrap;
      background-color: #f0f0f0; }
      body.education .document-details .nav-pills > li > a:hover {
        background-color: #ee4c9b; }
    body.education .document-details .illustration-table .illustration {
      display: inline-block;
      max-width: 250px; }
  body.education #issue-header .back a {
    color: #ee4c9b;
    font-weight: bold; }
  body.education .issue-item-pages {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 1em; }
  body.education .issue-document-title div.title-restricted {
    display: inline; }
  body.education .issue-document-title .picto img {
    width: 20px;
    vertical-align: text-bottom; }
  body.education .issue-document-title .title {
    font-weight: bold;
    font-size: 16px; }
  body.education .issue-document-details .document-details-headers {
    font-size: 12px; }
  body.education .issue-group-content {
    margin-left: 0.5em;
    border-left: solid 1px #dddddd;
    padding-left: 0.5em; }
  body.education #issue-tabs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 1em; }
  body.education .issue-document-details h6 {
    margin: 0; }
  body.education div.issue-item-title {
    display: table;
    width: 100%; }
    body.education div.issue-item-title > * {
      display: table-cell; }
    body.education div.issue-item-title h3.issue-group-title {
      width: 100%; }
      body.education div.issue-item-title h3.issue-group-title span.issue-group-title-outer {
        display: table; }
        body.education div.issue-item-title h3.issue-group-title span.issue-group-title-outer > * {
          display: table-cell;
          vertical-align: top; }
      body.education div.issue-item-title h3.issue-group-title span.issue-group-title-inner {
        position: relative;
        padding-left: 5px;
        padding-top: 5px; }
  body.education .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.4em;
    height: 5px;
    width: 50%;
    left: 25%;
    background: #ee4c9b;
    transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
  body.education .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-outer:hover span.issue-group-title-inner:after {
    left: 0;
    width: 100%; }
  body.education #wrapper .issue-group-depth-1 h3,
  body.education #wrapper .issue-group-depth-2 h3,
  body.education #wrapper .issue-group-depth-3 h3,
  body.education #wrapper .issue-group-depth-4 h3 {
    font-size: 19px;
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    color: #565354; }
  body.education .issue-document,
  body.education .issue-group {
    margin-top: 1em; }
  body.education #issue-display .document-details {
    margin-bottom: 0; }
  @media screen and (min-width: 1068px) {
    body.education {
      /* -- enleve le contours des images dans le carousel authority */ }
      body.education ul.collectionImage {
        list-style: none; }
      body.education .slick-prev:before,
      body.education .slick-next:before {
        color: #ee4c9b; }
      body.education .slick-dots li.slick-active button:before {
        color: #ee4c9b; }
      body.education .slick-track ul {
        outline-color: transparent; }
      body.education div.collections-contributor-carousel .collection-cover img {
        border: 1px solid lightgray;
        padding: 0.2em;
        height: 180px;
        margin: auto; }
      body.education div.collection-title-carousel h3 {
        background-color: black;
        padding-left: 0.5em;
        color: white; }
      body.education div.collection-title h6.collection-label {
        font-size: 20px;
        font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0.05em;
        color: black;
        text-align: center;
        width: 275px; }
      body.education div.collection-details h5.collection-label {
        font-size: 16px;
        color: #ee4c9b;
        font-weight: normal;
        font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        width: 250px;
        margin-left: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.education .collections-contributor-carousel {
      display: none; }
    body.education div.collection-title-carousel h3 {
      display: none; } }
  @media screen and (max-width: 767px) {
    body.education .collections-contributor-carousel {
      display: none; }
    body.education div.collection-title-carousel h3 {
      display: none; } }
  body.education .authority-display .external-data .content .item {
    margin-bottom: 0.25em; }
    body.education .authority-display .external-data .content .item .key {
      font-weight: bold;
      margin-right: 0.5em; }
  body.education .authority-display .external-data .content .lang-picker {
    padding: 0 0.5em;
    cursor: pointer;
    border-left: solid 1px black;
    font-family: monospace;
    text-transform: uppercase;
    background-color: #f0f0f0; }
  body.education .authority-display .external-data .content .lang-picker.selected {
    background-color: #ee4c9b;
    color: white; }
  body.education .authority-display .external-data .content .lang-content-container * {
    display: none; }
  body.education .authority-display .external-data .content .lang-content-container .selected {
    display: initial; }
  body.education .illustration-table .controls .show-thumbnails {
    display: none; }
  body.education .illustration-table ul.content {
    margin: 0;
    list-style: none; }
    body.education .illustration-table ul.content li {
      margin-top: 0.5em; }
      body.education .illustration-table ul.content li .figure {
        border: solid 1px lightgrey; }
    body.education .illustration-table ul.content img {
      max-height: 7em; }
  body.education .illustration-table.thumbnails-hidden .controls .show-thumbnails {
    display: inline-block; }
  body.education .illustration-table.thumbnails-hidden .controls .hide-thumbnails {
    display: none; }
  body.education .illustration-table.thumbnails-hidden .content .figure-image {
    display: none; }
  body.education .loading-image.htmx-indicator {
    opacity: 1; }
  body.education .lightbox .lb-caption a {
    color: #555555;
    background-color: white;
    padding: 2px 5px;
    border-radius: 4px; }
    body.education .lightbox .lb-caption a:visited, body.education .lightbox .lb-caption a:active, body.education .lightbox .lb-caption a:hover, body.education .lightbox .lb-caption a:focus {
      color: #555555; }
  body.education #footer {
    background-color: black;
    padding: 0 1em;
    margin-top: 1em; }
  body.education #footer section {
    color: white;
    border-bottom: solid 1px #ee4c9b;
    padding: 1em;
    margin: 0;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    /*display: inline-block;
    width: 24.5%;
    min-width: 200px;
    vertical-align: top;*/ }
  @media screen and (min-width: 768px) {
    body.education #footer {
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 1em 0;
      height: 200px;
      box-sizing: border-box; }
    body.education #footer section {
      display: table-cell;
      border-right: solid 1px #ee4c9b;
      border-bottom: none;
      padding: 0 1em;
      height: auto;
      box-sizing: initial;
      text-align: left; } }
  body.education #footer section:last-of-type {
    border: none; }
  body.education #footer section h3 {
    margin: 0; }
  body.education #footer section a {
    display: list-item;
    list-style: none; }
  body.education #footer section#follow-us img {
    width: 25px;
    margin: 0.5em;
    float: left; }
  body.education #footer-small {
    width: 100%;
    margin-top: 1em; }
  body.education #footer-small section#copyright {
    /* margin: 1em 0; */
    text-align: right; }
  @media screen and (min-width: 768px) {
    body.education #footer-small {
      display: table;
      box-sizing: border-box; }
    body.education #footer-small section {
      display: table-cell; }
    body.education #footer-small section#copyright {
      text-align: right; } }
  body.education .persee-browse h2 {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.3em;
    color: #ee4c9b; }
  body.education .grid {
    display: block;
    margin-top: 2em; }
  body.education .partenaire-name {
    width: 40%;
    display: inline-block;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background: #fdfdfd;
    padding: 0.5em;
    margin: 0.5em;
    vertical-align: top; }
  body.education .partenaire-name img {
    text-align: center; }
  body.education .partenaire-name h3 {
    padding: 0.5em;
    color: white;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #565354;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.4em; }
  body.education .partenaire-perimetre {
    background-color: rgba(255, 66, 180, 0.5);
    text-align: right;
    padding: 0.5em; }
  body.education .comite-name {
    width: 25%;
    display: inline-block;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background: #fdfdfd;
    padding: 0.5em;
    margin: 0.5em;
    text-align: center;
    vertical-align: top; }
  body.education #header-banner #partner img {
    max-height: 100px; }
  body.education #title h3 {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.3em; }
  @media screen and (min-width: 768px) {
    body.education .persee-browse .portlet-layout {
      padding-top: 50px; } }

body.femenrev {
  /* Variables */
  /* Alter the default responsive options */
  /* Import other files from original prescripts */
  /* Tabs */
  /* Checkboxes */
  /* Sidebar */
  /* Headbar */
  /* Lien vers haut de page */
  /* override aui default */
  /* Wrapper */
  /* Toggler */
  /* Pictos */
  /* Navigation bar in header */
  /* Navigation menu on the left */
  /* Banner */
  /* Home page */
  /*
  div.persee_revues h4 + div.date, div.persee_news h4 + div.date {
    position: relative;
    top: -10px;
  }
   */
  /* Pages intérieures */
  /* Page d'un auteur */
  /* Page d'une authorité */
  /* Illustrations */
  /* Discipline List */
  /* Collection List */
  /* Collection */
  /* #collection-display .new-issue {
    display: table-cell;
    position: relative;
  }
  
  #collection-display .new-issue:after {
    display: block;
    content: "";
    background-color: $perseeSecondary;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    position: relative;
    bottom: -2px;
  }
  
  #collection-display .issue-period-fond .new-issue:after {
    margin-right: 5px;
  }
  
  #collection-display .issue-period-compact .new-issue {
    display: inline-block;
  } */
  /* Search results */
  /* portlets */
  /* document */
  /* issue */
  /* carousel collection (slick) */
  /* Authority extdata */
  /* Services Ajax */
  /* Corrections pour lightbox */
  /* Footer */
  /* Small footer */
  /*** 2nd headbar femenrev ***/
  /** persee-headbar-new-17-04-2023 **/
  /*** aui fix ***/
  /*** Les styles de titre ***/
  /*** styles pour remplacer ceux de aui.css ***/
  /*** Autres niveaux de titres body .femenrev ***/
  /*** sidebar ***/
  /* trame de droite */
  /*** footer ***/
  /*** bandeau ***/
  /*** body ***/
  /*** menu icon **/
  /*** masquage Index Auteur ***/
  /** Blockquote intro projet **/
  /*** FOCUS ***/
  /*** liste des ayants droit ***/
  /*** listNav custom ***/
  /*
  .authority-list-item {
    border: solid 1px $perseePrimary;
    flex-grow: 1;
    align-self: stretch;
    padding: 15px 5px 15px 5px;
    margin: 15px;
    text-align: center;
  }
  
  .authority-list-item-label {
  }
  */
  /*** media queries ***/
  /* menu responsive */ }
  @media (max-width: 767px) {
    body.femenrev {
      /* Padding to set content in a bit */ }
      body.femenrev {
        padding-left: 0px;
        padding-right: 0px; } }
  @media print {
    body.femenrev {
     /*
    *  * a tester
    *   *************************************************/
     /*
    *  * contre ordre des valeurs par défaut de Liferay
    *   *************************************************/
     /*
    *  * recup ancien portail
    *   *************************************************/
      /* NOUVEAU portail */
      /* pas de carousel à l'impression */
      /* affichage des urls des liens externes (idref...) */ }
      body.femenrev * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important; }
      body.femenrev a[href]:after {
        content: "" !important; }
      body.femenrev body,
      body.femenrev a,
      body.femenrev a:hover {
        text-decoration: none;
        color: black;
        font-size: 12px; }
      body.femenrev hr,
      body.femenrev #bg_gauche,
      body.femenrev #bg_gauche,
      body.femenrev #tete,
      body.femenrev .tete,
      body.femenrev .simpleSearch,
      body.femenrev .tabs,
      body.femenrev .left,
      body.femenrev .paginationBottom,
      body.femenrev #pied {
        display: none; }
      body.femenrev .sidebar,
      body.femenrev .search,
      body.femenrev .userUtils,
      body.femenrev .pagination,
      body.femenrev href {
        display: none; }
      body.femenrev #navi,
      body.femenrev #logo,
      body.femenrev #search,
      body.femenrev #sidebar,
      body.femenrev #partner,
      body.femenrev #footer-small {
        display: none !important; }
      body.femenrev .portlet-column-first {
        display: none !important; }
      body.femenrev .accordion-inner,
      body.femenrev .toggler-content-collapsed,
      body.femenrev .toggler-content,
      body.femenrev .toggler-content-expanded,
      body.femenrev .toggler-content-wrapper {
        display: block !important; }
      body.femenrev #print_option_list {
        display: block; }
      body.femenrev .displayNone {
        display: none; }
      body.femenrev #mainContent,
      body.femenrev #searchResults .discipline .revue {
        border: none; }
      body.femenrev #mainContent .right {
        width: 100%; }
      body.femenrev .revue {
        padding: 0; }
      body.femenrev .authority-articles .collections-contributor-carousel {
        display: none; }
      body.femenrev .authority-display .external-services a:after {
        content: " (" attr(href) ") ";
        font-size: 0.8em;
        font-weight: normal; } }
  body.femenrev .tab-header-container {
    width: 100%;
    text-align: center; }
  body.femenrev .tab-header-container {
    -webkit-column-width: 13em;
    -moz-column-width: 13em;
    column-width: 13em; }
  body.femenrev .tab-header-container button.tab-item {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 0;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #333333;
    border: none; }
    body.femenrev .tab-header-container button.tab-item:disabled {
      cursor: initial;
      background-color: #a131b7; }
    body.femenrev .tab-header-container button.tab-item:enabled:hover {
      background-color: #a131b7; }
    body.femenrev .tab-header-container button.tab-item:focus {
      outline: none; }
  body.femenrev form.facet-check-form label input[type="checkbox"] {
    display: none; }
  body.femenrev form.facet-check-form label input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    overflow: hidden;
    background-image: url("/persee-theme/images/skin/femenrev/picto/check-1.png");
    margin-right: 5px;
    position: relative;
    top: 2px; }
  body.femenrev form.facet-check-form label input[type="checkbox"]:checked + span::before {
    background-position: 0 -12px; }
  body.femenrev #sidebar {
    background: url(/persee-theme/images/onglet.png) no-repeat left bottom;
    background-size: 100%;
    background-color: #a131b7;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 32px;
    z-index: 500;
    padding-top: 80px;
    box-sizing: border-box; }
  body.femenrev #trame {
    background: url(/persee-theme/images/trame.png) repeat-y scroll 0% 0% white;
    width: 3%;
    max-width: 32px !important;
    height: 100%;
    position: fixed;
    right: 0px; }
  body.femenrev #sidebar section,
  body.femenrev #sidebar div.portlet-body {
    margin-bottom: 2em; }
  body.femenrev section#language-select {
    font-size: 20px;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.femenrev section#language-select .locale-entry {
    border-top: solid 1px white;
    display: block;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0; }
  body.femenrev section#language-select a.locale-entry:hover,
  body.femenrev section#language-select a.locale-entry:active {
    text-decoration: none; }
  body.femenrev section#language-select .locale-entry:first-child {
    border: none; }
  body.femenrev section#language-select span.locale-entry {
    color: #333333; }
  body.femenrev div.social-icon {
    height: 32px;
    width: 100%;
    text-align: center; }
    body.femenrev div.social-icon a {
      display: block;
      height: 100%;
      color: white;
      font-size: 16px; }
  body.femenrev #persee-headbar {
    background: #626262;
    font-weight: bold;
    height: 30px;
    padding-right: 3%;
    padding-top: 8px;
    margin-bottom: 0; }
    body.femenrev #persee-headbar a {
      height: 100%;
      box-sizing: border-box;
      padding-left: 1em;
      padding-right: 1em;
      white-space: nowrap;
      border-radius: 5px; }
    body.femenrev #persee-headbar .a_css {
      background: #999999; }
    body.femenrev #persee-headbar a {
      color: white;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-decoration: none; }
      body.femenrev #persee-headbar a:hover {
        color: #aaaaaa;
        background-color: #999999; }
  @media screen and (min-width: 1068px) {
    body.femenrev #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.femenrev #persee-headbar {
      padding-left: 32px; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    body.femenrev #persee-headbar {
      padding-left: 32px;
      font-size: 10px; } }
  @media screen and (max-width: 399px) {
    body.femenrev #persee-headbar {
      padding-left: 32px;
      font-size: 9px;
      height: 50px; } }
  body.femenrev {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    color: #333333; }
  body.femenrev input {
    background-color: inherit; }
  body.femenrev a#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 10%;
    border-radius: 0.5em;
    opacity: 0;
    height: 3em;
    width: 3em; }
  body.femenrev form {
    margin: 0; }
  body.femenrev .spacer {
    clear: both; }
  body.femenrev .perseePrimary {
    color: #a131b7; }
  body.femenrev .perseeSecondary {
    color: #aaaaaa; }
  body.femenrev a {
    color: #a131b7;
    cursor: pointer;
    word-wrap: break-word; }
    body.femenrev a:visited, body.femenrev a:active, body.femenrev a:hover, body.femenrev a:focus {
      color: #a131b7; }
    body.femenrev a:focus {
      outline: none; }
  body.femenrev .button {
    cursor: pointer; }
  body.femenrev #wrapper {
    position: relative;
    left: 32px;
    box-sizing: border-box;
    width: 92%;
    width: -webkit-calc(100% - 32px - 3%);
    width: -moz-calc(100% - 32px - 3%);
    width: calc(100% - 32px - 3%);
    padding: 1em;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 30px - 1em);
    height: 100%;
    /* browser compatibility */ }
    body.femenrev #wrapper > header,
    body.femenrev #wrapper > footer {
      flex: none;
      /* browser compatibility */ }
    body.femenrev #wrapper > div#content {
      flex: 1 0 auto;
      /* browser compatibility, basic : flex: 1; */ }
  @media screen and (min-width: 1067px) {
    body.femenrev #wrapper {
      width: 95%;
      width: -webkit-calc(100% - 32px - 32px);
      width: -moz-calc(100% - 32px - 32px);
      width: calc(100% - 32px - 32px); } }
  @media screen and (min-width: 768px) {
    body.femenrev #column-1.column-left {
      width: 250px; }
    body.femenrev #column-2.column-main {
      width: 75%;
      width: -webkit-calc(95% - 250px);
      width: -moz-calc(95% - 250px);
      width: calc(95% - 250px); }
    body.femenrev #column-2.full-width {
      width: 99%;
      margin-left: 0px; } }
  body.femenrev #announcement-page {
    margin-top: 50px; }
    body.femenrev #announcement-page p {
      text-align: center; }
      body.femenrev #announcement-page p a,
      body.femenrev #announcement-page p a:visited {
        color: #a131b7; }
    body.femenrev #announcement-page p.title {
      font-size: 20px; }
  body.femenrev .toggler .toggler-trigger {
    cursor: pointer; }
    body.femenrev .toggler .toggler-trigger::before {
      content: url("/persee-theme/images/skin/femenrev/picto/list-open-3.png");
      margin-right: 5px;
      position: relative;
      top: 5px; }
    body.femenrev .toggler .toggler-trigger:hover::before {
      content: url("/persee-theme/images/skin/femenrev/picto/list-open-alt-2.png"); }
  body.femenrev .toggler.closed .toggler-trigger::before {
    content: url("/persee-theme/images/skin/femenrev/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.femenrev .toggler.closed .toggler-trigger:hover::before {
    content: url("/persee-theme/images/skin/femenrev/picto/list-closed-alt-2.png"); }
  body.femenrev .toggler.closed .toggler-content {
    display: none; }
  body.femenrev .toggler-header-expanded:before {
    content: url("/persee-theme/images/skin/femenrev/picto/list-open-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.femenrev .toggler-header-expanded:hover:before {
    content: url("/persee-theme/images/skin/femenrev/picto/list-open-alt-2.png"); }
  body.femenrev .toggler-header-collapsed:before {
    content: url("/persee-theme/images/skin/femenrev/picto/list-closed-3.png");
    margin-right: 5px;
    position: relative;
    top: 5px; }
  body.femenrev .toggler-header-collapsed:hover:before {
    content: url("/persee-theme/images/skin/femenrev/picto/list-closed-alt-2.png"); }
  body.femenrev .toggler-header {
    cursor: pointer; }
  body.femenrev .aui .accordion-heading .accordion-toggle {
    display: inline-block;
    padding: 0; }
  body.femenrev .aui .accordion-inner {
    padding: 9px 0 0 9px; }
  body.femenrev .aui .accordion-group {
    border: none; }
  body.femenrev .picto .default-picto,
  body.femenrev .picto .hover-base {
    display: inline-block; }
  body.femenrev .picto .hover-picto,
  body.femenrev .picto .hover-alt {
    display: none; }
  body.femenrev .picto:hover .default-picto,
  body.femenrev .picto:hover .hover-base {
    display: none; }
  body.femenrev .picto:hover .hover-picto,
  body.femenrev .picto:hover .hover-alt {
    display: inline-block; }
  body.femenrev .picto + span {
    vertical-align: middle; }
  body.femenrev .left-picto {
    margin-right: 5px; }
  body.femenrev .toggle-control-buttons div {
    display: inline-block;
    padding: 0 5px; }
  body.femenrev .toggle-control-buttons img {
    width: 20px;
    cursor: pointer; }
  body.femenrev ul {
    list-style-image: url("/persee-theme/images/skin/femenrev/picto/bullet-full-3.png"); }
  @media screen and (min-width: 768px) {
    body.femenrev #navi {
      display: table;
      width: 100%; }
    body.femenrev #navi > section {
      display: table-cell;
      vertical-align: bottom; }
    body.femenrev #navi > section:last-of-type {
      text-align: right; }
    body.femenrev #navi #site-title {
      width: 140px; } }
  body.femenrev a.logo img {
    height: 120px;
    width: auto; }
  body.femenrev header {
    margin-bottom: 1em; }
  body.femenrev header#navi section {
    vertical-align: top; }
  body.femenrev header#navi section#menu {
    vertical-align: bottom;
    padding-bottom: 1em; }
  body.femenrev #menu a:link,
  body.femenrev #menu a:visited {
    color: #333333; }
  body.femenrev #menu a {
    text-decoration: none;
    color: #333333;
    padding: 0.5em 0;
    margin-right: 2em;
    line-height: 2em;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative; }
    body.femenrev #menu a:after {
      content: "";
      display: block;
      position: absolute;
      height: 5px;
      width: 50%;
      left: 25%;
      background: #a131b7;
      transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
    body.femenrev #menu a:hover:after {
      left: 10%;
      width: 80%; }
  body.femenrev #recherche form {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 100%;
    max-width: 450px; }
  body.femenrev #recherche input {
    height: 100%;
    width: 100%;
    border: solid 1px #333333;
    border-radius: 0;
    padding-right: 50px;
    margin: 0;
    box-sizing: border-box;
    padding-left: 0.4em; }
  body.femenrev #recherche input + button {
    height: 100%;
    width: 40px;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0; }
  body.femenrev #recherche input + button img {
    height: 20px; }
  body.femenrev #recherche input + button:after {
    content: "";
    height: 80%;
    border-left: 1px solid #333333;
    position: absolute;
    top: 10%;
    left: 0; }
  body.femenrev .nav-menu ul {
    list-style: none;
    margin: 0; }
  body.femenrev .nav-menu li {
    margin: 0.5em 0 0.5em 0.5em;
    font-size: 20px;
    line-height: 25px; }
  body.femenrev .nav-menu li a {
    color: #333333; }
  @media screen and (min-width: 768px) {
    body.femenrev #header-banner > section {
      vertical-align: top; }
    body.femenrev #header-banner #banner {
      display: inline-block;
      width: 74.4%; }
    body.femenrev #header-banner #partner {
      display: inline-block;
      width: 23%;
      margin-left: 2%; } }
  body.femenrev #header-banner #banner {
    background-color: transparent;
    background-image: url("/static/bandeau.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover !important;
    height: 250px;
    padding: 0px !important; }
  body.femenrev #header-banner #banner a {
    display: block;
    height: 100%; }
  body.femenrev #header-banner #partner img {
    margin: 0.5em; }
  body.femenrev .persee-home h1,
  body.femenrev .persee-home h2,
  body.femenrev .persee-home h3,
  body.femenrev #footer h1,
  body.femenrev #footer h2,
  body.femenrev #footer h3 {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em; }
  body.femenrev div.persee_content {
    overflow: auto; }
    body.femenrev div.persee_content ul {
      margin: 1em 0 1em 2em; }
  body.femenrev div.persee_content img.defaultImage {
    float: left;
    margin: 0.5em;
    max-width: calc(100% - 1em); }
  body.femenrev div.persee_revues h3 {
    background-color: #333333;
    padding-left: 0.5em;
    color: white; }
  body.femenrev div.persee_news {
    margin-bottom: 2em; }
  body.femenrev div.persee_content-greybox p.big {
    font-size: 6em;
    line-height: 1em;
    font-family: "hasteristico", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.femenrev div.persee_content-greybox {
    background-color: #dddddd;
    margin: 10px 0px; }
  body.femenrev div.persee_content-greybox h4 {
    padding: 0.5em;
    margin: 0; }
  body.femenrev div.persee_content-greybox div {
    /*  padding: 0.555em;
      margin: 0; */ }
  body.femenrev div.persee_content-greybox div {
    /*  padding: 0 0.5em 0 0.5em;
      margin: 0.5em 0 0 0; */ }
  body.femenrev div.persee_content-greybox .persee_content .title {
    background: none repeat scroll 0% 0% #f0f0f0;
    padding: 0.555em;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.femenrev .persee_content-greybox .persee_content .content {
    margin-left: 0.8rem; }
  body.femenrev .journal-content-article .persee_content-nobox .persee_content .titre {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold; }
  body.femenrev .persee_news > ul {
    margin-left: 0; }
    body.femenrev .persee_news > ul > li {
      list-style: none;
      background: url("/persee-theme/images/skin/femenrev/picto/bullet-full-3.png") no-repeat left 16px;
      padding-left: 20px; }
  body.femenrev #doc-count {
    margin: 10px 0px;
    background-color: #dddddd; }
    body.femenrev #doc-count .title {
      background-color: #f0f0f0;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      font-weight: bold;
      padding: 0.5em;
      margin: 0; }
      body.femenrev #doc-count .title .emphasis {
        color: #a131b7; }
    body.femenrev #doc-count .content {
      padding: 1em; }
      body.femenrev #doc-count .content .number {
        font-size: 36px;
        line-height: 36px;
        color: #aaaaaa; }
      body.femenrev #doc-count .content .text {
        font-size: 20px; }
      body.femenrev #doc-count .content p:last-of-type {
        margin: 0; }
  body.femenrev .persee-browse h2,
  body.femenrev .persee-browse h3,
  body.femenrev .persee-browse h4 {
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    margin-bottom: 5px;
    line-height: 1.2em; }
  body.femenrev .persee-browse h2 {
    font-size: 22px;
    display: inline; }
  body.femenrev .persee-browse h3 {
    font-size: 18px; }
  body.femenrev .persee-browse h4 {
    font-size: 16px; }
  body.femenrev ul.published-in,
  body.femenrev ul.published-with {
    list-style: none; }
    body.femenrev ul.published-in li.toggler-container,
    body.femenrev ul.published-with li.toggler-container {
      margin: 0.25em; }
    body.femenrev ul.published-in .toggler-content li,
    body.femenrev ul.published-with .toggler-content li {
      margin: 0.125em; }
  body.femenrev .cited-by li,
  body.femenrev .cites li {
    margin: 0.25em; }
  body.femenrev div.external-services img {
    max-height: 50px;
    max-width: 200px;
    margin: 0.5em; }
  body.femenrev .author-display .title.picto img {
    width: 20px;
    margin: 0 5px; }
  body.femenrev .author-display .title.picto {
    display: inline; }
  body.femenrev .authors {
    margin-bottom: 5px; }
  body.femenrev .authority-display {
    /*  IDCARD  */
    /* CLASSES QUI NE CHANGENT PAS EN FONCTION DE LA TAILLE DE L'ECRAN */
    /* 1 IMAGE */
    /* PLUSIEURS IMAGES */
    /* IMAGE AUTRES QUE PERSEE */
    /* --- LIENS EXTERNES DANS IDCARD --- */
    /* --- AUTHORITY-ARTICLES --- */
    /* CAROUSEL + LISTE DES COLLECTIONS + ARTICLES */
    /* CAROUSEL */
    /* LISTE DES COLLECTIONS + ARTCILES */
    /* --- AUTHORITY-ISSUES --- */
    /* --- COMMUN AUTHORITY-ARTICLES & AUTHORITY-ISSUES --- */
    /* -- enleve le contours des images dans le carousel authority */
    /*
    .slick-initialized .slick-slide {
      display: block;
      text-align: center;
    }
    */
    /* --- EXTERNAL-DATA --- */ }
    @media screen and (min-width: 1068px) {
      body.femenrev .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.femenrev .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          display: inline-block;
          width: 40%; }
          body.femenrev .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.femenrev .authority-display .authority-portrait-carousel {
          width: 25%;
          display: inline-block; }
        body.femenrev .authority-display .authority-image {
          padding: 0.5em;
          width: 25%;
          text-align: center;
          display: inline-block; }
        body.femenrev .authority-display .authority-portrait-one {
          padding: 0.5em;
          margin-left: 10px;
          margin-right: 10px;
          text-align: center;
          display: inline-block;
          width: 25%; }
        body.femenrev .authority-display .external-services {
          line-height: 1.8em;
          margin-right: 10px;
          margin-left: 10px;
          vertical-align: top;
          display: inline-block;
          width: 22%;
          padding: 1em; }
        body.femenrev .authority-display .authority-geonames-map i {
          font-size: small; }
        body.femenrev .authority-display .authority-geonames-map {
          margin-top: 30px; }
        body.femenrev .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.femenrev .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 25%; }
        body.femenrev .authority-display .authority-bio {
          margin: 0.5em 0; } }
    @media screen and (min-width: 768px) and (max-width: 1067px) {
      body.femenrev .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.femenrev .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.femenrev .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 15px;
          width: 91.33%; }
          body.femenrev .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.femenrev .authority-display .authority-portrait-carousel {
          display: none; }
        body.femenrev .authority-display .authority-image {
          display: none; }
        body.femenrev .authority-display .authority-portrait-one {
          display: none; }
        body.femenrev .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em; }
        body.femenrev .authority-display .collections-contributor-carousel,
        body.femenrev .authority-display .authority-geonames-map {
          display: none; }
        body.femenrev .authority-display .div-authority-articles {
          vertical-align: top;
          width: 70%;
          padding-right: 20px;
          margin-left: 15px;
          display: inline-block; }
        body.femenrev .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 23%; }
        body.femenrev .authority-display .authority-bio {
          margin: 0; } }
    @media screen and (max-width: 767px) {
      body.femenrev .authority-display {
        /* --- DIV-AUTHORITY-ARTICLES --- */ }
        body.femenrev .authority-display .authority-idcard {
          display: block;
          clear: both; }
        body.femenrev .authority-display .authority-labels {
          line-height: 1.8em;
          margin-right: 10px;
          vertical-align: top;
          width: 100%; }
          body.femenrev .authority-display .authority-labels h5 {
            margin-left: 25px; }
        body.femenrev .authority-display .authority-portrait-carousel {
          display: none; }
        body.femenrev .authority-display .authority-image {
          display: none; }
        body.femenrev .authority-display .authority-portrait-one {
          display: none; }
        body.femenrev .authority-display .external-services {
          line-height: 1.8em;
          vertical-align: top;
          padding: 1em 0; }
        body.femenrev .authority-display .collections-contributor-carousel,
        body.femenrev .authority-display .authority-geonames-map {
          display: none; }
        body.femenrev .authority-display .div-authority-articles {
          vertical-align: top;
          width: 100%;
          margin-right: 30px;
          padding-right: 20px;
          display: inline-block; }
        body.femenrev .authority-display .external-data {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
        body.femenrev .authority-display .authority-bio {
          margin: 0.5em; } }
    body.femenrev .authority-display .authority-idcard h2 {
      color: #a131b7;
      font-size: 26px;
      padding: 0.2em 0;
      line-height: 1em;
      margin-top: 1.2em; }
    body.femenrev .authority-display .authority-other-names li {
      margin-left: 10px; }
    body.femenrev .authority-display .authority-labels i {
      font-size: small; }
    body.femenrev .authority-display .broader {
      margin: 10px 0px 15px 0px;
      font-weight: bold; }
    body.femenrev .authority-display .show-more .picto {
      margin-left: 10px; }
    body.femenrev .authority-display .authority-portrait-one img {
      height: 200px; }
    body.femenrev .authority-display .authority-portrait-one i {
      font-size: small; }
    body.femenrev .authority-display .slick-prev:before,
    body.femenrev .authority-display .slick-next:before {
      color: #a131b7; }
    body.femenrev .authority-display .slick-dots li.slick-active button:before {
      color: #a131b7; }
    body.femenrev .authority-display .authority-image img {
      height: 200px; }
    body.femenrev .authority-display .authority-image i {
      font-size: small; }
    body.femenrev .authority-display div.external-services img {
      max-height: 30px;
      max-width: 50px;
      margin: 0.5em; }
    body.femenrev .authority-display div.external-services div {
      display: inline-block; }
    body.femenrev .authority-display div.external-services h4 {
      font-size: 16px;
      margin-bottom: 20px; }
    body.femenrev .authority-display div.external-services h4::before {
      content: "";
      display: block;
      height: 5px;
      width: 100%;
      background: #a131b7; }
    body.femenrev .authority-display .authority-articles h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #333333;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.femenrev .authority-display .authority-articles-citing h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #333333;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.femenrev .authority-display .authority-articles-cited h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #333333;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.femenrev .authority-display .authority-articles h5 {
      margin: 5px; }
    body.femenrev .authority-display img.collection-cover {
      border: 1px solid lightgray;
      padding: 0.2em;
      height: 180px;
      margin: auto; }
    body.femenrev .authority-display .div-couv h6.collection-label {
      font-size: 20px;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      color: #333333;
      text-align: center; }
    body.femenrev .authority-display .div-couv h5.collection-label {
      font-size: 16px;
      color: #aaaaaa;
      font-weight: normal;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center; }
    body.femenrev .authority-display span.authority {
      color: #a131b7; }
    body.femenrev .authority-display ul.role-contributor {
      list-style: none; }
    body.femenrev .authority-display .toggle-control-buttons {
      margin-left: -25px; }
    body.femenrev .authority-display .collection li {
      margin-left: -26px; }
    body.femenrev .authority-display .collection .toggler-content > ul > li {
      margin-left: 8px; }
    body.femenrev .authority-display .toggler-content.role-contributor.toggler-content-expanded {
      margin-left: 60px; }
    body.femenrev .authority-display .articleText {
      vertical-align: middle;
      font-variant: small-caps oldstyle-nums; }
    body.femenrev .authority-display .docs {
      margin-top: 10px; }
    body.femenrev .authority-display a.title.title-free {
      line-height: 1.8em; }
    body.femenrev .authority-display .authority-issues h4 {
      font-size: 16px;
      margin-top: 30px;
      background-color: #333333;
      color: white;
      padding: 0.2em 1em;
      font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: initial;
      margin-bottom: 15px;
      line-height: 1.2em; }
    body.femenrev .authority-display .slick-track ul {
      outline-color: transparent; }
    body.femenrev .authority-display .div-couv figure {
      margin: 0; }
    body.femenrev .authority-display .collection-label-articles {
      display: inline-block;
      vertical-align: top;
      max-width: 80%;
      text-align: center; }
    body.femenrev .authority-display h6.collection-label {
      font-size: 15px; }
    body.femenrev .authority-display .show-more .picto {
      cursor: default; }
    body.femenrev .authority-display .external-data h3 {
      display: none; }
    body.femenrev .authority-display .ext-data-service-logo {
      height: 60px;
      background-color: #f0f0f0;
      text-align: center;
      margin: 0; }
    body.femenrev .authority-display .external-data h4 {
      padding-top: 5px;
      font-size: 14px;
      font-variant: small-caps; }
    body.femenrev .authority-display .external-data h5 {
      font-size: 14px;
      text-align: left; }
    body.femenrev .authority-display .ext-data-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px; }
    body.femenrev .authority-display .ext-data-container.ext-data-cairogazetteer {
      max-width: 100%;
      width: 100%; }
    body.femenrev .authority-display .content {
      padding: 0.5em 0; }
    body.femenrev .authority-display .dbpedia-thumbnail img {
      height: 150px; }
    body.femenrev .authority-display .lang-picker-container {
      margin-bottom: 5px; }
    body.femenrev .authority-display .theses-directeur ul {
      list-style-image: url("/persee-theme/images/skin/femenrev/picto/bullet-full-3.png"); }
    body.femenrev .authority-display .theses-auteur ul {
      list-style-image: url("/persee-theme/images/skin/femenrev/picto/bullet-full-3.png"); }
    body.femenrev .authority-display .idref-query ul {
      list-style-image: url("/persee-theme/images/skin/femenrev/picto/bullet-full-3.png"); }
    body.femenrev .authority-display .external-data li {
      line-height: 1.8em; }
    body.femenrev .authority-display .dbpedia-entry-title .idref-query h5 {
      font-size: 14px; }
  body.femenrev .contrib-group {
    margin-bottom: 0.5em; }
  body.femenrev .contributors {
    margin-bottom: 5px; }
  body.femenrev .authority {
    font-weight: bold; }
  body.femenrev a.authority {
    color: #a131b7; }
    body.femenrev a.authority:visited {
      color: #a131b7; }
  body.femenrev .authority-reference {
    font-weight: bold; }
    body.femenrev .authority-reference a {
      color: #a131b7; }
      body.femenrev .authority-reference a:visited {
        color: #a131b7; }
  body.femenrev div.figure {
    margin: 0.5em;
    padding: 0.5em;
    text-align: center; }
    body.femenrev div.figure figure {
      margin: 0; }
      body.femenrev div.figure figure .caption {
        margin-top: 0.5em;
        white-space: nowrap;
        overflow: hidden; }
        body.femenrev div.figure figure .caption .ellipsis {
          display: none;
          height: 100%;
          background-color: white; }
          body.femenrev div.figure figure .caption .ellipsis img {
            max-height: 100%; }
        body.femenrev div.figure figure .caption.expandable {
          position: relative; }
          body.femenrev div.figure figure .caption.expandable .ellipsis {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            align-items: center; }
        body.femenrev div.figure figure .caption.expanded {
          white-space: unset; }
    body.femenrev div.figure .contributors,
    body.femenrev div.figure .source {
      margin-top: 0.5em; }
  body.femenrev #discipline-list .discipline {
    display: inline-block;
    width: 200px;
    margin: 1em;
    vertical-align: top;
    text-align: right; }
    body.femenrev #discipline-list .discipline a {
      display: block; }
    body.femenrev #discipline-list .discipline .discipline-text {
      display: inline-block;
      box-sizing: border-box;
      width: 180px;
      background-color: #dddddd;
      border-radius: 5px;
      padding: 0.1em;
      color: #aaaaaa;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 1em;
      text-align: center; }
    body.femenrev #discipline-list .discipline p.discipline-count {
      display: inline-block;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      width: 180px; }
  body.femenrev .pagination {
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.femenrev .pagination:first-of-type {
    padding-bottom: 0.5em; }
  body.femenrev .pagination button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #a131b7;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.femenrev #collectionList .discipline-title {
    background-color: #333333;
    color: white;
    padding: 0.2em 1em; }
  body.femenrev #collectionList .collection {
    padding: 1em;
    display: inline-block;
    width: 20em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top; }
  body.femenrev #collectionList .collection .collection-cover {
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    position: relative;
    width: 200px;
    height: 283px; }
  body.femenrev #collectionList .collection .collection-cover img.cover {
    width: 200px;
    height: 283px; }
  body.femenrev #collectionList .collection .collection-cover .new-collection {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    box-sizing: border-box;
    width: 200px;
    background-color: #aaaaaa;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    font-size: 20px; }
  body.femenrev #collectionList .collection .collection-cover .new-issues-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 38px;
    opacity: 0.85; }
  body.femenrev #collectionList .collection .collection-cover .new-issues-count {
    color: white;
    position: absolute;
    bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    width: 34px;
    text-align: center; }
  body.femenrev #collectionList .collection .collection-title {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 24.5px;
    line-height: normal; }
  body.femenrev #collectionList .portal-icon img {
    max-height: 1em;
    max-width: 100px; }
  body.femenrev #collectionList .collection-details {
    color: #aaaaaa; }
  body.femenrev #collection-header .back a {
    color: #a131b7;
    font-weight: bold; }
  body.femenrev #collection-tabs {
    margin: 1em 0; }
  body.femenrev .collection-period.period-empty {
    color: #999999;
    margin-left: 1em; }
  body.femenrev .collection-period .period-content {
    margin: 0;
    margin-left: 0.5em;
    border-left: solid 1px lightgrey;
    padding-left: 0.5em; }
  body.femenrev .collection-period ul {
    list-style: none;
    margin-left: 0; }
  body.femenrev .collection-period .year-label {
    font-weight: bold; }
  body.femenrev .issue-period-compact .collection-period ul.number-list,
  body.femenrev .issue-period-compact .collection-period ul.number-list li {
    display: inline; }
  body.femenrev .issue-period-compact .collection-period ul.year-list > li {
    margin: 0.5em 0; }
  body.femenrev .issue-period-compact .collection-period .year-label:after {
    content: " :"; }
  body.femenrev .issue-period-compact .collection-period ul.number-list > li:before {
    content: "["; }
  body.femenrev .issue-period-compact .collection-period ul.number-list li:after {
    content: "]"; }
  body.femenrev .issue-period-compact .collection-period .issue-main {
    display: none; }
  body.femenrev .issue-period-thematic .collection-period .number-list,
  body.femenrev .issue-period-fond .collection-period .number-list {
    display: table; }
  body.femenrev .issue-period-thematic .collection-period .number-list > li,
  body.femenrev .issue-period-fond .collection-period .number-list > li {
    display: table-row; }
  body.femenrev .issue-period-thematic .collection-period .number-list > li > .issue-number,
  body.femenrev .issue-period-thematic .collection-period .number-list > li > .issue-main,
  body.femenrev .issue-period-fond .collection-period .number-list > li > .issue-number,
  body.femenrev .issue-period-fond .collection-period .number-list > li > .issue-main {
    margin-top: 5px;
    display: table-cell;
    padding-bottom: 10px; }
  body.femenrev .issue-period-thematic .collection-period .issue-number,
  body.femenrev .issue-period-thematic .collection-period .issue-label,
  body.femenrev .issue-period-fond .collection-period .issue-number,
  body.femenrev .issue-period-fond .collection-period .issue-label {
    font-weight: bold;
    padding-right: 1em; }
  body.femenrev .issue-period-thematic .collection-period .issue-number,
  body.femenrev .issue-period-fond .collection-period .issue-number {
    white-space: nowrap;
    min-width: 50px; }
  body.femenrev .issue-period-thematic .collection-period .year-label {
    padding: 0.5em;
    display: block; }
  body.femenrev .issue-period-thematic .collection-period .issue-number:before {
    content: "N° "; }
  body.femenrev .issue-period-fond > .collection-period.hide-label > .period-content {
    margin-left: 0;
    border-left: none;
    padding-left: 0; }
  body.femenrev .issue-period-fond .collection-period .period-empty {
    display: none; }
  body.femenrev .issue-period-fond .collection-period .year-label {
    display: none; }
  body.femenrev #collection-display .new-issue {
    width: 16px; }
  body.femenrev #collection-display .issue-period-fond .new-issue {
    margin-right: 5px; }
  body.femenrev #collection-display .issue-period-compact .new-issue {
    display: inline-block; }
  body.femenrev .revue-oai-description {
    margin-top: 1em; }
  body.femenrev #collection-info p.link {
    margin-top: 0.5em;
    border-top: 1px dotted black;
    padding-top: 0.5em; }
  body.femenrev #collection-info .collection-partner {
    margin-bottom: 1em; }
  body.femenrev .searchContext em {
    color: #aaaaaa;
    font-style: normal; }
  body.femenrev .searchContext {
    font-size: 13px; }
  body.femenrev .searchResults {
    text-align: justify; }
  body.femenrev #content-search-results .illustration-result {
    display: inline-block;
    vertical-align: top;
    border: solid 1px lightgrey;
    margin: 0.5em;
    padding: 0.5em; }
    body.femenrev #content-search-results .illustration-result .figure {
      margin: 0;
      padding: 0;
      width: 250px; }
      body.femenrev #content-search-results .illustration-result .figure .caption {
        background-color: #333333;
        color: white;
        font-weight: bold;
        padding: 0.5em; }
        body.femenrev #content-search-results .illustration-result .figure .caption .ellipsis {
          background-color: inherit; }
    body.femenrev #content-search-results .illustration-result .source,
    body.femenrev #content-search-results .illustration-result .contributors {
      width: 250px; }
  body.femenrev #content-search-results .title {
    font-size: 17px;
    font-weight: bold; }
  body.femenrev #content-search-results .title-free,
  body.femenrev #content-search-results .title-limited {
    color: #aaaaaa; }
    body.femenrev #content-search-results .title-free:visited,
    body.femenrev #content-search-results .title-limited:visited {
      color: #a131b7; }
  body.femenrev #content-search-results div.title-restricted {
    display: inline; }
  body.femenrev #content-search-results .picto img {
    width: 20px;
    margin: 0 5px; }
  body.femenrev #search-target-select {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  body.femenrev .date-facet .slider {
    margin: 0.5em 1.5em 3.5em; }
  body.femenrev .date-facet input {
    width: 5em; }
  body.femenrev .date-facet .noUi-connect {
    background-color: #a131b7; }
  body.femenrev .facet-check-form .facet {
    margin-left: 10px;
    margin-top: 0.3em; }
  body.femenrev .facet-check-form .facet label {
    display: inline; }
  body.femenrev .jauge {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 3px;
    width: 25%;
    height: 5px;
    background-color: #dddddd; }
  body.femenrev .jauge-pertinence {
    background-color: #aaaaaa;
    height: 100%; }
  body.femenrev .portlet-borderless-container {
    min-height: 0; }
  body.femenrev .side-portlet {
    margin: 0.2em 0;
    padding: 0 0.2em;
    width: 100%;
    box-sizing: border-box; }
  body.femenrev #author-info h4 {
    margin-top: 4em; }
  body.femenrev .pieChart {
    margin: 2px 2px 2px 2px;
    height: 200px;
    overflow: hidden; }
  body.femenrev form#contextual-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.femenrev form#contextual-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 38px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.femenrev form#contextual-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      right: 0;
      top: 0; }
  body.femenrev ul.doc-toc-content li {
    margin-bottom: 0.3em; }
    body.femenrev ul.doc-toc-content li.overflow {
      display: none; }
  body.femenrev ul.doc-toc-content, body.femenrev ul.doc-toc-content ul {
    list-style: none;
    margin: 0; }
  body.femenrev ul.doc-toc-content ul.toc-item-content {
    border-left: solid 1px lightgrey;
    margin-left: 0.3em;
    padding-left: 0.3em; }
  body.femenrev .show-more .picto {
    cursor: pointer;
    margin-bottom: 5px; }
  body.femenrev ul.cross-refs > li {
    margin-bottom: 0.3em; }
  body.femenrev ul.cross-refs,
  body.femenrev ul.cross-refs ul {
    list-style: none;
    margin-left: 0; }
  body.femenrev .side-portlet .info-box {
    background-color: #f0f0f0;
    padding: 1em;
    margin: 0; }
  body.femenrev .side-portlet .info-box img.cover {
    margin-bottom: 1em; }
  body.femenrev .author-table ul,
  body.femenrev ul.author-table,
  body.femenrev ul.export-bib-refs {
    list-style: none;
    margin-left: 0; }
  body.femenrev .author-menu {
    text-align: center;
    width: 100%;
    color: #a131b7;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  body.femenrev .author-menu li {
    display: inline-block;
    margin: 2px; }
  body.femenrev .author-list {
    -webkit-column-width: 15em;
    -moz-column-width: 15em;
    column-width: 15em; }
    body.femenrev .author-list h5:first-child {
      margin-top: 0; }
  body.femenrev .author-group,
  body.femenrev .author-group li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */ }
  body.femenrev .side-portlet .info-entry-list > div {
    border-bottom: solid 1px lightgrey; }
  body.femenrev .detail-container {
    position: relative; }
  body.femenrev .detail-container .illustration-table-controls {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (min-width: 768px) {
    body.femenrev #document-info {
      height: calc(100vh - 124px - 2em - 40px);
      overflow: auto; }
    body.femenrev #document-info.fixed {
      position: fixed;
      top: 25px;
      left: 46px;
      width: 250px;
      height: calc(100vh - 32px - 40px); } }
  body.femenrev .side-portlet .illustration {
    display: block; }
    body.femenrev .side-portlet .illustration p {
      width: initial; }
  body.femenrev form#doc-internal-search {
    height: 35px;
    padding: 0;
    border: solid 1px lightgrey;
    position: relative; }
    body.femenrev form#doc-internal-search input {
      height: 100%;
      width: 100%;
      border: none;
      margin: 0;
      padding-right: 73px;
      box-sizing: border-box;
      padding-left: 0.4em; }
    body.femenrev form#doc-internal-search button {
      height: 100%;
      width: 35px;
      padding: 2px;
      border: none;
      background: none;
      position: absolute;
      top: 0; }
    body.femenrev form#doc-internal-search button.prev {
      right: 30px; }
    body.femenrev form#doc-internal-search button.next {
      right: 0; }
  body.femenrev .doc-cover {
    display: table-cell;
    padding: 0 0.5em 0.5em 0; }
    body.femenrev .doc-cover img {
      height: 200px;
      max-width: unset; }
  @media screen and (max-width: 768px) {
    body.femenrev .doc-cover img {
      height: 300px;
      max-width: 100%; } }
  body.femenrev #doc-header {
    display: table-cell;
    vertical-align: top; }
    body.femenrev #doc-header .authority-reference {
      font-size: 16px; }
    body.femenrev #doc-header .doi {
      font-size: 14px; }
    body.femenrev #doc-header .document-bib-ref {
      margin-bottom: 0.5em; }
      body.femenrev #doc-header .document-bib-ref a,
      body.femenrev #doc-header .document-bib-ref a:visited {
        color: #a131b7; }
      body.femenrev #doc-header .document-bib-ref span::before {
        content: "\a0/\a0"; }
      body.femenrev #doc-header .document-bib-ref span:first-of-type::before {
        content: initial; }
    body.femenrev #doc-header h3 {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    body.femenrev #doc-header {
      display: block; } }
  body.femenrev .document-type {
    display: inline-block; }
  body.femenrev #doc-information-container .wiki-body p {
    margin-bottom: 5px; }
  body.femenrev #global-controls {
    background-color: white;
    padding: 2px;
    position: absolute;
    left: -10px; }
  body.femenrev #global-controls.fixed {
    position: fixed;
    left: 35px;
    top: 10px;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    body.femenrev #column-2.column-main #global-controls.fixed {
      left: 317px; } }
  body.femenrev #global-controls img {
    height: 25px;
    padding-bottom: 3px;
    padding-right: 2px; }
  body.femenrev #global-controls > * {
    vertical-align: top;
    display: block;
    cursor: pointer; }
  body.femenrev #global-controls #pdf-download-captcha {
    position: absolute;
    left: 30px;
    z-index: 2;
    display: none; }
  body.femenrev #global-controls #pdf-download-captcha.visible {
    display: initial; }
  body.femenrev #page-container {
    margin-left: 20px;
    word-wrap: break-word; }
    body.femenrev #page-container .page {
      padding: 0;
      margin: 0 1em 1em 0;
      position: relative;
      display: inline-block;
      vertical-align: top; }
    body.femenrev #page-container .controls {
      z-index: 1;
      height: 25px;
      position: absolute;
      top: 0.5em;
      left: 0.5em;
      /* user-select: none; */ }
      body.femenrev #page-container .controls div {
        display: inline-block; }
      body.femenrev #page-container .controls img {
        width: 24px; }
      body.femenrev #page-container .controls * {
        cursor: pointer; }
    body.femenrev #page-container .content {
      border: solid 1px black;
      transition: all 0.5s ease-out 0s;
      position: relative;
      overflow: hidden;
      background-color: white; }
      body.femenrev #page-container .content .image {
        overflow: hidden;
        transition: all 0.5s ease-out 0s;
        position: absolute; }
        body.femenrev #page-container .content .image img {
          max-width: none; }
        body.femenrev #page-container .content .image .highlight {
          position: absolute;
          opacity: 0.2; }
        body.femenrev #page-container .content .image .figure {
          position: absolute;
          display: block; }
        body.femenrev #page-container .content .image .restricted-area {
          position: absolute;
          padding: 5px; }
      body.femenrev #page-container .content .loading-image {
        position: absolute;
        top: 1em;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        body.femenrev #page-container .content .loading-image.htmx-indicator {
          opacity: 1; }
      body.femenrev #page-container .content .text {
        padding: 0.5em; }
        body.femenrev #page-container .content .text .caption {
          display: block; }
    body.femenrev #page-container .content.blank .image {
      background-color: white; }
  body.femenrev .alert {
    cursor: pointer; }
  body.femenrev .alert.popover {
    background-color: #fffbdc;
    z-index: 1 !important; }
  body.femenrev .alert.popover .popover-content:before {
    content: "×";
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    text-shadow: 0 1px 0 white;
    opacity: 0.2; }
  body.femenrev .alert.popover .popover-content:hover:before {
    opacity: 0.5; }
  body.femenrev .document-details {
    margin-bottom: 1em;
    position: relative;
    left: -5px; }
    body.femenrev .document-details .nav {
      margin-bottom: 0; }
    body.femenrev .document-details .document-details-content {
      border-top: solid 1px lightgrey;
      border-bottom: solid 1px lightgrey;
      padding: 0.5em; }
    body.femenrev .document-details .nav-pills > .active > a,
    body.femenrev .document-details .nav-pills > .active > a:hover,
    body.femenrev .document-details .nav-pills > .active > a:focus {
      background-color: #a131b7;
      color: white; }
    body.femenrev .document-details .nav-pills > li {
      float: none;
      display: inline; }
    body.femenrev .document-details .nav-pills > li > a {
      padding: 2px 5px;
      margin: 0;
      border-radius: 0;
      line-height: 20px;
      display: inline;
      white-space: nowrap;
      background-color: #f0f0f0; }
      body.femenrev .document-details .nav-pills > li > a:hover {
        background-color: #a131b7; }
    body.femenrev .document-details .illustration-table .illustration {
      display: inline-block;
      max-width: 250px; }
  body.femenrev #issue-header .back a {
    color: #a131b7;
    font-weight: bold; }
  body.femenrev .issue-item-pages {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 1em; }
  body.femenrev .issue-document-title div.title-restricted {
    display: inline; }
  body.femenrev .issue-document-title .picto img {
    width: 20px;
    vertical-align: text-bottom; }
  body.femenrev .issue-document-title .title {
    font-weight: bold;
    font-size: 16px; }
  body.femenrev .issue-document-details .document-details-headers {
    font-size: 12px; }
  body.femenrev .issue-group-content {
    margin-left: 0.5em;
    border-left: solid 1px #dddddd;
    padding-left: 0.5em; }
  body.femenrev #issue-tabs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 1em; }
  body.femenrev .issue-document-details h6 {
    margin: 0; }
  body.femenrev div.issue-item-title {
    display: table;
    width: 100%; }
    body.femenrev div.issue-item-title > * {
      display: table-cell; }
    body.femenrev div.issue-item-title h3.issue-group-title {
      width: 100%; }
      body.femenrev div.issue-item-title h3.issue-group-title span.issue-group-title-outer {
        display: table; }
        body.femenrev div.issue-item-title h3.issue-group-title span.issue-group-title-outer > * {
          display: table-cell;
          vertical-align: top; }
      body.femenrev div.issue-item-title h3.issue-group-title span.issue-group-title-inner {
        position: relative;
        padding-left: 5px;
        padding-top: 5px; }
  body.femenrev .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.4em;
    height: 5px;
    width: 50%;
    left: 25%;
    background: #a131b7;
    transition: width 0.5s ease, left 0.5s ease, right 0.5s ease; }
  body.femenrev .issue-group-depth-0 > div.issue-item-title h3.issue-group-title span.issue-group-title-outer:hover span.issue-group-title-inner:after {
    left: 0;
    width: 100%; }
  body.femenrev #wrapper .issue-group-depth-1 h3,
  body.femenrev #wrapper .issue-group-depth-2 h3,
  body.femenrev #wrapper .issue-group-depth-3 h3,
  body.femenrev #wrapper .issue-group-depth-4 h3 {
    font-size: 19px;
    font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: initial;
    color: #aaaaaa; }
  body.femenrev .issue-document,
  body.femenrev .issue-group {
    margin-top: 1em; }
  body.femenrev #issue-display .document-details {
    margin-bottom: 0; }
  @media screen and (min-width: 1068px) {
    body.femenrev {
      /* -- enleve le contours des images dans le carousel authority */ }
      body.femenrev ul.collectionImage {
        list-style: none; }
      body.femenrev .slick-prev:before,
      body.femenrev .slick-next:before {
        color: #a131b7; }
      body.femenrev .slick-dots li.slick-active button:before {
        color: #a131b7; }
      body.femenrev .slick-track ul {
        outline-color: transparent; }
      body.femenrev div.collections-contributor-carousel .collection-cover img {
        border: 1px solid lightgray;
        padding: 0.2em;
        height: 180px;
        margin: auto; }
      body.femenrev div.collection-title-carousel h3 {
        background-color: #333333;
        padding-left: 0.5em;
        color: white; }
      body.femenrev div.collection-title h6.collection-label {
        font-size: 20px;
        font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0.05em;
        color: #333333;
        text-align: center;
        width: 275px; }
      body.femenrev div.collection-details h5.collection-label {
        font-size: 16px;
        color: #a131b7;
        font-weight: normal;
        font-family: ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        width: 250px;
        margin-left: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.femenrev .collections-contributor-carousel {
      display: none; }
    body.femenrev div.collection-title-carousel h3 {
      display: none; } }
  @media screen and (max-width: 767px) {
    body.femenrev .collections-contributor-carousel {
      display: none; }
    body.femenrev div.collection-title-carousel h3 {
      display: none; } }
  body.femenrev .authority-display .external-data .content .item {
    margin-bottom: 0.25em; }
    body.femenrev .authority-display .external-data .content .item .key {
      font-weight: bold;
      margin-right: 0.5em; }
  body.femenrev .authority-display .external-data .content .lang-picker {
    padding: 0 0.5em;
    cursor: pointer;
    border-left: solid 1px black;
    font-family: monospace;
    text-transform: uppercase;
    background-color: #f0f0f0; }
  body.femenrev .authority-display .external-data .content .lang-picker.selected {
    background-color: #a131b7;
    color: white; }
  body.femenrev .authority-display .external-data .content .lang-content-container * {
    display: none; }
  body.femenrev .authority-display .external-data .content .lang-content-container .selected {
    display: initial; }
  body.femenrev .illustration-table .controls .show-thumbnails {
    display: none; }
  body.femenrev .illustration-table ul.content {
    margin: 0;
    list-style: none; }
    body.femenrev .illustration-table ul.content li {
      margin-top: 0.5em; }
      body.femenrev .illustration-table ul.content li .figure {
        border: solid 1px lightgrey; }
    body.femenrev .illustration-table ul.content img {
      max-height: 7em; }
  body.femenrev .illustration-table.thumbnails-hidden .controls .show-thumbnails {
    display: inline-block; }
  body.femenrev .illustration-table.thumbnails-hidden .controls .hide-thumbnails {
    display: none; }
  body.femenrev .illustration-table.thumbnails-hidden .content .figure-image {
    display: none; }
  body.femenrev .loading-image.htmx-indicator {
    opacity: 1; }
  body.femenrev .lightbox .lb-caption a {
    color: #a131b7;
    background-color: white;
    padding: 2px 5px;
    border-radius: 4px; }
    body.femenrev .lightbox .lb-caption a:visited, body.femenrev .lightbox .lb-caption a:active, body.femenrev .lightbox .lb-caption a:hover, body.femenrev .lightbox .lb-caption a:focus {
      color: #a131b7; }
  body.femenrev #footer {
    background-color: #333333;
    padding: 0 1em;
    margin-top: 1em; }
  body.femenrev #footer section {
    color: white;
    border-bottom: solid 1px #a131b7;
    padding: 1em;
    margin: 0;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    /*display: inline-block;
    width: 24.5%;
    min-width: 200px;
    vertical-align: top;*/ }
  @media screen and (min-width: 768px) {
    body.femenrev #footer {
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 1em 0;
      height: 200px;
      box-sizing: border-box; }
    body.femenrev #footer section {
      display: table-cell;
      border-right: solid 1px #a131b7;
      border-bottom: none;
      padding: 0 1em;
      height: auto;
      box-sizing: initial;
      text-align: left; } }
  body.femenrev #footer section:last-of-type {
    border: none; }
  body.femenrev #footer section h3 {
    margin: 0; }
  body.femenrev #footer section a {
    display: list-item;
    list-style: none; }
  body.femenrev #footer section#follow-us img {
    width: 25px;
    margin: 0.5em;
    float: left; }
  body.femenrev #footer-small {
    width: 100%;
    margin-top: 1em; }
  body.femenrev #footer-small section#copyright {
    /* margin: 1em 0; */
    text-align: right; }
  @media screen and (min-width: 768px) {
    body.femenrev #footer-small {
      display: table;
      box-sizing: border-box; }
    body.femenrev #footer-small section {
      display: table-cell; }
    body.femenrev #footer-small section#copyright {
      text-align: right; } }
  body.femenrev #persee-headbar-femenrev {
    font-weight: bold;
    height: 30px;
    padding-right: 1%;
    padding-top: 8px;
    margin-bottom: 0;
    border-radius: 0px 0px 10px 10px;
    /* menu */
    /* menu responsive */ }
    body.femenrev #persee-headbar-femenrev ul,
    body.femenrev #persee-headbar-femenrev .site-pages,
    body.femenrev #persee-headbar-femenrev .site-page-children {
      padding: 0;
      margin: 0;
      display: flex;
      list-style: none; }
    body.femenrev #persee-headbar-femenrev .has-children {
      position: relative; }
    body.femenrev #persee-headbar-femenrev .site-page-children div > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 20px;
      color: black;
      white-space: nowrap; }
      body.femenrev #persee-headbar-femenrev .site-page-children div > a:hover {
        color: #16357a; }
    body.femenrev #persee-headbar-femenrev .site-page-children {
      position: absolute;
      top: 100%;
      left: 10px;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      font-size: 12px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px; }
    body.femenrev #persee-headbar-femenrev .show > .site-page-children {
      display: block; }
    body.femenrev #persee-headbar-femenrev .site-page-children .divider {
      *width: 100%;
      height: 1px;
      margin: 9px 1px;
      *margin: -5px 0 5px;
      overflow: hidden;
      background-color: #e5e5e5;
      border-bottom: 1px solid #fff; }
    body.femenrev #persee-headbar-femenrev a,
    body.femenrev #persee-headbar-femenrev span {
      height: 100%;
      box-sizing: border-box;
      padding-left: 1em;
      padding-right: 1em;
      white-space: nowrap;
      border-radius: 5px; }
    body.femenrev #persee-headbar-femenrev a,
    body.femenrev #persee-headbar-femenrev span {
      color: white;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-decoration: none; }
    body.femenrev #persee-headbar-femenrev #p_globalsitepages_WAR_perseesearchportlet {
      display: none; }
    body.femenrev #persee-headbar-femenrev label,
    body.femenrev #persee-headbar-femenrev #toggle {
      display: none; }
    @media all and (max-width: 991px) {
      body.femenrev #persee-headbar-femenrev nav {
        position: relative;
        z-index: 50; }
      body.femenrev #persee-headbar-femenrev nav .site-pages {
        display: none;
        flex-direction: column;
        background: #a131b7;
        height: 220px;
        width: 250px; }
      body.femenrev #persee-headbar-femenrev label {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 30px;
        color: white;
        cursor: pointer; }
      body.femenrev #persee-headbar-femenrev #toggle:checked ~ div .site-pages {
        display: flex;
        flex-flow: column wrap;
        padding: 1em;
        margin: 10px; }
      body.femenrev #persee-headbar-femenrev nav .site-page:not(:last-child) {
        border-bottom-style: solid;
        border-bottom-color: #c4c4c4;
        border-bottom-width: 1px; }
      body.femenrev #persee-headbar-femenrev nav .site-page {
        padding-top: 5px;
        padding-bottom: 5px; }
      body.femenrev #persee-headbar-femenrev nav .site-page a {
        cursor: pointer; } }
  @media screen and (min-width: 1068px) {
    body.femenrev #persee-headbar-femenrev {
      padding-left: 1%; } }
  @media screen and (min-width: 768px) and (max-width: 1067px) {
    body.femenrev #persee-headbar-femenrev {
      padding-left: 1%;
      display: table; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    body.femenrev #persee-headbar-femenrev {
      padding-left: 1%;
      font-size: 10px;
      display: table; }
    body.femenrev ul,
    body.femenrev .site-pages,
    body.femenrev .site-page-children {
      flex-wrap: wrap; }
    body.femenrev .site-page-children {
      position: absolute;
      top: 100%;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 12px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px; }
    body.femenrev #persee-headbar-femenrev .site-page-children {
      font-size: 10px; } }
  @media screen and (max-width: 399px) {
    body.femenrev #persee-headbar-femenrev {
      padding-left: 1%;
      font-size: 9px; }
    body.femenrev ul,
    body.femenrev .site-pages,
    body.femenrev .site-page-children {
      flex-wrap: wrap; }
    body.femenrev #persee-headbar-femenrev .site-page-children {
      font-size: 9px; } }
  body.femenrev #persee-headbar-femenrev #site-page {
    background-color: #a131b7; }
  body.femenrev #persee-headbar-femenrev {
    background-color: #a131b7;
    color: white;
    font-family: Dazzed, ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    height: 85px;
    padding: 8px 8px 8px 15%;
    border-radius: 0;
    display: flex;
    justify-content: space-between; }
    body.femenrev #persee-headbar-femenrev a:hover {
      color: #ffe6ff; }
    body.femenrev #persee-headbar-femenrev #logonomo {
      display: inline-flex; }
      body.femenrev #persee-headbar-femenrev #logonomo img {
        height: 90%; }
      body.femenrev #persee-headbar-femenrev #logonomo #titolo {
        font-size: 1.5em;
        font-weight: 100;
        padding-left: 1.1em;
        padding-top: 0.5em;
        line-height: 1.3em;
        max-width: 6em; }
    body.femenrev #persee-headbar-femenrev #naviggiamo {
      display: flex; }
    body.femenrev #persee-headbar-femenrev .portlet-borderless-container {
      min-height: 0;
      float: right;
      top: 10px;
      font-size: 13px;
      font-weight: 500;
      justify-content: right;
      display: flex; }
  body.femenrev div#content {
    flex: 1 0 auto;
    margin-top: 1.5em; }
  body.femenrev #content p {
    font-family: Roboto, Arial, ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: normal;
    width: 95%;
    line-height: 1.7em;
    font-size: 1em;
    display: block;
    justify-content: normal; }
  body.femenrev #content li {
    line-height: 1.7em; }
  body.femenrev #recherche form {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 100%;
    max-width: 450px;
    min-width: 300px !important;
    padding: 0em 0em 0em 0em;
    margin: 3em 0em 1em -26em;
    border-color: transparent;
    background-color: white; }
  body.femenrev #recherche input {
    height: 100%;
    width: 100%;
    border: solid 1px whitesmoke;
    border-radius: 0;
    padding-right: 50px;
    margin: 0;
    box-sizing: border-box;
    padding-left: .4em; }
  body.femenrev .aui p {
    margin: 0 0 10px; }
  body.femenrev #persee-headbar {
    background-color: black;
    color: white;
    font-weight: normal;
    padding-left: 15%;
    padding-right: 3%;
    padding-top: 8px;
    margin-bottom: 0;
    font-family: Dazzed, ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem; }
    body.femenrev #persee-headbar .a_css {
      color: #b300b3;
      background-color: black;
      font-weight: 600; }
    body.femenrev #persee-headbar a {
      color: white;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-decoration: none;
      font-weight: 500;
      border-radius: 2px; }
      body.femenrev #persee-headbar a:hover {
        color: #b300b3;
        background-color: black; }
    body.femenrev #persee-headbar span {
      border-radius: 2px; }
  body.femenrev body {
    font-family: Roboto, Helvetica, Arial, ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #333333; }
    body.femenrev body #content li {
      line-height: 1.7em; }
    body.femenrev body #content p {
      line-height: 1.7em; }
    body.femenrev body h4 {
      font-size: 1.3em;
      font-weight: 300;
      color: #a131b7; }
    body.femenrev body .aui h2 {
      font-size: 3em;
      font-weight: normal;
      color: #a131b7;
      margin-bottom: 0.9em; }
    body.femenrev body .aui h3 {
      font-size: 1.9em;
      font-weight: normal;
      margin-bottom: 0.7em;
      color: #a131b7; }
    body.femenrev body .aui h1, body.femenrev body .aui h2, body.femenrev body .aui h3 {
      font-weight: normal;
      margin-bottom: 0.7em; }
  body.femenrev #site-title {
    font-size: 38.5px;
    font-weight: 200;
    color: #a131b7; }
  body.femenrev .aui h2 {
    font-size: 3em;
    font-weight: normal;
    color: #a131b7;
    margin-bottom: 0.9em; }
  body.femenrev .aui h3 {
    font-size: 1.9em;
    font-weight: normal;
    margin-bottom: 0.7em;
    color: #a131b7; }
  body.femenrev .aui h1, body.femenrev .aui h2, body.femenrev .aui h3 {
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 0.7em; }
  body.femenrev .persee-home h1, body.femenrev .persee-home h2, body.femenrev .persee-home h3, body.femenrev #footer h1, body.femenrev #footer h2, body.femenrev #footer h3 {
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
    font-weight: normal;
    color: #a131b7; }
  body.femenrev h4 {
    font-size: 1.3em;
    font-weight: 300;
    color: #a131b7; }
  @media screen and (min-width: 1068px) {
    body.femenrev body.femenrev div.collection-title h6.collection-label {
      font-size: 1.2em;
      font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: .06em;
      color: #a131b7;
      text-align: center;
      width: 275px;
      font-weight: normal; } }
  body.femenrev div.collection-title-carousel h3 {
    background-color: #f7eff6;
    padding-left: .5em;
    color: #a131b7; }
  body.femenrev #sidebar {
    background: none;
    top: 140px;
    position: fixed;
    background-size: 100%; }
  body.femenrev div.social-icon a {
    color: #a131b7; }
  body.femenrev #copyright a {
    color: #a131b7; }
  body.femenrev section#language-select .locale-entry {
    color: #a131b7; }
  body.femenrev #trame {
    background: none; }
  body.femenrev #footer {
    background-color: #f0f0f0; }
  body.femenrev #footer h3 {
    color: #16357a; }
  body.femenrev a.logo img {
    height: 70px;
    width: auto; }
  body.femenrev #header-banner #banner-femenrev a {
    height: auto;
    margin-bottom: 6em; }
  body.femenrev #header-banner #banner-femenrev #menu a.logo:after {
    background: white; }
  body.femenrev #header-banner #banner-femenrev {
    width: 100%;
    height: 400px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
  body.femenrev #header-banner #banner-femenrev #recherche input {
    background-color: white;
    color: #333333;
    width: 450px; }
  body.femenrev header {
    margin-bottom: 4em; }
  body.femenrev #collectionList .collection .collection-cover {
    display: inline-block;
    border: 8px solid whitesmoke;
    margin-bottom: 1em;
    position: relative;
    width: 200px;
    height: 283px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  body.femenrev #sidebar section,
  body.femenrev #sidebar div.portlet-body {
    margin-bottom: 2em; }
  body.femenrev .menu {
    display: inline-block;
    cursor: pointer; }
  body.femenrev #collection-display #tab-header-item-authors {
    display: none; }
  body.femenrev .blockquote {
    padding: 60px 80px 40px;
    margin-right: 3em;
    position: relative;
    font-family: "Utopia-italic", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    border-left: none;
    line-height: 1.5em; }
  body.femenrev .blockquote:before {
    position: absolute; }
  body.femenrev .blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    position: absolute;
    border-bottom: 5px solid #a131b7;
    height: 3px;
    width: 200px; }
  body.femenrev #explore-project {
    padding: 0.5em;
    color: #333333;
    font-size: 18px;
    border-bottom: 1px solid #a131b7;
    text-align: center; }
  body.femenrev #partners {
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 1em;
    padding-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline; }
  body.femenrev .title-partners img {
    -webkit-filter: grayscale(1); }
  body.femenrev .title-rubrique2 {
    font-family: Roboto, ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #a131b7; }
  body.femenrev .project-rub > h2 {
    font-size: 18px;
    font-weight: 300; }
  body.femenrev .title-rubrique1 {
    font-family: Roboto, ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #7e7f82;
    font-weight: 400;
    margin-bottom: 1.2em; }
  body.femenrev #project-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5rem; }
  body.femenrev #project-content > div::before {
    content: "";
    padding-bottom: 70%;
    display: block; }
  body.femenrev .project-rub {
    display: grid;
    word-wrap: break-word;
    background-repeat: no-repeat;
    border: solid 1px #f0f0f0; }
  body.femenrev .project-rub > h2 {
    background-color: #f0f0f0;
    padding: 0.5em;
    opacity: 0.9;
    margin: 0;
    font-size: 22px; }
  body.femenrev div.persee_revues h3 {
    background-color: #a131b7;
    padding-left: 0.5em;
    color: white;
    font-family: "Bebas Kai", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 1.7em;
    line-height: 40px; }
  body.femenrev .authority-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1rem; }
  body.femenrev .authority-list-item::before {
    content: "";
    padding-bottom: 20%;
    display: block; }
  body.femenrev .authority-list-item {
    background-color: #f0f0f0;
    padding: 1rem;
    display: grid;
    font-size: 18px;
    word-wrap: break-word;
    font-variant: small-caps; }
  body.femenrev .listNav {
    margin-top: 50px; }
  body.femenrev .listNav,
  body.femenrev .ln-letters {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }
  body.femenrev .ln-letters a {
    font-size: 1.5em;
    padding: 10px 10px;
    background: #aaaaaa; }
  body.femenrev .ln-letter-count {
    color: #a131b7;
    font-size: 1.4em;
    left: 0;
    line-height: 1.35;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px; }
  body.femenrev #-nav > div.ln-letters > a {
    color: black;
    background-color: #eaeaea; }
  body.femenrev #-nav > div.ln-letters a:hover,
  body.femenrev #-nav > div.ln-letters .ln-selected {
    background-color: #a131b7; }
  @media screen and (min-width: 1068px) {
    body.femenrev #header-banner #banner-femenrev #recherche {
      display: flex;
      flex-direction: column;
      flex: auto;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #menu {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #banner-img {
      display: flex;
      flex: 0 0 25%;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #project-content {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-gap: 5rem; }
    body.femenrev .blockquote {
      padding: 60px 0 0 0;
      margin-right: 3em;
      position: relative;
      font-family: "Utopia-italic", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      border-left: none;
      line-height: 1.5em; }
    body.femenrev .blockquote:before {
      position: absolute; }
    body.femenrev .blockquote::after {
      content: "";
      top: 5px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      border-bottom: 5px solid #a131b7;
      height: 3px;
      width: 200px; } }
  @media all and (max-width: 991px) {
    body.femenrev #wrapper {
      z-index: 1; } }
  @media screen and (min-width: 946px) and (max-width: 1067px) {
    body.femenrev #header-banner #banner-femenrev #recherche {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #menu {
      display: flex;
      flex: auto;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #banner-img {
      display: flex;
      flex: 0 0 25%;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #recherche input {
      background-color: white;
      color: #333333;
      width: 375px; }
    body.femenrev #project-content {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-gap: 1rem; }
    body.femenrev .blockquote {
      padding: 60px 0 0 0;
      margin-right: 0em;
      position: relative;
      font-family: "Utopia-italic", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      border-left: none;
      line-height: 1.5em; }
    body.femenrev .blockquote:before {
      position: absolute; }
    body.femenrev .blockquote::after {
      content: "";
      top: 5px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      border-bottom: 5px solid #a131b7;
      height: 3px;
      width: 200px; } }
  @media screen and (min-width: 768px) and (max-width: 945px) {
    body.femenrev #header-banner #banner-femenrev #recherche {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #menu {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #banner-img {
      display: none; }
    body.femenrev #header-banner #site-title {
      color: #16357a;
      font-size: 30px;
      text-align: center;
      margin: 2em 0em 6em; }
    body.femenrev #header-banner #banner-femenrev #recherche input {
      background-color: white;
      color: #333333;
      width: 375px; }
    body.femenrev #project-content {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-gap: 1rem; }
    body.femenrev .blockquote {
      padding: 60px 0 0 0;
      margin-right: 0em;
      position: relative;
      font-family: "Utopia-italic", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      border-left: none;
      line-height: 1.5em; }
    body.femenrev .blockquote:before {
      position: absolute; }
    body.femenrev .blockquote::after {
      content: "";
      top: 5px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      border-bottom: 5px solid #a131b7;
      height: 3px;
      width: 200px; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    body.femenrev #header-banner #banner-femenrev #recherche {
      display: flex;
      flex-direction: column;
      flex: 0 0 100%;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #menu {
      display: flex;
      flex: 0 0 100%;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #banner-img {
      display: none; }
    body.femenrev #header-banner #site-title {
      color: #16357a;
      font-size: 26px;
      text-align: center;
      margin: 0em 0em 2em; }
    body.femenrev #header-banner #banner-femenrev {
      margin-bottom: 20em; }
    body.femenrev #header-banner #banner-femenrev #recherche input {
      background-color: white;
      color: #333333;
      width: 300px; }
    body.femenrev #explore-sorci {
      display: flex;
      flex-wrap: wrap; }
    body.femenrev #project-content {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-gap: 1rem; }
    body.femenrev .blockquote {
      padding: 60px 0 0 0;
      margin-right: 0em;
      position: relative;
      font-family: "Utopia-italic", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      border-left: none;
      line-height: 1.5em; }
    body.femenrev .blockquote:before {
      position: absolute; }
    body.femenrev .blockquote::after {
      content: "";
      top: 5px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      border-bottom: 5px solid #a131b7;
      height: 3px;
      width: 200px; } }
  @media screen and (max-width: 399px) {
    body.femenrev #header-banner #banner-femenrev #recherche {
      display: flex;
      flex-direction: column;
      flex: 0 0 100%;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #menu {
      display: flex;
      flex: 0 0 100%;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    body.femenrev #header-banner #banner-femenrev #banner-img {
      display: none; }
    body.femenrev #header-banner #site-title {
      color: #16357a;
      /* vérifier obsolescence ? */
      font-size: 26px;
      text-align: center;
      margin: 0em 0em 2em; }
    body.femenrev #header-banner #banner-femenrev #recherche input {
      background-color: white;
      color: #333333;
      width: 300px; }
    body.femenrev #header-banner #banner-femenrev {
      margin-bottom: 20em; }
    body.femenrev #explore-sorci {
      display: flex;
      flex-wrap: wrap; }
    body.femenrev #project-content {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-gap: 1rem; }
    body.femenrev .blockquote {
      padding: 60px 0 0 0;
      margin-right: 0em;
      position: relative;
      font-family: "Utopia-italic", ifao-n-copte, new-gardiner, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-align: center;
      border-left: none;
      line-height: 1.5em; }
    body.femenrev .blockquote:before {
      position: absolute; }
    body.femenrev .blockquote::after {
      content: "";
      top: 5px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      border-bottom: 5px solid #a131b7;
      height: 3px;
      width: 200px; } }