
.map-wrap {
  position: relative;
}

.map-overlay-full, .map-overlay-hover{
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -9999999;
}

.map-overlay-full.show, .map-overlay-hover.show {
  visibility: visible;
  z-index: 0;
}
.pop-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  display: none;
  background-color: white;
  padding: 28px 25px 25px 25px;
  min-height: 250px;
  width: 350px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  z-index: 5;
}
.pop-in.open {
  display: block;
}
.pop-in .content p:first-of-type {
  font-family: "AvenirNext-Regular", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 27px;
  line-height: 28px;
  text-align: center;
}
.pop-in .content ul {
  list-style: none;
  padding-left: 37px;
}
.pop-in .content ul li {
  position: relative;
  line-height: 25px;
  font-size: 14px;
  font-family: "AvenirNext-Regular", sans-serif;
}
.pop-in .content ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #f29754;
  left: -20px;
  top: 7px;
  border-radius: 50%;
}
.map-wrap .pop-in .content ul li a {
  text-decoration: underline;
  font-weight: bold;
}

/*.pop-in .content ul {
  list-style:
}*/
.pop-in .cross-close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  /* background-color: red; */
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.cross-close::before,
.cross-close::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 12px;
  left: 5px;
}
.cross-close::before {
  transform: rotate(45deg);
}
.cross-close::after {
  transform: rotate(-45deg);

}

.list-country {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-country_item {
  height: 50px;
  position: relative;
  border-bottom: solid 1px #ECECEC;
  cursor: pointer;
}
.list-country_item::after , .list-country_item::before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: #F29754;

}
.list-country_item::after {
  right: 36px;
  top: 25px;
  transform: rotate(-45deg);
}
.list-country_item::before {
  right: 36px;
  top: 21px;
  transform: rotate(45deg);
}
.list-country_item.active::after {
  right: 36px;
  top: 25px;
}
.list-country_item.active::before {
  right: 40px;
  top: 25px;
}

.list-country_item.active {
  height: auto;
}
.list-country_item p {
  text-align: left;
  line-height: 24px;
  padding: 13px 38px;
  margin: 0;
  font-size: 17px;
  font-family: "AvenirNext-Regular", sans-serif;
  font-weight: 700;
  padding-right: 60px;
}
.list-country_item ul {
  display: none;
  padding: 22px 38px;
  list-style: none;
  background-color: #FAFAFA

}
.list-country_item.active ul {
  display: block;
}
.list-country_item li {
  position: relative;
  line-height: 22px;
  font-size: 14px;
  font-family: "AvenirNext-Regular", sans-serif;
  margin-bottom: 22px;
}
.list-country_item li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #f29754;
  left: -20px;
  top: 7px;
  border-radius: 50%;
}

.actu-association{
  padding-top: 50px !important;
}


@media screen and (max-width: 1023px) {
  .map-wrap {
    display: none;
  }

  .list-country {
    display: block;
  }
}
