//PC
    .Bloc_GE{
        z-index : 5 !important;
        width : 100%;
        position: relative !important;
    }
@media (min-width: 992px) {
    .Bloc_GE{
        z-index : 5 !important;
        width : 125%;
        position: relative !important;
    }
}

.Liquid_glass_main{
  background: rgba(255,255,255,0.1);
  border-radius: 25px;
  backdrop-filter: blur(1px);
  border: 2px solid rgba(255,255,255,0.2);
  text-shadow: 0px 1px black;
    }