@charset utf-8;

/*
 * organization: Logilab
 * copyright: 2020 LOGILAB S.A. (Paris, FRANCE), license is LGPL.
 * contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 *
 * This program is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 2.1 of the License, or (at your option)
 * any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Lesser General Public License along
 * with this program. If not, see <http://www.gnu.org/licenses/>..
 */

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/RobotoCondensed-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "fonts/Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/RobotoCondensed-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed";
  font-size: 0.75em;
  background: url(images/bg_site.jpg) repeat-x #e7ecf0;
  line-height: normal;
  color: #000;
}

body {
  font-size: 14px;
  line-height: normal;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 9px 0;
}

.du-subtitle {
  font-size: 80%;
  font-weight: bold;
}

.h1-auteur {
  color: #00509c;
  padding-bottom: 4px;
}
.h1-auteur a {
  color: #00509c;
}
.h1-auteur ul {
  list-style: none;
}

h2 {
  color: #1a4666;
  font-size: 1.35em;
  font-weight: normal;
  line-height: 28px;
  margin: 5px 0 16px;
}

h3 {
  font-size: 19px;
  line-height: 25px;
}

img {
  vertical-align: middle;
}

a:hover {
  color: #1a4666;
}

a img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
}

input {
  vertical-align: middle;
}

.container {
  width: 1180px;
  padding-left: 4px;
  padding-right: 4px;
}

.col-lg-3,
.col-lg-4,
.col-md-5,
.col-sm-9,
.col-lg-9,
.col-xs-12 {
  padding-left: 4px;
  padding-right: 4px;
}

.row {
  margin-left: -4px;
  margin-right: -4px;
}

.bloc {
  margin-bottom: 10px;
}

.bloc .bloc-contenu-inner {
  padding: 10px 20px;
}

.cartouche-infos {
  padding: 20px;
  margin-bottom: 16px;
  border-top: 1px solid #a4a4a4;
}

.cartouche-infos .visuel img {
  border: 1px solid #adadad;
  float: left;
  width: 129px;
  margin-right: 37px;
  -moz-box-shadow: 5px 5px 5px 0 #656567;
  -webkit-box-shadow: 5px 5px 5px 0 #656567;
  -o-box-shadow: 5px 5px 5px 0 #656567;
  box-shadow: 5px 5px 5px 0 #656567;
}

.cartouche-infos .recommended-by-data img,
.cartouche-infos .recommended-by-data button {
  border: 3px solid #0060bc;
}

.cartouche-infos .recommended-by-data::before {
  content: url(images/recommended-gallica-btn.png);
  position: relative;
  height: 0px;
  display: block;
  left: 109px;
  top: -13px;
}

@media (max-width: 769px) {
 .cartouche-infos .recommended-by-data::before {
    left: -15px;
 }
}

.actions > .fa::before {
  width: 30px;
  height: 30px;
}

.fa-download:hover {
  cursor: pointer;
}
.fa-download::before {
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  background:url(images/download-btn.png) no-repeat;
  background-size: contain;
}
.fa-download.recommended-by-data::before {
  background:url(images/recommended-download-btn.png) no-repeat;
  background-size: contain;
}

.fa-play-circle-o::before {
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  background:url(images/gallica-btn.png) no-repeat;
  background-size: contain;
}
.fa-play-circle-o.gallica-link-intra::before {
  background:url(images/gallica-intra-muros-btn.png) no-repeat;
  background-size: contain;
}
.fa-play-circle-o.recommended-by-data::before {
  background:url(images/recommended-gallica-btn.png) no-repeat;
  background-size: contain;
}

.cartouche-infos .informations {
  float: left;
  width: 617px;
}

.cartouche-infos .informations table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.cartouche-infos .informations table td {
  padding: 6px 0;
}

.cartouche-infos .informations table td:first-child {
  white-space: nowrap;
  padding-right: 6px;
  color: #6a6a6a;
}

.cartouche-infos .informations table td:last-child {
  width: 100%;
}

.cartouche-infos .informations a {
  font-weight: bold;
  color: #00509c;
}

