/*
Theme Name:     the-minimal Child
Description:    Thème enfant du thème the-minimal
Author:         TEINGNIER Mickaël
Template:       the-minimal
Version:        1.0.0
*/

/* Import du style du parent */
@import url('../the-minimal/style.css');

/**********************************************************
*** GENERAL
**********************************************************/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --black-frame: #2B2D42;
    --white-frame: #EDF3F5;
    --accent-frame: #9CC1CE;
    --grey-frame: #9E9E9E;
    --light-inactive: #6C767A;
}
html{
    margin-top: 0 !important
}
#error-page{
  margin-top:0 !important
}
body{
  max-width: 100vw !important;
  padding:0 !important
}
.center{
    text-align: center;
}
.section-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 2rem 0;
}
.section-container{
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
    padding:0 10px
}
.section-content,
.section-media {
  flex: 1 1 300px;
}

.section-logo img {
  max-width: 370px;
  height: auto;
}

.section-title {
    font-weight: 700;
    font-size: 47.78px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom:28px;
    margin-top:0
}

.section-text {
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom:32px;
    margin-top: 0;
    font-weight: 400;
}

.btn {
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 23.04px;
    line-height:24px;
    letter-spacing: 0;
}

.btn-primary {
    background-color: transparent;
    color: var(--white-frame);
    padding: 16px 24px;
    border-radius: 24px;
    border: solid 1px var(--white-frame);
}

.btn-primary:hover {
    background-color: var(--white-frame);
    color:var(--black-frame)
}
.btn-primary:focus{
  outline:0 !important
}
.btn-secondary {
    background-color: transparent;
    color: var(--black-frame);
    padding: 16px 24px;
    border-radius: 24px;
    border: solid 1px var(--black-frame);
}

.btn-secondary:hover {
    background-color: var(--black-frame);
    color: var(--white-frame)
}
.btn-tertiary {
    background-color: var(--black-frame);
    color: var(--white-frame);
    padding: 16px 24px;
    border-radius: 24px;
    border: solid 1px var(--black-frame);
}

.btn-tertiary:hover {
  background-color: var(--white-frame);
  color: var(--black-frame);
  border: solid 1px var(--white-frame);
}

