:root {
    --question_background: #737373;
    --title-font: 'Montserrat', sans-serif;
    --text-font: 'Open sans', sans-serif;
    /*background: linear-gradient(45deg, #25ddb2, #1412b5) !important;*/
    --quizy_gradient_3: linear-gradient(45deg, #ead14b, #d9a11c);
    --quizy_gradient2: linear-gradient(45deg, #4983b7, #243bb3);
    --quizy_gradient_ok_previous: linear-gradient(45deg, #4194df, #0621ac);
    /*--quizy_gradient: linear-gradient(45deg, #68b7ec, #243bb3);
    --quizy_gradient_bottom: linear-gradient(135deg, #68b7ec, #243bb3);*/
    --quizy_gradient: linear-gradient(45deg, #1d8dd7, #04156a);
    --quizy_gradient_bottom: linear-gradient(135deg, #1d8dd7, #04156a);
    --quizy-intermediate-blue: #1152a1;
    --color-right: #65CE3F;
    --color-wrong: #EA7C68;
    --color-other-responses: #ddd;
    --response-border-width: 5px;
}

.questionTopDiv {
    padding: 5px 0;
}

#mainDiv {
    background: #fff;
}

#footerID {
    background: #fff;
}


@media screen and (max-width: 480px) {
    #headerID {
        width: 100%;
    }

    .resultContainer {
        width: 100% !important;
    }

    .ulTop {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }

    #titreQuizypedia {
        margin-left: 0px;
        padding-left: 2px;
    }

    /*.formNoCat {
      display: none;
    }*/
    /*#boutonCompte {
      position: absolute;
      top: 0em;
      right: 0em;
      width: 8em;
    }*/
    h2 {
        font-size: 1.2em;;
    }

    #mainDiv {
        min-width: 320px;
        width: 100%;
        padding: 0 0px 15px 0px;
        margin: auto;
        box-sizing: border-box;
    }

    #mainLeft {
        float: left;
        width: 100%;
        padding: 0 2px;
        box-sizing: border-box;
    }

    #leftContent {
        float: left;
        width: 0px;
        display: none;
    }

    #mainContent {
        float: left;
        width: 100%;
    }


    #sideContent {
        float: right;
        width: 0px;
        margin-left: 10px;
        background: #eeeeee;
        display: none;
    }

    .popupCards {
        width: 100%;
    }

    .infoDiv {
        width: 100%;
    }

    .infoDivContainer {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    /*#headerBtns {
      display: none;
    }

    #topRowBtns {
      display: block;
    }*/
    .myImg {
        height: 150px;
        background: #ffffff
    }

    .topContainer {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .titleTD {
        display: inline;
    }

    .searchTD {
        display: none;
    }

    #rankingBtn {
        /*position: absolute;
        top: 0.3125em;
        right: 6em;*/
        display: inline-block;
    }

    #searchBtn {
        /*position: absolute;
        top: 0.3125em;
        right: 9em;*/
        display: inline-block;
    }

    #userBtn2 {
        display: none;
    }

    /*#homeBtn {
      position: absolute;
      top: 0.3125em;
      right: 11.8em;
    }*/
    .footerLink {
        display: block;
    }

    .notifMainDiv {
        display: block;
    }

    .longQuestion {
        display: none !important;
    }

    .notMobile {
        display: none !important;
    }

    .onlyMobileDisplay {
        display: block !important;
    }

    .mobileAndTabletDisplay {
        display: block !important;
    }

    .themeTitle {
        font-size: 18px;
    }

    .dcTitle {
        font-size: 22px;
    }

    .desktop {
        display: none !important;
    }

    .onlyLargeDesktopTD {
        display: none;
    }

    .mobileBlock, .responseBlock {
        display: block;
        width: 100%;
    }

    .responseLeftTD {
        /*border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;*/
        height: 50px !important;
    }

    .question_check {
        width: 40px;
        height: 40px;
        border-radius: 25px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        margin-left: 10px;
    }

    .questionTable {
        border-spacing: 0px;
        margin-bottom: 0px;
        width: 100%;
    }

    .questionDiv {
        font-size: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .questionTopDiv {
        padding: 3px;
    }

    .quizDiv {
        margin-bottom: 5px;
    }

    #quiz_bottom {
        margin-top: 5px;
    }

    /*.noMobileBorderSpacing {
      border-spacing: 0px;
    }*/
    .desktopPaddingRight {
        padding-right: 0px;
    }

    .dcQuestionTitleSize {
        font-size: 16px;
    }

    .dcQuestionSize {
        font-size: 16px;
    }

    .dcQuestionHintSize {
        font-size: 16px;
    }

    .responsesTable {
        width: 100%;
    }

    .desktopTopMargin {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .themeBlock {
        display: block;
        width: 100%;
    }

    .tab {
        font-size: 16px;
        padding: 5px 10px 5px 10px;
    }

    .tab_container {
        width: 98%;
        margin: 5px auto;
        border-bottom: 3px solid var(--quizy-intermediate-blue);
        text-align: center;
    }

    .theme_tile {
        text-align: left;
        min-height: 60px;
        margin: 2px 0;
    }

    .theme_text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
    }

    .l1topLeftBlock {
        display: block;
        width: 100%;
    }

    .l1topRightBlock {
        display: block;
    }

    .themeRow {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 0px;
        height: 90px;
        border-radius: 0px;
        color: #ffffff;
    }

    .large_button {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        border-radius: 15px;
        color: #ffffff;
        background: #fff;
    }

    .themeRow2 {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        box-shadow: 5px 5px 5px #ddd;
        color: #ffffff;
        background: #fff;
    }


}


@media screen and (min-width: 480px) and (max-width: 768px) {
    /*body {
      height: 480px;
    }*/
    .ulTop {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    #titreQuizypedia {
        margin-left: 0px;
        /*padding-left: 10px;*/
    }

    /*.formNoCat {
      display: none;
    }*/
    /*#boutonCompte {
      position: absolute;
      top: 0em;
      right: 0.2em;
      width: 8em;
    }*/
    #mainDiv {
        width: 100%;
        margin: auto;
        padding: 0 2px 15px 2px;
        box-sizing: border-box;
    }

    #mainLeft {
        float: left;
        width: 100%;
        padding: 0 2px;
        box-sizing: border-box;
    }

    #leftContent {
        float: left;
        width: 0px;
        display: none;
    }

    #mainContent {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 5px;
    }


    #sideContent {
        float: right;
        width: 330px;
        margin-left: 10px;
        background: #eeeeee;
        display: none;
    }

    .popupCards {
        width: 480px;
    }

    .infoDiv {
        width: 480px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    /*#headerBtns {
      display: none;
    }

    #topRowBtns {
      display: block;
    }*/
    .myImg {
        height: 150px;
        background: #ffffff
    }

    .topContainer {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .titleTD {
        display: inline;
    }

    .searchTD {
        display: none;
    }

    #rankingBtn {
        /*position: absolute;
        top: 0.3125em;
        right: 6em;*/
        display: inline-block;
    }

    #searchBtn {
        /*position: absolute;
        top: 0.3125em;
        right: 9em;*/
        display: inline-block;
    }

    #userBtn {
        display: none;
    }

    #userBtn2 {
        display: inline-block;
    }

    /*#homeBtn {
      position: absolute;
      top: 0.3125em;
      right: 12em;
    }*/
    .footerLink {
        display: block;
    }

    .notifMainDiv {
        display: block;
    }

    .longQuestion {
        display: none !important;
    }

    .notMobile {
        display: none !important;
    }

    .onlyMobileDisplay {
        display: block !important;
    }

    .mobileAndTabletDisplay {
        display: block !important;
    }

    .themeTitle {
        font-size: 22px;
    }

    .dcTitle {
        font-size: 22px;
    }

    .onlyLargeDesktopTD {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    .mobileBlock, .responseBlock {
        display: block;
        width: 100%;
        height: 100%;
    }

    .responseLeftTD {
        /*border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;*/
        height: 60px !important;
    }

    .question_check {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        margin-left: 10px;
    }

    .questionTable {
        border-spacing: 10px;
        margin-bottom: 0px;
        width: 100%;
    }

    .questionDiv {
        font-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px
    }

    .questionTopDiv {
        padding: 5px;
    }

    .quizDiv {
        margin-bottom: 15px;
    }

    #quiz_bottom {
        margin-top: 15px;
    }

    .desktopPaddingRight {
        padding-right: 0px;
    }

    .dcQuestionTitleSize {
        font-size: 16px;
    }

    .dcQuestionSize {
        font-size: 18px;
    }

    .dcQuestionHintSize {
        font-size: 16px;
    }

    .responsesTable {
        width: 100%;
    }

    .desktopTopMargin {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .themeBlock {
        display: block;
        width: 100%;
    }

    .tab {
        font-size: 16px;
        padding: 5px 10px 5px 10px;
    }

    .tab_container {
        width: 98%;
        margin: 10px auto;
        border-bottom: 3px solid var(--quizy-intermediate-blue);
        text-align: center;
    }

    .theme_tile {
        text-align: left;
        min-height: 60px;
        margin: 5px 0;
    }

    .theme_text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
    }

    .l1topLeftBlock {
        display: block;
        width: 100%;
    }

    .l1topRightBlock {
        display: block;
    }

    .themeRow {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 0px;
        height: 100px;
        border-radius: 0px;
        color: #ffffff;
    }

    .large_button {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        border-radius: 15px;
        color: #ffffff;
        background: #fff;
    }

    .themeRow2 {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        box-shadow: 5px 5px 5px #ddd;
        color: #ffffff;
        background: #fff;
    }
}

