@import url("font/font.css");


/* ================================================================================================================== */

/* *********************************************************
	Basic HTML selectors
*/
html{
	width: 100%;
	height: 100%;
}
body{
	position:fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: var(--fontSize);
	font-family: var(--fontStyle);
	overflow: hidden;
	color:var(--contentFG);
	background-color:var(--contentBG);
}

figure{
	margin: 1em 0;
}

h1, h2, h3,h4,h5,h6{
	color:var(--accentColor);
}
h1, h2, h3{
	margin: 0.5em 0 0.2em 0;
}

video{
	max-width: 100%;
	max-height: 60vh;
}

h1 {
	font-size:1.5em;
	font-weight:normal;
	margin:0.67em 0;
}
h2 {
	font-size:1.2em;
	font-weight:normal;
	margin: 0 0 0.83em 0;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 1em 0;
}
h4 {
	font-weight:bold;
	margin: 0 0 1.33em 0;
}
h5 {
	font-size:0.83em;
	font-weight:bold;
	margin: 0 0 1.67em 0;
}
h6 {
	font-size:0.67em;
	font-weight:bold;
	margin: 0 0 2.33em 0;
}

/* === START - FOOTER ======================================================= */
footer {
	flex: 0 0 25px;
	font-size: 0.9em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-top: 2px solid var(--accentColor);
}

footer>a {
	text-decoration: none;
	overflow-wrap: break-word;
	margin-left: 5px;
	margin-right: 5px;
}

a.about_a {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background-color: var(--accentLight);
	line-height: 45px;
	text-align: center;
	font-size: 1.7em;
	color: var(--contentFG);
	margin: 0;
}

a.about_a:hover{
	background-color: var(--accentColor);
	color: var(--accentDarkFG);
	text-decoration: none;
}

a.about_a::before {
	font-family: "fontello";
	content: "\e808";
}

a.about_a span {
	position: absolute;
	left: -9999px;
}

/* === STOP - FOOTER ======================================================== */


/* === START - FOCUS ======================================================== */
a:focus,
input:focus,
video:focus,
button:focus,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: none;
	outline: 2px dotted rgb(78, 188, 225);
	transition: outline .25s ease-in-out;
}
/* === STOP - FOCUS ========================================================= */

/* *********************************************************
	Utilities
*/
.hidden{
	position: absolute;
	width:1px;
	height:1px;
	visibility: hidden;
	top:-10000px;
	left:-10000px;
}

/* === START - ACCESS ========================================================= */
#accessibility{
	font-size: 60%;
	list-style-type: none;
	padding:0;
	margin:0;
	z-index:200;
	position:absolute;
	top:3px;
}
#accessibility li{
	display:inline-block;
	margin:0 1em;
}
#accessibility a{
	opacity:0;
	color: var(--accentColorAlpha);
	text-decoration: none;
}
#accessibility a span{
	color: var(--accentColorAlpha);
}
#accessibility:hover a{
	opacity:0.5;
}
#accessibility a:focus{
	opacity:1;
}
.tooltip{
	background-color: var(--accentLight);
	border:2px solid var(--accentColor);
	font-size: 90%;
}
.tooltip_co{
	padding: 2px 4px;
}
.tooltip_ti{
	background-color: var(--accentColor);
	min-height:20px;
	color:var(--accentDarkFG);
	text-align:center;
}
.tooltip_x{
	display:inline-block;
	padding:0;
	margin: 0 ;
	position:absolute;
	right:2px;
	top:2px;
	color: var(--accentLight);
}
.tooltip_x:hover{
	text-decoration: none;
}
.tooltip_co p{
	margin:0.5em 0;
}
.tooltip_co ul{
	padding-left: 1.5em;
	margin:0;
}
.showHome .ssShortcut,
.showSlideshow .homeShortcut{
	display: none;
}

/* === STOP - ACCESS ========================================================= */


/* === START - MODES ========================================================= */
.showHome #home,
.showSlideshow #altSlides,
.showSlideshow #root{
	visibility: visible;
}
.showHome #root,
.showHome #altSlides,
.showHome #zoomFrame,
.showSlideshow #home{
	visibility: hidden;
}
/* === START - MODES ========================================================= */


/* === START - HOME ========================================================= */
#home nav .loadingMessage{
	display: none;
}
body.loading #home nav .loadingMessage{
	display: block;
}
body.loading #home nav button{
	display: none;
}


#home{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	flex-direction:column;
}
#home > div{
	flex: 1 1 auto;
	display:flex;
	flex-direction:column;
}
#home > div > div.home{
	flex: 0 0 80vh;
	display: flex;
	flex-direction: column;
	gap:1em;
	overflow: hidden;
	justify-content: center;
}
#home > div .home_ti{
	text-align: center;
	margin-bottom: 0;
}
#home > div .home_co:has(>.presData>.illus){
    height: 100%;
}
#home > div .presData{
	text-align: center;
	height: 100%;
	display: flex;
    flex-direction: column;
}
#home > div .presData .illus{
	position: relative;
	height: 100%;
}
#home > div .presData .illus img {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: auto;
	max-height: 100%;
}
#home > div .presAuth{
	text-align: center;
}
#home > div > nav{
	flex: 0 0 20vh;
	text-align: center;
}
#home > div > nav > button{
	display: inline-block;
	background: var(--accentColor);
	color: var(--accentDarkFG);
	padding: 5px 10px;
	text-decoration: none;
	font-size: 1.2em;
	border: 0;
	cursor: pointer;
}
#home > div > nav > button:hover{
	background-color: var(--accentColorAlpha);
    color: var(--accentColor);
}
#home > div > nav > button::after{
	display: inline-block;
	content: "\E810";
	font-family: "fontello";
	margin-left: 0.5em;
	font-size: .8em;
}

