@font-face {
    font-family: 'lust_scriptregular';
    src: url('../font/positype_-_lustscript-webfont.eot');
    src: url('../font/positype_-_lustscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/positype_-_lustscript-webfont.woff2') format('woff2'),
         url('../font/positype_-_lustscript-webfont.woff') format('woff'),
         url('../font/positype_-_lustscript-webfont.ttf') format('truetype'),
         url('../font/positype_-_lustscript-webfont.svg#lust_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('../font/HelveticaWorld-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('../font/HelveticaWorld-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('../font/HelveticaWorld-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'helvetica';
    src: url('../font/HelveticaWorld-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

.home .stepTools a, .btnValid span, .btnNxt span, .btnCorr span,.btnPrv span, .arcIntro a, .arcList a, .unaryArc a, a.btnConclu, a.btnHome{
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


/*
pour éliminer tout ce qui est flex
*/
.default .scroller,
.default #content,
.default main,
.default > .root,
.default .stepTools,
.default header{
    position: static;
    flex:none;
    display: block
}


/*
pour mettre les boutons suivant en pied de page
.default main {
    flex-flow: column;
}

.default .stepTools {
    flex: 0 0 100px;
}
*/

.default #tools{
    display: none;
}

a{
      outline-color: #FF6652;
}

p a, a.op_txt_ul{
    color: #F7464A    
}

html {
    font-family: helvetica, sans-serif;
    background-color: white;
    color: #2E383A;
    font-size:100%;
}

body{
    font-family: helvetica, sans-serif;
    background-color: white;
    color: #2E383A;
    font-size:100%;
    margin: 0;
    padding: 0;
  max-width: 1280px;
    font-size: 0.8em;
  margin:auto;
}

p{
    font-size: 1.2em
}

.default #header {
/*    background:url("../img/degradeCielGauche.png") repeat-y scroll left top, url("../img/degradeCielDroite.png") repeat-y scroll right top;*/
    background-color: #CEECF3;
}

.default #header h1{
    padding-bottom: 95px;
    text-align: center;
    font-family: lust_scriptregular;
    font-weight: initial;
    font-size: 2.5em;
    margin: 15px 0px -15px;
    position: relative;
    z-index: 3;
    color: #2E383A;
    margin-top: 20px;
    display: none;
    margin-top: 0;
}

.dis_phys #header h1{
    background: transparent url("../img/phys.png") no-repeat scroll center bottom;
}

.dis_math #header h1{
    background: transparent url("../img/math.png") no-repeat scroll center bottom;
}

.dis_chim #header h1{
    background: transparent url("../img/chim.png") no-repeat scroll center bottom;
}

.dis_scvie #header h1{
    background: transparent url("../img/bio.png") no-repeat scroll center bottom;
}

.par_mathinfo #header h1{
    background: transparent url("../img/mathinfo.png") no-repeat scroll center bottom;
}

.par_physchim #header h1{
    background: transparent url("../img/physchim.png") no-repeat scroll center bottom;
}

.par_scvie #header h1{
    background: transparent url("../img/scvie.png") no-repeat scroll center bottom;
}

main{
    background: none;
    margin-top: -64px;
    position: relative;
    padding-top: 80px;
}

.home #content{
    background: none;
    min-height:265px;
    margin-top:40px;
}

.home.dis_chim #content,
.home.par_scvie #content,
.home.par_mathinfo #content,
.home.dis_math #content{
    background: url("../img/filleMatiere.png") no-repeat scroll 20px top;
}

.home.admin #content{
    background: none;
}

.home #content > .scroller{
    margin: 10px 100px 10px 10px;
    background:#ECECEC
}

.home.admin #content > .scroller {
    margin: 10px 20px 10px 20px;
}

.home strong{
    color:#046974;
    font-weight: bold;
    font-size: 1.2em
}

.default .stepTools {
    background-color: transparent;
    text-align: center
}

.stepTools > nav > div{
    display: inline-block;
    margin-bottom:10px;
}



div.endMsg
{
    display: none;
}

.home .stepTools a,
.btnValid,
.btnNxt, .btnCorr, .btnPrv, .btnResults span,a.edcValid {
    text-decoration: none;
 }

.home .stepTools a,
.btnValid span,.btnResults span,
.btnNxt span,
.btnCorr span,
 .btnPrv span, 
