/* Header */
.header .nav {
    background: #f9e7bd;
}

.header .nav li {
    padding: 5px 15px;
}

.header .nav li a{
    color: #212529;
}

.header .nav li:last-child {
    background-color: #d35c24;
    margin-left: 20px;
}

/* Pagination */
.pagination {
    display: inline;
}

.pagination .prev {
    display: inline;
    float: left;
}

.pagination .next {
    display: inline;
    float: right;
}

.pagination .disabled {
    display: none;
}

/* Nous contacter (d'après Inscription terroir) */

#formulaire_formidable_contact label,
#formulaire_formidable_contact input,
#formulaire_formidable_contact textarea {
    width: 100%;
}

#formulaire_formidable_contact label {
    margin-top: 16px;
    font-weight: bold;
}

#formulaire_formidable_contact button {
    float: right;
    color: white;
    background-color: #d35c24;
    padding: 8px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
}

/* Loupe */

.header .formulaire_recherche input.submit {
    background: url(img/loupe.png) no-repeat center #685843;
}

/* Footer */

.footer {
    background-color: #685843;
    color: white;
}

.footer a {
    color: white;
}

.footer #email {
    text-transform: lowercase;
}

/* Divers */
.cartouche.border-bottom-perso-1 {
    border-bottom: 1px solid #343a40;
}

.page_article .hyperlien {
    text-align: center;
    font-weight: bold;
    color: #685843;
}

.page_article .hyperlien a {
    color: #685843;
}

.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif {
    text-align: center;
}

@media (min-width: 1200px) {
    .page_article .article, .page_article .texte {
        padding-left: 0;
    }
}