﻿<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/acckfrxswu/www/Ack/devOps/module_jeSuis/php_jeSuis.php</b> on line <b>53</b><br />

 
	body, input, select, textarea , table{
		font-family: "Raleway", sans-serif;
		font-size: 14px;
	}
 
	body {
		margin: 0px;
		padding: 0px;
		background: white; /* #EEEEEE; white*/ 
		
		font-weight: 300;		
	}

	.mainBox a {
		text-decoration: none !important;
		--bs-link-color-rgb: black: black;
	}

	/* Compense le fait que bootstrap-table ne soit PAS compatible Bootstrap5 */
	.pull-right {
		float: right;
	}

	


	#pageBox
	{
		margin: -20px auto 0; /* permet de supprimer l'�cart du haut sur IE */
		padding : 0px;		
		max-width:800px;
		min-width:300px;
		background: white;
	}
	

	
	#headerBox{
		padding : 0px;
		background: #CCCCCC;
		text-align: center;
		
		}
	#deconnexion{
		text-align: right;
		text-decoration:none;
		font-size: 12px;
	}
			
	.navigationBar, .navigationBar a {
		text-decoration:none;
		padding : 5px;
		font-style: italic;
		color:  ;
		
	}
		

	
	
	
	
	
	
	.boxTitle {
		padding:5px 1px;
		font-size: 14px;
		font-weight: bold;
	}
	
	#leftBox, #centralBox, #rightBox{
		display: inline-block;
		padding : 5px;
		width:30%;
		min-width:250px;
		vertical-align: top;		
	}
	
	
	#donationFiscalityMain, #donationFiscalityDetail  {
		padding:10px 5px;
		text-align:justify; 
	}
	
	
	#personnalInformationExampleNote{
		text-align:justify; 
		width:80%; 
		font-style: italic; 
		font-size:11px;
	}

		
	#footerBox,#footerBoxWait,#footerBoxChat{			
		padding : 0px;
		background: #C1C111;
		text-align: center;
	}
	
	
	
	#confirmWaitBox{		
		display:none;
	}
	
	#headerBox, #footerBoxChat, #footerBox{
		padding:10px;
		background:  ; /* ED5E4E */
		color:white;
		font-size: 16px;
	}
	
	
	#confirmBox, #confirmBoxWait, .submitBox{
		text-align:center;
		padding:10px;
		margin:10px 30px;
		background:;
		color:white;
		font-size: 16px;
	}

	#confirmBox, .submitBox{			
		cursor : pointer;
	}
	
	
	
	.connexionForm{
		text-align : center;
		padding : 50px;	
	}
	
	.connexionForm input {
		width:250px;
		margin:5px;
		padding:5px;
		border-radius:10px;
	}

	.connexionForm .connexionSubmit, .mdpOublie {
		display:inline-block;
		width:180px;
		border-radius:10px;
		margin:5px;
		padding:5px;
		cursor:pointer;
	}

	.connexionForm .connexionSubmit {
		background-color:;
		color:white;
	}
	.connexionForm .mdpOublie {
		background-color: #E5E5E5;
		color:black;
	}
	.connexionForm .connexionSubmit:hover, .mdpOublie:hover  {
		font-weight:bold;
	}
	.connexionForm .connexionSubmit:active, .mdpOublie:active {
		position:relative;
		bottom:3px;
	}
	
		
	.connexionForm a {
		text-decoration:none;
		font-style: italic;
	}

	.boxTitle {
		color:;
	}
	
	.boxSubTitle {
		color:;
	}

	/* GESTION DES MENUS */
	.mainBox{
		display: inline-block;
		background: white ; /*#EEEEEE	; */
		width: 100%;
		//border : solid 1px black ;
	}
	
	.moduleBox, .moduleLink, .moduleReport{
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align:center;
		width:160px;
		height:160px;
		margin:10px;
		padding:10px 10px;
		color:white;
		//border : solid 1px black ;
		cursor : pointer;
		
	}
	


	.moduleBoxTitle {
		font-size:20px;
		opacity:0;
	}
	.moduleBoxSubTitle {
		opacity:0;
		font-size: 14px;
	}
	.moduleBoxImage {
		//display:inline-block;
		//border : solid 10px black ;
    	padding : 30px ;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: 100%;
	    width: 100%;
	    opacity: 1; /* par défaut on n'affiche pas l'image */
	}

	.moduleBox:hover .moduleBoxTitle, 
	.moduleBox:hover .moduleBoxSubTitle,
	.moduleLink:hover .moduleBoxTitle, 
	.moduleLink:hover .moduleBoxSubTitle {
		opacity:1;
		transition: .5s ease;
	}
	.moduleBox:hover .moduleBoxImage,
	.moduleLink:hover .moduleBoxImage {
		opacity:0;
		transition: .5s ease;
	}

	.acckButton {
		display : inline-block;
		padding : 5px;
		text-align : center;
		cursor : pointer;
		background-color  : ;
	}

	.acckButtonWhite {
		display : inline-block;
		padding : 5px;
		text-align : center;
		cursor : pointer;
		color: white;
		background-color  : ;
	}

	.formSubmitMessage {
		color:red;
	}
	
	
	.showTable_button {
		cursor:pointer;
	}
	
	

	
	

		