body {  padding-top: 50px;}

.starter-template {  padding: 40px 15px;  text-align: center;}

/* Global add-ons */
.sub-header {
  padding-bottom: 10px;  border-bottom: 1px solid #eee;}


/* Main content */
.main {  padding: 20px;}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {  margin-top: 0;}


/*********************** carte Google Maps ***********************/
#map-canvas{
	position:absolute;
	margin-top: -25px;
	width:100%;
    height:100%;
}

#infoWindow{	width: 200px;}
#infoWindow p.ville{	font-weight:bold;}
#infoWindow p.habitants{}
#infoWindow p.indent{
	text-indent: 25px;
	font-size:12px;
	line-height: 10px;
}

form.formMaps{
	position:fixed;
	background-color: rgba(128,128,128,0.9);
	top: 75px;
	right: 75px;
	padding: 0 20px;
	border-radius: 10px;
	width: 325px;
}
form.formMaps div.departement label.error {
	position: absolute;
	padding: 10px;
	color: red;
}

form.formMaps div.habitants label.error {
	position: relative;
	color: red;
}

form.formContact label.error {
	float: right;
	position: relative;
	color: red;
}

div.col-sm-12{
	padding-bottom: 20px;
}
