h1
{
    margin-bottom: 1em !important;
}

.legal-block 
{
    padding: 15px;
}


.legal-block h4 
{
    font-size: 1.3em;
    margin-bottom: 15px;
}

.lien
{
    margin-top: 100px;
    display: flex !important;
    justify-content: center !important; /* Centre horizontalement */
    align-items: center !important;     /* Centre verticalement */
}

.lien a
{
    margin-right: 20px !important;
    text-decoration: none !important;
    color: #30a8aa !important;
}

.lien span
{
    font-size: 25px;
}

.adresse
{
    margin: 10px 0;
    text-align: center !important;
}

.copyright
{
    margin-top: 5px;
    display: flex !important;
    justify-content: center !important; /* Centre horizontalement */
    align-items: center !important;     /* Centre verticalement */
}