@charset "UTF-8";
.learndash-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
}

.learndash-container .learndash-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.learndash-container .learndash-col-navigation {
  width: 407px;
  max-width: 33%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  background: #f2f2f2;
}

.learndash-container .learndash-col-navigation.learndash-col-navigation-init {
  opacity: 1;
}

@media (max-width: 991px) {
  .learndash-container .learndash-col-navigation {
    display: none;
  }
  .learndash-container .learndash-col-navigation.open-menu {
    display: block !important;
    width: 100%;
    max-width: 100%;
    top: 101px !important;
    z-index: 3001;
    position: fixed;
    overflow: auto;
    padding: 0;
  }
}

.learndash-container .learndash-col-content {
  width: 72%;
  padding-left: 28%;
  opacity: 0;
}

@media (max-width: 991px) {
  .learndash-container .learndash-col-content {
    width: 100%;
    padding-left: 0;
  }
}

.learndash-container .learndash-col-content.learndash-col-content-init {
  opacity: 1;
}

.learndash-col-navigation-container {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .learndash-col-navigation-container {
    margin-bottom: 92px;
  }
}

.learndash-col-navigation-container .learndash-col-navigation-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 100%;
  overflow-y: auto;
}

.learndash-bio-container {
  margin-bottom: 44px;
}

.learndash-bio-container .learndash-bio-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  align-items: center;
}

@media (max-width: 991px) {
  .learndash-bio-container .learndash-bio-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.learndash-bio-container .learndash-bio-header h2,
.learndash-bio-container .learndash-bio-header .h2 {
  margin-bottom: 15px;
}

.learndash-bio-container .learndash-bio-header h2 p,
.learndash-bio-container .learndash-bio-header .h2 p {
  margin: 0 !important;
}

.learndash-bio-container .learndash-bio-header h4,
.learndash-bio-container .learndash-bio-header .h4 {
  color: rgba(0, 0, 0, 0.8);
}

.learndash-bio-container .learndash-bio-header-text {
  margin-right: 64px;
}

.learndash-bio-container .bio-img {
  border-radius: 50%;
  border: 4px solid var(--color-qw-green);
  width: 215px;
  height: 215px;
}

@media screen and (max-width: 991px) {
  .learndash-bio-container .bio-img {
    margin-bottom: 28px;
  }
}

.learndash-bio-container .qw-bloc-contenu-auteur {
  background: transparent !important;
  padding-top: 75px !important;
  padding-bottom: 65px !important;
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
}

@media (max-width: 991px) {
  .learndash-bio-container .qw-bloc-contenu-auteur {
    padding-top: 68px !important;
  }
}

.learndash-bio-container .qw-bloc-contenu-auteur .container {
  position: relative;
  z-index: 2;
}

.learndash-bio-container .qw-bloc-contenu-auteur:before {
  content: ' ';
  background: #F5F5F5 !important;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 200vw;
  left: -100vw;
  height: 100%;
}

.learndash-bio-container .qw-bloc-contenu-auteur h2,
.learndash-bio-container .qw-bloc-contenu-auteur .h2 {
  margin-bottom: 26px !important;
  color: #1AC7CE;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: none;
}

.learndash-bio-container .qw-bloc-contenu-auteur p {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .learndash-bio-container .qw-bloc-contenu-auteur {
    text-align: justify;
  }
}

.learndash-bio-container .learndash-bio-pourquoi {
  padding-top: 14px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.27px;
}

.learndash-bio-container .learndash-bio-pourquoi h2,
.learndash-bio-container .learndash-bio-pourquoi .h2 {
  text-transform: none;
  margin-bottom: 12px;
}

.learndash-bio-container .learndash-bio-pourquoi h4,
.learndash-bio-container .learndash-bio-pourquoi .h4 {
  margin-bottom: 9px !important;
}

.learndash-bio-container .learndash-bio-pourquoi .learndash-bio-pourquoi-content {
  color: rgba(0, 0, 0, 0.8);
}

.learndash-bio-container .learndash-bio-pourquoi ul {
  margin-top: 18px;
}

.learndash-bio-container .learndash-bio-pourquoi ul li {
  color: var(--color-qw-grey-dark-1) !important;
  padding-left: 32px;
}

.learndash-bio-container .learndash-bio-pourquoi ul li:before {
  top: 8px;
  left: 0;
}

.learndash-bio-container .learndash-bio-pourquoi p,
.learndash-bio-container .learndash-bio-pourquoi li {
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.27px;
}

.learndash-bio-container .learndash-bio-pourquoi b,
.learndash-bio-container .learndash-bio-pourquoi strong {
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}

.learndash-bio-container .learndash-bio-pourquoi i,
.learndash-bio-container .learndash-bio-pourquoi em {
  opacity: 0.7;
  color: rgba(26, 199, 206, 0.8);
}

.bio-separator {
  height: 5px;
  position: relative;
  margin-bottom: 40px;
}

.bio-separator:before {
  height: 5px;
  background: #1AC7CE;
  display: block;
  width: 200vw;
  left: -100vw;
  position: absolute;
  content: ' ';
}

.learndash-course-reviews-container .average-review .average-review-label {
  font-size: 18px !important;
}

.learndash-course-reviews-container #loginform {
  display: none !important;
}

