/* ==========================================================================
   Impression – Programme GPE Cameroun OPAC
   ========================================================================== */

@media print {

	/* Masquer les éléments non imprimables */
	#bandeau,
	#navigator,
	#search,
	#onglets_list,
	#search_onglet,
	#facette,
	#facette_wrapper,
	#all_footer,
	#footer,
	#intro .p1,
	#intro .p2,
	.accessibility_font_size,
	.bouton,
	.boutonrechercher,
	input[type="submit"],
	input[type="button"],
	button,
	.gpe-skip-link,
	.gpe-opac-table-wrap {
		display: none !important;
	}

	/* Conteneur pleine largeur */
	#container {
		display: block;
		padding: 0;
		width: 100%;
	}

	#main,
	#main_hors_footer {
		display: block;
		padding: 6px;
		width: 100%;
	}

	/* Liens imprimés avec URL */
	#notice a[href]:after {
		color: #555;
		content: " (" attr(href) ")";
		font-size: 10px;
	}

	#notice a[href^="#"]:after,
	#notice a[href^="javascript"]:after {
		content: "";
	}

	/* Notices */
	.notice-parent {
		border: 1px solid #ccc;
		margin: 6px 0;
		padding: 6px;
		page-break-inside: avoid;
	}

	.notice-child {
		border: 1px solid #ddd;
		margin: 4px 0 4px 10px;
		padding: 6px;
	}

	#notice h3 {
		background: #082955;
		color: #ffffff;
		font-size: 14px;
		padding: 6px 8px;
	}

	/* Tableau des exemplaires */
	#notice_exemplaires table {
		border-collapse: collapse;
		font-size: 11px;
		width: 100%;
	}

	#notice_exemplaires th {
		background: #082955;
		color: #ffffff;
		padding: 4px 6px;
	}

	#notice_exemplaires td {
		border: 1px solid #ccc;
		padding: 3px 5px;
	}

	/* En-tête d'impression GPE */
	body::before {
		border-bottom: 2px solid #006b3f;
		color: #082955;
		content: "Programme GPE Cameroun — Catalogue documentaire";
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 14px;
		padding-bottom: 8px;
	}

	/* Intro (info bibliothèque) en haut d'impression */
	#intro {
		border-bottom: 1px solid #ccc;
		margin-bottom: 12px;
		padding-bottom: 6px;
		position: static;
		width: 100%;
	}

	#intro_bibli h3 {
		font-size: 12px;
	}

}
