@media print 
{
    body {
        padding: 20px;
    }

    .no-print {
        display:none !important;
    }
	
	.no-show {
		display:block !important;
	}
    .pagePrint{
        page-break-inside:avoid;
    }

    .sidebar {
        display: none;
    }
    .row > div {
        width: 100%;
    } 

    div[class*='btn'],
    a.btn {
        display: none;
    }

    .topbar-button,
    .topbar-header {
        display:none;
    }
    a[href^="/administration"]:after {
        display: none !important;
    }

    .questionCategoryTotaux .siteInspectionLigne >div {
        width: 25% !important;
    }

    .siteInspectionLigne >div {
        padding: 0px 5px !important;
    }

    .siteInspectionLigne >div:last-child {
        border-right: none !important;
    }

    .siteInspectionLigne:nth-child(1) >div {
        border-top: none !important;
    }

    .siteInspectionLigne > div > div,
    .siteInspectionLigne > div {
        justify-content: left !important;
        text-align: left !important;
    }

    .siteInspectionEntete >div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .siteInspectionDocument a[href]:after {
        display: none;
    }

    .siteInspectionLigne {
        break-inside: avoid;
    }
    
    .site_inspection {
        border: 1px solid #ddd;
    }

    .footer {
        display:none;
    }
   
    @page {margin:-1% -1%; padding: 0px; width: 100%; }
    html {margin:3% 1%; padding: 0px; width: 98%;}

    @media (max-width: 1550px) {
        .questionCategoryTotaux .siteInspectionLigne >div {
            width: 100% !important;
        }
        .site_inspection {
            border: none !important;
        }
    }
}