.footer-pdv * .container, .footer-pdv * .container-large {
    padding-left: 0;
    padding-right: 0;
}
.footer-pdv .top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 3rem;
    row-gap: 2rem;
}
.footer-pdv .top .col {
    flex-basis: calc(25% - (9rem / 4));
    max-width: calc(25% - (9rem / 4));
}
.footer-pdv .title-section-4, .footer-pdv .editor h4 {
    font-size: 1.625rem!important;
    text-align: left;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-default)
}
.footer-pdv.has-background-primary {
    background-color: var(--color-primary);
}
.footer-pdv.has-background-secondary {
    background-color: var(--color-secondary);
}
.footer-pdv.has-background-dark {
    background-color: var(--color-default);
}
.footer-pdv.has-background-primary .footer-contact-name,
.footer-pdv.has-background-primary .footer-contact-phone,
.footer-pdv.has-background-secondary .footer-contact-name,
.footer-pdv.has-background-secondary .footer-contact-phone,
.footer-pdv.has-background-dark .title,
.footer-pdv.has-background-dark .txt > *,
.footer-pdv.has-background-dark .footer-contact-name,
.footer-pdv.has-background-dark .footer-contact-phone,
.footer-pdv.has-background-dark .footer-alert p {
    color: var(--color-background);
}
.footer-pdv.has-background-image {
    overflow: hidden;
}
.footer-pdv.has-background-image .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: no-repeat center;
    background-size: cover;
}
/********* BLOC SERVICES EN 1 CLIC **********/
.footer-pdv .footer-services-menu {
    list-style-type: none;
}
.footer-pdv .footer-services-menu li a img,
.footer-pdv .footer-services-menu li a svg {
    fill: var(--color-default);
    height: 26px;
    width: auto;
    transition: .35s ease-in;
}
.footer-pdv .footer-services-menu li a svg > * {
    fill: var(--color-default)!important;
}
.footer-pdv.has-background-primary .footer-services-menu li a svg > *,
.footer-pdv.has-background-secondary .footer-services-menu li a svg > *,
.footer-pdv.has-background-dark .footer-services-menu li a svg > * {
    fill: var(--color-background)!important;
}
.footer-pdv .footer-services-menu {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-pdv .footer-services-menu li {
    margin-bottom: 15px;
    transition: ease-in-out all .3s;
}
.footer-pdv .footer-services-menu li:hover {
    transform: scale(1.05);
}
.footer-pdv .footer-services-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer-pdv .footer-services-menu li a img {
    height: 26px!important;
    width: 1.5rem!important;
    display: block;
}
.footer-pdv .footer-services-menu li a span {
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    display: inline-flex;
    margin-left: 15px;
    transition: all .35s ease-in-out;
}
.footer-pdv.no-background-color .footer-services-menu li a span{
    color: var(--color-default);
}
.footer-pdv .footer-services-menu li::after {
    display: none;
}

/********* BLOC CONTACTS **********/
.footer-pdv .footer-contact {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.footer-pdv .footer-contact::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 1px;
    width: 30px;
}
.footer-pdv .footer-contact:last-child::after {
    content: none;
}
.footer-pdv .footer-contact-name {
    font-size: 1.125rem;
    font-weight: 500;
    
}
.footer-pdv .footer-contact-phone {
    text-decoration: none;
    font-size: 1.375rem!important;
    font-weight: 700;
    align-self: flex-start;
}
.footer-pdv .footer-contact-phone:hover {
    text-decoration: none;
}

/********* Footer module icone liste **********/
.footer-pdv .module-icons .list > li {
    flex-basis: calc(33% - 2.08333rem);
}

/********* Footer module news slider **********/
.footer-pdv .module-news-slider .slider.columns-1 .link {
    display: block;
}
.footer-pdv .module-news-slider .slider.columns-1 .illus-wrapper {
    flex: unset;
    width: 100%;
}
.footer-pdv .module-news-slider .slider.columns-1 .illus,
.footer-pdv .module-news-slider .slider.columns-1 .illus-wrapper::before {
    aspect-ratio: 16 / 9;
    padding-top: unset;
}
.footer-pdv .module-news-slider .slider.columns-1 .desc {
    max-width: 100%;
}
.footer-pdv .module-news-slider .slider-navigation.next {
    right: 0;
}
.footer-pdv .module-news-slider .slider-navigation.prev {
    left: 0;
}

/******** MODAL SMSMODE *********/
.footer-alert .btn {
    margin-top: 1.5rem;
    display: flex;
    column-gap: .5rem;
    width: fit-content;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    padding: .6875rem 1.625rem;
}
#footer-pdv.has-background-primary .footer-alert .btn,
#footer-pdv.has-background-dark .footer-alert .btn,
#footer-pdv.has-background-secondary .footer-alert .btn {
    background-color: var(--color-background);
    border-color: var(--color-background);
    color: var(--color-primary);
}

