﻿/*===================================================================================*/

/* =======================      ERMES CHARTE STANDARD     ========================== */

/*===================================================================================*/

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
}

.display-inline {
  display: inline;
}

body {
  background-color: #b9c6ce;
  font-family: "Segoe UI", "SegoeUIWF", tahoma, Arial;
  /*fix drag bug : overflow-x: hidden !important;*/
  overflow: hidden !important;
  -ms-overflow-style: scrollbar;
}

body.holdings-modal-open {
  position: fixed;
}

body .modal {
  overflow-y: auto;
}

body,
div,
th,
td,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
blockquote {
  margin: 0;
  padding: 0;
}

body.modal-open {
  position: fixed;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

adress,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  /*list-style-type: none;*/
}

img,
a img,
fieldset {
  border: 0;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

.dropdown-menu .divider {
  border-bottom: 0;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 2px dotted #000000;
}

/*________________________________________________________________________________*/

p {
  margin: 12px 0;
  padding: 0;
}

li input[type="checkbox"] {
  float: left;
  margin: 3px 6px 0;
}

.filters-dropdown li input[type="checkbox"] {
  float: none;
}

.accessibility-links .tablink {
  z-index: 99999;
}
/*________________________________________________________________________________*/
.x {
  overflow: auto;
}

.clear {
  clear: both;
}

.ermes-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*=================================================================================*/

/*                                                                                 STRUCTURE                                                                              */

/*=================================================================================*/

#ariane {
  margin: 4px 0 0 0;
}

/*==================================== HEADER ====================================*/

.profilBox {
  padding-left: 5px;
  padding-right: 5px;
  max-width: none;
  width: auto;
}

.profilBox .validation {
  margin-top: 8px;
}

.profilBox li a {
  text-align: left;
}

.profilBox i {
  margin-right: 10px;
  height: 20px;
  width: 10px;
}

.profilBox i:before {
    margin-right: 0;
}

.profilBox > li > a {
  padding: 3px 10px;
}

/* Ajustement affichage des entrées de menu en RTL */
body[dir=rtl] .profilBox li a {
    text-align: inherit;
}

body[dir=rtl] .profilBox li i {
    margin-right: 0;
    margin-left: 10px;
}
/* Ajustement affichage des entrées de menu en RTL */

.profilBox .profile-alert-count .badge {
  float: right;
}
.profilBox .profile-alert-count.profile-borrower-alert-count .badge {
  background-color: #f2dede;
  color: #950a00;
}
.profilBox .profile-alert-count.profile-unread-userdemand-count .badge {
  background-color: #d9edf7;
  color: #214c62;
}
.profilBox .profile-alert-count .badge i {
  max-height: 12px;
}

.profil-box-header {
  background-color: #f2f0f1;
  border-radius: 4px 4px 4px 4px;
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 8px 15px;
}

.profil-box-header span {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}

.container {
  max-width: 1100px;
}

@media (min-width: 768px) {
  #search-panel .panel-body {
    padding-left: 0px;
  }
}

@media (max-width: 850px) {
  #share_social {
    display: none !important;
  }
}

#share_social {
  z-index: 10;
}

/*_________________________________ MENU CONNEXES ________________________________*/

#nav_connexe {
  height: auto;
  margin: 0 auto;
  min-height: 44px;
  padding: 7px 4px 10px;
}

.label-dropdown {
  margin-left: 5px;
}

.header-banner-menu {
  line-height: 25px;
  max-width: 850px;
  text-align: right;
}

.all-link-connexe {
  position: relative;
  display: inline-block;
}

/*_________________________________ MENU PRINCIPAL _______________________________*/

@media (min-width: 980px) {
  header {
    background-color: #1c1c1c;
    padding: 0 0 20px 0;
    margin-bottom: 10px;
  }
}

.navbar-collapse.bs-navbar-collapse {
  padding: 0;
}

.sticky-menu-classic .navbar-header {
  display: none;
}

/*_________________________________ RECHERCHE SITE _______________________________*/

#textfield,
.tt-hint {
  height: 36px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  #notice_longue_description .dl-horizontal dt {
    float: none;
  }
  #notice_longue_description .dl-horizontal dd {
    margin-left: 0px;
  }
}

#notice_longue_description .dl-horizontal:not(:first-child) {
  margin-top: 20px;
}

#textfield::-ms-clear {
  display: none;
}

@media (max-width: 979px) {
  .resultsListLabel {
    margin-top: 20px;
  }
}

#globalScenario {
  margin-bottom: 0;
}

#globalScenarioMobile {
  text-align: left;
}

.go-top-page {
  cursor: pointer;
}

/*==================================== CONTENU ===================================*/

#ariane span.texte {
  padding: 0 4px 0 0;
}

#ariane .actif {
  font-weight: bold;
}

/*===================================== FOOTER ===================================*/

footer {
  background-color: #4b494a;
  color: #f2f0f1;
  font-size: 18px;
  height: auto;
}

footer .container {
  margin: 0px auto;
  padding: 20px 0px;
}

footer .container ul li {
  color: #f2f0f1;
}

footer .container ul li.LEVEL1 {
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

footer .container ul li.LEVEL2 {
  font-weight: normal;
  text-transform: none;
}

.footer-category {
  margin-bottom: 25px;
  margin-top: 25px;
}

/*================================= CONTENT =======================================*/

.global_content {
  position: relative;
}

li.staticMosaic {
  display: inline-block;
  list-style: none outside none;
  margin: 5px 0;
}

.footer-icon-container {
  overflow: auto;
}

.footer-icon-container ul {
  display: inline;
  float: right;
  margin: 3px 10px 0 0;
}

.footer-icon-container li {
  float: left;
}

.footer-icon-container a {
  z-index: 45;
}

a span.cms-icon-rss,
a span.cms-icon-pdf,
a span.cms-icon-share,
span.toggleAutoPlayBtn {
  color: #333333;
  font-size: 20px;
  text-decoration: none;
}

span.toggleAutoPlayBtn {
  cursor: pointer;
}

a.cms-icon-rss:hover,
a.cms-icon-pdf:hover,
a.cms-icon-share:hover,
span.toggleAutoPlayBtn:hover {
  color: #222222;
}

/*________________________________________________________________________________*/

h2 {
  font-family: Trebuchet MS, Trebuchet MS, sans-serif;
  font-weight: normal;
  font-size: 24px;
}

@media (max-width: 979px) {
  h2 {
    font-size: 20px;
  }
}

/*==============================================================================*/

/*                                                                              NON EDITABLE                                                                       */

/*==============================================================================*/

.see_all_results_SelectFrame,
.see_all_results {
  margin-top: 10px;
}

/*Cacher les checkbox sur la page selection.aspx*/

.selectionPortal .select {
  display: none !important;
}

/*============================= MULTI SELECTION ===============================*/

#multi_selection_simple.no_float,
#multi_selection.no_float {
  position: static;
  margin-top: 15px;
}

#multi_selection_simple,
#multi_selection {
  max-width: 300px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0 10px 10px 0;
  z-index: 100;
}

#multi_selection {
  width: 100%;
}

#multi_selection .actions li {
  float: left;
}

#multi_selection_simple .content,
#multi_selection .content {
  margin: 0;
}

#multi_selection_simple .content_corps_centre,
#multi_selection .content_corps_centre {
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}

#multi_selection_simple .content_header {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#multi_selection .panel-body {
  max-height: 250px;
  overflow-y: auto;
}

/*=========================== MULTI SELECTION  REDUCED ==============================*/

/*______________header___________________*/

#multi_selection_simple h2 {
  font-size: 16px;
  margin: 2px 25px 0 0;
}

#multi_selection_simple li a.supp {
  background: url(images/charte/icones/icones_12.png) no-repeat left -14px;
}

#multi_selection_simple .bouton_detail {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

/*______________corps___________________*/

#multi_selection_simple span.selection_documents_label {
  display: none;
}

#multi_selection_simple li a.bouton {
  margin: 2px;
}

/*____________footer___________________*/

#multi_selection_simple .content_footer a {
  display: block;
  float: left;
  height: 15px;
  width: 16px;
  text-indent: -9999px;
  cursor: pointer;
}

/*===================== MULTI SELECTION  ENLARGED ================================*/

/*______________header___________________*/

#multi_selection h2 {
  margin: -1px 20px 0 0;
  padding: 4px 0;
  text-align: left;
  font-size: 16px;
}

#multi_selection .bouton_detail {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

#multi_selection.no_float a.bouton_detail {
  display: none;
}

/*______________corps___________________*/

#multi_selection .panel-body li {
  margin-bottom: 5px;
  word-wrap: break-word;
}

#multi_selection a.removeItem,
#multi_selection button.removeItem {
  margin-left: 2px;
}

/*____________footer___________________*/

#multi_selection .content_footer span {
  display: none;
  float: left;
  color: #2f2f31;
  margin: 6px 5px 0 0;
}

#multi_selection .search-icon-container--icon {
  background: none;
  color: #333333;
  cursor: pointer;
  float: left;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
}

#multi_selection li a.bouton {
  margin: 2px;
}

/*============================= OPTIONS RESULTAT =================================*/

.holding,
.holdings-component .subscription {
  background-color: #e5e5e5;
  border: 1px solid #cdcdcd;
  border-top: 0 none;
  border-radius: 4px 4px 4px 4px;
  display: block;
  margin-bottom: 10px;
  padding: 8px 15px;
}

.holding h4,
.holdings-component .subscription h4 {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-decoration: none;
}

.holding img,
.holdings-component .subscription img {
  margin-top: -3px;
  margin-right: 2px;
}

.btn-holding {
  margin-top: 5px;
}

#facet_container {
  clear: both;
}

#facet_container li.pz2Source {
  list-style-type: none;
}

#facet_container .facetSuggest {
  margin-top: 5px;
}

#facet_container .facetSuggest li {
  display: inline-block;
  margin: 4px;
}

#facet_container .facetSuggest li > a {
  padding: 10px;
  white-space: normal;
  word-break: break-all;
}

#facet_container .facetSuggest > li > a > span {
  white-space: normal;
}

#facet_container li.pz2Source a {
  background: none;
}

#facet_container li.pz2Source span.xtargets-working {
  color: #999;
}

#facet_container li.pz2Source span.xtargets-idle {
  color: #65b070;
}

#facet_container li.pz2Source span.xtargets-error {
  color: #d94545;
}

/* Messages d'information PazPar2 */

.pz2info-search-limit {
  background-color: #f0f0f0;
  padding: 8px;
  color: #555;
  display: flex;
  flex-direction: row;
}

.pz2info-search-limit .pz2info-search-limit-label {
  flex: 1 1 auto;
}

.pz2info-search-limit .pz2info-search-limit-icon {
  flex: 0 0 26px;
  line-height: 100%;
  align-self: center;
  font-size: 1.5em;
  color: #aaa;
}

/* Messages d'information PazPar2 */

.facet-search-field {
  padding: 0 10px;
  position: relative;
}

.facet-search-icon {
  position: absolute;
  right: 15px;
  top: 5px;
}

.facet-search-term {
  font-size: 12px;
  height: 30px;
  padding: 0 5px;
  width: 100%;
  border-radius: 0;
}

.facet-controls {
  margin: 5px;
  text-align: center;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
}

.facet-collapse {
  border-left: 1px solid #dddddd;
  padding: 0 5px;
}

#facet_container button.facet-see-less {
  display: none;
}

#facet_container li.facet-item-hidden {
  display: none;
}

#facet_container a {
  text-decoration: none;
}

#facet_container input[type="checkbox"] {
  height: 30px;
  margin: 0 5px;
}

#facet_container a:hover {
  background-color: transparent;
}

#facet_container .facetSuggest a:hover {
  background-color: #67ac9e;
}

#facet_container a.accordion-toggle {
  color: #333333;
}

/* Message d'erreur pazpar2 facettes */

#facet_container .pz2-facet-error {
  padding: 4px;
  /*display: none;*/
  margin: 0 6px 4px 10px;
  word-wrap: break-word;
}

#facet_container .pz2-facet-error-message {
  font-weight: 700;
}

#facet_container .pz2-facet-error-detail {
  display: none;
}

#facet_container li.pz2Source.show-error .pz2-facet-error-detail {
  display: block;
}

#facet_container li.pz2Source .pz2-facet-error i {
  cursor: pointer;
}

#facet_container li.pz2Source .pz2-facet-error i.fold {
  display: none;
}

#facet_container li.pz2Source .pz2-facet-error i.unfold {
  display: block;
}

#facet_container li.pz2Source.show-error .pz2-facet-error i.fold {
  display: block;
}

#facet_container li.pz2Source.show-error .pz2-facet-error i.unfold {
  display: none;
}

/*Pas d'ajout à la sélection depuis la sélection */

#documents_memorises li.ajouter_selection {
  display: none;
}

/*Pas de capture depuis la sélection */

#documents_memorises li.captureNotice {
  display: none;
}

#options_document li {
  padding-bottom: 2px;
}

/*============================= RESULTATS LISTE ====================================*/

#criteres_recherche {
  margin-bottom: 5px;
  padding: 2px 0;
}

@media (max-width: 767px) {
  #criteres_recherche {
    padding: 2px 5px;
  }
}

#criteres_recherche .original_query {
  font-style: italic;
  margin-top: 10px;
}

#criteres_recherche p {
  float: left;
  margin: 2px 10px 0 0;
  font-weight: bold;
}

#criteres_recherche .back-to-form-btn {
  margin-bottom: 5px;
}

.taille_page {
  margin: 0;
  position: absolute;
  right: 10px;
}

.pageSize {
  width: auto;
}

.label-facet,
.label-date {
  display: inline-block;
}

/* Indication visuelle des facettes non modifiables (HiddenFacetFilter, lié aux recherches capturées) */
.label-facet .disabled {
	opacity: 0.7;
}

#resultats_recherche .vignette_document img.ermes-thumb,
#documents_memorises .vignette_document img.ermes-thumb,
.webframe-ermes-lastcomments .vignette_document img.ermes-thumb,
.webframe-ermes-lastviewedresources-item .vignette_document img.ermes-thumb {
  width: 80px;
}

.webframe-ermes-lastcomments-item-body .item-body-full {
  display: none;
}

.webframe-ermes-lastcomments-item-body .item-body-abstract {
  display: inline;
}

.webframe-ermes-lastcomments-item-body.show .item-body-full {
  display: inline;
}

.webframe-ermes-lastcomments-item-body.show .item-body-abstract {
  display: none;
}

#notice_longue .vignette_document img.ermes-thumb {
  max-width: 120px;
}

@media (max-width: 767px) {
  #notice_longue .vignette_document img.ermes-thumb {
    width: 90px;
  }
}

.advanceSearchMargin {
  margin-right: 20px;
}

.advanceSearchMargin button.ermes_clear {
  margin-left: 5px;
}

/*__________________________________Navigation____________________________________*/

.navigation-page {
  margin: 5px 0;
}

.navigation-page .pagination {
  margin: 0;
}

.description_resultats {
  margin: 7px 0 0;
  font-weight: bold;
}

.pazparError,
.noResult {
  padding: 0 15px 0 30px;
}

.pagination-container {
  text-align: center;
}

.precedent:hover,
.suivant:hover {
  text-decoration: none;
}

