#af-wrapper #forum-profile .display-name,
#af-wrapper .post-author .topic-author,
#af-wrapper input[type="checkbox"]:checked:before {
color: #ea5199 !important;
}
#af-wrapper .button-normal,
#af-wrapper .title-element,
#af-wrapper #forum-header,
#af-wrapper #profile-header .background-avatar,
#af-wrapper #profile-navigation,
#af-wrapper input[type="radio"]:checked:before {
background-color: #ea5199 !important;
}
#af-wrapper .button-neutral {
background-color: #ea5199B0 !important;
}
#af-wrapper .post-author .topic-author {
background-color: #ea519940 !important;
}
#af-wrapper input[type="radio"]:focus,
#af-wrapper input[type="checkbox"]:focus,
#af-wrapper #profile-header {
border-color: #ea5199 !important;
}
#af-wrapper .title-element,
#af-wrapper #forum-navigation a,
#af-wrapper #forum-navigation-mobile a {
border-color: #8e2f89 !important;
}
#af-wrapper .button-normal:hover,
#af-wrapper #profile-navigation a.active {
background-color: #8e2f89 !important;
}
#af-wrapper .button-neutral:hover {
background-color: #8e2f89B0 !important;
}
#af-wrapper a:not(a.button):not(a.highlight-admin):not(a.highlight-moderator),
#af-wrapper .forum-post-menu a,
#af-wrapper #bottom-navigation {
color: #ea5199 !important;
}
#af-wrapper .read {
color: #fee5e6 !important;
}
#af-wrapper #read-unread .read {
background-color: #fee5e6 !important;
}
#af-wrapper .unread {
color: #8e2f89 !important;
}
#af-wrapper #read-unread .unread {
background-color: #8e2f89 !important;
}
#af-wrapper {
font-family: Fredoka, Fredoka !important;
}
#af-wrapper {
font-size: 14px !important;
}
/* Traduire les boutons de fichier en français */ input[type=\"file\"]::-webkit-file-upload-button { content: \"Choisir un fichier\" !important; } input[type=\"file\"]::after { content: \"Aucun fichier sélectionné\" !important; color: #666 !important; margin-left: 10px !important; } input[type=\"file\"]:not(:empty)::after { content: \"\" !important; }