body {
    width: auto!important;
    margin: auto!important;
    font-size: 12pt;
    background-color: #fff !important;
    color: #000 !important;
}

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
    color: #000 !important;
    margin: auto !important;
}
p, blockquote {
    orphans: 3; /* pas de ligne seule en bas */
    widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol {
    page-break-inside: avoid; /* pas de coupure dans ces élements */
}
h1 {
    page-break-before: always; /* chaque titre commence sur une nouvelle page */
}
h1, h2, h3, caption {
    page-break-after: avoid; /* pas de saut après ces éléments */
}
a {
    color: #000!important;
    text-decoration: none!important;
}
a[href]:after {
    content: ""; 
}

header, 
navigation, 
footer,
nav.catalog-navigation,
#sidebar-wrapper,
#user-account-sidebar,
#to-left-items,
#to-right-items,
.alert,
.criteria-tri .pull-right,
.criteria-tri .resultats-actions,
.criteria-tri .criteria-affichage,
.btn-filters-mobile,
.pagination,
.advanced-search-link,
.proposal-search,
.wish-like,
.btn-share,
.share-buttons,
.hamburger,
.btn-back-to-top,
.no-print {
    display: none !important;
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
    float: none !important;
}

.criteria-tri .no-padding {
    width: 100%;
}
.criteria-tri .titre-page {
    font-size: 22pt;
    width: 100%;
}
.criteria-tri p {
    font-size: 16pt;
}

#search-results-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25pt !important;
    margin: 0;
    float: none !important;
    width: auto;
}

.masonry-container {
    padding:0;
    margin:0;
    width:100%;
}

.panel.panel-default.card {
    margin: 20pt;
    padding: 0;
    height: auto;
    box-shadow: none;
    border: 0;
    position: relative;
    display: block;
}
.panel.panel-default.card .panel-body {
    padding: 2pt;
    border: 1pt solid #ddd;
}
.panel.panel-default.card .panel-footer {
    display: none;
}

.tab-items-print {
    display: block;
    text-transform: capitalize;
    margin-top: 8px;
    border-bottom: solid 2px #000;
}

.tab-content-print {
    display: flex;
}

.item-print {
    display: block;
    min-width: 30%;
    margin: 2px;
    padding: 2px;
    border: solid 1px #666;
}

/** Détail de la notice **/
.detail-notice {
    font-size: 1.1em;
}
.detail-notice .notice article {
    width: 100% !important;
}
.detail-notice .notice aside {
    display:none;
}
.detail-notice-left {
    width: 100% !important;
}
.detail-notice-left #tableau-infos strong {
    display: none;
}
.detail-notice-right {
    display: none;
}
.only-print.document-print-picture {
    float: left;
    display: block;
    margin: .5em;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1em;
}
.only-print.document-print-picture .hidden-xs {
    display: block !important;
}
.only-print.document-print-picture img {
    height: 150px;
    border: 1px solid #AAA;
    margin-top: 5px;
}
.only-print.document-print-format .badge {
    padding: .2em .4em;
    border-radius: 3px;
    margin-bottom: .4em;
}

#tableau-infos {
    word-wrap: break-word;
    width: 100%;
}

#menu-bibrecord-details {
    margin-top: 1em;
    margin-bottom: 1em;
}