/* Colors : 
dark grey : #158a96
light teal : #e3eff0
*/
html {
	min-height: 100%;	
}
body {
	font: 14px/20px "PT Sans", sans-serif;	
	color: #525a5c;
	margin: 0;
	/*padding: 20px 0 0;*/
	padding: 0;
	background: white;
	min-height: 100%;
}
body.home,
body.default {
	background: #1c3a45 url("../img/tpl/ea-root-bg.jpg") repeat-y fixed center;	
	background-size: cover;
}
body.home {
	padding-bottom: 30px;
}
body.subWin div#document {
	padding: 0 30px;	
}
div#content {
	outline: 0 !important;	
}
* {
    box-sizing: border-box;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
a {
	transition: all 0.3s ease 0s !important;	
	color: #158a96;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
input[type="text"] {
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #c9d8d9;
}
h1, h2 {
	font-family: "Bree Serif";
}
h2 {
	color: #158A96;
	font-size: 30px;	
	line-height: 35px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 45px;
	border-bottom: 1px solid #c9d8d9;
}
h3 {
	font-size: 18px;	
	line-height: 22px;
	color: #158A96;
	margin: 30px 0 15px;
}
h4 {
	font-size: 16px;	
	line-height: 20px;
}
h5 {
	font-size: 14px;	
	line-height: 20px;
}
p {
	margin:0 0 10px;
}
code {
	font-size: larger;
}
.hidden {
	display:none;
}

/*=== DEFAULT LAYOUT - GENERAL ===============================================*/
 .default #root {
	 position: absolute;
	 min-height: 100%;
	 width: 100%;
}
.default #header {
	display: none;
}
.default #main {
	display: flex;
	position: absolute;
	width: 100%;
	min-height: 100%;
}

/*=== DEFAULT LAYOUT - FLEXBOX ===============================================*/

/*--- ROOT -------------------------------------------------------------------*/

/*--- MAIN -------------------------------------------------------------------*/
.default #toolbox {
	flex: 1;
	order: 0;
}
.default #document {
	background: white url(../img/tpl/ea-document-bg.jpg) no-repeat left top;
	order: 1;
	box-shadow: -5px 0 22px rgba(27,59,70,1);
}
.default .zen_true #toolbox {
	display:none;
}
.default .zen_true #document {
-webkit-order: 1;
	order:1;
}


/*--- TOOLBOX ----------------------------------------------------------------*/
nav#nav-tools {
	display: flex;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
	z-index: 3;
}
.default #tools {
	flex: 1;
}
.default #tools .headingSelector {
	margin-left: 60px;
}
/*.default #logos {
	flex: 2;
}*/
.home #logos {
	position: absolute;
	top: 20px;
	right: 0;
}
#logos div.logos-container {
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 0 0 60px;
}
#logos div.logos-container > div {
	margin: 0 30px 0 0;	
}
.default #menu {
	margin: 0 0 100px;
}
.default .schActive #menu {
}
.default div.schCmds {
	/*background: #e3eff0;
	padding: 20px 0 0;*/
	padding: 10px;
	color: #158a96;
	border-radius: 0 0 0 4px;
	text-align: right;
	flex: 1;
}

/*--- MENU -------------------------------------------------------------------*/
.default #menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.default #menu > div.mnuSrlUpFra {
	-webkit-order: 1;
	order:1;
	-webkit-flex: 0 0 20px;
	flex: 0 0 20px;
}
.default #menu > ul.mnu {
	overflow: visible !important;
	padding: 0;
}
.default #menu > div.mnuSrlDwnFra {
	-webkit-order: 3;
	order:3;
	-webkit-flex: 0 0 20px;
	flex: 0 0 20px;
}

/*--- DOCUMENT ---------------------------------------------------------------*/
.default #content {
	position:relative;
	padding: 90px 60px 165px;
}
.default #navigation {
	background: #158a96;
    bottom: 30px;
    left: 0;
    position: fixed;
    text-align: right;
    width: 100%;
	min-height: 40px;
}

/*=== DEFAULT LAYOUT - GENERAL BACKGROUNDS ===================================*/
/* SVG and chrome: https://code.google.com/p/chromium/issues/detail?id=110195 */
.default #root.zen_true {
	background-image: none;
}

/*=== DEFAULT LAYOUT - TOOLS MENU ============================================*/
.default #tools ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.default #tools li {
}
.default #tools .lbl {
}
.default #tools .anc_yes .lbl {
	
}
.default #tools .item {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 0;
    border-radius: 0;
    color: white;
    display: flex;
    height: 50px;
	padding-top: 10px;
    margin: 0 8px 0 0;
    text-decoration: none;
    width: 40px;
}
.default #tools .anc_yes .item {
	background: #158a96;
	border-color: #63e1ee;
	color: white;
}
.default #tools .item .fa {
	font-size: 15px;
	margin: auto;
}
.default #tools a.item:hover {
	background: rgba(255,255,255,0.3);
	border-color: transparent;
}
.default #tools .item span {
	display: none;
}
/*=== DEFAULT LAYOUT - MAIN MENU =============================================*/
.default #menu .mnuSrlUpFra,
.default #menu .mnuSrlDwnFra {
	text-align: center;
	display: none;
}
.default #menu .mnuSrlUpBtn,
.default #menu .mnuSrlDwnBtn {
	display:inline-block;
	padding:0;
	box-sizing: border-box;
	width: 280px;
	height: 20px; 
	padding-left: 280px;
	overflow: hidden;
	background: url(../img/tpl/menu-scroller.svg) no-repeat top;
	background-size: 100%;
}
.default #menu .mnuSrlDwnBtn {
	background-position: 0px -36px;
}


.default #menu ul {
	list-style-type: none;
	padding:0 10px;
	margin:0;
}
.default #menu ul.sub {
	padding:0 0 0 0;
}
.default #menu .mnu > li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.default #menu .sub li:last-child {
	background: none;
}
.default #menu .mnu .lbl {
}
.default #menu .mnu .quiz,
.default #menu .mnu .conclu,
.default #menu .mnu .intro {
	display: none;	
}
.default #menu .mnu .quiz .lbl .item::before,
.default #menu .mnu .coQuiz .lbl .item::before {
	display: inline-block;
    font-family: "Fontawesome";
    padding: 2px;
	content: "";
	color: #63e1ee;
	font-weight: normal;
}
.default #menu .mnu .tgle_c span,
.default #menu .mnu .tgle_o span {
	display: none;	
}
.default #menu .mnu .tgle_c,
.default #menu .mnu .tgle_o {
	float: left;
	margin: 12px 0 0 30px;
	display: none;
}
.default #menu .mnu .sub .tgle_c,
.default #menu .mnu .sub .tgle_o {
	margin: 5px 0 0 60px;
}
.default #menu .mnu .item::before {
	display: inline-block;
    font-family: "Fontawesome";
    padding: 2px 5px;
	content: "";
	color: #63e1ee;
	font-weight: normal;
	position: absolute;
	margin: 0 0 0 -22px;
}
.default #menu .mnu .sel_yes > .lbl > .item::before,
.default #menu .mnu .anc_yes > .lbl > .item::before {
	content: "";
	margin-left: -25px;
}
.default #menu .mnu a {
	color:black;
	text-decoration: none;
}
.default #menu .mnu span.item {
	cursor: default;
}
.default #menu .mnu .item {
	display:block;	
	padding: 12px 0 12px 55px;
	color: white;
	font-size: 16px;
}
.default #menu .mnu .sub .item {
	display:block;	
	padding: 5px 0 5px 75px;
	color: white;
	font-size: 13px;
}
.default #menu .mnu .sub .sub .item {
	padding: 5px 0 5px 90px;
}
.default #menu .mnu .item:hover {
	background: rgba(255,255,255,0.1);	
}
.default #menu .mnu .sub .item:hover {
	background: transparent;
}
.default #menu .mnu .sub .item:hover span {
	text-decoration: underline;	
}
.default #menu .mnu .sel_yes > .lbl > .item:hover span,
.default #menu .mnu .anc_yes > .lbl > .item:hover span {
	text-decoration: none;	
}
.default #menu .mnu .item span {
	display:inline-block;
	padding: 1px 5px;
	margin-bottom:3px;
}
.default #menu .mnu .sel_yes > .lbl > .item,
.default #menu .mnu .anc_yes > .lbl > .item {
	background: rgba(255,255,255,0.3);
	font-weight: bold;
}
.default #menu .mnu .anc_yes .sel_yes > .lbl > .item,
.default #menu .mnu .anc_yes .anc_yes > .lbl > .item {
	background: rgba(255,255,255,0.2);
	font-weight: bold;
}
.default #menu .mnu .anc_yes .anc_yes .sub .sel_yes > .lbl > .item {
	background: rgba(255,255,255,0.1);
	font-weight: bold;
}

/*=== DEFAULT LAYOUT - NAVIGATION BUTTONS ====================================*/
.default #navigation {
}
.default #navigation nav {
	display:inline-block;
}
.default #navigation ul {
	display:inline-block;
	list-style-type: none;
	padding:0;
	margin:0;
	text-align: center;
}
.default #navigation li {
	display:inline-block;
}
.default #navigation a {
	display:inline-block;
	box-sizing: border-box;
	color: white;
	min-height: 40px;
	padding: 9px 30px;
	text-decoration: none;
	border-left: 1px solid rgba(255,255,255,0.4);
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.default #navigation a:hover,
.default #navigation a:focus {
	background: rgba(255,255,255,0.4);
}
.default #navigation a.btnNav.prev::before {
	content: "";
    font-family: "FontAwesome";
    margin-right: 15px;
	font-size: 14px;
	font-weight: normal;
}
.default #navigation a.btnNav.next::after {
	content: "";
    font-family: "FontAwesome";
    margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
}
.default #navigation span.btnNav span {
	display: none;
}
.default #navigation a.btnZen {
	background-position: 0px -160px;
	/*display: none;*/
}
.default .zen_true #navigation a.btnZen {
	background-position: 0px -240px;
}
.default #navigation a:hover {
	opacity:0.9;
}

/*=== HOME LAYOUT - GENERAL ==================================================*/
.home #root {
    
}
.home section.article {
    padding: 0 15px;
    text-align: center;
}
.home section.article h1,
div#toolbox h1 {
    padding: 15px 0 30px;
	line-height: 90px;
	font-size: 80px;
	color: white;
	text-shadow: 2px 2px 0 #113b53;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
div#toolbox h1 {
	line-height: 45px;
	font-size: 40px;
	padding: 40px 15%;
	margin-top: 40px;
}
.home section.article .hBk_co {
	color:white;
}
.home section.article .hBk_co .auth {
	font-size: 15px;
	font-weight: bold;	
	letter-spacing: 20px;
	text-transform: uppercase;
	margin: 30px 0;
}
.home section.article .hBk_co .version {
    font-size: 15px;
	font-style: italic;
}
.home section.article .hBk_co .date {
	margin: 15px 0 0;
	padding: 5px 10px;
	background: #1b3b46;
	border-radius: 4px;
	font-weight: bold;	
	display:inline-block;
}
.home section.article .hBk_co .logo {
	display: none;	
}
/*=== HOME LAYOUT - FLEXBOX ==================================================*/

/*--- ROOT -------------------------------------------------------------------*/

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(27,59,70,0.6);
	color: white;
	padding: 5px 15px;
	font-size: 11px;
	min-height: 30px;
	line-height: 20px;
}
.default #footer {
	background: #1b3b46;	
}
#footer > a {
	margin: 3px 0 0 5px;
	float: right;
	height: 15px;
}

/*--- MAIN -------------------------------------------------------------------*/
.home #main {
	padding: 0 15px;
}
.home #navigation {
	padding: 30px 0 15px;
}

/*=== HOME LAYOUT - GENERAL BACKGROUNDS ======================================*/
/* SVG and chrome: https://code.google.com/p/chromium/issues/detail?id=110195 */

/*=== HOME LAYOUT - NAVIGATION BUTTONS =======================================*/
.home #navigation ul {
    text-align: center;
	list-style-type: none;
	padding:0;
	margin:0;
}
.home #navigation li {
    margin: 0;
}
.home #navigation a {
    color: white;
    display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 16px;
	padding: 15px 20px;
	border: 2px solid white;
}
.home #navigation a:hover {
	background: rgba(255,255,255,0.4);
	border-color: transparent;
}

