
.etat .guide {
	margin: .8em 0 1em 0;
	white-space: pre-line;
	font-size: 90%;
}
.etat .question.pasdereponse .guide {
	display: none;
}

.colonne-principale .etat .item.guide {
	color: #959595;
	margin: 0;
}

.etat h2 {
	margin: 2em 0 1em 0;
	font-weight: bolder;
	font-size: 120%;
}
.etat h2 img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 15px;
	vertical-align: text-bottom;
	filter: brightness(150%);
}

.colonne-principale .etat .groupe {
	margin-bottom: 3em;
}

.colonne-principale .etat .item:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	border-left: 40px solid #D6D637;
}
.colonne-principale .etat .item {
	background: white;
	color: #353535;
	border-bottom: 1px solid #b0b0b0;
	cursor: unset;
	position: relative;
	padding-left: 55px;
	min-height: 40px;
}

.colonne-principale .etat .item.niveau:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	border-left: 15px solid #D6D637;
}
.colonne-principale .etat .item.niveau {
	padding-left: 30px;
}

/*.colonne-principale .etat .item:first-child {*/
/*	border-top: 1px solid #797979;*/
/*}*/
/*.colonne-principale .etat .reponse .item:first-child {*/
/*	border-top: none;*/
/*}*/
.colonne-principale .etat .item:hover {
	background: white;
}
.etat .item .texte {
	flex-grow: 1;
	margin: 5px 0;
}
.etat .picto-desaccord {
	height: 2em;
	width: 2em;
	object-fit: contain;
	flex-shrink: 0;
	margin: 5px;
	width: 1.2em;
	object-position: bottom;
}

.etat .picto-desaccord.estompe,
.etat .degre .fond {
	filter: saturate(0%) opacity(10%);
}
.etat .degre {
	width: 6em;
	height: 2em;
	margin: 5px;
	flex-shrink: 0;
	position: relative;
}
.etat .degre img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0%;
}


.etat .jauge {
	display: inline-block;
	position: relative;
	width: 15em;
	height: 1.25em;
	margin: 2px;
}
.etat .jauge .fond {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	border-top: 1.25em solid #CBCBCB;
}
.etat .jauge .inside {
	display: block;
	position: absolute;
	top: 0;
	border-top: 1.25em solid #00254D;
}

.etat .theme .jauge {
/*	height: 1em;*/
	width: 12em;
}
/*.etat .theme .jauge .fond,*/
/*.etat .theme .jauge .inside {*/
/*	border-top-width: 1em;*/
/*}*/

.etat .sep_vertical {
	height: 100%;
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,.5);
}

.etat .question.reduit .reponse,
.etat .question.reduit .guide {
	display: none;
}
.etat .theme.reduit + .details {
	display: none;
}

.etat h3 {
	margin: 0px;
	padding: .8em .8em 4px .8em;
  font-size: 100%;
  border-radius: 15px 15px 0 0;
	font-weight: normal;
	border-bottom: 2px solid #ccc;
}

.etat .reponse h4 {
	padding: 0 2em;
	margin: 0;
	border-top: 2px solid #ccc;
	padding-top: 10px;
	font-size: 90%;
}
.etat h3 + .reponse h4:first-child {
	border: none;
}

.etat .question {
	padding: 0;
	margin: 0;
	margin: 0 0 1em 0;
}
.etat .question .item .flechebas {
	position: absolute;
	left:0;
	top: 0;
	height: 100%;
	width: 40px;
	padding: 10px;
	transition: transform .2s linear;
	transform: rotate(0deg);
}
.etat .question.reduit .item:first-child .flechebas {
	transform: rotate(-90deg)
}
.etat .question .theme .flechebas {
	padding: 14px;
}
.etat .theme.reduit .flechebas {
	transform: rotate(-90deg)
}

.etat .question.reduit .item {
	cursor: pointer;
}
.etat .question.reduit:hover {
	box-shadow: 0px 0px 5px 5px #CBCBCB;
}

.etat .reponse {
	border-bottom: 1px solid #CBCBCB;
	border-left: 15px solid #D6D700;
}
.etat .reponse p {
	color: #353535;
	margin: 0;
	padding: 4px 10px;
}
.etat .question.type_echelles:not(.pasdereponse) .reponse {
	border: none;
}

.etat .reponse h5 {
	padding: 0 4em;
	margin: 1em 0 0 0;
}

.etat .reponse ul li,
.etat .reponse p {
/*	font-size: 110%;*/
/*	font-weight: bold;*/
}