.learndash-course-reviews-review-stars {
  font-size: 24px !important;
}

.reviews-list .learndash-course-reviews-review-stars {
  font-size: 20px !important;
}

.reviews-list .learndash-course-reviews-author {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.reviews-list .learndash-course-reviews-author img {
  margin-right: 20px;
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.reviews-list .learndash-course-reviews-author .review-title {
  color: #171214 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.reviews-list .learndash-course-reviews-author .learndash-course-reviews-metadata,
.reviews-list .learndash-course-reviews-author .learndash-course-reviews-metadata a {
  color: #7C7676;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.learndash-course-reviews-form .grid-x {
  margin-bottom: 32px;
}

.learndash-course-reviews-form .learndash-course-reviews-stars-input {
  margin-top: 10px;
}

.learndash-course-reviews-form input[type="submit"] {
  background: var(--color-qw-green);
  color: var(--color-qw-white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 32px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 32px;
}

.ld-nav-content-list-end .ld-topic-title {
  padding-left: 10px;
}

.learndash-container-small #related-product-slider {
  padding-top: 0;
}

.learndash-col-navigation-summary-bloc {
  background: #f2f2f2;
  padding: 54px 40px 18px 40px;
  border-bottom: 8px solid white;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-back a {
  color: #1AC7CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-back a .arrow-back {
  display: inline-block;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1AC7CE;
  background-image: url(../../assets-tests/icons/arrow-back.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-back a .arrow-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-title,
.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-content {
  color: black;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-title {
  margin-top: 32px;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-title a {
  color: black !important;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-title,
.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-title a {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.learndash-col-navigation-summary-bloc .learndash-col-navigation-summary-content {
  margin-top: 9px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.learndash-col-navigation-summary-bloc .ld-progress {
  margin: 10px 0 0 0 !important;
}

.learndash-col-navigation-summary-bloc .ld-progress-steps {
  display: none !important;
}

.learndash-col-navigation-summary-bloc .ld-progress-percentage {
  /* Body xsmall */
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  /* 166.667% */
  color: #1AC7CE !important;
}

.learndash-col-navigation-summary-bloc .ld-progress-bar {
  height: 5px !important;
}

.learndash-col-navigation-summary-bloc .ld-progress-bar-percentage {
  background-color: #1AC7CE !important;
}

.learndash-col-navigation-content {
  background: #f2f2f2;
  padding: 0 0 20px 0;
}

@media (max-width: 991px) {
  .learndash-col-navigation-content {
    padding-bottom: 90px;
  }
}

.learndash-col-navigation-summary-recherche {
  background: #f2f2f2;
  padding: 20px 40px;
  margin-top: 12px;
}

.learndash-col-navigation-summary-recherche .input-search {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0074 16.7316C14.4632 16.7316 17.2648 14.0181 17.2648 10.671C17.2648 7.32378 14.4632 4.61035 11.0074 4.61035C7.55152 4.61035 4.75 7.32378 4.75 10.671C4.75 14.0181 7.55152 16.7316 11.0074 16.7316Z' stroke='%231AC7CE' stroke-width='2'/%3E%3Cpath d='M20.0209 19.3978L15.5156 15.0341' stroke='%231AC7CE' stroke-width='2'/%3E%3C/svg%3E%0A");
  padding: 15px 42px 15px 15px;
  width: calc(100% - 59px);
  border-radius: 4px;
  border: 1px solid #1AC7CE;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  color: var(--color-qw-black);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
}

.learndash-col-navigation-summary-recherche .input-search::-webkit-input-placeholder, .learndash-col-navigation-summary-recherche .input-search::-webkit-textarea-placeholder {
  color: #979797;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
  text-transform: uppercase;
}

.learndash-col-navigation-summary-recherche .input-search:-ms-input-placeholder, .learndash-col-navigation-summary-recherche .input-search:-ms-textarea-placeholder {
  color: #979797;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
  text-transform: uppercase;
}

.learndash-col-navigation-summary-recherche .input-search::-ms-input-placeholder, .learndash-col-navigation-summary-recherche .input-search::-ms-textarea-placeholder {
  color: #979797;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
  text-transform: uppercase;
}

.learndash-col-navigation-summary-recherche .input-search::-webkit-input-placeholder {
  color: #979797;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
  text-transform: uppercase;
}

.learndash-col-navigation-summary-recherche .input-search:-ms-input-placeholder {
  color: #979797;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
  text-transform: uppercase;
}

.learndash-col-navigation-summary-recherche .input-search::-ms-input-placeholder {
  color: #979797;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
  text-transform: uppercase;
}

.learndash-col-navigation-summary-recherche .input-search::placeholder {
  color: #979797;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.195px;
  text-transform: uppercase;
}

.learndash-col-content-header {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-color: #1AC7CE !important;
  display: none;
}

@media (max-width: 991px) {
  .learndash-col-content-header {
    display: none !important;
  }
}

.page-cours-contenu .learndash-col-content-header {
  display: block;
}

.learndash-col-content-main {
  padding: 0 0 200px 0;
  overflow-x: hidden;
}

.learndash-col-content-main .learndash-container-large {
  padding: 0 34px;
}

@media (max-width: 991px) {
  .learndash-col-content-main .learndash-container-large {
    padding: 0 26px;
  }
}

.learndash-col-content-main .learndash-container-small {
  padding: 0 92px;
}

@media (max-width: 991px) {
  .learndash-col-content-main .learndash-container-small {
    padding: 0 26px;
  }
}

.learndash-col-content-main .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.learndash-col-content-main .container .row {
  margin: 0;
  width: 100%;
}

.learndash-col-content-main .container .col-100 {
  padding: 0;
}

body #main .learndash-col-navigation .ld-lesson-item-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 20px 40px;
}

body #main .learndash-col-navigation .ld-lesson-item-section-heading {
  padding: 20px 40px;
  margin: 0 !important;
}

body #main .learndash-col-navigation .ld-is-current-lesson .ld-lesson-item-preview {
  background-color: #dddddd !important;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview {
  position: relative;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
  -ms-flex-preferred-size: content !important;
      flex-basis: content !important;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 75px;
  height: 100%;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
  color: var(--Fonc, #171214);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-right: 28px;
  width: calc(100% - 31px);
}

body #main .learndash-col-navigation .ld-icon-arrow-down {
  background-color: transparent !important;
  -webkit-transform: none !important;
          transform: none !important;
  display: block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
}

body #main .learndash-col-navigation .ld-icon-arrow-down:before {
  content: ' ';
  display: block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M10 8.02173L15 13.0217L10 18.0217' stroke='%23292929' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body #main .learndash-col-navigation .ld-expand-button.ld-expanded .ld-icon-arrow-down:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M17.375 10L12.375 15L7.375 10' stroke='%23292929' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before {
  display: none !important;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-status-icon {
  width: 21px;
  height: 21px;
  -webkit-box-flex: 0;
      -ms-flex: 0 21px;
          flex: 0 21px;
  margin: 0 10px 0 0;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon:before {
  font-size: 10px;
  line-height: 1;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-status-complete {
  background-color: #1AC7CE !important;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress {
  border-left-color: #1AC7CE;
  border-top-color: #1AC7CE;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items {
  padding: 0 0 0 28px;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
  color: var(--Fonc, #171214);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item .ld-topic-title {
  font-weight: 600;
}

body #main .learndash-col-navigation .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview {
  padding: 12px 0;
}

.learndash-woocommerce-MyAccount-navigation {
  display: none;
}

.learndash-col-content-main .link-template-default {
  border: 0px solid white;
  border-bottom: 1px solid var(--Black-300, #CBCBCB);
  margin: 24px 0 !important;
}

.learndash-col-content-main .link-template-default .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learndash-col-content-main .link-template-default .card-body {
  padding: 16px 0 !important;
}

.learndash-col-content-main .link-template-default .text-muted.text-small {
  display: none !important;
}

.learndash-col-content-main .link-template-default p {
  display: none;
}

.learndash-col-content-main .link-template-default .img-48 {
  display: none !important;
}

.learndash-col-content-main .link-template-default .wpdm-download-link {
  border-radius: 50px !important;
  background: #1AC7CE !important;
  border: none !important;
  color: var(--White, #FFF) !important;
  text-align: center;
  /* Body xsmall */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.learndash-col-content-main .w3eden > p {
  display: none;
}

.learndash-col-content-main .w3eden a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.learndash-qw-title {
  margin-top: 32px;
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  .learndash-qw-title {
    margin-bottom: 16px;
  }
}

.learndash-wrapper .responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* Ratio 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 200px;
  /* Hauteur minimale pour assurer la visibilité */
}

.learndash-wrapper .responsive-video-container iframe,
.learndash-wrapper .responsive-video-container object,
.learndash-wrapper .responsive-video-container embed,
.learndash-wrapper .responsive-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 200px;
  /* Correspond à la hauteur minimale du conteneur */
}

.learndash-wrapper iframe,
.learndash-wrapper video {
  max-width: 100%;
  height: auto;
}

/* Ajustements pour assurer la visibilité sur tous les appareils */
@media screen and (max-width: 768px) {
  .learndash-wrapper .responsive-video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Maintien du ratio 16:9 */
    height: 300px;
    /* Hauteur fixe pour les tablettes */
    min-height: 200px;
    /* Hauteur minimale maintenue */
    overflow: visible;
    /* Changé de 'hidden' à 'visible' */
  }
  .learndash-wrapper .responsive-video-container iframe,
  .learndash-wrapper .responsive-video-container object,
  .learndash-wrapper .responsive-video-container embed,
  .learndash-wrapper .responsive-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    /* Force la largeur à 100% */
    height: 100% !important;
    /* Force la hauteur à 100% */
    min-height: 200px;
    /* Correspond à la hauteur minimale du conteneur */
  }
}

/* Ajustement pour les très petits écrans */
@media screen and (max-width: 480px) {
  .learndash-wrapper .responsive-video-container {
    height: 250px;
    /* Hauteur légèrement réduite pour les petits écrans */
  }
}

body.page-cours #main .ld-content-actions a {
  background-color: white !important;
  color: var(--color-qw-green) !important;
  opacity: 1 !important;
  padding: 8px;
  width: 156px;
  max-width: 100%;
}

body #main .ld-content-actions {
  position: fixed;
  bottom: 0;
  max-width: 100%;
  opacity: 0;
  background-color: #1AC7CE !important;
  border: none !important;
  padding: 32px 12px !important;
}

@media (max-width: 991px) {
  body #main .ld-content-actions {
    padding: 12px 12px !important;
  }
}

body #main .ld-content-actions.ld-content-actions-init {
  opacity: 1;
}

@media (max-width: 991px) {
  body #main .ld-content-actions .ld-content-action {
    padding: 0 16px;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) and (max-width: 640px) {
  body #main .ld-content-actions .ld-content-action .ld-button {
    width: 100% !important;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

body #main .learndash_post_sfwd-topic .learndash-wrapper .ld-content-action:first-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
body #main .learndash_post_sfwd-topic .learndash-wrapper .ld-content-action:last-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
body #main .learndash_post_sfwd-lessons .learndash-wrapper .ld-content-action:last-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
body #main .learndash_post_sfwd-lessons .learndash-wrapper .ld-content-action:first-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
  background-color: white !important;
  color: #1AC7CE !important;
  opacity: 1 !important;
  padding: 6px 8px;
  width: 175px;
  max-width: 100%;
  border: 2px solid white !important;
  height: 36px;
}

@media screen and (max-width: 640px) {
  body #main .learndash_post_sfwd-topic .learndash-wrapper .ld-content-action:first-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
  body #main .learndash_post_sfwd-topic .learndash-wrapper .ld-content-action:last-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
  body #main .learndash_post_sfwd-lessons .learndash-wrapper .ld-content-action:last-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
  body #main .learndash_post_sfwd-lessons .learndash-wrapper .ld-content-action:first-child .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
    width: 100% !important;
  }
}

body #main .learndash-wrapper .learndash_mark_complete_button,
body #main .learndash-wrapper #learndash_mark_complete_button {
  background-color: #1AC7CE !important;
  border: 2px solid white !important;
  opacity: 1 !important;
  padding: 8px 16px 8px 8px;
  max-width: 100%;
  height: 36px;
}

body #main .learndash-wrapper .learndash_mark_complete_button,
body #main .learndash-wrapper #learndash_mark_complete_button,
body #main .learndash-wrapper .ld-button .ld-text {
  color: #1AC7CE !important;
  text-align: center !important;
  /* Body xsmall */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  /* 166.667% */
}

body #main .learndash-wrapper .learndash_mark_complete_button,
body #main .learndash-wrapper #learndash_mark_complete_button {
  color: white !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 640px) {
  body #main .learndash-wrapper .learndash_mark_complete_button,
  body #main .learndash-wrapper #learndash_mark_complete_button {
    width: 100% !important;
    margin-bottom: 3px !important;
  }
}

body #main .learndash-wrapper .ld-button .ld-icon {
  display: none !important;
}

