body .lecon{
    /*font-family: 'Montserrat', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;*/
    color: #6b7381;
    /*background: #f2f2f2;*/
}

* {
    box-sizing: border-box !important;
}

/* LECON */

.lecon .card-header{
    background-color: #bf2b45;
    color:white;
}

.lecon .card-header, .lecon{
    border-color: #bf2b45 !important;
}

/* ACTIVITÉ - COMMUN A TOUS */

.activite .card-header{
    background-color: #474548 ;
    color:white;
}

.activite .card-header, .activite{
    border-color: #474548  !important;
}

.activite_submit,.activite_validee{
    font-size: 1.2em;
    /*border-radius: 0 0 15px 15px;*/
    letter-spacing: 1.5px;
    /*font-weight: bold;*/
}

.activite_submit{
    min-width: 50%;
}

.questions{
    font-size: 1.1em;
}

/*.composant .submitted{
    background-color: white;
}*/

.lesson_submit,.lesson_validee{
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-size:1.2em;
    letter-spacing: 5px;
    float: right;
}

.lesson_submit{
    min-width: 40%;
}

.activite_retry, .activite_correction{
    text-transform: uppercase;
    letter-spacing: 2px;
    /*border-radius: 0 0 15px 15px;*/
    font-size: 0.9em;
}

    /* ne montrer que lorsque l'activité (ou leçon) est terminée */
.terminee .ns_exo_faux {
    border: #bf2b45 2px solid;
    background-color: rgba(255,0,0,0.1);
}
/* surcharge pour gapfillSD */
.terminee .ns_exo_faux .list-group-item{
    background-color: transparent;
}

.terminee .ns_exo_faux .iconFalse{
    color: #bf2b45;
    position: absolute;
}

.terminee .ns_exo_faux .iconTrue{
    color: green;
    position: absolute;
}


.consigne {
    color: #6b7381;
    font-style: italic;
    font-weight: bold;
}

.consigne p{
    margin: 0 0 !important;
}

.iconRepJuste, .iconRepFausse, .iconRepAttente{
    background-color : white;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}

.iconRepFausse i{
    color: #bf2b45;
}

.iconRepJuste i{
    color: #3a9d5d;
}

.iconRepAttente i{
    color: #bea011;
}

