/* OTOP - Moteur de composition : styles généraux volontairement légers. */
.otop-compositions {
	clear: both;
	margin-top: 3rem;
}

.otop-composition {
	margin: 0 0 1.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.65);
}

.otop-composition-title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.45em;
}

.otop-composition-content > :first-child {
	margin-top: 0;
}

.otop-composition-content > :last-child {
	margin-bottom: 0;
}
