.introduction{

    p{
        hyphens: none;
        flex: 1;
        line-height: var(--hauteur-ligne_grande); font-size: var(--taille_typo_grande);
    }
}

/*-------------------------------------------------------------------------*/

@media (max-width: 1080px) {

    .introduction{
        padding-right: 0;
    }
}

/*-------------------------------------------------------------------------*/

@media (max-width: 768px) {

}

