

/* Modifie la couleur du bouton "Filtrer" de DropFiles (téléchargement) */
#btnsearchbelow, #mod_btnsearchbelow {
background-color: #198754 !Important;
}




.blog .item img, .blog-featured .item img {
    height: auto;
} 

/* date Time line modification de la taille du titre */
  .timeline-wrap .timeline-item .timeline-item-time {
    font-size: var(--h3-font-size) !Important;
} 

/* Article, remplacé alignement centre par left */
.item-page.layout-default.no-sidebar .top-article-info {
  text-align: left !Important;
}

/* Supprime la ise en page des article max-width : 760px */

.item-page.layout-default.no-sidebar .top-article-info {
  max-width: inherit !Important;
}

/* couleur des boutons dans les formulaires RSForm!Pro */
.uk-button {
    background-color: #6c757d !important;
    color: #fff !important;
    font-size: 18px !important;
}

/* Uniformisation des titre CSS catégorie lise h2 mais taille h3 */
h2, .h2 {
  font-size: var(--h3-font-size);
}