#home > div > nav > .loadingMessage{
	color: var(--accentColorAlpha);
	text-align: center;
}
/* === STOP - HOME ========================================================= */

/* === START - SLIDESHOW ========================================================= */
#root{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	flex-direction:column;
}
#root > main{
	flex: 1 1 auto;
	display:flex;
	flex-direction:row;
	position: relative;
	overflow: hidden;
}

#root > #zoomFrame{
	position:fixed;
}

/* -- TOC ---------------------------------- */
#tocFrame{
	flex: 0 0 auto;
	order:1;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 300px;
	background-color: var(--accentColorAlpha);
	margin: 0;
}
.tocClose #tocFrame{
	display: none;
}
#tocFrame .toc_ti{
	display: none;
}
#tocScroll{
	flex: 1 1 auto;
	order: 2;
	position: relative;
}
#toc{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0.2em;

}
#toc ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#toc li{
	padding: 0.2em 0 0.2em 1.5em;
	position:relative;

}

#toc a{
	display:block;
}
#toc a > span{
	padding: 2px 5px 2px 5px;
	display: inline-block;
	cursor: pointer;
	color: var(--contentFG);
}
#toc a.selected{
	background-color: var(--accentLight);
	border-right: 2px solid var(--accentColor);
}
#toc .txt_form_tl,
#toc .txt_form_tim,
#toc .txt_ico_tim  {
	display: inline-block;
	vertical-align: middle;
}
#toc .txt_form_tl,
#toc .txt_form_tim {
	background-color: var(--accentDarkFG);
	border-radius: 0.3em;
	padding: 0 0.1em;
}
#toc button.btnToggleOpen span,
#toc button.btnToggleClosed span{
	display:none;
}
#toc button.btnToggleOpen,
#toc button.btnToggleClosed{
	border: 0;
	position: absolute;
	width: 20px;
	left: 0;
	top: 4px;
	line-height: 20px;
	font-family: "fontello";
	text-align: center;
	background: transparent;
	padding: 0;
	cursor: pointer;
	color: var(--accentColor);
}
#toc button.btnToggleOpen::before{
	content:"\e80f";
}
#toc button.btnToggleClosed::before{
	content:"\e810";
}

.tocSrlUp{
	flex: 0 0 30px;
	order: 1;
	text-align:center;
}
.tocSrlDwn{
	flex: 0 0 30px;
	order: 3;
	text-align:center;
}

.tocSrlUp.btnOff, .tocSrlDwn.btnOff{
	opacity: 0;
}

.tocSrlUpBtn,
.tocSrlDwnBtn{
	padding:0;
	box-sizing: border-box;
	width: 280px;
	height: 20px;
	overflow: hidden;
	background-color: var(--accentColor);
	border:0;
	margin-top: 3px;
	cursor:pointer;
	font-family: "fontello";
	color:var(--accentDarkFG);
	line-height: 20px;
}
.tocSrlUpBtn::before{
	content:"\e824";
}
.tocSrlDwnBtn::before{
	content:"\e80f";
}
.tocSrlUpBtn span,
.tocSrlDwnBtn span{
	display: none;
}

/* -- SLIDE TOOLS ---------------------------------- */
#root > .tools{
	flex: 0 0 3em;
	display:flex;
	align-items: center;
	z-index: 1;
	gap: 1rem;
	padding: 0.3rem 1rem;
}
#root > .tools button{
	background-color: var(--accentColor);
	color: var(--accentDarkFG);
	width: 45px;
	height: 45px;
	padding: 0;
	font-family: "fontello";
	font-size: 1.5rem;
	cursor: pointer;
	border: 0;
}
body:not(.tocClose) #root > .tools button.btnMenu:hover, #root > .tools button.btnHelp.tooltip_act:hover {
	background-color: var(--accentColor);
	color: var(--accentDarkFG);
}
#root > .tools button:hover,
body:not(.tocClose) #root > .tools button.btnMenu, #root > .tools button.btnHelp.tooltip_act{
	background-color: var(--accentColorAlpha);
    color: var(--accentColor);
}
#root > .tools button.btnHome::before {
	content: "\2302";
}
#root > .tools button.btnHelp::before {
	content: "\e806";
}
#root > .tools button.btnMenu::before {
	content: "\2630";
}
#root > .tools button.btnMenu {
	font-size: 1.3em;
}
#root > .tools button.btnPrv::before {
	content: "\e816";
}
#root > .tools button.btnNxt::before {
	content: "\e810";
}
#root > .tools button span{
	display: none;
}

