footer {
    position: relative;
    display: block;
    margin-top: 0px;
    background-image: url('../../../../../image/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-bigcol-logo {
    max-width: 25%;
    padding: 0px 30px 0px calc(var(--bs-gutter-x) * .5);
}
.footer-bigcol-columns {
    max-width: calc(100% - 25%);
    display: flex;
}
footer .footer-social {
    position: relative;
    display: block;
    text-align: center;
    max-width: 100%;
}
footer .footer-social span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
footer .footer-social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--footer-link-color);
    fill: var(--footer-link-color);
    stroke: var(--footer-link-color);
    font-size: 28px;
    margin: 0px 8px;
}
footer .footer-social a.with-svg svg {
    width: 22px;
    margin-top: -6px;
}
footer .footer-social a:hover {
    color: var(--footer-link-hover-color);
    fill: var(--footer-link-hover-color);
    stroke: var(--footer-link-hover-color);
}

footer .footer-main {
    position: relative;
    display: block;
    background: transparent;
    padding: 60px 0px 20px;
}
footer .footer-main .footer-logo {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 358px;
}

footer .footer-main .footer-info i {
    color: var(--color-primary);
    width: 20px;
}
footer .footer-main .footer-title {
    position: relative;
    display: block;
    text-align: center;
    font-family: 'Poppins', 'Arial', 'Tahoma', sans-serif;
    font-size: 24px;
    color: var(--footer-title-color);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
footer .footer-main .footer-columns {
    align-items: stretch;
    margin-top: auto;
}
footer .footer-main .footer-col-informations, 
footer .footer-main .footer-col-newsletter, 
footer .footer-main .footer-col-payment-methods {
    padding-bottom: 38px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .footer-main .footer-col-newsletter {
    padding-right: 45px;
    padding-left: 45px;
}
footer .footer-main .footer-col-newsletter:before, 
footer .footer-main .footer-col-newsletter:after {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 15%;
    height: 50%;
    width: 1px;
    background-color: var(--color-general-border);
}
footer .footer-main .footer-col-newsletter:before {
    left: 0px;
}
footer .footer-main .footer-col-newsletter:after {
    right: 0px;
}
footer .footer-main .footer-col-newsletter #footer-newsletter-input {
    border-radius: 14px;
    border: 1px solid var(--color-secondary);
    background-color: var(--color-background4);
    padding: 5px 20px 5px 45px;
    font-size: 14px;
}
footer .footer-main .footer-col-newsletter .input-group:before {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--color-secondary);
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
    font-size: 22px;
}
footer .footer-main .footer-col-newsletter #footer-newsletter-button {
    border-radius: 13.65px;
    margin-left: 10px;
}
footer .footer-main .footer-col-informations .footer-title {
    text-align: left;
    margin-bottom: 10px;
}
.footer-col-subtitle {
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', 'Arial', 'Tahoma', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-newsletter-container {
    margin-bottom: 20px;
}
footer .footer-main .footer-menu {
    position: relative;
    display: block;
    columns: 2;
}
footer .footer-main .footer-menu .footer-menu-item {
    display: block;
}
footer .footer-main .footer-menu a {
    position: relative;
    display: inline-block;
    text-align: left;
    color: var(--footer-link-color);
    font-size: 14px;
    font-family: 'Poppins', 'Arial', 'Tahoma', sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}
footer .footer-main .footer-menu a:hover {
    color: var(--footer-link-hover-color);
}
footer .footer-main .footer-menu-no-links {
    text-align: center;
    padding-bottom: 30px;
}
footer .footer-main .footer-menu-no-links p {
    color: var(--footer-text-color);
    font-size: 14px;
    font-family: 'Poppins', 'Arial', 'Tahoma', sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}
.footer-social, 
.footer-payment-methods-img {
    margin-bottom: -38px;
}
.footer-payment-methods-img img {
    max-width: 100%;
}
footer .footer-copy {
    /* position: relative;
    display: block;
    border-top: 1px solid var(--color-general-border);
    padding: 30px 0px;
    text-align: center; */
}
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copy {
    border-top: 1px solid var(--color-general-border);
    padding: 10px 0;
}
.footer-copy .footer-row {
    flex-direction: column;
    justify-content: center;
}

#footer-newsletter-notification {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.footer-anpc {
    position: relative;
    display: block;
}
.footer-anpc a {
    position: relative;
    display: inline-block;
}
.footer-anpc a + a {
    margin-top: 5px;
}


@media ( max-width: 1600px ) {
    .footer-bigcol-logo {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    footer .footer-main .footer-menu a {
        margin-bottom: 5px;
    }
    footer .footer-main .footer-menu-no-links p {
        margin-bottom: 0px;
    }
}

@media ( max-width: 1399px ) {
    footer .footer-main .footer-col-newsletter {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(38px + 40px);
    }
    footer .footer-main .footer-col-newsletter:before, 
    footer .footer-main .footer-col-newsletter:after {
        display: none;
    }
    footer .footer-main .footer-menu {
        border-right: 1px solid var(--color-general-border);
    }
    .footer-payment-methods-img {
        text-align: center;
    }
}

@media ( max-width: 1199px ) {
    .footer-bigcol-logo {
        display: none;
    }
    .footer-bigcol-columns {
        max-width: 100%;
    }
    footer .footer-main .footer-col-informations .footer-title {
        text-align: center;
    }
    footer .footer-main .footer-menu .footer-menu-item {
        text-align: center;
    }
}

@media ( max-width: 767px ) {
    footer .footer-main .footer-second-logo-container {
        text-align: center;
    }
    footer .footer-main .footer-col-payment-methods {
        padding-bottom: 0px;
    }
    footer .footer-main .footer-menu {
        border-right: none;
    }
    footer .footer-main .footer-menu-no-links {
        margin-bottom: 10px;
    }
}

@media ( max-width: 479px ) {
    footer .footer-main .footer-menu {
        columns: 1;
    }
}