:root {
    --pix-footer-margin-top-logo: 90px;
}

body:not(.home) .pix-site-footer {
    margin-top: var(--pix-footer-margin-top-logo);
}

.pix-wrapper-footer {
    background: #fff url('i/deco-footer.svg');
    background-size: auto calc(clamp(100px, 12vw, 190px) * 130/190);
    background-repeat: repeat-x;
    background-position: bottom center;
    filter: drop-shadow(0 4px 11px rgba(0,0,0, 0.25));
}

.pix-footer-logo {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;

    transform: translateY(calc(var(--pix-footer-margin-top-logo) * -1));
}

.pix-wrapper-footer-padding {
    margin-top: calc(var(--pix-footer-margin-top-logo) * -1);
    padding: clamp(40px, 7vw, 100px) 0px clamp(0px, 7vw, 140px);
}

.pix-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1540px;
    margin: 0 auto;
    color: #411e2f;
    font-size: 20px;
    font-weight: 400;
}

.pix-footer-1,
.pix-footer-2,
.pix-footer-3 {
    width: 33.33%;
    text-align: center;
}

.pix-footer-inner {
    display: inline-block;
    max-width: 400px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.pix-footer-inner h3 {
    font-size: 28px;
    color: #632e48;
    font-weight: 700;
    font-family: "Averia Serif Libre", serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.pix-footer-inner p {
    margin: 0;
}

.pix-footer-inner a.pix-footer-lien {
    color: currentColor;
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    color: #b85a90;
}

.pix-footer-inner a.pix-footer-lien:hover {
    color: #632e48;
}

.pix-footer-inner a.pix-footer-tel {
    margin-top: 10px;
}

.pix-wrapper-footer-reseaux {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;

    margin-top: 15px;
}

.pix-footer-reseaux {
    width: 50px;
    height: 50px;
    border-radius: 99px;
    background: #b85a90;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pix-footer-reseaux img {
    vertical-align: top;
}

.pix-footer-reseaux:hover {
    background: #632e48;
}

.pix-footer-citation {
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
}
.pix-footer-citation::before {
    content: "«";
    margin-right: 5px;
}
.pix-footer-citation::after {
    content: "»";
    margin-left: 5px;
}


#pix-menu-footer {
    list-style: none;
    padding: 0;
}

#pix-menu-footer a {
    color: #b85a90;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
}

#pix-menu-footer a:hover {
    color: #632e48;
}



.pix-footer-logos {
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.pix-footer-logos img {
    height: 120px;
    width: auto;
}


.pix-wrapper-mentions {
    color: #b0b0b0;
    padding: clamp(20px, 5vw, 50px) 20px clamp(100px, 12vw, 190px);
    text-align: center;
    font-size: 17px;
}

.pix-wrapper-mentions a {
    color: #b0b0b0;
    font-weight: 500;
}
.pix-wrapper-mentions a:hover {
    color: #333;
}



@media (max-width: 1100px) {
    .pix-footer-1 {
        width: 100%;
        margin-bottom: 50px;
    }
    .pix-footer-2,
    .pix-footer-3 {
        width: 50%;
    }

}
@media (max-width: 670px) {
    .pix-footer-1, 
    .pix-footer-2 {
        margin-bottom: 50px;
        width: 100%;
    }
    .pix-footer-3 {
        width: 100%;
    }

    .pix-footer-logo {
        max-width: 350px;
    }

    :root {
        --pix-footer-margin-top-logo: 80px;
    }

    .pix-footer-logos img {
        height: 90px;
    }

}

@media (max-width: 420px) {
    .pix-footer-inner h3 {
        font-size: 22px;
    }

    .pix-footer {
        font-size: 18px;
    }

    .pix-footer-logo {
        max-width: 270px;
    }

    :root {
        --pix-footer-margin-top-logo: 60px;
    }

    .pix-footer-logos {
        gap: 1em;
    }

    .pix-footer-logos img {
        height: 70px;
    }
}