:root {
    --bs-font-sans-serif: var(--e-global-typography-primary-font-family);
    --bs-body-color: #FFF;
    --bs-body-bg: #000;
    --bs-body-bg-rgb: 0, 0, 0;
    --bs-primary: #458D5F;

    --modal-content-bg: #FFF;
    --modal-content-color: #000;
}

a, .a,
input, select, textarea, button,
.btn,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item:not(.no-underline):not(.quadmenu-item-type-button) > a > .quadmenu-item-content > .quadmenu-text::before,
.wpcf7-form .wpcf7-submit.has-spinner::after,
#carrousel_equipe .owl-stage > .owl-item > div .ce-item::before,
#carrousel_equipe .owl-stage > .owl-item > div .ce-item-content::before,
#carrousel_equipe .owl-stage > .owl-item > div .ce-item-fruit,
.owl-carousel.sa_owl_theme .owl-nav,
.lien-tel::after {
	-webkit-transition:	all 0.3s !important;
	transition: 		all 0.3s !important;
}

.bg-header-abs-1 {
	display: none;
    width: 202px;
    position: absolute;
    left: 50%;
    top: 50%;
/*    margin-top: -670px;*/
    margin-top: calc( -14vh - 500px );
    margin-left: 120px;
}

.bg-footer-abs-1 {
	display: none;
    width: 326px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -460px;
/*    margin-top: 360px;*/
    margin-top: calc( 10vh + 240px );
}

b, strong {
	font-weight: 600;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-weight: 600;
}

html {
    position: relative;
}

html,
body {
    min-height: 100vh;
    background-color: var(--bs-body-bg);
	overflow-x: hidden !important;
}

body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
	color: var(--bs-body-color);
}

body,
#wrapper-footer {
/*	background-color: var(--bs-indigo); */
}

#ag-block-ui {
	position: fixed;
	z-index: 9999999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: var(--bs-body-bg);
	opacity: 1;
}

#btn-majeur, #btn-mineur{
	font-size: 15px !important
}

#page-wrapper {
/*	background-color: #FFF;*/
}

.grecaptcha-badge {
    display:    none;
    opacity:    0;
    visibility: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	background-color: transparent !important;
	-webkit-text-fill-color: inherit !important;
  	-webkit-box-shadow: 0 !important;
}

/* CF7 */
.wpcf7-form-control-wrap {
    display:    block;
}

.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
    border-color:   #dc3545;
}

