.mapeprojet .path-commune {
  fill: #BCBCBC;
  cursor: pointer;
}

.mapeprojet .path-commune.dep-04 {
  fill: #BCBCBC;
}

.mapeprojet .path-commune.dep-05 {
  fill: #8f8f8f;
}

.mapeprojet .path-lac {
  fill: #10a8cf;
  opacity: 0.5;
  pointer-events: none;
}

.mapeprojet .path-commune.current{
  fill: #585858;
}

.group-list li{
  color: #ababab;
  margin-bottom: 5px;
}

.group-list li a{
  opacity: 1;
  color: #2ba2a9;
  font-size: 1.2em;
}

@media (min-width: 992px){
  .group-list li a{
    font-size: 1em;
  }
}

.group-list .current,
.group-list .current a{
  color: gray;
}

.group-list .highlighted-1,
.group-list .highlighted-1 a{
  color: red;
}

.list-communes,
.list-comcom{
  list-style-type: none;
  padding: 0 18px;
}

@media (max-width: 991px){
  .list-wrapper{
    position: relative;
  }
  
  .list-wrapper .list-title{
    padding: 16px 18px;
    background: #E8E8E8;
    display: block;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 1.2em;
    padding-right: 70px;
    position: relative;
    overflow: hidden;
  }
  
  .list-wrapper .list-title::before{
    content: '';
    display: block;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background: gray;
    pointer-events: none;
  }
  
  .list-wrapper .list-title::after{
    content: '';
    display: block;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateZ(0deg);
    transition: transform 0.3s;
  }
  
  .list-wrapper.open .list-title{
    border-radius: 6px 6px 0 0;
  }
  
  .list-wrapper.open .list-title::after{
    transform: rotateZ(-180deg);
  }
  
  .list-wrapper .list-content{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 6;
    background: #E8E8E8;
    max-height: 320px;
    overflow: auto;
    border-radius: 0 0 6px 6px;
    display: none;
  }
  
  .list-wrapper.open .list-content{
    opacity: 1;
    pointer-events: all;
    display: block;
  }
}

@media (min-width: 992px){
  .list-communes{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  
  .item-commune{
    flex-basis: 50%;
  }
  
  .list-comcom{
    padding: 0px;
  }
}

@media (min-width: 1450px){
  .item-commune{
    flex-basis: 33%;
  }
}

body[data-departement='04'] path[data-commune='baratier'],
body[data-departement='04'] path[data-commune='chateaurouxlesalpes'],
body[data-departement='04'] path[data-commune='chorges'],
body[data-departement='04'] path[data-commune='crevoux'],
body[data-departement='04'] path[data-commune='crots'],
body[data-departement='04'] path[data-commune='embrun'],
body[data-departement='04'] path[data-commune='lesorres'],
body[data-departement='04'] path[data-commune='pontis'],
body[data-departement='04'] path[data-commune='prunieres'],
body[data-departement='04'] path[data-commune='puysainteusebe'],
body[data-departement='04'] path[data-commune='puysanieres'],
body[data-departement='04'] path[data-commune='reallon'],
body[data-departement='04'] path[data-commune='saintandredembrun'],
body[data-departement='04'] path[data-commune='saintapollinaire'],
body[data-departement='04'] path[data-commune='saintsauveur'],
body[data-departement='04'] path[data-commune='lesauzedulac'],
body[data-departement='04'] path[data-commune='savineslelac'],
body[data-departement='04'] li[data-commune='baratier'],
body[data-departement='04'] li[data-commune='chateaurouxlesalpes'],
body[data-departement='04'] li[data-commune='chorges'],
body[data-departement='04'] li[data-commune='crevoux'],
body[data-departement='04'] li[data-commune='crots'],
body[data-departement='04'] li[data-commune='embrun'],
body[data-departement='04'] li[data-commune='lesorres'],
body[data-departement='04'] li[data-commune='pontis'],
body[data-departement='04'] li[data-commune='prunieres'],
body[data-departement='04'] li[data-commune='puysainteusebe'],
body[data-departement='04'] li[data-commune='puysanieres'],
body[data-departement='04'] li[data-commune='reallon'],
body[data-departement='04'] li[data-commune='saintandredembrun'],
body[data-departement='04'] li[data-commune='saintapollinaire'],
body[data-departement='04'] li[data-commune='saintsauveur'],
body[data-departement='04'] li[data-commune='lesauzedulac'],
body[data-departement='04'] li[data-commune='savineslelac'] {
  display: none;
}

body[data-departement='05'] path[data-commune='barcelonnette'],
body[data-departement='05'] path[data-commune='condaminechatelard'],
body[data-departement='05'] path[data-commune='enchastrayes'],
body[data-departement='05'] path[data-commune='faucondebarcelonnette'],
body[data-departement='05'] path[data-commune='jausiers'],
body[data-departement='05'] path[data-commune='lauzetubaye'],
body[data-departement='05'] path[data-commune='meolansrevel'],
body[data-departement='05'] path[data-commune='saintpaulubaye'],
body[data-departement='05'] path[data-commune='saintpons'],
body[data-departement='05'] path[data-commune='thuiles'],
body[data-departement='05'] path[data-commune='ubayeserreponcon'],
body[data-departement='05'] path[data-commune='uvernetfours'],
body[data-departement='05'] path[data-commune='valdoronaye'],
body[data-departement='05'] li[data-commune='barcelonnette'],
body[data-departement='05'] li[data-commune='condaminechatelard'],
body[data-departement='05'] li[data-commune='enchastrayes'],
body[data-departement='05'] li[data-commune='faucondebarcelonnette'],
body[data-departement='05'] li[data-commune='jausiers'],
body[data-departement='05'] li[data-commune='lauzetubaye'],
body[data-departement='05'] li[data-commune='meolansrevel'],
body[data-departement='05'] li[data-commune='saintpaulubaye'],
body[data-departement='05'] li[data-commune='saintpons'],
body[data-departement='05'] li[data-commune='thuiles'],
body[data-departement='05'] li[data-commune='ubayeserreponcon'],
body[data-departement='05'] li[data-commune='uvernetfours'],
body[data-departement='05'] li[data-commune='valdoronaye'] {
  display: none;
}