/* CSS Document */
.tnb-card-title{
    font-size: 32px;
    line-height: 29px;
    font-weight: 600;
}

.tnb-breadcumbs{
    margin-left:20px; 
    margin-bottom: 0 !important;
    font-size: 14px; 
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
}

.tnb-breadcumbs-link{
    text-decoration: none;
    color: #4470D8;
}

.tnb-breadcumbs-active{
    font-weight: bold !important;
}

.tnb-fa-star{
    color: #262626; 
    font-size: 14px;
}

.tnb-card-text-location{
    margin-left:15px; 
    margin-right: 10px; 
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
}

.tnb-text-muted{
    font-size: 14px !important;
}

.tnb-badge {
    font-size: 14px !important;
    border: 1px solid #C6C6C6; 
    border-radius: 2px !important; 
    font-style: normal !important; 
    font-weight: 400;
}

.tnb-h4{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.tnb-btn-text{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    text-decoration-line: underline;
}

.tnb-btn-secondary{
    color: #212529 !important;
    background-color: #F4F4F5 !important;
    padding: 3px 14px 3px 14px !important; 
}

.tnb-btn-secondary:hover{
    color: #fff !important;
    background-color: #6C757D !important;
    padding: 3px 14px 3px 14px !important;
}

.tnb-badge-chambre{
    padding: 14px 24px 14px 24px; 
    background-color:#4470D8 !important;
    font-size: 14px; 
    font-weight: bold;
    border-top-left-radius:5px !important; 
    border-bottom-left-radius: 0px !important; 
    border-top-right-radius:5px !important; 
    border-bottom-right-radius: 0px !important;
}

.tnb-list-group{
    border-top-left-radius:0px !important; 
    border-bottom-left-radius: 0px !important; 
    border: 1px solid #C6C6C6
}

.tnb-active{
    border: 1px solid #C6C6C6; 
    background-color: rgba(68, 112, 216, 0.07);
}

.tnb-price-text{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 29px;
}

.tnb-active > .row > .col-lg-4 > .row > .col-lg-8 > .form-check-label{
    font-style: normal;
    font-weight: 700;
}

.tnb-active > .row > .col-lg-2 > .tnb-price-text{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 29px;
}

.tnb-prix-total{
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 86px !important;
    text-align: center !important;
    letter-spacing: -0.03em;
}

.tnb-sup{
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 30px !important;
    text-align: center;
}

.tnb-btn-reserver{
    background-color: #F38F1D !important; 
    border-color: #F38F1D !important; 
    color:white;width: 100%; 
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
}

.tnb-btn-reserver:hover{
    background-color: #E07B07 !important; 
    border-color: #F38F1D !important; 
    color:white !important;
    width: 100% !important; 
    font-style: normal!important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 48px !important;
}


