﻿.print-only{
    display:block;
}

.hide-on-print {
    display: none !important;
}

.print-pdf {
    font-size: 1.3em;
}

    .print-pdf h2 {
        text-align:center;
        font-size: 2.0em;
    }

    .print-pdf h4 {
        font-size: 1.6em;
    }

    .print-pdf p, .print-pdf td {
        font-size: 1em !important;
    }
/* Layout PDF */
body {
    margin: 0;
}

/* Document Accuse Reception */
.titre {
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;
}

.date-epreuves {
    text-align: center;
    font-size: 2.5em;
}

.infos-candidat, .montant-percu, .mentions {
    margin: 3em 0;
    font-size: 1.75em;
    line-height: 1.75em;
}

.mentions {
    font-style: italic;
}

/* Adaptation print convocation */
.header-print {
    margin-bottom: 1em;
}

.main-print {
    font-size: 10px !important;
}

    .main-print .titre {
        font-size: 2em !important;
    }


    .main-print .texteqrcode {
        width: 150px !important;
        font-size: 8px !important;
    }
    .main-print .qrcode img {
        width: 150px !important;
    }

table {
    border-color: #CBE5FF !important;
    border: none;
    width: 100%
}

    table thead td,
    table thead th {
        background: #CBE5FF;
        font-family: 'Inter';
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #1F2C52;
        text-transform: none;
    }

    table td {
        padding: 15px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        text-align: center
    }

    table tr td:first-child {
        text-align: left
    }

    table tfoot td {
        background: rgba(203, 229, 255, 0.5);
    }