Widget d'observance automatique Ensemble Z-Index

/*
at the time of writing 13/03/2021 Google change the class for
it's container from .ui-autocomplete to .pac-container
*/
.pac-container {
    z-index: 10000 !important;
}
POG