:root {
  --blanc: white;
  --or: #d8b166;
  --text-large-mobile: 16px;
  --text-large-mobile-height: 150%;
  --texte-gris: #777;
  --texte-noir: black;
  --text-small: 14px;
  --background: #f9f6f0;
  --ruge-ajfr: #b82727;
  --texte-gris2: #4b4b4b;
  --vert: #559a37;
  --rouge-2: #c12525;
  --h4de: 21px;
  --transparent: #0000;
  --h3-default: 28px;
  --fond-sombre: #2f2d2b;
  --marron: #a7641d;
  --violet: #78139d;
  --bleu: #2249a5;
  --or-texte: #b99757;
  --gold-boy: #a87d2b;
  --fond-sombre-2: #1a1918;
  --texte-noir-charbon: #212121;
  --background-nougat: #ece7dc;
  --h5-default: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-container {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: sticky;
}

.navbar-container.navbar-container-2 {
  padding-bottom: 0;
}

.navbar-content-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-content-7.default-navbar-content-wrapper {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-ajfr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 51px;
  display: flex;
}

.logo-ajfr.pointer-auto {
  cursor: auto;
}

.logo-ajfr.logo-ajfr-home {
  object-fit: contain;
  object-fit: contain;
  width: 63px;
  height: 36px;
}

.navbar-menu-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.frame-124 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.nav-menu-link.w--current {
  border-color: #000;
}

.navbar-link-text {
  color: #000;
  text-align: center;
  cursor: pointer;
  border: 0 #d8b166;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-link-text.menu-active {
  border: 1px none var(--or);
  border: 1px #d8b166;
  border: 1px none var(--or);
  border: 1px #d8b166;
}

.navbar-link-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-link-14.w--current {
  text-decoration: none;
}

.small-text {
  color: #777;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.small-text.black-text {
  color: var(--texte-gris);
  text-align: left;
}

.small-text.testimonial-author {
  color: var(--texte-noir);
  text-align: left;
  justify-content: center;
  align-items: center;
}

.small-text.testimonial-author.testimonial-author-title {
  margin-top: -10px;
  font-size: 12px;
  font-weight: 400;
}

.small-text.testimonial-author.testimonial-author-title.testimonial-author-title-2 {
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 62px 24px 8px;
  display: flex;
}

.columns-6 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.footer-logo-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.vectors-wrapper-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 68px;
  display: flex;
}

.text-small-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.small-columns-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 430px;
  padding-top: 16px;
  display: flex;
}

.column-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-43 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link {
  color: #fff;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.column-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-44 {
  color: #797979;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.faq-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.faq-small-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.faq-small-columns.faq-small-columns-2 {
  grid-row-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  display: flex;
}

.faq-question-dropdown {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 88px;
  padding: 24px;
  display: flex;
}

.faq-question {
  color: #000;
  width: 200px;
  max-width: 200px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}

.faq-question.no-margin {
  width: auto;
  max-width: 90%;
}

.faq-plus-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px;
  display: flex;
}

.faq-plus-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: flex;
}

.testimonial-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.black-text {
  color: var(--texte-noir);
}

.faq-answer {
  color: var(--texte-gris);
  max-width: 90%;
  font-size: 12px;
  line-height: 130%;
}

.faq-dropdown-header {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.faq-dropdown-content {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: none;
  overflow: visible;
}

.faq-close-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  display: flex;
}

.faq-close-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px;
  display: flex;
}

.footer-nav-link {
  color: var(--blanc);
  text-decoration: none;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.t-l-chargement {
  object-fit: cover;
  object-fit: contain;
}

.f2wf-columns-7.f2wf-columns-7-aj {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.bg-skills-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.bg-skills-wrapper.bg-skills-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  max-width: 490px;
}

.bg-skill-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 649px;
  display: flex;
}

.bg-skill-item.bg-skill-item-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.bg-skills-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: contain;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.bg-skills-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.small-columns-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quote-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.author-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-wrapper-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.image-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.info-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-81 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-108 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 20px;
  display: flex;
}

.text-82 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.quote-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.author-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 452px;
  display: flex;
}

.image-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.logos-quote-block-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.columns-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1189px;
  display: flex;
}

.quote-7 {
  color: #000;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.frame-257 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 811px;
  display: flex;
}

.content-27 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-l-chargement {
  object-fit: contain;
  flex: 0 auto;
}

.logo-link {
  cursor: default;
}

.body-3 {
  font-family: Inter, Arial, sans-serif;
}

.star-icon-gold-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.star-icon-gold-v2.star-icon-gold-v3 {
  aspect-ratio: 1;
  aspect-ratio: 1;
  width: 16px;
  height: 16px;
}

.five-star-icons-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.five-star-icons-2.five-star-icons-16px {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.text-opacity-70 {
  opacity: .7;
}

.qualification-logo {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 0%;
}

.qualification-logo.qualification-logo-2 {
  object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-large-mobile {
  font-size: 16px;
  line-height: 1.5em;
}

.brown-text {
  color: var(--marron);
}

.hero-ajfr-badge.hero-badge-rotated {
  object-fit: cover;
  object-fit: cover;
  transform: none;
}

.arrow-buton-icon-element {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--blanc);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-buton-icon-wrapper {
  position: relative;
}

.arrow-buton-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
}

.default-navbar {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blanc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 2px #0000001a;
}

.default-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.default-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 854px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero-title {
  color: var(--texte-noir);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.3em;
}

.gold-boy-text {
  color: var(--gold-boy);
  text-align: center;
}

.text-gold-background-effect {
  z-index: 1;
  white-space: nowrap;
  word-break: keep-all;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.hero-title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.hero-image-badge-wrapper {
  position: relative;
}

.hero-subtitle {
  color: var(--texte-noir);
  text-align: center;
  max-width: 504px;
  font-size: 1.625rem;
  line-height: 1.5em;
}

.hero-stars-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
}

.arrow-buton {
  border: 1px solid var(--blanc);
  background-color: var(--or);
  color: var(--blanc);
  text-decoration: none;
  box-shadow: 0 4px 10px #0000000d;
}

.arrow-buton.arrow-buton-black {
  background-color: var(--fond-sombre-2);
  background-color: var(--fond-sombre-2);
}

.arrow-buton-text {
  text-shadow: 0 1px 2px #0003;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3em;
}

.arrow-buton-icon {
  position: absolute;
}

.hero-ajfr-gold-arrow.gold-arrow-rotated {
  position: absolute;
  inset: 13px -65px 0% auto;
}

.hero-ajfr-gold-arrow.section-3-ajfr-gold-arrow.gold-arrow-rotated {
  transform-style: preserve-3d;
  inset: auto auto 105px -50px;
  inset: auto auto 105px -50px;
  transform: rotateX(0)rotateY(180deg)rotateZ(33.47deg);
}

.hero-badge-rotated {
  backface-visibility: hidden;
  transform: rotate(-7.32deg);
}

.gold-arrow-rotated {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(-112.56deg);
}

.gold-text-v2 {
  color: var(--or-texte);
}

.hero-stars-block {
  margin-bottom: 1.5rem;
}

.section-2-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.qualification-logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-ag-h4 {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3em;
}

.dark-text-v2 {
  color: var(--fond-sombre-2);
}

.section-3-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
}

.gold-background {
  background-color: var(--background);
}

.section-3-paragraphs-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.text-h2-caveat-brush {
  font-family: Caveat Brush, Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1.3em;
}

.section-3-paragraph-3 {
  text-align: center;
  font-family: Caveat Brush, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.3em;
}

.section-3-paragraph-1 {
  color: #212121;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.5em;
}

.section-4-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.section-4-paragraphs-wrapper {
  max-width: 944px;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.profiles-items-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.profiles-block-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
}

.profiles-block-items-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-start;
  align-items: center;
}

.section-4-arrow-buton-wrapper {
  margin-bottom: -1.25rem;
}

.profiles-block-title-wrapper {
  background-color: #d8b1661a;
  align-self: stretch;
  width: 100%;
  padding: 1.25rem 2rem;
}

.profiles-item-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-self: stretch;
}

.profiles-item-title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.profiles-block-title {
  color: var(--texte-noir-charbon);
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.5em;
}

.profiles-item-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
}

.profiles-item-description {
  opacity: .8;
  color: #212121;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5em;
}

.section-5-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section-5-gold-bullet {
  background-color: var(--or);
  border: 1px solid #fff3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: .5px auto auto 31px;
  box-shadow: 2px 4px 4px #00000040, inset -2px -4px 4px #0000001a, inset 2px 4px 4px #ffffff40;
}

.section-5-image-wrapper {
  flex: none;
  display: flex;
  position: relative;
}

.section-5-image {
  border: 10px solid var(--blanc);
  box-shadow: 2px 4px 4px #00000040;
}

.section-5-image.section-5-image-rotated {
  flex: 1;
}

.section-5-image-rotated {
  backface-visibility: hidden;
  transform: rotate(-2.5deg);
}

.bg-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.bg-descriptions-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.bg-name-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
}

.text-ag-h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-65 {
  background-color: #0000001a;
  width: 1px;
  height: 20px;
}

.default-paragraph {
  color: var(--texte-noir-charbon);
  font-size: 1.125rem;
  line-height: 1.5em;
}

.opacity-80 {
  opacity: .8;
}

.semi-bold-text {
  font-weight: 600;
}

.section-6-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nougat-background {
  background-color: var(--background-nougat);
}

.section-6-title-wrapper {
  flex: none;
  max-width: 420px;
}

.testimonial-items-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.testimonial-item-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.section-6-sliders-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-height: 857px;
  overflow: hidden;
}

.testimonial-items-wrapper-slide {
  flex: 1;
  position: relative;
}

.testimonial-items-wrapper-slide.testimonial-items-wrapper-slide-2 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 0;
}