.criteres_tri {
  clear: both;
  margin: 8px 0 0;
  padding: 5px;
  border: 1px solid #bababa;
  background: #808080;
  display: inline-block;
  width: 100%;
}

.criteres_tri label.label-tri {
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
}

/*________________________________Preview________________________________*/

.panel-front.panel-search-container .panel-heading.panel-heading-preview {
  padding-top: 50px;
  padding-bottom: 10px;
}

.criteres_tri .site-restriction {
  margin-top: 10px;
}

.pagination-container.pagination-container-compact {
  text-align: left;
}

.icon-basket-putoff::before {
  font-size: 18px;
}

.pagination-container.pagination-container-compact .pagination {
  margin-left: 20px;
}

.pagination-container.pagination-container-compact li button,
.pagination-container.pagination-container-compact li span {
  padding: 0;
}

#options_resultat .panel-heading > h2.collapser-toggle {
  padding-right: 0;
}

#collapser {
    text-transform: inherit;
    text-align: inherit;
    font-weight: inherit;
    color: inherit;
}

#collapser:hover,
#collapser:active,
#collapser:focus {
  text-decoration: none;
  filter: brightness(85%);
}

svg#Layer_1 {
  width: 18px;
  margin-bottom: 10px;
  stroke: #5f5b5b;
  stroke-width: 4;
  height: 18px;
}

svg#Layer_2 {
  float: right;
  width: 18px;
  margin-left: 10px;
  margin-top: 5px;
  stroke: #5f5b5b;
  stroke-width: 4;
  height: 18px;
}

.media-preview h4 {
  color: #808080;
  font-size: 18px;
  font-weight: bold;
  white-space: break-spaces;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.media-preview .template-title {
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.media-preview .memoriser .dropdown-toggle {
  border-top: 0;
  width: auto;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
}

.media-preview span.icon-basket-puton {
  font-size: 18px;
}

.media-preview button.btn.btn-sm.main-basket {
  width: auto;
  height: auto;
}

.media-preview .metadata-access i {
  margin-top: 10px;
}

.line-item .media-preview .metadata-access a {
  padding: 0;
}

#resultats .line-item .media-preview .select {
  margin-top: 6px;
}

.media-preview button#dropBasketList {
  padding-right: 0;
  padding-left: 0;
  width: auto;
  position: relative;
  display: block;
}

.media-preview button.btn.btn-sm.main-basket {
  width: auto;
  height: auto;
  align-content: center;
  position: relative;
}

.metadata-toggle {
  right: -20px;
}

.compact-checkbox {
  height: 40px !important;
  right: -40px !important;
}

.metadata-button {
  right: 40px;
}

.metadata-actions-preview > li > button {
  width: 200px;
}

ul.metadata-actions-preview > li > button > span,
ul.metadata-actions > li > a > span,
.memoriser > button > span,
.modify-selection > span {
  font-size: 12px;
}

.line-item .metadata-access .metadata-actions-preview button,
.line-item .metadata-access .metadata-actions-preview a,
.line-item .metadata-access .metadata-actions-preview div {
  padding: 0;
}

.line-item .metadata-access .metadata-actions-preview li > * {
  padding: 0 10px;
}

.metadata-actions-preview .capture_notice .glyphicon-share-alt {
  margin-left: 0;
}

.metadata-actions-preview .capture_notice span.icon-basket-puton {
  margin-left: -1px;
}

.mini-vignette img {
  min-width: 30px !important;
  max-height: 50px !important;
}

.notice-preview {
  margin-right: 0;
  padding: 10px;
}

.item-preview {
  min-height: 110px !important;
}

.media-preview {
  padding: 0 !important;
}

.vignette-preview {
  padding: 0;
  float: left;
  margin-right: 10px;
}

.preview-content {
  padding-left: 90px;
}

.media-preview .template-resume {
  display: none;
}

.td-big {
  width: 90%;
}

.td-small {
  width: 10%;
}

.height-40 {
  height: 40px !important;
}

.width-40 {
  width: 40px !important;
}

.metadata-access {
  text-align: right;
}

.metadata-access a {
  text-align: left;
}

.metadata-access i {
  font-size: 16px;
  opacity: 0.8;
}

.metadata-access .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #00726f;
}

.metadata-access .btn-default:hover {
  background-color: transparent;
  border-color: transparent;
  color: #004442;
}

.line-item .dropdown-menu button {
  background-color: transparent;
}

.line-item .dropdown-menu span {
  font-size: 14px;
}

.right-side-static {
  float: left;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  right: inherit;
  padding: 0 4px;
}

#preview-stand {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #ccc;
}

#preview-stand > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  margin: auto 0;
}

.compact-link h4,
.line-item-description {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.preview-buttons {
  margin-top: 10px;
}

.full-width {
  width: 100%;
}

#resultats > ul > li.viewing {
  background-color: #e5e5e5;
}

.media-preview .col-xs-4 button {
  background-color: transparent;
}

/* Desktop */

@media (min-width: 768px) {
  .media-preview .template-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .line-item {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .button-hidden-sm {
    display: none;
  }
  .button-hidden-xs {
    display: inline-block;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .item .dr-app-root {
    height: 350px;
    margin-top: 10px;
  }
  .button-hidden-sm {
    display: inline-block;
  }
  .button-hidden-xs {
    display: none;
  }
  .preview-content {
    padding-left: 90px;
  }
}

/*____________________________________Compact_____________________________________*/

#resultats > ul > li.line-compact {
  padding: 10px;
}

#resultats .line-item .notice_corps {
  padding: 0 10px 0 0;
}

#resultats .line-item .select {
  width: auto;
  background-color: transparent;
}

.compact-link * {
  line-height: 1.5;
}

.compact-checkbox {
  right: -40px;
}

.vignette-compact {
  float: left;
  margin-right: 10px;
}

.vignette-compact img {
  float: left;
  object-fit: cover;
  object-position: top;
  background-size: cover !important;
}

.media-compact table {
  display: inline-block;
}

.line-compact .statut {
  background-color: transparent;
}

.line-compact .indicator {
  border-left: none !important;
  padding-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}

.line-compact .statut .indicator * {
  display: inline-block !important;
  float: none;
  padding-top: 0;
}

.line-compact .statut .indicator .obtain-document-link * {
  line-height: 24px;
  font-weight: bold;
  font-size: 14px;
}

.line-compact .indicator::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-right: 5px;
}

.line-compact .indicator.available::before,
.line-compact .indicator.is-available::before {
  color: #97c67d;
}

.line-compact .indicator.no-existing::before {
  color: #e74c3c;
}

.line-compact .indicator.no-holding::before,
.line-compact .indicator.unknown::before,
.line-compact .indicator.review::before {
  color: #7f8c8d;
}

.line-compact .indicator.all-loaned::before,
.line-compact .indicator.not-available-here::before,
.line-compact .indicator.available-elsewhere::before,
.line-compact .indicator.loaned-elsewhere::before,
.line-compact .indicator.not-available::before {
  color: #fdc76b;
}

.media-compact button.close {
  width: 30px;
  height: 30px;
}

.media-compact .compact-link h4,
.line-item-description {
  width: auto;
}

.media-compact .memoriser .dropdown-toggle {
  border-top: 0;
  width: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.compact-link .template-resume {
  display: none;
}

#resultats .media-compact .select input[type="checkbox"],
.media-compact .ajouter_selection input[type="checkbox"] {
  margin: 12px;
}

.media-compact a:hover {
  text-decoration: none;
}

.line-item .media-compact .metadata-access button,
.line-item .metadata-access a.edit-document {
  margin-left: 0;
}

.metadata-actions-compact .edit-document span:first-child {
  margin: 0px 16px !important;
}

.media-compact .icon-basket-puton,
.media-compact .icon-basket-putoff {
  font-size: 18px;
  line-height: 0;
}

.vignette-compact img.ermes-thumb-size-MEDIUM {
  min-width: auto !important;
  min-height: auto !important;
}

.line-item .row {
  position: relative;
}

.line-item .metadata-access .dropdown {
  display: inline-block;
}

.line-item .metadata-access button,
.line-item .metadata-access a,
.line-item .metadata-access div {
  padding: 2px 5px;
}

.line-item .metadata-access button.btn-link-like {
  padding: 2px 10px;
}

.modal-body > ul > li > blockquote {
  border: none;
}

.media-compact .modal-header img {
  margin-right: 15px;
  border: 1px solid #e5e5e5;
}

.summary-link {
  display: table-cell;
  width: 12%;
  vertical-align: middle;
}

.compact-link:hover,
.compact-link:hover * {
  text-decoration: none;
  color: #00726f;
}

.metadata-actions-preview {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  left: auto;
  right: 0;
  top: auto;
}

.td-small > div > a,
.td-small > div > div {
  display: table-cell;
}

.metadata-actions-preview {
  overflow: hidden;
}

.metadata-actions-preview span {
  padding: 0;
  margin: 0;
}

.metadata-actions-preview > li,
.metadata-actions-preview > li > a,
.metadata-actions-preview > li > a button {
  padding: 0;
  margin: 0;
}

.metadata-access > .metadata-actions-compact {
  left: 70%;
  right: auto;
  top: 40px;
  width: 20%;
}

.metadata-actions-compact span:first-child {
  padding: 0;
  margin: 0 10px !important;
}

.metadata-actions-compact .edit-document {
  margin-left: 6px;
}

#resultats .compact-checkbox.select input[type="checkbox"] {
  height: 16px;
}

.metadata-actions-compact > li,
.metadata-actions-compact > li > a,
.metadata-actions-compact > li > a button {
  padding: 0;
  margin: 0;
}

.popup-description span {
  white-space: break-spaces;
}

.popup-description span.rating {
  white-space: normal;
}

.line-compact > .statut {
  background-color: transparent;
}

.metadata-actions-preview > li > a > button > span,
.metadata-actions-preview > li > a > span {
  font-size: 12px;
  background-color: transparent;
  text-align: left;
}

.metadata-actions-preview > li > a > button,
.metadata-actions-preview > li > a > div > button {
  font-size: 12px;
  background-color: transparent;
  text-align: left;
}

.popup-description {
  width: 40%;
  height: 50%;
  background-color: #fff;
  left: 30%;
  right: 30%;
  top: 5%;
}

.modal-header {
  border: none;
}

.metadata-actions-preview {
  overflow: visible;
}

.full-width > .media {
  overflow: visible;
}

.line-item .media-compact .modal-body p {
  white-space: normal;
}

.line-item .media-compact .modal-body h4 {
  margin-bottom: 15px;
}

.line-item .media-compact .modal-avis .category-header {
  margin: 0 0 15px;
}

.line-item .media-compact .modal-avis {
  padding: 0 20px;
}

.line-item .media-compact .modal-avis blockquote {
  border-left: none;
}

.media-compact .img-thumbnail {
  max-width: 50px;
  height: 50px;
  width: 50px;
  object-fit: cover;
  object-position: center;
}

.vignette-preview .thumbnail-wrapper img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  object-position: center;
}

.line-compact button {
  background-color: transparent;
}

.compact-link {
  margin-left: 60px;
}

.line-item .indicator.no-existing::before {
  color: #e74c3c;
}

@media (max-width: 767px) {
  .compact-link {
    padding-left: 90px;
  }
  .media-compact .img-thumbnail {
    max-width: 80px;
    height: 80px;
    width: 80px;
  }
}

/* Desktop */

@media (min-width: 768px) {
  .compact-link .template-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .line-compact .notice.notice_courte,
  .line-compact .statut,
  .line-compact .statut-disabled,
  .line-compact .statut-primaryDoc {
    margin-right: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

/*___________________________________Resultats____________________________________*/

#resultats > ul > li {
  position: relative;
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #d3d3d3;
  background: #fff;
}

#resultats ul.metadata-actions li {
  position: static;
  padding: 5px 0;
  border: none;
}

ul.metadata-actions > li > button,
ul.metadata-actions > li > a,
.memoriser > button,
.modify-selection {
  height: 40px;
  width: 40px;
}

@media (max-width: 767px) {
  .memoriser > .dropdown-menu.pull-right {
    left: 0;
    right: auto;
  }
}

.memoriser-compact {
  font-size: 12px;
  width: 200px;
}

#resultats ul li.panier {
  overflow: inherit;
}

#resultats .numerotation {
  display: block;
  height: 15px;
  width: 35px;
  float: left;
  font-size: 14px;
  text-align: center;
}

#resultats .chevron-search {
  position: absolute;
  right: 2px;
  top: 45%;
}

#resultats .notice_corps {
  padding: 0 10px 0 0;
}

#resultats .notice_corps .date {
  font-style: italic;
}

#page .notice_corps .pills-wrapper {
    display: inline-block;
    margin: 5px 0;
}

#page .notice_corps .pills-wrapper .tarzan {
    color: inherit;
}

.notice_corps .pills-wrapper .session-date {
    padding: 5px;
    background-color: #888;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 10px 5px 0;
    display: inline-block;
}

.notice_corps .pills-wrapper .event-category {
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 5px 0;
}

.notice_corps .session-label {
    font-size: 14px;
}

#documents_memorises .vignette_container,
#resultats_recherche .vignette_container,
#resultats_detail .vignette_container {
    float: left;
}

.vignette_document a {
  padding: 0;
  background: none;
}

.vignette_document {
  display: block;
  position: relative;
  float: left;
  margin: 0 10px 4px 0;
}

.detail_static_container {
  margin-top: 10px;
}

.vignette_document .icon-new {
  background-color: #333333;
  bottom: -3px;
  color: #f2f0f1;
  font-size: 10px;
  padding-left: 4px;
  position: absolute;
  right: -3px;
}

#resultats .select {
  background-color: #beb6b4;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .notice_corps .media,
  .notice_corps .media-body {
    overflow: visible;
  }
  .notice_container {
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .notice.notice_courte,
  .statut,
  .statut-disabled,
  .statut-primaryDoc {
    margin-right: 40px;
  }
}

#resultats .notice_courte .notice_corps h3 {
  cursor: pointer;
}

#resultats .notice_courte .notice_corps.deleted-resource h3 {
  cursor: auto;
}

#resultats .notice_courte .notice_metadata {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 1px 1px 0 #999999;
  padding: 5px;
}

@media (max-width: 767px) {
  #resultats .notice_courte .notice_metadata {
    margin-top: 10px;
  }
}

.notice_metadata .new-item,
.notice_metadata .current-event-label {
  font-size: 11px;
  margin-bottom: 5px;
}

.notice_courte .deleted-resource-info {
  padding: 5px;
}

.notice_avis {
  margin: 4px 0;
}

.notice_courte .metadata-actions li {
  font-size: 12px;
}

.notice_courte .evaluation {
  margin: 0;
}

.evaluation {
  display: inline-block;
  height: 15px;
  width: 73px;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(images/charte/icones/etoiles.png) no-repeat left top;
}

.etoiles_1 {
  background: url(images/charte/icones/etoiles.png) no-repeat left -13px;
}

.etoiles_2 {
  background: url(images/charte/icones/etoiles.png) no-repeat left -26px;
}

.etoiles_3 {
  background: url(images/charte/icones/etoiles.png) no-repeat left -39px;
}

.etoiles_4 {
  background: url(images/charte/icones/etoiles.png) no-repeat left -52px;
}

