.scorm-full {
  width: 100vw;
  height: 90vh;
  margin-left: calc(50% - 50vw);
}

.scorm-full iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* élargir la zone de leçon */
.fcom_course_lesson,
.fcom_course_lesson_content,
.fcom_content_wrapper {
  max-width: 100% !important;
  width: 100% !important;
}

/* casser le conteneur interne Gutenberg */
.fcom_course_lesson_content > * {
  max-width: 100% !important;
}

/* iframe e-learning */
.elearning-iframe {
  width: 100vw;
  height: 90vh;
  margin-left: calc(50% - 50vw);
  border: none;
}