body #main .learndash-wrapper .ld-tabs {
  padding-top: 32px;
  margin-top: 0;
}

@media (max-width: 991px) {
  body #main .learndash-wrapper .ld-tabs {
    padding-top: 28px;
  }
}

body #main .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
  padding-top: 0;
}

.learndash-topbar {
  margin-bottom: 48px;
}

.learndash-page-subtitle {
  color: var(--Black-900, #121212);
  text-transform: uppercase;
  padding-right: 88px;
}

@media screen and (max-width: 991px) {
  .learndash-page-subtitle {
    padding-right: 32px;
  }
}

.learndash-topbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 991px) {
  .learndash-topbar-content {
    margin-top: 6px;
  }
}

.learndash-topbar-content:after {
  content: ' ';
  display: block;
  width: 200%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #EAEAEA;
  position: absolute;
}

.learndash-fullscreen-btn {
  display: block;
  width: 24px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 8px;
  right: 0;
}

.learndash-fullscreen-btn .fullscreen-reduce {
  display: none;
}

body #main .ld-tabs-navigation {
  margin-top: 16px;
}

body #main .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
  padding: 0;
  color: var(--Black-500, #807E7E);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 80px;
  padding-bottom: 6px;
}

@media (max-width: 991px) {
  body #main .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
    margin-right: 40px;
  }
}