.wpcf7 .wpcf7-not-valid-tip {
    color:      #dc3545;
    font-size: 13px;
    display: block;
    background: #FFF;
    position: absolute;
    left: 0;
    max-width: 94%;
    margin-left: 3%;
    padding: 0 6px;
    top: 0;
    margin-top: -9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.wpcf7-response-output {
    margin: 	20px 0 0 !important;
    padding: 	0 !important;
    border: 	none !important;
    background: none !important;
    font-size: 14px;
    line-height: 1.4;
}

.wpcf7 form.sent.empty-form .wpcf7-response-output {
    -webkit-border-radius: 8px;
    border-radius: 8px;

    background-color: rgb(235 109 99 / 90%) !important;
    border: 1px solid #eb6d63 !important;
    color: #FFF;

    margin: 20px 0 !important;
    padding: 20px !important;

    text-align: center;
    font-size: 15px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-form .wpcf7-submit.has-spinner {
	position: 	relative;
}

.wpcf7-form .wpcf7-submit.has-spinner::after {
	content: 		'';
	display: 		inline-block;
	width: 			1rem;
    height: 		1rem;
    margin-left:	-1rem;
    margin-top: 	-0.1rem;
    vertical-align:	middle;

    border: 				2px solid transparent;
    border-top-color:		#FFF;
    border-bottom-color: 	#FFF;
    -webkit-border-radius: 	50%;
    -moz-border-radius: 	50%;    
    border-radius: 			50%;
    -webkit-animation: 	spin 0.7s linear infinite;
    animation: 			spin 0.7s linear infinite;
    opacity: 		0;
}

.wpcf7-form.submitting .wpcf7-submit.has-spinner::after {
    margin-left:	0.5rem;
    opacity: 		1;
}

@keyframes spin {
    0% {
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
    100% {
    	-webkit-transform: rotate(360deg);
    	transform: rotate(360deg);
    }
}

div.wpcf7-mail-sent-ok {
	font-weight: 	500 !important;
}

textarea.form-control, .wpcf7 textarea, .wpcf7 textarea.wpcf7-validation-errors {
	resize:   	none;
}

textarea.form-control:placeholder-shown, .wpcf7 textarea:placeholder-shown, .wpcf7 textarea.wpcf7-validation-errors:placeholder-shown {
	height:		84px;
}

textarea.form-control:not(:placeholder-shown), .wpcf7 textarea:not(:placeholder-shown), .wpcf7 textarea.wpcf7-validation-errors:not(:placeholder-shown),
/*textarea.form-control:hover, .wpcf7 textarea:hover, .wpcf7 textarea.wpcf7-validation-errors:hover,*/
textarea.form-control:focus, .wpcf7 textarea:focus, .wpcf7 textarea.wpcf7-validation-errors:focus,
textarea.form-control:active, .wpcf7 textarea:active, .wpcf7 textarea.wpcf7-validation-errors:active,
textarea:invalid {
	height: 	140px;
}


/* QSM */
.qmn_pagination {
	border: none !important;
}

body .qmn_btn,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1.qmn_quiz_container .qmn_pagination .qmn_btn,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1.qmn_quiz_container .qsm-save-quiz,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1.qmn_quiz_container .qsm-resume-quiz,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qmn_results_page .btn-reload-quiz,
body .qmn_btn, body .qsm-quiz-container.qmn_quiz_container .qmn_btn, body .qsm-quiz-container.qmn_quiz_container .btn {
	border: 2px solid !important;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1 !important;
	padding: 0.85em 1em !important;
	text-transform: uppercase;

	background-color: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-body-color) !important;
}

body .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_previous {
	background-color: transparent !important;
	border-color: var(--bs-body-bg) !important;
	color: var(--bs-body-bg) !important;
}

.qmn_pagination input[name="slide_number"][value="0"] ~ .qmn_btn.mlw_custom_start {
	width: 100%;
    max-width: 274px;
    margin: 1vh auto 0 !important;
    font-size: 28px !important;
    padding: 0.6074em 0.8em !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container {
    box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 20%);
    margin: 0 auto;
/*    padding: calc( 20px + 2vh ) 15%;*/
    padding: calc( 20px + 2vh ) 12%;
    border-radius: 22px;
    opacity: 0;
    z-index: 10;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container[data-slide_number="0"] {
    max-width: 560px;
    padding: calc( 20px + 1vh ) 9.5%;
}

body #section-canalgame-before-quiz {
	display: none;
}

body[data-slide_number="0"] #section-canalgame-before-quiz {
	display: block;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container[data-slide_number] {
    opacity: 1;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qsm_theme_ivory_header {
    position: absolute;
    visibility: hidden;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container:not([data-slide_number="0"]) .qsm_theme_ivory_header {
    position: static;
    visibility: visible;
}

.quiz_begin .mlw_qmn_message_before {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}

.quiz_begin .mlw_qmn_message_before h1,
.quiz_begin .mlw_qmn_message_before h2 {
    color: var(--bs-primary);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.2em !important;
}

.quiz_begin .mlw_qmn_message_before p {
/*    max-width: 15.5em;*/
    margin: 0 auto;
}

body .quiz_section.quiz_begin {
	padding-bottom: 5px;
}

body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .mlw_qmn_message_before {
    padding-top: 0.5vh;
    padding-bottom: 1.5vh;
}

body .qmn_quiz_container select,
body .qmn_quiz_container textarea,
body .qmn_quiz_container input[type="text"],
body .qmn_quiz_container input[type="email"],
body .qmn_quiz_container input[type="url"],
body .qmn_quiz_container input[type="number"] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;

    background-color: transparent;
    border: 1px solid #9B9B9B !important;
    width: 100%;
    font-size: 18px;
    padding: 0.806em 8% !important;
}

.qsm_contact_div.qsm-contact-type-select {
    position: relative;
}

.qsm_contact_div.qsm-contact-type-select::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f142";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    opacity: 0.7;
}

::placeholder,
select option[value=""], select option:not([value]),
body .qmn_quiz_container select option[value=""], body .qmn_quiz_container select option:not([value]) {
	color: #9B9B9B;
}

body .quiz_section select, body .quiz_section textarea, body .quiz_section input[type="text"], body .quiz_section input[type="email"], body .quiz_section input[type="url"], body .quiz_section input[type="number"],
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input[type="radio"]:checked ~ label::before, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label::before, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input[type="radio"]:hover ~ label::before, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input[type="checkbox"]:hover ~ label::before, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:hover ~ .qsm-input-label::before, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 select:hover, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 textarea:hover, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 input:not([type="submit"]):hover, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 select:focus, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 textarea:focus, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 input:not([type="submit"]):focus, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input:not([type="submit"]):focus {
    border-color: #458D5F !important;
    color: #222 !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input[type="checkbox"]:checked ~ label, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .ivory_title, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .progressbar-text, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input[type="radio"]:checked ~ label, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="checkbox"]:checked ~ label.qsm-input-label, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="radio"]:checked ~ label.qsm-input-label, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input[type="checkbox"]:hover ~ label, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm_contact_div input[type="radio"]:hover ~ label, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="checkbox"]:hover ~ label.qsm-input-label, body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="radio"]:hover ~ label.qsm-input-label {
    color: #222 !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .ivory_title {
    color: var(--bs-primary) !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-progress-bar svg path:nth-child(2) {
    stroke: var(--bs-primary) !important;
}

body .quiz_theme_qsm-theme-ivory .qsm-featured-image img {
    max-width: 100% !important;
}

body .qsm-quiz-form .qmn_error:after {
	display: none;
}

body .quiz_theme_qsm-theme-ivory .quick-question-res-p, 
body .quiz_theme_qsm-theme-ivory .ivory-file-upload-error, 
body .quiz_theme_qsm-theme-ivory .qmn_error_message {
	font-weight: 600 !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qmn_error_message,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container[data-slide_number="0"] .qmn_error_message {
	top: -15px;
}

body .quiz_theme_qsm-theme-ivory:not(.has-featured-image) .margin-bottom {
    margin-bottom: -10px !important;
}

body .qsm_contact_div .mlw_qmn_question {
    display: none !important;
}

body .quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_progress_bar .indicator-holder {
	margin: 0;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .ivory_title {
	width: auto;
	margin-top: 0;
	font-weight: 600;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .ivory_title::before {
	content: 'Question';
	display: inline;
	margin-right: 0.3em;
	font-size: 25px;
	font-weight: 700;
    text-transform: uppercase;
}

body .quiz_theme_qsm-theme-ivory .qsm-progress-bar {
	padding-right: 0;
}

body .quiz_theme_qsm-theme-ivory .qsm-progress-bar .progressbar-text {
	display: none;
}

body .quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_timer {
	display: none !important;
}

body .mlw_qmn_question_number {
	display: none;
}

body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_new_question {
	font-size: 22px;
	line-height: 1.3;
	display: block;
	padding-top: 0;
	margin-bottom: calc( 15px + 2vh );
}

body .quiz_section .qmn_radio_answers label,
body .quiz_section .qmn_check_answers label,
body .quiz_section .qmn_accept_answers label {
	max-width: unset;
}

body .quiz_theme_qsm-theme-ivory .ivory-file-upload-container,
body .quiz_theme_qsm-theme-ivory .qsm-text-simple-option,
body .quiz_theme_qsm-theme-ivory .qsm-text-correct-option,
body .quiz_theme_qsm-theme-ivory .qsm-text-wrong-option,
body .quiz_theme_qsm-theme-ivory .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label,
body .quiz_theme_qsm-theme-ivory .qmn_check_answers .qsm_check_answer .qsm-input-label {
	border-radius: 8px;
	padding: 1.361em calc( 30px + 10% ) 1.341em 9%;
	margin: 10px 0;
	position: relative;
}

body .quiz_theme_qsm-theme-ivory .ivory-file-upload-container,
body .quiz_theme_qsm-theme-ivory .qsm-text-simple-option,
body .quiz_theme_qsm-theme-ivory .qsm-text-correct-option,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-text-simple-option,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-text-correct-option,
body .quiz_theme_qsm-theme-ivory .qsm-text-wrong-option,
body .quiz_theme_qsm-theme-ivory .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label,
body .quiz_theme_qsm-theme-ivory .qmn_check_answers .qsm_check_answer .qsm-input-label {
	background-color: #000;
	border-color: #000;
	color: #FFF !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="checkbox"]:checked ~ label.qsm-input-label,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="radio"]:checked ~ label.qsm-input-label,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="checkbox"]:hover ~ label.qsm-input-label,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="radio"]:hover ~ label.qsm-input-label {
	color: #FFF !important;
}

body .quiz_section .qmn_radio_answers label,
body .quiz_section .qmn_check_answers label,
body .quiz_section .qmn_accept_answers label {
	font-size: 23px;
	line-height: 1.3;
}

body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_check_answer .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"]:checked ~ .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"]:hover ~ .qsm-input-label::before {
	border: 1px solid !important;
	width: 26px;
	height: 26px;
	padding: 0 !important;
	display: block;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}

body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_check_answer .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before {
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label::before,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:hover ~ .qsm-input-label::before {
	border-color: #FFF !important;
	color: #FFF !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label::before {
	background-color: #FFF;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="checkbox"]:checked ~ label.qsm-input-label,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .qsm-question-wrapper input[type="radio"]:checked ~ label.qsm-input-label {
    background-color: var(--bs-primary);
	border-color: var(--bs-primary);    
}

body .qsm-quiz-form .qmn_error .qmn_radio_answers, 
body .qsm-quiz-form .qmn_error .qmn_check_answers, 
body .qsm-quiz-form .qmn_error .qmn_accept_answers {
	padding: 2px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

body .quiz_theme_qsm-theme-ivory .quiz_end {
    display: none !important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container.quiz_submit,
body .quiz_theme_qsm-theme-ivory.qsm-quiz-container.display_result {
	max-width: 500px;
	padding: 0;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container.quiz_submit,
body .quiz_theme_qsm-theme-ivory .qmn_results_page {
    background-color: transparent !important;
    box-shadow: none !important;
}

body .quiz_theme_qsm-theme-ivory .qmn_results_page {
    font-size: 21px;
}

.qmn_results_page .resultat-content {
    text-align: center;
}

.qmn_results_page .resultat-content .titre-resultats {
    font-size: 26px;
    margin-bottom: 0.9em;
}

.qmn_results_page .resultat-content .visuel-resultat-wrapper {
    margin-bottom: calc( 0.4em + 2vh );
}

.qmn_results_page .resultat-content .visuel-resultat-wrapper .visuel-resultat {
    border-radius: 20px;
}

.qmn_results_page .resultat-content .text-sous-visuel-resultat {
/*    color: var(--bs-primary);*/
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.qmn_results_page .resultat-content .text-sous-visuel-resultat .text-big {
    color: #FFF;
    display: block;
    font-size: 1.6em;
}

.qmn_results_page .resultat-content .text-score-resultat {
/*    color: var(--bs-primary);*/
    font-size: 40px;
    line-height: 1;
}

.qmn_results_page .resultat-content .text-sous-score-resultat {
    margin-top: calc( 0.7em + 2vh );
    line-height: 1.3;
}

.qmn_results_page .resultat-content .text-sous-score-resultat b {
    font-weight: 600;
}

.qmn_results_page .resultat-content .cta-fin-resultat {
	margin-top: 3.7vh;	
}

.qmn_results_page .resultat-content .cta-fin-resultat .btn {
	font-size: 23px !important;
    padding: 0.8em 1em !important;
}

.qsm_questions_answers_section {
    text-align: left;
    font-size: 18px;
}


/* FOOTER */
#wrapper-footer {
	font-size: 15px;
	font-weight: 300;
}
.footer-dot{
    margin: 0 5px;
}
#wrapper-footer, #wrapper-footer a:not(:hover), #wrapper-footer .a:not(:hover) {
	color: #FFF;
}

#wrapper-footer a:hover, #wrapper-footer .a:hover {
	color: rgba(255, 255, 255, 0.9);
}

#wrapper-footer .site-info {
	text-align: center;
}


/*Modal*/
body.modal-open {
    /*position: fixed;*/
    overflow: hidden !important;
    height: 100vh;
}

.modal-backdrop {
    background-color: var(--bs-body-bg);
}

.modal.show#confirmation-age ~ .modal-backdrop.show,
.modal.show#reglement-du-jeu ~ .modal-backdrop.show {
    opacity: 1;
}

.modal-content {
	background-color: var(--modal-content-bg);
	box-shadow: 0px 3px 6px rgb(0 0 0 / 48%);
	color: var(--modal-content-color);
    border: 1px solid;
    border-radius: 1.5em;
}


.logo-age-gate {
    display: block;
    margin: -5px auto 3.5vh;
}

.modal .modal-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 0;
}

.modal .btns {
    margin-top: 20px;
    margin-bottom: -10px;
}

.modal .btns > [class*="col"] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal .btns .btn {
    font-size: 16px;
    padding: 16px 36px;
}

.modal .btns .btn:hover, .modal .btns .btn:focus {
    
}

.modal#confirmation-age .modal-dialog {
    max-width: 510px !important;
    margin-left: auto;
    margin-right: auto;
}

.modal#confirmation-age .modal-body {
	padding: 12% 13%;
    text-align: center;
}

.modal#confirmation-age .modal-title {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
}

.modal#confirmation-age .modal-title span {
    display: inline-block;
}

