h1 {
	font-size: 2rem;
	margin: 40px 10px 40px;
}
.blink {
	animation: blinker 1s linear infinite;
}
.text-justify {
	text-align: justify;
}
.fs-x-small {
	font-size: x-small;
}
.network-off {
	position: absolute;
	visibility: visible !important;
	animation: blinker 1s linear infinite;
	transform: rotate(100deg);
}
.network-on {
	position: absolute;
	visibility: hidden !important;
	animation: none;
}
@keyframes blinker {  
	50% { opacity: 0; }
}

.geo-fieldset {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: .5rem;
    overflow-y: scroll;
    background-image: url(../bootstrap/hourglass-split.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    height: 33vh;
}
.geo-fieldset:focus-within {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.geo-radio {
	display:none;
	width:0;
	height:0;
}
.geo-radio + label {
    padding: 0 2px;
    display:block;
    font-size: 1.25rem;
}
.geo-radio:checked + label {
	background-color: rgb(206,206,206);
}
.geo-radio:checked:focus + label {
	background-color: rgb(30,144,255);
	color: white;
}
.geo-toast {
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9999;
	bottom: 2%;
}
.geo-card {
	border: 1px solid;
    min-height: 33vh;
    background-image: none;
	background-size: cover;
	background-position: center;
}
.geo-card.geo-card-activite-1 {
	background-image: url(https://app.geovina.com/assets/img/activite-1.jpg);
}
.geo-card.geo-card-activite-2 {
	background-image: url(https://app.geovina.com/assets/img/activite-2.jpg);
}
.geo-card.geo-card-etablissement-1 {
	background-image: url(https://app.geovina.com/assets/img/etablissement-1.jpg);
}
.geo-card.geo-card-etablissement-2 {
	background-image: url(https://app.geovina.com/assets/img/etablissement-2.jpg);
}
.geo-card-flash {
	border: 1px solid;
	box-shadow: 0px 0px 15px 0px rgba(var(--geovina-rgb));
}
#fil {
	padding-top: 5rem;
}