
#col_order_recap #row_title .text{
    font-size: 2rem;
    border-bottom: 2px solid var(--secondary_tc);
}

#table_recap{
    margin: 1rem 0;
}
#table_recap .text{
    color: var(--primary_font_color) !important;
    font-weight: normal !important;
}
#table_recap td, #table_recap th{
    padding: 0.25rem 0;
}
#table_recap tbody{
    border-color: transparent;
}
#table_recap tbody .container_poster{
    height: 200px;
    width: 150px;
    border-radius: 15px;
    position: relative;
}
#table_recap tbody .container_poster .img{
    height: 200px;
    width: 150px;
    border-radius: 15px;
    object-fit: cover;
}
#table_recap .container_features_session img {
    max-height: 40px;
}
#table_recap tbody .text{
    font-size: 1.5rem;
}
#table_recap tbody .movie_title{
    font-size: 2rem;
    font-weight: bold !important;
    margin-bottom: 1rem;
}
#table_recap tbody .session_info{
    font-size: 1.25rem !important;
    text-transform: capitalize;
}
#table_recap tbody .seats_info{
    font-size: 1rem !important;
}
#table_recap .dotted{
    border-top: 2px dotted rgba(0,0,0,0.3);
    margin: auto 0;
}
#table_recap .text_info_cm{
    font-size: 0.90rem !important;
}
#table_recap tbody .img_lunet{
    height: 70px;
    width: 110px;
    border-radius: 15px;
    object-fit: contain;
}
#table_recap .text_info_supp_lunet_3d{
    font-size: 0.85rem !important;
}
#table_recap tbody .img_confiserie{
    height: 100px;
    width: 105px;
    border-radius: 15px;
    object-fit: contain;
}
#table_recap tbody .img_payement_cb{
    height: 100px;
    width: 105px;
    object-fit: contain;
}
#table_recap .row_total .text{
    font-weight: bold !important;
}
#table_recap .row_total .dotted{
    border-top: 3px dotted rgba(0,0,0,0.3);
}

#col_order_recap #row_email input{
    width: 40vw;
}
#col_order_recap #formPaiement .label{
    font-size: 1.5rem;
}
#col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity{
    width: calc(100% * (1/3) - 30px);
    background-color: transparent !important;
    border: none;
    box-shadow: 0px 10px 15px -10px black;
}
#col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity .card-header{
    border: none;
    background-color: transparent !important;
}
#col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity .card-header img{
    max-width: 80px;
}
#col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity .card-header .title{
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}
#col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity .card-header .text{
    font-size: 0.90rem;
    text-align: center;
}
#col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity .card-footer{
    border: none;
    background-color: transparent !important;
}
#col_order_recap #formPaiement .row_validation_annulation .btn_validation_panier{
    font-size: 1.5rem;
    padding: 0;
}

#col_order_msg_confirm .row_abo img, #col_order_msg_confirm .row_fidelite img{
    height: 50px;
}



/*----------------- CSS pour tablettes ----------------------------------*/
@media all and (max-device-width:1024px) and (orientation: portrait){
    #col_order_recap #row_title .text{
        font-size: 1.5rem;
    }
    #table_recap tbody .container_poster{
        height: 135px;
        width: 100px;
    }
    #table_recap tbody .container_poster .img{
        height: 135px;
        width: 100px;
    }
    #table_recap .container_features_session img {
        max-height: 30px;
    }
    #table_recap tbody .movie_title{
        font-size: 1rem !important;
        margin-bottom: 0.5rem;
    }
    #table_recap tbody .text{
        font-size: 0.90rem !important;
    }
    #table_recap tbody .session_info{
        font-size: 0.85rem !important;
    }
    #table_recap tbody .seats_info{
        font-size: 0.75rem !important;
    }
    #table_recap tbody .text_info_cm{
        font-size: 0.70rem !important;
    }
    #table_recap tbody .img_lunet{
        height: 50px;
        width: 80px;
    }
    #table_recap tbody .text_info_supp_lunet_3d{
        font-size: 0.70rem !important;
    }
    #table_recap tbody .img_confiserie, #table_recap tbody .img_payement_cb{
        height: 65px;
        width: 100px;
    }
    #col_order_recap #formPaiement .label{
        font-size: 1rem;
    }
    #col_order_recap #formPaiement  #box_list_card_fidelity .card_fidelity{
        width: calc(100% * (1/2) - 30px);
    }
}
@media all and (max-device-width:1024px) and (orientation: landscape){
    #col_order_recap #row_title .text{
        font-size: 1.5rem;
    }
}


/*----------------- CSS pour Smartphones et tablette---------------------*/
@media all and (max-device-width:768px) and (orientation: portrait){
    #col_order_recap #row_title .text{
        font-size: 1rem;
    }
    #table_recap td, #table_recap th{
        padding: 0;
    }
    #table_recap tbody .container_poster{
        height: 95px;
        width: 70px;
    }
    #table_recap tbody .container_poster .img{
        height: 95px;
        width: 70px;
    }
    #table_recap .container_features_session img {
        max-height: 25px;
    }
    #table_recap tbody .img_lunet{
        height: 40px;
        width: 60px;
    }
    #table_recap tbody .movie_title{
        font-size: 1rem !important;
        margin-bottom: 0.5rem;
    }
    #table_recap tbody .text{
        font-size: 0.85rem !important;
    }
    #table_recap tbody .session_info{
        font-size: 0.85rem !important;
    }
    #table_recap tbody .seats_info{
        font-size: 0.70rem !important;
    }
    #table_recap tbody .text_info_cm{
        font-size: 0.55rem !important;
    }
    #table_recap tbody .text_info_supp_lunet_3d{
        font-size: 0.55rem !important;
    }
    #table_recap tbody .img_confiserie, #table_recap tbody .img_payement_cb{
        height: 40px;
        width: 60px;
    }
    #col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity .card-header img{
        max-width: 60px;
    }
    #col_order_recap #row_email input{
        width: 70vw;
        font-size: 0.75rem;
    }
    #col_order_recap #formPaiement #box_list_card_fidelity .card_fidelity{
        width: calc(100% - 50px);
    }
    #col_order_recap #formPaiement .row_cgv .label{
        font-size: 0.70rem;
    }

    #col_order_msg_confirm .text{
        font-size: 0.85rem;
    }
}


/*----------------- CSS pour Smartphones --------------------------------*/
@media all and (max-device-width:480px) and (orientation: portrait){
    
}
@media all and (max-device-width:750px) and (orientation: landscape){
    
}

@media all and (max-device-width:920px) and (orientation: landscape){
    #col_order_recap #row_title .text{
        font-size: 1rem;
    }
}