
/***********************/
/* Slideshow container */
/***********************/
.slideshowLesson-container {
    display: none;
    min-width:200px;
    /*max-width: 1000px;*/

    position: relative;


    border:1px solid black;
    background: #e3e3e3;
    border-radius: 3px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:10px;
}


.slideshow-containerIndex {
    display: none;
    min-width:200px;
    /*max-width: 1000px;*/

    position: relative;


    border:1px solid black;
    background: #fff;/*#e3e3e3;*/
    border-radius: 3px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:10px;


    -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);

}

.slideshow-container {
    display: none;

    position: relative;


    border:1px solid black;
    background: #e3e3e3;
    border-radius: 3px;
    margin-bottom:10px;

    flex: 1;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 3px;
}

/* Position the "next button" to the right */
.next {
    border-radius: 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

.prev {
    left:-45px;
}

/* Caption text */
.text {
    color: black;
    font-size: 30px;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}
.textConnexion {
    color: black;
    font-size: 30px;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 12px;
    background: #240000;
}




.correctionTextBox {
    text-align: left;
    font-size: 30px;

    padding-left: 15px;
    padding-right: 5px;

    border-top: 1px dashed black;

}


.previewPage {
    display: flex;
    flex-direction:column;
    align-items:strech;

    background: white;
    padding: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);

}

.previewPageTitre {
    text-align: center;

    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    margin-bottom: 4px;
}

.previewPageStats {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    font-size: 25px;
    width:100%;
}
.previewPageStatsBas {
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    font-style: italic;
    padding-top: 4px;
}
.dateReponseBox {
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    font-style: italic;
    padding-top: 4px;
    font-size: 18px;
    border-top: 1px dotted black;
    padding-right: 5px;
    padding-left: 10px;
}

.categorieBox {
    display: block;
    margin-bottom: 4px;
    padding-bottom: 4px;

}

.categorieBoxRoutine {
    display: flex;
    flex-direction : row;
    align-items:flex-start;
    justify-content:flex-start;
    margin-bottom: 8px;

    width:100%;
    border-bottom:1px solid #7b7b7b;
    background:#dae4eb;

    -webkit-box-shadow: -1px -1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 2px 0px rgba(0,0,0,0.75);
}

.categorie {
    padding: 5px;
    border: 1px solid #808080;
    font-size: 15px;
    background-color: #dedede;
    margin-left: 5px;
}

.conteneurListExercices {
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    flex-wrap: wrap;
    margin-left: 15px;
    /*margin-bottom: 35px;*/
    width: 100%;
    justify-content: center;
}

.cadreSlideShow {
    border: 1px solid #ff9999;
    margin-top: -8px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}



.previewPage.active {
    position:fixed;
    top:95px;
    left:30px;
    width:90%;
    z-index:99999;
}
#overlayBgPreview.active {
    display: flex;
    width: 100%;
}
#overlayBgPreview {
    position: fixed;
    top: 0;
    left:0;
    background-color: #000000;
    opacity: 0.5;
    width: 0%;
    height: 100%;
    z-index: 900;
    display: none;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.previewPage.active .previewPageTitre {
    font-size:30px;
}

.boxGrandPreview {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.previewPage.active .boxGrandPreview {
    flex-direction:row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
}

.previewPage.active ol.steps {
    margin-right : 10px;
}


.iconeProgressBox img.active {
    position:fixed;
    top:100px;
    left:55px;
}

#cadreSlideShowPreviewId {
    display: none;
}








.cadreSlideShowLessons {

    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    z-index: 10;

    flex-direction: column;
    align-items: center;


}

