




html		{ height: 100%;  }

body        { font-family:"Trebuchet MS", Helvetica, sans-serif; padding: 0px; box-sizing: border-box; font-size: 82%; margin: 0px; height:99%;background-color: #ededed}

header {
  /*height: 5%;*/
  /*background-color : #424242;*/
  /*line-height: 0px;*/
}

h1 {color:#5c6b80}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: left;
}

li a {
    display: block;
    color: #5c6b80;
    text-align: center;
	font-size: 11px;
    padding: 11px 10px;
    text-decoration: none;
	font-weight:bold;
	text-align:justify;
}

li a:hover {
    background-color: #a2a1a1;
	color: white;
}

.activ {
    background-color: #11356F;
	color: white;

}

#lst {
	display: initial;
	
}


.wrapper 	{ height:34px;}
#mapdiv 	{ width:calc(100% - 2px); height:calc(100% - 135px); border: solid 1px #5c6b80; float: left;}

#colreq { margin-left:80%; height:calc(100% - 135px); border: solid 1px #5c6b80; overflow: auto; background-color: #F2F2F2;
}


.button {
  background-color: #11356F; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
	padding: 10px 24px;
	margin-left: 5px;

}

  
  iframe {
    display:block;
    width:100%;
	height:100%;
  }
  
  .leaflet-popup-content {
width:auto !important;
}

a.lk{
	margin-right:5px;
	font-weight:bold;
}
a.lk:link, a.lk:visited {
    background-color: #11356F;
    color: white;
    padding: 14px 25px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
}


a.lk:hover {
    background-color: #a2a1a1;
	color: white;
}

a.button {
text-decoration : none;
color : initial;
}

.corps{
	padding: 20px;
}

#banniere
{
height: 40px; 
width: 100%; 
background-color : white;
background-image: url('map/images/ban_new.png');
background-repeat: no-repeat;
background-position: right;
border-bottom: solid 1px #5c6b80;
}

#banniere1
{
height: 60px; 
width: 100%; 
background-color : white;
background-image: url('map/images/ban1_new.png');
background-repeat:no-repeat;
}


span.bann {
	font-size:19px;
	font-weight: bold;
	vertical-align:middle;
	line-height:40px;
	padding:8px;
	color:#5c6b80;
}

select {
  font-family: inherit;
}

.reference{
	position: absolute;
	top:70px;
	left :300px;
	z-index:10000;
	background:#11356F;
	color:white;
	padding:.5em .75em;
	font-size:14px;
	display:none;
}	
.valid{
	display:none;	
}
.essai{
	display:none;	
}



.colcontent {
	overflow-y: auto;
	position : relative;
	top : 4px;
	left : 4px;
	right: 4px;
	bottom: 2 px;
}

#slider-range
{
	left: 8px;
}
#slider-range2
{
	left: 8px;
}

.nav-pane {
  -webkit-transition: 250ms;
  transition: 250ms;
  position: fixed;
  right:0px;
  -webkit-transform: translateX(+410px);
          transform: translateX(+410px);
  top: 140px;
  height: 100vh;
  height:calc(100% - 150px) ;
  width: 408px;
  background: white;
  border-right: 2px solid #11356F;
  display: -webkit-box;
	z-index:10000;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.5);
}
@media screen and (max-width: 620px) {
  .nav-pane {
    width: 298px;
    -webkit-transform: translateX(+300px);
            transform: translateX(+300px);
  }
}

.nav-pane.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 250ms;
  transition: 250ms;
 
}

.toggle-nav {
  position: absolute;  
  top: 25px;
  right: 25px;
  left:-92px;
  top:80px;
  cursor: pointer;
  width:90px;
  color: #212121;
}



.nav-pane2 {
  -webkit-transition: 250ms;
  transition: 250ms;
  position: fixed;
  left:0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 140px;
  height: 100vh;
  height:calc(100% - 150px) ;
  width:calc(100% - 130px);
  background: white;
  border-right: 2px solid #11356F;
  display: -webkit-box;
	z-index:1000;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.5);
}
@media screen and (max-width: 620px) {
  .nav-pane2 {
    width: 298px;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.nav-pane2.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 250ms;
  transition: 250ms;
 
}

.toggle-nav2 {
  position: absolute; 
  bottom: 25px;
  left: 100%;
  right:-130px;
  cursor: pointer;
  width:130px;
  color: #212121;
}


.clos2 {
	position: absolute;
	display:none;
	left:100%;
	width:-40px;
	top: 14px;
}


.clos {
	position: absolute;
	display:none;
	left:-45px;
	width:40px;
	top: 14px;
}









