body {
    font-family:Verdana;
	height:100%;
	background-color: #EEEEEE !important;
	/*font-size:9px;
	background-color:black; 
	overflow: hidden;*/
}
  
h1 {
    font-size: 1.6vw;
    font-weight: bold; 
    color: #eeeeee;
    vertical-align: middle;
}

h2 {
    color: #eeeeee;
    font-size: 1.1vw;
    font-weight: bold; 
}

h3 {
    font-size: 0.83vw; 
	/*font-weight: bold; */
    color: #eeeeee; 
    font-weight: lighter;
}
h4 {
    font-size: 0.7vw; 
    color: #eeeeee; 
    font-weight: lighter;
}
h5 {
    font-size: 0.8vw; 
    color: #eeeeee; 
    font-weight: lighter;
}
h6 {
    font-size: 0.6vw; 
    color: #eeeeee; 
    font-style : italic;
}
.input_text {
	width: 100%;
	height: 2vw;
    margin: auto;
    vertical-align: middle;
	font-weight: 600;
	font-size:1.1em; 
	border:solid 1px #aaaaaa;
    border-radius: 5px;
}
.info {
	padding: 6px 8px;
	font: 14px/16px Verdana;
	background: white;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
#legend{
	overflow: auto;
    display: block;
    height: 200px;
	width: 170px;
}
.legend {
	padding: 6px 8px;
	font: 14px/16px Verdana;
	background: white;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	display:none;
	border-radius: 5px;
}
.legend ul{
	padding: 0px;
}
.legend li{
	list-style-type:none;
	font-family: Verdana;
    font-size : 0.9em;
}
.titre_legende{
	margin-bottom: 5px;
}
.grpeLegend {
	max-height: 450px;
	overflow: auto;
}
.postelegend {
    height: 10px;
    width: 15px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: middle;
	opacity: 0.8;
}
.info h4 {
	margin: 0 0 5px;
	color: #777;
}

#titre {
	/*background-color:black;*/
	text-align: center;
	line-height: 80%;
}
#navig {
	/*background-color:white;
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
#sources {
	/*background-color:black;*/
	text-align: center;
}

.easy-button-container {
    width:36px;
	height:36px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
    background: #fff;
    border-radius: 5px;
} 

.easy-button-button {
	width:36px;
	height:36px;
	/*box-shadow: 0 1px 5px rgb(0 0 0 / 40%);*/
    background: #fff;
	border-width: 0;
	border-radius: 5px;
}

.leaflet-control-geocoder-icon {
    min-width: 36px !important;
    min-height: 36px !important;
}

.leaflet-control-geocoder {
    border-radius: 5px;
    background: white;
    min-width: 36px !important;
    min-height: 36px !important;
}

.ui-autocomplete {
    max-height: 50vh;
	max-width: 70vw;
    overflow-y: auto;
    overflow-x: hidden;
	z-index: 600;
}
  
.ui-autocomplete-category {
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 2;
}

.bandeau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8%;
 /*max-height: 9vh;*/
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #acacac;
  background-color: #fff;
  text-align: center;
  
      position: fixed;
    z-index: 2;
    left: 0%;
    top: 0%;

}
.icone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Socle;
  color: #797979;
  font-size: 1.8vw;
}
.icone_aide {
  font-family: Socle;
  color: #797979;
  font-size: 1.4vw;
}
.icone2 {
  font-family: Socle;
  color: #797979;
  font-size: 1.8vw;
}
#choix_territoire_1 {
	font-family: Socle, verdana;
}
.menus {
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
    padding-left: 1vw;
	padding-right: 1vw;
    border-left: 1px solid #c4c4c4;
}
.menu_droit {
  position: relative;
  top: 0px;
  right: 0vw;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 8vh;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.titre_legende{
    font-family:Verdana;
    font-size : 0.8em;
    display: inline-block;
    text-decoration:underline;
    font-weight:bold;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
	font-size: 0.9em;
}

#custom-handle2 {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
	font-size: 0.9em;
}