@media (max-width: 768px) {
 .cartouche-infos .visuel {
   display: none;
 }
 .cartouche-infos .visuel-mobile img {
   cursor: pointer;
 }
}

@media (min-width: 769px) {
 .cartouche-infos .visuel-mobile {
   display: none;
 }
}

.bloc-baspage {
  display: inline-block;
  width: 272px;
  padding-right: 20px;
  vertical-align: top;
}

.bloc-baspage ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bloc-baspage:first-child li {
  padding: 2px 0 3px 24px;
}

.bloc-baspage:first-child li:first-child {
  background-position: left 4px;
}

.bloc-baspage:first-child li:first-child + li {
  background-position: left -25px;
}

.bloc-baspage:first-child li:first-child + li + li {
  background-position: left -51px;
}

.bloc-baspage input[type="text"] {
  width: 182px;
}

.bloc-baspage .shareicons {
  margin-top: 10px;
}

.bloc-baspage .shareicons img {
  margin-right: 4px;
}

.recherche-bloc {
  margin-left: 23px;
}

.recherche-bloc .label-bloc {
  background: url(images/zone-recherche.gif) left 9px no-repeat;
  padding: 13px 0 4px 31px;
  min-height: 36px;
  color: #1f3f57;
  font-size: 0.85em;
  margin: 10px 0 12px;
  border-top: 1px dotted #a2a2a2;
}

.recherche-bloc .label-bloc:first-child {
  border-top: none;
  padding-top: 4px;
  background-position: left top;
  min-height: 26px;
  margin-top: 0;
}

.recherche-bloc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recherche-bloc ul li {
  padding: 3px 0;
}

footer {
  background: #f1f1f1;
  margin-top: 42px;
  position: relative;
  text-align: center;
  font-size: 0.92em;
  padding: 0.5em;
}

footer .container {
  position: relative;
}

footer a {
  color: #23262a;
}

footer .returntop {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -20px;
  width: 41px;
  height: 22px;
}

footer .maj {
  background: url(images/picto_maj.gif) no-repeat;
  display: inline-block;
  padding-left: 23px;
  line-height: 18px;
  height: 18px;
  left: 0;
  top: 7px;
}

div.visuel img, div.visuel-mobile img {
  max-height: 207px;
  max-width: 129px;
  /* let browser handle image resize. (IE<8 will fail)
   */
  height: auto;
}

header {
  background-color: white;
  margin-bottom: 2em;
}

.content-header {
  display: flex;
  justify-content: space-between;
  margin-left: 165px;
  padding-right: 25px;
  align-content: stretch;
}

@media (max-width: 768px) {
  .content-header {
    margin-left: 25px;
  }
  .cartouche-infos {
    display: flex;
    flex-direction: column;
  }
}

.logos {
  display: inherit;
  margin-right: 2em;
  align-items: safe center;
}

.logos img {
  float: left;
}

#databnf-logo {
  color: rgb(145, 145, 145);
  font-size: 2.8em;
  font-weight: 700;
  margin-left: 20px;
}

#databnf-logo:hover,
#databnf-logo:visited,
#databnf-logo:focus {
  text-decoration: none;
}

@media (max-width: 600px) {
  .logos {
    margin: 5px auto;
  }
  .content-header {
    margin: auto;
    flex-direction: column;
    justify-content: space-around;
  }
  .content-header > div {
    margin-bottom: 10px;
  }
}

#searchform {
  flex-grow: 2;
  margin: auto;
}

#searchform label {
  /* remove all the bootstrap stuff */
  all: unset;
}

#searchform form > div {
  position: relative;
}

#searchform form input[type="search"] {
  z-index: 1;
  width: 100%;
  height: 40px;
}
#searchform form > div > label {
  position: absolute;
  top: 0.75em;
  left: 1%;
  width: 100%;
  transition: 0.1s;
  color: rgb(128, 128, 128);
}

#searchform .react-autosuggest__input--focused + label,
#searchform .react-autosuggest__input:valid + label
{
  margin-top: -2em;
  color: white;
}

#searchform input[type="text"] {
  height: 40px;
  padding: 2px 3px;
  width: 100%;
}

