.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
}

.flex{
	flex: 1;
    display: flex;
    overflow: hidden;
	flex-direction:column;
}

.flexrow{
	/* flex: 1; */
    display: flex;
    overflow: hidden;
}

.flex1{
	flex: 1;
}

.btn5{
	margin-bottom:5px !important;
	height:100px;
}

.scrolly{
	/* overflow-y:scroll; */
	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;
	border-radius: 40px;
}

.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;
}

.bg-success2 { background-color: #00875a66;  }

.pa-10 { padding:20px; }
.pa-20 { padding:20px; }
.ma-20 { margin:20px; }
.mb-10 { margin-bottom:10px; }
.wi-100 { width:100px; }

.vw-100 { width:100vw; }
.vw-80 { width:80vw; }
.vh-80 { height:80vh; }
.vh-70 { height:70vh; }
.vh-100 { height:100vh; }

.text-black { font-color:black;}
.br10 { 
    border-right: #bcbbbb solid;
    padding-right: 10px;
    margin-right: 10px;
}

.bl10 { 
    border-left: #bcbbbb solid;
    padding-left: 10px;
    margin-left: 10px;
}

.3points { 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.points { 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
