
/* Grouilleur - Bannière Marché Accueil v1.0.0 */

/* Si l'ancien plugin Accueil E-commerce Pro est encore actif,
   masquer sa grande nouvelle page et restaurer l'accueil natif. */
.gacc100-home{
  display:none!important;
}
.gacc100-native-home .gra100-grid,
.gacc100-native-home .gy-grid.gy-cats{
  display:grid!important;
}

.gbm100-banner{
  width:100%;
  margin:18px 0 22px;
  box-sizing:border-box;
}
.gbm100-desktop{
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 9px 28px rgba(18,70,128,.10);
  background:#dcedff;
}
.gbm100-desktop img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
}
.gbm100-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border-radius:16px;
  text-decoration:none!important;
  transition:box-shadow .18s ease, transform .18s ease;
}
.gbm100-hotspot:hover,
.gbm100-hotspot:focus{
  box-shadow:0 0 0 4px rgba(8,113,230,.20);
  transform:translateY(-1px);
  outline:none;
}

/* Coordonnées calculées sur l'image 1 validée. */
.gbm100-hotspot.market{
  left:3.6%;
  top:66%;
  width:24%;
  height:25%;
}
.gbm100-hotspot.space{
  left:29.5%;
  top:65.5%;
  width:20.8%;
  height:26%;
}

.gbm100-mobile{
  display:none;
}

@media(max-width:700px){
  .gbm100-banner{
    margin:12px 0 16px;
  }
  .gbm100-desktop{
    display:none;
  }
  .gbm100-mobile{
    position:relative;
    display:block;
    min-height:305px;
    overflow:hidden;
    border-radius:20px;
    background:
      linear-gradient(90deg,rgba(224,241,255,.98) 0%,rgba(224,241,255,.94) 54%,rgba(224,241,255,.30) 76%,rgba(224,241,255,.08) 100%),
      var(--gbm-mobile-bg) center right/auto 100% no-repeat,
      #dcedff;
    box-shadow:0 8px 24px rgba(18,70,128,.10);
  }
  .gbm100-mobile-copy{
    position:relative;
    z-index:2;
    max-width:70%;
    padding:27px 18px 22px;
    box-sizing:border-box;
  }
  .gbm100-mobile h2{
    margin:0 0 10px;
    color:#102c58;
    font-size:31px;
    line-height:1.02;
    letter-spacing:-.7px;
  }
  .gbm100-mobile h2 strong{
    color:#0869d8;
  }
  .gbm100-mobile p{
    margin:0 0 22px;
    color:#355574;
    font-size:14px;
    line-height:1.45;
  }
  .gbm100-mobile-actions{
    display:grid;
    gap:9px;
  }
  .gbm100-mobile-actions a{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:0 14px;
    border-radius:12px;
    text-decoration:none!important;
    font-size:12px;
    font-weight:900;
    box-sizing:border-box;
  }
  .gbm100-mobile-actions a b{
    font-size:20px;
  }
  .gbm100-mobile-actions .market{
    background:#0871e6;
    color:#fff!important;
  }
  .gbm100-mobile-actions .space{
    border:1.5px solid #0871e6;
    background:rgba(255,255,255,.93);
    color:#0871e6!important;
  }
}

@media(max-width:420px){
  .gbm100-mobile{
    min-height:285px;
  }
  .gbm100-mobile-copy{
    max-width:76%;
    padding:23px 13px 18px;
  }
  .gbm100-mobile h2{
    font-size:27px;
  }
  .gbm100-mobile p{
    font-size:12px;
    margin-bottom:17px;
  }
  .gbm100-mobile-actions a{
    min-height:44px;
    padding:0 11px;
    font-size:11px;
  }
}
