@CHARSET "UTF-8";

.map-semi {
	height: 250px;
	margin-bottom: 15px;
	margin-bottom: 15px;
}

@media(max-width:767px) {
	.map-full {
		height: 350px;
		margin-bottom: 15px;
		margin-bottom: 15px;
	}

	#resultats, #loader {
	    height: 350px;
	    overflow: auto;
	}
}

@media(min-width:768px) {
	.map-full {
		height: 500px;
		margin-bottom: 15px;
		margin-bottom: 15px;
	}

	#resultats, #loader {
	    height: 500px;
	    overflow: auto;
	}
}

div.result-item {
	border-bottom: solid thin black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.result-item > .row {
    padding-left: 15px;
    padding-right: 15px;
}

div.section {
	border-bottom: solid black;
	margin-bottom: 10px;
}