:root {
  --couleur_rouge_zot: #981c1f;
  --couleur_vert_zot: #2d6c67;
}
.photosCatZot .owl-stage-outer,
.photosCatZot .owl-item {
  height: 150px;
}
.photosCatZot {
  height: 150px;
  overflow: hidden;
}
#perpage_zotero {
  padding-bottom: 50px;
}
.full-height-zot {
  padding-right: 150px;
  padding-left: 150px;
}

.tuile_top_details .key_red_zot,
.tuile_top_details {
  color: whitesmoke !important;
  background: var(--couleur_rouge_zot) !important;
}
.tuile_top_details div,
.tuile_bas_details div {
  cursor: default;
}
.tuile_top_details .key_red_zot,
.tuile_top_details .value_red_zot {
  padding: 0;
}
.tuile_bas_details {
  background: #f5f5f569 !important;
  min-height: 400px;
}
.section_h_filtre {
  margin-top: 50px;
  font-size: 16px;
}
.premiereSectZot h2 {
  font-weight: 36px;
  color: black;
  font-weight: bold;
}
.section_h_filtre span {
  font-weight: bold;
  font-size: 20px;
  color: var(--couleur_vert_zot);
}

.subSectZot {
  transition: all 400ms ease-in;
  -webkit-transition: all 400ms ease-in;
}

.sectionPrZot {
  flex-flow: row;
  align-items: stretch;
}
.zoteroTable_wrapper {
  height: 100%;
}

#ouvrirFiltreZot_responsive {
  background-color: var(--couleur_vert_zot) !important;
  background-image: none !important;
  border-radius: 0;
  width: 40px;
}
#ouvrirFiltreZot_responsive i {
  font-size: 30px;
  margin-top: 30px;
}
#zoteroTable td {
  border: none !important;
}
.type_source {
  margin-left: 8px !important;
}
.key_red_zot {
  color: var(--couleur_rouge_zot);
  font-weight: bold;
  font-size: 2.5rem;

  padding-bottom: 5px;
}
.value_red_zot {
  font-size: 2rem;

  padding-bottom: 5px;
}
.key_red_zot:first-letter,
.value_red_zot:first-letter {
  text-transform: uppercase;
}
#zoteroTable thead {
  display: none;
}
.dataTables_paginate span .paginate_button {
  color: black;
  margin-top: 10px;
  margin-right: 15px;
  padding: 5px;
}
.dataTables_paginate span .paginate_button.current {
  background-color: whitesmoke;
  border-radius: 9px;
  width: 32px;
  display: inline-block;
}
.sectionPrZot {
  flex-direction: column;
}

@media (max-width: 768px) {
  .sectionPrZot {
    flex-direction: column;
  }
}
#zoteroTable_info {
  padding-top: 20px;
}
#zoteroTable_info,
#zoteroTable_paginate,
#zoteroTable_length {
  text-align: center;
  font-size: larger;
}
#zoteroTable_next,
#zoteroTable_previous {
  background-color: var(--couleur_rouge_zot);
  color: white;
  font-size: 25px;
  text-align: center;
  padding: 2px;
  border-radius: 9px;
  height: 42px;
  width: 42px;
}

.paginate_button.next {
  float: right;
  margin-right: 20px;
}

.paginate_button.previous {
  float: left;
  margin-left: 20px;
}
/** carousel **/

.photosCatZot .owl-nav button.owl-prev,
.photosCatZot .owl-nav button.owl-next {
  background-color: black !important;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
  margin: 0px !important;
  opacity: 1;
}
.photosCatZot .owl-prev {
  left: 0% !important;
}
.photosCatZot .owl-next {
  right: 0%;
}

.img_liste {
  height: 200px;
  overflow: visible;
  margin-bottom: 20px;
}
.img_liste img {
  /*height: 100%;*/
  width: 100%;
}
.length-link {
  text-decoration: underline !important;
}
#zoteroTable_length{
padding-top:10px ;
}
#zoteroTable_length label {
  font-weight: normal;
}