.section-media img {
  max-width: 355px;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Rubik", sans-serif;
}
p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.accent-link a{
  color:var(--accent-frame);
}
.accent-link a:hover{
  text-decoration: underline;
}
/**********************************************************
*** HEADER
**********************************************************/
#main-menu{
  width:calc(100% - 108px);
  justify-content: space-between;
}
.site-header{
  width:100%;
  background-color:var(--white-frame);
  position: sticky;
  top:0;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5); 
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
}
.site-header-content{
  width:100%;
  max-width: 1135px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 10px;
}
.site-title{
  margin-right:48px
}
.site-title img{
  width:60px;
  height:60px
}
.main-nav ul.menu{
  display: flex;
  align-items: center;
  margin:0;
  padding:0
}
.main-nav ul.menu li{
  list-style: none;
  margin-bottom: 0;
}
.main-nav ul.menu#menu-menu-principal{
  gap:48px;
  justify-content: flex-start;
}
.main-nav ul.menu#menu-menu-principal a{
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 23.04px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--black-frame);
}
@media (min-width:1025px) and (max-width:1048px){
  .main-nav ul.menu#menu-menu-principal a,
  .ld-button a{
    font-size: 20px;
  }
}
.main-nav ul.menu#menu-menu-secondaire,
.main-nav ul.menu#menu-secondary-menu,
.main-nav ul.menu#menu-menu-secundario{
  gap:32px
}
.ld-button a{
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 23.04px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--black-frame);
  padding:16px 24px;
  border: solid 1px var(--black-frame);
  border-radius:24px
}
.ld-button a:hover{
  color: var(--white-frame);
  background-color: var(--black-frame);
}
.main-nav ul.menu#menu-menu-principal li.current_page_item::after{
  display: block;
  content:'';
  width:100%;
  height:2px;
  background-color: var(--black-frame);
}
.menu-item.menu-item-avatar{
  width:52px;
  height:52px;
  border-radius: 10px;
  overflow: hidden
}
.wpml-ls-item {
  position: relative;
}
.wpml-ls-item a{
  text-transform: uppercase;
}
.wpml-ls-item a:hover{
  text-decoration: underline;
}
.wpml-ls-current-language > a:after{
  content: '';
  width: 12px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/wp-content/themes/the-minimal-child/img/arrow-down.svg');
  display: block;
  margin-left:5px;
}
.wpml-ls-item .sub-menu{
  display: none;
  position:absolute;
  padding:10px 15px;
  margin-left: 0;
  top: 100%;
  background-color: #EDF3F5;
}
.wpml-ls-item:hover .sub-menu{
  display: block;
}
/**********************************************************
*** LEARNDASH POPUP
**********************************************************/
.learndash-wrapper-login-modal.ld-modal-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important; 
    overflow-y: scroll; 
    background-color: rgba(0,0,0,0.5);
}
.ld-login-modal-content {
    display: flex;
    align-items: center; 
    justify-content: center; 
    min-height: 100%; 
    padding: 20px; 
    box-sizing: border-box;
}
body.modal-opened-custom {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}
/**********************************************************
*** ACCUEIL
**********************************************************/
.section-hero{
  background-color:var(--black-frame);
  padding:125px 10px
}
.section-hero > div{
    align-items: stretch;
    gap:60px;
}
.section-hero .section-content {
  flex: 1 1 605px;
}
.section-hero .section-media {
  flex: 1 1 355px;
}
.section-hero .section-title,
.section-hero .section-text{
    color:#fff
}
.section-formation{
    background-color:var(--white-frame);
    padding:65px 10px
}
.section-formation .section-flex{
    max-width: 630px;
    margin:0 auto;
    gap:32px;
    align-items: flex-start;
    justify-content: center;
}
.section-premiereFormation .section-logo{
    width:170px
}
.section-premiereFormation .section-logo img{
    max-width: 100%;
}
.section-premiereFormation .section-content,
.section-deuxiemeFormation .section-content{
    width:430px
}
.section-premiereFormation .firstBtn{
    margin-right: 32px;
}
.section-deuxiemeFormation .section-title{
    font-weight: 600;
    font-size: 39.81px;
    line-height: 44px;
    letter-spacing: 0;
}
.section-deuxiemeFormation .section-logo{
    width: 170px;
    text-align: right;
}
.section-deuxiemeFormation .section-logo img{
    max-width: 85px;
}
.section-nos-actualites,
.section-qui-sommes-nous{
    background-color:var(--black-frame);
    padding:65px 10px;
    color:var(--white-frame);
}
.section-qui-sommes-nous .section-flex{
    gap:64px
}
.section-qui-sommes-nous .section-title{
    margin-bottom: 64px;
}
.section-qui-sommes-nous .section-media img{
    border-radius:8px;
    max-width: 480px;
    width: 100%;
}
.section-qui-sommes-nous .section-subtitle{
    font-weight: 500;
    font-size: 27.65px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom:12px
}
.section-nos-actualites h2{
  margin-bottom:64px
}
.bandeau-actualites{
  position: relative;
}
.slick-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 880px;
    margin:0 auto 30px
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.slick-prev-custom,
.slick-next-custom,
.slick-prev-custom:hover,
.slick-next-custom:hover,
.slick-prev-custom:focus,
.slick-next-custom:focus {
  padding: 0.5em 1em;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 48px;
  height:48px;
  background-position:center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: transparent;
  outline:0
}
.slick-prev-custom {
  left: 10px;
}
.slick-next-custom {
  right: 10px;
}
.slick-prev-custom:before,
.slick-next-custom:before{
  display: block;
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:48px;
  height:48px;
  background-position:center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.slick-prev-custom:before{
  background-image: url('/wp-content/themes/the-minimal-child/img/prev.png');
}
.slick-next-custom:before{
  background-image: url('/wp-content/themes/the-minimal-child/img/next.png');
}
.slide-content{
  display: flex;
  justify-content: flex-start;
  gap:64px;
  max-width: 880px;
}
.slide-text{
  width: calc(45% - 32px);
}
.slide-text h3{
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 27.65px;
  line-height: 28px;
  letter-spacing: 0;
  margin-top:16px;
  margin-bottom:12px
}
.slide-text h3 a{
  color:var(--white-frame)
}
.slide-text p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-image{
  width: calc(55% - 32px);
  border-radius: 8px;
  overflow: hidden;
}
.slide-image img{
  height:310px;
  object-fit: cover;
  width:100%
}
/**********************************************************
*** SINGLE POST
**********************************************************/
.hentry{
  margin:0
}
article .entry-header{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap:50px;
  color: var(--white-frame)
}
article .entry-header img{
  height:300px;
  object-fit: cover;
}
.section-contenu-post{
  padding:65px 0
}
/**********************************************************
*** DASHBOARD
**********************************************************/
.dashboard-container{
  background-color: var(--black-frame);
  color:var(--white-frame);
  margin:0;
  padding:96px 0
}
.dashboard-container > section{
  max-width: 1040px;
  margin:0 auto
}
.dashboard-container h1{
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 39.81px;
  line-height: 44px;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:12px;
  border:none;
  color:var(--white-frame)
}
.dashboard-container p,
.personnes-support li{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.personnes-support{
  margin:0;
  padding-left: 25px
}
/**********************************************************
*** LECONS
**********************************************************/
.lesson-header{
  padding:96px 10px;
  background-color: var(--black-frame);
  color: var(--white-frame)
}
.lesson-header > div{
  display:flex;
  gap:96px;
  max-width:1040px;
  align-items: center;
  margin:0 auto
}
.lesson-header > div > div{
  flex:1
}
.lesson-text{
  width:calc(40% - 48px)
}
.lesson-thumbnail{
  width:calc(60% - 48px)
}
.lesson-thumbnail img{
  max-height:230px;
  object-fit: cover;
  border-radius: 8px;
}
.lesson-content{
  background-color: var(--black-frame);
}
.lesson-content h3{
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 33.18px;
  line-height: 36;
  letter-spacing: 0;
}
#ld-tab-panel-content{
  padding:32px 10px 96px
}
.lesson-body .ld-layout{
  display: block;
}
.lesson-body .ld-layout__header,
.lesson-body .ld-tab-bar__panel .ld-featured-image{
  display: none
}
.lesson-body .ld-tab-bar__panel{
  background-color:var(--black-frame);
  color:var(--white-frame);
}
.lesson-body .ld-tab-bar__panel > *{
  width:100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.lesson-body .ld-tab-bar__panel > h2{
  margin-top:64px;
  margin-bottom:12px
}
.lesson-body .ld-tab-bar__panel .key-information-block{
  padding:96px 0;
  margin:96px 0;
  max-width: 100%;
}
.lesson-body .ld-tab-bar__panel .key-information-block > *{
  width:100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.lesson-body .wp-block-embed iframe{
  width:100%
}
.lesson-body .wp-block-cover{
  margin-bottom: 15px;
}
.lesson-body p code{
  display: none
}
.ld-navigation{
  width:100%;
  max-width:1040px;
  margin:0 auto;
  border-top: none !important;
  padding: 0 10px !important
}
.lesson-content .ld-navigation__previous-link,
.lesson-content .ld-navigation__next-link,
.lesson-content .ld-navigation__back-to-course-link,
.lesson-content .ld-navigation__previous-link:focus,
.lesson-content .ld-navigation__next-link:focus,
.lesson-content .ld-navigation__back-to-course-link:focus{
  background-color: transparent;
  color: var(--white-frame);
  padding: 16px 24px;
  border-radius: 24px;
  border: solid 1px var(--white-frame);
  font-size: 16px;
  outline: 0;
}
.lesson-content .ld-navigation__previous-link:hover,
.lesson-content .ld-navigation__next-link:hover,
.lesson-content .ld-navigation__back-to-course-link:hover{
  background-color: var(--white-frame);
  color: var(--black-frame);
  padding: 16px 24px;
  border-radius: 24px;
  border: solid 1px var(--white-frame);
  font-size: 16px;
}
.lesson-content  .ld-navigation__next-link.ld-navigation__next-link--disabled{
  opacity: 0.5;
  border: solid 1px var(--white-frame);
}
.lesson-content .learndash_mark_complete_button,
.lesson-content .learndash_mark_complete_button:focus{
  outline: 0;
  background-color: var(--white-frame);
  color: var(--black-frame);
  padding: 16px 24px;
  border-radius: 24px;
  border: solid 1px var(--white-frame);
  font-size: 16px;
}
.lesson-content .learndash_mark_complete_button:hover{
  background-color: transparent;
  color: var(--white-frame);
  padding: 16px 24px;
  border-radius: 24px;
  border: solid 1px var(--white-frame);
  font-size: 16px;
}
.lesson-content summary{
  width: 100%;
  max-width: 990px;
  padding: 15px 35px 15px 15px;
  margin: 0;
  text-align: left;
  background-color: var(--white-frame);
  color: var(--black-frame);
  border: 1px solid var(--white-frame);
  cursor: pointer;
  font-size: 16px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.lesson-content summary::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.2s ease;
}
.swiper-button-next:after,
.swiper-button-prev:after{
  color:var(--white-frame)
}
.swiper-slide figcaption{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal{
  display: none;
}
#ld-navigation__next-link{
    scroll-margin-top: 200px; 
}
/**********************************************************
*** FOOTER
**********************************************************/
.site-footer {
  background-color:var(--black-frame);
  padding: 160px 10px;
  color:var(--white-frame)
}

.footer-container {
  max-width: 1040px;
  margin: 0 auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 60px;
}

.footer-widget-title {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #333;
}

.footer-widget {
  margin-bottom: 0;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  gap: 32px;
  max-width: 630px;
}

.footer-bottom-widget {
  flex: 1 1 auto;
}
footer a,
footer a:hover{
  color:#fff
}
footer a:hover{
  text-decoration: underline;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.logoFooter{
    width:105px
}
.site-footer .wp-block-social-links{
    gap:16px
}
.site-footer .wp-block-social-link-anchor{
    background-color: var(--black-frame);
    padding:0
}
.site-footer h4{
    font-weight: 500;
    font-size: 19.2px;
    margin-top:0;
    margin-bottom:28px
}
.site-footer p{
    margin-top:0;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
/**********************************************************
*** SINGLE COURS
**********************************************************/
body.single-sfwd-courses{
  background-color: var(--black-frame);
  color:var(--white-frame)
}
article.sfwd-courses{
  width:100vw;
  margin:0 auto
}
article.sfwd-courses .container{
  max-width: 1060px;
  padding:50px 10px;
}
#introCours{
  padding:96px 0
}
#introCours .container{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 96px;
  padding:46px 0 96px;
}
#introCours .container > div:first-child{
  width:39%
}
#introCours .container > div:nth-child(2){
  width:50%
}
#introCours h1{
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:12px
}
#introCours h2{
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:28px
}
#introCours ul,
#introCours ol{
  margin-left:0
}
.key-informations-bloc{
  display:block;
  background-color: var(--white-frame);
  color:var(--black-frame);
  padding:24px 32px;
  margin:32px 0;
  border-radius: 32px;
}
#introCours .key-informations-bloc h2{
  margin-bottom: 12px;
}
#introCours .key-informations-bloc p:last-child{
  margin-bottom:0
}
#progressCours{
  padding:0 0 96px
}
.image-cours{
  border-radius:8px;
  height:230px;
  width:100%;
  object-fit:cover;
  margin-bottom: 48px;
}
#cours-lecons .section-container{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:32px;
}
.cours-lecons-details{
  padding:32px;
  border-radius:8px;
  border:solid 3px var(--accent-frame);
  background-color: var(--black-frame);
  color:var(--white-frame);
  position:relative
}
.cours-lecons-details.lesson-complete{
  border:solid 3px var(--white-frame);
  background-color: var(--white-frame);
  color:var(--black-frame);
}
.cours-lecons-details.lesson-locked{
  background-color: rgba(69, 70, 79, 0.6)
}
.cours-lecons-details.lesson-locked .lesson-number,
.cours-lecons-details.lesson-locked h3,
.cours-lecons-details.lesson-locked h3 a,
.cours-lecons-details.lesson-locked .lesson-progress-text{
  color:var(--light-inactive)
}
.cours-lecons-details.lesson-locked .lesson-progress-bar{
  background-color: var(--light-inactive);
}
.cours-lecons-details.lesson-locked .lesson-thumbnail .image-lecon{
  filter: grayscale(1);
}
.cours-lecons-details a{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}
.cours-lecons-details.lesson-locked{
  cursor:not-allowed;
}
.cours-lecons-details .lesson-number{
  color: var(--white-frame);
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  margin-bottom:8px
}
.cours-lecons-details .lesson-number.lesson-complete{
  color: var(--black-frame);
}
.cours-lecons-details .lesson-thumbnail{
  width:100%
}
.cours-lecons-details .lesson-thumbnail .image-lecon{
  width:100%;
  height: 105px;
  border-radius: 8px;
  margin-bottom:8px;
  object-fit: cover;
  object-position: center;
}
.cours-lecons-details h3,
.cours-lecons-details h3 a{
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  color:var(--white-frame);
  margin-top: 0;
  margin-bottom: 12px;
}

