/*
Theme Name: SNK_G2R0
Author: SNK Intertrade
Description: Template WordPress pour le site "FFTDA"
Version: 0.0.1
Tags:
*/
.menu321 li ul {
  opacity:0;
  transform: scale(0);
  transform-origin: left top;
  transition:all 0.5s ease;
  z-index:0;
	width: 170px;
	background-color: #1B62B6;
	color: white;
}

.menu321 li:hover > ul{
  opacity:1;
  transform: scale(1);
  z-index:100;          /* important */
}



/* ---------------------------------------------------- */
/* -- menu navigation principale ---------------------- */
/* ---------------------------------------------------- */
#navigation_horizontale ul {
	padding: 4;
	margin: 4;
	list-style: none;
}
#navigation_horizontale li {
	display: inline-block;
	min-width: 170px;
	height: 35px;
	line-height: 35px;
	margin-right: 10px ;
	text-align: center;

	font-family: arial, verdana, helvetica;
	font-size: 13px;
	font-weight: bold;
	
	color: #C9D7FB;
	background-color: #1B62B6;
	border: 0px solid #1B62B6;
}
#navigation_horizontale li :hover, #navigation_horizontale li :focus, #navigation_horizontale li :active {
	color: #1B62B6;
	background-color: #C9D7FB;
	border: 0px solid #C9D7FB;
}

#navigation_horizontale li a {
	display: block;
	text-decoration: none;
	color: #C9D7FB;
}
#navigation_horizontale li a.active {
	color: #FFFFFF;
	background-color: #F07B15;
	border: 0px solid #F07B15;
}

/* Sous-menu */
#navigation_horizontale li ul {
    display: none;
    position: relative;
    top: 0px;
    background-color: #003366;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    min-width: 180px;
}

/* Affiche sous-menu au survol */
#navigation_horizontale li:hover > ul {
    display: block;
}

/* Liens du sous-menu */
#navigation_horizontale li ul li a {
    color: white;
    text-decoration: none;
    display: block;
    background-color: #003366;
}

#navigation_horizontale li ul li a:hover {
    background-color: #005599;
}







/*** test chatgpt 25/06/2025 ***/
/* Container du menu */
.snk-menu-container {
    background-color: #006699; /* bleu foncé */
}

/* Menu principal */
.snk-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

/* Items de niveau 1 */
.snk-menu > li {
    position: relative;
}

.snk-menu > li > a {
    display: block;
    /*padding: 12px 20px;*/
    color: white;
    text-decoration: none;
    background-color: #006699;
    transition: background 0.3s;
}

.snk-menu > li > a:hover,
.snk-menu > li > a.active {
    background-color: #ff0000;
}

/* Sous-menu */
.snk-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #003366;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    min-width: 180px;
}

/* Affiche sous-menu au survol */
.snk-menu li:hover > ul {
    display: block;
}

/* Liens du sous-menu */
.snk-menu li ul li a {
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    display: block;
    background-color: #003366;
}

.snk-menu li ul li a:hover {
    background-color: #005599;
}


































































/* mise en page et modification couleurs des lignes au passage de lasouris pour la liste des sessions sur la page d'accueil */
#hey table {
	/*border: 1px solid black;*/
	border-collapse: collapse;
	/*background: url("assets/images/filigrane_logo_fftda.png") no-repeat fixed top;*/
}
#hey tr:nth-child(odd) {
	/*background-color: #EEEEEE;*/
}
#hey tr {
	height: 55px;
	border-bottom: 1px solid #ddd;
}
#hey tr:hover { background-color: #EEEEEE; }
#hey tr:first-child:hover { background-color: transparent; } /* garder la "1ère" ligne du tableau sans couleur */

#hey th {
	/*background-color: #ffeeee;*/
	padding: 10px;
	vertical-align: bottom;
}
#hey td {
	/*border: 1px solid black;*/
	padding: 10px;
	vertical-align: top;
}


/* mise en page et modification couleurs des lignes au passage de la souris pour la liste des sessions sur la page qcm-all */
/*#hey2 table 				{ border-collapse: collapse; }
#hey2 tr					{ border-bottom: 1px solid #cccccc; }*/
#hey2 tr:hover 				{ background-color: #fcf3cf; }
#hey2 tr:nth-child(1):hover { background-color: transparent; } /* garder la "1ère" ligne du tableau transparente */
#hey2 tr:nth-child(2):hover { background-color: #C9D7FB; } /* garder la "2ème" ligne du tableau avec la même couleur */

#hey3 table 				{ border-collapse: collapse; }
#hey3 tr					{ border-bottom: 1px solid #cccccc; }
#hey3 tr:hover 				{ background-color: #fcf3cf; }
#hey3 tr:nth-child(2):hover	{ background-color: #C9D7FB; } /* garder la "2ème" ligne du tableau avec la même couleur */
#hey3 td					{ padding-left: 5px; vertical-align: middle; }


