/* Dropdown Button */
.menu_dropbtn {
  
  color: var(--aqua);
 background-color: none;
  font-size: 21px;
  border: none;
	float:left;
	
}

/* The container <div> - needed to position the dropdown content */
.menu_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.menu_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:25px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -320px;
	text-align: left;
}

/* Links inside the dropdown */
.menu_dropdown-content a {
  color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.menu_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.menu_dropdown:hover .menu_dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.menu_dropdown:hover .menu_dropbtn { color: var(--light); background-color: var(--back);}




/* Dropdown Button */
.profil_dropbtn {
  
    color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.profil_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.profil_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -390px;
	margin-top: -120px;
	text-align: left;
	height: 680px;
}

/* Links inside the dropdown */
.profil_dropdown-content a {
  color: var(--fontdark);
  padding: 3px 3px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.profil_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.profil_dropdown:hover .profil_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.profil_dropdown:hover .profil_dropbtn { color: var(--light); background-color: var(--back);}




/* Dropdown Button */
.set_dropbtn {
  
    color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.set_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.set_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -390px;
	margin-top: -220px;
	text-align: left;
	height: 600px;
}

/* Links inside the dropdown */
.set_dropdown-content a {
  color: var(--fontdark);
  padding: 3px 3px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.set_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.set_dropdown:hover .set_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.set_dropdown:hover .set_dropbtn { color: var(--light); background-color: var(--back);}
		
		
		
		
		
		
		
		
		
		
		