@charset "UTF-8";

/* CSS Document */

@import "polices.css";

/*TEXTE POLICE*/

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}

h3 {
  margin-top:20px;
  margin-bottom: 10px;
}

.texte-utopia-titling {
  font-family: UtopiaTit;
  font-style: normal;
}

.texte-utopia-reg {
  font-family: UtopiaReg;
  font-style: normal;
}

.texte-utopia-italic {
  font-family: UtopiaIta;
  font-style: normal;
}

.texte-colaborate-thin {
  font-family: ColabThin;
  font-style: normal;
}

.texte-colaborate-light {
  font-family: ColabLig;
  font-style: normal;
}

.texte-colaborate-reg {
  font-family: ColabReg;
  font-style: normal;
}

.texte-colaborate-bold {
  font-family: ColabBol;
  font-style: normal;
}


/*TEXTE COULEURS*/

.texte-coul-accent-var-1 {
  color: #00ccea;
}

.texte-coul-accent-var-2 {
  color: #3A4141;
}

.texte-blanc {
  color: #fff;
}

.texte-coul-accent {
  color: #3eafae;
}

.texte-coul-accent-fonce {
  color: #379D9C;
}

.texte-coul-gris-fonce {
  color: #4d5454;
}

.texte-coul-gris-pale {
  color: #C3C7C7;
}

.texte-coul-gris {
  color: #A2A2A2;
}

/*TEXTE EFFET*/

.texte-ombre {
  text-shadow: 2px 2px 2px #000000;
}

.texte-text-plus-petit {
  font-size: small;
}


/*COULEURS DE FONDS*/

.FondFauxBlanc {
  background-color: #DEDCD7;
}

.FondCoulBrun {
  background-color: #453f3b;
}

.FondCoulGrisB {
  background-color: #4d5454;
}

.FondCoulAccent {
  background-color: #3eafae;
}

/*STYLES GÉNÉRAUX*/

html {
  font-size: 113%;
}

body {
  -webkit-text-size-adjust: none;
}

html,
body {
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a:focus,
input:focus,
button:focus,
button:active,
.openseadragon-container:focus,
.ol-control button .ol-control button:focus {
  outline: none;
}

sup {
  font-size: .7em;
  line-height: .8em;
  text-transform: lowercase;
}

strong {
  font-family: 'MinioBol';
  font-weight: normal;
}

input[type=text]::-ms-clear {
  display: none;
}

table {
  background: none;
}

.majuscule {
  text-transform: uppercase;
}

.cacher {
  display: none;
}

/* réinitialiser les styles par défaut des navigateurs */
button {
  all: unset;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-decoration: none;
}

sup.beta {
  font-size: 0.35em;
  font-family: ColabThin;
  padding-left: 7px;
  vertical-align: super;
  color: #15c5d9;
  text-align: left;
  font-family: UtopiaReg;
  letter-spacing: 2px;
}

sup.beta>span {
  font-size: 0.75em;
  padding-left: 7px;

}


/* ******************** STRUCTURE ******************** */
body {
  margin: 0px;
  padding: 0px;
  font-family: ColabThin;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  width: 100%;
  color: #000000;
  background-color: #333535;
}

.sans-scrollbar {
  height: 100%;
  overflow: hidden;
}

button {
  cursor: pointer;
}

/* ----------------------------------------- HEADER -> NAV #menu-principal : mp ------------------------------------------------------- */

.entete {
  /* Éléments fixes (non responsive) */
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 278px;
  display: block;
  clear: both;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

.entete__titre-zone {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 122px;
  text-align: center;
  color: #3A4141;
  background-color: rgba(245, 245, 245, 0.90);
  clear: both;
}

.entete__titre-surtitre {
  display: block;
  margin: 0;
  padding: 0;
  padding: 14px 0px 0px 0px;
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 30px;
}

.entete__titre {
  display: block;
  margin: 0;
  padding: 0;
  padding: 17px 0px 0px 0px;
  font-family: UtopiaTit;
  font-style: normal;
  font-weight: normal;
  font-size: 62px;
  letter-spacing: 6px;
}

/*mp=menu_principal*/

/* ----------------------------------------- SECTION CARTE ------------------------------------------------------- */

.sect-carte {

  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 0px;
  height: 500px;
  background-color: #379D9C;
  position: relative;
}

.sect-carte-pe {
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 1040px;
  height: calc(100% - 350px);
  background-color: #379D9C;
  position: relative;
}

/*sc=section_carte*/
.sc__carte {
  height: calc(100% - 32px);
  background: none;
}

.infowindow {
  table-layout: fixed;
  width: 100%;
  max-width: 400px;
  background-color: white;
  border-collapse: collapse;
}

.infowindow-type-lieu {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: ColabReg;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
}

.infowindow-type-lieu-PB {
  color: #DD9129;
  background-color: #6e3f01;
}

.infowindow-type-lieu-RC {
  color: #E57878;
  background-color: #80151c;
}

.infowindow-type-lieu-AE {
  color: #A1B411;
  background-color: #4c5414;
}

.infowindow-type-lieu-TC {
  color: #1390F2;
  background-color: #01346D;
}

.infowindow-btn-detail-td {
  padding-top: 3px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(245, 245, 245, 0.40);
}

.infowindow-btn-detail-td:hover {
  cursor: pointer;
  background-color: rgba(54, 197, 214, 1.0);
}

.infowindow-btn-detail {
  color: #515659;
  font-family: ColabLig;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 18px;
}

.infowindow-btn-detail a {
  color: #515659;
}

.infowindow-btn-detail-td {
  padding-top: 3px;
  vertical-align: middle;
  text-align: center;
  background-color: #EFEFED;
  /* background-color: #36c5d6; */
}

.infowindow-btn-detail-td svg {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  width: 30px;
  height: 30px;
}

.infowindow-btn-detail-td,
.art__region_li-svg-fleche {
  fill: #515659;
}


.infowindow-btn-detail-td svg {
  margin-top: 8px;
  fill: white;
}

.infowindow-nomusuel {
  margin: 0;
  padding: 0;
  padding: 7px 3px 5px 3px;
  font-family: ColabReg;
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
  background: white;
}

.infowindow-ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
}

.infowindow-ul>li {
  flex-grow: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.infowindow-ul>li:last-child {
  position: relative;
  flex-grow: 4;
  vertical-align: middle;
  text-align: center;
}

.infowindow-images {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 100px;
}

/* PAS lE BON STYLE VOIR CI DESSOUS /* .infowindow-image-nb {
  position: absolute; 
  box-sizing: border-box;
  bottom: 0;
  right : 0px;
  margin: 0px;
  padding: 0px;
  padding: 72px 10px 0px 0px;
  width: 150px;
  height: 100px;
  color:rgba(255,255,255,0.7);
  font-size: 0.75rem;
  text-align: right;
  background-image: linear-gradient(to right,rgba(77,80,79,0.0),rgba(77,80,79,0.5), rgba(77,80,79,0.7),rgba(77,80,79,0.8),rgba(77,80,79,0.9), rgba(77,80,79,0.9))

}*/

.infowindow-image-nb {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  right: 0px;
  margin: 0px;
  padding: 0px;
  padding: 77px 10px 0px 0px;
  width: 150px;
  height: 100px;
  color: rgba(100, 100, 100, 1.0);
  font-size: 0.75rem;
  text-align: right;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8));
}



