/* ==========================
   FOOTER
========================== */

.lpr-footer {
    background: var(--lpr-light);
    /*border-top: 3px solid var(--lpr-blue);*/
    margin-top: 3rem;
}

.lpr-footer-container {
    max-width: var(--lpr-max-width);
    margin: 0 auto;
    padding: 3rem 1rem;
    text-align: center;
}

/* Réseaux sociaux */

.lpr-footer-social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lpr-footer-social a {
    color: var(--lpr-dark);
    text-decoration: none;
    font-weight: 600;
}

/* Menu footer WordPress */

.lpr-footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;

    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

.lpr-footer-menu li {
    margin: 0;
    padding: 0;
}

.lpr-footer-menu a {
    color: var(--lpr-dark);
    text-decoration: none;
}

.lpr-footer-menu a:hover,
.lpr-footer-menu a:focus,
.lpr-footer-social a:hover,
.lpr-footer-social a:focus {
    text-decoration: underline;
}

.lpr-copyright {
    margin-top: 2rem;
    color: var(--lpr-dark);
    font-size: 0.85rem;
}