
/* footer */
footer{
    background-color: black;
    color: white;
    padding-top:30px;
}

.content-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 200px;
    padding: 0;
    margin-top: 20px;
}

.help,.a_propos{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin: 0;
}
.content-footer h2{
    font-size: 16px;
    font-family: librebaskerville-regular,Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left;
}

.content-footer ul{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    /* space between the list items */
    gap: 10px;
}

.content-footer li{

    font-size: 15px;
    font-family: librebaskerville-regular,Arial, Helvetica, sans-serif;
    text-align: left;
    color: #a9a9a9;
}

.content-footer a{
    text-decoration: none;
    color: #a9a9a9;
}

.bottom-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    margin-top: 35px;
}

.bottom-footer div{
    width: 100%;
}

.copyright{
    font-size: 15px;
    color: #a9a9a9;
    font-family: librebaskerville-regular,Arial, Helvetica, sans-serif;
    /* place the element in the middle of the div */
    display: flex;
    justify-content: center;
    align-items: center;
}

.social ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px;
    gap: 10px;
}