a.edcValid, div.arcBk_co a.btnStart span {
    display: inline-block;
    background-color: #f3985b;
    color: white;
    border-radius: 50%;
    padding: 20px 10px;
    margin: 10px;
    max-width: 150px;
    line-height: 1em;
    font-family: lust_scriptregular;
    font-size: 1.5em;
    color: white;
    position: relative;
    top:20px;
    z-index: 2;
}

.home .stepTools a:hover,
.btnValid span:hover,
.btnNxt span:hover,
.btnCorr span:hover,
.btnPrv span:hover,
.arcIntro a:hover,
.arcList a:hover,
.unaryArc a:hover, .btnResults span:hover, a.edcValid:hover, a.btnConclu:hover, a.btnHome:hover{
    transform: scale(1.1);
    -webkit-transform:scale(1.1);
}

.arcIntro a, .arcList a, .unaryArc a, a.btnConclu, a.btnHome{
    font-family: lust_scriptregular;
    display: inline-block;
    color: #2E383A;
    font-size: 1.5em;
    padding-top: 70px;
    text-decoration: none;
    background: url("../img/suivant.png") no-repeat scroll center top;
    min-width: 65px;
    margin: 35px 10px 0;
    background-size: 61px 65px;
    max-width: 230px;
    line-height: 1em;
    vertical-align: top;
}

.default .stepTools .stepToolsBtn{
    display:none;
}

.arcIntro a{
    font-size: 1.35em
}

.arcList a,
.unaryArc a,
a.btnConclu {
    background: url("../img/bilan.png") no-repeat scroll center top;
    background-size: 61px 65px;
    line-height: 1em;
    vertical-align: top;
}

.chooseArc .arcList a{
    background: url("../img/recommencer.png") no-repeat scroll center top;
    background-size: 61px 65px;
}

.chooseArc .arcList li:last-of-type a{
    background: url("../img/suivant.png") no-repeat scroll center top;
    background-size: 61px 65px;
}




.arcList li:nth-of-type(1) a,
a.btnHome {
    background: url("../img/recommencer.png") no-repeat scroll center top;
    background-size: 61px 65px;
}

.arcList, .arcList li, .arcBk_co *{
    display: inline-block;
    padding: 0
}

 .arcBk_co script {
    display: none;
}

.home .stepTools > nav > div:after,
.btnValid:after,
.btnNxt:after, 
.btnCorr:after,
.btnPrv::after{
    display: block;
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 20px;
    width: 70%;
    position: relative;
    left: 15%;
    content: "ombre";
    font-size: 1px;
    color: transparent;
    text-decoration: none;
}

.arcBk_ti{
    font-size: 1px;
    color: transparent;
    border: 0
}
h2{
    color: #046974;
    font-weight: normal;
    border-bottom:2px dotted #046974;
    padding-bottom: 10px;
}

h3{
    color: #046974;
}

input[type=checkbox],
input[type=radio]{
    position: absolute;
    left: -9999px;
}

input[type=checkbox] + label,
input[type=radio] + label{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #DDDDDD;
    margin-left: -20px;
    position: relative;
    top: 3px;
    border: 2px solid #DDDDDD;
    cursor: pointer;
}

.choiceList_sol input[type=checkbox] + label,
.choiceList_sol input[type=radio] + label{
    background: #046974;
    border: 2px solid #046974;
}

input[type=checkbox]:focus + label,
input[type=radio]:focus + label{
    border: 2px dotted #FF6652;
}

input[type=checkbox] + label {
    border-radius: 3px;
}

input[type=radio] + label {
    border-radius: 50%;
}

input:checked + label {
    background: url("../img/coche.png") no-repeat scroll center center #DDDDDD;
}

.choiceList_sol input:checked + label {
    background: url("../img/cocheSol.png") no-repeat scroll center center #046974;
}

.question_ti, .sol_ti, .response_ti{
    position: absolute;
    left: -9999px
}

.quizResult .headerQ{
    margin-left: 28px
}

.quizResult{
    text-align: center
}

.quizResult input + label{
    cursor: default
}

.quizResult .question{
    margin-left: 17px
}

.mcqMur .question{
    background: url("../img/qcm.png") no-repeat scroll 12px top;    
    min-height: 40px;
    padding-left: 44px
}

