@font-face {
    /* font-family: 'FiraSans'; */
    /* src: url('../lib/FiraSans/FiraSans-Light.otf') format('opentype'); */
    font-family: 'Poppins';
    src: url('../lib/Poppins/Poppins-Regular.ttf') format('truetype');
}
/* GLOBAL STYLES
   -------------------------------------------------- */
body {
    font-family: "Poppins","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-bottom: 0px;
    padding-top: 0px;
}

h2 {
    color: #333;
}

a.spip_in,
a.spip_out {
    color: #df691a;
}
a.spip_in:hover, a.spip_in:focus,
a.spip_out:hover, a.spip_out:focus {
    color: #df691a;
}

#logo-header {
    height: 80px;
}
#logo-footer {
    height: 40px;
}

#container {
    padding-top: 150px;
}

.navbar-wrapper {
    margin-top: 40px;
}

.img-pull-right {
    float: right !important;
}
.img-pull-right .caption {
    text-align: center;
    font-weight: bold;
}

.label-ref {
    border: 1px solid #df691a;
    color: #df691a;
    display: inline-block;
}

#brand > span {
    text-shadow: 3px 2px 2px rgba(0,0,0,0.6);
}
#brand > span span {
    text-shadow: none;
}

/* Carousel
-------------------------------------------------- */
#carousel-refs {
    height:168px;
}
#carousel-refs img {
    height:168px;
    margin-bottom:0;
}
#carousel-refs .item {
    height: 168px;
}

/* 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;
}
.scrolltop span {
    position: relative;
    top: 7px;
    left: 10px;
}

/* Callout
-------------------------------------------------- */
.callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code {
    background-color: #fff;
    border-radius: 3px;
}
.callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.callout-danger h4 {
    color: #d9534f;
}
.callout-success {
    background-color: #fdf7f7;
    border-color: #5cb85c;
}
.callout-success h4 {
    color: #5cb85c;
}
.callout-warning{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.callout-warning h4 {
    color: #f0ad4e;
}
.callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.callout-info h4 {
    color: #5bc0de;
}

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

.nav-article div { margin-top: 20px; }
.nav-article .btn { white-space: normal; }

/* Footer
-------------------------------------------------- */
#footer {
    min-height: 260px;
    margin-top: 40px;
    background-color: #252528;
    color: #fff;
    padding-top: 35px;
}
#footer address {
    padding-top: 10px;
}
#footer .footer_header {
    color: rgb(196, 196, 196);
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

#footer .credits {
    border-top: 1px solid #343437;
    padding: 0px 0px 30px 0px;
    margin-top: 10px;
}
#footer .credits .copyright {
    color: #a6a6a7;
    font-style: italic;
    text-align: center;
    margin-top: 30px;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .navbar-wrapper {
        background-image: none !important;
    }

    .navbar {
        margin-bottom: 0;
    }

    #container {
        padding-top: 50px;
    }

    #container img {
        width: 100%;
        height: 100%;
    }

    .breadcrumb {
        margin-top: 10px;
    }

    #footer {
        margin-top: 20px;
        padding-top: 15px;
    }
    #footer .footer_header {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption p {
        font-size: 18px;
    }

    #footer .footer_header {
        margin-top: 20px;
    }
}

.navbar-collapse {
    position: relative;
}
.navbar-collapse form[role="search"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0;
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);
    border-color: rgb(255, 255, 255);
    padding: 10px 12px 9px 12px;
    box-shadow: none;
    outline: none;
}
.navbar-collapse form[role="search"] input {
    height: 40px;
    font-size: 12pt;
    color: rgb(160, 160, 160);
    box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
}

@media (min-width: 768px) {
    .navbar-collapse {
    }
    .navbar-collapse form[role="search"] {
        width: 38px;
    }
    .navbar-collapse form[role="search"] button {
    }
    .navbar-collapse form[role="search"] input {
        font-size: 18pt;
        opacity: 0;
        display: none;
    }
    .navbar-collapse form[role="search"].active {
        width: 100%;
    }
    .navbar-collapse form[role="search"].active button,
    .navbar-collapse form[role="search"].active input {
        display: table-cell;
        opacity: 1;
    }
    .navbar-collapse form[role="search"].active input {
        width: 100%;
    }
}


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

.modal-content {
    color: #fff;
}


.spip-admin-float {
    right: 10% !important;
}
