body.page-view-iframe-biowaste-players-map,
body.page-view-iframe-biowaste-players-map-go {
  overflow: hidden;
  background-color: #eee;
}

.views-view-grid {
  display: inline-block;
  height: 530px;
  overflow: scroll;
  overflow-x: hidden;
  vertical-align: top;
  background-color: #a2c617;
  margin: 0;
  padding: 0;
}

.geocompost-liste-line {
  font-size: 0.9em;
  line-height: 37px;
  height: 40px;
  cursor: pointer;
  padding-left: 125px;
}

.geocompost-liste-line.rcc-member-map {
  font-size: 0.9em;
  cursor: pointer;
  height: auto;
  padding-left: 125px;
  height: auto;
}

.geocompost-liste-line a {
  font-size: 0.9em;
  line-height: 37px;
  height: 40px;
  color: #fff;
  font-weight: bold;
}

.geocompost-liste-line:hover {
  color: #20682c;
}

.geocompost-liste-line .views-field-title {
  overflow: hidden;
  float: left;
  width: 100%;
  line-height: 37px;
  height: 40px;
}

.geocompost-liste-line.rcc-member-map .views-field-title {
  float: left;
  width: 100%;
  line-height: auto;
  height: auto;
}

.geocompost-liste-line-title-and-info {
  width: 100%;
}

.geocompost-liste-line-title {
  width: 86%;
  float: left;
  color: #fff;
  font-weight: bold;
}

.geocompost-liste-line-title.rcc-member-map {
  display: flex;
}

.geocompost-liste-line-info {
  width: 14%;
  float: right;
}

.view-member-map .view-filters,
.view-iframe-biowaste-players-map .view-filters,
.view-iframe-biowaste-players-map-go .view-filters,
.view-annuaire-geocompost .view-filters,
.view-annuaire-acteurs-biodechets .view-filters,
.view-annuaire-organisme-formation .view-filters {
  width: 100%;
  overflow: hidden;
  background-color: #20682d;
  color: #fff;
  margin-bottom: 50px;
}

.view-iframe-biowaste-players-map .view-filters,
.view-iframe-biowaste-players-map-go .view-filters {
  margin-top: 0;
  background-color: transparent;
  color: #20682d;
  margin-bottom: 0;
  text-align: right;
  padding: 0.5rem 3rem;
}
.view-iframe-biowaste-players-map .view-filters.mobile,
.view-iframe-biowaste-players-map-go .view-filters.mobile {
  background-color: #20682d;
  color: white;
}

.view-member-map .view-filters .form-select,
.view-annuaire-geocompost .view-filters .form-select,
.view-annuaire-acteurs-biodechets .view-filters .form-select,
.view-annuaire-organisme-formation .view-filters .form-select {
  padding: 10px;
  height: 60px;
  line-height: 20px;
  margin-top: 29px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 31px;
  opacity: 1;
}

.view-iframe-biowaste-players-map .view-filters .form-select,
.view-iframe-biowaste-players-map-go .view-filters .form-select {
  padding: 10px;
  height: 46px;
  line-height: 20px;
  margin-top: 29px;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  border-radius: 9px;
  border: none;
  opacity: 1;
}

.view-member-map .view-filters .form-select ~ label,
.view-annuaire-geocompost .view-filters .form-select ~ label,
.view-annuaire-acteurs-biodechets .view-filters .form-select ~ label,
.view-annuaire-organisme-formation .view-filters .form-select ~ label {
  color: #fff;
  opacity: 1;
  padding-top: 12px;
}

.view-iframe-biowaste-players-map-go .view-filters .form-select ~ label,
.view-iframe-biowaste-players-map-go .view-filters fieldset label,
.view-iframe-biowaste-players-map-go
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
.view-iframe-biowaste-players-map .view-filters .form-select ~ label,
.view-iframe-biowaste-players-map .view-filters fieldset label,
.view-iframe-biowaste-players-map
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label {
  color: #20682d;
  opacity: 1;
  padding-top: 12px;
}
.view-iframe-biowaste-players-map-go .view-filters.mobile .form-select ~ label,
.view-iframe-biowaste-players-map-go .view-filters.mobile fieldset label,
.view-iframe-biowaste-players-map-go
  .mobile
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
.view-iframe-biowaste-players-map .view-filters.mobile .form-select ~ label,
.view-iframe-biowaste-players-map .view-filters.mobile fieldset label,
.view-iframe-biowaste-players-map
  .mobile
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label {
  color: #fff;
  opacity: 1;
  padding-top: 12px;
}

