.comments { clear: both; }
.comments .odd { background: #eee; }
.comments .comment { padding: 20px; }
.comments .comment p { margin-bottom: 0; }
.comments h3 { background: #eee; padding: 10px; font-size: 20px; margin-bottom: 20px; clear: both; }
.comments .previous-comments { margin-bottom: 20px; }

/* Boite du titre et du logo */
.header-xofflogo {
  display: flex;
}

/* Partie de la boite contenant le titre principal */
.Titre_Principal {
 margin: auto;
 font-family : inherit;
 font-size :xx-large;
 font-weight: bold;
 }
 
.label-titre {
  background-color: #bbc2dc;
}
.label-titre[href]:hover,
.label-titre[href]:focus {
  background-color: #bbc2dc;
}

.wrapper {
	align-items: strech;
}