.footer-menus {
    justify-content: space-between;
}

.contact-link, .call-link {
    height: fit-content;
}

.contact-text, .call-text {
    width: max-content;
}

.cta-footer {
    display: flex;
}

.pied-page {
    display: flex;
}

.image-pdp, .logo-pdp, .texte-pdp {
    width: 33%;
}

.image-pdp img {
    width: -webkit-fill-available;
    width: -moz-available;
}

.social-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #000;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: background-color 0.3s ease;
}

.social-link:hover {
    background-color: #ceab5d;
}

.logo-line-footer {
    height: 2px !important;
    opacity: 1;
    margin: 8px 0px;
}

.container-logo {
    display: inline-block;
    text-align: center;
}

.container-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.logo-line-footer {
    width: 100%;
}

.logo-text {
    text-align: center;
    font-family: 'Roboto Slab';
    font-weight: 700;
}

.snl-footer {
    display: flex;
}
.cta-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .cta-footer {
        display: block;
    }

    .pied-page {
        display: initial !important;
    }

    .logo {
        text-align: center;
    }

    .image-pdp, .logo-pdp, .texte-pdp {
        margin: auto;
        text-align: center;
        width: 100%;
    }

}
@media (max-width: 550px) { 
    .snl-footer {
        display: block;
    }
}