.sbwf-footer,
.sbwf-footer * {
    box-sizing: border-box;
}

.sbwf-footer {
    --sbwf-bg: #6F5A51;
    --sbwf-accent: #D4B590;
    --sbwf-white: #fff;
    --sbwf-soft: rgba(255, 255, 255, 0.74);
    --sbwf-line: rgba(255, 255, 255, 0.17);

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    color: var(--sbwf-white);
    background: var(--sbwf-bg);
    font-family: inherit;
}

.sbwf-footer a {
    color: inherit;
    text-decoration: none;
}

.sbwf-footer svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sbwf-top-ornament {
    display: flex;
    width: min(calc(100% - 64px), 1420px);
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 0 auto;
    padding-top: 18px;
    color: var(--sbwf-accent);
}

.sbwf-top-ornament > span:not(.sbwf-lotus) {
    width: min(220px, 24vw);
    height: 1px;
    background: rgba(212, 181, 144, 0.45);
}

.sbwf-lotus {
    display: inline-flex;
    width: 38px;
    height: 23px;
    align-items: center;
    justify-content: center;
}

.sbwf-lotus svg {
    stroke-width: 1.25;
}

.sbwf-container {
    width: min(calc(100% - 64px), 1420px);
    margin: 0 auto;
    padding: 70px 0 24px;
}

.sbwf-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.12fr) minmax(240px, 0.82fr) minmax(330px, 1.06fr);
    gap: 0;
}

.sbwf-brand,
.sbwf-links,
.sbwf-contact {
    min-width: 0;
}

.sbwf-brand {
    padding-right: clamp(46px, 5vw, 78px);
}

.sbwf-links {
    padding: 0 clamp(46px, 5vw, 78px);
    border-right: 1px solid var(--sbwf-line);
    border-left: 1px solid var(--sbwf-line);
}

.sbwf-contact {
    padding-left: clamp(46px, 5vw, 78px);
}

.sbwf-logo {
    display: inline-block;
    width: min(285px, 100%);
}

.sbwf-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    object-position: left center;
}

.sbwf-logo-fallback {
    color: var(--sbwf-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.1;
}

.sbwf-description {
    max-width: 420px;
    margin: 26px 0 0;
    color: var(--sbwf-soft);
    font-size: 15px;
    line-height: 1.8;
}

.sbwf-small-line,
.sbwf-heading-line {
    width: 38px;
    height: 2px;
    background: var(--sbwf-accent);
}

.sbwf-small-line {
    margin: 28px 0;
}

.sbwf-address {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.sbwf-address address {
    margin: 0;
    color: var(--sbwf-soft);
    font-size: 15px;
    font-style: normal;
    line-height: 1.75;
}

.sbwf-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    color: var(--sbwf-accent);
}

.sbwf-links h2,
.sbwf-contact h2 {
    margin: 0;
    color: var(--sbwf-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 2.5vw, 38px);
    font-weight: 400;
    line-height: 1.2;
}

.sbwf-heading-line {
    margin: 16px 0 27px;
}

.sbwf-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sbwf-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sbwf-links li:last-child {
    border-bottom: 0;
}

.sbwf-links a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--sbwf-soft);
    font-size: 14px;
    line-height: 1.45;
    transition:
        color 0.22s ease,
        padding-left 0.22s ease;
}

.sbwf-links a:hover,
.sbwf-links a:focus-visible {
    padding-left: 4px;
    color: var(--sbwf-white);
}

.sbwf-link-arrow {
    color: var(--sbwf-accent);
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}

.sbwf-email {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--sbwf-white);
    font-size: 16px;
    line-height: 1.5;
}

.sbwf-email:hover,
.sbwf-email:focus-visible {
    color: var(--sbwf-accent);
}

.sbwf-help {
    max-width: 440px;
    margin: 25px 0 0;
    color: var(--sbwf-soft);
    font-size: 15px;
    line-height: 1.75;
}

