.ww100{
	width:100%; 
}
.retexte {
		text-transform: unset !important;
	}

.btn-fine {
    padding: 2px 16px; /* Ajustez le padding selon votre préférence */
    border: 1px solid #ccc; /* Bordure fine */
    border-radius: 4px; /* Coins arrondis */
    background-color: #f0f0f0; /* Couleur de fond */
    color: #333; /* Couleur du texte */
    font-size: 11px; /* Taille de la police */
    cursor: pointer; /* Curseur pointer */
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; /* Transition fluide */

    /* Ajoutez d'autres styles spécifiques si nécessaire */
}

.-fine {
    margin: 0px 5px; /* Ajustez le padding selon votre préférence */
    padding: 2px 16px; /* Ajustez le padding selon votre préférence */
	font-weight:bold;
     font-size: 13px; /* Taille de la police */
    cursor: pointer; /* Curseur pointer */
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; /* Transition fluide */

    /* Ajoutez d'autres styles spécifiques si nécessaire */
}

.btn-fine:hover {
    background-color: #e0e0e0; /* Couleur de fond au survol */
}

.btn-fine:focus {
    outline: none; /* Supprime le contour au focus */
    border-color: #66afe9; /* Couleur de la bordure au focus */
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6); /* Ombre légère au focus */
}

 
.dark1 {
background: #818181 !important;
}
.dark2 {
	background: #5d5b58;
	border: 1px solid #919191;
}
.dark3 {
background: #454545;
padding: 5px;
	}

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;
	}
	
.p1{
		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
	}
	
.bg-noire{
	 background-color:#292e31;
}	
.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;
}

/* Personnaliser la barre de défilement pour les navigateurs WebKit */
.scrolly::-webkit-scrollbar { 
  width: 6px; /* Largeur de la barre de défilement */
}

.scrolly::-webkit-scrollbar-track {
  background: #f1f1f1; /* Couleur de fond de la piste de défilement */
}

.scrolly::-webkit-scrollbar-thumb {
  background: #888; /* Couleur de la poignée de défilement */
}

.scrolly::-webkit-scrollbar-thumb:hover {
  background: #555; /* Couleur de la poignée de défilement lorsqu'elle est survolée */
}


/*  footer menu */
 

.wizard {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wizard-step {
    flex: 1;
    text-align: center;
    position: relative;
    /* padding: 20px 0; */
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
    transition: background-color 0.3s, border-color 0.3s;
}

.step-title {
    font-size: 14px;
    color: #333;
}

.wizard-step.active .step-circle {
    background-color: #4CAF50; /* Vert pour l'étape active */
    color: white;
    border-color: #4CAF50;
}

.wizard-step.en-cours .step-circle {
    background-color: #FFC107; /* Jaune pour l'étape en cours */
    color: white;
    border-color: #FFC107;
}

.wizard-step:not(.active):not(.en-cours):hover .step-circle {
    background-color: #e0e0e0; /* Couleur au survol */
}

/* Lignes de connexion entre les étapes */
.wizard-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #ccc;
    transform: translateY(-50%);
}

.wizard-step:last-child::after {
    content: none; /* Pas de ligne après la dernière étape */
}

.ligne2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ligne3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ligne4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

titre {
	color:red; text-align:center; font-weight:bold;
}

.ftable {
    word-break: break-word !important;
    white-space: normal !important;
}

.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
  border: 3px solid;
  padding: 8px;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}

.customers tr:hover {background-color: #ddd;}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
color: white; }

.customers2 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers2 td, .customers2 th {
  border: 1px solid;
  padding: 8px;
}