/*=== LAYOUT - ACCESSIBILITY MENU  ===========================================*/
#accessibility {
	font-size: 60%;
	list-style-type: none;
	padding:0;
	margin:0;
	z-index:2;
}
#accessibility li {
	display:inline-block;
	margin:0 1em;
}
#accessibility a {
	opacity:0.2;
	color: #e3eff0;
	text-decoration: none;
}
#accessibility:hover a {
	opacity:0.5;
}
#accessibility a:focus {
	opacity:1;
}

/*=== LAYOUT - SUB-WINDOWS ===================================================*/

/*--- CONTAINER --------------------------------------------------------------*/
.subWindow_over {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: black;
	opacity:0.6;
}
.subWindow_win {
	position:absolute;
	top:3em;
	bottom:3em;
	left:3em;
	right:3em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	background-color: white;
	border:2px solid #158a96;
}
.subWindow_ti {
	-webkit-flex: 0 0 1.5em;
	flex: 0 0 1.5em;
	background-color: #158a96;
	color:#e3eff0;
	padding-left:0.5em;
	font-weight: bold;
}
.subWindow_co {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
}
.subWindow_co > a.focusOnCloseBtn {
	position:absolute;
	left:-1000px;
	top:-1000px;
}
.subWindow_fra {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
a.subWindow_x {
	display:inline-block;
	padding:0;
	margin: 0 ;
	width: 16px;
	height: 16px; 
	overflow: hidden;
	position:absolute;
	right:2px;
	top:2px;
}

a.subWindow_x::before {
	content: "";
	font-family: "Fontawesome";
	position: absolute;
	color: white;
	top: -3px;
	left: 2px;	
}

/*--- subWin.eval - FLEXBOX --------------------------------------------------*/
.subWin.eval #root {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.subWin.eval #header {
	position:absolute;
	text-align:right;
	width:100%;
	z-index: 1;
}
.subWin.eval #accessibility {
	padding-right:20px;
}
.subWin.eval #accessibility a {
	color: #158a96;
}
.subWin.eval #main {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.subWin.eval #footer {
}
.subWin.eval #document {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.subWin.eval #content {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	position:relative;
	padding:0 0.5em;
	outline: 0 !important;
}
.subWin.eval .scroller { /* DEBUG - IE11 : ne peut pas scroller un flex auto */
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:1em;
	overflow-y: auto;
}
.subWin.eval #navigation {
	-webkit-flex: 0 0 45px;
	flex: 0 0 45px;
	padding-top:15px;
	position:relative;
	background: #158a96;
	margin: 0 -30px;
}

/*--- subWin.eval - NAVBAR ---------------------------------------------------*/
.subWin.eval #navigation .evalCounter {
	position:absolute;
	font-size:2em;
	color:#e3eff0;
	top:20px;
	left:5px;
}
.subWin.eval #navigation .evalCounter {
}

.subWin.eval #navigation nav {
	text-align:right;
}
.subWin.eval #navigation ul {
	display:inline-block;
	list-style-type: none;
	padding:5px 0 0 0;
	margin:0;
	text-align: right;
}
.subWin.eval #navigation li {
	display:inline-block;
	height:30px;
}
.subWin.eval #navigation a {
	display:inline-block;
	box-sizing: border-box;
	width: 35px;
	height: 35px; 
	padding-left: 35px;
	overflow: hidden;
	background: white;
	border-radius: 50%;
	position: relative;
	margin: -10px 10px 0 0;
}
.subWin.eval #navigation a.btnNav.prevEval::before {
	font-family: "Fontawesome";
	content: "";
	color: #158a96;
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 20px;
}
.subWin.eval #navigation a.btnNav.nextEval::before {
	font-family: "Fontawesome";
	content: "";
	color: #158a96;
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 20px;
}
.subWin.eval #navigation a:hover {
	opacity:0.9;
}
.subWin.eval #navigation span.btnNav {
	display:inline-block;
	padding-top:1.5em;
	margin:0 1em 0 0;
	box-sizing: border-box;
	width: 35px;
	height: 35px; 
}
.subWin.eval #navigation span.btnNav span {
	display: none;
}

/* === START - article ====================================================== */
figcaption {
	vertical-align: middle;
}
a.zoom {
	display:inline-block;
	padding:0;
	margin: 0 0 -0.2em 0.5em;
	box-sizing: border-box;
	width: 20px;
	height: 20px; 
	padding-left: 20px;
	overflow: hidden;
	background: url(../img/content/buttons.svg) no-repeat top;
	background-size: 100%;
	background-position: 0 -200px;
}
a.tooltip_a.info {
	display:inline-block;
	text-decoration: none;
}
a.tooltip_a.info::before {
	font-family: "Fontawesome";
	content: "";
	margin-left: 15px;
	color: #525a5c;
}
a.tooltip_a.info span {
	display: none;
}
.tooltip {
	background-color: #e3eff0;
	border:2px solid #158a96;
}
.tooltip_co {
	padding: 2px 4px;
	
}
.tooltip_ti {
	background-color: #158a96;
	min-height:20px;
	color:#ffffff;
	text-align:center;
}
.tooltip_x {
	display:inline-block;
	width: 16px;
	height: 16px; 
	padding-left: 16px;
	overflow: hidden;
	position:absolute;
	right:2px;
	top:2px;
}
.tooltip_x::before {
	content: "";
	font-family: "Fontawesome";
	position: absolute;
	color: white;
	top: -3px;
	left: 2px;	
}
.cc-button img {
	vertical-align: middle;
}
/* === STOP - article ======================================================= */

/* === CodeMirror =========================================================== */
.CodeMirror-static {
	margin-left:40px;
}
.CodeMirror-static pre {
	/* Reset some styles that the rest of the page might have set */
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	border-width: 0;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	white-space: pre;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
	z-index: 2;
	position: relative;
	overflow: visible;
	border-right: 30px solid transparent;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: monospace;
	tab-size: 2;
	-moz-tab-size: 2;
	-o-tab-size: 2;
}
.CodeMirror-line {
	position: relative;
	min-height: 16px;
}
.CodeMirror-linenumber {
	position: absolute;
	top:0;
	left:-38px;
	width:30px;
	padding: 0 3px 0 5px;
	min-width: 20px;
	min-height: 16px;
	text-align: right;
	color: #999;
	background-color: #f7f7f7;
	font-size:0.8em;
}

.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 ==================================================== */

/* === START - scCode ======================================================= */
div.scCodeActive {
	border:1px solid silver;
	background-color:white;
}
.scCodeCtrl {
	background-color:#f3f3f3;
	border-bottom:1px solid #cfcfcf;
	padding:0;
	height:19px;
	text-align:right;
	z-index:2;
	position:relative;
}

div.scCodeActive .CodeMirror-static {
	-webkit-transition: margin-left 200ms ease-in;
	-moz-transition: margin-left 200ms ease-in;
	-ms-transition: margin-left 200ms ease-in;
	-o-transition: margin-left 200ms ease-in;
	transition: margin-left 200ms ease-in;
}
div.scCodeLineNums-invisible .CodeMirror-linenumber {
	display:none;
}
div.scCodeLineNums-invisible .CodeMirror-static {
	margin-left:2px;
}
.scCodeRaw-invisible .scCodeRaw,
.scCodeRaw-visible .scCodeCode {
	display:block;
}
.scCodeActive .scCodeRaw,
.scCodeActive .scCodeCode {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	opacity: 0; 
	height: 0;
	overflow: hidden;
}
.scCodeRaw-invisible .scCodeCode,
.scCodeRaw-visible .scCodeRaw {
	opacity: 1;
	height: auto;
	overflow:auto;
}
.scCodeCtrl a {
	display:inline-block;
	width:20px;
	height:19px;
	background-image:url("../img/code/buttons.png");
	background-repeat: no-repeat;
	background-position: -0px -0px;
	margin:0 1px;
}
.scCodeCtrl a:hover {
	opacity:0.8;
}
.scCodeCtrl a span {
	display:none;
}
.scCodeCtrl a.scCodeBtnLineNums {
	background-position: -0px -20px;
}
div.scCodeLineNums-invisible .scCodeCtrl a.scCodeBtnLineNums {
	background-position: -20px -20px;
}
.scCodeRaw-visible .scCodeCtrl a.scCodeBtnLineNums {
	visibility: hidden;
}
.scCodeCtrl a.scCodeBtnRaw {
	background-position: -0px -40px;
}
.scCodePlain .scCodeCtrl a.scCodeBtnRaw {
	background-position: -0px -20px;
}
.scCodeRaw-visible .scCodeCtrl a.scCodeBtnRaw {
	background-color: silver;
}
.scCodeRaw-visible.scCodePlain .scCodeCtrl a.scCodeBtnRaw {
	background-position: -20px -20px;
	background-color: inherit;
}
.scCodeCtrl a.scCodeBtnWrap {
	background-position: -0px -80px;
}
.scCodeWrap-on .scCodeCtrl a.scCodeBtnWrap {
	background-color: silver;
}
.scCodeRaw-visible .scCodeCtrl a.scCodeBtnWrap {
	visibility: hidden;
}
.scCodeCopyMsg.scCodeHidden {
	display:block;
	height:0px;
}
.scCodeCopyMsg.scCodeVisible {
	display:block;
	height:18px;
}
.scCodeCopyMsg {
	position:absolute;
	z-index:1;
	opacity:0.8;
	top:19px;
	left:0;
	width:100%;
	background-color:#f7ed99;
	border-bottom:1px solid #e4ca8c;
	color:#7e652a;
	text-align: center;
	overflow:hidden;
	-webkit-transition: height 200ms linear;
	-moz-transition: height 200ms linear;
	-ms-transition: height 200ms linear;
	-o-transition: height 200ms linear;
	transition: height 200ms linear;
}
/* === STOP - scCode ======================================================== */

/* === START - scImgMgr ===================================================== */
.scImgZmOver {
	background: white;
	position: fixed !important;
}
.scImgZmMag {
	-webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
	cursor: crosshair;
}
/* === STOP - scImgMgr ====================================================== */

/* === START - SEARCH ======================================================= */
.mnu_sch > .capt , .mnu_tgle_o, .mnu_tgle_c {
	color: #158a96;
}
.schCmds {
}

.schLabel {
	position: absolute;
	left: -9999px;
}

div.schPropose a:hover {
	text-decoration:none;
}
.schBtnPropose:hover,
.schBtnPropose:focus {
	background-color: #F6F6F6;
}
.schPropose {
	/*position: absolute;*/
	position: relative;
	/*top: 54px;*/
	top:10px;
	float:right;
	width: 250px;
	padding: 5px 2px;
	border: 1px solid #158a96;
	border-radius: 4px;
	background-color: white;
	z-index: 100;
	font-size: 11px;
	text-align: left;
	/*margin-left: 35px;*/
	margin-right: 85px;
}
.schBtnPropose {
	display:block;
	text-decoration:none;
	color:#158a96;
	font-style: italic;
	padding:0 2px;
	margin:1px;
}
.schBtnPropose:hover ,
.schBtnPropose:active ,
.schBtnPropose:focus {
	outline:none;
	text-decoration:none;
	background-color: #158a96;
	color: #ffffff;
	border-radius: 2px; 
}
.schProposeExceeded {
	display:block;
	color:#158a96;
	font-style: italic;
	padding:2px 3px;
}
div.schProp_no {
	display:none;
}
.schDisplay_off .schResults,
.schDisplayList_off .schResults {
	display:none;
}
.schResults {
	background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;	
	z-index: 3;
}
form.schForm {
	text-align: center;
	padding: 0;
	display: inline-block;
}
input.schInput {
	border-radius: 4px;
	padding: 5px 8px;
	border: 1px solid white;
	font-family: "PT Sans";
	font-size: 13px;
	width: 250px;
	height: 35px;
	-webkit-box-shadow: 0px 0px 5px rgba(21, 138, 150, 0.2);
	box-shadow: 0px 0px 5px rgba(21, 138, 150, 0.2); 
}
input.schBtnLaunch {
	background: #158a96;
    border: 0 none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 34px;
    margin-left: 5px;
    padding: 0 5px;
}
.schCmds_act input.schInput {
	border-color: #158a96;
}