@media screen and (min-width: 768px) and (max-width: 1135px) {


    #titreQuizypedia {
        /*margin-left: 5px;
        padding-left: 35px;*/
    }

    .ulTop {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    /*.formCat {
      display: none;
    }*/
    /*#boutonCompte {
      position: absolute;
      top: 0em;
      right: 0.2em;
      width: 8em;
    }*/
    #mainDiv {
        width: 100%;
        margin: auto;
        padding: 0 0 15px 0;
    }

    #mainLeft {
        float: left;
        width: 100%;
    }

    #leftContent {
        float: left;
        width: 0px;
        display: none;
    }

    #mainContent {
        float: left;
        width: 100%;
        margin-left: 2px;
        margin-right: 2px;
    }


    #sideContent {
        float: right;
        width: 277px;
        margin-left: 3px;
    }

    .popupCards {
        width: 480px;
    }

    .infoDiv {
        width: 480px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    #headerBtns {
        display: block;
    }

    #topRowBtns {
        display: none;
    }

    #rankingBtn {
        display: inline-block;
    }

    #searchBtn {
        /*position: absolute;
        top: 0.3125em;
        right: 6em;*/
        display: inline-block;
    }

    #userBtn {
        display: none;
    }

    #userBtn2 {
        display: inline-block;
    }

    /*#homeBtn {
      position: absolute;
      top: 0.3125em;
      right: 9em;
    }*/
    .myImg {
        height: 200px;
        background: #ffffff
    }

    .topContainer {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .titleTD {
        display: inline;
    }

    .searchTD {
        display: none;
    }

    .footerLink {
        display: inline;
    }

    .notifMainDiv {
        display: block;
    }

    .longQuestion {
        display: block !important;
    }

    .notMobile {
        display: none !important;
    }

    .onlyMobileDisplay {
        display: none !important;
    }

    .mobileAndTabletDisplay {
        display: block !important;
    }

    .themeTitle {
        font-size: 26px;
    }

    .dcTitle {
        font-size: 26px;
    }

    .desktop {
        visibility: visible !important;
    }

    .onlyLargeDesktopTD {
        display: none;
    }

    .mobileBlock {
        display: table-cell;
        width: 50%;
        height: 100%;
    }

    .responseBlock {
        display: block;
        width: 100%;
        height: 100%;
    }

    .responseLeftTD {
        /*border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;*/
        height: 60px !important;
    }

    .question_check {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        margin-left: 10px;
    }

    .questionTable {
        border-spacing: 10px;
        margin-bottom: 0px;
        width: 100%;
        margin: auto;
    }

    .questionDiv {
        font-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px
    }

    .questionTopDiv {
        padding: 5px;
    }

    .quizDiv {
        margin-bottom: 25px;
    }

    #quiz_bottom {
        margin-top: 25px;
    }

    .desktopPaddingRight {
        padding-right: 10px;
    }

    .dcQuestionTitleSize {
        font-size: 16px;
    }

    .dcQuestionSize {
        font-size: 18px;
    }

    .dcQuestionHintSize {
        font-size: 16px;
    }

    .responsesTable {
        width: 100%;
    }

    .desktopTopMargin {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .themeBlock {
        display: inline-block;
        width: 350px;
        vertical-align: middle;
    }

    .tab {
        font-size: 16px;
        padding: 5px 10px 5px 10px;
    }

    .tab_container {
        width: 98%;
        margin: 15px auto;
        border-bottom: 3px solid var(--quizy-intermediate-blue);
        text-align: center;
    }

    .theme_tile {
        text-align: left;
        min-height: 60px;
        margin: 10px 0;
    }

    .theme_text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        max-width: 230px;
    }

    .l1topLeftBlock {
        display: table-cell;
        width: 375px;
        padding-right: 10px;
    }

    .l1topRightBlock {
        display: table-cell;
    }

    .themeRow {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 1px;
        height: 100px;
        border-radius: 5px;
        color: #ffffff;
    }

    .large_button {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        border-radius: 15px;
        color: #ffffff;
        background: #fff;
    }

    .themeRow2 {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        box-shadow: 5px 5px 5px #ddd;
        color: #ffffff;
        background: #fff;
    }
}

