/* Fichier permettant la personnalisation des feuilles de style. (attention, encodage UTF-8) */

/*Général */
* {
  font-family: Open Sans ;
  font-size:15px;
}

:root {
--primary-font-family: Open Sans;
--secondary-font-family: Open Sans;
--theme-primary : #4C74B5;
--theme-secondary : #4C74B5;
--theme-on-background : #4C74B5;
--theme-surface-secondary : #ffff0000;
--tablerixme-even-bg-color : #4C74B5;
--tablerixme-odd-bg-color : #4C74B5;
}
.dossier-interetProtection {
--tablerixme-even-bg-color : #4C74B5;
--tablerixme-odd-bg-color : #4C74B5;
}
.listing-element-type[data-type=dossier] {
background-color: #2F476C;
}
.listing-element-type[data-type=illustration] {
background-color: #4C74B5;
}
footer .aide {
display:none;
}

a[title="Télécharger le PDF"] {
  display: none;
}

details[data-action="results-list:pdfDropdown"] {
    display: none;
}

#searchInput>form>input[type=search] {
        border-right: 1px solid #AEA79F;
        max-width: 100% ;
}

#fiche li:nth-child(2) {
        /*masquer impression pdf*/
    display: none;
}
