.STDI_Ecran, #STDI_ressource{
    overflow: hidden;
}

.ecrans{
    display: flex;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;

    width: 100%;
}
.contentRow{
    height: 100%;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.hidden{
    display: none !important;
}
.exercice {
    font-size: 14px;
    align-items: center;
    -webkit-align-items:center;
    min-height: 415px;
}
.question {
    margin: 0px 0px 0px 0px;
    flex: 3;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    background-image: url(../medias/ecran.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: relative;

}
.question .STDI_BtnPlayer{
    display: inline-block;
}
.phrase{
    display: inline;
    vertical-align: text-bottom;
}
.phrase:after {
    content: "\A";
    white-space: pre;
}
.question .text {
    vertical-align: text-top;
    line-height: 3em;
}
.pioche {
    height: 100%;
    min-height: 300px;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-left: 10px;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.cible {
    vertical-align:middle;
    display:inline-block;
    position: absolute;
    /*
    width: 15%;
    min-width: 130px;
    height: 30px;
    */
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 30px;
    padding: 0px;
    background-color: #FFFFFF;

}
.pioche .etiquette , .etiquetteDupli{
    width: 210px;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
}
.etiquetteDupli{
    background: #EFEFEF;
}
.etiquette{
    background: #EFEFEF;
}
.cible .etiquette{
    width: 100% !important;
    height: 100% !important;
}
.cible .etiquette.deposee {
    background-color: rgba(255, 255, 255, 0.6);
}
.cible .etiquetteReponse{
    width: 100%;
    height: 100%;
}
.bigEtiq .etiquette, .bigEtiq .etiquetteDupli{
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
}
.bigEtiq img{
    height: 40px;
}
.answer{
    width: 100%;
    height: 100%;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}
.answer p{
    line-height: 1.5;
    vertical-align:middle;
    display:inline-block;
}
.elemPioche {
    min-height: 35px;
    display: inline-block;
    height:auto;
    width:250px;
    margin: 0px;
    margin-bottom: 10px;
}
.elemPioche img, .cible img{
    max-width: 100%;
    max-height: 100%;
}
.pioche .STDI_BtnPlayer {
    margin-left: 10px;
}

.bold {
    font-size: 130%;
    font-weight: bolder;
}
.check_bon , .check_faux {
    right: 0;
    top: 0;
    z-index: 100;
}
.imgRight {
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.exp{
    font-size: 70%;
    vertical-align: top !important;
}

@media screen and (max-width: 1200px), screen and (max-height: 800px) {
    .bigEtiq .etiquette, .bigEtiq .etiquetteDupli{
        padding: 0 5px;
        height: 35px;
        line-height: 35px;
    }
    .bigEtiq img{
        height: 35px;
    }
}


@media screen and (max-width: 1000px)  and (min-height: 600px){
    .exercice {
        font-size: 12px;
    }
    .pioche .etiquette , .etiquetteDupli{
        width: 190px;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }
    .elemPioche {
        width: 200px;
        margin: 2px;
        min-height: 30px;
    }
}