html {
	height: 100%;
	width: 100%;
}

body {
	height: calc(100% - 70px);
	width: 100%;
}

#map{
	height: 700px !important;
	width: 100%;
	border-style: solid;
    border-color: rgb(190, 183, 174);
}

#mapWindow{
	height: 100% !important;
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
}

#all{
	margin-top: 70px;
}

#geogRideLogo{
	margin-top: 12px;
	height: 8rem;
}

.sted-io{
	margin-bottom: -14px;
}

#lastfooter{
	display: block;
	text-align: center;
	margin-bottom: 24px;
}

#firstfooter{
	display: none;
}

#geogRideTourCarousel{
	margin-bottom: 42px !important;
}

@media only screen and (min-width: 992px) {
	#lastfooter{
		display: none;
	}
	
	#firstfooter{
		display: block;
	}
}

@media only screen and (max-width: 990px) {
	#lastfooter{
		display: block;
	}
	
	#firstfooter{
		display: auto;
	}
}

#lastfooterDetail{
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.9rem;
    color: #212529;
}

.content-subheader{
	font-size: 24px !important;
    font-weight: 400;
    font-style: italic;
    font-family: 'glacialIndifference';
}

.gride-img-crs{
	box-shadow: 0px 2px 5px 0px rgb(67 58 37 / 50%);
}

.leaflet-control-search{
	display: none;
}

.gride-description-body{
	font-family: 'glacialIndifference';
    font-size: 1.1025rem;
    line-height: 1.75;
    text-align: justify;
}

.mt-22{
	margin-top: 22px;
}

.mt-12{
	margin-top: 12px;
}

.mb-12{
	margin-bottom: 12px;
}

.fs-12{
	font-size: 14px;
}

.gride-img-sel1{
	opacity: 0;
}

.gride-description-mini-container{
	margin-top: 22px;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 2px 3px hsl(0deg 0% 4% / 10%), 0 0 0 1px hsl(0deg 0% 4% / 10%);
}

.edition-header{
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    font-weight: bold;
}

.gride-description-mini-label-header{
	font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#sel_edition{
	padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    width: 350px;
    margin-right: 12px;
    text-decoration: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    vertical-align: middle;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#resetEdition{
	padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    vertical-align: middle;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}