@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
	font-size: 62.5%;
}

body {
	background-color: #aaaaaa;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 1.5rem;
}

.pluspetit {
	font-size: 90%;
}

.plusgrand {
	font-size: 120%;
}

p.q {
	font-variant: small-caps;
	font-style: italic;
	font-size: 133%;
	font-weight: bolder;
	text-indent: 0;
}

h1 {
	font-size: 2.4rem;
	/*	line-height: 5rem;*/
}

h2 {
	font-size: 2rem;
	margin-right: 2rem;
}

h3 {
	font-size: 1.8rem;
	margin-right: 2rem;
}

h1, h2, h3 {
	border-bottom: 1px solid black;
	padding-bottom: 0.333rem;
	padding-left: 1ex;
	margin-top: 1ex;
	/*	overflow: hidden;*/
}

p {
	margin: 0px;
	text-align: justify;
	text-indent: 1em;
	font-size: 1.7rem;
	padding: 0.5rem;
	line-height: 133%;
}

ul.liste li {
	text-align: justify;
	padding-right: 2rem;
	font-size: 1.7rem;
	margin-bottom: 0.5rem;
	line-height: 133%;
}

ul.liste ul {
	margin-bottom: 1.25rem;
}

ul.liste li ul {
	margin-top: 0.75rem;
}

#maison {
	background-image: url("assets/maison.png");
	background-position: -7px -7px;
	background-repeat: no-repeat;
	float: right;
	margin-top: -1em;
}

#maison a {
	width: 50px;
	height: 50px;
	display: block;
}

.ligne {
	border-bottom: 1px solid grey;
	padding-left: 1ex;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

#be {
	background-color: #add7ef;
	color: black;
	width: 70rem;
	padding: 2rem;
	margin: 2rem auto;
	border-radius: 1.5rem;
	box-shadow: 2rem 2rem 4rem #222222;
	text-align: left;
}

@media all and (max-width : 800px) {
	#be {
		width: auto;
	}
}

#alerte {
	font-size: 1.33rem;
	color: darkred;
	background-color: #bbb;
	font-weight: bold;
	padding: 1.5rem;
	margin-bottom: 4rem;
	margin-right: auto;
	margin-left: auto;
	border-radius: 1.5rem;
	box-shadow: 0.5rem 0.5rem 1rem #222222;
	text-align: center;
	width: 70%;
}

nav {
	width: 100%;
	padding-top: 1rem;
}

nav div {
	width: 49.66%;
	display: inline-block;
	vertical-align: top;
}

nav li {
	font-size: 1.55rem;
	padding-bottom: 0.5rem;
}

#page-toc {
	float: right;
	clear: right;
	width: 27rem;
	margin-right: -2.33rem;
	padding: 0;
}

#page-toc header {
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
}

#page-toc li {
	font-size: 1.33rem;
	padding-bottom: 0;
}

footer {
	text-align: center;
	border-top: 1px solid grey;
	margin-top: 1em;
	padding: 0.75em;
	clear: both;
}

footer img {
	margin: 0.5ex;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: #0000bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: medium none;
}

table {
	background-color: #f0f0f0;
	color: Black;
	border: 2px solid Black;
	border-collapse: collapse;
	margin-top: 1ex;
	margin-bottom: 1ex;
	width: inherit;
}

table th, table td {
	padding: 0.5em;
	margin: 0em;
	border: 1px solid Silver;
	text-align: center;
}

table th.header, table th.headerSortDown, table th.headerSortUp {
	background-image: url("assets/tri.gif");
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

table th.headerSortDown {
	background-image: url("assets/tri_desc.gif");
}

table th.headerSortUp {
	background-image: url("assets/tri_asc.gif");
}

th {
	font-size: 1.125em !important;
}

blockquote {
	font-weight: bolder;
	color: #df0000;
	font-size: 1.1em;
}

input, label, textarea {
	font-size: 1.3em;
}

label {
	display: inline-block;
	float: left;
	clear: left;
	width: 10em;
	text-align: right;
	padding-right: 1ex;
}

input, textarea {
	display: inline-block;
	float: left;
	margin-bottom: 0.5ex;
	font-family: "Courier New", Courier, monospace;
	width: 20em;
}

.subbutton {
	margin-left: 13em;
}

textarea {
	height: 8em;
}

span.error, p.alert {
	color: red;
	font-weight: bold;
}

span.error {
	display: block;
	clear: both;
	padding-left: 10em;
}

.antispam {
	display: none;
}
