/* Styles spécifiques à la page A Propos */

.banner img {
    width: 100%;
    display: block;
}

.portrait {
    display: block;
    max-width: 200px;
    margin: 1em auto;
    border-radius: 4px;
}

.thumbnails {
    display: flex;
    justify-content: space-around;
    gap: 1em;
    margin-top: 2em;
}

.thumbnails a {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.thumbnails img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 0.5em;
}