body #main .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
  height: 3px;
  bottom: -2px;
}

body #main .learndash-topbar-empty-tab .learndash-page-subtitle {
  margin-bottom: 7px;
}

body #main .learndash-wrapper .ld-tabs .ld-tabs-navigation:after {
  display: none !important;
}

body #main .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon {
  display: none !important;
}

body #main .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
  padding: 0 !important;
}

body #main .qw-wpProQuiz-question-numbering {
  text-align: center;
  color: var(--Bleu, #1AC7CE);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  body #main .qw-wpProQuiz-question-numbering {
    color: var(--Fonc, #171214);
    text-align: left;
  }
}

body #main .wpProQuiz_question_text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  /* Body regular */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

@media (max-width: 991px) {
  body #main .wpProQuiz_question_text {
    text-align: left;
  }
}

body #main .wpProQuiz_content .wpProQuiz_questionListItem {
  margin-bottom: 0;
  padding: 0;
}

body #main .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border: none !important;
  border-bottom: 1px solid #ECECEC !important;
  border-radius: 0 !important;
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  /* 157.143% */
}

body.learndash-cpt-sfwd-quiz .learndash-col-content-main .learndash-container-large {
  margin-bottom: 22px;
}

body #main .wpProQuiz_content {
  margin-top: 0;
}

