.rdh-dogs-page {
  background:#f4f7fb;
  min-height:100vh;
  padding-bottom:90px;
}

.rdh-dogs-header {
  margin-bottom:12px;
}

.rdh-dogs-intro {
  display:flex;
  align-items:center;
  gap:14px;
  background:#fff;
  border-radius:20px;
  padding:16px;
  margin:0 0 14px;
  box-shadow:0 4px 18px rgba(16,35,90,.06);
}

.rdh-dogs-intro-icon {
  flex:0 0 54px;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#fff7e9;
}

.rdh-dogs-intro-icon svg {
  width:35px;
  height:35px;
  fill:#d59b3f;
}

.rdh-dogs-intro strong {
  display:block;
  color:#10235a;
  font-size:16px;
  line-height:1.2;
}

.rdh-dogs-intro span {
  display:block;
  margin-top:5px;
  color:#6d778d;
  font-size:13px;
  line-height:1.3;
}

.rdh-dogs-shortcuts {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-bottom:16px;
}

.rdh-dogs-shortcuts button {
  border:0;
  background:#fff;
  border-radius:15px;
  min-height:88px;
  padding:10px 5px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#10235a;
  font-size:11px;
  font-weight:700;
  box-shadow:0 3px 14px rgba(16,35,90,.05);
}

.rdh-dog-shortcut-icon {
  width:36px;
  height:36px;
  border-radius:11px;
  background:#edf4fa;
  display:flex;
  align-items:center;
  justify-content:center;
}

.rdh-dog-shortcut-icon svg {
  width:22px;
  height:22px;
  fill:none;
  stroke:#2368a2;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.rdh-dogs-map-card {
  background:#fff;
  border-radius:20px;
  padding:14px;
  box-shadow:0 4px 18px rgba(16,35,90,.06);
}

.rdh-dogs-section-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

.rdh-dogs-section-title strong {
  display:block;
  color:#10235a;
  font-size:18px;
}

.rdh-dogs-section-title span {
  display:block;
  margin-top:2px;
  color:#778197;
  font-size:12px;
}

.rdh-dogs-locate {
  border:0;
  background:#10235a;
  color:#fff;
  border-radius:12px;
  min-height:38px;
  padding:7px 10px;
  display:flex;
  align-items:center;
  gap:5px;
  font-size:11px;
  font-weight:700;
}

.rdh-dogs-locate svg {
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.rdh-dogs-filters {
  display:flex;
  gap:6px;
  overflow-x:auto;
  margin-bottom:10px;
  padding-bottom:2px;
}

.rdh-dogs-filters button {
  flex:0 0 auto;
  border:1px solid #dce5ef;
  background:#fff;
  color:#536078;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:700;
}

.rdh-dogs-filters button.active {
  background:#10235a;
  border-color:#10235a;
  color:#fff;
}

#rdh-dogs-map {
  width:100%;
  height:310px;
  border-radius:15px;
  overflow:hidden;
  background:#e8eef5;
}

.rdh-dogs-map-note {
  text-align:center;
  margin-top:8px;
  color:#9a6f2c;
  font-size:10px;
}

.rdh-dog-marker {
  width:32px;
  height:32px;
  border-radius:50% 50% 50% 4px;
  transform:rotate(-45deg);
  display:flex;
  align-items:center;
  justify-content:center;
  border:3px solid #fff;
  box-shadow:0 2px 8px rgba(0,0,0,.25);
}

.rdh-dog-marker span {
  transform:rotate(45deg);
  color:#fff;
  font-weight:800;
  font-size:12px;
}