.schResults .schPgeBk .schPgeBtn,
.schResults .mnu_sch_yes .mnu_lnk {
	background-image: url(../img/search/schPgeRank.svg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}

.schResults .schNoRes {
	text-align: center;
	font-size: 1.5em;
	margin-top: 18px;
}

.schResults .mnu_sch,
.schResults .schPgeBtn>span {
	display:block;
	background-color:white;
}
.schResults .schPgeRank_1 .mnu_sch, .schResults .schPgeRank_1 .schPgeBtn>span {
	margin-right:14px;
}
.schResults .schPgeRank_2 .mnu_sch, .schResults .schPgeRank_2 .schPgeBtn>span {
	margin-right:28px;
}
.schResults .schPgeRank_3 .mnu_sch, .schResults .schPgeRank_3 .schPgeBtn>span {
	margin-right:41px;
}
.schResults .schPgeRank_4 .mnu_sch, .schResults .schPgeRank_4 .schPgeBtn>span {
	margin-right:55px;
}
.schResults .schPgeRank_5 .mnu_sch, .schResults .schPgeRank_5 .schPgeBtn>span {
	margin-right:69px;
}
.schResults .schPgeRank_6 .mnu_sch, .schResults .schPgeRank_6 .schPgeBtn>span {
	margin-right:85px;
}
.schResults .schPgeRank_7 .mnu_sch, .schResults .schPgeRank_7 .schPgeBtn>span {
	margin-right:97px;
}
.schResults .schPgeRank_8 .mnu_sch, .schResults .schPgeRank_8 .schPgeBtn>span {
	margin-right:111px;
}
.schResults .schPgeRank_9 .mnu_sch, .schResults .schPgeRank_9 .schPgeBtn>span {
	margin-right:124px;
}
.schResFrame {
	position: fixed;
	left:20%;
	width:60%;
	color: #158a96;
	background-color: #158a96;
	border-right: 1px solid #158a96;
	border-top: 1px solid #158a96;
	border-left: 1px solid #158a96;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: 91;
	box-shadow: 0 0 10px #158a96;
}
.schDisplay_on .schResFrame {
	bottom: 60px;
	top: 60px;
}
.schDisplayList_on .schResFrame {
	height: auto;
}
.schResList {
	position: absolute;
	bottom: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	display: none;
}
.schDisplayList_on .schResList {
	display: block;
}
.schResListSrl {
	position: absolute;
	bottom: 42px;
	left: 0px;
	top: 0;
	right: 0px;
	overflow: auto;
	background-color: white;
	padding: 5px;
}
.schResults a {
	margin: 0 5px;
}
.schResults a.schParentBtn {
	color: #666;
	font-style: italic;
	font-size:95%;
}
.schResults li.mnu_sel_yes a.schParentBtn {
	font-weight: bold;
}
.schBtnTgle {
	background: url(../img/search/schBtn.svg) no-repeat;
	background-size: 100%;
	background-position: 0 -27px;
	width: 26px;
	height: 27px;
	display: block;
	position: absolute;
	bottom: 7px;
	left: 6px;
	z-index: 1;
}
.schDisplayList_on .schBtnTgle {
	background-position: 0 0;
	display: none;
}
.schBtnTgle span {
	display:none;
}
.schBtnReset {
	background: url(../img/search/schBtn.svg) bottom left no-repeat;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 26px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	right: -15px;
}
.schBtnReset:hover {
	opacity:0.8;
}
.schBtnReset span {
	display:none;
}
.schHitBox,
.schResBox,
.schPageBox {
	text-align: center;
	margin: 4px 0px 0 40px;
	color: white;
}
.schHitBox {
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
}
.schPageBox {
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	margin-left: 0;
	z-index: 0;
}
.schDisplay_none .schResBox {
	text-align: center;
	margin: 20px 200px 6px 200px;
}
.schDisplay_none .schHitBox {
	display:none;
}
.schBtnNxt,
.schBtnPrv,
.schBtnPrvHit,
.schBtnNxtHit {
	background: url(../img/search/schBtn.svg) no-repeat;
	background-size: 100%;	
	position: absolute;
	width: 26px;
	height: 27px;	
	z-index: 1;
	display: none;
}
.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;
}
.schBtnNxt {
	background-position: 0px -40px;
}
.schBtnPrv {
	background-position: 0px -55px;
}
.schBtnNxtHit {
	background-position: 0px -58px;
}
.schBtnPrvHit {
	background-position: 0px -88px;
}
.schBtnPrvHit {
	top:10px;
	left:0;
}
.schBtnNxtHit {
	top:10px;
	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;
}
.schPgeBk span.schPgeRank {
	display:none;
}
.schResults a.schPgeBtn,
.schResults a.mnu_lnk {
	margin: 2px;
	display: block;
	color: #158a96;
}
div.schResults li.mnu_sel_yes .schPgeBtn,
div.schResults div.mnu_sel_yes .mnu_lnk {
	font-weight: bold;
	cursor: default;
}
div.schResults div.mnu_sch_no a.mnu_lnk {
	color:#aaa;
	cursor:default;
	text-decoration:none;
}
div.schResults div.mnu_sch_no a.mnu_lnk:hover {
	text-decoration:none;
}
.schResults a.mnu_tgle_o,.schResults a.mnu_tgle_c {
	position: absolute;
	margin-top: -14px;
	margin-left: -16px;
	width: 7px;
	height: 7px;
	display:inline-block;
	background: url(../img/search/schMnuTgle.svg) no-repeat;
	background-position: 0 0;
}
.schResults a.mnu_tgle_o span,.schResults a.mnu_tgle_c span {
	display:none;
}
.schResults div.mnu_sch_yes a.mnu_tgle_c {
	background-position: 0px -14px;
}
.schResults div.mnu_sch_yes a.mnu_tgle_o {
	background-position: 0px -0px;
}
.schResults div.mnu_sch_no a.mnu_tgle_c {
	background-position: 0px -21px; 
}
.schResults div.mnu_sch_no a.mnu_tgle_o {
	background-position: 0px -7px;
}
.schResListSrl ul.mnu_root {
	padding: 0 0 0 20px;
}
.schResListSrl li.mnu_b {
	list-style-type:none;
	margin:0;
}
.schResListSrl ul {
	color:#158a96;
	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: -13px;
	top: 2px;
	width: 7px;
	height: 7px;
	display:inline-block;
	background: url(../img/search/schMnuTgle.svg) no-repeat;
}
a.schParent_tgle_c span,
a.schParent_tgle_o span {
	display:none;
}
a.schParent_tgle_c {
	background-position: 0px -14px;
}
a.schParent_tgle_o {
	background-position: 0px 0px;
}
.schParent_tgle_c:hover,
.schParent_tgle_o:hover {
	text-decoration:none;
	color: #158a96;
}
div.schResults .schPgeBk .schPgeBtn:hover,
div.schResults .mnu_sch_yes .mnu_lnk:hover {
	color: #158a96;
	text-decoration: underline;
}
div.schResults div.mnu_sel_yes .mnu_lnk:hover {
	text-decoration: none;
}
.schResCnt,
.schHitCnt {
	display:inline-block;
	min-width:40px;
	text-align: center;
}
.schDisplay_none .schResCnt,
.schDisplay_one .schResCnt {
	display:none;
}
.schHit,
.schHit_current {
	background-color: #158a96;
	color:#e3eff0;
	border-radius: 3px; 
	display: inline-block;
	padding: 1px 5px;
}
.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: #BBB;
	cursor: default;
}
.tplSchBox {
	position:relative;
	z-index: 2;
}
div.schResults .schPgeBk span.schPgeRank {
	display: none;
}
/* === STOP - SEARCH ======================================================== */

/* === START - PLAYER MEDIAS ================================================ */
.display_off {
	display: none;
}
.mediaPlayer {
	display:inline-block;
	position: relative;
}
.player_bk {
	text-align: left;
	border: 1px solid black;
	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	background: -moz-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -webkit-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%); /* W3C */
	height: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
}
object.resAudio {
	visibility:hidden;
}
.player_bk button {
	display: inline-block;
	border:none;
	padding: 0;
	margin: 0;
	cursor:pointer;
	vertical-align: middle;
	background:transparent;
}

.player_bk img {
	box-shadow:none;
}

