/* FONT */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

@font-face {
	font-family: 'fontello';
	src: url('font/fontello.eot');
	src: url('font/fontello.eot') format('embedded-opentype'),
		url('font/fontello.woff') format('woff'),
		url('font/fontello.ttf') format('truetype'),
		url('font/fontello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*	SCROLLBAR	*/
::-webkit-scrollbar {
	width: 9px;
}

::-webkit-scrollbar-track {
	background: #D8D8D8;
}

::-webkit-scrollbar-thumb {
	background-color: var(--mainColor);
	border-radius: 6px;
}

/*	SELECTION	*/
::-moz-selection {
	background-color: var(--mainColor);
	color: #ffffff;
}

::selection {
	background-color: var(--mainColor);
	color: #ffffff;
}

/* UTILITIES */
.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	visibility: hidden;
	top: -10000px;
	left: -10000px;
}

/*	STYLE GÉNÉRAL	*/
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	color: black;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

a {
	color: var(--mainColor);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-width: 0px;
}

q::before,
q::after {
	content: "";
}

ul,
ol {
	margin: 5px 0 0 0;
	list-style-position: outside;
}

p {
	text-align: left;
	margin: 2px 0 5px 0;
	line-height: 1.5em;
}

table {
	border-collapse: separate;
	border-spacing: 10px;
}

h2,
h3,
h4,
h5 {
	margin-bottom: 0.5em;
	color: var(--mainColor);
}

.bkSec>h3.bkBase_ti {
	/* Added */
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

h4,
h5 {
	font-size: 1.2em;
}

.bkBase_ti,
.seqCap_ti {
	text-align: center;
}

.txt_tb {
	margin: auto;
	border: 2px solid #777;
}

.txt_tb caption {
	color: #676767;
	font-style: normal;
	font-size: 0.95em;
	padding-bottom: 0.25em;
}

.txt_tb td,
.txt_tb th {
	border: 1px solid #777;
}

.txt_tb thead {
	border-bottom: 2px solid #777;
}

.txt_tb tfoot {
	border-top: 2px solid #777;
}

.txt_tb p {
	margin: 1px 0;
}

.txt_t_tbcl,
.txt_t_tbtr {
	background-color: #fff5ea;
}

.txt_n_tbtd p {
	text-align: right;
}

.txt_w_tbtd p {
	text-align: center;
}

/* External links */
.txt_url_ul::after,
li.outMnu_typ_ext .outMnu_i::after,
li.outCat_typ_ext .outCat_i span::after,
div.docUrl a::after {
	font-family: "fontello";
	content: ' \e800';
}

/* HEADER */
#header {
	flex: 0 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
}

#header .inline {
	/* Commented */
	/*display: flex;*/
	background-color: #2d2d2d;
	border-bottom: 5px solid var(--mainColor);
	/* Added */
	background-image: url("../res/electro_logo.png");
	/* Added */
	background-repeat: no-repeat;
}

a.rootLnk {
	color: #ffffff;
	font-size: 1.3em;
	text-shadow: 2px 2px 1px var(--mainColor);
	text-transform: uppercase;
	line-height: 55px;
	margin-left: 20px;
	display: block;
}

a.rootLnk:hover {
	color: var(--mainColor);
	text-decoration: none;
	text-shadow: 2px 2px 1px #ffffff;
}

#header .tplTitle {
	flex: 0 0 auto;
	margin: 0;
	/* Added */
	padding-left: 200px;
	/* Added */
	padding-top: 30px;
}

/* ILLUS HOME	*/
.illus {
	position: fixed;
	z-index: -1;
	overflow: hidden;
	width: 100%;
}

.illus img,
.illus video {
	height: auto;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
}

/* ACCESSIBILITE */
ul#accessibility {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: auto;
	z-index: 90;
	font-size: 0.6em;
	top: 5px;
}

ul#accessibility a {
	color: #ffffff;
	text-decoration: none;
	opacity: 0;
}

ul#accessibility a:hover {
	opacity: 0.1;
}

ul#accessibility a:focus {
	opacity: 1;
}

ul#accessibility li {
	float: left;
	margin-right: 10px;
}

/* NAVIGATION */
#navigation {
	align-self: flex-end;
	flex: 1 1 auto;
}

ul.tileLinks {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0 3em;
	font-size: 1.1em;
}

ul.tileLinks li {
	display: inline-block;
	border-left: 1px solid #222222;
	border-bottom: 4px solid #393939;
	position: relative;
}

ul.tileLinks a {
	padding: 4px 5px;
	color: #dddddd;
	border-left: 1px solid #393939;
	display: inline-block;
	padding: 8px 10px;
	font-size: 1.2em;
	font-variant: small-caps;
}

ul.tileLinks li:hover a::after {
	font-family: "fontello";
	content: '\e804';
	bottom: -13px;
	color: var(--mainColor);
	left: 40%;
	position: absolute;
	width: 20%;
	font-size: 1.2em;
}

ul.tileLinks a:hover {
	color: #ffffff;
	text-decoration: none;
}

body.home ul.tileLinks li:first-child {
	display: none;
}

ul.tileLinks li:first-child a::before {
	content: "⌂";
	font-weight: bold;
	font-size: 110%;
}

ul.tileLinks li:first-child a span {
	position: absolute;
	left: -9999px;
}

.tt_fra.tile .tt_co {
	display: flex;
}

.tt_fra.tile .tileIcon img {
	max-width: 64px;
	height: auto;
}

.tt_fra.tile .tileIcon {
	margin: 0 1em;
}

/* Stack */
#stack {
	padding: 0.5em 0.5em 0.5em 20px;
	background-color: #f7f6f3;
	border-bottom: 2px solid #cacaca;
}

#stack a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#stack span.page {
	font-style: italic;
}

/*	MENU SECONDAIRE	*/
#outSec {
	background-color: #f7f6f3;
	border-bottom: 2px solid #cacaca;
}

#outSec:empty {
	display: none;
}

#outSec>ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	margin: 0 20px 0 0;
	padding: 4px 1em;
	line-height: 25px;
}

#outSec>ul>li {
	display: inline;
	margin-right: 30px;
}

#outSec>ul a.bkBase_ti_lo:hover {
	opacity: 0.7;
	text-decoration: none;
}

#outSec>.mnuSecSrlUpFra,
#outSec>.mnuSecSrlDwnFra {
	display: none;
}

