.anchor-prez {
    z-index: 10000;
    color: white;
    margin-bottom: 0;
    height: 80px;
    display: flex;
    align-items: flex-end;
}

.anchor-prez.left::before {
    content: '';
    background-image: url(/index.php/view/media/getMedia?repository=projetpublic&project=06_localisation_enjeux_especes_foret&path=..%2Fmedia%2Fthemes%2Fdefault%2Fcss%2F/svg/back-drawn-arrow-svgrepo-com.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    width: 90px;
    height: 58px;
}

.anchor-prez.right::after {
    content: '';
    background-image: url(/index.php/view/media/getMedia?repository=projetpublic&project=06_localisation_enjeux_especes_foret&path=..%2Fmedia%2Fthemes%2Fdefault%2Fcss%2F/svg/back-drawn-arrow-svgrepo-com.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    width: 90px;
    height: 58px;
    transform: scaleX(-1);
}

button.btn {
  background-color: #0187ce;
  /*color: #ffffff;*/
  border: 1px solid transparent;
}


button.btn:hover, button.btn.active, a.btn:hover, a.btn.active, input.btn:hover, input.btn.active {
  background-color: #f65f1a;
 /* color: #1a1a1a;*/
}


.lizmapPopup.olPopup .lizmapPopupTable thead, #map-content .lizmapPopupTable thead, #popupcontent .lizmapPopupTable thead, #liz-atlas-item-detail .lizmapPopupTable thead, div.attribute-layer-feature-panel .lizmapPopupTable thead {
  color: white;
  background-color: #0187ce;
}

.lizmapPopup.olPopup .lizmapPopupTable, #map-content .lizmapPopupTable, #popupcontent .lizmapPopupTable, #liz-atlas-item-detail .lizmapPopupTable, div.attribute-layer-feature-panel .lizmapPopupTable {
  border: 1px solid #1a1a1a;
}

.lizmapPopup.olPopup .lizmapPopupTable, #map-content .lizmapPopupTable, #popupcontent .lizmapPopupTable {
  background: #333333 !important;
  margin-bottom: 10px;
  font-size: 0.8em;
  width: 100%;
  background-color: #ffffff !important;
  border: 1px solid #1a1a1a !important;
  border-collapse: collapse;
}

.lizmapPopup.olPopup .lizmapPopupTable, #map-content .lizmapPopupTable, #popupcontent .lizmapPopupTable, #liz-atlas-item-detail .lizmapPopupTable, div.attribute-layer-feature-panel .lizmapPopupTable {
  background-color: #0187ce;
    border: 1px solid #1a1a1a;
}