body {
	font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 130%;
	font-weight: 300;
	background-color: #FCFDFF;
	color: #444;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}

@media only screen and (min-device-width: 900px) {
	.block {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		max-width: 1400px;
		padding: 0 1.25em
	}
}


#header_top {
	position: absolute;
	z-index: 9999 !important;
	top: 0;
	width: 100%;
	margin: 0;
	background: #18196c;
	height: auto;
	left: 0px;
	margin-left: 0;
}

header h1 {
	position: relative;
	z-index: 0;
	left: 0px;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
}


.footer-dark {
	padding: 10px 0px 15px 0px;
	margin: 0;
	color: #f0f9ff;
	background-color: #282d32;

	position: absolute;
	margin: 0;

	height: auto;
	left: 0px;
	right: 0px;
	text-align: center;
}

.footer-dark .copyright {
	text-align: center;
	padding-bottom: 10px;
	/*	opacity: 0.6; */
	font-size: 0.7em;
	margin-bottom: 0;
	color: #C0C7CC;
}


.menuactif {
	text-align: center;
	color: #D1D1D1;
}

a {
	color: #6599FF;
	text-decoration: none;
}

a:hover {
	color: #18196c;
	text-decoration: underline;
}

a.white {
	color: #C0C7CC;
	text-decoration: none
}

a.white:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.down {
	color: #f1562a;
	text-decoration: none;
}
a.down:hover {color: #806733;}

/* Menu */

.menu a {
	color: #444;
	text-decoration: none;
}

.menu a:hover {
	color: #f1562a;
	text-decoration: none;
}

.menu a:active {
	color: #f3462a;
	text-decoration: none;
}


div.premenu {
	padding-top: 100px;
	/*/padding-bottom: 50px;*/
}

div.menu {
	width: 60%;
	max-width: 900px;
	margin: auto;
	border: 3px solid #f1562a;
}


/* ___ Titres */
article h1,
h1 {
	text-align: center;
	font-weight: 600;
	color: #463e73;
	font-size: 2.5em;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: .2em 0;
	color: #192c4e;
	text-align: left;
	line-height: 1.3
}




h2,
article h2 {
	font-size: 1.8em;
	padding-top: 25px;
}

h3,
article h3 {
	font-size: 1.5em padding-top: 20px;
}

h4,
article h4 {
	font-size: 1.3em padding-top: 18px;
}

h5,
h6,
article h5,
article h6 {
	font-size: 1.1em
}


/* Tables */
table {
	font-size: 100%;
	color: black;
	/* we don't want the bottom borders of <h2>s to be visible through * floated tables */
	background-color: white;
}

fieldset table {
	/* but keep table layouts in forms clean... */
	background: none;
}


p {
	text-align: justify
}

hr {
	border-top: 1px solid gray;
}

img {
	mix-blend-mode: multiply;
	position: relative;
	z-index: 0 !important;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right {
	float: right;
	margin-left: 20px;
}

.left {
	float: left;
	margin-right: 20px;
}

.left_header {
	float: left;
	margin-left: 20px;
}

.box {
	border: 3px;
	border-style: solid;
	border-color: #75756A;
	padding: 0.5em;
	background-color: beige;
	text-align: left;
}

.boxwhitesmoke {
	border: 3px;
	border-style: solid;
	border-color: #111;
	padding: 0.5em;
	background-color: #F5F5F5;
	text-align: left;
}

ul>li {
	text-align: left;
	margin: .5em 0;
	line-height: 1.15;
}

figcaption {
	color: #18196c;
	display: block;
	margin-top: .3em;
	font-style: italic;
	font-size: .8em;
	text-align: center;
	font-family: Arial;
}

p.cite {
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	margin-bottom: -1em;
	margin-top: 1em;
}

.city {
	max-width: 100%;
	background-color: tomato;
	color: white;
	border: 2px solid black;
	margin: 20px;
	padding: 20px;
	font-size: 0.8em;
}

.city2 {
	max-width: 100%;
	background-color: #f1562a;
	color: white;
	border: 2px solid black;
	margin: 20px;
	padding: 20px;
	font-size: 0.8em;
}

div.ex2 {
	max-width: 100%;
	margin: 20px;
	border: 3px solid #73AD21;
	padding: 20px;
	font-size: 0.8em;
}

div.esp {
	font-size: 0.8em;
	padding-top: 2px;
}

div.esp2 {
	padding: 20px;
}

div.result {
	font-size: 0.8em;
	padding-top: 2px;
	padding-right: 50px;
	text-align: right;
}

div.warning {
	max-width: 90%;
	border: 3px solid #f1562a;
	margin: auto;
	font-size: 0.8em;
	padding: 20px;
}


div.testi1 {
	max-width: 90%;
	border: 3px solid #18196C;
	background-color: #B3CCFF;
	margin: 20px 5% 40px 10%;
	padding: 20px;
	font-size: 0.9em;
	text-align: center;
}

div.testi2 {
	max-width: 90%;
	border: 3px solid #FFCF66;
	background-color: #FFE7B3;
	margin: 20px 10% 40px 5%;
	padding: 20px;
	font-size: 0.9em;
	text-align: center;
	color: #806733;
}

table.tem1 {
	background-color: transparent;
	color: #121352 !important;
	width: 100%;
	border: 0;
}

table.tem2 {
	background-color: transparent;
	color: #4D3E1F;
	width: 100%;
	border: 0;
}

p.auteur {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: -0.6em;
	margin-top: 1em;
}

p.intro {
	font-style: italic;
	text-align: center;

}

blockquote {
	font-style: italic;
	text-align: center;
	font-size: 100%;
	font-family: "Helvetica Neue", "San Francisco", "Roboto", "Lucida Grande", "Segoe UI", sans-serif;
}