/* ═══════════════════════════════════════════════════════
   WEAPZY SÉJOUR v3.0.0
   Variables Elementor — Design soigné
   ═══════════════════════════════════════════════════════ */

/* ── Reset ── */
body .ws, body .ws *, body .ws *::before, body .ws *::after { box-sizing: border-box; }
body .ws h2, body .ws h3, body .ws h4, body .ws p, body .ws div,
body .ws span, body .ws a, body .ws strong, body .ws i, body .ws label,
body .ws input, body .ws select, body .ws textarea, body .ws button {
    margin: 0; padding: 0; border: none; background: transparent;
    text-decoration: none; font-family: inherit;
}

/* ── Font Awesome 6 Free ── */
body .ws i[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

/* ── Variables Elementor ── */
body .ws {
    --ws-primary: var(--e-global-color-primary, #285032);
    --ws-secondary: var(--e-global-color-secondary, #B95C3D);
    --ws-text-color: var(--e-global-color-text, #285032);
    --ws-accent: var(--e-global-color-accent, #285032);

    --ws-white: #FFFFFF;
    --ws-gray-50: #FAFAFA;
    --ws-gray-100: #F5F5F5;
    --ws-gray-200: #EEEEEE;
    --ws-gray-300: #E0E0E0;
    --ws-gray-400: #BDBDBD;
    --ws-gray-500: #9E9E9E;
    --ws-gray-600: #757575;

    --ws-font-title: var(--e-global-typography-b6b0841-font-family, "Agenda");
    --ws-font-text: var(--e-global-typography-text-font-family, "Roboto");

    --ws-radius: 16px;
    --ws-radius-lg: 20px;
    --ws-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    --ws-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.12);

    margin: 0;
    padding: 0 0 60px;
    font-family: var(--ws-font-text), -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: var(--e-global-typography-text-font-size, 15px);
    font-weight: var(--e-global-typography-text-font-weight, 400);
    line-height: 1.6;
    color: var(--ws-text-color);
}

/* ══════════════════════════════════════════════════════════
   TITRES
   ══════════════════════════════════════════════════════════ */

body .ws .ws-h2 {
    font-family: "Agenda", sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--ws-primary);
    margin: 0 0 28px;
    line-height: 1.1;
    text-align: center;
}

body .ws .ws-h2--mt { margin-top: 60px; }

body .ws .ws-h3 {
    font-family: "Agenda", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--ws-primary);
    margin: -20px 0 28px;
    line-height: 1.2;
    text-align: center;
}

/* ══════════════════════════════════════════════════════════
   BOUTONS
   ══════════════════════════════════════════════════════════ */

body .ws .ws-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--ws-radius);
    font-family: var(--ws-font-text), sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    border: 2px solid transparent;
}

body .ws .ws-btn i {
    font-family: "Font Awesome 6 Free" !important;
    font-size: 13px;
}

body .ws .ws-btn--primary {
    background: #FBC02D;
    color: var(--ws-primary);
}

body .ws .ws-btn--primary:hover {
    background: #E0A800;
    transform: translateY(-2px);
    box-shadow: var(--ws-shadow);
}

body .ws .ws-btn--secondary {
    background: #FBC02D;
    color: var(--ws-primary);
}

body .ws .ws-btn--secondary:hover {
    background: #E0A800;
    transform: translateY(-2px);
    box-shadow: var(--ws-shadow);
}

body .ws .ws-btn--outline {
    background: var(--ws-white);
    color: var(--ws-text-color);
    border-color: var(--ws-gray-300);
}

body .ws .ws-btn--outline:hover {
    background: var(--ws-gray-50);
    border-color: var(--ws-gray-400);
}

body .ws .ws-btn--gold {
    background: #FBC02D;
    color: var(--ws-primary);
}

body .ws .ws-btn--gold:hover {
    background: #E0A800;
    transform: translateY(-2px);
}

/* ══════════════════════════════════════════════════════════
   ACCESS — Carte + Adresse
   ══════════════════════════════════════════════════════════ */

body .ws .ws-access {
    display: flex;
    gap: 32px;
    align-items: stretch;
    background: var(--ws-white);
    border-radius: var(--ws-radius-lg);
    overflow: hidden;
    box-shadow: var(--ws-shadow);
}

body .ws .ws-access__map {
    flex: 0 0 calc(100% - 450px);
    min-height: 260px;
    background: var(--ws-gray-200);
}

body .ws .ws-access__iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

