/* ========== SKIN SPECIFIC APP ========== */


/* ===== START - GENERAL ===== */
body.ref {
    background-color: #ffffff;
    padding: 1em;
}
.section_ti{
	font-weight:bold;
}
.mediaWeb iframe {
    max-width: 765px;
}
.collBlk_closed {
    display: none;
}
/* ===== STOP - GENERAL ===== */


/* ===== START - HEADER ===== */
#header > #title {
    background-color: #202020;
	padding:0 1em;
}
.default #header #title h1 {
    color: white;
    font-size: 1.7em;
    line-height: 60px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    text-align: right;
}
.nav-is-stuck #outCat, .nav-is-stuck #title {
    position: fixed;
    top: 0;
	left:0;
	right:0;
	height: 50px;
}
#outCat:empty {
    display: none;
}
/* ===== STOP - HEADER ===== */

/* ===== START - NAVIGATION MENU ===== */
nav.menu{
	z-index:9;
}
nav.menu ul{
	list-style-type: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
nav.menu ul li{
	display: inline-block;
}
nav.menu ul li a{
	color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
nav.menu ul li a span{
	padding:0 0.5em;
}

/* OUTCAT */
#outCat{
	background-color:#fff;
}
nav#outCat ul li a {
    height: 50px;
    line-height: 50px;
}
.outCat_sel_yes .outCat_i {
    color: #3c643c;
	border-top: 6px solid #97d397;
}
nav#outCat ul li a span {
    border-right: 1px solid #bebebe;
}
nav#outCat ul li:last-child a span {
    border: medium none;
}

/* OUTSEC */
#outSec{
	background-color:#f1f1eb;
	box-shadow: 0 2px 5px #000;
	border-top:1px solid #bebebe;
}
#outSec ul li .sel_yes {
    color: #3c643c;
	border-bottom: 6px solid #97d397;
}
/* ===== STOP - NAVIGATION MENU ===== */

/* ===== START - MAIN ===== */
.default #main{
	padding-top:38px;
	position:relative;
}
.nav-is-stuck .default #main{
	margin-top: 60px;
    padding-top: 98px;
	transition: all 0.2s ease-out 0s;
}
#outSec{
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.nav-is-stuck #outSec {
    position: fixed;
    top: 50px;
}
#tools {
    right: 1em;
    position: fixed;
	bottom:40%;
}
/* ===== STOP - MAIN ===== */


