/* html, body */
	html, body { 
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		#overflow: hidden;
	}
	body {
		background-color: #fff;
	}

/* Bootstrap */
	a, .nav, .pagination, .carousel, .pointer {
		cursor: pointer !important; 
	}
	input[type="text"], textarea, button {
		outline: none;
		box-shadow: none !important;
		border: 1px solid #ccc !important;
	}

/* Search */
	.panel-body {
		padding: 0px;
	}
	.panel-heading {
		/*background-color: #2196f3 !important;
		color: #fff !important;*/
		
	}
	.accordion-toggle {
		width: 100% !important;
		display: inline-block !important;
		text-decoration: none !important;
		/*font-weight: bold !important;*/
		font-size: 22px !important;
		font-style: italic !important;
	}
	.accordion-toggle img {
		vertical-align: bottom !important;
	}
	
/* Alert */
	.alert {
		position: absolute;
		top: -60px;
		left: 0px;
		right: 0px;
		z-index: 10000;
	}
	
/* Divers */
	.shadow {
		-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.175) !important;
		box-shadow: 0 4px 12px rgba(0,0,0,.175) !important;
		-moz-border-radius: 4px !important;
		-webkit-border-radius: 4px !important;
		border-radius: 4px !important;
	}
	.spin {
	  -webkit-animation: spin 2s infinite linear;
	  -moz-animation: spin 2s infinite linear;
	  -o-animation: spin 2s infinite linear;
	  animation: spin 2s infinite linear;
	}
	@-moz-keyframes spin {
	  from {
		-moz-transform: rotate(0deg);
	  }
	  to {
		-moz-transform: rotate(360deg);
	  }
	}
	@-webkit-keyframes spin {
	  from {
		-webkit-transform: rotate(0deg);
	  }
	  to {
		-webkit-transform: rotate(360deg);
	  }
	}
	@keyframes spin {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(360deg);
	  }
}

/* Search */
	#search {
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #fff;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

/*list ecoles*/
	.ecole-list-img {
		width: 32px;
		text-align: left;
		vertical-align: top;
	}
	.ecole-list-img  img {
		margin-top: -3px;
	}
	.ecole-list-title {
		font-size: 16px;
		font-weight: bold;
	}
	.ecole-list-adr {
		font-style: italic;
	}
	.ecole-list-more {
		width: 32px;
		text-align: right;
		font-size: 22px;
		font-weight: bold;
	}
	
/* Info */
	#info {
		position: absolute;
		top: 0px;
		left: -2000px;
		background-color: #fff;
		width: 100%;
		height: 100%;
		z-index: 10000;
	}
	#info a {
		text-decoration: none;
		/*color: #555;*/
	}
	.navbar button {
		margin-left: 5px;
		margin-right: 5px;
	}
	.tab-other {
		
	}
	.tab-content {
		padding: 10px;
		text-align: center;
		font-size: 16px;
		border-left: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}
	
/* Map */
	#map {
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		height: 400px;
	}
	
/* Legend */
	#legend table td {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		font-size: 12px;
	}
	#legend img {
		height: 32px;
	}
	
/* Copyright */
	.list-group {
		margin-bottom: 0px;
	}
	.copyright { 
		font-size: 10px;
		font-style: italic;
		text-align: right;
		width: 100%;
		margin-top: 2px;
		padding-right: 5px;
		color: #666;
	}