/* ========================= OU NOUS TROUVER ========================= */

.ou-nous-trouver-structural{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
}

.ou-nous-trouver-header-structural{
  text-align:center;
  margin-bottom:clamp(26px, 4vw, 46px);
}

.ou-nous-trouver-title-structural{
  margin:0 0 12px;
  font-size:clamp(24px, 3vw, 40px);
  font-weight:800;
  letter-spacing:.04em;
}

.ou-nous-trouver-underline-structural{
  width:clamp(44px, 4vw, 70px);
  height:4px;
  margin:0 auto;
  border-radius:2px;
  background:#fad659;
}

.ou-nous-trouver-grid-structural{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px, 1fr) minmax(320px, 1.6fr);
  gap:clamp(18px, 3vw, 32px);
  align-items:stretch;
}

.ou-nous-trouver-panel-structural{
  background:#ffffff;
  border-radius:18px;
  padding:clamp(18px, 3vw, 30px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  display:flex;
  flex-direction:column;
  gap:18px;
  position:relative;
  z-index:2;
}

.ou-nous-trouver-panel-title-structural{
  margin:0;
  font-size:clamp(18px, 2.2vw, 28px);
  font-weight:800;
  text-align:center;
}

.ou-nous-trouver-search-structural{
  display:none;
  flex-direction:column;
  gap:8px;
}

.ou-nous-trouver-search-input-structural{
  width:100%;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid #d9d9d9;
  background:#fff;
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  font-size:16px;
  color:#222;
}

.ou-nous-trouver-search-message-structural{
  display:none;
  font-size:0.95rem;
  color:#9b3b3b;
}

.ou-nous-trouver-search-message-structural.is-visible{
  display:block;
}

.ou-nous-trouver-list-structural{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ou-nous-trouver-actions-structural{
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
}

.ou-nous-trouver-btn-structural{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1 1 0;
  padding:12px 18px;
  border-radius:4px;
  border:0;
  background:#6e9f79;
  color:#fff;
  font-weight:700;
  font-size:.9rem;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .15s ease, filter .15s ease;
}

.ou-nous-trouver-btn-structural:hover{
  transform:translateY(-2px);
  filter:brightness(0.95);
}

.ou-nous-trouver-btn-structural.is-muted{
  background:#fff;
  color:#6e9f79;
  border:2px solid #6e9f79;
}

.ou-nous-trouver-dropdown-structural{
  display:none;
  position:relative;
}

.ou-nous-trouver-dropdown-toggle-structural{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border-radius:4px;
  border:1px solid #d9d9d9;
  background:#fff;
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  font-size:1.02rem;
  color:#222;
  cursor:pointer;
  text-align:left;
}

.ou-nous-trouver-dropdown-chevron-structural{
  width:8px;
  height:8px;
  border-right:2px solid #6e6e6e;
  border-bottom:2px solid #6e6e6e;
  transform:rotate(45deg);
  transition:transform .2s ease;
}

.ou-nous-trouver-dropdown-structural.is-open .ou-nous-trouver-dropdown-chevron-structural{
  transform:rotate(-135deg);
}

.ou-nous-trouver-dropdown-list-structural{
  display:none;
  position:absolute;
  left:0;
  right:0;
  margin-top:8px;
  max-height:220px;
  overflow:auto;
  background:#fff;
  border:1px solid #e2e2e2;
  border-radius:12px;
  box-shadow:0 12px 24px rgba(0,0,0,.08);
  z-index:10;
}

.ou-nous-trouver-dropdown-structural.is-open .ou-nous-trouver-dropdown-list-structural{
  display:block;
}

.ou-nous-trouver-dropdown-option-structural{
  width:100%;
  border:0;
  background:transparent;
  padding:10px 12px;
  text-align:left;
  color:#222;
  font-weight:500;
  font-size:1.02rem;
  border-bottom:1px solid #ededed;
  cursor:pointer;
}

.ou-nous-trouver-dropdown-option-structural:last-child{
  border-bottom:0;
}

.ou-nous-trouver-dropdown-option-structural:hover{
  background:#f7f7f7;
}

.ou-nous-trouver-item-structural{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:12px 0;
  border-radius:0;
  border:0;
  border-bottom:1px solid #e5e5e5;
  background:transparent;
  cursor:pointer;
  transition:color .2s ease;
}

.ou-nous-trouver-item-structural:hover{
  color:#000;
}

.ou-nous-trouver-item-structural:last-child{
  border-bottom:0;
}

.ou-nous-trouver-item-structural input{
  margin-top:6px;
  accent-color:#fad659;
  width:18px;
  height:18px;
}

.ou-nous-trouver-item-info-structural{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:1rem;
  color:#444;
}

.ou-nous-trouver-item-title-structural{
  font-weight:700;
  color:#111;
  letter-spacing:.02em;
}

.ou-nous-trouver-mapwrap-structural{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  min-height:380px;
  background:linear-gradient(135deg, #f7f7f5 0%, #eceee8 100%);
  position:relative;
  z-index:1;
}

.ou-nous-trouver-map-structural{
  width:100%;
  height:100%;
  min-height:380px;
}

.ou-nous-trouver-map-structural .leaflet-tile{
  filter:saturate(1.05) contrast(1.05);
}

.ou-nous-trouver-map-structural .leaflet-control-zoom a{
  background:#ffffff;
  color:#222;
  border:1px solid #e3e3e3;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.ou-nous-trouver-map-structural .leaflet-control-zoom a:hover{
  background:#f5f5f5;
}

.ou-nous-trouver-marker-structural{
  background:transparent;
  border:0;
  color:#ff0003;
}

.ou-nous-trouver-marker-svg-structural{
  width:24px;
  height:36px;
  display:block;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.25));
}

@media (max-width:1100px){
  .ou-nous-trouver-grid-structural{
    grid-template-columns:1fr;
  }

  .ou-nous-trouver-mapwrap-structural{
    min-height:320px;
  }
}

@media (max-width:1100px){
  .ou-nous-trouver-map-structural{
    min-height:280px;
  }

  .ou-nous-trouver-actions-structural{
    display:none;
  }

  .ou-nous-trouver-search-structural{
    display:flex;
  }

  .ou-nous-trouver-list-structural{
    display:none !important;
  }

  .ou-nous-trouver-item-structural{
    display:none;
  }

  .ou-nous-trouver-item-structural:last-child{
    border-bottom:1px solid #e8e8e8;
  }

  .ou-nous-trouver-item-structural input{
    width:16px;
    height:16px;
  }

  .ou-nous-trouver-item-info-structural{
    font-size:.92rem;
    gap:4px;
  }

  .ou-nous-trouver-item-title-structural{
    font-size:.95rem;
    letter-spacing:.01em;
  }

  .ou-nous-trouver-item-address-structural{
    font-size:.86rem;
  }

  .ou-nous-trouver-dropdown-structural{
    display:block;
  }
}

