::selection,
::selection {
    background: #fff;
    color: #000; /* ou #fff selon lisibilité */
}

/* Pour compatibilité Firefox */
::-moz-selection,
::-moz-selection {
    background: #fff;
    color: #000;
}

#ast-scroll-top {
    background-color: #c2a064;
}

.sadt-legal-main {
    background: #f7f4ee;
    color: #1d2530;
    min-height: 70vh;
}

.sadt-legal-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.sadt-legal-hero {
    padding: 30px 0;
    background:
        radial-gradient(circle at top right, rgba(197, 161, 90, 0.14), transparent 38%),
        linear-gradient(135deg, #0b141d 0%, #111f2d 100%);
    color: #fff;
    text-align: center;
}

.sadt-kicker {
    color: #c5a15a;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 13px;
    margin: 0 0 16px;
}

.sadt-legal-hero h1 {
    color: #c2a064;
    font-size: 50px;
    line-height: 1.05;
    margin: 10px 0 15px;
    font-weight: 400;
}

.sadt-legal-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.sadt-legal-content {
    padding: 30px 0 5px 0;
}

.sadt-legal-card {
    background: #fff;
    border: 1px solid rgba(197, 161, 90, 0.20);
    box-shadow: 0 24px 70px rgba(8, 18, 28, 0.08);
    padding: 30px 50px;
    margin-bottom: 24px;
}

.sadt-legal-card h2 {
    color: #111f2d;
    font-size: 25px;
    margin: 0 0 18px;
    font-weight: 500;
}

.sadt-legal-card p {
    color: #3b4350;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 5px;
}

.sadt-contact-section {
    padding: 30px 0;
}

.sadt-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
    align-items: start;
}

.sadt-contact-card,
.sadt-contact-form {
    background: #fff;
    border: 1px solid rgba(197, 161, 90, 0.22);
    box-shadow: 0 24px 70px rgba(8, 18, 28, 0.08);
    padding: clamp(30px, 4vw, 52px);
}

.sadt-contact-card h2 {
    font-size: 35px;
    color: #111f2d;
    margin: 0 0 18px;
}

.sadt-contact-card p {
    color: #3b4350;
    font-size: 16px;
    line-height: 1.8;
}

.sadt-contact-info {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.sadt-contact-info div {
    padding-top: 18px;
    border-top: 1px solid rgba(17, 31, 45, 0.12);
}

.sadt-contact-info strong {
    font-size: 14px;
    display: block;
    color: #111f2d;
}

.sadt-contact-info span {
    font-size: 14px;
    color: #c5a15a;
}

.sadt-field {
    margin-bottom: 20px;
}

.sadt-field label {
    display: block;
    color: #111f2d;
    font-weight: 600;
    margin-bottom: 8px;
}

.sadt-field input,
.sadt-field textarea {
    width: 100%;
    border: 1px solid rgba(17, 31, 45, 0.18);
    background: #f9f7f2;
    color: #111f2d;
    padding: 14px 16px;
    font-size: 14px;
    outline: none;
}

.sadt-field input:focus,
.sadt-field textarea:focus {
    border-color: #c5a15a;
    box-shadow: 0 0 0 3px rgba(197, 161, 90, 0.16);
}

.sadt-contact-form button {
    border: 0;
    background: #c5a15a;
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 14px;
}

.sadt-contact-form button:hover {
    background: #0c1620;
}


.sadt-form-note {
    color: #707987;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 18px;
}

/* =========================================================
   FOOTER COMMUN - SITEAUTEUR DEMO TEMPLATE
   À copier dans legal-contact.css
   ========================================================= */

.sadt-footer {
    background: radial-gradient(
        circle at center,
        #131c25 0%,
        #0a1621 35%,
        #0e1e2f 65%,
        #0a1623 100%
    );
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.4);
    border-top: 1px solid #c2a064;
    padding-top: 40px;
    color: #ffffff;
}

.sadt-footer .sadt-container {
    margin: 0 auto;
}

.sadt-footer-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.sadt-footer-grid > div {
    position: relative;
    width: 25%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sadt-footer-grid > div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5px;
    height: 60%;
    background: rgba(216, 216, 216, 0.75);
}

.sadt-footer h3,
.sadt-footer h4 {
    color: #c2a064;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.25;
}

.sadt-footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sadt-footer h4 {
    font-size: 15px;
    text-transform: none;
}

.sadt-footer p,
.sadt-footer a {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.sadt-footer p {
    margin: 0 0 8px;
}

.sadt-footer a {
    margin: 0 0 3px;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
}

.sadt-footer a:hover {
    color: #c2a064;
}

.sadt-footer .sadt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 11px 18px;
    background: #c2a064;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #c2a064;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sadt-footer .sadt-btn:hover {
    background: #d1ad6d;
    border-color: #d1ad6d;
    color: #ffffff;
}

