/* === MODIFICATION CHARTE CNAM LOIC ============================================= */

.ttnom{
	width: 100%;
}

.ttnom td{
	text-align: center;
	background-color: rgba(255,255,255,0.5)
}

.ttnom td:last-of-type{
	white-space: nowrap;
}

.ttnom.eqAssoc td:last-of-type{
	white-space: normal;
}

.ttnom tr:first-child td{
	font-style: italic;
}

section.nom table{
	border-collapse: collapse;
}

section.nom table th,
section.nom table td{
	text-align: center;
	padding: 0 10px;
	border-bottom: 1px solid black
}

section.nom table th{
	padding: 5px 10px;
}

section.nom table td:last-of-type{
	white-space: nowrap;
}

a.avantPropos{
	display: block;
	color: white;
	font-size: 1.5em;
	margin: 0.9em;
}

.pBk_ti{
	display: block;
	font-weight: bold;

}
.raison_ti i.type {
    background: transparent url("../img/content/raisonnement.svg") no-repeat scroll 0% 0%;
}

.practUc .sol .pBk_ti span.title {
    left: 70px;
}

.practUc{
	counter-reset: hints;
}

.practUc .hint a:after{
	content: ' ' counter(hints);
	counter-increment: hints;
}

.home .nbrECTS {
    margin: 4px;
    font-weight: normal;
    color: white;
    position: absolute;
    bottom: 0;
    right: 90px;
	vertical-align: middle;
}

.nbrECTS{
	margin: 10px 0;
	font-weight:bold;
	color: #007B67;
	vertical-align: middle;
}






/* ================== Modifications CnamGP réalisées par Marie Varichon (automne 2015) ================== */


body {
    font: 0.95em sans-serif;
}

/*=== HOME LAYOUT - GENERAL BACKGROUNDS ======================================*/

.home #root{
    background: url(../img/tpl/back-home-red.svg) no-repeat;
    background-size: 100% 100%;
	background-color: #FFF;
}

.home #main {
    background: url(../img/tpl/cnam-blanc.svg) no-repeat top right;
    background-size: 18%;
    margin-right: 10px;
    margin-bottom: 20px;
}

.home #content{
	background: url(../img/tpl/sche-fab-red.svg) no-repeat bottom right 35px;
    background-size: 63%;
}

.home section.article{
	width: 45%;
    margin-left: 45%;
    margin-right: 6%;
	padding: 5px;
    background-color: transparent;
    text-align:center;
	vertical-align: middle;
}

.home section.article h1 {
	margin: 10px;
	font-size: 3.2em;
    color: #FFF;
    background-image: none;
}

.home .hBk_co{
	font-size: 1em;
    color: white;
	background-color: transparent;
	margin-bottom: 0em;
	margin: 1.5em;
}

.home section.article .hBk_co .version {
    margin-right: 6px;
}


.home section.article .hBk_co .logo{
	background-size: 7%;
	bottom: 10%;
    left: 7%;
    background-color: transparent;
    box-shadow: none;
	border-radius: 30px;
}

.home #navigation {
    margin-bottom: 5px;
}

.home #navigation a{
    margin-right: 10px;
	margin-top: 10px;
    padding-right: 50px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.3em;
	background-color: transparent;
}

/*========================== DEFAULT BACKGROUNDS =============================*/

.default #header{
    background: url(../img/tpl/cnam-blanc-deco.png) no-repeat bottom 10px right 30px;
	background-size: 15%;
	background-color: #c1002a;  
	color: white;
	vertical-align: bottom;
	border-radius: 0 0 150px 0px;
}

.default #main{
    background: none;
	z-index: 1;
}

.default #tools {
	-webkit-order: 1;
    order: 1;
	-webkit-flex: flex: 0 0 60px;
    flex: 0 0 60px;
	z-index: 5;
}

.default #navigation {
    display: inline;
	position: fixed;
	width: 170px;
	right: 5px;
	bottom: 13px;
	margin: 10px;
	z-index: 3;
	background-size: 90%;
	background-color: transparent;
	border-radius: 1em;
}

.default #root {
    background: none; 
}

/*---- BACKGROUNDS document --------*/
.obj #document {
	background: url(../img/tpl/fd-objectif-gris.svg) no-repeat bottom -250px right -150px;
    background-size: 45%;
}

