/*------------------------------------------------------***Style for Dev 2***------------------------------------------------------*/
/*sav  06/25 */
/* CSS - Add this to your theme's style.css or in Customizer > Additional CSS */

.communes-container {
    display: inline;
}

.communes-hidden {
    display: none;
}

.communes-visible {
    display: inline;
}

.show-more-link {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.show-more-link:hover {
    opacity: 0.7;
}

/* =================================== */
