
body{
        margin: 0;
        padding: 0;
      }
      #map{
        height: 100%; 
        width:100%;

      }

    

      p, a, h4 {
        text-align: center;
        margin-bottom: 0;
        
      }

      a {
        color:red;
      }

.etablogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

hr {
  border-top: 3px solid red;
}

.description {
    width: 200px;
    font-size: 16px;
    color: #333333;
    font-family: "Open Sans", Helvetica, sans-serif;
    padding: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    border: 1px solid grey;
}

.descriptions {
    width: 180px;
    font-size: 16px;
    color: #333333;
    font-family: "Open Sans", Helvetica, sans-serif;
   
    background-color: rgba(247, 247, 247, 0.4);
    
    border-radius: 5px;
    
}


.description img {
    width: 100px;
    margin: auto;
    display: block;
}

.legend-item {
    display: flex;
    align-items: center;
}

.legend-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.container {
    display: flex;
    align-items:flex-start;
    margin: 0;
}

.container img {
    width: 50px; /* Adjust image width as needed */
    height: auto;
    margin-right: 20px; /* Adjust margin between image and text */
    margin-left: 20px; /* Adjust margin between image and text */
}


.box {
  display: flex;
  width: 100%;
  height: 8px;
  margin: 5px 0px 60px 0px;
}

.box-sm {
  height: 8px;
  margin: 0;
  flex-grow: 1;
  transition: all .8s ease-in-out;
  cursor: pointer;
}



.box-sm:hover {
  flex-grow: 12;
}



.post {
  margin-bottom: 50px;

  h2,
  p {
      text-align: center;
      margin-bottom: 0px;
  }

  h2 {
      font-size: 60px;
      color: #E0E0E0;
      text-shadow: 0px 1px 1px black;
  }
}

.red {
  background-color: #0095c9;
}

.orange {
  background-color: #fff24b;
}

.yellow {
  background-color: #db3832;
}

.green {
  background-color: #3DCD49;
}

.blue {
  background-color: #0089D7;
}

.purple {
  background-color: #9E44C4;
}





*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tree-structure{
	list-style: none;
	clear: both;
	padding-left: 15px;
}
.tree-structure li {
	position: relative;
}
.tree-structure li a{
	font-weight: normal;
	color: black;
	text-decoration: none;
	font-weight: 700;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: calc(100% - 50px);
	vertical-align: top;
}
.tree-structure li a:hover{
	padding-left: 5px;
}
.tree-structure > li > .num{
	display: inline-block;
	background: #333;
	min-width: 24px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	padding: 3px 9px;
	margin-right: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}
.tree-structure > li > .num:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #939393;
	top: 5px;
	left: 12px;
	z-index: -1;
}
.tree-structure > li:last-child > .num:after{	
	height: calc(100% - 44px);
}
.tree-structure ol{
	padding: 20px 0 20px 45px;
}
.tree-structure ol li{
	list-style-type: none;
	padding: 8px 0
}
.tree-structure ol li .num{
	position: relative;
}
.tree-structure ol li a{
	color: #000;
	font-weight: normal;
}
.tree-structure .num{
	background-color: #666;
	min-width: 24px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	padding: 3px 9px;
	margin-right: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.tree-structure  ol  li .num:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto;
	width: 33px;
	height: 1px;
	background-color: #939393;
}


 