.etoiles_5 {
  background: url(images/charte/icones/etoiles.png) no-repeat left -65px;
}

.avis {
  font-size: 12px;
  font-weight: normal;
}

#resultats .description {
  font-style: italic;
}

#resultats .notice_courte p {
  margin: 2px 0;
}

.themes .well {
  float: left;
  width: 100%;
}

#resultats .actions .themes,
#resultats_detail .actions .themes {
  margin-top: 5px;
}

#resultats .notice .actions .themes ul li a.tag_label,
#resultats_detail .notice .actions .themes ul li a.tag_label {
  color: #616161;
  font-size: 11px;
  padding: 0;
  margin-right: 0;
  text-shadow: none;
}

div.labels .icon-remove {
  cursor: pointer;
}

#resultats .selections > span,
#resultats .labels > span,
#resultats_detail .selections > span,
#resultats .statut > span {
  float: left;
  margin: 0 5px 0 0;
  line-height: 26px;
  font-weight: bold;
}

#resultats .selections li a {
  padding: 0;
}

#resultats .labels li a.selected {
  font-weight: bold;
}

.label_label {
  color: #fff;
}

.labels li {
  display: inline;
}

#multi_selection li a.bouton,
#resultats .selections li a.bouton,
#resultats .labels li a.bouton {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 4px 2px;
  font-weight: normal;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}

#resultats .themes li .tagit-new {
  margin: 0 10px 0 0;
}

#resultats .themes li .tagit-input {
  margin: 0;
}

#resultats .themes li a.tagit_ok {
  float: none;
}

.statut label,
.statut-disabled label {
  padding: 0 5px 0 0;
}

.statut,
.statut-disabled,
statut-primaryDoc {
  clear: both;
  overflow: hidden;
}

.no-holding .label:empty {
  display: inline-block;
}

.indicator {
  padding: 5px 10px;
}

/* Rendu flex des liens courts vers primarydoc */
.primary-doc-short-link .indicator {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.primary-doc-short-link .indicator .label-holding {
  flex: 1 0 auto;
}

.primary-doc-short-link .indicator .primarydoc {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1em;
}
/* Rendu flex des liens courts vers primarydoc */

.indicator .icone {
  position: absolute;
  height: 24px;
  width: 24px;
  margin: 0;
}

.indicator .label-holding {
  line-height: 24px;
  font-weight: bold;
}

.indicator.all-loaned,
.indicator.not-available-here,
.indicator.available-elsewhere,
.indicator.loaned-elsewhere,
.indicator.not-available,
.holding.not-available {
  border-left: 10px solid #fdc76b;
}

.indicator.available,
.indicator.exposition,
.holding.is-available {
  border-left: 10px solid #97c67d;
}

.indicator.no-existing {
  border-left: 10px solid #e74c3c;
}

.indicator.no-holding,
.indicator.unknown {
  border-left: 10px solid #7f8c8d;
}

.indicator.review {
  border-left: 10px solid #7f8c8d;
}

.statut .obtain-document-link {
  float: right;
  font-size: 12px;
}

.selections .NonValid {
  color: #aaa;
  text-decoration: line-through;
}

* #notice_longue .more-content h3 {
  margin: 20px 0 15px 0;
}

.content_tab {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 15px;
}

/*____________________________________Electre NG__________________________________*/

#notice_longue .electre-source p {
  text-align: right;
}

.electre-source {
  margin-top: 5px;
}

#electre-ng-enrichissements b {
  font-weight: normal;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#electre-ng-enrichissements i {
  font-style: normal;
}

#content_electreng_ext_aud .electre-ng-content .row {
  border-top: 1px solid #ddd;
  padding: 10px 0 5px 0;
}

#content_electreng_ext_aud .electre-ng-content .extrait-title {
  padding: 10px 0;
}

#content_electreng_trailers .electre-ng-content.electre-ng-video-content {
  height: 280px;
}

/*___________________________________Velocity_____________________________________*/

.velocityRenderMode_CAROUSEL-SELECTION .owl-carousel {
  margin-top: 10px;
}

/*____________________________________Actions_____________________________________*/

.notice .actions {
  clear: both;
  padding-top: 8px;
}

.notice .actions .btn,
.themes .btn {
  margin-bottom: 2px;
}

.notice .actions > ul {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#resultats .notice .actions > ul.links li,
#resultats_detail .notice .actions > ul.links li {
  float: left;
  margin: 10px 10px 0 0;
}

#notice_longue .actions {
  clear: both;
  overflow: hidden;
}

@media (min-width: 768px) {
  #document_actions {
    margin-top: 55px;
  }
}

#notice_longue .metadata-actions li,
#document_actions .metadata-actions li {
  padding: 5px 0;
}

#document_actions .accessToPrimaryDoc {
  word-break: break-all;
}

#document_actions .alert {
  margin-bottom: inherit;
}

#resultats .notice .actions .themes .tag-closing-bracket {
  margin-right: 10px;
}

.notice .metadata-actions li span.icone,
.notice .links li span.icone {
  position: absolute;
  height: 17px;
  width: 18px;
  margin: 0;
}

.notice .metadata-actions li > a > span,
.notice .metadata-actions li > div .selection-label,
.notice .links li > a > span {
  margin-left: 2px;
}

.actions .labels {
  margin-top: 10px;
}

/*============================ RESULTAT DETAIL ===================================*/

#resultats_detail h2 {
  margin: 2px 0;
}

.search-icon-container {
  position: absolute;
  right: 20px;
  top: 10px;
}

/*********************************/

/*** Barre de contenu mobile *****/

/*********************************/

.mobile-navigation {
  background-color: #00adb1;
}

.mobile-navigation .btn-group button {
  width: 100%;
}

/*Affichage des boutons mobile en justifié*/

.mobile-navigation > .btn-group,
.mobile-navigation .btn {
  color: white;
  background-color: #00adb1;
  display: table-cell !important;
  float: none;
  width: 1%;
}

.mobile-navigation > .btn-group span {
  font-size: 20px;
}

.mobile-navigation > .btn-group .btn {
  padding: 6px 0px;
}

.mobile-navigation .btn.precedent,
.mobile-navigation .btn.suivant {
  background-color: #00726f;
}

@media (max-width: 979px) {
  .search-icon-container {
    right: 0px;
    top: 0px;
  }
}

@media (min-width: 767px) {
  .mobile-navigation .btn.filterAside {
    display: none !important;
  }
}

/*********************************/

@media (max-width: 767px) {
  .detail-icon-container {
    margin-bottom: 5px;
  }
}

.navigation {
  margin: 10px 0px 5px 0px;
}

@media (max-width: 767px) {
  .navigation {
    margin: 0 5px 5px;
  }
}

.navigation #lien {
  margin-top: 8px;
}

#enrichissements .content_header h2 {
  padding: 0;
}

#notice_longue h3 {
  display: block;
}

#notice_longue p {
  margin: 5px 0;
  text-align: justify;
}

#notice_longue p.description {
  margin: 0 0 10px 0;
}

#notice_longue .clear {
  height: 10px;
  clear: right;
}

#notice_longue #detail-holdings .clear {
  height: initial;
  clear: both;
}

#avis_lecteurs blockquote,
#avis-pro blockquote {
  border-bottom: 1px solid #cdcdcd;
  border-left: 5px solid #cdcdcd;
  padding: 2px 10px 5px 15px;
}

#avis_lecteurs li,
#avis-pro li {
  margin: 8px 0;
  text-align: justify;
  background-color: #f2f0f1;
}

#addCommentForm .required,
#sendMailAgendaEvent .required {
  border: 1px solid red;
}

#edit_comment_form .required {
  border: 1px solid red;
}

select#note {
  width: 100px;
}

#avis_lecteurs .nickname,
#avis-pro .nickname {
  font-weight: bold;
}

#avis_lecteurs li.non_valide,
#avis-pro li.non_valide {
  background-color: #d5e0e3;
}

#avis_lecteurs p,
#avis-pro p {
  font-size: 14px;
  margin: 4px 0;
}

#avis_lecteurs .comment-actions,
#avis-pro .comment-actions {
  margin: 5px 0 0 0;
  overflow: hidden;
}

.DocPlayerContent {
  margin-top: 20px;
}

.modal-dialog #holdings_container_transmissible_desktop table,
.modal-dialog #holdings_container table {
  table-layout: fixed;
}

.modal-dialog .holdings-holding-indicator {
  width: 15px;
}

.modal-dialog .holdings-holding-site {
  width: 100px;
}

.modal-dialog .holdings-holding-localisation {
  width: 120px;
}

.modal-dialog .multiple-reservation-mad {
  max-width: 100%;
}

#modal-holdings .modal-dialog {
  width: auto;
  max-width: 1100px;
}

#modal-holdings .modal-dialog .modal-content {
  display: inline-block;
}

@media (min-width: 768px) {
  #modal-holdings .modal-dialog .modal-content {
    min-width: 750px;
  }
}

@media (max-width: 767px) {
  #collapser svg {
    display: none;
  }
}

.nickname .icon-star {
  color: goldenrod;
}

/*=========================== DOCUMENTS MEMORISES ================================*/

#documents_memorises .intro {
  margin: 0;
  position: relative;
}

/*______________________Formulaire d'ajout de commentaires / Ajout de sélection ___________________________*/

#manageSelectionsForm fieldset {
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 10px;
}

#manageSelectionsForm legend {
  border: none;
}

#selectionsFormList {
  overflow: auto;
  border: 1px solid #cdcdcd;
  margin-top: 10px;
}

#manageSelectionsForm a.bouton div {
  width: 14px;
  height: 14px;
  display: inline-block;
}

#manageSelectionsForm tr.selection-state-0 td {
  background-color: #eee !important;
  color: #777;
}

#selectionsFormAddButton {
  display: block;
}

/*______________________________Enrichissements__________________________________*/

ul#more-similar-list {
  clear: both;
  display: block;
  font-size: 11px;
  height: 86px;
  line-height: 1.18182em;
  list-style: none outside none;
  margin: 0 -15px 0 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}

ul#more-similar-list li {
  display: inline;
  float: left;
  height: 86px;
  margin: 0 9px 5px 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 72px;
}

ul#more-similar-list li span.similar-pic {
  cursor: pointer;
  display: block;
  height: 59px;
  overflow: hidden;
  position: relative;
  width: 72px;
}

.LastFmImage {
  float: left;
  height: 140px;
  margin: auto;
  width: 145px;
}

.LastFmEvent {
  border: 0 solid black;
  margin-bottom: 10px;
  min-height: 50px;
}

ul#more-similar-list li a {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
}

span.similar-image {
  display: block;
  height: 52px;
  left: 2px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  width: 64px;
}

span.similar-overlay {
  background: url(http://cdn.last.fm/flatness/picture_frame_medium.2.png)
    no-repeat scroll left top transparent;
  display: block;
  height: 59px;
  left: 0;
  position: absolute;
  top: 0;
  width: 72px;
}

/*______________________________Formulaire de recherche_________________________________*/

.indexWrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  clear: both;
}

.indexWrapper .control-label label {
  word-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
}

/*______________________________Exemplaires détail_________________________________*/

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 750px;
  }
}

.detail-holdings-class [class|="detail-holds"] table,
.detail-subscriptions table {
  background: #cdcdcd;
  border-spacing: 1px;
  border-collapse: separate;
  width: 100%;
}

.detail-holdings-class [class|="detail-holds"] table td,
.detail-subscriptions table td,
.detail-holdings-class [class|="detail-holds"] table th,
.detail-subscriptions table th {
  padding: 3px 4px;
}

.detail-holdings-class [class|="detail-holds"] table td .date,
.detail-subscriptions table td.date,
.detail-holdings-class [class|="detail-holds"] table th .date,
.detail-subscriptions table th.date {
  width: 60px;
}

.detail-holdings-class [class|="detail-holds"] thead th,
.detail-subscriptions thead th,
.detail-holdings-class [class|="detail-holds"] thead td,
.detail-subscriptions thead td {
  background: #2e2f31;
  color: #ffffff;
  font-weight: bold;
}

.detail-holdings-class [class|="detail-holds"] .reserver,
.detail-subscriptions .reserver,
.detail-holdings-class [class|="detail-holds"] .demander {
  cursor: pointer;
}

#detail-holdings [class|="detail-holds"] a.hold-more,
#detail-holdings [class|="detail-holds"] a.hold-more-remove {
  color: black;
}

.detail-holdings-class [class|="detail-holds"] button.inline-table {
  padding: 2px;
}

.detail-holdings-class [class|="detail-holds"] .holding-help {
  height: 24px;
  width: 24px;
  float: right;
  background: url("images/charte/icones/help.png") no-repeat center center
    transparent;
  vertical-align: middle;
  cursor: help;
}

#user_labels h3,
#global_basket_actions h3 {
  margin: 10px 0;
}

#user_labels ul {
  margin-top: 8px;
}

.basket-search-notice {
  width: 100%;
}

/*====================================== CHECKBOX TOUTE NOTICE ========================*/

.criteres_tri .check_all {
  float: right;
  margin: 4px 10px 4px 4px;
}

#page input[name="promoted"] {
  margin-left: 0px;
}

/*====================================== SPELLCHECKING ========================*/

#spellcheck_link {
  text-decoration: none;
  cursor: pointer;
}

/*====================================== COPYRIGHT VIGNETTE ========================*/

.detail-holdings-class {
  padding-bottom: 10px;
  clear: both;
}

.detail-holdings-class.modal {
  text-align: center;
}

.detail-holdings-class.modal .modal-content {
  text-align: left;
}

.selection-description {
  background: none repeat scroll 0 0 #e5e5e5;
  border: 1px solid #cdcdcd;
  margin: 0 0 12px;
  padding: 5px;
}

.rsSlide .ermes-thumb {
  float: left;
}

/* ============================= Menu enrichissement sarasvati =================== */

#menu-more {
  background: none repeat scroll 0 0 #f2f0f1;
  margin: 10px 0;
  padding: 5px 0;
}

.more-content {
  padding: 2px 0 0;
}

.more-content > h3 {
  margin-bottom: 2px;
}

#menu-more li a {
  color: #191919;
  text-decoration: none;
  cursor: pointer;
}

/* Enrichissement INA : debut */

.content_tab.content_ina {
  position: relative;
  /* Nécessaire pour éviter les effets de bord du player INA sur nos pages (i.e : disparition des éléments du bandeau) */
}

.content_ina ol,
ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.content_ina .spacer {
  clear: both;
  display: block;
  float: none !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}

.content_ina a {
  outline: medium none;
  text-decoration: none;
}

/* Enrichissement INA : fin */

/* Enrichissement allociné */

#content_allocine_poster {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  width: 160px;
  position: relative;
}

a.alloratinglink {
  text-decoration: none;
}

.content_allocine_description_content {
  padding: 0 10px 0 0;
  overflow: hidden;
}

.content_allocine_description_content ul {
  list-style: none outside none;
}

.content_allocine_description_content li {
  padding: 2px 0;
}

.content_allocine_description_content_label {
  width: 92px;
  float: left !important;
}

.roleallocine {
  margin: 5px 0px 10px 0px;
}

div.allocinelink {
  text-align: right;
}

.mainzone {
  text-align: center;
}

