/*-------------------------- A PROPOS ---------------------*/
.img1 {
    float: left;
    width: 175px;
    margin-right: 20px;
}

h2 img p {
    font-size: 12pt;
    text-align: justify;
}

/*------------------------ ACTEURS PRINCIPAUX -----------------------------*/
.center {
    display: table;
    margin: auto;
}

figure {
    display: inline-block;
    margin: 5px 20px 5px 20px;
    padding: 0;
    width: 100px;
    vertical-align: top;
}

figure img {
    width: 70px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

figcaption {
    font-weight: bold;
    font-size: 10px;
    color: white;
    text-align: center;
    padding-top: 10px;
}
