
/* FOOTER */
.primaire #toolbar_container {
    background-color: #0098da
    
}


.primaire .validate-content .button ,.primaire .try-content .button,.primaire .cor-content .button,.primaire .myAnswer-content .button{
    font-family: 'Ubuntu', sans-serif;
    color: #0098da!important;
    background-color:white;
    font-size: 20px!important;
    line-height: 40px!important;
    border: none!important;
    font-weight: 700
}
.primaire .attempt {
    margin-left: 30px;
}

.primaire .column__header {
    font-size: 28px;
}
.export.primaire .answer-content.click {
    padding-left: 0px;
}
.primaire .answer-content.click {
    padding-left: 10px;
}
.primaire .ccs .textViewer .subAnswer {
    margin-bottom: 10px!important;
}
.primaire .validate-content .button:hover ,.primaire .try-content .button:hover{
   
    color: white!important;
    background-color: #ffaf00;
    border: none!important;
}
.primaire .next-content .text-button {
    height: 100px;
    width: 100px;
    display: block;
}
.primaire #validate, .primaire #myAnswer,.primaire #cor,.primaire #tryAgain{
 margin-left: 2px;
 margin-right: 2px;
}
.primaire #myAnswer
{position: relative;
    right: 33px;}
    .primaire #cor
    {position: relative;
        left: 30px;}  
.primaire .prev-content .text-button {
    height: 100px;
    width: 100px;
    display: block;
}
.primaire .text-button svg {
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    left: -30px;
    top: -30px;
}
.primaire .clozeArea .subAnswer_content,.primaire .clozeArea .subAnswer.full .subAnswer_content{
    border: solid 2px #0098DA ;
}
.primaire #next .button:hover, .primaire #prev .button:hover {
    background-color: #ffaf00!important;
}
.primaire #next .button:hover .st0, .primaire #prev .button:hover .st0 {
    fill :white;
}
.primaire .title_bilan, .primaire .message_bilan, .primaire .result_bilan {
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
#validate-primaire {
    width: 50px;
    height: 50px;
    background: #61D1DE;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer;
}
#validate-primaire .txt-content {
    border-radius: 100%;
    background: #0098DA;
    border: 3px solid white;
    width: 40px;
    height: 40px;
}
#validate-primaire .validate-content-primaire {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
}
#validate-primaire svg {
    width: 25px;
    height: 30px;
    margin-top: 5px;
}

#replay-primaire {
    width: 50px;
    height: 50px;
    background: #FFAF00;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer;
}
#replay-primaire svg {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -20px;
    top: -20px;
    display: block;
}
#replay-primaire:hover {
    background: #61D1DE;
}
#validate-primaire:hover {
    background: #FFD800;
}
#validate-primaire:hover .txt-content {
    background: #FFAF00;
}
.next-content .button {
    background-color: none
}
.prev-content .button {
    background-color: none
}
.primaire #next .button,.primaire #prev .button {
    
    color: #0098da!important;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    
}
.primaire .clozeArea .subAnswer .status_icon{
    top: -6px;
}
.primaire .title_serie_bilan {
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #0098DA;
}

.primaire .question-content {
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700
}

.primaire .textViewer,.primaire .letter_box,.primaire .normal {
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
}
.primaire .bank .normal {
    font-size: 28px;
   
}


.primaire .bad {
     background-color: #EF0C0C
}

.primaire .good {
    background-color: #00B489
}
.primaire .progress {
    background-color: #FFB500
}
.primaire .pass {
    background-color:  #0098DA;
}

.primaire .bank .draggable {
    border: solid 2px #0098DA !important;
   
}
.primaire .textViewer.textViewerStyle.ltr.compact, .textViewer.textViewerStyle.ltr.compact.occuped {
    font-size: 28px!important
}

.primaire .bank .subAnswer_content .textViewer {
    color: #0098DA;
}
.primaire .classer_texte .textViewerParagraph {
    max-width: 270px;
    word-wrap: break-word;
    overflow: hidden;
}
.primaire .classer_texte #clozeArea_content .normal {
    word-break: break-word!important;
    overflow: hidden;
    width: 100%;
    /* max-width: 100px; */
    display: block;
    height: auto;
    white-space: normal!important;
    -webkit-hyphens: auto!important;
    -moz-hyphens: auto!important;
    -ms-hyphens: auto!important;
    -o-hyphens: auto!important;
    hyphens: auto!important;
}
.primaire .classer div.bank_content {
    width: 100%!important;
    height: 100%!important;
    min-width: 45px!important;
    display: flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
   
}
.primaire .classer_texte .subAnswer .subAnswer_content_wrap {
    display: inline-block;
    width: auto;
    height: 100%;
}