.sbwf-cta {
    display: flex;
    width: min(100%, 355px);
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 27px;
    padding: 15px 22px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #493b36 !important;
    background: #F7F3EF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        color 0.24s ease,
        background 0.24s ease,
        transform 0.24s ease;
}

.sbwf-cta:hover,
.sbwf-cta:focus-visible {
    color: var(--sbwf-white) !important;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.sbwf-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.sbwf-socials a {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 181, 144, 0.55);
    border-radius: 50%;
    color: var(--sbwf-accent);
    transition:
        color 0.22s ease,
        background 0.22s ease,
        transform 0.22s ease;
}

.sbwf-socials a:hover,
.sbwf-socials a:focus-visible {
    color: var(--sbwf-bg);
    background: var(--sbwf-accent);
    transform: translateY(-2px);
}

.sbwf-socials svg {
    width: 19px;
    height: 19px;
}

.sbwf-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 58px;
    padding-top: 22px;
    border-top: 1px solid var(--sbwf-line);
}

.sbwf-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.5;
}

.sbwf-bottom a {
    color: var(--sbwf-accent);
}

.sbwf-footer a:focus-visible {
    outline: 2px solid var(--sbwf-accent);
    outline-offset: 4px;
}

@media (max-width: 1050px) {
    .sbwf-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 54px;
    }

    .sbwf-brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .sbwf-brand {
        display: grid;
        grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
        column-gap: 50px;
        align-items: start;
    }

    .sbwf-logo {
        grid-row: 1 / 4;
    }

    .sbwf-description {
        margin-top: 0;
    }

    .sbwf-small-line {
        margin: 23px 0;
    }

    .sbwf-links {
        padding: 0 45px 0 0;
        border-left: 0;
    }

    .sbwf-contact {
        padding-left: 45px;
    }
}

@media (max-width: 720px) {
    .sbwf-top-ornament,
    .sbwf-container {
        width: calc(100% - 36px);
    }

    .sbwf-container {
        padding-top: 54px;
    }

    .sbwf-grid,
    .sbwf-brand {
        display: block;
    }

    .sbwf-brand,
    .sbwf-links,
    .sbwf-contact {
        padding: 0;
        border: 0;
        text-align: center;
    }

    .sbwf-links,
    .sbwf-contact {
        margin-top: 48px;
        padding-top: 44px;
        border-top: 1px solid var(--sbwf-line);
    }

    .sbwf-logo {
        width: min(250px, 80%);
    }

    .sbwf-logo img {
        margin: 0 auto;
        object-position: center;
    }

    .sbwf-description {
        margin-right: auto;
        margin-left: auto;
    }

    .sbwf-small-line,
    .sbwf-heading-line {
        margin-right: auto;
        margin-left: auto;
    }

    .sbwf-address,
    .sbwf-email,
    .sbwf-socials {
        justify-content: center;
    }

    .sbwf-address {
        text-align: left;
    }

    .sbwf-links a {
        min-height: 52px;
        text-align: left;
    }

    .sbwf-help,
    .sbwf-cta {
        margin-right: auto;
        margin-left: auto;
    }

    .sbwf-bottom {
        display: grid;
        justify-content: center;
        margin-top: 46px;
        text-align: center;
    }
}



/* Priorité sur les couleurs de survol imposées par le thème */
.sbwf-footer .sbwf-links a:hover,
.sbwf-footer .sbwf-links a:focus-visible,
.sbwf-footer .sbwf-email:hover,
.sbwf-footer .sbwf-email:focus-visible,
.sbwf-footer .sbwf-bottom a:hover,
.sbwf-footer .sbwf-bottom a:focus-visible {
    color: var(--sbwf-accent) !important;
}

.sbwf-footer .sbwf-logo:hover,
.sbwf-footer .sbwf-logo:focus-visible {
    color: inherit !important;
}

.sbwf-footer .sbwf-link-arrow {
    color: var(--sbwf-accent) !important;
}

@media (prefers-reduced-motion: reduce) {
    .sbwf-footer *,
    .sbwf-footer *::before,
    .sbwf-footer *::after {
        transition: none !important;
    }
}
