.no-border {
    border: 0 !important;
}

#PanierInscr {
    display:block;
    position: fixed;
    bottom: 0;
    right: 0px;
    width:100%;
    font-size: 20px;
    font-weight: bold;
    z-index: 200;
    background: rgba(0,0,0, 0.7);
    padding: 8px 20px;
    color:white;
    text-align: right;
}
#totalPanierInscr {
    display: inline;
}

.photoschambres {
    margin : 20px 0;
}

/* spécifique événement TCC 2019 */

#content[data-idevenement="213"] .col-md-4[data-type="moyen-paiement-cheque"],
.moyens-paiements[data-idevenement="213"] .col-md-4[data-type="moyen-paiement-cheque"]{
    display:none;
}

.col-sm-9 .checkbox {
    vertical-align: middle;
   
}


/* facture */
.note-client{
    border-top:1px solid #dedede; 
    margin-top: 5px;
    padding-top: 5px;  
}