/*
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 
}
*/

/*Titre Fond de carte en gras*/
span.text {
    font-weight: bold !important;
}

/* transparence fond de l'outil de sélection de fond*/ 
div.menu-content {
    background-color: rgba(255, 255, 255, 0.3) !important;
} 



/* Couleur titre fond de carte */
.title .text {
    color: black !important;
}

/* 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) */

lizmap-treeview input[type=checkbox] {
    display: none;
}

/*Cacher bouton étendre */
lizmap-treeview div.expandable.expanded {
    display: none;

}
/*~~~~~~~~~~~~~~~~~~~~~~~~Sélection fond de carte~~~~~~~~~~~~~~~~~~~~*/

/*Fond transparent outil de sélection de fond de carte*/
div.menu-content {
    background-color: rgba(255, 255, 255, 0) !important;
}


#content #baselayer-image-selector {
    FONT-WEIGHT: 300;
    FONT-WEIGHT: 400;
    width: 62px;
    height: 62px;
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 9000;
    border: 2px solid white;
    border-radius: 4px;
    background-image: url(/index.php/view/media/getMedia?repository=tampublic&project=tam_web_assec&path=media%2Fthemes%2Ftam_web_assec%2Fcss%2F//index.php/view/media/getMedia?repository=bvta&project=tam_web_assec&path=media%2Fthemes%2Fdefault%2Fcss%2F/project-background-color.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 2px 2px #aaa;
    cursor: pointer;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~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;
} 