.more-content .ratingpart {
  font-size: 14px;
  text-align: center;
}

.more-content .boxcontent {
  height: 45px;
  padding: 0 3px 3px;
}

.more-content .box {
  border: 1px solid #d3d3d3;
  float: left;
  margin: 5px;
  padding: 10px 3px 2px;
  position: relative;
  width: 100px;
}

.notationbar {
  overflow: auto;
}

.starallo {
  height: 14px;
  width: 75px;
  vertical-align: bottom;
  background-image: url(Images/Sarasvati/Enrichissements/Allocine/stars-allocine.png);
  background-repeat: no-repeat;
}

.star50 {
  background-position: 0 -15px;
}

.star45 {
  background-position: 0 0;
}

.star40 {
  background-position: -15px -15px;
}

.star35 {
  background-position: -15px 0;
}

.star30 {
  background-position: -30px -15px;
}

.star25 {
  background-position: -30px 0;
}

.star20 {
  background-position: -45px -15px;
}

.star15 {
  background-position: -45px 0;
}

.star10 {
  background-position: -60px -15px;
}

.star05 {
  background-position: -60px 0;
}

.star00 {
  background-position: -75px -15px;
}

.notezone {
  float: left;
}

.valloseparator {
  border-left: 1px solid #999;
  margin-left: 8px;
  padding-left: 8px;
}

.margedataallo {
  margin-left: 10px;
}

.listofminiviewsthumbnailsview {
  display: block;
  position: relative;
  overflow: auto;
}

@media (max-width: 440px) {
  #content_allocine_casting .datablock {
    width: 50%;
  }
  #content_allocine_casting .clearfix:after {
    clear: none;
  }
}

@media (max-width: 320px) {
  #content_allocine_casting .datablock {
    width: 100%;
  }
  #content_allocine_casting .clearfix:after {
    clear: none;
  }
}

.roleallocine {
  font-size: 11px;
}

.mainzone {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.picturezone {
  margin-bottom: 2px;
}

.rubriquetitle {
  font-size: 17px;
  font: tahoma;
}

/* Enrichissement Libfly Quotes */

.quoteMark {
  color: #5f5b5b;
  font-size: 70px;
  font-weight: bold;
  line-height: 11px;
  margin-left: 0px;
  margin-top: 25px;
  position: absolute;
}

.quoteLibfly {
  margin-left: 45px;
}

/* Enrichissement Wikipedia */

.image.wikiStyle {
  float: left;
  margin-right: 10px;
  max-height: 200px;
}

.image.wikiStyle img {
  float: left;
  margin-right: 10px;
  max-height: 200px;
}

/* Enrichissement Babelio */
/* Enrichissement Babelio retravaille l'affichage des menus*/
.content_tab.new_content_babelio ul {
    text-align: center;
    font-weight:bold;
    border: 1px solid transparent;
    border-radius:10px;
}
.content_tab.new_content_babelio li {
    padding: 0;
    border: 1px solid transparent;
}
.content_tab.new_content_babelio ul li:first-child {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.content_tab.new_content_babelio ul li:last-child {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.content_tab.new_content_babelio ul li:first-child a {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.content_tab.new_content_babelio ul li:last-child a {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
/* valable pour tous les écrans supérieures à 960px */
@media screen and (max-width:1000px){
  .content_tab.new_content_babelio li{
    border-radius: 10px !important;
	border-left:none !important;
	margin:
  }
  .content_tab.new_content_babelio li a{
	  border-bottom: 2px solid black !important;
	  margin: 0 7px;
	  border-radius:0 !important;
  }
  .content_tab.new_content_babelio li:last-child a{
	  border-bottom:none !important;
  }
}
.content_tab.new_content_babelio > .nav.nav-tabs {
    margin-bottom: 40px;
    border: solid;
    border-color: transparent;
    border-radius: 10px;
}

.content_tab.new_content_babelio .LinkBabelio {
	margin-top:25px;
}


.content_tab.new_content_babelio .LinkBabelio a:hover {
	font-style:none;
	text-decoration: none;
}
.content_tab.new_content_babelio .LinkBabelio a{
	text-align: right;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    color: #707070;
    margin-top: 25px;
    opacity: 1;
	margin-left: auto;
    margin-right: 0;
    display: block;
}

.content_tab.new_content_babelio .LinkBabelio .underline{
	text-decoration: underline;
}
/* Fin Enrichissement Babelio retravaille l'affichage des menus*/

/* Retravaille des affichages de la partie podcast et vidéo*/
.content_tab.new_content_babelio #BW_podcasts iframe {
    width: 100%;
	height:auto;
}
.content_tab.new_content_babelio #BW_podcasts {
    padding: 0 0 0 7px;
}
.content_tab.new_content_babelio #BW_videos {
    padding: 0
}
.content_tab.new_content_babelio #BW_videos > h2 {
    padding: 0 0 0 7px;
}
/*On place les icônes des vidéos deux par rangée */
.content_tab.new_content_babelio .BW_bloc_vid {
    padding: 0 7px;
    margin-top: 22px;
    width: 50%;
    float: left;
}
.content_tab.new_content_babelio .BW_bloc_vid .shrinkable {
	margin-top:10px;
}
.content_tab.new_content_babelio .bw_podcast_item {
    margin-top: 22px;
}
.content_tab.new_content_babelio .BW_bloc_vid .BW_vignette_vid {
    margin: 0;
    width: 100%;
}
.content_tab.new_content_babelio #tab-BW_media .separator {
    height: 20px;
    width: 50px;
}
.content_tab.new_content_babelio .BW_separator {
    padding-left: 0px;
    padding-top: 20px;
	margin-top:0;
}
/*Fin Retravail des affichages de la partie podcast et video*/
.content_tab.new_content_babelio .BW_elcr.shrinkable.br_150_de_hauteur{
	padding-bottom:10px;
}
.content_tab.new_content_babelio .BW_elcr {
    padding-left: 0px;
}
.content_tab.new_content_babelio .BW_separator {
   border: none;
   border-bottom:  1px solid #000000
}

.content_tab.new_content_babelio #BW_notes {
    padding: 0;
    margin-bottom: 50px;
}
.content_tab.new_content_babelio #myTabContent-bw {
    padding: 20px;
    border-radius: 10px;
}
.content_tab.new_content_babelio #myTabCritiquesCitations-bw {
    padding: 0px;
    margin-top:10px;
}
.content_tab.new_content_babelio #tab-BW_user_rate_subtitle {
    padding: 0 0 10px 0;
}
.content_tab.new_content_babelio .tab-content.babelio_title {
    border-radius: 10px;
    text-align: center;
}
/* babelio nous envoie des h2 donc on les formates de façon a ne pas nuire le produit */
.content_tab.new_content_babelio .tab-content.babelio_title h2 {
    text-transform: uppercase;
    font-size: 22px;
}
.content_tab.new_content_babelio h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: black;
}
.content_tab.new_content_babelio .BW_elt {
    padding: 20px 0 15px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.content_tab.new_content_babelio .nav-tabs > li > a {
    padding: 16px 30px;
}
.content_tab.new_content_babelio #BW_bio_auteur #BW_bio_titre {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.content_tab.new_content_babelio #BW_prix_litt{
    margin-top:20px;
}
.content_tab.new_content_babelio .bw_podcast_item iframe {
	border-radius:0;
}
div.RFplayer-placeholder.RFplayer-basic-infos  {
	padding-top:0 !important;
}
.content_tab.new_content_babelio #BW_prix_litt_titre {
    margin-top: 20px;
    text-transform: uppercase;
}
/* Fin Enrichissement Babelio */
/* Copyright Sara */

.sara_copyright {
    text-align: right;
    margin-top: 5px;
}

/* ================     ENCART RSS RICHE (SAGSCROLLER)      ====================== */

.rss-thumbnail {
  -moz-box-shadow: 2px 2px 2px #aaa;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa;
  border: 1px solid #eee;
  width: 72px;
  height: auto;
  background: url("images/general/DocType/extr_small.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.rss-list li {
  clear: both;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 2px;
}

.rss-thumbnail-div {
  float: left;
  width: 80px;
  margin-right: 5px;
  padding: 2px;
}

.rss-container.tablet {
  -moz-box-shadow: 2px 2px 2px #aaa;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa;
}

.rss-sourceInfo {
  text-align: right;
  color: #aaa;
  font-size: 8pt;
}

.rss-container .prev {
  float: left;
}

.rss-container .next {
  float: right;
}

.rss-container .disabled {
  visibility: hidden;
}

.rss-container .actions {
  overflow: auto;
  margin: 5px;
  font-weight: 700;
}

.rss-container .actions a {
  cursor: pointer;
}

.ermes-rss-whencached {
  margin: 2px;
  color: #888;
  font-size: 10px;
  font-style: italic;
}

/*default CSS for SAG scroller*/

.sagscroller {
  max-height: 355px;
  overflow: auto;
  position: relative;
}

.sagscroller a {
  font-weight: bold;
}

.sagscroller ul {
  /*position:absolute;*/
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.sagscroller ul li {
  display: block;
  overflow: auto;
  background: none;
  padding: 2px;
}

.webframe-ermes-rss li {
  display: block;
}

/*================================================================================*/

/*                                       EDITION                                  */

/*================================================================================*/

/******************************** Accessibilité ***********************************
*                                                                                 *
**********************************************************************************/

.tarzan, a.keep-underlined
/* keep-underlined : Permet de forcer le soulignement sur les liens */ {
  text-decoration: underline !important;
}

/*__________________________________Pop up Encart ___________________________________*/

/*================================================================================*/

/*                Encart de plan du site (sitemap)                                */

/*================================================================================*/

.Ermes-SiteMap h1 {
  padding-bottom: 10px;
  text-decoration: underline;
}

.Ermes-SiteMap a:hover {
  text-decoration: none;
}

.Ermes-SiteMap .panel-body li {
  margin-left: 9px;
}

/* Construction d'un menu personnalisé */

.Ermes-SiteMap div.list-group-item {
  margin-bottom: 20px;
}

.Ermes-SiteMap div.list-group-item ul.list-group {
  margin-bottom: 0px;
}

.Ermes-SiteMap div.list-group-item li.list-group-item {
  border: none;
  padding: initial;
}

/*___________________________________________________________________________*/

/* Correctif : l'édition des ressources CF4 depuis Ermes posait problème car la
* textarea n'était pas accessible
*/

#labelEditorText .x-panel-body {
  z-index: 5000;
}

div.ui-dialog .help {
  color: #ddd;
  font-style: italic;
  font-weight: normal;
}

/* ________________________ Fenetre de resa d'expo ______________________ */

#expo_resa > div > * {
  margin: 10px 0;
}

#expo_resa .modal-dialog {
  width: 850px;
}

#planning_expo {
  border-collapse: separate;
  border-spacing: 1px;
}

#planning_expo td {
  padding: 2px 8px;
}

#planning_expo thead td {
  padding: 8px;
  background-color: #2e2f31;
  color: #e5e5e5;
  font-weight: bold;
}

span.reserver_expo {
  cursor: pointer;
}

/*________________________________ jQuery Datepicker __________________________*/

#agenda-datepicker .ui-datepicker {
  width: 99%;
  max-width: 17em;
}

.ui-datepicker .ui-datepicker-today a.ui-state-highlight {
  /* Pas de traitement particulier pour la date du jour */
  border: medium none;
}

.ui-datepicker td.ui-state-disabled {
  opacity: 0.35;
}

.ui-datepicker td.ui-state-disabled span {
  background: none;
  background-color: #2e2f31;
  color: #fff;
}

.ui-datepicker td.ui-state-highlight {
  background: none;
  border: medium none;
  opacity: 1;
}

.ui-datepicker-today a.ui-state-highlight {
  background: none;
  background-color: #fdf5c4;
  color: #808080;
}

.ui-datepicker td.ui-state-highlight a,
.ui-datepicker td.ui-state-highlight span {
  background: none;
  background-color: #ad565e;
  color: #fff;
}

.ui-datepicker td.ui-state-dateRange a {
  background: none;
  background-color: #e6727b;
  color: #fff;
}

/* _____________________ loader ajax _____________________ */

.panel-loading {
  left: 50%;
  margin: 50px auto 0 -115px;
  position: absolute;
  width: 230px;
  z-index: 100;
}

.panel-loading h2 {
  color: #808080;
  font-size: 18px;
}

.ajax-loader-big {
  color: #428bca;
  display: block;
  font-size: 50px;
  margin: auto;
  width: 50px;
}

/* _____________________ Popup sondage ___________________ */

.survey-confirm {
  display: block;
  margin: auto;
  height: 230px;
  width: 330px;
}

/* ___________________ MY ACCOUNT _______________________ */

#account-comments table {
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  width: 100%;
}

#account-comments table thead th {
  padding: 8px;
  background-color: #2e2f31;
  color: #cad732;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

#account-comments table td {
  padding: 8px;
  border-bottom: 1px solid #fff;
  color: #555;
  background-color: #ddd;
}

#account-comments table td > a {
  float: left;
}

/*____________________ Liste courte Grouping Results ____________________*/

#exportsList {
  text-decoration: none;
}

.webframe-ermes-html .search_item {
  width: 40%;
}

.twinKeyTypeDoc span {
  font-size: 22px;
}

.twinKeyTypeDoc span.selected {
  color: black;
}

/*___________________________________WebFrame-Ermes-OpenFindSelection____________________________________*/

.webframe-ermes-html .vignette_document a,
.webframe-ermes-lastviewedresources .vignette_document a,
.webframe-ermes-openfindselection .vignette_document a {
  padding: 0;
  background: none;
}

.webframe-ermes-html .vignette_document,
.webframe-ermes-lastviewedresources .vignette_document,
.webframe-ermes-openfindselection .vignette_document {
  display: block;
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
}

.webframe-ermes-html .vignette_document img,
.webframe-ermes-lastviewedresources .vignette_document img,
.webframe-ermes-openfindselection .vignette_document img,
.webframe-ermes-commonviewedresources .vignette_document img {
  width: 80px;
}

div.webframe-ermes-lastviewedresources-item,
div.webframe-ermes-openfindselection-item {
  overflow: auto;
  background-color: #f2f0f1;
  padding: 10px 10px 5px;
  margin-bottom: 0px;
}

.webframe-ermes-lastviewedresources-item-shadow,
.webframe-ermes-openfindselection-item-shadow {
  position: relative;
  height: 9px;
}

div.webframe-ermes-lastviewedresources-item .icone-selection,
div.webframe-ermes-openfindselection-item a {
  text-decoration: none;
  color: #555;
}

/*___________________________________WebFrame-Ermes-OpenFindCategorySelection____________________________________*/

.icone-selection {
  background-color: #ffffff;
}

.webframe-ermes-openFindCategorySelection .title-selection {
  color: #428bca;
  font-weight: bold;
  font-size: 16px;
}

.webframe-ermes-openFindCategorySelection .description-selection {
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
}

/*___________________________________WebFrame-Ermes-LastComments____________________________________*/

.webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-title {
  font-weight: bolder;
  font-size: 12px;
}

.webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body {
  display: block;
  margin: 4px 0;
  color: #555;
}

/* Pour que le commentaire soit affiché complétement !*/

.webframe-ermes-lastcomments-item img {
  margin-top: 0px !important;
}

