#_desktop_top_menu.sticky {
  min-height: auto !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  max-height: 80px;
  -webkit-box-shadow: 0 4px 10px -1px rgba(150, 158, 161, .53);
  box-shadow: 0 4px 10px -1px rgba(150, 158, 161, .53);
}
#_desktop_top_menu.sticky #adtm_menu{
  width: 1140px;
  margin: auto;
}

#header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 10px -1px rgba(150, 158, 161, .53);
  box-shadow: 0 4px 10px -1px rgba(150, 158, 161, .53);
}

#bannertop_slide ul {
  text-align: center;
  line-height: 56px;
}
#header .header-banner .splide .close_element {
  float: right;
  position: relative;
  top: -40px;
  right: 40px;
  color: white;
  cursor: pointer;
}

/* Vars locales */
.gr-slider{--gr-star:#fbbc04;--gr-star-empty:#dadce0;--gr-border:#eee;--gr-shadow:0 4px 12px rgba(0,0,0,.08);--gr-radius:14px}

/* Layout slider */
.gr-slider{position:relative;max-width:380px;margin:0 auto;overflow:hidden}
.gr-track{display:flex;transition:transform .45s ease;will-change:transform}
.gr-slide{min-width:100%;box-sizing:border-box;padding:6px}

/* Carte */
.gr-card{background:#fff;border:1px solid var(--gr-border);border-radius:var(--gr-radius);box-shadow:var(--gr-shadow);padding:14px}
.gr-author{display:flex;gap:10px;align-items:center;margin-bottom:8px}
.gr-photo{width:44px;height:44px;border-radius:50%;object-fit:cover}
.gr-name{display:block;font-weight:600;line-height:1.2}
.gr-stars{font-size:18px;line-height:1;margin-top:2px}
.gr-star{color:var(--gr-star-empty)}
.gr-star--full{color: #fbbc04}

/* Troncature multi-lignes (change -webkit-line-clamp si besoin) */
.gr-text{margin:.35rem 0 0 0;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}
.gr-time{display:block;margin-top:.35rem;opacity:.7;font-size:.875rem}

/* Flèches */
.gr-nav{position:absolute;top:35px;transform:translateY(-50%);z-index:2;border:none;cursor:pointer;display:grid;place-items:center;background: transparent;}
.gr-prev{left:10px}
.gr-next{right:10px}
.gr-prev .arrow_prev_custom,
.gr-next .arrow_next_custom {
  height: 30px;
}
.gr-header .gr-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gr-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
/* Dots si tu les gardes (optionnel) */
.gr-dots{display:flex;gap:6px;justify-content:center;margin-top:10px}
.gr-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;cursor:pointer}
.gr-dot.is-active{background:#666}

/* Responsive : rapprocher les flèches à l'intérieur sur mobile */
@media (max-width:480px){
  .gr-prev{left:6px}
  .gr-next{right:6px}
}
.gr-title {text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;}
.google-review-icon {
  content: url(../../img/g-reviews-icon.png);
  width: 50px;
}
.gr-rating-count {
  background: #358d1f;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 24px;
  color: white;
}
@media (min-width:480px){
  .ressurances_with_reviews {
    display: flex;
    align-items: center;
  }
}