.intro #document {
	background: url(../img/tpl/fd-intro-gris.svg) no-repeat bottom -160px right -235px;
    background-size: 40%;
}

.conclu #document {
	background: url(../img/tpl/fd-conclu-gris.svg) no-repeat bottom -90px right -130px;
    background-size: 40%;
}

.aRetenir #document {  
	background: url(../img/tpl/fd-retenir-gris.svg) no-repeat bottom -120px right -80px;
    background-size: 40%;
}

.courseUa #document {
	background: url(../img/tpl/fd-activite-gris.svg) no-repeat bottom -130px right -80px;
    background-size: 45%;
}

/*---- STOP BACKGROUNDS document --------*/


/*========================== DEFAULT =========================================*/

p{
  font-size: 1.1em;
  margin: 0.5em;
}

.rBk p{
  font-size: 1.1em;
  margin: 0.5em;
  margin-right: 4em;
  padding-left: 1em;
  text-align: justify;
}

h2{
	color: #434E52;
}

h3{
  font-size: 1.3em;
  color:#007B67;
}

code{
	background: #E0ECEC;
}


.default #header h1{
    position: relative;
	padding-top: 1.1em;
    padding-left: 300px;
    text-align: left;
    color: white;
    font-size: 1.5em;
    vertical-align: baseline;
}

.default #menu{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
    -webkit-order: 2;
    order:2;
	background-color: #E0ECEC;
    margin-bottom: 0px;
	border-right: 0px solid #434e52;
	box-shadow: -3px 0px 8px 0px rgba(0, 0, 0, 0.65)inset;
}

.default #content{
	background: transparent;
    padding-left: 3em;
    padding-right: 5em;
    margin-left: 2em;
}

.hBk_co{
	background-color: transparent;
	margin-bottom: 5em;
	margin: 1em;
}


section.article > .hBk_ti{
    background-image: linear-gradient(to right, #434e52 0%,rgba(0,0,0,0) 100%);
    background-size: 100% 1.5px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    font-size: 1.5em;
	color: #434e52;
    margin-top: 60px;
    margin-bottom: 55px;
}

.iBk_ti {
    font-size: 1.23em;
    line-height: 40px;
    color: #007B67;
	margin-left: 5px;
}

section.article > h2 .hBk_ti{
    margin-top: 1.5em;
    margin-bottom: 1em;
}

section > .hBk_ti{
    background-image: linear-gradient(to right, #007B67 0%,rgba(0,0,0,0) 100%);
    background-size: 100% 1px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom:4px;
    font-size: 1.3em;
    margin-top: 60px;
    margin-bottom: 55px;
}

/*--- MENU -------------------------------------------------------------------*/

.default #menu > ul.mnu{
    margin: 8px;
}

/*=== DEFAULT LAYOUT - MAIN MENU =============================================*/

.default #menu .mnuSrlUpBtn,
.default #menu .mnuSrlDwnBtn{
    height: 24px;
    background: url(../img/tpl/menu-scroller-rond.svg) no-repeat top;
    background-size: 100%;
}
.default #menu .mnuSrlDwnBtn{
    background-position: 0px -29px;
}

.default #menu ul{
    list-style-type: none;
    padding:0 15px;
    margin:0;
}

.default #menu ul.sub{
    padding:0 0 0 1.5em;
	font-size: 0.97em;
}

.default #menu .mnu li{
	background: none;
}

.default #menu .mnu .lbl{
	padding:1px 0 1px 22px;
    min-height:24px;
    position:relative;
	font-size: 1.1em;
}

.default #menu .mnu .obj{
	background: url(../img/tpl/menu-objectif.svg) no-repeat top;
	background-size: 20px;
    background-position: 0px 4px;
}

.default #menu .mnu .conclu{
	background: url(../img/tpl/menu-coche.png) no-repeat top;
	background-size: 16px;
    background-position: 1px 6px;
}
/*
.default #menu .sub li:last-child{
	display: none;
}
voir aussi lignes 309-311 de main.css !!! Marie DEBACQ - 23 décembre 2015*/
.default #menu .mnu .aRetenir{
	background: url(../img/tpl/menu-aretenir.svg) no-repeat top;
	background-size: 20px;
    background-position: -1px 4px;
}

.default #menu .mnu .intro{
	background: url(../img/tpl/menu-fleche-intro.png) no-repeat top;
	background-size: 15px;
    background-position: 5px 7px;
}