.sidenav {
  height: 92%;
  width: 15%;
  /*position: absolute;*/
  z-index: 1;
  /*top: 9.5%;*/
  left: 0;
  background-color: white;
  overflow-x: hidden;
  text-align:left;
  padding-top: 20px;
        position: fixed;
    z-index: 2;
    left: 0%;
    top: 8%;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #222222;
  font-weight: 600;
}

/** Gestion du volet à gauche **/
#volet {
	width: 15%;
	height: 92%;
	top: 8%;
	padding: 20px;
	background-color:rgba(238, 238, 238, 0.95);	
	z-index:9999;
}
#volet a.ouvrir, #volet a.fermer {
	padding: 10px 25px;
	background: #59b09e;
	color: #fff;
	text-decoration: none;
}
#volet {
	position: absolute;
	left: -15%;
	/*-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;*/
}
#volet a.ouvrir,	#volet a.fermer {
	position: absolute;
	right: -20%;
	top: 5%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-moz-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#volet a.fermer {
	display: none;
}
#volet:target {
	left:2px;
}
/* code pour la fermeture */
#volet:target a.fermer {
	display: block;
}
#volet:target a.ouvrir {
	display: none;
}
#volet_clos:target #volet {
	left: -15%;
}
/** Gestion du volet à droite **/
/*#volet {
	width: 500px;
	height: 91.5%;
	padding: 20px;
	background-color:rgba(238, 238, 238, 0.95);	
	z-index:9999;
}
#volet a.ouvrir, #volet a.fermer {
	padding: 10px 25px;
	background: #59b09e;
	color: #fff;
	text-decoration: none;
}
#volet {
	position: absolute;
	left: 100%;
	/*-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;*/
}/*
#volet a.ouvrir,	#volet a.fermer {
	position: absolute;
	right: 470px;
	top: 10%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-moz-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
#volet a.fermer {
	display: none;
}
#volet:target {
	left:70vw;
}
/* code pour la fermeture */
/*#volet:target a.fermer {
	display: block;
}
#volet:target a.ouvrir {
	display: none;
}
#volet_clos:target #volet {
	right: 500px;
}*/

/* Center the loader*/
/*#loaderstp {
  /*position: absolute;
  left: 45%;
  top: 40%;
  z-index: 999;
  width: 200px;
  height: 200px;*/
  /*margin: -75px 0 0 -75px;
  /*border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid orange;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;*/
  /*background: #eeeeee url('loader.gif') no-repeat center center;
} */

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.panelcc{
    border-top: 0.25em solid #59b09e;    
    background-color: #FFFFFF;
    margin: 0% 0.6% 1% 0.6%;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
    -moz-box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
     box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
	 border-radius: 3px;
}

.tilevalue {
    font-size: 1.5em;
    margin: 3% 0% 0% 3%;
    max-height: 45px;
    height: 45%;
}

.tiletext {
    font-size: 0.9em;
    margin: 1% 0% 3% 3%;
}

.tile{
    float: left;
    width: 13%;
    height: 95px;
    font-family:"Verdana";
    text-align: left;
    font-weight: normal; 
}
.pictoTuiles{
    position: relative;
    height: 0;
    text-align: right;
    font-size: 5.25em;
    margin-right: 7%;
}
.greydark{
    border-top: 0.25em solid #59b09e;  
    color: #757474;
}

.greydark_transparent{
    color: rgba(117,116,116,0.20);
}

.grey{
    border-top: 0.25em solid #59b09e;  
    color: #A3A3A3;
}

.grey_transparent{
    color: rgba(163,163,163,0.30);
}

.greylight{
    border-top: 0.25em solid #59b09e;  
    color: #CECECE;
}

.greylight_transparent{
    color: rgba(206,206,206,0.20);
}
.MesIcones {
    font-family: MesIcones;
    font-style: normal;
    opacity: 1;
    font-size: 3em;
    margin: 1% 10% 0% 0%;
}

/**************modifs Damien ****************/

body{
	/*background-color: white;*/
}

#titre {
    /*background-color: white;*/
}

h1, h2, h3, h4, h5, h6 {
    color: black;
}

