/* ========================================
   BOUYGUES TELECOM - RESPONSIVE STYLES
   ======================================== */

@media (max-width: 1194px) {
    /* Header */
    .header {
        padding: 1rem;
    }

    .nav-desktop {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    /* Page Title */
    .page-title h1 {
        font-size: 1.3rem;
    }

    /* Steps */
    .steps-container {
        margin-bottom: 2rem;
    }

    .step-circle {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }

    .step-label {
        font-size: 0.6rem;
    }

    /* Form Layout */
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }

    .form-group {
        margin-bottom: 1.25rem;
    }

    .section-title {
        font-size: 1.4rem;
    }

    /* Inputs */
    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        padding: 0.75rem;
        font-size: 16px;
    }

    /* Buttons */
    .buttons {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    .btn {
        width: 100%;
        padding: 0.875rem;
    }

    /* Checkbox */
    .check_ligne {
        margin: 1.5rem 0;
    }

    .check_label {
        font-size: 0.85rem;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-left {
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-divider {
        display: none;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    /* Lightbox */
    .lb-box {
        max-height: 95vh;
        margin: 0.5rem;
    }
}

@media (max-width: 480px) {
    .page-title h1 {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .step-label {
        display: none;
    }

    .step-circle {
        width: 24px;
        height: 24px;
        font-size: 0.65rem;
    }

    .steps::before {
        top: 12px;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .form-container {
        max-width: 600px;
    }

    .footer-content {
        padding: 0 1rem;
    }
}

/* Large screens */
@media (min-width: 1200px) {
    .form-container {
        max-width: 750px;
    }
}
