html,
body {
  height: 100%;
}

#map {
  width: 100%;
  height: 100%;
}

div.leaflet-top,
div.leaflet-left {
  /*top: 150px;*/
  top: 110px;
}
div.leaflet-top,
div.leaflet-right {
  z-index: auto;
}

h1.title {
  font-size: 3.4em;
  font-weight: 400;
  line-height: 60px;
  /*color:#00919c;*/
  color: #106189;
}

.headerTransparent{
	z-index:999;
	background-color:rgba(255,255,255,0.88);
	color:#0077BC;
	position: fixed;
}

/* .subheaderTransparent {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.subheaderTransparent nav.route-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgb(58,58,58);
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}


.menu-menu-generique-florian > li {
    display: inline-block;
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    position: relative;
    text-align: center;
}

.menu-menu-generique-florian > li.separator {
  display: none;
}

@media screen and (max-width: 1100px) {
  .subheaderTransparent {
    width: 100%;
  }
}

div.leaflet-pelias-results {
  margin-top: 50px;
  z-index: 9999999;
}

div.btn-print {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  position: fixed;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: grey;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

div.leaflet-pelias-control {
  width: 100% !important ;
  background-color: rgba(2, 54, 114, 0.36);
  height: 60px !important ;
}

.leaflet-touch .leaflet-bar {
  border: transparent !important;
}

input.leaflet-pelias-input {
  color: #fff;
  font-size: 25px;
}

div.leaflet-pelias-close {
  color: #fff;
}

.leaflet-pelias-search-icon:hover {
  background-color: rgba(2, 54, 114, 0.36) !important;
}

.easy-button-button .button-state {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

img.logo {
  height: 69px ;
  max-width: 310px;
}

img.eco-gagnant {
  object-fit: cover;
  height: 40px;
  max-width: 310px;
}

.my-div-icon {
  font-size: 1em;
  width: 1em;
  padding: 0 0.9em;
  box-sizing: border-box;
  text-transform: uppercase;
}

span.query {
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.custom_search {
  height: 60px;
  width: 470px;
  font-size: 25px;
  background-color: rgba(2, 54, 114, 0.36);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 50px;
  background-image: url("./images/Search-icon.png");
  background-position: 2px 3px;
  background-repeat: no-repeat;
  background-size: 50px;
}

.full-width {
  width: 100% !important ;
}

.cpointer {
  cursor: pointer;
}

.hide {
  display: none;
}

/* Sidemap */
#basemap-wrapper {
  transition: all 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
  bottom: 15px;
}

/*print*/
div.bloc-header {
  text-align: center;
}

h1.print_header {
  font-weight: 800;
}

@media (max-width: 768px) {
  h1.print_header {
    font-size: x-large;
  }
}

/* print map */
div#map-print {
  position: relative;
  overflow: hidden;
}

#map-print .map-legend {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  transition: all 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
  overflow: hidden;
}

#map-print #map-legend-btn {
  visibility: hidden;
  position: absolute;
  bottom: 2%;
  right: 2%;
  font-size: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 99rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 1;
  color: white;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

#map-print #map-legend-btn:active {
  background-color: rgb(197, 197, 197);
}

@media screen and (max-width: 768px) {
  #map-print .map-legend {
    right: -283.9px;
  }
  #map-print #map-legend-btn {
    visibility: visible;
  }
}

/* table */
table,
tr,
td {
  border: 2px solid #000;
}

table#print-table {
  padding: 0 -15px !important;
}

/* table responsive */
@media screen and (max-width: 768px) {
  table tr,
  td {
    border: 1px solid #000;
    border-collapse: collapse;
  }
  table#print-table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table#print-table tr {
    display: block;
    border-collapse: collapse;
  }

  table#print-table td {
    display: block;
    text-align: left;
    border-collapse: collapse;
  }

  table#print-table th {
    display: block;
    text-align: center;
    border-collapse: collapse;
  }

  table#print-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
}



@media (max-width: 1024px) {
  #basemap-wrapper {
    bottom: 54px;
  }

  .hidden-tablet, .hidden-phone {
    visibility: hidden;
  }
}

/*end print*/

.leaflet-sidebar .close {
  top: 5px !important;
}

.leaflet-sidebar > .leaflet-control {
  top: 9% !important;
}

.end-list {
  gap: 2rem;
  padding-right: 30px;
}

.end-list a {
  color: black;
}

.end-list a:hover {
  color: rgb(255,0,72);
  text-decoration: none;
}

@media (max-width: 992px) { 
  .end-list {
    margin: 15px 30px;
    gap: 1rem;
  }
}

.card-body ul {
    margin-left: 15px
}

.card-header {
    background-color: #9bbb59;
}

.card-header:hover {
    background-color: #999;
}

.card-header .btn-link {
    color: #fff;
    white-space: normal;
    text-align: left;
}

.card-header .btn-link:hover {
    text-decoration: none;
}

.card-header .btn-link:focus {
    text-decoration: none;
}

img.leaflet-marker-icon {
  object-fit: cover;
}