.evTitle {
    margin-top: 10px;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    color: rgb(3, 54, 7);
    font-weight: bold;
    margin-bottom: 15px;
}

.subtitle {
    margin-top: 10px;
    justify-content: center;
    text-align: center;
    color: rgb(6, 3, 54);
    font-weight: bold;
    margin-bottom: 15px;
}

.tarif {
    margin-top: 10px;
    margin-bottom: 12px;
    text-decoration: underline;
}

.link {
    margin-bottom: 12px;
}

.remark {
    margin-top: 12px;
    text-align: center;
}

td {
    vertical-align: top;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .subtitle,
    .evTitle {
        margin-top: 5px;
    }


    .footer {
        font-size: 11px;
    }


    .photo {
        width: 60px;
        height: 40px;
        border: 3px;
        margin: 2px;
    }

}