@font-face {
	font-family: 'Dimbo';
    src: url('../fonts/DimboRegular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DimboRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DimboRegular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.mjx-c20D7.TEX-V {
    font-size: 24px;
    line-height: 0;
    position: relative;
    bottom: -4px;
}

.zoom .mjx-c20D7.TEX-V {
    font-size: unset;
}

.mjx-container {
    display: inline-grid;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 100%;
}



.vector::before {
    content: "→";
    position: absolute;
    font-size: 1em;
    transform: translateY(-0.7em);
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  .vector {
    position: relative;
    display: inline-block;
    font-family: 'Times New Roman', serif;
    font-size: 16px;
    margin-top: 3px;
  }
  

html{
    height: 100%;
}
body{
    font-family: 'Dimbo', 'Arial Narrow',  Arial, sans-serif;
    margin: 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    min-width: 400px;
}
.inactif {
    opacity: 0.2 !important;
    cursor: default !important;
    pointer-events: 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: space-between;
    -webkit-justify-content: space-between;
    max-height: 180px;
    background: #29AFC6;
    margin-top: auto;
    padding: 10px;
}

.divTextBandeau {
    max-width: 50%;
    height: 100%;
    margin: auto;
}

.textBandeau {
    color: white;
    font-size: 25px;
    text-align: center;
    margin: 15px;
}

.bandeau svg, .bandeau img {
    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: 4;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    width: auto;
    */
    text-align: right;
    width: 100%;
}

.bandeau .img:nth-child(3) {
    /*
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    text-align: right;
    */
}

.datas, .MsoNormal{
    display: none;
}
.flashCard{
    display: none;
}

.menu, .menu2{
    display: flex;
    width: calc(100% - 25px);
    margin-left: 15px;
    /*
    justify-content: center;
    */
    flex-wrap: wrap;
}
.menu {
    color: #fff;
}
.menu2{
    background-color: #FFFFFF;
}


.menu>div{
    display: inline-block;
    padding: 8px 8px;
    font-size: 20px;
    margin-bottom: 5px;
}
.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: #f8b100;
    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;
}
.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 #f8b100;
    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: 340px;
    height: 260px;
    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%;
}

/* FlashCard pour le flip */
.flashCard {
    width: 340px;
    height: 260px;
    display: inline-block;
    opacity: 0;
    margin: 5px;
    transform-style: preserve-3d; /* pour conserver la perspective 3D */
    transition: transform 0.6s; /* transition fluide */
}

/* Flip effect when the class 'flipped' is added */
.flashCard.flipped {
    transform: rotateY(180deg); /* flip autour de l'axe Y */
}

/* Style for front and back of the card */
.flashCardContent {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Masquer le dos de la carte quand retournée */
}

/* Le dos de la carte (back) */
.flashCardContent.back {
    transform: rotateY(180deg); /* Retourner le dos de la carte */
}

.zoom .flashCard {
    height: 100% !important;
}


.lineM{
    font-family: Verdana, sans-serif;
    font-size: 13.8px;
    text-align: left;
    margin: 5px;
}
.zoom .lineM{
    padding-left: 10px;
    padding-right: 10px;
}
.lineH{
    height: fit-content;
    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;
    gap: 10px;
}
.zoom .lineH{
    height: 70px;
}
.catTitleReponse {
    font-family: 'Dimbo', 'Arial Narrow',  Arial, sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
.catTitle {
    font-size: 24px;
    text-align: start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.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: #f8b100;
}
.btnTurn:hover{
    background-color: #ffb63f;
}

.flashCard ul {
    padding-left: 15px;
}


.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;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: fit-content;
}

.lineQ p, .lineR p{
    overflow: hidden;
}

.lineQ ul, .lineR ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 5px;
    text-align: left;
    align-self: center;
}
.zoom .lineQ, .zoom .lineR{
    font-size: 66px;
}

.zoom .lineQ ul, .zoom .lineR ul {
    width: 100%;
    align-items: flex-end;
    padding-right: 5px;

}

