.section--about > .container > .section__header .section__title,
.section--about > .container > .section__header .section__introduction {
    opacity: 0;           /* état initial : caché */
    will-change: opacity;
}
