h2 {
    color: #0085cf;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0 0 15px 0px;
    line-height: 40px;
    padding-left: 10px;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(206,206,206);
}

h3 {
    color: #b74442;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0 0 15px 0px;
    line-height: 40px;
    padding-left: 10px;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(206,206,206);
}

.bloc3-new-ss a {
    font-weight: bold;
    color: black;
    line-height: 26px;
}

.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


.bg, .overlay, .overlay_galerie {
  text-align: center;
}

.bg {
  float: left;
}

.bg .overlay {
  position: absolute;
  top: 44.5%;
  left: 0;
  width: 100%;
  color: #ffffff;
  opacity: 0;
}

.bg .overlay p  {
  font-family: "Rockwell";
  font-size: 28px;
}

.bg:hover .overlay {
  opacity: 1;
}

.bg:hover div.map_img {
  -webkit-filter: brightness(70%) blur(2px);
  filter: brightness(70%) blur(2px);
}

body {
  margin: 10px;
}