@media screen and (max-width: 512px) {
    #configurator {
        height: 45% !important;
    }

    .DAVIViewer {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
    }


    .buttonEtape{
        height: 10% !important;
    }
    .footerConfigurator
    {
        height: 10% !important;
    }
    .etapeDiv{
        height: 75% !important;
    }
    .footerConfiguratorTemplate{
        height: 75% !important;
    }
}