.gradient-pseudo-effect {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--background-nougat) 30%, #f9f6f000);
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-pseudo-effect.gradient-pseudo-effect-2 {
  background-image: linear-gradient(180deg, #f9f6f000, var(--background-nougat) 70%);
  top: 778px;
}

.gradient-pseudo-effect.gradient-pseudo-effect-2-a {
  margin-bottom: 778px;
  inset: auto 0% 0%;
}

.gradient-pseudo-effect.gradient-pseudo-effect-2-b {
  background-image: linear-gradient(180deg, #f9f6f000, var(--background-nougat) 70%);
  inset: auto 0% 0%;
}

.section-7-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 1079px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-content-wrapper-sm {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.collection-list-wrapper-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-posts-block {
  width: 100%;
}

.blog-post-item {
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-post-image {
  aspect-ratio: 333 / 217;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-item-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-item-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  text-decoration: none;
  display: flex;
}

.section-8-content-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-8-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 574px;
  display: flex;
}

.section-8-media-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-8-media-image-wrapper {
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  height: 450px;
  display: flex;
  position: relative;
}

.section-8-media-video-wrapper {
  flex: 1;
}

.section-8-media-image {
  border: 4.45px solid var(--blanc);
  object-fit: cover;
  height: auto;
  box-shadow: 1.59px 3.18px 3.18px #0000001a;
}

.section-8-media-image.section-8-media-image-1 {
  z-index: 1;
  backface-visibility: hidden;
  position: absolute;
  inset: 25px auto auto 20px;
  transform: rotate(-13.32deg);
  box-shadow: 1.59px 3.18px 3.18px #0000001a;
}

.section-8-media-image.section-8-media-image-2 {
  z-index: 2;
  backface-visibility: hidden;
  position: absolute;
  inset: 68px -5px 0% auto;
  transform: rotate(3.26deg);
}

.section-8-media-image.section-8-media-image-3 {
  z-index: 3;
  backface-visibility: hidden;
  object-fit: cover;
  position: absolute;
  bottom: 25px;
  left: 46px;
  right: 0%;
  transform: rotate(6.97deg);
  box-shadow: 1.59px 3.18px 3.18px #0000001a;
}

.video-de-presentation-2 {
  aspect-ratio: 554 / 311;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.section-9-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-gold-background-effect-2 {
  background-color: #d8b16633;
}

.testimonial-item-show-tablet-mobile {
  display: none;
}

.blog-post-image-wrapper-listing {
  flex: 1;
  width: 100%;
  max-width: 333px;
  max-height: 217px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .h3 {
    font-size: 25px;
  }

  .h1 {
    font-size: 45px;
  }

  .h4.center-text.grey-text {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .navbar-logo-left-3 {
    padding-right: 0;
    position: sticky;
  }

  .navbar-container {
    z-index: 9999;
    padding: 10px 24px;
    position: sticky;
  }

  .navbar-container.navbar-container-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-content-7 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-menu-3 {
    z-index: 9999;
    max-width: unset;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .frame-124 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--blanc);
    border-top: 1px solid #f9f6f0;
    flex-direction: column;
    padding: 24px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .nav-menu-link, .navbar-link-14 {
    justify-content: center;
  }

  .hero-section {
    padding-bottom: 64px;
  }

  .hero-section.padding-lr-20 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section.hero-section-aj.default-section-aj-page {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .hero-titles_text-large.margin-top-down-24, .hero-titles_text-large.margin-top-down-40, .hero-titles_text-large.margin-top-down-24, .hero-titles_text-large.margin-top-down-40 {
    font-size: 18px;
  }

  .actions-butons-block {
    flex-direction: row;
  }

  .actions-butons_small {
    text-align: center;
  }

  .hero-arguments_text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: center;
    display: flex;
  }

  .hero-company-block {
    padding-bottom: 20px;
  }

  .hero-company-logos-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .hero-company-logo.logo4, .hero-company-logo.logo5, .hero-company-logo.logo4, .hero-company-logo.logo5 {
    margin-left: 10px;
  }

  .hero-arguments_black-text {
    white-space: nowrap;
  }

  .hero-arguments_black-text.no-margin {
    font-size: 18px;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .storytelling-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .storytelling-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .storytelling-column1 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .storytelling-image {
    object-fit: none;
    background-image: url("https://cdn.prod.website-files.com/64243a007e6e5475b73f9eb0/64381fe4af1f819fc4e559af_Image.webp");
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    max-width: none;
    height: 450px;
    min-height: 0;
  }

  .storytelling-column2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .h2 {
    font-size: 29px;
  }

  .h2.h2-center.no-margin.text-center-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .advanage-container, .advantage2-container {
    width: 85%;
  }

  .advanage2-row1-column {
    align-items: center;
  }

  .advantage2-text {
    text-align: center;
  }

  .advanage2-row2-column {
    align-items: center;
  }

  .advantage2-text-span {
    text-align: center;
    display: inline;
  }

  .program-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 1024px;
  }

  .program-small-container {
    width: 100%;
  }

  .program-title {
    font-size: 39px;
  }

  .modules-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .resources-container {
    width: 95%;
  }

  .resources-container-div {
    flex-direction: column;
  }

  .resources-container-frame {
    flex-flow: column;
    display: flex;
  }

  .resources-row-columns {
    justify-content: flex-start;
    min-height: 250px;
  }

  .resources-row-columns2 {
    justify-content: flex-start;
    height: 300px;
  }

  .warranty-container {
    width: 95%;
  }

  .columns-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .small-columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .salary-frame {
    align-items: center;
  }

  .salary-content {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 350px;
    min-height: 0;
  }

  .text-38 {
    text-align: center;
  }

  .salary-section-icons {
    transform: rotate(90deg);
  }

  .pricing-comparison-container {
    flex-wrap: nowrap;
    align-items: center;
    width: 95%;
  }

  .pricing-comparison-heading {
    justify-content: flex-start;
  }

  .storytelling2-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .storytelling2-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    order: 0;
    width: 95%;
  }

  .storytelling2-images-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    height: 544px;
    display: flex;
  }

  .storytelling2-images {
    flex-direction: row;
  }

  .f2wf-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-column {
    align-items: center;
    max-width: none;
  }

  .f2wf-small-columns-2 {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .f2wf-small-columns-2.f2wf-small-columns-2-copy {
    display: flex;
  }

  .column-31 {
    margin-top: 20px;
  }

  .content-9, .footer-links {
    align-items: center;
  }

  .column-32 {
    max-width: none;
    margin-top: 20px;
  }

  .faq-section {
    display: block;
  }

  .faq-question-dropdown {
    justify-content: center;
    align-items: stretch;
  }

  .faq-question-dropdown.faq-dropdown-page-recrutement-mobile {
    justify-content: center;
    min-width: 0;
    height: auto;
    min-height: 130px;
  }

  .faq-question-dropdown.faq-dropdown-page-recrutement-mobile-small {
    justify-content: center;
    height: auto;
    min-height: 130px;
  }

  .faq-question {
    width: 80%;
    max-width: none;
  }

  .testimonial-section {
    display: block;
  }

  .testimonial-small-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-column {
    height: 400px;
  }

  .mythes-container {
    width: 85%;
    max-width: none;
  }

  .mythes-title {
    text-align: left;
    font-size: 27px;
  }

  .mythes-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mythes-card-images {
    height: auto;
  }

  .mythes-card-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mythes-card-content-title.no-margin {
    min-height: 0;
  }

  .mythes-card-content-description {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .mythes-arguments {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: none;
  }

  .mythes-arguments-frame {
    flex-flow: row;
  }

  .mythes-arguments-text.no-margin {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    white-space: nowrap;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    white-space: nowrap;
    display: flex;
  }

  .modules-hero-section {
    width: 100%;
  }

  .modules-images-column {
    order: 1;
  }

  .modules-images-column.teacher-team-member-item {
    width: 33%;
  }

  .modules-images-column.teacher-team-member-item.teacher-team-member-item-text-content {
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .modules-images {
    width: auto;
    height: auto;
  }

  .modules-images.modules-images-margin {
    margin-bottom: 20px;
  }

  .module-arrow-block, .module-arrow-block.gauche, .module-arrow-block.gauche {
    width: 85%;
  }

  .text-medium-size-medium-weight {
    margin-bottom: 12px;
  }

  .modules-images-wrapper {
    width: 90%;
    height: auto;
  }

  .bouton-menu.w--open {
    background-color: var(--or);
  }

  .testimonial-section-mobile {
    display: flex;
  }

  .r-esources-container-frame-mobile {
    flex-direction: row;
    display: flex;
  }

  .faq-section-mobile {
    display: flex;
  }

  .actions-butons-block_full-width.left-align-block {
    justify-content: flex-start;
  }

  .faq-answer {
    width: 80%;
  }

  .faq-dropdown-content {
    display: none;
  }

  .h3-caveat {
    font-size: 25px;
  }

  .h3-caveat.center-text.no-margin {
    font-size: 28px;
  }

  .hero-arguments_frame_new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-arguments_new {
    display: none;
  }

  .faq-question-dropdown_large {
    justify-content: center;
  }

  .pricing-comparison-icons-2 {
    width: 35px;
    height: 35px;
  }

  .pricing-comparison-name-text-2 {
    font-size: 18px;
  }

  .pricing-comparison-feature-2 {
    min-width: 300px;
  }

  .pricing-comparison-feature-row_ldark-bg-2, .pricing-comparison-feature-row_light-bg-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.25fr;
    height: 120px;
  }

  .h2-11 {
    font-size: 29px;
  }

  .pricing-comparison-table-2 {
    align-self: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

  .pricing-comparison-section-new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    display: flex;
  }

  .pricing-comparison-table-heading-2.pricing-comparison-feature-row_light-bg.comparison-heading-rset {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-company-logos-block_mobile-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .mythes-arguments-_mobile {
    justify-content: space-between;
    display: flex;
  }

  .hero-arguments_new_small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    width: 1150px;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .hero-company-logos-block-tablet, .hero-company-logos-block-tablet2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .f2wf-columns-4 {
    flex-flow: column wrap;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .f2wf-columns-4.metric-bloc-small {
    flex-direction: column;
    width: 400px;
    margin-top: 0;
  }

  .frame-216 {
    flex-direction: column;
    align-self: center;
    transform: rotate(90deg);
  }

  .testimonial-content-block {
    max-width: none;
  }

  .testimonial-content-block.right-border-gradient_white {
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
  }

  .small-columns-7 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-block {
    z-index: -1;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: none;
    justify-content: center;
    width: 2100px;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: relative;
    overflow: visible;
  }

  .column-55 {
    align-items: center;
    width: 320px;
    height: 400px;
  }

  .content-14 {
    height: 100%;
  }

  .trust-container-column1 {
    display: none;
  }

  .trust-container-column2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1-page-recrutement {
    font-size: 45px;
  }

  .frame-126 {
    width: auto;
  }

  .metric-text {
    text-align: center;
  }

  .page-recrutement-hero-container {
    max-width: none;
  }

  .group-39 {
    width: 100%;
    min-width: 0;
  }

  .page-recrutement-hero-block {
    width: 100%;
  }

  .hero-block-title-button {
    max-width: none;
  }

  .h1_page-recrutement {
    font-size: 39px;
  }

  .faq-question-dropdown_recrutement {
    justify-content: space-between;
    align-items: stretch;
  }

  .faq-question_recrutement {
    width: 200px;
  }

  .html-embed {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .logos-quote-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .f2wf-columns-5 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .column-59.right-border-gradient_grey {
    align-self: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .content-18 {
    align-items: center;
    position: static;
  }

  .faq-question-dropdown_large-copy {
    justify-content: center;
    width: 90%;
    display: none;
  }

  .f2wf-small-columns-2-copy {
    max-width: none;
    display: none;
  }

  .storytelling-image-copy {
    object-fit: none;
    background-image: url("https://cdn.prod.website-files.com/64243a007e6e5475b73f9eb0/643ff5538aeab12f72456310_Image.jpg");
    background-position: 50% 8%;
    width: 100%;
    max-width: none;
    height: 400px;
    min-height: 0;
  }

  .recommandation-cotainer {
    z-index: 2;
    flex-flow: column wrap;
    flex: none;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .metic-icon {
    width: 36px;
    height: 36px;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .calendly-iframe_large {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    display: none;
  }

  .calendly-iframe_small {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .testimonial-column-dark--container {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .logos-quote-block-container {
    width: 100vw;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    overflow: visible;
  }

  .pricing-comparison-name-text-2---page-recrutement, .pricing-comparison-feature-text-2--page-recrutement {
    font-size: 17px;
  }

  .pricing-comparison-feature-row_light-bg-2-page-recrutement, .pricing-comparison-feature-row_ldark-bg-2-page-recrutement {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.25fr;
    height: 120px;
  }

  .popup-div {
    display: flex;
  }

  .div-block-15 {
    flex-direction: column;
    width: 90vw;
    min-width: 90vw;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-17 {
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .block-modules {
    align-self: stretch;
  }

  .frame-244 {
    height: auto;
  }

  .frame-245 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .frame-246 {
    width: 100%;
  }

  .small-container-10 {
    flex-direction: column;
  }

  .f2wf-columns-7 {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .f2wf-columns-7.f2wf-columns-7-aj {
    flex-flow: row;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .metric-4 {
    align-items: center;
  }

  .frame-56 {
    height: 400px;
  }

  .frame-98 {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-10 {
    display: flex;
  }

  .column-67 {
    max-width: none;
  }

  .image-28 {
    object-fit: cover;
    object-position: 50% 0%;
    align-items: flex-start;
    width: 100%;
  }

  .bg-skills-wrapper.bg-skills-wrapper-2, .bg-skill-item.bg-skill-item-2, .bg-skill-item.bg-skill-item-2 {
    max-width: 100%;
  }

  .container-11 {
    display: flex;
  }

  .image-29 {
    object-position: 50% 10%;
    max-width: none;
    height: 381px;
  }

  .container-12 {
    display: flex;
  }

  .columns-21 {
    flex-direction: row;
    display: flex;
  }

  .f2wf-small-columns-3 {
    width: 2560px;
  }

  .column-70 {
    width: 400px;
  }

  .content-23, .content-24 {
    height: 100%;
  }

  .container-14 {
    display: flex;
  }

  .image-34 {
    object-position: 50% 0%;
    max-width: none;
    margin-bottom: 20px;
  }

  .logos-quote-block-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .columns-22 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .quote-7 {
    text-align: center;
    align-self: flex-start;
    width: 100%;
  }

  .frame-257 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
    width: 100%;
  }

  .content-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    flex: none;
  }

  .logo-wrapper-3 {
    flex: none;
  }

  .h1_accueil {
    font-size: 39px;
  }

  .f2wf-columns-7-mobile {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-20-copy {
    display: flex;
  }

  .storytelling-column1-copy {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .left-align-block {
    display: flex;
  }

  .f2wf-columns-8 {
    flex-direction: column;
    align-items: center;
    width: 90vw;
  }

  .frame-258 {
    flex-direction: column;
    width: 80vw;
    min-width: 0;
  }

  .column-75 {
    width: 90%;
    max-width: none;
  }

  .content-28 {
    flex-direction: column;
    width: 100%;
    min-width: 500px;
  }

  .frame-264 {
    height: 100px;
  }

  .block-modules-videos {
    width: 100%;
  }

  .module1-video {
    width: 80vw;
    height: auto;
  }

  .faq-dropdown-content-copy {
    display: none;
  }

  .modal-container {
    margin-top: 40px;
  }

  .heading-2.center {
    font-size: 28px;
  }

  .container-19 {
    max-width: 728px;
  }

  .container-19-copy {
    max-width: 728px;
    padding: 20px;
  }

  .div-block-22 {
    height: auto;
  }

  .div-avantage {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .titre-avantage {
    font-size: 24px;
  }

  .titre-avantage.show-on-mobile-small {
    display: none;
  }

  .image-avantage {
    max-width: 50px;
  }

  .actions-butons-block-copy {
    flex-direction: row;
  }

  .hero-arguments-slider-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    margin-top: -16px;
    display: flex;
    overflow: visible;
  }

  .actions-butons-block-p0 {
    flex-direction: row;
  }

  .container-23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .section1-colonne-gauche, .div-block-35 {
    width: 100%;
    max-width: none;
  }

  .bloc-video-formation {
    height: 380px;
  }

  .logo-page-formation {
    min-width: 60px;
    max-width: 80%;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .navbar-logo-left-3-landing-page {
    padding-right: 0;
    position: sticky;
  }

  .image-subtitle {
    text-align: center;
  }

  .hero-arguments_text-mobile {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: center;
    align-items: center;
    display: flex;
  }

  .hero-arguments_frame_new-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .p-right-20 {
    padding-right: 20px;
  }

  .resources-frame-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-content-7-page-formation {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-26 {
    width: 95%;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-content-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-logo-left-4 {
    padding-right: 0;
    position: sticky;
  }

  .navbar-link-16 {
    justify-content: center;
  }

  .frame-269 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border-top: 1px solid #f9f6f0;
    flex-direction: column;
    padding: 24px;
  }

  .navbar-menu-4 {
    z-index: 9999;
    max-width: unset;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bouton-menu-2.w--open {
    background-color: #d8b166;
  }

  .post-featured-image {
    max-height: 400px;
  }

  .description-author-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .post-wrapper {
    max-width: 100%;
  }

  .bold-text-28 {
    font-size: 25px;
  }

  .image-44 {
    width: 80px;
    max-width: none;
    height: 80px;
  }

  .post-content-column-left {
    width: 220px;
  }

  .blog-post-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .toc-dropdown-wrapper, .toc-dropdown-trigger, .toc-dropdown-content {
    width: 220px;
  }

  .navbar-right {
    padding-right: 10px;
  }

  .advantage-tags-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: 105px;
  }

  .advantage-tags-wrapper.advantage-tags-wrapper-row1 {
    min-height: 69px;
  }

  .advantage-text, .text-block-23 {
    text-align: center;
  }

  .div-block-54 {
    width: 100%;
  }

  .grid-qualification-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .grid-2 {
    width: 100%;
  }

  .heading-23 {
    font-size: 46px;
  }

  .flex-block-8 {
    flex-flow: column;
  }

  .flex-block-10 {
    width: 100%;
  }

  .mythes-arguments_mobile {
    justify-content: space-between;
    display: flex;
    overflow: hidden;
  }

  .mythes-arguments_mobile-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 1134px;
    display: flex;
  }

  .mythes-arguments_mobile-slider-wrapper {
    flex-flow: row;
    display: flex;
  }

  .bloc-competences-wrapper-parent {
    width: 100%;
  }

  .flex-block-8-sj {
    flex-flow: column;
  }

  .hero-container-aj {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    max-width: 100%;
    overflow: hidden;
  }

  .h1-aj {
    font-size: 46px;
  }

  .hero-container-aj-child-block-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-container-aj-child-block-2 {
    display: none;
  }

  .hero-container-aj-child-block-2.hero-container-aj-child-block-2-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--background);
    display: none;
  }

  .hero-container-aj-child-block-2.hero-container-aj-child-block-2-aj {
    display: none;
  }

  .h2-aj.white-text {
    font-size: 28px;
  }

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

  .button-21-gold {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-21-gold.button-21-gold-inverted.button-21-gold-inverted-cta-2, .button-21-gold.button-21-gold-cta-2, .button-21-gold.button-21-gold-inverted.button-21-gold-inverted-cta-2, .button-21-gold.button-21-gold-inverted.button-21-gold-inverted-cta-2, .button-21-gold.button-21-gold-cta-2 {
    font-size: 18px;
  }

  .mythes-title-aj-page {
    text-align: left;
    font-size: 27px;
  }

  .mythes-title-aj-page.no-margin {
    font-size: 30px;
  }

  .mythes-card-content-title-aj-page.no-margin {
    min-height: 0;
    font-size: 19px;
  }

  .h2-semi-bold.no-margin {
    font-size: 30px;
  }

  .h3-section-public-aj-page.no-margin {
    font-size: 25px;
  }

  .text-large {
    font-size: 17px;
  }

  .text-large.center-text {
    font-size: 16px;
  }

  .approche-decription-title {
    font-size: 20px;
  }

  .resources-container-aj-page {
    width: 95%;
  }

  .resources-frame-grid-aj-page {
    grid-template-columns: 1fr 1fr;
  }

  .resources-container-frame-aj-page {
    flex-flow: column;
    display: flex;
  }

  .section-formation-aj-container {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .section-formation-aj-block {
    flex-flow: column;
  }

  .formation-aj-image-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: -260px;
    margin-right: 0;
  }

  .formation-aj-title.no-margin.gold-text {
    font-size: 16px;
  }

  .formation-aj-subtitle.no-margin.white-text {
    font-size: 35.8px;
  }

  .formation-aj-value-block, .formation-aj-description {
    padding-left: 32px;
  }

  .formation-aj-description-details {
    width: 100%;
    padding-top: 300px;
  }

  .tab-link.w--current {
    font-size: 12px;
  }

  .section-gold-band-container {
    max-width: 100%;
  }

  .section-gold-band-block {
    min-width: 100%;
  }

  .gold-band-text.white-text {
    white-space: nowrap;
    white-space: nowrap;
  }

  .argument-item-text {
    font-size: 17px;
  }

  .team-member-list-wrapper.team-member-list-wrapper-2 {
    flex-flow: column;
  }

  .side-rotated-block.side-rotated-block-left, .side-rotated-block.side-rotated-block-right, .side-rotated-block.side-rotated-block-left, .side-rotated-block.side-rotated-block-right {
    display: none;
  }

  .side-rotated-block-text.side-rotated-block-text-mobile {
    font-size: 1.25rem;
    display: block;
  }

  .teacher-team-member-item-wrapper {
    order: 9999;
    width: 100%;
  }

  .default-navbar {
    padding-right: 0;
    position: sticky;
  }

  .hero-section-content-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-5-content-wrapper {
    flex-flow: column;
  }

  .section-5-image-wrapper {
    width: 100%;
  }

  .section-5-image.section-5-image-rotated {
    flex: 0 auto;
  }

  .testimonial-items-wrapper {
    width: 2560px;
  }

  .testimonial-item {
    width: 400px;
  }

  .testimonial-item-block {
    height: 100%;
  }

  .testimonial-items-wrapper-slide.testimonial-items-wrapper-slide-2 {
    display: none;
  }

  .section-content-wrapper-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-8-media-image.section-8-media-image-1 {
    max-width: 70%;
  }

  .section-8-media-image.section-8-media-image-2 {
    max-width: 75%;
  }

  .section-8-media-image.section-8-media-image-3 {
    max-width: 80%;
    bottom: 20%;
  }

  .testimonial-item-show-tablet-mobile {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    text-align: center;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.no-margin.h2-hero-secretaire {
    padding-bottom: 0;
  }

  .h4 {
    text-align: center;
    font-family: Inter, Arial, sans-serif;
  }

  .h4.center-text.no-margin {
    text-align: center;
    text-align: center;
  }

  .h4.no-margin {
    text-align: left;
  }

  .h4.h4-small.white-text {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar-content-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-ajfr.logo-ajfr-aj {
    max-width: 80%;
    height: auto;
  }

  .hero-section {
    padding-bottom: 48px;
  }

  .hero-section.hero-section-aj.default-section-aj-page {
    padding-top: 48px;
  }

  .hero-titles_text-large.margin-top-down-24 {
    font-size: var(--text-large-mobile);
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .hero-titles_text-large.margin-top-down-40 {
    font-size: var(--text-large-mobile);
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .actions-butons-block {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .actions-butons_small {
    justify-content: center;
    align-self: auto;
  }

  .actions-butons_small.actions-butons_small-landing-page {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
  }

  .hero-company-logo {
    object-fit: fill;
  }

  .hero-arguments_black-text.no-margin {
    font-size: var(--text-large-mobile);
    line-height: var(--text-large-mobile-height);
    font-size: var(--text-large-mobile);
    line-height: var(--text-large-mobile-height);
  }

  .f2wf-columns-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .storytelling-column1 {
    width: 100%;
  }

  .storytelling-image {
    height: 300px;
  }

  .storytelling-column2 {
    max-height: none;
  }

  .h2 {
    text-align: center;
    align-self: center;
    font-size: 27px;
  }

  .h2.center-text-2.no-margin, .h2.center-text.no-margin {
    padding-top: 0;
  }

  .h2.center-text.no-margin {
    padding-top: 0;
  }

  .h2.center-text.no-margin.text-center-mobile {
    text-align: center;
    text-align: center;
    font-size: 28px;
  }

  .h2.no-margin {
    text-align: left;
  }

  .h2.h2-modules {
    text-align: left;
    align-self: flex-start;
  }

  .h2.h2-small {
    align-self: flex-start;
  }

  .h2.h2-center.no-margin.text-center-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .h2.heading-left-align-mobile {
    align-self: flex-start;
    margin-top: 0;
  }

  .h2.center-text-2.no-margin {
    padding-top: 0;
  }

  .advantage-section {
    margin-top: auto;
  }

  .advanage-row1-column, .advanage-row2-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advanage2-row1-column, .advanage2-row2-column {
    height: auto;
    min-height: 300px;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: center;
  }

  .program-section {
    height: auto;
  }

  .program-container {
    padding: 0;
  }

  .program-small-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .program-title {
    font-size: 32px;
  }

  .resources-container {
    padding-top: 0;
  }

  .resources-row-columns {
    height: auto;
    min-height: 200px;
  }

  .small-text.black-text {
    text-align: center;
    text-align: center;
  }

  .resources-row-columns2 {
    height: auto;
    min-height: 250px;
  }

  .warranty-container-div {
    align-items: center;
  }

  .salary-content {
    flex: 1;
    height: 100%;
  }

  .h4-bold {
    text-align: left;
  }

  .pricing-comparison-container {
    width: 100%;
  }

  .storytelling2-content-column {
    align-self: flex-start;
    align-items: flex-start;
  }

  .storytelling2-text {
    text-align: left;
  }

  .f2wf-columns-3.f2wf-columns-3-full {
    max-width: 100%;
  }

  .footer-logo-column {
    width: 90%;
  }

  .text-small-3 {
    text-align: center;
  }

  .f2wf-small-columns-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .f2wf-small-columns-2.f2wf-small-columns-2-copy {
    display: none;
  }

  .faq-section {
    overflow: hidden;
  }

  .faq-small-columns.faq-small-columns-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .faq-question-dropdown {
    justify-content: center;
    align-items: stretch;
    min-width: 0;
    max-width: none;
    min-height: 0;
  }

  .faq-question-dropdown.faq-dropdown-page-recrutement-mobile {
    width: 85vw;
    min-width: 300px;
    min-height: 110px;
  }

  .faq-question-dropdown.faq-dropdown-page-recrutement-mobile-small {
    width: 85vw;
    height: auto;
    min-height: 88px;
  }

  .faq-question {
    width: 80%;
    max-width: none;
  }

  .pricing-comparison-feature-row_light-bg {
    justify-content: space-between;
    height: 110px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-small-columns {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonial-column, .testimonial-content {
    height: auto;
  }

  .mythes-section {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .mythes-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 90%;
  }

  .mythes-title {
    font-size: 25px;
  }

  .mythes-card-content-title {
    text-align: center;
  }

  .mythes-card-content-description {
    font-size: var(--text-small);
  }

  .mythes-arguments {
    flex-direction: column;
  }

  .mythes-arguments-text {
    text-align: center;
    align-self: center;
  }

  .mythes-arguments_black-text {
    text-align: center;
  }

  .modules-images-column.teacher-team-member-item {
    width: 47%;
  }

  .modules-images-column.teacher-team-member-item.teacher-team-member-item-text-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .modules-content-column-frame {
    align-self: flex-start;
  }

  .modules-images-wrapper {
    width: auto;
  }

  .r-esources-container-frame-mobile {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .faq-section-mobile {
    overflow: hidden;
  }

  .actions-butons-block_full-width {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .actions-butons-block_full-width.left-align-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-answer {
    width: 80%;
  }

  .faq-dropdown-header {
    justify-content: space-between;
  }

  .faq-dropdown-content {
    display: none;
  }

  .h3-caveat.center-text {
    text-align: center;
  }

  .h3-caveat.center-text.no-margin {
    font-size: 26px;
  }

  .hero-arguments_icons_new {
    width: 21px;
    height: 21px;
  }

  .hero-arguments_new {
    justify-content: center;
  }

  .faq-question-dropdown_large {
    display: none;
  }

  .pricing-comparison-icons-2 {
    flex-wrap: nowrap;
    width: 30px;
    max-width: none;
    height: auto;
  }

  .pricing-comparison-table-content {
    grid-template-columns: 1fr;
  }

  .pricing-comparison-name-text-2 {
    flex: 0 auto;
    align-self: center;
    font-size: 16px;
  }

  .pricing-comparison-feature-2 {
    flex-wrap: wrap;
    width: auto;
    min-width: 80px;
    max-width: none;
    padding-left: 0;
  }

  .pricing-comparison-feature-row_ldark-bg-2 {
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1.25fr;
    justify-content: space-between;
    justify-items: end;
    height: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-comparison-feature-row_light-bg-2 {
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1.25fr;
    grid-auto-flow: row;
    justify-content: space-between;
    justify-items: end;
    height: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-comparison-name_green-2 {
    padding: 10px 5px;
  }

  .h2-11 {
    text-align: center;
    font-size: 27px;
  }

  .pricing-comparison-name_dark-2 {
    flex-wrap: nowrap;
    padding: 10px 5px;
  }

  .pricing-comparison-feature-text-2 {
    font-size: 16px;
  }

  .pricing-comparison-table-heading-2.pricing-comparison-feature-row_light-bg.comparison-heading-rset {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    justify-items: end;
  }

  .hero-company-logos-block_mobile-new {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    object-fit: fill;
    flex-wrap: wrap;
    flex: 0 auto;
    order: 0;
    place-content: center;
    align-self: center;
    display: flex;
  }

  .mythes-arguments-_mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .hero-arguments_new_small {
    display: flex;
  }

  .faq-block {
    width: 100%;
  }

  .hero-company-logos-block-tablet, .hero-company-logos-block-tablet2 {
    display: none;
  }

  .f2wf-columns-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .f2wf-columns-4.metric-bloc-small {
    display: flex;
  }

  .features-metrics, .section {
    overflow: hidden;
  }

  .column-53 {
    align-items: center;
  }

  .testimonial-content-block.right-border-gradient_white {
    min-width: 0;
  }

  .small-columns-7 {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-slider-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 2600px;
    min-width: 850px;
    margin-left: 0;
    margin-right: -10px;
    padding: 24px 0;
    overflow: visible;
  }

  .column-55 {
    width: 400px;
    height: 400px;
  }

  .content-14 {
    height: 100%;
  }

  .trust-section {
    overflow: hidden;
  }

  .trust-section-icon {
    object-fit: contain;
    align-self: flex-start;
    width: 30%;
    max-width: none;
    height: 40%;
    position: relative;
  }

  .h1-page-recrutement {
    font-size: 36px;
  }

  .frame-126 {
    width: auto;
  }

  .page-recrutement-hero-section {
    overflow: hidden;
  }

  .h1_page-recrutement {
    font-size: 29px;
  }

  .faq-question-dropdown_recrutement {
    justify-content: center;
    align-items: stretch;
  }

  .faq-question_recrutement {
    width: 210px;
  }

  .profil-card-section, .logos-quote-block-2 {
    overflow: hidden;
  }

  .column-59.right-border-gradient_grey {
    align-self: center;
    width: auto;
  }

  .content-18 {
    align-self: center;
    align-items: center;
  }

  .profil-card {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .profil-card-header {
    flex-wrap: nowrap;
    height: auto;
    min-height: 0;
    padding: 14px;
  }

  .profil-card-image-block {
    margin-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .profil-card-list {
    grid-row-gap: 5px;
    flex-flow: column wrap;
    align-self: flex-start;
    align-items: flex-start;
  }

  .profil-card-column {
    grid-row-gap: 5px;
    text-align: left;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    min-height: 0;
  }

  .profil-card-advantage {
    min-width: 0;
    height: auto;
    min-height: 0;
  }

  .profil-card-icon {
    align-self: flex-start;
    height: 21px;
  }

  .profil-card-image-wrapper {
    height: auto;
  }

  .profil-card-block {
    width: 90%;
  }

  .profil-card-column2 {
    grid-row-gap: 5px;
    align-self: flex-start;
    width: auto;
  }

  .faq-question-dropdown_large-copy {
    width: 85vw;
    min-height: 88px;
    display: flex;
  }

  .f2wf-small-columns-2-copy {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .storytelling-image-copy {
    height: 300px;
    padding: 15px;
  }

  .heading-left-align-mobile {
    text-align: left;
  }

  .text-center-mobile {
    text-align: center;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .calendly-iframe_large, .calendly-iframe_small {
    display: none;
  }

  .div-block-8.div-slider {
    width: auto;
    overflow: hidden;
  }

  .div-block-9 {
    justify-content: flex-start;
    width: auto;
    margin-left: -30px;
    overflow: hidden;
  }

  .testimonial-column-dark--container {
    justify-content: flex-start;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: auto;
    overflow: hidden;
  }

  .pricing-comparison-name-text-2---page-recrutement {
    flex: 0 auto;
    align-self: center;
    font-size: 16px;
  }

  .pricing-comparison-feature-text-2--page-recrutement {
    font-size: 16px;
  }

  .pricing-comparison-feature-row_light-bg-2-page-recrutement {
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1.25fr;
    grid-auto-flow: row;
    justify-content: space-between;
    justify-items: end;
    height: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-comparison-feature-row_ldark-bg-2-page-recrutement {
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1.25fr;
    justify-content: space-between;
    justify-items: end;
    height: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-130 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .popup-aper-u-vid-os {
    width: 90vw;
  }

  .div-block-16 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .div-block-17 {
    height: 280px;
  }

  .block-modules {
    width: 100%;
  }

  .frame-247 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-container-10 {
    align-self: center;
  }

  .columns-18 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .f2wf-columns-7.f2wf-columns-7-aj {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .metric-4 {
    align-self: center;
    align-items: center;
    width: 200px;
  }

  .metric-4.metric-4-aj {
    flex: none;
    align-self: flex-start;
    width: 40%;
  }

  .features-list.features-list-copy {
    padding-top: 32px;
  }

  .frame-56 {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    height: auto;
  }

  .frame-97 {
    align-self: center;
  }

  .container-10 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-28 {
    height: 300px;
  }

  .image-29 {
    order: -1;
    height: 300px;
  }

  .testimonial-column-dark-7.hide-scrollbar.section-testimonial-scroll {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f2wf-small-columns-3 {
    flex-direction: row;
    align-items: center;
    width: 1960px;
  }

  .column-70 {
    width: 300px;
  }

  .image-wrapper-23, .image-31 {
    flex: none;
  }

  .image-34 {
    height: 300px;
  }

  .columns-22 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .frame-257 {
    flex-direction: column;
  }

  .content-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-around;
    display: grid;
  }

  .logo-wrapper-3 {
    flex: 0 auto;
  }

  .home-hero-section {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/64243a007e6e5475b73f9eb0/6446dd941b81dd7151e5ea4e_SCI%20appart%20maison%20femme%20bureau%201.webp");
    background-position: 0 0, 65%;
  }

  .h1_accueil {
    font-size: 29px;
  }

  .columns-18-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: none;
  }

  .storytelling-column1-copy {
    width: 100%;
  }

  .frame-258 {
    width: 90vw;
  }

  .content-28 {
    min-width: 0;
  }

  .module1-video {
    width: 100%;
  }

  .heading-2.center {
    font-size: 26px;
  }

  .heading-2.center.form-heading-2 {
    font-size: 22px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .form-candidature.candidature-last {
    padding: 0 5%;
  }

  .button-candidater {
    text-align: center;
    align-self: center;
    display: flex;
  }

  .container-19-copy {
    padding: 20px;
  }

  .actions-butons_large_gold {
    text-align: center;
    justify-content: center;
    align-self: auto;
  }

  .actions-butons_large_gold.ouvrir-formulaire-formation {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .actions-butons_large_gold.ouvrir-formulaire-formation.bouton-hero-secretaire {
    margin-left: 27px;
    margin-right: 27px;
  }

  .titre-avantage {
    font-size: 20px;
    line-height: 26px;
  }

  .actions-butons-block-copy {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .hero-arguments-slider-mobile {
    display: flex;
  }

  .actions-butons-block-p0 {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .text-span-6 {
    text-align: center;
  }

  .container-23 {
    padding-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section1-colonne-gauche {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-block-9, .div-block-31 {
    padding-right: 0;
  }

  .div-block-35 {
    min-width: 0;
  }

  .bloc-video-formation {
    height: 340px;
  }

  .heading-15.titre-lp {
    font-size: 20px;
  }

  .logo-page-formation {
    min-width: 40px;
  }

  .heading-16.titre-lp, .heading-17.titre-lp, .heading-17.titre-lp {
    font-size: 29px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .bouton-calendly {
    text-align: center;
  }

  .calendly-popup-trigger-margin0 {
    justify-content: center;
    display: flex;
  }

  .button-candidater2 {
    text-align: center;
    align-self: center;
  }

  .bouton-hero-secretaire {
    margin-left: 27px;
    margin-right: 27px;
  }

  .resources-frame-grid {
    grid-template-columns: 1fr;
  }

  .navbar-content-7-page-formation {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-articles-card-blog {
    height: 240px;
  }

  .container-26 {
    width: 90%;
  }

  .titre-articles-card-blog {
    text-align: center;
    font-family: Inter, Arial, sans-serif;
  }

  .collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-pagination-button {
    text-align: center;
    justify-content: center;
    align-self: auto;
    margin-left: 55px;
  }

  .post-featured-image {
    max-height: 300px;
  }

  .post-author-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .post-author-info {
    width: 100%;
  }

  .post-author {
    width: 90%;
  }

  .bold-text-21 {
    text-align: center;
    font-family: Inter, Arial, sans-serif;
  }

  .form-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-container {
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-content-column-left {
    width: 100%;
  }

  .post-content-column-right {
    padding-top: 0;
  }

  .icon-3 {
    display: flex;
  }

  .blog-post-content-wrapper {
    flex-flow: column;
    width: 90%;
  }

  .blog-post-title-image-wrapper {
    width: 90%;
  }

  .toc-dropdown-wrapper, .toc-dropdown-trigger, .toc-dropdown-content {
    width: 100%;
  }

  .contact-button.contact-button-desktop, .contact-button.contact-button-desktop.w--current {
    display: none;
  }

  .contact-button.contact-button-mobile, .contact-button.contact-button-mobile.w--current {
    display: flex;
  }

  .contact-button.contact-button-desktop, .contact-button.contact-button-desktop.w--current {
    display: none;
  }

  .contact-button.contact-button-desktop.contact-button-desktop-aj {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    display: flex;
  }

  .contact-button.contact-button-mobile, .contact-button.contact-button-mobile.w--current {
    display: flex;
  }

  .phone-number-wrapper-header.phone-number-wrapper-header-aj {
    display: none;
  }

  .phone-number-wrapper-header.phone-number-wrapper-header-aj.phone-number-wrapper-header-aj-mobile {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .hero-grid-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .advantage-tags-wrapper, .advantage-tags-wrapper.advantage-tags-wrapper-row1, .advantage-tags-wrapper.advantage-tags-wrapper-row1 {
    min-height: 0;
  }

  .div-block-52 {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-line {
    max-width: 85px;
  }

  .div-block-53 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .grid-qualification-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-qualification-logo.grid-qualification-logo-aj-page {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-end;
    display: flex;
  }

  .heading-20 {
    text-align: left;
    padding: 0 24px;
    font-size: 30px;
  }

  .flex-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .qualification-logo.qualification-logo-2 {
    flex: 1;
  }

  .flex-block-6 {
    max-width: 110px;
  }

  .flex-block-6.flex-block-6-aj-page {
    align-self: flex-start;
    width: 25%;
  }

  .heading-23 {
    font-size: 36px;
  }

  .text-block-32 {
    font-size: 18px;
  }

  .container-28 {
    width: 90%;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-10, .flex-block-11 {
    padding: 32px;
  }

  .div-block-56 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-form-submit-button {
    font-size: 18px;
  }

  .mythes-arguments_mobile {
    flex-direction: column;
  }

  .mythes-arguments_mobile-slider-wrapper {
    align-self: flex-start;
  }

  .bloc-competences-wrapper-parent {
    padding: 32px;
  }

  .container-competences {
    width: 90%;
    padding: 48px 0;
  }

  .flex-block-8-sj {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container-aj {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h1-aj {
    font-size: 28px;
  }

  .hero-container-aj-child-block-2.hero-container-aj-child-block-2-mobile {
    justify-content: flex-start;
    width: auto;
  }

  .rotated-block {
    margin-top: 10px;
    padding: 10px;
  }

  .h2-aj.white-text {
    font-size: var(--h4de);
    font-size: var(--h4de);
    width: 80%;
  }

  .flex-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .hero-arguments-aj {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
  }

  .text-18 {
    font-size: var(--text-large-mobile);
    line-height: var(--text-large-mobile-height);
  }

  .button-21-gold.button-21-gold-inverted.button-21-gold-inverted-cta-2, .button-21-gold.button-21-gold-cta-2, .button-21-gold.button-21-gold-inverted.button-21-gold-inverted-cta-2, .button-21-gold.button-21-gold-inverted.button-21-gold-inverted-cta-2, .button-21-gold.button-21-gold-cta-2 {
    font-size: 14px;
  }

  .div-block-58 {
    margin-top: 16px;
  }

  .mythes-title-aj-page {
    font-size: 25px;
  }

  .mythes-title-aj-page.no-margin {
    font-size: var(--h3-default);
    font-size: var(--h3-default);
  }

  .mythes-card-content-title-aj-page {
    text-align: center;
  }

  .mythes-card-content-title-aj-page.no-margin {
    text-align: left;
    text-align: left;
    font-size: 18px;
  }

  .h2-semi-bold.no-margin {
    font-size: var(--h3-default);
    font-size: var(--h3-default);
  }

  .flex-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-de-presentation {
    max-width: 90%;
  }

  .div-block-59 {
    padding: 32px;
  }

  .flex-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .h3-section-public-aj-page.no-margin {
    font-size: var(--h4de);
    font-size: var(--h4de);
  }

  .testimonial-section-container-aj-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 270px;
  }

  .testimonials-video-block {
    justify-content: space-around;
  }

  .section-approche.default-section-aj-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .block-titres-approche {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-large {
    font-size: var(--text-large-mobile);
    line-height: var(--text-large-mobile-height);
  }

  .text-large.center-text {
    font-size: 12px;
  }

  .block-approche-illustration {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .approche-illustration-wrapper, .block-approche-decription {
    width: 100%;
  }

  .approche-decription-title {
    font-size: 18px;
  }

  .section-piliers.default-section-aj-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .piliers-wrapper {
    width: 100%;
  }

  .pilier-element-description-block {
    flex-flow: column;
  }

  .pilier-element-title-wrapper {
    max-width: 100%;
  }

  .pilier-element-diagram-wrapper {
    display: none;
  }

  .resources-container-aj-page {
    padding-top: 0;
  }

  .resources-frame-grid-aj-page {
    grid-template-columns: 1fr;
  }

  .div-block-52-aj-page {
    padding-left: 0;
    padding-right: 0;
  }

  .formation-aj-image-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 360px;
    height: 360px;
    margin-bottom: -270px;
  }

  .formation-aj-titles-block {
    height: 140px;
  }

  .formation-aj-title.no-margin.gold-text {
    font-size: 12.48px;
  }

  .formation-aj-subtitle.no-margin.white-text {
    font-size: 27.74px;
  }

  .tabs-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: center;
  }

  .tab-link {
    padding: 4px 6px;
  }

  .tab-link.w--current {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
  }

  .tabs-content {
    padding-top: 16px;
  }

  ._9-stars-wrapper {
    flex: none;
  }

  ._9-stars-star, .gold-band-text.white-text, .gold-band-text.white-text {
    flex: 1;
  }

  .section-garantie.default-section-aj-page {
    padding: 32px 40px;
  }

  .section-approche-container-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .back-to-top-icon {
    max-width: 22px;
    max-height: 20px;
  }

  .link-block-8 {
    padding: 10px;
  }

  .argument-item-text {
    max-width: 91%;
    font-size: 16px;
  }

  .section-equipe-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team-member-list-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .team-member-item {
    flex: none;
    width: 47%;
  }

  .phone-booking-text {
    color: var(--texte-noir);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }

  .phone-booking-link {
    padding: 6px 8px;
    text-decoration: none;
  }

  .side-rotated-block.side-rotated-block-left, .side-rotated-block.side-rotated-block-right, .side-rotated-block.side-rotated-block-left, .side-rotated-block.side-rotated-block-right {
    display: none;
  }

  .side-rotated-block-text.side-rotated-block-text-mobile {
    font-size: 1rem;
    display: block;
  }

  .teacher-team-member-item-wrapper {
    flex-flow: wrap;
    width: 100%;
  }

  .hero-ajfr-badge.hero-badge-rotated {
    max-width: 87px;
  }

  .hero-section-content-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-title-wrapper {
    margin-bottom: 1rem;
  }

  .hero-ajfr-gold-arrow.gold-arrow-rotated.hero-ajfr-gold-arrow-hero {
    max-width: 42px;
    right: -50px;
  }

  .hero-ajfr-gold-arrow.section-3-ajfr-gold-arrow.gold-arrow-rotated {
    max-width: 86px;
    bottom: 100px;
    left: -40px;
  }

  .hero-stars-block {
    display: none;
  }

  .qualification-logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .qualification-logo-link {
    width: 30%;
    display: flex;
  }

  .qualification-logo-link.qualification-logo-link-row-2 {
    width: 40%;
  }

  .section-3-content-wrapper, .section-4-paragraphs-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .profiles-items-wrapper {
    flex-flow: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-4-arrow-buton-wrapper {
    padding-top: 1.25rem;
  }

  .profiles-block-title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-5-image.section-5-image-rotated {
    height: auto;
  }

  .bg-name-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border: 0 solid #000;
    border-left: 1px solid #0000001a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: .75rem;
  }

  .div-block-65 {
    display: none;
  }

  .section-6-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .section-6-title-wrapper {
    max-width: 100%;
  }

  .testimonial-items-wrapper {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .testimonial-item, .section-6-sliders-wrapper {
    width: 100%;
  }

  .blog-post-image {
    aspect-ratio: auto;
  }

  .section-8-media-wrapper {
    flex-flow: column;
  }

  .section-8-media-image-wrapper {
    flex: none;
    height: 350px;
  }

  .section-8-media-video-wrapper {
    width: 100%;
  }

  .pagination {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .list_page-buttons {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-post-image-wrapper-listing {
    width: 100%;
    max-width: none;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .h3 {
    text-align: center;
    font-size: 25px;
  }

  .h3.gold-text.center-text {
    font-size: 21px;
  }

  .h3.small-h3-card {
    font-size: 20px;
  }

  .h1 {
    text-align: center;
    margin-top: -10px;
    font-size: 20px;
  }

  .h4 {
    font-size: 18px;
    font-weight: 300;
  }

  .h4.white-text {
    font-size: 18px;
  }

  .h4.h4-small.white-text, .h4.white-text {
    font-size: 18px;
  }

  .h4.white-text.h4-small {
    font-size: 20px;
  }

  .h4.center-text.grey-text {
    font-size: 18px;
  }

  .h4.h4-small {
    font-size: 20px;
  }

  .h4.h4-small.white-text {
    font-size: 18px;
  }

  .navbar-logo-left-3 {
    z-index: 9999;
    overflow: visible;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-ajfr {
    object-fit: contain;
    width: 80px;
    margin-left: 10px;
  }

  .navbar-menu-3 {
    z-index: 9999;
    position: absolute;
  }

  .hero-section {
    padding-top: 40px;
  }

  .hero-section.padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.hero-section-aj.default-section-aj-page {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .hero-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: flex-start;
  }

  .hero-titles {
    align-self: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-titles_text-large {
    font-size: 16px;
  }

  .actions-butons_small {
    padding: 12px 24px;
  }

  .hero-arguments_text {
    color: #000;
    text-align: center;
  }

  .hero-image {
    height: 300px;
    min-height: 0;
    max-height: none;
    margin-top: -16px;
  }

  .hero-company-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    align-self: center;
    width: 100%;
  }

  .hero-company-logos-block {
    display: none;
  }

  .hero-company-logo {
    object-fit: contain;
    flex: 0 auto;
    width: 50%;
    max-width: none;
    margin: auto;
    overflow: hidden;
  }

  .hero-company-logo.logo4, .hero-company-logo.logo5, .hero-company-logo.logo4, .hero-company-logo.logo5 {
    margin: auto;
  }

  .storytelling-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .storytelling-image {
    height: 300px;
    min-height: 0;
  }

  .storytelling-column2-content {
    max-height: none;
  }

  .h2 {
    text-align: center;
    font-size: 24px;
  }

  .h2.h2-center, .h2.heading-left-align-mobile {
    text-align: center;
  }

  .h2.center-text {
    font-size: 21px;
  }

  .h2.h2-small {
    font-size: 24px;
  }

  .h2.h2-center, .h2.heading-left-align-mobile {
    text-align: center;
  }

  .h2.center-text-2 {
    font-size: 21px;
  }

  .h2.center-text-2.no-margin {
    text-align: center;
    text-align: center;
  }

  .storytelling-paragraph {
    text-align: left;
    font-size: 14px;
  }

  .advanage-row1-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advantage-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .advantage2-text-span, .advantage2-text-span_bold {
    font-size: 18px;
  }

  .program-section {
    height: auto;
  }

  .program-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .program-small-container {
    padding-left: 0;
    padding-right: 0;
  }

  .program-title {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .text-medium-size {
    font-size: 14px;
  }

  .text-medium-size.center-text {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .modules-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h5.left-align-text {
    font-size: 12px;
  }

  .resources-row-columns, .resources-row-columns2 {
    min-height: 300px;
  }

  .warranty-container-div {
    padding-left: 0;
    padding-right: 0;
  }

  .salary-container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .salary-content {
    width: auto;
    height: 350px;
  }

  .h4-bold {
    text-align: left;
    font-size: 19px;
  }

  .storytelling2-text, .storytelling2-text.storytelling2-text-page-recrutement, .storytelling2-text.storytelling2-text-page-recrutement, .storytelling2-list-item-text_span {
    font-size: 14px;
  }

  .storytelling2-images-column {
    justify-content: flex-start;
    height: auto;
  }

  .storytelling2-image-wrapper {
    height: auto;
  }

  .storytelling2-images {
    object-fit: cover;
    height: 180px;
  }

  .storytelling2-list-item-text_span-bold {
    font-size: 14px;
  }

  .footer {
    margin-top: 0;
    overflow: hidden;
  }

  .f2wf-columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .f2wf-small-columns-2 {
    width: 100%;
  }

  .faq-section {
    overflow: hidden;
  }

  .faq-container {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-dropdown {
    min-width: 0;
    max-width: none;
  }

  .faq-question-dropdown.faq-dropdown-page-recrutement-mobile, .faq-question-dropdown.faq-dropdown-page-recrutement-mobile-small, .faq-question-dropdown.faq-dropdown-page-recrutement-mobile, .faq-question-dropdown.faq-dropdown-page-recrutement-mobile-small {
    width: 85vw;
    min-width: 0;
  }

  .faq-question {
    max-width: none;
  }

  .pricing-comparison-feature-row_light-bg {
    justify-content: space-between;
    height: auto;
    min-height: 110px;
  }

  .testimonal-container {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-small-columns {
    width: 100%;
  }

  .mythes-title {
    font-size: 21px;
  }

  .mythes-card-images {
    text-align: right;
    justify-content: center;
    width: auto;
    height: auto;
  }

  .mythes-card-content-title {
    text-align: center;
    font-size: 18px;
  }

  .mythes-card-content-description {
    font-size: 14px;
  }

  .mythes-arguments {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mythes-arguments-frame {
    flex-flow: row;
    align-self: center;
  }

  .mythes-arguments-text {
    text-align: center;
  }

  .modules-frame {
    width: 100%;
  }

  .modules-hero-container-div {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .module-arrow-block {
    margin-bottom: -30px;
  }

  .module-arrow-icon_right {
    width: auto;
    height: 65px;
  }

  .text-medium-size-medium-weight {
    font-size: 14px;
  }

  .module-arrow-icon_rleft {
    width: auto;
    height: 65px;
  }

  .faq-section-mobile {
    padding-top: 46px;
    overflow: hidden;
  }

  .advantage-list-item {
    text-align: left;
    font-size: 14px;
  }

  .faq-answer {
    width: 80%;
    display: flex;
  }

  .faq-dropdown-content {
    display: none;
  }

  .h3-caveat.center-text {
    aspect-ratio: auto;
    aspect-ratio: auto;
    padding-bottom: 0;
    font-size: 24px;
  }

  .hero-arguments_frame_new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    width: 240px;
    min-width: 0;
  }

  .hero-arguments_frame_new.hero-arguments_frame_new-aj-mobile {
    flex: 1 0 auto;
    width: auto;
  }

  .hero-arguments_icons_new {
    align-self: center;
  }

  .hero-arguments_new {
    display: none;
  }

  .pricing-comparison-icons-2 {
    width: 21px;
    height: auto;
  }

  .pricing-comparison-table-content {
    width: 100%;
  }

  .pricing-comparison-name-text-2 {
    font-size: 11px;
  }

  .pricing-comparison-feature-2 {
    justify-content: flex-start;
    width: auto;
    min-width: 120px;
    min-height: 20px;
  }

  .pricing-comparison-feature-row_ldark-bg-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
    justify-items: center;
    height: auto;
    min-height: 110px;
    padding-left: 12px;
    padding-right: 5px;
  }

  .pricing-comparison-feature-row_light-bg-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: center;
    height: auto;
    min-height: 110px;
    padding-left: 12px;
    padding-right: 5px;
  }

  .pricing-comparison-name_green-2, .pricing-comparison-name_dark-2 {
    height: 30px;
    padding: 5px 2px;
  }

  .pricing-comparison-table-2 {
    align-self: auto;
    align-items: flex-end;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-comparison-feature-text-2 {
    text-align: left;
    object-fit: fill;
    font-size: 12px;
    display: block;
    overflow: visible;
  }

  .pricing-comparison-section-new {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-comparison-table-heading-2.pricing-comparison-feature-row_light-bg.comparison-heading-rset {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-self: flex-end;
    align-items: end;
    min-height: 0;
    padding-left: 12px;
    padding-right: 5px;
  }

  .hero-company-logos-block_mobile-new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mythes-arguments-_mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-arguments_new_small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .hero-company-logos-block-tablet, .hero-company-logos-block-tablet2 {
    display: none;
  }

  .f2wf-columns-4.metric-bloc-small {
    width: 100%;
  }

  .features-metrics {
    overflow: hidden;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .column-53 {
    padding: 0;
  }

  .testimonial-content-block.right-border-gradient_white {
    padding-left: 0;
    padding-right: 0;
  }

  .small-columns-7 {
    padding: 24px;
  }

  .quote-2 {
    height: auto;
  }

  .frame-219 {
    flex-flow: column wrap;
    align-content: center;
    align-items: flex-start;
  }

  .frame-220 {
    justify-content: center;
    align-self: flex-start;
  }

  .testimonial-slider-block {
    width: 2000px;
    min-width: 550px;
    overflow: visible;
  }

  .column-55 {
    width: 300px;
    height: 460px;
  }

  .content-14 {
    height: 100%;
  }

  .text-testimoial-page-recrutement {
    height: auto;
  }

  .trust-section {
    overflow: hidden;
  }

  .trust-section-icon {
    height: 30%;
  }

  .small-container-7 {
    width: auto;
    overflow: hidden;
  }

  .metric-icon {
    width: 50px;
    height: 50px;
  }

  .metric-value {
    font-size: 29px;
  }

  .hero-block-icon-title {
    width: auto;
  }

  .page-recrutement-hero-section {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/64243a007e6e5475b73f9eb0/643ff294a08cee79bbe19d28_74f27bef600d6f60413df841713c676e.webp");
    background-position: 0 0, 35%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .hero-block-title-button {
    padding: 0;
  }

  .h1_page-recrutement {
    font-size: 24px;
  }

  .profil-card-section {
    overflow: hidden;
  }

  .logos-quote-block-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .f2wf-columns-5 {
    align-items: center;
    overflow: hidden;
  }

  .column-59.right-border-gradient_grey {
    flex-wrap: wrap;
    align-self: center;
    width: auto;
    min-width: 0;
    overflow: hidden;
  }

  .content-18 {
    flex-wrap: wrap;
    align-items: center;
    width: auto;
  }

  .profil-card {
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    min-height: 820px;
    max-height: none;
  }

  .profil-card-image-block {
    margin-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .profil-card-list {
    grid-row-gap: 5px;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .profil-card-column {
    grid-row-gap: 5px;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 0;
  }

  .profil-card-item {
    flex-wrap: nowrap;
    align-self: flex-start;
  }

  .profil-card-item-text {
    text-align: left;
    white-space: normal;
    flex-wrap: nowrap;
    flex: 0 auto;
    place-content: flex-start center;
    align-self: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .profil-card-item-text.profil-card-item-text-long {
    text-indent: 0;
    column-count: auto;
    white-space: normal;
    text-indent: 0;
    column-count: auto;
    white-space: normal;
    align-self: flex-start;
    width: auto;
    text-decoration: none;
  }

  .profil-card-advantage {
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .profil-card-advantage-text {
    justify-content: flex-start;
    align-self: flex-start;
    width: auto;
    font-size: 14px;
    display: block;
  }

  .profil-card-icon {
    align-self: flex-start;
    height: 21px;
  }

  .profil-card-image-wrapper {
    height: auto;
  }

  .profil-card-block {
    width: 90%;
  }

  .logo-quote-image {
    margin-left: auto;
    margin-right: auto;
  }

  .profil-card-column2 {
    grid-row-gap: 5px;
    justify-content: center;
    width: auto;
  }

  .faq-question-dropdown_large-copy {
    width: 85vw;
    min-width: 0;
  }

  .f2wf-small-columns-2-copy {
    width: 100%;
  }

  .storytelling-image-copy {
    height: 300px;
    min-height: 0;
  }

  .recommandation-cotainer {
    margin-left: auto;
    margin-right: auto;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    overflow: hidden;
  }

  .logo_component-slider.scroll {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8.div-slider {
    object-fit: fill;
    object-fit: fill;
    width: auto;
    overflow: visible;
  }

  .div-block-9 {
    width: auto;
    overflow: hidden;
  }

  .logos-quote-block-container {
    justify-content: center;
  }

  .div-block-14 {
    width: auto;
    overflow: hidden;
  }

  .html-embed-2 {
    overflow: hidden;
  }

  .pricing-comparison-name-text-2---page-recrutement {
    flex: none;
    font-size: 11px;
  }

  .pricing-comparison-feature-text-2--page-recrutement {
    text-align: left;
    object-fit: fill;
    font-size: 12px;
    display: block;
    overflow: visible;
  }

  .pricing-comparison-feature-row_light-bg-2-page-recrutement {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: center;
    height: auto;
    min-height: 110px;
    padding-left: 12px;
    padding-right: 5px;
  }

  .pricing-comparison-feature-row_ldark-bg-2-page-recrutement {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
    justify-items: center;
    height: auto;
    min-height: 110px;
    padding-left: 12px;
    padding-right: 5px;
  }

  .frame-131 {
    width: 100%;
    padding-bottom: 20px;
  }

  .frame-130 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .frame-240 {
    width: 100%;
  }

  .popup-aper-u-vid-os {
    width: 90vw;
  }

  .div-block-16 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    height: 250px;
  }

  .block-modules {
    min-width: 0;
  }

  .frame-244 {
    height: auto;
  }

  .frame-248 {
    padding-left: 0;
    padding-right: 0;
  }

  .f2wf-columns-7.f2wf-columns-7-aj {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .metric-4.metric-4-aj {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .five-star-icons {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .home-bouon-2-text, .home-bouon-3-text {
    text-align: center;
  }

  .column-67, .image-wrapper-22 {
    height: 290px;
  }

  .home-description-text {
    font-size: 14px;
  }

  .h2-19 {
    font-size: 24px;
  }

  .la-formation-est-dispens-e-par-barbara-ghigi-la-fondatrice-d-ajfr-poss-dant-23-ans-d-exp-rience-dans-le-secr-tariat-juridique, .text-79, .la-formation-est-dispens-e-par-barbara-ghigi-la-fondatrice-d-ajfr-poss-dant-23-ans-d-exp-rience-dans-le-secr-tariat-juridique-1 {
    font-size: 14px;
  }

  .f2wf-small-columns-3 {
    width: 1540px;
  }

  .column-70 {
    width: 230px;
  }

  .text-88 {
    font-size: 14px;
  }

  .image-34 {
    margin-top: -54px;
    padding-top: 0;
  }

  .content-27 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-hero-section {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/64243a007e6e5475b73f9eb0/686442a1e0ee8376629ad971_SCI%20appart%20maison%20femme%20bureau%201%20mobile.webp");
  }

  .h1_accueil {
    font-size: 29px;
  }

  .actions-butons_large-hover-more-dark {
    padding: 12px 24px;
  }

  .text-92, .text-93, .text-94 {
    font-size: 14px;
  }

  .modal {
    height: 100%;
    margin-top: 0;
  }

  .modal-container {
    z-index: 15;
    object-fit: fill;
    flex: 0 auto;
    height: 100%;
    margin-top: 0;
    padding: 20px;
    overflow: auto;
  }

  .heading-2.center.form-heading-2 {
    font-size: 22px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .container-19 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 28px;
  }

  .form-docu-left {
    object-fit: fill;
  }

  .form-docu-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .columns-23, .candidature-form-content {
    display: block;
  }

  .form-div {
    width: auto;
  }

  .form-candidature.candidature-last {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-candidater {
    padding: 10px;
    font-size: 21px;
  }

  .text-span-3 {
    font-size: 14px;
  }

  .success-state {
    display: block;
  }

  .container-19-copy {
    background-color: #fffef4;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .actions-butons_large_gold {
    justify-content: center;
    margin-left: 0;
    padding: 10px;
  }

  .actions-butons_large_gold.ouvrir-formulaire-formation.bouton-hero-secretaire {
    margin-left: 0;
    margin-right: 0;
  }

  .div-avantage {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
  }

  .titre-avantage {
    font-size: 19px;
    display: block;
  }

  .titre-avantage.hide-on-mobile-small {
    display: block;
  }

  .titre-avantage.show-on-mobile-small {
    font-size: 18px;
    display: block;
  }

  .image-avantage {
    width: 70px;
    max-width: 50%;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 1038px;
    display: flex;
  }

  .hero-arguments_frame_new1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    width: 260px;
  }

  .hero-arguments_frame_new2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    width: 392px;
    min-width: 0;
  }

  .hero-arguments_frame_new3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    width: 346px;
    min-width: 0;
  }

  .hero-arguments-slider-mobile {
    align-self: flex-start;
    margin-top: 0;
  }

  .actions-butons-block-p0 {
    display: none;
  }

  .bold-text-6, .bold-text-7 {
    color: #b99757;
  }

  .container-23 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-34 {
    flex-flow: wrap;
    align-self: flex-start;
  }

  .bloc-video-formation {
    height: 300px;
  }

  .div-block-42 {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .div-formulaire {
    margin-left: 2%;
    margin-right: 2%;
  }

  .button-6 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar-logo-left-3-landing-page {
    z-index: 9999;
    overflow: visible;
  }

  .bouton-calendly {
    text-align: center;
  }

  .calendly-popup-trigger-margin0 {
    margin-bottom: 0;
  }

  .hero-trust-icons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    max-width: 320px;
  }

  .trust-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .trust-icon {
    padding: 12px;
  }

  .trust-icon-wrapper {
    max-width: 48px;
  }

  .icon-note {
    margin-top: 2px;
    font-size: 10px;
  }

  .star-icon-gold-v2 {
    width: 16px;
    height: 16px;
  }

  .five-star-icons-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .button-candidater2 {
    padding: 10px;
    font-size: 21px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-arguments_text-mobile {
    color: #000;
    text-align: center;
  }

  .hero-arguments_frame_new-mobile {
    text-align: center;
    align-self: center;
  }

  .bouton-hero-secretaire {
    margin-left: 0;
    margin-right: 0;
  }

  .image-articles-card-blog {
    height: 200px;
  }

  .titre-articles-card-blog {
    font-size: 18px;
  }

  .blog-pagination-button {
    justify-content: center;
    margin-left: 0;
    padding: 10px;
  }

  .navbar-logo-left-4 {
    z-index: 9999;
    overflow: visible;
  }

  .navbar-menu-4 {
    z-index: 9999;
    position: absolute;
  }

  .post-template-page {
    font-size: 14px;
  }

  .quick-stack {
    padding-top: 0;
  }

  .bold-text-21 {
    font-size: 18px;
    font-weight: 300;
  }

  .bold-text-28 {
    font-size: 18px;
  }

  .navbar-right {
    padding-right: 6px;
  }

  .hero-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .advantage-text {
    font-size: 12px;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
  }

  .arrow-line {
    max-width: 60px;
    display: none;
    transform: rotate(90deg);
  }

  .grid-qualification-logo.grid-qualification-logo-aj-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .heading-20, .flex-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-21 {
    font-size: 21px;
  }

  .contact-form-submit-button {
    white-space: break-spaces;
    overflow-wrap: normal;
    margin-top: 20px;
  }

  .angle-separato {
    display: block;
  }

  .bold-text-38 {
    color: #777;
    font-weight: 500;
  }

  .bloc-competences-wrapper-parent {
    padding: 28px;
  }

  .hero-container-aj-child-block-2.hero-container-aj-child-block-2-aj {
    display: none;
  }

  .hero-arguments-aj {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .hero-arguments-aj.hero-arguments-aj-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: auto;
    min-width: 542px;
    display: flex;
  }

  .five-star-icons-aj-page {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .div-block-58 {
    margin-top: 10px;
  }

  .mythes-title-aj-page {
    font-size: 21px;
  }

  .mythes-title-aj-page.no-margin.center-text {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .mythes-card-content-title-aj-page {
    text-align: center;
    font-size: 18px;
  }

  .formation-aj-image-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 294px;
    height: 294px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .formation-aj-titles-block {
    max-height: 129px;
    padding: 12px 16px 13px;
  }

  .formation-aj-title-wrapper {
    padding-left: 16px;
  }

  .formation-aj-image-logo {
    object-fit: contain;
    width: 42px;
  }

  .tabs-menu {
    overflow: auto;
  }

  .text-block-38 {
    white-space: nowrap;
  }

  .video-3 {
    margin-bottom: 24px;
  }

  .team-member-item {
    width: 45%;
  }

  .hero-arguments-aj-mobile-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
  }

  .default-navbar {
    z-index: 9999;
    overflow: visible;
  }

  .qualification-logo-link {
    width: 28%;
  }

  .testimonial-items-wrapper {
    width: 1540px;
  }

  .testimonial-item {
    width: 230px;
  }

  .text-span-13 {
    line-height: 100%;
  }
}

#w-node-d5ebf737-02ab-386c-fa64-72a2500dabf3-d66df168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b2ce59ed-bfb4-938f-9e46-395d36dcfb3b-d66df168 {
    grid-area: 1 / 2 / 2 / 3;
  }
}