/* Note: conservation du mixin hover comme demandé */
#footer-pdv.has-background-primary .footer-alert .btn:hover,
#footer-pdv.has-background-dark .footer-alert .btn:hover,
#footer-pdv.has-background-secondary .footer-alert .btn:hover {
    color: var(--color-background);
    background-color: transparent;
    border-color: var(--color-background);
}
#footer-pdv.has-background-secondary .footer-alert .btn {
    color: var(--color-secondary);
}
#footer-pdv.has-background-secondary .footer-alert .btn svg > * {
    fill: var(--color-secondary);
}
#footer-pdv.has-background-secondary .footer-alert .btn:hover svg > * {
    fill: var(--color-background);
}
.footer-alert .btn svg {
    fill: #fff;
    width: 1rem;
}
.footer-alert .modal {
    position: fixed;
    opacity: 0;
    z-index: -1;
    visibility: hidden;    
    transition: all 0.3s ease;
}
.footer-alert .modal > * {
    color: var(--color-default);
}
.footer-alert .show.modal {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-right: 15px;
    visibility: visible;
}
.footer-alert  .modal-dialog {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.footer-alert .modal .module-form {
    padding: 0;
}
.footer-alert .modal .modal-dialog .modal-content{
    position: relative;
    width: 1200px;
    height: 80vh;
    overflow-y: scroll;
    background: #fff;
    padding: 3rem;
}
.footer-alert .modal .modal-dialog .close {
    position: absolute;
    right:  1.25rem;
    top:  1.25rem;
    border: unset;
    display: inline-block;
    transition: transform 0.6s ease;
}
.footer-alert .modal .modal-dialog .close:hover {
    transform: rotate(90deg);
}
.footer-alert .modal .modal-dialog .close svg {
    fill: var(--color-secondary);
}
.footer-alert .modal form {
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto;
}
.footer-alert .modal form .field-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}
.footer-alert .modal form .field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.footer-alert .modal form .field-half {
    width: calc(50% - .5rem);
}
.footer-alert .modal form label,
.footer-alert .modal form .sms_form_checkbox span {
    margin-bottom: .5rem;
    font-family: var(--font-general);
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.2;
    margin-bottom: .5rem;
    padding-top: 0;
    text-transform: none;
}
.footer-alert .modal form input:not([type='submit']):not([type='submit']) {
    background-color: var(--color-form);
    border: 1px solid transparent;
    border-radius: 0;
    color: var(--color-default);
    font-size: 1.0625rem;
    font-weight: 400;
    height: 3rem;
    letter-spacing: -.04em;
    line-height: 1.3;
    padding: 0 1rem;
}
.footer-alert .modal form .sms_form_checkbox {
    margin-bottom: 1rem;
}
.footer-alert .modal form .sms_form_checkbox .field {
    flex-direction: row;
    column-gap: 1rem;
    margin-bottom: .5rem;
}
.footer-alert .modal form .sms_form_checkbox span {
    margin-bottom: .5rem;
}
.footer-alert .modal form .sms_form_checkbox label {
    margin-bottom: 0;
}
.footer-alert .modal form .sms_form_consent input:not([type='submit']),
.footer-alert .modal form .sms_form_checkbox input:not([type='submit']) {
    height: unset;
}
.border-rounded .footer-alert .modal form input:not([type='submit']) {
    border-radius: .75rem;
}
.footer-alert .modal form input[type='submit'] {
    background-color: var(--color-primary)!important;
    color: var(--color-background)!important;
}
.footer-alert .modal form input[type='submit']:hover {
    background-color: var(--color-background)!important;
    color: var(--color-primary)!important;
}


/********** CUSTOM BLOCS ***********/
.footer-pdv .module-posts-list .item:before {
    padding-top: 100%;
}

/********** ACYMAILING ***********/

#footer-pdv.has-background-primary .top #acym_fulldiv_formAcym1,
#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1,
#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 {
    background-color: transparent;
    height: fit-content;
}

