.ExportExtraction_dialog
{
    position: fixed;
    width: 24vw;
    height: 10vw;
    background-color: #ffffff;
    font-family: Calibri;
    font-size: 1.2vw;
}

.ExportExtraction_dialog_label_affichage_ecran
{
	position: absolute;
	left: 2vw;
	top: 2vw;
    font-family: Calibri;
    font-size: 1.2vw;
}

.ExportExtraction_dialog_bouton_affichage_ecran
{
    position: absolute;
    left: 18vw;
    top: 1vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.ExportExtraction_dialog_label_export_xlsx
{
	position: absolute;
	left: 2vw;
	top: 6vw;
    font-family: Calibri;
    font-size: 1.2vw;
}

.ExportExtraction_dialog_bouton_export_xlsx
{
    position: absolute;
    left: 18vw;
    top: 5vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.ExportExtraction_dialog_message_attente
{
    position: absolute;
    left: 0vw;
    top: 0vw;
	width: 24vw;
	height: 10vw;
	line-height: 10vw;
    font-family: Calibri;
    font-size: 1.2vw;
	background: #ededed;
	text-align: center;
}