/* OutNav */
nav.outNav {
	background-color: #fff;
}

nav.outNav ul {
	display: flex;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
	justify-content: flex-end;
}

span.outNav_i {
	display: none;
}

#btnNxt,
#btnPrv {
	text-decoration: none;
	display: block;
	padding: .5em;
	margin: .5em;
	background-color: var(--mainColor);
	color: #ffffff;
}

#btnNxt {
	text-align: right;
}

#btnNxt:hover,
#btnPrv:hover {
	opacity: 0.7;
}

a#btnPrv::before {
	font-family: "fontello";
	content: "\e80e";
	margin-right: 0.5em;
}

a#btnNxt::after {
	font-family: "fontello";
	content: "\e80f";
	margin-left: 0.5em;
}

#btnNxt>span>span,
#btnPrv>span>span {
	display: none;
}

/* HOME */
.home #content>.bkBase:first-child>.bkBase_ti {
	background-color: rgba(0, 0, 0, 0.6);
}

.home .bkBase_ti,
.home .bkBase_co {
	background-color: #fff;
}

.home .bkEmphasis .bkBase_co {
	background-color: transparent;
}

/* ============= Cookie warn bar ============= */
.cookieWarnBar {
	position: fixed;
	border-top: 2px solid var(--mainColor);
	box-shadow: 0 0 5px #cacaca;
	background-color: #FFF;
	opacity: 1;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.cookieWarnBar.acknowledged {
	display: none;
}

.cookieWarnContent {
	display: flex;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
	padding: 6px 10px;
	box-sizing: border-box;
}

.cookieWarnMsg {
	flex: 1 1 auto;
}

.cookieWarnContent>a {
	display: inline-block;
	background: var(--mainColor);
	color: white;
	border: 1px solid var(--mainColor);
	border-radius: 0.2em;
	padding: 0.1em 0.3em;
	margin: 0 0.3em;
}

.cookieWarnContent>a:hover {
	background: white;
	color: var(--mainColor);
	text-decoration: none;
}

/* TILE BLOCKS */
.tiles {
	margin: 0 auto;
	max-width: 1044px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

article.tile {
	display: flex;
	flex-direction: column;
	margin: 10px;
	text-align: center;
	/* Modified */
	width: 240px;
}

article.tile a.tileLink {
	text-decoration: none;
	color: black;
	height: 100%;
	padding: 1em;
	border-width: 1px 1px 4px;
	border-color: #ddd #ddd var(--mainColor);
	border-style: solid;
	box-shadow: 0 1px 3px 0 #b5b5b5;
}

article.tile a.tileLink:hover {
	box-shadow: 0 1px 3px 0 var(--mainColor);
}

article.tile a.tileLink>div {
	display: flex;
	flex-direction: column;
}

.tileIcon {
	flex: 0 0 128px;
}

/* CONTENT */
#content {
	flex: 2 1 auto;
	z-index: 2;
}

.page #content {
	background-color: #ffffff;
}

table.docHead th {
	padding-right: 5px;
	text-align: right;
}

.bkBase_ti {
	margin: 0;
	padding: 1em;
}

.bkBase_ti>span {
	display: block;
}

#content .txt_p,
#content .txt_il,
#content .txt_ol,
#content .bkBase_ti>span,
#content .bkBase_ti>a,
#content table,
#content .evtList,
.bkBase_co.collBlk_open,
.treeRoot.treeHasToolbar {
	margin: 0 auto;
	max-width: 1024px;
	/* Added */
	/*text-align: center;*/
}

#content table .txt_p,
#content table .txt_il,
#content table .txt_ol,
#content .bkBase_co.collBlk_open .txt_p,
#content .bkBase_co.collBlk_open .txt_il,
#content .bkBase_co.collBlk_open .txt_ol,
#content .bkBase_co.collBlk_open table {
	max-width: 100%;
}

#content .txt_ili>.txt_p,
#content .txt_oli>.txt_p {
	margin: 0 0 5px 5px;
}

#content>.bkBase:first-child>.bkBase_ti {
	text-transform: uppercase;
	font-size: 3em;
}

.bkBase_co .bkBase_co {
	padding: 0.5em;
	/* Added */
	/* display: flex;*/
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	/* End of Added */
}

.binCap {
	text-align: center;
	margin: 10px;
}

.animFra .binCap {
	margin: 0px;
}

.binCap_ti {
	color: #676767;
	font-style: normal;
	padding-top: 0.25em;
	font-size: 0.9em;
}

.webCap {
	text-align: center;
	margin: 10px;
}

.webCap_ti {
	color: #676767;
	font-style: italic;
}

div.margin_co .binCap,
div.margin_co .webCap {
	margin: 2px 0 3px 0;
}

.binImg {
	max-width: 100%;
	height: auto;
}

.remoteImage {
	width: 100%;
	height: auto;
}

.binImgInline {
	vertical-align: middle;
}

.bkEmphasis {
	background-color: #fff7ee;
	padding: 2em 0.5em 1em;
	margin: 1.5em -0.5em;
	position: relative;
}

.bkEmphasis .bkBase_ti {
	margin-top: 0;
}

.bkEmphasis::before {
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 20px 80px 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -80px;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 50;
}

.margin_co .bkBase_ti {
	font-weight: bold;
	color: var(--mainColor);
}

/* TYPES DE FICHIERS */
.lnkBin::before {
	font-family: "fontello";
	margin-right: 5px;
}

.lnkBinDoc::before,
.lnkBinRtf::before {
	content: '\e805';
}

.lnkBinXls::before {
	content: '\e809';
}

.lnkBinZip::before {
	content: '\e80A';
}

.lnkBinMp3::before {
	content: '\e807';
}

.lnkBinPdf::before {
	content: '\e806';
}

.lnkBinPpt::before {
	content: '\e808';
}

.lnkBinFlv::before,
.lnkBinOdg::before,
.lnkBinOdp::before,
.lnkBinOds::before,
.lnkBinOdt::before,
.lnkBinSwf::before {
	content: '\e80B';
}

/* === ConceptTree ========================================================== */
.treeRoot>.nodeRoot>.nodeLblFra {
	border-left: 0px;
}

.treeRoot>.nodeRoot>.nodeLblFra>.nodeLbl {
	border-width: 2px;
}

.treeRoot>.nodeChildren_hide>.nodeLblFra>.nodeLbl {
	border-bottom-width: 5px;
}

