:root {
  --medium-slate-blue: #756cc6;
  --light-grey: #cdcdcd;
  --medium-purple: #7f78db;
  --slate-blue-2: #6860d0;
  --medium-aquamarine: #79d3b6;
  --medium-aquamarine-2: #3ebd95;
  --black: #262626;
  --ghost-white: #f3f5fc;
  --ghost-white-2: #f3f5fc;
  --slate-blue: #6860d0;
  --sea-green: #249773;
  --lavender: #ecebf9;
  --mint-cream: #ecfaf4;
  --dark-grey: #97a2a8;
  --slate-grey: #6f7d84;
  --black-2: #282c2f;
  --dim-grey: #4c555a;
}

.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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.div-block {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #3a3a3a80;
  border: 1px solid #6f7d8430;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  width: 85%;
  max-width: 1240px;
  padding-top: 59px;
  padding-bottom: 37px;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
  padding-top: 23px;
  padding-bottom: 0;
  display: flex;
}

.section-2.sec3 {
  background-image: radial-gradient(circle closest-corner, #ffffff0d, #fff0), url('../images/Tableau-de-classe---Planète-École.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-top: 87px;
}

.section-2.sec3.var2 {
  background-image: url('../images/create.png'), linear-gradient(100deg, var(--medium-slate-blue), #544bc6);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 52vw, auto;
  margin-bottom: 0;
}

.section-2.sec8 {
  background-image: url('../images/283.jpg'), linear-gradient(#0000000d, #0000000d), url('../images/Full-Résolution.png'), linear-gradient(133deg, #6ecf81, #4c9d6b), linear-gradient(#00851fc7, #00851fc7), url('../images/white-texture.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: cover, auto, auto, auto, auto, contain;
}

.brand {
  height: 100%;
}

.button {
  border: 1px solid var(--light-grey);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 15px 30px;
  font-family: Thicccboi;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: all .2s;
  box-shadow: 0 0 20px #00000026;
}

.button:hover {
  transform: scale(1.08);
}

.button.b89 {
  margin-top: 30px;
}

.button.b89.main_cta {
  font-family: Fredoka, sans-serif;
  font-weight: 400;
}

.button.bu {
  color: #fff;
  background-color: #37ab7a;
  background-image: linear-gradient(to right, #21bd8b, #338554);
  margin-top: 15px;
  transition: all .2s, all .2s;
  transform: translate(0);
}

.button.bu:hover {
  transform: scale(1.08)translate(0);
}

.button.bu.zee {
  margin-top: 30px;
}

.button.nh.bu {
  margin-top: 0;
}

.button.nh.bu.main_cta {
  border-width: 2px;
  border-color: var(--medium-purple);
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--medium-purple), var(--slate-blue-2));
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button.nh.bu.main_cta:hover {
  transform: none;
}

.button.nh.bu.main_cta.green {
  border-color: var(--medium-aquamarine);
  background-image: linear-gradient(to bottom, var(--medium-aquamarine), var(--medium-aquamarine-2));
}

.button.bwhite {
  margin-bottom: 15px;
}

.button.bwhite.main_cta {
  border-style: none;
  border-radius: 8px;
}

.text-span {
  color: var(--black);
  text-align: center;
  font-family: Thicccboi;
  font-size: 20px;
  font-weight: 700;
}

.text-span.tx, .text-span.txtwith {
  color: #fff;
}

.heading {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #e9e9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 53px;
  font-weight: 400;
  line-height: 64px;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  max-width: 1240px;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 65px;
  display: flex;
}

.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  transform: scale(1.07);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.vaer2 {
  border: 1px solid var(--light-grey);
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 0 18px #00000026;
}

.nav-link.vaer2.main_cta {
  text-transform: none;
  border-style: none;
  border-radius: 8px;
  margin-left: 15px;
}

.nav-link.vaer2.main_cta.grey {
  color: #fff;
  background-color: #535353;
}

.section-4 {
  background-color: #000;
}

.paragraph-small-2 {
  color: var(--black);
  text-align: center;
  min-height: 130px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}

.card-description {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.title-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.button-3 {
  opacity: 1;
  color: #fff;
  mix-blend-mode: darken;
  background-color: #007bfc;
  background-image: linear-gradient(118deg, #21bd8b, #338554);
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 12px 50px;
  font-weight: 600;
  transition: opacity .2s;
}

.button-3.featured {
  color: #fff;
  white-space: nowrap;
  background-color: #007bfc;
}

.pricing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.price-large-span {
  font-size: 20px;
}

.price {
  color: var(--black);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.blue-accent-svg {
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  display: flex;
  position: relative;
}

.subheading {
  color: #338554;
  font-weight: 600;
}

.blue-accent-2-svg {
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-title {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-title.lk {
  color: #fff;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  padding-top: 45px;
  display: flex;
}

.tab-link {
  color: #4a556c;
  background-color: #0000;
  width: 200px;
  padding: 12px 0;
}

.tab-link.w--current {
  color: #fff;
  background-color: #050735;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.relative-2 {
  position: relative;
}

.tabs-menu {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 82px;
  padding: 8px;
  display: inline-block;
}

.frequency-2 {
  opacity: 1;
  color: #000;
  margin-bottom: auto;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 400;
}

.content-section {
  background-image: url('../images/ishkjh-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 53px 3% 80px;
  display: flex;
  position: relative;
}

.pricing-card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 30px;
  display: flex;
}

.display-heading {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Thicccboi;
  font-size: 40px;
  line-height: 46px;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 39px;
  padding-bottom: 32px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 79px;
  padding-bottom: 90px;
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

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

.div-block-3 {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 1250px;
  padding-top: 80px;
  padding-bottom: 57px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1240px;
  display: flex;
}

.div-block-5 {
  background-color: var(--ghost-white);
  border: 1px #338554;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 53px 30px 53px 40px;
  display: flex;
}

.heading-2 {
  color: #262626;
  margin-top: 0;
  font-family: Fredoka, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-3 {
  color: var(--black);
  padding-top: 16px;
  padding-bottom: 30px;
  font-family: Fredoka, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-6 {
  border: 2.5px solid #3dbd95;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 61%;
  height: 32vw;
  margin-bottom: -250px;
  display: flex;
}

.div-block-6.div8 {
  border-radius: 5px;
  align-items: flex-start;
  width: 85%;
  height: 49vw;
  margin-bottom: 50px;
}

.grid-4 {
  grid-column-gap: 1px;
  background-color: var(--ghost-white);
  border-left: 3px #338554;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  width: 85%;
  max-width: 1240px;
  margin-top: 25px;
  box-shadow: 0 0 20px 20px #0000;
}

.div-block-7 {
  width: 85%;
  max-width: 1240px;
  padding-top: 24px;
  padding-bottom: 30px;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 100px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 48px;
  grid-row-gap: 101px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  max-width: 950px;
  padding-top: 40px;
  padding-bottom: 55px;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 7px;
  font-family: Fredoka, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.heading-3.white {
  color: #fff;
  text-align: center;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.heading-3.h33 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-weight: 700;
}

.heading-3.h33.kj {
  color: var(--black);
  font-weight: 700;
}

.heading-3.h33.h456 {
  color: var(--black);
}

.heading-3.h3-right {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.heading-3.h3-right.kjl {
  color: #000;
}

.heading-3.h3 {
  color: #262626cc;
}

.heading-3.h3lm {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
}

.heading-3.h32 {
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  display: flex;
}

.heading-3.h3-faq {
  margin-bottom: 1px;
}

.paragraph-4 {
  color: var(--black);
  text-align: left;
  padding-left: 0;
  font-family: Fredoka, sans-serif;
  font-size: 16px;
  position: static;
}

.paragraph-4.white {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.paragraph-4.white.white-v2 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 9px;
}

.paragraph-4.white.white-v2.black {
  color: var(--black);
}

.paragraph-4.white.white-v2.lkm {
  padding-left: 12px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-4.white.p4white {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-4.white.p87 {
  color: #000;
  font-size: 18px;
}

.paragraph-4.p4 {
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 4px;
  line-height: 22px;
}

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

.paragraph-4.ml {
  text-align: center;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 10px;
  font-weight: 400;
}

.paragraph-4.mlo {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-4.lmo {
  text-align: left;
  padding-left: 15px;
}

.paragraph-4.mle {
  color: #fff;
  font-size: 14px;
}

.paragraph-4.left {
  text-align: right;
  width: 80%;
}

.paragraph-4.p09 {
  margin-bottom: 0;
  padding-left: 5px;
}

.div-block-8 {
  border: 1px solid var(--light-grey);
  background-color: #329a4a;
  background-image: linear-gradient(63deg, var(--medium-aquamarine), var(--medium-aquamarine-2));
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-8.div9 {
  flex: none;
  width: 35px;
  height: 35px;
}

.div-block-8.div8 {
  width: 40px;
  height: 40px;
}

.heading-4 {
  color: var(--black);
  text-align: left;
  font-family: Fredoka, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-4.h4 {
  text-align: left;
  margin-top: 10px;
}

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

.heading-5 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px #00000040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-5.lk {
  font-size: 17px;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 16px;
  display: flex;
}

.div-block-9.right {
  align-items: flex-end;
}

.section-7 {
  background-color: var(--ghost-white-2);
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-10 {
  width: 85%;
  max-width: 1240px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 85%;
  max-width: 1240px;
  margin-bottom: -80px;
  padding-bottom: 0;
}

.div-block-11 {
  border: 2.5px solid var(--light-grey);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  padding: 0;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 61%;
  padding-bottom: 60px;
}

.grid-7.gr7 {
  filter: grayscale(0%);
  width: 85%;
  max-width: 1240px;
}

.div-block-12 {
  background-image: url('../images/Éducation---Planète-École.webp');
  background-position: 0%;
  background-size: auto 120%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 37px;
  padding-right: 0;
  display: flex;
}

.div-block-13 {
  border: 2px solid var(--slate-blue-2);
  border-radius: 9px;
  flex-direction: row;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.div-block-13:hover {
  transform: scale(1.08);
}

.div-block-13.div13 {
  flex-direction: column;
}

.div-block-13.green {
  border-color: var(--medium-aquamarine-2);
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Fredoka, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.heading-6.h6 {
  color: var(--black);
  text-shadow: 0 0 6px #0000001a;
}

.heading-6.h67 {
  color: #000;
  text-shadow: none;
  margin-left: 8px;
}

.test {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #1b5e27;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 5px;
  display: inline-block;
}

.bold-text-2 {
  color: #134e1e;
}

.text-span-3 {
  color: var(--black);
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.heading-7 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Thicccboi;
  font-size: 24px;
  line-height: 30px;
}

.heading-7.h7 {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 35px;
}

.heading-7.h7.lmlkj {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 27px;
}

.heading-7.h7-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.div-block-14 {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--light-grey);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding-left: 10px;
  display: flex;
}

.div-block-14.div14 {
  border-radius: 0 0 4px 4px;
  position: absolute;
}

.heading-8 {
  color: var(--black);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 11px 2px 4px;
  font-family: Thicccboi;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-15._15-2 {
  padding-bottom: 10px;
}

.div-block-15.div15-3 {
  justify-content: flex-start;
  margin-top: 5px;
  padding-top: 10px;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.div-block-16.div16 {
  align-items: center;
  padding-left: 0;
}

.div-block-16.div26 {
  padding-top: 14px;
  padding-left: 0;
}

.text-span-4 {
  text-decoration: line-through;
}

.text-span-4.txt4 {
  color: var(--black);
  font-weight: 700;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  width: 85%;
  max-width: 1240px;
  padding-top: 75px;
  padding-bottom: 65px;
}

.section-9 {
  background-color: #1b5e27;
  background-image: linear-gradient(163deg, #21bd8b, #338554);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 21px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 0px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  width: 85%;
  max-width: 1240px;
  padding: 29px 36px 29px 39px;
}

.section-10 {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-17 {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-17.div17 {
  border-top: 1px dashed #ffffff26;
  width: 85%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-17.div17.mlomkl {
  border-top-style: none;
}

.div-block-17.div17.mlomkl.lme {
  border-top-style: dashed;
  border-top-color: #00000026;
}

.div-block-17.div17.mlomkl.lme.ml, .div-block-17.div17.mlomkl.lme.mlmp {
  border-top-style: none;
}

.div-block-17.lmojh {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-18 {
  background-image: linear-gradient(141deg, #21bd8b, #338554);
  border-radius: 4px;
  padding: 40px 32px 45px;
}

.div-block-19 {
  background-color: var(--ghost-white);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  padding: 40px 30px 45px;
}

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

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.heading-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40%;
  margin-top: 49px;
  display: flex;
}

.section-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  margin-top: 42px;
  margin-bottom: 40px;
}

.text-span-5 {
  border: 1px solid var(--light-grey);
  color: var(--black);
  text-shadow: none;
  background-color: #fff;
  background-image: url('../images/Discord_Logo_sans_texte.svg.png');
  background-position: 97% 55%;
  background-repeat: no-repeat;
  background-size: auto 47%;
  border-radius: 5px;
  padding: 0 71px 0 10px;
  font-size: 45px;
  line-height: 68px;
  display: inline-block;
  box-shadow: 0 0 10px #0000001c;
}

.text-span-6 {
  color: var(--black);
  font-weight: 400;
}

.text-span-7 {
  color: var(--black);
  font-weight: 700;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: var(--ghost-white-2);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--black);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #000;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.div-block-23 {
  width: 85%;
  max-width: 1240px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 56px;
  display: flex;
}

.text-span-8 {
  color: #fff;
  background-color: #338554;
  background-image: linear-gradient(156deg, #21bd8b, #338554);
  border-radius: 5px;
  padding: 3px 11px;
  text-decoration: line-through;
  display: inline-block;
}

.text-span-8.txt98 {
  text-decoration: none;
}

.heading-10 {
  margin-top: 9px;
  font-family: Thicccboi;
  font-size: 18px;
  line-height: 28px;
}

.heading-10.kj {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}

.div-block-24 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 16px;
}

.div-block-25 {
  width: 80%;
  max-width: 1240px;
}

.section-13 {
  background-color: var(--ghost-white);
  background-image: url('../images/Éducation---Planète-École.webp'), url('../images/Éducation---Planète-École.webp'), linear-gradient(to right, var(--slate-blue-2), var(--medium-purple));
  background-position: -23vw -23px, 82vw 23%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 600px, 600px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-10 {
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 85%;
  max-width: 1240px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 85%;
  max-width: 1240px;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-shadow: 0 0 6px #0006;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Thicccboi;
  font-size: 25px;
  display: flex;
}

.div-block-26 {
  border: 1px solid var(--light-grey);
  background-color: #338554;
  background-image: linear-gradient(to right, #21bd8b, #338554);
  border-radius: 5px;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-9 {
  font-size: 36px;
  font-weight: 700;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-29 {
  border: 1px dashed #00000061;
  width: 100%;
  height: 1px;
  margin-left: 9px;
  margin-right: 0;
}

.div-block-29.lk {
  border-color: #0000;
}

.div-block-29.bhg {
  margin-left: 0;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 14px 38px;
  display: flex;
}

.div-block-31 {
  flex-direction: row;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: Fredoka, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-5.p3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.paragraph-6 {
  color: var(--black);
  padding-top: 10px;
  font-family: Fredoka, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 80%;
  max-width: 1100px;
  margin-top: 40px;
}

.grid-13 {
  grid-row-gap: 17px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-bottom: 15px;
}

.div-block-33 {
  background-image: linear-gradient(144deg, #21bd8b, #338554);
  border-radius: 5px;
}

.div-block-34 {
  background-color: var(--black);
  border-radius: 7px;
  width: 5px;
  height: 30px;
  margin-left: 5px;
}

.div-block-35 {
  justify-content: center;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 0;
  font-family: Thicccboi;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
}

.heading-12.h12 {
  color: var(--black);
  padding-bottom: 10px;
  line-height: 47px;
}

.div-block-36 {
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-37 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 6px;
  margin-left: 23px;
  padding: 7px 15px;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 6px;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-40 {
  align-items: center;
  width: 85%;
  padding-top: 10px;
  padding-bottom: 18px;
  display: flex;
}

.div-block-41 {
  background-color: var(--ghost-white);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-span-10 {
  font-size: 38px;
  line-height: 27px;
}

.div-block-42 {
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.div-block-43 {
  align-items: center;
  display: flex;
}

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

.div-block-44 {
  background-image: url('../images/ishh.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1240px;
  padding: 53px 109px;
  display: flex;
}

.section-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 105px;
  padding-bottom: 105px;
  display: flex;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  max-width: 1240px;
}

.div-block-45 {
  background-image: linear-gradient(132deg, #21bd8b, #338554);
  border-radius: 5px;
  padding: 11px 60px 35px;
}

.div-block-46 {
  border-style: solid none solid solid;
  border-width: 2px 1px 2px 2px;
  border-color: var(--light-grey);
  background-image: url('../images/selection-_-TEMPLATE-__-selection-2.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 75%;
}

.div-block-47 {
  align-items: center;
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Thicccboi;
  font-size: 18px;
  font-weight: 600;
}

.section-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-49 {
  width: 70%;
  height: auto;
}

.background-video {
  z-index: 100;
  border-radius: 3px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.text-span-11 {
  background-color: var(--black);
  border-radius: 7px;
  padding: 3px 9px;
  font-size: 51px;
  display: inline-block;
}

.text-span-12 {
  color: var(--black);
  text-shadow: 0 0 #00000040;
  font-weight: 700;
}

.text-span-13 {
  color: var(--black);
  text-shadow: 0 0 8px #0000001a;
}

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

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .text-span-14, .text-span-15 {
  font-weight: 600;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.text-span-16, .text-span-17, .text-span-18 {
  font-weight: 600;
}

.text-span-19 {
  color: var(--black);
  text-shadow: 0 0 8px #0000001a;
}

.text-span-20 {
  color: #34a270;
}

.div-block-50 {
  border: 2px none var(--light-grey);
  background-color: var(--ghost-white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 7px 15px;
  display: flex;
}

.div-block-50.lm {
  background-image: linear-gradient(117deg, #21bd8b, #338554);
}

.text-span-21, .text-span-22, .text-span-23 {
  font-weight: 700;
}

.text-span-24 {
  font-weight: 600;
}

.text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  font-weight: 700;
}

.text-span-29 {
  font-weight: 600;
}

.div-block-51 {
  border-top: 1.5px none var(--light-grey);
  border-radius: 6px;
  align-items: center;
  display: none;
}

.text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  font-weight: 600;
}

.image {
  margin-left: 0;
}

.div-block-52 {
  border-top: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.image-2 {
  margin-left: 10px;
}

.div-block-53 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 11px;
}

.text-span-35, .text-span-36 {
  font-weight: 700;
}

.link {
  color: #fff;
  text-align: center;
  padding-top: 12px;
  font-family: Fredoka, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  transform: scale(1.08);
}

.div-block-54 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-80 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 27px;
  display: flex;
}

.div-block-80.variation80 {
  padding-top: 15px;
}

.paragraph-10 {
  color: #fff;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-10.p10 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 11px;
  font-family: Thicccboi;
  font-size: 14px;
  font-weight: 600;
}

.link-block-2 {
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.link-block-2.l2 {
  margin-left: 0;
}

.link-block-2.l2.l11 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.link-block-2.l3 {
  width: 30px;
  height: 30px;
}

.image-10 {
  width: 76%;
}

.image-10.change10 {
  width: 67%;
}

.image-10._10, .image-10._11 {
  width: 65%;
}

.image-10.nes {
  -webkit-backdrop-filter: sepia();
  backdrop-filter: sepia();
}

.div-block-81 {
  background-color: #ffffff80;
  width: 100%;
  height: .2px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  width: 85%;
  max-width: 1240px;
  padding-top: 30px;
  font-family: Fredoka, sans-serif;
  font-size: 16px;
}

.link-2 {
  color: #fff7f7;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 25px;
  font-family: Thicccboi;
  display: flex;
}

.div-block-82 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1240px;
  display: flex;
}

.heading-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi;
  font-size: 16px;
  line-height: 26px;
}

.countdown-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.countdown-block {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 5px 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.countdown-time {
  color: var(--black);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.countdown-detail {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 85%;
  max-width: 1240px;
  padding-top: 9px;
  padding-bottom: 40px;
}

.div-block-83 {
  border: 1px solid var(--light-grey);
  background-color: var(--ghost-white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 31px;
  padding-left: 0;
  display: flex;
}

.div-block-84 {
  background-color: #0000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-85 {
  background-color: var(--ghost-white);
  background-image: linear-gradient(158deg, #21bd8b, #338554);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 55px 7.5%;
  display: flex;
}

.grid-17 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.grid-18 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 85%;
}

.txt {
  margin-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.submit-button {
  background-color: #21bd8b;
  background-image: url('../images/credit-card-free-icon-font.png'), linear-gradient(139deg, #21bd8b, #338554);
  background-position: 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 50%, auto;
  background-attachment: scroll, scroll;
  border-radius: 5px;
  margin-top: 10px;
  padding: 21px 28px 21px 54px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 0 14px #00000026;
}

.div-block-86 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 45px;
  display: flex;
}

.div-block-87 {
  width: 80%;
  max-width: 1240px;
}

.section-18 {
  background-image: linear-gradient(121deg, #21bd8b, #338554);
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-12 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 17px;
}

.paragraph-12.p12 {
  margin-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-12.ml {
  color: #fff;
  text-shadow: 0 0 6px #00000069;
  background-image: linear-gradient(140deg, #21bd8b, #338554);
  border-radius: 2px;
  padding: 9px 20px;
}

.bn {
  border: 1.5px solid var(--light-grey);
  background-color: #fff;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 21px 30px 21px 35px;
}

.bn.bn2 {
  padding-top: 24px;
  position: relative;
}

.form-block {
  margin-bottom: 4px;
}

.div-block-88 {
  display: flex;
}

.text-span-37 {
  text-decoration: line-through;
}

.text-span-38 {
  font-size: 14px;
  font-weight: 400;
}

.text-span-39 {
  font-size: 19px;
  font-weight: 700;
}

.text-span-40 {
  font-size: 14px;
}

.heading-15 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.text-span-41 {
  color: var(--black);
}

.div-block-89 {
  border-bottom: 1.5px solid var(--light-grey);
  border-left: 1.5px solid var(--light-grey);
  background-color: var(--ghost-white);
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 4px 5px 4px 4px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.heading-16.h12 {
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
}

.heading-16.h12.kj {
  padding-top: 3px;
  padding-bottom: 12px;
  font-size: 18px;
}

.text-span-42 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.grid-19 {
  background-image: linear-gradient(#21bd8b, #338554);
  border-radius: 5px;
  grid-template-rows: auto;
  justify-items: center;
  width: 85%;
  max-width: 1240px;
  margin-top: 27px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.text-span-43 {
  font-size: 14px;
  font-weight: 500;
}

.heading-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link-3 {
  color: #fff;
  font-family: Thicccboi;
  font-size: 16px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #36a44f1a;
  border: 1px solid #36a44f;
  border-radius: 3px;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 12px;
  transition: all .2s;
}

.button-2:hover {
  transform: scale(1.08);
}

.button-2.b2-1 {
  background-color: #268de41a;
  border-color: #268de4;
}

.button-2.lklk {
  background-color: #f786091a;
  border-color: #f78609;
}

.div-block-90 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 19px;
  display: flex;
}

.div-block-91 {
  border-radius: 3px;
  width: 95%;
}

.heading-18 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.grid-21 {
  grid-column-gap: 30px;
  background-color: var(--black);
  border-radius: 6px;
  grid-template-rows: auto;
  width: 85%;
  max-width: 1240px;
  margin-top: 27px;
  margin-bottom: 27px;
  padding: 40px 30px;
}

.image-9 {
  outline-offset: 0px;
  border: 1px solid #36a44f;
  border-radius: 4px;
  outline: 3px #333;
}

.image-9.img9 {
  border-color: #268de4;
}

.image-9.imjkh {
  border-color: #f78609;
}

.im10 {
  flex: 0 auto;
  width: 20px;
  display: block;
}

.div-block-92 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-92.left {
  justify-content: center;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-8.p98 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 23px;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Thicccboi;
}

.heading-19.h19 {
  font-size: 28px;
  line-height: 35px;
}

.div-block-93 {
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.section-19 {
  justify-content: center;
  display: flex;
}

.div-block-94 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi;
}

.heading-20.h23 {
  color: var(--black);
}

.paragraph-13 {
  color: #fff;
  padding-top: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-13.black {
  color: var(--black);
  margin-bottom: 29px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.html-embed-3 {
  display: block;
}

.div-block-95 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1240px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.grid-22 {
  background-color: var(--ghost-white);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-items: center;
  width: 85%;
  max-width: 1240px;
  margin-top: 39px;
}

.div-block-96 {
  width: 90%;
  padding: 36px 10px 36px 0%;
}

.html-embed-4 {
  width: 100%;
  height: 100vh;
}

.button-6 {
  background-color: #21bd8b;
  background-image: url('../images/credit-card-free-icon-font.png'), linear-gradient(130deg, #21bd8b, #338554);
  background-position: 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 50%, auto;
  background-attachment: scroll, scroll;
  border-radius: 5px;
  margin-top: 10px;
  padding: 21px 28px 21px 54px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 14px #00000026;
}

.button-6.varir {
  background-color: #0000;
  background-image: none;
  padding-left: 28px;
}

.button-6.eerrrre {
  background-image: linear-gradient(130deg, #21bd8b, #338554);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 28px;
}

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

.div-block-98 {
  display: flex;
}

.image-12 {
  margin-right: 15px;
}

.section-20 {
  justify-content: center;
  padding-bottom: 51px;
  display: flex;
}

.section-21 {
  background-color: #21bd8b;
  background-image: linear-gradient(144deg, #21bd8b, #338554);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-99 {
  width: 85%;
  max-width: 1240px;
}

.heading-21 {
  color: #fff;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Thicccboi;
  font-size: 20px;
  line-height: 25px;
}

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

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

.div-block-101 {
  background-color: var(--black);
  border-radius: 5px;
  padding: 16px 15px 18px;
}

.div-block-102 {
  align-items: center;
  padding: 0 0 11px;
  display: flex;
}

.image-13 {
  flex: 0 auto;
  width: 10%;
}

.link-4 {
  color: #fff;
  font-family: Thicccboi;
  font-size: 16px;
}

.text-span-44 {
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
  font-weight: 700;
}

.field-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.field-label-2 {
  font-size: 16px;
}

.text-field {
  border-radius: 5px;
  height: 49px;
  margin-bottom: 22px;
  font-size: 16px;
}

.form {
  padding-top: 22px;
}

.text-block {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  border-radius: 5px;
}

.section-22 {
  background-image: linear-gradient(117deg, #21bd8be6, #338554e6);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: none;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1240px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.grid-24 {
  grid-template-rows: auto;
  width: 85%;
  max-width: 1240px;
}

.section-23 {
  background-image: linear-gradient(93deg, #21bd8b, #338554);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-104 {
  align-items: center;
  display: flex;
}

.div-block-105 {
  justify-content: flex-end;
  display: flex;
}

.heading-22 {
  color: #000;
  padding-top: 39px;
  font-family: Thicccboi;
  font-size: 50px;
  line-height: 60px;
}

.div-block-106 {
  width: 85%;
  max-width: 1240px;
}

.section-24 {
  justify-content: center;
  align-items: center;
  padding-bottom: 83px;
  display: flex;
}

.heading-23 {
  color: #000;
  font-family: Thicccboi;
}

.paragraph-14 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-107 {
  padding-top: 16px;
  padding-bottom: 0;
}

.body {
  font-family: Fredoka, sans-serif;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
}

.grid-25.g25 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  max-width: 800px;
  margin-bottom: 60px;
}

.heading-24 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-25 {
  text-align: center;
  -webkit-text-stroke-color: var(--slate-blue);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-108 {
  border: 2px solid var(--sea-green);
  background-color: var(--lavender);
  color: var(--slate-blue);
  border-radius: 10px;
  padding: 16px 15px;
  transition: all .2s;
}

.div-block-108.variation {
  cursor: pointer;
}

.div-block-108.v1 {
  border-color: var(--medium-aquamarine);
  background-color: var(--mint-cream);
  color: #fff;
  background-image: linear-gradient(to top, #3ebd95, #79d3b6);
}

.div-block-108.v1.v108 {
  background-image: linear-gradient(to top, #3ebd95, #79d3b6);
  padding-top: 7px;
  padding-bottom: 7px;
}

.div-block-108.v2 {
  border-color: var(--medium-purple);
  background-color: #eaecee;
  background-image: linear-gradient(to bottom, var(--medium-purple), var(--slate-blue-2));
  color: #fff;
}

.div-block-108.v2.v108 {
  background-image: linear-gradient(to bottom, var(--medium-purple), var(--slate-blue-2));
  padding-top: 7px;
  padding-bottom: 7px;
}

.div-block-108.v3 {
  border-color: var(--dark-grey);
  background-image: linear-gradient(to top, var(--slate-grey), var(--dark-grey));
  color: #fff;
}

.div-block-108.v3.v108 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.grid-26 {
  grid-template-rows: auto;
  width: 85%;
  max-width: 1240px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.paragraph-15 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 18px;
}

.div-block-109 {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.paragraph-16 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 38px;
  padding-top: 8px;
  padding-bottom: 13px;
  font-family: Fredoka, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-110 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-111 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1240px;
  display: flex;
}

.div-block-112 {
  background-color: #fff;
  border-top: 1px solid #cdcdcd;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.div-block-113 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-45 {
  text-decoration: line-through;
}

.div-block-114 {
  border-top: 1.5px #cdcdcd;
  border-radius: 6px;
  align-items: center;
  display: none;
}

.div-block-115 {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 1250px;
  padding-top: 52px;
  padding-bottom: 0;
  display: flex;
}

.text-span-46 {
  color: #262626;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.image-16 {
  margin-left: 10px;
}

.button-7 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: all .2s;
  box-shadow: 0 0 20px #00000026;
}

.button-7:hover {
  transform: scale(1.08);
}

.text-span-47 {
  color: #262626;
  text-shadow: 0 0 #00000040;
  font-weight: 700;
}

.div-block-116 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  display: none;
}

.div-block-117 {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-bottom-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding-left: 10px;
  display: flex;
}

.div-block-118 {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.heading-26 {
  color: #fff;
  text-shadow: 0 0 6px #00000059;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-48 {
  color: #262626;
  text-shadow: 0 0 8px #0000001a;
}

.div-block-119 {
  border: 2.5px solid #cdcdcd;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  max-width: 1240px;
  height: 33.75vw;
  max-height: 697.5px;
  margin-bottom: -250px;
  display: flex;
}

.heading-27 {
  color: #262626;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 11px 2px 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.section-25 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
  padding-top: 23px;
  padding-bottom: 0;
  display: flex;
}

.section-25.sec3 {
  background-image: url('../images/ishkjh-min.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.nav-link-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link-2:hover {
  transform: scale(1.07);
}

.nav-link-2.vaer2 {
  color: #262626;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 0 18px #00000026;
}

.heading-28 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  line-height: 77px;
}

.div-block-120 {
  border: 2px solid var(--medium-aquamarine-2);
  border-radius: 12px;
}

.div-block-120.v2 {
  border-color: var(--slate-blue-2);
}

.div-block-120.v3 {
  border-color: var(--slate-grey);
}

.link-block-3 {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.link-block-3:hover {
  transform: scale(1.05);
}

.link-block-3.l3 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-121 {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-17 {
  width: 250px;
  padding-bottom: 5px;
}

.paragraph-17 {
  color: #ffffffdb;
  font-size: 16px;
}

.bold-text-8 {
  color: #fff;
  font-weight: 500;
}

.heading-29 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--medium-aquamarine), var(--medium-aquamarine-2));
  color: #00ffaf;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

.heading-29.new {
  background-image: linear-gradient(to right, var(--medium-purple), var(--slate-blue-2));
}

.paragraph-18 {
  font-size: 18px;
}

.div-block-122 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-123 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 20px;
  margin-top: 1px;
  margin-left: 7px;
}

.text-span-49 {
  font-weight: 300;
}

.div-block-124 {
  width: auto;
}

.heading-30 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-125 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-27 {
  grid-column-gap: 69px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  width: 70%;
  max-width: 1000px;
}

.paragraph-19 {
  color: #fff;
  padding-top: 5px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-126 {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 200px;
  padding: 15px 20px 15px 0;
  display: flex;
}

.div-block-126.d126 {
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 0;
}

.paragraph-20 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-21 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-21.p21 {
  font-size: 18px;
}

.img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.div-block-127 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-127.d127 {
  padding-right: 0;
}

.div-block-127.d127.d-right {
  align-items: flex-end;
}

.section-26 {
  background-image: url('../images/Tableau-de-classe---Planète-École.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 63px;
  padding-bottom: 19px;
  display: flex;
}

.grid-28 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  max-width: 1240px;
}

.grid-28.newsgrid28 {
  grid-template-columns: 1fr 1fr;
}

.section-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 90px;
  display: flex;
}

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

.grid-29 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  width: 75%;
  max-width: 1100px;
  margin-top: 49px;
  margin-bottom: 49px;
}

.div-block-128 {
  align-items: center;
  display: flex;
}

.div-block-129 {
  background-color: #dfdfdf;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.div-block-130 {
  background-color: var(--medium-aquamarine-2);
  border-radius: 1000px;
  width: 7.5px;
  height: 7.5px;
  margin-left: 5px;
}

.div-block-130.others {
  background-color: #ffd82c;
}

.div-block-130.test {
  background-color: #bd6d3e;
}

.div-block-131 {
  align-items: center;
  display: flex;
}

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

.link-7 {
  color: var(--slate-blue-2);
  font-weight: 500;
}

.section-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 79px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-133 {
  background-color: var(--ghost-white-2);
  width: 100%;
  height: 1px;
}

.div-block-134 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1240px;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
}

.body-2 {
  font-family: Fredoka, sans-serif;
}

.section-29 {
  background-image: url('../images/Éducation---Planète-École.webp'), url('../images/Tableau-de-classe---Planète-École.webp');
  background-position: 73vw, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 122px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-135 {
  background-color: var(--ghost-white-2);
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px 30px;
  display: flex;
}

.div-block-135.div135 {
  background-image: linear-gradient(to right, var(--slate-blue-2), var(--medium-purple));
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-22 {
  color: #fff;
  margin-bottom: 20px;
  padding-top: 25px;
  font-size: 18px;
  line-height: 27px;
}

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

.heading-31 {
  color: #fff;
  font-weight: 600;
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  width: 85%;
  max-width: 1240px;
  padding-top: 27px;
  padding-bottom: 2px;
}

.heading-32 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-32.h32 {
  color: #fff;
}

.div-block-137 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.html-embed-5 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-23 {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-23.p23 {
  color: #fff;
}

.paragraph-24 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-24.p24 {
  color: #000;
}

.div-block-138 {
  background-image: linear-gradient(to right, var(--medium-purple), var(--slate-blue-2));
  border-radius: 6px;
  margin-top: 10px;
  padding: 5px 15px;
}

.div-block-138.div138 {
  background-image: linear-gradient(to right, var(--ghost-white-2), #fff);
}

.div-block-139 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 17px;
  display: flex;
}

.bold-text-10 {
  font-weight: 500;
}

.div-block-140 {
  width: 85%;
  max-width: 1240px;
  padding-top: 70px;
}

.heading-33 {
  margin-bottom: 37px;
  font-size: 34px;
  font-weight: 600;
}

.button-8 {
  border: 1px solid var(--black-2);
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.icon-3 {
  color: #fff;
}

.dropdown-link {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.dropdown-list {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-bottom-left-radius: 5px;
}

.dropdown-list.w--open {
  border: 1px solid var(--slate-blue-2);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fffffff2;
  border-radius: 5px 5px 11px 11px;
}

.div-block-141 {
  width: 85%;
  max-width: 1240px;
  padding-bottom: 30px;
}

.section-30 {
  background-color: var(--ghost-white-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 142px;
  padding-bottom: 121px;
  display: flex;
}

.paragraph-25 {
  padding-top: 20px;
  font-size: 16px;
  line-height: 22px;
}

.heading-34 {
  color: var(--slate-blue-2);
  font-size: 30px;
}

.heading-35 {
  color: var(--slate-blue-2);
}

.background-video-2 {
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.text-span-50 {
  font-weight: 400;
}

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

.paragraph-26 {
  color: #000;
  margin-bottom: 0;
  padding-left: 11px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.link-block-4 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.image-19 {
  width: 20px;
}

.text-span-51 {
  text-decoration: underline;
}

.image-20 {
  width: 40px;
}

.text-span-52 {
  background-image: url('../images/Craie---Planète-École.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph-27 {
  color: #fff;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.utility-page-wrap {
  background-color: var(--slate-blue-2);
  background-image: url('../images/Tableau-de-classe---Planète-École.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.text-block-3 {
  display: block;
}

.heading-36 {
  color: #fff;
  margin-bottom: 50px;
  font-family: Fredoka, sans-serif;
  font-weight: 500;
}

.heading-36.var36 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
}

.image-21 {
  padding-bottom: 59px;
}

.image-22 {
  width: 20px;
}

.image-23 {
  width: 100%;
}

.link-8 {
  color: #ecebf9;
}

.text-span-53 {
  color: #0000ed;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .button.nh.bu.main_cta.green {
    background-image: linear-gradient(to bottom, var(--medium-aquamarine), var(--medium-aquamarine-2));
  }

  .nav-link {
    color: var(--black);
    text-align: center;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-link.vaer2 {
    box-shadow: none;
    background-color: #fff0;
    border-style: none;
  }

  .nav-link.vaer2.main_cta.grey {
    border-radius: 0;
    margin-left: 0;
  }

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

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .div-block-3 {
    width: 90%;
  }

  .div-block-5 {
    background-image: none;
    background-position: 110% 116%;
    background-repeat: no-repeat;
    background-size: 37vw;
    padding-bottom: 108px;
  }

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

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

  .div-block-6 {
    width: 79%;
    height: 48vw;
  }

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

  .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 80%;
  }

  .div-block-12 {
    padding-top: 9px;
    padding-bottom: 47px;
    display: none;
  }

  .grid-8 {
    grid-row-gap: 58px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .section-13 {
    background-position: -62vw -23px, 83vw 23%, 0 0;
  }

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

  .div-block-32 {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #ffffffe6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-85 {
    border-radius: 5px;
  }

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

  .grid-21 {
    grid-row-gap: 46px;
    grid-template-columns: 1fr;
  }

  .div-block-92 {
    justify-content: flex-start;
  }

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

  .icon-2 {
    color: #fff;
    font-size: 48px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

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

  .div-block-98 {
    align-items: flex-start;
  }

  .grid-25.g25 {
    width: 100%;
  }

  .grid-25.g25.g9 {
    width: 90%;
  }

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

  .div-block-115 {
    width: 90%;
  }

  .div-block-119 {
    width: 95vw;
    height: 53vw;
  }

  .nav-link-2 {
    color: #262626;
    text-align: center;
  }

  .nav-link-2.vaer2 {
    box-shadow: none;
    background-color: #fff0;
    border-style: none;
  }

  .heading-28 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

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

  .paragraph-21 {
    text-align: left;
    font-size: 20px;
  }

  .grid-28 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-28.newsgrid28 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-29 {
    grid-column-gap: 40px;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .section-29 {
    background-image: url('../images/2.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .text-block-2, .icon-3 {
    color: #000;
  }

  .dropdown-list.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .tabs-menu {
    flex-direction: column;
    display: flex;
  }

  .pricing-card {
    max-width: 350px;
  }

  .div-block-5 {
    background-image: url('../images/Éducation---Planète-École.webp');
    background-position: 111% 105%;
    padding-bottom: 147px;
  }

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

  .paragraph-3 {
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .paragraph-4.white.p4white {
    width: 90%;
  }

  .paragraph-4.left {
    width: 100%;
  }

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

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

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

  .section-8 {
    padding-bottom: 24px;
  }

  .div-block-16 {
    align-items: center;
    padding-top: 15px;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .section-12 {
    padding-bottom: 6px;
  }

  .section-13 {
    background-image: linear-gradient(to right, var(--slate-blue-2), var(--medium-purple));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .grid-12 {
    grid-row-gap: 41px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

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

  .div-block-46 {
    background-position: 50%;
    border-right-style: solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 250px;
  }

  .grid-25.g25, .grid-25.g25.g9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-116 {
    align-items: center;
    padding-top: 15px;
  }

  .heading-28 {
    font-size: 55px;
    line-height: 69px;
  }

  .heading-29 {
    margin-bottom: 3px;
    font-size: 40px;
  }

  .div-block-125 {
    margin-top: 50px;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2.sec3 {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .button.b89, .button.nh, .button.bwhite {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 35px;
    line-height: 37px;
  }

  .paragraph {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 29px;
  }

  .section-3 {
    padding-top: 68px;
  }

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

  .blue-accent-svg {
    display: none;
  }

  .display-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-3 {
    justify-content: center;
    padding-top: 14px;
  }

  .div-block-5 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 33px;
  }

  .div-block-6 {
    width: 95%;
    height: 56vw;
    margin-bottom: -44px;
  }

  .grid-4 {
    width: 90%;
  }

  .section-6 {
    padding-top: 0;
    padding-bottom: 50px;
  }

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

  .heading-3 {
    font-size: 25px;
    line-height: 36px;
  }

  .heading-3.white {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-3.h33 {
    font-size: 35px;
    line-height: 38px;
  }

  .paragraph-4.white.p4white {
    padding-bottom: 35px;
  }

  .paragraph-4.white.p87 {
    font-size: 16px;
  }

  .div-block-8.div8 {
    flex: none;
  }

  .heading-4, .heading-4.h4 {
    font-size: 20px;
  }

  .div-block-10 {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 90%;
  }

  .div-block-13 {
    width: 90%;
  }

  .div-block-13.div13 {
    width: 100%;
  }

  .heading-6 {
    flex: 0 auto;
    margin-left: 7px;
    font-size: 16px;
  }

  .test {
    justify-content: center;
  }

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

  .div-block-14 {
    padding-left: 4px;
  }

  .heading-8 {
    padding-right: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-16 {
    align-items: flex-start;
  }

  .div-block-16.div16 {
    align-items: flex-start;
    padding-top: 0;
  }

  .div-block-18 {
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-19 {
    padding: 20px 10px 25px;
  }

  .accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-heading {
    line-height: 24px;
  }

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

  .section-13 {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .grid-10 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-12 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-12.h12 {
    line-height: 34px;
  }

  .div-block-41 {
    padding-bottom: 15px;
  }

  .text-span-10 {
    font-size: 25px;
    line-height: 20px;
  }

  .section-15 {
    padding-top: 18px;
  }

  .div-block-45 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-46 {
    height: 149px;
  }

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

  .image {
    margin-left: 0;
  }

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

  .paragraph-10.p10 {
    display: none;
  }

  .txt {
    display: block;
  }

  .paragraph-12.p12 {
    margin-left: 0;
    padding-top: 12px;
  }

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

  .heading-17 {
    padding-right: 0;
  }

  .grid-21 {
    width: 95%;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 23px;
  }

  .heading-19 {
    font-size: 25px;
    line-height: 43px;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 33px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .image-11 {
    width: 62%;
  }

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

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

  .image-14, .image-15 {
    width: 20%;
  }

  .heading-22 {
    font-size: 35px;
    line-height: 44px;
  }

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

  .paragraph-16 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-110 {
    width: 95%;
  }

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

  .div-block-115 {
    justify-content: center;
    padding-top: 14px;
  }

  .div-block-116 {
    align-items: flex-start;
  }

  .div-block-117 {
    padding-left: 4px;
  }

  .heading-26 {
    flex: 0 auto;
    margin-left: 7px;
    font-size: 16px;
  }

  .div-block-119 {
    width: 95%;
    height: 56vw;
    margin-bottom: -44px;
  }

  .heading-27 {
    padding-right: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .section-25.sec3 {
    margin-bottom: 0;
    padding-top: 4px;
  }

  .heading-28 {
    font-size: 35px;
    line-height: 42px;
  }

  .image-17 {
    width: 80%;
  }

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

  .heading-29 {
    font-size: 25px;
  }

  .paragraph-18 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-30 {
    font-size: 25px;
    line-height: 40px;
  }

  .grid-27 {
    width: 90%;
  }

  .div-block-126 {
    padding-right: 0;
  }

  .section-26 {
    padding-top: 20px;
  }

  .grid-29 {
    width: 90%;
  }

  .section-28 {
    padding-top: 32px;
  }

  .section-29 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-32 {
    line-height: 25px;
  }

  .div-block-142 {
    width: 95%;
  }

  .paragraph-26 {
    line-height: 18px;
  }
}

#w-node-_5b9f2eec-00a6-19cf-9865-13e5407c9801-38272a4d, #w-node-_99a39ec3-4369-998c-f631-db559624b1a1-38272a4d, #w-node-_660f3443-d0c7-da34-4152-bbb767a67c82-38272a4d, #w-node-b7d0c281-279e-2880-48b0-29f7a03c8824-38272a4d, #w-node-b7d0c281-279e-2880-48b0-29f7a03c8825-38272a4d, #w-node-b7d0c281-279e-2880-48b0-29f7a03c8826-38272a4d, #w-node-_33129779-a585-431e-f6ce-9a990650a467-38272a4d, #w-node-_33129779-a585-431e-f6ce-9a990650a468-38272a4d, #w-node-_33129779-a585-431e-f6ce-9a990650a469-38272a4d, #w-node-_72968695-23b0-e767-ab04-93ac9d4ddf20-38272a4d, #w-node-a3492e83-9ea9-441d-bed4-4572dcadde16-38272a4d, #w-node-f50ac87c-2cf2-f3a6-7908-fbe5c3e8a93a-38272a4d, #w-node-f430b777-155c-3cd4-4d0b-cc65d9b65252-38272a4d, #w-node-_5cebdbac-0491-448a-3197-68d4b92733d6-38272a4d, #w-node-_6a5f9747-1a0c-1f20-4793-64233e37f588-38272a4d, #w-node-_299dbb7b-12d8-82b8-5f7d-d68e90be3313-38272a4d, #w-node-b6585420-bc06-114b-0298-2b7a4fca4fc0-38272a4d, #w-node-_026ec97b-267a-dfc4-c56d-7feb207337ed-38272a4d, #w-node-_33d000cf-d6df-e2f9-9a74-c86747a389d1-38272a4d, #w-node-_3ccf9cbe-5d1e-36c5-6ed9-5cb0633a019b-38272a4d, #w-node-_4ed6ae3f-2494-d8e1-f1b8-5520a28e07d4-38272a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e71e1205-094f-386a-92be-3e0f591a7222-38272a4d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_400b17c7-6df4-5158-8506-7c600154cfd5-38272a4d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_275e399b-1271-6d32-5da5-87bdaa381225-38272a4d, #w-node-_11619fa3-8ea4-101e-7f4c-86904298f715-38272a4d, #w-node-_7774f26f-aaf9-320e-c38f-5401fc8c27d2-38272a4d, #w-node-_7774f26f-aaf9-320e-c38f-5401fc8c27d3-38272a4d, #w-node-_5d534dfd-6812-8be3-33be-9a364647b032-38272a4d, #w-node-_82fc0358-f8b9-f655-e389-10af00ba310e-38272a4d, #w-node-_4d7f925e-041b-8a0e-ddad-29a806363e45-38272a4d, #w-node-_4d7f925e-041b-8a0e-ddad-29a806363e46-38272a4d, #w-node-_4d7f925e-041b-8a0e-ddad-29a806363e31-38272a4d, #w-node-a4a77134-9a27-4572-409b-bdb5dfe596e4-38272a4d, #w-node-a4a77134-9a27-4572-409b-bdb5dfe596e5-38272a4d, #w-node-eb2aa434-28b9-faef-75e3-44c481e4b061-38272a4d, #w-node-ff067d39-98c8-ac56-fdc4-5784e16daa8c-38272a4d, #w-node-ff067d39-98c8-ac56-fdc4-5784e16daa8d-38272a4d, #w-node-eb2aa434-28b9-faef-75e3-44c481e4b075-38272a4d, #w-node-eb2aa434-28b9-faef-75e3-44c481e4b076-38272a4d, #w-node-_0f942333-9108-beed-b236-706b5f02ee30-38272a4d, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d07-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d08-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d09-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d10-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d11-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d12-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d19-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d1a-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d1b-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d24-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d25-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d2f-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d38-10bd3cfd, #w-node-_5547ed6c-b9df-0035-ebb5-d04310bd3d3f-10bd3cfd, #w-node-a66eadd4-15f4-3b92-8ade-2bc4106d41ed-38272a58, #w-node-_6374747b-6d99-b366-d3c1-157c22df40a2-38272a58, #w-node-cb9742bd-1375-b254-5a20-2330d33b70f4-38272a58, #w-node-c45e3bfc-5570-c130-5b40-b73aae4a64fb-38272a58, #w-node-_5700a27d-4bbe-249d-904f-ccaf1f3d7729-38272a58, #w-node-_64f73b81-afdc-4035-29b3-1ef252c4d637-38272a58, #w-node-_5700a27d-4bbe-249d-904f-ccaf1f3d772e-38272a58, #w-node-_83053ef2-3da1-f5e1-6f4a-53ebd744a202-38272a58, #w-node-_83053ef2-3da1-f5e1-6f4a-53ebd744a204-38272a58, #w-node-_83053ef2-3da1-f5e1-6f4a-53ebd744a20d-38272a58, #w-node-_7eff5701-891e-11f3-0c56-7f6c1e41339f-38272a58, #w-node-_7eff5701-891e-11f3-0c56-7f6c1e4133a0-38272a58, #w-node-_7eff5701-891e-11f3-0c56-7f6c1e4133aa-38272a58, #w-node-_4cc8cd33-de64-b0b5-f2d4-645b799ee858-38272a58, #w-node-_4cc8cd33-de64-b0b5-f2d4-645b799ee859-38272a58, #w-node-_4cc8cd33-de64-b0b5-f2d4-645b799ee85e-38272a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_72968695-23b0-e767-ab04-93ac9d4ddf20-38272a4d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f50ac87c-2cf2-f3a6-7908-fbe5c3e8a93a-38272a4d {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-f430b777-155c-3cd4-4d0b-cc65d9b65252-38272a4d {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_5cebdbac-0491-448a-3197-68d4b92733d6-38272a4d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_6a5f9747-1a0c-1f20-4793-64233e37f588-38272a4d {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b6585420-bc06-114b-0298-2b7a4fca4fc0-38272a4d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_026ec97b-267a-dfc4-c56d-7feb207337ed-38272a4d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_33d000cf-d6df-e2f9-9a74-c86747a389d1-38272a4d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3ccf9cbe-5d1e-36c5-6ed9-5cb0633a019b-38272a4d {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_4ed6ae3f-2494-d8e1-f1b8-5520a28e07d4-38272a4d {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-e71e1205-094f-386a-92be-3e0f591a7222-38272a4d {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_400b17c7-6df4-5158-8506-7c600154cfd5-38272a4d {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_275e399b-1271-6d32-5da5-87bdaa381225-38272a4d {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_4d7f925e-041b-8a0e-ddad-29a806363e45-38272a4d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4d7f925e-041b-8a0e-ddad-29a806363e31-38272a4d {
    grid-area: 1 / 1 / 2 / 2;
  }
}


