/*----------------------------------------------------------------------
//-- CSS spécifiques et/ou de surcharge
----------------------------------------------------------------------*/

.loader2 {
position : fixed;
z-index: 999999;
background : url('https://www.five-energy.net/images/loader.gif') 50% 50% no-repeat;
top : 0px;
left : 0px;
height : 100%;
width : 100%;
cursor : wait;
}

.avatar-xxl{
	height: 10rem;
	width: 10rem;
	font-size: 3.5rem;
	/*font-size: calc(12/ 2.8571428572)*/
}
/*-------------------------------------------------------
------ Personnalisationstyles des tables de données -----
-------------------------------------------------------*/
:root{--tblr-bg-surface-tertiary :#A1EAF2;}								/* fond titre des tables*/
:root{--tblr-table-accent-bg : #EEEEEE;}							    /* fond lignes striped */

/*-------------------------------------------------------
------ Personnalisation styles des modales --------------
-------------------------------------------------------*/
.modal-header{
	background-color: #A1EAF2;
}
.modal-footer{
	background-color: #EEEEEE;
}

/*-------------------------------------------------------
------ Personnalisation styles des cards ----------------
-------------------------------------------------------*/
.card-header{
	background-color: #A1EAF2;
}
.card-footer{
	background-color: #EEEEEE;
}