.modal#confirmation-age .modal-title span:first-child {
	color: var(--bs-primary);
    font-size: 2.8em;
    /* margin-right: -0.1em; */
    margin-bottom: 0.14em;
}

.modal#confirmation-age .modal-title.denied {
    font-size: 19px;
}

.modal#confirmation-age #ca-sub {
    font-size: 25px;
    margin-top: 1.6em;
}

.modal#confirmation-age .btns .btn {
	display: block;
	font-size: 28px !important;
	padding: 0.5em 0.7em;
	width: 100%;
}


.modal#reglement-du-jeu {
    padding: 0 !important;
    overflow: hidden !important;
}

.modal#reglement-du-jeu .modal-title {
    color: var(--bs-primary);
    font-size: calc(12px + 0.5vw);
    font-weight: 700;
    text-transform: uppercase;
}

.modal#reglement-du-jeu .content-reglement-jeu {
    position: relative;
    height: 35vh;
    overflow: hidden;
    padding-right: 1.5em;
    margin-top: 1.5em;
    font-size: 14px;
}

/* temp */
.modal#reglement-du-jeu .content-reglement-jeu h1 {
    display: none;
}

.modal#reglement-du-jeu .content-reglement-jeu > p {
    /*margin-bottom: 0;*/
}

.modal#reglement-du-jeu .content-reglement-jeu > p:not(:first-child) {
    /*margin-top: 1rem;*/
}