.default #menu .mnu .expUc{
	background: url(../img/tpl/fleche-simple.png) no-repeat top;
	background-size: 15px;
    background-position: 5px 7px;
}

.default #menu .mnu .practUc{
	background: url(../img/tpl/menu-exercice.svg) no-repeat top;
	background-size: 1em;
    background-position: 5px 5px;
}

.default #menu .mnu .quiz .lbl, .default #menu .mnu .coQuiz .lbl{
    background: url(../img/tpl/menu-quiz.svg) no-repeat top;
    background-size: 1em;
    background-position: 5px 5px;
}

.default #menu .mnu .tgle_c,
.default #menu .mnu .tgle_o{
    background: url(../img/tpl/menu-toggle.svg) no-repeat top;
    background-size: 17px;
    background-position: 0px 3px;
}

.default #menu .mnu .tgle_o{
    background-position: 0px -37px;
}

.default #menu .mnu .sel_yes >.lbl .item span {
    background-color: transparent;
	font-weight: bold;
    color: #c1002a;
}

.default #menu .static{
	padding-top: 2em;
}


/* === START - MENU DIVISION ================================================ */

.sw_child_navList {
    list-style-type: disc;
    color: #434e52;
	font-size: 1.05em;
}

/* === START - BALISE PEDAGOGIQUE =========================================== */


.pBk{
    background-image: none;
    margin-right: 20px;
    margin-top: 20px;
	border-right: 1px solid #5C5C5C;
	border-radius: 20px 20px 0px;
	box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.12);
}


.pBk_ti {
    font-size: 1.2em;
    margin-bottom: 0px;
    line-height: 40px;
    color: #5c5c5c;
    text-align:right;
    border-right: 1px solid #5c5c5c;
    border-radius: 0px 20px 0px 0px;
}

.pBk_co{
	font-size: 1em;
    background-color: #eeeeee;
	border-radius: 0 0 0 1em;
    background-image: linear-gradient(to left, #5c5c5c 0%, rgba(0, 0, 0, 0) 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    padding: 1px 5px 5px 5px;
    margin-bottom: 65px;
}
.pBk_co >.rBk > p{
	margin-right: 1.5em;
}

.pBk_ti span.title {
	text-decoration: overline;
	font-variant : small-caps;
	font-weight: normal;
    left: 3em;
    position: absolute;
    color: #5c5c5c;
}

.basic {
    background-image: none;
    margin-right: 20px;
    margin-top: 20px;
	border-right: 1px solid #c1002a;
	border-radius: 20px 20px 0px;
	box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.12);
}
.basic_ti {
    font-size: 1.2em;
    margin-bottom: 0px;
    line-height: 40px;
    color: #c1002a;
    text-align:right;
    border-right: 1px solid #c1002a;
    border-radius:20px 20px 0px 0px;
}

.basic_ti i.type{
    color: #c1002a;
    font-weight: bold;
}

.basic_ti span.title {
    color: #c1002a;
}

.basic_co{
    background-color: #ffdce6;
    background-image: linear-gradient(to left, #c1002a 0%, rgba(0, 0, 0, 0) 100%);
}

.warning{
    background-image: none;
	margin-right: 20px;
    margin-top: 20px;
	border-right: 1px solid #007B67;
	border-radius: 20px 20px 0px;
	box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.12);
}

.warning_ti {
    font-size: 1.2em;
    margin-bottom: 0px;
    line-height: 40px;
    color: #007B67;
    text-align:right;
    border-right: 1px solid #007B67;
    border-radius:20px 20px 0px 0px;
}

.warning_ti i.type{
    color: #007B67;
    font-weight: bold;
}

.warning_ti span.title {
    color: #007B67;
}

