@media print
{
    html, body
    {
        margin: 0 !important; 
        padding: 0 !important;
        overflow: hidden;
    }
    table, article
    {
        break-inside:avoid;
        widows: 3;
        orphans: 3;
    }
    h1,h2,h3,h4
    {
        break-after: avoid;
    }
    #TarifTitre
    {
        break-before: always;
    }
    header, footer, aside, .devant
    {
        display: none !important;
    }
    textarea
    {
        height: 100px;;
    }
    hr 
    {
        display: block;
        height: 2px;
        background: transparent;
        width: 100%;
        border: none;
        border-top: solid 5px #000000;
    }
}
