/* Bouton vers la page Organismes - domaine Maladie 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;
}