.modal#reglement-du-jeu .content-reglement-jeu.ps {
    
}

.modal#reglement-du-jeu .btns .btn {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 16px 20px;
}

.modal .ps--focus>.ps__rail-x,
.modal .ps--focus>.ps__rail-y,
.modal .ps--scrolling-x>.ps__rail-x,
.modal .ps--scrolling-y>.ps__rail-y,
.modal .ps:hover>.ps__rail-x,
.modal .ps:hover>.ps__rail-y {
}

.modal .ps__rail-y,
.modal .ps__thumb-y {
    width: 4px !important;
    border-radius: 4px !important;
    opacity: 1 !important;
}

.modal .ps__rail-y {
    background-color: #504a85 !important;
    width: 4px !important;
}

.modal .ps__thumb-y {
    right: 0 !important;
}

.modal .ps__thumb-y,
.modal .ps__rail-y.ps--clicking .ps__thumb-y,
.modal .ps__rail-y:focus>.ps__thumb-y,
.modal .ps__rail-y:hover>.ps__thumb-y {
    background-color: #FFF;
}


.checkbox-acceptation-reglement #input_1_24_1 {
    position: absolute;
    display: none;
    opacity: 0;
}

.checkbox-acceptation-reglement .gfield_required {
    display: none !important;
}

