@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

body {
	margin: 0px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 25px;
	color: rgba(0, 29, 81, 1.0)!important;
}

#map {
	min-height: 250px;

	height: 62vh;
	width: 100%;
	border: 1px solid #cccccc;
}

.entete {
	margin-top: 30px;
}

@media (max-device-width: 415px) {
	.entete {
		margin-top: 10px;
	}
	#rechercheAvancee {
		padding-left: 24px !important;
	}
	#mapContainer {
		margin-left: 3px;
		margin-right: 3px;
	}
	#rechercheAvancee {
		margin-right: 10px;
	}
	#map {
		max-height: 500px;
	}
}

@media (max-device-width: 320px) {
	#map {
		max-height: 275px;
	}
}

#poste {
	color: #001d51;
	line-height: 14px;
	letter-spacing: 0em;
	margin-top: 11px;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0em;
}

#compagnie {
	font-family: 'Open Sans', sans-serif;
	color: #060606;
	margin-top: 4px;
	font-weight: 500;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0em;
}

#lieu {
	font-family: 'Open Sans', sans-serif;
	color: #626469;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0em;
}

#lien {
	text-decoration: none;
}

#titreOnglet {
	font-size: 17px;
	font-weight: 600;
	color: rgba(0, 29, 81, 1.0);
	font-family: 'Lato-Regular', 'Open Sans', sans-serif;
}

@media (max-width: 320px) {
	.infoPourcentage,
	.infoLogo,
	.infoLieu {
		display: none;
	}
	#poste {
		margin-top: 5px;
		font-size: 11px;
		line-height: 11px;
	}
	#compagnie {
		font-size: 12px !important;
		line-height: 12px !important;
	}
}