.etat .liste_echelles {
	display: block;
	vertical-align: top;
}
.etat .liste_echelles .titre_echelle {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}
.etat .liste_echelles .echelle {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.etat .reponse .details {
	overflow: hidden;
}
.etat .reponse .details .liste_echelles {
	margin: 1em 4em;
}
.etat .reponse .details .liste_echelles .titre_echelle {
	width: 60%;
}
.etat .reponse .details .liste_echelles .echelle {
	width: 40%;
	margin: 0;
	padding: 0em;
	font-size: 60%;
}

.etat .reponse .resume {
	text-align: center;
	margin: 1em 4em;
}
.etat .reponse .resume .liste_echelles {
	width: 40%;
	text-align: left;
	display: inline-block;
}
.etat .reponse .resume .liste_echelles .echelle {
	width: calc( 100% - 2em );
	font-size: 80%;
	margin: 0 0 0 1em;
	padding: 0;
}

.etat .synthese {
	background: #F5F5F5;
	padding: 5px;
	xdisplay: none;
}
.etat .synthese h2 {
	margin: 5px 5px 10px 5px;
}
.etat .synthese .details .item {
	background: #F5F5F5;
	padding-left: 35px;
}
.etat .synthese .details .item:before {
	border-left: 20px solid #D6D637;
}

.etat .synthese .details .liste_echelles {
	width: 50%;
	text-align: left;
	display: inline-block;
}
.etat .synthese .details .liste_echelles .echelle {
	width: calc( 100% - 2em );
	font-size: 80%;
	margin: 0 0 0 1em;
	padding: 0;
}

.etat .type_liste_choix_multiples ul {
	margin: 0 0 0 10px;
	padding: 5px 0;
}
.etat .type_liste_choix_multiples li {
	list-style: square inside;
}

.echelle {
	position: relative;
	height: 3em;
	margin: 1em 2em;
	padding: 0;
	display: inline-block;
	width: calc( 100% - 4em );
}
.echelle .mini,
.echelle .milieu,
.echelle .max {
	position: absolute;
	top: 0px;
	font-size: 200%;
	z-index: 1;
}
.echelle .mini {
	left: 0px;
}
.echelle .max {
	right: 0px;
}
.echelle .milieu {
	left: calc( 50% - .5em );
	width: 1em;
}
.echelle .out {
	background: linear-gradient( to left, #0F0 , #F00 );
	position: absolute;
	border: 1px solid #555;
	height: 1em;
	top: 1.1em;
	left: 2.5em;
	width: calc( 100% - 5em );
	box-sizing: border-box;
}

.echelle .out > img.fond {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.echelle .in {
	background: transparent;
	height: 100%;
	position: absolute;
}
.echelle img.curseur {
	position: absolute;
	width: 1.8em;
	margin-left: -0.9em;
	top: -.55em;
	height: 2em;
	z-index: 1;
	opacity: .8;
}

p.commentaire {
	font-size: 90%;
	white-space: pre-line;
	font-style: italic;
	color: #353535;
}

.etat .item.attention {
	font-weight: bold;
	background: #CBCBCB;
	color: #585857;
	font-size: 80%
}
.etat .item.attention:hover {
	background: #CBCBCB;
}
.etat .item.niveau.attention::before {
	border-left: 15px solid #585857;
}

.etat .question.type_titre h3 {
	font-size: 110%;
	font-weight: bold;
}
.colonne-principale .etat .reponse .item.theme  {
	cursor: zoom-out;
}
.colonne-principale .etat .reponse .item.theme.reduit  {
	cursor: zoom-in;
}
.colonne-principale .etat .reponse .item.theme .texte {
	font-size: 90%;
	font-weight: bold;
}

.etat + .saisie-commentaire {
	background-color: #F5F5F5;
	padding: 10px;
	border: 2px solid #D6D637;
	height: 25vh;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

.etat + .saisie-commentaire .saisie {
	display: block;
	flex-grow: 1;
}
.etat + .saisie-commentaire textarea {
	width: 100%;
	height: 100%;
	font-family: inherit;
	padding: 10px;
}

.print-commentaire h1 {
	color: #00254D;
	font-size: 200%;
	margin-left: 0;
}
.etat + .saisie-commentaire + .print-commentaire {
	border-left: 5px solid #D6D637;
}
@media screen {
	.print-commentaire {
		display: none;
	}
}
.out-commentaire {
	text-align: justify;
	white-space: pre-line;
	padding: 0 0 0 20px;
	color: #585857;
}
.signature-commentaire {
	text-align: right;
	font-size: 90%;
	margin-top: 2em;
}