.checkbox-acceptation-reglement #input_1_24_1 ~ label {
    position: relative;
    padding-left: 24px;
}

.checkbox-acceptation-reglement #input_1_24_1 ~ label::before,
.checkbox-acceptation-reglement #input_1_24_1 ~ label::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    background-color: transparent;
    border-radius: 2px;
}

.checkbox-acceptation-reglement #input_1_24_1 ~ label::before {
    border-color: #282254;
}

.checkbox-acceptation-reglement #input_1_24_1 ~ label::after {
    transform: rotate(45deg);
    color: #FFF;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-radius: 0px 2px 1px 1px;
    width: 6px;
    height: 12px;
    left: 4px;
    top: 2px;
    opacity: 0;
}

.checkbox-acceptation-reglement #input_1_24_1:checked ~ label::before {
    background-color: #282254;
}

.checkbox-acceptation-reglement #input_1_24_1:checked ~ label::after {
    opacity: 1;
}

.gfield_description , .gfield_label , #gform_confirmation_message_1
{

    color: #fff !important;
}

#gform_confirmation_message_1{
    text-align: center !important;
}

body.page-id-391{
    background-image: url(/wp-content/uploads/2023/08/visuelwakanda-opti.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 1000px;

}
body.page-id-391 .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}
 .elementor-element-26c3e4c a{
	color: #fff;
}
#gform_submit_button_1{ 
	padding: 8px 15px;
}
.ginput_container.ginput_container_fileupload{
 color: grey;
}

