@font-face {
    font-family: 'FiraSans';
    src: url('../lib/FiraSans/FiraSans-Light.otf') format('opentype');
}
body {
    background: #203090;
    color: #333333;
    font-family: 'FiraSans',sans-serif !important;
    font-size: 15px;
    padding-top: 75px;
    position: relative;
}

a.spip_in,
a.spip_out {
    color: #337aba;
}
a.spip_in:hover, a.spip_in:focus,
a.spip_out:hover, a.spip_out:focus {
    color: #337ab7;
}

hr {
    border-top: 1px solid #BEC0C3;
    border-bottom: 2px solid white;
}

#spip-admin {
    z-index: 1050;
}

section {
    background: #fff;
    padding: 40px 0;
}

#map {
    width: 100%;
    height: 400px;
}

/* Scroll to top button
-------------------------------------------------- */
.scrolltop {
    background-color: #F1F1F1;
    border: 1px solid darkGray;
    border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: none;
    height: 36px;
    opacity: 0.6;
    position: fixed;
    right: 2%;
    top: 50%;
    width: 36px;
    z-index: 9999;
    text-align: center;
}

.scrolltop i {
    padding-top: 7px;
}

#footer a {
    color: white;
}

/* Navigation bar
-------------------------------------------------- */
.navbar-fixed-top.opacity_on_scroll {
    opacity: 0.92;
}

.navbar {
    background-color: #203090;
    border-bottom: 0 none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    padding: 20px 50px;
}

.navbar-default .navbar-brand {
    color: #eeeeee;
    font-size: 36px;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:visited {
    color: #eeeeee;
}
.navbar-brand small {
    font-size: 20px;
    color: #FFCE2B;
}
.navbar .nav > li > a {
    color: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar .nav > li > a:hover {
    background: none;
    color: #ccc;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background: none;
    color: #f70;
}

/* Footer
-------------------------------------------------- */
#logo-footer {
    height: 40px;
}
#footer {
    min-height: 260px;
    margin-top: 40px;
    color: #fff;
}
#footer address {
    padding-top: 10px;
}
#footer .credits {
    border-top: 1px solid #666;
    padding: 0px 0px 30px 0px;
    margin-top: 10px;
}
#footer .credits .copyright {
    color: #a6a6a7;
    font-style: italic;
    text-align: center;
    margin-top: 30px;
}

/* Contact form
-------------------------------------------------- */
#contact-form label {
    color: inherit;
    padding: 0;
    font-size: inherit;
}
#contact-form p.boutons {
    border-top: 1px solid #e5e5e5;
    margin: 15px -15px -15px;
    padding: 19px 20px 20px;
    text-align: right;
}
