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

.navbar {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-container {
  z-index: 100;
  background-color: #22253c;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-ui-ux {
  background-color: #f7f0dd;
  padding: 100px 60px;
}

.heading-1 {
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

.heading-1.ri.blue {
  color: #22253c;
}

.heading-1-big {
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.heading-1-big.left.blue {
  color: #22253c;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

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

.heading-2.center.white {
  color: #f7f0dd;
}

.heading-2.center.blue {
  color: #22253c;
}

.heading-2.left {
  text-align: right;
}

.heading-2.left.blue, .heading-2.right.blue {
  color: #22253c;
}

.heading-3 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

.heading-3.left.blue {
  color: #22253c;
  text-decoration: none;
}

.heading-4 {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.heading-4.left.white {
  color: #fff;
}

.heading-5 {
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.heading-5.center.white {
  color: #f7f0dd;
}

.paragraph-big {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-big.left.blue {
  color: #22253c;
}

.paragraph-big.left.blue.center-mobile {
  max-width: 600px;
}

.paragraph {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.paragraph.center.blue {
  color: #22253c;
}

.paragraph.center.blue.argument {
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph.center.white {
  color: #fff;
}

.paragraph.center.white.teminages {
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph.left {
  text-align: right;
}

.button-big {
  color: #f7f0dd;
  text-transform: uppercase;
  background-color: #22253c;
  border: 2px solid #22253c;
  border-radius: 5px;
  margin: 10px 0;
  padding: 16px 35px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
  transition: all .4s;
}

.button-big:hover {
  color: #f7f0dd;
  background-color: #22253c;
  transform: translate(0, -5px);
}

.button-big.white {
  color: #22253c;
  background-color: #f7f0dd;
  margin-left: 5px;
  margin-right: 5px;
}

.button-big.white:hover {
  transform: translate(0, -5px);
}

.button-small {
  color: #f7f0dd;
  background-color: #22253c;
  border: 2px solid #22253c;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: opacity .4s;
}

.button-small:hover {
  color: #22253c;
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  z-index: 90;
  width: 100%;
  background-color: #22253c;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button {
  background-color: #22253c;
  padding: 0 10px;
}

.menu-button.w--open {
  z-index: 100;
  color: #f7f0dd;
  background-color: #22253c;
}

.menu-link-container {
  background-color: #22253c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.nav-link {
  color: #f7f0dd;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 62px;
  position: relative;
}

.brand {
  z-index: 100;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

.hero-overlay {
  height: 90vh;
  background-image: url('../images/Hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.hero-overlay._2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.hero-container {
  max-width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-container.left {
  z-index: 1;
  max-width: 55%;
  position: relative;
}

.text-span {
  font-weight: 700;
}

.hero-text-container {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(247, 240, 221, .6);
  border-radius: 10px;
  padding: 20px;
}

.hero-text-container.normal {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.section-argument {
  padding: 60px 60px 40px;
  overflow: hidden;
}

.grid-argument {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.argument-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-argument {
  height: 65px;
  color: #22253c;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.argument-img {
  margin-bottom: 40px;
}

.argument-lotties {
  width: 250px;
  height: 250px;
}

.section-environement {
  padding: 40px 60px 60px;
}

.grid-environement {
  grid-template-rows: auto;
}

.grid-environement._1, .grid-environement._2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.text-span-2, .text-span-3 {
  font-weight: 700;
}

.section-professeur {
  background-color: #22253c;
  background-image: url('../images/professor-background-illustration.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px;
}

.section-temoinages {
  padding: 60px;
}

.text-span-4, .text-span-5 {
  font-weight: 700;
}

.grid-temoinages {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.temoinages-div {
  background-color: #22253c;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.temoinages-header {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image {
  margin-top: 20px;
}

.sider-argument, .slider {
  display: none;
}

.professeur-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.professeur-img {
  width: 200px;
  height: 200px;
  border-radius: 250px;
  flex: 0 auto;
  margin-bottom: 20px;
}

.text-block {
  margin-top: 10px;
}

.professeur-header {
  color: #f7f0dd;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.pagination {
  margin-top: 20px;
}

.collection-list-wrapper {
  margin-top: 60px;
}

.collection-list-wrapper.tablette, .collection-list-wrapper.phone {
  display: none;
}

.div-block {
  width: 250px;
  height: 250px;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-weight: 700;
}

.section-financement {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.grid-financement {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.text-span-10 {
  font-weight: 700;
}

.container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-finance {
  max-width: 1250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 540px;
}

.section-contact {
  background-image: url('../images/form-background-fly.svg');
  background-position: 5% 0;
  background-repeat: no-repeat;
  background-size: 212px;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.grid-contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.contact-form {
  background-color: #22253c;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.contact-info {
  max-width: 600px;
}

.info-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-11, .text-span-12 {
  font-weight: 700;
}

.contact-link {
  color: #22253c;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.contact-link.phone {
  font-family: Playfair Display, sans-serif;
}

.field-label {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-field {
  height: 45px;
  color: #fff;
  background-color: #22253c;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-field:active, .text-field:focus {
  border-color: #fff;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .5);
}

.success-message {
  color: #f7f0dd;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-3 {
  margin-top: 20px;
}

.error-message {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-2 {
  color: #22253c;
}

.contact-flex-div {
  flex-direction: row;
  display: flex;
}

.input-div {
  flex: 1;
}

.input-div.marged {
  margin-right: 10px;
}

.textarea {
  min-height: 250px;
  color: #fff;
  background-color: #22253c;
  border: 2px solid #fff;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-container {
  max-width: 1250px;
}

.footer-dark {
  background-color: #22253c;
  border: 1px #000;
  padding: 60px 30px 40px;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-right: 40px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  font-size: 16px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-mentions-left {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-politique-left {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-politique-left.center {
  text-decoration: none;
}

.section-mentions {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.text-span-13 {
  font-weight: 700;
}

.link, .link-2, .bold-text, .link-3 {
  color: #22253c;
  text-decoration: none;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-credits {
  color: #b3b3b3;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-4 {
  color: #fff;
}

.link-5 {
  text-decoration: none;
}

.section {
  padding: 60px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-span-14 {
  font-weight: 700;
}

.section-form-success {
  height: 80vh;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.lottie-animation-2 {
  height: 250px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  max-height: 350px;
}

.container-4 {
  position: relative;
}

.image-5 {
  position: absolute;
}

.container-5 {
  position: relative;
}

.floating-illustration {
  position: absolute;
}

.floating-illustration._1 {
  top: 15%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.floating-illustration._2 {
  top: auto;
  bottom: 20%;
  left: -20%;
  right: auto;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  margin-top: 40px;
}

.button-container {
  justify-content: flex-start;
  display: flex;
}

.play-button {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .4s;
}

.play-button:hover {
  transform: translate(0, -5px);
}

.popup-video {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-container {
  max-height: 600px;
  max-width: 1265px;
  flex-direction: column;
  align-items: flex-end;
  display: block;
  position: relative;
}

.stop-button-script {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-7 {
  flex: 0 auto;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prepa-ranjo-video {
  border-radius: 20px;
  margin-top: 60px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ui-ux {
    padding: 40px;
  }

  .heading-1-big.left.blue {
    color: #22253c;
  }

  .heading-1-big.left.blue.center-mobile, .paragraph-big.left.blue.center-mobile {
    text-align: left;
  }

  .menu-link-container {
    justify-content: center;
    padding-bottom: 100px;
  }

  .hero-overlay {
    background-image: url('../images/Hero.png');
    background-position: 72%;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-overlay._2 {
    background-image: url('../images/hero-background-desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-container.left {
    max-width: 50%;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-text-container {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .section-argument {
    padding: 40px;
  }

  .grid-argument {
    display: none;
  }

  .section-environement {
    padding: 40px;
  }

  .grid-environement._1, .grid-environement._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-professeur {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 40px;
  }

  .section-temoinages {
    padding: 40px;
  }

  .grid-temoinages {
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: none;
  }

  .sider-argument {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .mask {
    padding-bottom: 0;
  }

  .icon, .icon-2 {
    color: #22253c;
  }

  .slider {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .collection-list-wrapper {
    margin-top: 40px;
  }

  .collection-list-wrapper.desktop {
    display: none;
  }

  .collection-list-wrapper.tablette {
    display: block;
  }

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

  .section-financement {
    padding: 40px;
  }

  .section-contact {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 40px 10px;
  }

  .grid-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contact-form {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .contact-info {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-container {
    max-width: none;
    flex: 1;
  }

  .footer-dark {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-top: 40px;
  }

  .section-mentions {
    height: auto;
    padding: 40px;
  }

  .section, .section-form-success {
    padding: 40px;
  }

  .button-container {
    display: block;
  }

  .play-button {
    margin: 10px 0;
  }

  .stop-button-script {
    top: -50px;
  }

  .background-video {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-ui-ux {
    padding: 20px;
  }

  .heading-1, .heading-1-big {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-1-big.left.blue.center-mobile {
    text-align: center;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 52px;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .paragraph-big.left.blue.center-mobile {
    text-align: center;
  }

  .nav-menu {
    align-items: flex-start;
    display: block;
  }

  .menu-link-container {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .nav-link {
    font-size: 34px;
    line-height: 50px;
  }

  .hero-overlay {
    background-image: url('../images/Home---background---Phone-Landscape.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-overlay._2 {
    background-image: url('../images/hero-background-phonelandscape.png');
  }

  .hero-container.left {
    max-width: 80%;
  }

  .hero-text-container {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .section-argument {
    padding: 40px 20px;
  }

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

  .heading-argument {
    height: auto;
  }

  .section-environement {
    padding: 20px 20px 40px;
  }

  .grid-environement._1, .grid-environement._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .section-professeur, .section-temoinages {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-temoinages {
    margin-top: 10px;
  }

  .sider-argument {
    margin-top: 40px;
  }

  .left-arrow, .right-arrow, .collection-list-wrapper.tablette {
    display: none;
  }

  .collection-list-wrapper.phone {
    display: block;
  }

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

  .section-financement {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-financement {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 360px;
  }

  .section-contact {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-flex-div {
    flex-direction: column;
  }

  .input-div.marged {
    margin-right: 0;
  }

  .footer-dark {
    padding: 40px 20px 20px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .footer-content {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 20px;
    display: flex;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #fff;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 0;
  }

  .footer-mentions-left.center {
    text-align: center;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .footer-politique-left.center {
    text-align: center;
  }

  .section-mentions {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    align-items: center;
  }

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

  .section, .section-form-success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .play-button {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .popup-video {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .stop-button-script {
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: -40px;
  }
}

@media screen and (max-width: 479px) {
  .section-ui-ux {
    padding: 10px;
  }

  .paragraph.center.white.teminages {
    height: auto;
  }

  .menu-button {
    padding: 0 10px;
  }

  .menu-link-container {
    padding-bottom: 40px;
  }

  .hero-overlay {
    background-image: url('../images/Home---background----Phone.png');
    background-size: cover;
    padding-top: 59px;
  }

  .hero-overlay._2 {
    background-image: url('../images/hero-background-phone.png');
  }

  .hero-container.left {
    max-width: 95%;
  }

  .section-environement {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-environement._2 {
    margin-top: 0;
  }

  .section-professeur, .section-temoinages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .temoinages-div {
    height: 250px;
    padding: 20px;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .slide {
    margin-left: 0;
    margin-right: 10px;
  }

  .slide-2, .slide-3 {
    margin-right: 10px;
  }

  .section-financement, .section-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-dark {
    padding: 40px 20px 20px;
  }

  .container-2 {
    max-width: none;
  }

  .section-mentions {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .section-form-success {
    padding: 20px;
  }

  .button-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .play-button {
    margin-left: 10px;
    margin-right: 10px;
  }

  .stop-button-script {
    width: 35px;
    height: 35px;
    top: -35px;
  }
}

#w-node-_306c41d9-0540-3386-eeb8-5f75d56b0d2c-bdab6a8b, #w-node-_560fe5d9-15b0-4422-8b32-9a367639ba05-bdab6a8b, #w-node-b839c0b8-3db8-efc5-09b5-45bb47e57dbe-bdab6a8b {
  align-self: center;
  justify-self: center;
}

#w-node-_1ad5239d-acef-a69e-f7e0-d56aa28fc6fb-bdab6a8b, #w-node-_09dc6c49-d95a-56c6-4218-bdac1b179a8d-bdab6a8b, #w-node-_6931e99e-c55f-31b2-a5d2-5a8dfcacfa98-bdab6a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b2989efb-bb6a-8571-adea-2a9a506420c3-bdab6a8b, #w-node-_903b0209-5367-e691-7a1f-43e6096570aa-bdab6a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_903b0209-5367-e691-7a1f-43e6096570ab-bdab6a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6d2cc293-215d-094f-7232-4da49ec01694-bdab6a8b, #w-node-ee17f249-eb1e-7bbd-086d-c82ce5fd1e5f-bdab6a8b, #w-node-_07beaa19-8fdd-8869-adcc-4ff4955d655b-bdab6a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8129c21-6256-cb24-7517-2fc0c96b149f-bdab6a8b {
  align-self: center;
  justify-self: center;
}

#w-node-_3c312bfc-4312-0780-c68d-8c6b36a5b536-bdab6a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#contact.w-node-_876b3bbb-afd5-2367-6e77-87d72487d8b2-bdab6a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c62169f3-c09d-72f8-ff4c-2a2cf1a97b5a-bdab6a8b {
  align-self: center;
}

#w-node-aae4b95f-7b9b-bc20-fa7d-29b85e01f3a3-5e01f39d, #w-node-aae4b95f-7b9b-bc20-fa7d-29b85e01f3ac-5e01f39d, #w-node-aae4b95f-7b9b-bc20-fa7d-29b85e01f3b7-5e01f39d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aae4b95f-7b9b-bc20-fa7d-29b85e01f3c2-5e01f39d, #w-node-c4930b2c-1b49-4783-d9eb-f01ecaa8317b-5e01f39d, #w-node-c64b9ca6-83e1-ffb4-b761-94e9a751d5e5-5e01f39d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_09dc6c49-d95a-56c6-4218-bdac1b179a8d-bdab6a8b, #w-node-_903b0209-5367-e691-7a1f-43e6096570ab-bdab6a8b {
    order: -9999;
  }

  #contact.w-node-_876b3bbb-afd5-2367-6e77-87d72487d8b2-bdab6a8b {
    order: 9999;
  }

  #w-node-c62169f3-c09d-72f8-ff4c-2a2cf1a97b5a-bdab6a8b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09dc6c49-d95a-56c6-4218-bdac1b179a8d-bdab6a8b, #w-node-_6931e99e-c55f-31b2-a5d2-5a8dfcacfa98-bdab6a8b, #w-node-_903b0209-5367-e691-7a1f-43e6096570ab-bdab6a8b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09dc6c49-d95a-56c6-4218-bdac1b179a8d-bdab6a8b {
    order: -9999;
    align-self: center;
  }

  #w-node-_6931e99e-c55f-31b2-a5d2-5a8dfcacfa98-bdab6a8b {
    order: -9999;
  }

  #w-node-_903b0209-5367-e691-7a1f-43e6096570ab-bdab6a8b {
    order: -9999;
    align-self: center;
  }
}


