/*
 * ActiveFoot — Lot 11d8
 * Correctif final thème clair public : résultats de recherche "Mon équipe".
 * Chargé après le polish 11d7.
 */

html[data-af-theme="light"] body .af-pubnav .af-pubnav__result,
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result:visited{
  background:#F7FAFE !important;
  border-color:#B8C8DB !important;
  color:#07111F !important;
}
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result:hover{
  background:#ECFDF3 !important;
  border-color:#16A34A !important;
  color:#052E16 !important;
}
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result-name,
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result-main > span:first-child,
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result strong{
  color:#07111F !important;
  opacity:1 !important;
  text-shadow:none !important;
}
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result:hover .af-pubnav__result-name,
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result:hover .af-pubnav__result-main > span:first-child,
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result:hover strong{
  color:#052E16 !important;
}
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result-meta,
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result small{
  color:#4B5F76 !important;
  opacity:1 !important;
  text-shadow:none !important;
}
html[data-af-theme="light"] body .af-pubnav .af-pubnav__result-go{
  color:#047A39 !important;
  opacity:1 !important;
  text-shadow:none !important;
}
