body
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #0F172A;
	/*background-color: #f8fafc;*/ /* light blue*/
	background-color: #F1F3F8;
	margin: 0;
	padding: 0;
}

form {
  margin: 0;
}

th
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color:#92959B;*/ /* grey */
	/*color: #37559A;*/
	color: #2900A3;
	text-align: left;
}

table
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin:0;
	border-collapse: collapse;
	border: none;
	background-color: transparent;/*#ECF0F8;*/
	border-radius: 10px;
}

td, th
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: none;
	background-color: transparent; /*#ECF0F8;*/
	/*border-bottom: 3px solid white;*/
	border-bottom: 1px solid #E8EAF0;
	padding: 4px 10px;
	/*padding: 4px;*/
}

td.status, th.status { 
  padding: 4px 2px;
}

tr:last-child td {
  border-bottom: none; /* pas de border botom sur le last child */
}


/********************************* BANDEAU ***********************************/

/*.global-container {

	margin: 20px;
	padding: 20px 20px 20px 20px;
}*/


.navcontainer {
	display: flex; 
	justify-content: space-between;
	align-items: center;
	/*gap: 20px;*/
	/*padding-left: 20px;
    padding-right: 20px;*/
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	/*border-radius: 12px;*/
	/*border: 1px solid #E8EAF0;*/
	/*overflow: hidden;*/
	/*border: none;*/
	border-bottom: 2px solid #E8EAF0;
}

.navcontainerlinks {
	display: flex; 
	gap: 20px;
	align-items: center;
}

.urzeboss {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4F46E5; /* indigo */
}

a.navlink:link
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #0F172A;
	text-decoration: none;
}

a.navlink:visited
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #0F172A;
	text-decoration: none;
}

a.navlink:hover
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #4F46E5;
	text-decoration: none;
}

.navlogin:link {
	font-family: Arial, sans-serif;
	font-size: 16px;
	background-color: #4f46e5; 
	color: #ffffff; 
	padding: 8px 20px; 
	border-radius: 8px;
	text-decoration: none;
}

.navlogin:visited {
	font-family: Arial, sans-serif;
	font-size: 16px;
	background-color: #4f46e5; 
	color: #ffffff; 
	padding: 8px 20px; 
	border-radius: 8px;
	text-decoration: none;
}

/* hover:bg-indigo-700 */
.navlogin:hover {
  background-color: #4338ca;
}
/********************************************************************/

.global-container {
	
	display: flex;
	flex-direction: column;
	gap:20px; /* espace ENTRE les enfants -  mode flex obligatoire */
	padding: 20px; /* espace avant et apres les enfants */
}

.card-vertical {
	display: flex;
	gap:20px; /* espace ENTRE les enfants -  mode flex obligatoire */
	margin: 0;
	padding: 0;
}

.card-info {
  border: 1px solid #E8EAF0;
  border-radius: 15px;      /* L'arrondi */
  background-color: #FFFFFF;
  padding: 20px 20px 20px 20px; /* a l'interieur haut, cotés */
  /*margin: 20px 20px 20px 20px;*/
}

.comment-container {
	
	display: flex;
	flex-direction: column;
	gap:10px; /* espace ENTRE les enfants -  mode flex obligatoire */
	padding: 0px; /* espace avant et apres les enfants */
}

.card-comment {
	/*border: 1px solid #E8EAF0;*/
	display: flex;
	flex-direction: column;
	border: 1px solid #e2ddd5;
	margin: 0px;
	font-size: 14px;
	border-radius: 15px;      /* L'arrondi */
	background-color: #f5f3ee;
	padding: 10px 10px 10px 10px; /* a l'interieur haut, cotés */
	gap:5px;
	/*margin: 20px 20px 20px 20px;*/
}

.comment-title {
    font-size: 14px;
    font-weight: 500;
    color: #7a7268;
}

.comment-text {
    font-size: 13px;
    line-height: 1.6;
    color: #1a1a2e;
    word-break: break-word;
    margin-bottom: 2px;
}

/* plus utilisé !*/
.section-div {
  border: 1px solid #4F46E5; /* Un contour pour bien voir l'effet */
  border-radius: 10px;      /* L'arrondi */
  padding: 14px 14px;
}

a:link,
a:visited
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	/*color: #4682B4;*/
	color: #4F46E5;
}

a:hover
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	/*color: #B0C4DE;*/
	color: #2B4278;
	/*font-weight: bold;*/
}

/*
a.edit:link
{
	font-family: Arial, sans-serif;
	font-size: 14;
	color: #4F46E5;
}

/*a.edit:visited
{
	font-family: Arial, sans-serif;
	font-size: 14;
	color: #4F46E5;
}

a.edit:hover
{
	font-family: Arial, sans-serif;
	font-size: 14;
	color: #4F4600;
}
*/
.editContainer {
	display: flex;
	padding: 0px 8px 10px 0px;
	gap: 10px;
}


a.edit:link,
a.edit:visited {
  font-size: 12px;
  color: black;
  background: #F1F3F8;
  text-decoration: none;
  padding: 3px 8px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  transition: all 0.15s;
}

a.edit:hover {
  color: black;
  border-color: #2B4278;
  background-color: white;
  text-decoration: none;
}

div.titre0
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	/*color: #2B4278;*/
	color: #4F46E5;
	padding: 0px 0px 10px 0px;
}

div.titre1
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*color: #0F172A;*/
	/*color: #2B4278;*/
	color: #1D0075; /*#2900A3;*/
	padding: 0px 0px 10px 0px;
}

div.text
{
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.loginPageTable {
	font-family: Arial, sans-serif; 
	border-radius: 14px;
	/*background-color:#8393FC;*/
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /*background-color: red;*/
  color: white;
  font-size: 12px;
  font-weight: 600;
}

input[type="button"],
input[type="submit"] {
	border-radius: 7px;
	cursor: pointer;
	background: #F1F3F8;
	/*color: inherit;*/
	border: 1px solid #d1d5db;
	transition: background 0.15s, border-color 0.15s;
	padding:6px;
	margin: 0px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}

.toggle-content {
  display: none;
}

.toggle-content.open {
  display: block;
}

.toggle-comment {
  display: none;
}

.toggle-comment.open {
 display: flex;
    flex-direction: column;
    gap: 10px;
}

.arrow {
  font-size: 14px;
  color: #9ca3af;
  transition: transform 0.2s;
  display: inline-block;
  cursor: pointer;
}

.titre1.open .arrow {
  transform: rotate(90deg);
}

div.expand {
	padding: 0px 0px 0px 0px;
}

.showmore {
  font-size: 11px;
  color: #9ca3af;
  transition: transform 0.2s;
  display: inline-block;
  border-radius: 7px;
  border: 2px solid #d1d5db;
  font-weight: bold;
  cursor: pointer;
  padding:4px;
	margin: 0px;
}

.expand.open .showmore {
  transform: scale(0.5);
}