

.topbanner.tb-rot{display:grid;align-items:center}
.topbanner.tb-rot .tb-i{grid-area:1/1;opacity:0;transition:opacity .45s ease}
.topbanner.tb-rot .tb-i.on{opacity:1}

.topbanner.tb-un .tb-i{opacity:1}

.topbanner.tb-normal{font-weight:400}
.topbanner.tb-normal b{font-weight:700}

.topbanner.fond-charte1,.topbanner.fond-charte2,
.topbanner.fond-charte3,.topbanner.fond-charte4{
  background:var(--sec-f);color:var(--sec-t)}
@media (prefers-reduced-motion:reduce){
  .topbanner.tb-rot .tb-i{transition:none}
}
