.container.container-md {
  max-width: 1170px;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 3px solid #FFF;
  animation: prixClipFix 2s linear infinite;
}

.btn .loader {
  width: 20px;
  height: 20px;
}

.btn-white .loader::before {
  border-color: #9dbd53;
}

.btn.loading .icon {
  display: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.bg-green {
  background: var(--color-light-green);
}
.bg-green #buddypress #groups-list li .group-inner-list,
.bg-green #gifts_map_container {
  border: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0901960784) !important;
}

/************************************************************************************************/
/* GIFTS MAP */
/************************************************************************************************/
#gifts_map {
  width: 100%;
  aspect-ratio: 16/9;
}

.marker-white-label {
  color: #FFF !important;
  font-weight: bold !important;
  margin-top: -8px;
  margin-left: -2px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.26);
  z-index: 9999;
  position: relative;
}

.gifts_maps_projects_zone_content {
  overflow: hidden;
}

#gifts_map_container {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
#gifts_map_container img.avatar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
  width: 60px;
  height: auto;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.0784313725);
}

/************************************************************************************************/
/* MAP FILTERS */
/************************************************************************************************/
#gifts_maps_projects {
  overflow: hidden !important;
}
#gifts_maps_projects .gifts_maps_project_image {
  position: relative;
}
#gifts_maps_projects .gifts_maps_project_image > img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
#gifts_maps_projects .gifts_maps_project_zone {
  height: auto !important;
  background: rgba(255, 193, 7, 0.8588235294);
  color: #111;
  padding: 2px 10px 3px 10px;
  border-radius: 5px;
  border: none;
  display: inline-block;
  margin-bottom: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
#gifts_maps_projects .gifts_maps_project_nb_trees {
  color: #222;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  padding: 4px 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9803921569);
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
  width: max-content;
}
#gifts_maps_projects .gifts_maps_project_nb_trees img {
  height: 23px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#gifts_maps_projects .gifts_maps_project_nb_trees span {
  vertical-align: bottom;
}
#gifts_maps_projects .gifts_maps_project {
  float: left;
  width: 25%;
  padding: 0 10px;
  border: 1px solid #EEE;
  background: #f7f7f7;
}
#gifts_maps_projects .gifts_maps_project_content {
  padding: 0 10px;
}
#gifts_maps_projects .gifts_maps_project_title.item-title {
  text-align: left;
  font-size: 20px !important;
}
#gifts_maps_projects .group-inner-list {
  padding-top: 0 !important;
  overflow: hidden;
}

#gifts_maps_projects_country_filters,
#gifts_maps_projects_years_filters {
  display: flex;
}
#gifts_maps_projects_country_filters span.filter-label,
#gifts_maps_projects_years_filters span.filter-label {
  display: flex;
  text-wrap: nowrap;
  line-height: 40px;
  min-width: 67px;
}

.gifts_maps_projects_filters {
  overflow: hidden;
  width: 100%;
  padding: 20px 20px;
  background: #f6f6f6;
}
.gifts_maps_projects_filters ul {
  margin-bottom: 0;
  padding-left: 0;
}
.gifts_maps_projects_filters span.filter-label {
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  display: flex;
  text-wrap: nowrap;
  line-height: 40px;
}
.gifts_maps_projects_filters .filter {
  display: inline-block;
  background: #fff;
  margin: 2px 4px 2px 0;
  padding: 8px 12px;
  color: var(--color-dark-green);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.gifts_maps_projects_filters .filter.active, .gifts_maps_projects_filters .filter:hover {
  background: var(--color-light-green);
  border-color: var(--color-light-green);
  color: #fff;
}

/************************************************************************************************/
/* GOOGLE MAP */
/************************************************************************************************/
#no_vimp_google_map_modale {
  height: 70vh;
  /*margin: 80px 120px 100px;*/
  padding: 0 40px;
  border-radius: 40px;
  /*background-color: #fff;*/
  /*background-color: #b0d45d;*/
}

#vimp_google_map_modale {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0;
  display: none;
  transition: all 0.4s;
  transform: scale(0.99);
}
#vimp_google_map_modale.active {
  display: block;
}
#vimp_google_map_modale.visible {
  opacity: 1;
  transform: scale(1);
}

#vimp_google_map_modale_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  font-size: 11px;
  cursor: pointer;
}
#vimp_google_map_modale_close img {
  height: 15px;
  vertical-align: middle;
  margin-left: 10px;
}

#vimp_google_maps_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 5px;
  position: relative;
}

#vimp_google_map_content_wrapper {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  height: 100%;
  transition: all 0.4s;
  background: transparent;
}
#vimp_google_map_content_wrapper.active {
  width: 100%;
  background: rgba(255, 255, 255, 0.8392156863);
}

