#main {
	padding: 0;
	font-size: 1em;
}

article section {
	margin-bottom: 2em;
}

.medias img {
	max-width: 100%;
/* 	max-height: 100vh; */
	max-height: 50vh;
}

.item h1 {
	font-style: italic;
	display: inline-block;
	margin-bottom: .4em;
}

#comment {
	margin-bottom: .8em;
}

.peoples ul {
	list-style-type: none;
}
#main section h2 {
	font-weight: normal;
}
h2 .authors a {
	color: #030913;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
h2 .authors a:hover {
	text-decoration: underline;
}
h1 a, h1 a:active, h1 a:hover, h1 a:visited {
	color: #030913;
}
/*
h2 .authors a[href]::after {
	content: "+";
	line-height: 1;
	font-size: 1em;
	speak: none;
	margin-left: .4ch;
	color: grey;
}
*/

.peoples li {
	display: inline;
}
.peoples li::after {
	content: ", ";
}
.peoples li:last-child::after {
	content: "";
}

.medias figure {
	display: inline-block;
	margin-right: .5%;
}