#searchform button[type="submit"] {
  background-color: transparent;
  border: none;
  font-size: 20px;
  height: 20px;
  margin-left: -35px;
  width: 20px;
  position: absolute;
  top: 7px;
  right: 15px;
  cursor: pointer;
}

#searchform button::after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
}

.react-autosuggest__input {
  border-radius: 4px;
  border-right: none;
  border: 1px solid #226a93;
  font-family: Helvetica, sans-serif;
  font-size: 1.68em;
  font-size: 16px;
  font-weight: 300;
  height: 60px;
  max-width: none;
  padding: 10px 20px;
  width: calc(100% - 64px);
}

.react-autosuggest__container {
  position: relative;
  z-index: 200;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  width: 100%;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.liens-transverses {
  padding-left: 2em;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 992px) {
  right: 25px;
  top: 4.5em;
  .liens-transverses {
    position: absolute;
  }
}

.liens-transverses a {
  color: rgb(100, 100, 100);
}

@media (min-width: 768px) {
  .liens-transverses a:not(:last-child)::after {
    content: "|";
    padding: 0 0.5em;
  }
}
@media (max-width: 768px) {
  .liens-transverses a {
    display: inline-grid;
    padding-left: 0.2em;
  }
}

@media (max-width: 600px) {
  #searchform {
    width: 90%;
    margin-bottom: 1em;
  }
}

.floating-nav {
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 3px rgba(3, 3, 3, 0.1);
  margin-left: -5px;
  position: fixed;
}

@media (min-width: 768px) {
  .floating-nav {
    display: block;
  }
}

@media (max-width: 768px) {
  .floating-nav {
    display: none;
  }
}

.floating-nav ul {
  margin: 0;
  padding: 0;
}

.floating-nav li {
  list-style-type: none;
}

.floating-nav li > a {
  border-left: 5px solid transparent;
}

.floating-nav li:not(:last-child) {
  border-bottom: 1px solid rgba(3, 3, 3, 0.2);
}

.floating-nav li.active > a,
.floating-nav li:hover > a {
  border-left: 5px solid #00509c;
}

.floating-nav li > a {
  color: inherit;
  display: block;
  padding: 0.8em;
}

body > .container-fluid {
  min-height: calc(100vh - 150px);
}

@media (max-width: 600px) {
  .container-fluid,
  .container-fluid > * {
    padding: 0;
  }
}

body {
  background-color: #e7ecf0;
  margin: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 !important;
}

a {
  color: #00509c;
  text-decoration: none;
}

h2.doctitle {
  border-top: 2px dashed grey;
  color: rgb(51, 51, 51);
  font-size: 1.5em;
  margin-top: 1em;
  padding-top: 1em;
}

h2.doctitle span {
  font-weight: bold;
}

.collapse-wrapper h3 {
  color: #00509c;
}

.collapse-wrapper h3:first-letter {
  text-transform: capitalize;
}

.collapse-wrapper h3 span {
  font-weight: bold;
}

.collapse-wrapper {
  background: #f0f0f0;
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0 1em 1em;
}

.collapse-trigger:hover {
  cursor: pointer;
}

.page-container, #facet-bloc {
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 3px rgba(3, 3, 3, 0.1);
  padding: 2em;
}

#facet-bloc {
  display: flex;
  z-index: 10;
}

@media (min-width: 768px){
  .page-container {
    margin-left: 150px;
  }
}

.index-page .page-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 25em; /* 22em for facet bloc width + 3em of margin */
}

.index-page {
  flex-direction: row;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .page-container, .index-page .page-container {
    margin-left: 0;
  }
  .index-page #facet-bloc {
    position: relative;
    width: auto;
    flex-grow: 1;
    margin-right: 0px;
  }
  #reactapp-index .index-page {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 600px) {
  .page-container {
    border-radius: 0;
  }
}

.page-container h1 {
  font-weight: bold;
}

.chevron-down,
.chevron-up {
  -webkit-box-shadow: 1px 1px 5px #333;
  -moz-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
  height: 20px;
  width: 20px;
}

.chevron-down {
  background: url("images/chevron_down.png") right top no-repeat;
}

.chevron-up {
  background: url("images/chevron_up.png") right top no-repeat;
}