#footer-pdv.has-background-primary .top #acym_fulldiv_formAcym1 .onefield input:not([type='submit']),
#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .onefield input:not([type='submit']),
#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .onefield input:not([type='submit']) {
    border-color: var(--color-background);
    color: var(--color-background);
}

#footer-pdv.has-background-primary .top #acym_fulldiv_formAcym1 .onefield input:not([type='submit'])::placeholder,
#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .onefield input:not([type='submit'])::placeholder,
#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .onefield input:not([type='submit'])::placeholder {
    color: var(--color-background);
    opacity: 0.75;
}

#footer-pdv.has-background-primary .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button,
#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button,
#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button {
    background-color: var(--color-background);
    border-color: var(--color-background);
    color: var(--color-primary);
}

/* Note: conservation du mixin hover comme demandé */
#footer-pdv.has-background-primary .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button:hover,
#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button:hover,
#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button:hover {
    color: var(--color-background);
    background-color: transparent;
    border-color: var(--color-background);
}

#footer-pdv.has-background-primary .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond label,
#footer-pdv.has-background-primary .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond a,
#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond label,
#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond a,
#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond label,
#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond a {
    color: var(--color-background);
}

/* --- Overrides Spécifiques : Secondary --- */

#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button {
    color: var(--color-secondary);
}

#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"] {
    border: .125rem solid var(--color-background);
    background-color: var(--color-background);
}

#footer-pdv.has-background-secondary .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"]:checked {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

/* --- Overrides Spécifiques : Dark --- */

#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .acym__subscription__form__button button {
    color: var(--color-default);
}

#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"] {
    border: .125rem solid var(--color-background);
    background-color: var(--color-background);
}

#footer-pdv.has-background-dark .top #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"]:checked {
    background-color: var(--color-default);
    border-color: var(--color-default);
}

/* --- Styles Généraux du Formulaire --- */

#footer-pdv #acym_fulldiv_formAcym1 {
    margin-top: 0;
    padding-left: 0;
}

#footer-pdv #acym_fulldiv_formAcym1 form {
    display: flex;
    gap: .5625rem 1.1875rem;
    flex-direction: column;
}

#footer-pdv #acym_fulldiv_formAcym1 form .acym_invalid_field {
    border-width: 2px;
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__lists {
    display: none;
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__fields, 
#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__fields > div, 
#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__button {
    margin: 0 !important;
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__fields > div:not(:last-child) {
    margin-bottom: 1rem !important;
}

#footer-pdv #acym_fulldiv_formAcym1.acym__subscription__form__shortcode {
    background-color: unset;
    height: unset;
    width: auto;
    text-align: left;
    justify-content: flex-start;
    padding-top: 1rem;
    max-width: 100%;
}

#footer-pdv #acym_fulldiv_formAcym1 .onefield input:not([type='submit']) {
    border: .125rem solid var(--color-default);
    padding: .6875rem 1.625rem;
    line-height: 1;    
    width: 100%;
}
#footer-pdv #acym_fulldiv_formAcym1 .onefield input.checkbox {
    padding: 0;
}
.border-rounded #footer-pdv #acym_fulldiv_formAcym1 .onefield input:not([type='submit']) {
    border-radius: 3rem;
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__button button {
    background-color: var(--color-default);
    border: .125rem solid var(--color-default);
    color: var(--color-background);
    white-space: nowrap;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    padding: .6875rem 1.625rem;
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__button button:hover {
    color: var(--color-background);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.border-rounded #footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__button button {
    border-radius: 3rem;
}

.mode-uppercase #footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__button button {
    text-transform: uppercase;
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__termscond label {
    margin-top: .5rem;
    color: var(--color-default);
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__termscond a {
    color: var(--color-default);
    /* @include animation-underline; */
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    border: .125rem solid var(--color-primary);
    background-color: var(--color-background);
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.border-rounded #footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"] {
    border-radius: 10px;
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"]:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#footer-pdv #acym_fulldiv_formAcym1 .acym__subscription__form__termscond input:not([type='submit'])[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -1px;
    width: 1rem;
    height: 1.25rem;
    display: block;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* --- Media Queries --- */

@media only screen and (max-width: 1024px) {
    .footer-pdv .top {
        flex-direction: column;
    }
    .footer-pdv .top .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    #footer .top #acym_fulldiv_formAcym1.acym__subscription__form__shortcode {
        text-align: center;
        justify-content: center;
    }
    .footer-alert .modal form .field-wrapper {
        flex-direction: column;
        row-gap: 1rem;
    }
    .footer-alert .modal form .field-half {
        width: 100%;
    }
}