/* ============================================================
   GSB — Personnalisations (consignes Cledor, 2026-06-18)
   Cacher boutons don/parrainer + icône YouTube. 100% réversible.
   ============================================================ */

/* Header : boutons "JE PARRAINE" (adhérer) et "FAIRE UN DON" */
li.custom-button-adherer,
li.custom-button-don,
#menu-item-2982,
#menu-item-2983 { display: none !important; }

/* Hero : boutons "Parrainez la coalition" et "FAIRE UN DON" */
.bt_bb_button:has(a[href*="ParrainezGUEUMSABOPP"]),
.bt_bb_button:has(a[href*="/donation/"]),
.bt_bb_icon:has(a[href*="/donation/"]) { display: none !important; }

/* Icône / lien YouTube (pas de chaîne) — header (a direct) + pied de page.
   On cible l'ID de chaîne exact : sûr, n'affecte aucun autre lien YouTube. */
a[href*="UCQav2qBwhhSdpu2t46JXDGQ"],
a[href*="youtube.com/channel"] { display: none !important; }
.bt_bb_icon:has(a[href*="youtube.com"]),
.bt_bb_icon:has(a[href*="youtu.be"]) { display: none !important; }

/* Repli (navigateurs sans :has) : masquer au moins les liens */
a[href*="ParrainezGUEUMSABOPP"],
a[href*="gueumsabopp.com/donation/"] { display: none !important; }
