/*** mes-styles.css - Mise en forme de la page ***/

body {
	margin: 1em;
	padding: 0 2px;
	/* font-family: 'Arimo', sans-serif; */
	font-family: 'Source Sans Pro', sans-serif;

	text-align: left;
	color: black;
	background-color: #FFFFFF;
}

p,
td,
th,
ul,
ol {
	font-size: 1em;
}

.bigger > p,
.bigger > li,
.bigger > td,
.bigger > th {
	font-size: 1.1em;
}

ul,
ol {
	line-height: 140%;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #b44c37;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #666666;
}

h3 {
	font-size: 1.3em;
	color: #379fb4;
}

h5 {
	font-size: 1.1em;
}

h4 {
	font-weight: bold;
}

strong {
color: #2A6384;
}

code {
	font-family: "Courier New", Courier, FreeMono, monospace;
	font-size: 110%;
	background: #dddddd;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input {
	background-color: #eeeeee; 
}

p,
td,
th {
	padding-left: 1em;
	/* max-width: 700px; */
}

ul,
ol,
li {
	/* max-width: 660px; */
}

ul>li,
ol>li {
	margin: 4px 0 4px 4px;
}

p#notes {
	border-bottom: 1px dotted black;
	padding-bottom: 1em;
}

footer,
#footer,
.footer {
	border-top: 1px dotted #6A003C;
	padding-top: 1em;
	font-size: 80%;
	color: #6A003C;
}

.filariane,
.menuliste,
#filariane {
	display: flex;
	justify-content: space-between;
	width: 84%;
}

.filariane,
#filariane {
	font-size: 80%;
	color: #FF0000;
}

.filariane a,
#filariane a {
	color: #ee3333;
}

.filariane .zoneconnect,
#filariane .zoneconnect {
	color: #711;
}

.filariane .zonemenu a,
#filariane .zonemenu a {
	color: #3d1476;
}

.plusgros {
	font-size: 130%;
}

.grosocrejaune {
	font-size: 120%;
	color: #6A003C;
}

.red {
	color: red;
}

.pluspetit {
	font-size: 80%;
}

small,
.small {
	font-size: smaller;
}

.debug {
	font-size: 80%;
	color: #ccc;
}

.pasdepuce {
	list-style-type: none;
}

table td.large,
table th.large {
	padding: 4px;
	/* Pas de retrait autour du texte = "0". */
	border: 1px solid #ddd;
	/* Pas de bordure = "none". */
	/* vertical-align: top;  Valeur par défaut: "middle" */
}

hr {
	color: #B34785;
	background-color: #B34785;
	border-color: #B34785;
}

hr.pluspetit {
	color: #8d5072;
	background-color: #8d5072;
	border-color: #8d5072;
	width: 50%;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.marge20 {
	margin-left: 20px;
}

.marge30 {
	margin-left: 30px;
}

.ligne {
	display: flex;
	flex-wrap: wrap;
	min-height: 28px;
	cursor: pointer;
}

.ligne:nth-child(odd) {
	/* impair */
	background-color: #dff5f5;
}


.ligne.legende {
	font-weight: normal;
	padding-bottom: 10px;
	background-color: #036487; /*  */
	color:#eeeeee;
	cursor: auto;
}

.ligne.legende a {
	color:#d7d3b8;
}


.page {
	min-width: 40%;
	max-width: 40em;
	padding: 4px;
	margin: 0 10%;
	border: thin solid #4B8CA3;
	border-radius: 6px;

}

.page.noblue {
	background-color: #eacede;
	/*  */
}

.page.redborder {
	border: thin solid red;
	/*  */
}

.hiddenChercher,
.hidden {
	display: none;
}

.showChercher,
.show {
	display: inline;
}

.headliste {
	display: flex;
	justify-content: space-between;
	width: 90%;
}

.liste {
	margin-left: 30px;
	padding: 4px;
	border: thin solid #d4b6c7;
	border-radius: 6px;

}

.noblue .ligne {
	background-color: #ffffff80;
	/*  */
	padding: 10px;
}

.cellule {
	flex: 1;
	margin: auto 0;
	padding: 2px 6px;
}

.sigles .cellule:nth-of-type(3),
.sigles .cellule:nth-of-type(7) {
	/* col sigle et catégorie */
	flex: 2;
}

.sigles .cellule:nth-of-type(3) {
	/* col sigle */
	font-family: 'Inconsolata', monospace;
	font-weight: bold;
	font-size: 125%;

}

.sigles .cellule:nth-of-type(4),
.sigles .cellule:nth-of-type(5) {
	/* col signification et note+renvoie */
	flex: 6;
}

.admin .cellule:nth-of-type(2) {
	/* col pseudo */
	flex: 2;
}

.admin .cellule:nth-of-type(3) {
	/* col email */
	flex: 4;
}

.admin .cellule:nth-of-type(5) {
	/* col password */
	font-family: 'Inconsolata', monospace;
	font-size: 100%;

	flex: 7;
}

.page .cellule:nth-of-type(2),
.cellule.big {
	flex: 4;
}

.page .cellule {
	padding: 4px;
}

.noblue label.cellule {
	text-align: right;
	padding-right: 30px;
	flex: 1;
}

.noblue input.cellule {
	flex: 2;
}

.noblue div.cellule {
	flex: 2;
}

.abutton {
	border: 1px solid lightgray;
	border-radius: 6px;
	padding: 1px 3px;
}

a.button {
	background-color: #c0c0c0;
	border: none;
	color: rgba(0, 0, 0, 0.847);
	padding: 2px 6px 3px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
}


input,
textarea,
select,
button,
a.button {
	font-family: 'Source Sans Pro', sans-serif;
}
input:disabled,
textarea:disabled,
select:disabled,
button:disabled {
	color: #888888;
}

.page input,
.page textarea,
.page select,
.page button,
.page a.button {
	font-size: 110%;
}

select.pluspetit,
.pluspetit select,
.pluspetit option,
button.pluspetit,
input.pluspetit {
	font-size: 85%;
}

select.petit,
.petit select,
.petit option,
button.petit,
input.petit {
	font-size: 95%;
}

.headerliste {
	margin: 8px 30px 12px;
}

.headerliste button {
	font-size: 14px;
}

.boxhome,
.boxtop,
.boxplus,
.boxmiddle {
	position: fixed;
	left: 12px;
	width: 20px;
	background-color: #d4dce5;
	color: #b44c37;
	font-size: 22px;
	font-weight: 800;
	line-height: 130%;
	text-align: center;
	text-decoration: none;
}

.boxplus {
	top: 11.5%;
	left: 11px;
	width: 22px;
	font-size: 88%;
	line-height: 120%;
	background-color: white;
	border: 1px solid lightgray;
	border-radius: 4px;
}

.boxhome {
	top: 8.5%;
	background-color: white;
	/* height: 32px; */
	font-size: 14px;

}
.boxtop {
	top: 15%;
	height: 32px;
}

.boxmiddle {
	top: 18.4%;
	font-size: 90%;
	font-weight: normal;
}

.boxbottom {
	left: 8px;
	width: 20px;
	background-color: #d4dce5;
	color: #b44c37;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

.inline {
	cursor: auto;
	display: inline-block;
}

/* https://fonts.google.com/icons */
/* .material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 20
} */