.fibre__btnGeoloc {
	background-color: var(--mycolor);
	color: white;
	display: flex;
	align-items: stretch;
	transition: all 0.3s ease-out;
	font-size: medium;
	padding: 14px 14px;
	border-radius: 10px;
	margin-left: 10px;
	position: fixed;
	bottom: 0em;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fibre__btnGeoloc:hover {
	color: white;
	cursor: pointer;
	opacity: 0.9;
}

.fibre__btnGeoloc svg {
	margin-left: 5px;
}

.ol-attribution {
	bottom: 3em;
	left: 1em;
	margin: 0;
	z-index: 10000;
}