

table.lesticky {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
 
 
th.lesticky {
  background: white;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  text-align:center; font-size:8pt;
}


.trsp td{
		padding:0px;
	}
	
.p20{
		padding:20px !important;
	}
	
.p10{
		padding:10px !important;
	}
	
.p5{
		padding:5px !important;
	}
	
.p2{
		padding:2px !important;
	}
	
.p0{
		padding:0px !important;
	}
	
.m1{
		margin:1px !important;
	}
	
.m5{
		margin:5px !important;
	}

.table-striped_ > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #607d8b !important;
  color: var(--bs-table-striped-color);
  }
  
.click {
	cursor:pointer;
}	

iframe {
	display:none !important;
}	

.masque {
	display:none !important;
}	

.marg1 {
	margin:5px !important;
}	

.column {
	display:flex; flex-direction:column
}

.horizontal {
	display:flex; flex-direction:column
}

.flex{
	flex: 1;
    display: flex;
    overflow: hidden;
	flex-direction:column;
}

.flexrow{
	/* flex: 1; */
    display: flex;
    overflow: hidden;
}

.vertical{
	/* flex: 1; */
    display: flex;
    overflow: hidden;
}

.flex1{
	flex: 1;
}

.btn5{
	margin-bottom:5px !important;
	height:100px;
}

.scrolly{
	overflow-y:auto !important;
}

.defiler{
	overflow-y:auto !important;
}

.ascrolly{
	overflow-y:auto;
}

.pm0 {
	
	padding:0px !important;
	margin:0px !important;
	
}


.bold {
	
	font-weight:bold !important;
	
}


#autopop {
	position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: #000000d9;
    z-index: 90090099;
}

#eee {
	position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    z-index: 90090099;
}
#autopopbox {
	
    background: white;
}

.autopop {
	top:0;
	position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: #000000d9;
    z-index: 90090099;
}

.autopopbox {
	
    background: white;
}


.flexible {
		flex:1; display:flex; overflow-y:hidden; padding:2px
	}
	
	
.bbg-dark, .bg-dark, .btn-dark {
    background-color: #5f7c89 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}


.theme-primary .bg-danger {
    background-color: #b20640a1 !important;
    /* color: #ffffff; */
}

.i33 {
		font-size:40pt;
		padding:5px;
}

.sbg-bleu {
	background-color: #366aaf;
	color: white;
}

.top > tbody > tr > td {
    /* padding: 1rem; */
    vertical-align: top !important;
}

.tcenter { text-align:center; }
.tleft { text-align:left; }
.tright { text-align:right; }
.tjustify { text-align:justify; }


.p-* { pading:*px; }

.table_ tr td{
	padding:5px;
	background-color:white !important;
}

.btable {
	background-color:white !important;
	width:100%;
}

.bg-success2 { background-color: #00875a66;  }

.bg-btn{
	background: #1b1f54 !important;
    color: white;
}