 
body::after {
content: "INHA - Recherche en cours";
  position: fixed;
  right: -58px;
  top: 78px;
  background: #333c;
  padding: 6px 30px;
  color: #ddd;
  font-family: 'graphik_regular';
  font-size: 12px;
  border-radius: 3px 0 0 0;
  z-index: 10000;
  transform: rotate(45deg);
  transform-origin: center center;
  width: 304px;
  text-align: center;
  text-transform: uppercase;
  
}

body.body-index::after {
  z-index: 1;
}

.tooltip {
  z-index: 1055; /* plus élevé que .modal et .dropdown */
}

body {
    font-family: 'graphik_regular';  
  }

  
  .graphik {
    font-family: 'graphik_regular';  
  }
  
  .graphikmedium {
    font-family:graphikmedium;  
  }

  .graphiklight {
    font-family:graphiklight;
  }
  
  .gras {
    font-weight: 600; 
  }

  .highlight {
    background: yellow;
  }
  
  .texte-serif, .galliard {
    font-family: 'itc_galliard_stdroman'; 
  }
  
  #visio::after {
    content: "chargement...";
    position: absolute;
    color: #d20a1199;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: 'graphik_regular'; 
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
  }
  
  .chargee#visio::after {
    display: none;
  }

  .btn-nav-page:hover {
    background: #fffe !important;
  }
  

.btn-nav-page.active {
  background: #fff !important;
}
  
  .dt-search input,
  .dt-search span  {
    font-size: 0.8rem !important;
  }
  
  .dt-search input {
    border-color: #888 !important;
    box-shadow: none !important;
  }
  
  #tableur-fiches_wrapper {
      font-size: 0.8rem;
      margin-top: 0;
      min-height: 52px;
  }
  
  #tableur-fiches_info {
    margin-left: 0;
    font-size: 24px;
    font-family: 'graphiklight';
    line-height: 1;
    margin-right: 25px;
  }
  
  .td-vignettes {
    background: #262b2e;
    border: none !important;
    vertical-align: middle !important;
  }
  
  #tableur-fiches th, #tableur-fiches td {
    font-size: 12px !important;
  }
  
  #tableur-fiches th {
    padding: 5px;
  }
  
  #tableur-fiches td {
    vertical-align: top;
  }
  
.liste-fiches {
    padding-top: 3rem;
}
  
.carte-corpus {
    max-width: 250px;
    width: 20%;
    min-width: 250px;
    border: 0.1rem none #888;
    margin: 0 -1px -1px 0;
    background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Crect width='1' height='25' fill='%230003' /%3E%3Crect width='25' height='1' fill='%230003' /%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Crect width='1' height='25' x='24' fill='%230003' /%3E%3Crect width='25' height='1' fill='%230003' /%3E%3C/svg%3E")
    /*,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Crect width='1' height='25' fill='%23ccc' /%3E%3Crect width='25' y='24' height='1' fill='%23ccc' /%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Crect width='1' height='25' x='24' fill='%23ccc' /%3E%3Crect width='25' y='24' height='1' fill='%23ccc' /%3E%3C/svg%3E")*/
    ; 
    
    background-repeat: no-repeat, no-repeat/*, no-repeat, no-repeat*/;
    background-position:  left top, right top/*, left bottom, right bottom*/;
    
  }
    
.carte-corpus-lien:hover {
    z-index: 1;
}

.carte-corpus-infos {
}

.carte-corpus-vignettes {
    /*background: #262b2e;*/
    min-height: 180px;

    border-bottom: 2px solid #000;
    border-radius: 0 !important;
    margin-bottom: -2px;    

}
  
.carte-corpus-infos {
    max-width: none;
    width: 100%;
}
  
.carte-corpus-lien > img {
    max-width: 95%;
    max-height: 250px;
}
  

 .bloc-vignette {
  width: 100px;
  overflow: hidden;
  margin: 0 2px;
  height: 154px;
  border-color: #999 !important;  
 }

 .demi .bloc-vignette {
  height: 109px;
 }

 .bloc-vignette > img {
  position: relative !important;
  left: -5px;
  top: -5px;
 }

 .corpus-infos {
  font-size: 13.4px;
  margin: 0;
  text-align: left;
  max-width: 208px;
  min-width: 208px;
  border-top: 2px solid #000;
  padding-top: 10px;
 }

 .tab-pane.transcription {
  border-top: 2px solid black;
 }

 .tab-pane.transcription#page-1 {
  border-top: none;
 }


 .bloc-typeregion-titre {
  font-size: 18px;
  margin-top: 23px;
  margin-bottom: 14px;
  font-family: graphikmedium; 
 }

.bloc-typeregion-paragraph:first-child {
  margin-top: 35px;
} 


.bloc-region {
  border: 1px none #eee;
  margin: 5px 0;
  padding: 10px;
  position: relative;
  min-height: 30px;
}

.infos-region {
  font-size: 0.6rem;
  color: #ccc;
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 2px 4px;
  border: 1px solid #eee;
  border-bottom-right-radius: 3px;
}