.warning_co{
    background-color: #d5e5e4;
    background-image: linear-gradient(to left, #007B67 0%, rgba(0, 0, 0, 0) 100%);
}



.complement_ti{
	background: linear-gradient(white, #E0ECEC); 
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #5c5c5c;
}

.complement_ti i.type {
	background-position: 0px -241px;
    color: #5c5c5c;
    font-weight: bold;
}

.complement a.complement_closed{
	background-image: none;
	background-size: 100% 1px;
	margin-bottom: 65px;
}

.complement_co{
    background-color: #fffeef;
    background-image: none;
}

.complement_co .collBlk_open{
	background-image: linear-gradient(to left, #5c5c5c 0%, transparent 100%);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	border-radius: 0 0 0 1em;
	margin-left: 0;
	margin-bottom: 2em;
}

.complement a .title:before{
	content:'▷';
	font-size: 1em;
	position: relative;
	top: 0em;
	text-decoration: none;
	margin-right: 0.1em
}

/* === STOP - BALISE PEDAGOGIQUE =========================================== */




/* === START - QUIZ bODY =========================================== */

.subQuiz {
    padding: 0px 20px 10px;
}

.subQuiz h3 {
    color: #007B67;
}

.quizBody {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 2em;
}

.quizBody > .question {
    order: 1;
}

.quizBody > .toolbar {
	order: 2;
	display:inline-flex;
	flex-flow: row nowrap;
	align-self: flex-end;
}

.subQuiz .toolbar{
    background-color: transparent;
	height: 25px;
	justify-content: flex-end;
	margin-top: -0.5em;
	margin-left: 0px;
	margin-right: 30px;
}


.toolbar {
    background-color: #E0ECEC;
	width: 100%;
    height: 40px;
	margin-bottom: 1em;
}

.subQuiz .quizBody {
    margin-bottom: 15px;
}

.question >.rBk {
	margin-top: 0;
	padding: 0 0 3px 0;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
    background-image: linear-gradient(to right, #434e52 0%, rgba(0, 0, 0, 0) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}
.question >.rBk p {
	margin: 0em;
	padding-left: 0em;
}

.exoAsw {
    margin-top: 10px;
}

ul.choiceList {
	order: 3;
    display: inline-flex;
    flex-flow: column nowrap;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

form .choiceList {
	order: 3;
    display: inline-flex;
    flex-flow: column nowrap;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.choiceList_in {
	flex: 0 0 auto;
	width: 1em;
}

div.choiceList_sol {
    flex: 0 0 auto;
	text-align: center;
	padding-left: 1.5em;
    width: 2em;
}

.scoreBox {
	line-height: 40px;
    font-weight: bold;
    margin-left: 40px;
    padding-left: 3px;
    padding-right: 3px;
}

.answWorst {
	font-size: 1.3em;
	text-decoration: underline;
	color: #c1002a;
	border-radius: 8px;
}

.answBest {
	font-size: 1.3em;
	text-decoration: underline;
    color: #007B67;
}

.answGood {
	font-weight: bold;
	font-size: 1.2em;
	color: #007B67;
}

.choice p {
	margin-left: 0.5em;
}

.choiceExp{
	visibility: hidden;
}

.assmntSolWrong .choiceExp{
	visibility: visible;
	font-style: italic;
	font-size: 0.9em;
}

.quizBody > .response {
	order: 3;
	margin-top: -2em;
	margin-bottom: 0.7em;
}

.response_ti {
    font-weight: bold;
    font-size: 0.6em;
    font-style: normal;
    color: black;
	margin-left: 0em;
	margin-bottom: 0.2em;
}

.quizBody > .globalExp {
	margin-top: 1em;
    order: 4;
}

/* ------ Exercice .mcqMur -------*/

.mcqMur .quizBody > .response {
    order: 3;
    margin-top: 0em;
    margin-bottom: 1.7em;
}


.mcqMur .quizBody > .globalExp {
    margin-top: 0em;
    order: 4;
	margin-bottom: 1em;
}
.mcqMur .toolbar{
	order: 5;
}


/* ------ Exercice .mcqSur -------*/


.mcqSur .quizBody > .response {
    order: 3;
    margin-top: 0em;
    margin-bottom: 1.7em;
}

.mcqSur .quizBody > .globalExp {
    margin-top: 0em;
    order: 4;
	margin-bottom: 1em;
}
.mcqSur .toolbar{
	order: 5;
}

/* ------ Exercice .match -------*/

.match .quizBody > .response {
    order: 3;
    margin-top: 0em;
    margin-bottom: 1.7em;
}

.match .quizBody > .globalExp {
    margin-top: 0em;
    order: 4;
	margin-bottom: 1em;
}
.match .toolbar{
	order: 5;
}

/* ------ Exercice .ddBasket -------*/
.ddBasket {
	background-color: #EEEEEE;
}

/* === START - ELEMENTS DIVERS ======================================================= */

.galFra {
	position: relative;
    display:block;
	width: 70%;
	margin: auto;
	text-align: center;
}

.galPv {
    float: none;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

.resInFlow_ti{
    background: none;
	margin: 8px;
	padding: 0;
}

.resInFlow{
	color: #434e52;
	vertical-align: middle;
	padding: 15px;
}

.resInFlow_co  img{
	background-color: white;
	padding: 6px;
	border-radius: 12px;
	box-shadow: 3px 3px 3px 0px rgb(210,210,210);
	max-width: 100%;
	max-height: 100%;
}

.imgZoom {
    display: inline-block;
	max-width: 100%;
	max-height: 100%;
}


i.webInstruct p {
	font-style: normal;
	font-weight: bold;
    color: #434e52;
	text-align: center;
	margin: 0.5em;
	padding: 0;
}

.module .expUc > h3.hBk_ti{
    font-size: 1.3em;
	color: #007B67;
}

.op_txt_ul {
    color: black;
	font-weight: bold;
}


/*-------Dans les boites-------*/

.txtRes .img {
	display: inline-block;
}

.txtRes .txt p {
	text-align: left;
}

.rBk li p{
	margin-left:-13px;
}

/*-------Medias-------*/

/*AUDIOS*/

.player_bk {
    border: 3px solid #434e52;
    background: -webkit-linear-gradient(center top , #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1B1A1A 100%, #161515 100%, #0B0B0B 100%) repeat scroll 0% 0%;
	background: -moz-linear-gradient(center top , #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1B1A1A 100%, #161515 100%, #0B0B0B 100%) repeat scroll 0% 0%;
	background: linear-gradient(center top , #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1B1A1A 100%, #161515 100%, #0B0B0B 100%) repeat scroll 0% 0%;
	background-color: #434e52;
	height: 100%;
}

/*VIDEOS*/

.mediaWeb{
	width: 50%;
	margin: 0 auto;
}

.mediaWeb > .resInFlow_co > iframe{
	border: 6px solid black;
	max-width: 500px;
	min-width: 200px;
	min-height: 30px;
	max-height: 300px;
}

video{
	width: 35.5vw;
	height: 20vw;
	width: 100%;
	height: 100%;
    box-shadow: 1px 1px 4px;
    display: block;
    margin: auto;
}

/*-------STOP - Medias-------*/


/*puces*/

ul{
	list-style-type: square;
	margin-left: 0.5em;
}

li p {
	margin-left: -0.15em;
}

/*Chevrons*/

blockquote.rBk::before {
    color: #c1002a;
    opacity: 1;
}


blockquote.rBk::after {
	right: 0.1em;
	bottom: -0.2em;
    color: #c1002a;
    opacity: 1;
}

/*Chevrons STOP*/

.txtRes .txt p {
	font-size: 1.1em;
    margin: 0.9em;
    padding-right: 0em;
    padding-left: 0em;
}


.default .scroller {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 1em;
    overflow: auto;
}


.infoAnc{
	text-decoration: underline;
}

.subLnk {
    color: #007B67;
}

#content .credits .legalInfo{
    font-size: 1em;
	margin-top: 5px;
    margin-bottom: 15px;
}

.resCreditsLnk {
	font-size: 1.15em;
    color: #434E52;
}

/*Avant-propos /page HOME / subWindow_win*/

.subWin.ref{
	display: inline-block;
	margin: 0.05%;
	width: 98%;
    height: 98%;
}

.subWin.ref p {
	text-align: center;
	margin: 15px 18%;
}

.subWin.ref .capTi  {
    display: none;
}

.subWin.ref .res {
    margin: 20px;
}

.subWin.ref  img{
	margin: 2px;
	border-radius: 0;
	box-shadow: none;
}

/* === START - FOOTER ======================================================= */

.home #footer{
    -webkit-flex: 0 0 20px;
    flex: 0 0 20px;
    background-color: #2A3133;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0.2em;
    font-size: 0.8em;
}

#footer > a {
    position: absolute;
    right: 10px;
    bottom:0;
}

#footer .legalInfo {
    margin-left: 10px;
    margin-right: 10px;
    color: white;
	vertical-align: middle;
}

.default #footer{
    background-color: #2A3133;
    font-size: 0.8em;
    text-align: left;
    padding-right: 100px;
    padding-top: 0.2em;
}


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