#header{
    background: #263473;
    box-sizing: content-box;
}

#logo{
    display: none;
}

/* Cacher  */
div.pull-right > ul:nth-child(1){
  display: none;
}

/* La barre de coordonnees dans le coin en bas a droite */
lizmap-mouse-position {
  display: none;
}

/* Le titre de la carto */
#title{
    margin-left: 30px;
    margin-top: 10px;
    box-sizing: content-box;
    max-height: 90px;
}

#title h1 {
  color : white!important;
  font-weight: 1000!important;
  line-height: 2em;
}

#title h2 {
  color : white!important;
  display: block!important;
  font-size: 1.6em!important;
  margin-top: 0em;
  margin-left: 0em;
}

/* La barre laterale */
#mapmenu{
  background: #263473!important;
}
/* Ne pas afficher l'image dans le panneau des metadonnees */
#metadata img {
  display:none;
}

/***
Le fenetre de demarrage
***/
#modal-cartet1 .modal-header{
    border-bottom: none;
}

#modal-cartet1 .modal-footer{
    background-color: white;
    border-top: none;
    text-align: center;
}

#modal-cartet1 .modal-footer button{
    background-color: #263473;
    color: white;
    font-weight: bold!important;
}

#modal-cartet1 .modal-body{
    color: #263473!important;
}

#modal-cartet1 h2 {
  color: #263473!important;
  font-weight: bold!important;
  font-size: 1.3em;
  margin: 0px;
}


/* La liste a tiret dans le message de demarrage */
dl {
  display: inline;
}
.dl-vertical {
  color : white;
}

/* Qu'est ce que c'est */
.title {
  display: none!important;
}

/* le panneau des informations d'une couche */
#sub-dock {
  display: none!important;
}

/* les boutons au-dessus du panneau de legende */
#switcher-layers-actions {
  display: none!important;
}

/* la bordure en pointille en dessous du titre du panneau */
ul.nav.nav-tabs{
  border-bottom: none!important;
}

/* changer l'icone de la fleche qui referme le panneau */
#dock-close {
  display:block;
  background-image: url(/map/index.php/view/media/getMedia?repository=contribt1enjeu&project=contribt1enjeu&path=media%2Fthemes%2Fcontribt1enjeu%2Fcss%2F/icon/arrow.png);
  background-size: 25px 25px;
  background-color: #263473;
  border : 0px!important;
  right : 15px;
  top : 8px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-box-shadow: none; /*supprimer l'ombre portée */
}

/***
* Les panneaux
***/
#switcher-layers-container .menu-content {
  background-color: white;
  border-radius: 10px;
}

div.menu-content, .menu-content{
  font-family: Montserrat, Verdana, sans-serif;
  /* overflow: auto!important; */
}

.menu-content label{
    font-size: 16px!important;
    font-weight: bold;
}

/* L'icone qui permet de fermer le panneau */
.icon-white{
  background-image: url(/map/index.php/view/media/getMedia?repository=contribt1enjeu&project=contribt1enjeu&path=media%2Fthemes%2Fcontribt1enjeu%2Fcss%2F/icon/cross.png);
}

/* Le mini-dock */
#mini-dock {
  background-color: none;
}

#mini-dock-content {
  background-color: white;
}
#mini-dock div.tabbable div.lizmapPopupDiv{
  background-color: white!important;
  padding: 0px;
}
#mini-dock h3 span.title {
  display: none!important;
}

#dock{
    max-width: 20vw;
    background: #263473!important;
}

/* Le panneau d'information */
#metadata {
  background: #263473!important;
}

/* L'echelle et autres */
#nav-tab-switcher a::before{
  display: none;
}

#overview-bar{
  display: none;
}

/***
Popup des elements carto
***/
.popupcontent {
  background-color: white!important;
}

#popupcontent {
  overflow: auto!important;
}

#popupcontent div.menu-content{
  overflow: auto;
  max-height: none!important;
}

/* style du texte en description */
#description {
  font-family: Montserrat, Verdana;
  font-size: 0.8em!important;
  color : #263473!important;
}

/*Style du nom de l'element*/
#nom {
  font-family: Montserrat!important, Verdana;
  border-bottom: 1px dashed white;
}

/* Le 'Popup' dans le panneau */
.lizmapPopupSingleFeature h4 {
  display: none;
}

#map-content .lizmapPopupContent h4 {
  color: #263473!important;
}

/* Le nom des couches dans les popup */
h5 {
  font-size: 1.1em;
}

/* Les classes des noms dans les popups */
.emploi {
  color: #4abeb5!important;
  font-size: 14px;
}

.parvis {
  color : #f18e7c!important;
  font-size: 14px;
}

.equipement {
  color: #fbb322!important;
  font-size: 14px;
}

.trameVerte {
  color: #1c7d69!important;
  font-size: 14px;
}

.espacePublic {
  color: #6b5493!important;
  font-size: 14px;
}

.mobilites {
  color: #f06831!important;
  font-size: 14px;
}

/* #mini-dock div.lizmapPopupDiv {
  background-color: #263473!important;
} */

/***********
Formulaire d'edition
************/
#edition{
    color: #263473;
}

input, textarea, .uneditable-input {
  box-sizing: content-box;
}

#jforms_view_edition{
    padding-left: 5%;
}

/* Le premier contenant du formulaire */
#edition div.tab-content {
  box-sizing: content-box;
  overflow: hidden;
  border: 0px;
  border-radius: 20px;
  background-color: white;
  border-radius: 20px;
}

/* Le 2eme contenant du formulaire */
#edition div.menu-content {
  background: white;
  border-radius: 10px;
  margin-top: 40px;
}

.form-actions {
  background-color: white;
}

/* Les boutons du formulaire */
.form-actions button, .form-actions input{
    background-color: #263473;
    background-image: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
}

/* Le bouton 'Contribuer' */
#start_edition{
    position: absolute;
    bottom: 5%;
    left: calc(50% - 48px);
    z-index: 1000;
    font-weight: bold;
    font-size: 1.2em;
    border: white solid 2px;
    border-radius: 300px;
    padding: 20px;
    cursor: pointer;
    background: #263473;
    color: white;
}

/* Les truks a ne pas afficher  */
#edition-point-coord-form,
#nav-tab-edition,
.edition h3,
#edition-form-container h3,
#jforms_view_edition_liz_future_action_label,
#jforms_view_edition_liz_future_action_label ~ .controls,
#jforms_view_edition_photo1_choice_update_item .radio,
#jforms_view_edition_photo2_choice_update_item .radio,
#jforms_view_edition_photo3_choice_update_item .radio{
    display: none!important;
}

/**********
Scrollbar des popups
***********/

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: #222E66;
  opacity: 0.5;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(38,52,115,0.2);
  border-radius: 8px;
  width: 12px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(38,52,115,0.7);
  width: 12px;
}