.iconRepJuste, .iconRepFausse, .iconRepAttente{
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: iconRep;
    animation-name: iconRep;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@keyframes iconRep {
    0% {
        opacity:0;
        -webkit-transform:scale3d(.7,.7,1);
        transform:scale3d(.7,.7,1)
    }
    33% {
        opacity:1;
        -webkit-transform:scale3d(1.1,1.1,1);
        transform:scale3d(1.1,1.1,1)
    }
    66% {
        -webkit-transform:scale3d(.9,.9,1);
        transform:scale3d(.9,.9,1)
    }
    to {
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
}

@media screen and (max-width: 576px) {
    .iconRepJuste, .iconRepFausse, .iconRepAttente {
        width: 25px !important;
        height: 25px !important;
    }
    .iconRepJuste .fa, .iconRepFausse .fa, .iconRepAttente .fa {
        font-size: 1em !important;
    }
}

video {
    cursor: pointer;
}

.solution {
    font-weight: normal !important;
    font-size: 1.1em !important;
    font-style: italic;
}

.soluce b{
    font-style: normal !important;
}

.etatReponse{
    min-height: 60px;
    display: none !important;
}

.terminee .etatReponse.juste{
    display: flex !important;
    background-color: #bff199 !important;
}

.terminee .etatReponse.faux{
    display: flex !important;
    background-color: #ffd3d1 !important;
}

.etatReponse.juste .contentRepJuste h1{
    /*font-weight: bold;*/
    color: #3a9d5d;
}

.etatReponse.faux .contentRepFaux p{
    font-size: 17px;
    color: #bf2b45;
}

.etatReponse.faux .contentRepFaux h1{
    /*font-weight: bold;*/
    color: #bf2b45;
}

.terminee .etatReponse.attente{
    display: flex !important;
    background-color: #f1e08a !important;
}

.etatReponse.attente .contentRepAttente h1{
    /*font-weight: bold;*/
    color: #bea011;
}

.iconRepFausse, .iconRepJuste, .contentRepJuste, .contentRepFaux, .iconRepAttente, .contentRepAttente{
    display: none;
}

.etatReponse.juste .iconRepJuste, .etatReponse.juste .contentRepJuste{
    display: flex;
}

.etatReponse.faux .iconRepFausse, .etatReponse.faux .contentRepFaux{
    display: flex;
}

.etatReponse.attente .iconRepAttente, .etatReponse.attente .contentRepAttente{
    display: flex;
}

.indexAlpha{
    width: 12px;
}

.composant .source{

    font-style: italic;
    color: #bcbcbc;
    text-align: right;
}

    /* PARCOURS */

.monParcours li{
    list-style-type: none;
}

.wrapper_parcours h2{
    text-align: center;
}

.parcoursComposants a, .parcoursComposants i{
    color: #9e9e9e;
}

.parcoursComposants .colorsucces a, .parcoursComposants .colorsucces i{
    color: #3a9d5d;
}

hr{
    margin: 0 0;
}

/* ASSOCIATION */

svg path {
    stroke:#62baf3;
    stroke-width:1;
}

svg.ns_path_error path{
    stroke : #bf2b45 ;
}

.jtk-endpoint-connected svg circle {
    fill:#62baf3 !important;
}

.jtk-dragging svg circle {
    fill:#62baf3 !important;
}

.jtk-endpoint.active svg circle{
    fill:#62baf3 !important;
}

.jtk-endpoint-connected.removing svg circle{
    /*cursor: url("../images/cursors/cursor_delete2.png") 6 0, auto !important;*/
    cursor: url("../images/cursors/cursor_scissor4.png") 15 13, auto !important;
}

.jtk-endpoint-connected.removing svg circle:hover{
    /*fill:#e70800 !important;*/
    stroke:#bf2b45 !important;
}

.association_box{
    border-style: none !important;
}

.association .content p {
    margin:0;
}

.association .content{
    /* max-height: 100%; */
}

/* .association .content div{
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
} */

.association .content video{
    height: 100px !important;
    /*max-width: 70% !important;*/
}

/* .association .association_box.left .content img, .association .association_box.left .content video{
    float: right;
}

.association .association_box.right .content img, .association .association_box.right .content video{
    float: left;
} */

.association .association_box.left .content  a
{
    display: block;
    max-width: 200px;
}

.jtk-draggable:hover{
    cursor:pointer;
}

.jtk-dragging{
    cursor:grabbing !important;
}

.PointGrammaire, .PointVocabulaire{
    /*background-color: rgb(255, 240, 179);*/
}

.association_box {
    /* margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 50%; */
}

.association .source{
    display:none;
}

/* GAP FILL SELECT & DROP */

.propositions{
    background-color: rgba( 98, 186, 243, 0.25);
    min-height: 67px;
}

.gap_fill_main_list .element{
    color: #62baf3;
    border: none !important;
}

.gap_fill_main_list .element:hover{
    color:white;
    background-color: #62baf3
}

.gapfill_active {
    background-color: #62baf3;
    color: white !important;
}

.gapfield-list .dropped {
    min-width: 100%;
}

.gap_fill_main_list .element {
    margin: 5px 5px !important;
    cursor: pointer;
}

.gap{
    vertical-align: middle;
}

.gapInput{
    display: inline-flex;
    width: 200px;
}

.gapfield-list
{
    min-height: 40px;
    min-width: 150px;
    margin: 0px 0px;
    /* bricolage nico2 pour mieux voir où cliquer */
    border: #62baf3 solid 2px;
    border-radius: 5px;
    color:grey;
    height: 41px;
    background-color: rgba(98, 186, 243, 0.25);

    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
    text-decoration:none;
}

.gapfield-list .element{
    height: 100%;
    width: 100%;
}

.gapfield-hint{
    cursor : pointer;
    background-color: rgba(98, 186, 243, 1) !important;
    animation: clignotement 3s infinite;
    animation-timing-function: cubic-bezier(.45,.05,.55,.95);
    -webkit-animation-timing-function: cubic-bezier(.45,.05,.55,.95);
    -moz-animation-timing-function: cubic-bezier(.45,.05,.55,.95);
    -o-animation-timing-function: cubic-bezier(.45,.05,.55,.95);
}

@keyframes clignotement {
    0%   { background-color: rgba(98, 186, 243, 1); }
    50%   { background-color: rgba(98, 186, 243, 0.25); }
    100% { background-color: rgba(98, 186, 243, 1); }
}

.reponseGapFill {
    position: absolute;
    margin-top: -40px;
    color: green;
    display:none;
}

.terminee .reponseGapFill{
    display: block !important;
}
/* MULTIPLE CHOICE */

.libelleQuestion{
    font-weight: bold;
}

.terminee .qcmCorrige1:after{
    background: #bf2b45 !important;
}

.terminee .qcmCorrige0:after{
    background: green !important;
}

.terminee .reponseJuste{
    background-image: linear-gradient(to right, #3a9d5d 0%, white 70%);
    border-radius: 5px;
    color: white;
}

.terminee .reponseFausse{
    background-image: linear-gradient(to right, #bf2b45  0%, white 70%);
    border-radius: 5px;
    color: white;
}

.terminee .reponseJuste .checkbox, .terminee .reponseFausse .checkbox{
    border-color: #fff !important;
    background: transparent !important;
}

.labelRadio{
    margin-bottom: 2px !important;
    border-color: #fff;
}

.terminee .reponseFausse .labelRadio, .terminee .reponseJuste .labelRadio{
    color: white;
}

.terminee .reponseFausse .labelRadio:before, .terminee .reponseJuste .labelRadio:before{
    border: 1px solid #fff !important;
}

.terminee .reponseFausse .labelRadio:after, .terminee .reponseJuste .labelRadio:after{
    background: white !important;
}

.terminee .cbxVide .cbx span:first-child svg, .terminee .cbxVide .cbx span:first-child svg{
    stroke: transparent;
}

.reponseCbx{
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    color: #6b7381;
}

/* bouton radios */

.btnRadio {
    color: #6b7381;
    padding-top: 2px !important;
    padding-bottom: 1px !important;
}
.btnRadio input {
    display: none;
}
.options .btnRadio > label {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding-left: 29px;
    cursor: pointer;
}
.options .btnRadio > label:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border: 1px solid #9098A9;;
    border-radius: 9px;
}
.options .btnRadio > label:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 8px;
    margin-top: 0;
    background: #62baf3;
    border-radius: 4px;
    transition: .2s ease-in-out;
}
.options :checked + label:after {
    height: 10px;
    width: 10px;
    margin-top: -4px;
    left: 4px;
}

/* OPEN QUESTION */

.open_question .question{
    font-weight: bold;
}

.open_question .contentCorrectionOQ{
    font-weight: normal;
}

.open_question .contentCorrectionOQ .OQ-correction{
    text-decoration: underline;
}

    /* TRANSCRIPT */
.transcriptComp{
    border: solid 2px #6bbae1;
    color: #6bbae1;
    cursor: pointer;
}

.transcriptComp *{
    margin-bottom: 0;
}

.transcriptComp:hover .logoComposant {
    transform: scale(1.4);
    animation: swinging 4s ease-in-out forwards infinite;
}

.transcriptComp .content{
    margin: 0 0 !important;
    display: none;
}

.transcriptComp .logoComposant{
    cursor: pointer;
    transition-duration: 0.3s;
}

/*.transcriptComp .logoComposant:hover{
    transform: scale(1.4);
}*/

.transcriptComp .Transcript p{
    margin: 0;
}

@keyframes swinging{
    0%{transform: rotate(0deg)scale(1.4);}
    15%{transform: rotate(-40deg) scale(1.4);}
    45%{transform: rotate(40deg) scale(1.4);}
    60%{transform: rotate(0deg) scale(1.4);}
}

.resultat{
    min-height: 0;
}

/* Medias QCM */
.QCMblock  .reponses .widget_media {
    margin-left: 10px;
}

.QCMblock  .reponses .widget_media img, .QCMblock  .reponses .widget_media video{
    height: 150px !important;
    width: auto !important;
}

.QCMblock  .reponses .widget_media audio{
    width: 150px !important;
    height: auto !important;
}

.QCMblock  .reponses .widget_media .source{
    display: none;
}