/*> Footer
footer {
    background-color: hsl(var(--base-blue-500));
    color: hsl(var(--base-white));
    padding: 4rem 13%;
}

footer hr {
    margin: 2.25rem 0;
}

.footer__content, .footer__copyrights {
    display: flex;
    justify-content: space-between;
}

.footer__content__info p, .footer__content__links-and-contact__contact p {
    line-height: 1.5rem;
}

.footer__content__info__socials {
    display: flex;
    gap: 1rem;
    margin-top: 1.25rem;
    align-items: center;
}

.footer__content__info__socials a {
    color: hsl(var(--base-white));
    text-decoration: none;
}

.footer__content__info p:not(:last-of-type), .footer__content__links-and-contact__contact p:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.footer__content__links-and-contact, .footer__copyrights__scp {
    display: flex;
}

.footer__copyrights__scp {
    gap: 4rem;
}

.footer__content__links-and-contact {
    justify-content: space-between;
    max-width: 66.6666%;
}

.footer__content__links-and-contact__contact {
    width: 33.3333%;
}

.footer__content__links-and-contact__list__title {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: hsl(var(--base-grey-500));
}

.footer__content__links-and-contact__list__link {
    color: hsl(var(--base-white));
    text-decoration: none;
}

.footer__content__links-and-contact__list li:not(:last-of-type) {
    margin-bottom: 1.25rem;
}

.footer__content__links-and-contact__list__link:hover {
    color: hsl(var(--base-grey-500));
    text-decoration: underline;
}

.footer__copyrights__agence {
    color: hsl(var(--base-grey-700));
}

/*< Footer */
footer {
    background-color: hsl(var(--base-blue-500));
    color: hsl(var(--base-white));
    padding: 2rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
footer hr {
    margin: 1.25rem 0;
}

.footer__content__sales__list, .footer__content__links-and-contact__list {
    padding-left: unset !important;
}

.footer__content, .footer__copyrights {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.footer__content__info p, .footer__content__sales__contact p {
    line-height: 1.5rem;
}

.footer__content__info__socials {
    display: flex;
    gap: 1rem;
    margin-top: 1.25rem;
    align-items: center;
}

.footer__content__info__socials a {
    color: hsl(var(--base-white));
    text-decoration: none;
}

.footer__content__sales__contact {
    display: flex;
}

.footer__content__links-and-contact__contact {
    width: 25%;

    @media (max-width:960px) {
        width: 100% !important;
        text-align: center;
    }

}

.footer__content__info p:not(:last-of-type), .footer__content__links-and-contact__contact p:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.footer__content__links-and-contact, .footer__copyrights__scp {
    display: flex;
}

.footer__copyrights__scp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    color: white;

    @media (max-width:800px) {
        gap: 0.5rem;
    }
}

.footer__content__links-and-contact {
    justify-content: space-between;
    max-width: 66.6666%;
}

.footer__content__links-and-contact__list__title, .footer__content__sales__list__title {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: hsl(var(--base-grey-500));
}

.footer__content__links-and-contact__list__link, .footer__content__sales__list__link {
    color: hsl(var(--base-white));
    text-decoration: none;
}

.footer__content__links-and-contact__list li:not(:last-of-type), .footer__content__sales__list li:not(:last-of-type) {
    margin-bottom: 1.25rem;
}

.footer__content__links-and-contact__list__link:hover, .footer__content__sales__list__link:hover {
    color: hsl(var(--base-grey-500));
    text-decoration: underline;
}

.footer__copyrights__agence {
    color: hsl(var(--base-grey-700));
}

@media (max-width:800px) {
    .footer__content__links-and-contact__list__title, .footer__content__links-and-contact__list__item, .footer__content__sales__list__title, .footer__content__sales__list__item {
        text-align: center;
    }
}

.footer__copyrights {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

@media (max-width:960px) {
    .footer__content__info {
        text-align: center;
        width: 100%;
        margin-bottom: 2rem;
    }
    .footer__content__info__socials {
        justify-content: center !important;
    }
}