/*
	Theme Name: MasterStudy
	Theme URI: https://stylemixthemes.com/masterstudy/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: MasterStudy is the best WordPress theme for the Education & Learning Center - for educational organizations, who sell courses and organize classes locally. Using Masterstudy you can easily setup a WordPress site for your education company.
	Version: 4.8.10
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
	Text Domain: masterstudy
*/

@media (max-width: 767px) {
    body .top_bar_info li.hidden-info {
        display: none !important;
    }
}
.stm_lms_courses__filter_actions input[type=submit] {
    outline: none;
}
.stm_lms_mixed_button__single{
	display: none;
}
#wptime-plugin-preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #fff; /* Fond de votre préchargeur */
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 9999; /* Assurez-vous que le préchargeur est au-dessus de tout le contenu */
}

#wptime-plugin-preloader img {
   /* Styles pour le GIF personnalisé */
   max-width: 100%;
   max-height: 100%;
}


.stm-lms-course__lesson-content iframe {
    width: 100%;
}