.treeRoot>.nodeRoot>.nodeLblFra>.nodeLbl div.nodeTi {
	font-size: 1.1em;
}

.nodeChild {
	padding-left: 10px;
}

.nodeChild_pre {
	border-left: 2px solid silver;
}

.nodeLbl,
.nodeRef {
	border: 1px solid #676767;
	padding: 5px 8px;
	display: inline-block;
	margin-top: 5px;
	-moz-box-shadow: inset 0px 0px 5px #888;
	-webkit-box-shadow: inset 0px 0px 5px #888;
	box-shadow: inset 0px 0px 5px #888;
	background-color: white;
	max-width: 300px;
}

.nodeChildren_hide>div>.nodeLbl {
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url(img/tree/nodeChiHideBk.png);

}

.nodeLblCo {
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}

.nodeRef {
	border-color: silver;
	-moz-box-shadow: inset 0px 0px 5px #AAA;
	-webkit-box-shadow: inset 0px 0px 5px #AAA;
	box-shadow: inset 0px 0px 5px #AAA;
}

.nodeDesc {
	font-size: 0.8em;
	color: #676767;
}

.nodeChildren {
	padding-left: 5px;
}

div.nodeChildren_hide>div.nodeChildren {
	opacity: 0;
	height: 0px !important;
	transition-property: opacity, display;
	transition-duration: 0.1s;
	-moz-transition-property: opacity, height;
	-moz-transition-duration: 0.1s;
	-webkit-transition-property: opacity, height;
	-webkit-transition-duration: 0.1s;
}

div.nodeChildren_show>.nodeChildren {
	opacity: 1;
	height: auto;
	transition-property: opacity, display;
	transition-duration: 1.5s;
	-moz-transition-property: opacity, height;
	-moz-transition-duration: 1.5s;
	-webkit-transition-property: opacity, height;
	-webkit-transition-duration: 1.5s;
}

.nodeLead {
	display: inline-block;
	height: 18px;
	border-left: 2px solid silver;
	border-bottom: 2px solid silver;
	vertical-align: top;
}

.nodeLeadSpacer {
	display: inline-block;
	width: 12px;
	height: 18px;
}

.nodeRoot {
	display: inline-block;
}

.nodeLblFra,
.nodeRefFra {
	display: inline-block;
}

.nodeChildren_1 .nodeLbl {
	min-width: 60px;
}

.nodeChildren_2 .nodeLbl {
	min-width: 120px;
}

.nodeChildren_3 .nodeLbl {
	min-width: 180px;
}

.nodeChildren_4 .nodeLbl {
	min-width: 240px;
}

.nodeChildren_5 .nodeLbl {
	min-width: 300px;
}

.nodeChildren_6 .nodeLbl {
	min-width: 360px;
}

.nodeChildren_7 .nodeLbl {
	min-width: 420px;
}

.nodeChildren_8 .nodeLbl {
	min-width: 480px;
}

.nodeChildren_9 .nodeLbl {
	min-width: 540px;
}

.nodeChild_co:target>div>div>.nodeLbl {
	-moz-box-shadow: 0px 0px 5px #444;
	-webkit-box-shadow: 0px 0px 5px #444;
	box-shadow: 0px 0px 5px #444;
}

.nodeIco {
	float: left;
	margin-right: 3px;
}

div.nodeTi {
	line-height: 16px;
	font-weight: bold;
	word-wrap: break-word;
}

span.nodeTi,
a.nodeTi {
	color: #464646;
}

.nodeChildren span.nodeTi,
.nodeChildren a.nodeTi {
	color: #525252;
}

.nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren a.nodeTi {
	color: #5E5E5E;
}

.nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren a.nodeTi {
	color: #6B6B6B;
}

.nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi {
	color: #787878;
}

.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi {
	color: #858585;
}

.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi {
	color: #919191;
}

.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi {
	color: #9E9E9E;
}

.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren span.nodeTi,
.nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren .nodeChildren a.nodeTi {
	color: #ABABAB;
}

div.nodeChildren_hide>div.nodeChildren>.nodeChild {
	display: none;
}

a.nodeMoreDesc_a {
	background: #dddddd url("img/co/search.svg") no-repeat scroll left 0 / 16px auto;
	border: 0 none;
	border-radius: 2px;
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	vertical-align: bottom;
	width: 16px;
}

a.nodeMoreDesc_a:hover,
a.nodeMoreDesc_act {
	background: var(--mainColor) url("img/co/search.svg") no-repeat scroll left -34px / 16px auto;
	border: 0px;
}

.nodeMoreDesc_a span {
	display: none;
}

/* Node types */
.nodeType_normal .nodeLblCo {
	padding-left: 0px;
}

.nodeType_back .nodeLblCo {
	background-image: url(img/tree/back.png);
}

.nodeType_date .nodeLblCo {
	background-image: url(img/tree/date.png);
}

.nodeType_down .nodeLblCo {
	background-image: url(img/tree/down.png);
}

.nodeType_flag .nodeLblCo {
	background-image: url(img/tree/flag.png);
}

.nodeType_forbn .nodeLblCo {
	background-image: url(img/tree/forbn.png);
}

.nodeType_forward .nodeLblCo {
	background-image: url(img/tree/forward.png);
}

.nodeType_home .nodeLblCo {
	background-image: url(img/tree/home.png);
}

.nodeType_idea .nodeLblCo {
	background-image: url(img/tree/idea.png);
}

.nodeType_imp .nodeLblCo {
	background-image: url(img/tree/imp.png);
}

.nodeType_imp {
	border: 1px solid #a52a2a;
	-moz-box-shadow: inset 0px 0px 5px #da6767;
	-webkit-box-shadow: inset 0px 0px 5px #da6767;
	box-shadow: inset 0px 0px 5px #da6767;
}

.nodeChildren_hide>div>.nodeType_imp {
	background-image: url(img/tree/nodeChiHideBkImp.png);
}

.nodeType_info .nodeLblCo {
	background-image: url(img/tree/info.png);
}

.nodeType_key .nodeLblCo {
	background-image: url(img/tree/key.png);
}

.nodeType_nok .nodeLblCo {
	background-image: url(img/tree/nok.png);
}

.nodeType_ok .nodeLblCo {
	background-image: url(img/tree/ok.png);
}

.nodeType_pers-female .nodeLblCo {
	background-image: url(img/tree/pers-female.png);
}

