/* Couleurs EMSE
 * Violet Pantone 267 C (C82/M97) #5f259f
 * Gris 37% noir #5e5e5e
 *
 * Gamme Orange
 * PANTONE 1595 C (C8/M72/J98) #d86018
 * PANTONE 7414 C (C18/M62/J100/N8) #c16c18
 * PANTONE 716 C () #ea7600
 *
 * Gamme Vert
 * PANTONE 375 C (C46/J90) #97d700
 * PANTONE 7737 C (C60/J98/N7) #6ba539
 * PANTONE 7742 C(C71/M5/J100/N45) #4a773c
 *
 * Gamme Jaune
 * PANTONE 114 C (M10/J80) #fbdd40
 * PANTONE 109 C (M17/J100) #ffd100
 * PANTONE 7405 C (C6/M16/J100) #f2cd00
 *
 * Gamme Bleu
 * PANTONE 801 C (C95/M10/J108) #009ace
 * PANTONE 2995 C (C80/M8) #00a9e0
 * PANTONE 3025 C (C100/M57/J33/N23) #004f71
 *
 * Gamme Rose
 * PANTONE 7423 C (M73/J15) #e06287
 * PANTONE 709 C (M69/J29) #ef6079
 * PANTONE 703 C (C6/M91/J53/N16) #b83a4b
 *
 * Gamme Rouge
 * PANTONE 178 C (M76/J55) #ff585d
 * PANTONE RED 032 C (M88/J70) #ef3340
 * PANTONE 7622 C (C26/M95/J77/N25) #93272c
 */
@font-face {
	font-family: "Klima";
	font-weight: normal;
	font-style: normal;
	src: url("fonts/klima-regular-web.otf") format("opentype"),
	url("fonts/klima-regular-web.woff2") format("woff2");
}

@font-face {
	font-family: "Klima";
	font-weight: bold;
	font-style: normal;
	src: url("fonts/klima-bold-web.otf") format("opentype"),
	url("fonts/klima-bold-web.woff2") format("woff2");
}

@font-face {
	font-family: "Klima";
	font-weight: normal;
	font-style: italic;
	src: url("fonts/klima-italic-web.otf") format("opentype"),
	url("fonts/klima-italic-web.woff2") format("woff2");
}

@font-face {
	font-family: "Klima";
	font-weight: bold;
	font-style: italic;
	src: url("fonts/klima-bold-italic-web.otf") format("opentype"),
	url("fonts/klima-bold-italic-web.woff2") format("woff2");
}

* {
	box-sizing: border-box;
}

html {
	font-family: "Klima", sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
}

body {
	margin: 0;
	padding: 0;
}

#header {
	display: flex;
	flex-direction: column;
	border: none;
	border-radius: 5px;
	text-align: center;
	width: auto;
	height: 100vh;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background: #5f259f;
	color: white;
	font-size: min(10vh, 10vw);
}

#header h1 {
	font-size: 4rem;
	font-size: min(10vh, 10vw);
}
#header h1:first-child {
	color: white !important;
}
#header .details {
	margin-top: 1em;
	/*font-size: 1.5rem;*/
	font-size: 33%;
}
.email {
	font-family: monospace;
	font-size: smaller;
}
a {
	color: inherit;
	text-decoration: none;
}
.email a {
	color: white;
}
#header .details #email::before {
	content: "<";
}
#header .details #email::after {
	content: ">";
}

#header .details #revnumber,
#header .details #revdate
{
	display: inline-block;
	display: none;
	padding-top: 1rem;
	font-size: 1rem;
	font-family: monospace;
}
#footer {
	display: none;
	margin: 1rem 0;
	padding: 0;
	text-align: center;
	background: black;
	color: white;
}

.sect1 {
	border: none;
	width: auto;
	height: 100vh;
	margin: 0;
	padding: 2ex 0 1ex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	font-size: min(10vh, 10vw);
	background: #ffffff;
	overflow: hidden;
}

.sect1 h2 {
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	margin: 0;
	padding: 1ex 0 0 0;
	color: #5f259f;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.sect1 .sectionbody {
	font-size: 0.38em;
	padding: 1rem;
	margin: 0;
	width: 100%;
}