.catalog-search-link {
  color: #000;
  display: block;
  margin: 1em auto auto;
  text-align: center;
}

.picto-studio {
  background: url("images/picto-atelier.png") left top no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.collapse-button {
  background-color: black;
  color: white;
  display: block;
  float: right;
  padding: 0.2em;
}

.actions {
  float: right;
}

.page_title {
  overflow: hidden;
}

.page_title h1 {
  float: left;
}

.work-author {
  font-size: 24px;
  font-weight: bold;
  padding-left: 1.5em;
  margin-bottom: 7.5px;
  display: inline-block;
}

.work-authors {
  display: inline-grid;
  float: left;
}

.collapse:hover {
  cursor: pointer;
}

.itemlist {
  border-collapse: collapse;
  width: 100%;
}

.itemlist-details {
  font-size: 115%;
}

.item-indirectrole {
  font-size: 90%;
  font-style: italic;
}

.itemlist-details,
.itemlist-details__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.itemlist-details__info {
  flex-wrap: wrap;
}

.itemlist-item {
  padding: 0.5em;
}

.itemlist-item.even {
  background-color: #dce6f1;
}

.index-block .itemlist-item.odd {
    background-color: #dce7f1;
}
.index-block .itemlist-item.even {
    background-color: #f0f0f0;
}


.itemlist-details__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.itemlist-details__actions a,
.itemlist-details__actions span {
  color: #000;
  padding-left: 5px;
}

.itemlist-details__actions a.catalog-link {
  color: #888;
}

.itemlist-details__actions button.information {
  background-color: transparent;
  border: none;
  color: #888;
  display: none;
}

.itemlist-details__actions button.information {
  display: block;
}

span.itemlist-details__title {
  cursor: default;
}

@media (min-width: 1200px) {
  .sidebar-right {
    margin-left: 0;
    margin-top: 0;
    padding-right: 15px;
    position: fixed;
    right: 1px;
  }

  .outils {
    margin-left: 150px;
  }
}

@media (max-width: 1200px) {
  .sidebar-right {
    margin-top: 2em;
    margin-left: 0px;
  }
  .index-sidebar.sidebar-right {
    margin-top: 2em;
    margin-left: 25em;
  }

  .outils {
    margin-left: 1em;
  }
  .outils > .col-lg-4 {
    margin-top: 1em;
  }
}

@media (min-width: 992px) {
  .container {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .sidebar-right, .index-sidebar.sidebar-right {
    margin-left: 0;
  }
}

.sidebar-right {
  z-index: 100;
}

.sidebar-right > div.bloc {
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 3px rgba(3, 3, 3, 0.1);
  margin-bottom: 2em;
}

@media (max-width: 600px) {
  border-bottom: solid 1px grey;
  box-shadow: none;
  margin-bottom: 0;
  .sidebar-right > div.bloc {
    border-radius: 0;
  }
}

.sidebar-right h2 {
  color: #1a4666;
  font-weight: bold;
}

.bloc-contenu {
  padding: 0.5em;
}

.cartouche-infos {
  background: linear-gradient(white, #e0e3e7);
  background-color: #f0f0f0;
  border-top: 1px solid #a4a4a4;
  margin-bottom: 16px;
  overflow: auto;
  padding: 20px;
  padding-top: 0;
}

.autocreated-work {
  background: linear-gradient(white, #d64a4a);
}

.cartouche-infos > div {
  margin-top: 20px;
}

div.visuel img {
  height: auto;
  max-height: 207px;
  max-width: 129px;
}

.cartouche-infos .informations {
  float: left;
  width: calc(100% - 170px);
}
@media (max-width: 768px) {
  .cartouche-infos .informations {
    width: 100%;
  }
}

.cartouche-infos .informations table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

.cartouche-infos .informations table td {
  padding: 6px 0;
  vertical-align: top;
}

.cartouche-infos .informations table td:first-child .lien {
  color: #6a6a6a;
  font-weight: normal;
}

.cartouche-infos .informations table td:first-child {
  color: #6a6a6a;
  padding-right: 6px;
  white-space: nowrap;
}

.cartouche-infos .informations a {
  color: #00509c;
  font-weight: bold;
}

@media (max-width: 992px) {
  .outils-container {
    margin-left: 150px;
  }
}

@media (max-width: 768px) {
  .outils-container {
    margin-left: 0;
  }
}

.outils {
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 3px rgba(3, 3, 3, 0.1);
  margin-top: 2em;
  padding: 2em;
}

@media (max-width: 1200px) {
  .outils {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  margin-top: 0;
  .outils {
    margin-left: 0;
  }
}

.bloc-baspage {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  width: 100%;
}

.bloc-baspage ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bloc-baspage:first-child li {
  padding: 2px 0 3px 24px;
}

.bloc-baspage:first-child li:first-child {
  background-position: left 4px;
}

.bloc-baspage:first-child li:first-child + li {
  background-position: left -25px;
}

.bloc-baspage:first-child li:first-child + li + li {
  background-position: left -51px;
}

.bloc-baspage input[type="text"] {
  width: 182px;
}

.bloc-baspage .shareicons {
  margin-top: 10px;
}

.bloc-baspage .shareicons img {
  margin-right: 4px;
}

.actions > a {
  color: inherit;
  font-size: 2em;
}

@media (max-width: 768px) {
  footer {
    display: none;
  }
}

footer > .container {
  max-width: 1180px;
  width: 100%;
}

div.bloc-baspage .question {
  background: url(images/pictos_outils.gif) no-repeat 5px 1px;
  padding: 0 27px 0 23px;
}

div.bloc-baspage .imprimer {
  background: url(images/pictos_outils.gif) no-repeat 4px -30px;
  padding: 0 29px 0 23px;
}

div.bloc-baspage .exporter {
  background: url(images/pictos_outils.gif) no-repeat left -90px;
  padding-left: 23px;
}

.react-autosuggest__suggestion .menu-item-type {
  color: white;
  padding: 2px 5px;
  margin-right: 10px;
  height: 10px;
  display: table;
}

.react-autosuggest__suggestion {
  border-top: 1px solid #d7d6d6;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .react-autosuggest__suggestion a {
    display: flex;
    justify-content: space-between;
  }
}

.react-autosuggest__suggestion .person {
  background-color: #1f77b4;
}
.react-autosuggest__suggestion .org {
  background-color: #ff7f0e;
}
.react-autosuggest__suggestion  .work {
  background-color: #2ca02c;
}
.react-autosuggest__suggestion .rameau {
  background-color: #d62728;
}
.react-autosuggest__suggestion .geo {
  background-color: #9467bd;
}
.react-autosuggest__suggestion .event {
  background-color: #8c564b;
}
.react-autosuggest__suggestion .performance {
  background-color: #e377c2;
}
.react-autosuggest__suggestion .periodic {
  background-color: #7f7f7f;
}

#permalink {
  width: 180px;
}

/*------------------------------------------------------------------------*/

/*******INFOBULLES**********/

.docdesc,
.pdfdownload {
  font-size: 0.9em;
  background: white;
  padding: 1em;
  overflow: auto;
  position: absolute;
  width: 500px;
  box-shadow: 1px 1px 5px 3px rgba(3, 3, 3, 0.2);
  border-radius: 6px;
  z-index: 999;
}

.docdesc {
  margin-left: 2em;
}

.docdesc::before {
  display: block;
  width: 0;
  height: 0;
  border-bottom: 5px solid white;
  background-color: red;
}

.docdesc ul {
  list-style: none;
  margin: 10px 0 0 17px;
  padding: 0;
}

.modal-content {
  padding: 10px;
}

.modal-content ul {
  list-style: none;
}

.close-modal {
    display:flex;
}

.modal-content .fa-close {
  background-color: transparent;
  border: none;
  color: #888;
  margin-left: auto;
}

.pdfdownload {
  right: 5em;
}

.pdfdownload .btn[type="submit"] {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
}

#pdfdownload__title span {
  font-weight: 700;
}

#pdfdownload__accept-row {
  margin-top: 1em;
}

#pdfdownload__terms {
  text-decoration: underline;
}

