/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*----------------------------------------GENERAL STYLES AND CLASSES----------------------------------------*/
html, body{
    overflow-x: hidden !important;
}
.elementor-widget-image a img[src$=".svg"] {
    width: inherit !important;
}
/*DISABLE OUTLINE*/
a:focus-visible { 
	outline: none !important;
}
.overflow-hidden, .overflow-hidden .elementor-widget-container, .healthbar{
	overflow: hidden !important;
}
@media (max-width:768px){
    .overflow-hidden-mobile{
        overflow: hidden !important;
    }
}
/*FIX DEFAULT LINK COLOR ELEMENTOR*/
.inherit a{
	color: inherit !important;
}
.underline a{
	text-decoration: underline !important;
}
.height100, .height100 .elementor-widget-container{
	height: 100% !important;
}
.width100, .width100 .elementor-widget-container{
	width: 100% !important;
}
.cta a::before{/*THIS EXTENDS THE LINK TO THE ENTIRE WIDGET BLOCK*/
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.pointer:hover{
	cursor: pointer;
}
@media (max-width: 768px){
	.overflow-x{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
    }
    .nobr br{
		display: none;
	}
}

/*----------------------------------------LOGIN----------------------------------------*/
.bg-blur-mask{
	background: rgba(18, 20, 50, 0.75);
	backdrop-filter: blur(25px);
}
#elementor-popup-modal-154{
	background: rgba(18, 20, 50, 0.45) !important;
	backdrop-filter: blur(25px);
}
.itim{
	font-family: "Itim" !important;
	font-size: calc(100%*1.4);
}
/*----------------------------------------HOME----------------------------------------*/
.opacity35{
	opacity: 1;
}
/*----------------------------------------QUEST 1----------------------------------------*/
.itim-light{
	font-family: "Itim" !important;
	font-size: calc(100%*1.4);
	font-weight: 400 !important;
}
.blur-overlay{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(5px);
}
.video-no-ratio .elementor-wrapper {
    --video-aspect-ratio: unset !important;
}