.zoom .lineQ ul li , .zoom .lineR ul li {
    width: 95%;
}

.zoom .catTitle {
    font-size: 42px;
    margin-left: 10px;
}
.zoom .catTitleReponse {
    font-size: 24px;
    margin-top: 12px;
    margin-right: 10px;
}
.ficheNumber {
    padding: 1px 5px;
    border-radius: 5px;
    background-color: rgb(191, 214, 48);
    color: #FFFFFF;
    display: none;
    min-width: 60px;
}
.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: 0;
    line-height: 1.5em;
    
}

.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 {
    line-height: 0;
}
.puce {
    background-image: url("../medias/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;
}

[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;
    font-size: 115%;
}
.textCenter {
    text-align: center;
}


ul.tiretList {
    list-style-type: "- ";
}

  

[data-categorie="nombres_calculs"] .btnMenu2{ color: rgb(231, 51, 75); border-right: solid 3px rgb(231, 51, 75);}
.btnMenu[data-categorie="nombres_calculs"]{ background-color: rgb(231, 51, 75); }
[data-categorie="nombres_calculs"] .colLeft{ background-color: rgb(231, 51, 75); }
/*[data-categorie="nombres_calculs"] .colRight{ border-color: rgb(231, 51, 75); }*/
[data-categorie="nombres_calculs"] .catTitle{ color: rgb(231, 51, 75); }
[data-categorie="nombres_calculs"] .btnZoom{ color: rgb(231, 51, 75); }
[data-categorie="nombres_calculs"] .puce_li:before { background-color: rgb(231, 51, 75); }
[data-categorie="nombres_calculs"] .flashCardContent.back .colRight { background-color: rgb(255, 235, 239); }
[data-categorie="nombres_calculs"] .sousCatSelected{ background-color: rgba(231, 51, 75, 1); }
[data-categorie="nombres_calculs"] .catTitleReponse { color: rgba(231, 51, 75, .75); }

[data-categorie="fonctions"] .btnMenu2{ color: rgb(0, 159, 189); border-right: solid 3px rgb(0, 159, 189);}
.btnMenu[data-categorie="fonctions"]{ background-color: rgb(0, 159, 189); }
[data-categorie="fonctions"] .colLeft{ background-color: rgb(0, 159, 189); }
/*[data-categorie="fonctions"] .colRight{ border-color: rgb(0, 159, 189); }*/
[data-categorie="fonctions"] .catTitle{ color: rgb(0, 159, 189); }
[data-categorie="fonctions"] .btnZoom{ color: rgb(0, 159, 189); }
[data-categorie="fonctions"] .puce_li:before { background-color: rgb(0, 159, 189); }
[data-categorie="fonctions"] .flashCardContent.back .colRight { background-color: rgb(232, 247, 251); }
[data-categorie="fonctions"] .sousCatSelected{ background-color: rgba(0, 159, 189, 1); }
[data-categorie="fonctions"] .catTitleReponse { color: rgba(0, 159, 189, .75); }

[data-categorie="geometrie"] .btnMenu2{ color: rgb(145, 37, 107); border-right: solid 3px rgb(145, 37, 107);}
.btnMenu[data-categorie="geometrie"]{ background-color: rgb(145, 37, 107); }
[data-categorie="geometrie"] .colLeft{ background-color: rgb(145, 37, 107); }
/*[data-categorie="geometrie"] .colRight{ border-color: rgb(145, 37, 107); }*/
[data-categorie="geometrie"] .catTitle{ color: rgb(145, 37, 107); }
[data-categorie="geometrie"] .btnZoom{ color: rgb(145, 37, 107); }
[data-categorie="geometrie"] .puce_li:before { background-color: rgb(145, 37, 107); }
[data-categorie="geometrie"] .flashCardContent.back .colRight { background-color: rgb(248, 234, 243); }
[data-categorie="geometrie"] .sousCatSelected{ background-color: rgba(145, 37, 107, 1); }
[data-categorie="geometrie"] .catTitleReponse { color: rgba(145, 37, 107, .75); }

[data-categorie="probas"] .btnMenu2{ color: rgb(233, 129, 5); border-right: solid 3px rgb(233, 129, 5);}
.btnMenu[data-categorie="probas"]{ background-color: rgb(233, 129, 5); }
[data-categorie="probas"] .colLeft{ background-color: rgb(233, 129, 5); }
/*[data-categorie="probas"] .colRight{ border-color: rgb(233, 129, 5); }*/
[data-categorie="probas"] .catTitle{ color: rgb(233, 129, 5); }
[data-categorie="probas"] .btnZoom{ color: rgb(233, 129, 5); }
[data-categorie="probas"] .puce_li:before { background-color: rgb(233, 129, 5); }
[data-categorie="probas"] .flashCardContent.back .colRight { background-color: rgb(255, 242, 224); }
[data-categorie="probas"] .sousCatSelected{ background-color: rgba(233, 129, 5, 1); }
[data-categorie="probas"] .catTitleReponse { color: rgba(233, 129, 5, .75); }


@media screen and (max-width: 3000px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 60px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 62px;
        margin-top: 12px;
      }
}
@media screen and (max-width: 2200px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 56px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 58px;
        margin-top: 11.5px;
      }
}
@media screen and (max-width: 2000px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 52px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 54px;
        margin-top: 11px;
      }
}
@media screen and (max-width: 1800px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 48px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 50px;
        margin-top: 10.5px;
      }
}
@media screen and (max-width: 1600px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 46px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 48px;
        margin-top: 10px;
      }
}
@media screen and (max-width: 1400px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 44px;
    }
    .bandeau .img{
        height: 160px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 46px;
        margin-top: 9.5px;
      }
}
@media screen and (max-width: 1300px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 42px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 44px;
        margin-top: 9px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -3.66px;
    }
}
@media screen and (max-width: 1200px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 40px;
    }
    .zoom .icone {
        width: 65px;
    }
    .bandeau .img{
        height: 140px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 42px;
        margin-top: 8.5px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -3.33px;
    }
}
@media screen and (max-width: 1100px) {
    .menu, .menu2 { margin-left: 0; }
    .bandeau .img{
        height: 130px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 38px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 40px;
        margin-top: 8px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -3px;
    }
}
@media screen and (max-width: 1000px) {
    .bandeau .img{
        height: 110px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 36px;
    }
    .zoom .icone {
        width: 55px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 38px;
        margin-top: 7.5px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -2.66px;
    }
}
@media screen and (max-width: 900px) {
    .bandeau .img {
        height: 100px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 34px;
    }
    .zoom p.textelong {
        font-size: 35px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 36px;
        margin-top: 7px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -2.33px;
    }
}
@media screen and (max-width: 800px) {
    .bandeau .img:nth-child(2) {
        display: none;
    }
    .menu, .menu2 { margin-left: 0; }
    .zoom .lineQ, .zoom .lineR {
        font-size: 32px;
    }
    .zoom p.textelong {
        font-size: 33px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 34px;
        margin-top: 6.5px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -2px;
    }
}
@media screen and (max-width: 750px) {

    .zoom .lineQ, .zoom .lineR {
        font-size: 30px;
    }
    .zoom p.textelong {
        font-size: 30px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 32px;
        margin-top: 6px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -1.66px;
    }
}
@media screen and (max-width: 700px) {

    .zoom .lineQ, .zoom .lineR {
        font-size: 20px;
    }
    .zoom p.textelong {
        font-size: 28px;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 22px;
        margin-top: 5.5px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -1.33px;
    }
}
@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;
    }
    .zoom .vector::before {
        font-size: 1.25em;
        transform: translateY(-0.6em);
      }
    .zoom .vector {
        font-size: 22px;
        margin-top: 5px;
      }
      .zoom .mjx-c20D7.TEX-V {
        bottom: -1px;
    }
}

