@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Fontspring-DEMO-proximanova-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --_colors---transparent: #fff0;
  --_spaces---space-xl: 64px;
  --_spaces---space-m: 24px;
  --_spaces---space-l: 40px;
  --league-spartan: "League Spartan", sans-serif;
  --_colors---greige: #e3e3e3;
  --_spaces---space-s: 16px;
  --neue-montreal: "Neue Montreal", Arial, sans-serif;
  --_spaces---space-xs: 8px;
  --_colors---bleu-foncé: #1b1f3d;
  --open-sans: "Open Sans", sans-serif;
  --_colors---bleu-foncé-0-5: #1b1f3d80;
  --_spaces---space-xxs: 4px;
  --_spaces---space-xxl: 96px;
  --_colors---bleu-foncé-0-2: #1b1f3d33;
  --_colors---noir: #000;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --_colors---bleu-clair: #143a7a;
  --relume-library-lite--rl-gray: #f4f4f4;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --_colors---greige-0-3: #e3e3e34d;
  --proxima-nova: "Proxima Nova", Tahoma, sans-serif;
  --_colors---noir-0-5: #00000080;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-hero {
  z-index: 0;
  background-color: var(--_colors---transparent);
  height: auto;
  min-height: 70vh;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section {
  padding-top: var(--_spaces---space-xl);
  padding-bottom: var(--_spaces---space-xl);
}