.webframe-ermes-lastcomments-item-note {
  float: right;
}

.webframe-ermes-lastcomments blockquote {
  border-left: 5px solid #428bca;
  margin-top: 8px;
  padding: 0 0 3px 6px;
}

.webframe-ermes-lastcomments small {
  color: #444;
}

/*___________________________________WebFrame-Ermes-Commonviewedresources-Facet____________________________________*/

.webframe-ermes-commonviewedresources.facet .facetSuggest li {
  display: inline-block;
  margin: 4px;
}

.webframe-ermes-commonviewedresources.facet .facetSuggest li > a {
  padding: 10px;
  white-space: normal;
  border-radius: 5px;
  margin-top: 0px;
}

/*___________________________________Override style H3 sur vignettes capturées____________________________________*/

.content .notice_corps h3 {
  display: inherit !important;
}

/*___________________________________Gestion des vignettes par défaut et/ou absentes____________________________________*/

img.ermes-thumb {
  background-size: cover;
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center center;
}

img.ermes-thumb-size-SMALL {
  min-width: 80px !important;
  min-height: 80px !important;
}

img.ermes-thumb-size-MEDIUM {
  min-width: 110px !important;
  min-height: 80px !important;
  background-color: inherit;
  object-fit: contain;
  /*Surcharge du fond blanc de bootstrap ajouté sur les coté des images qui ne sont pas assez large*/
}

#tab_suggestion img.ermes-thumb-size-MEDIUM,
#detail-notice-selections img.ermes-thumb-size-MEDIUM,
.rs-slide3Items img.ermes-thumb-size-MEDIUM {
  min-width: 0px !important;
}

/* Tailles par défaut des images Mobiles*/

@media (max-width: 767px) {
  img.ermes-thumb-size-SMALL {
    min-width: 30px !important;
    min-height: 30px !important;
  }
  img.ermes-thumb-size-MEDIUM {
    min-width: 40px !important;
    min-height: 40px !important;
  }
}

/* Tailles par défaut des images Mobiles*/

@media (min-width: 768px and max-width:979px) {
  img.ermes-thumb-size-SMALL {
    min-width: 50px !important;
    min-height: 50px !important;
  }
  img.ermes-thumb-size-MEDIUM {
    min-width: 80px !important;
    min-height: 80px !important;
  }
}

/*____________________ Overrides CF4 ____________________*/

#portal .frame {
  margin: 0 0 10px !important;
}

.global_content {
  margin: 5px 0;
  padding: 0;
}

/* ___________________ Overrides Ext4 ____________________ */

.nav > li > a.tile:hover,
.nav > li > a.tile:focus {
  outline: none;
  background-color: #525252;
}

.nav > li > a.tile {
  padding: 0;
}

.tile {
  background: none no-repeat 0 0 / auto 100% #525252;
  background-size: 100%;
  cursor: pointer;
  display: block;
  height: 150px;
  margin: 0 0 5px;
  position: relative;
  text-decoration: none;
}

.tile .tile-content {
  color: #ffffff;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(50, 50, 50, 0.8);
}

.tile-content:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: -webkit-linear-gradient(
    left,
    rgba(50, 50, 50, 0),
    rgba(50, 50, 50, 1)
  ) !important;
  background: linear-gradient(
    to right,
    rgba(50, 50, 50, 0),
    rgba(50, 50, 50, 1)
  ) !important;
}

/***** WAI *****/

#wai_open_link .wai_eye {
  background: url(images/icons/wai/PictoWai.gif) no-repeat scroll center 0
    #ffffff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  height: 22px;
  width: 24px;
  z-index: 500;
}

#wai_dialog_selector {
  position: absolute;
  right: 10px;
  top: 32px;
  z-index: 666;
  background-color: #f2f0f1 !important;
  padding: 2px;
  border: 5px solid #555;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#wai_dialog_selector .wai_dialog_selector_header {
  background-color: #555 !important;
  padding: 5px;
}

#wai_dialog_selector .wai_dialog_selector_header * {
  background-color: #555 !important;
  color: #fff !important;
  font-weight: bolder !important;
}

#wai_dialog_selector * {
  font-size: 20px !important;
  font-family: Arial !important;
  color: #555 !important;
  margin: 5px !important;
  background-color: #f2f0f1 !important;
}

#wai_dialog_selector .wai_select {
  text-align: right;
}

#wai_dialog_selector .wai_dialog_selector_footer {
  text-align: right;
}

#wai_close_link {
  cursor: pointer;
}

/*______________________________________Titres______________________________________*/

h3 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

/*_________________________________ ACCOUNT ERMES 2.5 _________________________________*/

@media (max-width: 767px) {
  #portal #ermes-myaccount {
    padding: 10px;
  }
}

#ermes-myaccount h2 * {
  text-transform: uppercase;
  font-size: 20px;
}

@media (min-width: 980px) {
  #ermes-myaccount .myaccount-menu {
    padding-right: 10px;
  }
}

#ermes-myaccount .myaccount-menu .menu-item {
  font-size: 14px;
  margin: 5px 0;
  text-transform: uppercase;
}

#ermes-myaccount .myaccount-menu .menu-item.Profile i:before {
  content: "\e80c";
}

#ermes-myaccount .myaccount-menu .menu-item.Contributions i:before {
  content: "\e82a";
}

#ermes-myaccount .myaccount-menu .menu-item.Subscriptions i:before {
  content: "\e819";
}

#ermes-myaccount .myaccount-menu .menu-item.Loans i:before {
  content: "\e81a";
}

#ermes-myaccount .myaccount-menu .menu-item.Basket i:before {
  content: "\e806";
}

#ermes-myaccount .myaccount-menu .menu-item.Preferences i:before {
  content: "\e82f";
}

#ermes-myaccount .myaccount-menu .menu-item.Messages i:before {
  content: "\e834";
}

#ermes-myaccount .myaccount-menu .menu-item.Activity i:before {
  content: "\e833";
}

#ermes-myaccount .myaccount-menu .menu-item.ErmesGP i:before {
  content: "\e835";
}

#ermes-myaccount .myaccount-menu .menu-item.AgendaRegistrations i:before {
  content: "\e81e";
}

#ermes-myaccount .myaccount-menu .menu-item a {
  display: block;
  text-decoration: none;
}

#ermes-myaccount .myaccount-menu .menu-item.selected a {
  font-weight: bold;
  color: white;
}

@media (max-width: 767px) {
  #ermes-myaccount .myaccount-menu .menu-item.selected div {
    background: none;
  }
}

#ermes-myaccount .myaccount-frames {
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding-left: 30px;
  border-left: 1px dotted #bababa;
}

@media (max-width: 979px) {
  #ermes-myaccount .myaccount-frames {
    padding-top: 15px;
    padding-left: 5px;
    border-top: 1px dotted #bababa;
    border-left: 0;
  }
}

#ermes-myaccount .myaccount-frames .panel {
  padding: 0;
}

#ermes-myaccount .myaccount-frames .myaccount-frame {
  display: none;
}

/*#ermes-myaccount .myaccount-frames .myaccount-frame .frame {
        overflow: hidden;
    }*/

#ermes-myaccount .myaccount-frames .myaccount-frame.selected {
  display: block;
}

#ermes-myaccount .myaccount-frame-loading {
  color: #428bca;
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: 10px;
  position: absolute;
  width: 50px;
}

@media (min-width: 767px) {
  .button-my-account {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .site-btn {
    margin-top: 5px;
    position: absolute;
    top: 0;
  }
  .site-btn {
    right: 100px;
  }
}

/* Debut - positionnement des boutons de pagination dans le panier en mode mobile */
.basket-ui .search-icon-container.mobile > .btn-group, .search-icon-container.mobile .btn {
    background: #D8D8D8
}

.basket-ui .btn-group-justified .btn {
    width: auto;
    display: inline-block;
}

.basket-ui .search-icon-container.mobile .btn.precedent, .search-icon-container.mobile .btn.suivant {
    padding: 0;
    display: inline-block;
}

.basket-ui .search-icon-container .search-icon-container--icon {
    font-size: 26px;
    color: #a1a1a1;
}

.basket-ui .search-icon-container.mobile {
    position: relative;
    top: 0;
    right: 0;
}

/* Fin - positionnement des boutons de pagination dans le panier en mode mobile */

/************* MON COMPTE - PROFIL *********************/

#global_contenu .myaccount-profile {
  overflow: hidden;
  padding-bottom: 15px;
}

.myaccount-profile {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #bababa;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.myaccount-profile .myaccount-profile-header {
  border-radius: 4px;
  background-color: #dddddd;
  padding: 8px 15px;
  font-weight: bold;
}

.myaccount-profile .myaccount-profile-civility {
  padding: 10px 0 5px 0;
  padding-right: 30px;
}

.myaccount-profile .myaccount-profile-bib {
  padding: 10px 0 5px 0;
}

.myaccount-profile .myaccount-profile-entry {
  font-size: 14px;
  margin: 10px 0;
}

.myaccount-profile .library {
  overflow: hidden;
}

.myaccount-profile .library .account-label {
  float: left;
}

.myaccount-profile .library .account-value {
  float: left;
  font-weight: bold;
}

.myaccount-profile .account-label {
  color: #15bcec;
}
    .myaccount-profile .myaccount-profile-alert {
        float: left;
    }

    .myaccount-profile .myaccount-alert-action {
        margin-left: 15px;
        display: inline;
    }

.myaccount-rights {
    padding-top: 15px;
    clear: both;
}

.myaccount-rights ul {
  overflow: hidden;
}