/*----------------------------------------END PAGE----------------------------------------*/
.blue-bg{
    background-image: url(/wp-content/uploads/2025/01/bg-blue-itim.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: white !important;
    padding: 20px;
    white-space: nowrap !important;
}
.score{
    color: #fff !important;
}
.score .elementor-widget-container{
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 20px !important;
}
.score h5{
    margin: 0px !important;
    font-weight: bold !important;
}
.vertical-separator{
    display: flex;
    height: 100%;
    width: 2px;
    background: rgba(255, 255, 255, 0.20);
}
.country-ranking{
    text-align: center;
}
.gamipress-leaderboard-title{
    display: none;
}
.leaderboard .elementor-shortcode{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.gamipress-leaderboard{
    max-height: 450px;
    overflow-y: scroll;
}
@media (max-width: 768px){
    .gamipress-leaderboard-table-responsive{
        display: inline !important;
    }
}

.gamipress-leaderboard-table-responsive.gamipress-leaderboard-table-responsive-toggleable tr td.column-display_name:after {
        filter: invert(1) !important;
    }
.thank-you{
    display: none;
}
.references li{
    margin-bottom: 12px !important;
}
.references ol{
    padding-inline-start: 12px !important;
}
/*----------------------------------------SCROLLBAR CuSTOM----------------------------------------*/

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	background-color: #262A63;
	border-radius: 20px;
	border: 3px solid #262A63;
}
/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge, .grecaptcha-badge *{
    display: none !important;
}





@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/vingt-deux-theme/Poppins-Regular.woff2') format('woff2'),
        url('/wp-content/themes/vingt-deux-theme/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/vingt-deux-theme/Poppins-Bold.woff2') format('woff2'),
        url('/wp-content/themes/vingt-deux-theme/Poppins-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*----------------------------------------H5P CUSTOMIZATION----------------------------------------*/

div.h5p-question-introduction{
  display: none !important;
}
.h5p-content > *:focus, .h5p-content > *:focus-visible {
    outline: none !important;
}
.h5p-content > *{
  font-family: 'Poppins' !important;
}
.h5p-multichoice .h5p-answer:not([aria-disabled="true"]):focus .h5p-alternative-container {
    outline: none !important;
}
.h5p-multichoice .h5p-answer .h5p-alternative-container:before {
    border-radius: 3px !important;
    color: #262A62 !important;
}
.h5p-multichoice .h5p-alternative-container {
    border-radius: 0px !important;
    border: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 100% !important;
}
.h5p-answers > *{
  color: #262A62 !important;
}
.h5p-question-check-answer{
  background: #262A62 !important;
  color: #FAFAFF;
  text-align: center;
  font-family: 'Poppins' !important;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  padding: 12px 82px !important;
}

@media (max-width: 768px){
    .h5p-question-check-answer{
        font-size: 18px;
        padding: 12px 45px!important;
    }
}
.h5p-answer.h5p-selected .h5p-alternative-inner div{
  font-weight: 600 !important;
  color: #262A62 !important;
}
.h5p-multichoice .h5p-answer.h5p-correct .h5p-alternative-container, .h5p-multichoice .h5p-answer.h5p-correct:hover .h5p-alternative-container {
   font-weight: 600 !important;
  color: #A9CC52 !important;
    
}
.h5p-tooltip {
    display: none !important;
}
/*QUEST 2*/
.h5p-content, .h5p-question{
    background: transparent !important;
}
.h5p-multi-media-choice .h5p-multi-media-choice-enabled:hover:not(.h5p-multi-media-choice-selected) {
    cursor: pointer;
    border-style: solid !important;
    border-color: #006AFF !important;
}
.h5p-multi-media-choice .h5p-multi-media-choice-option {
    background-color: transparent !important;
    border-width: 4px !important;
    border-color: transparent !important;
    padding: 0px !important;
    border-radius: 20px !important;
}
.h5p-multi-media-choice .h5p-multi-media-choice-enabled.h5p-multi-media-choice-selected {
    outline: none !important;
    box-shadow: none !important;
    border: 5px solid #006AFF !important;
}
@media (max-width: 768px){
    .h5p-multi-media-choice li.h5p-multi-media-choice-list-item{
        width: 100% !important;
        padding: 0px !important;
    }
}
.h5p-multi-media-choice-option-list li {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
.h5p-multi-media-choice-content{
    display: grid !important;
}
.h5p-multi-media-choice .h5p-multi-media-choice-option-list {
    display: grid !important;
    height: fit-content !important;
    grid-template-columns: repeat(4, 2fr);
    grid-template-rows: repeat(2, 2fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
@media (max-width: 768px){
    .h5p-multi-media-choice .h5p-multi-media-choice-option-list {
        display: grid !important;
        height: fit-content !important;
        grid-template-columns: repeat(2, 2fr);
        grid-template-rows: repeat(4, 2fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
}
/*QUEST 3*/
.h5p-memory-game .h5p-memory-card .h5p-back, .h5p-memory-game .h5p-memory-card .h5p-front {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}
.h5p-memory-game .h5p-memory-card .h5p-front:hover:before {
    opacity: 0.1 !important;
}
.h5p-memory-game.h5p-invert-shades .h5p-memory-card .h5p-front:before, .h5p-memory-game.h5p-invert-shades .h5p-memory-card .h5p-back:before, .h5p-memory-game.h5p-invert-shades .h5p-memory-image:before {
    background: #262A62 !important;
}
.h5p-memory-game ul{
	max-width: 810px !important;
}
/*QUEST 4*/
.h5p-multi-media-choice .h5p-multi-media-choice-media {
    background-color: transparent !important;
}
.h5p-multi-media-choice-media-wrapper{
	padding: 20px !important;
}
@media (max-width: 768px){
    .h5p-multi-media-choice-media-wrapper{
        padding: 10px !important;
    }
}
/*QUEST 5*/
.h5p-single-choice-set .h5p-joubelui-progressbar-background {
    background-color: #85F19C !important;
}
.h5p-single-choice-set .h5p-joubelui-progressbar {
    height: 8px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.h5p-sc-question{
	display: none !important;
}
ul.h5p-sc-alternatives li.h5p-sc-alternative {
    background: rgba(38, 42, 98, 0.05) !important;
    overflow: hidden;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
ul.h5p-sc-alternatives li.h5p-sc-alternative:hover {
    background: #262A62 !important;
    color: #fff !important;
    font-weight: bold !important;
}
ul.h5p-sc-alternatives.h5p-sc-selected li.h5p-sc-alternative.h5p-sc-reveal-correct, ul.h5p-sc-alternatives.h5p-sc-selected li.h5p-sc-alternative.h5p-sc-reveal-correct:hover, ul.h5p-sc-alternatives.h5p-sc-selected li.h5p-sc-alternative.h5p-sc-reveal-correct:active, ul.h5p-sc-alternatives.h5p-sc-selected li.h5p-sc-alternative.h5p-sc-reveal-correct:focus {
    background: #85F19C !important;
    color: #fff !important;
    font-weight: bold !important;
}
li.h5p-sc-alternative .h5p-sc-progressbar {
    background: #00000012 !important;
    color: #fff !important;
}
.h5p-sc-alternative.h5p-sc-is-correct.h5p-sc-drummed .h5p-sc-status:after {
    color: #fff !important;
}
ul.h5p-sc-alternatives.h5p-sc-selected li.h5p-sc-alternative.h5p-sc-reveal-wrong.h5p-sc-selected{
    background: #b71c1c !important;
    color: white !important;
}
.h5p-sc-alternative.h5p-sc-is-wrong.h5p-sc-drummed .h5p-sc-status:after {
    color: white !important;
}

html.h5p-iframe, html.h5p-iframe > body  {
    scrollbar-width: none !important;
}
.h5p-joubelui-score-bar-progress {
    background: #A9CC52 !important;
    background: linear-gradient(to right, #A9CC52, #A9CC52) !important;
}