@import url("/Assets/CSS/Lesson.css");
@import url("/Assets/CSS/SlidePoint.css");

/* Pages (top row) */
.page {
	position: relative;
	top: 3vh;
	left: calc(50vw - 60vh);
	width: 120vh;
	height: 80vh;
}

table.topics {
	width: 90%;
}
	table.topics td {
		width: 50%;
	}
	table.topics object {
		padding-top: 2rem;
		width: 100%;
		height: auto;
	}
	table.topics ul {
		padding-left: 0;
		text-align: left;
	}
		table.topics td:last-child {
			vertical-align: top;
			text-align: left;
			margin-left: 0;
			padding: 5rem;
		}
			table.topics td:last-child::before {
				content: "Sur cette page";
				display: block;
				margin-bottom: 5rem;
				text-align: center;
				font-size: 1.5rem;
				font-weight: 700;
			}

/* Grammar elements */
h1, h2, h3 {
	text-align: center;
}
h1 {
	margin: 8vw auto;
	font-size: 3rem;
}
h2 {
	margin: 3vw auto;
	font-size: 2rem;
}
h3 {
	margin: 0 auto 5vw;
	font-size: 1.2rem;
	font-style: normal;
}

table {
	width: 90vw;
}
	table th {
		font-size: 1.2rem;
	}
	table td {
		width: 50%;
		margin: 1rem 2rem;
	}

table td table {
	width: 60%;
	margin: 1rem auto 0.5rem;
}
	table td table th {
		margin: 0.5rem;
		font-size: 1rem;
		font-weight: normal;
	}
	table td table td {
		width: 25%;
		margin: 0.5rem;
	}

p {
	margin: 1rem 5vw;
}
slide ul, slide ol {
	margin-top: 0.5rem;
	padding: 0 0 0 2rem;
}
	slide ul li, slide ol li {
		padding-top: 0;
	}
	slide ul.shift {
		padding-left: 5vw;
	}
slide ul ul {
	padding-top: 0;
	padding-left: 2rem;
}
	slide ul ul li {
		padding-top: 0;
	}
table object {
	width: 4rem;
}

.oblique {
	cursor: help;
}
	.oblique:hover {
		font-style: italic;
	}
	.oblique:hover + .translation, .translation:hover {
		display: inline;
		font-style: italic;
	}

.notes {
	position: absolute;
	left: 10vw;
	bottom: 6vh;
	text-align: left;
}
	.notes td {
		font-size: 0.9rem;
	}