.view-member-map .view-filters fieldset,
.view-annuaire-geocompost .view-filters fieldset,
.view-annuaire-acteurs-biodechets .view-filters fieldset,
.view-annuaire-organisme-formation .view-filters fieldset {
  display: block;
  overflow: hidden;
  width: 50%;
  float: left;
  padding: 0rem 2rem;
}

.view-iframe-biowaste-players-map .view-filters fieldset,
.view-iframe-biowaste-players-map-go .view-filters fieldset {
  display: block;
  overflow: hidden;
  width: 28%;
  float: left;
  margin-bottom: 0 !important;
}

.view-member-map .view-filters fieldset input,
.view-annuaire-geocompost .view-filters fieldset input,
.view-annuaire-acteurs-biodechets .view-filters fieldset input,
.view-annuaire-organisme-formation .view-filters fieldset input {
  height: 60px;
  border-radius: 32px;
  margin-top: 33px;
  margin-left: 7px;
  padding: 0 25px !important;
  box-shadow: 0px 3px 6px #00000029;
}

.view-iframe-biowaste-players-map .view-filters fieldset input,
.view-iframe-biowaste-players-map-go .view-filters fieldset input {
  height: 46px;
  border-radius: 9px;
  margin-top: 29px;
  margin-left: 7px;
  padding: 0 25px !important;
  border: none;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.view-member-map .view-filters fieldset label,
.view-annuaire-geocompost .view-filters fieldset label,
.view-annuaire-acteurs-biodechets .view-filters fieldset label,
.view-annuaire-organisme-formation .view-filters fieldset label {
  z-index: 1;
  color: #fff;
  height: 25px;
  opacity: 1 !important;
}

.view-member-map .view-filters fieldset .form-type-select,
.view-iframe-biowaste-players-map-go .view-filters fieldset .form-type-select,
.view-iframe-biowaste-players-map .view-filters fieldset .form-type-select,
.view-annuaire-geocompost .view-filters fieldset .form-type-select,
.view-annuaire-acteurs-biodechets .view-filters fieldset .form-type-select,
.view-annuaire-organisme-formation .view-filters fieldset .form-type-select {
  display: block;
  overflow: hidden;
  width: 35% !important;
  float: left;
}

.view-member-map .view-filters fieldset .form-type-textfield,
.view-iframe-biowaste-players-map-go
  .view-filters
  fieldset
  .form-type-textfield,
.view-iframe-biowaste-players-map .view-filters fieldset .form-type-textfield,
.view-annuaire-geocompost .view-filters fieldset .form-type-textfield,
.view-annuaire-acteurs-biodechets .view-filters fieldset .form-type-textfield,
.view-annuaire-organisme-formation .view-filters fieldset .form-type-textfield {
  margin-top: 35px;
  height: 38px;
  border-radius: 25px;
  padding: 0px 0px 0px 0px;
  margin-left: 7px;
  line-height: 43px;
}

.view-member-map .view-filters fieldset select,
.view-iframe-biowaste-players-map-go .view-filters fieldset select,
.view-iframe-biowaste-players-map .view-filters fieldset select,
.view-annuaire-geocompost .view-filters fieldset select,
.view-annuaire-acteurs-biodechets .view-filters fieldset select,
.view-annuaire-organisme-formation .view-filters fieldset select {
  margin: 11px 5px;
}

.view-member-map .view-filters .form-actions,
.view-annuaire-geocompost .view-filters .form-actions,
.view-annuaire-acteurs-biodechets .view-filters .form-actions,
.view-annuaire-organisme-formation .view-filters .form-actions {
  float: right;
  margin-right: 65px;
  clear: both;
}
.view-iframe-biowaste-players-map-go .view-filters .form-actions,
.view-iframe-biowaste-players-map .view-filters .form-actions {
  width: 19%;
  margin-right: 0px;
  clear: both;
}
.view-iframe-biowaste-players-map-go .view-filters .form-actions button,
.view-iframe-biowaste-players-map .view-filters .form-actions button {
  padding: 0.5rem;
  margin-top: 1.8rem;
}

.view-iframe-biowaste-players-map-go .views-exposed-form > .row,
.view-iframe-biowaste-players-map .views-exposed-form > .row {
  justify-content: center;
}

.view-member-map > .view-content,
.view-iframe-biowaste-players-map-go > .view-content,
.view-iframe-biowaste-players-map > .view-content,
.view-id-annuaire_geocompost > .view-content,
.view-id-annuaire_acteurs_biodechets > .view-content,
.view-id-annuaire_organisme_formation > .view-content {
  float: left;
  overflow: hidden;
  width: 68%;
  margin: 0;
  padding: 0;
}

.view-footer {
  font-size: 0.9rem;
  padding-left: 25px;
  width: 40%;
}

.checkbox-ouvert-public {
  float: right;
  margin-bottom: 18px;
  margin-right: 73px;
  clear: both;
}

.checkbox-adherent-rcc {
  float: right;
  margin-top: 49px;
  margin-right: 104px;
  padding: 1rem 0rem 2rem 0rem;
}

.view-iframe-biowaste-players-map-go .checkbox-adherent-rcc,
.view-iframe-biowaste-players-map .checkbox-adherent-rcc {
  width: auto;
  padding-top: 2.5rem;
  margin-right: 0;
  font-size: 1.2rem;
  font-size: 1rem;
}

.checkbox-of-gprox {
  float: right;
  margin-top: -34px;
  margin-right: 67px;
  clear: both;
  padding-bottom: 20px;
}

.firefox {
  margin-top: -10px;
  font-size: 15px;
  margin-left: 10px;
}

.form-floating > .form-control:focus ~ label.firefox {
  transform: none;
}

.view-member-map > .attachment,
.view-iframe-biowaste-players-map-go > .attachment,
.view-iframe-biowaste-players-map > .attachment,
.view-annuaire-geocompost > .attachment,
.view-annuaire-acteurs-biodechets > .attachment,
.view-annuaire-organisme-formation > .attachment {
  position: relative;
  height: 500px;
}

.view-member-map > .attachment > .views-element-container,
.view-annuaire-geocompost > .attachment > .views-element-container,
.view-annuaire-acteurs-biodechets > .attachment > .views-element-container,
.view-annuaire-organisme-formation > .attachment > .views-element-container {
  position: absolute;
  width: 34%;
  height: 480px;
  background-color: #a2c617;
  top: 40px;
  right: 70px;
  z-index: 0;
}

.view-iframe-biowaste-players-map-go > .attachment > .views-element-container,
.view-iframe-biowaste-players-map > .attachment > .views-element-container {
  position: absolute;
  width: 45%;
  height: 480px;
  background-color: #a2c617;
  top: 40px;
  right: 0px;
  z-index: 0;
}

#leaflet-map-view-member-map-member-map-overview,
#leaflet-map-view-iframe-biowaste-players-map-go-page-1,
#leaflet-map-view-iframe-biowaste-players-map-page-1,
#leaflet-map-view-annuaire-geocompost-page-1,
#leaflet-map-view-annuaire-acteurs-biodechets-page-1,
#leaflet-map-view-annuaire-organisme-formation-page-1 {
  clear: both;
}

