body {
	
	margin:0;
	font-family:Arial;
  background-color: #FFFADF;


}

.bus {
    width: 100%;
    height: 90px;
    position: relative;

}

.bus span {
   /* background-color: red;
    background-color: hsla(0, 0%, 100%, 0.5);
*/
    position: absolute;
    bottom: 0;   
    width: 20%;
    line-height: 1em;
    text-align: right;     
}

.bus img {
    display: inline-block;
}


#rfid {
	color: red;
}

#login_button {

	width: 173px;

}

#login_field {

	width: 173px;

}



fieldset {
	border: none;
}

.topnav {
  overflow: hidden;
  background-color: #F0E68C;
}

.topnav a {
  float: left;
  display: block;
  color: #497220;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
}

.active {
  background-color: #F0E68C;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1em;    
  border: none;
  outline: none;
  color: #497220;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #497220;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover .dropdown:hover .dropbtn {
  background-color: #555;
  background-color: #F0E68C;
  color: red;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #497220;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.logo {
	width: 100%;
	height: 90px;
}

@media all and (max-width: 55em) {
	.logo {
		height: 80px;	
	}
}

@media all and (max-width: 30em) {
	.logo {
		height: 60px;	
	}
}

#infotexte {
	font-size: 1.0em;
	width: 70%;
	text-align: justify;
	margin-left: 10%;
	height: 100%;
  background-color: #FFFADF;
}

#mainwindow {
  background-color: #FFFADF;
  height: 100%;
}

body {
  margin-top: 5px;
  background-color: #FFFADF;
  color: #497220;
  font-size: 1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  hyphens: auto;
}
/*
.hb-icon::before {
	content: "\2630";
	text-decoration: none;
}

 .change .hb-icon::before {

	content: "\2612";	
	text-decoration: none;
}

*/
.bar1, .bar2, .bar3 {
  width: 2em;
  height: 0.2em;
  background-color: #497220;
  margin: 0.3em 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-0.3em, 0.3em);
  transform: rotate(-45deg) translate(-0.3em, 0.3em);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-0.4em, -0.4em);
  transform: rotate(45deg) translate(-0.4em, -0.4em);
}