@media screen and (min-width: 1135px) {

    /*html .ui-page {
      width: 1021px !important;
      border-left: 3px solid #1C86EE !important;
      border-right: 3px solid #1C86EE !important;
      position: relative !important;
      margin: 0 auto !important;
    }*/
    .ulTop {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }


    .topComponent {
        width: 1135px !important;
        /*border-left: 3px solid #1C86EE !important;
        border-right: 3px solid #1C86EE !important;*/
        position: relative !important;
        margin: 0 auto !important;
    }

    #titreQuizypedia {
        /*margin-left: 35px;
        padding-left: 15px;*/
    }

    /*.formCat {
      display: none;
    }*/
    /*#boutonCompte {
      position: absolute;
      top: 0em;
      right: 0.2em;
      width: 8em;
    }*/
    #mainDiv {
        width: 1135px;
        padding: 0 0 15px 0;
    }


    #mainContent {
        float: left;
        width: 100%;
    }


    .popupCards {
        width: 480px;
    }

    .infoDiv {
        width: 480px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    #headerBtns {
        display: block;
    }

    #topRowBtns {
        display: none;
    }

    #rankingBtn {
        display: inline-block;
    }

    #searchBtn {
        display: none;
    }

    #userBtn {
        display: none;
    }

    #userBtn2 {
        display: inline-block;
    }

    /*#homeBtn {
      position: absolute;
      top: 0.3125em;
      right: 6em;
    }*/
    .myImg {
        height: 250px;
        background: #ffffff
    }

    .topContainer {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .titleTD {
        width: 200px;
        text-align: center;
    }

    .searchTD {
        width: 420px;
    }

    .footerLink {
        display: inline;
    }

    .notifMainDiv {
        display: block;
    }

    .longQuestion {
        display: block !important;
    }

    .notMobile {
        display: block;
    }

    .onlyMobileDisplay {
        display: none !important;
    }

    .mobileAndTabletDisplay {
        display: none !important;
    }

    .desktop {
        visibility: visible !important;
    }

    .onlyLargeDesktopTD {
        display: table-cell;
    }

    .themeTitle {
        font-size: 30px;
    }

    .dcTitle {
        font-size: 30px;
    }

    .mobileBlock {
        display: table-cell;
        width: 50%;
        height: 100%;
    }

    .responseBlock {
        display: block;
        width: 700px;
        height: 100%;
    }

    .responseLeftTD {
        /*border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;*/
        height: 60px !important;
    }

    .question_check {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        margin-left: 10px;
    }

    .questionTable {
        border-spacing: 10px;
        margin-bottom: 0px;
        width: 100%;
    }

    .questionDiv {
        font-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .questionTopDiv {
        padding: 5px;
    }

    .questionBorder {
        border: 1px solid #f0f0f0;
    }

    .quizDiv {
        margin-bottom: 25px;
    }

    #quiz_bottom {
        margin-top: 25px;
    }

    .desktopPaddingRight {
        padding-right: 10px;
    }

    .dcQuestionTitleSize {
        font-size: 16px;
    }

    .dcQuestionSize {
        font-size: 18px;
    }

    .dcQuestionHintSize {
        font-size: 16px;
    }

    .responsesTable {
        width: 700px;
    }

    .desktopTopMargin {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .themeBlock {
        display: inline-block;
        width: 350px;
        vertical-align: middle;
    }

    .tab {
        font-size: 16px;
        padding: 5px 10px 5px 10px;
    }

    .tab_container {
        width: 98%;
        margin: 15px auto;
        border-bottom: 3px solid var(--quizy-intermediate-blue);
        text-align: center;
    }

    .theme_tile {
        text-align: left;
        min-height: 60px;
        margin: 10px 0;
    }

    .theme_text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        max-width: 230px;
    }

    .l1topLeftBlock {
        display: table-cell;
        width: 400px;
        padding-right: 10px;
    }

    .l1topRightBlock {
        display: table-cell;
    }

    .themeRow {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 1px;
        height: 125px;
        border-radius: 5px;
        color: #ffffff;
        margin: 2px;
    }

    .large_button {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        border-radius: 15px;
        color: #ffffff;
        background: #fff;
    }

    .themeRow2 {
        width: 100%;
        /*border-collapse: collapse;*/
        margin-bottom: 2px;
        height: 100px;
        box-shadow: 5px 5px 5px #ddd;
        color: #ffffff;
        background: #fff;
    }
}

* {
    text-shadow: 0 0 0 !important;
}


.ui-panel-inner {
    padding: 0 !important
}

#titreQuizypedia {
    line-height: 2.0em;
    display: inline;
    font-weight: 400;
    font-size: 1.5em;
    color: #ffffff;
    text-shadow: none;
    font-family: var(--title-font);
}


#headerID {
    /*background: #1C86EE;*/
    background: #2B4D87;
    border: 0 solid !important;
    min-height: 56px;
}

a.noDecoration {
    text-decoration: none;
}

.ranking_link {
    text-decoration: underline dashed;
    color: #555 !important;
    font-weight: normal !important;
}

/*a {
  text-decoration: none;
  color: #1C86EE !important;
}*/

.footerLink {
    text-decoration: none;
    color: #1C86EE !important;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*#userBtn {
  position: absolute;
  top: 0.3125em;
  right: 0em;
}

#starBtn {
  position: absolute;
  top: 0.3125em;
  right: 3em;
}*/

.topRightButtons {
    position: absolute;
    top: 0.3125em;
    right: 0em;
}


.largeBtn {
    padding: 4px !important;
    margin-top: 3px !important;
    margin-right: 3px !important;
    border: 0 solid !important;
}

.themeNavBtn {
    padding-top: 4px !important;
    padding-bottom: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0px !important;
    border: 0px !important;
}

