/* GENERAL */
/*-------- */
*{
    margin: auto;
    padding: 0;
}
body{
    font-family: 'Lato', sans-serif;
    padding-top: 30px;
}
/*bannière */
.header-photo{
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin-top: .5px;
    border-bottom: .4rem solid #59315f;
    /* -webkit-border-bottom: .4rem solid #59315f; */
}
/*contenu */
.content {
    max-width: 1160px;
    flex: 1;
}
.contenu{
    font-size: 20px;
    font-weight: bold;
    color: white;  
    text-align: center:
}
a{
    font-size: 20px;
    font-weight: bold;
    color: red: 
}