.panneau-bordure-gauche-corps{
    border-left: solid black var(--espace-3);
    padding-left: var(--espace-5);
    padding-bottom: var(--espace-1);
    margin-bottom: var(--espace-5);
}

.panneau-bordure-gauche-titre{
    font-family:var(--police-titre), serif;
    font-size: var(--texte-taille-10);
    line-height: var(--texte-ecartementlignes-10-1);
    font-weight: var(--texte-grosseur-gros);
    text-transform: uppercase;
    font-style: italic;

    color:var(--noir);

}

.panneau-bordure-gauche-description{
    font-family:var(--police-texte), serif;
    font-size: var(--texte-taille-4);
    color: var(--gris-tres-fonce);
    line-height: var(--texte-ecartementlignes-4-2);
    padding-top: var(--espace-2);
    padding-bottom: var(--espace-3);

    font-weight: bold;
    /* margin: var(--espace-3) 0 var(--espace-6) 0; */
}