h1 {
    margin: 0;
}

.animateur-img {
    text-align: center;
}
.animateur-img img {
    max-width: 90%;
    margin: 15px;
    width: 400px;
}

.main-split-content p {
    margin-left: 8px;
    margin-right: 8px;
}

.info-hr {
    margin: 0;
    color: var(--brand-color-5);
}

table {
    width: 100%;
}

table td {
	font-size: 12pt;
	height: 24pt;
	line-height: 12pt;
}

table td:first-of-type {
	aspect-ratio: 1/1;
	text-align: center;
	height: 24pt;
	width: 24pt;
}

table td img {
	height: 100%;
	width: 100%;
}

table td a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 24pt;
}