@charset "UTF-8";

@media print{
	* {
	    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
	    color-adjust: exact !important;                 /*Firefox*/
	}
	
	#programme #navSubPages, #programme #postIt, #programme .programme-day-menu, #programme .footer, #programme .sponsors, #programme .color-section:not(.programme-container), #programme .color-section .low-rect, #programme #showFullProgram, #programme .header-base-rotate-first, #programme .header-base-rotate-middle, #programme .header-rotate-rect-middle, #programme .header-base-rotate-last, #programme .header-fake-rect{
		display: none ;
	}
	#programme .header.programme{
		height:100px;
	}
	#programme .head-title{
		margin-top: 30px;
	}
	#programme .programme-day-container.active:not(:first-child) h6.day-programme{
		margin-top:0;
	}
	#programme .head-title h2{
		font-size:32px;
	}
	#programme .programme-container{
		padding-top:25px;
	}
	#programme .table-day tr{
		page-break-after: avoid;
	}
	#programme .head-title span{
		font-size: 20px;
	}
	#programme table tr{
		page-break-before: always;
		position:relative;
	}
	#programme .programme-day-container p{
		font-size:14px;
	}
	#programme .head-desc .desc-title {
		font-size:16px;
	}
	#programme .programme-day-container .coffee-break {
		font-size:12px;
	}
	#programme .hour{
		font-size:16px;
	}
	#programme .programme-day-container.active:not(:first-child) h6.day-programme{
		margin:0;
		padding:25px 0 15px 0;
	}

	
}