.view-display-id-member_map_list > .view-content,
.view-display-id-attachment_1 > .view-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.custom-div-icon {
  z-index: 1000;
  display: block;
}

.geocomposte-marker {
  width: 24px;
  height: 22px;
  margin-left: -11px;
  margin-top: -10px;
}

.icon-title-geocomposte {
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

span.icon-title-geocomposte {
  min-width: 22px;
  min-height: 26px;
  margin-top: 0.6rem;
}

.geocompost-liste-line-title.rcc-member-map > p {
  line-height: normal;
  margin-top: 0.6rem;
  margin-left: 0.3rem;
}

.marker-vert {
  background-image: url('/modules/custom/leaflet_custom/images/marker-vert.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.marker-vert-fonce {
  background-image: url('/modules/custom/leaflet_custom/images/marker-vert-fonce.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.marker-vert-clair {
  background-image: url('/modules/custom/leaflet_custom/images/marker-vert-clair.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.marker-brown {
  background-image: url('/modules/custom/leaflet_custom/images/marker-brown.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.marker-orange {
  background-image: url('/modules/custom/leaflet_custom/images/marker-orange.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.marker-yellow {
  background-image: url('/modules/custom/leaflet_custom/images/marker-yellow.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.marker-selected {
  background-image: url('/modules/custom/leaflet_custom/images/marker-fluo.png') !important;
  background-repeat: no-repeat;
  background-size: 100%;
}

.list-group-item.active {
  background-color: #a2c616 !important;
  border: none !important;
}

.quicktabs-tabs > li > a {
  color: #20682c !important;
}

.in-member-map {
  margin: auto;
}

#map-legends {
  margin-left: 20px;
  margin-top: 10px;
}

#button-se-localiser {
  position: absolute;
  bottom: 1%;
  text-align: center;
  width: 10%;
  left: 0.4%;
  z-index: 100;
  background-color: darkgreen;
  font-size: 0.9em;
  padding: 3px !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  text-align: center;
}

.leaflet-popup-content h5 {
  font-weight: bold;
}
.leaflet-popup-content h5 a {
  color: #20682d;
}
.leaflet-popup-content strong {
  display: block;
}
.leaflet-container a.btn {
  color: white;
  font-weight: normal;
}

.search-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 1rem;
}

.map-legends {
  padding-bottom: 40px;
  clear: both;
  padding-left: 5px;
  padding-top: 10px;
}

.checkbox-round {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid rgb(255, 255, 255);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.view-iframe-biowaste-players-map .checkbox-round,
.view-iframe-biowaste-players-map-go .checkbox-round {
  border: 1px solid rgb(177, 177, 177);
}

.checkbox-round:checked {
  background-color: #66bb6a;
}

#filter-button-map-mobile {
  display: none;
}

#map-overley {
  display: none;
  z-index: 2;
}

.view-filters {
  display: none;
  position: absolute;
  right: 0px;
  top: 24px;
  z-index: 3;
}

.view-filters.mobile {
  margin-top: 477px;
}

.page-view-iframe-biowaste-players-map .view-filters.mobile {
  margin-top: -25px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .view-filters {
    display: block;
    position: initial;
  }
  .checkbox-of-gprox,
  .checkbox-ouvert-public,
  .checkbox-adherent-rcc {
    margin-top: 2.2rem;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .view-member-map,
  .view-iframe-biowaste-players-map,
  .view-iframe-biowaste-players-map-go,
  .view-annuaire-geocompost,
  .view-id-annuaire_acteurs_biodechets,
  .view-id-annuaire_organisme_formation {
    position: relative;
  }

  #leaflet-map-view-member-map-member-map-overview,
  #leaflet-map-view-iframe-biowaste-players-map-go-page-1,
  #leaflet-map-view-iframe-biowaste-players-map-page-1,
  #leaflet-map-view-annuaire-geocompost-page-1,
  #leaflet-map-view-annuaire-acteurs-biodechets-page-1,
  #leaflet-map-view-annuaire-organisme-formation-page-1 {
    z-index: 0;
  }

  .view-filters {
    display: none;
    position: absolute;
    right: 0px;
    top: 24px;
    z-index: 3;
    margin-top: 477px;
  }

  #filter-button-map-mobile {
    display: block;
    background-color: #20682c;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
    border: none;
    font-weight: bold;
    padding: 1px 10px;
    font-size: 1rem;
    width: 25%;
  }

  #map-overley {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    will-change: opacity;
    width: 100%;
    height: 500px;
  }

  .checkbox-ouvert-public {
    margin-right: 17px;
  }

  .checkbox-adherent-rcc {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
  }

  .checkbox-of-gprox {
    margin-top: 27px;
    margin-left: 10px;
    padding: 1rem;
    float: none;
  }

  .view-member-map .attachment,
  .view-iframe-biowaste-players-map .attachment,
  .view-iframe-biowaste-players-map-go .attachment,
  .view-annuaire-geocompost .attachment,
  .view-id-annuaire_acteurs_biodechets .attachment,
  .view-id-annuaire_organisme_formation .attachment {
    display: none;
  }

  .view-member-map > .view-content,
  .view-iframe-biowaste-players-map > .view-content,
  .view-iframe-biowaste-players-map-go > .view-content,
  .view-id-annuaire_geocompost > .view-content,
  .view-id-annuaire_acteurs_biodechets > .view-content,
  .view-id-annuaire_organisme_formation > .view-content {
    width: 100%;
    position: relative;
  }

  .view-member-map .view-filters fieldset,
  .view-iframe-biowaste-players-map .view-filters fieldset,
  .view-iframe-biowaste-players-map-go .view-filters fieldset,
  .view-annuaire-geocompost .view-filters fieldset,
  .view-annuaire-acteurs-biodechets .view-filters fieldset,
  .view-annuaire-organisme-formation .view-filters fieldset {
    width: 97% !important;
    float: none;
  }

  .view-member-map .view-filters fieldset input,
  .view-iframe-biowaste-players-map .view-filters fieldset input,
  .view-iframe-biowaste-players-map-go .view-filters fieldset input,
  .view-annuaire-geocompost .view-filters fieldset input,
  .view-annuaire-acteurs-biodechets .view-filters fieldset input,
  .view-annuaire-organisme-formation .view-filters fieldset input {
    width: 98%;
    margin-left: 9px;
    margin-top: 30px;
    padding: 0px 5px !important;
    height: 60px;
    text-align: center;
  }

  .view-member-map .view-filters fieldset label,
  .view-iframe-biowaste-players-map .view-filters fieldset label,
  .view-iframe-biowaste-players-map-go .view-filters fieldset label,
  .view-annuaire-geocompost .view-filters fieldset label,
  .view-annuaire-acteurs-biodechets .view-filters fieldset label,
  .view-annuaire-organisme-formation .view-filters fieldset label {
    top: -2px;
  }

  .view-member-map .view-filters .form-actions,
  .view-iframe-biowaste-players-map-go .view-filters .form-actions,
  .view-iframe-biowaste-players-map .view-filters .form-actions,
  .view-annuaire-geocompost .view-filters .form-actions,
  .view-annuaire-acteurs-biodechets .view-filters .form-actions,
  .view-annuaire-organisme-formation .view-filters .form-actions {
    float: none;
    padding-top: 10px;
  }

  .view-member-map .view-filters .form-actions,
  .view-iframe-biowaste-players-map-go .view-filters .form-actions,
  .view-iframe-biowaste-players-map .view-filters .form-actions,
  .view-annuaire-geocompost .view-filters .form-actions,
  .view-annuaire-acteurs-biodechets .view-filters .form-actions,
  .view-annuaire-organisme-formation .view-filters .form-actions {
    float: right !important;
    margin-right: 1%;
    margin-top: 0px;
  }

  .view-member-map .view-filters,
  .view-iframe-biowaste-players-map .view-filters,
  .view-iframe-biowaste-players-map-go .view-filters,
  .view-annuaire-geocompost .view-filters,
  .view-annuaire-acteurs-biodechets .view-filters,
  .view-annuaire-organisme-formation .view-filters {
    margin-bottom: 0px;
  }

  .view-member-map .view-filters fieldset select,
  .view-iframe-biowaste-players-map .view-filters fieldset select,
  .view-iframe-biowaste-players-map-go .view-filters fieldset select,
  .view-annuaire-geocompost .view-filters fieldset select,
  .view-annuaire-acteurs-biodechets .view-filters fieldset select,
  .view-annuaire-organisme-formation .view-filters fieldset select {
    margin: 31px 5px 0px 5px;
  }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
}