.mcqSur .question{
    background: url("../img/qcu.png") no-repeat scroll 12px top;    
    min-height: 40px;
    padding-left: 44px
}

.quizResult .question{
    padding-left: 57px;
    min-height: 40px;
}

.answBad,
.answGood,
.answBest{
    padding-top:135px
}

.dis_phys .answBad,
.par_physchim .answBad,
.dis_scvie .answBad{
    background: url("../img/garconBad.png") no-repeat scroll center top;    
}

.dis_chim .answBad,
.dis_math .answBad,
.par_mathinfo .answBad,
.par_scvie .answBad{
    background: url("../img/filleBad.png") no-repeat scroll center top;    
}

.dis_phys .answGood,
.par_physchim .answGood,
.dis_scvie .answGood{
    background: url("../img/garconGood.png") no-repeat scroll center top;    
}

.dis_chim .answGood,
.dis_math .answGood,
.par_mathinfo .answGood,
.par_scvie .answGood{
    background: url("../img/filleGood.png") no-repeat scroll center top;    
}

.dis_phys .answBest,
.par_physchim .answBest,
.dis_scvie .answBest{
    background: url("../img/garconBest.png") no-repeat scroll center top;    
}

.dis_chim .answBest,
.dis_math .answBest,
.par_mathinfo .answBest,
.par_scvie .answBest{
    background: url("../img/filleBest.png") no-repeat scroll center top;    
}

.quizGrpBk .answBad,
.quizGrpBk .answGood,
.quizGrpBk .answBest{
    padding: 0;
    background: none
}

.answBad:after,
.answGood:after,
.answBest:after{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 10%;
    margin-left: 70px;
    min-height : 37px;
    text-align: left;
    padding: 7px 12px 10px 12px;
    border-radius: 20px;
    color: #2E383A;
    font-size: 0.9em;
    font-weight: normal
}

.quizBk_co .answBad:after,
.quizBk_co .answGood:after,
.quizBk_co .answBest:after,
.quizBk_co .answBad:before,
.quizBk_co .answGood:before,
.quizBk_co .answBest:before{
    display: none;
}

.answBad:after{
    content: "Oups! Peut être pas assez concentré(e) ou bien plusieurs choses à revoir. Regardez les corrections en dessous pour comprendre pourquoi vous vous êtes trompé(e).";
    border:2px solid #f3985b;
}

.answGood:after{
    content: "C’est pas mal! Regardez les corrections en dessous pour comprendre pourquoi vous vous êtes trompé(e).";
    border:2px solid #FCB853;
    margin-left: 90px;
}

.answBest:after{
    content: "Super! Vous avez bien travaillé! Regardez les corrections en dessous pour comprendre pourquoi vous vous êtes trompé(e).";
    border:2px solid #27B7D9;
}

.answBad:before,
.answGood:before,
.answBest:before{
    content:"";
    position: absolute;
    left: 50%;
    margin-left: 53.5px;
    top: 16px;
    width: 19px;
    height: 27px;
    background: url("../img/flecheBulleBad.png") no-repeat scroll center top;    
    z-index: 2
}

.answBad:before{
    background: url("../img/flecheBulleBad.png") no-repeat scroll center top;    
}

.answGood:before{
    background: url("../img/flecheBulleGood.png") no-repeat scroll center top;    
    margin-left: 73px;
}

.answBest:before{
    background: url("../img/flecheBulleBest.png") no-repeat scroll center top;    
}

.simple .answBad::before, .simple .answBad::after, 
.simple .answGood::before, .simple .answGood::after,
.simple .answBest::before, .simple .answBest::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    content: "";
}

.quizBk{
    text-align: left;
}

.quizBk_ti{
    color: #046974;
    line-height: 38px;
    font-size: 1.3em;
}

.quizBkInList{
    border-bottom: 2px dotted #046974;
    padding-bottom: 30px;
    padding-top: 20px
}

.quizBkInList:first-of-type{
    border-top: 2px dotted #046974;
    padding-top: 20px;
    margin-top: 20px
}

.score{
    color: #FD654B;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    position: relative
}

.quizBk .score{
    font-size: 1em;
}

.answBest{
    color: #046974
}

.choiceExplain {
    color: #046974;
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
}

