.help-container{
	overflow: auto;
	height: 550px;
	max-height: 550px;
	width: 100%;
	justify-content: top;
    display: flex;
    flex-direction: column; /* Pour empiler verticalement */
    align-items: center; /* Centre horizontalement l'icône et le titre */
}
.help-container_ico{
	width: 60px;
	height: 60px;
}
.help-container_titre{
	font-family: 'Arial', sans-serif;
    font-size: 20px;
    text-align: center; /* Centre le texte sous l'icône */
    color: var(--couleur4);
    font-weight: bold;

}