.non-transcrit {
  height: 92vh;
  color: #777;
  font-family: graphiklight;
  font-size: 14px;  
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-transcription .bloc-region {
  border-top: 1px solid #ddd;
}

.pagination-transcription .bloc-region:first-child {
  border: none;
}

.pagination-transcription .infos-region {
  background: #fff;
  margin-top: -10px;
  display: none;
}

.sep-ligne {
    border: none;
    border-bottom: 1px dotted #ccc;
    margin: 4px 0;
}

.tag-textuel {
  text-decoration: none;
  color: #000;
  box-shadow: none !important;
  border-radius: 3px;
  padding: 1px 4px;
  margin: -1px -3px;
}

.transcription {
  font-family: graphik_regular;
  font-size: 13px;
}

.bloc-ligne {
  line-height: 1.8;
}

.souligner {
  border: 1px none #999;
  border-radius: 3px;
}

.souligner.tag-textuel {
  box-shadow: 0 2px 0 0 #fc0b0b;
  background: rgb(185, 224, 247);
}


.souligner.tag-Lieu_ville {
  box-shadow: 0 2px 0 0 #dc354555;
  background: rgb(185, 247, 242);
}

.souligner.tag-Lieu_site {
  box-shadow: 0 2px 0 0 #0d6efd55;
  background: rgb(247, 233, 185);
}

.souligner.tag-Lieu_site-naturel {
  box-shadow: 0 2px 0 0 #3dfd0d55;
  background: #3dfd0d55;
}

.souligner.tag-personne {
  box-shadow: 0 2px 0 0 #3dfd0d55;
  background: #fd0d0d55;
}

.souligner.tag-logement {
  box-shadow: 0 2px 0 0 #3dfd0d55;
  background: #aa6d1355;
}

.souligner.tag-institution {
  box-shadow: 0 2px 0 0 #c50dfd55;
  background: #c50dfd55;
}

.bloc-typeregion-titre {
  text-align: center;
}

.bloc-index {
  width: 10vw;
}

.donnees-index {
  display: none;
}

.volets-3.zone-volets {
  left: 10vw !important;
}

.volets-3 .bloc-index {
  top: 0 !important;
  left: -10vw !important;
  border-right: 1px solid black;
}

.volets-3 .donnees-index {
  display: block;
  border-right: none !important;
}

.bloc-typeregion-notes_marginales {
  border: 1px solid #ccc !important;
  position: absolute;
}


.bloc-typeregion-notes_marginales .bloc-ligne,
.bloc-typeregion-notes_marginales .bloc-ligne a {
  color: #999 !important;
}

.bloc-typeregion-notes_marginales .sep-ligne {
  margin: 0 !important;
}

.bloc-image-compo {
  border: 1px solid red;
}

.bloc-vignettes-iso-2 {
    margin: 10px 0 !important;
}


.vignettes-iso-2 {
  transform: skew(0deg,10deg) rotateY(25deg); 
}

.vignette-iso-2 {
  border: 1px solid #999;
  border-image: linear-gradient(rgba(0,0,0,0.5), #0006, #9999) 20; 
  /*box-shadow: 4px -4px 4px -4px rgba(0, 0, 0, 0.4);*/
}

#tableur-index_wrapper .page-link {
  --bs-pagination-font-size: 0.8rem;
  --bs-pagination-padding-y: 0.05rem;
  --bs-pagination-padding-x:0.5rem;
  box-shadow: none !important;
  line-height: 1.7;
}

.body-index .modal-backdrop.show {
  opacity: 0.5;
  background-color: #fff;
}

.body-index select {
  font-size: 13px;
  margin-left: 1rem;
  padding: 5px;
}

.body-index .select2-container {
  font-size: 13px;
}

.body-index .dt-search {
  margin-right: 8px;
}

.transcription-page-1 {
  margin-top: 0 !important;
}

#tableur-index .btn-geoloc {
  background: transparent 2px 30% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  padding-left: 16px;
  background-size: 10px;
  border: none !important;
  font-size: 13px;;
}

.bloc-btn-details .btn-geoloc {
  background-position: 2px 4px !important;
}

.bloc-btn-details .btn-geoloc:hover > .nom-lieu {
  text-decoration: underline !important;
}

#tableur-index .btn-geoloc:hover {
  text-decoration: underline;
}

.bloc-btn-details .btn-geoloc:hover {
  text-decoration: none !important;
}

#tableur-index .btn-geoloc + .details {
  display: none;
}

#tableur-index .bloc-btn-details.voir-details .details {
  display: block;
}

#tableur-index .bloc-btn-details .details {
  display: none;
}

#tableur-index .btn-geoloc.voir-details {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

#tableur-index .dt-empty {
  height: 250px;
  text-align: center;
}


.tableur-geoloc td {
  background: transparent !important;
}

#tableur-index th {
  border-width: 1px !important;
}

