/* États init — invisibles et décalés à gauche */
.section--pro > .container > .section__header .section__title,
.section--pro > .container > .section__header .section__introduction {
    opacity: 0;
    transform: translateX(-20px);
    will-change: opacity, transform;
}
