.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;
    max-height: 100%;
    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;
    max-height: 100%;
    width: auto;
}
