/*
Theme Name: Hello Elementor Child
Theme URL: https://www.exoca.fr/
Description: Hello Elementor Child Theme
Author: Exoca
Author URL: https://www.exoca.fr/
Template: hello-elementor 
Version: 1.0.0
Text Domain: twentytwentythree-child
*/ 
/* Custom CSS goes after this line */

.ays-quiz-container {
	width: 96% !important;
}

.mejs-container.wp-video-shortcode.mejs-video {
	max-height: 600px;

}

@media screen {
	.ays_quiz_question .wp-video {
		width: 338px !important;
	}

	.ays-image-question-img img {
		width: 338px !important;
	}

	.ays-image-question-img {
		display: inline-block;
	}
	.mejs-container video.wp-video-shortcode {
		max-height: 600px;
	}

	.ays_quiz_question p {
		width: 338px;
	}

	.ays-quiz-answers.ays_list_view_container {
	  display: inline-block;
	  width: 50%;
	  vertical-align: top;
	  margin: 10px;
	}

}

.ays_quiz_question {
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}


.ays-abs-fs .wrong_answer_text p, .ays-abs-fs .right_answer_text p, .ays-abs-fs .ays_question_explanation p {
  background-color: #EEE;
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 10px;
}

@media print {
	.ays-questions-container .step.ays_thank_you_fs {
		display: none !important;
	}

	.ays_quiz_question p {
		width: 100%;
	}

	.ays_quiz_question img.noprint {
		display: none;
	}

	.ays_question_result {
		display: block !important;
	}

	.ays-quiz-answers.ays_list_view_container {
		width: 100%;
	}
	.wp-video {
		display: none !important;
	}
	.elementor-button {
		display: none !important;
	}
}
