/* SORTCODE */
.dm-etang-post-container {
    position: relative;
    width: 100%;
}

/* Forcer le ratio d'aspect du SVG (2000x1330 = 1.5:1) */
.dm-etang-post-container::before {
    content: '';
    display: block;
    padding-top: 66.5%; /* 1330/2000 = 0.665 */
}

/* PICTURE */
.dm-etang-post-container > .dm-etang-post-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dm-etang-post-container > .dm-etang-post-picture > img,
.dm-etang-post-container > .dm-etang-post-picture > svg {
    width: 100%;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}

/* SVG Zones - Style par défaut */
.dm-etang-post-picture svg g[id^="poste"] {
    transition: all 0.3s ease;
}

.dm-etang-post-picture svg g[id^="poste"] path,
.dm-etang-post-picture svg g#lignecentrale path {
    transition: all 0.3s ease;
    opacity: 0.3;
}

/* SVG Zones - Style au survol */
.dm-etang-post-picture svg g[id^="poste"].highlight path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-partial path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-ligne9 path#Ligne_9,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-no-diagonales path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-no-ligne18 path,
.dm-etang-post-picture svg g#poste6.highlight-group-ligne18 path,
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18 path#Ligne_18,
.dm-etang-post-picture svg g#poste1.highlight-group-ligne5 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligne_5,
.dm-etang-post-picture svg g#poste2.highlight-group-ligneposte2 path,
.dm-etang-post-picture svg g#poste1.highlight-group-ligneposte2 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligneposte2,
.dm-etang-post-picture svg g#poste3.highlight-group-ligne4 path,
.dm-etang-post-picture svg g#poste2.highlight-group-ligne4 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligne_4,
.dm-etang-post-picture svg g#poste4.highlight-group-ligneposte4 path,
.dm-etang-post-picture svg g#poste3.highlight-group-ligneposte4 path,
.dm-etang-post-picture svg g#poste5.highlight-group-ligneposte4 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligneposte4,
.dm-etang-post-picture svg g#poste5.highlight-group-ligne3 path,
.dm-etang-post-picture svg g#poste6.highlight-group-ligne3 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligne_3,
.dm-etang-post-picture svg g#poste6.highlight-group-ligne18-ligne2 path,
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18-ligne2 path#Ligne_18,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligne_2,
.dm-etang-post-picture svg g#poste13.highlight-group-ligne1 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligne_1,
.dm-etang-post-picture svg g#poste14.highlight-group-no-diagonales-ligne1-2 path,
.dm-etang-post-picture svg g#poste13.highlight-group-no-diagonales-ligne1-2 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligne_1-2,
.dm-etang-post-picture svg g#poste15.highlight-group-lignecentrale15 path,
.dm-etang-post-picture svg g#poste14.highlight-group-lignecentrale15 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#lignecentrale15,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#lignecentrale15bis,
.dm-etang-post-picture svg g#poste15.highlight-group-lignecentrale16 path,
.dm-etang-post-picture svg g#poste17.highlight-group-lignecentrale16 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#lignecentrale16,
.dm-etang-post-picture svg g#poste17.highlight-group-lignecentrale17 path,
.dm-etang-post-picture svg g#poste18.highlight-group-lignecentrale17 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#lignecentrale17,
.dm-etang-post-picture svg g#poste18.highlight-group-lignecentrale18 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#lignecentrale18 {
    stroke: #ffffff !important;
    stroke-width: 5 !important;
    stroke-opacity: 1 !important;
    opacity: 1 !important;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1)) drop-shadow(0 0 25px rgba(255, 255, 255, 0.6));
}

/* Remplissage semi-transparent pour mieux voir la zone */
.dm-etang-post-picture svg g[id^="poste"].highlight path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-partial path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-ligne9 path#Ligne_9,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-no-diagonales path,
.dm-etang-post-picture svg g[id^="poste"].highlight-group-no-ligne18 path,
.dm-etang-post-picture svg g#poste6.highlight-group-ligne18 path,
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18 path#Ligne_18,
.dm-etang-post-picture svg g#poste1.highlight-group-ligne5 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligne_5,
.dm-etang-post-picture svg g#poste2.highlight-group-ligneposte2 path,
.dm-etang-post-picture svg g#poste1.highlight-group-ligneposte2 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligneposte2,
.dm-etang-post-picture svg g#poste3.highlight-group-ligne4 path,
.dm-etang-post-picture svg g#poste2.highlight-group-ligne4 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligne_4,
.dm-etang-post-picture svg g#poste4.highlight-group-ligneposte4 path,
.dm-etang-post-picture svg g#poste3.highlight-group-ligneposte4 path,
.dm-etang-post-picture svg g#poste5.highlight-group-ligneposte4 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligneposte4,
.dm-etang-post-picture svg g#poste5.highlight-group-ligne3 path,
.dm-etang-post-picture svg g#poste6.highlight-group-ligne3 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligne_3,
.dm-etang-post-picture svg g#poste6.highlight-group-ligne18-ligne2 path,
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18-ligne2 path#Ligne_18,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligne_2,
.dm-etang-post-picture svg g#poste13.highlight-group-ligne1 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligne_1,
.dm-etang-post-picture svg g#poste14.highlight-group-no-diagonales-ligne1-2 path,
.dm-etang-post-picture svg g#poste13.highlight-group-no-diagonales-ligne1-2 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligne_1-2,
.dm-etang-post-picture svg g#poste15.highlight-group-lignecentrale15 path,
.dm-etang-post-picture svg g#poste14.highlight-group-lignecentrale15 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#lignecentrale15,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#lignecentrale15bis,
.dm-etang-post-picture svg g#poste15.highlight-group-lignecentrale16 path,
.dm-etang-post-picture svg g#poste17.highlight-group-lignecentrale16 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#lignecentrale16,
.dm-etang-post-picture svg g#poste17.highlight-group-lignecentrale17 path,
.dm-etang-post-picture svg g#poste18.highlight-group-lignecentrale17 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#lignecentrale17,
.dm-etang-post-picture svg g#poste18.highlight-group-lignecentrale18 path,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#lignecentrale18 {
    fill: rgba(255, 255, 255, 0.2) !important;
}