.elementor-27 .elementor-element.elementor-element-87e3ad9{
	margin-bottom: 0!important;
}

body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qmn_pagination {
    column-gap: 20px;
}


@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px !important;
    }

    #confirmation-age .modal-dialog {
    	
    }
}

@media (max-width: 767px) {
    .modal-content {
    	border-color: transparent;
    }

    .modal#confirmation-age .modal-title {
    	font-size: calc( 0.9rem + 0.8vw );
    }

    .modal#confirmation-age .modal-title span:first-child {
    	font-size: calc( 2em + 2vw );
    }

    .modal#confirmation-age #ca-sub {
    	font-size: calc( 1rem + 1.1vw );
    }

    .modal#confirmation-age .btns .btn {
    	font-size: calc( 1.2rem + 1vw ) !important;
    }

    .modal#reglement-du-jeu .content-reglement-jeu.ps {
    	height: calc( 90vh - 340px );
    }

    .quiz_begin .mlw_qmn_message_before {
    	font-size: calc( 0.9rem + 0.4vw );
    }

    .quiz_begin .mlw_qmn_message_before h1,
    .quiz_begin .mlw_qmn_message_before h2 {
    	font-size: calc( 1.4rem + 1.8vw ) !important;
    }
	
	body .quiz_theme_qsm-theme-ivory.qsm-quiz-container {
		padding: calc( 20px + 2vh ) 10%;
	}

    body .quiz_theme_qsm-theme-ivory.qsm-quiz-container-1 .ivory_title::before {
    	font-size: calc( 0.7rem + 1.2vw );
    }

    body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_new_question {
/*    	font-size: calc( 0.8rem + 1.2vw );*/
        font-size: calc( 0.9rem + 1.0vw );
    }

    body .quiz_section .qmn_radio_answers label, body .quiz_section .qmn_check_answers label, body .quiz_section .qmn_accept_answers label {
	    font-size: calc( 0.85rem + 1.2vw ) !important;
	}

    .qmn_results_page .resultat-content .text-sous-visuel-resultat {
        font-size: calc( 1.25rem + 1.1vw );
    }

    .qmn_results_page .resultat-content .text-score-resultat {
/*        font-size: calc( 2.6rem + 1.1vw );*/
        font-size: calc( 1.5rem + 2vw );
    }
	
	body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qmn_pagination {
		padding: 10px 0;
	}
	
	body .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_previous,
	body .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_next,
	body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qmn_pagination .qmn_btn.qsm-submit-btn {
		margin: 10px 0;
	}

    .bg-header-abs-1 {
        margin-left: 14%;
    }

    body .quiz_theme_qsm-theme-ivory .ivory-file-upload-container, body .quiz_theme_qsm-theme-ivory .qsm-text-simple-option, body .quiz_theme_qsm-theme-ivory .qsm-text-correct-option, body .quiz_theme_qsm-theme-ivory .qsm-text-wrong-option, body .quiz_theme_qsm-theme-ivory .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label, body .quiz_theme_qsm-theme-ivory .qmn_check_answers .qsm_check_answer .qsm-input-label {
        padding-top: 1.0em;
        padding-bottom: 1.0em;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }

    .modal-body {
        padding: 45px 50px;
    }
	
	body .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_previous,
	body .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_next,
	body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qmn_pagination .qmn_btn.qsm-submit-btn {
		min-width: 178px;
	}
	
	.qmn_results_page .resultat-content .cta-fin-resultat .btn {
		min-width: 290px;
	}

    .qsm_questions_answers_section {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
	.modal .btns > [class*="col"] {
		width: 100%;
	}

	.modal .btns .btn {
		display: block;
		width: 100%;
	}
}