/* ===== START - METAS ===== */
.case_ti {
    background: rgba(0, 0, 0, 0) url("../img/tpl/back-root.png") repeat scroll 0 0;
    min-height: 400px;
    overflow: hidden;
    position: relative;
	margin:0;
}
.case_ti strong {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    font-size: 1.5em;
    left: 0;
    margin: 0 auto;
    max-width: calc(1200px - 2em);
    padding: 0.2em 1em;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.case_ti .illus {
    height: auto;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.metas {
    border-spacing: 1em;
    display: table;
    margin: 0 auto;
    max-width: calc(1200px + 2em);
    text-align: center;
    width: 100%;
}

.metas > div {
    border: 1px solid #bebebe;
    display: table-cell;
    padding: 4px 1em 1em;
    text-align: center;
}
.resume {
    margin: 0 auto 1em;
    max-width: 1200px;
	padding: 0 1em;
}
.subjects_ti, .levels_ti, .duration_ti, .members_ti, .resume_ti {
	font-weight:bold;
	line-height:200%;
}
.subject, .level, .time, .resume > span {
    display: block;
}
.members .person {
    text-align: left;
}
.members .comp {
    display: block;
    text-indent: 1em;
}
.taskMetas {
    background-color: #f2f2f2;
    padding: 0.3em 1em;
}
.taskMetas:empty {
    display: none;
}
.taskMetas > span {
    margin: 0 1em;
}
/* ===== STOP - METAS ===== */

/* ===== START - SECTION ===== */
section.part {
	padding:1em;
}
section.part:nth-of-type(2n+1) {
    background-color: #f1f1eb;
}
section.part > .part_ti {
    margin: 0;
}
section.part > .part_ti {
    text-decoration: none;
	color:#202020;
	margin: 0 auto;
    max-width: 1200px;
}
section.part > .part_co {
    margin: 1em auto;
    max-width: 1200px;
}
section.context > .part_ti {
    color: #4381b2;
}
section.obj > .part_ti::before {
    font-family: "fontello";
    margin-right: 0.5em;
	content:"\e811";
	font-weight:normal;
}
/* ===== STOP - SECTION ===== */


/* ===== START - COLLAPSED ARTICLE ===== */
article.collapsed > a {
    text-decoration: none;
	color:#202020;
	display: block;
	font-size: 1.2em;
    line-height: 2em;
}
article.collapsed > a::before{
	font-family:"fontello";
	font-weight:normal;
	margin-right: 0.5em;
}
article.collapsed > .collapsed_closed::before {
    content: "\e80A"; 
}
article.collapsed > .collapsed_open::before {
    content: "\e80B";
}
article.collapsed > .collapsed_co {
    border-left: 1px dotted #bebebe;
    margin-left: 0.7em;
    padding-left: 1em;
}
article.collapsed > .collapsed_co > article.collapsed > .collapsed_co{
	margin-left:0.5em;;
}
article.collapsed > .collapsed_co > article.collapsed > a{
	font-size:1em;
}
article.obj.noCbk {
    color: #202020;
    font-size: 1em;
    line-height: 2em;
    padding-left: 1.25em;
}
article.grid > a{
	color: #4381b2;
}
/* ===== STOP - COLLAPSED ARTICLE ===== */


/* ===== START - LINK ===== */
.exercices > a {
    text-decoration: none;
	color:#202020;
	font-size: 1.2em;
    line-height: 2em;
}
article.collapsed > .collapsed_co > .exercices > a{
	font-size:1em;
}
.exercices > a::before {
    font-family:"fontello";
	font-weight:normal;
	margin-right: 0.5em;
	content:"\e80D";
}
a.resSub.resLnk {
    color: #202020;
    text-decoration: none;
	display:block;
}
.op_txt_ul.resLnk {
	display:block;
}
a.resSub.resLnk:hover {
    text-decoration: underline;
}
/* ===== STOP - LINK ===== */

/* ===== START - TOOLS ===== */
#tools{
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	z-index: 2;
}
#tools a {
	padding:3px 5px;
	text-decoration:none;
	color:#fff;
	line-height:1.5;
	font-size: 1.1em;
	background-color:#202020;
}
#tools a::after {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    text-align: center;
    width: 20px;
}
#tools .teacherSynth{
	background-color:#4381b2;
}
#tools .objSynth::after{
	content:"\e811";
}
#tools .teacherSynth::after, #tools .topicSynth::after{
	content:"\e810";
}
#tools .cbkOpenBtn::after {
	content: "\f0fe";
}
#tools .cbkCloseBtn::after {
	content: "\f146";
}
#tools a span{
	display:none;
	margin-right: 0.5em;
}
#tools a:hover span {
	display:inline;
	transition: all 0.2s ease-out 0s;
}
/* ===== STOP - TOOLS ===== */

/* === START - RESPONSIVE DESIGN ============================================ */
@media (max-width: 800px){
	body{
		margin:0;
		font-size:0.8em;
	}
	.default #outSec {
		flex: 0 0 auto;
	}
	.subWindow_win {
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	}
	.subjects, .levels, .duration, .members {
		display: table-row;
	}
	.nav-is-stuck #outCat, #tools{
		position:static;
	}
	#outSec{
		display:none;
	}
	#tools {
		flex-direction: row;
	}
	#tools a:hover span {
		display:none;
		justify-content: center;
	}
	#tools a{
		font-size:2em;
		margin:0 0.5em;
	}
	#tools a::after{
		width:auto;
	}
}
/* === STOP - RESPONSIVE DESIGN ============================================= */