/*sc=section_carte*/

/*mc=menu_carte*/
.sc__mc {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0px;
  height: 32px;
  background-color: rgba(51, 56, 56, 0.7);
  font-family: ColabLig;
  font-style: normal;
  color: #fff;
  position: absolute;
  bottom: 0;
  border: 0px solid greenyellow;
}

.mc__ul {
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
  list-style: none;
  display: table;
  border: 0px solid blue;

}

.mc__elem {
  display: table-cell;
  height: 32px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border: 0px solid green;
  cursor: pointer;
}

.mc__elem-agrandir {
  margin: 0;
  padding: 2px 0px 0px 0px;
  /*Top, right, bottom and left*/
  width: 240px;
  color: #fff;
  text-align: center;
  background-color: #15c5d9;
}

/* .mc__elem-agrandir span {
  background-color: #15c5d9;
} */

#format_carte_txt {
  background-color: #15c5d9;
}

.mc__elem-agrandir:hover,
.mc__elem-agrandir-ferme:hover {
  color: #4d504f;
}

.mc__elem-agrandir:hover>.mc__elem-agrandir-svg,
.mc__elem-agrandir:hover>.mc__elem-agrandir-svg-ferme {
  fill: #4d504f;
}

.mc__elem-agrandir-svg {
  fill: white;
  transform: rotate(180deg);
}

.mc__elem-agrandir-svg-ferme {
  fill: white;
  transform: rotate(360deg);
}

.mc__elem-zoom-qc {
  margin: 0;
  padding: 2px 0px 0px 35px;
  width: auto;
  text-align: left;
  color: #fff;
}

.mc__elem-zoom-qc:hover {
  color: #29c5d7;
}

.mc__elem-zoom-qc:hover>.mc__elem-zoom-qc-svg {
  fill: #29c5d7;
}

.mc__elem-zoom-qc-svg {
  fill: white;
  transform: rotate(270deg);
}

.mc__elem-zoom-france {
  margin: 0;
  padding: 2px 32px 0px 0px;
  width: auto;
  text-align: right;
  color: #fff;
}

.mc__elem-zoom-france:hover {
  color: #29c5d7;
}

.mc__elem-zoom-france:hover>.mc__elem-zoom-france-svg {
  fill: #29c5d7;
}

.mc__elem-zoom-france-svg {
  fill: white;
  transform: rotate(90deg);
}

.mc__elem-legende {
  box-sizing: border-box;
  margin: 0;
  padding: 2px 0px 0px 0px;
  width: 271px;
  color: #A2A2A2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.mc__elem-legende-svg {
  fill: #A2A2A2;
}

/*Sous-menu légende*/

.mc-legende__ul {
  display: none;
  box-sizing: border-box;
  margin: 2px 0px 0px 0px;
  padding-left: 16px;
  position: absolute;
  bottom: 32px;
  right: 0px;
  width: 271px;
  text-transform: none;
  text-indent: 0px;
  text-align: left;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  list-style-type: none;
  color: #000000;
  background-color: white;
  z-index: 1;
}

.mc__elem-legende:hover,
.mc__elem-legende:focus,
.mc__elem-legende:active {
  color: #fff;
}

.mc__elem-legende.ouvert>.mc-legende__ul {
  display: block;
}

.mc-legende__elem-regroupement {
  background: url('../../_img/m1.png') top left no-repeat;
  background-size: 41px 40px;
  padding-top: 12px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 9px;
  padding-left: 50px;
}

.mc-legende__elem-patrimoine {
  background: url('../../_img/CartoMarqueurPB.png') top left no-repeat;
  padding-top: 0px;
  height: 40px;
  margin-bottom: 1px;
  line-height: 18px;
  margin-left: 7px;
  padding-left: 43px;
}

.mc-legende__elem-repère {
  background: url('../../_img/CartoMarqueurRC.png') top left no-repeat;
  padding-top: 7px;
  height: 34px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding-left: 43px;
}

.mc-legende__elem-aménagement {
  background: url('../../_img/CartoMarqueurAE.png') top left no-repeat;
  padding-top: 7px;
  height: 34px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding-left: 43px;
}

.mc-legende__elem-toponymie {
  background: url('../../_img/CartoMarqueurTO.png') top left no-repeat;
  padding-top: 0px;
  height: 34px;
  margin-bottom: 13px;
  line-height: 18px;
  margin-left: 7px;
  padding-left: 43px;
}