.myaccount-rights ul li {
  border-radius: 6px;
  float: left;
  list-style: none;
  margin: 10px 10px 0 0;
  padding: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

@media (max-width: 767px) {
  .myaccount-rights ul li {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.myaccount-rights ul li.member-right {
  background-color: #8e8888;
  color: white;
}

.myaccount-rights ul li.reader-right {
  background-color: #15bcec;
  color: #fff;
}

.myaccount-rights ul li.admin-right {
  background-color: #000;
  color: #fff;
}

.myaccount-edit-profile {
  padding: 10px 0 5px 0;
  border-top: 1px solid #cdcdcd;
}

/************* MON COMPTE - CONTRIBUTIONS *********************/

.myaccount-contributions-summary h3 {
  margin: 0 0 5px;
  color: #777;
}

.myaccount-contributions-summary {
  overflow: hidden;
}

.myaccount-contributions-summary .comments-summary,
.myaccount-contributions-summary .tags-summary {
  overflow: hidden;
  float: left;
  margin: 10px 30px 10px 0;
}

@media (max-width: 767px) {
  .myaccount-contributions-summary .comments-summary,
  .myaccount-contributions-summary .tags-summary {
    float: none;
    margin: 10px 0;
  }
}

.summary-global {
  float: left;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #bababa;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100px;
}

.summary-global .count {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.summary-global .label-myaccount {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
}

.summary-details {
  float: left;
  padding: 0 0 0 16px;
  color: #fff;
  margin-left: 10px;
  background: url(images/charte/structure/left_gray_triangle.png) no-repeat left
    center;
  background-size: 16px 16px;
}

.summary-details .details-wrapper {
  background-color: #e6e4e5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #bababa;
  -moz-box-shadow: 3px 3px 3px #bababa;
  -webkit-box-shadow: 3px 3px 3px #bababa;
  padding: 10px;
}

.summary-details .count {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.summary-details .valid {
  color: #198128;
}

.summary-details .nonvalid {
  color: #000000;
}

.myaccount-contributions-detail {
  border-top: 1px dotted #bababa;
  padding-top: 15px;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: hidden;
}

.myaccount-comments {
  margin-bottom: 10px;
}

.myaccount-comments .myaccount-comment {
  padding: 10px 0 5px 0;
  border-top: 1px solid #cdcdcd;
}

.myaccount-comments .myaccount-comment.first {
  border-top: 0;
}

.myaccount-comments .comments-pagination {
  margin-top: 20px;
}

.comments-pagination .pagination {
  margin: 0;
}

.myaccount-comments .comments-pagination li {
  display: inline;
}

.myaccount-comments .comments-pagination li a {
  text-decoration: none;
}

.myaccount-comments .comments-box {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #bababa;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.myaccount-comments .myaccount-comment .comment-indicator {
  font-size: 16px;
  margin-left: 10px;
}

.myaccount-comments .myaccount-comment .comment-indicator.valid:before {
  color: #468847;
  content: "\e838";
  cursor: help;
}

.myaccount-comments .myaccount-comment .comment-indicator.nonvalid:before {
  color: #b94a48;
  content: "\e839";
  cursor: help;
}

.myaccount-comments .myaccount-comment .comment-content {
  overflow: hidden;
  margin-top: 10px;
}

.myaccount-comments h3 {
  margin: 0 0 5px;
  color: #777;
}

.myaccount-comments .myaccount-comment.nonvalid .comment-actions ul {
  opacity: 0.5;
}

.myaccount-comments .comment-actions ul li {
  float: left;
  margin-right: 5px !important;
}

.myaccount-tags h3 {
  margin: 0 0 5px;
  color: #777;
}

.myaccount-tags .myaccount-tagcloud {
  background-color: #444;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  margin-top: 10px;
}

.myaccount-tags .myaccount-tagcloud a {
  text-decoration: none;
}

.myaccount-tags .myaccount-tagcloud li {
  margin: 0 5px;
  border-top: 1px solid #fff;
  padding: 5px 0;
  word-wrap: break-word;
}

.myaccount-tags .myaccount-tagcloud li.first {
  border-top: 0;
}

/************* MON COMPTE - MESSAGES *********************/

.myaccount-messages h3 {
  margin: 0 0 5px;
  color: #777;
}

.myaccount-messages h3 .count {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 0 3px;
}

.myaccount-messages ul {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #bababa;
  margin-top: 10px;
  padding: 0 10px;
}

.myaccount-messages li {
  padding: 10px 0;
}

.message .message-wrapper {
  padding-bottom: 16px;
  position: relative;
}

.message .message-infos {
  padding-left: 10px;
}

.message .message-sender {
  text-transform: uppercase;
  font-size: 11px;
  color: #444;
}

.myaccount-messages h4 {
  margin-top: 10px;
}

.myaccount-messages .messages-recent {
  padding-bottom: 15px;
}

.myaccount-messages .messages-old {
  padding-top: 15px;
  border-top: 1px dotted #bababa;
}

.message .message-content {
  background-color: #444;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #bababa;
  -moz-box-shadow: 3px 3px 3px #bababa;
  -webkit-box-shadow: 3px 3px 3px #bababa;
  padding: 10px;
  font-family: Courier New, Arial, Sans-Serif;
}

.message .message-background {
  background: url(images/charte/structure/right_gray_demi_triangle_16.png)
    no-repeat 30px bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

/************* MON COMPTE - INSCRIPTIONS A L'AGENDA *********************/

.myaccount-agendaregistrations h3 {
  margin: 0 0 5px;
  color: #777;
}

.myaccount-agendaregistrations .agenda-registrationslist {
  margin-top: 20px;
  clear: both;
}

.myaccount-agendaregistrations .agenda-registration {
  padding: 10px 0;
  border-top: 1px solid #bababa;
}

.myaccount-agendaregistrations .agenda-registration .actions {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.myaccount-agendaregistrations .agenda-registration .actions li {
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.myaccount-agendaregistrations .agenda-registration .registration-status {
  font-weight: bold;
}

.myaccount-agendaregistrations .agenda-registration .registration-status.valid {
  color: #167f39;
}

.myaccount-agendaregistrations
  .agenda-registration
  .registration-status.refused,
.myaccount-agendaregistrations
  .agenda-registration
  .registration-status.unsuscribed {
  color: #c93213;
}

.myaccount-agendaregistrations
  .agenda-registration
  .registration-status.waiting {
  color: #bf7500;
}

/************* MON COMPTE - MES RECHERCHES  *********************/

.myaccount-memorysearch-buttons {
  overflow: hidden;
}

.myaccount-memorysearch.searchList {
  background-color: #faf8f9;
  color: #4b494a;
  padding: 20px;
}

.myaccount-memorysearch .searchBox,
.myaccount-memorysearch .serviceBox {
  padding: 10px 0 5px 0;
  border-top: 1px solid #cdcdcd;
}

.myaccount-memorysearch .searchBox:first-child,
.myaccount-memorysearch .serviceBox:first-child {
  border-top: 0;
}

.myaccount-memorysearch .searchBox .btn-group button,
.myaccount-memorysearch .serviceBox .btn-group button {
  margin-right: 5px !important;
  padding: 5px;
}

.myaccount-memorysearch .searchBox ul li.subject,
.myaccount-memorysearch .serviceBox ul li.subject,
.myaccount-memorysearch .searchfollow span {
  font-weight: bold;
}

.myaccount-memorysearch .searchBox ul li.subject span {
  padding-left: 6px;
  font-weight: initial;
  font-style: italic;
}

.myaccount-memorysearch-summary .email {
  cursor: pointer;
  font-size: initial;
  border-radius: initial;
}

/****************************************************************/

/************************************ HighLight Solr *************************************/

p.highlight {
  color: #888;
  padding: 4px;
  margin: 0;
}

p.highlight em {
  font-weight: 700 !important;
  color: #777;
}

/*****************************************************************************************/

/*********************************** Encart Evenements de l'agenda *********************/

.webframe-ermes-agendaevents .content_corps {
  background-color: #fff;
}

.webframe-ermes-agendaevents .vignette {
  float: left;
  width: 80px;
  margin: 2px 10px 0 5px;
}

.webframe-ermes-agendaevents h3,
.webframe-ermes-agendaevents .content {
  margin-top: 0;
  color: #444;
}

.webframe-ermes-agendaevents h3 {
  font-size: 13px;
  font-weight: bold;
  font-family: Trebuchet MS, Serif;
  margin: 0 0 2px;
}

.webframe-ermes-agendaevents .content .loc {
  color: #167f39;
  font-weight: bold;
}

.webframe-ermes-agendaevents .content .date-range {
  margin: 2px 5px;
  height: 16px;
}

.webframe-ermes-agendaevents .content .desc {
  margin: 2px 5px;
  color: #222;
}

.webframe-ermes-agendaevents li {
  overflow: hidden;
}

.webframe-ermes-agendaevents .vignette > img {
  max-width: 80px;
}

.webframe-ermes-agendaevents .content > p {
  margin: 2px 5px;
}

.webframe-ermes-agendaevents .desc {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

.webframe-ermes-agendaevents p {
  margin: 2px 0;
}

.webframe-ermes-agendaevents hr {
  height: 0;
  border-color: #dedcd5;
  clear: both;
}

.webframe-ermes-agendaevents a {
  text-decoration: none;
}

/********************** Accessibilité ************************/

.tablink:focus {
  border: inherit;
  clip: auto;
  height: auto;
  margin: inherit;
  overflow: inherit;
  width: auto;
  position: absolute;
  top: 5px;
  left: 150px;
  font-size: 2em;
  color: #000;
  background-color: #fff;
  padding: 10px;
}

/********************** Formats d'affichage ***************/

.template-title {
  color: #444;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 767px) {
  .template-title {
    font-size: 14px;
  }
}

.template-info {
  color: #666;
}

.template-resume {
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
}

.item-typedoc,
.item-source {
  font-weight: bold;
}

/******************** Carousel *******************/

.royalSlider {
  visibility: hidden;
  width: 100%;
  height: 400px;
}

.rs-railsWithCaption .royalSlider {
  height: 300px;
}

.royalSlider.rsDefaultInv .rsThumbsHor {
  height: 72px;
}

.rsDefaultInv .rsThumb img {
  height: auto;
}

.rsDefaultInv .rsGCaption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  color: #f2f0f1;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 20;
  line-height: 18px;
  padding: 12px 0 16px;
  width: 100%;
  text-align: center;
}

.rsDefaultInv .rsGCaption * {
  color: #f2f0f1;
}

.rsDefaultInv .rsGCaption p {
  font-size: medium;
  margin: 0px;
  padding: 0px;
}

.frame-ermes-imagecarousel .rsGCaption {
  left: 0;
  padding: 12px 10px;
}

.rsABlock {
  padding: 10px 7% 0;
}

.rsDefaultInv .rsArrow {
  z-index: 10;
}

.rsArrow,
.rsFullscreenBtn {
  background: transparent;
  border: 0;
}

.rsArrow.rsHidden {
  visibility: visible;
}

.rsArrow:focus,
.rsFullscreenBtn:focus {
  border: 1px dotted;
}

a.selectionPaging {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}

a.precedent.selectionPaging {
  background: url(images/charte/icones/icones_12.png) no-repeat left -28px;
}

a.precedent_off.selectionPaging {
  background: url(images/charte/icones/icones_12.png) no-repeat -17px -28px;
}

a.suivant.selectionPaging {
  background: url(images/charte/icones/icones_12.png) no-repeat left -43px;
}

a.suivant_off.selectionPaging {
  background: url(images/charte/icones/icones_12.png) no-repeat -17px -43px;
}

.selectionsNoticeResults,
.suggestionNoticeResults {
  max-height: 180px;
}

.btnPlayVideo {
  background-color: rgba(255, 255, 255, 0.75);
  border: 0;
  border-radius: 4px;
}

.btnPlayVideoIcon {
  font-size: 25px;
}

#tab_suggestion div.rsSlideContainer div.template-resume {
  display: none;
}

/*****************Royal Slider Encart d'affichage*****************/

.rs-textualFrieze .rsTmb {
  padding: 0 10px;
}

.rs-textualFrieze .rsThumbs .rsThumb {
  width: 160px;
  height: auto;
  min-height: 50px;
  border-bottom: 1px solid #dddddd;
}

.rs-textualFrieze .rsThumbs {
  width: 160px;
  padding: 0;
}

.rs-textualFrieze .rsThumb:hover {
  background: #dddddd;
}

.rs-textualFrieze .rsThumb.rsNavSelected {
  background-color: #ffffff;
}

@media screen and (max-width: 500px) {
  .rs-textualFrieze .rsTmb {
    padding: 0 5px;
  }
  .rs-textualFrieze .rsThumbs .rsThumb {
    width: 100px;
  }
  .rs-textualFrieze .rsThumbs {
    width: 100px;
  }
  .rs-textualFrieze .rsTmb p {
    display: none;
  }
  .rs-textualFrieze .rsOverflow,
  .royalSlider.rs-textualFrieze {
    height: 300px !important;
  }
}

.rs-railsWithCaption .rsGCaption {
  font-size: 16px;
  padding: 12px 0 16px;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
  width: 100%;
}

.rs-railsWithCaption .rsGCaption span {
  display: block;
  clear: both;
  color: #bababa;
  font-size: 14px;
  line-height: 22px;
}

.rs-mosaicFrieze {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.carousel,
.carousel .rsOverflow,
.carousel .rsSlide {
  background: #ffffff;
}

.rs-mosaicFrieze .rsThumb {
  float: left;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 1px;
}

.rs-mosaicFrieze .rsThumbs {
  width: 245px;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0 0 0 1px;
  right: 0;
}

.rs-mosaicFrieze .rsGCaption {
  right: 285px;
  line-height: 12px;
  padding: 1px 7px;
  font-size: 11px;
  background: #eee;
  position: absolute;
  width: auto;
  bottom: 0;
  float: none;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
  .rs-mosaicFrieze .rsThumbs {
    width: 228px;
  }
  .rs-mosaicFrieze .rsGCaption {
    right: 228px;
  }
}

@media screen and (min-width: 0px) and (max-width: 760px) {
  .rs-mosaicFrieze .rsThumbs {
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    padding: 1px 0 0 1px;
  }
  .rs-mosaicFrieze .rsThumbsContainer {
    height: auto !important;
  }
  .rs-mosaicFrieze .rsGCaption {
    right: 0;
  }
}

.rsSlideContainer {
  height: 100%;
}

.thumb-title {
  font-size: 12px !important;
  margin: 6px 0;
}

/* Paramètres légèrement différent pour ImageCarousel */

.rs-ImgCarousel-textualFrieze .rsTmb {
  height: 70px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 220px;
}

.rs-ImgCarousel-textualFrieze .rsThumbs .rsThumb {
  width: 220px;
  height: auto;
  border-bottom: 1px solid #dddddd;
}

.rs-ImgCarousel-textualFrieze .rsThumbs {
  width: 220px;
  padding: 0;
}

.rs-ImgCarousel-textualFrieze .rsThumb:hover {
  background: #dddddd;
}

.rs-ImgCarousel-textualFrieze .rsThumb.rsNavSelected {
  background-color: #ffffff;
}

.rs-ImgCarousel-railsWithCaption .rsGCaption,
.rs-ImgCarousel-textualCarousel .rsGCaption {
  bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  text-align: center;
}

.rs-ImgCarousel-railsWithCaption .rsGCaption span {
  display: block;
  clear: both;
  color: #bababa;
  font-size: 14px;
  line-height: 22px;
}

.rs-ImgCarousel-mosaicFrieze .rsThumb {
  float: left;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 1px;
}

.rs-ImgCarousel-mosaicFrieze .rsThumbs {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0 0 0 1px;
  right: 0;
}

.rsDefaultInv .rsCloseVideoBtn {
  left: 0;
}

.mosaic-grid .mosaic-grid-item {
    width: 130px;
    margin: 10px;
    cursor: pointer;
}

.mosaic-grid .mosaic-grid-item:hover {
    transition: all 0.25s ease;
    z-index: 10;
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

/*****************Ermes-Survey WebFrame*****************/
.Ermes-Survey .survey {
    background-color: #f2f0f1;
    margin-bottom: 0px;
    padding: 10px;
}

.Ermes-Survey .title-question {
  margin: inherit;
  color: #428bca;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}

.Ermes-Survey input[type="checkbox"] {
  margin-top: 0px;
  margin-left: 0px;
}

.Ermes-Survey li {
  overflow: hidden;
}

/*****************Ermes-FormMultiBox WebFrame*****************/

.webframe-integration-formulaire .captcha {
  width: 275px;
  margin-bottom: 10px;
}

.webframe-integration-formulaire .captcha > img {
  margin-bottom: 5px;
}

.webframe-integration-formulaire .nouveauCaptcha,
.webframe-integration-formulaire .audioCaptcha {
  margin-right: 5px;
  cursor: pointer;
  display: inline;
}

.webframe-integration-formulaire .audioCaptcha button,
.webframe-integration-formulaire .captcha button {
  border: 0;
  background-color: inherit;
  padding: 2px;
}

.webframe-integration-formulaire .btn,
.contribution-sigb-form .btn {
  margin-right: 4px;
}

.webframe-integration-formulaire .reset {
  margin-right: 5px;
}

/*************************** AGENDA ***************************/

#agenda-datepicker {
  margin: 5px 0 10px;
}

#agenda-datepicker > div {
  margin: 0 auto;
}

@media (max-width: 979px) {
  #agenda-datepicker-help {
    display: none;
  }
}

.facetList.nav-stacked {
  padding: 2px 5px 0;
}

.facetList.nav-pills > li {
  margin-top: 2px;
  overflow: hidden;
}

.facetList.nav-pills > li > a {
    padding: 5px 10px;
    border-left-color: inherit;
}

.facetList.nav-pills > li.facet-color > a > span[data-ermes-facet-value] {
    border-left-color: inherit;
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 5px;
}

#resultats_recherche .facetList.nav-pills {
  margin-top: 8px;
}

#resultats_recherche .facetList.nav-pills > li {
  margin-top: 2px;
}

#resultats_recherche .facetList.nav-pills > li > a {
  background-color: #666;
  color: #fff;
}

#resultats_recherche .facetList.nav-pills > li.disabled > a {
  opacity: 0.4;
}

#resultats_recherche .facetList.nav-pills > li > a:hover,
#resultats_recherche .facetList.nav-pills > li > a:focus {
  background-color: #eee;
  color: #444;
}

#resultats_recherche .facetList.nav-pills > li.disabled > a:hover,
#resultats_recherche .facetList.nav-pills > li.disabled > a:focus {
  background-color: #666;
  color: #fff;
}

#resultats_recherche .facetList.nav-pills > li.active > a {
  font-weight: bold;
  text-decoration: underline;
  background-color: #428bca;
  color: #fff;
}

.event-wrapper {
  padding-left: 5px;
}

#resultats > ul > li.current-event {
  background-color: #f8f8f8;
}

#resultats > ul > li.current-event .well {
  background-color: #f8f8f8;
}

#resultats > ul > li.current-event .notice_metadata {
  background-color: #fefefe;
}

.facetIcon {
  padding: 0 5px 0 16px;
}

#event-dialog-size-select {
  width: 100px;
  display: inline;
}

.notice .event-info {
  margin: 10px 0;
}

.notice .event-info .agenda-label {
  font-weight: bold;
}

.notice .event-date ul,
.notice .event-date .desc-list-title {
  display: inline-block;
}

.notice .event-date .glyphicon {
  vertical-align: top;
}

#notice_longue .event-plages .event-plage {
  padding: 10px 5px;
}

#notice_longue .event-plages .plage-date {
  font-size: 16px;
  margin-bottom: 10px;
}

#notice_longue .event-plages .plage-date > .glyphicon {
  font-size: 20px;
  color: #777777;
  margin-right: 5px;
}

#notice_longue .event-plages .plage-notes {
  margin-bottom: 10px;
}

#subscribe_event_dialog p {
  margin: 0;
}

.alert.plage-queue {
  overflow: auto;
  line-height: 36px;
  padding: 5px;
}

.horizontal-writing {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.vertical-writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

​​​​​
/*************************** Calendrier Agenda ***************************************/

#agenda-datepicker .ui-state-active {
  background: none;
  color: #808080;
  border-radius: 0;
}

#agenda-datepicker .ui-datepicker td.ui-state-event a {
  background: url(images/charte/icones/circle-green-xs.png) no-repeat bottom
    center;
  color: #555;
}

#agenda-datepicker .ui-datepicker td.ui-state-dateRange-no-event a {
  background: none;
  background-color: #777777;
  color: #fff;
}

#agenda-datepicker .ui-datepicker td.ui-state-dateRange-event a {
  background: url(images/charte/icones/circle-green-xs.png) no-repeat bottom
    center;
  background-color: #777777;
  color: #fff;
}

#agenda-datepicker .ui-datepicker td.ui-state-highlight-no-event,
#agenda-datepicker .ui-datepicker td.ui-state-highlight-event {
  opacity: 1;
}

