.is-hidden {
  display: none;
}
html,
body {
  scroll-behavior: smooth;
}

#scrollTop {
  border-color: #fff;
}

#scrollTop .icon__totop {
  align-items: center;
  background: none;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#scrollTop .icon__totop::before {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 15px;
  transform: translateY(4px) rotate(45deg);
  width: 15px;
}

#scrollTop:hover .icon__totop::before {
  border-color: #f8a64a;
}

#scrollTop:hover {
  background-color: #6f1d4d;
}

.top__award__img--qualiopi {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.qualiopi-logo {
  width: 152px;
}

.qualiopi-text {
  font-size: 8px;
  max-width: 130px;
  padding-left: 1px;
  padding-top: 14px;
}

.nav__post__img--sleep {
  background: url("./images/thumb-trouble-sommeil_300x210.jpg");
}

.text-editor__lead {
  font-size: 18px;
}

.text-editor__accent {
  color: #87255f;
}

.text-editor__body {
  font-size: 16px;
}

.covid-modal {
  font-size: 15px;
}

.site-logo {
  color: #87255f;
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.doc-icon {
  background: linear-gradient(135deg, #fff 0 48%, #f5d76e 49% 100%);
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  display: inline-block;
  height: 46px;
  transform: rotate(-12deg);
  width: 58px;
}

.doc-icon--large {
  height: 86px;
  width: 108px;
}

.modal-brand {
  align-items: center;
  background: #87255f;
  color: #fff;
  display: flex;
  font-size: 42px;
  font-weight: 800;
  justify-content: center;
  min-height: 320px;
  text-align: center;
}

.reviews-section {
  background: #fff;
  padding: 56px 20px 64px;
}

.reviews-inner {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: 180px repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
}

.reviews-summary {
  text-align: center;
}

.reviews-score {
  color: #0877f2;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.reviews-score span {
  font-size: 18px;
}

.reviews-stars {
  color: #0877f2;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
}

.reviews-stars span {
  color: #064fbd;
  font-size: 18px;
  letter-spacing: 0;
}

.reviews-brand {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  margin-top: 8px;
}

.reviews-summary p,
.review-card p,
.review-card small {
  color: #333;
}

.reviews-summary p {
  font-size: 13px;
  line-height: 1.3;
  margin: 10px auto 0;
  max-width: 120px;
}

.review-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 18px;
}

.review-card p {
  min-height: 54px;
}

.review-card small {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 26px;
}

.skills {
  padding: 54px 0 64px;
}

.skills__eyebrow {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 14px;
  text-align: center;
}

.skills .skills__title {
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto 16px;
  max-width: 820px;
  padding: 0;
  text-align: center;
}

.skills__intro {
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
  margin: 0 auto 40px;
  max-width: 760px;
  text-align: center;
}

.skills .skills__block {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1500px;
}

.skills .skills__box {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 35px rgba(33, 33, 33, 0.16);
  color: #222;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 500px;
  padding: 50px 28px 34px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: none;
}

.skills .skills__box:hover {
  box-shadow: 0 18px 35px rgba(33, 33, 33, 0.16);
  transform: none;
}

.skills__step {
  align-items: center;
  background: #416ed8;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 52px;
}

.skills__img {
  align-items: center;
  background: #eef4ff;
  border-radius: 50%;
  display: flex;
  height: 104px;
  justify-content: center;
  margin-bottom: 28px;
  width: 104px;
}

.skills__img img {
  display: block;
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.skills .skills__name {
  color: #101936;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 24px;
}

.skills__text {
  color: #303545;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 1100px) {
  .skills .skills__block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .skills {
    padding: 42px 0 48px;
  }

  .skills .skills__title {
    font-size: 27px;
  }

  .skills__intro {
    font-size: 17px;
    margin-bottom: 32px;
  }

  .skills .skills__block {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .skills .skills__box {
    min-height: 0;
    padding: 44px 24px 30px;
  }

  .skills .skills__name {
    font-size: 22px;
  }

  .skills__text {
    font-size: 17px;
  }
}

.courses-flip {
  /* background: #9ec7e7; */
  overflow: hidden;
  padding: 44px 0 54px;
  position: relative;
}

.courses-flip::before {
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 24px solid rgba(68, 72, 86, 0.34);
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.courses-flip__title {
  color: #8d2a68;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 34px;
  text-align: center;
}

.courses-flip__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.courses-flip__card {
  min-height: 280px;
  outline: 0;
  perspective: 1100px;
}

.courses-flip__inner {
  height: 100%;
  min-height: 280px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.65s ease;
}

.courses-flip__card:hover .courses-flip__inner,
.courses-flip__card:focus .courses-flip__inner,
.courses-flip__card:focus-within .courses-flip__inner {
  transform: rotateX(180deg);
}

.courses-flip__face {
  align-items: center;
  backface-visibility: hidden;
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}

.courses-flip__face--front {
  background-image: var(--course-bg);
  background-position: center;
  background-size: cover;
}

.courses-flip__band {
  background: rgba(119, 89, 171, 0.72);
  color: #fff;
  padding: 15px 24px;
  text-align: center;
  width: 88%;
}

.courses-flip__band h3,
.courses-flip__face--back h3 {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.courses-flip__face--back {
  align-items: center;
  background: #fff;
  color: #273044;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  transform: rotateX(180deg);
}

.courses-flip__face--back h3 {
  color: #8d2a68;
  margin-bottom: 16px;
}

.courses-flip__face--back p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 22px;
  max-width: 560px;
}

.courses-flip__face--back a {
  background: #8d2a68;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  padding: 13px 20px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.courses-flip__face--back a:hover,
.courses-flip__face--back a:focus {
  background: #ff9f3f;
  color: #fff;
  transform: translateY(-1px);
}

.course-content__section {
  margin: 28px 0;
}

.course-content__section > h2:first-child {
  margin-top: 0;
}

@media (max-width: 760px) {
  .courses-flip {
    padding: 38px 0 44px;
  }

  .courses-flip__title {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .courses-flip__grid {
    grid-template-columns: 1fr;
  }

  .courses-flip__card,
  .courses-flip__inner {
    min-height: 250px;
  }

  .courses-flip__band h3,
  .courses-flip__face--back h3 {
    font-size: 21px;
  }

  .courses-flip__face--back {
    padding: 24px 20px;
  }

  .courses-flip__face--back p {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .reviews-inner {
    grid-template-columns: 1fr;
  }

  .reviews-summary p {
    max-width: none;
  }
}

.about-page {
  background: #f8f4f7;
  color: #2d2d2d;
  min-height: 100vh;
}

.about-hero {
  align-items: center;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
}

.about-nav {
  display: flex;
  gap: 24px;
}

.about-nav a {
  color: #2d2d2d;
  font-weight: 700;
  text-decoration: none;
}

.about-content {
  margin: 0 auto;
  max-width: 1040px;
  padding: 72px 24px;
}

.about-content h1 {
  color: #87255f;
  font-size: 44px;
  margin-bottom: 24px;
}

.about-content > p {
  font-size: 19px;
  line-height: 1.7;
  max-width: 780px;
}

.about-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.about-grid article {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.about-grid h2 {
  color: #87255f;
  font-size: 22px;
  margin-bottom: 12px;
}

@media (max-width: 760px) {
  .about-hero,
  .about-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}

.body-cover {
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

.body-cover.is-visible {
  display: block;
}

body.is-off-canvas-open {
  overflow: hidden;
}

body.is-form-modal-open {
  overflow: hidden;
}

.form-success-modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
}

.form-success-modal.is-open {
  display: flex;
}

.form-success-modal__overlay {
  background: rgba(0, 0, 0, 0.58);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.form-success-modal__dialog {
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: #252525;
  max-width: 640px;
  padding: 38px 34px 34px;
  position: relative;
  text-align: center;
  width: min(100%, 640px);
}

.form-success-modal__dialog h2 {
  color: #87255f;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 18px;
}

.form-success-modal__dialog p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.form-success-modal__close {
  align-items: center;
  background: #87255f;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
}

.forms__box--compact {
  background: #fff;
}

.forms__box--compact .forms__header {
  background: #87255f;
  color: #fff;
}

.forms__box--compact .forms__content {
  padding-top: 22px;
}

.forms__box--compact .forms__btn {
  padding-bottom: 24px;
}

@media (max-width: 63.99875em) {
  .page .sticky-container {
    height: auto !important;
  }

  .page .form-sticky {
    height: auto !important;
    max-width: none !important;
    position: static !important;
    transform: none !important;
    width: auto !important;
  }

  .page__form {
    display: block;
    margin: 24px 0 0;
  }
}

.off-canvas.position-right {
  background: #202020;
  bottom: 0;
  max-width: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  visibility: hidden;
  width: min(400px, 82vw);
  z-index: 1002;
}

.off-canvas.position-right.is-open {
  transform: translateX(0);
  visibility: visible;
}

.off-canvas.position-right.is-open,
.off-canvas.position-right.is-open.is-transition-overlap {
  right: 0;
  transform: translateX(0) !important;
  visibility: visible !important;
}

.top .grid-container {
  position: relative;
}

.nav-accordion {
  position: static;
}

.nav-accordion .nav-content {
  background-color: #f3f1ee;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 47;
}

.nav-accordion.is-open .nav-content,
.nav-accordion:hover .nav-content,
.nav-content.active {
  display: block;
}

.nav-accordion.is-open .nav__flex,
.nav-accordion:hover .nav__flex,
.nav__flex.active {
  opacity: 1;
}

.nav__flex {
  align-items: stretch;
  background-color: #f3f1ee;
  display: flex;
  justify-content: space-between;
  min-height: 0;
  opacity: 1;
  width: 100%;
}

.nav__formation__list {
  column-count: 3;
  column-gap: 44px;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 20px 36px 24px 30px;
}

.nav__formation__list li {
  break-inside: avoid;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.nav__formation__list li::before {
  background: #f8a64a;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
  width: 7px;
}

.nav__formation__list a {
  color: #212121;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 8px 10px;
  text-decoration: none;
  width: 100%;
}

.nav__formation__list a:hover {
  color: #f8a64a;
  text-decoration: underline;
}

.nav__cta {
  align-items: center;
  background: #f8a64a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
  padding: 34px 26px;
  text-align: center;
}

.nav__cta .doc-icon {
  margin-bottom: 20px;
}

.nav__cta__title {
  color: #212121;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}

.nav__cta__subtitle {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 18px;
}

.nav__formation__btn .btn,
.nav__formation__btn a {
  background: #fff;
  color: #f8a64a;
  display: inline-block;
  font-weight: 700;
  padding: 12px 14px;
  text-decoration: none;
}

.nav-resp__close {
  align-items: center;
  background: #202020;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  gap: 12px;
  justify-content: flex-end;
  min-height: 48px;
  padding: 0 28px 0 16px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.nav-resp__close-text {
  font-size: 16px;
}

.nav-resp__close-icon {
  font-size: 32px;
  line-height: 1;
}

.nav-resp__close::before,
.nav-resp__close::after {
  content: none !important;
  display: none !important;
}

.nav-resp__box {
  background: #202020;
  min-height: 100%;
  padding-bottom: 24px;
}

.nav-resp__logo {
  display: none;
}

.nav-resp__logo img {
  max-width: 150px;
}

.nav-resp__menu,
.nav-resp__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-resp__menu > .nav-resp__item > a {
  border-top: 1px solid #4a4a4a;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.1;
  padding: 13px 52px 13px 20px;
  position: relative;
  text-decoration: none;
}

.nav-resp__item--has-sub > a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 8px;
}

.nav-resp__item--has-sub.is-open > a::after {
  transform: translateY(-35%) rotate(225deg);
}

.nav-resp__menu ul {
  display: none;
}

.nav-resp__item--has-sub.is-open > ul {
  display: block;
}

.nav-resp__menu ul a {
  border-top: 1px solid #3a3a3a;
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 20px 12px 34px;
  text-decoration: none;
}

.nav-resp__cta {
  align-items: center;
  background: #ffa33f;
  color: #fff;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 68px 1fr;
  margin: 52px 72px 0 72px;
  max-width: 280px;
  min-height: 56px;
  padding: 0 14px 0 0;
  text-decoration: none;
}

.nav-resp__cta img {
  grid-row: span 2;
  margin-left: -22px;
  max-width: 68px;
}

.nav-resp__cta span {
  color: #fff;
  font-weight: 700;
}

.nav-resp__cta strong {
  color: #fff;
  display: block;
  line-height: 1.2;
}

.hero-content {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/img1.png") center center / cover no-repeat;

  padding: 80px 20px;
}

.hero-content h1,
.hero-content p {
  color: #fff;
}
.hero-content-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.hero-content-btn-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 380px));
  justify-content: center;
  gap: 20px;
}

.hero-content-btn-1 .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arguments__img img {
  width: 90px;
}
@media (max-width: 767px) {
  .hero-content-btn-1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .hero-content-btn {
    flex-direction: column;
  }
}