.choiceExplain p:first-of-type{
    margin-top: 0;
    padding-top: 0;
}

.explain, .gExpln {
    background-color: #ECECEC;
    margin: 15px 0 0 22px;
}

.explain_co, .gExpln_co{
    padding-bottom: 10px
}

.explain_ti a, .gExpln_open, .gExpln_closed{
    text-decoration: none;
    color: black;
    height: 34px;
    background: url("../img/explGen.png") no-repeat scroll left center;
    line-height: 33px;
    padding-left: 30px;
    margin: 4px;
}

.explain_ti a span, .gExpln_ti span{
    margin-left: 10px
}

.explain_ti, .gExpln_ti{
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    font-size:1.2em;
    margin: 0;
    padding: 0;
}

table.choiceList {
    padding-left: 20px;
}
.choiceList{
    display:table;
}

.choiceList_ch{
    display:table-row;
}

.choiceList_in{
    vertical-align: top;
    padding-top:0.7em;
    display: table-cell;
    width: 30px;
}

.quizList .choiceList_in{
//    width: 1px;
}


.choiceList_sol{
    vertical-align: top;
    display: table-cell;
    padding-top:0.7em;
}

.choiceList_la{
    display: table-cell;
    vertical-align: top;
}

.choice{
    display: inline-block
}

.btnQuizMde{
    display: none
}

.complement{
    background-color: #ECECEC;
    padding: 10px
}

.complement_ti{
    margin: 0
}

.complement_ti a{
    text-decoration: none;
    color: black;
    font-family: lust_scriptregular;
    font-size: 1.5em;
    color: #2E383A
}

.remind{
    color: #27B7D9;
    text-align: center;
    font-size: 1.3em;
}

.warning{
    color: #FF6652;
    text-align: center;
    font-size: 1.3em;
}

.warning p{
    margin-top: 0;
    padding-top: 0;
}

.remind_ti,
.warning_ti,
.complement .type{
    font-size: 1px;
    color: transparent
}

.default #accessibility {
    z-index: 10;
    top: 0px;
    font-size: 60%;
}

#accessibility li {
    margin: 0 5px;
}

#accessibility li a{
    color: silver;
}
#accessibility li a:focus{
    color: white;
    opacity: 1
}

.info table{
    width: 100%;
    margin-bottom: 20px
}

.info table td{
    background-color: #FFEBE8
}

.info table th{
    background-color: #F96450;
    color: white;
    font-weight: bold
}

.res{
    text-align: center
}
.default #footer {
    background-color: transparent;
    text-align: left;
    position:relative;
    padding:0;
}
#linkSp{
    position: absolute;
    bottom: 2px;
    right: 5px;
    z-index: 1;
}


.txt_tb{
    border-collapse:collapse;
    margin: 15px auto;
}
.txt_tb th {
    border:2px solid #27b7d5;
    background-color: #e0ecec;
}
.txt_tb td {
    border:1px solid #27b7d5;
}
.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;
}

.copyr_a{
    border: 1px solid #046974;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 0.8em;
    margin-right: 5px;
    cursor: hand;
    cursor: pointer;
}

.copyr_fra{
    border: 1px solid #046974;
    background-color: white;
    box-shadow: 2px 2px 5px grey;
    border-radius: 10px;
    padding: 10px;
}

.cc-button img{
    vertical-align: text-bottom;
    margin-left: 5px
}

.rBk_ti {
    color: #046974;
    font-weight: bold;
    font-size: 1.45em;
    margin: 0.8em;
}

/* === START - ADMIN =================================================== */
.admin #accessibility li a:hover, .admin #accessibility li a:focus{
    color:#000;
}

.admin p {
    font-size: 1em;
}

.admin h3 {
    border-bottom: 2px solid #27b7d5;
    color: #000;
    font-size: 1.5em;
    margin-top: 0;
}

.admin h4 {
    font-size: 1.2em;
}

.admin .selectAllBk {
    margin-top: 15px;
}

.configBk {
    font-size: 12pt;
    margin: 0.5em 0;
}

.configBk_ti:empty{
    display:none;
}

.admin span.label {
    margin-right: 10px;
}

.admin fieldset legend {
    float: left;
}

.configBk.quizGpeBk {
    display: block;
}

.configBk input[type=checkbox],
.configBk input[type=radio] {
    position: static;
}