.nodeType_pers-group .nodeLblCo {
	background-image: url(img/tree/pers-group.png);
}

.nodeType_pers-male .nodeLblCo {
	background-image: url(img/tree/pers-male.png);
}

.nodeType_quest .nodeLblCo {
	background-image: url(img/tree/quest.png);
}

.nodeType_sm-happy .nodeLblCo {
	background-image: url(img/tree/sm-happy.png);
}

.nodeType_sm-sad .nodeLblCo {
	background-image: url(img/tree/sm-sad.png);
}

.nodeType_star .nodeLblCo {
	background-image: url(img/tree/star.png);
}

.nodeType_stop .nodeLblCo {
	background-image: url(img/tree/stop.png);
}

.nodeType_up .nodeLblCo {
	background-image: url(img/tree/up.png);
}

.nodeType_wait .nodeLblCo {
	background-image: url(img/tree/wait.png);
}

.nodeType_0 .nodeLblCo {
	background-image: url(img/tree/0.png);
}

.nodeType_1 .nodeLblCo {
	background-image: url(img/tree/1.png);
}

.nodeType_2 .nodeLblCo {
	background-image: url(img/tree/2.png);
}

.nodeType_3 .nodeLblCo {
	background-image: url(img/tree/3.png);
}

.nodeType_4 .nodeLblCo {
	background-image: url(img/tree/4.png);
}

.nodeType_5 .nodeLblCo {
	background-image: url(img/tree/5.png);
}

.nodeType_6 .nodeLblCo {
	background-image: url(img/tree/6.png);
}

.nodeType_7 .nodeLblCo {
	background-image: url(img/tree/7.png);
}

.nodeType_8 .nodeLblCo {
	background-image: url(img/tree/8.png);
}

.nodeType_9 .nodeLblCo {
	background-image: url(img/tree/9.png);
}

.nodeType_add .nodeLblCo {
	background-image: url(img/tree/add.png);
}

.nodeType_delete .nodeLblCo {
	background-image: url(img/tree/delete.png);
}

.nodeType_tfc-go .nodeLblCo {
	background-image: url(img/tree/tfc-go.png);
}

.nodeType_tfc-stop .nodeLblCo {
	background-image: url(img/tree/tfc-stop.png);
}

.nodeType_attach .nodeLblCo {
	background-image: url(img/tree/attach.png);
}

.nodeType_cog .nodeLblCo {
	background-image: url(img/tree/cog.png);
}

.nodeType_tag-blue .nodeLblCo {
	background-image: url(img/tree/tag-blue.png);
}

.nodeType_tag-green .nodeLblCo {
	background-image: url(img/tree/tag-green.png);
}

.nodeType_tag-orange .nodeLblCo {
	background-image: url(img/tree/tag-orange.png);
}

.nodeType_tag-pink .nodeLblCo {
	background-image: url(img/tree/tag-pink.png);
}

.nodeType_tag-red .nodeLblCo {
	background-image: url(img/tree/tag-red.png);
}

.nodeType_tag-yellow .nodeLblCo {
	background-image: url(img/tree/tag-yellow.png);
}

.nodeType_pencil .nodeLblCo {
	background-image: url(img/tree/pencil.png);
}

.nodeType_puzzle .nodeLblCo {
	background-image: url(img/tree/puzzle.png);
}

.nodeType_wand .nodeLblCo {
	background-image: url(img/tree/wand.png);
}

.nodeType_zoom .nodeLblCo {
	background-image: url(img/tree/zoom.png);
}

.treeSearch_mach>.nodeLblFra>.nodeLbl {
	border: 1px solid purple;
	-moz-box-shadow: inset 0px 0px 5px purple;
	-webkit-box-shadow: inset 0px 0px 5px purple;
	box-shadow: inset 0px 0px 5px purple;
}

.treeSearch_mach>.nodeLblFra>.nodeLbl .nodeTi {
	color: purple;
}

.treeSearch_cur>.nodeLblFra>.nodeLbl {
	-webkit-animation: glow 0.5s ease-in-out 0s 1 alternate;
	animation: glow 0.5s ease-in-out 0s 1 alternate;
	background-color: #F8E1EA;
}

@-webkit-keyframes glow {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.03);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes glow {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.03);
	}

	100% {
		transform: scale(1);
	}
}

/* CONCEPT TREE */
div.treeRoot.treeHasToolbar {
	border: 1px solid silver;
}

div.treeRoot.treeHasToolbar .nodeDepth_0 {
	margin: 3px;
}

div.treeRoot.treeHasToolbar.treeSearch_off .treeScroll {
	overflow: hidden;
}

div.treeRoot.treeHasToolbar .treeScroll {}

div.treeRoot.treeHasToolbar.treeSearch_on .treeScroll {
	max-height: 600px;
	overflow: auto;
}

/* Added */
div.treeRoot {
	font-size: 1em;
	margin-left: 40%;
}

div.treeToolbar {
	background-color: #EFEFEF;
	border-bottom: 1px solid silver;
	padding: 0;
	height: 20px;
	text-align: right;
	font-size: 9pt;
}

div.treeStatusbar {
	background-color: #EFEFEF;
	border-top: 1px solid silver;
	padding: 0;
	text-align: left;
	padding: 3px;
	z-index: 2;
	font-size: 9pt;
	position: relative;
	display: none;
	color: #676767;
}

div.treeRoot.treeSearch_on .treeStatusbar {
	display: block;
}

div.treeToolbar form.treeSearchForm {
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 2px;
}

div.treeToolbar span.treeSearchLabel {
	display: inline-block;
	margin-right: 5px;
	color: #676767;
}

div.treeToolbar span.treeSearchResultLabel {
	display: inline-block;
	margin-left: 5px;
	color: #676767;
}

div.treeToolbar input.treeSearchInput {
	border: 1px solid silver;
	margin: 0;
	padding: 0;
}

div.treeSearch_off div.treeToolbar form.treeSearchForm {
	display: none;
}

div.treeToolbar a.treeBtnSearch {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/tree/search.png) center center no-repeat;
	margin-right: 3px;
}

div.treeSearch_on div.treeToolbar a.treeBtnSearch {
	background-color: #676767;
}

div.treeToolbar a.treeBtnOpenAll {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/tree/open.png) center center no-repeat;
	margin-right: 3px;
}