.txt-img {
  vertical-align:middle;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/****************************************************/
a:link		{text-decoration:none; color:#1C61B6;}
a:active	{text-decoration:none; color:#1C61B6;}
a:visited	{text-decoration:none; color:#1C61B6;}
a:hover		{text-decoration:none; color:#EB1C23;}
/****************************************************/

/*** polices et tailles ***/
/*
.XXXL	{font-family:arial,verdana,helvetica; font-size:70pt; color:#666666;}
.XXL	{font-family:arial,verdana,helvetica; font-size:30pt; color:#666666;}
.XL		{font-family:arial,verdana,helvetica; font-size:22pt; color:#666666;}
.L		{font-family:arial,verdana,helvetica; font-size:18pt; color:#666666;}
.M		{font-family:arial,verdana,helvetica; font-size:11pt; color:#666666;}
.S		{font-family:arial,verdana,helvetica; font-size:9pt;  color:#666666;}
.XS		{font-family:arial,verdana,helvetica; font-size:8pt;  color:#666666;}
.XXS	{font-family:arial,verdana,helvetica; font-size:7pt;  color:#666666;}
.MYL	{font-family:arial,verdana,helvetica; font-size:11pt; color:#666666; border: 1px solid #aaaaaa; background-color:#FFFBE6; width: 385px; padding: 5px}
.MWL	{font-family:arial,verdana,helvetica; font-size:11pt; color:#666666; border: 1px solid #aaaaaa; background-color:#FFFFFF; width: 385px; padding: 5px}
*/
/*** style pour les zones de saisie ***/

/*** Moff ajouté le 28/09/2025 et utilisé dans popin_crud_stage.php ****/
.Moff	{font-family:arial,verdana,helvetica; font-size:9pt; color:#000000; border:1px solid #aaaaaa; pointer-events:none; background-color:#e3e9e9;}

.Lwrite {font-family:arial,verdana,helvetica; font-size:11pt; color:#000000; border:1px solid #aaaaaa; background-color:white;
		width:150px; height:24px;}
.Lselect {font-family:arial,verdana,helvetica; font-size:11pt; color:#000000; border:1px solid #ff0000; background-color:yellow;
		width:150px; height:24px;}
.Mwrite {font-family:arial,verdana,helvetica; font-size:9pt; color:#000000; border:1px solid #aaaaaa; background-color:white;}
.Mread	{font-family:arial,verdana,helvetica; font-size:9pt; color:#000000; border:1px solid #aaaaaa; pointer-events:none; background-color:transparent;}
.Medit	{font-family:arial,verdana,helvetica; font-size:9pt; color:#000000; border:1px solid #aaaaaa; background-color:#ccffcc;}
.Merror {font-family:arial,verdana,helvetica; font-size:9pt; color:#000000; border:1px solid #ff0000; background-color:yellow;}
.Mselect{font-family:arial,verdana,helvetica; font-size:9pt; color:#000000; border:1px solid #ff0000; background-color:yellow;}
.Mnotevide {
	font-family:arial,verdana,helvetica;
	font-size:14pt;
	color:#000000;
	font-weight: bold;
	width: 70px;
	height: 30px;
	padding: 0px;
	text-align: center;
	border:1px solid #aaaaaa;
	background-color:#ffffff;
	border-radius:3px;
}
.Mnote {
	font-family:arial,verdana,helvetica;
	font-size:14pt;
	color:#000000;
	font-weight: bold;
	width: 70px;
	height: 30px;
	padding: 0px;
	text-align: center;
	border:1px solid #ff0000;
	background-color:yellow;
	border-radius:3px;
}
.Mnotevide-admin {
	font-family:arial,verdana,helvetica;
	font-size:14pt;
	color:#000000;
	font-weight: bold;
	width: 70px;
	height: 30px;
	padding: 0px;
	text-align: center;
	border:1px solid #0000ff;
	background-color:#ffffff;
	border-radius:3px;
}
.Mnote-admin {
	font-family:arial,verdana,helvetica;
	font-size:14pt;
	color:#000000;
	font-weight: bold;
	width: 70px;
	height: 30px;
	padding: 0px;
	text-align: center;
	border:1px solid #0000ff;
	background-color:cyan;
	border-radius:3px;
}

/*** style de police ***/
/*
.B		{font-weight:bold;}
.I		{font-style:italic;}
*/
/*** couleurs ***/ /*** (respecter la place après les polices et les tailles) ***/
/*
.noir	{color:#000000;}
.blanc	{color:#FFFFFF;}
.blue	{color:blue;}
.bleu	{color:#1B62B6;}
.rouge	{color:#EB1C23;}
.vert	{color: #3BB54A;}
.gris	{color:#444444;}
.tbleu	{color: #C9D7FB;}
*/
/********************************************/

/*** pour aligner les tableaux des jurys ***/
/*.box div {*/
/*
.box {
	display: inline-block;
	padding: 15px;
}

.main { cursor: pointer; }
.main:active { 
	/transform: translateX(2px) translateY(2px); 
}
*/

/*** style pour les cellules des tableaux  ***/
.test-tr {
	height: 40px;
	border-bottom: 1px solid #ddd;	
}
.tab-bg {
	border-style: none;
	border-collapse: collapse;
	padding: 0px;
	background-image: url("assets/images/filigrane_logo_fftda.png");
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: center;
}

.tab {
	border-style: none;
	border-collapse: collapse;
	padding: 0px;
}

.none {
	border-style: none;
}

.celpdfbas {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	/*text-indent: 3px;*/
	/*border: 1px solid #666666;*/
	border-bottom: 1px solid #000000;
	background-color: #FFFBE6;
	padding: 0px;
}

.celsep {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	/*text-indent: 3px;*/
	/*border: 1px solid #666666;*/
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
}

.cel {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	/*text-indent: 3px;*/
	/*border: 1px solid #666666;*/
	border: 1px solid #999999;
	background-color: #FFFBE6;
	padding: 0px;
}

.cel1 {
	text-align: left;
	vertical-align: top;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 5px;
}

.cel2 {
	vertical-align: middle;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 0px;
}

.cel3 {
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	border: 1px solid #FF6600;
	background-color: #FFFBE6;
	padding: 0px;
}

.CelRndUp {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	/*border: 1px solid #666666;*/
	background-color: #FFFBE6;
	padding: 0px;
	border-radius: 10px 10px 0px 0px;
}
.CelRndBtm {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	border: 1px solid #666666;
	background-color: #FFFBE6;
	padding: 0px;
	border-radius: 0px 0px 10px 10px;
}
.CelRndLeft {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	/*border: 1px solid #666666;*/
	background-color: #FFFBE6;
	padding: 0px;
	border-radius: 10px 0px 0px 10px;
}
.CelRndUPLeft {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	/*border: 1px solid #666666;*/
	background-color: #FFFBE6;
	padding: 0px;
	border-radius: 10px 0px 0px 0px;
}
.CelRndRight {
	text-align: center;
	vertical-align: middle;
	/*font-size: 10pt;*/
	/*border: 1px solid #666666;*/
	background-color: #FFFBE6;
	padding: 0px;
	border-radius: 0px 10px 10px 0px;
}

.CelUp {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border-radius: 10px 10px 0px 0px;
}

.btGrp {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: arial,verdana,helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	width: 150px;
	height: 40px;
	background-color: #FF6600;
	padding: 0px;
	border: 1px solid #FF6600;
	border-radius: 10px 10px 0px 0px;
}
.btMod1 {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: arial,verdana,helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	width: 150px;
	height: 40px;
	background-color: #EB1C24;
	padding: 0px;
	border: 0px solid #666666;
	border-radius: 10px 10px 0px 0px;
}
.btMod2 {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: arial,verdana,helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	width: 150px;
	height: 40px;
	background-color: #FFC000;
	padding: 0px;
	border: 0px solid #666666;
	border-radius: 10px 10px 0px 0px;
}
.btMod3 {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: arial,verdana,helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	width: 150px;
	height: 40px;
	background-color: #1B62B6;
	padding: 0px;
	border: 0px solid #666666;
	border-radius: 10px 10px 0px 0px;
}
.btMod1:active { transform: translateX(2px) translateY(2px); }
.btMod2:active { transform: translateX(2px) translateY(2px); }
.btMod3:active { transform: translateX(2px) translateY(2px); }
.celbtMod1 {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #EC1C24;
	padding: 0px;
}
.celbtMod3 {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #FFC000;
	padding: 0px;
}
.celbtMod2 {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #1B62B6;
	padding: 0px;
}
.celred {
	text-align: center;
	vertical-align: middle;
	border: 2px solid red;
	padding: 0px;
}
.celorange {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #FF6600;
	padding: 0px;
}
.celgreen{
	text-align: center;
	vertical-align: middle;
	border: 2px solid green;
	padding: 0px;
}
.celgrey{
	text-align: center;
	vertical-align: middle;
	border: 2px solid #666666;
	padding: 0px;
}
.link_jury {
	cursor: pointer;
	padding: 0px;
}
.link_juge {
	cursor: pointer;
	padding: 0px;
}
/********************************************/
/*
.cblack  {background-color: #000000;}
.cwhite  {background-color: #FFFFFF;}
.cred    {background-color: #EB1C24}
.corange {background-color: #FF6600;}
.cyellow {background-color: #FFC000}
.cgreen  {background-color: #008000;}
.cblue   {background-color: #1B62B6;}
.cgrey   {background-color: #666666;}

.cnoir   {background-color: #000000;}
.cblanc  {background-color: #FFFFFF;}
.crouge  {background-color: #FFCCFF;}
.corang	 {background-color: #FFCC99;}
.cjaune  {background-color: #FFFFCC;}
.cvert   {background-color: #CCFFCC;}
.cbleu   {background-color: #CCECFF;}
.cgris   {background-color: #D9D9D9;}
.calert  {background-color: yellow;}
*/
.cjury  {background-color: #99CCFF;}
.cmod1	{background-color: #92D050;}
.cmod2	{background-color: #FFC000;}
.cmod3	{background-color: #FF99FF;}

.cbtMod1	{background-color: #EC1C24;}
.cbtMod2	{background-color: #FFC000;}
.cbtMod3	{background-color: #1B62B6;}
/* ---------------------------------------------------- */
/* -- tri tableau utilisateurs ------------------------ */
/* ---------------------------------------------------- */
.cell-left {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #666666;
	padding: 7px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-right: 0px;
	border-radius: 4px 0px 0px 4px;
}
.cell {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #666666;
	padding: 7px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-right: 0px;
}
.cell-right {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #666666;
	padding: 7px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-radius: 0px 4px 4px 0px;
}

.orange-users {
	background-color: #F6AF54;
	/*background: radial-gradient(#f69d3c, #eeeeee);*/
	color: #CC0000;
}

.number {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #ffffff;
	width: 45px;
	height: 25px;
	background-color: #888888;
	border: 0px solid #888888;
	border-radius: 14px;
}
/* ---------------------------------------------------- */
/* -- pagination -------------------------------------- */
/* ---------------------------------------------------- */
.tableau {
	border-radius: 0px;
	box-shadow: 4px 4px 10px #cccccc;
}
.cell-select {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #666666;
	padding: 0px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
}
.custom-select {
    width: 35px;
    overflow: hidden;
	border: none;
}
.custom-select select {
	width: 56px;
	height: 30px;
	padding: 2px;
	border: none;
	cursor: pointer;
	background-color: #eeeeee;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.previous {
	cursor: pointer;
	padding: 0px;
	width: 32px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-right: 0px;
	border-radius: 4px 0px 0px 4px;
}
.previous:hover {
	color: #FFFFFF;
	background-color: #0078D7;
}
.next {
	cursor: pointer;
	padding: 0px;
	width: 32px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-left: 0px;
	border-radius: 0px 4px 4px 0px;
}
.next:hover {
	color: #FFFFFF;
	background-color: #0078D7;
}
.previous-off {
	padding: 0px;
	width: 32px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #aaaaaa;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-right: 0px;
	border-radius: 4px 0px 0px 4px;
}
.next-off {
	padding: 0px;
	width: 32px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #aaaaaa;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-left: 0px;
	border-radius: 0px 4px 4px 0px;
}
/* ---------------------------------------------------- */
/* -- bouton workflow de création de session ---------- */
/* ---------------------------------------------------- */
.workflow {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 135px;
	height: 30px;
	background-color: #1B62B6; /* 2F5597 */
	border: 0px solid #1B62B6;
	border-radius: 40px;	
}
.workflow:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	/* transform: translateX(2px) translateY(2px); */
}
.workflowOFF {
	color: #666666;
	background-color: #C9D7FB;
	border: 0px solid #C9D7FB;
}
.workflowLeft {
	background-color: #C9D7FB;
	padding: 0px;
	border-radius: 40px 0px 0px 40px;
}
.workflowRight {
	background-color: #C9D7FB;
	padding: 0px;
	border-radius: 0px 40px 40px 0px;
}
/* ---------------------------------------------------- */
/* -- bouton fil d'ariane de création de session -------*/
/* ---------------------------------------------------- */
.ariane {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 170px;
	height: 40px;
	background-color: #FF6600;
	border: 0px solid #FF6600;
	border-radius: 20px;
	box-shadow: 4px 4px 18px #888888;	
}
.ariane:hover {
	background-color: #FF6600;
	/* transform: translateX(2px) translateY(2px); */
}
.arianeOFF {
	background-color: #666666;
	border: 0px solid #666666;
}
/* ---------------------------------------------------- */
/* -- boutons sélection juges ------------------------- */
/* ---------------------------------------------------- */
.btn-jdg-ligue {
	cursor: pointer;
	width: 150px;
	height: 25px;
	color: #333333;
	background-color: #eeeeee;
	border-top : 1px solid #666666;
	border-right : 1px solid #666666;
	border-left : 1px solid #666666;
	border-bottom : 0px solid #666666;
	border-radius: 3px, 0px, 0px, 3px;
}
.btn-jdg-ligue:hover  { color: blue; background-color: #dddddd; }

/* ---------------------------------------------------- */
/* -- boutons édition --------------------------------- */
/* ---------------------------------------------------- */
.btn-crud {
	cursor: pointer;
	width: 40px;
	height: 30px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-radius: 3px;
	
	/*background-image: url("assets/images/pencil-fill.svg");
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: center;*/
}
.btn-crud:hover { background-color: #dddddd; }
.btn-crud:active { transform: translateX(2px) translateY(2px); }

.btn-edit {
	cursor: pointer;
	width: 40px;
	height: 30px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-radius: 3px;
}
.btn-edit:hover  { color: blue; background-color: #dddddd; }
.btn-edit:active { transform: translateX(2px) translateY(2px); }

.btn-delete {
	cursor: pointer;
	width: 40px;
	height: 30px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-radius: 3px;
}
.btn-delete:hover  { color: #EC1C24; background-color: #dddddd; }
.btn-delete:active { transform: translateX(2px) translateY(2px); }

.btn-view {
	cursor: pointer;
	width: 40px;
	height: 30px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-radius: 3px;
}
.btn-view:hover  { color: #F6AF54; background-color: #dddddd; }
.btn-view:active { transform: translateX(2px) translateY(2px); }

.btn-access {
	cursor: pointer;
	width: 40px;
	height: 30px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-radius: 3px;
}
.btn-access:hover  { color: green; background-color: #dddddd; }
.btn-access:active { transform: translateX(2px) translateY(2px); }

.btn-off {
	width: 40px;
	height: 30px;
	color: #ffffff;
	background-color: #777777;
	border: 1px solid #666666;
	border-radius: 3px;
}

.cloturer {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 142px;
	height: 30px;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;
}
.cloturer:hover  { background-color: #CC0000; border: 1px solid #CC0000; }
.cloturer:active { background-color: #CC0000; border: 1px solid #CC0000; transform: translateX(2px) translateY(2px); }
/* ---------------------------------------------------- */
/* -- main -------------------------------------------- */
/* ---------------------------------------------------- */
body {
	-webkit-font-smoothing: antialiased;
	/*-moz-osx-font-smoothing: grayscale;*/
	/*background-color: #eaeaff;*/
	color: #111;
	font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.8;
	margin: 0;
	/*padding: 0;*/
	text-rendering: optimizeLegibility;
	overflow-y: scroll;
}



a.tri {font-family:arial,verdana,helvetica; font-size:11pt; color:#CC0000; font-weight:bold;}
.DESC {
	text-indent: 20px;
	background-image: url("assets/images/down.png");
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 0px;
}
.ASC {
	text-indent: 20px;
	background-image: url("assets/images/up.png");
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 0px;
}
/* ---------------------------------------------------- */
/* -- titre des pages --------------------------------- */
/* ---------------------------------------------------- */
.title {
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	font-family:arial,verdana,helvetica;
}
/* ---------------------------------------------------- */
/* -- menu navigation gauche -------------------------- */
/* ---------------------------------------------------- */
#navigation_gauche ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation_gauche li {
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	font-weight: bold;
	
	color: #C9D7FB;
	background: #1B62B6; 
	border: 0px solid #1B62B6;
	
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	margin-bottom: 15px;
}
#navigation_gauche li :hover, #navigation_gauche li :focus, #navigation_gauche li :active {
	color: #1B62B6;
	background-color: #C9D7FB;
	border: 0px solid #C9D7FB;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
#navigation_gauche li a {
	display: block;
	text-decoration: none;
	color: #C9D7FB;
}
#navigation_gauche li a.active {
	color: #FFFFFF;
	background-color: #F07B15;
	border: 0px solid #F07B15;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
/* ---------------------------------------------------- */
/* -- menu navigation principale ---------------------- */
/* ---------------------------------------------------- */
#navigation_principale ul {
	padding: 4;
	margin: 4;
	list-style: none;
}
#navigation_principale li {
	display: inline-block;
	width: 170px;
	height: 35px;
	line-height: 35px;
	margin-right: 10px ;
	/*padding-left: 0px;
	padding-right: 0px;*/
	text-align: center;

	font-family: arial, verdana, helvetica;
	font-size: 13px;
	font-weight: bold;
	
	color: #C9D7FB;
	background-color: #1B62B6;
	border: 0px solid #1B62B6;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
#navigation_principale li :hover, #navigation_principale li :focus, #navigation_principale li :active {
	color: #1B62B6;
	background-color: #C9D7FB;
	border: 0px solid #C9D7FB;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
#navigation_principale li a {
	display: block;
	text-decoration: none;
	color: #C9D7FB;
}
#navigation_principale li a.active {
	color: #FFFFFF;
	background-color: #F07B15;
	border: 0px solid #F07B15;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
/* ---------------------------------------------------- */
/* -- menu navigation principale réduite -------------- */
/* ---------------------------------------------------- */
#navigation_principale_reduite ul {
	padding: 4;
	margin: 4;
	list-style: none;
}
#navigation_principale_reduite li {
	display: inline-block;
	width: 110px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px ;
	/*padding-left: 0px;
	padding-right: 0px;*/
	text-align: center;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	
	color: #C9D7FB;
	background-color: #1B62B6;
	border: 0px solid #1B62B6;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
#navigation_principale_reduite li :hover, #navigation_principale li :focus, #navigation_principale li :active {
	color: #1B62B6;
	background-color: #C9D7FB;
	border: 0px solid #C9D7FB;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
#navigation_principale_reduite li a {
	display: block;
	text-decoration: none;
	color: #C9D7FB;
}
#navigation_principale_reduite li a.active {
	color: #FFFFFF;
	background-color: #F07B15;
	border: 0px solid #F07B15;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}
/* ---------------------------------------------------- */
/* -- bouton editer page ------------------------------ */
/* ---------------------------------------------------- */
.page_edit {
	text-decoration: none;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #2F5597;
}
.page_edit:hover {
	color: #FF0000;
}
/* ---------------------------------------------------- */
/* -- page de connexion ------------------------------- */
/* ---------------------------------------------------- */
.connexion {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #000000;
	width: 300px;
	height: 330px;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 20px;
	box-shadow: 4px 4px 18px #888888;	
}
.ident {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #999999;
	width: 245px;
	height: 35px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	text-indent: 45px;
	background-image: url("assets/images/user.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.identedit {
	color: #cc0000;
	background-color: yellow;;
}

.cnxpass {
	background-image: url("assets/images/cadenas.png");
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */



.container {
	text-align: left;
	font-size: 14pt;
	color: #666666;
	width: 70%;

	padding: 20px 20px 20px 20px;
	background-color: #fff;
	border: 1px solid #666666;
	border-radius: 10px;
	box-shadow: 4px 4px 18px #888888;	
}

.bloc {
	text-align: justify;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	/*font-size: 1.1em;*/
	line-height: 1.8;
}
.ident1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #cccccc;
	width: 245px;
	height: 35px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	text-indent: 45px;
	background-image: url("../imgs/user.jpg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.leftMenu {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #2F5597;
	width: 170px;
	height: 40px;
	background-color: #C9D7FB;
	border: 1px solid #C9D7FB;
	border-radius: 20px;
	box-shadow: 4px 4px 18px #888888;	
}
.leftMenuON {
	color: #C9D7FB;
	background-color: #2F5597;
	border: 1px solid #2F5597;	
}

/*
.deconnexion {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	outline: none;
	color: #000000;
	width: 170px;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 20px;
	box-shadow: 4px 4px 18px #888888;	
}
.deconnexion:active {
	color: #FFFFFF;
	background-color: #2F5597;
	border: 1px solid #FF0000;
}
*/
.btn-cnx {
	cursor: pointer;
	font-size: 14px;
	width: 170px;
	height: 40px;
	color: #0000ff;
	background-color: #ffffff;
	border: 1px solid #666666;
	border-radius: 20px;
	box-shadow: 8px 8px 18px #888888;
}
.btn-cnx:hover  { color: red; background-color: #eeeeee; }
.btn-cnx:active { transform: translateX(2px) translateY(2px); }

.menuON {
	font-family: arial,verdana,helvetica;
	text-align: middle;
	font-size: 12px;
	/*height: 40px;*/
	color: #CC0000;
	font-weight: bold;
	/*border-radius: 5px;*/
	/*box-shadow: 4px 4px 4px 4px #aaaaaa;*/
	padding: 8px;
	/*background-color: #eaeaff;*/
	/*background: radial-gradient(orange, #C9D7FB);*/
	background: radial-gradient(closest-side, #f69d3c, #c9d7fb);
}
.menuOFF {
	font-family: arial,verdana,helvetica;
	text-align: middle;
	font-size: 12px;
	/*height: 40px;*/
	color: #333333;
	font-weight: bold;
	padding: 8px;
}
/* ---------------------------------------------------- */
/* -- boutons ----------------------------------------- */
/* ---------------------------------------------------- */
.demande {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 160px;
	height: 30px;
	background-color: #AAAAAA;
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	/*box-shadow: 4px 4px 18px #999999;*/
}
.demande:hover {
	background-color: #666666;
	/*font-weight: bold;*/
	color: #FFFFFF;
	/*transform: translateX(2px) translateY(2px);*/
}
.demande_select {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 160px;
	height: 30px;
	background-color: #F07B15;
	border: 1px solid #F07B15;
	border-radius: 4px;
	/*box-shadow: 4px 4px 18px #999999;*/
}

.bdd {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 230px;
	height: 30px;
	background-color: #3e8e41;
	border: 1px solid #3e8e41;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;	
}

.retour {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: orange;
	border: 1px solid orange;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;
}
.retour:active {
	background-color: #F6AF54;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}

.fermer {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: #666666;
	border: 1px solid #666666;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #666666;	
}
.fermer:active {
	background-color: #666666;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}

.annuler {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: #EC1C24;
	border: 1px solid #EC1C24;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;	
}
.annuler:active {
	background-color: #EC1C24;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}

.editer {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: #FFA500;
	border: 1px solid #FFA500;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;	
}
.editer:active { transform: translateX(2px) translateY(2px); }

.demarrer {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: #1B62B6;
	border: 1px solid #1B62B6;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;	
}
.demarrer:active { transform: translateX(2px) translateY(2px); }

.parametrer {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: #EC1C24;
	border: 1px solid #EC1C24;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;	
}
.parametrer:active { transform: translateX(2px) translateY(2px); }

.ongoing {
	cursor: pointer;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	min-width: 100px;
	height: 30px;
	background-color: #1B62B6;
	border: 1px solid #1B62B6;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;	
	
	text-indent: 30px;
	background-image: url("assets/images/busy.gif");
	background-size: 20px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 10px;
}
.ongoing:active { transform: translateX(2px) translateY(2px); }

.valider {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: #3e8e41;
	border: 1px solid #3e8e41;
	border-radius: 4px;
	box-shadow: 4px 4px 18px #888888;
}
.valider:active {
	background-color: #3e8e41;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}

.ajouter {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	background-color: #28AADE;
	border: 1px solid #28AADE;
	border-radius: 4px;
	/*box-shadow: 4px 4px 18px #888888;*/
}
.ajouter:hover {
	background-color: #0F7FAF;
	border: 1px solid #0F7FAF;
}
.ajouter:active {
	box-shadow: 4px 4px 18px #888888;
}
.ajouter1 {
	cursor: pointer;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	outline: none;
	color: #FFFFFF;
	width: 50px;
	height: 30px;
	background-color: #B5CBE1;
	border: 1px solid #B5CBE1;
	border-radius: 4px;	
}
.ajouter1:hover {
	background-color: #0F7FAF;
	border: 1px solid #0F7FAF;
}
.ajouter1:active {
	box-shadow: 4px 4px 18px #888888;
}
.remove {
	cursor: pointer;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	outline: none;
	color: #333333;
	width: 30px;
	height: 25px;
	background-color: #B5CBE1;
	border: 1px solid #B5CBE1;
	border-radius: 4px;
	
	position: relative;
	display: inline-block;
}
.remove:hover {
	/*color: #333333;*/
	background-color: #28AADE;
	border: 1px solid #28AADE;
}
.remove:active {
	box-shadow: 4px 4px 18px #888888;
}


            .remove .remove_text {
                visibility: hidden;
                min-width:200px;
				font-size: 12px;
				font-weight: normal;
				text-align: left;
                background-color: #FFFFCC;
                color: black;
				border: 1px solid black;
                border-radius: 6px;
                padding: 5px 5px;
                position: absolute;
                z-index: 1;
                top: 25%;
                left: 115%;
            }
            .remove:hover .remove_text {
                visibility: visible;
            }
			.remove:active .remove_text {
                visibility: visible;
            }

		.error_text {
                visibility: hidden;
                min-width:200px;
				font-size: 12px;
				font-weight: normal;
				text-align: left;
                background-color: #FFFFCC;
                color: black;
				border: 1px solid black;
                border-radius: 6px;
                padding: 5px 5px;
                position: relative;
                z-index: 1;
                top: 25%;
                left: 20%;
            }

.divMsg {
	text-align: center;
	vertical-align: middle;
	height: 20px;
	border: 1px solid #666666;
	background-color: #FFFBE6;
	padding: 3px;
}


html {
/*	cursor: none; */
/*	-webkit-touch-callout: none; /* iOS Safari */
/*	  -webkit-user-select: none; /* Safari */
/*	   -khtml-user-select: none; /* Konqueror HTML */
/*	     -moz-user-select: none; /* Firefox */
/*	      -ms-user-select: none; /* Internet Explorer/Edge */
	          user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

div.content {
	display: none; /*--masqué par défaut--*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 480px;
	opacity: 0;
	z-index: -10;
}
div.wait {
    width: 100%;
    height: 100%;
	text-align: center;
	vertical-align: middle;
}

.phoneN {
	font-family: arial,verdana,helvetica;
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
}


/* ---------------------------------------------------- */
/* -- loader ------------------------------------------ */
/* ---------------------------------------------------- */
.loader {
	width: 120px;
	height: 120px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
.loader2 {
	width: 60px;
	height: 60px;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #3498db;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
.loader3 {
	width: 30px;
	height: 30px;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #3498db;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
.loader4 { /*** ajouté le 28/09/2025 et utilisé dans poin_crud_stage.php ***/
	width: 8px;
	height: 8px;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
.bgreen {
/*	cursor: none; */
	width: 30px;
	height: 30px;
	background-color: green;
	border: 2px solid #444444;
	border-radius: 50%;
	box-shadow: 2px 2px 2px #888888;
}
.borange {
/*	cursor: none; */
	width: 30px;
	height: 30px;
	background-color: orange;
	border: 2px solid #444444;
	border-radius: 50%;
	box-shadow: 2px 2px 2px #888888;
}
.bred {
/*	cursor: none; */
	width: 30px;
	height: 30px;
	background-color: red;
	border: 2px solid #444444;
	border-radius: 50%;
	box-shadow: 2px 2px 2px #888888;
}
.byellow {
/*	cursor: none; */
	width: 30px;
	height: 30px;
	background-color: yellow;
	border: 2px solid #444444;
	border-radius: 50%;
	box-shadow: 2px 2px 2px #888888;
}
.bgreen:active {
	transform: translateX(1px) translateY(1px);
}
.borange:active {
	transform: translateX(1px) translateY(1px);
}
.bred:active {
	transform: translateX(1px) translateY(1px);
}
.bblue:active {
	transform: translateX(1px) translateY(1px);
}
.tdblanc {
/*	cursor: none; */
	font-size: 10pt;
	color: #333333;
	
	border: 0px solid #333333;
	background-color: #ffffff;
}
.tdrouge {
/*	cursor: none; */
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	
	border: 0px solid #333333;
	background-color: #ff8888;
	font-family: arial,verdana,helvetica;
}
.tdbleu {
/*	cursor: none; */
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	
	border: 0px solid #333333;
	background-color: #99ccff;
	font-family: arial,verdana,helvetica;
}

/********************************************************/
/** style pour le simulateur de laverie *****************/
/********************************************************/
.busy
{
font-family: verdana, arial;
font-size: 14pt;
font-weight: bold;
text-align: center;
color: #000000;

background-image: url("../imgs/busy.gif");
background-size: 50px 50px;
background-repeat: no-repeat;
background-attachment: fixe;
background-position: center;
}

.button-green
{
font-family: verdana, arial;
font-size: 14pt;
font-weight: bold;
text-align: center;
color: #000000;

background-image: url("../imgs/button-green.png");
background-size: 50px 50px;
background-repeat: no-repeat;
background-attachment: fixe;
background-position: center;
}
.button-green:active {
	transform: translateX(1px) translateY(1px);
}

.button-red
{
font-family: verdana, arial;
font-size: 14pt;
font-weight: bold;
text-align: center;
color: #FFFFFF;

background-image: url("../imgs/button-red.png");
background-size: 50px 50px;
background-repeat: no-repeat;
background-attachment: fixe;
background-position: center;
}
.button-red:active {
	transform: translateX(1px) translateY(1px);
}

.arrow-down
{
font-family: verdana, arial;
font-size: 14pt;
font-weight: bold;
text-align: center;
color: #000000;

background-image: url("../imgs/arrow-down.png");
background-size: 50px 50px;
background-repeat: no-repeat;
background-attachment: fixe;
background-position: center;
}

.arrow-right
{
font-family: verdana, arial;
font-size: 14pt;
font-weight: bold;
text-align: center;
color: #000000;

background-image: url("../imgs/arrow-right.png");
background-size: 50px 50px;
background-repeat: no-repeat;
background-attachment: fixe;
background-position: center;
}

.no
{
font-family: verdana, arial;
font-size: 14pt;
font-weight: bold;
text-align: center;
color: #000000;

background-image: url("../imgs/no.png");
background-size: 22px 22px;
background-repeat: no-repeat;
background-attachment: fixe;
background-position: center;
}
		
/********************************************************/
/********************************************************/
/********************************************************/		

/* ---------------------------------------------------- */
/* -- clavier numéro téléphone ------------------------ */
/* ---------------------------------------------------- */
.clavier {
/*	cursor: none; */
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #404040;
	outline: none;
	width: 120px;
	height: 45px;
	background-color: #D5E0EE;
	border: 1px solid #8797AA;
	border-radius: 4px;
	box-shadow: 0x 0px 0px #888888;
}
.clavierV {
/*	cursor: none; */
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	outline: none;
	width: 120px;
	height: 45px;
	background-color: #3E8E41;
	border: 1px solid #3E8E41;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #888888;
}
.clavierC {
/*	cursor: none; */
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	outline: none;
	width: 120px;
	height: 45px;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #888888;
	background-image: url("../imgs/clear-white.png");
	background-size: 40px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: center;
}
.clavierN {
/*	cursor: none; */
	padding: 5px 5px;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	color: #C00000;
	outline: none;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border: 1px solid #8797AA;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #888888;
}
.clavier:active {
	background-color: #3E8E41;
	color: #FFFFFF;
/*	transform: translateY(2px); */
}
.clavierV:active {
	background-color: #3E8E41;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}
.clavierC:active {
	background-color: #FF0000;
	color: #FFFFFF;
	transform: translateX(-2px) translateY(2px);
}
.clavierV-off {
/*	cursor: none; */
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #7F7F7F;
	outline: none;
	width: 120px;
	height: 45px;
	background-color: #BFBFBF;
	border: 1px solid #8797AA;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #888888;
}
.clavierC-off {
/*	cursor: none; */
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #7F7F7F;
	outline: none;
	width: 120px;
	height: 45px;
	background-color: #BFBFBF;
	border: 1px solid #8797AA;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #888888;
	background-image: url("../imgs/clear-grey.png");
	background-size: 40px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: center;
}

/* ---------------------------------------------------- */
/* -- boutons machines -------------------------------- */
/* ---------------------------------------------------- */
.washing {
/*	cursor: none; */
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	text-indent: 50px;
	
	width: 200px;
	/* height: 50px; */
	border: 1px solid #8797AA;
	background-color: #D5E0EE;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	background-image: url("../imgs/washing.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.washing:active {
	background-color: #3E8E41;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}

.drying {
/*	cursor: none; */
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	text-indent: 50px;
	
	width: 200px;
	/* height: 50px; */
	border: 1px solid #8797AA;
	background-color: #D5E0EE;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	background-image: url("../imgs/drying.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.drying:active {
	background-color: #3E8E41;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}

.ironing {
/*	cursor: none; */
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	text-indent: 50px;
	
	width: 200px;
	/* height: 50px; */
	border: 1px solid #8797AA;
	background-color: #D5E0EE;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	background-image: url("../imgs/ironing.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.ironing:active {
	background-color: #3E8E41;
	color: #FFFFFF;
	transform: translateX(2px) translateY(2px);
}

/* ---------------------------------------------------- */
/* -- affichage info machines ------------------------- */
/* ---------------------------------------------------- */
.price {
/*	cursor: none; */
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	text-indent: 45px;
	
	width: 180px;
	/* height: 35px; */
	border: 1px solid #8797AA;
	background-color: #D5E0EE;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	background-image: url("../imgs/money.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.weight {
/*	cursor: none; */
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	text-indent: 45px;
	
	width: 180px;
	/* height: 35px; */
	border: 1px solid #8797AA;
	background-color: #D5E0EE;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	background-image: url("../imgs/weight.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.time {
/*	cursor: none; */
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	text-indent: 45px;
	
	width: 180px;
	/* height: 35px; */
	border: 1px solid #8797AA;
	background-color: #D5E0EE;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
	
	background-image: url("../imgs/time.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}
.about {
/*	cursor: none; */
	font-size: 18px;
	color: #404040;
	text-indent: 40px;
	
	width: 240px;
	
	background-image: url("../imgs/info.png");
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-attachment: fixe;
	background-position: 5px;
}

/* ---------------------------------------- */
/* ------- CSS partie administration ------ */
/* ---------------------------------------- */
.ON {
/*	cursor: none; */
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	
	width: 35px;
	height: 30px;
	border: 3px solid #8797AA;
	background-color: #00EE00;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}

.OFF {
/*	cursor: none; */
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	
	width: 35px;
	height: 30px;
	border: 3px solid #8797AA;
	background-color: #EE0000;
	border-radius: 5px;
	box-shadow: 4px 4px 18px #888888;
}


.tdpin {
/*	cursor: none; */
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	
	width: 50px;
	height: 25px;
	border: 0px solid #333333;
	background-color: #99ccff;
	font-family: arial,verdana,helvetica;
	
}
.tdtype{
/*	cursor: none; */
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	
	width: 90px;
	height: 25px;
	border: 0px solid #333333;
	background-color: #ff8888;
	font-family: arial,verdana,helvetica;
	
}
.tdconf {
/*	cursor: none; */
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #404040;
	
	width: 110px;
	height: 33px;
	border: 1px solid #8797AA;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.tdconf:active {
	background-color: #3E8E41;
	color: #FFFFFF;
}

.tdoff {
/*	cursor: none; */
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	
	width: 110px;
	height: 33px;
	border: 1px solid #8797AA;
	background-color: #888888;
	border-radius: 5px;
}
.tdoff:active {
	background-color: #3E8E41;
	color: #FFFFFF;
}
.tdpinout {
/*	cursor: none; */
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	
	width: 50px;
	height: 25px;
	border: 0px solid #333333;
	background-color: #ff8888;
	font-family: arial,verdana,helvetica;
	
}
.tdpinval {
/*	cursor: none; */
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	
	width: 50px;
	height: 25px;
	border: 0px solid #333333;
	background-color: #ffffff;
	font-family: arial,verdana,helvetica;
}