#agenda-datepicker .ui-datepicker td.ui-state-highlight-no-event span {
  background: none;
  background-color: #777777;
  color: #fff;
}

#agenda-datepicker .ui-datepicker td.ui-state-highlight-event span {
  background: url(images/charte/icones/circle-green-xs.png) no-repeat bottom
    center;
  background-color: #777777;
  color: #fff;
}

#agenda-datepicker-help {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: help;
}

#agenda-datepicker-help i {
  font-size: 20px;
}

#options_resultat .panel-heading > h2 {
  padding-right: 30px;
}

#options_resultat .panel-body,
#options_document .panel-body {
  padding: 10px;
  position: relative;
}

#agenda-datepicker-fields {
  width: 270px;
  margin: 0 auto;
  max-width: 100%;
}

#agenda-datepicker-start,
#agenda-datepicker-end {
  margin: 0;
  padding: 0 0 0 7px;
}

#submit-agenda-search {
  padding: 6px 10px;
}

/*****************************  Popup de capture de recherche ***************************/

#manageSelectionsForm legend {
  margin-bottom: 8px;
}

#manageSelectionsForm .table thead > tr > th,
#manageSelectionsForm .table tbody > tr > th,
#manageSelectionsForm .table tfoot > tr > th,
#manageSelectionsForm .table thead > tr > td,
#manageSelectionsForm .table tbody > tr > td,
#manageSelectionsForm .table tfoot > tr > td {
  padding: 2px;
}

#manageSelectionsForm .modal-body {
  padding-bottom: 5px;
  padding-top: 5px;
}

#manageSelectionsForm .modal-footer {
  margin-top: 5px;
}

#manageSelectionsForm .form-group {
  overflow: auto;
}

#resultats_detail .panel-heading {
  min-height: 51px;
}

.slider-notice {
  padding-left: 10px;
}

/********** Rating Stars Accessible ***********/

ul.notes-echelle li label {
  /*text-indent: -9999px;*/
  top: 26px;
  left: 8px;
  position: absolute;
  color: #aaa;
  font-family: Titillium;
}

ul.notes-echelle li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul.notes-echelle li span {
  cursor: pointer;
  font-family: "ermes-font-update";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  color: #daa520;
  font-size: x-large;
}

ul.notes-echelle li.li-note-0 span {
  color: #cdcdcd;
}

ul.notes-echelle li span:before {
  content: "\e828";
}

ul.notes-echelle li.note-off span:before {
  content: "\e82e";
}

ul.notes-echelle li.note-checked {
  font-weight: bold;
}

ul.notes-echelle.js li {
  min-width: 20px;
  min-height: 20px;
}

ul.notes-echelle.js input {
  position: absolute;
  /* Match the image dimensions */
  width: 8px;
  height: 8px;
  /* Reset anything that could peek out or interfere with dimensions */
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  left: 0;
  top: 0;
}

ul.notes-echelle.js li.note-focus {
  outline: 1px dotted #000;
}

#addCommentForm textarea {
  resize: none;
}

*:focus {
  outline: outset solid thick !important;
}

/* Le code ci-dessous permet de masquer tout conteneur autour des encarts insérés (question de goûts...) */

/*
.frame-embed .panel-default {
    border: none;  
}

.frame-embed .panel-body {
    padding: 0;
}
*/

/*** Rendre un affichage similaire entre encart embarqué (embed) et encart normal ***/

.frame-embed .panel-front {
  padding: 0px;
}

.frame-embed .panel-body {
  padding-top: 0px !important;
}

/* Style 'Sans Titre' (ajouté par le setup d'Ermes : demande CA) */

/* 20140602 : Utilisation d'un masquage accessible (vocalisé) */

.frame-no-title .panel-heading .icon-resize-small + h2 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

dl.table-of-content dd {
  margin-left: 15px;
}

/* Hauteur minimale de coprs de page */

div#page > div.container {
  min-height: 350px;
}

.ui-autocomplete {
  cursor: default;
  position: absolute;
  z-index: 5000 !important;
}

.modal-dialog {
  padding-top: 45px;
}

/* Misen en forme des tables de matières (EPRESSE) */

dl.table-of-content dt {
  font-weight: 700;
}

dl.table-of-content dd {
  margin: 5px 0 5px 10px;
}

/* Typeahead.js */

.tt-dropdown-menu,
.gist {
  text-align: left;
}

/* base styles */

/* ----------- */

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -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);
}

.tt-hint {
  background-color: #fff;
  border-color: #f2f0f1;
  border-radius: 0;
  color: #aaa;
  height: 50px;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 0px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion, .tt-empty, .tt-pending {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #dddddd;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #00726f;
}

.tt-suggestion.tt-cursor p {
  color: #fff;
}

.tt-suggestion p, .tt-empty p, .tt-pending p {
    margin: 0;
}

.gist {
  font-size: 14px;
}

.twitter-typeahead {
  background-color: #fff;
}

/* Ajouter des icones sur les entrées de menu (désactivé par défaut) */

.icon-integration-sitemap {
  display: none;
}

/* Exemples */

.LEVEL1:nth-child(1) .icon-integration-sitemap:before,
.rich-item:nth-child(1) .icon-integration-sitemap:before {
  content: "\e857";
}

.LEVEL1:nth-child(2) .icon-integration-sitemap:before,
.rich-item:nth-child(2) .icon-integration-sitemap:before {
  content: "\e84e";
}

.LEVEL1:nth-child(3) .icon-integration-sitemap:before,
.rich-item:nth-child(3) .icon-integration-sitemap:before {
  content: "\e803";
}

/* Alignement (marges négatives) */

@media (min-width: 768px) {
  .layout.row {
    margin-left: -4px;
    margin-right: -4px;
  }
  #resultsContainer {
    margin-left: -4px;
    margin-right: -4px;
  }
}

ul.pipe-separators li {
  float: left;
}

ul.pipe-separators li::after {
  content: " | ";
}

ul.pipe-separators li:last-child:after {
  content: "";
}

/************ Modèles d'encarts *******************/

.panel-model {
  border-color: #dddddd;
}

.panel-model > .panel-heading {
  background-color: #f5f5f5;
  border-color: #dddddd;
  color: #333333;
  padding: 10px 15px;
}

.panel-model > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-model > .panel-heading > .dropdown .caret {
  border-color: #333333 rgba(0, 0, 0, 0);
}

.panel-model > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/************ Modèles de carrousel ****************/

.slider_thumb {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider_thumb img {
  width: 100%;
  height: 100%;
}

.slider_container {
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1.2em 1em;
  color: #fff;
  z-index: 50;
  background: #000;
  height: 70%;
  width: 30%;
  overflow: hidden;
}

.slider_sub_container {
  display: table;
  height: 100%;
}

.carousel_1 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel_1 h3 {
  color: #ad565d;
  text-transform: uppercase;
}

.carousel_2 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel_2 .slider_container {
  right: 0;
  left: auto;
}

.carousel_2 h3 {
  color: #50867c;
  text-transform: uppercase;
}

.carousel_3 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel_3 .slider_container {
  width: 40%;
  height: 100%;
  background: #000;
  display: block;
}

.carousel_3 .slider_content {
  display: table-cell;
  vertical-align: middle;
}

.carousel_3 h3 {
  color: #ad565d;
  text-transform: uppercase;
}

/******************Responsive devices*******************/

/* iPad portrait · width: 768px */

@media (max-width: 768px) {
  .carousel_1 h2,
  .carousel_2 h2,
  .carousel_3 h2 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .slider_container {
    width: 70%;
    padding: 8px;
  }
  .slider_container h2 {
    margin: 8px 0;
  }
  .slider_container p {
    font-size: 12px;
  }
}

/*Android (Nexus 4) portrait · width: 384px*/

@media (max-width: 384px) {
  .carousel_1 h2,
  .carousel_2 h2,
  .carousel_3 h2 {
    font-size: 14px;
  }
  .slider_container {
    width: 70%;
    padding: 8px;
  }
  .slider_container h2 {
    margin: 8px 0;
  }
  .slider_container p {
    font-size: 12px;
  }
}

/* Bullets Royal Slider versio bootstrap */

.bs-bullets {
  line-height: inherit !important;
}

.bs-bullets li {
  width: auto !important;
  height: auto !important;
}

.bs-bullets button,
.bs-bullets button:focus,
.bs-bullets button:active,
.bs-bullets button:hover {
  border-color: #999;
  background-color: transparent;
  border-width: 2px;
  height: 16px;
  width: 16px;
  border-radius: 24px;
}

.bs-bullets li span {
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.bs-bullets .rsNavSelected button {
  background-color: #999;
}

.bs-bullets-DISABLED .rsNavSelected span:before {
  content: "\e013";
}

/* Application d'un même focus pour tous les composants, override du focus d'extjs (x-webkit) */

.x-webkit *:focus,
*:focus {
  outline: 1px dotted black !important;
}

button:focus,
.btn:focus {
  outline: 2px dotted black !important;
}

.btn-link:focus {
  outline: 1px dotted black !important;
}

main:focus, nav:focus {
  outline: transparent !important;
}

/**************************************************************************************/

/******************Mode d'affichage pour les résultats de recherche *******************/

/**************************************************************************************/

/*******************/

/** Mode annuaire **/

/*******************/

ul#modeDisplayUser {
  padding: 15px 30px;
}

#resultats > ul#modeDisplayUser > li {
  background-color: transparent;
  border-bottom: 0;
  margin: 15px 0;
  height: 220px;
}

#resultats ul#modeDisplayUser .select {
  width: auto;
  left: 0;
  height: 30px;
  float: left;
  background: transparent;
  display: inline-block !important;
}

ul#modeDisplayUser .thumbnail-wrapper {
  width: 100%;
  text-align: center;
}

ul#modeDisplayUser a:hover {
  text-decoration: none;
}

#resultats ul#modeDisplayUser img.ermes-thumb {
  width: 110px !important;
  height: 110px !important;
  margin-bottom: 15px;
  float: left;
}

ul#modeDisplayUser .notice.notice_courte {
  margin-right: 0;
}

ul#modeDisplayUser .btn.btn-sm {
  background: transparent;
  padding: 5px;
}

ul#modeDisplayUser h3 {
  font-size: 16px;
  font-weight: normal;
  max-width: 110px;
}

ul#modeDisplayUser p {
  margin: 5px 0;
  opacity: 0.8;
  max-width: 70px;
}

/*******************/

/** Mode Mosaïque **/

/*******************/

#containerSearchList {
  margin: 5% auto;
}

#containerSearchList .item {
  border: 1px solid #999999;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

#containerSearchList .item img {
  -moz-box-shadow: 1px 1px 4px #aaa;
  -ms-box-shadow: 1px 1px 4px #aaa;
  -webkit-box-shadow: 1px 1px 4px #aaa;
  box-shadow: 1px 1px 4px #aaa;
  -webkit-transition: all 0s ease-in;
  /* element qui subit la transition, temps de la transition et function de la transition*/
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
  background-color: #fff;
  padding: 2px;
  transition: all 0s ease-in-out 0s;
  display: block;
}

#containerSearchList .item img:hover {
  transition: all 0.25s ease;
  z-index: 10;
  position: relative;
  -webkit-transform: scale(1.2);
  /*multiplication de la taille de départ x 1.2*/
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  /*origine de l'animation*/
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#containerSearchList .vignette_document {
  margin: 0;
}

#containerSearchList .vignette_document .icon-check {
  background-color: #333333;
  top: -3px;
  color: #f2f0f1;
  padding-left: 4px;
  position: absolute;
  left: -3px;
  font-size: 15px;
}

#containerSearchList .checkItemOutSelection {
  display: none;
}

#containerSearchList .checkItemInSelection {
  display: block;
}

#containerSearchList .informationVignet {
  z-index: 10;
  padding: 10px;
  display: block;
  padding: 7px 5px 0;
  position: absolute;
  width: 100%;
}

/** CSS du statut en mode mosaïque murale **/

.obtain-document-link-mosaic {
  border-top: 15px solid transparent;
  position: absolute;
  bottom: 0;
}

.obtain-document-link-mosaic.all-loaned,
.obtain-document-link-mosaic.not-available-here,
.obtain-document-link-mosaic.available-elsewhere,
.obtain-document-link-mosaic.loaned-elsewhere,
.obtain-document-link-mosaic.not-available,
.obtain-document-link-mosaic.holding.not-available {
  border-left: 15px solid #fdc76b;
}

.obtain-document-link-mosaic.available,
.obtain-document-link-mosaic.exposition,
.obtain-document-link-mosaic.holding.is-available {
  border-left: 15px solid #97c67d;
}

.obtain-document-link-mosaic.no-existing {
  border-left: 15px solid #e74c3c;
}

.obtain-document-link-mosaic.no-holding {
  border-left: 15px solid #7f8c8d;
}

/*******************/

/** Mode Vignette **/

/*******************/

#modeDisplayVignet {
  padding-bottom: 25px;
  padding-top: 25px;
  background-color: #e6e4e5;
}

#modeDisplayVignet .vignet {
  /*-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);*/
  -moz-box-shadow: 1px 1px 4px #aaa;
  -ms-box-shadow: 1px 1px 4px #aaa;
  -webkit-box-shadow: 1px 1px 4px #aaa;
  box-shadow: 1px 1px 4px #aaa;
  margin: 12px;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  height: 290px;
}

#modeDisplayVignet .notice.notice_courte,
#modeDisplayVignet .statut,
#modeDisplayVignet .statut-disabled {
  background-color: #f5f5f5;
  margin-right: inherit;
}

#modeDisplayVignet .vignette_document img.ermes-thumb {
  width: 100%;
}

#modeDisplayVignet .vignette_document {
  overflow: hidden;
  height: 190px;
  line-height: 190px;
  text-align: center;
  /* centrage horizontal d'un élément en-ligne */
  margin-right: auto;
  width: 100%;
  /* centre la vignette en smartphone */
}

#modeDisplayVignet .vignette_document .icon-new {
  bottom: 0;
  right: 0;
}

/*Réajustement de la hauteur pour l'icone de signalement et l'icone nouveauté*/

#modeDisplayVignet .vignette_document .icon-new,
#modeDisplayVignet .vignette_document .warning-link {
  line-height: normal;
}

@media (max-width: 768px) {
  #modeDisplayVignet .vignette_document img.ermes-thumb {
    max-width: 200px;
    /* Affichage en mode smartphone */
  }
  #modeDisplayVignet .vignet {
    max-width: 260px;
    /* Affichage en mode smartphone */
    margin: auto;
  }
}

#modeDisplayVignet .informationVignet {
  display: block;
  overflow: hidden;
  padding: 7px 2px 0 10px;
  position: relative;
}

#modeDisplayVignet .titleVignet,
#containerSearchList .titleVignet {
  cursor: help;
  line-height: 18px;
  height: 2.5em;
  overflow: hidden;
  font-weight: bold;
}

#modeDisplayVignet .subTitleVignet,
#containerSearchList .subTitleVignet {
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
}

#modeDisplayVignet .subTitleVignet {
  color: #aaa;
}

#modeDisplayVignet .paragraph-end {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');
  height: 20px;
  max-height: 100%;
  position: absolute;
  right: 2px;
  width: 80px;
  top: 25px;
}

