    .modal-dialog {
        max-width: 1196px;
    }

    .reservation {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

    table {
        margin-bottom: 10px;
        width: 100%;
    }

    .reservation td, .reservation th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }

    .reservation tr:nth-child(even) {
        background-color: #dddddd;
    }

    .nfacture tr:nth-child(even) {
        background-color: #dddddd;
    }

    .content {
        padding: 30px;
    }

    .facture {
        text-align: center;
        font-size: 40px;
    }

    .nfacture tr td, .nfacture tr th {
        text-align: center
    }

    .facturea {
        width: 100%;
        border-collapse: collapse
    }

        .facturea th {
            border-bottom: 1px solid black;
            text-align: left;
            padding: 8px;
        }

    .detail {
        border-collapse: collapse
    }

        .detail th, .detail td {
            border: 1px solid;
            text-align: left;
            padding: 8px;
        }

    input {
        background: transparent;
        border: none;
        text-align: center;
        width: 100%;
        color: black;
        font-weight: 700;
    }

    .logo-bmw-facture {
        /* width: 100%; */
        max-width: 97px;
        margin-left: 41px;
        margin-bottom: 21px;
    }