/* ON FAIT QUOI DEMAIN — V241.54
   Associations mobile : finition commandes après contrôle réel Samsung.
   Scope limité à la page Associations <= 720px. */
@media (max-width:720px){
  /* Déposer : contraste franc, y compris sur les spans/icônes hérités. */
  .ofqd-association-page .ofqd-v269-actions a:first-child,
  .ofqd-association-page .ofqd-v269-actions a:first-child:visited,
  .ofqd-association-page .ofqd-v269-actions a:first-child span,
  .ofqd-association-page .ofqd-v269-actions a:first-child svg{
    color:#fff!important;
    opacity:1!important;
  }
  .ofqd-association-page .ofqd-v269-actions a:first-child svg{
    stroke:#fff!important;
    fill:none!important;
  }

  /* Territoire : faire tenir proprement les 3 premiers choix avant le scroll. */
  .ofqd-association-page .ofqd-v82-territory-row .ofqd-territory-levels{
    gap:2px!important;
    padding:3px!important;
  }
  .ofqd-association-page .ofqd-v82-territory-row .ofqd-territory-levels button{
    min-height:34px!important;
    padding:6px 8px!important;
    gap:4px!important;
    font-size:.68rem!important;
  }
  .ofqd-association-page .ofqd-v82-territory-row .ofqd-territory-levels button svg{
    width:13px!important;
    height:13px!important;
    flex:0 0 13px!important;
  }

  /* Recherche : un seul pictogramme, parfaitement centré. */
  .ofqd-association-page #ofqdTerritorySearchBtn{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    overflow:hidden!important;
    color:#fff!important;
    font-size:0!important;
    line-height:0!important;
    border:0!important;
    border-radius:12px!important;
  }
  .ofqd-association-page #ofqdTerritorySearchBtn::before,
  .ofqd-association-page #ofqdTerritorySearchBtn::after{
    content:none!important;
    display:none!important;
  }
  .ofqd-association-page #ofqdTerritorySearchBtn > svg{
    position:static!important;
    display:block!important;
    width:19px!important;
    height:19px!important;
    min-width:19px!important;
    min-height:19px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    stroke:#fff!important;
    fill:none!important;
    background:none!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    transform:none!important;
  }

  /* Rodyn : le sélecteur V241.53 ne ciblait pas la vraie classe .rodyn-launcher. */
  body:has(.ofqd-association-page) .rodyn-launcher{
    right:8px!important;
    bottom:84px!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    padding:3px!important;
  }
  body:has(.ofqd-association-page) .rodyn-launcher-avatar{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  body:has(.ofqd-association-page) .rodyn-launcher-text,
  body:has(.ofqd-association-page) .rodyn-launcher-arrow{
    display:none!important;
  }
}