.panel_cc{
    border-top: 0.25em solid #59b09e;
	/*border-radius: 10px;*/
    background-color: #FFFFFF;
    /*text-align:center;*/
    -webkit-box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
    -moz-box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
    box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
	position:absolute; 
	text-align: center; 
	padding: 2em;
    border-radius: 3px;
} 
.panel{
    border-top: 0.25em solid #59b09e;
    background-color: #FFFFFF;
    /*text-align:center;*/
    -webkit-box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
    -moz-box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
     box-shadow: 3px 3px 10px 0px rgba(163,163,163,0.6);
	 border-radius: 3px;
}

.titretheme {
    font-size: 1.5em;
	font-weight: 600;
	color: #575757;
	float: left;
	margin-bottom: 1%;
}

hr {
    border: none;
    border-top: 3px solid #575757;
    color: #575757;
    overflow: visible;
    text-align: center;
    height: 0px;
	margin-top:3%;
}

table.dataTable {
    width: 90%;
    margin-top : 3% !important;  
}
.table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
.table2.dataTable.no-footer {
    border-bottom: 0px solid #ddd !important;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #efefef;
}
.table2>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #efefef;
	display:none;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #FDF9EF;
}

text{
	color: black !important;
	fill: black !important;
}

tspan{
	fill: black;
}

#sources{
	/*background-color: white;*/
}

.highcharts-background{
	fill: white;
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}
/*************SIDEBAR MENU ******************/

.page-header, .page-sidebar-wrapper, .page-content-wrapper, .page-footer {
    transition: margin 0.3s;
}

@media (min-width: 992px){

	.page-sidebar.navbar-collapse {
		max-height: none !important;
	}
}
.page-sidebar.navbar-collapse, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
@media (min-width: 768px){
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
		visibility: visible!important;
	}
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover, .page-sidebar {
    background-color: #364150;
}
@media (min-width: 992px){
	.page-sidebar {
		width: 235px;
		float: left;
		position: relative;
		margin-right: -100%;
	}
}

@media (min-width: 768px){
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.collapse {
    display: none;
    visibility: hidden;
}

.page-sidebar .page-sidebar-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-sidebar .page-sidebar-menu > li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}
.page-sidebar .page-sidebar-menu .sub-menu li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

@font-face {
  font-family: "Socle";
  src: url("./fonts/font-socle.woff");
}

@font-face {
  font-family: "MesIcones";
  src: url("./fonts/font-socle.woff");
  font-weight: normal;
  font-style: normal;
} 

/*-------------POP UP INFORMATIONS ------------*/

#plexiglas{
	position: fixed;
    width: 100vw;
    height: 100%;
    background-color: white;
	opacity: 0;
    z-index: 10000;
	transition: opacity 1s;
	
}

.pop_up{
	z-index: 10001;
	/*position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
	
}



.ui-dialog .ui-dialog-titlebar-close {
	
	right: 2vw;
	
}

.ui-dialog .ui-dialog-titlebar-close span { 
	margin-left: -8px !important; 
	margin-top: -8px !important;
	border-style:none;
	transition: all 0.2s linear;
}

.ui-dialog .ui-dialog-titlebar-close span:hover{
	transform: rotate(90deg);	
}



.ui-widget{
	font-size: 1em;
    line-height: 1.2em;
}

.ui-widget-header{
	border: 0px;
	background: transparent;
}

.ui-widget-header .ui-icon:after{
	/*content: url(../img/croix.png);*/
	width: 21px;
	height: auto;
	background-image: none;
	background-color: white;
}

.dialog_pool{
	z-index: 1000;
}

button.pool {
	background-color: #6792ee;
	padding: 1vw 5vw 1vw 5vw;
	color: white;
	font-weight: bold;
	width: 50%;
	text-align: center;
	margin: auto;
	margin-bottom: 1vw;
}

div#pool {
    display: flex;
    flex-direction: column;
}

#inlinePool{
	
	display: flex;
    flex-direction: column;
    text-align: center;
}
	

/*---------------------------------------------*/


