.pix-wrapper-footer {
    position: relative;

    font-size: 20px;

    padding-top: 80px;
}

.pix-wrapper-footer::after {
    content: '';
    display: block;
    width: 100%;
    height: 1.5em;
    background: url('i/footer-bottom.svg') center center;
    background-size: auto 100%;
    z-index: 10;
    position: relative;
}

.pix-footer-instagram h3 {
    text-align: right;
    color: #ed6b00;
    text-transform: uppercase;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 3vw, 42px);
    padding: 0.8em;
    line-height: 1;
    margin: 0;
}
.pix-footer-instagram h3 a {
    color: currentColor;
    position: relative;

    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.pix-footer-instagram h3 a::after {
    content: '';
    height: 0.75em;
    width: 0.4em;
    background: #ed6b00;
    margin-left: 0.3em;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.instagram-feed {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 10px;
}
.instagram-feed .insta-post {
    aspect-ratio: 1 / 1;
    background: lightgray;
    width: 100%;
}




.pix-footer-logo {
    display: block;
    margin: 0 auto;
    width: 15.5em;
    padding: 20px;
}

.pix-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1840px;
    margin: 0 auto;
    color: #353535;
    font-size: 20px;
    font-weight: 400;
}

.pix-footer-1,
.pix-footer-2,
.pix-footer-3,
.pix-footer-4 {
    width: 25%;
    text-align: center;
}

.pix-footer-inner {
    display: inline-block;
    max-width: 360px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.pix-footer-inner h3 {
    font-size: 1.3em;
    color: #2a50bc;
    font-weight: 800;
    font-family: "Karla", sans-serif;
    text-transform: uppercase;

    margin-top: 0.8em;
    margin-bottom: 0.4em;
}

.pix-footer-inner p {
    margin: 0;
}

.pix-footer-4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.pix-footer-inner a.pix-footer-lien {
    color: currentColor;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #353535;
}

.pix-footer-inner a.pix-footer-lien:hover {
    color: #e95078;
}

.pix-footer-2 .jours {
    text-transform: uppercase;
    font-weight: 700;
}
.pix-footer-2 {
    line-height: 1.1;
}
.pix-footer-2 .jours:not(:first-of-type) {
    display: inline-block;
    margin-top: 0.75em;
}

.pix-footer-2 .nuits-deco {
    font-style: italic;
}

.pix-footer-2 .ferme {
    font-style: italic;
    text-transform: uppercase;
}


.pix-footer-3 address {
    font-style: normal;
    line-height: 1.2;
}


#pix-menu-footer {
    list-style: none;
    padding: 0;
}

#pix-menu-footer a {
    color: #353535;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
}

#pix-menu-footer a:hover {
    color: #e95078;
}



.pix-wrapper-mentions {
    color: #b1b1b1;
    padding: 100px 20px 60px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

.pix-wrapper-mentions a {
    color: #b1b1b1;
    font-weight: 400;
}
.pix-wrapper-mentions a:hover {
    color: #353535;
}


@media (max-width: 1480px) {
    .pix-footer-logo {
        width: 13em;
    }
    .pix-footer {
        font-size: 18px;
    }
}


@media (max-width: 1150px) {
    .pix-wrapper-footer {
        padding-top: 40px;
    }
    .pix-footer-logo {
        width: 10em;
    }

    .pix-footer-1 {
        width: 100%;
        margin-bottom: 1em;
    }
    .pix-footer-2,
    .pix-footer-3,
    .pix-footer-4 {
        width: 33.33%;
    }
}

@media (max-width: 880px) {
    .pix-footer-2,
    .pix-footer-3 {
        width: 50%;
    }
    .pix-footer-4 {
        width: 100%;
        margin-top: 1em;
    }
}

@media (max-width: 630px) {
    .pix-wrapper-footer {
        padding-top: 40px;
    }
    .pix-footer-logo {
        margin-bottom: -3em;
    }
    .pix-footer {
        flex-direction: column;
        gap: 30px;
    }
    .pix-footer-1, .pix-footer-2, .pix-footer-3, .pix-footer-4 {
        width: 100%;
    }
    
    .pix-footer-1 {
        margin-bottom: 0;
    }
    .pix-footer-4 {
        margin-top: 0;
    }

    .pix-wrapper-mentions {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .pix-footer-inner h3 {
        margin-top: 0;
    }
}