/*
:root {
	--parametres-couleur: #FEF;
	--supprimer-couleur: #900F;
	--supprimer-fond: #9006;
	--supprimer-fond-hover: #9006;
	}
*/
footer {
	position: fixed;
	bottom: -3.5em;
	margin-top: 5em;
	background-color: #333;
	color: #FFF;
	padding: 0 1em 1em 1em;
	width: 100%;
	text-align: left;
	transition: all 0.5s ease;
	cursor: help;
	}
footer::before {
	content: "⮉";
	position: absolute;
	bottom: calc(100% - 0.5em);
	left: 0;
	display: block;
	color: #333;
	font-size: 5em;
	transition: all 0.5s ease;
	z-index: -1;}
footer:hover {
	bottom: 0;
	border-top-right-radius: 50%;
	}
footer:hover::before {
	bottom: calc(100% - 0.9em);
	}
footer #aide {
	text-align: left;	
	}
footer #aide li {
	text-align: left;	
	}	
div#questionnaire, fieldset {
	display: table;
	padding: 0.5em 1em;
	border-radius: 1em;
	background: var(--parametres-couleur);
	border: 1px solid #333;
	margin: auto;
	text-align: left;
	}
fieldset {
	width: 50%;
	min-width: 800px;
	}
	
div#questionnaire legend {
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
	text-align: left;
	}
	
div.blocQuestion {
	display: inline-block;
	margin: 0.5em 2em;
	vertical-align: top;	
	}

div#questionnaire p {
	margin: 0.25em 0;
	}
	
#questionnaire p.question {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
	}
#questionnaire .reponses {
	margin-top: 0;
	list-style: none;
	}
	
#questionnaire label, #questionnaire input[type="radio"] {
	cursor: pointer;
	transform-origin: left;
	transition: all 0.25s ease;
	padding: 0.25em 0.5em;
	}
	
#questionnaire label:hover {
	transform: scale(1.25);
	display: inline-block;
	background: #0F0;
	border-radius: 0.5em;
	background: #FFF;
	}
  
	


