.page-content { padding: 28px 0 48px; }

/* Agency header */
.agency-header h1 { font-size: 1.5rem; font-weight: 700; color: #003d7a; margin-bottom: 4px; }
.address { color: #666; font-size: 13px; margin-bottom: 12px; }

.badge-open {background: #4caf50; color: #fff; border-radius: 12px; font-size: 12px; padding: 3px 12px; display: inline-flex; align-items: center; gap: 5px; }
/* .badge-open::before { content: '?'; font-size: 8px; } */
.badge-closed { background: #e53935; color: #fff; border-radius: 12px; font-size: 12px; padding: 3px 12px; display: inline-flex; align-items: center; gap: 5px; }

.stars { color: #f5a623; font-size: 15px; }
.rating-text { font-size: 13px; color: #555; }

.btn-call { background: #00aeef; color: #fff; border-radius: 6px; font-size: 13px; padding: 8px 18px; border: 2px solid #00aeef; }
.btn-call:hover { background: #003d7a; color: #fff;border: 2px solid #003d7a; }
.btn-itinerary { background: #fff; color: #0055a5; border: 2px solid #0055a5; border-radius: 6px; font-size: 13px; padding: 8px 18px; }
.btn-itinerary:hover { background: #0055a5; color: #fff; }

/* Photos */
.photo-gallery img { width: 100%; height: 140px; object-fit: cover; border-radius: 6px; border: 1px solid #dde3ec; }

/* Section titles */
.section-title { color: #0055a5; font-weight: 700; font-size: 1rem; border-bottom: 2px solid #00aeef; display: inline-block; padding-bottom: 3px; margin-bottom: 16px; }

/* Info blocks */
.info-block { display: flex; gap: 10px; margin-bottom: 14px; }
.info-block i { color: #00aeef; width: 18px; margin-top: 2px; }
.info-block a { color: #0055a5; }
.info-label { font-weight: 600; font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 2px; }
.info-value { font-size: 14px; font-weight: 600; }

/* Hours */
.hours-table { width: 100%; font-size: 13px; }
.hours-table tr td { padding: 5px 8px; border-bottom: 1px solid #dde3ec; }
.hours-table tr td:last-child { text-align: right; }
.hours-table tr.today td { background: #e8f4ff; font-weight: 700; color: #0055a5; }
.badge-today { background: #00aeef; color: #fff; border-radius: 10px; font-size: 11px; padding: 1px 8px; margin-left: 6px; }
.ferme { color: #999; }
.hours-note { font-size: 12px; color: #888; margin-top: 8px; }
.hours-note i { color: #f5a623; }

/* About */
.about-text { font-size: 13px; line-height: 1.7; color: #555; }

/* Services */
.service-badge { display: inline-block; background: #f4f7fb; border: 1px solid #dde3ec; border-radius: 20px; font-size: 12px; padding: 5px 14px; margin: 4px 3px; color: #0055a5; }

/* Brands */
.brand-cell { display: flex; align-items: center; justify-content: center; padding: 12px 6px; }

/* Sidebar CTAs */
.btn-cta { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; border-radius: 6px; padding: 12px; font-size: 13px; font-weight: 600; margin-bottom: 10px; cursor: pointer; }
.btn-phone-cta  { background: #00aeef; color: #fff; border: none; }
.btn-phone-cta:hover { background: #0098d4; color: #fff; }
.btn-itinerary-cta { background: #fff; color: #0055a5; border: 2px solid #0055a5; }
.btn-itinerary-cta:hover { background: #0055a5; color: #fff; }
.btn-agencies-cta { background: #fff; color: #00aeef; border: 2px solid #00aeef; }
.btn-agencies-cta:hover { background: #00aeef; color: #fff; }
.btn-account-cta { background: #222; color: #fff; border: none; }
.btn-account-cta:hover { background: #000; color: #fff; }

/* GPS */
.gps-block label { font-size: 11px; color: #888; font-weight: 600; text-transform: uppercase; margin-bottom: 2px; }
.gps-block input { background: #f4f7fb; border: 1px solid #dde3ec; border-radius: 4px; font-size: 13px; padding: 5px 10px; width: 100%; color: #555; }

/* Map */
.map-placeholder iframe { width: 100%; height: 150px; border: none; border-radius: 6px; }
.map-link { font-size: 12px; color: #0055a5; }
.map-access { font-size: 12px; color: #888; margin-top: 8px; }

/* Nearby agencies */
.nearby-agency { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #dde3ec; font-size: 13px; cursor: pointer; }
.nearby-agency:last-of-type { border-bottom: none; }
.nearby-agency .name { font-weight: 600; color: #003d7a; }
.nearby-agency .dist { color: #888; font-size: 12px; }
.nearby-agency .arrow { color: #00aeef; }
.see-all-link { font-size: 13px; color: #00aeef; font-weight: 600; text-decoration: none; }
.see-all-link:hover { text-decoration: underline; color: #00aeef; }

/* Reviews */
.review-score { font-size: 2.5rem; font-weight: 800; color: #003d7a; line-height: 1; }
.bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; font-size: 12px; }
.bar-row .star-label { width: 14px; text-align: right; color: #888; }
.bar-row .bar-track { flex: 1; background: #eee; border-radius: 4px; height: 8px; }
.bar-row .bar-fill { height: 8px; border-radius: 4px; background: #f5a623; }
.review-card { border: 1px solid #dde3ec; border-radius: 8px; padding: 14px; margin-bottom: 12px; background: #fafbfd; }
.review-card .reviewer { font-weight: 700; font-size: 13px; }
.review-card .review-text { font-size: 13px; color: #555; margin-top: 4px; }
.btn-see-reviews { display: block; text-align: center; border: 2px solid #dde3ec; border-radius: 6px; padding: 10px; font-size: 13px; font-weight: 600; color: #0055a5; text-decoration: none; }
.btn-see-reviews:hover { background: #f4f7fb; color: #0055a5; text-decoration: none; }

/* Cards */
.content-card { border: 1px solid #dde3ec; border-radius: 8px; padding: 20px; margin-bottom: 20px; background: #fff; }
.sidebar-card  { border: 1px solid #dde3ec; border-radius: 8px; padding: 16px; margin-bottom: 16px; background: #fff; }

@media (max-width: 767px) {
.agency-header h1 { font-size: 1.2rem; }
.photo-gallery img { height: 100px; }
.review-score { font-size: 2rem; }
}


/* STYLE AVIS */
.gr {
    font-family: inherit;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }

  /* Header */
  .gr__header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
  .gr__logo {
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
  .gr__summary {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
  }
  .gr__score {
    font-size: 2rem;
    font-weight: 700;
    color: #202124;
    line-height: 1;
  }
  .gr__count {
    font-size: .875rem;
    color: #5f6368;
    text-decoration: none;
  }
  .gr__count:hover { text-decoration: underline; }

  /* Étoiles */
  .gr__stars { display: flex; gap: 2px; }
  .gr__star { font-size: 1.25rem; }
  .gr__stars--sm .gr__star { font-size: 1rem; }
  .gr__star--full { color: #fbbc04; }
  .gr__star--half {
    background: linear-gradient(90deg, #fbbc04 50%, #dadce0 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gr__star--empty { color: #dadce0; }

  /* Grille */
  .gr__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
  }

  /* Carte */
  .gr__card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    transition: box-shadow .2s;
  }
  .gr__card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.12); }

  /* En-tête carte */
  .gr__card-header {
    display: flex;
    align-items: center;
    gap: .75rem;
  }
  .gr__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .gr__author {
    display: block;
    font-size: .9rem;
    color: #202124;
  }
  .gr__date {
    display: block;
    font-size: .75rem;
    color: #80868b;
  }

  /* Texte */
  .gr__text p {
    margin: 0;
    font-size: .875rem;
    line-height: 1.55;
    color: #3c4043;
  }
  .gr__full { display: none; }
  .gr__full.is-visible { display: inline; }
  .gr__excerpt.is-hidden { display: none; }

  .gr__toggle {
    background: none;
    border: none;
    padding: 0;
    margin-top: .25rem;
    font-size: .8rem;
    color: #1a73e8;
    cursor: pointer;
  }
  .gr__toggle:hover { text-decoration: underline; }

  /* Lien */
  .gr__link {
    font-size: .8rem;
    color: #80868b;
    text-decoration: none;
    margin-top: auto;
  }
  .gr__link:hover { color: #1a73e8; }

  /* Vide */
  .gr__empty {
    text-align: center;
    color: #80868b;
    padding: 2rem 0;
  }