@charset "UTF-8";/*conflit avec h1 uikit*/
h1.contentheading {
    font-size: 26px;
}
/*Titre en mode info-n54 de flexi*/
h2.contentheading {
	display: block;
}
/*chemin de navigation breadcrumbs masquer icone map du début puis taille police*/
span.divider.icon-location {
    display: none;
}
.uk-text-small {
    font-size: 10px !important;
    line-height: 12px !important;
}
/*début masquer les filtre de la recherche FLEXI*/
.fcsearch>h2.contentheading {
    display: none;
}
fieldset#fc_contenttypes_set {
    display: none;
}
.fc_search_set>legend {
    display: none;
}
label.label_fcflt.hasTooltip {
    display: none;
}
/*fin masquer les filtre de la recherche FLEXI*/

/*masquer nb de résultats par page dans les résultats de recherhe*/
.form-limit {
    display: none;
}
/*masquer nb de pages de résultats dans les résultats de recherhe */
p.counter {
    display: none;
}

/*pas d'item dans la catégorie*/
.noitems.group {
    display: none;
}
/*largeur maxi lien site web FC fiche*/
.maxi280 {
    max-width: 280px !important;
}
/*Désactiver les liens des tags dans Minitek module dans prestations*/
a.label.label-info {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
/*couleur des liens FLEXI*/
#flexicontent .fc_item_title, #flexicontent .fc_item_title a {
    color: darkred !important;
}
div .fc_categories.fc_ismain_cat {
    color: darkred;
}
div .fc_categories:not(.fc_ismain_cat) {
    color: darkred;
}
.readmore a, .readmore .btn {
    color: darkred;
}
#flexicontent .btn, .btn {
    color: darkred;
}
#flexicontent .btn, .btn {
    color: darkred;
}
.btn.disabled, .btn[disabled] {
    color: black !important;
}
.pagination ul > li > a, .pagination ul > li > span {
    color: darkred;
}
.uk-button {
    color: darkred !important;
}
.uk-card-header, a {
    color: darkred;
}
.ebSTP .eb-content {
    color: darkred;
}
/*couleur breadcrumbs dans menu*/
a.pathway.uk-button.uk-button-default.uk-margin-small.uk-text-small.uk-padding-remove {
    color: white !important;
    background-color: black;
    padding: 5px !important;
}
/*retrait marge haute formulaire de recherche*/
.mls-form {
    padding-top: 0px !important;
}
