#bannerNewsletter {
    background: transparent linear-gradient(360deg, #D60812 0%, #89040A 100%) 0% 0% no-repeat padding-box;
}

.bg-newsletter {
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 55px 0 40px 0;
    margin-top: -20px;
}

.newsletter-input {
    border-radius: 8px;
    border: none;
    padding: 12px;
    margin: 0 30px;
    width: 350px;
    color: var(--black-color);
}

.newsletter-input:focus-visible {
    outline: none !important;
}

.km-form-button.svelte-2erd7l {
    font-family: var(--font-family) !important;
    font-size: var(--normal-size) !important;
    color: var(--white-color) !important;
    background-color: var(--primary-color) !important;
    padding: 13px 25px !important;
    transition: 0.1s ease-in-out !important;
    text-transform: uppercase !important;
    border: 2.5px solid var(--primary-color) !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    width: auto !important;
}

.km-form-button.svelte-2erd7l:hover {
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 2.5px solid var(--primary-color) !important;
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .bg-newsletter {
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 40px 0 30px 0;
        margin-top: 0;
        background-image: unset !important;
    }

    .newsletter-input {
        margin: 0;
        width: 100%;
    }
}

footer a {
    transition: .1s ease-in-out;
}

footer a:hover {
    opacity: .7;
}

.footer-menu {
    list-style-type: none;
    columns: 2;
    column-width: 50%;
    column-gap: 30px;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.copyright,
.copyright a {
    color: var(--grey-color-2);
}

.copyright a {
    transition: .1s ease-in-out;
}

.copyright a:hover {
    color: var(--grey-color-2);
    opacity: .7;
}

.up-button {
    height: 40px;
    width: 40px;
    background-color: #f5f5f5;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-left: 10px;
}

.filter-grey-scale {
    filter: grayscale(1);
    transition: .1s ease-in-out;
}

.filter-grey-scale:hover {
    filter: grayscale(0);
}

.footer-marchi:hover {
    opacity: 1;
}

/* WIDGET ZENDESK */

#launcher {
    z-index: 100 !important;
}

@media screen and (max-width: 768px) {
    #launcher {
        bottom: 68px !important;
        right: -12px !important;
    }
}