/* ************************ */
/* SECTION HELP AND BUTTONS */
/* ************************ */
.h1help {
	/* font-size: 1.5em;
    background-color: #D9D9D9;
	background-image: url('/static/images/help/fond_h1.png');
		background-repeat: no-repeat;
		background-position: -5px bottom;
		color: #4D4D4D;
		padding: 8px 8px 22px 8px;
	margin: -8px -8px 0 -8px;
	/*
														/* padding-top: 2vw;
														padding-left: 1vw; */
		margin: 2vw 0vw 2vw 2vw;
}

.h2help {
	font-size: 1.3em;
	background-color: transparent;
	background-image: url('/static/images/help/icone_h2.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #F7B414;
		padding: 0 0 0 26px;
			margin-left: 3vw;
			margin-right: 2vw;
}

.h3help {
	padding-left: 2em;
	padding-top: 2vw;
}

img.normalRes {
	display: block;
		margin-left: 4vw;
}

img.highRes {
	display: none
}

.phelp {
	text-align: justify;
	margin-left: 2vw;
		margin-right: 2vw;
}

.helpbutton {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	margin: 0vw;
	font-size: 1.5em;
	height: 3.5em;
	/* font-weight: bold; */
	/* border-bottom-width: medium; */
	border-bottom: 1px solid #ededf0;
	border-right: none;
	border-left: none;
	border-top: none;
	border-radius: 0px;
	background-color: #ffffff;
	color: #282828;
	cursor: pointer;
}

.helpbutton:disabled {
	background-color: #ffffff;
}

.helpbutton:hover {
	background-color: #ededf0;
	/* Couleur de fond au survol */
	color: #282828;
	/* Couleur du texte au survol */
	border: 2px solid #ededf0;
	/* Bordure visible au survol */
}

.helpbutton span {
	margin-right: 1px;
	margin-left: 0.5px;
}

.helpbutton .text-content {
	margin-left: 0.5em;
	padding-left: 0em;
	color: #9a9a9a;
	/* Ajustez cette valeur pour décaler le texte */
}

.helpbutton:enabled .text-content {
	color: #282828;
}

.helpbutton i {
	margin-left: auto;
	margin-right: 30px;
}

.helpbutton:disabled i {
	color: #d0d0d0;
	/* Couleur de l'icône pour le bouton désactivé */
}

.helpbutton:enabled i {
	color: #282828;
	/* Couleur de l'icône pour le bouton désactivé */
}

.ulhelp {
	margin-right: 1%;
}
