body {
  font-family: "Quattrocento Sans";
}
#festimap{
  position: relative;
}
#map-ceff2016 {
  /*background-image: url("../images/carte-complete1.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 681px;
  display: block;
  float: left;*/
}
.point {
  cursor: pointer;
}
.point:hover {
  cursor: pointer;
}

.popmap {
  display:none;
  position: absolute;
  top:0;
  width: 320px;
  height: 112px;
  padding: 10px;
  font-family: "Quattrocento Sans";
}

span.titre-lieu {
  font-size: 14px;
  font-weight: 800;
  color: #232b55;
  text-transform: uppercase;
  line-height: 18px;
}

.popmap address {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: #232b55;
  margin-top: 1px;
  line-height: 18px;
}

.popmap {
  /*background: url("../images/pop-lincoln.png");*/
  background: url("../images/pop-bg2.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.popmap .left-side {
  display: block;
  float: left;
  width: 50%;
  margin-left: 0;
  margin-right: 2px;
}
.popmap .right-side {
  display: block;
  float: left;
  width: 44%;
  margin-left: 2px;
  margin-right: 0;
}