/* Pour highlight-group-ligne9, garder la Ligne_8 en gris */
.dm-etang-post-picture svg g#poste13.highlight-group-ligne9 path#Ligne_8 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-no-diagonales, exclure uniquement la Ligne_9 (trait de gauche) */
.dm-etang-post-picture svg g#poste13.highlight-group-no-diagonales path#Ligne_9 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Exclure la ligne horizontale centrale du poste 7 (Ligne_18) de la surbrillance */
.dm-etang-post-picture svg g#poste7.highlight-group path#Ligne_18,
.dm-etang-post-picture svg g#poste7.highlight path#Ligne_18,
.dm-etang-post-picture svg g#poste7.highlight-group-no-ligne18 path#Ligne_18 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligne18, exclure les Ligne_19 et Ligne_20 du poste7 */
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18 path#Ligne_19,
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18 path#Ligne_20 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligne5, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne5 path#Ligneposte4 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligneposte2, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte2 path#Ligneposte4 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligne4, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne4 path#Ligneposte4 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligneposte4, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligneposte4 path#Ligneposte2 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligne3, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne3 path#Ligneposte4 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligne18-ligne2, exclure les autres lignes du groupe lignecentrale et du poste7 */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne18-ligne2 path#Ligneposte4,
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18-ligne2 path#Ligne_19,
.dm-etang-post-picture svg g#poste7.highlight-group-ligne18-ligne2 path#Ligne_20 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-ligne1, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-ligne1 path#Ligneposte4 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-no-diagonales-ligne1-2, exclure les diagonales du poste13 et les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#poste13.highlight-group-no-diagonales-ligne1-2 path#Ligne_9,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-no-diagonales-ligne1-2 path#Ligneposte4 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Exclure les lignes diagonales du poste 13 UNIQUEMENT pour les postes 10, 11, 12 (pas pour le 13) */
.dm-etang-post-picture svg g#poste13.highlight-group-partial path#Ligne_8,
.dm-etang-post-picture svg g#poste13.highlight-group-partial path#Ligne_9 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-lignecentrale15, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#Ligneposte4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#lignecentrale16,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#lignecentrale17,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale15 path#lignecentrale18 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-lignecentrale16, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#Ligneposte4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#lignecentrale15,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#lignecentrale15bis,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#lignecentrale17,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale16 path#lignecentrale18 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-lignecentrale17, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#Ligneposte4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#lignecentrale15,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#lignecentrale15bis,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#lignecentrale16,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale17 path#lignecentrale18 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}

/* Pour highlight-group-lignecentrale18, exclure les autres lignes du groupe lignecentrale */
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligne_1,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligne_1-2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligne_2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligne_3,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligne_4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligne_5,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligneposte2,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#Ligneposte4,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#lignecentrale15,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#lignecentrale15bis,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#lignecentrale16,
.dm-etang-post-picture svg g#lignecentrale.highlight-group-lignecentrale18 path#lignecentrale17 {
    stroke: #6d6e6e !important;
    stroke-width: 3px !important;
    stroke-opacity: 1 !important;
    filter: none !important;
    fill: none !important;
}
.dm-etang-post-container > .dm-etang-post-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none; /* Permet de cliquer à travers la couche */
}
.dm-etang-post-container > .dm-etang-post-items > .dm-etang-post-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 30px;
    background: #81cca7;
    cursor: pointer;
    pointer-events: auto; /* Réactive les événements sur les numéros */
    transform: translate(-50%, -50%); /* Centre le numéro sur les coordonnées */
}
.dm-etang-post-container > .dm-etang-post-items > .dm-etang-post-item.active {
    background: #0d5330;
}
.dm-etang-post-container > .dm-etang-post-items > .dm-etang-post-item:hover {
    background: #afffd7;
}
.dm-etang-post-container > .dm-etang-post-items > .dm-etang-post-item > span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
@media (max-width:786px) {

    .dm-etang-post-container > .dm-etang-post-items > .dm-etang-post-item {
        width: 14px;
        height: 14px;
    }
    .dm-etang-post-container > .dm-etang-post-items > .dm-etang-post-item > span  {
        font-size: 12px;
    }
}

/* MAP */
.dm-etang-post-map {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.dm-etang-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.leaflet-control-attribution {
    display: none;
}