.google_map_content_close,
#vimp_google_map_content .map_lieu .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
.google_map_content_close span.icon,
#vimp_google_map_content .map_lieu .close span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.4s;
}
.google_map_content_close span.icon:before, .google_map_content_close span.icon:after,
#vimp_google_map_content .map_lieu .close span.icon:before,
#vimp_google_map_content .map_lieu .close span.icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.google_map_content_close span.icon:before,
#vimp_google_map_content .map_lieu .close span.icon:before {
  transform: rotate(45deg);
}
.google_map_content_close span.icon:after,
#vimp_google_map_content .map_lieu .close span.icon:after {
  transform: rotate(-45deg);
}

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

#vimp_google_map {
  height: 100%;
  width: 100%;
  margin-left: 0;
}
#vimp_google_map .cluster {
  width: 33px !important;
}
#vimp_google_map .cluster > div {
  width: 43px !important;
  height: 43px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  border-radius: 100px;
  border: 3px solid white;
  background-color: #83b261;
}
#vimp_google_map .cluster > div:hover {
  background-color: #9ebd83;
}
#vimp_google_map .cluster.cluster-1 > div {
  background-color: #8d8d8d;
  span{
    color: #fff !important;
  }
}
#vimp_google_map .cluster > div {
  span{
    color: #fff !important;
  }
}
#vimp_google_map .cluster.cluster-1 > div:hover {
  background-color: #9b9b9b;
}
#vimp_google_map_content .content_left * {
  color: #fff !important;
}
#vimp_google_map .gm-style-cc,
#vimp_google_map img[alt=Google] {
  display: none !important;
}

#vimp_google_map_content {
  width: 100%;
}
#vimp_google_map_content .map_lieu {
  position: absolute;
  background: #ffffff;
  height: 0;
  width: 0;
  max-width: 920px;
  max-height: 590px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  transition: opacity 0.4s;
  opacity: 0;
}
#vimp_google_map_content .map_lieu.active {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  opacity: 1;
  max-width: 870px;
  max-height: 540px;
}
#vimp_google_map_content .map_lieu .atfy_wrap_progressbar {
  order: 7;
  margin-top: 10px;
  border: 2px solid var(--color-light-green) !important;
  height: 28px;
  line-height: 24px;
  border-radius: 0px !important;
}
#vimp_google_map_content .map_lieu .atfy_wrap_progressbar .atfy_progressbar {
  background: var(--color-light-green);
  height: 100%;
  border-radius: 1px !important;
  min-width: 25px;
}
#vimp_google_map_content .map_lieu .ploop_amount {
  font-family: "Open Sans", sans-serif;
  text-shadow: 1px 1px 2px #000;
}
#vimp_google_map_content .map_lieu .ploop_objective_wrap {
  margin: 0px 0 20px 0px !important;
  padding: 5px 0px;
  border-radius: 0 0 5px 5px;
  height: auto !important;
}
#vimp_google_map_content .map_lieu .ploop_objective_wrap h4 {
  color: #FFF;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  text-shadow: 1px 1px 2px #000;
}
#vimp_google_map_content .map_lieu .content_left {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
#vimp_google_map_content .map_lieu .content_left .content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(3, 3, 3, 0.5294117647);
  color: #FFF;
  font-family: "Open Sans", sans-serif;
}
#vimp_google_map_content .map_lieu .content_left .content .content_center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px 30px;
}
#vimp_google_map_content .map_lieu .image {
  height: 100%;
  background-color: #999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
#vimp_google_map_content .map_lieu .image img {
  opacity: 0;
}
#vimp_google_map_content .map_lieu .content_wrapper {
  padding: 10px 20px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#vimp_google_map_content .map_lieu .content_wrapper .content_text {
  overflow: auto;
  height: 100%;
  padding-bottom: 40px;
  scrollbar-color: var(--color-light-green) #F7F7F7;
  scrollbar-width: 2px;
  padding-right: 10px;
}
#vimp_google_map_content .map_lieu .titre {
  position: relative;
}
#vimp_google_map_content .map_lieu .titre h2 {
  text-align: left;
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.2em;
  font-family: Open Sans, sans-serif;
  color: #444444;
  line-height: 1.3em;
}
#vimp_google_map_content .map_lieu .atfy_has_tooltip {
  width: 40px;
  margin: 0 2px;
}
#vimp_google_map_content .map_lieu .close {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  opacity: 1;
  font-family: PTSansRegular, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 200;
  cursor: pointer;
  background: #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7882352941) 0%, rgba(255, 255, 255, 0.7607843137) 64%, rgba(255, 255, 255, 0.3) 100%);
  height: 50px;
  width: 100%;
  line-height: 50px;
}
#vimp_google_map_content .map_lieu .close span {
  display: inline-block;
}
#vimp_google_map_content .map_lieu .close .icon {
  height: 10px !important;
  width: 10px !important;
  margin-left: 5px;
  margin-top: -5px;
}
#vimp_google_map_content .map_lieu .close .icon:after, #vimp_google_map_content .map_lieu .close .icon:before {
  height: 2px !important;
}
#vimp_google_map_content .map_lieu .product_infos {
  text-align: left;
}
#vimp_google_map_content .map_lieu .product_infos .product_infos_title {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  background: var(--color-light-green);
  display: inline-block;
  text-align: left;
  font-size: 12px;
  padding: 8px 10px 6px 10px;
  border-radius: 0px;
  color: #fff !important;
  margin-bottom: 15px;
}
#vimp_google_map_content .map_lieu .product_infos .product_infos_title img {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
}
#vimp_google_map_content .map_lieu .product_infos p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

