@import url("/Assets/CSS/Lesson.css");

.structure, .agreement, .conjugation, .examples {
	margin-top: 3rem;
}
	.structure::before, .agreement::before, .agreement::after, .examples::before {
		display: block;
		margin: 0 0 0.5rem -2.5rem;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.structure::before {
		content: "Structure";
	}
	.agreement::before {
		content: "Accord";
	}
	.agreement::after {
		content: "Conjugaison";
		margin: 2.5rem 0 0 -2.5rem;
	}
	.examples::before {
		content: "Exemples";
	}

.structure li:first-child, .agreement li:first-child, .examples li:first-child {
	padding-top: 1rem;
}
	.examples li li:first-child {
		padding-top: 0;
	}

.structure p, .agreement p {
	text-align: center;
	font-size: 1.1rem;
}

.conjugation tr:hover td:first-child, .conjugation tr:hover td:last-child {
	background-color: rgba(255, 255, 255, 0.1);
}
.conjugation th {
	font-size: 1rem;
	font-weight: normal;
}
.conjugation td {
	vertical-align: middle;
	text-align: center;
	font-size: 1.5rem;
}

.notes {
	margin-top: 0;
}
	.notes table {
		margin: 0.5rem auto;
	}
		.notes table td {
			padding: 0 0.5rem;
			text-align: center !important;
		}