/*
DÉBUT PERSONNALISATION
*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Barre menu gauche~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mapmenu {
    background: #47badf;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Dock Latéral~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* position dock latéral */
#dock {
    left: -40px;
    border-left: none;
}
/* transparence dock latéral */

/*
#dock {
    background-color: transparent !important; /* Utilisez !important pour vous assurer que la propriété est prioritaire 
}
*/

/* 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 */
}


/* Cacher boite à cocher couche (checkbox) */

		/*Groupe releve niveau assec*/
lizmap-treeview input[id=node-_v_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;
}

/* Cadre contrôle des couches */
#dock,
#mini-dock,
#bottom-dock,
#right-dock,
#sub-dock,
.lizmapPopup.olPopup,
#map-content .lizmapPopup,
#dock .tabbable,
#dock .tabbable .tab-content,
#dock .tabbable .tab-pane,
#dock .panel,
#dock .panel-body,
#dock .menu-content {
    background-color: rgba(255, 255, 255, 0.08) !important; /* blanc très transparent */
    box-shadow: none !important;
    border: none !important;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~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;
} 

*/
