/* Bouton vers la page Organismes - domaine Handicap uniquement. */
.sidebar-location .af-location-organismes-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  box-sizing:border-box;
  margin-top:10px;
  padding:10px 12px;
  border-radius:10px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
  font:700 .78rem 'DM Sans',sans-serif;
  line-height:1.25;
  text-align:center;
  transition:opacity .15s ease,transform .15s ease,background .15s ease;
}
.sidebar-location .af-location-organismes-link:hover{transform:translateY(-1px);}
.sidebar-location .af-location-organismes-link[aria-disabled="true"]{
  opacity:.48;
  cursor:not-allowed;
  pointer-events:auto;
  transform:none;
}

/* Second bouton du bloc ville : vers les professionnels référencés.
   Contour vert plutôt que fond plein, pour garder une hiérarchie claire
   avec le bouton Organismes juste au-dessus. */
.sidebar-location .af-location-organismes-link.af-location-pros-link{
  margin-top:8px;
  background:#fff;
  color:var(--accent);
  border:1.5px solid var(--accent);
}
.sidebar-location .af-location-organismes-link.af-location-pros-link:hover{
  background:var(--accent-pale);
}
.sidebar-location .af-location-organismes-link.af-location-pros-link[aria-disabled="true"]{
  opacity:.48;
}
