.main{
    padding-top: 30px;
}
.choix{
    margin: 10px;
}
.rap{
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    display: flex;
}
figure {
    width: 120px;
    height: 120px;
    margin : 40px;
    text-align: center;
}
figure img{
    width: 120px;
}
figcaption
{
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: black;

}
a{
    text-decoration: none;
    color: black;
}
.texte{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.texte a{
    margin:10px;
    text-decoration: underline;
}

@media (max-width: 1200px)
{
    .main{
        padding-top:10px ;
    }
    .rap figure{
        margin: 37px;
    }
}