/*CSS pour l'impression*/

table {
	 border-collapse: collapse;
}

table td, table th {
	padding : 2mm;
	border-style: solid;
	border-width: 1px;
}

.impression{
	display : block;
}

#div-message-flash, 
#div-frise-parcoursup,
#menu, 
footer,
button,
.fr-btn,
#debug {
	display: none !important;
}


html {
	font-size : 11pt !important;
}
.fr-collapse {
	max-height: inherit !important;
	visibility: inherit !important;
}

.fr-collapse:before {
	--collapser: none !important;
}

.psup-wish-card,
.fr-alert {
	page-break-inside: avoid !important;
}

