div#bandeau {
	text-align:center;
	width:450px;
/*	background-color:#00CCFF;*/
	background-color:#AACCFF;
/*	border-radius: 20px;*/
}
a {
      text-decoration: none; /* Supprime le soulignement */
      color: #000000; /* Couleur bleue élégante */
      transition: color 0.3s ease, border-bottom 0.3s ease;
}
a:hover {
		/*border-radius: 25px;*/
        color: red; /* Couleur plus foncée au survol */
        border-bottom: 2px solid #0056b3; /* Ajoute une ligne en bas */
		font-weight: bold;
}

div#titre {
	text-align:center;
	width:20px;
	background-color:#AACCFF;
	height:150px;
	align-items: center;
/*	display: flex;*/
	writing-mode: vertical-rl; /* Texte vertical de droite à gauche */
    text-orientation: upright; /* Les caractères restent droits */
}

div#statutok{
	text-align:center;
	width:20px;
	background-color:#008000;
	height:150px;
}
div#statutNok{
	text-align:center;
	width:20px;
	background-color:#800000;
	height:150px;
}

div#bouton {
	text-align:center;
	background-color:#ffffff;
	align-items: center;
}

div#contenu {
	text-align:center;
	width:450px;
	background-color:#E4D5E2;
	/*background-color:#FFCCFF;*/
	height:150px;
	align-items: center; 
	/*display: flex;*/
	font-weight: normal;
    transition: font-weight 0.3s ease;
}
div#contenu:hover {
	text-align:center;
	background-color:#FFFFFF;
	border-radius: 20px;
}

td#node{
	width:30%;
}
.container {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
}

.div-to-center {
  width: 200px;
  background-color: lightblue;
  text-align:center;
  width:30%;
  background-color:#ffffff;
  align-items: center;
  border-radius: 20px;
}

.container_titre {
  flex-direction: column;
  width:500px;
}

p {
  width: 450px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 0.25em 0.5em;
  position: relative;
  text-align: center;
  border-radius: 20px;
}

p.white {
  background: white;
  color: black;
 /* mix-blend-mode: screen;*/
}

.foot {
	text-align:center;
}

a#contact{
	background-color:#ffffff;
	border-radius: 2px;
	padding: 0.25em 0.5em;
	font-size: 1rem;
    font-weight: bold;
	background: black;
    color: white;
}