body {
    font-size:26px;
    line-height:1.1;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.navbar {
    background-color:rgba(255, 255, 255, 0.81);
}
.navbar:before {
    content:"";
    display:block;
    width:100%;
    background-color:#4d555a;
    height:60px;
    position:absolute;
    left:0;
    top:15px;
    z-index:0;
}
.logo {
    position:relative;
    z-index:1;
}
a:link, 
a:visited {
    color:#212529;
}
a:hover,
a:focus {
    color:#f58220;
}
h1 {
    font-weight:700;
    font-family: 'Muli', sans-serif;
    margin-top: 100px;
    letter-spacing:-1px;
}
h2 {
    font-weight: 800;
    font-family: 'Muli', sans-serif;
    margin-top: 50px;
    margin-bottom: 5px;
}
.map {
    position:relative;
    z-index:10;
}
iframe {
    margin-bottom: -7px;
}
.sub-map {
    background: #4d555a url(images/map-marker.png) left center no-repeat;
    color: white;
    font-size: 1.2em;
    padding: 10px 20px 10px 70px;
    line-height: 1.9;
    box-shadow: -1px 8px 10px rgba(51, 51, 51, 0.5);
}
.adresses {
   background: #fecc4e; /* Old browsers */
   background: -moz-linear-gradient(-45deg, #fecc4e 0%, #fbad2c 54%, #ce8d2c 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(-45deg, #fecc4e 0%,#fbad2c 54%,#ce8d2c 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(135deg, #fecc4e 0%,#fbad2c 54%,#ce8d2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc4e', endColorstr='#ce8d2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   z-index: 0;
   position: relative;
}
.adresses .container .row > .col-md-4:first-child {
    padding-bottom: 50px;
}
img.bonhomme {
    margin-bottom: -100px;
}
.sub-adresses {
    padding: 30px 0;
    /* margin-top: -50px; */
    background: #fdbb3b; /* Old browsers */
    background: -moz-linear-gradient(left, #fdbb3b 14%, #faa624 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fdbb3b 14%,#faa624 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fdbb3b 14%,#faa624 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbb3b', endColorstr='#faa624',GradientType=1 ); /* IE6-9 */
}
.h3.arguments {
    font-size: 1.3em;
    border-left: 3px solid #242529;
    padding-left: 20px;
}
footer {
    background: #4d555a;
    color:white;
    padding:5px;
    font-size: 12px;
}
footer p {
    margin-bottom:0;
}

@media screen and (max-width:767px) {
.adresses .container .row > .col-md-4:first-child {
    padding-bottom: 0px;
}
img.bonhomme {
    margin-bottom: 10px;
}
}
