/* DEFAULT */

footer {
    padding-bottom: 1.6rem;
    font-size: var(--p-s-size);
}

footer h2 {
    margin: 1.25rem 1.125rem;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.563rem;
    position: relative;
    margin-top: .5rem;
}

.arrondi-bleu {
    position: absolute;
    top: -2rem;
    left: 50%;
    display: block;
    width: 105vw;
    height: 1.7rem;
    transform: translateX(-50%);
}

.footer-social .instagram img {
    width: 1.75rem;
}

.footer-social .youtube img {
    width: 1.625rem;
}

.footer-social .pinterest img {
    width: 1.875rem;
}

.footer-social .facebook img {
    width: 1.813rem;
}

.footer-recettes-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-recettes-block .p-m {
    margin-bottom: .125rem;
}

.footer-recettes-block .footer-recettes-block:not(:last-child),
.footer-produits-links a {
    margin-bottom: 1.125rem;
}

.footer-recettes-block .p-m,
.footer-produits .p-m,
footer h2 {
    font-family: "Brygada 1918", serif;
}

footer h2 {
    text-align: center;
}

.footer p.h2-style {
    font-size: 1.25rem;
    margin-top: 1.688rem;
    margin-bottom: 1.5rem;
}

.footer-produits-links,
.footer-divers-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.footer-divers-links {
    flex-wrap: wrap;
    flex-direction: row;
    gap: .625rem 1.5rem;
    justify-content: center;
    text-align: center;
}

.footer-text {
    margin-top: 1.938rem;
    text-align: center;
}

.footer-text p + p {
    margin-top: 0;
}

.footer-text p:has( + p) {
    margin-bottom: 0;
}

/* DESKTOP */
@media screen and (min-width: 64rem) {

    footer {
        padding-bottom: 2.688rem;
        font-size: 1rem;
    }

    .arrondi-bleu {
        top: -5.5rem;
        min-width: 1445px;
    }

    footer h2 {
        margin: 3.625rem 2.25rem;
    }

    .footer-social {
        gap: 4.563rem;
        gap: 4.563rem;
        margin-top: 4rem;
        margin-bottom: 2.688rem;
    }

    .footer-social .instagram img {
        width: 3.063rem;
    }
    
    .footer-social .youtube img {
        width: 2.875rem;
    }
    
    .footer-social .pinterest img {
        width: 3.313rem;
    }
    
    .footer-social .facebook img {
        width: 3.125rem;
    }

    footer .accordion-content-inner {
        padding-top: 0.75rem;
        padding-bottom: 0;
    }

    .footer-recettes p.h2-style,
    .footer-produits p.h2-style {
        font-size: var(--h1-size);
        margin: 3.313rem 0 2.25rem;
    }

    .footer-recettes-links {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: .625rem;
    }

    .footer-produits-links {
        flex-direction: row;
        justify-content: center;
        gap: 1.125rem;
    }

    .footer-produits-links a {
        margin-bottom: 3.75rem;
    }

    body footer a.menu-item:not(.cta):hover,
    footer .underline-on-hover:hover {
        text-decoration: underline;
    }
}