.configBk fieldset {
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.admin .nodeBk_co > div{
    padding: 10px;
    border-radius: 3px;
}

.admin .nodeBk_co > div > div:first-child {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #046974;
    margin-bottom: 5px;
}

.lightCaseQuizBk span.label {
    display: none;
}

.lightCaseQuizBk label.checkbox {
    position: relative;
    top: 3px;
}

.lightCaseQuizBk ul p {
    margin: 0 0.9em;
}

.lightCaseQuizBk li > div {
    display: block;
}

.lightCaseQuizBk .quizSol_right,
.lightCaseQuizBk .quizSol_check {
    color: green;
}

.lightCaseQuizBk .quizSol_wrong,
.lightCaseQuizBk .quizSol_unche {
    color: red;
}

.admin .groupQuiz {
    border: 1px solid #666;
    margin: 10px;
    box-shadow: 1px 1px 4px #666;
    border-radius: 3px;
    background-color:#ffffff;
}

.admin .groupQuiz_co {
    padding: 10px;
}

.admin .groupQuiz_ti a {
    color: #fff;
    display: block;
    padding: 0px 10px 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.admin .groupQuiz_ti a.groupQuiz_open{
    background:#046974 url("../img/bottom.png") no-repeat 5px center;
}

.admin .groupQuiz_ti a.groupQuiz_closed{
    background:#046974 url("../img/right.png") no-repeat 5px center;
}

.admin .groupQuiz_ti {
    margin: 0;
}

.admin .infosBk {
    margin: 0.9em;
}
.admin .infosBk .collBk_closed, .admin .infosBk .collBk_open {
    color: #2e383a;
    padding: 0 10px 5px 25px;
    text-decoration: none;
}
.admin .infosBk .collBk_closed {
    background: #d6d6d6 url("../img/right.png") no-repeat scroll 5px center;
}
.admin .infosBk .collBk_open {
    background: #d6d6d6 url("../img/bottom.png") no-repeat scroll 5px center;
}
.admin .infosBk .collBk_co {
    border: 1px solid #d6d6d6;
    margin-top: 5px;
    padding: 0.5em;
}
.admin .info .title {
    font-weight: bold;
}

.admin .selector {
    display: inline-block;
    font-size: 17px;
    position: relative;
    margin: 0 5px;
}

.admin .selector select {
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #444;
    margin: 0;
    padding: 5px 0.5em;
    width: 230px;
}

.admin .selector select.numQuiz {
    width: 115px;
}

.admin .selector::before, .selector::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.admin .selector::before {
    background-color: #27b7d5;
    border: 1px solid #dddddd;
    border-radius: 0 3px 3px 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 32px;
}

.admin .selector::after {
    color: #ffffff;
    content: "▼";
    font-size: 1em;
    height: 1em;
    line-height: 30px;
    right: 0.6em;
    top: 0;
}

.admin h3.filters_ti {
    display: none;
}

.admin .filters {
    margin-bottom: 2em;
}

.admin .filters_co {
    display: flex;
    justify-content: center;
}

.admin .filter_true,
.admin .display_false {
    display: none;
}

.admin .filterGpeQuizInfosBk  {
    margin-right: 1em;
    font-style: italic;
    text-align: right;
}

.admin input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    height: 35px;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0.5em;
    width: 300px;
}

.admin textarea {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    letter-spacing: 1px;
    margin: 1em 0;
    padding: 5px 0.5em;
    width: 100%;
}

.admin .lightCaseQuizBk_closed, .admin .lightCaseQuizBk_open{
    text-decoration:none;
    color:#27b7d5;
    padding-right:20px;
    background-position:right bottom;
    background-repeat:no-repeat;
}

.admin .btnCollQuizBks{
    text-decoration:none;
    color:#27b7d5;
    padding:0.2em 25px 0.2em 0.2em;
    border:1px solid #dddddd;
    border-radius:5px;
    background-position:right 5px center;
    background-repeat:no-repeat;
}

.admin .lightCaseQuizBk_closed, .admin .btnCollQuizBks{
    background-image: url("../img/quiz/practOpen.png");
}

.admin .lightCaseQuizBk_open, .admin .btnCollQuizBks.quizOpen_true{
    background-image: url("../img/quiz/practClose.png") ;
}

.admin .lightCaseQuizBk_co.collBlk_open {
    border-left: 1px solid #ddd;
    margin-left: 0.7em;
}

.admin .btnValid > span {
    left: calc(50% - 55px);
}

.admin #linkSp {
    bottom: 10px;
    right: 30px;
}

