/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 déc. 2018, 11:56:51
    Author     : Emmanuel Chavanon
*/

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 20mm 15mm 15mm 15mm;  
} 

@media print{
    body {
        width: auto!important;
        margin: auto!important;
        /*font-family: serif;*/
        font-size: 12pt;
        background-color: #fff!important;
        /*color: #000!important;*/
    }
    p, h2, h3, h4, h5, h6, blockquote, ul, ol {
       /* color: #000!important;*/
        margint: auto!important;
    }
    .print {
        display: block; /* affichage des éléments de classe print */
    }
    p, blockquote {
        orphans: 3; /* pas de ligne seule en bas */
        widows: 3; /* pas de ligne seule en haut */
    }
    /*
    blockquote, ul, ol {
        page-break-inside: avoid; /* pas de coupure dans ces élements */
   /* }*/
    h1, h2, h3, caption {
        page-break-after: avoid; /* pas de saut après ces éléments */
    }
    a {/*
        color: #000!important;
        text-decoration: underline!important;*/
    }




    footer, #promo-slider{
        display:none;
    }
    #other-info-etab{
        margin-top:5pt;
    }
    
    a[href]:after{
        content : "";
    }
    
    #form-etablissement .tab-content>.tab-pane {
        display: block;
        opacity: 1!important;
    }   
    
    .file-uploaders{
        display:none;
    }
}


