/* ActiveFoot — Refonte 3 Lot 7h : finalisation fiche équipe / liens / partage */
html.af-team-final-page,
body.af-team-final-page{
  overflow-x:hidden !important;
}
body.af-team-final-page #public-content.af-team-final-host,
body.af-team-final-page main #public-content.af-team-final-host,
body.af-team-final-page .site-main #public-content.af-team-final-host{
  width:min(1180px, calc(100vw - 32px)) !important;
  max-width:min(1180px, calc(100vw - 32px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
  overflow-x:hidden !important;
  justify-self:center !important;
}
body.af-team-final-page .af-team-easy,
body.af-team-final-page #public-content > .af-team-easy,
body.af-team-final-page .af-team-easy.af-team-finalized{
  width:100% !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
  overflow-x:hidden !important;
}
body.af-team-final-page .af-team-easy__hero,
body.af-team-final-page .af-team-easy__grid,
body.af-team-final-page .af-team-easy__section,
body.af-team-final-page .af-team-easy__match,
body.af-team-final-page .af-team-easy__date-section,
body.af-team-final-page .af-team-club-meals,
body.af-team-final-page .af-team-club-meals__card{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  overflow-x:hidden !important;
}
body.af-team-final-page .af-team-easy__team,
body.af-team-final-page .af-team-easy__title,
body.af-team-final-page .af-team-easy__subtitle,
body.af-team-final-page .af-team-easy__match-title,
body.af-team-final-page .af-team-easy__section-title,
body.af-team-final-page .af-team-club-meals__context span{
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}
body.af-team-final-page .af-team-easy__table-wrap{
  max-width:100% !important;
  overflow-x:auto !important;
}
.af-team-final__club-btn{
  border-color:rgba(34,197,94,.34) !important;
  background:rgba(34,197,94,.12) !important;
  color:#bbf7d0 !important;
}
.af-team-final__toast{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:999999;
  max-width:calc(100vw - 28px);
  background:rgba(15,23,42,.96);
  border:1px solid rgba(34,197,94,.36);
  color:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-family:var(--fh,inherit);
  font-size:12px;
  font-weight:900;
  box-shadow:0 18px 45px rgba(0,0,0,.34);
  text-align:center;
}
@media(max-width:760px){
  body.af-team-final-page #public-content.af-team-final-host{
    width:calc(100vw - 16px) !important;
    max-width:calc(100vw - 16px) !important;
  }
  body.af-team-final-page .af-team-easy__actions{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  body.af-team-final-page .af-team-easy__btn{
    width:100% !important;
  }
}
