body {
  margin: 0;
  min-width: 280px;
  position: relative;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  color: #272D38;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

* {
  box-sizing: content-box;
}

p {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
p.bold {
  font-weight: 700;
}

a {
  color: #272D38;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
a.bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 32px;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.button {
  display: flex;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 65px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.button.white {
  background-color: #FFFFFF;
  color: #272D38;
}
.button.white.outline {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.button.purple {
  color: #FFFFFF;
  background-color: #613089;
}
.button.purple.outline {
  background: none;
  border: 1px solid #613089;
  color: #613089;
}
.button.pink {
  color: #FFFFFF;
  background-color: #E51F8D;
}
.button.pink.outline {
  color: #E51F8D;
  background: none;
  border: 1px solid #E51F8D;
}
.button.cyan {
  color: #FFFFFF;
  background-color: #21BAFC;
}
.button.fade {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.purple {
  color: #613089;
}

.pink {
  color: #E51F8D;
}

.cyan {
  color: #21BAFC;
}

.white {
  color: #FFFFFF;
}

.wrapper {
  padding: 0 36px;
}

header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #FFFFFF;
  z-index: 10;
}
header .wrapper {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .logo {
  display: flex;
}
header .logo img {
  width: 100px;
  height: auto;
}
header .navBar {
  display: none;
}

.smartphoneMenu__button {
  position: fixed;
  top: 26px;
  right: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 12px;
  z-index: 15;
}
.smartphoneMenu__button__line {
  display: flex;
  width: 18px;
  height: 2px;
  background-color: #613089;
  transition: transform 0.4s ease-out;
}
.smartphoneMenu__button__line:nth-child(2) {
  transition: opacity 0.4s ease-out 0.3s;
}
.smartphoneMenu__button.opened div.smartphoneMenu__button__line:first-child {
  transform: translateY(5px) rotate(45deg);
  transition: transform 0.4s ease-out;
}
.smartphoneMenu__button.opened div.smartphoneMenu__button__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.smartphoneMenu__button.opened div.smartphoneMenu__button__line:last-child {
  transform: translateY(-5px) rotate(-45deg);
  transition: transform 0.4s ease-out;
}
.smartphoneMenu__content {
  position: fixed;
  top: -380px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 24px;
  min-width: 320px;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 40px 2px rgba(0, 0, 0, 0.15);
  z-index: 5;
  transition: top 0.7s ease-out;
}
.smartphoneMenu__content.opened {
  top: 62px;
  transition: top 0.7s ease-out;
}
.smartphoneMenu__content__item {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}
.smartphoneMenu__content__item a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
.smartphoneMenu__content .button {
  margin-top: 16px;
  padding: 10px 30px;
  border-radius: 40px;
}

.heroSection {
  padding: 110px 0 70px 0;
}
.heroSection.homePage {
  background: linear-gradient(rgba(97, 48, 137, 0.85), rgba(97, 48, 137, 0.85)), url("../assets/heroSection_home.jpg");
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  text-align: center;
}
.heroSection.mentors, .heroSection.entreprises {
  text-align: center;
  color: #FFFFFF;
}
.heroSection.mentors h4, .heroSection.entreprises h4 {
  text-transform: uppercase;
}
.heroSection.mentors {
  background: linear-gradient(106.53deg, #613089 0.39%, #AE7AD9 99.51%);
}
.heroSection.entreprises {
  background: linear-gradient(107.15deg, #3572F5 0%, #21BAFC 100%);
}
.heroSection.entreprises p.bold {
  margin: 0 auto 18px auto;
  max-width: 250px;
}
.heroSection.students {
  padding-top: 110px;
  padding-bottom: 0;
  text-align: center;
}
.heroSection.students .twoColumnsContainer {
  flex-direction: column-reverse;
}
.heroSection.students .twoColumnsContainer__picture {
  margin-top: 0;
  margin-bottom: 0;
}
.heroSection.students .twoColumnsContainer__picture__deco {
  width: 64px;
  right: 40px;
  top: 10%;
  transform: rotate(-20deg);
}
.heroSection.students .twoColumnsContainer__content p + p + p {
  margin-bottom: 0;
}
.heroSection.students .twoColumnsContainer .ctaContainer {
  display: none;
}
.heroSection.ressources {
  text-align: center;
}
.heroSection.ressources .twoColumnsContainer__picture {
  margin-top: 0;
}

.twoColumnsContainer {
  display: flex;
  flex-direction: column;
}
.twoColumnsContainer__picture {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.twoColumnsContainer__picture__img {
  display: flex;
  width: 90%;
}
.twoColumnsContainer__picture__deco {
  position: absolute;
  height: auto;
}

.carousel__btnLeft {
  display: none;
}
.carousel__btnRight {
  display: none;
}
.carousel__cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.carousel__cards__card {
  padding: 24px 32px 32px 32px;
  background-color: #FFFFFF;
  border-radius: 30px;
  text-align: left;
}
.carousel__cards__card__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.carousel__cards__card__head img {
  display: flex;
  width: 64px;
  height: 64px;
}
.carousel__cards__card__head__name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
}
.carousel__cards__card__content {
  margin: 0;
  color: #919191;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.carousel--article__btnLeft {
  display: none;
}
.carousel--article__btnRight {
  display: none;
}
.carousel--article__cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.carousel--article__cards__card {
  padding: 24px 32px 32px 32px;
  background-color: #FFFFFF;
  border-radius: 30px;
  text-align: left;
}
.carousel--article__cards__card__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.carousel--article__cards__card__head img {
  display: flex;
  width: 64px;
  height: 64px;
}
.carousel--article__cards__card__head__name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
}
.carousel--article__cards__card__content {
  margin: 0;
  color: #919191;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.faqSection {
  padding: 50px 0;
  background-color: #613089;
  
}
.faqSection input[type=checkbox] {
  display: none;
}
.faqSection input[type=checkbox]:checked ~ .faqSection__container__answer {
  max-height: 1000px;
  transition: max-height 1s;
}
.faqSection input[type=checkbox]:checked ~ .faqSection__container__question img {
  transform: rotate(45deg);
  transition: transform 0.4s;
}
.faqSection .faqSection__container__question img {
  transition: transform 0.4s;
}
.faqSection h2 {
  text-align: center;
  margin-bottom: 40px;
}
.faqSection__container {
  margin-bottom: 32px;
  border-bottom: 1px solid #FFFFFF;
}
.faqSection__container__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.faqSection__container__answer {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: justify;
  transition: max-height 1s;
}
.faqSection__container__answer p {
  margin-bottom: 20px;
}

footer {
  margin-top: 60px;
}
footer .footer__container {
  background-color: #EAEAEA;
}
footer .footer__container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .footer__container__logo {
  width: 170px;
  height: auto;
}
footer .footer__container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer__container__linksSmartphone {
  display: flex;
}
footer .footer__container__linksSmartphone ul {
  width: 50%;
}
footer .footer__container__links {
  display: none;
}
footer .footer__container__socials {
  display: flex;
  gap: 20px;
}
footer .footer__copyright {
  display: flex;
  background-color: #CBCBCB;
  height: 45px;
}
footer .footer__copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0;
}

.discoverSection {
  margin-top: 48px;
  text-align: center;
}

.mentorTestimonials {
  margin-top: 48px;
  padding-top: 75px;
  text-align: center;
  background: linear-gradient(180deg, #EDEDED 0%, rgba(217, 217, 217, 0) 89.09%);
}

.communitySection {
  margin-top: 40px;
  text-align: center;
}
.communitySection .twoColumnsContainer h2 {
  margin-bottom: 0;
}
.communitySection .twoColumnsContainer__content h2 {
  display: none;
}

.readyToGoSection {
  margin-top: 50px;
  text-align: center;
}
.readyToGoSection .twoColumnsContainer h2 {
  margin-bottom: 0;
}
.readyToGoSection .twoColumnsContainer__picture__deco {
  left: -6px;
  top: 60%;
}
.readyToGoSection .twoColumnsContainer__content h2 {
  display: none;
}

.professionalAllySection {
  text-align: center;
  color: #FFFFFF;
}
.professionalAllySection .wrapper {
  padding-top: 45px;
  padding-bottom: 100px;
  background-color: #613089;
}

.findYourWaySection {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFDCEF;
}
.findYourWaySection h2 {
  margin-bottom: 0;
}
.findYourWaySection__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.findYourWaySection__container__card__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.findYourWaySection__container__card__content {
  margin-bottom: 0;
}

.bringItToLifeSection {
  text-align: center;
  margin-top: 60px;
}
.bringItToLifeSection h2 {
  position: relative;
  max-width: 160px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.bringItToLifeSection h2::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  right: -40px;
  bottom: -10px;
  background-image: url("../assets/decoStar.svg");
  background-size: 40px 40px;
}
.bringItToLifeSection h1 {
  margin-top: 10px;
}

.startTheCourseSection {
  margin-top: 60px;
  text-align: center;
}
.startTheCourseSection .twoColumnsContainer__picture {
  margin-top: 0;
}
.startTheCourseSection .twoColumnsContainer__picture__deco {
  width: 80px;
  left: -8px;
  bottom: -20px;
}
.startTheCourseSection .twoColumnsContainer__picture__img {
  border-radius: 30px;
}
.startTheCourseSection .twoColumnsContainer__content h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.reviewSection {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: radial-gradient(372.64% 38.23% at 50% 47.73%, rgba(229, 31, 141, 0.4) 0%, rgba(229, 31, 141, 0.08) 100%);
}
.reviewSection .carousel {
  margin-bottom: 30px;
}

.StoryOfSharingSection {
  margin-top: 40px;
  text-align: center;
}
.StoryOfSharingSection h2 {
  margin-bottom: 60px;
}
.StoryOfSharingSection .twoColumnsContainer {
  flex-direction: column-reverse;
}
.StoryOfSharingSection .twoColumnsContainer__picture {
  margin-bottom: 0;
}
.StoryOfSharingSection .twoColumnsContainer__picture__deco {
  width: 64px;
  height: auto;
  right: 14px;
  top: 20%;
}

.mentorCommitmentSection {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.mentorCommitmentSection.mentors {
  background-color: #EDDBFC;
}
.mentorCommitmentSection.entreprises {
  background-color: #D3E7FE;
}
.mentorCommitmentSection.entreprises h2 {
  color: #21BAFC;
}
.mentorCommitmentSection__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mentorCommitmentSection__container__line {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mentorCommitmentSection__container__card__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.mentorCommitmentSection__container__card__content {
  margin-bottom: 0;
}
.mentorCommitmentSection .ctaContainer {
  margin-top: 40px;
}

.stepSection {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 64px;
}
.stepSection h2 {
  margin-bottom: 48px;
}
.stepSection__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.stepSection__container p {
  margin: 0;
}
.stepSection__container h3 {
  margin: 0;
}
.stepSection__container__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.stepSection__container__step__number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #613089;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 35px;
}
.stepSection__container__step__content {
  padding: 30px 10px;
  border-radius: 10px;
  background-color: rgba(97, 48, 137, 0.1019607843);
}
.stepSection__container__step__content a {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.stepSection__container__step:last-child .stepSection__container__step__content {
  margin-bottom: 0;
}

.joinUsSection {
  text-align: center;
}
.joinUsSection.entreprises .joinUsSection__deco {
  display: none;
}
.joinUsSection .wrapper {
  padding: 0;
}
.joinUsSection__picture {
  display: flex;
  justify-content: center;
}
.joinUsSection__picture__deco {
  display: none;
}
.joinUsSection__picture__img {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
.joinUsSection__container {
  padding: 0 40px;
}
.joinUsSection__container h4 {
  text-transform: uppercase;
  max-width: 300px;
  margin: 0 auto 16px auto;
}

.CompanyAllySection {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.CompanyAllySection .twoColumnsContainer__picture {
  margin-top: 0;
}
.CompanyAllySection .twoColumnsContainer__picture__deco {
  display: none;
}

.ressourcesPagesSection {
  background-color: #FBDACF;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.ressourcesPagesSection__container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.ressourcesPagesSection__container__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 30px 24px;
}
.ressourcesPagesSection__container__card p, .ressourcesPagesSection__container__card h3 {
  margin: 0;
}
.ressourcesPagesSection__container__card__picture img {
  display: flex;
  width: 80px;
  height: auto;
}
.ressourcesPagesSection__container__card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviewRessourcesSection {
  background: none;
  padding-top: 70px;
  text-align: center;
}
.reviewRessourcesSection .carousel--article__cards__card {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.reviewRessourcesSection .carousel--article__cards__card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.reviewRessourcesSection .carousel--article__cards__card__content h3, .reviewRessourcesSection .carousel--article__cards__card__content h4, .reviewRessourcesSection .carousel--article__cards__card__content p {
  margin: 0;
}
.reviewRessourcesSection .carousel--article__cards__card__content__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 6px;
}
.reviewRessourcesSection .carousel--article__cards__card__content__text__link {
  align-self: flex-end;
}
.reviewRessourcesSection .carousel--article__cards__card__content__text__link a {
  color: #21BAFC;
  text-decoration: underline;
  text-transform: uppercase;
}

.recentRessourcesSection {
  background: linear-gradient(180deg, #EDEDED 0%, rgba(217, 217, 217, 0) 89.09%);
  padding-top: 62px;
  padding-bottom: 70px;
  text-align: center;
}
.recentRessourcesSection__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.recentRessourcesSection__container__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recentRessourcesSection__container__item h3, .recentRessourcesSection__container__item h4 {
  margin-bottom: 0;
}
.recentRessourcesSection__container__item__picture {
  display: flex;
}
.recentRessourcesSection__container__item__picture img {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.recentRessourcesSection__container__item__title {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.recentRessourcesSection__container__item__content {
  display: flex;
  flex-direction: column;
  text-align: left;
  display: flex;
}
.recentRessourcesSection__container__item__content__link {
  display: flex;
}
.recentRessourcesSection__container__item__content__link a {
  text-decoration: underline;
  color: #21BAFC;
}

@media screen and (max-width: 370px) {
  .smartphoneMenu__content {
    min-width: 240px;
    padding: 30px 10px;
  }
  .wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 1300px) {
  h1 {
    font-size: 66px;
    line-height: 76px;
  }
  h2 {
    font-size: 48px;
    line-height: 56px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 10px;
  }
  p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  a {
    font-size: 18px;
  }
  .button {
    font-size: 18px;
    padding: 20px 40px;
  }
  .wrapper {
    padding: 0 32px;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    position: absolute;
    background: none;
    justify-content: unset;
    height: unset;
  }
  header .button {
    display: flex;
    padding: 10px 20px;
    min-width: 240px;
  }
  header .button a {
    padding-bottom: 0;
  }
  header.sticky {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    animation: slideDown 0.3s ease-out;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  header.sticky.homePage {
    background: rgba(97, 48, 137, 0.8);
  }
  header.sticky.homePage.entreprises {
    background: linear-gradient(107.15deg, rgba(53, 114, 245, 0.8) 0%, rgba(33, 186, 252, 0.8) 100%);
  }
  header.sticky .wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  header.homePage .logo a img {
    content: url("../assets/logo-blackWhite.svg");
  }
  header.homePage .navBar a:not(.button) {
    color: #FFFFFF;
    padding-bottom: 2px;
  }
  header.homePage .navBar a:not(.button):not(.button):hover {
    border-bottom: 2px solid white;
    padding-bottom: 0;
  }
  header .wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: 1275px;
    margin: 40px auto 0 auto;
    padding: 0;
    height: 47px;
    width: 100%;
  }
  header .logo img {
    display: flex;
    width: 190px;
    height: 47px;
  }
  header .navBar {
    display: flex;
    gap: 44px;
    align-items: center;
  }
  header .navBar nav {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  header .navBar nav a {
    padding-bottom: 2px;
  }
  header .navBar nav a:hover {
    border-bottom: 2px solid #272D38;
    padding-bottom: 0;
  }
  .smartphoneMenu {
    display: none;
  }
  .twoColumnsContainer {
    flex-direction: row;
    gap: 40px;
  }
  .twoColumnsContainer.flex-reverse {
    flex-direction: row-reverse;
  }
  .twoColumnsContainer__picture__img {
    width: 390px;
  }
  .ctaContainer {
    display: flex;
    justify-content: center;
  }
  .heroSection {
    padding: 220px 0 140px 0;
  }
  .heroSection .wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .heroSection.students {
    padding-bottom: 0;
  }
  .heroSection.students .wrapper {
    max-width: 1000px;
  }
  .heroSection.students .twoColumnsContainer {
    flex-direction: row;
  }
  .heroSection.students .twoColumnsContainer__picture {
    margin-bottom: 0;
  }
  .heroSection.students .twoColumnsContainer__picture__deco {
    width: 180px;
    right: -5px;
    top: 5%;
    transform: rotate(0);
  }
  .heroSection.students .twoColumnsContainer__picture__img {
    width: 530px;
  }
  .heroSection.students .twoColumnsContainer__content {
    text-align: left;
  }
  .heroSection.students .twoColumnsContainer__content h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 300;
  }
  .heroSection.students .twoColumnsContainer__content h1 span {
    font-weight: 500;
  }
  .heroSection.mentors, .heroSection.entreprises {
    padding-top: 180px;
  }
  .heroSection.mentors .wrapper, .heroSection.entreprises .wrapper {
    max-width: 1100px;
  }
  .heroSection.mentors .wrapper h1, .heroSection.entreprises .wrapper h1 {
    margin-bottom: 48px;
  }
  .heroSection.entreprises .wrapper {
    max-width: 1200px;
  }
  .heroSection.entreprises p.bold {
    max-width: unset;
    margin-bottom: 22px;
  }
  .heroSection.ressources .wrapper {
    max-width: 1275px;
  }
  .heroSection.ressources .twoColumnsContainer__picture__img {
    display: flex;
    width: 560px;
    height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .heroSection.ressources .twoColumnsContainer__content {
    text-align: left;
  }
  .carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .carousel__btnLeft {
    display: block;
    cursor: pointer;
  }
  .carousel__btnRight {
    display: block;
    cursor: pointer;
  }
  .carousel__cards {
    flex-direction: row;
    gap: 36px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .carousel__cards__card {
    width: 360px;
    min-width: 360px;
  }
  .carousel__btnRight {
    transform: scaleX(-1);
  }
  .faqSection {
    max-width: 1275px;
    margin: 20px auto 0 auto;
    border-radius: 40px;
  }
  footer .footer__container .wrapper {
    max-width: 1300px;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
  footer .footer__container__linksSmartphone {
    display: none;
  }
  footer .footer__container__links {
    display: flex;
    gap: 40px;
  }
  footer .footer__container__links ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  footer .footer__container__socials {
    flex-wrap: wrap;
    gap: 32px;
  }
  footer__copyright {
    font-size: 16px;
  }
  .discoverSection {
    margin-top: 74px;
  }
  .discoverSection .wrapper {
    max-width: 1000px;
  }
  .discoverSection .twoColumnsContainer {
    text-align: left;
    justify-content: space-between;
  }
  .discoverSection .twoColumnsContainer__picture {
    margin: 0;
  }
  .discoverSection .twoColumnsContainer__content {
    align-self: center;
    max-width: 510px;
  }
  .discoverSection .twoColumnsContainer .ctaContainer {
    justify-content: start;
  }
  .mentorTestimonials .wrapper {
    max-width: unset;
  }
  .mentorTestimonials .wrapper .container {
    max-width: 950px;
    margin: 0 auto 40px auto;
  }
  .mentorTestimonials .wrapper .container p {
    margin-bottom: 0;
  }
  .communitySection {
    margin-top: 80px;
    text-align: left;
  }
  .communitySection .twoColumnsContainer h2 {
    display: none;
  }
  .communitySection .twoColumnsContainer__picture__img {
    width: 530px;
    height: auto;
  }
  .communitySection .twoColumnsContainer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .communitySection .twoColumnsContainer__content h2 {
    display: flex;
    margin-bottom: 36px;
  }
  .readyToGoSection {
    text-align: left;
  }
  .readyToGoSection .wrapper {
    max-width: 1100px;
  }
  .readyToGoSection .twoColumnsContainer {
    flex-direction: row-reverse;
  }
  .readyToGoSection .twoColumnsContainer h2 {
    display: none;
  }
  .readyToGoSection .twoColumnsContainer__picture {
    margin: 0;
  }
  .readyToGoSection .twoColumnsContainer__picture__deco {
    width: 150px;
    left: unset;
    top: unset;
    right: -30px;
    bottom: -40px;
  }
  .readyToGoSection .twoColumnsContainer__picture__img {
    width: 530px;
    height: auto;
  }
  .readyToGoSection .twoColumnsContainer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .readyToGoSection .twoColumnsContainer__content h2 {
    margin-bottom: 36px;
    display: flex;
  }
  .readyToGoSection .twoColumnsContainer__content .ctaContainer {
    justify-content: start;
  }
  .professionalAllySection {
    position: relative;
  }
  .professionalAllySection .wrapper {
    border-radius: 60px;
    padding: 60px 140px;
  }
  .findYourWaySection {
    margin-top: -70px;
    padding-top: 150px;
    background: url("../assets/findYourWay_background.jpg");
    background-size: cover;
  }
  .findYourWaySection__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
  }
  .findYourWaySection__container__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    width: 400px;
    height: 440px;
    padding: 0 40px;
    border-radius: 30px;
  }
  .findYourWaySection__container__card__picture {
    width: 150px;
    height: auto;
  }
  .findYourWaySection__container__card__title {
    font-size: 24px;
    line-height: 28px;
  }
  .bringItToLifeSection .wrapper {
    max-width: 1050px;
  }
  .bringItToLifeSection h2 {
    max-width: unset;
    font-size: 32px;
    line-height: 72px;
    font-weight: 300;
  }
  .bringItToLifeSection h2::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    right: 16px;
    bottom: -10px;
    background-image: url("../assets/decoStar.svg");
    background-size: 80px 80px;
  }
  .bringItToLifeSection p.bold {
    max-width: 540px;
    margin: 0 auto 40px auto;
  }
  .startTheCourseSection {
    text-align: left;
  }
  .startTheCourseSection .wrapper {
    max-width: 1275px;
  }
  .startTheCourseSection .twoColumnsContainer__picture__img {
    width: 600px;
  }
  .startTheCourseSection .twoColumnsContainer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .startTheCourseSection .twoColumnsContainer__content h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
  }
  .startTheCourseSection .twoColumnsContainer__content p {
    margin-bottom: 20px;
  }
  .reviewSection {
    background: radial-gradient(32.62% 32.62% at 50% 40.89%, rgba(229, 31, 141, 0.4) 0%, rgba(229, 31, 141, 0.08) 100%) 0 50px;
  }
  .reviewSection .wrapper {
    max-width: 1275px;
  }
  .StoryOfSharingSection {
    text-align: left;
    margin-top: 80px;
  }
  .StoryOfSharingSection .wrapper {
    max-width: 1100px;
  }
  .StoryOfSharingSection h2 {
    max-width: 600px;
    margin: 0 auto;
  }
  .StoryOfSharingSection .twoColumnsContainer {
    flex-direction: row;
  }
  .StoryOfSharingSection .twoColumnsContainer__picture {
    margin: 0;
  }
  .StoryOfSharingSection .twoColumnsContainer__picture__img {
    width: 480px;
  }
  .StoryOfSharingSection .twoColumnsContainer__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .StoryOfSharingSection .twoColumnsContainer__content .ctaContainer {
    justify-content: start;
  }
  .mentorCommitmentSection {
    background: url("../assets/company_gradient.jpg") no-repeat;
    background-size: cover;
  }
  .mentorCommitmentSection.mentors {
    background: linear-gradient(106.53deg, #613089 0.39%, #AE7AD9 99.51%);
  }
  .mentorCommitmentSection.mentors h2 {
    color: white;
  }
  .mentorCommitmentSection .wrapper {
    max-width: 1275px;
  }
  .mentorCommitmentSection__container {
    gap: 80px;
  }
  .mentorCommitmentSection__container__line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
  }
  .mentorCommitmentSection__container__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 550px;
    background-color: #FFFFFF;
    border-radius: 30px;
  }
  .mentorCommitmentSection__container__card__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }
  .mentorCommitmentSection .ctaContainer .button.white {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
  }
  .stepSection {
    text-align: left;
  }
  .stepSection .wrapper {
    max-width: 1200px;
  }
  .stepSection h2 {
    text-align: center;
  }
  .stepSection__container__step {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .stepSection__container__step__line {
    width: 42px;
    height: 1px;
    background-color: #ABA9A9;
  }
  .stepSection__container__step__head {
    align-self: center;
    flex-grow: 1;
  }
  .stepSection__container__step__content {
    text-align: center;
    max-width: 750px;
  }
  .stepSection__container__step__content a {
    display: inline;
  }
  .joinUsSection {
    margin-top: 100px;
  }
  .joinUsSection.entreprises .joinUsSection__picture {
    position: relative;
  }
  .joinUsSection.entreprises .joinUsSection__picture__deco {
    display: flex;
    position: absolute;
    width: 220px;
    height: auto;
    right: 50px;
    bottom: -30px;
  }
  .joinUsSection__picture__img {
    width: 875px;
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0;
    border-radius: 75px;
  }
  .joinUsSection__container h4 {
    max-width: unset;
    font-size: 32px;
    letter-spacing: unset;
  }
  .joinUsSection__container p {
    max-width: 680px;
    margin: 0 auto 30px auto;
  }
  .CompanyAllySection .wrapper {
    max-width: 1275px;
  }
  .CompanyAllySection h2 {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .CompanyAllySection .twoColumnsContainer__picture__deco {
    display: flex;
    width: 120px;
    right: 42px;
    bottom: -35px;
  }
  .CompanyAllySection .twoColumnsContainer__picture__img {
    width: 580px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CompanyAllySection .twoColumnsContainer__content {
    text-align: left;
  }
  .CompanyAllySection .twoColumnsContainer__content .ctaContainer {
    justify-content: start;
  }
  .ressourcesPagesSection {
    background: url("../assets/findYourWay_background.jpg");
    background-size: cover;
  }
  .ressourcesPagesSection__container__card {
    flex-direction: row;
    gap: 70px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .ressourcesPagesSection__container__card__picture img {
    width: 200px;
  }
  .ressourcesPagesSection__container__card__content {
    text-align: left;
  }
  .ressourcesPagesSection__container__card__content .ctaContainer {
    justify-content: start;
  }
  .reviewRessourcesSection .wrapper {
    max-width: 1275px;
  }
  .reviewRessourcesSection .carousel--article {
    display: flex;
    gap: 50px;
  }
  .reviewRessourcesSection .carousel--article__btnLeft {
    display: flex;
  }
  .reviewRessourcesSection .carousel--article__btnRight {
    display: flex;
    transform: scaleX(-1);
  }
  .reviewRessourcesSection .carousel--article__cards {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    overflow-x: auto;
  }
  .reviewRessourcesSection .carousel--article__cards__card {
    display: flex;
    gap: 16px;
    width: 360px;
    min-width: 360px;
  }
  .reviewRessourcesSection .carousel--article__cards__card__head {
    margin-bottom: 0;
  }
  .reviewRessourcesSection .carousel--article__cards__card__content h4 {
    letter-spacing: unset;
    font-size: 16px;
    font-weight: 500;
  }
  .recentRessourcesSection {
    padding-top: 130px;
  }
  .recentRessourcesSection .wrapper {
    max-width: 1275px;
  }
  .recentRessourcesSection h2 {
    margin-bottom: 70px;
  }
  .recentRessourcesSection__container {
    flex-direction: row;
    margin-bottom: 100px;
  }
  .recentRessourcesSection__container__item {
    width: 400px;
  }
  .recentRessourcesSection__container__item__title h4 {
    font-size: 16px;
    letter-spacing: unset;
  }
  .recentRessourcesSection__container__item__content__link {
    margin-bottom: 0;
  }
  
  
  










  
  
  
  
  
  
  
  
  
  
}/*# sourceMappingURL=style.css.map */