/************************************************************************************************/
/* MEMBER GIFTS STATIC MAP */
/************************************************************************************************/
#gifts_map_meta {
  font-style: italic;
  overflow: hidden;
}

#static_map_wrapper {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0901960784);
  border: 2px solid #FFF;
}

#static_map {
  position: relative;
  width: 100%;
}
#static_map img.map_bg {
  width: 100%;
  height: auto;
}
#static_map img.avatar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
  width: 60px;
  height: auto;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.0784313725);
}
#static_map .country {
  position: absolute;
  display: block;
  align-items: center;
  justify-content: center;
  top: 0%;
  left: 0%;
}
#static_map .country.france {
  top: 22.4%;
  left: 47.6%;
}
#static_map .country.martinique {
  top: 40%;
  left: 26.4%;
}
#static_map .country.nouvelle-caledonie {
  top: 61.7%;
  left: 94.7%;
}
#static_map .country.guyane {
  top: 47.7%;
  left: 30.1%;
}
#static_map .country.chine {
  top: 33.2%;
  left: 79%;
}
#static_map .country.canada {
  top: 14%;
  left: 14%;
}
#static_map .country.armenie {
  top: 31%;
  left: 62.7%;
}
#static_map .country.cambodge {
  top: 43.7%;
  left: 78.5%;
}
#static_map .country.indonesie {
  top: 51.2%;
  left: 81.2%;
}
#static_map .country.liban {
  top: 30.8%;
  left: 58.2%;
}
#static_map .country.madagascar {
  top: 61.7%;
  left: 60.7%;
}
#static_map .country.malaisie {
  top: 47%;
  left: 82%;
}
#static_map .country.mexique {
  top: 37.2%;
  left: 15.7%;
}
#static_map .country.thailande {
  top: 40.2%;
  left: 75.5%;
}
#static_map .country.togo {
  top: 46.3%;
  left: 47%;
}
#static_map .country.equateur {
  top: 52.3%;
  left: 23%;
}
#static_map .country.colombie {
  top: 48.3%;
  left: 25.3%;
}
#static_map .country .ethiopie, #static_map .country.ethiopie-kenya {
  top: 46.8%;
  left: 59%;
}
#static_map .country img {
  width: 55px;
  height: auto;
}
#static_map .country span.nb-trees {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-left: -2px;
  font-family: "Open Sans", sans-serif !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.26);
}
#static_map .country span.country_name {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/************************************************************************************************/
/* SOCIAL SHARING */
/************************************************************************************************/
#static_map_header .share-links {
  padding: 0;
}
#static_map_header .btn {
  margin-top: 0 !important;
  margin-left: 6px;
}

.share-links span a {
  margin: 0 4px !important;
  color: #ffffff;
  background: #9dbd53;
  padding: 10px;
  border-radius: 5px;
}
.share-links span a:hover {
  background: #7f9d3b !important;
  color: #ffffff;
}

.bg-green .share-links span a {
  background: #ffffff;
  color: #9dbd53;
  transition: all 0.3s;
  transform: rotate(0deg);
  border: 1px solid #FFF;
}
.bg-green .share-links span a:hover {
  background: #8dab48 !important;
  border-color: #768f3d !important;
  color: #fff;
}

#static_map_countries_stats {
  position: absolute;
  color: #FFF;
  background: #6f8e30;
  padding: 8px 10px;
  border-radius: 3px;
  top: 10px;
  right: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0784313725);
  /* font-weight: 600; */
  font-size: 15px;
}
#static_map_countries_stats img.tree {
  width: 20px;
  vertical-align: middle;
  margin-top: -1px;
  filter: brightness(10);
}
#static_map_countries_stats .text {
  display: inline-block;
  vertical-align: middle;
}

.toggle_filters {
  display: none;
}

