@font-face {
    font-family: 'capture_itregular';
    src: url('../fonts/Capture_it-webfont.eot');
    src: url('../fonts/Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Capture_it-webfont.woff') format('woff'),
         url('../fonts/Capture_it-webfont.ttf') format('truetype'),
         url('../fonts/Capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #1d1d1d;
    color: #efefef;
    text-align: center;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}
h1 {
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    margin-bottom: 20px;
}
h2 {
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
    margin-bottom: 20px;
}
h3 {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
    margin-bottom: 10px;
}
p {
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

/* HEADER */

header {
    background: url("../images/flag-left.jpg") no-repeat scroll left center, url("../images/flag-right.jpg") no-repeat scroll right center, #1d1d1d;
    color: #fff;
    font-size: 20px;
    left: 0;
    min-height: 142px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 8px solid #565a70;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.8)
}
#topbar {
    position: relative;
}
#logo {
    display: inline-block;
    margin: 15px;
    max-width: 120px;
}
#logo img, .badge {
    clear: both;
    height: auto;
    max-width: 100%;
}
#topbar .title {
    margin: 0 15px;
    text-align: center;
}
#topbar h1 {
    color: #fed690;
    display: inline-block;
    font-family: "capture_itregular";
    font-size: 50px;
    margin-bottom: 0;
    text-shadow: 2px 2px 2px #8f4b0e;
    vertical-align: middle;
}
.badge {
    line-height: 100px;
    margin-right: 15px;
    max-width: 45px;
    vertical-align: middle;
}

/* SECTION */

section {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
    max-width: 930px;
}
article {
    padding: 15px;
}
a.scroll {
    background: url(../images/arrow-bottom.png) no-repeat center center, #1d1d1d;
    width: 50px;
    height: 50px;
    margin: 20px auto 0;
    border-radius: 50%;
    border: 3px solid #565a70;
    display: block;
    transition: all 0.4s ease 0s;
}
.color-y {
    color: #fed690;
    margin-top: 20px;
}
a.scroll:hover, a.scroll:focus {
    background: url(../images/arrow-bottom-hover.png) no-repeat center center, #fed690;
    border: 3px solid #8f4b0e;
}
#btnTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

/* CARTE */

#map {
    height: 100%;
    position: absolute;
    width: 100%;
    /*margin-top: 142px;*/
}
#ancre {
    padding-top: 150px;
}
.leaflet-top .leaflet-control {
    margin-top: 162px;
}
.leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
    border: 1px solid #1d1d1d;
}
iframe {
    width: 100%;
}
.leaflet-popup-content .marker-title, .leaflet-popup-content h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.leaflet-popup-content .marker-description, .leaflet-popup-content p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.leaflet-popup-tip {
    border-top: 10px solid #1d1d1d;
}
.leaflet-left, .leaflet-right {
    display: none;
}


/* MEDIA QUERIES */

@media (max-width: 900px) {
    #topbar h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    section {
        padding-top: 204px;
    }
}
@media (max-width: 600px) {
    .badge {
        display: none;
    }
    header {
        background: #1d1d1d;
        min-height: 102px;
        border-bottom: 4px solid #565a70;
    }
    section {
        padding-top: 134px;
    }
    #ancre {
        /*padding-top: 102px;*/
    }
}
@media (max-width: 480px) {
    #topbar h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    #ancre {
        /*padding-top: 148px;*/
    }
    section {
        padding-top: 160px;
    }

}