.pause_btn,
.play_btn {
	border-right: 1px solid black;
}
.mute_btn,
.muted_btn,
.transcript_btn,
.audiodesc_btn,
.altvideo_btn,
.defaultvideo_btn {
	padding-right: 0;
}
.mute_btn,
.muted_btn {
	border-left: 1px solid black;
}
.player_bk .video_act_on {
	cursor:default;
	opacity: 0.2;
}
div.volume_bk {
	width: 50px;
	height: 4px;
	cursor:pointer;
	border: 1px solid black;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #242323;
	-webkit-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	position: relative;
	top: -2px
}
div.volume_value {
	height: 4px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #cc181e;
}
div.seek_progress {
	width: 210px;
	margin-left: 4px;
	cursor:pointer;
	border: 1px solid black;
	display: inline-block;
	height: 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #242323;
	-webkit-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	position: relative;
	top: 1px;
}
div.seek_value {
	width: 0;
	position: absolute;
	top: 0;
	height: 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #cc181e;
}
div.load_progress {
	width: 0;
	background-color: #fff;
	height: 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	opacity: 0.2;
}
input[type="range"]  {
	-webkit-appearance: none !important;
	width: 100%;
	background-color: transparent;
	border: none;
	margin: auto;
	transition: all 0.3s ease;
	cursor: pointer;
	position: absolute;
	left: 0;
	cursor: pointer;
	padding: 0;
}
input[type="range"]::-moz-range-track {
	opacity: 0;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	position: relative;
	top: 0px;
	z-index: 1;
	width: 11px;
	height: 11px;
	cursor: pointer;
	border: none;
	background: none;
}
input[type="range"]::-moz-range-thumb {
	/*background: none;*/
	border: none;
	position: relative;
	top: 0px;
	z-index: 1;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
input[type="range"]::-ms-thumb {
	background: none;
	border: none;
	position: relative;
	top: 0px;
	z-index: 1;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
input[type="range"]::-ms-track {
	color: transparent;
	border: none;
	background: none;
}
input[type="range"]::-ms-fill-lower {
	background: none;
	border: none;
}
input[type="range"]::-ms-fill-upper {
	background: none;
	border: none;
}
input.seek_btn[type="range"] {
	top: -1px;
	height: 10px;
}
input.volume_btn[type="range"] {
	top: -3px;
	height: 10px;
}
div.time_bk {
	display:inline-block;
	color: #E7E7E7;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.9em;
}
div.transcript {
	width: 630px;
	margin: 5px auto 10px;
	padding: 5px;
	border: 1px solid;
	box-shadow: 1px 1px 2px;
	border-radius: 5px 0;
	text-align: left;
}
video {
	box-shadow: 1px 1px 4px;
	-moz-box-shadow: 1px 1px 4px;
	-webkit-box-shadow: 1px 1px 4px;
	-o-box-shadow: 1px 1px 4px;
	display: block;
	margin: 5px auto;
}
ul.btnsLangList .capt {
	display: block;
}
.subBox {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	bottom: 40px;
	z-index: 1;
}
.subBox_co {
	background: #000;
	box-shadow: 1px 1px 3px #000;
	color: #fff;
	font-size: 1.1em;
}
.subDisplay_off {
	opacity: 0;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.subDisplay_on {
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.subBox.subDisplay_on {
	opacity: 0.7;
}
ul.btnsLangList {
	position: absolute;
	width: 150px;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 4px;
	border: 1px solid black;
	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	background: -moz-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -webkit-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%); /* W3C */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	left: 325px;
	bottom: 32px;
	z-index: 2;
}
ul.btnsLangList a {
	color: #E7E7E7;
	background: transparent;
	display: block;
	padding: 2px 5px;
	border: none;
	cursor:pointer;
	text-decoration: none;
}
ul.btnsLangList.subDisplay_off {
	visibility: hidden;
}
ul.btnsLangList a:hover,
ul.btnsLangList a.subSelect_on {
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	color: #333;
	background: rgba(231, 231, 231, 0.87);
}

.altVids_bk {
	display:inline-block;
}
/*Fullscreen Mode*/
.fullscreen_on {
	position: static;
}
.fullscreen_on video,
.fullscreen_on object {
	max-width: none;
	z-index: 3;
	position: fixed;
	top: 50%;
	left: 50%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.fullscreen_on .video_bk {
	position: fixed;
	left: 50%;
	z-index: 3;
	bottom: 20px;
}
.fullscreen_on .is_6_toolsBtn {
	margin-left: -275px;
}
.fullscreen_on .is_5_toolsBtn {
	margin-left: -262.5px;
}
.fullscreen_on .fullscreen_on .is_4_toolsBtn {
	margin-left: -247.5px;
}
.fullscreen_on .is_3_toolsBtn {
	margin-left: -235px;
}
.fullscreen_on .is_2_toolsBtn {
	margin-left: -222.5px;
}
.fullscreen_on .is_1_toolsBtn {
	margin-left: -210px;
}
.fullscreen_on .is_0_toolsBtn {
	margin-left: -197.5px;
}
.fullscreen_on .fullScreen_btn {
	background-position: -1039px 1px;
}
.fullscreen_on .fullScreen_btn:hover {
	background-position: -1079px 1px;
}
.fullscreen_on .subBox {
	z-index: 3;
	bottom: 55px;
}
.fullscreen_bg {
	background: #000000;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/* === STOP - PLAYER MEDIAS ================================================= */


/* === START - FOCUS ======================================================== */

/* === STOP - FOCUS ========================================================= */

/* === START - FOOTER ======================================================= */
.legalInfo {
	margin-left: 5px;
}
.default #footer {
}
/* === STOP - FOOTER ======================================================== */

/* === START - BALISE PEDAGOGIQUE =========================================== */
.resInFlow {
	margin: 0;
}
.resInFlow_co {
	text-align: center;
	margin: 30px 0;
	background: #e3eff0;
	border-radius: 4px;
	padding: 30px;
}
.resInFlow_ti {
	margin: 0;
	padding: 15px 15px 0;
}
.resInFlow_ti .bkBase {
	margin-top:10px;
}
.resInFlow_ti .desc {
	text-align: left;
}
.listing {
	margin: 10px;
}
.pBk_ti {
	background: #bcdadd;
    border-radius: 4px;
    color: #158a96;
    float: right;
    margin: -18px 30px 0 0;
    padding: 5px 15px;
}

.iBk_ti {

}

.pBk_co {
	background-color: #e3eff0;
	border-radius: 4px;
	padding: 30px 15px 20px;
	margin-bottom:15px;
	border: 1px solid #bcdadd;
}
.pBk_co h3:first-child {
	margin-top: 0;
}
.warning_co.pBk_co a {
	font-weight: bold;
	color: inherit !important;	
}
.pBk {
	position: relative;
	margin-top: 60px; 
}

.warning_ti.pBk_ti {
	background: #e5c0c6;
}
.warning_ti i.type {
	color: #a94442;	
}
.warning_co {
	background-color: #f2dede;
	border-color: #e5c0c6;
	color: #a94442;
}
.warning_co h3 {
	color: #a94442;
}
.warning_co blockquote.rBk::before,
.warning_co blockquote.rBk:after {
	color: #a94442;
}
/*
.def {
	background-image: linear-gradient(0deg, rgba(52, 101, 164, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.def_ti i.type {
	color: rgba(52, 101, 164, 1);	
}
.def_co {
	background-color:rgba(52, 101, 164, 0.2);
	background-image: linear-gradient(to right, rgba(52, 101, 164, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.example {
	background-image: linear-gradient(0deg, rgba(115, 210, 22, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.example_ti i.type {
	color: rgba(115, 210, 22, 1);
}
.example_co {
	background-color:rgba(115, 210, 22, 0.2);
	background-image: linear-gradient(to right, rgba(115, 210, 22, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.remark {
	background-image: linear-gradient(0deg, rgba(237, 212, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.remark_ti i.type {
	color: rgba(237, 212, 0, 1);
}
.remark_co {
	background-color:rgba(237, 212, 0, 0.2);
	background-image: linear-gradient(to right, rgba(237, 212, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.advice {
	background-image: linear-gradient(0deg, rgba(117, 80, 123, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.advice_ti i.type {
	color: rgba(117, 80, 123, 1);
}
.advice_co {
	background-color:rgba(117, 80, 123, 0.2);
	background-image: linear-gradient(to right, rgba(117, 80, 123, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.complement {
	background-image: linear-gradient(0deg, rgba(85, 87, 83, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.complement_ti i.type {
	color: rgba(85, 87, 83, 1);
}
.complement_co {
	background-color:rgba(85, 87, 83, 0.2);
	background-image: linear-gradient(to right, rgba(85, 87, 83, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.method {
	background-image: linear-gradient(0deg, rgba(245, 121, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.method_ti i.type {
	color: rgba(245, 121, 0, 1);
}
.method_co {
	background-color:rgba(245, 121, 0, 0.2);
	background-image: linear-gradient(to right, rgba(245, 121, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.remind {
	background-image: linear-gradient(0deg, rgba(0, 138, 245, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.remind_ti i.type {
	color: rgba(0, 138, 245, 1);
}
.remind_co {
	background-color:rgba(0, 138, 245, 0.2);
	background-image: linear-gradient(to right, rgba(0, 138, 245, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.basic {
	background-image: linear-gradient(0deg, rgba(119, 123, 80, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.basic_ti i.type {
	color: rgba(119, 123, 80, 1);
}
.basic_co {
	background-color:rgba(119, 123, 80, 0.2);
	background-image: linear-gradient(to right, rgba(119, 123, 80, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.syntax {
	background-image: linear-gradient(0deg, rgba(210, 22, 133, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.syntax_ti i.type {
	color: rgba(210, 22, 133, 1);
}
.syntax_co {
	background-color:rgba(210, 22, 133, 0.2);
	background-image: linear-gradient(to right, rgba(210, 22, 133, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.legal {
	background-image: linear-gradient(0deg, rgba(0, 204, 2, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.legal_ti i.type {
	color: rgba(0, 204, 2, 1);
}
.legal_co {
	background-color:rgba(0, 204, 2, 0.2);
	background-image: linear-gradient(to right, rgba(0, 204, 2, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.simulation {
	background-image: linear-gradient(0deg, rgba(127, 0, 237, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.simulation_ti i.type {
	color: rgba(127, 0, 237, 1);
}
.simulation_co {
	background-color:rgba(127, 0, 237, 0.2);
	background-image: linear-gradient(to right, rgba(127, 0, 237, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
*/
.pBk_ti i.type {
    font-style: normal !important;
    text-transform: uppercase;
	font-size: 15px;
}
.pBk_ti i.type::before {
	font-family: "Fontawesome";
	margin-right: 15px;
	color: #158a96;
	opacity: 0.5;
	font-weight: normal;
	font-size: 18px;
}
.pBk_ti span.title {
	left: 30px;
	position: absolute;
}
.warning_ti i.type::before {
	color: #a94442;
	content: "";
}
.def_ti i.type::before {
	content: "";
}
.remark_ti i.type::before {
	content: "";
}
.legal_ti i.type::before {
	content: "";
}
.remind_ti i.type::before {
	content: "";
}
.method_ti i.type::before {
	content: "";
}
.advice_ti i.type::before {
	content: "";
}
.complement_ti i.type::before {
	content: "";
}
.basic_ti i.type::before {
	content: "";
}
.simulation_ti i.type::before {
	content: "";
}
.example_ti i.type::before {
	content: "";
}
.syntax_ti i.type::before {
	content: "";
}
/* === STOP - BALISE PEDAGOGIQUE ============================================ */

/* === START - MENU DIVISION ================================================ */

.sw_child_navList {
	list-style-type: none;
	margin: 30px 0 0 30px;
	padding: 0;
}
.sw_child_navList a {
	text-decoration:none;
	font-weight : bold;
	color:#158a96;
	position: relative;
	display: inline-block;
	padding: 2px 0 2px 30px;
}
.sw_child_navList a::before {
	font-family: "Fontawesome";
	content: "";
	color: #c9d8d9;
	position: absolute;
	left: 0;
	top: 3px;
	font-weight: normal;
}
.sw_child_navList a:hover {
	text-decoration:underline;
}
/* === STOP - MENU DIVISION ================================================= */

/* === START - PRIMITIVE ==================================================== */

.txt_ili, .txt_oli {
	color:#158a96;
}
.txt_ili>p, .txt_oli>p {
	color:#525a5c;
}
.resLnk {
	color:#158a96;
	text-decoration:none;
}
.op_txt_ul {
	color:#158a96;
	text-decoration:none;
}
.op_txt_ul:hover {
	text-decoration:underline;
}
.op_txt_ul::after {
	color:#158a96;
	content: " ";
	font-family: "Fontawesome";
}
.home .op_txt_ul {
	color:white;
}
.home.op_txt_ul::after {
	color:white;
}
.txt_ico_tim img,
.txt_form_tim img {
	vertical-align: middle;
}
.txt_ul {
	color:#158a96;
	text-decoration:none;
}
.dwnLnk {
	color:#158a96;
	text-decoration:none;
}
.dwnLnk:hover {
	text-decoration:underline;
}
.dwnLnk::after {
	content: "⇩";
	color:#158a96;
}
.dwnLnk:hover::after {
	content: "⬇";
}
.subLnk {
	color:#158a96;
	text-decoration:none;
}
.subLnk:hover {
	text-decoration:underline;
}
.subLnk::after {
	content: "⇧";
	color:#158a96;
}
.subLnk:hover::after {
	content: "⬆";
}
.infoAnc::after {
	content: "☆";
}

.infoAnc.dwnLnk::after {
	content: "☆⇩";
}


.txt_tb {
	border-collapse:collapse;
	margin: 15px auto;
}
.txt_tb th {
	border:2px solid #158a96;
	background-color: #e3eff0;
}
.txt_tb td {
	border:1px solid #158a96;
}
.txt_tb td.txt_word_tbtd {
	text-align:center;
}
.txt_tb td.txt_num_tbtd {
	text-align:right;
}
 
.txt_tb caption {
	font-style:italic;
}
.txt_tb p {
	margin:0.1em 0.2em;
}
q::before,
q:after {
	content:" ";
}
.txtRes {
	display: flex;
	flex-wrap: no-wrap;
}
.txtRes .img {
	flex: 0 0 auto;
}
.txtRes .txt {
	flex: 1 1 auto;
	align-self: center;
	padding-left: 60px;
}
blockquote.rBk {
	position: relative;
	margin: 30px 60px;
	font-style: italic;
}
.pBk blockquote.rBk {
	position: relative;
	margin: 0 60px;
	font-style: italic;
}
blockquote.rBk::before {
	position: absolute;
	font-style: normal;
	content: "";
	margin-left: -60px;
	font-family: "Fontawesome";
	font-size: 40px;
	color: #158a96;
	opacity: 0.5;
}
blockquote.rBk:after {
	position: absolute;
	font-style: normal;
	content: "";
	right: -60px;
	bottom: 0;
	font-family: "Fontawesome";
	font-size: 40px;
	color: #158a96;
	opacity: 0.5;
}
div.lnkDoc {
	margin: 0 1em 1em;
}
i.webInstruct p {
	margin-bottom: 0;
}
i.webInstruct {
	color:gray;
}
.txt_auth_tl {
	font-weight:bold;
}
.txt_ed_tl {
	text-decoration:underline;
}
.cbkClosed a {
	text-decoration:none;
	color:#158a96;
}
a.iBk_closed::before {
	content: "";
	font-family: "Fontawesome";
	margin-right: 5px;
}
a.iBk_open::before {
	content: "";
	font-family: "Fontawesome";
	margin-right: 5px;
}
/* === STOP - PRIMITIVE ===================================================== */


/* === START - QUIZ ========================================================= */

/* --- GENERAL STYLES ------------------------------------------------------- */
.quizBody {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.quizBody > * {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.quizBody > .toolbar {
	display: block;
	background: transparent;
}
.quizBody > .question {
	-webkit-order: 2;
	order:2;
}
.quizBody > .response {
	-webkit-order: 3;
	order:3;
	margin-top:0.5em;
}
.quizBody > .globalExp {
	-webkit-order: 4;
	order:4;
}
.toolbar {
	background-color:#e3eff0;
	height:38px;
	display:flex;
	display: -webkit-flex;
}
/* Toolbar dans liste de Quiz */
.subQuiz .toolbar {
   background-color:rgba(224,236,236,0.3);
}
.subQuiz .quizBody {
	margin-top:0;
}


.btnQuiz,
.answWorst,
.answBest {
	border-right: 1px solid transparent;
	background: #e3eff0;
    color: #158a96;
    display: inline-block;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin-left: 0;
    padding: 0 30px;
    text-decoration: none;
}
.btnQuiz.toggleButtonOn {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;	
}
.btnQuiz span {
	display:inline-block;
}
.btnQuiz:hover {
	background-color: #cbdee0;
}
.correction span::after {
	content: "";
	font-weight: normal;
	margin-left: 10px;
	margin-right: 0;
	font-family: "Fontawesome";
	display: inline-block;
	width: 12px;
}
.btnQuiz.reset {
	display: none;	
}
.reset span:after {
	content: "";
	font-weight: normal;
	margin-left: 10px;
	margin-right: 5px;
	font-family: "Fontawesome";
}
.question > .rBk {
	margin: 15px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #c9d8d9;
	font-weight: bold;
}
ul.choiceList input[type="checkbox"][disabled],
ul.choiceList input[type="radio"][disabled] {
	margin: 0 18px 0 34px;	
}
.scoreBox {

}
.answBest {
	background-color:#379a26;
	color: white;
}
.answWorst {
	background-color:#ee1c25;
	color: white;
}
.cbkClosed .cBk_closed::before {
	content: "";
	font-family: "Fontawesome";
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal;
}
.cbkClosed .cBk_open::before {
	content: "";
	font-family: "Fontawesome";
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal;
}
.quest .hBk_co {

}
.cbkClosed .cBk_ti a {
	padding-left:25px;
}
.collBlk_open, .globalExp {
	padding: 10px 0 5px;
}
.question > .res {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.exoAsw {
	margin-top: 20px;
}
/* --- QCU/QCM STYLES ------------------------------------------------------- */
.response_ti {
	font-weight: normal;
	font-size: 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	font-style: italic;
	color:gray;
	margin:0;
}
.response_ti > span:nth-child(-n+2) {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 80px;
	text-align: center;
	margin-bottom: 10px;
}
.response_ti > span:last-child {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

ul.choiceList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.choiceList_ch {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
}
div.choiceList_in {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 15px;
}
div.choiceList_sol {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 15px;
}
div.choiceList_la {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
div.choiceList_la p {
	margin-top: 0;
	
}

/* --- CATEGORISATION/ORDONNANCEMENT ------------------------------------------------------- */
.mtTable {
	width:100%;
	border-collapse: separate;
	border-spacing:5px;
}
.mtTable td {
	vertical-align: top;
	position: relative;
}
.mtTdBasket {
	width:30%;
}
.mtTdBasketSol {
	display: none;
}
.mtTdArrow {
	width: 20px;
	background-image:url("../img/quiz/dragArrow.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.mtTdSol {
	width:50%;
}
.mtTdDropCont, .mtTdBasket {
	padding: 0px;
	margin: 0px;
}
.mtTdBasket .ddBasket, .mtTdBasket .ddBasketCatch {
}
.mtTdHeading {
	text-align: center;
}
.olTableSol {
	width: 100%;
}
.olTdSolHead {
	width: 9em;
}
.ddBasket {
	margin-bottom: 5px;
}
.ddBasketCatch, .ddDropCatch {
	background: #e3eff0;
}
.ddBasketCont, .ddDropCont {
	padding: 15px;
}
.ddBasketSol, .ddDropContIfEmpty span {
	display: none;
}
.ddRepArea {
	margin-bottom:5px;
}
.mtLabel p, .mtLabelSol p, .ddLabel p, .ddLabelSol p {
	text-indent: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.1em;
}
.ddDropTi {
	font-weight: bold;
	background-color: #e3eff0;
	text-align: center;
}
.ddDropContIfEmpty {
	height: 60px;
	background: url("../img/quiz/drop.gif") no-repeat center;
}
.mtTdSol .ddDropContIfEmpty, .olTableSol .ddDropContIfEmpty {
	background: inherit;
}

/*Cadre gris des étiquettes */
.ddLabel, .ddLabelSol {
	text-align: center;
	border: 1px solid Gray;
	background-color: White;
	padding: 10px 2px;
	width: 10em;
	cursor: move;
	margin: 0.1em 0.1em 0.2em 0.1em;
	display:inline-block;
	zoom: 1; /* Hack inline-block pour ie6 & 7*/
	vertical-align: top;
	border-radius: 4px;
}
.mtLabel, .mtLabelSol {
	display:inline-block;
	zoom: 1; /* Hack inline-block pour ie6 & 7*/
	vertical-align: top;
	padding: 10px 5px;
	border-radius: 4px;
	margin: 2px;
	color: #158a96;
	border: 1px solid #158a96;
	background-color: white;
	cursor: move;
}
.mtLabel span.myTT_a {
	cursor: move;
}
.mtLabelSol, .mtLabelSol span.myTT_a, .ddLabelSol {
	cursor: default;
}

/*Survol des paniers */
.ddBasketDragOver, .ddCatchDragOver {
	background-color: #e3eff0;
}

/*Fin du panier*/
.ddBasketEnd, .ddCatchDragEnd {
	clear: both;
}

/*Titres des catégories et des étiquettes  */
.ddDropTi p, .ddLabel p, .ddLabelSol p {
	margin: 0px;
	text-align: center;
}

/* Si le panier de propositions est vide */
.ddBasketIfEmpty {
	clear: both;
	font-style: italic;
	font-size: 0.9em;
	color: #686868;
	text-align: center;
	padding: 5px 0px;
}

/*Réponse juste*/
.ddLabel_Right, .assmntResult_Right {
	cursor: default;
	border: 2px solid #379a26;
}
.ddLabel_Right span.myTT_a, .assmntResult_Right span.myTT_a {
	cursor: default;
}

/*Réponse fausse */
.ddLabel_Wrong, .assmntResult_Wrong {
	cursor: default;
	border: 2px solid #ee1c25;
	
}
.ddLabel_Wrong span.myTT_a, .assmntResult_Wrong span.myTT_a {
	cursor: default;
}
.subQuiz {
	padding:0 0 20px 0;
}
.subQuiz_ti {
	border-bottom:1px solid;
}

/* --- TAT ------------------------------------------------------- */
.cloze p {
	line-height: 1.6em;
}
.gapInput {
	border: 1px solid #158a96;
	border-radius: 3px;
}
.gapInput[disabled] {
	color: #158a96;
	background-color: #e3eff0;
}
.gapAnswer,
.exoAsw .exoSol {
	color: #379a26;
	border: 1px solid red;
	border-radius: 0px 3px 3px 0px;
	border-left:0px;
	background-color: #e3eff0;
	padding: 4px;
}
.assmntResult_0 .gapInput,
.assmntResult_0 .exoInput {
	border-color: red;
	color: red;
	border-radius: 3px 0px 0px 3px;
	border-right:0px;
	text-decoration: line-through;
	background-color: #e3eff0;
}
.assmntResult_1 .gapInput,
.assmntResult_1 .exoInput {
	border-color: #379a26;
	color: #379a26;
	background-color: #e3eff0;
}
.assmntResult_0 + .gapAnswer,
.exoAsw .assmntResult_0 + .exoSol {
	font-weight: bold;
}

/* --- EVALUATION ------------------------------------------------------- */
.assmntUa .gotoEval {
	 text-align: center;
}
.assmntUa .gotoEval .btnEval {
	border: 2px solid #158a96;
    color: #158a96;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 30px;
}
.assmntUa .gotoEval .btnEval:hover {
	background: #158a96;
	color: white;
}
.assmntUa #content .obj {
	background-color: #e3eff0;
	margin: 20px 10%;
	padding: 10px;
}
/* Eval buttons */
.btnStartE, .btnRestartE, .btnScoreE, .btnValidateE, .btnCloseE, .btnGotoSolE {
	display: inline-block;
	padding: 10px 30px;
	margin: 10px 30px 10px 0;
	color: #158a96;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #158a96;
}
.btnStartE:hover, .btnValidateE:hover, .btnCloseE:hover, .btnRestartE:hover, .btnScoreE:hover, .btnGotoSolE:hover {
	text-decoration: none;
	background: #158a96;
	color: white;
}
.btnStartE:after, .btnRestartE:after, .btnScoreE:after, .btnValidateE:after, .btnCloseE:after, .btnGotoSolE:after {
	font-family: "Fontawesome";
	font-size: 20px;
	color: inherit;
	font-weight: normal;
	margin-left: 10px;
}
.btnValidateE:after {
	content: "";
}
.btnCloseE {
	background-position: right 0;
}
.btnRestartE:after {
	content: "";
}
.btnStartE:after,
.btnScoreE:after {
	content: "";
}
.btnGotoSolE {
	background-position: right -109px;
}
.subWin .solBody .question .rBk {
	background:none;
}
.subWin .solBody .question, .subWin .solBody .score, .subWin .solBody .sol, .subWin .solBody .explain {
	padding-left: 50px;
	min-height: 50px;
	margin: 0.6em 0 0.3em 0em;
}
.subWin .solBody .question_ti, .subWin .solBody .score_ti, .subWin .solBody .sol_ti, .subWin .solBody .explain_ti {
	font-style: italic;
	font-weight: bold;
	color:#158a96;
}
.subWin .solBody .question {
	background: url("../img/quiz/quest.png") no-repeat scroll transparent;
}
.subWin .solBody .score {
background: url("../img/quiz/score.png") no-repeat scroll transparent;
}
.subWin .solBody .sol {
	background: url("../img/quiz/sol.png") no-repeat scroll transparent;
}
.subWin .solBody .explain {
	background: url("../img/quiz/explain.png") no-repeat scroll transparent;
}
/* === STOP - QUIZ ======================================================== */

/* === START - TOOLS ======================================================== */
/*Question de synthèse */
/*REF */
.tools .refOutline {
	background-color: #e3eff0;
	margin: 1em;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}
.mField_ti {
	font-weight: bold;
	color: #158a96;
}
.tools .refOutlineEntry, .tools .mField_ti {
	margin: 1em;
	font-weight: bold;
	color: #158a96;
}
.tools .refOutlineEntry a {
	color:#158a96;
	text-decoration:none;
}
.tools .refOutlineEntry a:hover {
	text-decoration:underline;
}
.tools .refCateg {
	margin: 1em 0em;
	color: #158a96;
	font-size: 2em;
}
.tools dfn, .tools dt {
	color: #1d666d;
	margin: 5px 0;
	font-weight: bold;
}
.tools dd {
	margin-left: 0;
}
.tools .mDiv > p,
.tools .mField > p {
	padding-left: 20px;
	margin-left: 15px;
	position: relative;
}
.tools .mDiv > p:first-child::before,
.tools .mField> p:first-child::before {
	content: "";
	font-family: "Fontawesome";
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 14px;
	color: #c9d8d9;
}
/*Credits*/
#content .credits_ti {
	font-weight: bold;
	color: #158a96;
	margin: 10px 10px 0px 0px;
}
#content .credits_co {
	margin-left: 20px;
}
#content .credits {
	margin : 20px 0px;
}
#content .credits .legalInfo {
	display: block;
	font-size: 80%;
	padding-left: 3px;
	margin-bottom: 15px;
}
.resCredits {
	margin-top: 5px;
	padding-left: 16px;
	border-left: 1px solid #c9d8d9;
}
.resCredits .legalInfo {
	margin-left: 0px;
	border-left: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.resCreditsLnk {
	text-decoration: none;
	padding-right: 12px;
	color: #158a96;
}
a.resCreditsLnk:hover {
	text-decoration: underline;
}

/*Index des mots clés*/
.index .idxEntryTi {
	color: #158a96;
    font-weight: bold;
	margin-top: 20px;
	margin-bottom: 3px;
}
.idxEntryCaller a {
	color: #158a96;
	text-decoration:none;
}
.idxEntryCaller a:hover {
	text-decoration:underline;
}
.idxEntryCaller .stackSep {
	color: #158a96;
	font-weight:bold;
}
/* === STOP - TOOLS ======================================================== */

/* === START - SCIMGMGR ===================================================== */
.imgZoom {
	display:inline-block;
}
.scImgZmBtnCls {
	background: #158a96;
	border-radius: 50%;
	position: absolute;
	right: -15px;
	top: -15px;
	display:inline-block;
	box-sizing: border-box;
	height: 30px;
	width: 30px;
	overflow: hidden;
	border: 2px solid white;
}
.scImgZmBtnCls::before {
	font-family: "Fontawesome";
	content: "";	
	color: white;
	font-size: 17px;
    left: 6px;
    position: absolute;
    top: 3px;
}
.scImgZmCvs {
	overflow: visible;
}
.scImgZmCo img {
	background-color: white;
}
.gallery {
	margin:0.2em 1em 0.7em;
}
.gallery_co {
}
.scImgSep {
	display: none;
}
.galPv {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	margin: 2px;
	background-color: white;
}
.galPvLnk:hover {
	opacity:0.8;
}
.imgPv {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
.scImgGalOver,
.scImgZmOver {
	background-color: black;
}
.scImgGalFra {
	background-color: white;
}
.scImgGalCo,
.scImgGalImgFra {
	background-color: white;
}
.scImgGalTi {
	font-style: italic;
	color: #158a96;
	cursor: default;
}
.scImgGalTbr span.scImgGalCount {
	font-style: italic;
	color: #158a96;
	cursor: default;
}
.scImgGalTbr span {
	display: none;
	position: absolute;
}
.scImgGalTbr a {
	display: block;
	width:16px;
	height:16px;
	position: absolute;
	bottom:3px;
	background:url("../img/tpl/gallery.svg") no-repeat 0 0 scroll transparent;
}
a.scImgGalBtnPrv {
	background-position:0 -135px;
	left:330px;
}
a.scImgGalBtnPrv:hover {
	background-position:0 -152px;
}

a.scImgGalBtnNoPrv {
	background-position:0 -50px;
	left:330px;
	cursor: default;
}
a.scImgGalBtnNxt {
	background-position:0 -67px;
	right:330px;
}
a.scImgGalBtnNxt:hover {
	background-position:0 -84px;
}
a.scImgGalBtnNoNxt {
	background-position:0 -33px;
	right:330px;
	cursor: default;
}
.scImgGalBtnCls {
	background-position:0 0;
	right:5px;
}
.scImgGalBtnCls:hover {
	background-position:0 -17px;
}
.scImgGalBtnPse {
	background-position:0 -169px;
	left:352px;
}
.scImgGalBtnPse:hover {
	background-position:0 -186px;
}
.scImgGalBtnPly {
	background-position:0 -101px;
	left:352px;
}
.scImgGalBtnPly:hover {
	background-position:0 -118px;
}
.scImgZmTi {
	background-color: #e3eff0;
    border-radius: 0 0 4px 4px;
    color: #158a96;
    font-style: italic;
    padding: 5px 10px;
    text-align: center;
}
/* === STOP - SCIMGMGR ====================================================== */

/* === START - SCORM ======================================================== */
.default.quit #root {
	background: none;
}
.home #navigation a.btnScormResume {
	background: url(../img/tpl/button-resume.svg) no-repeat right;
	background-size: 40px 40px;
	background-color: rgba(67, 78, 82, 0.7);
}
.default.scorm #tools ul.mnu {
	margin-left: 50px;
}
.home #navigation a.btnScormQuit,
.default #tools a.btnScormQuit {
	display:inline-block;
	padding:0;
	margin: 0 ;
	box-sizing: border-box;
	width: 40px;
	height: 40px; 
	padding-left: 40px;
	overflow: hidden;
	background: url(../img/content/buttons.svg) no-repeat top;
	background-size: 100%;
	background-position: 0 -80px;
	position:absolute;
	left:28px;
	top:4px;
}
.home #navigation a.btnScormQuit {
	background-position: 0 -160px;
}

.default.scorm #menu .mnu .item {
	margin-right:20px;
}
.scormSeen {
	position:absolute;
	top:2px;
	right:2px;
}
.btnScormSeen {
	display:inline-block;
	padding:0;
	margin: 0 ;
	box-sizing: border-box;
	width: 16px;
	height: 16px; 
	padding-left: 16px;
	overflow: hidden;
	background: url(../img/content/buttons.svg) no-repeat top;
	background-size: 100%;
	background-position: 0 -96px;
	opacity:0.3;
}
.btnScormSeen.scormSeen_true {
	background-position: 0 -128px;
	opacity:1;
}
/* === STOP - SCORM ========================================================= */



/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {font-family:'FontAwesome';src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa {display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg {font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x {font-size:2em}.fa-3x {font-size:3em}.fa-4x {font-size:4em}.fa-5x {font-size:5em}.fa-fw {width:1.28571429em;text-align:center}.fa-ul {padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li {position:relative}.fa-li {position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg {left:-1.85714286em}.fa-border {padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left {float:left}.fa-pull-right {float:right}.fa.fa-pull-left {margin-right:.3em}.fa.fa-pull-right {margin-left:.3em}.pull-right {float:right}.pull-left {float:left}.fa.pull-left {margin-right:.3em}.fa.pull-right {margin-left:.3em}.fa-spin {-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse {-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}100% {-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}100% {-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90 {filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180 {filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270 {filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal {filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical {filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {filter:none}.fa-stack {position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x {position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x {line-height:inherit}.fa-stack-2x {font-size:2em}.fa-inverse {color:#fff}.fa-glass::before {content:"\f000"}.fa-music::before {content:"\f001"}.fa-search::before {content:"\f002"}.fa-envelope-o::before {content:"\f003"}.fa-heart::before {content:"\f004"}.fa-star::before {content:"\f005"}.fa-star-o::before {content:"\f006"}.fa-user::before {content:"\f007"}.fa-film::before {content:"\f008"}.fa-th-large::before {content:"\f009"}.fa-th::before {content:"\f00a"}.fa-th-list::before {content:"\f00b"}.fa-check::before {content:"\f00c"}.fa-remove::before,.fa-close::before,.fa-times::before {content:"\f00d"}.fa-search-plus::before {content:"\f00e"}.fa-search-minus::before {content:"\f010"}.fa-power-off::before {content:"\f011"}.fa-signal::before {content:"\f012"}.fa-gear::before,.fa-cog::before {content:"\f013"}.fa-trash-o::before {content:"\f014"}.fa-home::before {content:"\f015"}.fa-file-o::before {content:"\f016"}.fa-clock-o::before {content:"\f017"}.fa-road::before {content:"\f018"}.fa-download::before {content:"\f019"}.fa-arrow-circle-o-down::before {content:"\f01a"}.fa-arrow-circle-o-up::before {content:"\f01b"}.fa-inbox::before {content:"\f01c"}.fa-play-circle-o::before {content:"\f01d"}.fa-rotate-right::before,.fa-repeat::before {content:"\f01e"}.fa-refresh::before {content:"\f021"}.fa-list-alt::before {content:"\f022"}.fa-lock::before {content:"\f023"}.fa-flag::before {content:"\f024"}.fa-headphones::before {content:"\f025"}.fa-volume-off::before {content:"\f026"}.fa-volume-down::before {content:"\f027"}.fa-volume-up::before {content:"\f028"}.fa-qrcode::before {content:"\f029"}.fa-barcode::before {content:"\f02a"}.fa-tag::before {content:"\f02b"}.fa-tags::before {content:"\f02c"}.fa-book::before {content:"\f02d"}.fa-bookmark::before {content:"\f02e"}.fa-print::before {content:"\f02f"}.fa-camera::before {content:"\f030"}.fa-font::before {content:"\f031"}.fa-bold::before {content:"\f032"}.fa-italic::before {content:"\f033"}.fa-text-height::before {content:"\f034"}.fa-text-width::before {content:"\f035"}.fa-align-left::before {content:"\f036"}.fa-align-center::before {content:"\f037"}.fa-align-right::before {content:"\f038"}.fa-align-justify::before {content:"\f039"}.fa-list::before {content:"\f03a"}.fa-dedent::before,.fa-outdent::before {content:"\f03b"}.fa-indent::before {content:"\f03c"}.fa-video-camera::before {content:"\f03d"}.fa-photo::before,.fa-image::before,.fa-picture-o::before {content:"\f03e"}.fa-pencil::before {content:"\f040"}.fa-map-marker::before {content:"\f041"}.fa-adjust::before {content:"\f042"}.fa-tint::before {content:"\f043"}.fa-edit::before,.fa-pencil-square-o::before {content:"\f044"}.fa-share-square-o::before {content:"\f045"}.fa-check-square-o::before {content:"\f046"}.fa-arrows::before {content:"\f047"}.fa-step-backward::before {content:"\f048"}.fa-fast-backward::before {content:"\f049"}.fa-backward::before {content:"\f04a"}.fa-play::before {content:"\f04b"}.fa-pause::before {content:"\f04c"}.fa-stop::before {content:"\f04d"}.fa-forward::before {content:"\f04e"}.fa-fast-forward::before {content:"\f050"}.fa-step-forward::before {content:"\f051"}.fa-eject::before {content:"\f052"}.fa-chevron-left::before {content:"\f053"}.fa-chevron-right::before {content:"\f054"}.fa-plus-circle::before {content:"\f055"}.fa-minus-circle::before {content:"\f056"}.fa-times-circle::before {content:"\f057"}.fa-check-circle::before {content:"\f058"}.fa-question-circle::before {content:"\f059"}.fa-info-circle::before {content:"\f05a"}.fa-crosshairs::before {content:"\f05b"}.fa-times-circle-o::before {content:"\f05c"}.fa-check-circle-o::before {content:"\f05d"}.fa-ban::before {content:"\f05e"}.fa-arrow-left::before {content:"\f060"}.fa-arrow-right::before {content:"\f061"}.fa-arrow-up::before {content:"\f062"}.fa-arrow-down::before {content:"\f063"}.fa-mail-forward::before,.fa-share::before {content:"\f064"}.fa-expand::before {content:"\f065"}.fa-compress::before {content:"\f066"}.fa-plus::before {content:"\f067"}.fa-minus::before {content:"\f068"}.fa-asterisk::before {content:"\f069"}.fa-exclamation-circle::before {content:"\f06a"}.fa-gift::before {content:"\f06b"}.fa-leaf::before {content:"\f06c"}.fa-fire::before {content:"\f06d"}.fa-eye::before {content:"\f06e"}.fa-eye-slash::before {content:"\f070"}.fa-warning::before,.fa-exclamation-triangle::before {content:"\f071"}.fa-plane::before {content:"\f072"}.fa-calendar::before {content:"\f073"}.fa-random::before {content:"\f074"}.fa-comment::before {content:"\f075"}.fa-magnet::before {content:"\f076"}.fa-chevron-up::before {content:"\f077"}.fa-chevron-down::before {content:"\f078"}.fa-retweet::before {content:"\f079"}.fa-shopping-cart::before {content:"\f07a"}.fa-folder::before {content:"\f07b"}.fa-folder-open::before {content:"\f07c"}.fa-arrows-v::before {content:"\f07d"}.fa-arrows-h::before {content:"\f07e"}.fa-bar-chart-o::before,.fa-bar-chart::before {content:"\f080"}.fa-twitter-square::before {content:"\f081"}.fa-facebook-square::before {content:"\f082"}.fa-camera-retro::before {content:"\f083"}.fa-key::before {content:"\f084"}.fa-gears::before,.fa-cogs::before {content:"\f085"}.fa-comments::before {content:"\f086"}.fa-thumbs-o-up::before {content:"\f087"}.fa-thumbs-o-down::before {content:"\f088"}.fa-star-half::before {content:"\f089"}.fa-heart-o::before {content:"\f08a"}.fa-sign-out::before {content:"\f08b"}.fa-linkedin-square::before {content:"\f08c"}.fa-thumb-tack::before {content:"\f08d"}.fa-external-link::before {content:"\f08e"}.fa-sign-in::before {content:"\f090"}.fa-trophy::before {content:"\f091"}.fa-github-square::before {content:"\f092"}.fa-upload::before {content:"\f093"}.fa-lemon-o::before {content:"\f094"}.fa-phone::before {content:"\f095"}.fa-square-o::before {content:"\f096"}.fa-bookmark-o::before {content:"\f097"}.fa-phone-square::before {content:"\f098"}.fa-twitter::before {content:"\f099"}.fa-facebook-f::before,.fa-facebook::before {content:"\f09a"}.fa-github::before {content:"\f09b"}.fa-unlock::before {content:"\f09c"}.fa-credit-card::before {content:"\f09d"}.fa-feed::before,.fa-rss::before {content:"\f09e"}.fa-hdd-o::before {content:"\f0a0"}.fa-bullhorn::before {content:"\f0a1"}.fa-bell::before {content:"\f0f3"}.fa-certificate::before {content:"\f0a3"}.fa-hand-o-right::before {content:"\f0a4"}.fa-hand-o-left::before {content:"\f0a5"}.fa-hand-o-up::before {content:"\f0a6"}.fa-hand-o-down::before {content:"\f0a7"}.fa-arrow-circle-left::before {content:"\f0a8"}.fa-arrow-circle-right::before {content:"\f0a9"}.fa-arrow-circle-up::before {content:"\f0aa"}.fa-arrow-circle-down::before {content:"\f0ab"}.fa-globe::before {content:"\f0ac"}.fa-wrench::before {content:"\f0ad"}.fa-tasks::before {content:"\f0ae"}.fa-filter::before {content:"\f0b0"}.fa-briefcase::before {content:"\f0b1"}.fa-arrows-alt::before {content:"\f0b2"}.fa-group::before,.fa-users::before {content:"\f0c0"}.fa-chain::before,.fa-link::before {content:"\f0c1"}.fa-cloud::before {content:"\f0c2"}.fa-flask::before {content:"\f0c3"}.fa-cut::before,.fa-scissors::before {content:"\f0c4"}.fa-copy::before,.fa-files-o::before {content:"\f0c5"}.fa-paperclip::before {content:"\f0c6"}.fa-save::before,.fa-floppy-o::before {content:"\f0c7"}.fa-square::before {content:"\f0c8"}.fa-navicon::before,.fa-reorder::before,.fa-bars::before {content:"\f0c9"}.fa-list-ul::before {content:"\f0ca"}.fa-list-ol::before {content:"\f0cb"}.fa-strikethrough::before {content:"\f0cc"}.fa-underline::before {content:"\f0cd"}.fa-table::before {content:"\f0ce"}.fa-magic::before {content:"\f0d0"}.fa-truck::before {content:"\f0d1"}.fa-pinterest::before {content:"\f0d2"}.fa-pinterest-square::before {content:"\f0d3"}.fa-google-plus-square::before {content:"\f0d4"}.fa-google-plus::before {content:"\f0d5"}.fa-money::before {content:"\f0d6"}.fa-caret-down::before {content:"\f0d7"}.fa-caret-up::before {content:"\f0d8"}.fa-caret-left::before {content:"\f0d9"}.fa-caret-right::before {content:"\f0da"}.fa-columns::before {content:"\f0db"}.fa-unsorted::before,.fa-sort::before {content:"\f0dc"}.fa-sort-down::before,.fa-sort-desc::before {content:"\f0dd"}.fa-sort-up::before,.fa-sort-asc::before {content:"\f0de"}.fa-envelope::before {content:"\f0e0"}.fa-linkedin::before {content:"\f0e1"}.fa-rotate-left::before,.fa-undo::before {content:"\f0e2"}.fa-legal::before,.fa-gavel::before {content:"\f0e3"}.fa-dashboard::before,.fa-tachometer::before {content:"\f0e4"}.fa-comment-o::before {content:"\f0e5"}.fa-comments-o::before {content:"\f0e6"}.fa-flash::before,.fa-bolt::before {content:"\f0e7"}.fa-sitemap::before {content:"\f0e8"}.fa-umbrella::before {content:"\f0e9"}.fa-paste::before,.fa-clipboard::before {content:"\f0ea"}.fa-lightbulb-o::before {content:"\f0eb"}.fa-exchange::before {content:"\f0ec"}.fa-cloud-download::before {content:"\f0ed"}.fa-cloud-upload::before {content:"\f0ee"}.fa-user-md::before {content:"\f0f0"}.fa-stethoscope::before {content:"\f0f1"}.fa-suitcase::before {content:"\f0f2"}.fa-bell-o::before {content:"\f0a2"}.fa-coffee::before {content:"\f0f4"}.fa-cutlery::before {content:"\f0f5"}.fa-file-text-o::before {content:"\f0f6"}.fa-building-o::before {content:"\f0f7"}.fa-hospital-o::before {content:"\f0f8"}.fa-ambulance::before {content:"\f0f9"}.fa-medkit::before {content:"\f0fa"}.fa-fighter-jet::before {content:"\f0fb"}.fa-beer::before {content:"\f0fc"}.fa-h-square::before {content:"\f0fd"}.fa-plus-square::before {content:"\f0fe"}.fa-angle-double-left::before {content:"\f100"}.fa-angle-double-right::before {content:"\f101"}.fa-angle-double-up::before {content:"\f102"}.fa-angle-double-down::before {content:"\f103"}.fa-angle-left::before {content:"\f104"}.fa-angle-right::before {content:"\f105"}.fa-angle-up::before {content:"\f106"}.fa-angle-down::before {content:"\f107"}.fa-desktop::before {content:"\f108"}.fa-laptop::before {content:"\f109"}.fa-tablet::before {content:"\f10a"}.fa-mobile-phone::before,.fa-mobile::before {content:"\f10b"}.fa-circle-o::before {content:"\f10c"}.fa-quote-left::before {content:"\f10d"}.fa-quote-right::before {content:"\f10e"}.fa-spinner::before {content:"\f110"}.fa-circle::before {content:"\f111"}.fa-mail-reply::before,.fa-reply::before {content:"\f112"}.fa-github-alt::before {content:"\f113"}.fa-folder-o::before {content:"\f114"}.fa-folder-open-o::before {content:"\f115"}.fa-smile-o::before {content:"\f118"}.fa-frown-o::before {content:"\f119"}.fa-meh-o::before {content:"\f11a"}.fa-gamepad::before {content:"\f11b"}.fa-keyboard-o::before {content:"\f11c"}.fa-flag-o::before {content:"\f11d"}.fa-flag-checkered::before {content:"\f11e"}.fa-terminal::before {content:"\f120"}.fa-code::before {content:"\f121"}.fa-mail-reply-all::before,.fa-reply-all::before {content:"\f122"}.fa-star-half-empty::before,.fa-star-half-full::before,.fa-star-half-o::before {content:"\f123"}.fa-location-arrow::before {content:"\f124"}.fa-crop::before {content:"\f125"}.fa-code-fork::before {content:"\f126"}.fa-unlink::before,.fa-chain-broken::before {content:"\f127"}.fa-question::before {content:"\f128"}.fa-info::before {content:"\f129"}.fa-exclamation::before {content:"\f12a"}.fa-superscript::before {content:"\f12b"}.fa-subscript::before {content:"\f12c"}.fa-eraser::before {content:"\f12d"}.fa-puzzle-piece::before {content:"\f12e"}.fa-microphone::before {content:"\f130"}.fa-microphone-slash::before {content:"\f131"}.fa-shield::before {content:"\f132"}.fa-calendar-o::before {content:"\f133"}.fa-fire-extinguisher::before {content:"\f134"}.fa-rocket::before {content:"\f135"}.fa-maxcdn::before {content:"\f136"}.fa-chevron-circle-left::before {content:"\f137"}.fa-chevron-circle-right::before {content:"\f138"}.fa-chevron-circle-up::before {content:"\f139"}.fa-chevron-circle-down::before {content:"\f13a"}.fa-html5::before {content:"\f13b"}.fa-css3::before {content:"\f13c"}.fa-anchor::before {content:"\f13d"}.fa-unlock-alt::before {content:"\f13e"}.fa-bullseye::before {content:"\f140"}.fa-ellipsis-h::before {content:"\f141"}.fa-ellipsis-v::before {content:"\f142"}.fa-rss-square::before {content:"\f143"}.fa-play-circle::before {content:"\f144"}.fa-ticket::before {content:"\f145"}.fa-minus-square::before {content:"\f146"}.fa-minus-square-o::before {content:"\f147"}.fa-level-up::before {content:"\f148"}.fa-level-down::before {content:"\f149"}.fa-check-square::before {content:"\f14a"}.fa-pencil-square::before {content:"\f14b"}.fa-external-link-square::before {content:"\f14c"}.fa-share-square::before {content:"\f14d"}.fa-compass::before {content:"\f14e"}.fa-toggle-down::before,.fa-caret-square-o-down::before {content:"\f150"}.fa-toggle-up::before,.fa-caret-square-o-up::before {content:"\f151"}.fa-toggle-right::before,.fa-caret-square-o-right::before {content:"\f152"}.fa-euro::before,.fa-eur::before {content:"\f153"}.fa-gbp::before {content:"\f154"}.fa-dollar::before,.fa-usd::before {content:"\f155"}.fa-rupee::before,.fa-inr::before {content:"\f156"}.fa-cny::before,.fa-rmb::before,.fa-yen::before,.fa-jpy::before {content:"\f157"}.fa-ruble::before,.fa-rouble::before,.fa-rub::before {content:"\f158"}.fa-won::before,.fa-krw::before {content:"\f159"}.fa-bitcoin::before,.fa-btc::before {content:"\f15a"}.fa-file::before {content:"\f15b"}.fa-file-text::before {content:"\f15c"}.fa-sort-alpha-asc::before {content:"\f15d"}.fa-sort-alpha-desc::before {content:"\f15e"}.fa-sort-amount-asc::before {content:"\f160"}.fa-sort-amount-desc::before {content:"\f161"}.fa-sort-numeric-asc::before {content:"\f162"}.fa-sort-numeric-desc::before {content:"\f163"}.fa-thumbs-up::before {content:"\f164"}.fa-thumbs-down::before {content:"\f165"}.fa-youtube-square::before {content:"\f166"}.fa-youtube::before {content:"\f167"}.fa-xing::before {content:"\f168"}.fa-xing-square::before {content:"\f169"}.fa-youtube-play::before {content:"\f16a"}.fa-dropbox::before {content:"\f16b"}.fa-stack-overflow::before {content:"\f16c"}.fa-instagram::before {content:"\f16d"}.fa-flickr::before {content:"\f16e"}.fa-adn::before {content:"\f170"}.fa-bitbucket::before {content:"\f171"}.fa-bitbucket-square::before {content:"\f172"}.fa-tumblr::before {content:"\f173"}.fa-tumblr-square::before {content:"\f174"}.fa-long-arrow-down::before {content:"\f175"}.fa-long-arrow-up::before {content:"\f176"}.fa-long-arrow-left::before {content:"\f177"}.fa-long-arrow-right::before {content:"\f178"}.fa-apple::before {content:"\f179"}.fa-windows::before {content:"\f17a"}.fa-android::before {content:"\f17b"}.fa-linux::before {content:"\f17c"}.fa-dribbble::before {content:"\f17d"}.fa-skype::before {content:"\f17e"}.fa-foursquare::before {content:"\f180"}.fa-trello::before {content:"\f181"}.fa-female::before {content:"\f182"}.fa-male::before {content:"\f183"}.fa-gittip::before,.fa-gratipay::before {content:"\f184"}.fa-sun-o::before {content:"\f185"}.fa-moon-o::before {content:"\f186"}.fa-archive::before {content:"\f187"}.fa-bug::before {content:"\f188"}.fa-vk::before {content:"\f189"}.fa-weibo::before {content:"\f18a"}.fa-renren::before {content:"\f18b"}.fa-pagelines::before {content:"\f18c"}.fa-stack-exchange::before {content:"\f18d"}.fa-arrow-circle-o-right::before {content:"\f18e"}.fa-arrow-circle-o-left::before {content:"\f190"}.fa-toggle-left::before,.fa-caret-square-o-left::before {content:"\f191"}.fa-dot-circle-o::before {content:"\f192"}.fa-wheelchair::before {content:"\f193"}.fa-vimeo-square::before {content:"\f194"}.fa-turkish-lira::before,.fa-try::before {content:"\f195"}.fa-plus-square-o::before {content:"\f196"}.fa-space-shuttle::before {content:"\f197"}.fa-slack::before {content:"\f198"}.fa-envelope-square::before {content:"\f199"}.fa-wordpress::before {content:"\f19a"}.fa-openid::before {content:"\f19b"}.fa-institution::before,.fa-bank::before,.fa-university::before {content:"\f19c"}.fa-mortar-board::before,.fa-graduation-cap::before {content:"\f19d"}.fa-yahoo::before {content:"\f19e"}.fa-google::before {content:"\f1a0"}.fa-reddit::before {content:"\f1a1"}.fa-reddit-square::before {content:"\f1a2"}.fa-stumbleupon-circle::before {content:"\f1a3"}.fa-stumbleupon::before {content:"\f1a4"}.fa-delicious::before {content:"\f1a5"}.fa-digg::before {content:"\f1a6"}.fa-pied-piper::before {content:"\f1a7"}.fa-pied-piper-alt::before {content:"\f1a8"}.fa-drupal::before {content:"\f1a9"}.fa-joomla::before {content:"\f1aa"}.fa-language::before {content:"\f1ab"}.fa-fax::before {content:"\f1ac"}.fa-building::before {content:"\f1ad"}.fa-child::before {content:"\f1ae"}.fa-paw::before {content:"\f1b0"}.fa-spoon::before {content:"\f1b1"}.fa-cube::before {content:"\f1b2"}.fa-cubes::before {content:"\f1b3"}.fa-behance::before {content:"\f1b4"}.fa-behance-square::before {content:"\f1b5"}.fa-steam::before {content:"\f1b6"}.fa-steam-square::before {content:"\f1b7"}.fa-recycle::before {content:"\f1b8"}.fa-automobile::before,.fa-car::before {content:"\f1b9"}.fa-cab::before,.fa-taxi::before {content:"\f1ba"}.fa-tree::before {content:"\f1bb"}.fa-spotify::before {content:"\f1bc"}.fa-deviantart::before {content:"\f1bd"}.fa-soundcloud::before {content:"\f1be"}.fa-database::before {content:"\f1c0"}.fa-file-pdf-o::before {content:"\f1c1"}.fa-file-word-o::before {content:"\f1c2"}.fa-file-excel-o::before {content:"\f1c3"}.fa-file-powerpoint-o::before {content:"\f1c4"}.fa-file-photo-o::before,.fa-file-picture-o::before,.fa-file-image-o::before {content:"\f1c5"}.fa-file-zip-o::before,.fa-file-archive-o::before {content:"\f1c6"}.fa-file-sound-o::before,.fa-file-audio-o::before {content:"\f1c7"}.fa-file-movie-o::before,.fa-file-video-o::before {content:"\f1c8"}.fa-file-code-o::before {content:"\f1c9"}.fa-vine::before {content:"\f1ca"}.fa-codepen::before {content:"\f1cb"}.fa-jsfiddle::before {content:"\f1cc"}.fa-life-bouy::before,.fa-life-buoy::before,.fa-life-saver::before,.fa-support::before,.fa-life-ring::before {content:"\f1cd"}.fa-circle-o-notch::before {content:"\f1ce"}.fa-ra::before,.fa-rebel::before {content:"\f1d0"}.fa-ge::before,.fa-empire::before {content:"\f1d1"}.fa-git-square::before {content:"\f1d2"}.fa-git::before {content:"\f1d3"}.fa-y-combinator-square::before,.fa-yc-square::before,.fa-hacker-news::before {content:"\f1d4"}.fa-tencent-weibo::before {content:"\f1d5"}.fa-qq::before {content:"\f1d6"}.fa-wechat::before,.fa-weixin::before {content:"\f1d7"}.fa-send::before,.fa-paper-plane::before {content:"\f1d8"}.fa-send-o::before,.fa-paper-plane-o::before {content:"\f1d9"}.fa-history::before {content:"\f1da"}.fa-circle-thin::before {content:"\f1db"}.fa-header::before {content:"\f1dc"}.fa-paragraph::before {content:"\f1dd"}.fa-sliders::before {content:"\f1de"}.fa-share-alt::before {content:"\f1e0"}.fa-share-alt-square::before {content:"\f1e1"}.fa-bomb::before {content:"\f1e2"}.fa-soccer-ball-o::before,.fa-futbol-o::before {content:"\f1e3"}.fa-tty::before {content:"\f1e4"}.fa-binoculars::before {content:"\f1e5"}.fa-plug::before {content:"\f1e6"}.fa-slideshare::before {content:"\f1e7"}.fa-twitch::before {content:"\f1e8"}.fa-yelp::before {content:"\f1e9"}.fa-newspaper-o::before {content:"\f1ea"}.fa-wifi::before {content:"\f1eb"}.fa-calculator::before {content:"\f1ec"}.fa-paypal::before {content:"\f1ed"}.fa-google-wallet::before {content:"\f1ee"}.fa-cc-visa::before {content:"\f1f0"}.fa-cc-mastercard::before {content:"\f1f1"}.fa-cc-discover::before {content:"\f1f2"}.fa-cc-amex::before {content:"\f1f3"}.fa-cc-paypal::before {content:"\f1f4"}.fa-cc-stripe::before {content:"\f1f5"}.fa-bell-slash::before {content:"\f1f6"}.fa-bell-slash-o::before {content:"\f1f7"}.fa-trash::before {content:"\f1f8"}.fa-copyright::before {content:"\f1f9"}.fa-at::before {content:"\f1fa"}.fa-eyedropper::before {content:"\f1fb"}.fa-paint-brush::before {content:"\f1fc"}.fa-birthday-cake::before {content:"\f1fd"}.fa-area-chart::before {content:"\f1fe"}.fa-pie-chart::before {content:"\f200"}.fa-line-chart::before {content:"\f201"}.fa-lastfm::before {content:"\f202"}.fa-lastfm-square::before {content:"\f203"}.fa-toggle-off::before {content:"\f204"}.fa-toggle-on::before {content:"\f205"}.fa-bicycle::before {content:"\f206"}.fa-bus::before {content:"\f207"}.fa-ioxhost::before {content:"\f208"}.fa-angellist::before {content:"\f209"}.fa-cc::before {content:"\f20a"}.fa-shekel::before,.fa-sheqel::before,.fa-ils::before {content:"\f20b"}.fa-meanpath::before {content:"\f20c"}.fa-buysellads::before {content:"\f20d"}.fa-connectdevelop::before {content:"\f20e"}.fa-dashcube::before {content:"\f210"}.fa-forumbee::before {content:"\f211"}.fa-leanpub::before {content:"\f212"}.fa-sellsy::before {content:"\f213"}.fa-shirtsinbulk::before {content:"\f214"}.fa-simplybuilt::before {content:"\f215"}.fa-skyatlas::before {content:"\f216"}.fa-cart-plus::before {content:"\f217"}.fa-cart-arrow-down::before {content:"\f218"}.fa-diamond::before {content:"\f219"}.fa-ship::before {content:"\f21a"}.fa-user-secret::before {content:"\f21b"}.fa-motorcycle::before {content:"\f21c"}.fa-street-view::before {content:"\f21d"}.fa-heartbeat::before {content:"\f21e"}.fa-venus::before {content:"\f221"}.fa-mars::before {content:"\f222"}.fa-mercury::before {content:"\f223"}.fa-intersex::before,.fa-transgender::before {content:"\f224"}.fa-transgender-alt::before {content:"\f225"}.fa-venus-double::before {content:"\f226"}.fa-mars-double::before {content:"\f227"}.fa-venus-mars::before {content:"\f228"}.fa-mars-stroke::before {content:"\f229"}.fa-mars-stroke-v::before {content:"\f22a"}.fa-mars-stroke-h::before {content:"\f22b"}.fa-neuter::before {content:"\f22c"}.fa-genderless::before {content:"\f22d"}.fa-facebook-official::before {content:"\f230"}.fa-pinterest-p::before {content:"\f231"}.fa-whatsapp::before {content:"\f232"}.fa-server::before {content:"\f233"}.fa-user-plus::before {content:"\f234"}.fa-user-times::before {content:"\f235"}.fa-hotel::before,.fa-bed::before {content:"\f236"}.fa-viacoin::before {content:"\f237"}.fa-train::before {content:"\f238"}.fa-subway::before {content:"\f239"}.fa-medium::before {content:"\f23a"}.fa-yc::before,.fa-y-combinator::before {content:"\f23b"}.fa-optin-monster::before {content:"\f23c"}.fa-opencart::before {content:"\f23d"}.fa-expeditedssl::before {content:"\f23e"}.fa-battery-4::before,.fa-battery-full::before {content:"\f240"}.fa-battery-3::before,.fa-battery-three-quarters::before {content:"\f241"}.fa-battery-2::before,.fa-battery-half::before {content:"\f242"}.fa-battery-1::before,.fa-battery-quarter::before {content:"\f243"}.fa-battery-0::before,.fa-battery-empty::before {content:"\f244"}.fa-mouse-pointer::before {content:"\f245"}.fa-i-cursor::before {content:"\f246"}.fa-object-group::before {content:"\f247"}.fa-object-ungroup::before {content:"\f248"}.fa-sticky-note::before {content:"\f249"}.fa-sticky-note-o::before {content:"\f24a"}.fa-cc-jcb::before {content:"\f24b"}.fa-cc-diners-club::before {content:"\f24c"}.fa-clone::before {content:"\f24d"}.fa-balance-scale::before {content:"\f24e"}.fa-hourglass-o::before {content:"\f250"}.fa-hourglass-1::before,.fa-hourglass-start::before {content:"\f251"}.fa-hourglass-2::before,.fa-hourglass-half::before {content:"\f252"}.fa-hourglass-3::before,.fa-hourglass-end::before {content:"\f253"}.fa-hourglass::before {content:"\f254"}.fa-hand-grab-o::before,.fa-hand-rock-o::before {content:"\f255"}.fa-hand-stop-o::before,.fa-hand-paper-o::before {content:"\f256"}.fa-hand-scissors-o::before {content:"\f257"}.fa-hand-lizard-o::before {content:"\f258"}.fa-hand-spock-o::before {content:"\f259"}.fa-hand-pointer-o::before {content:"\f25a"}.fa-hand-peace-o::before {content:"\f25b"}.fa-trademark::before {content:"\f25c"}.fa-registered::before {content:"\f25d"}.fa-creative-commons::before {content:"\f25e"}.fa-gg::before {content:"\f260"}.fa-gg-circle::before {content:"\f261"}.fa-tripadvisor::before {content:"\f262"}.fa-odnoklassniki::before {content:"\f263"}.fa-odnoklassniki-square::before {content:"\f264"}.fa-get-pocket::before {content:"\f265"}.fa-wikipedia-w::before {content:"\f266"}.fa-safari::before {content:"\f267"}.fa-chrome::before {content:"\f268"}.fa-firefox::before {content:"\f269"}.fa-opera::before {content:"\f26a"}.fa-internet-explorer::before {content:"\f26b"}.fa-tv::before,.fa-television::before {content:"\f26c"}.fa-contao::before {content:"\f26d"}.fa-500px::before {content:"\f26e"}.fa-amazon::before {content:"\f270"}.fa-calendar-plus-o::before {content:"\f271"}.fa-calendar-minus-o::before {content:"\f272"}.fa-calendar-times-o::before {content:"\f273"}.fa-calendar-check-o::before {content:"\f274"}.fa-industry::before {content:"\f275"}.fa-map-pin::before {content:"\f276"}.fa-map-signs::before {content:"\f277"}.fa-map-o::before {content:"\f278"}.fa-map::before {content:"\f279"}.fa-commenting::before {content:"\f27a"}.fa-commenting-o::before {content:"\f27b"}.fa-houzz::before {content:"\f27c"}.fa-vimeo::before {content:"\f27d"}.fa-black-tie::before {content:"\f27e"}.fa-fonticons::before {content:"\f280"}.fa-reddit-alien::before {content:"\f281"}.fa-edge::before {content:"\f282"}.fa-credit-card-alt::before {content:"\f283"}.fa-codiepie::before {content:"\f284"}.fa-modx::before {content:"\f285"}.fa-fort-awesome::before {content:"\f286"}.fa-usb::before {content:"\f287"}.fa-product-hunt::before {content:"\f288"}.fa-mixcloud::before {content:"\f289"}.fa-scribd::before {content:"\f28a"}.fa-pause-circle::before {content:"\f28b"}.fa-pause-circle-o::before {content:"\f28c"}.fa-stop-circle::before {content:"\f28d"}.fa-stop-circle-o::before {content:"\f28e"}.fa-shopping-bag::before {content:"\f290"}.fa-shopping-basket::before {content:"\f291"}.fa-hashtag::before {content:"\f292"}.fa-bluetooth::before {content:"\f293"}.fa-bluetooth-b::before {content:"\f294"}.fa-percent::before {content:"\f295"}