#modeDisplayVignet .subTitleVignet .paragraph-end {
  top: auto;
}

#modeDisplayVignet > li {
  background: none !important;
}

#modeDisplayVignet .select.selectBoxVignet {
  background: none;
  height: 30px;
  width: 30px;
  right: 2px;
  bottom: 11px;
  top: auto;
}

/** Css de l'affichage du status en mode vignette **/

.obtain-document-link-vignet,
#modeDisplayVignet .statut,
#modeDisplayVignet .noStatus {
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background-color: gray;
}

.obtain-document-link-vignet {
  left: 0;
}

#modeDisplayVignet .statut .statut-loading {
  height: 5px;
}

.obtain-document-link-vignet.all-loaned,
.obtain-document-link-vignet.not-available-here,
.obtain-document-link-vignet.available-elsewhere,
.obtain-document-link-vignet.loaned-elsewhere,
.obtain-document-link-vignet.not-available,
.obtain-document-link-vignet.holding.not-available {
  background-color: #fdc76b;
}

.obtain-document-link-vignet.available,
.obtain-document-link-vignet.exposition,
.obtain-document-link-vignet.holding.is-available {
  background-color: #97c67d;
}

.obtain-document-link-vignet.no-existing {
  background-color: #e74c3c;
}

.obtain-document-link-vignet.no-holding {
  background-color: #7f8c8d;
}

/*************************************************************************************************/

/******************FIN -- Mode d'affichage pour les résultats de recherche  -- *******************/

/*************************************************************************************************/

/** Combobox icone format d'affichage **/

.displaymode-icon-container.desktop button,
.siteRestriction-icon-container.desktop button,
.sort-order button {
  padding: 2px;
  height: 30px;
  background-color: #8e8888;
  color: #f2f0f1;
  font-size: 14px;
  padding-right: 25px;
  /** icone de la fléche **/
}

.sort-order button {
  padding: 0px 25px 2px 2px;
}

/* Surcharge règle bootstrap */

.displaymode-icon-container.desktop button:hover,
.siteRestriction-icon-container.desktop button:hover,
.sort-order button:hover,
.sort-order button:focus {
  color: #f2f0f1;
}

/********************************/

span.labelSelect {
  max-width: 105px;
  float: left;
  overflow: hidden;
  margin: 0 3px 0 1px;
}

span.labelSelect.sort {
  max-width: 121px;
}

@media (max-width: 979px) {
  span.labelSelect.sort {
    max-width: 200px;
  }
}

.displaymode-icon-container.desktop .icon-arrow-bottom,
.site-restriction.desktop .icon-arrow-bottom,
.sort-order .icon-arrow-bottom {
  /* font-size:24px; */
  position: absolute;
  /* top: -3px; */
}

.displaymode-icon-container .active,
.siteRestriction-icon-container .active,
.pageSize-container .active,
.sort-order .active {
  background-color: #6bb3da;
}

/* Surcharge règle bootstrap */

.displaymode-icon-container a.active:hover,
.siteRestriction-icon-container a.active:hover,
.pageSize-container a.active:hover,
.sort-order a.active:hover {
  background-color: #6bb3da;
}

/********************************/

.btn-group.pageSize-container.open .dropdown-menu > li > a.active {
  color: #ffffff;
}

/* Loginbox loader */

#authentification .logon-spinner,
#authentificationModal .logon-spinner {
  display: none;
}

.you-must-logon-box {
  border-top: 1px solid #dddddd;
  padding: 8px;
}

/***** Suggestions de recherche *****/

.tt-suggestion b {
  text-decoration: underline;
}

.haut_btn {
  position: relative;
  overflow: hidden;
  float: right;
  top: -16px;
}

.haut_btn a {
  display: block;
  background: transparent url("images/arrow-up.png") no-repeat center center;
  background-color: white;
  width: 45px;
  height: 43px;
  text-indent: -9999px;
}

/**** Signalement images */

.warning-link {
  position: absolute;
  top: 1px;
  left: 1px;
}

.warning-link span:before {
  width: 20px;
  color: white;
  background-color: #f19006;
  border-radius: 50px;
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.6);
}

/* Microphone icon */

.LinkAllocine {
  background-color: #ffb515 !important;
  display: inline-block !important;
  padding: 5px 10px 6px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  line-height: 1 !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-box-shadow: 0 1px 3px #999 !important;
  -webkit-box-shadow: 0 1px 3px #999 !important;
  text-shadow: 0 -1px 1px #222 !important;
  border-bottom: 1px solid #222 !important;
  position: relative !important;
  cursor: pointer !important;
}

@media (max-width: 767px) {
  button.btn-account {
    background-color: transparent;
  }
}

/* Hightlight EBSCO */

#resultats highlight,
#resultats_detail highlight {
  background: #ff0;
}

input.multiple-reservation-holding,
input.multiple-reservation {
  margin-left: 4px;
}

input.multiple-reservation-mobile {
  float: right;
}

/* blogs */

.block_thumb {
  /*width: 100%;*/
  float: left;
}

.block_thumb img {
  /*width: auto !important;*/
}

.webframe-blog-post-view:not(:last-child) .webframe-blog-post-view-item {
  border-bottom: 1px solid #bbb;
}

.blog-post-date a,
a.blog-post-category,
a.blog-post-tag {
  text-decoration: underline;
}

.myaccount-loans-buttons a,
.myaccount-memorysearch-buttons a {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* Onglets Compte Lecteur */

.myaccount-loans-buttons li a,
.myaccount-memorysearch-buttons li a {
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #d4d4d4;
}

.myaccount-loans-buttons li a:hover,
.myaccount-memorysearch-buttons li a:hover {
  background-color: #e0e0e0;
}

.account-abstract-message-warning {
  color: orange;
  margin-left: 12px;
}

.account-abstract-message-danger {
  color: red;
  margin-left: 12px;
}

.account-abstract-message-default {
  margin-left: 12px;
}

.account-abstract-message-heading {
  font-weight: bold;
}

blockquote.account-abstract {
  border-radius: 5px;
  background: #fff;
  border-left: 10px solid #ccc;
  padding: 0.5em 0px 0.5em 5px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote.account-abstract:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-family: "Times New Roman", Georgia, Serif;
}

blockquote small:before {
  content: none;
}

blockquote.account-abstract p {
  display: inline;
}

.light-bold {
  color: #999;
  font-weight: bolder;
}

#SdiCreatePrivateSearch {
  z-index: 2000;
}

#renewed-loan-modal h2 * {
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
}

.alert-success {
  color: #808080;
}

#renewed-loan-modal .alert-success {
  color: #808080;
  background-color: transparent;
  border-color: transparent;
}

#renewed-loan-modal .alert-danger {
  background-color: transparent;
  border-color: transparent;
}

.bootbox .modal-header h4 {
  color: #00adb1;
  font-size: 24px;
  font-weight: bold;
}

.bootbox .modal-header h4 .session-date,
.bootbox .modal-header h4 .session-subtitle {
  display: block;
  font-size: 18px;
}

.cancel-reservation-bootbox {
  color: #808080;
  font-size: 14px;
}

.renewed-loan-failure ul * {
  color: #808080;
}

#renewed-loan-modal .alert {
  padding: 15px 15px 0px 15px;
}

.label-facet span {
  white-space: normal;
}

.facet-content .nav > li > a:hover,
.facet-content .nav > li > a:focus {
  outline: none;
}

.jstree-wholerow-ul .jstree-icon.jstree-ocl {
  z-index: 1;
}
.jstree-disabled {
  cursor: default;
}
.jstree-disabled .jstree-checkbox {
  visibility: hidden;
}

.notice-rebound .rsSlideContainer .slider-notice,
.notice-selections .rsSlideContainer .slider-notice {
  cursor: pointer;
}

.export_link .label-dropdown {
  margin-left: 10px;
}

/* Mise en forme Xml encodés */

ul.xml-structure.root ul {
  margin-left: 20px !important;
}

span.xml-structure.tag {
  font-weight: 700;
  /* color: brown; */
}

span.xml-structure.attribute-name {
  color: #e6727b;
}

span.xml-structure.attribute-value {
  color: gray;
}

ul.xml-structure.root {
  color: lightseagreen;
}

span.xml-structure.text {
  color: #777;
}

span.xml-structure.attribute-value {
  color: royalblue;
}

a.xml-view-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

#areaMetaNotice {
  position: relative;
}

.xml-structure-popup .bootbox-body {
  max-height: 400px;
  overflow: auto;
}

/* Msquage du champ RawRecord_xml dans la liste (il est aceesible via un bouton dédié) */

#metaNotice .solrfield-RawRecord_xml {
  display: none;
}

/* Mis en eforme du bloc d'affichage des liens primarydoc_xml au niveau liste */

.list-primary-documents {
  padding: 10px 0 10px 0;
}

.list-primary-documents a.accessToPrimaryDoc {
  font-weight: bolder;
  display: block;
  margin-bottom: 5px;
}

.list-primary-documents span.primarydoc-icon {
  font-weight: bolder !important;
}

#page.selection .ajouter_selection {
  display: none !important;
}

/* Dropzone js */

#portal .dz-progress {
  display: none;
}

/* Sticky menu : drop shadow pour matérialiser la limite */

.header-compact .top_bar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.top_bar.navbar-compact {
  position: relative;
}

/* Ajustement modale d'encarts embedded en mode popup */

.modal-body.cms-embedded {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
}

.modal-body.cms-embedded > div > .frame {
  margin: 0;
}

/* Inversion des boutons confirm / cancel pour la modale d'ajout de note de résa */

.holding-add-note .modal-footer button {
  float: right;
  margin-left: 8px;
}

#tab_suggestion .frame {
  margin: 0;
}

#tab_suggestion .see_all_results {
  display: none;
}

.availability-scope-list span.labelSelect {
  max-width: 150px;
}

.availability-scope-list li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.availability-scope-list li a:hover,
.availability-scope-list li a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.availability-scope-list ul.top-level,
ul.top-level ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.availability-scope-list .top-level-scope > a {
  font-weight: bold;
}

.availability-scope-list ul.top-level ul {
  margin-left: 10px;
}

.availability-scope-list ul.top-level li:not(.top-level) {
  position: relative;
  margin: 0;
  padding-left: 7px;
}

.availability-scope-list ul.top-level li:not(.top-level):last-child {
  border-left: none;
}

.availability-scope-list ul.top-level li:not(.top-level):before {
  position: absolute;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid rgb(100, 100, 100);
  border-left: 1px solid rgb(100, 100, 100);
  content: "";
  left: 12px;
}

.availability-scope-list
  ul.top-level
  li:not(.top-level):not(:last-child):after {
  position: absolute;
  height: 1em;
  width: 12px;
  color: white;
  border-left: 1px solid rgb(100, 100, 100);
  content: "";
  left: 12px;
  top: 12px;
}

.more-debug-btn-container {
  margin: 10px 0;
}

.enrichment-debug-xml {
  width: 90%;
  height: 300px;
}

.change-query-string .fa-pen {
  font-size: 10px;
  margin-left: 5px;
}

.change-query-string [contenteditable] {
  color: #666;
  background-color: white;
}

.frame .search-form-title {
  display: none;
}

.modal.bootbox-alert {
  z-index: 10001;
}

.modele_7.model-html {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/** Mobile App badges */

.app-badges-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 1em 0;
}

.app-badges-container img {
  height: auto;
  width: 12em;
}

/*********************************************/

/* Règles CSS appliquées durant l'impression */

/*********************************************/

@media print {
  /* Masquage des liens hypertextes */
  a[href]:after {
    display: none !important;
    visibility: hidden !important;
  }
  /* Amélioration du rendu visuel à l'impression des alternatives RoyalSlider */
  .flat-clone .rsCaption {
    padding: 8px;
  }
  .flat-clone li {
    padding: 4px;
    border-bottom: 1px solid #bbb;
  }
  .flat-clone img {
    width: 180px !important;
    height: auto !important;
    max-height: 100%;
    margin: 4px 8px !important;
  }
}

/*******************************************************/
/*                   Listes à puces                    */
/*******************************************************/

ul[class^="list-"],
ul[class*=" list-"] {
  margin-bottom: 10px;
}

ul[class^="list-"] > li,
ul[class*=" list-"] > li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
}

ul[class^="list-"] > li::before,
ul[class*=" list-"] > li::before {
  position: relative;
  top: -0.3em;
  margin-right: 1em;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-size: 0.5em;
  text-decoration: inherit;
  color: #666;
}

li > ul[class^="list-"],
li > ul[class*=" list-"] {
  margin-top: 10px;
  padding-left: 20px;
}

/* Puces pleines */
ul.list-disc > li::before {
  content: "\f111";
  font-weight: 900;
}

/* Puces vides */
ul.list-circle > li::before {
  content: "\f111";
  font-weight: 500;
}

/* Puces carrées */
ul.list-square > li::before {
  content: "\f0c8";
  font-weight: 900;
}

/*******************************************************/
/*                  Listes ordonnées                   */
/*******************************************************/

ol[class^="list-"],
ol[class*=" list-"] {
  margin-bottom: 10px;
}

ol[class^="list-"] > li,
ol[class*=" list-"] > li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
}

ol[class^="list-"] > li::before,
ol[class*=" list-"] > li::before {
  padding: 3px 8px 4px 8px;
  margin-right: 8px;
  vertical-align: top;
  background: #77787b;
  border-radius: 0;
  font-weight: bold;
  font-size: 11px;
  color: white;
}

li > ol[class^="list-"],
li > ol[class*=" list-"] {
  margin-top: 10px;
  padding-left: 20px;
}

/* Liste numérotée */
ol.list-number {
  counter-reset: number;
}
ol.list-number > li {
  counter-increment: number;
}
ol.list-number > li::before {
  content: counter(number);
}

/* Liste alphabétique (minuscules) */
ol.list-lower-alpha {
  counter-reset: lower-alpha;
}
ol.list-lower-alpha > li {
  counter-increment: lower-alpha;
}
ol.list-lower-alpha > li::before {
  content: counter(lower-alpha, lower-alpha);
}

/* Liste alphabétique (majuscules) */
ol.list-upper-alpha {
  counter-reset: upper-alpha;
}
ol.list-upper-alpha > li {
  counter-increment: upper-alpha;
}
ol.list-upper-alpha > li::before {
  content: counter(upper-alpha, upper-alpha);
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/* Correction z-index backdrop (WI 73204) */
#nav-rich-menu .dropdown-backdrop {
    z-index:0;
}
/* Correction z-index backdrop (WI 73204) */

/* Bouton de recherche géographique */
.btn-geomap-search-wrapper {
    position: fixed;
    bottom: 1.5em;
    left: 50%;
    z-index: 10;
}

.btn-geomap-search {
    padding: 0.3em 1em;
    display: flex;
    align-items: baseline;
    gap: 0.8em;
    border-radius: 1.5em;
    background-color: black;
    color: white;
    font-weight: bolder;
    margin-left: -50%;
    transition: transform 0.3s;
}

.btn-geomap-search:hover {
    transform: scale(1.04)
}

a.dropdown-toggle {
	cursor: pointer;
}

input.syr-loading {
    background-image: url(images/charte/icones/ajax-loader-2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
}