html, body {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 12px;
	color:midnightblue;
	margin: 0;
}
#main{
	display: flex;
	height: 100dvh;
	flex-flow: column nowrap;
	padding: 0 0.3rem;
	margin: 0 auto;
	width: 98dvw;
}
#entete{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	height: fit-content;
	border-bottom: 1px dotted grey;
	align-items: center;
}
#entete div{
	height: fit-content;
}
#tcon {
	align-self: flex-end;
	flex-grow: 2;
	display: flex;
	flex-flow: column nowrap;
}
#logo-top{
	height: 6rem;
	margin: auto;
}
#entete h3 {
	font-size: 1.1rem;
	margin-top: 0.5rem !important;
}
#entete p, #entete h3{
	margin: 0.1rem auto;
	text-align: center;
}
h4, p{
	margin: 0.3rem 0;
}
div.qr{
	display: flex;
	flex:1;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0.5rem 0;
	align-items: center;
}
.qr select, .qr input{
	margin-left: auto;
	max-width: 90dvw;
}

.qr select{
	font-size: 1rem;
}
.qr .ml {
	display: flex;
	flex-flow: row nowrap;
	margin-left: 1rem;
	align-items: center;
}
.qr .ml span{
	margin-left: 1rem;
}
.qr em{
	font-size: 80%;
}
input[type="submit"],input[type="button"]{
	padding: 0.5rem 1rem;
	font-size: 1rem;
	margin: 0.5rem auto;
}
#footer{
	text-align: center;
	margin-top: auto;
	border-top: 1px dotted grey;
	padding: 0.3rem;
}
form.fullw{
	margin-top: 1rem;
/*	width:inherit;
	max-width: inherit; */
}
form{
	flex-grow: 1;
}
.scroll{
		overflow-y: scroll;
}
fieldset{
	border: 1px dotted grey;
	border-radius: 0.5rem;
	background-color:rgb(202, 230, 253);
	margin-bottom:1rem;
	width:inherit;
	max-width: inherit;
}
legend{
	font-weight:normal;
	font-size: 0.9rem;
}
.lstRow{
	padding: 0.5rem 1rem;
	border-bottom:1px dotted grey;
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline; 
}
.incomplet{
	border-left:0.3rem solid orangered; 
}
.complet{
	border-left:0.3rem solid yellowgreen; 
}
.final{
	border-left:0.3rem solid green; 
}
.leftTxt{
	width: 40vw;
}
.priList{
	display:flex;
	flex-flow: row nowrap;
}
.priList textarea{
	display: block;
	width: 90%;
}
.priList>div{
		flex-grow: 1;
		width: 30vh;
}
span.dynatext, span.dynatex {
	display: block;
	width: 99%;
	overflow: hidden;
	resize: vertical;
	min-height: 7.2rem;
	line-height: normal;
	background-color: white;
	padding: 2px;
	white-space: pre-wrap;
}
.conseil{
	display:flex;
	flex-flow: row nowrap;
}
.conseil div.big{
	padding-left: 2rem;
	flex-grow: 1;
}
table.prevent{
	width: 99%;
	border-spacing: 0;
	column-count: 4;
	table-layout: fixed;
}
.prevent td{
	padding: 1rem;
	vertical-align: top;
}
.prevent th h3{
	color: white;
	background-color: midnightblue;
	margin: 0.5rem;
	padding: 0.25rem;
	border-radius: 1rem;
}
td.prio, td.frein, td.cons{
	border-right: 1px solid midnightblue;
}
.prevent td{
	border-bottom: 1px dotted grey;
	margin: 0 1rem;
}