.lessonBoxHeader {
    background-color: #eee;
    color: black;

    background: #ff4747;

    background-image: -webkit-linear-gradient(top, #ff4747, #850000);

    background-image: -moz-linear-gradient(top, #ff4747, #850000);

    background-image: -ms-linear-gradient(top, #ff4747, #850000);

    background-image: -o-linear-gradient(top, #ff4747, #850000);

    background-image: linear-gradient(to bottom, #ff4747, #850000);



    height: 22px;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.lessonBoxHeader span {
    cursor: pointer;
    color: #fff;
    margin-right: 5px;
    font-size: 30px;
    margin-top: -11px;
    font-weight: bold;
}

.lessonBoxHeader span:hover {
    font-weight: bold;

    color: #3B3B3B;

}




.lessonBoxContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



.btnLessonRed {

    cursor:pointer;

    background: #ff4747;

    background-image: -webkit-linear-gradient(top, #ff4747, #850000);

    background-image: -moz-linear-gradient(top, #ff4747, #850000);

    background-image: -ms-linear-gradient(top, #ff4747, #850000);

    background-image: -o-linear-gradient(top, #ff4747, #850000);

    background-image: linear-gradient(to bottom, #ff4747, #850000);

    -webkit-border-radius: 3;

    -moz-border-radius: 3;

    border-radius: 3px;

    text-shadow: 1px 1px 3px #666666;

    font-family: Arial;

    color: black;

    font-size: 20px;

    padding: 5px 15px 5px 15px;

    border: solid #b80b0b 1px;

    text-decoration: none;

    font-weight: bold;


}



.btnLessonRed:hover {

    background: #850000;

    background-image: -webkit-linear-gradient(top, #850000, #ff4747);

    background-image: -moz-linear-gradient(top, #850000, #ff4747);

    background-image: -ms-linear-gradient(top, #850000, #ff4747);

    background-image: -o-linear-gradient(top, #850000, #ff4747);

    background-image: linear-gradient(to bottom, #850000, #ff4747);

    text-decoration: none;



    color: white;

}



.maBoxLesson {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);

    margin-top: 110px;
    width: 95%;
}


.maBoxLessonListe {
    margin-left: 10px;
    width: 95%;
}

.lessonBoxFermer {
    padding-right: 20px;
    font-size: 30px;
    text-align: right;
    margin-left: auto;
    margin-top: -10px;
}

.lessonBoxTitre {
    font-size: 30px;
    font-weight: bold;

    border-top: 1px solid black;
    border-bottom: 1px solid black;

    text-shadow: 1px 1px 1px #e0e0e0;

    background: #6098E0;

    padding: 5px;
}

.lessonBoxSousTitre {
    font-size: 26px;
    font-weight: bold;

    border-bottom: 1px dotted black;

    text-align: left;

    text-shadow: 1px 1px 1px #e0e0e0;
    padding-left: 10px;
    padding-right: 5px;
}

.lessonBoxExemple {
    margin-top: 10px;
    margin-left: 15px;
    padding-left: 5px;

    border-left: 4px solid #6098E0;
}

.lessonBoxExempleTitre {
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 5px;
}

.lessonBoxExempleContenu {
    padding-left: 15px;
}


.lessonBoxContenuText {
    font-size: 22px;
    padding: 10px;

    text-align: justify;
}

.lessonBoxContenuText div {
    margin-bottom: 5px;
}


.lessonBoxPagination {
    font-size: 20px;
    font-weight: bold;

    text-align: center;

    padding-top: 10px;
}
.lessonBoxPagination:before {
    content: '- ';
}
.lessonBoxPagination:after {
    content: ' -';
}


.lessonBoxFermer span {
    cursor: pointer;
    margin-right: -14px;
}

.lessonBoxFermer span:hover {
    font-weight: bold;
}


.topPosMarg {
    margin-top: 33px;
}

.downPosMarg {
    margin-bottom: 33px;
}


.topPosMarg2 {
    margin-top: 66px;
}

.downPosMarg2 {
    margin-bottom: 66px;
}


.tooltipsLessonTop {
    position: relative;
    display: inline;
}
.tooltipsLessonTop span:last-child {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
.tooltipsLessonTop span:last-child:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tooltipsLessonTop span:last-child {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}




.tooltipsLesson {
    position: relative;
    display: inline;
}
.tooltipsLesson span:last-child {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
.tooltipsLesson span:last-child:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tooltipsLesson span:last-child {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 50%;
    margin-left: -76px;
}



.tooltipsLessonPerso {
    position: relative;
    display: inline;
}
.tooltipsLessonPerso span:last-child {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
.tooltipsLessonPerso span:last-child:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    left: var(--pourcent-position-tooltip);
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tooltipsLessonPerso span:last-child {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 50%;
    margin-left: -76px;
}



.explicationLessonBox {
    display: flex;
    flex-direction: row;
}


/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.lessonTitreTitre {
    font-size: 23px;
    font-weight: bold;
    padding-left: 5px;
    /*border-bottom: 2px solid black;*/
    text-shadow: 1px 1px 1px #7b7b7b;

    /*background: rgb(17,121,9);
    background: linear-gradient(0deg, rgba(17,121,9,1) 0%, rgba(136,222,129,1) 55%, rgba(17,121,9,1) 100%);*/
    background-color: #dae4eb;
    margin-bottom: 4px;
}

.lessonTitreSousTitre {
    font-size: 21px;
    padding-left: 5px;
    text-shadow: 1px 1px 1px #7b7b7b;
}

.lessonTitreSousTitre2 {
    font-size: 19px;
    padding-left: 5px;
}

.lessonTitreNiveau {
    font-size: 18px;
    font-style: italic;
    text-align: right;
    border-top: 1px dashed black;
    padding-right:4px;
    margin-top: 4px;
}

