@charset "iso-8859-1";
/*
2023-02-21
stile dropdown menu aziende 

*/

 /* Dropdown Button */
.dropbtn_az {
	/*	background-color: #303030;
	color: #f6b224;*/
	padding: 10px;
	font-size: 13pt;
	border: none;
	font-family: Abel;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
/*	background-image:url(http://gaspoz.free.fr/TLWXPN/img/TLWXPN_logo_170.png); */
	background: url(http://gaspoz.free.fr/TLWXPN/img/TLWXPN_logo_170.png);
	background-repeat: no-repeat;
	border-radius: 10px;
	width: 200px;
	height: 200px;
}

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

/* Dropdown Content (Hidden by Default) */
.dropdown-content_az {
	display: none;
	position: absolute;
	background-color: #f6b224;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	font-size: 13pt;
	border-radius: 10px;
	opacity: 85%;
}

/* Links inside the dropdown */
.dropdown-content_az a {
	color: #303030;
	padding: 8px 8px;
	font-family: Abel;
	text-decoration: none;
	display: block;
	text-align: left;
/*	background-image:url(http://gaspoz.free.fr/images/asfalt-dark.png); */
	font-weight: bold;
	font-size: 13pt;
}

/* Change color of dropdown links on hover */
.dropdown-content_az a:hover {
	background-color: #303030;
	color: #fff;
	font-weight: bolder;
	border-radius: 10px;
}

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

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown_az:hover .dropbtn_az {
	/*color:#303030;
	background-image:url(http://gaspoz.free.fr/images/asfalt-dark.png); 
	background-image:url(http://gaspoz.free.fr/TLWXPN/img/TLWXPN_logo_170_negativo.png);
	background-color: #ff6;
	
	*/
	background: url(http://gaspoz.free.fr/TLWXPN/img/TLWXPN_logo_170_negativo.png);
	background-repeat: no-repeat;
	opacity: 50%;	
} 