.svg-content path:not(.hover):not(.etang-de-berre) {
  fill: whitesmoke;
}

.svg-content path:not(.hover){
  stroke-width: 2px;
  stroke-linejoin: bevel;
  stroke: #646464;
}

.svg-communes-loader {
    border-top: 20px solid #AFDAD8;
    border-right: 20px solid #B4CD12;
    border-bottom: 20px solid #E94E1B;
    border-left: 20px solid #009FE3;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
}

#select-commune ul {
  max-height: 200px;
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
}

#select-commune ul li:not(.init) {
  display: none;
}

#select-commune li.init {
  cursor: pointer;
  list-style: none;
}

#select-commune button {
  border-color: #0d1d2d !important;
}

#commune-tooltip {
    position: absolute;
    padding: 5px;
    width: 220px;
    text-align: center;
    background-color: #E94E1B;
    color: #fff;
    border-radius: 3px;
    border: 1px solid black;
    pointer-events: none;
    display: none;
}

path.etang-de-berre {
    fill: #BED0E4 !important;
}

path.wave {
    stroke: #78A4D5 !important;
    stroke-width: 1px !important;
}
