#main_wrapper_interne {
  max-width: 80% !important;
}

#map-canvas {
  height: 95%;
  margin: 0px;
  padding: 0px;
}
label {
  margin-bottom: 0 !important;
}
/*--GOOGLE MAP--------------*/
#detail_marker {
  padding: 5px 15px 10px;
  overflow: auto;
  display: none;
  background: #ebe8e8;
  -webkit-box-shadow: 0 7px 11px -6px #222;
  -moz-box-shadow: 0 7px 11px -6px #222;
  box-shadow: 0 7px 11px -6px #222;
  position: relative;
  z-index: 2;
  height: 400px;
}

.img_detail_marker {
  margin-top: 15px;
}

.detail_marker p {
  font-size: 14px !important;
}
.detail_marker h3 {
  color: #000 !important;
  font-size: 36px !important;
  font-weight: 600 !important;
}
.close_detail_marker {
  font-weight: lighter;
  color: #161616;
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.close_detail_marker:hover {
  cursor: pointer;
}
.detail_marker .icon_marker,
.detail_marker .icon_phone {
  font-size: 20px;
  display: inline-block;
  margin: 5px 10px 0px 0;
}
#wrapper_gmap_cat {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1200px;
}
.marker_cat,
.marker_subcat {
  overflow: auto;
  min-height: fit-content;
  cursor: pointer;
  padding: 5px 20px 5px 0 !important;
}
.one_cat:nth-child(2n + 1) {
  background-color: #eceaea;
}
@media (max-width: 1360px) {
  .marker_cat {
    min-height: 60px;
  }
}
@media (max-width: 1000px) {
  .marker_cat {
    min-height: 30px;
  }
}
.container_styled_box_carte {
  margin-bottom: 0 !important;
  padding: 2px;
}
.marker_cat_box,
.marker_subcat_box {
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  box-shadow: 0 0 0 1px black !important;
  border: 3px solid white;
  border-radius: 50% !important;
  opacity: 1 !important;
  margin-right: 5px !important;
}
input:read-only {
  border: 3px solid white !important;
}
button {
  background-image: none !important;
  color: black !important;
}

.marker_cat_box:checked,
.marker_subcat_box:checked {
  background-color: black; /* The "check" */
}
.img_marker_cat {
  width: 30px;
  margin: 6px 12px 0 0px;
  float: left;
}
.checkmark {
  display: none;
}
.gm-ui-hover-effect {
  padding: 0px !important;
}
.marker_cat .cat_name,
.subcat_name,
.parentCAT .cat_name {
  display: inline-block;
  color: black;
  font-size: 20px;
  width: calc(100% - 50px);
  line-height: 1.1em !important;
  padding-top: 6px;
}
.subcat_name {
  width: 69%;
}
.container_styled_box_subcat {
  margin-bottom: 0 !important;
  padding: 2px;
}
.marker_cat .no_img {
  margin-left: 50px;
}
.img_liste {
  padding-right: 0px;
}

.boutonfiltrer {
  text-decoration: none;
  background-color: white !important;
  font-size: 16px;
  color: black !important;
  background-image: none !important;
}
.boutonfiltrer:hover {
  color: black !important;
  background-color: white !important;
}
#partieListe {
  height: 100%;
  overflow-y: auto;
  padding: 10px;
}
#collapseOne {
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
}
/** overlay **/
.principaleDiv {
  position: relative;
  height: 900px;
}
.carteDIV {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.listeDIV {
  z-index: 9;
  width: 25%;
  min-width: 350px;
  height: fit-content;
  border-bottom-right-radius: 15px 15px;
}

.elementLieu {
  background-color: white;
  border-radius: 0.25rem;
  height: 180px;
  overflow-y: auto;
  margin: 10px;
}
input[type="checkbox"] {
  margin-top: 6px !important;
}
.ft-awsome {
  font-weight: 600;
  font-family: "Font Awesome\ 5 Free" !important;
  display: inline-block;
  font-size: 1.5em;
  margin-top: 5px;
  width: 50px;
  text-align: center;
}

.marker_cat .container_chkbox {
  /*padding-left: 15px !important;*/
}

.principaleDiv {
  height: fit-content !important;
}
#partieListe {
  height: 900px;
}
.marker_cat .cat_name,
.subcat_name,
.parentCAT .cat_name {
  padding-top: 0px !important;
  font-size: 16px !important;
}
.subcat_name {
  width: 100% !important;
}
.container_styled_box_subcat {
  height: 30px;
}