#tableur-index .btn-carte {
  background: transparent 50% 30% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");

  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");*/

  width: 15px;
  height: 17px;
  background-size: 15px;
  border: none !important;
}

#tableur-index .btn-carte:hover {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
}

.popup-carte .ligne-details {
  border-top: 1px solid #ccc;
  padding: 2px 0;
  margin-bottom: 2px;
}

.popup-carte .ligne-details:first-child {
  border-top: none;
}

#modal-carte .leaflet-popup-content-wrapper {
  border-radius: 5px;
}

#tableur-index .td-num {
  font-size: 12px;
}

#tableur-index_info {
  display: inline;
  box-shadow: 0 2px 0 0 #000;
  padding-bottom: 2px;
}

.btn-voyages-details {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background: transparent 50% 50% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' class='bi bi-plus-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
  background-size: 13px;
}

.btn-voyages-details:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' class='bi bi-plus-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}

.lieu-liste-voyages.voir-details .btn-voyages-details {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' class='bi bi-dash-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.lieu-liste-voyages.voir-details .btn-voyages-details:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' class='bi bi-dash-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.lieu-liste-voyages.voir-details {
  flex-direction: column;
}

.lieu-liste-voyages.voir-details .details {
  flex-direction: column;
}

.lieu-liste-voyages.voir-details .details {
  flex-direction: column;
}

.lieu-liste-voyages.voir-details .detail {
  
}

.lieu-liste-voyages.voir-details .detail:first-child {
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}

.lieu-liste-voyages.voir-details .detail {
  border-bottom: 1px solid var(--bs-border-color);
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
}

#tableur-index .lieu-annee-dates {
  display: none;
}

#tableur-index .voir-details .lieu-annee-dates {
  display: block;
}

#tableur-index .btn-lieu-annee {
  font-size: 13px;
  min-width: 31px;
}

#modal-carte .btn-lieu-annee {
  font-size: 12px;
  min-width: 32px;
  line-height: 1.4;
  margin-right: 0 !important;
}

#modal-carte .lieu-annee-dates {
  margin-left: 0 !important;
  font-size: 12px;
}

#modal-carte .detail {
  margin-bottom: 0 !important;
}

#tableur-index td.td-lieu {
  border-right: none !important
}

#tableur-index td.td-carte {
  border-left: none !important
}

.marqueur-index {
  background-color: #f03;
  border-radius: 50%;
}

.marqueur-index.marqueur-index-zone {

  background: radial-gradient(circle,#f039 10%, #f036 50%, #fff0 75%);
  background: transparent;
  border: 2px dashed #f039;
}

#tableur-index .tr-selection td {
  background:rgb(185, 247, 242) !important;
}

body.modal-open {
  overflow: auto !important;
}

body.body-corpus.modal-open {
  overflow: hidden !important;
}

body.cartographies .leaflet-tile-pane {
  /*filter: grayscale(100%) contrast(120%) brightness(1.1);*/
  
}

.menu-cartes-voyages .lien-carte:hover {
  --bs-btn-hover-bg: var(--bs-light);
}


.menu-cartes-voyages .lien-carte.btn-selection:hover {
  --bs-btn-hover-bg: var(--bs-btn-bg);
  /*--bs-btn-hover-color: white;*/
}

.info-stat-voyage {
  display: none;
}

.li-voyage-actif {
  background: #212529;
  border: 2px solid #212529 !important;
  border-left: 1px solid #212529 !important;
  margin-top: -1px;
  margin-right: -1px;
  background: #eee;  
}

.li-voyage-actif .info-stat-voyage {
  display: flex;
  min-height: 91px;
}

.voyage-actif {
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px none #212529 !important;
  border-bottom: 1px none #212529 !important;
}

.leaflet-control-attribution a {
  color: var(--bs-secondary-color)
}

.leaflet-attribution-flag {
  display: none !important;
}

.table-transcription {
  font-family: graphik_regular;
  font-size: 13px; 
  line-height: 1.8;
}

.table-transcription td {
  padding: .25rem .25rem;
}

.cartographies .table-transcription .tag-textuel {
  text-decoration: none;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.poignee > div {
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.39' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");

}

#vue-source-2 .poignee > div {
background-color: transparent;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fcfcfc' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.cartographies .type-region,
.cartographies .infos-region {
  display: none;
}

.cartographies div.dataTables_wrapper div.dataTables_filter input {
  background: white;
}

body.body-index .leaflet-tile-pane {
  filter: grayscale(100%); 
}

ul.liste-tiret {
  list-style: none;
  padding-left: 2em; /* pour recréer l’indentation */
}

ul.liste-tiret li::before {
  content: '—'; /* ou \2022 pour un bullet classique */
  width: 1em;
  margin-left: -2rem;
  position: absolute;
} 

.btn-nav-visio {
  width: 45px; height: 60px; opacity: 0.5; font-size: 12px;
}

.btn-nav-visio.border-dark {
  opacity: 0.9;
}


.btn-nav-visio:hover {
  opacity: 0.9;
}