.title {
	font-size: larger;
	font-weight: bold;
	color: #5e5e5e;
}
.quoteblock {
	font-style: italic;
}
.quoteblock div.attribution {
	text-align: right;
}

.sectionbody > .ulist.title-centered .title {
	text-align: center;
}
.sectionbody > .ulist ul {
	margin: 0;
}
.sectionbody > .ulist ul p {
	margin: 1rem;
}

.sectionbody > .ulist {
	margin-top: 2rem;
}
.sectionbody > .ulist,
.sectionbody > .openblock {
	position: relative;
	z-index: 1;
}
.sectionbody > .ulist + .ulist {
	margin-top: 0rem;
}

.ulist.ok li {
	list-style-type: "\2714 ";	/* ✔ */
	color: green;
}
.ulist.danger li {
	list-style-type: "\26a0 ";	/* ⚠ */
	color: #dc9f2f;
}
.ulist.average li {
	list-style-type: "\2248 "; /* ≈ */
	color: orange;
}
.ulist.notok li {
	list-style-type: "\2718 ";	/* ✘ */
	color: red;
}
.ulist.up li {
	list-style-type: "\2303 ";	/* ⌃ */
	color: green;
}.ulist.down li {
	list-style-type: "\2304 ";	/* ⌄ */
	color: red;
}/* ***************************************** */
.col2 {
	width: 48% !important;
	margin: 0 1% !important;
	float:left;
	overflow-wrap: break-word;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.col3-l {
	width: 31% !important;
	margin: 0 1% !important;
	float: left;
	overflow-wrap: break-word;
}

.col3-cr {
	width: 65% !important;
	margin: 0 1% !important;
	float: left;
	overflow-wrap: break-word;
}

.col2 *,
.col3-l *,
.col3-l * {
	width: 100%;
}

/* ***************************************** */
.hdlist1 {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
/* ***************************************** */
.imageblock img {
	max-width: 90%;
}
.imageblock.center img {
	max-width: 85%;
}
/* ***************************************** */
.listingblock .title {
	margin-top: 1em;
}
.listingblock .content {
	/*
	background: linear-gradient(to right, #004f71aa, 10%, #f8f8f8);
	padding: 3px 0px 3px 5px;
	border-radius: 3px;
	*/
	border: 0 0 0 3px solid #004f71aa;
}
.pre-right .content {
	/*
	background: linear-gradient(to left, #004f71aa, 10%, #f8f8f8);
	padding: 3px 5px 3px 0px;
	border-radius: 3px;
	*/
	border: 0 0 0 3px solid #004f71aa;
}
pre {
	padding: 0.25em;
	margin: 0;
	/*
	border: 3px solid #004f71aa;
	border-radius: 5px;
	*/
	font-size: 1em;
	white-space: pre-wrap;
}
code {
	display: inline-block;
	width: auto  !important;	/* this is to counter the effect of the .col2
	                               width: 100; declaration */
}
pre,
code {
	color: #004f71;
	background: #009ace0a;
	background: #f8f8f8;
}
code * {
	color: #004f71;
	text-decoration : none;
}
kbd {
	font-family: fixed;
	border: 0.1em solid #777;
	border-radius: 0.3em;
	background: #eee;
	padding: 0.2em;
	min-width: 2.1em;
	display:inline-block;
	text-align: center;
	/* box-shadow: 0 0 0.2em #aaa inset; */
}
/* ***************************************** */
.larger {
	font-size: larger;
}
.large {
	font-size: 1.5em;
}

.smaller {
	font-size: smaller;
}

.small {
	font-size: 0.75em;
}
.tt {
	font-family: monospace;
}
.mono {
	font-family: monospace;
	font-weight: bold;
}
.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.vcenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/* ***************************************** */

.red {
	color: red;
}

.orange {
	color: #dc9f2f;
}

.green {
	color: green;
}

.gray,
.grey {
	color: gray;
}

.blue {
	color: blue;
}

.maroon {
	color: maroon;
}

.brown {
	color: #c16c18;
}

/* ***************************************** */
::selection {
	background: #55aa55;
	color: #ffffff;
}
/* ***************************************** */
.admonitionblock td.icon [class^="fa icon-"] {
	font-size: 1.5em;
	cursor: default;
	width: 1.25em;
	text-align: center;
}
.admonitionblock td.icon .icon-note::before{content:"\f05a";color:#4a773c}
.admonitionblock td.icon .icon-tip::before{ content:"\f0eb"; color:#111 ; }
.admonitionblock td.icon .icon-warning::before{content:"\f071";color:#93272c}
.admonitionblock td.icon .icon-caution::before{content:"\f06d";color:#c16c18}
.admonitionblock td.icon .icon-important::before{content:"\f06a";color:#f2cd00}

.admonitionblock td.content,
.admonitionblock td.content p {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.hdlist p {
	margin: 0 0 0.5em 0;
}
.hdlist1 {
	font-weight: bold;
}
td.hdlist1,td.hdlist2{vertical-align:top;}
td.hdlist1 {
	white-space: nowrap;
}
td.hdlist2{word-wrap:anywhere}
p{font-family:inherit;line-height:1.2;margin-bottom:1.25em;text-rendering:optimizeLegibility}
/*
*/

table {
	background: inherit;
}
table{border-collapse:collapse;border-spacing:0}
table.tableblock>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
th,td{margin:0;padding:0}
table{background:#fff;margin-bottom:1.25em;border:1px solid #dedede;word-wrap:normal}
table thead,table tfoot{background:#f7f8f7}
table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
table tr.even,table tr.alt{background:#f8f8f7}
table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{line-height:1.6}
table.tableblock>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
table.linenotable td.code{padding-left:.75em}
table.linenotable td.linenos,pre.pygments .linenos{border-right:1px solid;opacity:.35;padding-right:.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
p.tableblock:last-child{margin-bottom:0}
td.tableblock>.content{margin-bottom:1.25em;word-wrap:anywhere}
td.tableblock>.content>:last-child{margin-bottom:-1.25em}
table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
table.grid-all>*>tr>*{border-width:1px}
table.grid-cols>*>tr>*{border-width:0 1px}
table.grid-rows>*>tr>*{border-width:1px 0}
table.frame-all{border-width:1px}
table.frame-ends{border-width:1px 0}
table.frame-sides{border-width:0 1px}
table.frame-none>colgroup+*>:first-child>*,table.frame-sides>colgroup+*>:first-child>*{border-top-width:0}
table.frame-none>:last-child>:last-child>*,table.frame-sides>:last-child>:last-child>*{border-bottom-width:0}
table.frame-none>*>tr>:first-child,table.frame-ends>*>tr>:first-child{border-left-width:0}
table.frame-none>*>tr>:last-child,table.frame-ends>*>tr>:last-child{border-right-width:0}
table.stripes-all>*>tr,table.stripes-odd>*>tr:nth-of-type(odd),table.stripes-even>*>tr:nth-of-type(even),table.stripes-hover>*>tr:hover{background:#f8f8f7}
th.halign-left,td.halign-left{text-align:left}
th.halign-right,td.halign-right{text-align:right}
th.halign-center,td.halign-center{text-align:center}
th.valign-top,td.valign-top{vertical-align:top}
th.valign-bottom,td.valign-bottom{vertical-align:bottom}
th.valign-middle,td.valign-middle{vertical-align:middle}
table thead th,table tfoot th{font-weight:bold}
tbody tr th{background:#f7f8f7}
tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
.hdlist>table,.colist>table{border:0;background:none}
.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
td.hdlist1{font-weight:bold;padding-bottom:1.25em}
td.hdlist2{word-wrap:anywhere}
.literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
.colist td:not([class]):first-child{padding:.4em .75em 0;line-height:1;vertical-align:top}
.colist td:not([class]):first-child img{max-width:none}
.colist td:not([class]):last-child{padding:.25em 0}
dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
td.content strong{letter-spacing:-.005em}
td.content{font-size:1.0625rem}
.sidebarblock td.content,p.tableblock{font-size:1em}
thead{display:table-header-group}

div.imageblock.bg-image .content img {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
}
div.imageblock.bg-image.right  .content img {
	right: 0;
}
div.imageblock.bg-image.left  .content img {
	left: 0;
}
div.imageblock.bg-image .title {
	font-size: 50%;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding:0.5em;
	position: absolute;
	bottom: 0;
}
div.imageblock.bg-image.right  .title {
	right: 0;
}
div.imageblock.bg-image.left  .title {
	left: 0;
}

.width50 { width: 50%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
