/* code réservation terminée  */ 

#reservation-summary {
    max-width: 950px;
    margin: 0 auto;
    padding: 32px 24px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
    zoom:90%;
}

#reservation-summary h2 {
    color: #001e2d;
    font-size: 30px;
    font-weight: 500;
    padding: 25px 0;
    text-align: center;
}

#prix-total {
    font-weight: 700;
    font-size: 23px;
    color: #000;
}
ul#rooms-list {
    padding: 0;
    list-style: none;
}
table.room-details-table tbody tr td ul li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
table.room-details-table {
    margin-top:10px;
}
table.room-details-table ul {
    padding: 0;
}

ul#type-pension {
    padding: 0;
}

 .table-container {
            background-color: #fff;
            /* padding: 20px; */
            border-radius: 13px;
            max-width: 100%;
            margin: 0 auto;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        table th, table td {
            padding: 12px 20px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        table th {
            background-color: #cfe7ff1c;
            font-weight: 500;
        }

        a.btn.btn-home {
            display: block;
            width: 100%;
            padding: 10px;
            background-color: #ff681a;
            color: white;
            text-align: center;
            border-radius: 5px;
            margin: 30px auto;
            max-width: 250px;
        }
        button.btn.btn-print {
            display: block;
            width: 100%;
            padding: 10px;
            background-color: #001e2d;
            color: white;
            text-align: center;
            border-radius: 5px;
            margin: 30px auto;
            max-width: 250px;
        }

        .btn-home:hover {
            background-color: #001e2d;
            color:#fff;
        }

.table-container td {
    width: 70%;
}