.hbanz-dd-list {
    display: none !important;
    background: white;
    position: absolute;
    margin-top: 67px;
}

.hbanz-dd-list:hover {
    background: white;
    color: unset;
    border-bottom: 1px solid rgba(0,0,0,.15);
    z-index: 9999;
}

.scrollToTop {
	background: #32353a;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 143px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	
	font-size: 18px;
}

.scrollToDown {
	background: #32353a;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 100px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.useroptions a i {
	background: #2ECC71;
	border-radius: 50%;
	padding: 8px;
	color: #FFF;
	display: inline;
	margin-left: 4px;
	transition: all 200ms;
}

.useroptions a .fa-caret-down {
	background: unset;
	border-radius: unset;
	padding: unset;
	color: unset;
	display: unset;
	margin-left: unset;
	transition: unset;
}

.useroptions .hbanz-dd:hover {
    transition: 0.5s;
}

.useroptions .hbanz-dd:hover .hbanz-dd-list {
    opacity: 1;
}

.useroptions .hbanz-dd:hover .hbanz-dd-list, .hbanz-dd-list:hover {
    display: flex !important;
    border-top: unset;
}

.useroptions a:hover i {
	background: 69e19c;
}

#avatarheader {
	cursor: pointer;
	float: right;
	position: relative;
	border-radius: 50%;
	right: -10px;
	bottom: 11px;
}

#avatarheader:hover {
	opacity:0.6;
}

.haut {
	background: #FFF;
	width: 100%;
	float: right;
	box-shadow: 0px 0px 3px #656161;
	position: relative;
	height: 68px;
	z-index: 1000;
	text-align: left;
}

.headerlist {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #2ECC71;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 15px;
}

.headerlist ul {
	display: inline;
	text-align: right;
	color: #2ECC71;
	position: relative;
	text-decoration: none;
}

.headerlist ul li {
	display: inline-block;
	padding: 14px 13px;
}

.useroptions a {
	color: rgba(0, 0, 0, 0.74);
	transition: background-color 100ms, color 100ms;
	font-size: 14px;
    z-index: 2;
}

.useroptions a:hover {
	background: rgb(248, 250, 250);
}

.useroptions .subdiv {
    font-size: 14px;
}

.useroptions .subdiv:hover {
    background-color: #34495e;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.useroptions {
    font-family: Roboto;
	float: right;
	vertical-align: middle;
	position: relative;
	right: 10px;
	position: relative;
	letter-spacing: 0.4px;
}

@media (max-width: 1280px) {
	.scrollToDown, .scrollToTop {
	 bottom: 14553px;
	}


	}

	@media (max-width: 768px) {
	.scrollToDown, .scrollToTop {
	 bottom: 14553px;
	}
}

@media (max-width: 767px) {
    .scrollToTop {
        background: unset;
        color: unset;
        position: unset;
        z-index: unset;
        bottom: unset;
        right: unset;
        border-radius: unset;
        padding: unset;
        cursor: unset;
        display: unset;
        font-size: unset;
        transition: 0.5s;
	}

	.scrollToTop:hover {
	        color: #2ECC71 !important;
	        opacity: 1;
	}
}