#loading {
  background-image: url(/index.php/view/media/getMedia?repository=signeau&project=zones_inondables&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/loading.gif);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-color: white;
  filter: brightness(100%);
}

/*~~~~~~~~~~~~~~~~~Message à l'ouverture de la carte~~~~~~~~~~~~~~~~~~~~*/
/*Boites de dialogue*/
#lizmap-modal{
background:#009D60;
border: none;
}
/*Titre h3 Boites de dialogue*/
#lizmap-modal .modal-header h3{
color: #FFFFFF;
font-weight: bold !important;
}
/*Lien hypertexte boites de dialogue*/
#lizmap-modal a{
color: #009D60;
font-weight: bold;
text-align: center;
margin-left: auto;
margin-right: auto;
}
/*Body boites de dialogue*/
#lizmap-modal .modal-body{
background:#F0F0F0;
}
/*Footer boites de dialogue*/
#lizmap-modal .modal-footer{
background:transparent;
}

div#switcher-legend {
    max-width: 300px;
    margin-right: 10px;
}

#header {
          background: #FFFFFF;
}

#logo {
  background : url(/index.php/view/media/getMedia?repository=signeau&project=zones_inondables&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/logo-signeau.svg) no-repeat left center;
  background-size:contain;

}

#title {
  top: 40%;
  transform: translateY(-60%);
}

#title h1{
  color: #004A73;
}
#logo h1{
  color: #004A73;
}

#title h2{
  color: #EE263E;
}

#mapmenu{
  background: #EE263E;
}

#dock, #mini-dock, #bottom-dock, #right-dock, #sub-dock,
.lizmapPopup.olPopup, #map-content .lizmapPopup{
  background-color: #bfbfbf !important;
}

#navbar button.btn{
  background-color: #EE263E;
}

#navbar div.slider{
  background: #EE263E;
}
.navbar .navbar-inner .text {
	color : #004A73
}