/* ----------------------------------------- SECTION FILTRES ------------------------------------------------------- */
.sect-filtres {
  width: 100%;
  background-image: url(../../_img/Fond-A-Propos-3150px.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.sf__header {
  overflow: hidden;
}

.sf__presentation {
  box-sizing: content-box;
  margin: 0px 0px 40px 0px;
  padding: 30px 0px 0 0px;
  padding-left: 15%;
  padding-Right: 15%;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 1.05rem;
  line-height: 1.6rem;
  font-family: ColabThin;
  font-style: normal;
  color: #fff;
  background-color: rgba(51, 53, 53, 0.7);
}

.sf__presentation::after {
  content: '';
  position: absolute;
  -webkit-z-index: 0;
  -moz-z-index: 0;
  -ms-z-index: 0;
  -o-z-index: 0;
  z-index: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(rgba(51, 53, 53, 0.7), rgba(51, 53, 53, 0.2));
}

.sf__presentation-texte {
  display: block;
  margin: 0 auto;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  cursor: default;
  width: 100%;
  max-width: 1000px;
}

.BTEnSavoirPlus {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 0 auto;
  text-align: center;
  /* background: red;*/
}

.BTEnSavoirPlus a {
  display: inline-block;
  padding: 0;
  height: auto;
  width: auto;
  vertical-align: top;
  ;
  color: white;
  font-family: ColabLig;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #273c3c;
  border: 0px solid #29c5d8;
}

.BTEnSavoirPlus a:hover {
  background-color: #29c5d8;
}

/* .BTEnSavoirPlus a .Texte { */
.BTEnSavoirPlus a {
  display: inline-block;
  vertical-align: top;
}


/* .BTEnSavoirPlus a .Texte { */
.BTEnSavoirPlus a {
  padding: 7px 10px 7px 10px;
}

/* .BTEnSavoirPlus a svg {
  margin: 6px 10px 5px 0px;
} */

.tail-icon {
  white-space: nowrap;
  padding-left: 5px;
}
.tail-icon::before {
  content: "\200B";
}

.BTEnSavoirPlus a svg {
  width: 18px;
  height: auto;
  fill: white;
  transform: rotate(90deg);
}

.sf__recherche {
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
}

.sf__recherche-div {
  position: relative;
  padding: 0;
  padding-left: 10%;
  padding-right: 5%;
  border: 0px;
  background-color: rgba(54, 197, 214, 0.9);
}

.loupe {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.sf__recherche-loupe {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  width: 35px;
  height: auto;
  fill: white;
}

.sf__recherche-loupe .st0 {
  opacity: 0;
}

.sf__recherche-input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  width: calc(100% - 50px);
  height: 80px;
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-family: ColabLig;
  font-style: normal;
  color: white;
  border: 0px;
  background: none;
}

.sf__recherche-input::placeholder {
  color: white;
}



/* ELP: pas bon*/
/* 
.sf__recherche { 
  margin: 0;
  padding: 0;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	padding-left: 25%;
  padding-Right: 25%;
  text-align: left;
  letter-spacing: 1px;
	font-size: 21px;
  line-height: 30px;
  font-family: ColabThin; 
  font-style: normal;
  color: #fff;
}
.sf__recherche-div {
  position: relative;
  padding: 0;
  padding-left: 10%;
  padding-right: 5%;
  border: 0px;
  background-color: rgba(54,197,214,0.9);
}
.sf__recherche-input {
  position: relative;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 30px;
  border: 1px solid white;
  background-color:white;
}
.sf__recherche-input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  width: calc(100% - 45px);
  height: 80px;
  font-size: 1.3rem;
  line-height:1.4rem;
  font-family: ColabLig;
  font-style: normal;
  color:white;
  border: 0px;
  background: none;
}
.sf__recherche-input::placeholder  {
color:white;
opacity: 1;
}
.sf__recherche-loupe {
  position: absolute;
  top: 6px;
  right: 5px;
  padding: 0px 0px 0px 0px;
  width: auto;
  color: #515659; 
  fill: #515659; 
}
.sf__recherche-loupe:hover {
  padding: 0px 0px 0px 0px;
  width: auto;
  color: #15c5d9;
  fill: #15c5d9;
}
/* ******************** TEMP ******************** */
/*
.sf__recherche-input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  width: calc(100% - 45px);
  height: 80px;
  font-size: 1.3rem;
  line-height:1.4rem;
  font-family: ColabLig;
  font-style: normal;
  color:white;
  border: 0px;
  background: none;
}
.sf__recherche-input::placeholder  {
color:white;
opacity: 1;
}*/

.sf__main {
  -webkit-z-index: 1;
  -moz-z-index: 1;
  -ms-z-index: 1;
  -o-z-index: 1;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 21px;
  line-height: 30px;
  background-color: #F3F3F3;
}

.sf__contenu {
  margin: 0;
  padding: 0;
  margin: 0px auto 0px auto;
  /*Top, right, bottom and left*/
  padding: 25px 0px 25px 0px;
  min-width: 728px;
  /*ne fonctionne pas...*/
  max-width: 900px;
  height: 100%;
  color: #000000;
  background-color: #fff;
}

.sf__titre {
  margin: 0;
  padding: 0;
  padding-left: 12px;
  padding-right: 0px;
  margin-bottom: 10px;
  font-family: ColabReg;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/**** Onglets Select ****/

.sf__onglet_select {
  display: block;
  margin: 0;
  /* margin-left: 12px; */
  padding: 0;
  padding: 2px 32px 1px 10px;
  height: 35px;
  text-align: center;
  font-family: ColabLig;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0db3cc;
  appearance: initial;
  border: 1px solid rgba(198, 198, 198, 0.50);
  background-image: url(../../_img/Select_fleche.svg);
  background-repeat: no-repeat;
  background-position: right 6px top 5px;
  background-size: 22px 22px;
  background-color: rgba(239, 239, 237, 0.50);
  cursor: pointer;
  width: 100%;
}

/*input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}*/

select:focus {
  outline: none;
}


/**** Onglets ****/


.sf__onglet_ul {
  display: block;
  margin: 0;
  padding: 0px 3% 0px 3%;
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  list-style: none;
  color: #515659;
  text-decoration: none;
  font-family: ColabLig;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 0px solid #c6c6c4;
  border-bottom: 1px solid #c6c6c4;
  background: #f9f9f8;
}

.sf__onglet_ul li:last-child {
  border-right: 1px solid #c6c6c4;
}

.sf__onglet_li {
  margin: 0;
  padding: 2px 16px 1px 16px;
  display: list-item;
  height: 35px;
  list-style: none;
  float: left;
  position: relative;
  white-space: nowrap;
  border-top: 1px solid #efefed;
  border-bottom: 1px solid #c6c6c4;
  border-left: 1px solid #c6c6c4;
  border-right: 1px solid #efefed;
  text-align: center;
  background: #EFEFED;
  color: #515659;
  fill: #515659;
  cursor: pointer;
}

.sf__onglet_li-actif {
  background: #fff;
  color: #15c5d9;
  fill: #15c5d9;
  border-bottom-color: #fff
}

.sf__onglet_li:hover {
  color: #15c5d9;
  fill: #15c5d9;
}

/* ******************** LIEUX ******************** */

.sf__article {
  padding: 30px 8% 16px 8%;
  display: none;
}

.sf__article-actif {
  padding: 30px 8% 16px 8%;
  display: block;
}

.art__lieu-menu_ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  color: #4d5454;
  text-decoration: none;
  font-family: ColabLig;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}

.art__lieu-menu_li {
  display: table-cell;
  margin: 0;
  width: 3%;
  padding: 3px 1px 3px 1px;
  list-style: none;
  border-left: 1px solid #c6c6c4;
  border-right: 1px solid #efefed;
  text-align: center;
  background-color: #c3c7c7;
  color: #515659;
  vertical-align: middle;
}

.art__lieu-menu_li-actif {
  color: #4d5454;
  background: #29c5d7;
}

.art__lieu-menu_li:hover {
  background: #29c5d7;
}

/* ******************** Filtres sélectionnés ******************** */

.art__filtre-resutat-svg {
  fill: #FFF;
  transform: rotate(90deg);
}

.art__filtre-selection {
  display: table;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  font-family: ColabLig;
  font-size: 17px;
  line-height: 23px;
  color: #4d504f;
  letter-spacing: 0px;
  text-align: left;
  background-color: rgba(200, 201, 195, 0.30);
  border: 0px solid #C3C7C7;
}

.art__filtre-selection-td-criteres {
  display: table-cell;
  padding: 10px;
  width: 75%;
  border: 1px solid #C3C7C7;
}

.art__filtre-selection-td-btn-aucun {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0px;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  background-color: rgba(51, 56, 56, 0.7);
  border: 1px solid rgba(51, 56, 56, 0.7);
}


.art__filtre-selection-td-btn {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0px;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  background-color: rgba(51, 56, 56, 0.7);
  border: 1px solid rgba(51, 56, 56, 0.7);
}

.art__filtre-selection-td-btn:hover {
  background-color: #29c5d7;
  cursor: pointer;
  color: white;
  border: 1px solid #41abc2;
}

.art__filtre-selection-titre {
  color: #29c5d7;
}

@media screen and (max-width: 665px) {

  .art__filtre-selection-td-btn-aucun,
  .art__filtre-selection-td-btn {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .art__filtre-selection-td-btn .fleche-svg {
    display: block;
    padding-top: 2px;
  }

  .art__filtre-selection-td-btn .fleche-svg svg {
    width: auto;
    height: 16px;
  }

}

/* ******************** GENERAL ******************** */




/* ******************** RÉGIONS ******************** */

.art__region-province_li-svg,
.art__themes-4_li-svg,
.art__themes-2_li-svg-tiret,
.art__themes-3_li-svg-tiret,
.art__type_li-svg {
  display: none;
}

.art__region_ul {
  display: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.art__region_li {
  padding-left: 0px;
  margin: 15px 0px 0px 0px;
  font-family: ColabReg;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}

.art__region_span-svg {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 20px;
  vertical-align: middle;
}

.art__region_span-texte,
.art__themes-1_li-svg-fleche {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.art__region_li-svg {
  vertical-align: middle;
  transform: rotate(90deg);
  margin-left: 0px;
}

.art__region_li-svg-ouvrir {
  transform: rotate(180deg);
}

.art__region_li-svg-fond,
.art__themes-1_li-svg-fond,
.art__themes-2_li-svg-fond,
.art__themes-3_li-svg-svg-niv-fi {
  fill: #fff;
  opacity: 0;
}

.art__region_li-svg-fleche,
.art__themes-1_li-svg-fleche,
.art__themes-2_li-svg-fleche,
.art__themes-3_li-svg-fleche {
  fill: #29c5d7;
}

.infowindow-btn-detail-td:hover .art__region_li-svg .art__region_li-svg-fleche {
  fill: white;
}

#art__region_li-svg-fleche-qc:hover polygon {
  fill: #4d504f;
}

.art__region-province_ul {
  display: block;
  list-style: none;
}

.art__display-none {
  display: none;
}

.art__region-province_li {
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: ColabLig;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 16px;
  color: #000000;
}

.art__region-province_li-svg {
  vertical-align: middle;
  transform: rotate(90deg);
  cursor: pointer;
}

.art__region-province_li-svg-fond {
  fill: #fff;
  opacity: 0;
}

.art__region-province_li-svg-tiret {
  display: none;
  fill: #c6c6c4;
}

.art__region-province_span-texte {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.art__region-province_span-texte.disable {
  color: #00000073;
}

.art__region-province_li-svg-plus {
  vertical-align: middle;
  /* cursor: pointer; */
}

.art__region-province_li-svg-plus-desactive {
  vertical-align: middle;
  /* fill:greenyellow */
}

.art__region-province_li-svg-plus:hover polygon {
  fill: #fff;
}

.art__region-province_li-svg-plus circle {
  fill: #5a660f;
}

.art__region-province_li-svg-plus polygon {
  fill: #9fbf08;
}

.art__region-province_li-svg-moins {
  margin-bottom: 2px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.art__region-province_li-svg-moins circle {
  fill: #e32033;
}

.art__region-province_li-svg-moins polygon {
  fill: #fff;
}

.art__region-selection-span {
  padding-left: 4px;
}


/* ******************** THEMES ******************** */

.art__theme_deb {
  cursor: pointer;
}

.art__themes-selection {
  display: table;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: ColabLig;
  font-size: 17px;
  line-height: 23px;
  color: #4d504f;
  letter-spacing: 0px;
  text-align: left;
  background-color: rgba(200, 201, 195, 0.30);
  border: 1px solid #C3C7C7;
}

.art__themes-selection-titre {
  color: #29c5d7;
}

.art__themes-nb-lieux {
  display: none;
  margin: 0px 0px 0px 4px;
  padding: 0px 0px 0px 0px;
  color: #8a8a8a;
  font-family: ColabLig;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.art__themes-1_ul {
  display: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.art__themes-1_li {
  margin: 15px 0px 0px 0px;
  font-family: ColabReg;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 20px;
  color: #000000;
}

.art__themes-1_span-svg {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 20px;
  vertical-align: middle;
}

.art__themes-1_span-texte {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 4px;
  vertical-align: middle;
}

.art__themes-1_li-svg {
  vertical-align: middle;
  transform: rotate(90deg);
  cursor: pointer;
}

.art__themes-1_li-svg-fond {
  fill: #fff;
  opacity: 0;
}

.art__themes-1_li-svg-fleche {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  fill: #29c5d7;
}

#art__themes-1_li-svg-fleche-qc:hover polygon {
  fill: #4d504f;
}

.art__themes-2_ul {
  padding-inline-start: 20px;
  list-style: none;
}

.art__themes-2_li {
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: ColabLig;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 16px;
  color: #000000;
}

.art__themes-2_li-svg-niv-deb {
  vertical-align: middle;
  transform: rotate(90deg);
  cursor: pointer;
}

.art__themes-2_li-svg,
.art__themes-2_li-svg-niv-fin,
.art__themes-3_li-svg-niv-fin,
.art__themes-3_li-svg-svg-niv-fin {
  vertical-align: bottom;
  opacity: 1;
  margin-bottom: -2px;
  width: 16px;
  height: 20px;
}

.art__themes-2_li-svg-fond {
  fill: #fff;
  opacity: 0;
}

.art__themes-2_li-svg .art__themes-2_li-svg-fond,
.art__themes-2_li-svg-niv-fin .art__themes-2_li-svg-fond,
.art__themes-3_li-svg-niv-deb .art__themes-3_li-svg-fond,
.art__themes-3_li-svg-niv-fin .art__themes-3_li-svg-fond,
.art__themes-3_li-svg-svg-niv-fin .art__themes-3_li-svg-fond,
.art__themes-3_li-svg .art__themes-3_li-svg-fond {
  fill: white;
  opacity: 0;
  /* display: block;
  opacity: 1;*/
}

.art__themes-2_li-svg .art__themes-2_li-svg-tiret,
.art__themes-2_li-svg-niv-fin .art__themes-2_li-svg-tiret,
.art__themes-2_li-svg-niv-fin .art__themes-3_li-svg-tiret,
.art__themes-3_li-svg-niv-fin .art__themes-3_li-svg-tiret,
.art__themes-3_li-svg-svg-niv-fin .art__themes-3_li-svg-tiret {
  display: block;
  opacity: 1;
  transform: rotate(0deg);
  fill: rgba(0, 0, 0, 0.15);
}

.art__themes-2_span-texte {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.art__themes-2_li-svg-plus {
  vertical-align: middle;
  cursor: pointer;
}

.art__themes-2_li-svg-plus:hover polygon {
  fill: #fff;
}

.art__themes-2_li-svg-fleche {
  opacity: 0.65;
}

.art__themes-2_li-svg-plus circle {
  fill: #5a660f;
}

.art__themes-2_li-svg-plus polygon {
  fill: #9fbf08;
}

.art__themes-2_li-svg-tiret {
  display: none;
}

.art__themes-2_li-svg-moins {
  vertical-align: middle;
}

.art__themes-2_li-svg-moins circle {
  fill: #e32033;
}

.art__themes-2_li-svg-moins polygon {
  fill: #fff;
}

.art__themes-3_ul {
  list-style: none;
}

.art__themes-3_li {
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: ColabLig;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 16px;
  color: #000000;
}

.art__themes-3_li-svg-niv-deb {
  vertical-align: middle;
  transform: rotate(90deg);
  cursor: pointer;
}

/* ELP: pas bon*/
/*.art__themes-3_li-svg-niv-fin {
  vertical-align: middle;
  display: none;
  }*/

.art__themes-3_li-svg-svg-niv-fi {
  fill: #fff;
  opacity: 0;
}

.art__themes-3_li-svg-tiret {
  fill: #c6c6c4;
  display: none;
}

.art__themes-3_span-texte {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.art__themes-3_li-svg-plus {
  vertical-align: middle;
  cursor: pointer;
}

.art__themes-3_li-svg-plus:hover polygon {
  fill: #fff;
}

.art__themes-3_li-svg-plus circle {
  fill: #5a660f;
}

.art__themes-3_li-svg-plus polygon {
  fill: #9fbf08;
}

.art__themes-3_li-svg-fleche {
  opacity: 0.5;
}

.art__themes-3_li-svg-moins {
  vertical-align: middle;
}

.art__themes-3_li-svg-moins circle {
  fill: #e32033;
}

.art__themes-3_li-svg-moins polygon {
  fill: #fff;
}

.art__themes-4_ul {
  list-style: none;
}

.art__themes-4_li {
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: ColabLig;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.art__themes-4_li-svg {
  vertical-align: middle;
  display: none;
}

.art__themes-4_li-svg-fond {
  fill: #DDDEDC;
}

.art__themes-4_li-svg-tiret {
  fill: #c6c6c4;
}

.art__themes-4_span-texte {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.art__themes-4_li-svg-plus {
  vertical-align: middle;
}

.art__themes-4_li-svg-plus:hover polygon {
  fill: #fff;
}

.art__themes-4_li-svg-plus circle {
  fill: #5a660f;
}

.art__themes-4_li-svg-plus polygon {
  fill: #9fbf08;
}

.art__themes-4_li-svg-moins {
  vertical-align: middle;
}

.art__themes-4_li-svg-moins circle {
  fill: #e32033;
}

.art__themes-4_li-svg-moins polygon {
  fill: #fff;
}

.art__themes_li-svg-ouvrir {
  transform: rotate(180deg);
}

.art__themes-svg-moins {
  margin-bottom: 2px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.art__themes-svg-moins circle {
  fill: #e32033;
}

.art__themes-svg-moins polygon {
  fill: #fff;
}

/* ******************** PERSONNAGES ******************** */

.art__personnage-alpha_ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  color: #4d5454;
  text-decoration: none;
  font-family: ColabLig;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}

.art__personnage-alpha_ul-actif {
  display: table;
}

.art__personnage-alpha_li {
  display: table-cell;
  margin: 0;
  width: 3%;
  padding: 3px 1px 3px 1px;
  list-style: none;
  vertical-align: middle;
  cursor: pointer;
}

.art__personnage-alpha_li-actif {
  border-left: 1px solid #c6c6c4;
  border-right: 1px solid #efefed;
  text-align: center;
  background-color: #c3c7c7;
  color: #515659;
  vertical-align: middle;
}

.art__personnage-alpha_li-inactif {
  border-left: 0px solid #c6c6c4;
  border-right: 2px solid #efefed;
  text-align: center;
  background-color: #EBEBE8;
  color: #515659;
}

.art__personnage-alpha_li-selectionne {
  color: #4d5454;
  background: #29c5d7;
}

.art__personnage-alpha_li-actif:hover {
  background: #29c5d7;
}

.art__personnage_ul {
  display: none;
  position: relative;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.art__personnage_ul ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

.art__personnage_li {
  position: relative;
  display: inline-block;
  width: 48%;
  margin: 10px 15px 0px 0px;
  font-family: ColabReg;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 18px;
  vertical-align: top;
  color: #000000;
}

.art__personnage_li-svg-plus {
  vertical-align: middle;
}

.art__personnage_li-svg-plus:hover {
  cursor: pointer;
}

.art__personnage_li-svg-plus:hover polygon {
  fill: #fff;
}

.art__personnage_li-svg-plus circle {
  fill: #5a660f;
}

.art__personnage_li-svg-plus polygon {
  fill: #9fbf08;
}

.art__personnage-selection {
  display: block;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: ColabLig;
  font-size: 17px;
  line-height: 23px;
  color: #4d504f;
  letter-spacing: 0px;
  text-align: left;
  background-color: rgba(200, 201, 195, 0.30);
  border: 1px solid #C3C7C7;
}

.art__personnage_selection-titre {
  color: #29c5d7;
}

.art__personnage-selection-span {
  color: #515659;
}

.art__personnage-svg-moins {
  margin-bottom: 2px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.art__personnage-svg-moins circle {
  fill: #e32033;
}

.art__personnage-svg-moins polygon {
  fill: #fff;
}

/* ******************** TYPE DE LIEU ******************** */
.art__type_ul {
  display: none;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;

}

.art__type_li {
  margin: 15px 0px 0px 0px;
  font-family: ColabReg;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 20px;
  color: #000000;
}

.art__type_span-texte {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 4px;
  vertical-align: middle;
}

.art__type_li-svg {
  vertical-align: middle;
  /*display: none;*/
  cursor: pointer;
}



.art__type_li-svg-fond {
  fill: #4d504f;
}

.art__type_li-svg-tiret {
  fill: #c6c6c4;
}

.art__type_li-svg-plus {
  vertical-align: middle;
}

.art__type_li-svg-plus-desactive {
  vertical-align: middle;
  /* fill:greenyellow */
}

.art__type_li-svg-plus:hover {
  cursor: pointer;
}

.art__type_li-svg-plus:hover polygon {
  fill: #fff;
  cursor: pointer;
}

.art__type_li-svg-plus circle {
  fill: #5a660f;
}

.art__type_li-svg-plus polygon {
  fill: #9fbf08;
}

.art__type_li-svg-moins {
  margin-bottom: 2px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.art__type_li-svg-moins circle {
  fill: #e32033;
}

.art__type_li-svg-moins polygon {
  fill: #fff;
}

/* ******************** RÉSULTAT RECHERCHE ******************** */

.art__lieux {
  display: none;
  width: 100%;
}

.art__lieux-actif {
  display: block;
}

/* ----------------------------------------- SECTION LISTE LIEUX ------------------------------------------------------- */

.sect-lieu-liste {
  margin-top: 4px;
}

.sect-lieu-liste:hover {
  cursor: pointer;
}

.sect-lieu-liste-footer {
  display: block;
  width: 100%;
  text-align: right;
}

.sect-lieu-liste-footer>button {
  padding: 5px;
}

.liste {
  margin: 0;
  margin-top: 1px;
  padding: 0;
  font-family: ColabReg;
  font-weight: normal;
  line-height: 1.4rem;
  font-size: 1.4rem;
}

.liste header {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 16px;
}

.liste header table {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding: 3px 30px 4px 20px;
  display: inline-block;
}

.liste header table tr td {
  display: inline-block;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-left: 4px;
  vertical-align: top;
}

.liste header table tr td:nth-child(2) {
  padding-left: 4px;
}

.liste header h2 {
  margin: 0;
  padding: 0;
  padding: 20px 30px 8px 20px;
  font-family: ColabReg;
  font-weight: normal;
  line-height: 1.4rem;
  font-size: 1.4rem;
}

.liste_div-btnlieu {
  width: 100%;
}

.liste_div-btnlieu h2 {
  display: inline-block;
  margin: 0;
}

.liste_div-btnlieu button {
  float: right;
  margin: 20px 20px 4px 10px;
  font-family: ColabReg;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0px 3px 6px;
  background-color: rgba(58, 58, 58, 0.2);
}

.liste_span-gris {
  width: 105px;
  padding: 2px 2px 2px 2px;
  margin-right: 4px;
  /* position: relative; */
  opacity: 0.6;
  font-family: ColabReg;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  background-color: rgba(58, 58, 58, 0.2);
}




#art__lieux_type .infowindow-image-nb {
  /* ELP: Il faudrait ajouter une classe art__lieux_type sur l'élément pour applique le style sur une classe plutôt qu'un ID*/
  display: none;
}

.liste article {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-bottom: 30px;
  padding: 3px 30px 4px 20px;
}

.liste-fiche-detaillee-btn-td {
  display: table-cell;
  width: auto;
  text-align: right;
  padding-right: 10px;
}

.liste-fiche-detaillee-btn {
  color: inherit;
}

.liste-fiche-detaillee-btn:hover {
  color: rgba(245, 245, 245, 0.60);
}

.liste-btn-detail {
  display: inline-block;
  text-align: right;
  width: 120px;
  padding-top: 0px;
  vertical-align: middle;
  background-color: rgba(245, 245, 245, 0.40);
}

.liste-btn-detail:hover {
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0.60);
}

.liste-btn-detail>span {
  color: white;
  padding-right: 4px;
}

/* ----------------------------------------- SECTION FICHE LIEU------------------------------------------------------- */

.fiche.modal {
  border-radius: 0;
  padding: 0;
  max-width: 80%;
}


.fiche {
  display: none;
  box-sizing: border-box;
  position: relative;
  width: 80%;
  margin: 3% auto 0 auto;
  max-width: 1000px;
  padding: 0;
  height: 88vh;
  background: white;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
}

.fiche_btn-fermer {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  /* background-color: #29c5d7; */
  background-color: transparent;
  color: #fff;
}

/* .fiche_a-propos .fiche_btn-fermer img {
  width: 30px;
  height: 30px;
 } */
.fiche header {
  position: absolute;
  left: 0;
  z-index: 903;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 16px;
  background: white;
  border-bottom: 1px solid rgba(235, 235, 235, 1.0);
}

.fiche header h2 {
  margin: 0;
  padding: 0;
  padding: 30px 30px 8px 20px;
  font-family: ColabReg;
  font-weight: normal;
  line-height: 1.4rem;
  font-size: 1.4rem;
}

.fiche header p {
  margin: 0;
  padding: 3px 0px 4px 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  display: inline-block;
  font-family: ColabReg;
  font-style: normal;
}

.fiche-details {
  padding: 170px 30px 10px 20px;
  box-sizing: border-box;
  overflow-y: scroll;
  width: 100%;
  height: 88vh;
}

.fiche article::after {
  content: ' ';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0))
}

.fiche article .table {
  max-width: 800px
}

.fiche article .texte p {
  max-width: 800px
}

.fiche_sect-lieu {
  margin: 0;
  padding: 0;
}

.fiche_entete_type-lieu {
  display: block;
  position: relative;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: ColabReg;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
}

.fiche_entete_type-lieu-titre {
  display: inline-block;
  width: 50%;
  text-align: left;
}

.fiche_entete_type-lieu-no {
  display: inline-block;
  width: 50%;
  text-align: right;
}

.fiche_entete_no-fiche {
  text-align: right;
  padding-right: 8px;
}

.fiche_lieux_span-gris {
  margin: 0;
  padding: 0;
  margin-right: 4px;
  position: relative;
  opacity: 0.6;
  font-family: ColabReg;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  background-color: rgba(58, 58, 58, 0.2);
}

.fiche_entete_type-lieu .fiche_lieux_span-gris {
  font-family: ColabReg;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  background-color: rgba(58, 58, 58, 0.0);
}

.fiche_sect-graphique {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*sc=section_carte*/
.fiche_sect-carte {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  height: 250px;
  width: 400px;
  background-color: white;
}

.fiche_sect-image {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  height: 250px;
  width: 400px;
  background-color: white;
}

.fiche article h2 {
  margin: 0;
  margin: 20px 0px 4px 0px;
  padding: 0;
  width: 100%;
  display: block;
  text-transform: uppercase;
  color: #29c5d7;
  letter-spacing: 0.05rem;
  font-size: 19px;
  line-height: 20px;
}

.fiche article .table {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 18px;
  border-collapse: collapse;
}

.fiche article .table .art__lieux_span-gris {
  margin: 0;
  padding: 0;
  padding: 2px 3px 2px 2px;
  margin-right: 4px;
  position: relative;
  opacity: 0.6;
  font-family: ColabReg;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  background-color: rgba(58, 58, 58, 0.2);
}

.fiche article .table tr:nth-child(even) td {
  padding-bottom: 5px;
}

.fiche article .texte p {
  margin: 0;
  padding: 0;
  padding: 3px 0px 4px 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
}

.fiche article h2 {
  margin: 0;
  margin: 20px 0px 8px 0px;
  padding: 0;
  width: 100%;
  display: block;
  letter-spacing: 0.05rem;
  font-size: 19px;
  line-height: 20px;
}

.fiche article .table .personnage {
  background-color: rgba(245, 245, 245, 1.0);
  border-collapse: collapse;
}

.fiche article .table .personnage td {
  padding: 5px;
}

.fiche article .table .nom td,
.fiche article .table .nom td {
  border-top: 6px solid white;
}

.fiche article .nom .art__lieux_span-gris {
  padding-right: 0;
  font-size: 18px;
  line-height: 18px;
  color: black;
  opacity: 1;
  background: none;
}

.fiche article .documentation td {
  padding: 5px;
  background-color: rgba(245, 245, 245, 1.0);
}

.fiche-details section:last-child {
  padding-bottom: 30px;
}


/* ----------------------------------------- SECTION FICHE À PROPOS ------------------------------------------------------- */

.fiche_a-propos.modal {
  border-radius: 0;
  padding: 10px 30px 10px 20px;
  max-width: 80%;
}

.fiche_a-propos {
  display: none;
  box-sizing: border-box;
  position: relative;
  width: 80%;
  margin: 3% auto 0 auto;
  max-width: 1000px;
  padding: 0;
  padding-bottom: 20px;
  /* height: 190vh; */
  height: auto;
  background: white;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
  font-size: 17px;
  line-height: 18px;
}

.modal a.close-modal[class*="icon-"] {
  display: none;
}

.fiche_a-propos .fiche_btn-fermer {
  top: 5px;
  right: 5px;
}

.fiche_a-propos h2 {
  font-family: ColabThin;
  font-size: 24px;
}

.fiche_a-propos h3 {
  color: #29c5d7;
  font-family: ColabThin;
  font-size: 19px;
  letter-spacing: 0.05rem;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom:auto;
}

.fiche_a-propos h4 {
  font-size: 19px;
}

.listeInventaire {
  color: tomato;
}

/*================================================ Visionneuse =============================================*/
* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.vignette {
  display: block;
  position: relative;

  margin: 0 auto;
  width: fit-content;
  height: fit-content;
}

.vignette_photo {
  display: block;
  margin: 0;
  padding: 0;
  height: 220px;
  
}

.vignette_references {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.8);

}
.vignette_references a:hover {
  text-decoration: underline;
}

.vignette_no-image {
  padding: 0;
  margin: 0;
}

/* Next & previous buttons */
.vignette_prev,
.vignette_next {
  cursor: pointer;
  position: absolute;
  top: 43%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

.vignette_prev {
  left: 10px;
}

.vignette_next {
  right: 10px;
}

.vignette_prev:hover,
.vignette_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}


/************************************* Footer ********************************/

.footer {
  padding: 25px 0 30px 0;
  font-size: 17px;
  line-height: 22px;
  display: block;
  background-color: #3b4141;
}

/** rangée 1 **/

.footer-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 728px;
  max-width: 900px;
  margin: auto;
  padding: 0;
}

/** colonne 1 **/

.foot_mail_col {
  flex-grow: 3;
  /*max-width: auto;*/
  padding: 0 1% 20px 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  width: auto;
  color: #eeefed;
}

mark {
  background-color: rgba(255, 255, 255, 0.0) !important;
}

.foot_mail-lien a {
  background-image: linear-gradient(to right, rgba(95, 194, 212, 0.5), rgba(95, 194, 212, 0.5));
  background-position: 0 17px;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.foot_mail-lien a:hover {
  background-image: linear-gradient(to right, #5fc2d4, #5fc2d4);
}

/** colonne 2 **/

.foot_logo_col {
  width: 250px;
  padding: 0;
  margin: 0;
  font-family: ColabLig;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  vertical-align: top;
  /*background-color: blue;*/
}

.foot_equipe,
.foot_realisation,
.foot_tousdroitsreserves,
.foot_navigateurs {
  width: auto;
  /*  max-width: 500px; /* Pour ELP: revoir le responsive*/
  display: block;
}

.foot_equipe {
  font-family: ColabLig;
}

.foot_navigateurs {
  font-size: 15px;
  opacity: 0.4;
}

.foot_logo_col-a {
  display: block;
  /* width: 250px;
  height: 74px;*/
}

.foot_zone-liens-ul {
  list-style-type: none;
  margin: 0;
  margin-top: -10px;
  padding: 0;
  width: 140px;
  display: block;
  top: 70px;
  text-align: left;
}

.foot_zone-lien-cieq-li,
.foot_zone-lien-ecieq-li,
.foot_zone-lien-ahq-li {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}

.foot_zone-lien-cieq,
.foot_zone-lien-ecieq,
.foot_zone-lien-ahq {
  padding: 2px 5px 4px 5px;
  color: #fff;
  background-color: #293530;
}

.foot_zone-lien-cieq:hover {
  cursor: pointer;
  background-color: #054d49;
}

.foot_zone-lien-ecieq:hover {
  cursor: pointer;
  background-color: #f7ba2c;
}

.foot_zone-lien-ahq:hover {
  cursor: pointer;
  background-color: #e94150;
}

.ZonePiedTable .CIEQ .ZoneLienCIEQ {
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 70px;
}

/** rangée 2 **/
/** colonne 1-2 **/
/* .foot_credit_col {
display: block;
text-align: center;
color:white;
background-color: rgba(0,0,0,0.8);
}*/


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.gm-style-iw button {
  display: block !important;
  top: 2px !important;
  right: 1px !important;
  width: 7px !important;
  height: 7px !important;
  padding: 5px !important;
  border-radius: 50%;
  background-color: white !important;
  background-size: 11px 11px !important;
  background-repeat: no-repeat !important;
  background-position: 3px 1px !important;
  background-image: url("../../_img/BtnFermerPopup-infowindow.svg") !important;
}

.gm-style-iw>button>img,
.gm-style-iw>button>span {
  display: none !important;
}

/* ********************************************************************************** */
/* ******************** MEDIA SCREEN - STYLES POUR LE RESPONSIVE ******************** */
/* ********************************************************************************** */


@media screen and (max-width:665px) {

  /* ------ Entête ------ max-width 665px */

  .entete {
    width: 100%;
    height: 232px;
    background-size: auto 100%;
  }

  .entete__titre-zone {
    height: auto;
  }

  .entete__titre-surtitre {
    padding: 12px 5% 0 5%;
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 1.3rem;
  }

  .entete__titre {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  /* ------ Carte ------ max-width 665px */
  .sect-carte {
    height: 420px;
  }

  .sc__carte {
    height: calc(100% - 89px);
  }

  .sc__mc {
    display: block;
    height: auto;
  }

  .mc__elem {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 29px;
  }

  .mc__elem-zoom-qc {
    padding-right: 15px;
  }

  .mc__elem-zoom-france {
    padding-left: 15px;
  }

  .mc__elem-legende {
    box-sizing: border-box;
    margin: 0;
    padding: 2px 0px 0px 0px;
    width: 100%;
    height: 31px;
    color: #A2A2A2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .mc-legende__ul {
    width: 100%;
  }

  /* ------ infobulle ------ max-width 665px */

  /* ne fonctionne pas */
  .gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 305px;
    max-width: 305px;
    transform: translate(-50%, -100%);
    background-color: white;
    border-radius: 8px;
    padding: 0px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  }


  /* ------ à propos -- max-width 665px */

  .sect-filtres {
    width: 100%;
    background-image: url(../../_img/Fond-A-Propos-3150px.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
  }

  /* ------ Zone de recherche input ------ max-width 665px */
  .sf__recherche-div {
    padding-left: 18%;
  }

  /* SECTION Explorer l'inventaire - ONGLETS -- max-width 665px */
  .sf__onglet_ul {
    display: none;
  }

  .sf__titre {
    display: inline-block;
    width: auto;
    padding-left: 0px;
  }

  .sf__contenu {
    padding-left: 4%;
    padding-right: 4%;
    min-width: 0px;
  }

  .sf__article-actif {
    padding: 10px 0px 10px 0px;
  }
s
  art__personnage_li {
    width: 100%;
  }
}

@media screen and (min-width: 666px) {

  /* SECTION Explorer l'inventaire - ONGLETS -- min-width 666px */
  .sf__onglet_select {
    display: none;
  }

}

@media screen and (min-width: 666px) and (max-width: 765px) {

  /* ------ Entête ------ max-width 666-765px */

  .entete__titre-zone {
    height: 115px;
  }

  .entete__titre {
    font-size: 3rem;
    letter-spacing: 5px;
  }

  /* ------ Carte ------ max-width 666-765px */

  .sc__carte {
    height: calc(100% - 35px);
  }

  .mc__elem {
    padding-top: 5px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .mc__elem-zoom-qc {
    padding: 2px 0px 0px 5px;
    width: auto;
  }

  .mc__elem-zoom-france {
    padding: 2px 5px 0px 0px;
    width: auto;
  }

  /* ------ Zone de recherche libre ------ */

  .sf__recherche-div {
    padding-left: 18%;
  }

  /* ------ Zone de recherche par menu à onglets ------ */
  .art__personnage_li {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }

}

@media screen and (min-width: 666px) and (max-width: 850px) {

  /* ------ Zone de recherche par menu à onglets ------ */

  .sf__onglet_ul {
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }

}

@media screen and (max-width:940px) {
  .entete__titre {
    font-size: 1.5rem;
    letter-spacing: 5px;
  }

  /* ------ Pied de page ------ */
  .footer-wrap {
    padding: 0 30px 0 30px;
    min-width: 0;
    max-width: 940px;
  }
}

@media screen and (min-width: 766px) and (max-width: 1024px) {}

@media screen and (min-width: 1900px) {}