@font-face {
    font-family: mark;
    src: url('../fonts/mark.ttf');
}

.mark{
    font-family: "mark";
    font-size:35px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.backg{
 background-image:url(../images/backg2.jpg) !important;
 z-index:9999;
}

.compt_hover:hover{
    background-color:#5d4037 !important;
}

.hoveryellow:hover{
  color:#f9a825 !important;  
}