@media print {

    .title {
        font-family: "Philosopher";
        font-size: 40px;
        color: #265CC9;
        writing-mode: horizontal-tb;
        white-space: normal;
    }

    body {
        margin-left: 15% !important;
        margin-right: 15% !important;
        margin-top: 5% !important;
    }

    #adherer {
        display: none !important;
        ;
    }

    #imprimer_form {
        display: none !important;
        ;
    }

    .wpcf7-not-valid-tip {
        display: none !important;
    }


    .wpcf7-response-output {
        display: none !important;
    }

    .screen-reader-response {
        display: none !important;
    }

    #pas_impr {
        display: none !important;
    }

    .text_form {
        color: #2f3481 !important;
        font-weight: bold !important;
        font-size: 1.2em !important;
        font-family: philosopher !important
    }
}