.wh_search_button {
    background-color: #c2120e;
}

.wh_search_input {
    background-image: url('topsolid.jpg');
    background-position: center;   /* centre l'image */
    background-repeat: no-repeat;  /* pas de répétition */
    background-size: cover;        /* remplissage, coupe les bords */
}

.wh_publication_title {
    font-size: 30px;
}

.wh_main_page_toc_entry .topicref  {
    font-weight: normal !important;
}

.figdesc {
    font-style: italic !important;
    text-align: center;
    font-size: small;
}

.search-breadcrumb li a {
    background: #6c757d;
}

.search-breadcrumb li .title:after {
    border-color: transparent transparent transparent #6c757d;
    border: .8em solid #6c757d;
}

.page-link, .page-link:hover {
    color: #c2120e;
}

.page-item.active .page-link {
    background-color: #c2120e;
    border-color: #c2120e;
}

.star .curr {
    background: url('starsSmall_red.png') 0 25px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #c2120e !important;
    border-color: #c2120e !important;
}