/* ================================================
   Centre d'Archives de Citoyenneté & Participation
   Theme overrides for archives-cpcp.be
   Colors: Primary teal #19bed1, Secondary orange #ef8200
   ================================================ */

/* --------------------------------- */
/* GENERAL OVERRIDES */
/* --------------------------------- */
a, a:hover {
    color: #19bed1;
}
.form-control:focus {
    border-color: #19BED1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(25, 190, 209, 0.6);
}

/* --------------------------------- */
/* HEADINGS - CPCP STYLE */
/* --------------------------------- */
H1, h1 {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0px;
}
H3, h3 {
    color: #333333;
}
H4, h4 {
    color: #262626;
}
H5, h5 {
    color: #858585;
}

/* Front page heading style */
.front H1, .front h1 {
    font-family: LatoLight;
    font-size: 28px;
    text-transform: none;
    color: #858585;
    line-height: 1.4;
}

/* --------------------------------- */
/* NAVBAR - CPCP STYLE */
/* --------------------------------- */
.navbar {
    border-radius: 0px;
    background-image: none;
    background-color: #FFFFFF;
    border: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.navbar-brand {
    width: 250px;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    height: auto;
}
.navbar-brand img {
    width: 100%;
    max-height: 55px;
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
    font-family: Lato;
    color: #000;
}
.navbar .formOutline {
    border: 1px solid #cccccc;
    border-radius: 3px;
}

/* --------------------------------- */
/* BUTTONS - CPCP STYLE */
/* --------------------------------- */
.btn-default {
    background-color: #19bed1;
    border-radius: 0px;
    color: #fff;
    font-family: Lato;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #15a8b9;
    color: #fff;
}
.btn-default a {
    color: #fff;
}

/* CTA Orange button */
.btn-cta, .btn-primary.btn-cta {
    border-color: #d17504;
    background-image: linear-gradient(to bottom, #e89024 0%, #ef8200 100%);
    color: #fff;
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
}
.btn-cta:hover, .btn-primary.btn-cta:hover {
    background-image: linear-gradient(to bottom, #ef8200 0%, #d17504 100%);
    color: #fff;
}

/* --------------------------------- */
/* FACETS / BROWSE - CPCP STYLE */
/* --------------------------------- */
.filterMenuFacetList li.active {
    background-color: #19bed1;
}
.filterMenuFacetList li.active a {
    color: #fff;
}
div.browseFacetItem a:hover {
    color: #19bed1;
}

/* --------------------------------- */
/* FRONT PAGE - CPCP STYLE */
/* --------------------------------- */
.bandeau {
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

/* Informations pratiques */
.info-pratiques h3 {
    color: #19bed1;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}
.info-pratiques .fa {
    color: #ef8200;
    margin-right: 8px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}
.info-pratiques p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

/* Qui sommes-nous section */
.qui-sommes-nous h1 {
    color: #19bed1 !important;
    font-family: LatoLight;
    font-size: 28px;
    text-transform: none;
}
.qui-sommes-nous p {
    font-size: 14px;
    line-height: 1.7;
    color: #454545;
}

/* Consultation section */
.consultation-section h1 {
    color: #19bed1 !important;
    font-family: LatoLight;
    font-size: 28px;
    text-transform: none;
}

/* Engagements block */
.engagements-block h4 {
    font-size: 14px;
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.engagements-block img:hover {
    border-color: #19bed1 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* --------------------------------- */
/* FOOTER - CPCP STYLE */
/* --------------------------------- */
#footer {
    width: 100%;
    min-height: 80px;
    padding: 15px 30px;
    border-top: 1px solid #E3E3E3;
    background-color: #fff;
    font-family: Lato;
    font-size: 12px;
    color: #ababab;
}
#footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#footer .footer-left {
    flex: 1;
    min-width: 250px;
}
#footer .footer-center {
    flex: 0 0 auto;
    text-align: center;
    padding: 0 20px;
}
#footer .footer-right {
    flex: 0 0 auto;
    text-align: right;
}
#footer a {
    color: #19bed1;
}
#footer a:hover {
    color: #15a8b9;
}
#footer .footer-right img {
    max-width: 200px;
    height: 50px;
}

/* --------------------------------- */
/* RESPONSIVE */
/* --------------------------------- */
@media (max-width: 767px) {
    #footer .footer-content {
        flex-direction: column;
        text-align: center;
    }
    #footer .footer-left,
    #footer .footer-center,
    #footer .footer-right {
        margin-bottom: 10px;
        text-align: center;
    }
    .bandeau {
        height: 200px;
    }
    .front H1, .front h1 {
        font-size: 22px;
    }
    .navbar-brand {
        width: 180px;
    }
}

/* --------------------------------- */
/* DETAIL & SEARCH PAGES */
/* --------------------------------- */
.detailSocial a {
    color: #19bed1;
}
.resultCount {
    color: #858585;
}

/* --------------------------------- */
/* PAGINATION */
/* --------------------------------- */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
    background-color: #19bed1;
    border-color: #19bed1;
}
.pagination > li > a,
.pagination > li > span {
    color: #19bed1;
}