.admin .importBk {
    text-align: center;
}

.admin input.btnImport {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.admin input.btnImport + label {
    font-size: 1.1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.4rem 1.25rem 0.625rem;
    color: #ffffff;
    background-color: #27b7d5;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: inline-block;
}
.admin .resetFilter {
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0.6rem 1rem 0.625rem;
    color: #ffffff;
    background-color: #27b7d5;
    border: 1px solid #dddddd;
    border-radius: 5px;
    position: absolute;
    margin-top: -3.5em;
    margin-left: 4em;
}

/* === STOP - ADMIN ============================================= */

/* == RESPONSIVE ======================================================================= */
@media (max-width:1280px){
    .admin .filters_co{
        display:block;
    }
    .admin .filters_co > .selector{
        display:inline-block;
    }
}
@media (max-width: 650px){ 
    
.home #content,
.home.dis_chim #content,
.home.par_scvie #content,
.home.par_mathinfo #content,
.home.dis_math #content {
    background: none;
}

.home #content > .scroller {
    margin: 10px 0 10px 0;
}

.chart{
    width: 90% !important;
    height: auto !important;
}

figure{
    margin: 0
}
    
.answBad::before, .answGood::before, .answBest::before {
    display: none
}

.answBad::after, .answGood::after, .answBest::after {
    text-align: left;
    padding: 7px 12px 10px;
    border-radius: 20px;
    color: #2E383A;
    font-size: 0.9em;
    font-weight: normal;
    position: static;
    margin-left: 0;
    margin-bottom:10px
}
}

/* == STATS/SCORE ======================================================================= */
.showStat span.highScore{
    color:green
}
.showStat span.lowScore{
    color:red
}
.showStat span.mediumScore{
    color:black
}
.showStat div.score{
    color:black
}

/* === START - COUNTDOWN ================================================ */
@font-face {
    font-family: 'Digit';
    src: url('../fonts/DS-DIGII.TTF');
    font-weight: normal;
    font-style: normal;
}

.countDownBk {
    font-family: "Digit", monospace;
    color: #ffffff;
    -webkit-transition: opacity 0.5s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.5s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.5s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.5s ease-in-out;
}
.countDownBk.top {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 60px;
}

.discreet, .progressive {
    font-size: 16px;
    text-shadow:0 0 1px;
}

.loud {
    font-size: 38px;
    text-shadow:0 0 2px;
}

.display_no {
    opacity: 0;
}

.display_yes {
    opacity: 1;
}

.progressBar .countDownDiv {
    font-size: 10px;
    color: #666;
} 

.progressBar progress {
    display: block;
    padding: 1px;
    border: 0 none;
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 12px;
    color: #aaa;
    width: 200px;
    margin:0.5em auto 0;
}

.progressBar.top progress,
.progressBar.top {
    width: 350px;
}

.progressBar progress::-ms-fill {
    border: none;
}

.progressBar progress[value="100"]::-ms-fill {
    background-color: #aaa;
}

.progressBar progress::-moz-progress-bar {
   background: #eee;
   border-radius: 2px;
}

.progressBar progress::-webkit-progress-bar {
   background: transparent;
}

.progressBar progress::-webkit-progress-value {  
    background: #FFF;
    background-image:
       -webkit-linear-gradient(-45deg, 
                               transparent 33%, rgba(0, 0, 0, .1) 33%, 
                               rgba(0,0, 0, .1) 66%, transparent 66%),
       -webkit-linear-gradient(top, 
                               rgba(255, 255, 255, .25), 
                               rgba(0, 0, 0, .25));
    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

.progressBar progress::-moz-progress-bar { 
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(0, 0, 0, 0.1) 33%, 
      rgba(0, 0, 0, 0.1) 66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.25)
    );
  border-radius: 2px; 
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}
.arcIntro {
     display: none ;

}



/* === STOP - COUNTDOWN ================================================ */


#gotoLastLocation  {
     display: none ;

}

.arcList {
     display: none ;

}

.arcIntro {
     display: none ;

}