.container-1 {
  padding: var(--_spaces---space-m);
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-xl-fat {
  margin-top: var(--_spaces---space-m);
  margin-bottom: var(--_spaces---space-l);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  letter-spacing: -5px;
  font-size: 120px;
  font-weight: 600;
  line-height: 1em;
}

.heading-xl-thin-hero {
  margin-top: var(--_spaces---space-m);
  margin-bottom: var(--_spaces---space-s);
  opacity: 0;
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  letter-spacing: -5px;
  mix-blend-mode: normal;
  font-size: 100px;
  font-weight: 300;
  line-height: 1em;
  transition: opacity .6s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.heading-s-fat {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-xs);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1em;
}

.heading-s-fat.text-blue {
  color: var(--_colors---bleu-foncé);
  text-align: left;
  font-size: 16px;
}

.heading-s-fat.text-blue.text-right {
  text-align: right;
}

.heading-s-fat.text-right {
  align-self: flex-start;
}

.heading-s-fat.author-citation {
  font-size: 20px;
}

.paragraph-medium {
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  text-align: justify;
  white-space: normal;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-small {
  font-family: var(--open-sans);
  color: var(--_colors---greige);
  text-align: justify;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

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

.paragraph-small.text-center.text-bold {
  align-self: flex-end;
}

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

.button-primary {
  margin-bottom: var(--_spaces---space-xs);
  border: 1px solid var(--_colors---greige);
  background-color: var(--_colors---transparent);
  box-shadow: 2px 2px 5px 0 var(--_colors---bleu-foncé-0-5);
  color: var(--_colors---greige);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  align-self: auto;
  font-family: Neue Montreal, Arial, sans-serif;
  transition: box-shadow .3s;
}

.button-primary:hover {
  background-color: var(--_colors---greige);
  box-shadow: 2px 2px 5px 0 var(--_colors---bleu-foncé-0-5);
  color: var(--_colors---bleu-foncé);
}

.button-secondary {
  margin-bottom: var(--_spaces---space-xs);
  background-color: var(--_colors---greige);
  color: var(--_colors---bleu-foncé);
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 10px;
  font-family: Neue Montreal, Arial, sans-serif;
}

.button-secondary:hover {
  background-color: var(--_colors---bleu-foncé);
  color: var(--_colors---greige);
}

.body-dark {
  background-color: var(--_colors---bleu-foncé);
  padding-top: 0;
  display: block;
}

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

.text-left {
  align-self: flex-start;
}

.link {
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  cursor: pointer;
  font-weight: 300;
}

.nav-section {
  margin-top: 0;
  padding-top: 0;
}

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

.nav-wrapper-left {
  padding-right: var(--_spaces---space-s);
  padding-bottom: 0;
  padding-left: var(--_spaces---space-s);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  display: flex;
  overflow: visible;
}

.nav-wrapper-right {
  grid-column-gap: var(--_spaces---space-l);
  grid-row-gap: var(--_spaces---space-l);
  text-align: left;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: var(--_colors---bleu-foncé);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-link {
  padding-right: var(--_spaces---space-s);
  padding-left: var(--_spaces---space-s);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
}

.nav-link:hover {
  -webkit-text-stroke-color: var(--_colors---greige);
  text-shadow: 0 1px 1px #0003;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-style: normal;
  font-weight: 300;
}

.nav-link:focus {
  outline-color: var(--_colors---greige);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: none;
}

.nav-link.w--current {
  color: var(--_colors---greige);
  font-weight: 400;
}

.nav-logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  min-width: 0;
  max-width: none;
}

.logo {
  max-width: 120px;
}

.hero-media {
  z-index: 0;
  aspect-ratio: auto;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: clip;
}

.background-video {
  aspect-ratio: auto;
  background-color: var(--_colors---transparent);
  opacity: .7;
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: clip;
}

.hero-image {
  z-index: 2;
  opacity: 0;
  width: auto;
  max-width: none;
  height: 120px;
  transition: opacity 4s;
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-bg-blue {
  margin-top: var(--_spaces---space-xl);
  margin-bottom: var(--_spaces---space-xl);
  padding-right: var(--_spaces---space-xxl);
  padding-left: var(--_spaces---space-xxl);
  width: 100%;
  max-width: none;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.bg-image {
  z-index: 0;
  background-color: var(--_colors---bleu-foncé);
  background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5)), url('../images/BUILDINGS-NIGHT-KEY-FIGURES.webp');
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.container-bg-image {
  z-index: 2;
  margin: var(--_spaces---space-m) var(--_spaces---space-xxl);
  max-width: none;
  padding-left: 0;
  position: relative;
}

.bg-content {
  max-width: 1000px;
}

.bg-content-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1000px;
  display: flex;
}

.container-large {
  z-index: 1;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto auto auto 0%;
}

.services-label {
  padding-left: var(--_spaces---space-m);
  grid-column-gap: var(--_spaces---space-xs);
  grid-row-gap: var(--_spaces---space-xs);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-right {
  text-align: right;
  align-self: center;
}

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

.link-icon {
  font-family: var(--open-sans);
  color: var(--_colors---greige);
  font-size: var(--_spaces---space-m);
  cursor: pointer;
  text-decoration: none;
}

.services-icon {
  color: var(--_colors---greige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-m-thin {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.heading-m-thin.text-center {
  text-align: center;
}

.section-key-figures {
  padding-top: var(--_spaces---space-xl);
  padding-bottom: var(--_spaces---space-xl);
  position: relative;
  overflow: hidden;
}

.key-figures-grid {
  grid-column-gap: var(--_spaces---space-l);
  grid-row-gap: var(--_spaces---space-l);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
}

.key-figures-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-pays {
  padding-top: var(--_spaces---space-xl);
  padding-bottom: var(--_spaces---space-xl);
  padding-left: var(--_spaces---space-xxl);
}

.pays-left {
  grid-column-gap: var(--_spaces---space-xxs);
  grid-row-gap: var(--_spaces---space-xxs);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.pays-item {
  border: 1px none var(--_colors---greige);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
}

.pays-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  cursor: pointer;
  border: 0 #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pays-content {
  overflow: hidden;
}

.pays-content-text {
  margin-bottom: auto;
}

.pays-label {
  margin-right: 60px;
}

.pays-grid {
  padding-top: var(--_spaces---space-m);
  grid-column-gap: var(--_spaces---space-xl);
  grid-row-gap: var(--_spaces---space-xl);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  transition: opacity .2s;
  display: grid;
}

.footer {
  background-color: var(--_colors---bleu-foncé);
  position: relative;
  overflow: hidden;
}

.footer-locations {
  padding: var(--_spaces---space-xs) var(--_spaces---space-xxl);
  background-color: var(--_colors---greige);
  opacity: .6;
}

.locations-list {
  grid-column-gap: var(--_spaces---space-l);
  grid-row-gap: var(--_spaces---space-l);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.citation {
  color: var(--_colors---bleu-foncé);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.footer-main {
  z-index: 1;
  padding-top: var(--_spaces---space-l);
  padding-bottom: var(--_spaces---space-m);
  position: relative;
}

.footer-grid {
  padding-right: var(--_spaces---space-l);
  padding-left: var(--_spaces---space-l);
  grid-column-gap: var(--_spaces---space-xl);
  grid-row-gap: var(--_spaces---space-xl);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-left {
  grid-column-gap: var(--_spaces---space-m);
  grid-row-gap: var(--_spaces---space-m);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.footer-cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-mark-image {
  z-index: 0;
  opacity: .5;
  cursor: none;
  width: 200px;
  position: absolute;
  inset: auto -40px -40px auto;
}

.pays-right {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pays-image-50 {
  z-index: 0;
  opacity: .5;
  object-fit: cover;
  object-position: 0% 50%;
  width: auto;
  height: 70%;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0 auto 0%;
  overflow: clip;
}

.heading-s-thin {
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-s-thin.text-blue {
  color: var(--_colors---bleu-foncé);
}

.container-large-full-right {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.pays-image {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  object-position: 0% 50%;
  width: auto;
  height: 70%;
  transition: opacity .3s;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.pays-image.is-afrique, .pays-image.is-amerique-nord, .pays-image.is-europe {
  z-index: 999;
}

.pays-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-bg-image {
  z-index: 0;
  background-color: var(--_colors---bleu-foncé);
  opacity: .7;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: auto;
  height: auto;
  position: relative;
  inset: 0%;
}

.section-team {
  padding: var(--_spaces---space-xl);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-wrapper {
  grid-column-gap: var(--_spaces---space-m);
  grid-row-gap: var(--_spaces---space-m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

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

.section-presse {
  padding: var(--_spaces---space-xl);
  position: relative;
}

.press-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.press-grid {
  margin-top: var(--_spaces---space-m);
  margin-bottom: var(--_spaces---space-m);
  grid-column-gap: var(--_spaces---space-l);
  grid-row-gap: var(--_spaces---space-l);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.section-services-bg {
  padding: var(--_spaces---space-l) var(--_spaces---space-m);
  background-color: var(--_colors---bleu-foncé);
  background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5)), url('../images/AXISCO-BRIEF-2.png');
  opacity: 1;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.services-grid-copy {
  margin-top: var(--_spaces---space-m);
  grid-column-gap: var(--_spaces---space-l);
  grid-row-gap: var(--_spaces---space-m);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch stretch;
  font-size: 15px;
  display: grid;
}

.services-item-copy {
  padding: var(--_spaces---space-xs) var(--_spaces---space-m);
  border: 1px none var(--_colors---greige);
  background-color: var(--_colors---transparent);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.services-item-copy:hover {
  padding: var(--_spaces---space-xs) var(--_spaces---space-m);
  background-color: var(--_colors---bleu-foncé-0-5);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
}

.services-header-copy {
  padding-top: var(--_spaces---space-xs);
  padding-bottom: var(--_spaces---space-xs);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  cursor: pointer;
  border: 0 #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-content-copy {
  overflow: hidden;
}

.heading-l-thin {
  margin-top: var(--_spaces---space-xxs);
  margin-bottom: var(--_spaces---space-xxs);
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  letter-spacing: -2px;
  font-size: 70px;
  font-weight: 300;
  line-height: 1em;
}

.heading-l-thin.text-center {
  text-align: center;
  font-weight: 300;
}

.heading-l-fat {
  margin-top: var(--_spaces---space-m);
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  letter-spacing: -3px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

.heading-l-fat.text-center {
  text-align: center;
}

.team-button-wrapper {
  display: flex;
}

.section-associates {
  padding: var(--_spaces---space-xl);
  position: relative;
}

.team-title-wrapper {
  margin-bottom: var(--_spaces---space-l);
}

.paragraph-small-fat {
  font-family: var(--open-sans);
  color: var(--_colors---greige);
  text-align: justify;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-xsmall-equipe {
  font-family: var(--open-sans);
  color: var(--_colors---greige);
  text-align: justify;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2em;
}

.paragraph-xsmall-equipe.text-blue {
  color: var(--_colors---bleu-foncé);
  font-size: 11.5px;
}

.paragraph-xsmall-equipe.text-justify {
  text-align: justify;
}

.services-item-copy {
  margin-bottom: var(--_spaces---space-s);
  border: 1px none var(--_colors---greige);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.hero-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 40px auto auto 0;
  overflow: hidden;
}

.hero-title-wrapper {
  width: auto;
  height: 140px;
  position: relative;
  overflow: visible;
}

.heading-xl-thin {
  margin-top: var(--_spaces---space-m);
  margin-bottom: var(--_spaces---space-l);
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  letter-spacing: -5px;
  align-self: flex-start;
  font-size: 120px;
  font-weight: 300;
  line-height: 1em;
}

.heading-xl-thin.text-center {
  align-self: center;
  font-weight: 300;
}

.team-member-image {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-wrap {
  margin-right: auto;
  margin-bottom: var(--_spaces---space-xxl);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: 500px;
  margin-left: auto;
  display: flex;
}

.paragraph-equipe-bio {
  font-family: var(--open-sans);
  color: #ffffffde;
  text-align: justify;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
}

.team_member-wrap {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: visible;
}

.image-overlay-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--_colors---bleu-foncé) 7%, #1d182400);
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.team_member-info {
  z-index: 2;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: absolute;
  inset: 200px 20px -30px 24px;
}

.hero-equipe-wrapper {
  z-index: 1;
  margin-right: var(--_spaces---space-xl);
  margin-left: var(--_spaces---space-xl);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.bg-image-equipe {
  z-index: 0;
  background-color: var(--_colors---bleu-foncé);
  background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5)), url('../images/AXISCO-TEAM-IMAGE.webp');
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-clip: border-box;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.team-grid {
  padding-top: var(--_spaces---space-m);
  grid-column-gap: var(--_spaces---space-l);
  grid-row-gap: var(--_spaces---space-l);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  transition: opacity .2s;
  display: block;
}

.team-item-nophoto {
  border: 1px none var(--_colors---greige);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
}

.team-header-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 3 / 4;
  background-color: var(--_colors---transparent);
  cursor: pointer;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0%;
  padding: 0% 5% 10%;
  transition: all .4s;
  display: flex;
}

.team-header-photo:hover {
  background-color: var(--_colors---transparent);
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-team-test.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.team-content {
  height: auto;
  margin-top: 0%;
  padding: 10% 5% 0%;
  overflow: hidden;
}

.image-team {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.button-light {
  border: 1px solid var(--_colors---greige);
  background-color: var(--_colors---transparent);
  color: var(--_colors---greige);
  text-transform: none;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 12px;
}

.team-header-nophoto {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 3 / 4;
  background-color: var(--_colors---transparent);
  cursor: pointer;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0%;
  padding: 0% 5% 10%;
  display: flex;
}

.team-header-nophoto:hover {
  background-color: var(--_colors---transparent);
  justify-content: flex-end;
  align-items: flex-start;
}

.background-video-small {
  opacity: .8;
  top: auto;
}

.rt-location-icon-white {
  position: absolute;
}

.rt-location-branch-link {
  margin-top: var(--_spaces---space-s);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.team-worldwide-wrapper {
  display: block;
}

.section-team-world {
  margin-right: var(--_spaces---space-xl);
  margin-bottom: var(--_spaces---space-xl);
  margin-left: var(--_spaces---space-xl);
  padding-top: var(--_spaces---space-xl);
  padding-bottom: var(--_spaces---space-xl);
}

.heading-m-fat {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.heading-m-fat.text-center {
  text-align: center;
}

.blank {
  width: 100%;
  height: 100px;
}

.team-world-wrapper {
  margin-bottom: var(--_spaces---space-m);
  grid-column-gap: var(--_spaces---space-m);
  grid-row-gap: var(--_spaces---space-m);
  display: flex;
  position: relative;
}

.team-world-card {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: flex;
  position: relative;
}

.team-world-card-front {
  z-index: 1;
  background-color: var(--_colors---noir);
  backface-visibility: hidden;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-office {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .6;
  object-fit: fill;
  align-self: center;
  width: auto;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.location-text {
  z-index: 2;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 50%;
  margin-bottom: 20%;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  inset: 0%;
}

.team-world-card-back {
  z-index: 0;
  background-color: var(--_colors---greige);
  opacity: .8;
  backface-visibility: visible;
  transform-style: preserve-3d;
  border-radius: 5px;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bio-text {
  z-index: 2;
  grid-column-gap: var(--_spaces---space-xs);
  grid-row-gap: var(--_spaces---space-xs);
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding: 20px;
  position: relative;
  inset: 0%;
}

.team-member-text-back {
  grid-column-gap: var(--_spaces---space-xs);
  grid-row-gap: var(--_spaces---space-xs);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-world-card-wrapper {
  border-radius: 5px;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-offices {
  display: block;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--_colors---transparent);
  opacity: 1;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 40px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-large-text-marquee-one {
  overflow: hidden;
}

.rt-large-text-marquee-text-wrap {
  color: #757575;
  letter-spacing: -2px;
  white-space: nowrap;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 5rem;
  display: block;
}

.rt-text-stroke {
  color: #e6e6ee00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_colors---greige);
  overflow-wrap: normal;
  line-height: 7rem;
}

.text-block-engagements {
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
}

.text-block-engagements.heading-xl-fat {
  color: var(--_colors---greige);
  -webkit-text-stroke-color: var(--_colors---greige);
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #0000;
}

.section-histoire {
  margin-top: var(--_spaces---space-l);
  margin-bottom: var(--_spaces---space-l);
  background-color: var(--_colors---transparent);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: none;
  position: relative;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.timeline-dot {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.histoire-wrapper {
  width: 100%;
}

.timeline-line {
  transform-origin: 0%;
  background-color: #ececec;
  height: 1px;
  position: absolute;
  inset: 72px 0% auto;
}

.timeline-wrapper {
  width: 100%;
  position: relative;
}

.timeline-item {
  z-index: 1;
  align-self: auto;
  position: relative;
}

.timeline-dot-blue {
  background-color: var(--_colors---bleu-clair);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.timeline-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-container.timeline-container-align {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.section-formation {
  margin-top: var(--_spaces---space-xl);
  margin-bottom: var(--_spaces---space-xl);
  width: auto;
  max-width: none;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.content-formation {
  grid-column-gap: var(--_spaces---space-m);
  grid-row-gap: var(--_spaces---space-m);
  flex-flow: column;
  max-width: 1000px;
  display: flex;
}

.section-pays-mobile {
  margin-bottom: var(--_spaces---space-xl);
  padding-top: var(--_spaces---space-xl);
  padding-bottom: var(--_spaces---space-xl);
  display: none;
}

.zones-world-wrapper {
  grid-column-gap: var(--_spaces---space-m);
  grid-row-gap: var(--_spaces---space-m);
  display: flex;
  position: relative;
}

.zones-world-card-wrapper {
  border-radius: 5px;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zone-world-card {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: flex;
  position: relative;
}

.zone-world-card-front {
  z-index: 1;
  background-color: var(--_colors---noir);
  backface-visibility: hidden;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.zone-world-card-back {
  z-index: 0;
  background-color: var(--_colors---greige);
  opacity: .8;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-citation {
  margin-top: var(--_spaces---space-xl);
  margin-bottom: var(--_spaces---space-l);
  width: 100%;
  max-width: none;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.content-citation {
  grid-column-gap: var(--_spaces---space-m);
  grid-row-gap: var(--_spaces---space-m);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.div-citation-auteur {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--_colors---greige);
  font-family: var(--neue-montreal);
  color: var(--_colors---bleu-foncé);
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_section_blogpost1 {
  background-color: var(--_colors---transparent);
  font-family: var(--neue-montreal);
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  align-self: auto;
  align-items: center;
  display: flex;
}

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2em;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  border-radius: 20px;
  padding: .25rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_content {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rt-tabs-menu-2 {
  flex-direction: column;
  flex: 0 50%;
  margin-right: 20px;
  padding-bottom: 32px;
  display: flex;
}

.rt-tabs-menu-2.rt-with-border {
  border-right: 1px solid #79797999;
  flex-basis: 40%;
  align-self: stretch;
  margin-right: 15px;
  padding-bottom: 0;
  padding-right: 50px;
}

.presse-card-info {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.rt-tabs-content-2 {
  flex: 0 50%;
  margin-left: 20px;
  overflow: visible;
}

.rt-tabs-content-2.rt-service-one-tab-content {
  flex-basis: 60%;
  margin-left: 40px;
}

.rt-service-one-tabs {
  font-family: var(--neue-montreal);
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-tab-link-three {
  font-family: var(--league-spartan);
  color: var(--_colors---bleu-foncé);
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 100%;
}

.rt-tab-link-three.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--_colors---bleu-foncé);
  font-family: var(--league-spartan);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 4px;
  font-weight: 600;
}

.div-tab {
  margin-bottom: 60px;
  margin-right: 40px;
  display: block;
}

.paragraph-small-article {
  font-family: var(--open-sans);
  color: var(--_colors---greige);
  margin-bottom: 10px;
  line-height: 1.4em;
}

.paragraph-small-article.text-blue {
  color: var(--_colors---bleu-foncé);
  text-align: justify;
  font-size: 14px;
}

.button-readmore {
  margin-top: var(--_spaces---space-xs);
  margin-bottom: var(--_spaces---space-xs);
  border: 1px solid var(--_colors---greige);
  background-color: var(--_colors---transparent);
  outline-color: var(--_colors---bleu-foncé);
  outline-offset: 0px;
  color: var(--_colors---bleu-foncé);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  outline-width: 1px;
  outline-style: solid;
  align-self: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.button-readmore:hover {
  background-color: var(--_colors---bleu-foncé);
  color: var(--_colors---greige);
}

.paragraph-article {
  margin-bottom: 40px;
}

.button-fullarticle {
  border: 1px solid var(--_colors---greige);
  background-color: var(--_colors---transparent);
  box-shadow: 2px 2px 5px 0 var(--_colors---bleu-foncé-0-5);
  color: var(--_colors---greige);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  align-self: auto;
  font-family: Neue Montreal, Arial, sans-serif;
  transition: box-shadow .3s;
}

.button-fullarticle:hover {
  background-color: var(--_colors---greige);
  box-shadow: 2px 2px 5px 0 var(--_colors---bleu-foncé-0-5);
  color: var(--_colors---bleu-foncé);
}

.container-presse {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(--_colors---transparent);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 40px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.presse-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 20px 20px 38px;
}

.presse-card-image-box {
  text-align: center;
  overflow: hidden;
}

.presse-cover-image {
  object-fit: cover;
}

.presse-cover-image.rt-full-width-image {
  width: 100%;
}

.presse-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.presse-card.rt-home-two {
  margin-right: 0;
}

.presse-card.rt-home-two.rt-home-two-page {
  background-color: var(--_colors---greige);
  font-family: var(--neue-montreal);
  color: var(--_colors---bleu-foncé);
}

.presse-grid-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-presse-body {
  margin-bottom: auto;
  margin-right: auto;
  display: block;
}

.rt-precision-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-citation {
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-citation.text-justify {
  text-align: justify;
}

.content-formation-titles {
  margin-bottom: var(--_spaces---space-l);
}

.heading-team-member {
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.title-team-member {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-xs);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1em;
}

.heading-article {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.heading-article-card {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-xs);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1em;
}

.heading-article-card.text-blue {
  color: var(--_colors---bleu-foncé);
  text-align: left;
}

.highlight-citation {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: 0;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
}

.gradient-overlay {
  z-index: auto;
  background-image: linear-gradient(0deg, var(--_colors---bleu-foncé), var(--_colors---transparent));
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.team-wrap-1 {
  margin-right: auto;
  margin-bottom: var(--_spaces---space-xxl);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 31%;
  height: 500px;
  margin-left: 0;
  display: flex;
}

.container-hero {
  z-index: 2;
  margin: var(--_spaces---space-m) var(--_spaces---space-xl);
  max-width: none;
  padding-left: 0;
  position: relative;
}

.container-xl {
  z-index: 2;
  padding-right: var(--_spaces---space-xl);
  padding-left: var(--_spaces---space-xl);
  max-width: none;
  position: relative;
}

.link-intext {
  font-family: var(--open-sans);
  color: var(--_colors---greige);
  cursor: pointer;
  font-weight: 300;
}

.section-engagement {
  padding-top: var(--_spaces---space-xxl);
  padding-bottom: var(--_spaces---space-l);
  background-color: var(--_colors---bleu-foncé);
  background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5)), url('../images/LIGHTS-BLURRY-BACKGROUND.webp');
  opacity: 1;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: static;
}

.section-header-home {
  margin-top: var(--_spaces---space-xl);
  margin-bottom: var(--_spaces---space-xl);
  padding-right: var(--_spaces---space-xl);
  padding-left: var(--_spaces---space-xl);
  width: 100%;
  max-width: none;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.scroll-down-wrapper {
  z-index: 1000;
  opacity: 1;
  position: fixed;
  bottom: 10%;
  left: 50%;
}

.scroll-down-link {
  z-index: 1000;
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

.scroll-down-link.w--current {
  z-index: auto;
}

.scroll-down-icon {
  z-index: 1000;
  color: var(--_colors---greige);
  position: relative;
}

.scroll-down-trigger {
  z-index: -1;
  width: auto;
  height: 75px;
  position: absolute;
  top: 25vh;
  bottom: auto;
  left: auto;
  transform: translate(0);
}

.section-services-intro {
  margin-top: var(--_spaces---space-xl);
  margin-bottom: var(--_spaces---space-xxl);
  padding-right: var(--_spaces---space-xxl);
  padding-left: var(--_spaces---space-xxl);
  width: 100%;
  max-width: none;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.section-zones-intro, .section-equipe-intro {
  margin-top: var(--_spaces---space-xl);
  margin-bottom: var(--_spaces---space-xl);
  padding-right: var(--_spaces---space-xxl);
  padding-left: var(--_spaces---space-xxl);
  width: 100%;
  max-width: none;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.engagements-grid {
  margin-top: var(--_spaces---space-m);
  grid-column-gap: var(--_spaces---space-l);
  grid-row-gap: var(--_spaces---space-m);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch stretch;
  display: grid;
}

.engagement-item {
  padding: var(--_spaces---space-xs) var(--_spaces---space-m);
  border: 1px none var(--_colors---greige);
  background-color: var(--_colors---transparent);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.engagement-item:hover {
  padding: var(--_spaces---space-xs) var(--_spaces---space-m);
  background-color: var(--_colors---bleu-foncé-0-5);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
}

.background-video-team {
  opacity: .8;
  display: none;
  top: auto;
}

.engagement-bg-image {
  z-index: 0;
  background-color: var(--_colors---bleu-foncé);
  opacity: .5;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/AXIS_CO-ENGAGEMENTS.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.paragraph-small-footer {
  font-family: var(--open-sans);
  color: var(--_colors---greige);
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

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

.heading-m-thin-footer {
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.heading-m-thin-footer.text-center {
  text-align: center;
}

.button-footer {
  border: 1px solid var(--_colors---greige);
  background-color: var(--_colors---transparent);
  box-shadow: 2px 2px 5px 0 var(--_colors---bleu-foncé-0-5);
  color: var(--_colors---greige);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  align-self: auto;
  font-family: Neue Montreal, Arial, sans-serif;
  transition: box-shadow .3s;
}

.button-footer:hover {
  background-color: var(--_colors---greige);
  box-shadow: 2px 2px 5px 0 var(--_colors---bleu-foncé-0-5);
  color: var(--_colors---bleu-foncé);
}

.container-large-engagement {
  z-index: 1;
  margin-right: var(--_spaces---space-m);
  margin-left: var(--_spaces---space-m);
  max-width: 1080px;
  position: relative;
  inset: auto auto auto 0%;
}

.gradient-overlay-blue-tr {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--_colors---transparent), var(--_colors---bleu-foncé) 50%);
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: -150px;
  left: 0;
}

.gradient-overlay-copy {
  z-index: auto;
  background-image: linear-gradient(180deg, var(--_colors---bleu-foncé) 30%, var(--_colors---transparent));
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% -60%;
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width.rt-auto-fit {
  object-fit: cover;
}

.rt-full-width.rt-auto-fit.rt-full-height, .rt-full-width.rt-full-height {
  height: 100%;
}

.rt-counter-train-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.rt-counter-box-2 {
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

.rt-counter-box-2.rt-heading-two-box {
  height: 55px;
}

.rt-counter-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -1.2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.rt-counter-items-name {
  color: #14151a;
  text-align: center;
  text-transform: none;
  max-width: 158px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.rt-counter-items-name.rt-align-left {
  text-align: left;
}

.rt-about-three-about-heading {
  flex: 1;
  max-width: 660px;
  display: flex;
}

.rt-about-three-about-counter-responsive-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
}

.rt-about-three-counter-flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rt-about-three-about-image {
  border-radius: 12px;
  overflow: hidden;
}

.rt-about-three-about-counter {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.rt-about-three-counter-description {
  border-left: 0 solid #fff3;
  align-items: center;
  display: flex;
}

.rt-about-three-counter-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 0 100%;
  align-items: flex-start;
  display: flex;
}

.rt-about-three-about-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

.rt-counter-section {
  justify-content: flex-start;
  align-items: center;
}

.rt-counter-number {
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  letter-spacing: 1.6px;
  font-size: 120px;
  font-weight: 300;
  line-height: 1em;
}

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-ninth-text-section {
  max-width: 530px;
}

.rt-counter-train-4 {
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-up-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.rt-ninth-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.rt-counter-box-4 {
  justify-content: center;
  align-items: flex-start;
  height: 120px;
  overflow: hidden;
}

.rt-counter-block {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 237px;
  padding: 30px 40px 40px;
  box-shadow: 8px 15px 40px #0000000d;
}

.rt-four-counter-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
}

.rt-down-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.rt-scroll-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-top: 15px;
  margin-bottom: 30px;
}

.div-key-number {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

.credit-photo {
  font-family: var(--open-sans);
  color: var(--_colors---bleu-foncé);
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.2em;
}

.presse-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-presse-info {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-xs);
  font-family: var(--league-spartan);
  color: var(--_colors---greige);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1em;
}

.heading-presse-info.text-blue {
  color: var(--_colors---bleu-foncé);
  text-align: left;
}

.heading-presse-info.text-blue.text-right {
  text-align: right;
}

.heading-presse-info.text-right {
  align-self: flex-start;
}

.heading-presse-info.author-citation {
  font-size: 20px;
}

.section-hero-100, .section-hero-homepage {
  z-index: 0;
  background-color: var(--_colors---transparent);
  height: auto;
  min-height: 100vh;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.gradient-overlay-blue-services {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--_colors---transparent), var(--_colors---bleu-foncé) 50%);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: absolute;
  bottom: -150px;
  left: 0;
}

.press-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-m-thin-zones {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: -1px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1em;
}

.heading-m-thin-zones.text-center {
  text-align: center;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-margin-bottom-thirty-2.rt-newsletter-heading {
  max-width: 250px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-7.rt-footer-v-one {
  padding-bottom: 0;
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-main-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-text-field-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #fff0;
  border: 1px #000;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}

.rt-text-field-3::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-designed-text-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-logo {
  margin-top: 10px;
  display: flex;
}

.rt-about-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 140px;
}

.rt-social-icons {
  border-left: 1px solid #00000026;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 440px;
  display: grid;
}

.rt-submit-button-3 {
  background-color: var(--\<unknown\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
  background-image: url('../images/Vector-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
}

.rt-social-icon {
  border-right: 1px solid #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.rt-email {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.rt-email:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-form-2 {
  border-bottom: 1px solid #00000026;
  justify-content: flex-start;
  align-items: stretch;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.rt-copyright-and-social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.rt-licence-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 230px;
  display: flex;
}

.rt-form-block-3 {
  width: 100%;
}

.rt-small-divider {
  background-color: #ffffff26;
  width: 191px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.rt-footer-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 100px;
}

.rt-newsletter-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 467px;
}

.rt-member-icon-image.rt-yellow-icon {
  opacity: 0;
  position: absolute;
}

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-contact-section {
  color: #d0d0d0;
  letter-spacing: .32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 222px;
  font-weight: 500;
}

.rt-phone-number {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.rt-phone-number:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-3 {
  margin-bottom: 30px;
}

.image-member {
  border-radius: 4px;
  width: auto;
}

.link-block {
  width: 40px;
  height: 40px;
}

.image-overlay-visible {
  z-index: 3;
  aspect-ratio: 1;
  background-image: linear-gradient(0deg, var(--_colors---bleu-foncé), #1c1d35ab 17%, #1d182400);
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.nophoto-overlay-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--_colors---bleu-foncé) 14%, var(--_colors---greige-0-3) 47%, var(--_colors---bleu-foncé) 87%);
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.team-bg-image-copy {
  z-index: 0;
  background-color: var(--_colors---bleu-foncé);
  opacity: .7;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/ASSOCIES-AXISCO.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-equipe {
  position: relative;
  top: 50px;
}

.section-team-copy {
  padding-right: var(--_spaces---space-xl);
  padding-left: var(--_spaces---space-xl);
  justify-content: space-between;
  align-items: flex-end;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banniere-team {
  padding-top: var(--_spaces---space-xl);
  padding-bottom: var(--_spaces---space-xl);
  grid-column-gap: var(--_spaces---space-xl);
  grid-row-gap: var(--_spaces---space-xl);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-equipe-wrapper {
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-pays {
  margin-top: 0;
  margin-bottom: var(--_spaces---space-s);
  font-family: var(--neue-montreal);
  color: var(--_colors---greige);
  text-align: left;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.title-pays.text-center {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .paragraph-medium {
    font-size: 25px;
  }

  .button-primary {
    font-size: 18px;
    font-weight: 300;
  }

  .nav-container {
    height: 100%;
    min-height: 50px;
  }

  .nav-wrapper-right {
    grid-column-gap: var(--_spaces---space-m);
    grid-row-gap: var(--_spaces---space-m);
  }

  .nav-link, .nav-link.w--current {
    font-size: 16px;
  }

  .section-bg-blue {
    min-height: 0;
  }

  .container-bg-image {
    max-width: 1080px;
  }

  .container-large {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .pays-label {
    max-width: 800px;
  }

  .footer-main {
    width: 100%;
  }

  .footer-left {
    margin-left: var(--_spaces---space-l);
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-s-thin {
    font-size: 30px;
  }

  .section-services-bg {
    padding-right: var(--_spaces---space-l);
    padding-left: var(--_spaces---space-l);
  }

  .services-grid-copy {
    grid-template-rows: auto auto;
  }

  .paragraph-xsmall-equipe.text-blue {
    font-size: 12px;
  }

  .team_member-info {
    top: 250px;
  }

  .hero-equipe-wrapper {
    width: auto;
    max-width: 920px;
  }

  .section-team-world {
    margin-top: var(--_spaces---space-xxl);
    margin-bottom: var(--_spaces---space-l);
  }

  .timeline-container.timeline-container-align {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    justify-content: flex-start;
  }

  .content-formation {
    margin-bottom: var(--_spaces---space-l);
  }

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

  .rt-component-section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-small-article.text-blue {
    font-size: 14px;
  }

  .container-hero, .container-xl {
    max-width: 1080px;
  }

  .section-header-home, .section-services-intro, .section-zones-intro, .section-equipe-intro {
    min-height: 0;
  }

  .container-large-engagement {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .rt-about-three-about-counter-responsive-wrapper {
    max-width: 450px;
  }

  .rt-about-three-counter-flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .rt-about-three-about-counter {
    grid-row-gap: 60px;
    flex: 1;
  }

  .rt-about-three-counter-description {
    border-left-width: 1px;
    padding-left: 25px;
  }

  .rt-about-three-about-main {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .gradient-overlay-blue-services {
    bottom: -200px;
  }

  .image-equipe {
    top: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-s-fat.text-blue, .heading-s-fat.text-right {
    font-size: 20px;
  }

  .paragraph-medium {
    font-size: 25px;
  }

  .button-primary {
    font-size: 18px;
  }

  .nav-container {
    grid-column-gap: var(--_spaces---space-xs);
    grid-row-gap: var(--_spaces---space-xs);
    width: 100%;
    max-width: none;
  }

  .nav-wrapper-left {
    justify-content: space-between;
    align-items: center;
  }

  .nav-wrapper-right {
    grid-column-gap: var(--_spaces---space-l);
    grid-row-gap: var(--_spaces---space-l);
    justify-content: space-between;
    align-items: center;
  }

  .nav-link, .nav-link.w--current {
    font-size: 18px;
  }

  .section-bg-blue {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    display: flex;
  }

  .container-bg-image {
    max-width: 1080px;
  }

  .bg-content, .container-large {
    max-width: none;
  }

  .pays-label {
    max-width: 1000px;
  }

  .pays-grid {
    grid-template-columns: 1.5fr 1.25fr;
  }

  .citation {
    font-size: 18px;
  }

  .footer-left {
    margin-left: var(--_spaces---space-xl);
  }

  .heading-s-thin {
    font-size: 30px;
  }

  .heading-s-thin.text-blue {
    font-size: 28px;
  }

  .pays-image-wrapper {
    left: auto;
  }

  .section-associates {
    margin-bottom: 150px;
  }

  .paragraph-xsmall-equipe, .paragraph-xsmall-equipe.text-blue, .paragraph-xsmall-equipe.text-justify {
    font-size: 14px;
  }

  .team-wrap {
    grid-column-gap: 40px;
    width: auto;
    height: 550px;
  }

  .paragraph-equipe-bio {
    font-size: 14px;
  }

  .team_member-wrap {
    height: 380px;
  }

  .team_member-info {
    top: 250px;
  }

  .hero-equipe-wrapper {
    margin-left: var(--_spaces---space-xxl);
    width: auto;
    max-width: 1200px;
  }

  .team-header-photo, .team-header-nophoto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--_colors---transparent);
    border: 1px #000;
    border-radius: 4px;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 5%;
  }

  .section-team-world {
    margin-top: var(--_spaces---space-xxl);
    margin-bottom: var(--_spaces---space-xxl);
  }

  .image-office {
    width: 100%;
  }

  .team-world-card-wrapper {
    height: 450px;
  }

  .rt-component-container {
    max-width: none;
  }

  .rt-component-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section-formation {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    display: flex;
  }

  .content-formation {
    margin-bottom: var(--_spaces---space-l);
  }

  .section-pays-mobile {
    margin-bottom: var(--_spaces---space-xl);
  }

  .zones-world-card-wrapper {
    height: 450px;
  }

  .section-citation {
    justify-content: center;
    align-items: stretch;
    min-height: 0;
    display: flex;
  }

  .rt-component-section-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-tabs-menu-2 {
    margin-right: 50px;
  }

  .rt-tabs-content-2 {
    margin-left: 50px;
  }

  .paragraph-small-article.text-blue {
    font-size: 16px;
  }

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

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

  .heading-team-member {
    font-size: 50px;
  }

  .heading-article-card.text-blue {
    font-size: 20px;
  }

  .team-wrap-1 {
    grid-column-gap: 40px;
    width: 31%;
    height: 460px;
  }

  .container-hero, .container-xl {
    max-width: 1080px;
  }

  .section-header-home, .section-services-intro, .section-zones-intro, .section-equipe-intro {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    display: flex;
  }

  .engagement-item {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

  .container-large-engagement {
    padding-right: var(--_spaces---space-l);
    padding-left: var(--_spaces---space-l);
    max-width: none;
  }

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

  .heading-presse-info.text-blue, .heading-presse-info.text-right {
    font-size: 20px;
  }

  .image-overlay-visible {
    background-image: linear-gradient(0deg, var(--_colors---bleu-foncé), #1c1d35ab 17%, #1d182400);
  }

  .image-equipe {
    top: 80px;
  }

  .banniere-team {
    padding-top: var(--_spaces---space-m);
    padding-bottom: var(--_spaces---space-m);
  }

  .image-equipe-wrapper {
    height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .section-hero {
    min-height: 100vh;
  }

  .heading-s-fat {
    font-size: 26px;
  }

  .heading-s-fat.text-blue {
    font-size: 28px;
  }

  .heading-s-fat.text-right {
    font-size: 25px;
  }

  .paragraph-medium {
    font-size: 30px;
    font-weight: 300;
  }

  .paragraph-small {
    font-size: 22px;
  }

  .paragraph-small.text-center {
    font-size: 20px;
  }

  .paragraph-small.text-left {
    font-size: 18px;
  }

  .button-primary, .button-secondary {
    padding: 20px;
    font-size: 20px;
  }

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

  .nav-wrapper-right {
    grid-column-gap: var(--_spaces---space-xl);
    grid-row-gap: var(--_spaces---space-xl);
    justify-content: space-between;
    align-items: center;
  }

  .navbar {
    object-fit: fill;
    height: 110px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 24px;
  }

  .logo {
    max-width: 180px;
  }

  .section-bg-blue {
    margin-top: var(--_spaces---space-xl);
    margin-bottom: var(--_spaces---space-xl);
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: auto;
    display: flex;
  }

  .container-bg-image {
    margin-right: var(--_spaces---space-xxl);
    margin-left: var(--_spaces---space-xxl);
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .bg-content {
    max-width: none;
    position: relative;
  }

  .bg-content-button {
    max-width: none;
  }

  .container-large {
    flex-flow: column;
    align-self: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    display: block;
  }

  .heading-m-thin {
    font-size: 60px;
  }

  .section-key-figures {
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .section-pays {
    padding-top: var(--_spaces---space-xl);
    padding-left: var(--_spaces---space-xxl);
  }

  .pays-item {
    width: 90%;
  }

  .pays-label {
    max-width: 1200px;
  }

  .pays-grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .locations-list, .citation {
    font-size: 24px;
  }

  .footer-cta {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .pays-image-50 {
    height: 100%;
    right: 0;
  }

  .heading-s-thin {
    font-size: 40px;
  }

  .heading-s-thin.text-blue {
    font-size: 30px;
  }

  .container-large-full-right {
    max-width: none;
  }

  .pays-image.is-afrique, .pays-image.is-amerique-nord, .pays-image.is-europe, .pays-image.is-amerique-sud, .pays-image.is-russie-ukraine, .pays-image.is-asie, .pays-image.is-moyen-orient, .pays-image.is-asie-centrale {
    height: 100%;
  }

  .pays-image-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    left: auto;
  }

  .team-bg-image {
    background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5));
    width: 90%;
  }

  .section-team {
    justify-content: center;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .team-wrapper {
    max-width: 1200px;
  }

  .press-header {
    margin-left: var(--_spaces---space-xl);
  }

  .section-services-bg {
    padding: var(--_spaces---space-xl);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .services-grid-copy {
    justify-content: start;
  }

  .heading-l-thin.text-center {
    font-size: 80px;
  }

  .section-associates {
    padding-left: var(--_spaces---space-xl);
  }

  .team-title-wrapper {
    margin-bottom: var(--_spaces---space-xl);
  }

  .paragraph-xsmall-equipe {
    font-size: 16px;
  }

  .paragraph-xsmall-equipe.text-blue, .paragraph-xsmall-equipe.text-justify {
    font-size: 18px;
  }

  .heading-xl-thin {
    font-size: 160px;
  }

  .team-member-image {
    aspect-ratio: 1;
    width: auto;
    height: auto;
  }

  .team-wrap {
    width: auto;
    height: auto;
  }

  .paragraph-equipe-bio {
    font-size: 16px;
  }

  .team_member-wrap {
    align-self: auto;
    height: 700px;
  }

  .team_member-info {
    top: 350px;
  }

  .hero-equipe-wrapper {
    margin-left: var(--_spaces---space-xxl);
    width: auto;
    max-width: 1600px;
  }

  .team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-item-nophoto {
    width: auto;
  }

  .team-header-photo, .team-header-nophoto {
    background-color: var(--_colors---transparent);
    justify-content: flex-end;
    align-items: flex-start;
  }

  .team-header-nophoto:hover {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section-team-world {
    margin-top: var(--_spaces---space-xxl);
    margin-bottom: var(--_spaces---space-xxl);
  }

  .heading-m-fat {
    font-size: 50px;
  }

  .blank {
    height: 200px;
  }

  .team-world-card-front {
    display: block;
  }

  .team-world-card-back {
    backface-visibility: visible;
  }

  .bio-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-world-card-wrapper {
    height: 550px;
    display: block;
  }

  .timeline-container.timeline-container-align {
    max-width: none;
  }

  .section-formation {
    margin-top: var(--_spaces---space-xl);
    margin-bottom: var(--_spaces---space-xl);
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: auto;
    display: flex;
  }

  .content-formation {
    max-width: none;
  }

  .zones-world-card-wrapper {
    height: 550px;
    display: block;
  }

  .zone-world-card-front {
    display: none;
  }

  .zone-world-card-back {
    backface-visibility: visible;
  }

  .section-citation {
    margin-top: var(--_spaces---space-xl);
    margin-bottom: var(--_spaces---space-xxl);
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: auto;
    display: flex;
  }

  .content-citation {
    grid-column-gap: var(--_spaces---space-xl);
    grid-row-gap: var(--_spaces---space-xl);
    max-width: none;
  }

  .rt-tabs-menu-2.rt-with-border {
    flex-basis: 35%;
  }

  .presse-card-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    flex-basis: 65%;
  }

  .rt-tab-link-three {
    font-size: 1.5625rem;
  }

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

  .paragraph-small-article.text-blue {
    font-size: 20px;
  }

  .button-readmore {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 300;
  }

  .button-fullarticle {
    padding: 20px;
    font-size: 20px;
  }

  .container-presse {
    margin-right: var(--_spaces---space-xl);
    margin-left: var(--_spaces---space-xl);
    max-width: 1600px;
  }

  .div-presse-body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .paragraph-citation.text-justify {
    font-size: 24px;
  }

  .heading-team-member {
    font-size: 60px;
  }

  .title-team-member {
    font-size: 26px;
  }

  .heading-article {
    font-size: 50px;
  }

  .heading-article-card {
    font-size: 26px;
  }

  .heading-article-card.text-blue {
    font-size: 28px;
  }

  .highlight-citation {
    font-size: 60px;
  }

  .team-wrap-1 {
    width: 31%;
    height: auto;
  }

  .container-hero {
    margin-right: var(--_spaces---space-xxl);
    margin-left: var(--_spaces---space-xxl);
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .container-xl {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .section-engagement {
    padding-top: var(--_spaces---space-xl);
    padding-bottom: var(--_spaces---space-xl);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .section-header-home, .section-services-intro, .section-zones-intro, .section-equipe-intro {
    margin-top: var(--_spaces---space-xl);
    margin-bottom: var(--_spaces---space-xl);
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: auto;
    display: flex;
  }

  .engagement-bg-image {
    background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5));
  }

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

  .paragraph-small-footer.text-center {
    font-size: 20px;
  }

  .paragraph-small-footer.text-left {
    font-size: 18px;
  }

  .heading-m-thin-footer {
    font-size: 60px;
  }

  .button-footer {
    padding: 20px;
    font-size: 20px;
  }

  .container-large-engagement {
    margin-right: var(--_spaces---space-xl);
    margin-left: var(--_spaces---space-xl);
    flex-flow: column;
    align-self: center;
    max-width: none;
    display: block;
  }

  .gradient-overlay-blue-tr {
    bottom: -200px;
  }

  .rt-ninth-section {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-counter-box-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-presse-info {
    font-size: 26px;
  }

  .heading-presse-info.text-blue {
    font-size: 28px;
  }

  .heading-presse-info.text-right {
    font-size: 25px;
  }

  .section-hero-100, .section-hero-homepage {
    min-height: 100vh;
  }

  .gradient-overlay-blue-services {
    bottom: -200px;
  }

  .heading-m-thin-zones {
    font-size: 50px;
  }

  .link-block {
    width: 60px;
    height: 60px;
    position: relative;
  }

  .image-overlay-visible {
    background-image: linear-gradient(0deg, var(--_colors---bleu-foncé), #1c1d35ab 17%, #1d182400);
  }

  .team-bg-image-copy {
    background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5));
  }

  .image-equipe {
    top: 90px;
  }

  .section-team-copy {
    padding-top: var(--_spaces---space-xxl);
    padding-bottom: var(--_spaces---space-xxl);
    justify-content: center;
    align-items: stretch;
    height: 800px;
    display: flex;
  }

  .banniere-team {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .image-equipe-wrapper {
    height: 600px;
  }

  .title-pays {
    font-size: 60px;
  }
}

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

  .wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .heading-xl-fat {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 100px;
    font-weight: 600;
    line-height: 1em;
  }

  .heading-xl-thin-hero {
    color: var(--_colors---greige);
    font-family: Neue Montreal, Arial, sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
  }

  .heading-s-fat {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 40px;
    font-weight: 600;
  }

  .paragraph-medium {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 18px;
  }

  .paragraph-small {
    font-family: var(--open-sans);
    color: var(--_colors---greige);
    white-space: normal;
    font-size: 14px;
  }

  .paragraph-small.text-left {
    text-align: justify;
    white-space: normal;
  }

  .button-primary {
    border: 1px solid var(--_colors---greige);
    background-color: var(--_colors---transparent);
    color: var(--_colors---greige);
    text-align: center;
    letter-spacing: normal;
    text-transform: uppercase;
    mix-blend-mode: normal;
    border-radius: 6px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding: 14px 24px;
    font-family: Neue Montreal, Arial, sans-serif;
    font-weight: 300;
    display: block;
    box-shadow: 2px 4px 5px #0003;
  }

  .button-primary:hover {
    background-color: var(--_colors---greige);
    box-shadow: none;
    color: var(--_colors---bleu-foncé);
    font-weight: 300;
  }

  .button-secondary {
    background-color: var(--_colors---greige);
    outline-color: var(--_colors---bleu-foncé);
    outline-offset: 0px;
    color: var(--_colors---bleu-foncé);
    letter-spacing: normal;
    text-transform: uppercase;
    mix-blend-mode: normal;
    border-radius: 200px;
    outline-width: 1px;
    outline-style: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding: 14px 24px;
    font-family: Neue Montreal, Arial, sans-serif;
    font-weight: 300;
    display: block;
  }

  .button-secondary:hover {
    border: 1px solid var(--_colors---greige);
    background-color: var(--_colors---transparent);
    box-shadow: none;
    color: var(--_colors---greige);
    font-weight: 300;
  }

  .body-dark {
    background-color: var(--_colors---bleu-foncé);
  }

  .text-center {
    color: var(--_colors---greige);
    text-align: center;
  }

  .text-left {
    color: var(--_colors---greige);
    text-align: left;
  }

  .link {
    font-family: var(--open-sans);
    color: var(--_colors---greige);
  }

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

  .nav-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

  .nav-link {
    background-color: var(--_colors---transparent);
    color: var(--_colors---bleu-foncé);
    -webkit-text-stroke-color: var(--_colors---bleu-foncé);
  }

  .icon {
    color: var(--_colors---greige);
  }

  .section-bg-blue {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

  .container-bg-image {
    margin-right: var(--_spaces---space-xl);
    margin-left: var(--_spaces---space-xl);
  }

  .container-large {
    margin-right: var(--_spaces---space-s);
  }

  .text-right {
    color: var(--_colors---greige);
    text-align: left;
  }

  .link-icon {
    font-family: var(--open-sans);
    color: var(--_colors---greige);
  }

  .link-icon:hover {
    text-decoration: none;
  }

  .heading-m-thin {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 50px;
    font-weight: 300;
    line-height: 1em;
  }

  .heading-m-thin.city-text {
    font-size: 30px;
  }

  .section-pays {
    padding-right: var(--_spaces---space-xl);
    padding-left: var(--_spaces---space-l);
  }

  .pays-grid {
    grid-template-columns: 1.5fr;
  }

  .footer-left {
    margin-right: var(--_spaces---space-m);
    margin-left: var(--_spaces---space-m);
    max-width: none;
  }

  .pays-right {
    display: none;
  }

  .heading-s-thin {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 40px;
    font-weight: 300;
    line-height: 1em;
  }

  .section-services-bg {
    background-size: auto, cover;
  }

  .services-grid-copy {
    grid-column-gap: var(--_spaces---space-s);
    grid-row-gap: var(--_spaces---space-xs);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-l-thin {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
  }

  .heading-l-fat {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
  }

  .paragraph-small-fat {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 12px;
  }

  .paragraph-xsmall-equipe {
    color: var(--_colors---greige);
    font-family: Proxima Nova, Tahoma, sans-serif;
    font-size: 12px;
  }

  .paragraph-xsmall-equipe.text-justify {
    font-family: var(--open-sans);
  }

  .heading-xl-thin {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 100px;
    font-weight: 300;
    line-height: 1em;
  }

  .team-member-image {
    aspect-ratio: 4 / 5;
  }

  .team-wrap {
    height: 600px;
  }

  .team_member-info {
    top: 100px;
    left: 10px;
    right: 10px;
  }

  .button-light {
    background-color: var(--_colors---greige);
    outline-color: var(--_colors---bleu-foncé);
    outline-offset: 0px;
    color: var(--_colors---bleu-foncé);
    letter-spacing: normal;
    text-transform: uppercase;
    mix-blend-mode: normal;
    border-radius: 200px;
    outline-width: 1px;
    outline-style: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding: 14px 24px;
    font-family: Neue Montreal, Arial, sans-serif;
    font-weight: 300;
    display: block;
  }

  .button-light:hover {
    border: 1px solid var(--_colors---greige);
    background-color: var(--_colors---transparent);
    box-shadow: none;
    color: var(--_colors---greige);
    font-weight: 300;
  }

  .heading-m-fat {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
  }

  .team-world-card-wrapper {
    height: 300px;
  }

  .rt-large-text-marquee-text-wrap {
    font-size: 4.6rem;
  }

  .histoire-wrapper {
    position: static;
  }

  .timeline-line {
    display: block;
  }

  .timeline-container.timeline-container-align {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rt-tabs-menu-2 {
    margin-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-right: 10px;
  }

  .presse-card-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-tabs-content-2 {
    margin-left: 0;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 10px;
  }

  .rt-service-one-tabs {
    margin-top: 30px;
  }

  .rt-tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-small-article {
    font-family: var(--open-sans);
    color: var(--_colors---greige);
    font-size: 14px;
  }

  .paragraph-small-article.text-blue {
    font-size: 12px;
  }

  .button-readmore {
    border: 1px solid var(--_colors---greige);
    background-color: var(--_colors---transparent);
    color: var(--_colors---bleu-foncé);
    text-align: center;
    letter-spacing: normal;
    text-transform: uppercase;
    mix-blend-mode: normal;
    border-radius: 10px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding: 14px 24px;
    font-family: Neue Montreal, Arial, sans-serif;
    font-weight: 300;
    display: block;
    box-shadow: 2px 4px 5px #0003;
  }

  .button-readmore:hover {
    background-color: var(--_colors---bleu-foncé);
    box-shadow: none;
    color: var(--_colors---greige);
    text-align: center;
    font-weight: 300;
  }

  .button-fullarticle {
    border: 1px solid var(--_colors---greige);
    background-color: var(--_colors---transparent);
    color: var(--_colors---greige);
    letter-spacing: normal;
    text-transform: uppercase;
    mix-blend-mode: normal;
    border-radius: 200px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding: 14px 24px;
    font-family: Neue Montreal, Arial, sans-serif;
    font-weight: 300;
    display: block;
    box-shadow: 2px 4px 5px #0003;
  }

  .button-fullarticle:hover {
    background-color: var(--_colors---greige);
    box-shadow: none;
    color: var(--_colors---bleu-foncé);
    font-weight: 300;
  }

  .presse-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

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

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

  .paragraph-citation {
    font-family: var(--open-sans);
    color: var(--_colors---greige);
    font-size: 14px;
  }

  .heading-team-member {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .title-team-member {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 20px;
    font-weight: 600;
  }

  .heading-article {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
  }

  .heading-article-card {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 40px;
    font-weight: 600;
  }

  .heading-article-card.text-blue {
    font-size: 25px;
  }

  .highlight-citation {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 50px;
    font-weight: 300;
    line-height: 1em;
  }

  .team-wrap-1 {
    height: 600px;
  }

  .container-hero {
    margin-right: var(--_spaces---space-xl);
    margin-left: var(--_spaces---space-xl);
  }

  .container-xl {
    padding-left: var(--_spaces---space-xl);
  }

  .link-intext {
    font-family: var(--open-sans);
    color: var(--_colors---greige);
  }

  .link-intext:hover {
    text-decoration: none;
  }

  .section-engagement {
    background-size: auto, cover;
  }

  .section-header-home, .section-services-intro, .section-zones-intro, .section-equipe-intro {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

  .engagements-grid {
    grid-column-gap: var(--_spaces---space-s);
    grid-row-gap: var(--_spaces---space-xs);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-small-footer {
    font-family: var(--open-sans);
    color: var(--_colors---greige);
    font-size: 14px;
  }

  .heading-m-thin-footer {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 50px;
    font-weight: 300;
    line-height: 1em;
  }

  .button-footer {
    border: 1px solid var(--_colors---greige);
    background-color: var(--_colors---transparent);
    color: var(--_colors---greige);
    letter-spacing: normal;
    text-transform: uppercase;
    mix-blend-mode: normal;
    border-radius: 200px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding: 14px 24px;
    font-family: Neue Montreal, Arial, sans-serif;
    font-weight: 300;
    display: block;
    box-shadow: 2px 4px 5px #0003;
  }

  .button-footer:hover {
    background-color: var(--_colors---greige);
    box-shadow: none;
    color: var(--_colors---bleu-foncé);
    font-weight: 300;
  }

  .gradient-overlay-blue-tr {
    height: 30%;
    bottom: -180px;
  }

  .rt-counter-box-2 {
    height: 100px;
  }

  .rt-counter-box-2.rt-heading-two-box {
    height: 45px;
  }

  .rt-counter-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .rt-counter-items-name {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-about-three-about-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .rt-about-three-about-counter-responsive-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-about-three-about-image {
    width: 100%;
  }

  .rt-about-three-about-counter {
    justify-content: center;
    align-items: center;
  }

  .rt-about-three-about-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-counter-number {
    letter-spacing: 1.4px;
    font-size: 70px;
    line-height: 80px;
  }

  .rt-ninth-text-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .rt-up-counter-sections {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-ninth-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-counter-box-4 {
    height: 70px;
  }

  .rt-counter-block {
    min-width: 0;
  }

  .rt-four-counter-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .rt-down-counter-sections {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .rt-scroll-content {
    margin-top: 12px;
    margin-bottom: 25px;
  }

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

  .heading-presse-info {
    font-family: var(--league-spartan);
    color: var(--_colors---greige);
    font-size: 40px;
    font-weight: 600;
  }

  .heading-presse-info.text-blue, .heading-presse-info.text-blue.tablette-heading {
    font-size: 18px;
  }

  .gradient-overlay-blue-services {
    height: 30%;
    bottom: -180px;
  }

  .heading-m-thin-zones {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 50px;
    font-weight: 300;
    line-height: 1em;
  }

  .heading-m-thin-zones.city-text {
    font-size: 30px;
  }

  .rt-designed-text-block {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-section {
    max-width: none;
  }

  .rt-social-icons {
    border: 1px solid #40454a;
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-form-2 {
    width: 100%;
  }

  .rt-copyright-and-social-icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
  }

  .rt-licence-text {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-form-block-3 {
    width: 100%;
  }

  .rt-footer-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    display: grid;
  }

  .rt-footer {
    padding-top: 60px;
  }

  .rt-newsletter-section {
    max-width: none;
  }

  .rt-designed-text {
    text-align: center;
  }

  .rt-contact-section {
    max-width: none;
    margin-top: -2px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .image-equipe {
    top: auto;
  }

  .image-equipe-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 300px;
  }

  .title-pays {
    font-family: var(--neue-montreal);
    color: var(--_colors---greige);
    font-size: 30px;
    font-weight: 300;
    line-height: 1em;
  }

  .title-pays.city-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading-xl-thin-hero {
    font-weight: 300;
  }

  .heading-s-fat.text-right {
    font-size: 20px;
  }

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

  .paragraph-small {
    white-space: pre-wrap;
  }

  .section-bg-blue {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

  .container-bg-image {
    margin-right: var(--_spaces---space-l);
    margin-left: var(--_spaces---space-l);
  }

  .container-large {
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .services-content-text {
    margin-bottom: 1.25rem;
  }

  .services-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .section-key-figures {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

  .key-figures-grid {
    justify-content: center;
    align-self: flex-start;
    place-items: start stretch;
    width: 100%;
  }

  .key-figures-item {
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .pays-left {
    grid-column-gap: var(--_spaces---space-xxs);
    grid-row-gap: var(--_spaces---space-xxs);
  }

  .pays-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pays-content-text {
    margin-bottom: 1.25rem;
  }

  .pays-label {
    margin-right: auto;
  }

  .locations-list {
    justify-content: center;
    align-items: center;
  }

  .footer-left {
    margin-left: var(--_spaces---space-m);
    flex-flow: column;
  }

  .team-wrapper {
    margin-right: var(--_spaces---space-s);
    margin-left: var(--_spaces---space-s);
  }

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

  .section-services-bg {
    overflow: visible;
  }

  .services-grid-copy {
    grid-column-gap: var(--_spaces---space-xxs);
  }

  .services-item-copy, .services-item-copy:hover {
    padding-right: var(--_spaces---space-s);
    padding-left: var(--_spaces---space-s);
  }

  .services-header-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-xl-thin {
    letter-spacing: -3px;
    font-size: 70px;
  }

  .team-member-image {
    aspect-ratio: 1;
  }

  .team-wrap {
    grid-column-gap: var(--_spaces---space-xxl);
    grid-row-gap: var(--_spaces---space-xxl);
    flex-flow: column;
    height: auto;
  }

  .team_member-wrap {
    height: 400px;
  }

  .team_member-info {
    top: 250px;
    left: 20px;
    right: 20px;
  }

  .team-world-wrapper {
    flex-flow: column;
  }

  .team-world-card-front {
    align-self: center;
    overflow: hidden;
  }

  .image-office {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    top: -20%;
  }

  .location-text {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .timeline-line {
    display: none;
  }

  .timeline-container.timeline-container-align {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rt-tabs-menu-2.rt-with-border {
    border-right-style: none;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 0;
  }

  .rt-service-one-tabs {
    flex-direction: column;
  }

  .rt-tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .presse-grid-12, .rt-precision-grid-1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .title-team-member {
    align-self: auto;
  }

  .highlight-citation {
    font-size: 40px;
  }

  .team-wrap-1 {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .container-hero {
    margin-right: var(--_spaces---space-l);
    margin-left: var(--_spaces---space-l);
  }

  .section-header-home, .section-services-intro, .section-zones-intro, .section-equipe-intro {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

  .engagements-grid {
    grid-column-gap: var(--_spaces---space-xxs);
    grid-template-columns: 1fr;
  }

  .engagement-item, .engagement-item:hover {
    padding-right: var(--_spaces---space-s);
    padding-left: var(--_spaces---space-s);
  }

  .container-large-engagement {
    margin-right: var(--_spaces---space-l);
    margin-left: var(--_spaces---space-l);
    justify-content: space-between;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

  .rt-counter-box-2 {
    height: 70px;
  }

  .rt-counter-box-2.rt-heading-two-box {
    height: 35px;
  }

  .rt-counter-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .rt-ninth-text-section {
    justify-content: center;
    align-items: center;
  }

  .rt-scroll-heading {
    text-align: center;
  }

  .rt-up-counter-sections {
    flex-flow: row;
    display: flex;
  }

  .rt-counter-block {
    width: 50%;
  }

  .rt-four-counter-section {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rt-down-counter-sections {
    flex-flow: row;
    display: flex;
  }

  .rt-scroll-content {
    text-align: center;
  }

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

  .heading-presse-info.text-right {
    font-size: 20px;
  }

  .rt-logo {
    margin-top: 8px;
    padding-left: 0;
  }

  .rt-copyright-and-social-icons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-small-divider {
    width: 60%;
  }

  .rt-footer-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-contact-section {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    overflow: clip;
  }

  .heading-xl-fat {
    font-family: var(--league-spartan);
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
  }

  .heading-xl-thin-hero {
    letter-spacing: -3px;
    font-size: 50px;
    font-weight: 300;
  }

  .heading-s-fat {
    font-family: var(--league-spartan);
    font-size: 20px;
    font-weight: 600;
  }

  .heading-s-fat.text-blue {
    font-size: 15px;
  }

  .paragraph-medium {
    font-size: 16px;
    line-height: 1.3em;
  }

  .paragraph-small {
    font-family: var(--open-sans);
    text-align: justify;
    white-space: break-spaces;
    font-size: 14px;
  }

  .paragraph-small.text-center {
    font-family: var(--open-sans);
    font-weight: 300;
  }

  .paragraph-small.text-center.text-bold {
    font-weight: 400;
  }

  .paragraph-small.text-left {
    font-size: 14px;
  }

  .paragraph-small.text-blue {
    color: var(--_colors---bleu-foncé);
    line-height: 1.3em;
  }

  .button-primary {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
  }

  .button-primary:active {
    background-color: var(--_colors---bleu-foncé);
    color: var(--_colors---greige);
    font-weight: 400;
  }

  .button-secondary {
    border-radius: 10px;
  }

  .link {
    font-family: var(--open-sans);
  }

  .nav-container {
    padding-top: var(--_spaces---space-xs);
    padding-bottom: var(--_spaces---space-xs);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-wrapper-left {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: clip;
  }

  .nav-wrapper-right {
    grid-column-gap: var(--_spaces---space-xxs);
    grid-row-gap: var(--_spaces---space-xxs);
    background-color: var(--_colors---transparent);
    order: 0;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .nav-burger:active {
    background-color: var(--_colors---transparent);
  }

  .nav-burger.w--open {
    background-color: var(--_colors---bleu-foncé);
  }

  .navbar {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-link {
    padding-top: var(--_spaces---space-xs);
    padding-bottom: var(--_spaces---space-xs);
    aspect-ratio: auto;
    background-color: var(--_colors---transparent);
    color: var(--_colors---greige);
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-clip: border-box;
    border-radius: 0;
    flex-flow: row;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    font-weight: 300;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .nav-link:hover {
    background-color: var(--_colors---transparent);
    color: var(--_colors---greige);
  }

  .nav-link.w--current {
    padding-top: var(--_spaces---space-xs);
    padding-bottom: var(--_spaces---space-xs);
    background-color: var(--_colors---transparent);
    border: 1px #000;
    border-radius: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-link.w--current:active {
    color: var(--_colors---greige);
    border-radius: 0;
  }

  .icon {
    color: var(--_colors---greige);
  }

  .nav-logo {
    text-indent: 0;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .hero-media {
    width: auto;
  }

  .section-bg-blue {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
    width: auto;
  }

  .bg-image {
    background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-5), var(--_colors---bleu-foncé-0-5)), url('../images/BUILDINGS-NIGHT-KEY-FIGURES.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bg-content {
    grid-column-gap: var(--_spaces---space-m);
    grid-row-gap: var(--_spaces---space-m);
    flex-flow: column;
    display: flex;
  }

  .bg-content-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-m-thin {
    font-family: var(--neue-montreal);
    font-size: 45px;
    font-weight: 300;
    line-height: 1em;
  }

  .key-figures-grid {
    grid-column-gap: var(--_spaces---space-l);
    grid-row-gap: var(--_spaces---space-l);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .key-figures-item {
    width: 100%;
  }

  .section-pays {
    padding-right: var(--_spaces---space-s);
    padding-left: var(--_spaces---space-s);
  }

  .pays-left {
    aspect-ratio: auto;
    object-position: 50% 50%;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .pays-item {
    box-sizing: border-box;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .pays-header.is-afrique {
    width: auto;
    overflow: visible;
  }

  .pays-content {
    overflow: hidden;
  }

  .pays-title {
    width: auto;
  }

  .pays-label {
    width: 100%;
  }

  .pays-grid {
    grid-template-columns: 1.5fr;
    overflow: visible;
  }

  .footer-locations {
    overflow: hidden;
  }

  .locations-list {
    grid-column-gap: var(--_spaces---space-s);
    grid-row-gap: var(--_spaces---space-s);
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .locations-item {
    overflow: visible;
  }

  .citation {
    font-size: 10px;
  }

  .footer-left {
    margin-left: var(--_spaces---space-m);
    flex-flow: column;
  }

  .pays-right {
    display: none;
  }

  .heading-s-thin {
    font-family: var(--neue-montreal);
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
  }

  .container-large-full-right {
    margin-right: var(--_spaces---space-m);
    margin-left: var(--_spaces---space-m);
  }

  .section-presse {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

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

  .section-services-bg {
    padding-bottom: var(--_spaces---space-l);
    background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-2), var(--_colors---bleu-foncé-0-2)), url('../images/AXISCO-BRIEF-2.png');
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .services-grid-copy {
    grid-row-gap: var(--_spaces---space-xs);
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-l-thin {
    font-size: 50px;
    font-weight: 300;
    line-height: 1em;
  }

  .heading-l-fat {
    font-family: var(--league-spartan);
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
  }

  .team-button-wrapper {
    grid-column-gap: var(--_spaces---space-xxs);
    grid-row-gap: var(--_spaces---space-xxs);
    flex-flow: column;
    display: block;
  }

  .section-associates {
    padding-right: var(--_spaces---space-l);
    padding-left: var(--_spaces---space-l);
  }

  .team-title-wrapper {
    margin-right: var(--_spaces---space-m);
  }

  .paragraph-xsmall-equipe {
    font-family: var(--open-sans);
    color: var(--_colors---bleu-foncé);
    font-size: 13px;
  }

  .heading-xl-thin {
    margin-top: var(--_spaces---space-xxs);
    margin-bottom: var(--_spaces---space-xxs);
    letter-spacing: -2px;
    align-self: flex-start;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
  }

  .heading-xl-thin.text-center {
    align-self: center;
    font-size: 80px;
  }

  .heading-xl-thin.big-title {
    font-size: 55px;
  }

  .team-member-image {
    aspect-ratio: 4 / 5;
  }

  .team-wrap {
    grid-column-gap: var(--_spaces---space-xxl);
    grid-row-gap: var(--_spaces---space-xxl);
    flex-flow: column;
    height: auto;
  }

  .paragraph-equipe-bio {
    font-family: var(--open-sans);
    text-align: justify;
    flex-flow: column;
    font-size: 11.5px;
    line-height: 1.4em;
  }

  .team_member-wrap {
    height: 500px;
  }

  .team_member-wrap.more-margin {
    height: 600px;
    overflow: visible;
  }

  .team_member-wrap.less-margin {
    height: 400px;
  }

  .image-overlay-gradient {
    aspect-ratio: 1;
  }

  .team_member-info {
    top: 180px;
  }

  .hero-equipe-wrapper {
    margin-right: var(--_spaces---space-m);
    margin-left: var(--_spaces---space-m);
    grid-column-gap: var(--_spaces---space-xs);
    grid-row-gap: var(--_spaces---space-xs);
    justify-content: center;
    align-items: flex-start;
    width: auto;
    overflow: visible;
  }

  .image-team {
    aspect-ratio: 1;
    background-image: linear-gradient(0deg, var(--_colors---bleu-foncé), #464a62 48%, var(--_colors---bleu-foncé) 100%, white);
  }

  .button-light {
    border-radius: 10px;
  }

  .section-team-world {
    margin-right: var(--_spaces---space-m);
    margin-left: var(--_spaces---space-m);
  }

  .heading-m-fat {
    font-family: var(--league-spartan);
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
  }

  .team-world-wrapper {
    flex-flow: column;
  }

  .team-world-card-front {
    display: block;
  }

  .image-office {
    aspect-ratio: 2 / 3;
    width: 110%;
    height: auto;
    inset: 0%;
  }

  .location-text {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .team-world-card-back {
    backface-visibility: hidden;
  }

  .rt-component-section {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .timeline-container.timeline-container-align {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-formation {
    padding-right: var(--_spaces---space-xxs);
    padding-left: var(--_spaces---space-xxs);
  }

  .zones-world-wrapper {
    flex-flow: column;
  }

  .zones-world-card-wrapper {
    border-radius: 0;
    height: 200px;
  }

  .zone-world-card {
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .zone-world-card-front, .zone-world-card-back {
    border-radius: 0;
  }

  .section-citation {
    margin-bottom: var(--_spaces---space-xl);
  }

  .rt-component-container-2 {
    display: flex;
    overflow: hidden;
  }

  .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-bottom: 30px;
    margin-right: auto;
    padding-right: 0;
    overflow: visible;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .rt-service-one-tabs {
    display: block;
    overflow: visible;
  }

  .rt-tab-link-three.w--current {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 20px;
    display: block;
    overflow: visible;
  }

  .div-tab {
    margin-right: auto;
    overflow: visible;
  }

  .paragraph-small-article {
    font-family: var(--open-sans);
    font-size: 14px;
  }

  .button-readmore {
    color: var(--_colors---bleu-foncé);
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .button-readmore:hover {
    background-color: var(--_colors---bleu-foncé);
    color: var(--_colors---greige);
  }

  .button-fullarticle {
    text-align: center;
    border-radius: 10px;
  }

  .rt-component-section-5 {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
  }

  .paragraph-citation {
    font-family: var(--open-sans);
    font-size: 14px;
  }

  .heading-team-member {
    font-size: 45px;
  }

  .title-team-member {
    font-family: var(--league-spartan);
    font-size: 20px;
    font-weight: 600;
  }

  .heading-article {
    font-family: var(--league-spartan);
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
  }

  .heading-article-card {
    font-family: var(--league-spartan);
    font-size: 20px;
    font-weight: 600;
  }

  .heading-article-card.text-blue {
    font-size: 20px;
  }

  .text-block-2, .tab-content-1 {
    overflow: visible;
  }

  .highlight-citation {
    font-family: var(--neue-montreal);
    letter-spacing: 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 1em;
  }

  .team-wrap-1 {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .container-hero {
    margin-right: var(--_spaces---space-m);
    margin-left: var(--_spaces---space-m);
  }

  .container-xl {
    padding-right: var(--_spaces---space-l);
    padding-left: var(--_spaces---space-l);
  }

  .link-intext {
    font-family: var(--open-sans);
  }

  .section-engagement {
    padding-bottom: var(--_spaces---space-l);
    background-image: linear-gradient(to bottom, var(--_colors---bleu-foncé-0-2), var(--_colors---bleu-foncé-0-2)), url('../images/LIGHTS-BLURRY-BACKGROUND.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section-header-home {
    padding-right: var(--_spaces---space-xs);
    padding-left: var(--_spaces---space-xs);
    width: auto;
  }

  .section-services-intro, .section-zones-intro, .section-equipe-intro {
    padding-right: var(--_spaces---space-m);
    padding-left: var(--_spaces---space-m);
    width: auto;
  }

  .engagements-grid {
    grid-row-gap: var(--_spaces---space-xs);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-small-footer {
    font-family: var(--open-sans);
    font-size: 14px;
  }

  .paragraph-small-footer.text-center {
    font-family: var(--open-sans);
    font-weight: 300;
  }

  .paragraph-small-footer.text-center.text-bold {
    font-weight: 400;
  }

  .paragraph-small-footer.text-left {
    font-size: 14px;
  }

  .paragraph-small-footer.text-blue {
    color: var(--_colors---bleu-foncé);
    line-height: 1.3em;
  }

  .heading-m-thin-footer {
    font-family: var(--neue-montreal);
    font-size: 45px;
    font-weight: 300;
    line-height: 1em;
  }

  .button-footer {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
  }

  .button-footer:active {
    background-color: var(--_colors---bleu-foncé);
    color: var(--_colors---greige);
    font-weight: 400;
  }

  .container-large-engagement {
    margin-right: var(--_spaces---space-xs);
    margin-left: var(--_spaces---space-xs);
  }

  .gradient-overlay-blue-tr {
    background-image: linear-gradient(0deg, var(--_colors---transparent), var(--_colors---bleu-foncé) 41%, #1b1f3d 103%);
    height: 40%;
    bottom: -200px;
  }

  .rt-about-three-counter-flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .rt-about-three-about-counter {
    grid-row-gap: 30px;
  }

  .rt-about-three-counter-description {
    border-left-width: 0;
    padding-left: 0;
  }

  .rt-about-three-counter-block {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-up-counter-sections {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rt-counter-block {
    width: 100%;
    min-width: 100%;
  }

  .rt-down-counter-sections {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .heading-presse-info {
    font-family: var(--league-spartan);
    font-size: 20px;
    font-weight: 600;
  }

  .heading-presse-info.text-blue {
    font-size: 15px;
  }

  .gradient-overlay-blue-services {
    height: 50%;
    bottom: -180px;
  }

  .heading-m-thin-zones {
    font-family: var(--neue-montreal);
    font-size: 45px;
    font-weight: 300;
    line-height: 1em;
  }

  .rt-small-divider {
    width: 80%;
  }

  .rt-footer-section {
    grid-template-columns: 1fr;
  }

  .image-member {
    aspect-ratio: 1;
    width: 100%;
  }

  .nophoto-overlay-gradient {
    aspect-ratio: 1;
  }

  .image-equipe-wrapper {
    height: auto;
  }

  .title-pays {
    font-family: var(--neue-montreal);
    font-size: 45px;
    font-weight: 300;
    line-height: 1em;
  }
}

#w-node-_491a9f23-d22c-94f2-ea62-43d1232bf952-9fc8ad02, #w-node-_45ec63d0-8730-e1f5-b477-f2e4791ffde0-9fc8ad02, #w-node-_5fe00512-b254-0fbc-5416-2b13b202cdb6-9fc8ad02 {
  place-self: center;
}

#w-node-b3bbaeb5-c9db-2b49-ce57-a2de2f86f582-2f86f581 {
  place-self: auto;
}

#w-node-_611be7b7-dc0c-cbb9-f68e-5334e95bd8ef-27158c6d, #w-node-_611be7b7-dc0c-cbb9-f68e-5334e95bd942-27158c6d, #w-node-_7d6a2742-94fe-1c83-408e-05e834be7e30-27158c6d {
  place-self: center;
}

#w-node-_3b1b034e-3312-3524-6c02-7f639226f4a1-9a7607bd {
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_491a9f23-d22c-94f2-ea62-43d1232bf952-9fc8ad02, #w-node-_45ec63d0-8730-e1f5-b477-f2e4791ffde0-9fc8ad02, #w-node-_5fe00512-b254-0fbc-5416-2b13b202cdb6-9fc8ad02, #w-node-_611be7b7-dc0c-cbb9-f68e-5334e95bd8ef-27158c6d, #w-node-_611be7b7-dc0c-cbb9-f68e-5334e95bd942-27158c6d, #w-node-_7d6a2742-94fe-1c83-408e-05e834be7e30-27158c6d {
    align-self: start;
  }
}


@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Fontspring-DEMO-proximanova-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}