<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.impression_dialog
{
    position: fixed;
    width: 19vw;
    height: 10vw;
    background-color: #ffffff;
    font-family: Calibri;
    font-size: 1.2vw;
}

.impression_dialog_label_attestation
{
	position: absolute;
	left: 2vw;
	top: 2vw;
    font-family: Calibri;
    font-size: 1.2vw;
}

.impression_dialog_bouton_attestation
{
    position: absolute;
    left: 14vw;
    top: 1vw;
	height: 4vw;
Â&nbsp;Â&nbsp;Â&nbsp; max-height: 100%;
Â&nbsp;Â&nbsp;Â&nbsp; width: auto;
}

.impression_dialog_label_cartons
{
	position: absolute;
	left: 2vw;
	top: 6vw;
    font-family: Calibri;
    font-size: 1.2vw;
}

.impression_dialog_bouton_cartons
{
    position: absolute;
    left: 14vw;
    top: 5vw;
	height: 4vw;
Â&nbsp;Â&nbsp;Â&nbsp; max-height: 100%;
Â&nbsp;Â&nbsp;Â&nbsp; width: auto;
}
</pre></body></html>