div.treeToolbar a.treeBtnCloseAll {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/tree/close.png) center center no-repeat;
	margin-right: 3px;
}

div.treeToolbar a.treeBtnPrv {
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url(img/tree/prv.png) center center no-repeat;
	margin-left: 3px;
	vertical-align: middle;
}

div.treeToolbar a.treeBtnNxt {
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url(img/tree/nxt.png) center center no-repeat;
	margin-left: 3px;
	vertical-align: middle;
}

div.treeToolbar a.treeBtnSearch:hover,
div.treeToolbar a.treeBtnPrv:hover,
div.treeToolbar a.treeBtnNxt:hover,
div.treeToolbar a.treeBtnOpenAll:hover,
div.treeToolbar a.treeBtnCloseAll:hover {
	opacity: 0.5;
}

div.treeToolbar span.treeSep,
div.treeToolbar a.treeBtnSearch span,
div.treeToolbar a.treeBtnPrv span,
div.treeToolbar a.treeBtnNxt span,
div.treeToolbar a.treeBtnOpenAll span,
div.treeToolbar a.treeBtnCloseAll span {
	display: none;
}

div.treeSearch_noact a.treeBtnNxt,
div.treeSearch_noact a.treeBtnPrv {
	display: none;
}

/* TOOLTIPS */
.tt_a {
	cursor: pointer;
	color: #0d405d;
}

.tt_fra {
	background-color: white;
	color: black;
	box-shadow: 0 0 1px;
}

div.tt {
	font-size: 0.9em;
	border: 1px solid var(--mainColor);
	background-color: white;
}

div.tt_ti {
	background-color: var(--mainColor);
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 15px 2px 2px;
}

.tt_x {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: url("img/co/close.svg") no-repeat left top / 14px auto;
}

.tt_x span {
	display: none;
}

div.tt_co {
	padding: 5px;
}

div.tt_co p {
	text-align: left;
}

a.ttEvt_a {
	color: #0d405d;
	border-bottom: 0px;
}

a.ttEvt_a:hover {
	border-bottom: 0px;
	text-decoration: underline;
}

a.ttEvt_act {
	color: #F17C0B;
}

div.ttEvt_ti {
	display: none;
}

div.ttEvt_co {
	padding: 0 18px 0 0;
	background-color: #0d405d;
}

div.ttExtCo {
	padding: 5px 5px 5px 5px;
	background-color: white;
}

ol.footNotes {
	margin: 10px;
	font-size: 80%;
	padding-top: 5px;

	padding-left: 20px;
}

li.footNotes_it {
	margin-bottom: 10px;
	padding: 2px;
}

ol.footNotes p {
	margin: 0 0 5px 0;
}

div.footNotes_itti {
	font-weight: bold;
}

ol.footNotes .tt_x {
	display: none;
}

/*	GALLERIE D'IMAGES	*/
.imgLoading .scImgGalCvs::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("img/co/loader.svg");
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
	height: 100%;
}

.imgLoading .scImgGalFra {
	display: none;
}

