body {
    font-family:Arial, Helvetica, sans-serif;
    display: none;
    opacity: 0;
    background-color: #EFEFEF;
}

#STDI_ressource {
    margin: 0 ;
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
}
#STDI_document{
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    background-color: #FFFFFF;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
}
#STDI_header {
    background-color: #EC6953;
    height: 45px;
}
.title {
    color: #FFF;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 45px;
    margin-left: 10px;
    float: left;
}
#Stdi_BtnAll , #Stdi_BtnInit {
    float: right;
    cursor: pointer;
}
#Stdi_BtnAll img , #Stdi_BtnInit img {
    height: 35px;
    margin-right: 5px;
    margin-top: 5px;
}
#Stdi_BtnAll:hover , #Stdi_BtnInit:hover {
    opacity: .7;
}

.imgSch{
    position: relative;
}
.STDI_Ecran{
    position: relative;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: flex-start;
    -webkit-justify-content: flex-start;

    align-items: center;
    -webkit-align-items: center;

    flex-direction: column;
    -webkit-flex-direction: column;
}
.consigne{
    padding: 10px 5px;
    text-align: left;
    width: calc(100% - 10px);
}

.imgSchema, svg{
    position: absolute;
    top:50%;
    left:50%;
}

#mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #000;
    opacity: .7;
    cursor: pointer;
    z-index: 10000;
}

.popup{
    position: absolute;
    top:50%;
    left:50%;
    background: #fff;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: center;
    -webkit-justify-content: center;

    align-items: center;
    -webkit-align-items: center;

    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    z-index: 10001;
    border: 4px #EC6953 solid;

}

.row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: center;
    -webkit-justify-content: center;

    align-items: center;
    -webkit-align-items: center;

    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;

    max-width: 100%;
}
.row.fusion{
    padding: 10px;
}
.col{
    padding: 10px;
    max-width: 100%;
    overflow: auto;
}
.titre{
    height: 40px;
    width: 100%;
    background: #EC6953;
    color: #fff;
    font-size: 22px;
}
.image{
    max-height: 100%;
}
.popup img{
    max-width: 100%;
    max-height: 100%;
}
.croixFerm{
    width:30px;
    cursor: pointer;
    margin-right: 5px;
}
.croixFerm:hover{
    opacity: .8;
}
.titreCenter{
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    text-align: center;
}
.bold{
    font-weight: bold;
}
.titre_image{
    font-weight: bold;
    font-size: 18px;
}

#STDI_footer {
    width: 100%;
    background-color: #FFFFFF;
    height: 0;
    line-height: 20px;
   /* border-top: solid 4px #bbbbbb; */
}
#logoBordas {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    cursor: pointer;
}
#logoBordas img{
    height:30px;
    margin-top: 6px;
}
#btnCopyright {
    float: left;
    color: #929497;
    line-height: 40px;
    cursor: pointer;
}
#btnCopyright:hover, #logoBordas:hover{
    opacity: .7;
}

#STDI_player {
    width: 100%;
    height: 0;

    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;

    align-items: center;
    -webkit-align-items: center;
}
#btnNav {
    display: inline-block;
    margin-left: 100px;
    margin-top:3px;
}
.btnPlayer{
    width: 65px;
    height: 41px;
    cursor: pointer;
    display: inline-block;
}
.btnPlayer:hover{
    opacity: .7;
}

video{
    width:100%;
    height:calc(100% - 60px);
    position: absolute;
    top:50%;
    left:50%;
}

.ready{
    border:2px solid #f36f21;
    height: 32px;
    width: 33px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

@media screen and (max-width: 900px) {
    .title {
        font-size: 18px;
    }
    #STDI_footer{
        height: 0;
    }
    #logoBordas img{
        height: 23px;
    }
    #btnCopyright{
        line-height: 35px;
    }
    .btnNav {
        width: 35px;
        height: 32px;
    }
}
@media screen and (max-width: 750px){
    .title {
        font-size: 15px;
    }
    #STDI_footer{
        height: 0;
    }
    #logoBordas img{
        height: 20px;
    }
    #btnCopyright{
        line-height: 30px;
    }
    .btnNav {
        width: 32px;
        height: 30px;
    }
}