body #main .course_progress_blue {
  background-color: #1AC7CE;
}

body #main .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:hover,
body #main .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:hover {
  background-color: #1AC7CE !important;
  opacity: 1 !important;
}

body #main .learndash-wrapper .ld-quiz-actions {
  margin-bottom: 64px !important;
}

body #main .wpProQuiz_content .wpProQuiz_listItem {
  margin-bottom: 48px;
}

body #main .learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
body #main .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
body #main .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
  opacity: 1 !important;
  color: var(--White, #FFF) !important;
  text-align: center !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  border-radius: 50px !important;
  height: 36px !important;
  line-height: 1 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 12px !important;
}

@media screen and (max-width: 640px) {
  body #main .learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
  body #main .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
  body #main .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
    width: 100% !important;
  }
}

body #main .learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
  background-color: #1AC7CE !important;
  opacity: 1 !important;
}

@media (max-width: 991px) {
  body #main .ld-quiz-actions {
    margin: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #main .ld-quiz-actions .quiz_continue_link,
  body #main .ld-quiz-actions input {
    width: 100% !important;
  }
}

body #main .wpProQuiz_question {
  padding-bottom: 8px !important;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: white;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 28px;
  height: 16px;
  width: 16px;
  border: 1px solid #1AC7CE;
  background: white;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input input:checked ~ .checkmark {
  background-color: #1AC7CE;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input input:checked ~ .checkmark:after {
  display: block;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input input[type="radio"] ~ .checkmark {
  border-radius: 50%;
  background: white;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input input[type="radio"] ~ .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1AC7CE;
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input input[type="checkbox"] ~ .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body #main .wpProQuiz_quiz .wpProQuiz_questionList .custom-input .answer-text {
  vertical-align: middle;
}

.learndash-container .pdfemb-viewer {
  margin-top: 24px;
  margin-bottom: 24px;
}

.learndash-container .pdfemb-loadingmsg {
  display: none;
}

.learndash-comment-btn {
  display: block;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 11px;
  right: 48px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .learndash-comment-btn {
    right: 0px;
  }
}

body #main .wpProQuiz_response {
  padding: 0;
  background: none;
  border: none;
}

body #main .wpProQuiz_response .wpProQuiz_incorrect,
body #main .wpProQuiz_response .wpProQuiz_correct {
  min-height: auto !important;
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  /* 166.667% */
}

body #main .wpProQuiz_response .wpProQuiz_correct {
  color: #1AC7CE !important;
}

body #main .wpProQuiz_response .wpProQuiz_incorrect {
  color: #B11515 !important;
}

.end-item .ld-topic-title {
  color: #171214 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0.48px !important;
  text-transform: uppercase !important;
  padding-right: 28px !important;
}

.learndash-wrapper .ld-alert-warning {
  margin: 20px !important;
}

.learndash-col-content-main .learndash-shortcode-wrap {
  margin: 32px;
}

.ld-course-navigation .ld-status-icon .ld-icon.ld-icon-quiz:before {
  font-size: 24px !important;
}

.learndash-wrapper .ld-status-icon .ld-icon:before {
  top: calc(50% + 1px) !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .learndash_mark_complete_button {
  background-image: url(../../assets/check.png) !important;
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .sfwd-mark-complete::after {
  display: none !important;
}
