﻿table:not(:last-child) {
    margin-bottom: 2rem;
}

td {
    text-align: justify;
}

    td:not(:has(img)) {
        text-indent: 3rem;
    }

    td:has(img) {
        text-align: center;
        font-size: 0.7rem;
    }

    td:first-child:has(img) {
        padding-right: 5rem;
    }

    td:last-child:has(img) {
        padding-left: 5rem;
    }

.tdBigger {
    font-size: 1.2rem;
}

.imgHorizontale {
    width: 35vw;
}

.imgVerticale {
    height: 35rem;
}

.imgVerticaleSmall {
    height: 25rem;
}

#LienVersEdition {
    justify-content: center;
    align-items: center;
}

    #LienVersEdition a {
        text-indent: 0;
    }

p {
    margin: 0;
}

td > a {
    text-decoration: underline;
    text-decoration-color: var(--bleuClair);
}