.searchPanelBtn {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.topLeft {
    position: absolute;
    left: 0em;
    background: transparent !important;
}

.topRight {
    position: absolute;
    right: 0em;
    background: transparent !important;
}

li.contentLi {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

li.titleLi {
    font-weight: bold;
    text-align: center !important;
}

p.liContent {
    font-size: 1em !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

p.liContentBold {
    font-size: 1em !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: bold !important;
}


p.chronoP {
    height: 250px;
    text-align: center;
    font-weight: bold !important;
    font-size: 28px !important;
    padding-top: 120px;
}

p.failedChrono {
    height: 250px;
    text-align: center;
    font-weight: bold !important;
    padding-top: 120px;
}

td.nameTd {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 5px;
    color: #0662a8;
    font-style: italic;
}

td.valueTd {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

span.name {
    font-style: italic;
    padding-top: 2px;
    padding-bottom: 3px;
    /*text-align: center;
    padding-right: 5px;*/
}

span.value {
    /*padding-left: 10px;
    text-align: center;*/
    padding-top: 2px;
    padding-bottom: 3px;
    font-weight: 700;
}


.point {
    background: #cccccc;
    width: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
}

.noHorizontalBorder {
    border-bottom: 0px;
    border-top: 0px !important;
}

#topRowBtns {
    background: #1C86EE !important;
    border-top: 1px solid #bbbbbb;
}

a.topRowBtn {
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 24%;
    margin-right: 0px !important;
    margin-left: -4px !important; /* This is because links are separated by spaces */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0 solid !important;
}

a.topRowBtnFirst {
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 24%;
    margin-right: 0px !important;
    margin-left: 0px !important; /* Not used for 1st button of the row */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0 solid !important;
}

a.liItem {
    padding-left: 8px;
!important;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;*/
    /* This could be adapted to screen size... */
}

.myFont {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

.myFontTitle {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400 !important;
}

.myFontTitleBold {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700 !important;
}

.myFont2 {
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;*/
    font-family: var(--text-font);
    font-weight: 400 !important;
}

.myFont2Light {
    font-family: var(--text-font);
    font-weight: 200 !important;
}

.myFont2Bold {
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;*/
    font-family: var(--title-font);
    font-weight: 700;
}


.myFontMild {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
}

.myFontBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;

}

.pageTitle {
    font-style: italic;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eeeeee;
}


.myColor {
    color: #389ae5 !important;
}

.noVerticalPadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.noHorizontalPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noVerticalMargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.noHorizontalMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.centerContent {
    text-align: center !important;
}

.fullWidth {
    width: 100%;
}

.noWrap {
    white-space: normal !important;
}

.noBorder {
    border: 0px !important;
}

.onlyBottomBorder {
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: #22396F !important;
}

.reducedHorizontalPadding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.noLeftPadding {
    padding-left: 0px;
}

.menuImg {
    padding-left: 2px;
    padding-right: 5px;
    vertical-align: middle;
}

p.panelText {
    text-align: justify;
    padding: 5px;
    margin: 0;
}

.size32 {
    font-size: 32px !important;
}

.size28 {
    font-size: 28px !important;
}

.size24 {
    font-size: 24px !important;
}

.size20 {
    font-size: 20px !important;
}

.size18 {
    font-size: 18px !important;
}

.size16 {
    font-size: 16px !important;
}

.size14 {
    font-size: 14px !important;
}

.size12 {
    font-size: 12px !important;
}

/*.myImg {
  height: 150px;
  background: #ffffff
}*/

.searchButton {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 5px;
}

.btnTD {
    padding-top: 0px;
    padding-bottom: 0px;
}


.responseRightTD {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bgQuestion {
    background: #f9f9f9;
}

.bgResponse_off {
    background: #efefef;
}

.color_response_off {
    color: #666666;
}

.color {
    color: #444444 !important;
}

.colorGrey {
    color: #555555 !important;
}

.color0 {
    color: #444444 !important;
}

.colorQPBlue {
    /*color: #1C86EE !important;*/
    color: #2B4D87 !important;
}

.colorQPBlue2 {
    /*color: #1C69EE !important;*/
    color: #22396F !important;
}

.colorOption {
    color: #222222 !important;
}

.colorOption2 {
    color: #222222 !important;
}

.colorWhite {
    color: #ffffff !important;
}

.colorBlack {
    color: #000000 !important;
}

.colorUserRanking {
    color: #17B8C5;
}

.color1 {
    /*color: #0000CD !important;*/
    color: #3c5cc9 !important;
}

.color2 {
    color: #FF7F00 !important;
}

.color3 {
    /*color: #40CD40 !important;*/
    color: #58AA58 !important;
}

.color4 {
    color: #389AE5 !important;
}

.color5 {
    color: #A0522D !important;
}

.color6 {
    color: #029D74 !important;
}

.color7 {
    color: #03B4C8 !important;
}

.color8 {
    color: #FD6535 !important;
}

.bgcolor {
    background: #444444 !important;
}

.bgcolor0 {
    background: #444444 !important;
}

.bgcolorOption {
    background: #e9e9e9 !important;
}

.bgcolorRanking1 {
    background: #f7ee00 !important;
}

.bgcolorRanking2 {
    background: #c5bdb6 !important;
}

.bgcolorRanking3 {
    background: #d38644 !important;
}

.bgcolorRankingDefault {
    background: #e9e9e9 !important;
}

.bgcolorOptionWhite {
    background: #ffffff !important;
}

.bgcolorQPBlue {
    /*background: #1C86EE !important;*/
    background: #2B4D87 !important;
}

.bgcolorQPBlue2 {
    /*background: #1C69EE !important;*/
    background: #22396F !important;
}

.bgcolorRight {
    /*background: #65CE3F !important;*/
    /*background: linear-gradient(45deg, #9adf7b, #27aa27);*/
    background: var(--color-right) !important;
}

.bgcolorWrong {
    /*background: #EA7C68 !important;*/
    /*background: linear-gradient(45deg, #f08f8f, #c81010);*/
    background: var(--color-wrong) !important;
}

.bgcolor1 {
    background: #3c5cc9 !important;
}

.bgcolor2 {
    background: #FF7F00 !important;
}

.bgcolor3 {
    background: #58AA58 !important;
}

.bgcolor4 {
    background: #389AE5 !important;
}

.bgcolor5 {
    background: #A0522D !important;
}

.bgcolor6 {
    background: #029D74 !important;
}

.bgcolor7 {
    background: #03B4C8 !important;
}

.bgcolor8 {
    background: #FD6535 !important;
}

.bgcolorv3 {
    background: #444444 !important;
}

.bgcolor0v3 {
    background: #444444 !important;
}

.bgcolor1v3 {
    background: #115293 !important;
}

.bgcolor2v3 {
    background: #ff9000 !important;
}

.bgcolor3v3 {
    background: #4abd39 !important;
}

.bgcolor4v3 {
    background: #12b4ea !important;
}

.bgcolor5v3 {
    background: #963f05 !important;
}

.bgcolor6v3 {
    background: #029D74 !important;
}

.bgcolor7v3 {
    background: #f1c40f !important;
}

.bgcolor8v3 {
    background: #e94826 !important;
}

.colorv3 {
    color: #444444 !important;
}

.color1v3 {
    color: #115293 !important;
}

.color2v3 {
    color: #ff9000 !important;
}

.color3v3 {
    color: #4abd39 !important;
}

.color4v3 {
    color: #12b4ea !important;
}

.color5v3 {
    color: #963f05 !important;
}

.color6v3 {
    color: #029D74 !important;
}

.color7v3 {
    color: #f1c40f !important;
}

.color8v3 {
    color: #e94826 !important;
}

.bordercolor1v3 {
    border-left: 10px solid #115293 !important;
}

.theme_tile_1:hover {
    background: #115293 !important;
    color: #fff !important;
}

.bordercolor2v3 {
    border-left: 10px solid #ff9000 !important;
}

.theme_tile_2:hover {
    background: #ff9000 !important;
    color: #fff !important;
}

.bordercolor3v3 {
    border-left: 10px solid #4abd39 !important;
}

.theme_tile_3:hover {
    background: #4abd39 !important;
    color: #fff !important;
}

.bordercolor4v3 {
    border-left: 10px solid #12b4ea !important;
}

.theme_tile_4:hover {
    background: #12b4ea !important;
    color: #fff !important;
}

.bordercolor5v3 {
    border-left: 10px solid #963f05 !important;
}

.theme_tile_5:hover {
    background: #963f05 !important;
    color: #fff !important;
}

.bordercolor6v3 {
    border-left: 10px solid #029D74 !important;
}

.theme_tile_6:hover {
    background: #029D74 !important;
    color: #fff !important;
}

.bordercolor7v3 {
    border-left: 10px solid #f1c40f !important;
}

.theme_tile_7:hover {
    background: #f1c40f !important;
    color: #fff !important;
}

.bordercolor8v3 {
    border-left: 10px solid #e94826 !important;
}

.theme_tile_8:hover {
    background: #e94826 !important;
    color: #fff !important;
}

.bordercolor1v3_1px {
    border: 1px solid #115293 !important;
}

.bordercolor2v3_1px {
    border: 1px solid #ff9000 !important;
}

.bordercolor3v3_1px {
    border: 1px solid #4abd39 !important;
}

.bordercolor4v3_1px {
    border: 1px solid #12b4ea !important;
}

.bordercolor5v3_1px {
    border: 1px solid #963f05 !important;
}

.bordercolor6v3_1px {
    border: 1px solid #029D74 !important;
}

.bordercolor7v3_1px {
    border: 1px solid #f1c40f !important;
}

.bordercolor8v3_1px {
    border: 1px solid #e94826 !important;
}


.bgcolor1Degra {
    background: linear-gradient(to bottom, #3c5cc9, #41afff) !important;
}

.bgcolor2Degra {
    background: linear-gradient(to bottom, #ff6300, #fcb334) !important;
    /*background: #FF7F00 !important;*/
}

.bgcolor3Degra {
    background: linear-gradient(to bottom, #27ae60, #2adb75) !important
    /*background: #58AA58 !important;*/
}

.bgcolor4Degra {
    background: linear-gradient(to bottom, #389AE5, #4fd4f8) !important
    /*background: #389AE5 !important;*/
}

.bgcolor5Degra {
    background: linear-gradient(to bottom, #983e13, #ed6e32) !important
    /*background: #A0522D !important;*/
}

.bgcolor6Degra {
    background: linear-gradient(to bottom, #029D74, #16e1ac) !important
    /*background: #029D74 !important;*/
}

.bgcolor7Degra {
    background: linear-gradient(to bottom, #03B4C8, #2be9ff) !important
    /*background: #03B4C8 !important;*/
}

.bgcolor8Degra {
    background: linear-gradient(to bottom, #fd5135, #f88d16) !important
    /*background: #FD6535 !important;*/
}

.bbcolor {
    border-bottom: 1px solid #444444 !important;
}

.bbcolor0 {
    border-bottom: 1px solid #444444 !important;
}

.bbcolorWhite {
    border-bottom: 1px solid #ffffff !important;
}

.bbcolorOption {
    border-bottom: 1px solid #e9e9e9 !important;
}

.bbcolorRight {
    border-bottom: 1px solid #3CB371 !important;
}

.bbcolorWrong {
    border-bottom: 1px solid #EE5C42 !important;
}

.bbcolorRanking1 {
    border-bottom: 1px solid #f7ee00 !important;
}

.bbcolorRanking2 {
    border-bottom: 1px solid #c5bdb6 !important;
}

.bbcolorRanking3 {
    border-bottom: 1px solid #d38644 !important;
}

.bbcolorRankingDefault {
    border-bottom: 1px solid #d9d9d9 !important;
}

.bbcolor1 {
    border-bottom: 1px solid #3c5cc9 !important;
}

.bbcolor2 {
    border-bottom: 1px solid #FF7F00 !important;
}

.bbcolor3 {
    border-bottom: 1px solid #58AA58 !important;
}

.bbcolor4 {
    border-bottom: 1px solid #389AE5 !important;
}

.bbcolor5 {
    border-bottom: 1px solid #A0522D !important;
}

.bbcolor6 {
    border-bottom: 1px solid #029D74 !important;
}

.bbcolor7 {
    border-bottom: 1px solid #03B4C8 !important;
}

.bbcolor8 {
    border-bottom: 1px solid #FD6535 !important;
}

.blcolor1 {
    border-left: 10px solid #3c5cc9 !important;
}

.blcolor2 {
    border-left: 10px solid #FF7F00 !important;
}

.blcolor3 {
    border-left: 10px solid #58AA58 !important;
}

.blcolor4 {
    border-left: 10px solid #389AE5 !important;
}

.blcolor5 {
    border-left: 10px solid #A0522D !important;
}

.blcolor6 {
    border-left: 10px solid #029D74 !important;
}

.blcolor7 {
    border-left: 10px solid #03B4C8 !important;
}

.blcolor8 {
    border-left: 10px solid #FD6535 !important;
}

.buttonOn {
    background-color: #6a6a6a !important;
}

.buttonOff {
    background-color: #999999 !important;
}

.borderColorNotif {
    /*border: 1px solid #EE5C42 !important;*/
    border: 1px solid #1C86EE !important;
}

.authorLink {
    font-weight: 300 !important;
    text-decoration: none;
}

.authorLink:hover {
    text-decoration: underline;
}

.linkTitle {
    font-weight: bold !important;
    text-decoration: none;
    color: #ffffff !important;
}

.linkTitle:hover {
    text-decoration: underline;
}

.underlineOnHover {
    text-decoration: none;
}

.underlineOnHover:hover {
    text-decoration: underline;
}

.globalLink:hover td, .globalLink:hover .authorLink {
    background: #444444 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLinkOption:hover td, .globalLinkOption:hover .authorLink {
    background: #e9e9e9 !important;
    color: #555555 !important;
    text-shadow: 0 0 0;
}

.globalLinkOptionWhite:hover td, .globalLinkOptionWhite:hover .authorLink {
    background: #ffffff !important;
    color: #555555 !important;
    text-shadow: 0 0 0;
}

.globalLink1:hover td, .globalLink1:hover .authorLink {
    background: #3c5cc9 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLink2:hover td, .globalLink2:hover .authorLink {
    background: #FF7F00 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLink3:hover td, .globalLink3:hover .authorLink {
    background: #58AA58 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLink4:hover td, .globalLink4:hover .authorLink {
    background: #389AE5 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLink5:hover td, .globalLink5:hover .authorLink {
    background: #A0522D !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLink6:hover td, .globalLink6:hover .authorLink {
    background: #029D74 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLink7:hover td, .globalLink7:hover .authorLink {
    background: #03B4C8 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.globalLink8:hover td, .globalLink8:hover .authorLink {
    background: #FD6535 !important;
    color: #ffffff !important;
    text-shadow: 0 0 0;
}

.color9 {
    /*color: #5050A0 !important;*/
    color: #FD6535 !important;
}

.ui-btn-active.color1, .ui-btn-active.color2, .ui-btn-active.color3,
.ui-btn-active.color4, .ui-btn-active.color5, .ui-btn-active.color6,
.ui-btn-active.color7, .ui-btn-active.color8, .ui-btn-active.color9 {
    color: #ffffff !important;
}

.ui-filterable div {
    margin: 0px !important;
}

.ui-filterable input {
    font-weight: 700;
}

span.uiOption {
    padding: 4px;
}

span.selectedOption {
    border: 1px #aaaaaa solid;
    color: #888888;
    background: #e9e9e9;
}

span.unselectedOption {
    border: 1px #e9e9e9 solid;
    color: #888888;
    background: #f5f5f5;
}

.pTitle {
    /*text-align: center !important;*/
    font-size: 16px !important;
    font-weight: bold !important;
    color: #1C86EE;
}

.pText {
    font-size: 16px !important;
    text-align: justify;
    padding-bottom: 15px;
}

.justify {
    text-align: justify;
}

.tips {
    padding: 15px;
    font-size: 14px !important;
    text-align: justify;
    border: 1px dotted #1C86EE;
}

.tipsTitle {
    font-weight: bold;
    color: #1C86EE;
}

.explanationsTable td {

}

.explanationsTD {
    text-align: justify;
    padding-left: 10px;
    padding-bottom: 15px;
}

a.simpleLink {
    text-decoration: none;
    color: #1C86EE;
}


.notifCount {
    border-radius: 10px;
    background: #EC594E;
    color: #ffffff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.disk {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #999999;
    display: inline-block;
    margin-right: 4px;
}

.disk1 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin-right: 4px;
}

.disk2 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #666666;
    display: inline-block;
    margin-right: 4px;
}

.disk3 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #666666;
    display: inline-block;
    margin-right: 4px;
}

.disk4 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #666666;
    display: inline-block;
    margin-right: 4px;
}

.disk5 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin-right: 4px;
}

.disk6 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin-right: 4px;
}

.disk7 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #666666;
    display: inline-block;
    margin-right: 4px;
}

.disk8 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin-right: 4px;
}

.onlineDisk {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    margin-right: 4px;
    background: #12a912;
}

.diskRecord {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #f8e40b !important;
    display: inline-block;
    margin-right: 4px;
}

.emptyDisk {
    background: none;
}

.goldDisk {
    background: #f8e40b;
}

.silverDisk {
    background: #bbbbbb;
}

.bronzeDisk {
    background: #CD853F;
}

.whiteDisk {
    background: #ffffff;
}

.blackDisk {
    background: #000000;
    border: 1px solid #999999;
}

.waterDisk {
    background: #84dfe9;
}


.noScore {
    color: #ffffff;
}

.goldScore {
    color: #f8e40b;
}

.silverScore {
    color: #bbbbbb;
}

.bronzeScore {
    color: #CD853F;
}

.whiteScore {
    color: #ffffff;
}

.blackScore {
    color: #000000;
}

.waterScore {
    color: #84dfe9;
}

.emptyDiskv3 {
    background: #e9e9e9;
    color: #444444;
    /*border: 3px dashed #444444;*/
}

.goldDiskv3 {
    background: #f8e40b;
    color: #444444;
}

.silverDiskv3 {
    background: #bbbbbb;
    color: #ffffff;
}

.bronzeDiskv3 {
    background: #CD853F;
    color: #ffffff;
}

.whiteDiskv3 {
    background: #ffffff;
    color: #444444;
    border: 3px solid #444444;
}

.blackDiskv3 {
    background: #333333;
    color: #eeeeee;
}

.waterDiskv3 {
    background: #84dfe9;
    color: #000000;
}

.quizRecordv3 {
    border: 4px solid #f8d40b;
}

.emptyDiskv3Ribbon {
    background: #e9e9e9;
    color: #444444;
    /*border: 3px dashed #444444;*/
}

.goldDiskv3Ribbon {
    background: #f8e40b;
    color: #444444;
}

.silverDiskv3Ribbon {
    background: #bbbbbb;
    color: #444444;
}

.bronzeDiskv3Ribbon {
    background: #CD853F;
    color: #444444;
}

.whiteDiskv3Ribbon {
    background: #ffffff;
    color: #444444;
}

.blackDiskv3Ribbon {
    background: #333333;
    color: #eeeeee;
}

.waterDiskv3Ribbon {
    background: #84dfe9;
    color: #444444;
}

.quizRecordv3Ribbon {
    /*border: 2px solid #f8d40b;*/
    color: #f8d40b !important;
}

.bgcolorCell1 {
    background: #1c86ee !important;
}

.bgcolorCell2 {
    background: #1c69ee !important;
}

.bgcolorCell3 {
    background: #044FB1 !important;
}

.bgcolorCell4 {
    background: #09308D !important;
}

.themeResult1Row {
    position: absolute;
    line-height: 7px;
    height: 22px;
    width: 30px;
    top: 0;
    left: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.themeResult2Rows {
    position: absolute;
    line-height: 7px;
    height: 30px;
    width: 30px;
    top: 0;
    left: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.themeResult3Rows {
    position: absolute;
    line-height: 7px;
    height: 43px;
    width: 30px;
    top: 0;
    left: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.themeTitle {
    padding-left: 15px;
}

.messageBody {
    font-size: 14px !important;
    white-space: normal !important;
}

.messageBodyQuote {
    font-size: 12px !important;
    white-space: normal !important;
}


.searchNavBtn {
    width: 100px;
}

.noRightMargin {
    margin-right: 0;
}

.optionTable {
    vertical-align: middle;
    height: 50px;
    width: 100%;
    border-collapse: collapse
}

.ranking_table {
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.propTable {
    vertical-align: middle;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    border-color: #999999;
    border-collapse: separate;
}

.themeTable {
    vertical-align: middle;
    height: 70px;
    width: 100%;
    border-collapse: collapse
}

.themeTDLeft {
    height: 100%;
    border-radius: 15px;
}

/*.themeTDLeftSmallBottomPadding {
  height: 100%;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 0px;
}*/

.themeTDLeftSmallPadding {
    height: 100%;
    padding: 0;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.themeTDMiddle {
    height: 100%;
    width: 30px;
    padding: 0 !important;
}


.diag {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    transform: skew(-15deg);
    height: 100%;
    width: 30px;
    position: relative;
    top: 0;
    right: -14px;
}

/* Skewed div, used on the left side (i.e. complements a first TD by being on its right) */
.diagLeft {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    transform: skew(-15deg);
    height: 100%;
    width: 30px;
    position: relative;
    top: 0;
    left: -14px;
}

.diag2 {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    transform: skew(-15deg);
    height: 100%;
    width: 30px;
    position: relative;
    top: 0;
    right: -16px;
}


.themeTDRight {
    height: 100%;
    width: 70px;
    padding: 0 !important;
    vertical-align: bottom;
    text-align: center;
}


.themeTDRightCenter {
    height: 100%;
    width: 70px;
    padding: 0 !important;
    vertical-align: center;
    text-align: center;
}

.optionTDRight {
    height: 100%;
    width: 50px;
    padding: 0 !important;
    vertical-align: center;
    text-align: center;
}

.optionTDRightCenter {
    height: 100%;
    width: 50px;
    padding: 0 !important;
    vertical-align: center;
    text-align: center;
}

.cardSelDiv {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
}

.cardEditorName {
    font-style: italic;
    /*border-bottom: 1px dotted #389ae5;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 5px;
    color: #389ae5;
}

.defaultCursor {
    cursor: default;
}

.optionCursor {
    cursor: pointer;
}

.resultTD {
    border-radius: 10px;
}

.noMobileBorderSpacing {
    border-spacing: 0px;
}

/*.noMobileBorderSpacing td {
  padding: 0;
}*/


.fb-like {
    height: 20px;
    overflow: hidden;
}

/*.themeRow {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1px;
    height: 125px;
    border-radius: 5px;
}*/

/*.themeRow a {
    font-weight: normal !important;
}

.themeRow:hover {
    background: #f8f8f8;
}

.themeRow:hover  .imgTitle{
    opacity: 1.0;
}*/

.opacityLink {
    text-decoration: none;
    color: inherit !important;
    font-weight: inherit !important;
}

.opacityLink:hover {
    color: #000 !important;
}

.opacityLight {
    opacity: 0.8;
}

.themeRowTitle {
    padding: 10px;
    text-align: center;
}

.themeRowLeft {
    text-align: left;
    font-size: 14px;
    width: 120px;
    padding-left: 15px;
    padding-bottom: 5px;
    height: 34px;
}

.themeRowMiddle {
    text-align: center;
    padding-bottom: 5px;
    height: 34px;
}

.themeRowRight {
    text-align: right;
    width: 120px;
    padding-right: 15px;
    padding-bottom: 5px;
    height: 34px;
}

.imgTitle {
    width: 100%;
    height: 50px;
    opacity: 0.7;
}

.linkOpacity {
    opacity: 1;
}

.linkOpacity:hover {
    opacity: 0.8;
}

.linkOpacityOff {
    opacity: 0.6;
}

.linkOpacityOff:hover {
    opacity: 1;
}


.bgcolorGrey0 {
    background: #888888 !important;
}

.bgcolorGrey1 {
    background: #999999 !important;
}

.bgcolorGrey2 {
    background: #aaaaaa !important;
}

.bgcolorGrey3 {
    background: #bbbbbb !important;
}

.box {
    position: relative;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #777777;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #777777;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #777777;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #777777;
}

@media (max-width: 320px) {
    .hiddenSmallMobile {
        display: none;
    }
}

@media (min-width: 321px) {
    .hiddenSmallMobile {
        display: block;
    }
}

.resultContainer {
    margin: auto;
    width: 80%;
    padding-top: 20px;
    border-radius: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.resultH1 {
    padding: 20px;
    color: #fff;
}


.noResult .resultContainer {
    background: #666666;
}

.noResult .resultH1 {
    background: #90c9ed;
}

.noResult .arrowLeft {
    border-top: 10px solid #67a7dd;
}

.noResult .arrowRight {
    border-top: 10px solid #67a7dd;
}

.resultDraw .resultContainer {
    background: #22396F;
}

.resultDraw .resultH1 {
    background: #e9e9e9;
}

.resultDraw .arrowLeft {
    border-top: 10px solid #aaaaaa;
}

.resultDraw .arrowRight {
    border-top: 10px solid #aaaaaa;
}

.resultLoss .resultContainer {
    background: #D53737;
}

.resultLoss .resultH1 {
    background: #e9e9e9;
}

.resultLoss .arrowLeft {
    border-top: 10px solid #aaaaaa;
}

.resultLoss .arrowRight {
    border-top: 10px solid #aaaaaa;
}

.cardTitle {
    border-radius: 5px 5px 0 0;
    padding: 10px 5px;
}

.qpButton {
    border-radius: 5px;
}

.qpButton-disabled {
    opacity: 0.2 !important;
    cursor: default;
}

.qpButton-disabled:hover {
    opacity: 0.2 !important;
    cursor: default;
}

.leftContent {
    text-align: left;
}

.menuItem {
    padding: 15px;
}

.hidden {
    display: none;
}


.index_header {
    line-height: 1.4em;
    display: inline;
    font-weight: bold;
    font-size: 1.2em;
    color: #2B4D87;
    text-shadow: none;
}

.tile_container {
    text-align: center;
}

.notif_count {
    background: #f08f28;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tile {
    color: #fff;
    background: #1d7eb3;
    padding: 0 10px;
    display: inline-block;
    width: 300px;
    height: 160px;
    box-sizing: border-box;
    font-family: 'Open sans';
    font-weight: normal;
    margin: 5px;
}

.tile_title {
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
    font-family: var(--title-font);
}

.tile_subtitle {
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    font-family: var(--text-font);
}

.tile_icon {
    font-size: 56px;
    text-align: center;
}

.no_background {
    background: none !important;
}

.tile_2 {
    color: #fff;
    /*background: #1d7eb3;*/
    background: var(--quizy_gradient);
    display: inline-block;
    width: 310px;
    height: 80px;
    box-sizing: border-box;
    font-family: 'Open sans';
    font-weight: normal;
    margin: 5px;
    font-size: 0;
    text-align: left;
    vertical-align: top;
    border-radius: 15px;
}

.tile_title_2 {
    font-size: 20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: var(--title-font);
}

.tile_subtitle_2 {
    font-size: 14px;
    text-align: left;
    opacity: 0.8;
    font-family: var(--text-font);
}

.tile_icon_2 {
    font-size: 56px;
    text-align: center;
    display: inline-block;
    width: 70px;
    padding-top: 0px;
}

.tile_icon_2bis {
    font-size: 48px;
    text-align: center;
    display: inline-block;
    width: 70px;
    padding-top: 5px;
}

.tile_text_2 {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    padding-left: 10px;
}

.tile_3 {
    color: #fff;
    background: var(--quizy_gradient);
    display: inline-block;
    width: 310px;
    height: 100px;
    box-sizing: border-box;
    font-family: 'Open sans';
    font-weight: normal;
    margin: 5px;
    font-size: 0;
    text-align: left;
    vertical-align: top;
    border-radius: 15px;
    padding: 5px;
}

.tile_title_3 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: var(--title-font);
}

.tile_subtitle_3 {
    font-size: 14px;
    text-align: center;
    opacity: 0.8;
    font-family: var(--text-font);
}

.tile_icon_3 {
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-top: 20px;
    border-radius: 20px;
}

.tile_icon_3bis {
    font-size: 48px;
    text-align: center;
    display: inline-block;
    width: 70px;
    padding-top: 15px;
}

.tile_text_3 {
    display: inline-block;
    width: 256px;
    vertical-align: top;
}

.theme_block_bookmark {

}

.theme_separator {
    border: solid 1px #ddd;
    width: 90%;
}

.theme_title_link {
    color: #888 !important;
    text-decoration: none;
    margin-left: 5px;
}

.theme_title_link:hover {
    color: #555 !important;
    text-decoration: underline;
}

.button_link {
    text-decoration: none;
}

.card_button {
    color: #fff;
    width: 40px;
    font-size: 24px;
    border-radius: 20px;
    height: 40px;
    cursor: default;
    line-height: 40px;
    margin: 0 8px;
    display: inline-block;
}

.card_button_disabled {
    opacity: 0.4;
}

.tab {
    text-align: center;
    font-family: var(--title-font);
    display: inline-block;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: default;
}

.tab_selected {
    background: var(--quizy-intermediate-blue);
    color: #fff;
    /*border-top: 3px solid #555;
    border-left: 3px solid #555;
    border-right: 3px solid #555;*/
}

.tab_unselected {
    background: #fff;
    color: var(--quizy-intermediate-blue);
    /*border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;*/
}

.theme_cups {
    display: inline-block;
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 20px;
    background: #777;
}

.theme_cup {
    border-radius: 15px;
}

.small_cup {
    padding: 0 2px;
    display: inline-block;
    margin: 0 1px;
    /*color: #999;*/
}

.small_cup_record {
    border: 2px solid #f8e40b;
}

.empty_cup {
    color: #fff;
    opacity: 0.5;
}

.gold_cup {
    color: #f8e40b;
}

.silver_cup {
    color: #d2d1d1;
}

.bronze_cup {
    color: #E8B380;
}

.white_cup {
    color: #ffffff;
}

.black_cup {
    color: #000000;
    /*color: #aaa;*/
}

.water_cup {
    color: #84dfe9;
}

.theme_icon_container_theme_tile {
    margin-left: 5px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 60px;
    vertical-align: middle;
    display: inline-block;
}

.theme_icon_container_theme_tile_bookmark {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
}

.theme_icon_container_small_disk {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
}

.result_icon_container {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
}

.result_icon {
    padding: 14px;
}

.theme_title_theme_page {
    display: inline;
    margin-left: 5px;
}

.duel_title {
    display: inline;
}

.theme_page_main_title {
    margin-bottom: 10px;
}

.theme_icon_small_disk {
    padding-top: 6px;
}

.theme_icon_large_disk {
    padding-top: 14px;
}

.theme_icon_bookmark {

}

.category_icon_container_category_tile {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    vertical-align: middle;
    display: inline-block;
}

.category_icon_container_small_tile {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
}

.category_icon {
    padding-top: 8px;
}

.category_icon_small {
    padding-top: 4px;
}

.theme_page_title_container {
    text-align: center;
    margin: 15px 0;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
}

.theme_page_text {
    margin-bottom: 10px;
    color: #333;
}

.icon_duel_result {
    margin-right: 10px;
}

.quizy_textarea {
    width: 100%;
    border: none;
    height: 8em;
    border-radius: 8px;
    padding: 4px;
}

.quizy_gradient {
    background: var(--quizy_gradient) !important;
}

.quizy_gradient_2 {
    background: linear-gradient(45deg, #aaa, #666) !important;
}

.quizy_gradient_3 {
    background: var(--quizy_gradient_3) !important;
}

.quizy_gradient_loss {
    background: linear-gradient(45deg, #e18383, #b01e0f);
}

.quizy_gradient_win {
    background: linear-gradient(45deg, #90d278, #358a1d);
}

.quizy_gradient_draw {
    background: linear-gradient(45deg, #aaa, #666) !important;
}

.bookmark_button {
    color: #fbc905 !important;
    border: none;
    background: #fff;
    border-radius: 16px;
    height: 32px;
    padding: 1px 4px;
}

.td_opponent_name {
    width: 160px;
    vertical-align: middle;
}

.td_opponent_icon {
    width: 30px;
}

.div_opponent_name {
    width: 150px;
    height: 70px;
    border-radius: 15px;
    padding: 5px;
    display: inline-block;
}

.opacity05 {
    opacity: 0.5;
}

.win_bg {
    background: #d4f7d4 !important;
}

.loss_bg {
    background: #f7e1e1 !important;
    font-style: italic;
}

.opponent_tile {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 5px;
    margin: 5px;
    cursor: default;
    text-align: left;
}

.opponent_tile_selected {
    border: 2px solid #555;
}

.opponent_tile_disabled {
    opacity: 0.7;
}

.opponent_name {
    display: inline-block;
    margin-right: 20px;
}

.opponent_results {
    display: inline-block;
    margin-left: 5px;
}

.opponent_message {
    font-style: italic;
    font-size: 14px;
}

.opponent_status {
    font-style: italic;
    display: inline-block;
    font-size: 14px;
}

.opponent_point {
    display: inline-block;
    margin: 3px 0;
}

.opponent_point_text {
    font-size: 14px;
}

.opponent_selection_icon {
    border-radius: 18px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.bg_problem {
    background: #dfc4c4;
}

.color_problem {
    color: #555;
}

.quiz_trophy {
    padding: 3px 2px 5px 2px;
    margin-top: 10px;
    border-radius: 20px;
}

.quizy_border_1px {
    border: 1px solid var(--question_background);
}

.explanations_item {
    font-weight: normal !important;
}

.ranking_nav_button {
    color: #555;
    cursor: default;
}

.ranking_data_cell {
    min-width: 137px;
}

.ranking_cell_left {
    width: 45px;
    display: table-cell;
    padding: 3px 1px;
}

.ranking_cell_center {
    width: 100%;
    display: table-cell;
    line-height: 40px;
    padding-left: 5px;
    text-align: left;
}

.ranking_cell_right {
    min-width: 137px;
    display: table-cell;
    padding-right: 1px;
    text-align: right;
    vertical-align: middle;
}

.ranking_name_cell {
    text-overflow: ellipsis;
    overflow: hidden;
}

.res_main_msg {
    font-weight: bold;
    padding: 15px;
    border-radius: 15px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 290px;
}

.sub_res {
    margin: 10px 15px 0 15px;
    display: inline-block;
}

.res_sub_msgs {

}

.res_icon {
    opacity: 0.5;
    padding-right: 15px;
}

.res_icon_no_padding {
    opacity: 0.5;
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.res_sub_msg {
    background: var(--quizy_gradient_3);
    display: inline-block;
    border-radius: 15px;
    font-size: 18px;
    padding: 10px;
    margin: 3px;
    color: #555;
    font-weight: bold;
    min-width: 90px;
    font-family: var(--text-font);
}

.header_grey {
    background: #ddd !important;
}

.check_unknown {
    background: #ccc;
}

.check_right_not_selected {
    background: var(--question_background);
}

.question_proposition {
    display: inline-block;
}

.border_wrong {
    border: var(--response-border-width) solid var(--color-wrong) !important;
    background: var(--color-other-responses) !important;
    opacity: 1 !important;
}

.border_right {
    border: var(--response-border-width) solid var(--color-right) !important;
    /*background: var(--color-right) !important;*/
}

.border_invalid_proposition {
    border: var(--response-border-width) solid var(--color-other-responses);
    background: var(--color-other-responses) !important;
}

.border_unknown {
    border: var(--response-border-width) solid #f0f1f8;
}

.bgResponse {
    background: #f0f1f8;
}

.question_theme_title {

}

#best_result_div {
    margin-bottom: 15px;
}

.question_icon {
    font-size: 20px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 5px;
    display: inline-block;
}

.question_theme_title_text {
    opacity: 0.75;
    display: inline;
}

.notif_bar {
    border-top: 1px solid #fff;
    background: var(--quizy_gradient_bottom);
}

.mq_tile {
    background: var(--quizy_gradient_3);
    display: inline-block;
    border-radius: 15px;
    font-size: 16px;
    padding: 10px;
    margin: 3px;
    color: #fff;
    font-weight: bold;
}

.mq_tile_username {
    color: #000;
}

.mq_tile_subtitle {
    color: #555;
}

.mq_results_details {
    font-family: var(--text-font);
    font-size: 15px;
}

.mq_daily_score {
    padding-top: 5px;
}

.category_filter_button {
    display: inline-block;
    width: 140px;
    text-align: left;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 5px;
    margin: 5px;
    vertical-align: middle;
    box-shadow: 5px 5px 5px #ddd;
}

.category_button {
    display: inline-block;
    width: 140px;
    text-align: left;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 5px;
    margin: 5px;
    vertical-align: middle;
    cursor: default;
    box-shadow: 5px 5px 5px #ddd;
}

.category_button_name {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    padding-left: 5px;
    font-family: var(--text-font);
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.current_main_category {
    border: 2px solid #555;
}

.category_stats {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 2px solid #555;
}

.quizy_right_bg {
    background: #072377 !important;
}

.ux_step {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--title-font);
}

.ux_block {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-family: var(--text-font);
}

.page_top_message {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    font-weight: bold;
    max-width: 500px;
    margin: 10px auto;
}

.current_section {
    color: #f0cf6d !important;
}

.simpleButton {
    padding: 10px 20px;
    margin: 10px;
    text-decoration: none !important;
}

.trophy_class {
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    width: 30px;
}

.form_field {
    margin: 10px 0 20px 0;
    font-size: 20px;
    color: #555;
}

.form_label {
    font-size: 20px;
    color: #999;
    display: block;
}

.form_page {
    max-width: 600px !important;
    margin: auto;
    text-align: center
}

.quizy_large_button {
    border-radius: 5px;
    max-width: 400px;
    padding: 10px;
    cursor: default;
    display: inline-block;
}

.theme_row_left_cell {
    width: 60px;
}

.theme_row_right_cell {
    width: 100%;
}

.search_result_border_top {
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.search_result_border_bottom {
    border-width: 2px;
    border-style: solid;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.theme_tile_bookmark:hover {
    color: #fff !important;
}

/* Classement affiché par défaut */
.ranking-list {
    padding: 0;
    display: block; /* Affiché par défaut */
}

.toggle-ranking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    max-width: 100%;
    width: auto;
    cursor: pointer;
    box-sizing: border-box;
}

.toggle-ranking:hover {
    opacity: 0.8;
}

.toggle-ranking i {
    width: 10%;
    text-align: left;
    flex-shrink: 0;
}

.toggle-ranking .myFont2Bold {
    width: 90%;
    text-align: center;
    flex-shrink: 0;
}

.pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.pagination-btn {
    background: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    flex: 1;
    max-width: 40px;
    text-align: center;
    outline: none;
}

#user-search,
.pagination-btn:focus,
.pagination-btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.pagination-btn:hover {
    background: #e0e0e0;
}

.highlight {
    background-color: #bbdefb;
    font-weight: bold;
}

#page-info {
    flex: 0 0 50%;
    text-align: center;
    font-weight: bold;
}

#ranking-container {
    padding-left: 3px;
    padding-right: 3px;
}


.search-user-container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.search-user-container > .ui-input-text {
    flex: 1 1 88% !important;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;

    /* Ajout de l'icône loupe */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.701%2013.721%22%20width%3D%2213.701%22%20height%3D%2213.721%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M10.021%2C8.626C10.638%2C7.738%2C11%2C6.662%2C11%2C5.5C11%2C2.463%2C8.537%2C0%2C5.5%2C0S0%2C2.463%2C0%2C5.5S2.463%2C11%2C5.5%2C11%20c1.152%2C0%2C2.221-0.356%2C3.105-0.962l3.682%2C3.683l1.414-1.414L10.021%2C8.626z%20M5.5%2C9C3.567%2C9%2C2%2C7.433%2C2%2C5.5S3.567%2C2%2C5.5%2C2S9%2C3.567%2C9%2C5.5%20S7.433%2C9%2C5.5%2C9z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 16px 16px;

    padding-left: 25px;
}

.search-user-container > button {
    flex: 1 1 12% !important;
    max-width: 40px;
}

@media (min-width: 768px) {

    .hide-on-desktop {
        display: none !important;
    }

    /* Cacher le bouton sur grand écran */
    .toggle-ranking {
        display: none;
    }

    #mainContentNoLeft {
        display: flex;
        gap: 20px;
        flex-direction: row; /* Classement à gauche sur grand écran */
    }

    #ranking-container {
        display: block !important;
    }

    .ranking-container {
        width: 30%; /* Classement à gauche sur grand écran */
    }

    .ranking-list {
        display: block;
    }

    .content {
        flex: 1;
    }

    .ad-container {
        display: flex;
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .hide-on-mobile {
        display: none !important;
    }


    #mainContentNoLeft {
        display: flex;
        flex-direction: column; /* Classement en dessous sur petit écran */
    }

    .ranking-container {
        display: block;
        order: 2;
    }

    .ranking-list {
        display: block; /* Classement ouvert par défaut sur petit écran */
    }

    .ad-container {
        display: block;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#share-copy-text.show-tooltip .tooltip {
    opacity: 1;
    visibility: visible;
}

#share-copy-text .tooltip {
    display: none;
    position: absolute;
    top: -28px;
    left: -50px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#share-copy-text .tooltip::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

/* Barre de 20 réponses: 1 ligne par défaut (20 colonnes), 2 lignes de 10 sur petit écran */
#answers-visual-bar {
    display: grid;
    grid-template-columns: repeat(20, 14px);
    grid-auto-rows: 14px;
    gap: 4px;
    align-items: center;
    width: max-content;
}

/* En dessous de ~420px: 10 colonnes -> 2 lignes (total 20) */
@media (max-width: 420px) {
    #answers-visual-bar {
        grid-template-columns: repeat(10, 14px);
    }
}

/* Sécurité: dimensions des carrés si jamais le JS ne les définit pas */
#answers-visual-bar > div {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

/* Wrapper: réserver l'espace pour l'icône à droite, centrage propre */
#answers-wrapper {
    display: grid;
    grid-template-columns: max-content auto;
    justify-content: center;
    align-items: center;
    gap: 5px 8px;
    margin: 8px 0;
}

/* Icône copier: ne jamais se faire rogner, rester sur une seule ligne */
#share-copy-text {
    position: relative;
    overflow: visible !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    white-space: nowrap;
    cursor: pointer;
}

/* Ultra-petits écrans: possibilité de passer l'icône en dessous pour éviter tout recouvrement */
@media (max-width: 360px) {
    #answers-wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    #share-copy-text {
        margin-top: 6px;
    }
}

/* Suggestions de recherche joueurs (séparation CSS) */
.user-search-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 320px; /* laisse le layout s'adapter; ajuste au besoin */
}

#user-search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    max-height: 220px;
    overflow-y: auto;
    display: none; /* contrôlé par JS */
}

#user-search-suggestions .user-suggestion-item {
    padding: 6px 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#user-search-suggestions .user-suggestion-item:hover,
#user-search-suggestions .user-suggestion-item.active {
    background: #f0f0f0;
}