body .ws .ws-access__info {
    flex: 1;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .ws .ws-access__addr {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

body .ws .ws-access__addr-ico {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--ws-primary) 15%, #fff);
    color: var(--ws-primary);
    border-radius: 12px;
    font-size: 18px;
    flex-shrink: 0;
}

body .ws .ws-access__addr-ico i {
    font-family: "Font Awesome 6 Free" !important;
}

body .ws .ws-access__addr-label {
    display: block;
    font-family: var(--ws-font-text), sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--ws-text-color);
    margin-bottom: 6px;
}

body .ws .ws-access__addr-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ws-gray-600);
}

body .ws .ws-access__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════
   TRANSPORT — Gares & Aéroports
   ══════════════════════════════════════════════════════════ */

body .ws .ws-transport {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

body .ws .ws-transport__item {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    background: var(--ws-white);
    border-radius: var(--ws-radius);
    box-shadow: var(--ws-shadow);
    transition: box-shadow 0.25s ease;
}

body .ws .ws-transport__item:hover {
    box-shadow: var(--ws-shadow-hover);
}

body .ws .ws-transport__ico {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--ws-primary) 12%, #fff);
    color: var(--ws-primary);
    border-radius: 12px;
    font-size: 18px;
    flex-shrink: 0;
}

body .ws .ws-transport__ico i {
    font-family: "Font Awesome 6 Free" !important;
}

body .ws .ws-transport__label {
    display: block;
    font-family: var(--ws-font-text), sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--ws-text-color);
    margin-bottom: 6px;
}

body .ws .ws-transport__lines {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ws-gray-600);
}

/* ══════════════════════════════════════════════════════════
   GRILLE SÉJOUR — Panneaux info
   ══════════════════════════════════════════════════════════ */

body .ws .ws-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

body .ws .ws-panel {
    padding: 28px;
    background: var(--ws-white);
    border-radius: var(--ws-radius-lg);
    box-shadow: var(--ws-shadow);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body .ws .ws-panel:hover {
    box-shadow: var(--ws-shadow-hover);
    transform: translateY(-2px);
}

/* Panneaux mis en avant (Accueil & Horaires) */
body .ws .ws-panel--highlight {
    background: linear-gradient(135deg, #FAFDF5 0%, #F5FAF0 100%);
    border: 2px solid color-mix(in srgb, var(--ws-primary) 25%, transparent);
}

body .ws .ws-panel--highlight .ws-panel__head {
    border-bottom-color: color-mix(in srgb, var(--ws-primary) 20%, transparent);
}

body .ws .ws-panel--highlight .ws-panel__ico {
    background: color-mix(in srgb, var(--ws-primary) 20%, #fff);
}

body .ws .ws-panel__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--ws-gray-100);
}

body .ws .ws-panel__ico {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--ws-primary) 12%, #fff);
    color: var(--ws-primary);
    border-radius: 14px;
    font-size: 20px;
    flex-shrink: 0;
}

body .ws .ws-panel__ico i {
    font-family: "Font Awesome 6 Free" !important;
}

body .ws .ws-panel__title {
    font-family: var(--ws-font-text), sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--ws-text-color);
    line-height: 1.3;
}

body .ws .ws-block {
    margin-bottom: 16px;
}

body .ws .ws-block:last-child {
    margin-bottom: 0;
}

body .ws .ws-block__label {
    font-family: var(--ws-font-text), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--ws-primary);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body .ws .ws-block__label::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--ws-primary);
    border-radius: 50%;
    flex-shrink: 0;
}

body .ws .ws-block__content {
    font-size: 14px;
    line-height: 1.7;
    color: var(--ws-gray-600);
    padding-left: 16px;
}

body .ws .ws-link {
    color: var(--ws-primary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

body .ws .ws-link:hover {
    color: var(--ws-secondary);
    text-decoration: underline;
}

/* ══════════════════════════════════════════════════════════
   CONTACT — Formulaire
   ══════════════════════════════════════════════════════════ */

body .ws .ws-contact {
    margin-top: 60px;
}

body .ws .ws-contact__header {
    text-align: center;
    margin-bottom: 36px;
}

body .ws .ws-contact__title {
    font-family: "Agenda", sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--ws-primary);
    margin: 0 0 10px;
    line-height: 1.1;
    text-align: center;
}

body .ws .ws-contact__sub-title {
    font-family: "Agenda", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--ws-primary);
    margin: 0 0 20px;
    text-align: center;
}

body .ws .ws-contact__sub {
    font-family: var(--ws-font-text), sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--ws-gray-600);
    max-width: 600px;
    margin: 0 auto;
}

body .ws .ws-contact__card {
    background: var(--ws-white);
    border-radius: var(--ws-radius-lg);
    padding: 40px 44px;
    box-shadow: var(--ws-shadow);
}

