/* Index des pensées */


#letter {
	font-size: 63px;
	margin: 46px 12px;
}

a.keyword  {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top:0.7em;
}


p.sentence {
	margin:0;
	padding: 0;
	width: 95%;
}
p.sentence::before {
	content: '- ';
}

p.sentence>a {
	font-size: 1em;
	text-decoration: none;
}
p.sentence>a:hover {
	font-size: 1em;
}

.thought-index {
	text-align: center;
	margin: 1rem 0 -2rem;
}
.thought-index a.index {
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin: 1rem 0.5rem 0;
	color: goldenrod;
}