#root > .tools .progressbar{
	flex:1 1 auto;
	background-color:var(--accentLight);
	position:relative;
	height:15px;
}
.progCount{
	background-image:linear-gradient(to right, var(--accentColor) 90%, #999999);
	background-color:var(--accentColor);
	text-align: right;
	overflow: visible;
	left:0;
	color:var(--accentDarkFG);
	position:absolute;
	height:100%;
	padding-right:10px;
	font-size:12px
}

.prog_0 .progCount{
	width:0
}

.prog_5 .progCount{
	right:95%
}

.prog_10 .progCount{
	right:90%
}

.prog_15 .progCount{
	right:85%
}

.prog_20 .progCount{
	right:80%
}

.prog_25 .progCount{
	right:75%
}

.prog_30 .progCount{
	right:70%
}

.prog_35 .progCount{
	right:65%
}

.prog_40 .progCount{
	right:60%
}

.prog_45 .progCount{
	right:55%
}

.prog_50 .progCount{
	right:50%
}

.prog_55 .progCount{
	right:45%
}

.prog_60 .progCount{
	right:40%
}

.prog_65 .progCount{
	right:35%
}

.prog_70 .progCount{
	right:30%
}

.prog_75 .progCount{
	right:25%
}

.prog_80 .progCount{
	right:20%
}

.prog_85 .progCount{
	right:15%
}

.prog_90 .progCount{
	right:10%
}

.prog_95 .progCount{
	right:5%
}

.prog_100 .progCount{
	right:0
}
#root > .tools .navbar{
	display:flex;
}
#root > .tools .navbar .slideCount{
	align-self: center;
	gap: 0.5rem;
	min-width: 2em;
	color:var(--accentColor);
	text-align: center;
}
#root > .tools .navbar .slideCount > .sld{
	font-weight: bold;
}
#root.sldFirstBlock.sldLastBlock > .tools .navbar .slideCount > .blk{
	display: none;
}


/* -- ALT SLIDE TOOLS ---------------------------------- */
#altSlides .tools{
	flex: 0 0 3em;
	display:flex;
	z-index: 1;
	justify-content: flex-end;
	margin-bottom: 0.5em;
}

#altSlides .tools button,
#altSlides .btnAltSldCls {
	background: var(--accentColor);
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0 0.5rem;
	border: none;
	font-family: "fontello";
	font-size: 1.5rem;
	cursor: pointer;
	color: var(--accentDarkFG);
	line-height: 45px;
}
#altSlides .tools button.btnPrv::before {
	content: "\e816";
}
#altSlides .tools button.btnNxt::before {
	content: "\e810";
}
#altSlides .btnAltSldCls {
	position: absolute;
	right: 0;
	top: 0.5rem;
}
#altSlides .tools button span{
	display: none;
}

#altSlides .btnAltSldCls::before,
#altSlides.sldAltSlide.sldAltFirstStep .navbar > .btnPrv::before,
#altSlides.sldAltSlide.sldAltLastStep .navbar > .btnNxt::before {
	content: "\274C";
}

#altSlides .btnAltSldCls span{
	display: none;
}
#altSlides.sldAltSlide.sldAltFirstStep.sldAltLastStep .navbar > .btnPrv {
	display: none;
}

/* -- SLIDES ---------------------------------- */
.ssBkRoot {
	position: relative;
}
.ssBkRootAlt {
	position: relative;
}
.ssBk,
.ssContainer{
	position: absolute;
	left:0;
	right:0;
	background-color: var(--contentBG);
	padding:.5em;
}
.slSteps .ssContainer {
	position: static;
}
.ssBk .ssBk{
	position: static;
	background-color: inherit;
}
.ssBkCoParent {
	position: relative;
}

#slideFrame{
	color: var(--contentFG);
	flex: 1 1 auto;
	order:2;
	position: relative;
}

.ssSlide{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
}
.ssSlide > aside.tools{
	display: flex;
	flex-direction: column;
	padding-top: 45px;
}
.ssSlide > aside.tools .tocSrlUpBtn, .ssSlide > aside.tools .tocSrlDwnBtn{
	width: 150px;
}
.ssSlide > aside.tools ul{
	flex: 1 1 auto;
	order: 2;
	list-style: none;
	padding: 0;
}
.ssSlide > aside.tools ul .ssAltSldLnk.tool {
	display: block;
	font-size: 12pt;
	margin: 0 0 1em 1em;
	background-color:  var(--evalAccentLight);
	padding: 1em 1.5em;
	position:relative;
	text-decoration:none;
}
.ssSlide > aside.tools ul .ssAltSldLnk.tool span{
	color: var(--evalAccentColor);
}
.ssSlide > aside.tools ul .ssAltSldLnk.tool:hover{
	opacity:0.7;
}
.ssSlide > aside.tools ul .ssAltSldLnk.tool::before {
	position: absolute;
	left: -12px;
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background-color: var(--evalAccentColor);
	color: var(--accentDarkFG);
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-family: "fontello";
	line-height: 24px;
	content: "\002B";
}