body .ws .ws-contact__columns {
    display: flex;
    gap: 32px;
}

body .ws .ws-contact__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .ws .ws-contact__field {
    display: flex;
    flex-direction: column;
}

body .ws .ws-contact__field--msg {
    flex: 1;
    display: flex;
    flex-direction: column;
}

body .ws .ws-contact__field--msg .ws-contact__textarea {
    flex: 1;
    min-height: 150px;
}

body .ws .ws-contact__label {
    font-family: var(--ws-font-text), sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--ws-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

body .ws .ws-contact__label span {
    color: var(--ws-secondary);
}

body .ws .ws-contact__input {
    width: 100%;
    padding: 16px 18px;
    font-family: var(--ws-font-text), sans-serif;
    font-size: 15px;
    color: var(--ws-text-color);
    background: var(--ws-gray-50);
    border: 2px solid var(--ws-gray-200);
    border-radius: var(--ws-radius);
    transition: all 0.25s ease;
}

body .ws .ws-contact__input::placeholder {
    color: var(--ws-gray-500);
}

body .ws .ws-contact__input:hover {
    border-color: var(--ws-gray-300);
}

body .ws .ws-contact__input:focus {
    outline: none;
    background: var(--ws-white);
    border-color: var(--ws-primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--ws-primary) 10%, transparent);
}

body .ws .ws-contact__select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23285032' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 50px;
}

body .ws .ws-contact__textarea {
    resize: vertical;
    min-height: 130px;
}

body .ws .ws-contact__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--ws-gray-200);
    flex-wrap: wrap;
}

body .ws .ws-contact__consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--ws-gray-600);
    cursor: pointer;
    line-height: 1.5;
}

body .ws .ws-contact__consent input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: var(--ws-primary);
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 6px;
}

body .ws .ws-contact__submit {
    padding: 16px 40px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body .ws .ws-contact__status {
    margin-top: 24px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 16px 24px;
    border-radius: var(--ws-radius);
}

body .ws .ws-contact__status:empty {
    display: none;
}

body .ws .ws-contact__status.ws-status--success {
    background: #E8F5E9;
    color: #2E7D32;
}

body .ws .ws-contact__status.ws-status--error {
    background: #FFEBEE;
    color: #C62828;
}

body .ws .ws-contact__row {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

body .ws .ws-contact__row .ws-contact__field {
    flex: 1;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
    body .ws .ws-access__map {
        flex: 0 0 320px;
    }

    body .ws .ws-access__info {
        padding: 28px;
    }
}

@media (max-width: 768px) {
    body .ws {
        padding: 0 16px 40px;
    }

    body .ws .ws-h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    body .ws .ws-h2--mt {
        margin-top: 48px;
    }

    body .ws .ws-access {
        flex-direction: column;
        gap: 0;
    }

    body .ws .ws-access__map {
        flex: none;
        width: 100%;
        height: 200px;
        min-height: auto;
    }

    body .ws .ws-access__info {
        padding: 24px;
    }

    body .ws .ws-transport {
        flex-direction: column;
        gap: 16px;
    }

    body .ws .ws-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body .ws .ws-contact__card {
        padding: 28px 24px;
    }

    body .ws .ws-contact__columns {
        flex-direction: column;
        gap: 20px;
    }

    body .ws .ws-contact__row {
        flex-direction: column;
        gap: 16px;
    }

    body .ws .ws-contact__footer {
        flex-direction: column;
        align-items: stretch;
    }

    body .ws .ws-contact__consent {
        max-width: none;
    }

    body .ws .ws-contact__submit {
        width: 100%;
        justify-content: center;
    }

    body .ws .ws-contact__input {
        font-size: 16px;
    }

    body .ws .ws-contact__title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    body .ws .ws-h2 {
        font-size: 26px;
    }

    body .ws .ws-panel {
        padding: 22px;
    }

    body .ws .ws-contact__title {
        font-size: 26px;
    }

    body .ws .ws-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
}

/* ══════════════════════════════════════════════════════════
   ACCESSIBILITÉ
   ══════════════════════════════════════════════════════════ */

body .ws .ws-btn:focus-visible,
body .ws .ws-contact__input:focus-visible,
body .ws .ws-link:focus-visible {
    outline: 3px solid var(--ws-secondary);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    body .ws * {
        transition: none !important;
        transform: none !important;
    }
}

/* ══════════════════════════════════════════════════════════
   PRINT
   ══════════════════════════════════════════════════════════ */

@media print {
    body .ws .ws-access__map,
    body .ws .ws-btn {
        display: none;
    }

    body .ws .ws-panel,
    body .ws .ws-contact__card {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
