
.pix-wrapper-footer {
    position: relative;
    background: url('i/footer-dots.webp'), linear-gradient(to right, #443b51, #584c69, #443b51);
    background-size: 1920px auto, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 10px center, center center;
    font-size: 20px;
    margin-top: 5em;

    padding: 0 20px;
}

.pix-wrapper-footer::before,
.pix-wrapper-footer::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;

    background: url('i/header-couture.svg');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center center;
    z-index: 0;
}
.pix-wrapper-footer::before {
    top: 10px;
    bottom: auto;
}
.pix-wrapper-footer::after {
    top: auto;
    bottom: 10px;
}

.pix-footer-logo {
    display: block;
    margin: 0 auto;
    max-width: 16.5em;
    width: 100%;
    transform: translateY(-5em);
    margin-bottom: -230px;

    filter: drop-shadow(0 10px 8px rgba(31, 25, 15, 0.45));
}

.pix-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1540px;
    margin: 0 auto;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

.pix-footer-1,
.pix-footer-2,
.pix-footer-3 {
    width: 33.33%;
    text-align: center;
}

.pix-footer-2 {
    margin-top: 160px;
}

.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: #fff;
    font-weight: 600;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.pix-footer-inner p {
    margin: 0;
}

.pix-footer-1 p {
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
}

.pix-footer-3 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: #fff;
}

.pix-footer-inner a.pix-footer-lien:hover {
    color: #e6c783;
}


.pix-wrapper-footer-reseaux {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;

    margin-top: 15px;
}

.pix-footer-reseaux img {
    vertical-align: top;
    width: auto;
    height: 28px;
    filter: brightness(0) invert(1);
}

.pix-wrapper-footer-reseaux a:hover img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(20%) saturate(950%) hue-rotate(335deg) brightness(95%) contrast(90%);
}



#pix-menu-footer {
    list-style: none;
    padding: 0;
}

#pix-menu-footer a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
}

#pix-menu-footer a:hover {
    color: #e6c783;
}



.pix-wrapper-mentions {
    color: #7f788a;
    padding: 190px 20px 40px;
    text-align: center;
    font-size: 17px;
}

.pix-wrapper-mentions a {
    color: #7f788a;
    font-weight: 400;
}
.pix-wrapper-mentions a:hover {
    color: #fff;
}





/* ROTATOR */
.pix-wrapper-rotator {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.pix-wrapper-rotator .pix-rotator-images-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    list-style: none;
    margin: 0;
    position: relative;
    vertical-align: top;
    padding: 0;
}

.pix-wrapper-rotator .pix-rotator-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}
.pix-wrapper-rotator .pix-rotator-image.active{
    opacity: 1;
}


@media (max-width: 1250px) {
    .pix-wrapper-mentions {
        padding-top: 150px;
    }
    .pix-footer-logo {
        max-width: 14em;
        margin-bottom: -200px;
        transform: translateY(-4.5em);
    }
    .pix-footer-2 {
        margin-top: 130px;
    }

    
    .pix-wrapper-footer {
        background-size: 1400px auto, 100% 100%;
    }

}

@media (max-width: 1040px) {
    .pix-wrapper-mentions {
        padding-top: 120px;
    }

    .pix-footer-logo {
        max-width: 12em;
        margin-bottom: -150px;
        transform: translateY(-3.5em);
    }
    .pix-footer-2 {
        margin-top: 100px;
    }

    .pix-footer-inner {
        padding: 0;
    }
    
}


@media (max-width: 890px) {
    .pix-footer-logo {
        margin-bottom: calc(-4.5em - 20px);
    }
    .pix-footer-2 {
        margin-top: 50px;
    }
}

@media (max-width: 725px) {
    .pix-wrapper-footer {
        font-size: 18px;
    }

    .pix-wrapper-footer {
        background-size: 1000px auto, 100% 100%;
    }
}

@media (max-width: 630px) {
    .pix-footer-logo {
        margin-bottom: -1.5em;
        transform: translateY(-2.5em);
    }
    .pix-footer {
        flex-direction: column;
        gap: 30px;
    }
    .pix-footer-1, .pix-footer-2, .pix-footer-3 {
        width: 100%;
    }
    .pix-footer-2 {
        margin-top: 0;
    }
}





