.btn-float-lang {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0.8rem;
	margin-left: 1.5rem;
	font-size: 18px;
	background-color: #007FB0 !important;
	color: #ffffff !important;
	border-radius: 0.25rem !important;
	padding: 0.6rem !important;
	position: fixed;
	top: 60px;
	right: 40px;
	z-index: 100;
	box-shadow: 0 0 4px 4px #eeeeee;
}