#viz .leaflet-bottom, #viz .leaflet-top {
  z-index: 0;
}

#viz {
}

#viz * {
}

#viz .o {
  outline: 1px solid red!important;
}

#viz .hidden {
  display: none!important;
}

#viz h1,
#viz h2,
#viz h3,
#viz h4,
#viz h5,
#viz h6
{
  font-family: "DharmaGothicE", sans-serif;
}

#viz h1 {
  font-size: 3rem;
  margin: 0;
}

#viz h2 {
  font-size: 2.2rem;
}

#viz p {
  font-family: "Droid Serif", serif;
}

#viz .btn {
  font-family: "Epocapro", sans-serif;
}

#viz table {
  0font-family: "Epocapro", sans-serif;
}


/* LEGENDS */
#viz .legend {
  font-family: epocapro, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 10px 0;
}


/* MAPS */
#viz .map-container {
  margin-bottom: 20px;
}
@media screen and (min-width:600px){
  #viz .map-container {
    padding: 0;
  }
}

#viz .map {
  height: calc(100vh - 100px);
}
@media screen and (min-width:600px){
  #viz .map {
    height: calc(88vh - 50px);
  }
}

#viz .map .cluster-icon
{
  background: rgba(255,0,0,0.8);
  0background: rgba(0,0,0,0.8);
  color: #FFF;
  border: 5px solid rgba(0,0,0,0.2);
  0border: 5px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  font-family: "Epocapro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}


/* MAP POPUPS */
#viz .leaflet-popup-content-wrapper {
}

#viz .leaflet-popup-content {
  width: 320px!important;
}

@media screen and (min-width:600px){
  #viz .leaflet-popup-content {
  }
}
@media screen and (min-width:900px){
  #viz .leaflet-popup-content {
  }
}

@media screen and (min-width:500px){
  #viz .info {
    max-height: 400px;
    overflow-y: auto;
  }
}
@media screen and (min-width:600px){
  #viz .info {
    max-height: 450px;
    overflow-y: auto;
  }
}

#viz .info {
  background: rgb(236, 29, 35);
}

#viz .info * {
  margin: 0;
}

#viz .info .grouping {
  padding: 5px;
}

#viz .info .grouping.location {
  background-color: rgba(0,0,0,1);
  background-color: #343332;
  background-color: rgba(0,0,0,1);
  text-align: center;
  padding: 10px 0;
}

#viz .info .grouping.location h1 {
  color: #FFF;
  font-family: "DharmaGothicE", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  border: none;
}

#viz .info .grouping.identify {
  background-color: rgba(0,0,0,0.1);
  background-color: #E5454D;
  background-color: #A63137;
  background-color: #E5454D;
  background-color: rgba(0,0,0,0.1);
  text-align: center;
  padding: 10px 5px;
}

#viz .info .grouping.identify h2 {
  color: #FFF;
  font-family: "DharmaGothicE", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 1px;
  border: none;
  padding: 0;
}

#viz .info .grouping.photos {
  background-color: #000;
  background-color: rgba(0,0,0,0.1);
  background-color: #E5454D;
  background-color: #A63137;
  background-color: #E5454D;
  background-color: rgba(0,0,0,0.1);
  padding: 0 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#viz .info .grouping.photos img {
  display: block;
  width: 100%;
}

#viz .info .grouping.historique {
  background-color: #A63137;
  background-color: rgba(0,0,0,0.4);
  background-color: #444;
  background-color: rgba(0,0,0,1);
  background-color: #343332;
  padding: 15px;
}

#viz .info .grouping.recommandations {
  background-color: rgba(0,0,0,1);
  background-color: #E5454D;
  background-color: rgba(0,0,0,0.1);
  padding: 10px;
  padding-top: 15px;
  display: none;
}

#viz .info .grouping.historique h3,
#viz .info .grouping.recommandations h3 {
  color: #FFF;
  font-family: "DharmaGothicE", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none;
}

#viz .info .grouping.historique p,
#viz .info .grouping.recommandations p {
  color: #FFF;
  0font-size: 0.9rem;
  0font-weight: 400;
  0line-height: 1.5;
  margin: 10px 0;
  border: none;
}

#viz .info .grouping.historique p:not(:first-child) strong,
#viz .info .grouping.recommandations p:not(:first-child) strong {
  text-transform: uppercase;
}

#viz .info .grouping.historique strong:first-child,
#viz .info .grouping.recommandations strong:first-child {
  text-transform: inherit;
}

/* LIGHTBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#viz #the-thing.lightbox {
  padding: 20px;
  padding-top: 60px;
  position: fixed;
  top: 0;
}

#viz #the-thing.lightbox .close {
  color: #FFF;
}

#viz #the-thing.lightbox .container {
  margin-bottom: 20px;
}

#viz #the-thing.lightbox .content {
  padding: 10px;
  background-color: #FFF;
  overflow: hidden;
}

.espaceMap.overlay {
  z-index: 10000000!important;
}
