<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">math {
	font-size: 1.5vw;
}

div#formula {
	width: 28%;
	font-size: 1.5vw;
	margin: 2% 2% auto auto;
}

svg#fond {
	width: 83%;
}

svg text {
	font-size: 0.3vw;
}

div.uform {
	margin : auto;
}

span.cont {
	width : 15%;
	line-height: 3.5vw;
	font-size: 1.8vw;
}

form {
	position: absolute;
	top: 5%;
	right: 3%;
	text-align: right;
}

form input {
	font-size: 2.5vw;
	padding: 0 1%;
	width: 19%;
}

input#reset {
	margin-top: 2.5vw;
	margin-right: 6vw;
	padding: 0 4%;
}

span.expl {
	color: rgba(68, 191, 68, 1);
	width: auto;
}

.pythagore,.trigo1,.trigo2,.sega,.segb,.segc {
	opacity:0;
}</pre></body></html>