/*
DÉBUT PERSONNALISATION
*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Barre menu gauche~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mapmenu {
    background: #47badf;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Dock Latéral~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* position dock latéral */
#dock {
    left: 0;
    border-left: none;
}
/* transparence dock latéral */

#dock {
    background-color: rgba(255, 255, 255, 0.40) !important; 
}

#switcher-layers-container > div.menu-content {
    background-color: #f0f0f005;
    overflow: hidden auto;
}

#dock div.menu-content, div.modal div.menu-content, .dock-content {
    background-color: #f0f0f000;
    font-size: 12px;
    overflow: auto;
}

/* Cacher nom de la rubrique en haut du dock */
#dock-tabs {
    display: none !important;
}

/*Cacher le bouton dock close*/
#dock-close {
    display: none;
}

/* Cacher les outils du switcher layers actions */
#switcher-layers-actions {
    display: none;
    position: relative;
    z-index: 9999; /* ou une valeur plus élevée si nécessaire */
}

#switcher-baselayer h3 span.text {
    color: #000 !important;
}

/* Cacher boite à cocher couche (checkbox) */

		/*Groupe releve niveau assec*/
lizmap-treeview input[id=node-_cv_assec_dernier_releve] {
    display: none;
}
		/*Groupe fond de carte*/
lizmap-treeview input[id=node-project-background-color] {
    display: none;
}

/*Cacher bouton étendre */
lizmap-treeview div.expandable.expanded {
    display: none;

}


lizmap-treeview input[id=node-project-background-color] {
    display: none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~logo~~~~~~~~~~~~~~~~~~~~*/

/*#attribution-box-perso {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    right: 0;
    padding: 0 0.5em;
    position: absolute;
    z-index: 1000;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.7);
    border-top-left-radius: 1em;
    display: flex;
    align-items: flex-end;
    gap: 5px;
} 

*/
