:root {
  --dark-blue: #0f111f;
  --cream: #f5f3eb;
  --gold: #b0a98d;
  --red-dynamic: #fd0040;
  --white: white;
}

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

@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 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

a {
  color: var(--dark-blue);
  cursor: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.logo-good-gammes {
  width: 220px;
  margin-right: 1rem;
}

.navbar {
  z-index: 5;
  background-color: var(--cream);
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
}

.wrapper-logo-claim {
  flex: 1;
  display: flex;
}

.claim {
  align-items: center;
  display: flex;
}

.text-claim {
  color: var(--dark-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 1rem;
  font-family: Integralcf, Arial, sans-serif;
  font-weight: 500;
}

.text-claim.text-white {
  color: var(--cream);
}

.bullet-point {
  background-color: var(--dark-blue);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

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

.bullet-point.red-bullet {
  background-color: var(--red-dynamic);
}

.container-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  background-color: var(--cream);
  flex: 0 auto;
  align-self: auto;
  height: 100vh;
  display: block;
}

.nav-menu:lang(en) {
  color: var(--dark-blue);
}

.section-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: static;
}

.mega-h1 {
  z-index: 1;
  color: var(--cream);
  position: static;
}

.background-video {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-manifest {
  background-color: var(--white);
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.paragraph-description {
  color: var(--dark-blue);
  font-size: 18px;
  line-height: 25px;
}

.container-small {
  max-width: 1200px;
}

.heading-h2 {
  color: var(--dark-blue);
}

.block-paragraph-manifest {
  padding-left: 40px;
}

.section-activity {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.list-task {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.7rem;
}

.heading-h3-activity {
  color: var(--red-dynamic);
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.icon-activity {
  flex: 0 auto;
  margin-right: 20px;
}

.block-activity {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.wrapper-title-list {
  align-self: flex-start;
}

.wrapper-content {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.wrapper-list {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.section-about {
  background-color: var(--cream);
  padding-top: 4rem;
  padding-bottom: 0;
}

.casting {
  grid-column-gap: 30px;
  display: flex;
}

.profile {
  flex-flow: column;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.profile:hover {
  transform: translate(0, -10px);
}

.image-profile {
  border-radius: 50%;
  margin-bottom: .5rem;
}

.text-about-contact {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.block-members-team {
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  display: flex;
}

.text-function {
  text-align: center;
  margin-bottom: .25rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.frise-partners {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.section-keyword {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

._01-rayonner {
  cursor: none;
  background-image: linear-gradient(#0f111f80, #0f111f80), url('../images/RAYONNER.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 50vh;
  margin-bottom: 0;
  padding: 22px 24px 22px 32px;
  display: flex;
  position: sticky;
  top: 0;
}

._02-valoriser {
  cursor: none;
  background-image: linear-gradient(#0f111f80, #0f111f80), url('../images/VALORISER.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 50vh;
  margin-bottom: 0;
  padding: 22px 24px 22px 32px;
  display: flex;
  position: sticky;
  top: 0;
}

._03-inspirer {
  cursor: none;
  background-image: linear-gradient(#0f111f80, #0f111f80), url('../images/INSPIRER.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 50vh;
  margin-bottom: 0;
  padding: 22px 24px 22px 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-h2-value {
  color: var(--cream);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Integralcf, Arial, sans-serif;
  position: static;
}

._04-engager {
  cursor: none;
  background-image: linear-gradient(#0f111f80, #0f111f80), url('../images/ENGAGER.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 50vh;
  margin-bottom: 0;
  padding: 22px 24px 22px 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.red-point {
  background-color: var(--red-dynamic);
  color: var(--red-dynamic);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-bottom: 24px;
  margin-left: -5px;
  position: static;
  left: 220px;
}

.wrapper-content-about {
  grid-column-gap: 30px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.menu-button {
  cursor: none;
}

.menu-button.w--open {
  background-color: var(--dark-blue);
  border-radius: .5rem;
}

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

.navlink {
  color: var(--dark-blue);
  text-align: center;
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.navlink:hover {
  color: var(--red-dynamic);
}

.navlink.current {
  color: var(--dark-blue);
}

.navlink.current:hover {
  color: var(--red-dynamic);
}

.footer-link {
  text-align: right;
  text-transform: uppercase;
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}

.footer-link:hover {
  color: var(--red-dynamic);
}

.wrapper-footer {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.bullet-point-footer {
  background-color: var(--dark-blue);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.custom_cursor {
  background-color: var(--red-dynamic);
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  padding-bottom: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.custom_cursor.disable-clic {
  z-index: 100;
}

.body {
  cursor: none;
  font-family: Poppins, sans-serif;
}

.embed {
  display: none;
}

.container-small-footer {
  max-width: 1200px;
}

.div-block {
  z-index: 2;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-image-1 {
  height: 70px;
  padding-top: 10px;
}

.team-image-2 {
  height: 65px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-manifeste {
  cursor: pointer;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.signature {
  color: var(--gold);
  text-align: center;
  padding-bottom: 5px;
  font-size: 11px;
}

.link-bojeu {
  color: var(--gold);
  text-decoration: underline;
}

.menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 140px;
  display: flex;
}

.menu-wrapper:lang(en) {
  color: var(--dark-blue);
}

.menu-wrapper.darkblue-color {
  background-color: var(--dark-blue);
}

.navbar-darkblue {
  z-index: 5;
  background-color: var(--dark-blue);
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-contact {
  background-color: var(--cream);
  padding-top: 100px;
  padding-bottom: 40px;
}

.icon-white {
  color: var(--white);
}

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

.submit-button {
  background-color: var(--gold);
  border-radius: 1rem;
}

.submit-button:hover {
  background-color: var(--dark-blue);
}

.text-field {
  color: var(--dark-blue);
  border: 1px #000;
  border-radius: 1.1rem;
}

.icon-bullet-wrapper {
  align-items: center;
  display: flex;
}

.team-image-fondamentaux {
  height: 60px;
  padding-top: 10px;
}

.team-image-2-fondamentaux {
  height: 80px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-manifeste-2 {
  cursor: pointer;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.paragraph-rgpd {
  color: #333;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.7rem;
}

.wrapper-content-rgpd {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.h3-rgpd {
  margin-bottom: .5rem;
}

.fs-cc-banner2_component {
  z-index: 999;
  background-color: var(--cream);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-banner2_text {
  color: var(--dark-blue);
  font-size: 15px;
  font-weight: 300;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  background-color: var(--gold);
  color: var(--cream);
  text-align: center;
  border-radius: 1rem;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 400;
}

.fs-cc-banner2_button:hover {
  background-color: var(--dark-blue);
}

.link-rgpd {
  text-decoration: underline;
}

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

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

.text-block {
  color: var(--dark-blue);
  margin-top: 2rem;
  font-family: Poppins, sans-serif;
}

.link-404 {
  text-decoration: underline;
}

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

.container-valeur {
  max-width: 1200px;
}

.content-wrapper {
  flex-flow: column;
  display: flex;
}

.heading-h1 {
  text-align: center;
  font-family: Integralcf, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.study-case {
  color: var(--dark-blue);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.image-valeur {
  background-image: url('../images/saint-etienne-vue-aerienne.webp');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  min-height: 480px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.chapo {
  margin-bottom: 40px;
}

.list-item-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center;
  margin-bottom: 40px;
  display: grid;
}

.number {
  font-weight: 600;
}

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

.red-point-value {
  background-color: var(--red-dynamic);
  color: var(--red-dynamic);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 14px;
  margin-left: -14px;
  position: static;
  left: 220px;
}

.big-data {
  color: var(--dark-blue);
  padding-bottom: 10px;
  font-family: Integralcf, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 5rem;
}

.big-data.red-color {
  color: var(--red-dynamic);
  text-align: center;
  padding-bottom: 0;
}

.big-data.gold-color {
  color: var(--gold);
  flex: 0 auto;
  align-self: auto;
  padding-bottom: 10px;
}

.count-1 {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.explain-big-data {
  text-align: left;
  text-transform: uppercase;
}

.explain-big-data.align-center {
  text-align: center;
}

.data-1 {
  align-self: flex-end;
  margin-bottom: 0;
}

.divider {
  background-color: var(--dark-blue);
  width: 1px;
  height: 35px;
}

.data-3 {
  grid-column-gap: 67px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.count-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.count-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider-horizontal {
  background-color: var(--dark-blue);
  width: 100px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.data-4 {
  align-self: flex-start;
  margin-bottom: 60px;
}

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

.overlay {
  background-image: linear-gradient(#0f111fb3, #0f111fb3);
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.footer-link-2 {
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}

.footer-link-2:hover {
  color: var(--red-dynamic);
}

.list-item-grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center;
  margin-bottom: 40px;
  display: grid;
}

.explain-big-data-2 {
  text-align: left;
  text-transform: uppercase;
  width: 50%;
}

.image-engager {
  background-image: url('../images/victoire-covid-coupe-de-france-asse.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 480px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.explain-big-data-3 {
  text-align: left;
  text-transform: uppercase;
}

.navlink-black {
  color: var(--white);
  text-align: center;
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.navlink-black:hover {
  color: var(--red-dynamic);
}

.navlink-black.current {
  color: var(--white);
}

.navlink-black.current:hover {
  color: var(--red-dynamic);
}

@media screen and (max-width: 991px) {
  a {
    cursor: pointer;
  }

  .container-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mega-h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .background-video {
    height: auto;
    min-height: 100vh;
  }

  .container-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-members-team {
    width: auto;
  }

  .frise-partners {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
  }

  .wrapper-content-about {
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
  }

  .footer-link {
    flex: 1;
  }

  .custom_cursor.disable-clic {
    display: none;
  }

  .body {
    cursor: default;
  }

  .container-small-footer, .div-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-image-1 {
    height: 45px;
  }

  .team-image-2 {
    height: 37px;
    margin-top: 3px;
  }

  .team-image-fondamentaux {
    height: 40px;
  }

  .team-image-2-fondamentaux {
    height: 45px;
  }

  .paragraph-rgpd {
    text-align: left;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .container-valeur {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-valeur {
    background-position: 50%;
    background-attachment: scroll;
  }

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

  .data-1 {
    align-self: center;
  }

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

  .count-2 {
    margin-bottom: 10px;
  }

  .data-4 {
    align-self: center;
  }

  .div-block-7 {
    padding-top: 40px;
  }

  .footer-link-2 {
    flex: 1;
  }

  .image-engager {
    background-position: 50%;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .text-claim {
    margin-left: .25rem;
    font-size: 12px;
  }

  .section-hero {
    position: static;
  }

  .mega-h1 {
    font-size: 32px;
    line-height: 35px;
  }

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

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

  .wrapper-title-list {
    flex: 0 auto;
  }

  .wrapper-content {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .block-members-team {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-keyword {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-content-about {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link {
    flex: 1;
  }

  .wrapper-content-rgpd {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .heading-h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .image-valeur {
    background-position: 50%;
    background-attachment: scroll;
  }

  .data-1 {
    margin-bottom: 10px;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .footer-link-2 {
    flex: 1;
  }

  .image-engager {
    background-position: 50%;
    background-attachment: scroll;
  }

  .explain-big-data-3 {
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  .logo-good-gammes {
    width: 150px;
    margin-right: 0;
    display: inline-block;
  }

  .link-logo.w--current {
    flex: none;
    width: 50%;
  }

  .wrapper-logo-claim {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .claim {
    flex: none;
    align-self: auto;
    width: 50%;
    display: flex;
  }

  .text-claim {
    margin-left: .5rem;
    font-size: 12px;
    line-height: 15px;
  }

  .bullet-point {
    flex: none;
    width: 5px;
    height: 5px;
  }

  .container-navbar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mega-h1 {
    flex: 0 auto;
    font-size: 30px;
    line-height: 35px;
  }

  .background-video {
    flex-flow: column;
    padding-top: 0;
  }

  .block-activity {
    grid-column-gap: 2rem;
  }

  .casting {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .logo-partner {
    max-width: 15%;
  }

  .frise-partners {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-keyword {
    flex-flow: column;
    place-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: visible;
  }

  ._01-rayonner, ._02-valoriser, ._03-inspirer {
    padding: 16px;
  }

  .heading-h2-value {
    font-size: 40px;
  }

  ._04-engager {
    padding: 16px;
  }

  .menu-button {
    padding: 5px;
  }

  .navlink {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-link {
    font-size: 12px;
  }

  .wrapper-footer {
    justify-content: center;
    align-items: center;
  }

  .bullet-point-footer {
    flex: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-small-footer {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .team-image-1 {
    height: 30px;
    padding-top: 5px;
  }

  .team-image-2 {
    height: 30px;
    margin-top: 0;
  }

  .link-manifeste {
    margin-top: .125rem;
    margin-bottom: .125rem;
  }

  .team-image-fondamentaux {
    height: 27px;
    padding-top: 5px;
  }

  .team-image-2-fondamentaux {
    height: 35px;
  }

  .link-manifeste-2 {
    margin-top: .125rem;
    margin-bottom: .125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .heading-h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .image-valeur {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

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

  .red-point-value {
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -5px;
  }

  .big-data {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .big-data.red-color {
    line-height: 4.2rem;
  }

  .big-data.gold-color {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .count-1 {
    grid-column-gap: 10px;
  }

  .data-1 {
    flex: 0 auto;
  }

  .divider {
    height: 50px;
  }

  .count-3 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .footer-link-2 {
    font-size: 12px;
  }

  .image-engager {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .explain-big-data-3 {
    width: 30%;
  }

  .navlink-black {
    font-size: 40px;
    line-height: 40px;
  }
}

#w-node-f291d455-8747-db5f-d711-2a2e426fe1ee-7bca8dae, #w-node-f291d455-8747-db5f-d711-2a2e426fe1f3-7bca8dae, #w-node-f291d455-8747-db5f-d711-2a2e426fe1f9-7bca8dae, #w-node-f291d455-8747-db5f-d711-2a2e426fe1ee-242821a2, #w-node-f291d455-8747-db5f-d711-2a2e426fe1f3-242821a2 {
  place-self: start end;
}


@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-ExtraBoldOblique.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-DemiBoldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}