.visualiser {
  font-weight: bold;
  margin-right: 1em;
  float: left;
  /* background:url(images/picto_visualiser_na.gif) no-repeat 0px 0px #fff; */
  min-height: 100px;
  min-width: 128px;
  max-height: 210px;
}
.visualiser a {
  color: #116fb3;
}

img.depict {
  max-width: 128px;
  max-height: 200px;
}

/* pagination */
.lettrecourante {
  margin-left: 118px;
  padding-left: 22px;
  color: #5c5c5c;
  margin-bottom: 26px;
}
.lettrecourante .lettre {
  color: #f27902;
  font-size: 2.2em;
}

/* ALPHA PAGINATION (used in views/pagination.py)*/
.index-alpha {
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: 1.2em;
}
.index-alpha a {
  text-align: center;
  float: left;
  color: #5c5c5c;
  text-decoration: none;
  margin: 0 4px;
}
.index-alpha .active {
  background: url(images/fleche-liste-oeuvres.gif) no-repeat center bottom;
  font-weight: bold;
  color: #00a1f5;
  height: 25px;
}
.index-alpha .tout {
  margin-right: 15px;
}
.index-alpha .chiffres {
  margin-left: 15px;
}

/* NUMBER PAGINATION */
.pagination {
  color: #6a645f;
  text-align: center;
  font-size: 1.2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pagination a {
  margin: 0 12px;
  color: #6a645f;
  text-decoration: none;
}
.pagination .active {
  color: #f27902;
  font-weight: bold;
}
.pagination .bouton {
  font-size: 0.9em;
}

.title_infos {
  color: rgb(100, 100, 100);
}

.liens-print {
  display: none;
}

.liens a {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #eaebff none repeat scroll 0 0;
  color: #6b6ba4;
  text-decoration: none;
}

.filter,
.order {
  padding-bottom: 1em;
}

.filter__placeholder {
  /* !important is needed not be overwritten by react-select default css */
  color: rgb(110, 110, 110) !important;
}

.dropdown-toggle.btn.dropdown-filter {
  border: 0px;
  padding: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
}

.order-icons {
  background: url(images/sort-up-and-down-arrows-couple.png) no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
}

.leaflet-container {
  height: 400px;
  margin: 0 auto;
  z-index: 0;
}

.voir {
  font-style: italic;
  text-decoration: underline;
}

.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.see-all-subsections {
  text-align: right;
  margin-top: 25px;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

/* FACETS */
#facet-bloc {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 2em;
  margin-right: 3em;
  width: 22em;
  display: flex;
  flex-direction: column;
  position: fixed;
}

#facet-bloc.page-container h3 {
  margin-top: 0px;
}

