@font-face {
    font-family: 'DINCondBold';
    src: url('../fonts/DINOT-CondBold.otf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'mathB';
    src: url('../fonts/Math B.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'belleallure';
    src: url('../fonts/bellealure/BelleAllureCE-Gros.otf')  format('opentype'); /* Safari, Android, iOS */
}
.mathB{
    font-family: "mathB",  Arial, sans-serif;
}
.belleallure{
    font-family: "belleallure",  Arial, sans-serif;
}
html{
    height: 100%;
    background: #fff;
}
body{
    font-family: 'DINCondBold', 'Arial Narrow',  Arial, sans-serif;
    margin: 0;
    /*
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 400px;
    background: #fff;
    */
}
.bar{
    display: inline-block;
    border-top: 1px solid #000;
    line-height: 15px;
}
.barmin{
    line-height: 12px;
}
.barsquare{
    line-height: 14px;
}
.zoom .bar{
    border-top-width: 4px;
    line-height: 33px;
}
.zoom .barsquare{
    border-top-width: 2px;
    line-height: 36px;
}
.inactif {
    opacity: 0.2 !important;
    cursor: default !important;
    pointer-events: none;
}
.hidden {
    display: none;
}
.content{
    margin-top: 15px;
    text-align: center;
    position: relative;
}
.loader{
    position: absolute;
    top:20px;
    left:calc(50% - 100px);
}
.bandeau{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: center;
    -webkit-justify-content: center;
    max-height: 180px;
    background: #fecc00;
    margin-top: auto;
}
.bandeau img{
    max-width: 100%;
    max-height: 100%;
}
.bandeau .helper{
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.bandeau .img{
    vertical-align: bottom;
    display: inline-block;
    height: 180px;
    align-content: center;
}
.bandeau .img:nth-child(1){
    flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
}
.bandeau .img:nth-child(2){
    flex: 5;
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    text-align: right;
}

.datas, .MsoNormal{
    display: none;
}
.flashCard{
    display: none;
}

.menu, .menu2{
    display: flex;
    width: calc(100% - 25px);
    margin-left: 15px;
    flex-wrap: wrap;
}
.menu {
    color: #fff;
}
.menu2{
    background-color: #FFFFFF;
}

.menu>div{
    display: inline-block;
    padding: 2px 15px;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.3em;
}
.menu2>div{
    display: inline-block;
    padding: 5px 20px 5px 20px;
    font-size: 20px;
}
.btnMenu, .btnMenu2{
    cursor: pointer;
    text-align: center;
}
.btnMenu {
    min-width: 150px;min-width: 150px;
    border-right: solid 3px #FFFFFF;
}

.btnMenu:last-child , .btnMenu2:last-child {
    border-right: none;
}
.btnMenu:hover, .btnMenu2:hover{
    opacity: .8;
}

.sousCatSelected{
    color: #fff !important;
}

.colLeft{
    width: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #f9b000;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.zoom .colLeft{
    width: 45px;
}
.colLeft img{
    width: 10px;
    margin-top: 10px;
}
.zoom .colLeft img{
    width: 15px;
    margin-top: 50px;
}
br.small {
    border-left: solid 1px #368d97;
}
.zoom br.small {
    display: none;
}
.colRight{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    border: 4px solid #f9b000;
    border-radius: 10px;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #fff;
}
.flashCard{
    display: inline-block;
    opacity: 0;
    width: 330px;
    height: 250px;
    vertical-align: top;
    margin: 5px;
}
.flashCardContent{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    height: 100%;
}
.lineM{
    font-family: Verdana, sans-serif;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}
.zoom .lineM{
    padding-left: 10px;
    padding-right: 10px;
}
.lineH{
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin: 5px;
}
.zoom .lineH{
    height: 70px;
}
.catTitle {
    font-size: 24px;
}
.catTitleReponse{
    font-size: 15px;
    color: #000000;
}
.icone{
    width: 25px;
    min-width: 25px;
}
.icone img{
    width: 100%;
}
.lineB{
    margin-bottom: 5px;
    position: relative;
}
.btnZoom{
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 28px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}
.btnZoom:hover{
    opacity: .7;
}

.btnZoom img {
    width: 35px;
}
.btnTurn{
    color: #FFF;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    background-color: #fcc01f;
}
.btnTurn:hover{
    background-color: #efb41f;
}

.flashCard ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.flashCard li:before {
    content: '- ';
}

.mask{
    position: fixed;
    width: 100%;
    height:100%;
    display: none;
    background-color: #000;
    opacity: .5;
    z-index: 10;
}
.zoom{
    display: none;
    position: fixed;
    width: 70%;
    left:15%;
    top: 10%;
    height: 70%;
    z-index: 11;
    text-align: center;
}
.zoom .btnZoom{
    display: none;
}
.zoom .flashCard{
    width: 100%;
    height: auto;
}
.zoom .icone{
    width: 70px;
}
.lineQ, .lineR{
    overflow-y: auto;
    overflow-x: hidden;
}
.zoom .lineQ, .zoom .lineR{
    font-size: 40px;
}
.zoom .catTitle {
    font-size: 42px;
    margin-left: 10px;
}
.zoom .catTitleReponse{
    font-size: 30px;
}
.ficheNumber {
    padding: 1px 5px;
    border-radius: 5px;
    background-color: #f9b000;
    color: #FFFFFF;
}
.zoom .ficheNumber {
    font-size: 25px;
}

.btnCloseZoom{
    position: absolute;
    top: -40px;
    right: -50px;
    border-radius: 50px;
    border: solid 3px #f29400;
    background-color: #ffffff;
    /* font-size: 22px; */
    cursor: pointer;
    width: 40px;
    height: 40px;

}
.btnCloseZoom img {
    width: 40px;
    height: 40px;
}

.btnCloseZoom:hover{
    color: #fff;
    border: solid 3px #f29400;
    background-color: #f1e3c0;
}

p{
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.5em;
}

.zoom p.textelong {
    font-size: 38px;
    line-height: 1.5em;
}
.formuleText {
    white-space:nowrap;
}
.MathJax, .MathJax *{
    /*font-family: STIXGeneral-Regular !important;*/
}
.mo{
    font-style: normal !important;
    /*font-family: STIXGeneral-Regular !important;*/
}
.bold {
    font-weight: bold;
}
.ital {
    font-style: italic;
}
sup, sub {
    line-height: 0;
}
.puce {
    background-image: url("../images/puce_bleu.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 1px;
    padding-left: 15px;
}

.zoom .puce {
    background-size: 20px;
    background-position: left 7px;
    padding-left: 30px;
}
.puce_li:before {
    content: "•";
    font-weight: bold;
    font-size: 120%;
    margin-right: 5px;
}

.exp {
    font-size: 80%;
    vertical-align:super;
    line-height: 0;
}

/*[data-size="16"] *{
    font-size: 16px !important;
}*/
[data-overflow="none"]{
    overflow: hidden;
}
.zoom [data-overflow="noneOnlyZoom"], .zoom [data-overflow="noneOnlyZoom"] .lineM{
    overflow: hidden;
}
.lineM img {
    width: 100%;
    max-width: 600px;
    text-align: center;
}
.puceTle {
    background-color: #C00000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 1px 5px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 75%;
    margin-left: 10px;
}
.times {
    font-family: Times , sans-serif;
}
.textCenter {
    text-align: center;
}
.puce_vert { color: #0097BA; }


[data-categorie="matiere"] .btnMenu2{  color: #9bd04a; border-right: solid 3px #9bd04a;}
.btnMenu[data-categorie="matiere"]{ background-color: #9bd04a; }
[data-categorie="matiere"] .colLeft{ background-color: #9bd04a; }
[data-categorie="matiere"] .catTitle{ color: #9bd04a; }
[data-categorie="matiere"] .btnZoom{ color: #9bd04a; }
[data-categorie="matiere"] .puce_li:before { color: #9bd04a; }
[data-categorie="matiere"] .flashCardContent.back .colRight { background-color: #e7f4fc; }
[data-categorie="matiere"] .sousCatSelected{ background-color: rgba(0, 120, 186, 0.6); }

[data-categorie="energie"] .btnMenu2{  color: #76b82a; border-right: solid 3px #76b82a;}
.btnMenu[data-categorie="energie"]{ background-color: #76b82a; }
[data-categorie="energie"] .colLeft{ background-color: #76b82a; }
[data-categorie="energie"] .catTitle{ color: #76b82a; }
[data-categorie="energie"] .btnZoom{ color: #76b82a; }
[data-categorie="energie"] .puce_li:before { color: #76b82a; }
[data-categorie="energie"] .flashCardContent.back .colRight { background-color: #e9ede5; }
[data-categorie="energie"] .sousCatSelected{ background-color: rgba(118, 184, 42, 0.6); }

[data-categorie="mouvement"] .btnMenu2{  color: #e84e0f; border-right: solid 3px #e84e0f;}
.btnMenu[data-categorie="mouvement"] { background-color: #e84e0f; }
[data-categorie="mouvement"] .colLeft{ background-color: #e84e0f; }
[data-categorie="mouvement"] .catTitle{ color: #e84e0f; }
[data-categorie="mouvement"] .btnZoom{ color: #e84e0f; }
[data-categorie="mouvement"] .puce_li:before { color: #e84e0f; }
[data-categorie="mouvement"] .flashCardContent.back .colRight { background-color: #fff1d5; }
[data-categorie="mouvement"] .sousCatSelected{ background-color: rgba(232, 78, 15, 0.6); }


[data-categorie="signaux"] .btnMenu2{  color: #7030a0; border-right: solid 3px #7030a0;}
.btnMenu[data-categorie="signaux"] { background-color: #7030a0; }
[data-categorie="signaux"] .colLeft{ background-color: #7030a0; }
[data-categorie="signaux"] .catTitle{ color: #7030a0; }
[data-categorie="signaux"] .btnZoom{ color: #7030a0; }
[data-categorie="signaux"] .puce_li:before { color: #7030a0; }
[data-categorie="signaux"] .flashCardContent.back .colRight { background-color: #f2e7ee; }
[data-categorie="signaux"] .sousCatSelected{ background-color: rgba(112, 48, 160, 0.6); }

.fraction{
    display: inline-block;
    vertical-align: middle;
    margin: 2px 5px;
}
.fraction .numerateur{
    border-bottom: 1px solid #000;
}
.zoom .fraction .numerateur{
    border-bottom-width: 4px;
}
.numerateur, .denominateur{
    display: block;
    padding: 0 5px;
    text-align: center;
}
.espace{
    display: inline-block;
    width: 13px;
}

@media screen and (max-width: 2400px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 38px;
    }
}
@media screen and (max-width: 2200px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 36px;
    }
}
@media screen and (max-width: 2000px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 34px;
    }
    .zoom .barsquare{
        line-height: 32px;
    }
}
@media screen and (max-width: 1800px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 32px;
    }
}
@media screen and (max-width: 1600px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 30px;
    }
    .zoom .barsquare{
        line-height: 28px;
    }
}
@media screen and (max-width: 1400px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 28px;
    }
}
@media screen and (max-width: 1300px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 26px;
    }
    .zoom .barsquare{
        line-height: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 24px;
    }
    .zoom .icone {
        width: 65px;
    }
}
@media screen and (max-width: 1100px) {
    .bandeau .img {
        height: 170px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 22px;
    }
    .zoom .barsquare{
        line-height: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .bandeau .img {
        height: 160px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 20px;
    }
    .zoom .icone {
        width: 55px;
    }
}
@media screen and (max-width: 900px) {
    .bandeau .img {
        height: 140px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 19px;
    }
    .zoom .barsquare{
        line-height: 17px;
    }
    .zoom p.textelong {
        font-size: 35px;
    }
}
@media screen and (max-width: 800px) {
    .bandeau .img {
        height: 130px;
    }
    .menu, .menu2 { margin-left: 0; }
    .zoom .lineQ, .zoom .lineR {
        font-size: 18px;
    }
    .zoom .barsquare{
        line-height: 16px;
    }
    .zoom p.textelong {
        font-size: 33px;
    }
}
@media screen and (max-width: 750px) {
    .bandeau .img {
        height: 120px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 17px;
    }
    .zoom .barsquare{
        line-height: 15px;
    }
    .zoom p.textelong {
        font-size: 30px;
    }
}
@media screen and (max-width: 700px) {
    .bandeau .img {
        height: 100px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 16px;
    }
    .zoom .barsquare{
        line-height: 14px;
    }
    .zoom p.textelong {
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .bandeau .img:nth-child(1) {
        height: 100px;
        text-align: center;
    }
    .bandeau .img:nth-child(2) {
        display: none;
    }
    .zoom p.textelong {
        font-size: 26px;
    }
    .zoom .catTitle {
        font-size: 25px;
    }
    .zoom .ficheNumber {
        font-size: 20px;
    }
}