.cours-lecons-details.lesson-complete h3,
.cours-lecons-details.lesson-complete h3 a{
  color:var(--black-frame);
}
.cours-lecons-details .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats margin:0 auto{
  color:var(--black-frame) !important
}
#quizCours,
.quiz-lesson{
  margin:96px 0;
  padding:96px 0;
  background-color: var(--white-frame);
  color:var(--black-frame)
}
#quizCours h2,
.quiz-lesson h2{
  margin-top:0;
  margin-bottom: 48px;
}
#quizCours .quizContainer,
.quiz-lesson .quizContainer{
  padding:0 96px
}
#quizCours .wpProQuiz_content .wpProQuiz_list,
.quiz-lesson .wpProQuiz_content .wpProQuiz_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:39px 96px;
}
#quizCours .learndash-wrapper .wpProQuiz_content .wpProQuiz_question,
.quiz-lesson .learndash-wrapper .wpProQuiz_content .wpProQuiz_question{
  padding:0;
  margin:0 !important
}
#quizCours .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label,
.quiz-lesson .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label{
  max-width: 100%;
  padding:16px 30px;
  background-color:var(--black-frame);
  color:var(--white-frame);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  border:none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#quizCours .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected,
.quiz-lesson .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected{
  background-color:var(--accent-frame);
  color:var(--black-frame);
}
#quizCours .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input,
.quiz-lesson .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input{
  margin-right: 0;
}
.wpProQuiz_question_text p{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom:32px
}
#contactsrefCours{
  display: flex;
  gap: 96px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding:96px 0
}
#contactsrefCours .section-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#contactsrefCours h2{
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:48px
}
.bloc-contact{
  display: flex; 
  gap: 16px;
  padding:16px;
  border-radius:24px;
  margin-bottom: 32px;
  background-color:var(--white-frame);
}
.photo-contact img{
  width:160px;
  height:150px;
  border-radius:12px;
}
.infos-contact p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color:var(--black-frame);
  margin-bottom:6px
}
.infos-contact p:first-child{
  font-weight: 500;
}
#contactsrefCours .bloc-reference{
  margin-bottom:32px
}
#contactsrefCours .bloc-reference .prenomnomAuteur{
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 6px;
}
#contactsrefCours .bloc-reference .titreOuvrage{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom:0
}
.lesson-progress-bar{
  display: block;
  position: relative;
  margin-right: 0;
  width: 100%;
  border-radius: 7px;
  height: 7px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e2e7ed;
}
.lesson-progress-text{
  text-align: right;
  font-size: .75em;
  line-height: 1em;
  font-weight: 800;
  margin-right: 5px;
  text-transform: uppercase;
  color: var(--black-frame);
}
.cours-lecons-details .lesson-progress-text{
  color:var(--white-frame)
}
.cours-lecons-details.lesson-complete .lesson-progress-text{
  color:var(--black-frame)
}
.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{
  background-color: var(--white-frame);
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats margin:0 auto{
  color:var(--white-frame) !important
}
.learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading .ld-progress-steps{
  display: none;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{
  background: var(--accent-frame) !important;
}
.bandeau-otherCourses{
  position:relative;
  padding:0 60px
}
.carte-otherCourses{
  padding:32px
}
.carte-otherCourses h3{
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:48px
}
.carte-otherCourses a{
  color:var(--white-frame);
}
.image-otherCourses{
  margin:48px 0;
  border-radius: 8px;
  width:100%;
  height:175px;
  object-fit: cover;
}
.introduction-otherCourses{
  margin-top:48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.lesson-content .ld-navigation__progress-completed-action svg path{
  fill:var(--white-frame);
}
.lesson-content .ld-navigation__progress-completed-action{
  color: var(--white-frame) !important;
  font-size: 14px;
  font-weight: 600;
}
#access-request-form {
    margin:50px 0
}
.demande-inscription-cours,
.course-request-confirmation{
  background-color: var(--accent-frame);
  border: 1px solid var(--accent-frame);
  padding: 25px 15px;
  border-radius: 4px;
  text-align: center;
}
.demande-inscription-cours p{
  margin-bottom:0
}
.course-request-confirmation p{
  margin-bottom:0;
  font-weight: bold;
  color: var(--white-frame);
  text-align: center;
}
#section-support{
  margin:96px 0
}
/**********************************************************
*** MENTIONS LEGALES
**********************************************************/
#mentions-legales-intro h1{
  color:var(--white-frame)
}
#mentions-legales-content{
  padding:48px 0
}
/**********************************************************
*** NOUS CONTACTER
**********************************************************/
#nous-contacter-intro h1,
#nous-contacter-intro p{
  color:var(--white-frame)
}
#nous-contacter-content{
  padding:48px 0
}
.nf-form-content label{
  max-width: 100%;
}
input.ninja-forms-field[type=submit]{
  background-color: var(--black-frame);
  color:var(--white-frame)
}
input.ninja-forms-field[type=submit]:hover{
  background-color: var(--accent-frame);
  color:var(--black-frame)
}
/**********************************************************
*** FAQ
**********************************************************/
.course-catalogue{
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(2, 1fr);
  gap:50px;
  margin-bottom:50px
}
.course-catalogue .course-item{
  border: solid 1px var(--black-frame);
  background-color: var(--black-frame);
  max-width: 100%;
  opacity: 1;
  border-radius: 8px;
  padding: 32px;
}
.course-catalogue .course-item h3,
.course-catalogue .course-item h3 a{
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom: 32px;
  color: var(--white-frame);
}
.course-catalogue .course-item .course-thumbnail img {
  width: 100%;
  height: 175px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 0px;
}
/**********************************************************
*** FAQ
**********************************************************/
#faq-intro h1{
  color:var(--white-frame)
}
.faq-wp-content{
  padding-bottom:24px
}
#faq-content{
  padding:48px 0
}
.faq-container {
  margin: 0 auto;
}
.faq-item {
  width:100%;
  margin-bottom: 25px;
  border: 1px solid var(--black-frame);
  border-radius: 5px;
  overflow: hidden;
}
.faq-item:last-child{
  margin-bottom: 0
}
.faq-question {
  width: 100%;
  padding: 15px 35px 15px 15px;
  margin: 0;
  text-align: left;
  background-color: var(--black-frame);
  color:var(--white-frame);
  border: 1px solid var(--black-frame);
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.faq-question p{
  margin-bottom: 0;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.2s ease;
}
.faq-question.active::after {
  content: '–';
}

.faq-answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: var(--accent-frame);
    color:var(--black-frame)
}
.faq-answer.open {
  padding: 15px;
  max-height: auto;
}
/**********************************************************
*** SE CONNECTER
**********************************************************/
.login-button{
  margin:0 auto !important
}
/**********************************************************
*** MON PROFIL
**********************************************************/
.update-profil-form .form-group{
  display:flex;
  gap:40px;
  margin-bottom:40px
}
.update-profil-form .form-group > div{
  width:calc(50% - 20px)
}
.update-profile-mail{
  width:100%
}
.update-profil-form .form-group input{
  width:100%
}
.update-profil-form .form-group label,
.update-profil-form .form-group input,
.update-profil-form .form-group button{
  font-family: "Rubik", sans-serif
}
.logout-button{
  background-color: var(--white-frame);
  color:var(--black-frame);
  border: solid 1px var(--white-frame);
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
}
.logout-button:hover{
  background-color: var(--black-frame);
  color:var(--white-frame);
  border: solid 1px var(--white-frame);
}
/**********************************************************
*** DASHBOARD ELEARNING
**********************************************************/
.dashboard-elearning{
  max-width: 1135px; /* Largeur max de ton site */
  margin: 0 auto; /* Centre le contenu */
  padding:0;
  position: relative;
}
.dashboard-elearning .dashboard-intro{
  max-width: 425ssspx;
}
.fullwidth-container{
  display: flex;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  position: relative;
}
.dashboard-elearning-left {
  background-color: var(--black-frame); /* Fond coloré */
  width:60%;
  padding: 96px 20px;
}
.dashboard-elearning-right {
  background-color: var(--white-frame); /* Fond blanc */
  color:var(--black-frame);
  width:40%;
  padding: 96px 20px 96px 40px;
}
.dashboard-intro{
  margin-top:12px;
  margin-bottom:190px;
}
.dashboard-content {
  max-width: calc(1135px / 2); /* Moitié de la taille du site */
  margin: 0 auto; /* Centre le contenu */
}
.my-courses-list .course-item{
  max-width: 100%;
  opacity: 1;
  border-radius: 8px;
  border:solid 1px var(--white-frame);
  padding: 32px;
  margin-bottom: 58px;
}
.course-title,
.course-title a{
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom:48px;
  color:var(--white-frame);
}
.course-thumbnail img{
  width: 100%;
  height: 175px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom:48px;
}
.course-lessons{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  padding:0;
  margin:0;
  gap:0 10px
}
.course-lessons .lesson-number{
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
.course-lessons .lesson-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.course-progress {
  margin-top: 48px;
  margin-bottom: 0px;
}
.course-progress-bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: #e4e9ec;
  border-radius: 8px;
  overflow: hidden;
}
.course-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4b9fcf, #9CC1CE);
  border-radius: 8px 0 0 8px;
  transition: width 0.6s ease-in-out;
}
.course-progress-text {
  display:none
}
.dashboard-elearning-right section{
  margin-bottom: 45px;
}
.dashboard-elearning-right h2{
  margin-bottom:28px;
  margin-top: 0;
  font-size:24px;
}
.dashboard-elearning-right h2:first-child{
  margin-top:0
}
#calendar {
  max-width: 315px;
  margin-bottom: 24px
}
.fc-toolbar-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}
.fc .fc-toolbar-chunk button {
  background: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 50% !important;
  width: 34px !important;
  height: 34px !important;
  color: #2B2D42 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
.fc .fc-toolbar-chunk button:hover {
  background-color: rgba(43,45,66,0.1) !important;
}
.fc-next-button{
  margin-left: 5px !important;
}
.fc .fc-scrollgrid-section-sticky > *{
  background-color: transparent;
}
.fc .fc-col-header-cell-cushion:hover{
  color:var(--black-frame)
}
.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th{
  border: none;
}
.fc-theme-standard td,
.fc-theme-standard th{
  height:45px;
  width:45px;
  vertical-align: middle;
}
.fc-col-header-cell-cushion {
  color: var(--black-frame);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.fc-daygrid-day-number,
.fc-daygrid-day-number:hover {
  color: var(--black-frame);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}
.fc-daygrid-day.fc-day-past .fc-daygrid-day-number{
  color: #c7c7c7 !important;
}
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-daygrid-day.has-event{
  background-color: transparent !important;
  position: relative;
}
.fc .fc-daygrid-day.fc-day-today:after,
.fc .fc-daygrid-day.has-event:after{
  position:absolute;
  content:"";
  width:32px;
  height:32px;
  top:calc(50% - 16px);
  left:calc(50% - 16px);
  border-radius: 50%;
}
.fc .fc-daygrid-day.fc-day-today:after{
  background-color:var(--accent-frame) !important;
}
.fc .fc-daygrid-day.has-event:after{
  background-color:var(--black-frame) !important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number,
.fc-daygrid-day.fc-day-past.has-event .fc-daygrid-day-number,
.fc-daygrid-day.fc-day-future.has-event .fc-daygrid-day-number,
.fc .fc-daygrid-day.has-event .fc-daygrid-day-number{
  color:#ffffff
}
.fc-daygrid-day.fc-day-future.has-event .fc-daygrid-day-frame{
  z-index:1
}
.fc-daygrid-day.fc-day-future.has-event .fc-daygrid-day-top{
  opacity: 1;
}
.fc .fc-day-future.fc-daygrid-day.has-event:after{
  background-color:#c7c7c7
}
.fc .fc-daygrid-day-events{
  display:none
}
.fc-daygrid-day-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcoming-sessions-list{
  margin:0;
  padding:0;
}
.upcoming-session-item{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  background-color:#ffffff;
  border-radius:16px;
  margin-bottom: 24px;
  padding:12px 74px 12px 30px;
  position: relative;
  max-width: 350px;
}
.upcoming-session-item:before{
  display:block;
  border-radius: 3px;
  width:6px;
  height:6px;
  content:'';
  background-color: var(--accent-frame);
  position: relative;
  margin-right:30px
}
.upcoming-session-item:after{
  display:block;
  position:absolute;
  right:30px;
  top:calc(50% - 7px);
  width:14px;
  height:14px;
  content:"";
  background-image:url('/wp-content/themes/the-minimal-child/img/arrow-right-planning.png');
  background-size:contain;
  background-position:center;
}
.recent-lessons{
  max-width: 350px;
}
.recent-lessons-list{
  list-style: none;
  margin:0;
  padding:0;
}
.recent-lesson-item{
  display:flex;
  max-width: 350px;
  margin-bottom:24px
}
.recent-lesson-icon{
  width:54px;
  height:57px;
  object-fit: contain;
  margin-right:20px
}
.lesson-consult-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color:var(--black-frame)
}
.lesson-consult-title:hover{
  color:var(--black-frame);
  text-decoration: underline;
}
.lesson-consult-date{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color:var(--grey-frame);
}
.completed-courses{
  color:var(--black-frame);
  width: 100%;
  max-width: 350px;
}
.completed-course-item{
  display:flex;
  align-items: center;
  justify-content: flex-start;
}
.completed-course-item > p{
  margin-bottom: 4px
}
.course_code{
  display: flex;
  align-items: center;
  min-width:50px;
  max-width:50px;
  height:47px;
  justify-content: center;
  background-color: var(--accent-frame);
  color:var(--black-frame);
  border-radius:8px;
  margin-right:20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
}
.course-details{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.course-details > p{
  width:100%;
  margin-bottom: 4px;
}
.course-description{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}
.course-finish{
  display:block;
  width: 55px;
  height: 8px;
  border-radius: 72px;
  background-color:var(--black-frame)
}
.quiz-results{
  max-width: 350px;
}
.quiz-results-list{
  margin: 0;
  padding: 0;
}
.quiz-result-item{
  list-style: none;
}
/**********************************************************
*** BASICS
**********************************************************/
#speakers-container{
  margin:96px 0
}
.speakers-liste{
  margin-top: 60px;
}
.speaker-item{
  gap: 30px;
  border-radius: 70px;
  padding: 46px;
  background-color:var(--white-frame);
  color: var(--black-frame);
  display: flex !important;
  flex-direction: row;
}
.photo-speaker{
  width:calc(60% - 23px);
  border-radius: 48px;
}
.infos-speaker{
  width:calc(40% - 23px)
}
.infos-speaker h3{
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:17px;
}
.infos-speaker p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  margin-top:0;
  margin-bottom:0;
}
.speakers-liste .speaker-item {
    margin-right: 10px;
    margin-left: 10px;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.slick-arrow img{
  height: 36px;
  width: 24px;
  object-fit: cover;
}
#ressourcesParticipantsCours{
  margin:96px 0
}
#ressourcesParticipantsCours .section-container{
  display: grid;
  grid-template-columns: 55% 45%;
  gap:64px;
}
.ressources-liste{
  display:flex;
  flex-direction:column;
  gap:48px;
  margin-top:48px
}
.ressource-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  gap: 6px;
  border-radius: 8px;
  border:solid 1px var(--white-frame);
  color:var(--white-frame)
}
.ressource-item:hover{
  background-color: var(--white-frame);
}
.ressource-item:hover .ressource-titre,
.ressource-item:hover .ressource-desc,
.ressource-item:hover .ressource-icon svg{
  color:var(--black-frame)
}
.ressource-titre{
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 6px;
}
.ressource-desc{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
}
.ressource-icon svg{
  width:30px;
  height:30px
}
.participants-liste{
  display:flex;
  flex-direction: column;
  gap:48px;
  margin-top:48px
}
.participant-item{
  display:flex;
  flex-direction: row;
  background-color: var(--white-frame);
  color:var(--black-frame);
  border-radius:24px;
  padding:16px;
  gap:16px
}
.participant-avatar{
  border-radius: 12px;
  overflow: hidden;
  width: 160px;
}
.participant-avatar img{
  width:100%;
  height: 150px;
  object-fit: cover;
}
.participant-nom{
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
/**********************************************************
*** WPML SWITCHER MOBILE
**********************************************************/
.wpml-custom-flags {
    display: none;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}

.wpml-custom-flags img {
    display: block;
    width: 30px;
}
/**********************************************************
*** RESPONSIVE
**********************************************************/
@media only screen and (max-width: 1024px) {
    .site-header {
        display: block;
    }
}
/* Cacher le menu en mobile */
@media (max-width: 1024px) {
  .wpml-ls-menu-item{
    display:none
  }
  .wpml-custom-flags{
    display:flex
  }
  .merged-menus {
    display: none;
    flex-direction: column;
  }

  .merged-menus.open {
    display: flex;
    position: absolute;
    background-color: #fff;
    width: 100% !important;
    top: 103px;
    left: 0;
    right: 0;
    flex-direction: column;
    padding:20px 10px;
    border-radius:0 0 10px 10px;
    -webkit-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2); 
    box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
  }
  .main-nav.open ul.menu{
    flex-direction: column;
    gap: 30px !important
  }
  .main-nav.open ul.menu#menu-menu-principal{
    margin-bottom:20px
  }
  .ld-button a{
    display: block;
  }
  .menu-toggle,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active {
    display: block;
    background: none;
    font-size: 32px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: var(--black-frame);
    background-color: transparent;
    outline:0;
    border:none;
    box-shadow: none;
  }
}

/* En desktop : afficher les deux menus horizontalement */
@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }

  .merged-menus {
    display: flex;
    gap: 2rem;
  }
}

@media (max-width: 768px){
  .section-premiereFormation .firstBtn{
    margin-bottom:20px
  }
  .slide-content{
    flex-direction: column;
    gap:20px
  }
  .slide-text,
  .slide-image{
    width:100%
  }
  .slick-prev-custom,
  .slick-next-custom,
  .slick-prev-custom:hover,
  .slick-next-custom:hover,
  .slick-prev-custom:focus,
  .slick-next-custom:focus{
    margin:0;
    top:-40px;
    transform: none;
  }
  .slick-prev-custom{
    left:0
  }
  .slick-next-custom{
    right:0
  }
}