:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-right: 900px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fc0c10;
  text-transform: uppercase;
  background-color: #e6ad57;
  border-radius: 0;
  margin-top: 40px;
  margin-left: 10px;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  position: static;
  left: 640px;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  text-align: justify;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  height: 50px;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  margin-right: 40px;
  padding: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #000;
  background-color: #fff;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #fff;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 0;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 25px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1.75fr));
  grid-template-columns: 1.5fr 1.5fr;
  grid-template-areas: ". .";
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-rows: repeat(auto-fit, minmax(200px, 1.75fr));
  grid-template-columns: 3fr 1.75fr;
  grid-template-areas: ". .";
  justify-items: start;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.text-block {
  direction: ltr;
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: sticky;
}

.image {
  width: 187.984px;
  height: 380px;
}

.image-2, .image-3 {
  height: 380px;
}

.column {
  flex-direction: column;
  justify-content: center;
  height: 230px;
  display: flex;
}

.column-2, .column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 230px;
  display: flex;
}

.image-4 {
  float: none;
  clear: right;
  object-fit: fill;
  position: relative;
  inset: 0% 0% auto;
  overflow: scroll;
}

.image-5 {
  width: 120px;
  height: 120px;
  left: 90px;
}

.image-6 {
  clear: none;
  height: 120px;
  position: sticky;
  right: 100px;
  overflow: scroll;
}

.button-2 {
  color: var(--white);
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
}

.image-7 {
  clear: both;
  object-fit: cover;
  object-position: 0% 15%;
  width: 2300px;
  height: 500px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: auto;
}

.text-block-2 {
  text-decoration: none;
}

.button-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  object-position: 100% 50%;
  background-color: #e6ad57;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding-left: 15px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: static;
  left: 670px;
  overflow: visible;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  flex: 0 auto;
  order: 0;
  align-self: baseline;
}

.image-9 {
  order: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-4, .container-5 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.button-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e6ad57;
  margin-top: 40px;
  margin-bottom: 15px;
  margin-left: 40px;
  font-size: 12px;
  line-height: 20px;
}

.image-10 {
  object-fit: contain;
  width: 621.328px;
  height: 326.188px;
  overflow: auto;
}

.image-11 {
  object-fit: contain;
  width: 1000px;
  height: 480px;
}

.image-12 {
  object-fit: cover;
  width: 1500px;
  height: 400px;
  margin-top: 10px;
}

.image-13 {
  height: 300px;
  margin-bottom: 15px;
}

.body {
  height: 300px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  height: 300px;
}

.image-15 {
  width: 400px;
  height: 250px;
}

.heading {
  font-size: 24px;
}

.text-block-3 {
  font-size: 20px;
  display: inline-block;
}

.image-16 {
  align-self: center;
  width: 450px;
}

.text-block-4 {
  font-size: 16px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.div-block {
  width: 500px;
  height: 500px;
}

.image-17, .image-18 {
  width: 150px;
}

.image-19 {
  width: 150px;
  position: relative;
}

.image-20 {
  margin-left: 20px;
}

.text-block-5 {
  color: #1a1b1f;
  text-align: justify;
  font-size: 14px;
  line-height: 18px;
}

.text-block-6 {
  text-align: justify;
}

.text-block-7 {
  text-align: justify;
  flex: 0 auto;
  align-self: center;
  margin-right: 40px;
  line-height: 20px;
}

.text-block-8 {
  text-align: justify;
  align-self: center;
  margin-right: 40px;
  line-height: 20px;
}

.text-block-9 {
  margin-left: 660px;
  margin-right: 660px;
  display: inline-block;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template: "." 117px
                 "Area"
                 "."
                 / 1fr 1fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
}

.text-block-10 {
  font-size: 46px;
}

.text-block-11 {
  font-size: 36px;
}

.text-block-12 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.heading-3 {
  font-size: 36px;
}

.heading-4 {
  font-size: 36px;
  line-height: 40px;
}

.text-block-13 {
  text-align: center;
  height: 60%;
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 13px;
  line-height: 18px;
}

.flex-block {
  margin-bottom: 220px;
}

.image-21 {
  display: block;
}

.heading-5 {
  margin-top: 40px;
}

.heading-6, .heading-7 {
  font-weight: 500;
}

.heading-8 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  right: 450px;
}

.text-block-14 {
  text-align: justify;
}

.image-22 {
  margin-bottom: 40px;
  position: relative;
  right: 400px;
}

.image-23 {
  margin-bottom: 40px;
  position: relative;
  right: 800px;
}

.image-24 {
  margin-bottom: 40px;
  position: relative;
}

.heading-9 {
  font-size: 22px;
}

.image-25 {
  margin: 100px auto 40px;
}