/* Newsletter footer */

.sadt-footer-form {
    display: flex;
    width: 100%;
    max-width: 350px;
    flex-direction: column;
    gap: 10px;
}

.sadt-footer-form input {
    width: 100%;
    min-width: 0;
    height: 35px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #111f2d;
    padding: 10px 15px;
    font-size: 14px;
    outline: none;
}

.sadt-footer-form input::placeholder {
    color: rgba(17, 31, 45, 0.55);
}

.sadt-footer-form input:focus {
    box-shadow: 0 0 0 3px rgba(194, 160, 100, 0.25);
}

.sadt-footer-form button {
    width: 100%;
    height: 35px;
    border: 0;
    border-radius: 0;
    background: #c2a064;
    color: #ffffff;
    padding: 0 22px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
}

.sadt-footer-form button:hover {
    background: #d1ad6d;
}

/* Bas de footer */

.sadt-footer-bottom {
    border-top: 1px solid #c2a064;
    margin-top: 42px;
    padding: 15px 20px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

.sadt-footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

/* Sélecteur de thème de la démo */
.sadt-theme-switcher {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #0a1622;
    color: #ffffff;
    border: 1px solid #c8a45d;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    font-family: inherit;
}

.sadt-theme-switcher label {
    margin: 0;
    color: #c8a45d;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sadt-theme-switcher select {
    min-width: 210px;
    height: 36px;
    padding: 0 34px 0 12px;
    background: #f3f0e8;
    color: #24303c;
    border: 1px solid #c8a45d;
    border-radius: 0;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.sadt-theme-switcher select:focus {
    border-color: #c8a45d;
    box-shadow: 0 0 0 3px #c8a45d33;
}

.sadt-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99999;
    max-width: 360px;
    padding: 15px 18px;
    border-radius: 18px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.sadt-toast-success {
    background: #3fc095;
}

.sadt-toast-error {
    background: #b42318;
}

.sadt-toast-hide {
    opacity: 0;
    transform: translateY(14px);
}

@media (max-width: 640px) {
    .sadt-toast {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
        text-align: center;
    }
}

@media (max-width: 549px) {
    .sadt-footer {
        padding-top: 35px;
    }

    .sadt-footer .sadt-container {
        width: min(100% - 32px, 1180px);
    }

    .sadt-footer-grid {
        flex-direction: column;
        gap: 25px;
        align-items: stretch;
    }

    .sadt-footer-grid > div {
        width: 100%;
        min-width: 0;
        padding: 0;
    }

    .sadt-footer-grid > div.col-2 {
        align-items: flex-start;
        text-align: left;
    }

    .sadt-footer-grid > div.col-3 {
        align-items: flex-end;
        text-align: right;
    }

    .sadt-footer-grid > div.col-4 {
        align-items: stretch;
        text-align: center;
    }

    .sadt-footer-form {
        max-width: 100%;
    }

    .sadt-footer-form input,
    .sadt-footer-form button {
        height: 40px;
    }

    .sadt-footer-bottom {
        margin-top: 35px;
        padding: 14px 16px;
    }
}

@media (max-width: 900px) {
    .sadt-simple-header {
        justify-content: center;
        text-align: center;
    }

    .sadt-simple-nav {
        justify-content: center;
    }

    .sadt-contact-grid {
        grid-template-columns: 1fr;
    }

    .sadt-footer {
        padding-top: 30px;
    }

    .sadt-footer-grid {
        flex-wrap: wrap;
        justify-content: space-around;
        row-gap: 30px;
    }

    .sadt-footer-grid > div {
        width: auto;
        min-width: 180px;
        padding: 0 30px;
    }

    .sadt-footer-grid > div:not(:last-child)::after {
        content: none;
    }

    .sadt-footer-grid > div:first-child {
        display: none;
    }

    .sadt-footer h3,
    .sadt-footer h4 {
        margin-bottom: 10px;
    }

    .sadt-footer-form button {
        padding: 10px 20px;
    }

    .sadt-footer-bottom {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    .sadt-legal-hero h1 {
        font-size: 35px;
        margin: 10px 0 15px;
    }

    .sadt-legal-hero p {
        font-size: 14px;
    }

    .sadt-contact-card h2 {
        font-size: 25px;
    }

    .sadt-contact-card p {
        font-size: 14px;
    }

    .sadt-theme-switcher {
        left: 12px;
        right: 12px;
        bottom: 12px;
        justify-content: space-between;
    }

    .sadt-theme-switcher select {
        min-width: 0;
        width: 100%;
    }
}
