/* Styles responsifs globaux pour toutes les pages */

/* Tablettes */
@media (max-width: 992px) {
    .page-header h1,
    .custom-text-10 {
        font-size: 2rem !important;
    }

    .pd-t-100, .pd-b-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pd-t-60, .pd-b-60 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    h1, h2, h3 {
        font-size: 1.8rem !important;
    }

    h4 {
        font-size: 1.4rem !important;
    }

    .table-responsive {
        overflow-x: auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .page-header {
        padding: 60px 0 40px !important;
    }

    .page-header h1,
    .custom-text-10 {
        font-size: 1.5rem !important;
    }

    .pd-t-100, .pd-b-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .pd-t-60, .pd-b-60 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .breadcrumb {
        font-size: 0.85rem !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1, h2, h3 {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .form-control,
    .form-select {
        font-size: 0.9rem;
    }

    table {
        font-size: 0.85rem;
    }

    .card {
        margin-bottom: 15px;
    }
}

/* Très petits écrans */
@media (max-width: 576px) {
    .page-header {
        padding: 40px 0 30px !important;
    }

    .page-header h1,
    .custom-text-10 {
        font-size: 1.3rem !important;
    }

    .pd-t-100, .pd-b-100 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .pd-t-60, .pd-b-60 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .breadcrumb {
        font-size: 0.8rem !important;
    }

    h1, h2, h3 {
        font-size: 1.3rem !important;
    }

    h4 {
        font-size: 1.1rem !important;
    }

    p {
        font-size: 0.9rem !important;
    }
}

