
/* SUPERMATHS V239 — identité visuelle unique sur toutes les pages */
.sm239-brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:11px!important;
  text-decoration:none!important;
  color:#102641!important;
  white-space:nowrap;
}
.sm239-brand .sm239-logo{
  width:54px!important;
  height:54px!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
}
.sm239-brand .sm239-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  line-height:1!important;
}
.sm239-brand .sm239-name{
  display:block!important;
  font-size:25px!important;
  font-weight:500!important;
  letter-spacing:.16em!important;
  line-height:1!important;
  color:#102641!important;
  text-transform:lowercase!important;
}
.sm239-brand .sm239-name .sm239-maths{
  color:#13aeb5!important;
}
.sm239-brand .sm239-tag{
  display:block!important;
  margin-top:9px!important;
  font-size:9px!important;
  font-weight:500!important;
  letter-spacing:.40em!important;
  line-height:1!important;
  color:#7189a0!important;
  text-transform:lowercase!important;
}
.sm239-brand.sm239-small .sm239-logo{width:43px!important;height:43px!important}
.sm239-brand.sm239-small .sm239-name{font-size:20px!important}
.sm239-brand.sm239-small .sm239-tag{font-size:7.5px!important;margin-top:7px!important}

@media(max-width:650px){
  .sm239-brand .sm239-logo{width:43px!important;height:43px!important}
  .sm239-brand .sm239-name{font-size:19px!important;letter-spacing:.13em!important}
  .sm239-brand .sm239-tag{font-size:7px!important;letter-spacing:.28em!important;margin-top:6px!important}
}

/* neutralise les anciennes variantes seulement à l'intérieur du nouveau composant */
.sm239-brand .sm195-word,.sm239-brand .sm195-super,.sm239-brand .sm195-maths,.sm239-brand .sm195-tag{
  all:unset;
}