@media (max-width: 499px) {
    body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qmn_pagination {
        padding: 0;
    }
    body .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_previous,
    body .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_next,
    body .quiz_theme_qsm-theme-ivory.qsm-quiz-container .qmn_pagination .qmn_btn.qsm-submit-btn {
        width: 100%;
    }
}

@media (min-width: 481px) {
    body .quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_progress_bar .qsm-progress-bar {
	    padding: 0 0 30px;
	}
}

/* MEDIA */
@media (min-width: 993px){

    #gform_browse_button_1_23{
        height: 33px;
    }
}

@media (min-width: 1200px){
 
}
@media (min-width: 992px) and (max-width: 1199px){
  
}
@media (min-width: 768px) and (max-width: 991px){
  
}
@media (min-width: 576px) and (max-width: 767px){
 
}
@media (max-width: 575px){

	.gform_wrapper.gravity-theme .gform_fields {
    padding: 8px;
}
body.page-id-391{
     background-size: 1756px;
}

.elementor-element.elementor-element-8c822ab.elementor-widget.elementor-widget-image{
	position: relative;
    bottom: 0px !important;
    margin-bottom: 0px !important;
}

}


.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 500px !important;
}

.wp-image-428{
    width: 87%;

}
.elementor-element.elementor-element-8c822ab.elementor-widget.elementor-widget-image{
	position: relative;
    bottom: -66px;
    margin-bottom: 19px
}