.galFra,
.galMiniFra {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.galMiniFra {
	justify-content: start;
}

.galFra img {
	padding: 5px;
}

.galMiniFra img {
	height: 80px;
	width: auto;
}

.scImgSep {
	display: none;
}

span.galPv {
	padding: 5px;
	border-bottom: 2px solid var(--mainColor);
	box-shadow: 0 1px 3px 0 #b5b5b5;
	margin: 0.5em;
}

a.galPvLnk:hover {
	opacity: 0.8;
}

.scImgGalCvs {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.scImgGalImgFra {
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	padding-bottom: 30px;
	overflow: hidden;
}

.scImgGalCo {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 0;
}

.scImgGalTbr {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scImgGalTbr .scImgGalCount {
	display: inline;
	bottom: 5px;
	right: 35px;
	font-style: italic;
	color: gray;
	cursor: default;
}

div.scImgGalOver,
div.scImgZmOver {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.scImgGalTi {
	font-style: italic;
	color: gray;
	cursor: default;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

div.scImgGalTbr span,
a.scImgGalBtnCls span {
	display: none;
	position: absolute;
}

a.scImgGalBtnCls,
a.scImgZmBtnCls,
a.scImgSliderBtnPause,
a.scImgSliderBtnPlay,
div.scImgGalTbr a,
a.scImgSliderBtnPrv,
a.scImgSliderBtnNxt,
a.scImgSeqBtnCls,
a.scImgSeqBtnPrv,
a.scImgSeqBtnNxt,
a.scImgSeqBtnPlay,
a.scImgSeqBtnPause {
	font-family: 'fontello' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

a.scImgGalBtnCls:before,
a.scImgZmBtnCls:before,
a.scImgSeqBtnCls:before {
	content: "\e813";
}

a.scImgGalBtnCls,
a.scImgZmBtnCls,
a.scImgSeqBtnCls {
	display: block;
	top: 0;
	right: 0;
	font-size: 2em;
	background-color: rgba(0, 0, 0, 0.3);
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.isMobile_true a.scImgGalBtnCls,
.isMobile_true a.scImgZmBtnCls,
.isMobile_true a.scImgSeqBtnCls {
	top: 10px;
}

a.scImgGalBtnCls,
.isMobile_true a.scImgZmBtnCls,
.isMobile_true a.scImgSeqBtnCls {
	position: absolute;
}

div.scImgGalTbr a {
	display: block;
	position: absolute;
}

div.scImgGalTbr a:hover {
	text-decoration: none;
}

a.scImgGalBtnPrv,
a.scImgGalBtnNxt {
	top: 60px;
	bottom: 60px;
	font-size: 4em;
	position: fixed !important;
	width: 60px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

a.scImgGalBtnPrv {
	left: 0;
}

a.scImgGalBtnNxt {
	right: 0;
}

.isMobile_true a.scImgGalBtnPrv,
.isMobile_true a.scImgGalBtnNxt {
	position: absolute !important;
}

a.scImgGalBtnPrv:hover,
a.scImgGalBtnNxt:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

a.scImgGalBtnPly,
a.scImgGalBtnPse {
	font-size: 1.5em;
	color: gray !important;
	bottom: 4px;
	right: 0;
}

a.scImgGalBtnPrv:before,
a.scImgSeqBtnPrv:before,
a.scImgSliderBtnPrv:before {
	content: "\e810";
}

a.scImgGalBtnNxt:before,
a.scImgSeqBtnNxt:before,
a.scImgSliderBtnNxt:before {
	content: "\e812";
}

a.scImgGalBtnPse:before,
a.scImgSliderBtnPause:before,
a.scImgSeqBtnPause:before,
a.scImgSliderBtnPause:before {
	content: "\F28C";
}

a.scImgGalBtnPly:before,
a.scImgSliderBtnPlay:before,
a.scImgSeqBtnPlay:before,
a.scImgSliderBtnPlay:before {
	content: "\E814";
}

.noScroll {
	overflow: hidden;
}

/* ---------- Slider ---------- */
.sliderFra {
	flex: 0 0 auto;
	height: 500px;
	overflow: hidden;
	background-color: #2d2d2d;
	/* Added */
	margin-top: 150px;
}

.sliderFra img {
	transition: left 1s ease-out;
}

.isResized.sliderFra>img {
	transition: none;
}

.sliderLoading .sliderFra>img {
	display: none;
}

.sliderLoading .sliderFra:before {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("img/co/loader.svg");
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scImgSliderTimer {
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	top: 0.5em;
	left: 0.5em;
}

.scImgSliderTimerProgressBar {
	position: absolute;
	z-index: 2;
}

svg.scImgSliderTimerProgressBarSvg {
	stroke: #ffffff;
	stroke-linecap: round;
	fill: none;
	stroke-width: 12;
	width: 2.5em;
	height: 2.5em;
	transform: rotate(-90deg);
}

.scImgSliderBtnPause,
.scImgSliderBtnPlay {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	z-index: 3;
	height: 30px;
	align-items: center;
	justify-content: center;
	background: rgb(0, 0, 0, 0.6);
	display: flex;
	font-size: 2em;
	padding: 0.2em;
}

.scImgSliderBtnPause span,
.scImgSliderBtnPlay span {
	display: none;
}

a.scImgSliderBtnPrv,
a.scImgSliderBtnNxt {
	font-size: 2em;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	top: 0;
	height: 100%;
	width: 30px;
	z-index: 2;
	visibility: hidden;
	background: rgb(0, 0, 0, 0.2);
}

.sliderFra:hover a.scImgSliderBtnPrv,
.sliderFra:hover a.scImgSliderBtnNxt {
	visibility: visible;
}

.sliderFra a.scImgSliderBtnPrv:hover,
.sliderFra a.scImgSliderBtnNxt:hover {
	background: rgb(0, 0, 0, 0.6);
}

a.scImgSliderBtnPrv span,
a.scImgSliderBtnNxt span {
	display: none;
}

a.scImgSliderBtnPrv {
	left: 0;
}

a.scImgSliderBtnNxt {
	right: 0;
}

/* ---------- sequence ---------- */
.scImgSeqOver {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.scImgSeqMag {
	box-shadow: 0 0 5px 0 #000000;
	cursor: crosshair;
}

.seqFra,
.seqFraMini {
	display: flex;
	justify-content: center;
}

a.scImgSeqBtnPrv {
	left: 5px;
}

a.scImgSeqBtnNxt {
	right: 5px;
}

a.scImgSeqBtnPlay,
a.scImgSeqBtnPause {
	margin-top: 2px;
}

.scImgSeqToolsOver {
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

.scImgSeqToolsOver a {
	color: #666 !important;
	font-size: 1.7em;
}

.seqFra .galPv {
	margin-top: 0.3em;
	visibility: hidden;
}

.seqFraMini .galPv {
	visibility: hidden;
}

.seqFraMini img {
	width: 180px;
	height: auto;
}

a.scImgSeqBtnCls span,
a.scImgSeqBtnPrv span,
a.scImgSeqBtnNxt span,
a.scImgSeqBtnPlay span,
a.scImgSeqBtnPause span {
	display: none;
}

/* ---------- zoom ---------- */
div.scImgZmCvs {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
	height: 100%;
}

.imgLoading .scImgZmCvs::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("img/co/loader.svg");
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
	height: 100%;
}

div.scImgZmFra {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

div.scImgZmTlb {
	margin-top: 5px;
	text-align: right;
}

a.scImgZmBtnCls {
	position: fixed;
}

a.scImgZmBtnCls span,
a.scImgGalBtnNoPrv {
	display: none;
}

.scImgZmCo {
	text-align: center;
}

.scImgZmCo div {
	z-index: 2002;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 0px;
}

.scImgZmCo iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 0px;
}

.scImgZmCo a {
	text-decoration: none;
}

.scImgZmCo a img {
	border: 0px;
}

.scImgZmCo img {
	background-color: white;
}

/* EVENT LISTS */
.evtList {
	position: relative;
}

.evtListEvt {
	list-style-type: none;
}

.evtListDesc {
	list-style-type: square;
}

.event_closed::before {
	font-family: "fontello";
	content: '\e801';
	margin-right: 5px;
}

.event_open::before {
	font-family: "fontello";
	content: '\e802';
	margin-right: 5px;
}

.event_closed:hover,
.event_open:hover {
	text-decoration: none;
	color: var(--mainColor);
}

.event {
	margin-bottom: 5px;
	margin-left: 5px;
}

.event::before {
	color: var(--mainColor);
	content: '\e803';
	font-family: "fontello";
	font-size: 1.2em;
	left: 3px;
	position: absolute;
}

.event_co {
	margin-bottom: 10px;
}

.event_co li {
	list-style-image: none;
}

.txt_emphasis_is,
.txt_quote_ph,
.txt_special_ph {
	color: var(--mainColor);
}

.lnkZoom {
	background: rgba(0, 0, 0, 0) url("img/co/search.svg") no-repeat scroll left 0 / 12px auto;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 3px;
}

.lnkZoom:hover {
	background: rgba(0, 0, 0, 0) url("img/co/search.svg") no-repeat scroll left -12.75px / 12px auto;
}

.lnkZoom span {
	display: none;
}

/* VOIR + OU - */
#content .bkBase_closed {
	background: url("../../skin/img/co/clbCls.svg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #000000;
	height: 85px;
	text-decoration: none;
	display: block;
}

#content .bkBase_open {
	background: url("../../skin/img/co/clbOpn.svg") no-repeat center bottom rgba(0, 0, 0, 0);
	color: #000000;
	height: 85px;
	position: relative;
	text-decoration: none;
	display: block;
}

#content .bkBase_co.collBlk_open {
	background-color: #f7f6f3;
	margin-top: -3em;
	padding: 2.5em 1em 1em;
	border-bottom: 5px solid #cacaca;
}

/* OPTIONS */
.optContent {
	background-color: #fff;
	padding: 30px 15px;
}

/* SEARCH */
.searchFra {
	padding: 2px 10px 3px;
}

.schLabel {
	position: absolute;
	left: -9999px;
}

.schResFrame {
	position: fixed;
	left: 50%;
	bottom: -80px;
	width: 700px;
	height: 50px;
	margin-left: -350px;
	z-index: 91;
}

.schDisplay_on .schResFrame {
	bottom: 0px;
}

.schDisplayList_on .schResFrame {
	height: 530px;
}

.schResList {
	position: absolute;
	bottom: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	display: none;
}

.schDisplayList_on .schResList {
	display: block;
}

.schResListSrl {
	position: absolute;
	left: 0px;
	right: 0px;
	overflow: auto;
	padding: 5px;
}

input.searchText,
input.schInput {
	box-shadow: 0 1px 1px #666 inset;
	padding: 6px 13px;
	background-color: #ddd;
	border: medium none;
	border-radius: 13px;
	color: #333;
}

input.searchSubmit,
input.schBtnLaunch {
	background: rgba(0, 0, 0, 0) url("img/co/search.svg") no-repeat scroll left -31.875px / 30px auto;
	border: medium none;
	color: transparent;
	cursor: pointer;
	height: 30px;
	margin: 0 5px;
	width: 30px;
}

input.searchSubmit:hover,
input.schBtnLaunch:hover {
	background: rgba(0, 0, 0, 0) url("img/co/search.svg") no-repeat scroll left -63.75px / 30px auto;
}

input.searchSubmit span,
input.schBtnLaunch span {
	display: none;
}

.schPgeBk .schPgeBtn,
.mnu_sch_yes .mnu_lnk {
	background-image: url(img/co/schPgeRank.png);
	background-repeat: no-repeat;
	background-position: right;
}

div.schNoRes {
	text-align: center;
	font-size: 1.063em;
	margin-top: 18px;
}

.mnu_sch,
.schPgeBtn>span {
	display: block;
	background-color: #f0eeeb;
}

.schPgeRank_1 .mnu_sch,
.schPgeRank_1 .schPgeBtn>span {
	margin-right: 17px;
}

.schPgeRank_2 .mnu_sch,
.schPgeRank_2 .schPgeBtn>span {
	margin-right: 35px;
}

.schPgeRank_3 .mnu_sch,
.schPgeRank_3 .schPgeBtn>span {
	margin-right: 53px;
}

.schPgeRank_4 .mnu_sch,
.schPgeRank_4 .schPgeBtn>span {
	margin-right: 71px;
}

.schPgeRank_5 .mnu_sch,
.schPgeRank_5 .schPgeBtn>span {
	margin-right: 89px;
}

.schPgeRank_6 .mnu_sch,
.schPgeRank_6 .schPgeBtn>span {
	margin-right: 107px;
}

.schPgeRank_7 .mnu_sch,
.schPgeRank_7 .schPgeBtn>span {
	margin-right: 125px;
}

.schPgeRank_8 .mnu_sch,
.schPgeRank_8 .schPgeBtn>span {
	margin-right: 143px;
}

.schPgeRank_9 .mnu_sch,
.schPgeRank_9 .schPgeBtn>span {
	margin-right: 160px;
}

div.schPropose a:hover {
	text-decoration: none;
}

.schPropose {
	position: absolute;
	width: 102px;
	border: 1px solid var(--mainColor);
	border-top: 0px;
	background-color: white;
	z-index: 100;
	font-size: 0.9em;
}

.schBtnPropose {
	display: block;
	text-decoration: none;
	font-style: italic;
	padding: 2px 3px;
	margin: 1px;
}

.schBtnPropose:hover,
.schBtnPropose:active,
.schBtnPropose:focus {
	outline: none;
	text-decoration: none;
	background-color: #E0dcd8;
}

.schProposeExceeded {
	display: block;
	color: var(--mainColor);
	font-style: italic;
	padding: 2px 3px;
}

div.schProp_no {
	display: none;
}

.schResFrame {
	color: var(--mainColor);
	background-color: #fff7ee;
	box-shadow: 0 0 3px 0 var(--mainColor);
	transition: all 0.4s ease-out;
	border-radius: 10px 0 0;
}

.searchResults a {
	margin: 0 5px;
}

.schBtnTgle {
	background: url(img/co/mnuTgle.svg) no-repeat 0 -57px / 19px auto;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 6px;
}

.schDisplayList_on .schBtnTgle {
	transform: rotate(180deg);
}

.schBtnTgle span {
	display: none;
}

.schBtnReset {
	background: var(--mainColor) url("img/co/close.svg") no-repeat 0 0 / 20px auto;
	border-radius: 10px;
	display: block;
	height: 20px;
	position: absolute;
	right: -15px;
	top: -10px;
	width: 20px;
}

.schBtnReset:hover {
	background-color: #ffffff;
}

.schBtnReset span {
	display: none;
}

.schHitBox,
.schResBox,
.schPageBox {
	text-align: left;
	margin: 4px 0px 0 40px;
	font-size: 0.875em;
	line-height: 16px;
}

.schHitBox {
	background: rgba(0, 0, 0, 0) url("img/co/abc.svg") no-repeat scroll right 25px top -7px / 32px auto;
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
}

.schPageBox {
	background: rgba(0, 0, 0, 0) url("img/co/page.svg") no-repeat scroll right 35px top 0 / 16px auto;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
}

.schDisplay_none .schResBox {
	text-align: center;
	margin: 20px 200px 6px 200px;
}

.schDisplay_none .schHitBox {
	display: none;
}

.schBtnNxt,
.schBtnPrv,
.schBtnPrvHit,
.schBtnNxtHit {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background: url(img/co/mnuTgle.svg) no-repeat 0 -15px / 15px auto;
	background-repeat: no-repeat;
}

.schBtnAct_no,
.schBtnHitAct_no {
	display: none;
}

.schBtnNxt span,
.schBtnPrv span,
.schBtnPrvHit span,
.schBtnNxtHit span {
	display: none;
}

.schDisplay_none .schBtnNxt,
.schDisplay_none .schBtnPrv,
.schDisplay_none .schBtnPrvHit,
.schDisplay_none .schBtnNxtHit {
	display: none;
}

.schDisplay_one .schBtnNxt,
.schDisplay_one .schBtnPrv {
	display: none;
}

.schBtnPrv,
.schBtnPrvHit {
	transform: rotate(180deg);
}

.schHitFrame {
	background: url(img/co/schHit.png) center right no-repeat;
	position: absolute;
	bottom: 8px;
	right: 40px;
	left: 40px;
	height: 20px;
	font-size: 1.2em;
}

.schBtnPrvHit {
	top: 3px;
	right: 57px;
}

.schBtnNxtHit {
	top: 3px;
	right: 5px;
}

.schBtnPrv {
	right: 57px;
	top: 0;
}

.schBtnNxt {
	right: 5px;
	top: 0;
}

.schPgeBk .schPgeBtn span {
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	padding-right: 165px;
}

.schPgeBk .mnu_lnk span {
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	background-color: #fff7ee;
}

.schPgeBk span.schPgeRank {
	display: none;
}

.searchResults a.schPgeBtn,
.searchResults a.mnu_lnk {
	margin: 2px;
	display: block;
	color: var(--mainColor);
}

li.mnu_sel_yes .schPgeBtn,
div.mnu_sel_yes .mnu_lnk {
	font-weight: bold;
	text-decoration: underline;
	cursor: default;
}

div.mnu_sch_no a.mnu_lnk {
	color: var(--mainColor);
	cursor: default;
}

div.mnu_sch_no a.mnu_lnk:hover {
	text-decoration: none;
}

.searchResults a.mnu_tgle_o,
.searchResults a.mnu_tgle_c {
	position: absolute;
	margin-top: -14px;
	margin-left: -16px;
	width: 7px;
	height: 7px;
	display: inline-block;
	background: url(img/co/mnuTgle.svg) no-repeat 0 0 / 7px auto;
}

.searchResults a.mnu_tgle_o span,
.searchResults a.mnu_tgle_c span {
	display: none;
}

.searchResults div.mnu_sch_yes a.mnu_tgle_c {
	background-position: 0px -7px;
}

.searchResults div.mnu_sch_yes a.mnu_tgle_o {
	background-position: 0px -21px;
}

.searchResults div.mnu_sch_no a.mnu_tgle_c {
	background-position: 0px 0px;
}

.searchResults div.mnu_sch_no a.mnu_tgle_o {
	background-position: 0px -14px;
}

.schResListSrl ul.mnu_root {
	padding: 0 0 0 20px;
	background-color: transparent;
}

.schResListSrl li.mnu_b {
	list-style-type: none;
	margin: 0;
}

.schResListSrl ul {
	color: var(--mainColor);
	margin: 0;
	list-style: disc;
	padding-left: 13px;
	list-style-position: outside;
}

.schResListSrl ul.schParentList {
	list-style-type: none;
}

.schResListSrl ul.schParentList_c {
	display: none;
}

.schResListSrl ul.schParentList_o {
	display: block;
}

li.schPgeBk {
	position: relative;
}

a.schParent_tgle_c,
a.schParent_tgle_o {
	position: absolute;
	margin-left: -16px;
	top: 2px;
	width: 7px;
	height: 7px;
	display: inline-block;
	background: url(img/co/mnuTgle.svg) no-repeat 0 0 / 7px auto;
}

a.schParent_tgle_c span,
a.schParent_tgle_o span {
	display: none;
}

a.schParent_tgle_c {
	background-position: 0px -7px;
}

a.schParent_tgle_o {
	background-position: 0px -21px;
}

.schParent_tgle_c:hover,
.schParent_tgle_o:hover {
	text-decoration: none;
	color: var(--mainColor);
}

.schPgeBtn:hover,
.mnu_lnk:hover {
	color: var(--mainColor);
}

.schResCnt,
.schHitCnt {
	display: inline-block;
	min-width: 40px;
	text-align: center;
}

.schDisplay_none .schResCnt,
.schDisplay_one .schResCnt {
	display: none;
}

.schHit {
	background-color: #fff7ee;
	border-radius: 3px;
}

.schHit_current {
	background-color: #e0dcd8;
	color: white;
	border-radius: 3px;
}

.schTerm {
	font-weight: bold;
}

.schTerm em {
	font-weight: normal;
}

.schDisplay_on #menu ul.mnu_root .mnu_sch_no>a:hover {
	text-decoration: none;
}

.schDisplay_on #menu ul.mnu_root .mnu_sch_no>a.mnu_lnk {
	color: var(--mainColor);
	cursor: default;
}

.tplSchBox {
	position: relative;
	z-index: 2;
}

/*	EXTRAS	*/
#extras {
	padding: 1em 0;
	background-color: #f7f6f3;
	border-top: 2px solid #cacaca;
}

.margin_ti {
	background: rgba(0, 0, 0, 0) url("img/co/stripe.png") repeat-x scroll right center;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
}

.margin_ti>span {
	background-color: #f7f6f3;
	padding: 0 10px 0 0;
}

div.margin_co {
	background: white none repeat scroll 0 0;
	border-color: #ddd #ddd var(--mainColor);
	border-radius: 1px;
	border-style: solid;
	border-width: 1px 1px 4px;
	box-shadow: 0 1px 3px 0 #b5b5b5;
	font-size: 0.9em;
	overflow: auto;
	padding: 10px;
}

.margin_co a {
	color: var(--mainColor);
}

.margin_co .event .tt_a {
	display: block;
}

/*	FOOTER	*/
#footer {
	flex: 0 0 auto;
}

.permMargin {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

div.margin {
	margin: 1em 2em;
	flex: 0 0 250px;
}

div.tplFootBanner a {
	margin-right: 5px;
	color: #ffffff;
}

div.tplFootBanner img {
	vertical-align: middle;
}

div.tplFootBanner {
	text-align: right;
	padding: 5px 0;
	color: #ffffff;
	font-size: 0.8em;
	cursor: default;
	background-color: #2d2d2d;
	border-top: 5px solid var(--mainColor);
}

div.tplFootBanner span.copyright {
	padding: 2px 0 0 5px;
	float: left;
}

/*	RESPONSIVE DESIGN	*/
@media (max-width: 1200px) {
	.multipleSections #header .inline {
		flex-direction: column;
	}
}

@media (max-width: 900px) {
	#header .inline {
		flex-direction: column;
	}
}