@media only screen and (max-height: 850px) {
  #vimp_google_map_modale #vimp_google_maps_container {
    width: calc(100% - 4vw) !important;
    height: calc(100% - 6vw) !important;
    top: 4vw !important;
    left: 2vw !important;
  }
  #vimp_google_map_filters {
    padding: 20px 15px !important;
    overflow: auto !important;
  }
}
@media only screen and (min-width: 1480px) {
  .simple_map_infos {
    width: 30vw !important;
  }
}
@media only screen and (max-width: 1023px) {
  .simple_map_point {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1350px) {
  #no_vimp_google_map_modale {
    margin: 80px 20px 100px;
  }
}
@media only screen and (max-width: 980px) {
  #no_vimp_google_map_modale {
    padding: 0;
  }
}
/************************************************************************************************/
/* GOOGLE MAP MOBILE */
/************************************************************************************************/
@media (orientation: portrait) {
  #no_vimp_google_map_modale {
    aspect-ratio: 9/10;
    height: auto;
  }
  .google_map_content_close {
    top: 20px;
    right: 20px;
  }
  .gmnoprint {
    display: none !important;
  }
  #vimp_google_map_content_wrapper.active {
    background-color: rgba(255, 255, 255, 0.8784313725);
  }
  #vimp_google_map_content .map_lieu {
    display: none;
    transition: none;
    border-radius: 10px;
    overflow: auto;
    scrollbar-color: var(--color-light-green) #F7F7F7;
    scrollbar-width: 2px;
    width: calc(100% - 30px);
    max-width: 870px;
    z-index: 1;
    top: 60px;
    transform: translateX(-50%);
    height: calc(100% - 90px);
    max-height: none;
  }
  #vimp_google_map_content .map_lieu.active {
    flex-direction: column;
    z-index: 9999;
    display: block;
    top: 60px;
    transform: translateX(-50%);
    height: calc(100% - 90px);
    max-height: none;
  }
  #vimp_google_map_content .map_lieu .image {
    height: 270px;
    width: 100%;
  }
  #vimp_google_map_content .map_lieu .ploop_objective_wrap {
    margin-bottom: 10px;
  }
  #vimp_google_map_content .map_lieu .ploop_objective_wrap h4 {
    font-size: 16px;
    line-height: 1.3em;
  }
  #vimp_google_map_content .map_lieu .btn {
    padding: 7px 13px !important;
  }
  #vimp_google_map_content .map_lieu .content_wrapper,
  #vimp_google_map_content .map_lieu .content_left {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #vimp_google_map_content .map_lieu .content_wrapper .content_text {
    height: auto;
    overflow: hidden;
  }
  #vimp_google_map_content .map_lieu .content_left .content .content_center {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    padding: 20px 30px;
  }
  #wpadminbar {
    display: none !important;
  }
  #maps_debug {
    display: none !important;
  }
  #vimp_google_map_modale_close {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
  }
  #vimp_google_map_modale #vimp_google_maps_container {
    width: calc(100% - 40px) !important;
    height: calc(100% - 80px) !important;
    top: 20px !important;
    left: 20px !important;
  }
  #vimp_google_map_modale #vimp_google_maps_container img {
    vertical-align: top !important;
    margin-top: 2px !important;
  }
  #vimp_google_map {
    width: 100%;
    margin-left: 0;
  }
  #vimp_google_map_content_wrapper {
    transition: all 0.5s;
  }
  #vimp_google_map_content_wrapper.active {
    transform: translateY(0%);
  }
  #vimp_google_map_content_wrapper #vimp_google_map_filters {
    width: calc(100% - 40px);
    left: 20px;
    opacity: 1;
    top: 20px;
    border-radius: 15px 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2392156863);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #vimp_google_map_content_wrapper #vimp_google_map_filters.active .toggle_filters .close_btn {
    display: block;
  }
  #vimp_google_map_content_wrapper #vimp_google_map_filters.active .toggle_filters .open_btn {
    display: none;
  }
  .toggle_filters {
    display: block;
    font-family: PTSansRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 200;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
  }
  .toggle_filters .close_btn {
    display: none;
  }
  .toggle_filters .open_btn {
    display: block;
    margin-top: -10px;
  }
  .toggle_filters .open_btn span.icon {
    width: 22px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    vertical-align: middle;
    margin-top: -3px;
  }
  .toggle_filters span {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
  }
  .toggle_filters img {
    width: 16px;
  }
  #vimp_google_map_filters .cat_title {
    font-size: 20px !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 13px 20px 10px 20px;
    position: relative;
    margin-bottom: 0;
  }
  #vimp_google_map_filters .cat_title:after {
    content: "";
    display: block;
    background-image: url("https://www.voyagesimpressionnistes.com/wp-content/uploads/2021/07/picto-toggles.svg");
    background-size: 30px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 12px;
    width: 30px;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s;
  }
  #vimp_google_map_filters .cat_title.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  #vimp_google_map_filters #geoloc_center {
    margin-left: 20px;
  }
  #tags_filters,
  #cats_filters {
    padding: 30px 20px 0 20px;
  }
  #cats_filters {
    overflow: hidden;
  }
}