.ssSlide section.slideBk{
	flex: 1 1 auto;
}
h2.slideBk_ti {
	color: var(--accentColor);
	margin: 0;
	padding-bottom: 0.7em;
	padding-left: 1em;
	padding-right: 1.5em;
	text-align: center;
}
section.slideBk.subModule h2.slideBk_ti {
	margin-top: 5em;
}

.part h2.slideBk_ti, .slideContact h2.slideBk_ti{
	color:var(--accentColor);
	background:transparent;
	text-align: center;
	margin-top:4em;
}
.slideContact .slideBk_co {
	text-align: center;
	font-size: 0.9em;
}
.slideContact .slideBk_co {
	color:#808080;
}
/* -- ALT SLIDES ---------------------------------- */
#altSlides{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(256,256,256,0.4);
	z-index: 3;
}
#altSlides .altSlideRoot{
	position: absolute;
	top: 1em;
	left: 1em;
	right: 1em;
	bottom: 1em;
	background-color: var(--contentBG);
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 20px #505050;
}
#altSlideFrame{
	flex: 1 1 auto;
	position: relative;
}
#altSlides .slideBk_ti {
	margin: 1em;
}
/* -- ZOOM ---------------------------------- */
#zoomFrame{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(256,256,256,0.4);
	z-index: 4;
}
#zoomContent{
	position: absolute;
	top: 1em;
	left: 1em;
	right: 1em;
	bottom: 1em;
	background-color: var(--contentBG);
	box-shadow: 0 0 20px #505050;
}
#zoomFrame div.sldZmFrg,
#zoomFrame div.sldZmSld{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	text-align: center;
	background-color: var(--contentBG);
}
#zoomFrame div.sldZmSld iframe{
	overflow: auto;
	height: 100%;
	width: 100%;
}
#zoomFrame .btnZmCls{
	position: absolute;
	background-color: var(--accentColor);
	color: var(--accentDarkFG);
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0 0.5rem;
	font-family: "fontello";
	font-size: 1.5rem;
	cursor: pointer;
	bottom: 17px;
	right: 11px;
	z-index: 4;
	border: none;
}
#zoomFrame .btnZmCls::before {
	content: "\274C";
}
#zoomFrame .btnZmCls span{
	display: none;
}