.facet-titlebar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0px;
}

.facet-titlebar > h3 {
  margin: 0px;
}

.facet-titlebar:hover {
  cursor: pointer;
  background-color: #eee;
}

.facets-container.active {
  display: block;
}

.facets-container {
  display: none;
}

.active-facet-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

ul.active-facet-list > li > a {
  display: flex;
  align-items: baseline;
}

ul.active-facet-list > li > a > p {
  margin-right: 0.5em;
  margin-bottom: 0px;
}

.dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
}

.search-filter {
  display: flex;
  margin: 10px;
}

.subsection-filters {
  background-color: white;

}

.subsection-filters .container-fluid {
  display: flex;
  margin: 1em;
  color: rgb(110, 110, 110);
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px;
}

.filter-container {
  display: flex;
  margin-right: 1em;
}

.subsection-filters li.dropdown {
  list-style-type: none;
  margin-right: 0.5em;
  white-space: nowrap;
}

.remove-filter {
  cursor: pointer;
}

.subsection-filters .caret {
  display: none;
}

.filter-container p {
  margin-bottom: 0px;
}

.filter-container .glyphicon-option-vertical {
  padding-top: 2px;
}

.filter-container .glyphicon-remove {
  display: flex;
  align-self: center;
  margin-left: 4px;
}

.subsection-filters a {
  color: rgb(110, 110, 110)
}

@media (max-width: 1200px) {
  #header .widescreen-only {
    display: none;
  }
}

@media (min-width: 1201px) {
  #header .smallscreen-only {
    display: none;
  }
}
