/* your styles go here */
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	margin-right:5px;
	margin-bottom: 5px;
}

.creditphoto:after  {
  color: #868e96 !important;
  font-size: 0.8rem;
  content: "Crédit Photo : Pixabay";
  margin-left : 10px;
  font-style : italic;
}

.sortable:after{
  content: ' ';
  position: relative;
  left: 5px;
  border: 8px solid transparent;
  top: 10px;
  border-top-color: silver;
}

.sortable{
  padding-right: 10px;
}

#map {
  height: 100%;
}
