/* Arrondir les accordéons */
.sow-accordion-panel {
    border-radius: 12px !important;
    overflow: hidden;
}
.sow-accordion-panel-header {
    border-radius: 12px !important;
}
/* Titres des publications en blanc */
#kadence_recent_posts-3 ul li a {
    color: #ffffff !important;
}
/* Réduire les miniatures des dernières publications */
#kadence_recent_posts-3 ul li img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
}
/* Taille du texte du pied de page */
#containerfooter .footercredits,
#containerfooter .footercredits p,
#containerfooter .footercredits a {
    font-size: 13px !important;
}
/* Réduire la hauteur du pied de page */
#containerfooter {
    padding-top: 5px !important;
}
#containerfooter .footercredits {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#containerfooter .footercredits p {
    margin: 0 !important;
    padding: 0 !important;
}