.rdh-dog-marker.sacs { background:#10235a; }
.rdh-dog-marker.parcs { background:#4f8a5b; }
.rdh-dog-marker.eau { background:#2368a2; }
.rdh-dog-marker.plages { background:#d59b3f; }

.rdh-dogs-services {
  margin-top:18px;
}

.rdh-dogs-services h2 {
  color:#10235a;
  font-size:18px;
  margin:0 0 10px 3px;
}

.rdh-dogs-info-card {
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border-radius:16px;
  padding:13px;
  margin-bottom:9px;
  text-decoration:none;
  box-shadow:0 3px 14px rgba(16,35,90,.05);
}

.rdh-dogs-info-icon {
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff7e9;
}

.rdh-dogs-info-icon svg {
  width:23px;
  height:23px;
  fill:none;
  stroke:#d59b3f;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.rdh-dogs-info-card > span:nth-child(2) {
  flex:1;
}

.rdh-dogs-info-card strong {
  display:block;
  color:#10235a;
  font-size:14px;
}

.rdh-dogs-info-card small {
  display:block;
  color:#768198;
  margin-top:3px;
  font-size:11px;
}

.rdh-dogs-info-card b {
  color:#c69248;
  font-size:26px;
  font-weight:400;
}

@media(max-width:420px) {
  .rdh-dogs-shortcuts {
    gap:6px;
  }

  .rdh-dogs-shortcuts button {
    min-height:82px;
    font-size:10px;
  }

  #rdh-dogs-map {
    height:285px;
  }
}

/* =========================================================
   CHIENS - ICONES SVG DES MARQUEURS
   ========================================================= */

.rdh-dog-marker {
  width:36px !important;
  height:36px !important;
}

.rdh-dog-marker span {
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.rdh-dog-marker span svg {
  width:18px;
  height:18px;
  fill:none;
  stroke:#ffffff;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}


/* =========================================================
   CHIENS - CONTENU INFOS PRATIQUES
   ========================================================= */

.rdh-dogs-info-results:empty {
  display:none;
}

.rdh-dogs-info-results {
  margin-top:14px;
}

.rdh-dogs-info-panel {
  padding:16px;
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 5px 18px rgba(16,35,90,.07);
}

.rdh-dogs-info-panel-title {
  margin-bottom:12px;
  color:#10235a;
  font-size:19px;
  font-weight:800;
}

.rdh-dogs-info-item {
  padding:14px 0;
  border-bottom:1px solid #e8edf5;
}

.rdh-dogs-info-item:last-child {
  border-bottom:0;
}

.rdh-dogs-info-item strong {
  display:block;
  color:#10235a;
  font-size:16px;
  font-weight:800;
}

.rdh-dogs-info-address {
  margin-top:5px;
  color:#69758e;
  font-size:13px;
}

.rdh-dogs-info-text {
  margin-top:8px;
  color:#424d63;
  font-size:13px;
  line-height:1.5;
}

.rdh-dogs-info-source {
  margin-top:8px;
  color:#a07836;
  font-size:11px;
}

.rdh-dogs-info-empty {
  color:#778197;
  font-size:13px;
}


/* =========================================================
   CHIENS - INFOS PRATIQUES
   PAVES UNIFORMES + ICONES PLUS VISIBLES
   ========================================================= */

.rdh-dogs-services {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.rdh-dogs-info-card {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0,1fr) 22px !important;
  align-items: center !important;
  gap: 18px !important;

  padding: 20px 22px !important;

  border: 0 !important;
  border-radius: 26px !important;

  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(16,35,90,.08) !important;

  text-align: left !important;
  text-decoration: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;

  cursor: pointer !important;
}

.rdh-dogs-info-card:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(16,35,90,.11) !important;
}

.rdh-dogs-info-card:focus {
  outline: none !important;
}

.rdh-dogs-info-card span:last-of-type {
  min-width: 0 !important;
}

.rdh-dogs-info-card strong {
  display: block !important;
  color: #10235a !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

.rdh-dogs-info-card small {
  display: block !important;
  margin-top: 6px !important;
  color: #6f7b97 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.rdh-dogs-info-icon {
  width: 68px !important;
  height: 68px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 18px !important;
  background: #f7f1e5 !important;
  flex: 0 0 68px !important;
}

.rdh-dogs-info-icon svg {
  width: 34px !important;
  height: 34px !important;
  fill: none !important;
  stroke: #c79a45 !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.rdh-dogs-info-card b {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 22px !important;
  height: 22px !important;

  color: #c79a45 !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

@media (max-width: 640px) {

  .rdh-dogs-info-card {
    grid-template-columns: 72px minmax(0,1fr) 18px !important;
    gap: 14px !important;
    padding: 16px 16px !important;
    border-radius: 22px !important;
  }

  .rdh-dogs-info-icon {
    width: 56px !important;
    height: 56px !important;
    flex: 0 0 56px !important;
    border-radius: 16px !important;
  }

  .rdh-dogs-info-icon svg {
    width: 28px !important;
    height: 28px !important;
  }

  .rdh-dogs-info-card strong {
    font-size: 17px !important;
  }

  .rdh-dogs-info-card small {
    font-size: 13px !important;
  }

  .rdh-dogs-info-card b {
    font-size: 28px !important;
  }

}


/* =========================================================
   CHIENS - COULEURS DES MARQUEURS
   ========================================================= */

.rdh-dog-marker.sacs {
  background:#10235a !important;
}

.rdh-dog-marker.parcs {
  background:#4f8a5b !important;
}

.rdh-dog-marker.eau {
  background:#2368a2 !important;
}

.rdh-dog-marker.plages {
  background:#d59b3f !important;
}

.rdh-dog-marker.veterinaire {
  background:#a33b4a !important;
}

.rdh-dog-marker.service {
  background:#c18d37 !important;
}

.rdh-dog-marker.dogfriendly {
  background:#3d7f78 !important;
}

.rdh-dog-marker {
  border:3px solid #ffffff !important;
  box-shadow:
    0 3px 10px rgba(0,0,0,.32) !important;
}

.rdh-dog-marker span svg {
  width:19px !important;
  height:19px !important;
  stroke:#ffffff !important;
  stroke-width:2.2 !important;
}


/* =========================================================
   CHIENS - MARQUEURS CARTE PLUS ELEGANTS
   + COHERENCE COULEURS AVEC LES TUILES
   ========================================================= */

/* -------------------------
   COULEURS DE REFERENCE
   ------------------------- */

:root {
  --dog-sacs: #10235a;
  --dog-parcs: #4f8a5b;
  --dog-eau: #2368a2;
  --dog-plages: #d59b3f;
  --dog-veterinaire: #a33b4a;
  --dog-service: #c18d37;
  --dog-dogfriendly: #3d7f78;
}

/* -------------------------
   MARQUEURS LEAFLET
   ------------------------- */

.rdh-dog-marker {
  position: relative !important;

  width: 42px !important;
  height: 42px !important;

  border-radius: 50% !important;
  transform: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 4px solid #ffffff !important;
  box-shadow:
    0 8px 18px rgba(16,35,90,.18),
    0 2px 6px rgba(0,0,0,.12) !important;

  background: #10235a !important;
}

.rdh-dog-marker::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -8px !important;
  width: 14px !important;
  height: 14px !important;
  margin-left: -7px !important;

  background: inherit !important;
  border-right: 4px solid #ffffff !important;
  border-bottom: 4px solid #ffffff !important;

  transform: rotate(45deg) !important;
  border-bottom-right-radius: 3px !important;
}

.rdh-dog-marker span {
  position: relative !important;
  z-index: 2 !important;

  width: 100% !important;
  height: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  transform: none !important;
}

.rdh-dog-marker span svg {
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 2.3 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Couleurs par catégorie */
.rdh-dog-marker.sacs {
  background: var(--dog-sacs) !important;
}

.rdh-dog-marker.parcs {
  background: var(--dog-parcs) !important;
}

.rdh-dog-marker.eau {
  background: var(--dog-eau) !important;
}

.rdh-dog-marker.plages {
  background: var(--dog-plages) !important;
}

.rdh-dog-marker.veterinaire {
  background: var(--dog-veterinaire) !important;
}

.rdh-dog-marker.service {
  background: var(--dog-service) !important;
}

.rdh-dog-marker.dogfriendly {
  background: var(--dog-dogfriendly) !important;
}

/* -------------------------
   TUILES INFOS PRATIQUES
   COULEUR ASSOCIEE AU TYPE
   ------------------------- */

.rdh-dogs-info-card[data-dog-info="services"] .rdh-dogs-info-icon {
  background: rgba(193,141,55,.12) !important;
}

.rdh-dogs-info-card[data-dog-info="services"] .rdh-dogs-info-icon svg,
.rdh-dogs-info-card[data-dog-info="services"] > b {
  stroke: var(--dog-service) !important;
  color: var(--dog-service) !important;
}

.rdh-dogs-info-card[data-dog-info="veterinaires"] .rdh-dogs-info-icon {
  background: rgba(163,59,74,.10) !important;
}

.rdh-dogs-info-card[data-dog-info="veterinaires"] .rdh-dogs-info-icon svg,
.rdh-dogs-info-card[data-dog-info="veterinaires"] > b {
  stroke: var(--dog-veterinaire) !important;
  color: var(--dog-veterinaire) !important;
}

.rdh-dogs-info-card[data-dog-info="plages-regles"] .rdh-dogs-info-icon {
  background: rgba(213,155,63,.12) !important;
}

.rdh-dogs-info-card[data-dog-info="plages-regles"] .rdh-dogs-info-icon svg,
.rdh-dogs-info-card[data-dog-info="plages-regles"] > b {
  stroke: var(--dog-plages) !important;
  color: var(--dog-plages) !important;
}

/* petit liseré visuel discret à gauche */
.rdh-dogs-info-card[data-dog-info="services"] {
  box-shadow:
    inset 4px 0 0 var(--dog-service),
    0 8px 22px rgba(16,35,90,.08) !important;
}

.rdh-dogs-info-card[data-dog-info="veterinaires"] {
  box-shadow:
    inset 4px 0 0 var(--dog-veterinaire),
    0 8px 22px rgba(16,35,90,.08) !important;
}

.rdh-dogs-info-card[data-dog-info="plages-regles"] {
  box-shadow:
    inset 4px 0 0 var(--dog-plages),
    0 8px 22px rgba(16,35,90,.08) !important;
}

/* au survol */
.rdh-dogs-info-card:hover {
  transform: translateY(-1px) !important;
}

/* Mobile */
@media (max-width: 640px) {
  .rdh-dog-marker {
    width: 38px !important;
    height: 38px !important;
    border-width: 3px !important;
  }

  .rdh-dog-marker::after {
    width: 12px !important;
    height: 12px !important;
    margin-left: -6px !important;
    bottom: -7px !important;
    border-right-width: 3px !important;
    border-bottom-width: 3px !important;
  }

  .rdh-dog-marker span svg {
    width: 18px !important;
    height: 18px !important;
  }
}


/* VETERINAIRE - IDENTITE BLEU VERT */

.rdh-dogs-info-card[data-dog-info="veterinaires"] .rdh-dogs-info-icon {
  background: rgba(20,155,166,.12) !important;
}

.rdh-dogs-info-card[data-dog-info="veterinaires"] .rdh-dogs-info-icon-img {
  display:block !important;
  width:46px !important;
  height:46px !important;
  object-fit:contain !important;
}

.rdh-dogs-info-card[data-dog-info="veterinaires"] > b {
  color:#149BA6 !important;
}

.rdh-dogs-info-card[data-dog-info="veterinaires"] {
  box-shadow:
    inset 4px 0 0 #149BA6,
    0 8px 22px rgba(16,35,90,.08) !important;
}

.rdh-dog-marker.veterinaire {
  background:#149BA6 !important;
}


/* =========================================================
   CHIENS - COULEURS DISTINCTES SERVICES / PLAGES / REGLES
   ========================================================= */

:root {
  --dog-service: #C18D37;
  --dog-plages: #2F84C6;
  --dog-regles: #6B7A99;
  --dog-veterinaire: #149BA6;
}

/* Marqueurs carte */
.rdh-dog-marker.service {
  background: var(--dog-service) !important;
}

.rdh-dog-marker.plages {
  background: var(--dog-plages) !important;
}

.rdh-dog-marker.veterinaire {
  background: var(--dog-veterinaire) !important;
}

/* Tuile SERVICES */
.rdh-dogs-info-card[data-dog-info="services"] .rdh-dogs-info-icon {
  background: rgba(193,141,55,.12) !important;
}

.rdh-dogs-info-card[data-dog-info="services"] .rdh-dogs-info-icon svg,
.rdh-dogs-info-card[data-dog-info="services"] > b {
  stroke: var(--dog-service) !important;
  color: var(--dog-service) !important;
}

.rdh-dogs-info-card[data-dog-info="services"] {
  box-shadow:
    inset 4px 0 0 var(--dog-service),
    0 8px 22px rgba(16,35,90,.08) !important;
}

/* Tuile PLAGES */
.rdh-dogs-info-card[data-dog-info="plages"] .rdh-dogs-info-icon {
  background: rgba(47,132,198,.12) !important;
}

.rdh-dogs-info-card[data-dog-info="plages"] .rdh-dogs-info-icon svg,
.rdh-dogs-info-card[data-dog-info="plages"] > b {
  stroke: var(--dog-plages) !important;
  color: var(--dog-plages) !important;
}

.rdh-dogs-info-card[data-dog-info="plages"] {
  box-shadow:
    inset 4px 0 0 var(--dog-plages),
    0 8px 22px rgba(16,35,90,.08) !important;
}

/* Tuile REGLES */
.rdh-dogs-info-card[data-dog-info="regles"] .rdh-dogs-info-icon {
  background: rgba(107,122,153,.12) !important;
}

.rdh-dogs-info-card[data-dog-info="regles"] .rdh-dogs-info-icon svg,
.rdh-dogs-info-card[data-dog-info="regles"] > b {
  stroke: var(--dog-regles) !important;
  color: var(--dog-regles) !important;
}

.rdh-dogs-info-card[data-dog-info="regles"] {
  box-shadow:
    inset 4px 0 0 var(--dog-regles),
    0 8px 22px rgba(16,35,90,.08) !important;
}


/* =========================================================
   CHIENS - NOUVELLE ICONE DU BLOC INTRO
   ========================================================= */

.rdh-dogs-intro-icon {
  overflow: hidden !important;
  padding: 0 !important;
}

.rdh-dogs-intro-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}


/* Gras dans le texte des règles : même taille que le texte courant */
.rdh-dogs-info-text strong,
.rdh-dogs-info-text b {
  display:inline;
  font-size:inherit;
  line-height:inherit;
  font-weight:800;
  color:inherit;
}

/* =========================================================
   CHIENS - BOUTON VERS LES MAREES
   ========================================================= */

.rdh-dogs-tides-link {
  margin-top: 16px;
  text-align: center;
}

.rdh-dogs-tides-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #10235a 0%, #1f4fa3 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(16, 35, 90, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.rdh-dogs-tides-button:hover,
.rdh-dogs-tides-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(16, 35, 90, 0.28);
  color: #ffffff;
  text-decoration: none;
}

.rdh-dogs-tides-button:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(16, 35, 90, 0.22);
}

@media (max-width: 480px) {
  .rdh-dogs-tides-button {
    width: 100%;
    max-width: 100%;
  }
}
