/* ABLI 14 février 2024
j'ai besoin d'un fichier commun
*/

section.main-content {
	min-height: 53svh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;

	article p:last-child {
		font-weight: bold;
		background: orangered;
		color: white;
		padding: 0.5svw 1svw;
		border-radius: 5px;
		width: fit-content;
	}
}

 #form .t-beaneditor .t-beaneditor-row:last-child {
 	display: flex;
 	justify-content: flex-end;
 }