.equipe {
  grid-column-gap: 36px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-equipe-gauche {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 673px;
  height: 832px;
  padding: 50px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-ew {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px 10px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.edwalk {
  color: #e6ad57;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.titre-qui-sommes-nous {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  top: 107px;
  left: 151px;
}

.texte-pr-sentation {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.error-0cf3c3ec-e71d-d848-5d55-8b150ab326ca {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.page-equipe-droit {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 571px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 709px;
}

.equipe-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.equipe-3 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.nous {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 832px;
  padding: 52px 14px;
  text-decoration: none;
  display: flex;
}

.pf {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.pierre-francois-cauchye {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.fondateur {
  opacity: .6;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.jp {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-50 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.jean-philippe-cauchye {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.co-fondateur {
  opacity: .6;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.jean {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242px;
  padding: 10px;
  display: flex;
}

.jean-de-rochechouart {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.equipe-4 {
  grid-column-gap: 36px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-equipe-droit-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.equipe-5 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.equipe-6 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.titre-qui-sommes-nous {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 649px;
  height: 682px;
  text-decoration: none;
  display: flex;
}

.titre-qui-sommes-nous-2 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.texte-pr-sentation-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 534px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.page-equipe-droit-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 571px;
  text-decoration: none;
  display: flex;
}

.equipe-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 247px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nous-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 324px;
  height: 832px;
  padding: 52px 14px;
  text-decoration: none;
  display: flex;
}

.equipe-8 {
  grid-column-gap: 36px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1316px;
  text-decoration: none;
  display: flex;
}

.page-equipe-gauche-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 640px;
  height: 782px;
  padding: 50px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-equipe-droit-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 782px;
  text-decoration: none;
  display: flex;
}

.equipe-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nous-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 782px;
  padding: 52px 14px;
  text-decoration: none;
  display: flex;
}

.pf-2, .jp-2, .jean-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 226px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.equipe-10 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1316px;
  text-decoration: none;
  display: flex;
}

.jean {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 222px;
  text-decoration: none;
  display: flex;
}

.equipe-11 {
  grid-column-gap: 36px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-equipe-gauche-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  height: 832px;
  padding: 50px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.titre-qui-sommes-nous-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -25px;
  left: 68px;
}

.page-equipe-droit-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 630px;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.equipe-12 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 295px;
  height: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nous-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 832px;
  padding: 52px 14px;
  text-decoration: none;
  display: flex;
}

.pf-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.jp-3, .jean-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.equipe-copy {
  grid-column-gap: 36px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.page-equipe-gauche-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 832px;
  padding: 50px 24px;
  text-decoration: none;
  display: flex;
}

.equipe-13 {
  grid-column-gap: 36px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.equipe-14 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-de-connexion {
  box-sizing: border-box;
  grid-column-gap: 14px;
  grid-row-gap: 1px;
  background-color: #fff;
  flex-flow: wrap;
  flex-grow: 0;
  flex-shrink: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fond-jaune {
  flex: 1;
  align-self: center;
  position: absolute;
  top: 832px;
  left: 0;
}

.bani-re-baseline-complete {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: content-box;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 797px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bani-re-baseline {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 581px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.une-application-pour-apprendre-differement {
  color: #000;
  letter-spacing: 3px;
  justify-content: center;
  align-self: baseline;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 46px;
  left: 0;
}

.edwalk-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 205px;
}

.bouton-retour {
  background-color: #585858;
  border-radius: 52px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 52px;
  height: 52px;
  padding: 26px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 768px;
  left: 15px;
}

.frame-48 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 445px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-identification-l-ve, .rectangle-1 {
  background-color: #fff;
}

.identifiant, .mot-de-passe {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-2 {
  background-color: #d9d9d9;
  border-radius: 20px;
}

.frame-47 {
  background-color: #585858;
  border-radius: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 52px;
  padding: 26px 13px 26px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 770px;
  left: 393px;
}

.texte-gauche {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 172px;
  height: 792px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -107px;
  left: 565px;
}

.frame-52 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #e6ad57;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-53 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11px;
  text-decoration: none;
  display: flex;
}

.equipe-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1306px;
  height: 832px;
  text-decoration: none;
  display: grid;
}

.page-equipe-gauche-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 832px;
  padding: 50px 24px;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 11px;
  text-decoration: none;
  display: block;
  position: relative;
  left: 5px;
}

.titre-qui-sommes-nous-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 97px;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.titre-qui-sommes-nous-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1b1f;
  text-align: justify;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin: 0 auto;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: block;
  position: relative;
}

.texte-pr-sentation-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 534px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.error-6ad7cca3-8dc5-def2-926d-38bd6e36f0d5 {
  color: #000;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.page-equipe-droit-6 {
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.equipe-16 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 295px;
  height: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.equipe-17 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  top: -5px;
  left: 68px;
}

.nous-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 832px;
  padding: 52px 14px;
  text-decoration: none;
  display: flex;
}

.pf-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

._651da0326e15388e433feb6a_tempimage81kxfg-modified-p-500-png {
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-3 {
  opacity: .6;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.jp-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-55 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.jean-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 222px;
  text-decoration: none;
  display: flex;
}

.equipe-18 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.page-equipe-gauche-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 832px;
  padding: 50px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.texte-pr-sentation-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 534px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.edwalk-est-un-projet-personnel-ambitieux-con-u-pour-enrichir-et-moderniser-l-ducation-en-france-notre-mission-est-de-pr-parer-les-tudiants-relever-les-d-fis-du-monde-contemporain-en-cultivant-leur-passion-pour-lapprentissage-la-culture-et-le-travail-acharn-nous-croyons-fermement-que-l-ducation-doit-aller-au-del-de-la-simple-transmission-de-connaissances-pour-inciter-les-l-ves-devenir-des-apprenants-autonomes-et-engag-s-nous-nous-engageons-pr-server-lint-grit-du-savoir-tout-en-exploitant-de-mani-re-judicieuse-les-avanc-es-technologiques-pour-am-liorer-lexp-rience-ducative-edwalk-cherche-int-grer-des-outils-innovants-qui-facilitent-lapprentissage-et-permettent-une-personnalisation-plus-fine-de-lenseignement-en-mettant-laccent-sur-la-flexibilit-la-communication-et-le-suivi-personnalis-nous-visons-pr-parer-les-tudiants-un-avenir-o-ils-pourront-non-seulement-sadapter-aux-changements-rapides-mais-aussi-les-anticiper-et-les-guider-2 {
  color: #000;
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.page-equipe-droit-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 832px;
  text-decoration: none;
  display: grid;
}

.equipe-19 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 295px;
  height: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.equipe-20 {
  color: #1a1b1f;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
}

.nous-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 358px;
  height: 832px;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
}

.pf-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #1a1b1f;
  text-align: center;
  flex: 1;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-5 {
  opacity: .6;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.jp-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-56 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.jean-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 222px;
  text-decoration: none;
  display: flex;
}

.body-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.equipe-21 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-57 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 326.5px;
  height: 832px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.page-equipe-droit-8 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.equipe-22 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 295px;
  height: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.equipe-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1b1f;
  text-align: center;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -5px;
  left: 0;
  overflow: clip;
}

.nous-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 358px;
  height: 832px;
  padding: 52px 14px;
  text-decoration: none;
  display: flex;
}

.pf-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.text-7 {
  opacity: .6;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.jp-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 242.667px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-58 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.jean-6 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 222px;
  text-decoration: none;
  display: flex;
}

.page-de-connexion-2 {
  grid-column-gap: 14px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fond-jaune-2 {
  object-fit: cover;
  position: absolute;
  top: 832px;
  left: 0;
}

.bani-re-baseline-complete-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 797px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bani-re-baseline-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 581px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.une-application-pour-apprendre-differement-2 {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  top: 46px;
  left: 0;
}

.text-8 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 205px;
}

.bouton-retour-2 {
  background-color: #585858;
  border-radius: 52px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 52px;
  height: 52px;
  padding: 26px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 768px;
  left: 15px;
}

.vectors-wrapper {
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.frame-59 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 445px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-identification-l-ve-2 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier {
  position: absolute;
  top: 186px;
  left: 18px;
}

.text-9 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 389px;
  left: 100px;
}

.text-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 486px;
  left: 100px;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 418px;
  left: 96px;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 515px;
  left: 96px;
}

.frame-60 {
  background-color: #585858;
  border-radius: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 52px;
  padding: 26px 13px 26px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 770px;
  left: 393px;
}

.texte-gauche-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 172px;
  height: 792px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -107px;
  left: 565px;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-0 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 186px;
  left: 18px;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 186px;
  left: 18px;
}

.connexion-0 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.connexion-1 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.page-de-connexion-3 {
  grid-column-gap: 14px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  height: 832px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fond-jaune-3 {
  object-fit: cover;
  position: absolute;
  top: 832px;
  left: 0;
}

.bani-re-baseline-complete-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 768px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-12 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 205px;
}

.vectors-wrapper-5 {
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.texte-gauche-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 273px;
  height: 71px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 255px;
  left: 495px;
}

.frame-61 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 770px;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-2 {
  position: absolute;
  top: 187px;
  left: 38px;
}

.text-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 389px;
  left: 100px;
}

.text-15 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 486px;
  left: 100px;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 417px;
  left: 70px;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 514px;
  left: 70px;
}

.frame-62 {
  background-color: #585858;
  border-radius: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 52px;
  padding: 26px 13px 26px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 770px;
  left: 393px;
}

.connexion-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.connexion-3 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.fond-jaune-4 {
  object-fit: cover;
  position: absolute;
  top: 832px;
  left: 0;
}

.bani-re-baseline-complete-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 768px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bani-re-baseline-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 832px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.une-application-pour-apprendre-differement-3 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
}

.vectors-wrapper-9 {
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.texte-gauche-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 276px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 255px;
  left: 495px;
}

.frame-63 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 770px;
}

.page-identification-l-ve-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 510px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-5 {
  position: absolute;
  top: 187px;
  left: 38px;
}

.text-18 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 389px;
  left: 100px;
}

.text-19 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 486px;
  left: 100px;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 417px;
  left: 70px;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 514px;
  left: 70px;
}

.connexion-4 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-7 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.page-de-connexion-4 {
  grid-column-gap: 14px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-64 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.frame-65 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.edwalk-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-66 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  text-decoration: none;
  display: flex;
}

.page-de-connexion-5 {
  grid-column-gap: 14px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bani-re-baseline-complete-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 768px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bani-re-baseline-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-67 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.fond-jaune-5 {
  object-fit: cover;
}

.frame-68 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-69 {
  grid-column-gap: 10px;
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 475px;
  text-decoration: none;
  display: flex;
}

.une-application-pour-apprendre-differement-4 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
}

.texte-gauche-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 276px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 255px;
  left: 495px;
}

.frame-70 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 770px;
}

.frame-71 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-8 {
  position: absolute;
  top: 187px;
  left: 38px;
}

.text-22 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 389px;
  left: 100px;
}

.text-23 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 486px;
  left: 100px;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 417px;
  left: 70px;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 514px;
  left: 70px;
}

.connexion-5 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-9 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.frame-72 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1301px;
  height: 346px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.iphone-haut-droit {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 307px;
  height: 184px;
  text-decoration: none;
  display: flex;
}

.banner-navigation-link-tarifs {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.banner-navigation-link-tarifs-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.banner-navigation-link-l-quipe, .banner-navigation-link-contact {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.teste-et-logo {
  grid-row-gap: 227px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 601px;
  height: 371px;
  text-decoration: none;
  display: flex;
}

.frame-73 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 40px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.edwalk-4 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.mac-iphone {
  clear: right;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  height: 441.851px;
  text-decoration: none;
  display: block;
  position: relative;
}

.error-576bf3d0-1974-3de6-28a4-1e5316cdb242 {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.image-mac-iphone {
  object-fit: cover;
}

.body-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-74 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1301px;
  height: 346px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.tempimaged8ch2i-2 {
  object-fit: fill;
  flex: 1;
  order: -1;
  position: relative;
}

.bani-re-haute {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  flex: none;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1301px;
  height: 346px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: inline-flex;
}

.heading-3-columns {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 489.851px;
  text-decoration: none;
  display: flex;
}

._3-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.mac-iphone-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  height: 441.851px;
  text-decoration: none;
  display: flex;
}

.error-59b2263d-a864-97b7-3525-79d622c02932 {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.component-1 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: block;
}

.header {
  grid-column-gap: 24px;
  background-image: url('../images/SECTION--Header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 434px;
  min-height: 434px;
  padding: 24px;
  display: flex;
  position: relative;
}

.iphone-haut-droit-2 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1402px;
  height: 386px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 196px;
  left: 90px;
}

.image-1 {
  object-fit: cover;
  width: 25vw;
  height: 49vh;
  position: static;
  overflow: clip;
}

.heading-3-columns-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 489.851px;
  display: flex;
}

._3-columns-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-row-gap: 24px;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.mac-iphone-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  height: 441.851px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 100px;
}

