/* Centrage définitif de la page Équipe */
html body main:has(.team-premium-section){
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
  display:block!important;
}

html body .team-premium-section{
  box-sizing:border-box!important;
  width:min(100%,1480px)!important;
  max-width:1480px!important;
  margin:0 auto!important;
  padding-inline:clamp(16px,4vw,54px)!important;
  text-align:center!important;
}

html body .team-premium-head,
html body .team-featured-wrap,
html body .team-grid{
  margin-left:auto!important;
  margin-right:auto!important;
}

html body .team-premium-head{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}

html body .team-card-content{
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

html body .team-card-content h3,
html body .team-card-content>p:not(.team-role),
html body .team-extra,
html body .team-extra p{
  width:100%!important;
  text-align:center!important;
}

html body .team-role,
html body .team-discover-btn{
  align-self:center!important;
}

@media(max-width:620px){
  html body .team-premium-section{
    width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
}
