@media print {

    .fiche-projet, .fiche-projet *{
        display: block !important;
    }

    body{
        -webkit-print-color-adjust:exact !important;
        print-color-adjust:exact !important;
    }

    .html_header_top.html_header_sticky #main {
        padding: 0 !important;
    }

    .sousligne {
        background: none;
    }

    .projet-fields-container {
        height: fit-content;
        width: 100%;   
        margin-right: 0;
        margin-left: 0; 
        display: block;
    }

    .resume-container > div {
        padding: 0 !important;
    }

    .flex-row {
        flex-direction: column;
    }

    .w-50 {
        width: 100%;
    }
    
    .projet-header{
        height: calc(99vh - 88px);
    }

    .share-projet {
        display: none !important;
    }

    .html_header_top.html_header_sticky #header {
        position: relative;
        top: 0;
    }

    .av-logo-container {
        height: 88px !important;
    }

    .avia-standard-logo > a, .avia-standard-logo > a > img{
        max-height: 88px !important;
    }

    #top .flex_column {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
    }

    #icon-footer-1 {
        margin-left: 0px;
    }

    .projets-link {
        display: none !important;
    }   

    #footer-laptop .flex_column_table .flex_column{
        width: 33% !important;
    }

    .footer-icon-list > ul {
        display: none !important;
    }

    .page-break{
        break-after: page;
        /* Pour Firefox : */
        page-break-after: page;
        /* Pour WebKit : */
        -webkit-column-break-after: page;
    }

    .splide__pagination, .splide__arrows{
        display: none !important;
    }
}