._3-iphone-et-texte {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 502px;
  height: 431px;
  text-decoration: none;
  display: flex;
}

.image-3-iphones {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 351px;
  padding: 10px;
  display: flex;
}

.image-3-iphones-2 {
  object-fit: fill;
}

.texte-bas-3-iphones {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.image-28 {
  flex: 1;
  order: -1;
  align-self: auto;
}

.image-29 {
  box-sizing: content-box;
  object-fit: fill;
  flex: auto;
  order: -1;
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.frame-75 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.une-application-pour-apprendre-differement-5 {
  color: #000;
  letter-spacing: 3px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 100% 0% 173px;
  overflow: clip;
}

.una-app {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.une-application-pour-apprendre-differement-6, .une-application-pour-apprendre-differement-7 {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.container-7 {
  position: relative;
  bottom: 75px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  box-sizing: content-box;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  flex: 0 auto;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  flex: 0 auto;
  align-self: stretch;
  list-style-type: none;
}

.text-block-15 {
  margin-left: 15px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-16 {
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.mac-iphone-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  height: 441.851px;
  text-decoration: none;
  display: flex;
}

.error-4a224653-f6b2-1b4d-2b10-46b33da43dec {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.image-mac-iphone-2 {
  object-fit: cover;
  margin-top: 20px;
}

.column-6 {
  justify-content: space-between;
  padding-left: 60px;
  display: flex;
  top: 30px;
}

._3-iphone-et-texte-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 502px;
  height: 431px;
  text-decoration: none;
  display: flex;
}

.image-3-iphones-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 351px;
  padding: 10px;
  display: flex;
}

.image-3-iphones-4 {
  object-fit: cover;
}

.texte-bas-3-iphones-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.error-da563923-0334-1018-6889-5a45d960022c {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.column-7 {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  top: 30px;
}

.image-30 {
  object-fit: contain;
  position: relative;
  inset: 0% auto auto 0%;
}

.navbar-logo-left {
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 12px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.mobilit-des-cours {
  grid-row-gap: 301px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 258px;
  padding: 11px 10px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-16, .vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  object-fit: cover;
  padding-right: 0;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  text-decoration: none;
  display: flex;
}

.column-8 {
  border-radius: 19px;
  padding-left: 100px;
}

.image-31 {
  border-radius: 19px;
}

.columns, .slide {
  margin-top: 140px;
}

.image-32 {
  border-radius: 20px;
}

.column-9 {
  display: block;
  position: absolute;
  overflow: visible;
}

.section-2 {
  margin-bottom: 140px;
}

.splide {
  width: 100%;
  display: block;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 20%;
}

.container-10 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
  display: flex;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-item {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.section-3 {
  margin-top: 140px;
}

.splide-2 {
  width: 100%;
  position: relative;
}

.header_sub-line {
  background-color: #242022;
  flex: 0 auto;
  width: 4em;
  height: 1px;
}

.container-11 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.header_sub-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 500;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide-3 {
  width: 100%;
  position: relative;
}

.container-12 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.empty-state {
  display: flex;
}

.splide-4 {
  width: 100%;
  position: relative;
}

.slider-objectifs-carousel {
  position: relative;
}

.slider-objectifs-slides {
  display: flex;
}

.slider-objectifs-slide {
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.slider-objectifs-background {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-objectifs-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.slider-objectifs-slide-title {
  color: #4b4949;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 58px;
}

.slider-objectifs-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.slider-objectifs-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.slider-objectifs-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.slider-objectifs-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-objectifs-point-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #006aff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.slider-objectifs-point-text-active {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.slider-objectifs-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.slider-objectifs-point-inactive:hover {
  background-color: #f3f8ff50;
}

.slider-objectifs-point-text-inactive {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.slider-objectifs-animations, .slider-objectifs-utilities {
  display: none;
}

.goat-9i5s-carousel {
  position: relative;
}

.goat-9i5s-slides {
  display: flex;
}

.goat-9i5s-slide {
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.goat-9i5s-background {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-9i5s-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.goat-9i5s-slide-title {
  color: #4b4949;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 58px;
}

.goat-9i5s-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.goat-9i5s-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.goat-9i5s-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.goat-9i5s-arrows {
  z-index: 1;
  pointer-events: none;
}

.goat-9i5s-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-9i5s-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-9i5s-arrow-left-button:hover {
  background-color: #faf8f8;
}

.goat-9i5s-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-9i5s-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.goat-9i5s-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-9i5s-arrow-right-button:hover {
  background-color: #faf8f8;
}

.goat-9i5s-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-9i5s-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.goat-9i5s-point-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #006aff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-9i5s-point-text-active {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-9i5s-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-9i5s-point-inactive:hover {
  background-color: #f3f8ff50;
}

.goat-9i5s-point-text-inactive {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-9i5s-counter {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% -62px auto;
}

.goat-9i5s-counter-box {
  opacity: .5;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.goat-9i5s-counter-text {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.goat-9i5s-animations, .goat-9i5s-utilities {
  display: none;
}

.slide-carroussel-carousel {
  position: relative;
}

.slide-carroussel-slides {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.slide-carroussel-slide {
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 200px;
  display: flex;
  position: relative;
  top: 0;
}

.slide-carroussel-background {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide-carroussel-slide-content {
  flex-direction: column;
  flex: 1;
  order: 0;
  align-self: stretch;
  align-items: flex-start;
  height: auto;
  padding: 20px 32px 140px;
  font-family: Lato, sans-serif;
  display: flex;
  position: absolute;
  inset: -11% 0% auto;
  background-color: #0000 !important;
}

.slide-carroussel-slide-title {
  color: #4b4949;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 58px;
}

.slide-carroussel-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.slide-carroussel-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.slide-carroussel-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.slide-carroussel-arrows {
  z-index: 1;
  pointer-events: none;
}

.slide-carroussel-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide-carroussel-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.slide-carroussel-arrow-left-button:hover {
  background-color: #faf8f8;
}

.slide-carroussel-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.slide-carroussel-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-carroussel-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.slide-carroussel-arrow-right-button:hover {
  background-color: #faf8f8;
}

.slide-carroussel-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.slide-carroussel-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-carroussel-point-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #006aff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.slide-carroussel-point-text-active {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.slide-carroussel-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.slide-carroussel-point-inactive:hover {
  background-color: #f3f8ff50;
}

.slide-carroussel-point-text-inactive {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.slide-carroussel-animations, .slide-carroussel-utilities {
  display: none;
}

.image-38 {
  border-radius: 20px;
  flex: 1;
  align-self: flex-start;
  position: absolute;
  inset: 0%;
}

.image-39 {
  border-radius: 20px;
  margin-bottom: 140px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-40 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.image-41 {
  border-radius: 20px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-42, .image-43 {
  border-radius: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4 {
  padding-bottom: 140px;
}

.section-5 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.heading-10 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  font-weight: 600;
  display: flex;
  overflow: clip;
}

.section-6 {
  padding-top: 10px;
}

.section-7 {
  position: absolute;
}

.goat-o2nm-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.goat-o2nm-slides-wrap {
  width: 100%;
  height: 100%;
}

.goat-o2nm-slide-background {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-o2nm-bg-wrap {
  position: absolute;
  inset: 0%;
}

.goat-o2nm-slide-background-overlay {
  pointer-events: none;
  background-image: linear-gradient(to top, #0000001a, #0006 50%, #0000001a);
  position: absolute;
  inset: 0%;
}

.goat-o2nm-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.goat-o2nm-slide-description {
  color: #fffc;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.goat-o2nm-slide-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  position: relative;
}

.goat-o2nm-slide {
  background-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide_name-slide-button {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: #fff3;
  border-radius: 100px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1;
  transition: box-shadow .4s, background-color .4s;
  box-shadow: 0 0 0 1px #fff6;
}

.slide_name-slide-button:hover {
  background-color: #ffffff4d;
  box-shadow: 0 0 0 1px #fff9;
}

.goat-o2nm-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.goat-o2nm-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2;
}

.goat-o2nm-arrows {
  z-index: 1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-o2nm-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-o2nm-arrow-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffe6;
  cursor: pointer;
  background-color: #ffffff4d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-o2nm-arrow-button:hover {
  color: #fff;
  background-color: #fff6;
  box-shadow: 0 0 0 1px #fff;
}

.goat-o2nm-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-o2nm-arrow-button-disabled {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffe6;
  background-color: #ffffff4d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-o2nm-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.goat-o2nm-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-o2nm-points {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.goat-o2nm-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.goat-o2nm-point-active-inside {
  border-radius: 100px;
  position: absolute;
  inset: 4px;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-o2nm-point-active-inside-circle {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 3px;
}

.goat-o2nm-point {
  opacity: .7;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.goat-o2nm-point:hover {
  opacity: .9;
}

.goat-o2nm-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px;
}

.goat-o2nm-animations, .goat-o2nm-utilities {
  display: none;
}

.goat-jwbh-carousel {
  position: relative;
}

.goat-jwbh-slides {
  display: flex;
}

.goat-jwbh-slide {
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.goat-jwbh-background {
  box-sizing: content-box;
  object-fit: fill;
  border-radius: 16px;
  flex: 0 auto;
  align-self: center;
  width: 80%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.goat-jwbh-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.goat-jwbh-slide-title {
  color: #4b4949;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 58px;
}

.goat-jwbh-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.goat-jwbh-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.goat-jwbh-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.goat-jwbh-arrows {
  z-index: 1;
  pointer-events: none;
}

.goat-jwbh-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-jwbh-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-jwbh-arrow-left-button:hover {
  background-color: #faf8f8;
}

.goat-jwbh-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-jwbh-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.goat-jwbh-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-jwbh-arrow-right-button:hover {
  background-color: #faf8f8;
}

.goat-jwbh-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-jwbh-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.goat-jwbh-point-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #006aff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-jwbh-point-text-active {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-jwbh-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-jwbh-point-inactive:hover {
  background-color: #f3f8ff50;
}

.goat-jwbh-point-text-inactive {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-jwbh-animations, .goat-jwbh-utilities {
  display: none;
}

.goat-47ef-carousel {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.goat-47ef-slides {
  display: flex;
}

.goat-47ef-slide {
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.goat-47ef-background {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-47ef-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.goat-47ef-slide-title {
  color: #4b4949;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 58px;
}

.goat-47ef-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.goat-47ef-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.goat-47ef-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.goat-47ef-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.goat-47ef-arrow-right-button-enabled {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.goat-47ef-arrow-right-button-enabled:hover {
  background-color: #faf8f8;
}

.goat-47ef-arrow-left-button-disabled, .goat-47ef-arrow-right-button-disabled {
  opacity: .5;
  pointer-events: auto;
  cursor: not-allowed;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.goat-47ef-arrow-left-button-enabled {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-47ef-arrow-left-button-enabled:hover {
  background-color: #faf8f8;
}

.goat-47ef-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-47ef-arrows {
  z-index: 1;
  pointer-events: none;
}

.goat-47ef-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-47ef-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-47ef-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.goat-47ef-point-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #006aff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-47ef-point-text-active {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-47ef-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-47ef-point-inactive:hover {
  background-color: #f3f8ff50;
}

.goat-47ef-point-text-inactive {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-47ef-animations, .goat-47ef-utilities {
  display: none;
}

.goat-387v-carousel {
  position: relative;
}

.goat-387v-slides {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.goat-387v-slide {
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.goat-387v-background {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-387v-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.goat-387v-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 58px;
}

.goat-387v-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.goat-387v-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.goat-387v-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.goat-387v-arrows {
  z-index: 1;
  pointer-events: none;
}

.goat-387v-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-387v-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-387v-arrow-left-button:hover {
  background-color: #faf8f8;
}

.goat-387v-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-387v-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.goat-387v-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-387v-arrow-right-button:hover {
  background-color: #faf8f8;
}

.goat-387v-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-387v-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.goat-387v-point-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #006aff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-387v-point-text-active {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-387v-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-387v-point-inactive:hover {
  background-color: #f3f8ff50;
}

.goat-387v-point-text-inactive {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-387v-animations, .goat-387v-utilities {
  display: none;
}

.text-span {
  direction: rtl;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 360px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  display: flex;
}

.goat-ziij-carousel {
  display: none;
  position: relative;
}

.goat-ziij-slides {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.goat-ziij-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.goat-ziij-background {
  object-fit: cover;
  border-radius: 16px;
  order: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-ziij-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.goat-ziij-slide-title {
  clear: both;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  flex: 0 auto;
  order: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 58px;
  display: flex;
  position: static;
  inset: 0% 0% 5% auto;
  overflow: visible;
}

.goat-ziij-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.goat-ziij-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.goat-ziij-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.goat-ziij-arrows {
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
  object-fit: fill;
  flex-flow: column;
  margin-bottom: auto;
  padding-bottom: 0;
  transition: opacity .2s;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.goat-ziij-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-ziij-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-ziij-arrow-left-button:hover {
  background-color: #faf8f8;
}

.goat-ziij-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-ziij-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.goat-ziij-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-ziij-arrow-right-button:hover {
  background-color: #faf8f8;
}

.goat-ziij-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-ziij-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.goat-ziij-point-active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #006aff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-ziij-point-text-active {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-ziij-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.goat-ziij-point-inactive:hover {
  background-color: #f3f8ff50;
}

.goat-ziij-point-text-inactive {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.goat-ziij-animations, .goat-ziij-utilities {
  display: none;
}

.heading-11 {
  text-align: center;
  padding-top: 100px;
  font-weight: 600;
}

.page-equipe-droit-9 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 362px;
  height: 812px;
  text-decoration: none;
  display: flex;
}

.equipe-24 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-76 {
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.text-25 {
  color: #e6ad57;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.page-equipe-droit-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 362px;
  height: 750px;
  margin-left: 140px;
  padding-top: 140px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.nous-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 358px;
  height: 812px;
  padding: 0 14px 52px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 140px;
}

.pf-7 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 200px;
  padding: 40px 10px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 220px;
  overflow: visible;
}

._651da0326e15388e433feb6a_tempimage81kxfg-modified-p-500-png-2 {
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 450px;
}

.text-26 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.text-27 {
  opacity: .6;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.frame-77 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.jean-7 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 222px;
  text-decoration: none;
  display: flex;
}

.page-equipe-gauche-7 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 832px;
  margin-right: 100px;
  padding: 50px 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0 0% 0% auto;
}

.titre-qui-sommes-nous-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 929px;
  height: 97px;
  padding-top: 165px;
  text-decoration: none;
  display: flex;
}

.titre-qui-sommes-nous-6 {
  color: #1a1b1f;
  text-align: center;
  width: 500px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  overflow: visible;
}

.texte-pr-sentation-5 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 951px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.error-22690b4a-9d67-8513-4685-b6ecedc3df2c {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50px 0% 0%;
}

.image-44 {
  display: none;
  position: relative;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 12px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.list-item-2 {
  flex: 0 auto;
}

.page-de-connexion-6 {
  grid-column-gap: 14px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bani-re-baseline-complete-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 768px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bani-re-baseline-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-78 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.fond-jaune-6 {
  object-fit: cover;
}

.frame-79 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-80 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  text-decoration: none;
  display: flex;
}

.une-application-pour-apprendre-differement-8 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
}

.bouton-retour-3 {
  background-color: #585858;
  border-radius: 52px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 52px;
  height: 52px;
  padding: 26px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 768px;
  left: 15px;
}

.vectors-wrapper-19 {
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.texte-gauche-6 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 276px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 255px;
  left: 495px;
}

.frame-81 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 770px;
}

.page-identification-l-ve-4 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 510px;
  height: 832px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.frame-82 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-11 {
  position: absolute;
  top: 187px;
  left: 38px;
}

.text-30 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 389px;
  left: 100px;
}

.text-31 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 486px;
  left: 100px;
}

.vectors-wrapper-21 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 417px;
  left: 70px;
}

.vectors-wrapper-22 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 514px;
  left: 70px;
}

.connexion-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.connexion-7 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-12 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier-13 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 187px;
  left: 38px;
}

.image-45 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-46 {
  box-sizing: content-box;
  aspect-ratio: 1;
  object-fit: contain;
  flex: 1;
  order: -1;
  align-self: center;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: clip;
}

.image-47 {
  flex: 1;
  order: 1;
  align-self: flex-start;
}

.container-14 {
  margin-right: 100px;
  padding-right: 220px;
}

.image-48 {
  min-width: 500px;
  max-width: 700px;
  min-height: 1000px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.frame-83 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.connexion-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.connexion-9 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
  display: inline;
  overflow: clip;
}

.heading-12 {
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 45% 0% 0% 45%;
}

.image-49 {
  position: fixed;
}

.image-50 {
  position: absolute;
  top: 300px;
  left: 220px;
}

.image-51 {
  position: fixed;
  top: 525px;
  left: 40px;
}

.form-block {
  order: -1;
  align-self: flex-end;
}

.modal_component {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  inset: 5%;
  overflow: clip;
}

.modal_overlay {
  background-color: #96969663;
  position: absolute;
  inset: 25% 15%;
  overflow: auto;
}

.button-5 {
  position: absolute;
  inset: auto 5% 5% auto;
}

.modal_1 {
  z-index: 999;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal_body {
  background-color: #d4d4d4;
  border-radius: 20px;
  width: 450px;
  padding: 20px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.close_modal {
  width: 40px;
  height: 40px;
  font-weight: 800;
  position: absolute;
  inset: 5% 0% auto auto;
}

.text-block-17 {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.modal_2 {
  z-index: 999;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.goat-ziij-slide-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.track {
  width: 100%;
  height: 60vw;
  display: block;
  position: static;
}

.camera {
  vertical-align: baseline;
  width: 100vw;
  height: 60vh;
  display: inline-flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 80vh;
  display: inline-flex;
  overflow: visible;
}

.digitalisation-de-l-ecole {
  vertical-align: baseline;
  border-radius: 11px;
  width: 32vw;
  height: 60vh;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-52 {
  border-radius: 20px;
  flex: none;
}

.heading-13 {
  filter: none;
  text-align: center;
  margin-top: 220px;
  font-weight: 900;
}

.item {
  flex-flow: row;
  flex: none;
  width: 32vw;
  height: 46.3vw;
  margin-left: 20px;
  display: flex;
}

.item-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 29vh;
  height: 46.3vw;
  margin-left: 20px;
}

.item-copy-2 {
  flex: none;
  width: 32vw;
  height: 46.3vw;
  margin-left: 20px;
  display: flex;
}

.item-copy {
  flex: none;
  width: 29%;
  height: 46.3vw;
  margin-left: 20px;
  display: flex;
}

.image-53 {
  border-radius: 20px;
  padding-top: 0;
}

.image-54, .image-55, .image-56, .image-57, .image-58 {
  border-radius: 20px;
}

.body-5 {
  overflow: visible;
}

.track-vf {
  height: 60%;
  display: block;
}

.camera-vf {
  width: 100%;
  height: 60%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-vf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 70vh;
  display: flex;
}

.item-vf {
  flex: none;
  width: 28vw;
  height: 50vh;
  padding: 0 0 2px 2px;
}

.image-59 {
  color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  width: auto;
  height: 60vh;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.text-block-18 {
  color: var(--black);
  width: 27vw;
  height: 60vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  display: block;
  position: sticky;
  inset: 0% 10px 15% auto;
}

.paragraph {
  border-radius: 19px;
}

.heading-14 {
  text-align: center;
  font-weight: 600;
  display: block;
}

.modal_32 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_5 {
  z-index: 999;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-61 {
  position: absolute;
  inset: 3% auto auto 3%;
}

.image-62, .image-63 {
  display: none;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.navbar-ew {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link-4 {
  color: #000;
  -webkit-text-stroke-color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px;
  font-weight: 600;
}

.modal_4 {
  z-index: 999;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0;
}

.modal_6 {
  z-index: 999;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.fus-e-1-2, .text-bloc-101, .text-block-102, .text-block-103 {
  display: none;
}

.columns-3 {
  position: absolute;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 20px;
  position: relative;
  right: auto;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 0;
  font-size: 14px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-size: 14px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.section-12 {
  background-color: #feb644;
  padding-top: 20px;
}

.modal_32-copy {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0%;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.text-block-105 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  padding-left: 0;
  display: block;
}

.cell-3 {
  padding-right: 0;
}

.image-105 {
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
}

.image-106 {
  margin-right: 0;
  padding: 6px 60px 60px;
}

.section-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: #171717d9;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-udesly-text-field {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-udesly-text-field.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-form-sign-in {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-signup-form-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  display: flex;
}

.udesly-signup-list-item {
  align-items: center;
  padding: 20px 30px 20px 0;
  display: flex;
}

.udesly-sign-up-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.udesly-sign-up-list {
  color: #3c3c3b;
  margin-top: 20px;
  padding-left: 0;
  font-size: 22px;
}

.udesly-pricing-card-check {
  margin-right: 10px;
}

.udesly-button-container {
  display: inline-block;
}

.udesly-error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #eb3c5c;
  border-radius: 100px;
  font-size: 18px;
}

.udesly-notification-text-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.udesly-signup-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 100px;
  margin-left: 0;
  display: flex;
  position: relative;
  top: -70px;
}

.udesly-sign-in-logo {
  margin-bottom: 0;
  margin-left: -5px;
}

.udesly-sign-in-logo:hover {
  opacity: .7;
}

.udesly-success-message-2 {
  color: #fff;
  background-color: #2ad283;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px;
  font-size: 18px;
}

.udesly-success-message-2.udesly-login {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.udesly-arrow-link {
  opacity: 1;
  color: #333;
  letter-spacing: -.02em;
  background-color: #0000;
  background-image: url('../images/arrow_forward_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 22px 0 0;
  font-family: Generalsans;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-arrow-link:hover {
  opacity: 1;
  color: #6f39f8;
  transform: translate(2px);
}

.udesly-outlook-logo-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.udesly-outlook-logo-wrapper:hover {
  opacity: 1;
  border-color: #6f39f8;
}

.udesly-sign-in-left-wrapper {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.udesly-email-wrapper {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.udesly-separator {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.udesly-separator.udesly-big {
  color: #424242;
  background-color: #e6e6e6;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.udesly-sign-up-left-side {
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.udesly-gmail-logo-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.udesly-gmail-logo-wrapper:hover {
  opacity: 1;
  border-color: #6f39f8;
}

.udesly-notification-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
}

.udesly-notification-text.udesly-login {
  background-color: #29d283;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px;
}

.udesly-signin-logo-block {
  margin-bottom: 10px;
  transition: all .3s;
}

.udesly-signin-logo-block:hover {
  opacity: .7;
}

.udesly-sign-up-terms-of-use-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.udesly-signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

.udesly-apple-mail-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 0;
  padding: 10px;
  transition: all .3s;
}

.udesly-apple-mail-wrapper:hover {
  border-color: #6f39f8;
}

.udesly-top-tag {
  color: #333;
  letter-spacing: -.035em;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 100px;
  min-height: 25px;
  padding: 6px 15px;
  font-family: Generalsans;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.udeslysign-up-label {
  font-family: Generalsans;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.udesly-notification-text-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.udesly-notification-text-4 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
}

.udesly-notification-text-4.udesly-login {
  background-color: #29d283;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-form-block.udesly-sign-in {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: #171717d9;
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-button-wrapper.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-page-image {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 80px;
}

.udesly-password-image {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 8px 12px 8px auto;
}

.udesly-password {
  position: relative;
}

.udesly-link-sign-in {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-field-password {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 48px 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-text-field-password:focus {
  border-color: #141414;
}

.udesly-text-field-password::placeholder {
  color: #a3a3a3;
}

.image-107 {
  float: none;
  margin-left: 180px;
  position: static;
  inset: 0%;
}

.paragraph-2 {
  padding: 60px 100px 100px;
}

.image-108 {
  display: none;
}

.image-109 {
  display: block;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.text-block-106 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: inline-block;
  position: relative;
}

.image-109-copy {
  display: none;
}

.image-109-copy2 {
  margin-left: 100px;
  display: block;
}

.image-109-copy3 {
  margin-left: 100px;
  display: none;
}

.image-109-copy3-copy {
  margin-left: 100px;
  display: block;
}

.cell-4-copy {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.image-110 {
  margin-right: 0;
}

.image-113, .track-vf-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    width: 100%;
  }

  .image-32 {
    margin-left: 60px;
  }

  .image-33 {
    border-radius: 20px;
  }

  .image-34 {
    border-radius: 20px;
    position: static;
  }

  .column-10 {
    display: block;
  }

  .image-35, .image-36 {
    border-radius: 20px;
  }

  .image-37 {
    border-radius: 20px;
    position: fixed;
  }

  .columns-2 {
    margin-left: 40px;
  }

  .slider {
    overflow: clip;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: underline;
    display: grid;
    position: static;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nous-8 {
    margin-left: 60px;
  }

  .titre-qui-sommes-nous-6 {
    left: 80px;
  }

  .error-22690b4a-9d67-8513-4685-b6ecedc3df2c {
    width: 50%;
    position: absolute;
    inset: 40% 5% 0% auto;
  }

  .image-44 {
    display: none;
    position: static;
  }

  .camera {
    overflow: hidden;
  }

  .frame {
    width: auto;
  }

  .heading-14 {
    display: block;
  }

  .modal_32 {
    background-color: #00000080;
  }

  .modal_5 {
    background-color: #00000080;
    display: none;
  }

  .image-62, .image-63 {
    display: none;
  }

  .image-64 {
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    top: 0;
  }

  .image-65 {
    display: none;
  }

  .modal_4 {
    display: none;
    position: fixed;
  }

  .footer-light {
    padding-bottom: 0;
  }

  .section-12 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .modal_32-copy {
    background-color: #00000080;
  }

  .image-105 {
    padding: 60px 60px 40px;
  }

  .image-106 {
    padding: 0 60px 140px;
  }

  .image-109-copy, .image-109-copy3 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .page-de-connexion-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .fond-jaune-2 {
    flex: 0 auto;
    align-self: flex-start;
    display: block;
    position: relative;
  }

  .une-application-pour-apprendre-differement-2 {
    order: -1;
  }

  .frame-59 {
    flex: 1;
    justify-content: space-between;
    align-self: flex-end;
    align-items: flex-start;
  }

  .vectors-wrapper-2 {
    flex-flow: row;
    flex: 1;
    order: -1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .bienvenue-vous-venez-d-entrer-dans-l-edtech-pour-d-buter-veuillez-vous-identifier {
    align-self: center;
  }

  .text-9 {
    flex: 1;
    align-self: flex-start;
  }

  .connexion-0 {
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .connexion-1 {
    display: flex;
  }

  .image-26 {
    flex: 1;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: clip;
  }

  .image-27 {
    flex-flow: row-reverse;
  }

  .fond-jaune-3 {
    box-sizing: border-box;
    object-fit: fill;
    flex: 1;
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0% auto 0% 0%;
    overflow: scroll;
  }

  .fond-jaune-4 {
    flex: 1;
    order: -1;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 122px;
    overflow: visible;
  }

  .une-application-pour-apprendre-differement-3 {
    flex-flow: column;
    flex: 1;
    order: -1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .texte-gauche-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-17 {
    flex: 1;
  }

  .frame-63 {
    order: 0;
    justify-content: space-between;
    align-items: center;
  }

  .f2wf-columns {
    display: flex;
  }

  .column-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
  }

  .nav-menu-two {
    list-style-type: none;
  }

  .section-5 {
    margin-top: 20px;
  }

  .page-equipe-droit-10 {
    height: 650px;
    padding-top: 0;
  }

  .nous-8 {
    margin-left: 140px;
  }

  .page-equipe-gauche-7 {
    flex: 0 auto;
  }

  .titre-qui-sommes-nous-5 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .titre-qui-sommes-nous-6 {
    inset: 75% 0% 0% 40%;
  }

  .texte-pr-sentation-5 {
    position: absolute;
    inset: 0% 0% 0% 60px;
  }

  .error-22690b4a-9d67-8513-4685-b6ecedc3df2c {
    float: right;
    clear: none;
    flex: 1;
    width: 50%;
    margin-bottom: auto;
    padding-right: 40px;
    display: block;
    position: absolute;
    inset: 0% auto 0% 400px;
  }

  .nav-menu-wrapper-2 {
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: fixed;
  }

  .nav-menu-two-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .close_modal {
    cursor: pointer;
  }

  .modal_2 {
    display: none;
  }

  .track {
    width: 170vw;
    height: 35vw;
  }

  .camera {
    width: 100vw;
    height: 60vh;
    display: flex;
    overflow: hidden;
  }

  .frame {
    width: 140vw;
    height: 60vh;
    overflow: hidden;
  }

  .digitalisation-de-l-ecole, .image-52 {
    height: 60vh;
  }

  .heading-13 {
    text-align: center;
    margin-top: 220px;
    font-size: 35px;
    font-weight: 700;
  }

  .section-8 {
    margin-top: 100px;
    margin-bottom: 220px;
  }

  .item-vf {
    cursor: pointer;
  }

  .modal_32 {
    background-color: #00000080;
    display: none;
  }

  .modal_5 {
    background-color: #00000080;
  }

  .image-62 {
    display: none;
  }

  .nav-menu-mac {
    padding-top: 20px;
    padding-right: 40px;
    font-weight: 600;
  }

  .nav-link-4 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    background-color: #000;
    border-radius: 20px;
    margin: 15px 15px 15px 0;
    padding: 5px 20px;
  }

  .nav-link-5, .nav-link-6 {
    padding-left: 0;
  }

  .image-64 {
    margin-top: 40px;
    margin-left: 40px;
    display: none;
    position: static;
    top: 20px;
  }

  .image-65 {
    display: none;
  }

  .image-66 {
    margin-top: 40px;
    margin-left: 40px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-link-7 {
    color: #fff;
    background-color: #030000;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-11 {
    position: static;
  }

  .fus-e-1-1 {
    position: static;
    inset: 0%;
  }

  ._100-250 {
    width: 200px;
  }

  .image-68 {
    position: static;
    inset: 0%;
  }

  .image-69 {
    float: none;
    position: static;
    inset: 500px 0 600px 1100px;
  }

  .heading-18 {
    float: none;
    clear: none;
    margin-top: 220px;
    padding-left: 10px;
    display: none;
    position: absolute;
    inset: 40% auto 0% 13%;
  }

  .heading-17 {
    text-align: center;
    display: none;
    position: absolute;
    inset: 661px 661px 661px 630px;
  }

  .heading-19 {
    font-weight: 400;
    position: absolute;
    inset: 660px 15% 390px auto;
  }

  .text-block-19 {
    position: relative;
    inset: 0%;
  }

  .text-block-21 {
    z-index: 0;
    float: left;
    clear: left;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .text-block-22 {
    position: static;
    inset: auto 0% 0% auto;
  }

  .fus-e-1-2, .image-102 {
    display: none;
  }

  .heading-100 {
    position: absolute;
    right: 79.5%;
  }

  .heading-102 {
    text-align: center;
    display: block;
    position: static;
    inset: 0%;
  }

  .heading-103, .image-103, .text-bloc-101, .text-block-102, .text-block-103 {
    display: none;
  }

  .text-block-104 {
    font-size: 36px;
    font-weight: 700;
    display: none;
    position: absolute;
    inset: 25% 0% auto 43.5%;
  }

  .nav-link-8 {
    color: #18191d;
  }

  .nav-link-8.w--current {
    color: #000;
  }

  .columns-3 {
    inset: 0%;
  }

  .column-12, .column-13, .column-14 {
    position: static;
  }

  .section-11 {
    position: absolute;
  }

  .image-104 {
    position: absolute;
    inset: 25% 0% 0%;
  }

  .modal_32-copy {
    background-color: #00000080;
    display: none;
  }

  .udesly-container {
    margin-top: 100px;
  }

  .nav-link-10, .nav-link-11, .nav-link-12 {
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  img {
    box-sizing: content-box;
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: auto;
  }

  .page-equipe-gauche-6 {
    flex-flow: column;
    flex: 0 auto;
    order: -1;
    display: flex;
  }

  .body-3 {
    background-color: #fff0;
  }

  .f2wf-columns {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    background-color: var(--black);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#000, #fff), url('../images/Yellow_MW_iPad-2.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .slide-carroussel-slide {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 800px;
    max-width: 800px;
    height: 900px;
    max-height: 550px;
    padding-top: 10px;
    display: block;
    overflow: clip;
  }

  .slide-carroussel-background {
    border-radius: 20px;
    position: relative;
    top: 0;
    bottom: 50%;
  }

  .slide-carroussel-slide-content {
    padding-top: 0;
    padding-bottom: 0;
    top: -8%;
    bottom: 0;
  }

  .image-38, .image-39 {
    padding-top: 40px;
  }

  .image-40 {
    flex: 1;
    order: -1;
    align-self: auto;
    padding-top: 0;
    position: absolute;
    inset: 0%;
  }

  .image-41 {
    box-sizing: border-box;
    aspect-ratio: auto;
    border-radius: 20px;
    flex: 1;
    order: -1;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    position: absolute;
    inset: 0%;
  }

  .image-42, .image-43 {
    padding-top: 40px;
    inset: 0%;
  }

  .section-6 {
    padding-top: 0;
  }

  .frame-76 {
    flex-flow: row;
    align-self: center;
  }

  .page-equipe-droit-10 {
    flex-flow: column;
  }

  .error-22690b4a-9d67-8513-4685-b6ecedc3df2c {
    margin-bottom: auto;
    padding-top: 0;
    position: absolute;
    inset: 40% 0% 0% auto;
  }

  .image-44 {
    box-sizing: content-box;
    width: auto;
    min-width: 2000px;
    max-width: 3600px;
    min-height: auto;
    padding-right: 0;
    overflow: clip;
  }

  .image-45 {
    min-width: 500px;
    max-width: 1000%;
    min-height: 1000px;
    max-height: 2000px;
  }

  .body-4 {
    min-width: 500px;
    max-width: 1000px;
    min-height: 1000px;
    max-height: 2000px;
    overflow: clip;
  }

  .image-46 {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: fill;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .image-48 {
    min-width: 1000px;
    max-width: 1500px;
    height: 1500px;
    min-height: 1000px;
    max-height: 10000px;
  }

  .track-vf {
    display: block;
  }

  .image-105 {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 0;
  }

  .image-106 {
    margin-top: 60px;
    margin-left: 30px;
  }

  .udesly-udesly-text-field.udesly-mb-16 {
    margin-top: 100px;
  }

  .track-vf-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .f2wf-columns, ._3-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .container-8 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .container-10 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .header-2 {
    width: 100%;
    height: auto;
  }

  .container-11 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .container-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-objectifs-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .slider-objectifs-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .slider-objectifs-slide-description, .slider-objectifs-slide-button {
    font-size: 14px;
  }

  .goat-9i5s-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .goat-9i5s-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .goat-9i5s-slide-description, .goat-9i5s-slide-button {
    font-size: 14px;
  }

  .goat-9i5s-arrow-left, .goat-9i5s-arrow-right {
    margin-right: 3%;
  }

  .goat-9i5s-counter {
    bottom: 5%;
    right: 5%;
  }

  .slide-carroussel-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .slide-carroussel-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .slide-carroussel-slide-description, .slide-carroussel-slide-button {
    font-size: 14px;
  }

  .slide-carroussel-arrow-left, .slide-carroussel-arrow-right {
    margin-right: 3%;
  }

  .goat-o2nm-slide-title {
    max-width: 100%;
    font-size: 50px;
  }

  .goat-o2nm-arrows {
    height: 70px;
  }

  .goat-o2nm-arrow-button, .goat-o2nm-arrow-button-disabled {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .goat-o2nm-points {
    height: 40px;
    bottom: 15px;
  }

  .goat-jwbh-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .goat-jwbh-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .goat-jwbh-slide-description, .goat-jwbh-slide-button {
    font-size: 14px;
  }

  .goat-jwbh-arrow-left, .goat-jwbh-arrow-right {
    margin-right: 3%;
  }

  .goat-47ef-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .goat-47ef-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .goat-47ef-slide-description, .goat-47ef-slide-button {
    font-size: 14px;
  }

  .goat-47ef-arrow-right, .goat-47ef-arrow-left {
    margin-right: 3%;
  }

  .goat-387v-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .goat-387v-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .goat-387v-slide-description, .goat-387v-slide-button {
    font-size: 14px;
  }

  .goat-387v-arrow-left, .goat-387v-arrow-right {
    margin-right: 3%;
  }

  .goat-ziij-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .goat-ziij-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .goat-ziij-slide-description, .goat-ziij-slide-button {
    font-size: 14px;
  }

  .goat-ziij-arrow-left, .goat-ziij-arrow-right {
    margin-right: 3%;
  }

  .container-13 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-15 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-20 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .udesly-signup-form-wrapper {
    margin-top: 0;
  }

  .udesly-sign-up-main-wrapper {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .udesly-signup-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .udesly-sign-in-left-wrapper {
    align-items: center;
    width: 90%;
    height: auto;
    padding: 100px 0;
  }

  .udesly-sign-up-left-side {
    border-top: 1px solid #e6e6e6;
    border-right-style: none;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 100px 0;
  }

  .udesly-top-tag {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button-2 {
    position: absolute;
  }

  .error-4a224653-f6b2-1b4d-2b10-46b33da43dec {
    padding-top: 60px;
  }

  .navbar-logo-left {
    inset: 2% 10% 0% auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .container-10, .container-11, .container-12 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .slider-objectifs-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .slider-objectifs-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .goat-9i5s-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .goat-9i5s-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .slide-carroussel-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .slide-carroussel-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .goat-o2nm-slide-description {
    font-size: 16px;
  }

  .goat-o2nm-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .goat-o2nm-slide-title {
    font-size: 40px;
  }

  .goat-jwbh-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .goat-jwbh-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .goat-47ef-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .goat-47ef-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .goat-387v-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .goat-387v-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .goat-ziij-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .goat-ziij-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .nous-8 {
    top: 600px;
  }

  .titre-qui-sommes-nous-6 {
    margin-right: 40px;
    padding-left: 0;
    padding-right: 140px;
    top: 550px;
    left: 0;
    right: 2px;
  }

  .error-22690b4a-9d67-8513-4685-b6ecedc3df2c {
    margin-top: 40px;
  }

  .image-44 {
    display: none;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-63 {
    margin-top: 20px;
    display: block;
    position: absolute;
    left: 220px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .udesly-sign-up-main-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    clear: left;
    text-align: justify;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    position: relative;
    left: 50px;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 15px;
    position: relative;
    left: 75%;
  }

  .navigation-wrap {
    height: auto;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: none;
    position: relative;
    inset: 0% 0% 0% 280px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 100%;
    height: 100%;
  }

  .navigation-items {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .team-member-title-wrap {
    width: 100%;
    position: static;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .image-7 {
    height: 150px;
    margin-top: 20px;
  }

  .image-17, .image-18 {
    position: relative;
    left: 450px;
  }

  .image-19 {
    position: relative;
    inset: auto 0% 0% 450px;
  }

  .image-20 {
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
  }

  .text-block-14 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-8 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button-2 {
    position: absolute;
    inset: 0%;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
  }

  .error-4a224653-f6b2-1b4d-2b10-46b33da43dec {
    margin-top: 0;
  }

  .image-3-iphones-4 {
    object-fit: contain;
    overflow: visible;
  }

  .navbar-logo-left {
    object-fit: contain;
    inset: 0%;
  }

  .navbar-logo-left-container.shadow-three {
    clear: none;
    object-fit: cover;
    object-position: 50% 0%;
    position: static;
  }

  .navbar-wrapper {
    display: block;
  }

  .nav-menu-wrapper {
    display: block;
    position: absolute;
  }

  .nav-menu-two {
    box-shadow: none;
    opacity: 1;
    text-align: center;
    mix-blend-mode: normal;
    object-fit: contain;
    background-color: #d1cdcd00;
    flex-flow: column;
    flex: 1;
    order: -1;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 20px;
    font-weight: 600;
    list-style-type: disc;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .header_sub-line {
    width: 2em;
  }

  .goat-o2nm-slide-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .goat-o2nm-slide-title {
    font-size: 34px;
  }

  .goat-o2nm-point-active, .goat-o2nm-point {
    width: 20px;
    height: 20px;
  }

  .equipe-24 {
    height: 600px;
  }

  .frame-76 {
    height: 75px;
  }

  .page-equipe-droit-10 {
    margin-left: 90px;
    padding-top: 0;
    position: absolute;
    inset: 750px auto 0% 0%;
  }

  .nous-8 {
    inset: 900px 0% 0% 25%;
  }

  .pf-7 {
    margin-bottom: 100px;
  }

  .frame-77 {
    margin-bottom: 220px;
  }

  .page-equipe-gauche-7 {
    height: 600px;
    position: absolute;
    inset: 100px 0% 0%;
  }

  .titre-qui-sommes-nous-6 {
    width: 200%;
    height: 0;
    margin-top: 110px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    inset: 650px 0% 0%;
  }

  .texte-pr-sentation-5 {
    max-width: 710%;
    display: block;
  }

  .error-22690b4a-9d67-8513-4685-b6ecedc3df2c {
    flex: 1;
    order: -1;
    width: 95%;
    max-width: none;
    height: auto;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 140px;
    font-size: 13px;
    display: block;
    position: absolute;
    inset: 0% 10% 0% 0%;
  }

  .image-44 {
    object-fit: fill;
    height: 30vw;
    margin-bottom: 20px;
    display: none;
    position: static;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar-logo-left-container-2.shadow-three {
    flex: 1;
    order: -1;
  }

  .container-13 {
    max-width: none;
  }

  .nav-menu-wrapper-2 {
    display: block;
    position: relative;
    inset: 223000px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    display: block;
    position: relative;
    inset: 200px;
  }

  .menu-button-3 {
    bottom: 50px;
    left: 280px;
  }

  .modal_1 {
    width: auto;
    height: auto;
    display: none;
    overflow: visible;
  }

  .modal_body {
    width: 270px;
  }

  .text-block-17 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 5% 50px auto;
  }

  .modal_2 {
    display: none;
  }

  .heading-13 {
    margin-top: 100px;
    margin-bottom: 0;
    font-weight: 600;
  }

  .body-5 {
    background-color: #fff0;
    display: block;
  }

  .track-vf {
    display: none;
  }

  .frame-vf {
    height: 40vh;
  }

  .item-vf {
    box-sizing: border-box;
    width: 40vw;
    height: 30vh;
    position: relative;
  }

  .image-59 {
    width: 200vw;
    height: 30vh;
  }

  .text-block-18 {
    direction: ltr;
    font-size: 15px;
    line-height: 20px;
  }

  .modal_32, .modal_5 {
    display: none;
  }

  .div-block-2 {
    width: 90vw;
    height: auto;
  }

  .div-block-3, .div-block-4 {
    width: 90vw;
  }

  .image-60 {
    position: absolute;
    right: 200px;
  }

  .heading-15 {
    font-size: 28px;
    font-weight: 600;
  }

  .heading-16 {
    font-weight: 600;
  }

  .icon {
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
    position: relative;
    inset: 0% 0% 0 0;
  }

  .image-61 {
    margin: 3px;
    position: absolute;
    inset: 1.5% 2% 2%;
  }

  .body-6 {
    object-fit: fill;
    max-width: none;
    height: auto;
    max-height: none;
    display: block;
    overflow: visible;
  }

  .section-9 {
    height: 300px;
    position: absolute;
    top: 1700px;
  }

  .image-62 {
    display: block;
  }

  .image-63 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 1000px;
    display: block;
    position: absolute;
    inset: 0% 0% auto 27%;
  }

  .icon-2 {
    position: absolute;
    inset: 2% 5% 0% auto;
  }

  .container-15 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .navbar-ew {
    background-color: var(--black);
    color: #fff;
  }

  .nav-menu-mac {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .nav-link-4, .nav-link-5 {
    font-size: 14px;
  }

  .container-16 {
    display: block;
    position: absolute;
    inset: 5% 75% auto -150px;
  }

  .image-64 {
    position: absolute;
    inset: 2% auto 0% 25%;
  }

  .navbar-2 {
    background-color: #ddd0;
  }

  .menu-button-5 {
    position: absolute;
    inset: 0% 0% auto 480px;
  }

  .container-17 {
    position: absolute;
    inset: 5% 75% auto -150px;
  }

  .image-65 {
    position: absolute;
    inset: 2% 0% auto 30%;
  }

  .modal_4, .modal_6, .image-66 {
    display: none;
  }

  .fus-e-1-1 {
    z-index: 999;
    display: none;
    position: relative;
    inset: 0% 0% 0% 13.5%;
  }

  ._100-250 {
    position: absolute;
    top: 50px;
  }

  .image-68 {
    display: none;
    position: relative;
    left: 30%;
  }

  .image-69 {
    display: none;
  }

  .heading-18 {
    text-align: center;
    font-size: 20px;
    display: none;
  }

  .heading-17 {
    text-align: center;
    font-size: 20px;
    display: none;
    position: relative;
    bottom: 120px;
  }

  .heading-19, .text-block-19, .text-block-21, .text-block-22 {
    display: none;
  }

  .section-10 {
    position: absolute;
    inset: 20% 0% auto;
  }

  .container-19 {
    margin-top: 140px;
  }

  .fus-e-1-2 {
    padding-top: 220px;
    display: block;
    position: relative;
    top: 100%;
    left: 17.5%;
  }

  .image-102 {
    display: block;
    position: relative;
    bottom: 150px;
    left: 40%;
  }

  .heading-100 {
    text-align: center;
    font-size: 20px;
    display: block;
    position: absolute;
    inset: -5% 0% auto;
  }

  .heading-102 {
    text-align: center;
    font-size: 20px;
    display: block;
    position: relative;
    top: 100px;
    left: 0;
  }

  .heading-103 {
    text-align: center;
    font-size: 20px;
    display: block;
    position: absolute;
    inset: 570px 0% 0%;
  }

  .image-103 {
    position: relative;
    top: 120px;
    left: 40%;
  }

  .text-bloc-101 {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 34%;
  }

  .text-block-102 {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 63%;
  }

  .text-block-103 {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 89%;
  }

  .container-20 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .modal_32-copy {
    display: none;
  }

  .image-105 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 220px;
    display: inline-block;
    position: relative;
  }

  .image-106 {
    float: none;
    padding-bottom: 350px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -167px;
  }

  .udesly-form-sign-in {
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .udesly-signup-list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .udesly-sign-up-main-wrapper {
    background-color: #f8f8fa;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .udesly-sign-up-list {
    width: 100%;
  }

  .udesly-pricing-card-check {
    margin-right: 10px;
  }

  .udesly-signup-text-wrap {
    width: 85%;
  }

  .udesly-arrow-link {
    font-size: 16px;
  }

  .udesly-outlook-logo-wrapper {
    margin-right: 5px;
  }

  .udesly-sign-in-left-wrapper {
    width: 90%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .udesly-sign-up-left-side {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .udesly-gmail-logo-wrapper {
    margin-right: 5px;
  }

  .udesly-signin-logo-block {
    justify-content: center;
    display: block;
  }

  .udesly-sign-up-terms-of-use-wrapper {
    justify-content: flex-start;
  }

  .udesly-signin-form-block {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .udesly-top-tag {
    font-size: 12px;
  }

  .udeslysign-up-label {
    font-size: 14px;
    font-weight: 600;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-2 {
    display: inline-block;
  }

  .image-108 {
    display: none;
  }

  .nav-link-9 {
    font-size: 14px;
  }

  .image-109 {
    flex: 0 auto;
    align-self: center;
    margin-right: 0;
    display: none;
  }

  .cell-4 {
    display: none;
  }

  .text-block-106 {
    float: none;
    clear: none;
    vertical-align: super;
    margin-left: 0;
    padding-left: 20px;
    font-size: 16px;
    display: block;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-109-copy {
    clear: both;
    flex: 0 auto;
    align-self: center;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
    inset: 0%;
  }

  .image-109-copy2 {
    flex: 0 auto;
    align-self: center;
    margin-right: 0;
    display: block;
  }

  .image-109-copy3 {
    flex: 0 auto;
    align-self: center;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 0;
    display: block;
  }

  .image-109-copy3-copy {
    flex: 0 auto;
    align-self: center;
    margin-right: 0;
    display: none;
  }

  .cell-5 {
    display: none;
  }

  .cell-4-copy {
    display: block;
  }

  .image-110 {
    box-sizing: border-box;
    object-fit: fill;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .menu-button-6 {
    background-color: #0000;
    border: 1px solid #0000;
  }

  .container-21 {
    border: 1px solid #0000;
  }

  .nav-link-10, .nav-link-11, .nav-link-12 {
    font-size: 14px;
  }

  .image-111 {
    object-fit: fill;
    margin-right: 0;
    overflow: auto;
  }

  .image-112 {
    display: none;
  }

  .image-113 {
    display: block;
  }

  .nav-link-13, .nav-link-14, .nav-link-15, .nav-link-16 {
    font-size: 14px;
  }

  .track-vf-2 {
    display: block;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-48d4dee4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d01bb27e-05b5-023f-52f8-d73945a264ef-48d4dee4 {
  place-self: center;
}

#w-node-_1e48b8bb-29f1-27fc-0922-92a21e1cb469-48d4dee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d0ed07e7-ba65-ad66-f8ea-a200b3bee7df-48d4dee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-48d4dee4, #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-48d4dee7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-48d4dee7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-48d4dee7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-48d4dee7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-48d4dee7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-48d4dee7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2de7c2b2-a693-18fc-6695-977147d3040c-48d4dee8, #w-node-ce4f31a7-038e-b5a8-80ba-65f0f08f37d9-48d4dee8, #w-node-_6796365c-3ed0-edb6-f8e5-ffa221be320f-48d4dee8, #w-node-_164ade14-aeda-88fc-0128-14ddfcef71d3-48d4dee8, #w-node-d656d9c9-51e3-3645-c8da-612f91c6a1a7-48d4dee8, #w-node-_4abcfd8d-788f-0274-f7c9-255fda0507cf-48d4dee8, #w-node-_15b13d7d-7107-a2d6-bf38-7c507d8a8aa8-48d4dee8, #w-node-_012d7026-8a29-54c9-4cc7-ba17922534d3-48d4dee8, #w-node-_273878cf-68e2-bb27-fdad-9d3f64397e4a-48d4dee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5eebbd2f-3ba8-ecf1-6b08-a7644c0ffa9f-48d4dee8, #w-node-_6e203a57-0965-634d-0731-c17f73c4c7fb-48d4dee8, #w-node-ef68c74c-7ebd-7c6e-bc9b-4ceeac351fca-48d4dee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-48d4dee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-48d4dee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7702b31f-a857-cddc-0cb4-5a55a4dc927d-48d4deee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-48d4def0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-48d4def0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-48d4def0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_70a2f1a5-5ecb-fa1b-04a3-66f13e5dbd26-b6665b6a {
  grid-template-rows: minmax(284px, 3.75fr);
  grid-template-columns: minmax(19px, 2fr) minmax(200px, 2.25fr);
}

#w-node-_18cb142e-e675-e747-90bb-a6a7a3368d60-b6665b6a {
  grid-template-rows: minmax(284px, 3.75fr);
  grid-template-columns: 3fr minmax(200px, 2.25fr);
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d41-48d4dee4, #w-node-_86e64837-0616-515b-4568-76c147234d34-48d4dee4, #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-48d4dee7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-48d4dee7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-48d4dee7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-48d4dee7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-48d4dee9, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-48d4def0 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-48d4dee7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-48d4dee7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-48d4dee7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-48d4dee7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-48d4dee7 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-48d4def0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-48d4def0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_70a2f1a5-5ecb-fa1b-04a3-66f13e5dbd26-b6665b6a, #w-node-_18cb142e-e675-e747-90bb-a6a7a3368d60-b6665b6a {
    grid-template-rows: minmax(284px, 4fr);
    grid-template-columns: 3.5fr minmax(0, .25fr);
  }
}


@font-face {
  font-family: 'Raleway 5';
  src: url('../fonts/raleway-5.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}