@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 */
}
@font-face {
	font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed-Regular.ttf');
}
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;
}
.headerSU{
    font-family: "Open Sans Condensed", serif;
}
.logoFoucher{
    height: 50px;
    justify-self: flex-end;
}

.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: center;
    -webkit-justify-content: center;
    max-height: 250px;
    background: rgba(141, 199, 72, .6);
}

.imgMenu{
    max-width: 90%;
    max-height: 90%;
}
.bandeau .helper{
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.imgMenu{
    vertical-align: bottom;
    display: inline-block;
    height: 50px;
    margin-right: 50px;
}
.bandeau .img:nth-child(1){
    flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
}
.bandeau .img:nth-child(2){
    flex: 3;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
}

.datas, .MsoNormal{
    display: none;
}
.flashCard{
    display: none;
}

.menu{
    background-color: #02b5a5;
    color: #fff;
    /*
    display: inline-block;
    */
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btnMenu[data-categorie="unit"]{ color: #0094bf; background-color: #e4f3f7;
margin-right: auto;
}
[data-categorie="unit"] .colLeft{ background-color: #02b5a5; }
[data-categorie="unit"] .catTitle{ color: #0094bf; }
[data-categorie="unit"] .catTitleReponse{ color: #0094bf; }
[data-categorie="unit"] .btnZoom{ color: #0094bf; }
[data-categorie="unit"] .puce_li:before { color: #0094bf; }
[data-categorie="unit"] .flashCardContent.back .colRight { background-color: #e4f3f7; }

.menu>div{
    display: inline-block;
    padding: 6px 10px;
    font-size: 27px;
}
.btnMenu{
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}
.btnMenu:hover{
    opacity: .8;
}
.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 #02b5a5;
    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%;
}

audio {
    margin: 15px auto;
    width: 100%;
}
.zoom audio {
    max-width: 300px;
}

.lineM{
    font-family: Verdana, sans-serif;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}
.lineM img {
    max-width: 600px;
}
.lineM p{
    text-align: center;
}

.back .lineM {
    font-size: 30px;
}

.front .lineM { }
.bgImg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.front .lineM {
    font-size: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    justify-content: center;
    -webkit-justify-content: center;
}
.zoom .lineM{
    padding-left: 10px;
    padding-right: 10px;
}

.zoom .back  .lineM{
    font-size: 70px;
}
.zoom .front  .lineM{
    font-size: 60px;
}
.lineH{
    height: 25px;
    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,
.catTitleReponse{
    font-size: 24px;
}
.icone{
    width: 25px;
}
.icone img{
    width: 100%;
}
.lineB{
    margin-bottom: 5px;
    margin-top: 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: #ef3e56;
}
.btnTurn:hover{
    background-color: #e03048;
}

.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: 47px;
}
.zoom .catTitle,
.zoom .catTitleReponse{
    font-size: 42px;
    margin-left: 10px;
}

.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;
}

.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;
}

.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;
}

@media screen and (max-width: 2400px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 45px;
    }
}
@media screen and (max-width: 2200px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 42px;
    }
}
@media screen and (max-width: 2000px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 39px;
    }
}
@media screen and (max-width: 1800px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 37px;
    }
}
@media screen and (max-width: 1600px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 36px;
    }
}
@media screen and (max-width: 1400px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 34px;
    }
}
@media screen and (max-width: 1300px) {
    .zoom .lineQ, .zoom .lineR {
        font-size: 31px;
    }
}
@media screen and (max-width: 1200px) {
    .bandeau .img {
        height: 240px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 27px;
    }
    .zoom .icone {
        width: 65px;
    }
}
@media screen and (max-width: 1150px) {
    .bandeau .img {
        height: 230px;
    }
}
@media screen and (max-width: 1100px) {
    .bandeau .img {
        height: 220px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 28px;
    }
}
@media screen and (max-width: 1050px) {
    .bandeau .img {
        height: 200px;
    }
}
@media screen and (max-width: 1000px) {
    .bandeau .img {
        height: 190px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 24px;
    }
    .zoom .icone {
        width: 55px;
    }
}
@media screen and (max-width: 950px) {
    .bandeau .img {
        height: 180px;
    }
}
@media screen and (max-width: 900px) {
    .bandeau .img {
        height: 170px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 20px;
    }
}
@media screen and (max-width: 850px) {
    .bandeau .img {
        height: 160px;
    }
}
@media screen and (max-width: 800px) {
    .bandeau .img {
        height: 140px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 19px;
    }
}
@media screen and (max-width: 750px) {
    .bandeau .img {
        height: 130px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .bandeau .img {
        height: 120px;
    }
    .zoom .lineQ, .zoom .lineR {
        font-size: 17px;
    }
}
@media screen and (max-width: 650px) {
    .bandeau .img {
        height: 110px;
    }
}
@media screen and (max-width: 600px) {
    .bandeau .img:nth-child(2) {
        display: none;
    }
}