/* -- ANIMATION ---------------------------------- */
*[style*="opacity: 1"] {
	opacity: 1;
	transition: opacity 0.5s ease 0.2s;
}
*[style*="visibility: hidden"],
*[style*="opacity: 0"] {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.ssBkCo.animate {
	transition: top 1.5s ease;
}
.ssMask[style*="opacity: 0"] {
	transition: opacity 0.4s ease 0.4s;
}

/* ----- TEXT ----- */
p {
	margin: 0.5em 0;
	line-height:1.3em;
}
p:first-child {
	margin-top: 0;
}

ul{
	list-style-type:disc;
}

ul, ol {
	padding-left:3em;
	margin: 0.6em 0;
}

li::marker{
	color:var(--accentColor);
}

a{
	color:var(--accentColor);
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}

q:before,
q:after {
	content: "";
}

table {
	border-collapse:collapse;
}

table p {
	margin:0;
}

table.txt_tb{
	border-spacing: 0;
	display: table;
	border-collapse: collapse;
	box-shadow: 0 1px 1px #ccc;
	margin:5px auto;
}
table.txt_tb caption{
	font-style: italic;
	color:var(--accentColor);
}
table.txt_tb th,table.txt_tb td{
	padding: 0 3px;
	border:1px solid var(--accentColor);
}
table.txt_tb th{
	text-align: center;
}

table.txt_tb .txt_colTi_tbcl{
	background-color: var(--accentLight);
}
table.txt_tb .txt_rowTi_tbtr {
	background-color: var(--accentLight);
}
table.txt_tb .txt_cellEmp_tbtd {
	background-color: var(--accentColor);
	color: var(--accentDarkFG);
	text-align: left;
	font-weight:normal;
}
table.txt_tb .txt_cellCenter_tbtd p{
	text-align:center;
}
table.txt_tb .txt_cellRight_tbtd p{
	text-align:right;
}
table.txt_tb p{
	margin: .3em 0;
	text-align: left;
}
tr.txt_rowTi_tbtr th p{
	text-align:center;
}
table.layout_tb{
	border-collapse: collapse;
	border-spacing: 0;
}
table.layout_tb td{
	padding: 0 10px 10px 0
}
table.layout_tb .txt_cellCenter_tbtd p{
	text-align:center;
}
table.layout_tb .txt_cellRight_tbtd p{
	text-align:right;
}
table.txt_tb th>div,
table.txt_tb td>div,
table.layout_tb th>div,
table.layout_tb td>div{
	margin: .3em 0
}
table.infoBkTa {
	margin: auto;
}
ul.txt_sl,
ul.txt_il {
	list-style-type:disc;
}
.text a {
	color: var(--accentColor);
	text-decoration: underline;
}
.ico_tim img,
.txt_ico_ul img,
.txt_ico_tim img {
	vertical-align: middle;
}
.txt_textTab_is,
.txt_textButton_is,
.txt_textRadioButton_is,
.txt_textCheckBox_is,
.txt_input_is,
.txt_select_is,
.txt_keyboard_is,
.txt_menuPath_is,
.txt_filePath_is,
.txt_win_is{
	white-space: pre;
	padding:0 3px;
	margin:1px 0;
	font-family: "Lucida Console", Courier, monospace;
}
.txt_textButton_is {
	border:1px solid;
}

code::before,
.txt_cmd_is::before {
	margin-right: 0.3em;
	font-size: 0.9em;
	font-family: "fontello";
}
.txt_textCheckBox_is::before{
	content:"\2611";
}
.txt_keyboard_is::before {
	content:"\2328";
}
.txt_menuPath_is::before {
	content:"\e903";
}
.txt_filePath_is::before {
	content:"\1F5B9";
}
.txt_win_is::before {
	content:"\1F5D4";
}
.txt_textTab_is::before {
	content:"\1F5C0";
}
.txt_textRadioButton_is::before{
	content:"\25C9";
}
.txt_input_is::before {
	content:"\e906";
}
.txt_select_is::before {
	content:"\e905";
}
.txt_cmd_is::before{
	content:"\E812";
}

.txt_label_is {
	font-weight:bold;
	font-family: "Roboto", sans-serif;
}

.txt_url_ul,
.txt_web_ul,
.txt_coLnk_ul,
.txt_resLnk_ul{
	color: var(--accentColor);
	text-decoration:none;
}
.txt_url_ul::after,
.txt_web_ul::after,
.txt_coLnk_ul::after {
	font-family: "fontello";
	margin-left: 0.3em;
	font-size:0.9em;
}
.txt_url_ul::after,
.txt_web_ul::after{
	content:"\1F517";
}
.txt_coLnk_ul::after{
	content:"\1F449";
}

.txt_term_is{
	color:var(--accentColor);
	font-family: "Roboto", sans-serif;
	font-style:italic;
}
.txt_cmd_is {
	font-family: "Lucida Console", Courier, monospace;
}
a.txt_def_ul,
a.txt_doc_ul{
	text-decoration: none;
	border-bottom:1px dotted;
	color: var(--accentColor);
}

.auth_tl {
	font-weight: bold;
}
.ed_tl {
	text-decoration: underline;
}
.title_tl {
	font-style: italic;
}

/* --- TITRE DE PAGE --- */
.pge_ti {
	text-align: center;
	color: var(--accentColor);
}

/* --- PROCEDURE --- */
ul.slSteps{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-left: 2.3em;
	counter-reset:li;
}
ul.slSteps li{
	margin-left: -0.45em;
	padding-left: 1.2em;
	counter-increment:li;
	display: flex;
}
ul.slSteps li::before {
	content: counter(li, decimal) ". ";
	margin-right: 0.5em;
	order:1;
}
ul.slSteps li > div{
	order:2;
}
ul.slSteps li > a.slDetailLnk{
	order:0;
	margin-left: -2em;
	width: 2em;
}
ul.slSteps li > a.slDetailLnk:hover{
	text-decoration: none;
	opacity: 0.7;
}
ul.slSteps li > a.slDetailLnk:before{
	content: "\1F441\FE0E";
	font-family: fontello;
	font-size: 0.9em;
}
ul.slSteps li > a.slDetailLnk > span{
	display: none;
}
.ssContainer > .slStep{
	border: .1em dotted #808080;
	margin: 0.2em;
	padding: 0.2em;
}

.ssAltSldLnk.overview::before {
	content: "\e823";
	font-size: 0.8em;
}

.ssAltSldLnk.overview:hover{
	text-decoration:none;
}
a.htmlZmLnk:after{
	content: "\1F441\FE0E";
	font-family: fontello;
	font-size: 0.8em;
	margin-left:0.3em;
}

/* --- BLOCKS --- */
.bloc_sp{
	margin: 1em 0 1em 1em;
	position: relative;
	padding: 1em 1.5em;
	min-height: 16px;
}

.bloc_sp::before {
	font-family: "fontello";
	position: absolute;
	left: -0.75em;
	top: .75em;
	width: 1.5em;
	height: 1.5em;
	color: var(--accentDarkFG);
	background-color:var(--block-color);
	text-align: center;
	line-height: 1.5em;
}

.bloc_ti_bk{
	color:var(--block-color);
	font-size:1em;
	font-weight: normal;
}

.bloc_ti, .info_ti{
	margin-bottom:0;
}
span.bloc_ti_pre{
	display:none;
}
div.bloc_no_ti > .bloc_ti{
	margin:0;
}
div.bloc_no_ti .bloc_ti_bk{
	position: absolute;
	background-color: white;
}
div.bloc_no_ti.screen  .bloc_ti_bk,
div.bloc_no_ti.stepList  .bloc_ti_bk{
	position: inherit;
}

/* Objectives */
.objectives.bloc_sp {
	background-color: var(--blockObjectivesLight);
	--block-color: var(--blockObjectives);
}
.objectives.bloc_sp::before {
	content: "\e901";
}

/* Agenda */
.agenda.bloc_sp{
	--block-color: var(--blockAgenda);
}
.agenda.bloc_sp::before {
	content: "\1F550";
}

/* Warning */
.warning.bloc_sp {
	background-color: var(--blockWarningLight);
	--block-color: var(--blockWarning);
}
.warning.bloc_sp::before {
	content: "\26A0\FE0E";
}

/* Advice */
.advice.bloc_sp {
	--block-color:var(--blockAdvice);
}
.advice.bloc_sp::before {
	content: "\1F5E9\FE0E";
}

/* Tip */
.tip.bloc_sp {
	--block-color: var(--blockTip);
}
.tip.bloc_sp::before {
	content: "\1F4A1\FE0E";
}

/* Example */
.example.bloc_sp {
	--block-color: var(--blockExample);
}
.example.bloc_sp::before {
	content: "\1F441\FE0E";
}

/* Note */
.note.bloc_sp {
	--block-color: var(--blockNote);
	background-color: var(--blockNoteLight);
}
.note.bloc_sp::before {
	content: "\1F58B\FE0E";
}

/* Legal */
.legal.bloc_sp {
	--block-color: var(--blockLegal);
}
.legal.bloc_sp::before {
	content: "\2739\FE0E";
}

/* Complement */
.complement.bloc_sp {
	background-color: var(--blockComplementLight);
}
.complement.bloc_sp::before {
	content: "\002B\FE0E";
	background-color: var(--blockComplement);
}
.block_ti .bloc_ti_bk {
	margin-bottom: 0;
	font-size:1em;
}

/* Screen */
.screenZone{
	border: .1em dotted #808080;
	margin: 0.2em;
	padding: 0.2em;
}

/* --- QUIZ --- */
div.bkAnswer,
div.bkCorrections,
div.bkExplanations,
div.bkQuestion,
div.bkChoices{
	min-height: 1.7em;
	padding-top: 0.3em;
	display: flex;
}
div.bkAnswer > .bkBase_co,
div.bkCorrections > .bkBase_co,
div.bkExplanations > .bkBase_co,
div.bkQuestion > .bkBase_co,
div.bkChoices > .bkBase_co{
	flex: 1 1 auto;
}

div.bkAnswer::before,
div.bkCorrections::before,
div.bkExplanations::before,
div.bkQuestion::before{
	font-family: "fontello";
	color: var(--accentDarkFG);
	background-color: var(--evalAccentColor);
	width: 1.7em;
	text-align: center;
	height: 1.7em;
	line-height: 1.7em;
	margin-right: 0.5em;
}

.exExp_ti, .quest_ti, .exQuestSol_ti, .exSol_ti{
	background-color: var(--evalAccentLight);
	color: var(--evalAccentColor);
	padding: 1em 1.5em;
	display: inline-block;
	font-size: 12pt;
	margin-left: 2em;
	position:relative;
}
.exExp_ti::before, .quest_ti::before, .exQuestSol_ti::before, .exSol_ti::before {
	position: absolute;
	left: -12px;
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background-color: var(--evalAccentColor);
	color:var(--accentDarkFG);
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-family: "fontello";
	line-height: 24px;
}

.exExp_ti::before{
	content:"\1F58B";
}

div.bkAnswer::before,
div.bkCorrections::before,
.exQuestSol_ti::before,
.exSol_ti::before{
	content: "\2713";
}

div.bkExplanations::before {
	content:"\1F5E9";
}

div.bkQuestion::before,
.quest_ti::before {
	content:"\e806";
}

/* ================================== Quiz ================================== */

/* QCM/QCU */
div.mcqSurChoice_ur,
div.mcqMurChoice_ur{
	margin:.5em 0;
}
div.mcqSurChoice_ur div.mcqSurChoiceLbl,
div.mcqMurChoice_ur div.mcqMurChoiceLbl,
div.mcgSurChoice_ur div.mcgSurChoiceLbl,
div.mcgMurChoice_ur div.mcgMurChoiceLbl{
	padding-left:1.2em;
	display: flex;
}
div.mcqSurChoice_ur div.mcqSurChoiceLbl::before,
div.mcqMurChoice_ur div.mcqMurChoiceLbl::before,
div.mcgSurChoice_ur div.mcgSurChoiceLbl::before,
div.mcgMurChoice_ur div.mcgMurChoiceLbl::before{
	font-family:"fontello";
	line-height: 1.2em;
	margin-right: 0.5em;
}
div.mcqSurChoice_ur div.mcqSurChoiceLbl::before,
div.mcgSurChoice_ur div.mcgSurChoiceLbl::before{
	content:"\25CB";
}
div.mcqMurChoice_ur div.mcqMurChoiceLbl::before,
div.mcgMurChoice_ur div.mcgMurChoiceLbl::before{
	content:"\2610";
}
div.mcqSurChoice_ur.mcqSurSol_right div.mcqSurChoiceLbl::before,
div.mcgSurChoice_ur.mcgSurSol_right div.mcgSurChoiceLbl::before{
	content:"\25C9";
}
div.mcqMurChoice_ur.mcqMurSol_check div.mcqMurChoiceLbl::before,
div.mcgMurChoice_ur.mcgMurSol_check div.mcgMurChoiceLbl::before{
	content:"\2611";
}
div.bkExplanations div.mcqMurChoiceLbl,
div.bkExplanations div.mcqSurChoiceLbl,
div.bkExplanations div.mcgMurChoiceLbl,
div.bkExplanations div.mcgSurChoiceLbl{
	color:#8c8c8c;
}

div.mcgSurChoice_ur,
div.mcgMurChoice_ur{
	margin:2em 0;
}
div.mcgSurChoiceNum,
div.mcgMurChoiceNum{
	float: left;
	margin-right:0.5em;
	margin-left:1.5em;
	color: white;
	font-weight: bold;
	background-color: #808080;
	border-radius: 5px;
	padding: 0 3px;
}
div.mcgSurSol_right div.mcgSurChoiceNum,
div.mcgMurSol_check div.mcgMurChoiceNum{
	background-color: #8ae234;
}
div.mcgSurSol_wrong div.mcgSurChoiceNum,
div.mcgMurSol_unche div.mcgMurChoiceNum{
	background-color: red;
}

/* ---------- Field cloze ordWord ---------- */

div.bkGapTextHide p,
div.bkGapTextShow p{
	line-height:140%;
}

span.txt_gap_tl {
	min-width:2em;
	display:inline-block;
	text-align: center;
	background-color:white;
	font-size:0.8em;
	padding:0 0.1em;
}
div.gapTextHide .txt_gap_tl {
	border: 0.1em solid var(--accentColor);
	color:var(--contentBG);
}
li span.txt_gap_tl span {
	color: var(--evalAccentColor);
}
.gapTextHide li span.txt_gap_tl span {
	color: var(--contentBG);
}
div.gapTextShow .txt_gap_tl {
	border: 0.1em solid var(--evalAccentColor);
	color:var(--evalAccentColor);
}
div.ordWordRand,
div.ordWordOrd {
	line-height:1.5em;
}
div.ordWordRand .bkOrdWordLbl {
	border: 0.1em solid var(--accentColor);
	padding:0 0.1em;
	display: inline-block;
}
.bkOrdWordLbl p {
	display: inline;
}
div.ordWordOrd .bkOrdWordLbl {
	border: 0.1em solid var(--evalAccentColor);
	color:var(--evalAccentColor);
	padding:0 0.1em;
	display: inline-block;
}
table.matchTable{
	width:100%;
	border-collapse:separate;
	border-spacing: 0.5em;
}
td.matchBskt{
	border: 1px solid #393939;
	vertical-align: top;
}
td.matchGroup{
	border: 1px solid #393939;
	padding: 0;
	vertical-align: top;
}
div.matchTarget{
	text-align:center;
	background-color: #393939;
	color:white;
	padding:0.1em;
}
.matchRand td.matchBskt{
	width:50%;
}
.matchOrd td.matchBskt{
	width:10%;
}
.matchRand div.matchTarget{
	margin-bottom:3em;
}
span.matchLbl{
	display:inline-block;
	margin:0.3em;
	border: 0.1em solid #8c8c8c;
}
.matchOrd span.matchLbl{
	border: 0.1em solid #00AA00;
}

/* ---------- animations ---------- */
div.sldAnmCtrl{
	background-color: var(--accentLight);
	box-shadow: 0 0 5px #9a9a9a;
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
	padding: 0.2rem;
}
div.sldAnmCtrl button span{
	position: absolute;
	left:-9999px;
}

div.sldAnmCtrl button{
	font-family:"fontello";
	text-decoration:none;
	color:var(--accentColor);
	margin: 0 0.2em;
	background-color: transparent;
    border: none;
    cursor: pointer;
}

div.sldAnmCtrl button:hover{
	opacity:0.7;
}

.sldAnmBtnPrv::before{
	content:"\F011";
}
.sldAnmBtnNxt::before{
	content:"\F010";
}
.sldAnmBtnPse::before{
	content:"\F00E";
}
.sldAnmBtnPly::before{
	content:"\F00F";
}
/** STOP - scImageMgr ********************************************************/

/* === CodeMirror =========================================================== */
.CodeMirror-static{
	font-size:70%;
}
.CodeMirror-static pre {
	/* Reset some styles that the rest of the page might have set */
	border-radius: 0;
	border-width: 0;
	background: transparent;
	font-size: inherit;
	margin: 0;
	white-space: pre-wrap;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
	z-index: 2;
	overflow: visible;
	width: fit-content;
	font-family: monospace;
	tab-size: 2;
}
.CodeMirror-line{
	line-height: 1.1em;
	display: flex;
}
.CodeMirror-linenumber {
	padding: 0 10px 0 5px;
	min-width: 20px;
	text-align: right;
	color: var(--accentColor);
}

.cm-keyword {color: #708;}
.cm-atom {color: #219;}
.cm-number {color: #164;}
.cm-def {color: #00f;}
.cm-variable {color: black;}
.cm-variable-2 {color: #05a;}
.cm-variable-3 {color: #085;}
.cm-property {color: black;}
.cm-operator {color: black;}
.cm-comment {color: #a50;}
.cm-string {color: #a11;}
.cm-string-2 {color: #f50;}
.cm-meta {color: #555;}
.cm-error {color: #f00;}
.cm-qualifier {color: #555;}
.cm-builtin {color: #30a;}
.cm-bracket {color: #997;}
.cm-tag {color: #170;}
.cm-attribute {color: #00c;}
.cm-header {color: blue;}
.cm-quote {color: #090;}
.cm-hr {color: #999;}
.cm-link {color: #00c;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-invalidchar {color: #f00;}
/* === STOP - CodeMirror ==================================================== */

/* === ConceptTree ========================================================== */
a.nodeTi{
	font-size:1.5em;
}
.nodeLbl{
	border: 0.1em solid silver;
	padding: 0.5em;
	background-color: var(--accentLight);
}
.nodeType_imp{
	border: 0.2em solid #a52a2a;
	box-shadow: inset 0 0 1em #da6767;
}
div.nodeDesc{
	font-style:italic;
}

/***** SCREEN ******/
.screenRes_ti {
	text-align: center;
	margin: 0.3em 0 0.2em 0;
}
a.screenDescLnk{
	border: 2px solid ;
	box-shadow: 0 0 5px #9a9a9a;
	background-color: silver;
	border-color: #888888;
	color: white;
}
a.screenDescLnk span{
	margin: 10px 5px 10px 5px;
	line-height: 150%;
}
a.screenDescLnk:hover{
	background-color: #EFEFEF;
	border-color: #A4A4A4;
	text-decoration: none;
	color: #999999;
}

.screenZone_ti span.zoneNumber{
	display: inline-block;
	margin-right:0.5em;
}
.screenZone_ti span.zoneNumber::after{
	content:". ";
}

.screenZone_ti p{
	display: inline;
}

/* === FOOTER ====================================================== */
div#tplFootBanner{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	cursor: default;
	border-top: 2px solid var(--accentColor);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 0.9em;
}

div.info {
	padding: 0 10px;
}
div.info > * {
	margin-right:10px;
}

div.info > .version {
	display:none;
}

/* === ABOUT ======================================================= */
.about {
	background-color: white;
	box-shadow: 0 0 3px #333;
	min-width: 500px;
}
.about_ti {
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	background-color: var(--accentLight);
}
.about_x {
	position: absolute;
	top: 0;
	font-size: 1.5em;
	right: 0.5em;
}
.about_x:hover {
	text-decoration: none;
	opacity: 0.7;
}
.about_x::before {
	font-family:"fontello";
	content:"\274C";
}
.about_x span{
	display:none;
}
.about_co {
	padding: 5px;
}

/** About *********************************************************************/
.infoBk{
	margin: 1em 0;
}
.infoBk_ti{
	font-weight: bold;
}
.infoBk th{
	padding: 5px 10px 5px 0;
	text-align: left;
}

/* *********************************************************
	Content styles
*/
.ssBkRootAlt button.btnZmCls{
	position: absolute;
	color: var(--accentDarkFG);
	text-decoration: none;
	text-align: center;
	background-color: var(--accentColor);
	width: 1.2em;
	height: 1.3em;
	top: -5px;
	right: -.6em;
	line-height: 1.3em;
	font-size: 0.8em;
	border: 0;
	cursor: pointer;
}
.ssBkRootAlt button.btnZmCls:hover{
	opacity: 0.7;
}
.ssBkRootAlt button.btnZmCls::before{
	content:"\274C";
	font-family:"fontello";
}
.ssBkRootAlt button.btnZmCls span{
	position:absolute;
	left:-9999px;
}

.sldHome_ti,
.partBk .slideBk_ti{
	text-align: center;
	margin-top:2em;
}

.zoom{
	background-color: var(--accentColor);
	color: var(--accentDarkFG);
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	top: -5px;
	right: -.6em;
	line-height: 1.3em;
	font-size: 0.8em;
}
.zoom:hover{
	text-decoration: none;
	opacity:0.7;
}
.zoom::before{
	content:"\002b";
	font-family:"fontello";
}
.zoom span{
	position:absolute;
	left:-9999px;
}

.resFra{
	margin:0 auto;
	position: relative;
	padding-top: 15px;
}
.objInFlow, .vidInFlow, .imgInFlow, .resInFlow{
	text-align:center;
}

.imgInline img,
.objInline object,
.resInFlow object,
.vidInFlow object {
	vertical-align: middle;
}
.caption,
.resInFlow_ti,
.webCap_ti {
	color: #808080;
	font-style: italic;
	text-align: center;
}
.webCap_co {
	text-align: center;
}

.docSrc{
	padding-left: 1em;
}

a.ssAltSldLnk {
	border-bottom: 1px dotted;
}

a.ssAltSldLnk:hover {
	text-decoration: none;
}

/* dokiel */
.txtIco_tim img {
	vertical-align: middle;
}

#tplSld > .mod,
.ssContainer.sldfirstBlock > .mod{
	padding-top: 10%;
}

.part_ti{
	color:var(--accentColor);
	border-bottom: 1px solid var(--accentColorAlpha);
	padding: 0 20px;
}

.stepList > .bloc_co{
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.screen > .bloc_co{
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.concept_ti dfn{
	font-style: inherit;
}
.concept_co span.syn{
	display:block;
	color:var(--accentColor);
	font-size:0.95em;
	margin-left:20px;
}
.concept_co span.syn:before {
	content: '= ';
}