/* Header */

.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;
}

/* #articles_recents */

#articles_recents h2.spip {
    font-weight: normal;
    font-size: 1.8rem;
}

/* colonne-droite-accueil */

#colonne-droite-accueil h2.h3 {
    text-transform: uppercase;
}

#colonne-droite-accueil .border-colonne-droite {
    padding: 10px;
    border: 1px solid #b7b7b7;
    margin-bottom: 40px;
}

/* page_rubrique */

.page_rubrique h1.surlignable {
    font-size: 3rem;
}

/* page_mot */

.page_mot .cartouche {
    margin-bottom: 3rem;
}

.page_mot .cartouche .cartouche-mot {
    padding-bottom: 8px;
}

.page_mot h2.spip {
    font-weight: normal;
    font-size: 1.8rem;
}

/* #formulaire_ecrire_auteur_1 */

#formulaire_ecrire_auteur_1 .form-control,
#formulaire_ecrire_auteur_1 input {
    font-size: 1.8rem;
}

#formulaire_ecrire_auteur_1 .btn-primary:not(:disabled):not(.disabled):active,
#formulaire_ecrire_auteur_1 .btn-primary {
    background-color: #00928d;
    border-color: #00928d;
}

/* Footer */

.footer {
    background-color: #00928d;
    color: white;
}

.footer a {
    color: white;
}

.footer #email {
    text-transform: lowercase;
}

/* Loupe */

.header .formulaire_recherche input.submit {
    background: url(img/loupe.png) no-repeat center #00928d;
}

/* Inscription */

#formulaire_formidable_contact label,
#formulaire_formidable_contact input,
#formulaire_formidable_contact textarea{
    width: 100%;
}

#formulaire_formidable_contact button{
    color: white;
    background-color: #00928d;
    padding: 8px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
}

