/* Open stree Maps */
.open-street-maps .leaflet-map,
.open-street-maps .elevation-div {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.open-street-maps .leaflet-map {
	height: 500px;
	max-height: 100%;
}

.open-street-maps .elevation-div {
	height: auto;
}

.tracer-gpx-bloc-image img {width:100%;}
.tracer-gpx-bloc-image {width: 100%;}
.tracer-gpx-bloc {width:24%;display: inline-block;padding: 0.5%;}
.tracer-gpx-bloc:hover {cursor:pointer;}
.open-street-maps-infos_comp li {display: inline-block;margin: 10px;background: #b30000;padding: 5px;color: white;}
.tracer-gpx-nom-groupe {margin-bottom: 10px;}
.open-street-maps-btn {text-align: center;margin: 10px auto;}
.open-street-maps-btn .btn-download-gpx {display:inline-block;padding:5px; margin: 5px}

@media screen and (max-width: 470px) {
	.tracer-gpx-bloc {width:99%;display: inline-block;padding: 0.5%;}
}

@media screen and (min-width: 470px) and (max-width: 980px) {
	.tracer-gpx-bloc {width:49%;display: inline-block;padding: 0.5%;}
}

.contact-map {padding: 0 10px;}

.alertes {
	display: none;
}

.template-alertes {
	z-index:1030;
}

.alertes:last-child {
	display: flex;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index:1030;
	align-items: center;
	justify-content: center;
}

.alertes .alerte-wrapper{
	max-width: 85vw;
	max-height: 90vh;
	overflow-y:auto;
	background: white;
	padding: 15px;
	border-radius:30px;
}

.alerte-buttons a, .alerte-buttons a:link,
.alerte-buttons a:active,.alerte-buttons a:hover,.alerte-buttons a:visited {
	display: inline-block;
	padding: 5px 20px;
	background: #0a68e7;
	color: white;
}

.alerte-contenu {
	padding:10px;
}

.alerte-titre {
	padding: 10px;
	color: white;
	background: transparent;
	font-size: 180%;
	text-align: center;
}

.alerte {position:relative}

a.alerte-close {
	position: absolute;
	background: black;
	padding: 10px;
	color: white !important;
	border: 2px solid white;
	border-radius: 20px;
	top: -20px;
	right: -15px;
}

.alerte-commande {
	position: fixed;
	left: 0;
	bottom: 0;
}

.alertes-bandeau {
	display: flex;
	align-items: stretch;
	background: #f2f2f2;
	color: #000;
	width: 100%;
	box-sizing: border-box;
}

.alerte-bandeau-icon {
	flex-shrink: 0;
	background: #a0273a;
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: auto;
	margin-right: 15px;
	padding: 0;
	min-width: 150px;
	position: relative;
}

.alerte-bandeau-icon i {
	font-size: 2.5em;
	margin-left: 30px;
}

.alerte-bandeau-titre {
	font-weight: bold;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 30px;
}

.alerte-bandeau-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	min-width: 200px;
}

.alerte-bandeau-contenu {
	text-align: left;
	font-size: 1em;
	padding: 10px 0;
	margin-left: 50px;
	margin-right: 50px;
}

.alerte-bandeau-close {
	background: #a0273a;
	color: white;
	border: none;
	padding: 12px 20px;
	border-radius: 0;
	cursor: pointer;
	margin-left: 15px;
	margin-right: 30px;
	flex-shrink: 0;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: auto;
	align-self: center;
}

.alerte-bandeau-close:hover {
	background-color: #7a1e2c;
	color: #ffffff;
}

