.author-list {
    min-height: 13.5em;
}

.author-list>.container-fluid {
    border-top: 1px solid var(--c-gray);
    padding: 1.5em 0 0.4em 0;
    margin-top: .2em;
}

.container-fluid.author-list-no-border {
    border-top: none;
}

.author-name {
    margin-bottom: .6em;
}

.author-name a {
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    color: var(--c-red);
    text-transform: uppercase;
}

.author-birth {
    font-size: .9em;
    font-weight: 400;
}

.author-description {
    color: black;
    font-size: .8em;
    margin: 0.5em 0 1.5em 0;
    text-align: justify;
}

.author-description a.collapse-button {
    float: right;
}

.author-img {
    width: 100%;
    margin: 6px 0x 6px 6px;
    text-align: center;
}

img.author-portre {
	width: 50%;
}

@media (min-width: 768px) {
	img.author-portre {
		width: 100%;
	}
}

