@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "aptos";
  src: url("../fonts/Aptos.woff2") format("woff2"), url("../fonts/Aptos.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aptos";
  src: url("../fonts/Aptos-Italic.woff2") format("woff2"), url("../fonts/Aptos-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "aptos";
  src: url("../fonts/Aptos-SemiBold.woff2") format("woff2"), url("../fonts/Aptos-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aptos";
  src: url("../fonts/Aptos-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Aptos-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.oh-color {
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oh-color--oxford-blue {
  background-color: #050022;
}
.oh-color--aqua-blue {
  background-color: #0CC2C3;
}
.oh-color--royal-blue {
  background-color: #12329E;
}
.oh-color--lavender {
  background-color: #8177C7;
}
.oh-color--aquarelle-purple {
  background-color: #D8E1F0;
}
.oh-color--beluga {
  background-color: #F1F1F1;
}
.oh-color--solid-white {
  background-color: #F4F6FB;
}
.oh-color--white {
  background-color: #FFFFFF;
}
.oh-color--tangerine {
  background-color: #EC712E;
}
.oh-color span {
  color: white;
  font-family: "aptos", sans-serif;
}

body {
  font-family: "aptos", sans-serif;
  font-size: clamp(0.813rem, 2vw + 0.5rem, 0.938rem);
  line-height: clamp(1.125rem, 2vw + 1rem, 1.25rem);
  color: #050022;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "aptos", sans-serif;
}

p {
  font-size: clamp(0.875rem, 2vw + 0.5rem, 1rem);
  line-height: clamp(18px, 2vw + 1rem, 20px);
  color: #050022;
  font-style: normal;
}

.oh-body-text, .oh-body-text p {
  font-family: "aptos", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #050022;
  font-style: normal;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .oh-body-text, .oh-body-text p {
    font-size: 15px;
    line-height: 20px;
  }
}

h1 {
  font-size: clamp(1.875rem, 2vw + 1rem, 3rem);
  font-weight: 600;
  line-height: clamp(1.875rem, 2vw + 1rem, 3rem);
  color: #050022;
}

h2 {
  font-size: clamp(1.5rem, 1vw + 1rem, 2rem);
  font-weight: 600;
  line-height: clamp(1.75rem, 1vw + 1rem, 2.1875rem);
  color: #050022;
}

h3 {
  font-size: clamp(1.125rem, 1vw + 0.5rem, 1.5rem);
  font-weight: 600;
  line-height: clamp(1.125rem, 1vw + 0.5rem, 1.75rem);
  color: #050022;
}

h4, h5, h6 {
  font-size: clamp(0.75rem, 2vw + 1rem, 1.25rem);
  font-weight: 400;
  line-height: clamp(0.75rem, 2vw + 1rem, 1.25rem);
  color: #050022;
}

.oh-categories {
  font-size: clamp(0.625rem, 2vw + 1rem, 0.75rem);
  line-height: clamp(10px, 1.2vw + 4px, 12px);
  color: #050022;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.elementor-widget-blockquote .elementor-blockquote__content, .oh-quote {
  font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
  line-height: clamp(1.375rem, 2vw + 1rem, 1.875rem);
  color: #050022;
  font-style: italic;
  margin-left: 0;
}

.oh-ml p {
  font-family: "aptos", sans-serif;
  font-size: clamp(0.5rem, 1vw + 0.25rem, 0.625rem);
  font-weight: 400;
  line-height: 0.75rem;
  color: #050022;
}

.oh-card-text p {
  font-family: "aptos", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.1875rem;
  color: #050022;
}

.oh-caption p {
  font-family: "aptos", sans-serif;
  font-size: clamp(0.8125rem, 1vw + 0.3rem, 0.875rem);
  font-weight: 600;
  line-height: clamp(1.125rem, 1vw + 0.3rem, 1.25rem);
  color: #050022;
}

.oh-number-emphasis, .oh-number-emphasis p {
  font-family: "aptos", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
  color: #12329E;
}

.oh-subtitle, .oh-subtitle p {
  font-family: "aptos", sans-serif;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  font-weight: 600;
  line-height: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  color: #050022 !important;
}

.oh-legende, .oh-legende p {
  font-family: "aptos", sans-serif;
  font-size: clamp(13px, 1vw + 0.5rem, 14px);
  font-weight: 600;
  line-height: clamp(18px, 1vw + 0.5rem, 20px);
  color: #050022;
  word-wrap: break-word;
}

.oh-bg--oxford-blue {
  background-color: #050022;
}

.oh-bg--royal-blue {
  background-color: #12329E;
}

.oh-radius--bottom-30 {
  border-radius: 0 0 30px 30px;
}

@media (min-width: 1024px) {
  li.uc-mega_menu_list_item[data-id=oh-nav-qsn] .uc-mega_menu_section.uc-active_item, li.uc-mega_menu_list_item[data-id=oh-nav-expertises] .uc-mega_menu_section.uc-active_item {
    background: #050022 !important;
    padding: 30px !important;
    border-radius: 5px !important;
    top: calc(100% + 15px) !important;
  }
  .mobile-card-container {
    max-width: 251px !important;
    padding: 20px !important;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(8, 19, 63, 0.9) 0%, rgba(20, 18, 62, 0.85) 100%);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .mobile-card-container .mobile-card-title, .mobile-card-container .mobile-card-title p {
    color: #0CC2C3 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .mobile-card-container .mobile-card-subtitle, .mobile-card-container .mobile-card-subtitle p {
    color: #FFFFFF !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .mobile-card-container .mobile-card-img {
    height: 86px !important;
    border-radius: 4px !important;
  }
  .mobile-card-container .mobile-card-img img {
    height: 100% !important;
  }
  .mobile-card-text {
    row-gap: 30px !important;
  }
  .mobile-sous-item a {
    color: white !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 18px !important;
  }
  .mobile-sous-item a:hover {
    color: #0CC2C3 !important;
  }
  .uc-mega_menu_title .sub-arrow {
    margin-left: 15px !important;
  }
  #oh-nav-qsn, #oh-nav-expertises {
    padding: 0 !important;
    margin: 0 !important;
  }
  #oh-nav-qsn .e-con-inner, #oh-nav-expertises .e-con-inner {
    padding: 0 !important;
    margin: 0 !important;
    gap: 30px !important;
  }
}
@media (max-width: 1024px) {
  .oh-nav-new.uc-menu-open {
    height: 100vh !important;
    width: 100vw !important;
  }
  .uc-mega_menu-wrapper.uc-mobile-mode.uc-menu-open {
    padding: 50px 38px 70px 38px;
    height: 100vh !important;
    width: 100vw !important;
    top: -50px !important;
  }
  .mobile-item {
    margin: 0 !important;
    padding: 0 !important;
  }
  .mobile-sous-item a {
    color: white !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px !important;
  }
  .mobile-sous-item a:hover {
    color: #0CC2C3 !important;
  }
  .uc-mega_menu_title {
    padding-left: 0 !important;
  }
  .uc-mega_menu_title span {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .uc-mega_menu_title span span {
    display: inline-block !important;
    width: 16px !important;
    justify-content: flex-end !important;
  }
  .uc-mega_menu-close-btn-icon, .uc-mega_menu-burger-icon {
    color: white !important;
    background: transparent !important;
  }
  .uc-mega_menu-close-btn-icon {
    justify-content: flex-end !important;
  }
  .mobile-card-container {
    padding: 20px !important;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(8, 19, 63, 0.9) 0%, rgba(20, 18, 62, 0.85) 100%);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .mobile-card-container .mobile-card-title, .mobile-card-container .mobile-card-title p {
    color: #0CC2C3 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .mobile-card-container .mobile-card-subtitle, .mobile-card-container .mobile-card-subtitle p {
    color: #FFFFFF !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .mobile-card-container .mobile-card-img {
    max-width: 100px !important;
  }
  li.uc-mega_menu_list_item {
    border-bottom: 0.5px solid white;
    margin-bottom: 21px !important;
  }
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] {
    pointer-events: auto !important;
    border-bottom: none !important;
    margin-top: 60px !important;
  }
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] > .uc-mega_menu_title,
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] .sub-arrow,
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] .uc-mega_menu_section-cover {
    display: none !important;
  }
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] > .uc-mega_menu_section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
    width: 100% !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1;
  }
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] {
    /* Neutraliser le positionnement inline du conteneur Elementor à l'intérieur */
  }
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] > .uc-mega_menu_section > .elementor-element {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    visibility: visible !important;
  }
  li.uc-mega_menu_list_item[data-id=oh-nav-mobile-lang] #oh-nav-mobile-lang {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    pointer-events: auto !important;
    z-index: 1;
  }
}
.elementor-widget-button, .oh-btn {
  display: inline-flex;
  height: 2.875rem;
  padding: 0.4375rem 2.1875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: white;
  width: fit-content;
  border-radius: 6.25rem;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 600;
}
.elementor-widget-button--primary-light, .oh-btn--primary-light {
  border-radius: 1.625rem;
  background: radial-gradient(423.95% 232.57% at 50% 50%, #12329E 0%, #0CC2C3 100%);
  transition: background 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  border: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 6.25rem;
}
.elementor-widget-button--primary-light svg g path, .oh-btn--primary-light svg g path {
  fill: #FFFFFF;
  transition: fill 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.elementor-widget-button--primary-light:hover, .oh-btn--primary-light:hover {
  background: radial-gradient(ellipse 50% 100% at center, #0CC2C3 0%, #12329E 100%);
}
.elementor-widget-button--primary-dark, .oh-btn--primary-dark {
  border-radius: 1.625rem;
  background: radial-gradient(ellipse 50% 100% at center, #0CC2C3 0%, #8177C7 150%);
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.elementor-widget-button--primary-dark:hover, .oh-btn--primary-dark:hover {
  transition: background 0.6s ease-out;
  background: radial-gradient(ellipse 50% 100% at center, #8177C7 0%, #0CC2C3 150%);
}
.elementor-widget-button--secondary, .oh-btn--secondary {
  color: #12329E;
  background-color: #D8E1F0;
  transition: background 0.6s ease-out;
}
.elementor-widget-button--secondary.oh-btn--icon-only .oh-btn__icon svg,
.elementor-widget-button--secondary.oh-btn--icon-only .oh-btn__icon svg *, .oh-btn--secondary.oh-btn--icon-only .oh-btn__icon svg,
.oh-btn--secondary.oh-btn--icon-only .oh-btn__icon svg * {
  fill: #12329E;
  stroke: #12329E;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.elementor-widget-button--secondary:hover, .oh-btn--secondary:hover {
  transition: background 0.6s ease-out;
  color: #FFFFFF;
  background-color: #12329E;
}
.elementor-widget-button--secondary:hover svg g path, .oh-btn--secondary:hover svg g path {
  fill: #FFFFFF;
}
.elementor-widget-button--secondary:hover svg path, .oh-btn--secondary:hover svg path {
  stroke: #FFFFFF;
}
.elementor-widget-button--secondary:hover.oh-btn--icon-only .oh-btn__icon svg,
.elementor-widget-button--secondary:hover.oh-btn--icon-only .oh-btn__icon svg *, .oh-btn--secondary:hover.oh-btn--icon-only .oh-btn__icon svg,
.oh-btn--secondary:hover.oh-btn--icon-only .oh-btn__icon svg * {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.elementor-widget-button--icon-only, .oh-btn--icon-only {
  padding: 0 0.9375rem;
}
.elementor-widget-button--icon-only svg, .oh-btn--icon-only svg {
  width: 1rem;
  height: 1rem;
}
.elementor-widget-button--icon-svg-arrow::after, .oh-btn--icon-svg-arrow::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../svgs/arrow-diago.svg") center/contain no-repeat;
}
.elementor-widget-button__icon, .oh-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.elementor-widget-button__icon img, .oh-btn__icon img {
  max-height: 1rem;
  width: auto;
}
.elementor-widget-button__text, .oh-btn__text {
  display: inline-block;
}

.oh-btn--primary-light.oh-btn--icon-diago:hover,
.ue_sc_button,
.oh-btn--primary-light.oh-btn--icon-only:hover {
  transition: background 0.6s ease-out;
  background: radial-gradient(ellipse 80% 100% at center, #0CC2C3 0%, #12329E 150%);
}

.oh-btn--icon-linkedin::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("../svgs/icon-linkedin.svg") center/contain no-repeat;
  transition: filter 0.2s ease;
  flex-shrink: 0;
}
.oh-btn--icon-linkedin:hover::after, .oh-btn--icon-linkedin:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(1);
}

.oh-btn--primary-dark.oh-btn--icon-diago:hover,
.ue_sc_button,
.oh-btn--primary-dark.oh-btn--icon-only:hover {
  transition: background 0.6s ease-out;
  background: radial-gradient(ellipse 80% 100% at center, #8177C7 0%, #0CC2C3 150%);
}

.elementor-element.oh-stacking-cards .ue_sc_desc {
  line-height: 18px;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_button {
  display: inline-flex !important;
  height: 2.875rem !important;
  padding: 7px 23px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.625rem !important;
  color: white !important;
  width: fit-content !important;
  background: radial-gradient(423.95% 232.57% at 50% 50%, #12329E 0%, #0CC2C3 100%) !important;
  transition: background 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  border-radius: 6.25rem !important;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_button svg {
  width: 1rem !important;
  height: 1rem !important;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_button svg g path {
  fill: #FFFFFF !important;
  transition: fill 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../svgs/arrow-diago.svg") center/contain no-repeat;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_button:hover {
  background: radial-gradient(ellipse 50% 100% at center, #0CC2C3 0%, #12329E 100%) !important;
}

@media screen and (max-width: 767px) {
  .elementor-widget-button, .oh-btn {
    width: 100%;
  }
}
.oh-backtotop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .oh-backtotop {
    position: fixed;
    bottom: 3.69rem;
    right: 3.69rem;
    width: 2.875rem;
    height: 2.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    z-index: 999;
    transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, justify-content 0.4s ease-in-out;
    padding: 0;
    flex-shrink: 0;
    background-color: #D8E1F0;
    border-radius: 6.25rem;
    overflow: hidden;
    white-space: nowrap;
  }
  .oh-backtotop--text {
    display: none;
    font-family: "aptos", sans-serif;
    margin-right: 0.5rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .oh-backtotop--icon {
    width: 1rem;
    height: 1rem;
  }
  .oh-backtotop:hover {
    width: fit-content;
    padding: 0 1.5rem;
    justify-content: flex-end;
    background-color: #12329E;
  }
  .oh-backtotop:hover .oh-backtotop--text {
    display: inline;
    opacity: 1;
    transform: translateX(0);
  }
  .oh-backtotop:hover .oh-backtotop--icon svg path {
    fill: #FFFFFF;
  }
}
.oh-hero {
  position: relative;
  overflow: clip;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-self: center;
}
.oh-hero__title, .oh-hero__intro {
  text-align: center;
  color: #FFFFFF;
}
.oh-hero__ctas {
  margin-top: 35vh;
}

.oh-hero--leger {
  max-height: 544px;
  margin-top: 139px;
}
.oh-hero--leger img {
  border-radius: none !important;
}
.oh-hero--leger .oh-hero__bg {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .oh-hero--leger {
    max-height: 509px;
    margin-top: 158px;
  }
}

.oh-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.oh-hero__bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.oh-hero__inner {
  position: relative;
  z-index: 2;
  margin-inline: none;
  padding-top: 15vh;
}

.oh-hero__title {
  margin: 0 0 1.25rem;
}

.oh-hero__intro {
  margin: 0 0 3.75rem;
}

.oh-hero__ctas {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 35vh;
}

.home .oh-hero__inner {
  padding-top: 0;
}
.home .oh-hero__ctas {
  margin-top: 0;
}

.has-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35));
}

.has-overlay--weak::after {
  opacity: 0.6;
}

.has-overlay--mid::after {
  opacity: 0.8;
}

.has-overlay--strong::after {
  opacity: 1;
}

/* Layout de base */
.oh-hero {
  position: relative;
  overflow: clip;
  padding: clamp(1rem, 11vw, 158px);
}

.oh-hero .elementor-container {
  position: relative;
  z-index: 2;
}

.oh-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Overlay (activé via une classe utilitaire, selon ACF hero_overlay) */
.oh-hero.overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35));
}

/* Cacher CTA si label vide (POC) */
.oh-hero__cta1:has(.elementor-button-text:empty),
.oh-hero__cta2:has(.elementor-button-text:empty) {
  display: none;
}

/* Responsive */
@media screen and (min-width: 768px) {
  .oh-hero__title {
    text-align: left;
  }
  .oh-hero__intro {
    text-align: left;
  }
  .oh-hero__ctas {
    margin-top: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .oh-hero {
    justify-content: left;
  }
  .oh-hero__ctas {
    gap: 1.563rem;
    margin-top: inherit;
  }
  .oh-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 80%;
    margin-inline: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .oh-hero__inner {
    max-width: 60%;
  }
}
.oh-contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1.5rem;
  margin: 75px 30px;
  padding: clamp(50px, 4.9vw, 70px) clamp(20px, 4.9vw, 70px);
  border-radius: 10px;
  background-color: var(--oh-contact-card-fallback, #050022);
  background-image: var(--oh-contact-card-bg-mobile);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  overflow: hidden;
  min-height: 580px;
}
.oh-contact-card--disabled {
  flex-direction: row;
  align-items: center;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  margin: 20px !important;
  background-image: none;
  gap: 0;
}
.oh-contact-card__disabled-message {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.oh-contact-card__inner {
  display: grid;
  gap: 1.25rem;
  max-width: 28rem;
}
.oh-contact-card__title {
  margin: 0;
  color: inherit;
}
.oh-contact-card__text {
  margin: 0;
  color: inherit !important;
}
.oh-contact-card__cta {
  justify-self: flex-start;
}
.oh-contact-card__location {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 22rem;
  padding: 15px 50px 15px 20px;
  border-radius: 10px 0;
  background: rgba(148, 174, 222, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: inherit;
  letter-spacing: -0.01em;
  overflow: hidden;
  max-width: 265px;
}
.oh-contact-card__location-glow {
  background: linear-gradient(135deg, rgba(84, 119, 255, 0.35), rgba(112, 63, 255, 0.15));
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 0 0 rgba(16, 26, 166, 0.25);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.oh-contact-card__location-glow::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  opacity: 0.35;
  pointer-events: none;
}
.oh-contact-card__location-icon {
  position: relative;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  z-index: 1;
}
.oh-contact-card__location-icon::before {
  content: "";
  position: absolute;
  inset: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M12 2a7 7 0 0 0-7 7c0 4.45 5.5 11.35 6.07 12.05a1.25 1.25 0 0 0 1.86 0C13.5 20.35 19 13.45 19 9a7 7 0 0 0-7-7m0 5a2 2 0 1 1 0 4a2 2 0 0 1 0-4'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.oh-contact-card__location-text {
  margin: 0;
  color: inherit;
  font-size: 0.95rem;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .oh-contact-card {
    margin: clamp(75px, 7vw, 100px) clamp(30px, 11vw, 158px);
    background-image: var(--oh-contact-card-bg-desktop, var(--oh-contact-card-bg-mobile));
    background-position: var(--oh-contact-card-bg-position, center);
    min-height: 445px;
    justify-content: center;
  }
  .oh-contact-card__location {
    align-self: flex-start;
  }
}
@media (max-width: 1023px) {
  .oh-contact-card {
    justify-content: start;
    align-items: center;
  }
  .oh-contact-card__title,
  .oh-contact-card__text {
    text-align: center;
  }
  .oh-contact-card__location {
    justify-self: center;
  }
}
.oh-story {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  margin: clamp(75px, 8vw, 100px) clamp(24px, 8vw, 158px);
}
.oh-story__intro {
  text-align: center;
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0;
}
.oh-story__category {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #050022;
}
.oh-story__category--intro {
  color: #050022;
}
.oh-story__title {
  margin: 0;
}
.oh-story__subtitle {
  margin: 0;
  color: #050022;
}
.oh-story__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 40px);
}
.oh-story__card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  display: grid;
  gap: 1.25rem;
}
.oh-story__heading {
  font-family: "aptos", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #12329E;
}
@media (min-width: 1024px) {
  .oh-story__heading {
    line-height: 20px;
  }
}
.oh-story__text, .oh-story__quote {
  margin: 0;
  color: #050022;
  line-height: 1.6;
  font-family: "aptos", sans-serif;
}
.oh-story__text span {
  font-family: inherit;
}
.oh-story__quote {
  position: relative;
  padding-left: 1.5rem;
  font-style: italic;
}
.oh-story__quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 2rem;
  color: #0CC2C3;
}
.oh-story__signature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.oh-story__signature-logo {
  max-width: 80px;
  height: auto;
}
.oh-story__signature-text {
  display: grid;
  gap: 0.25rem;
}
.oh-story__signature-name {
  font-weight: 600;
}
.oh-story__signature-role {
  color: #050022;
}
.oh-story__stat {
  display: grid;
  gap: 10px;
  align-items: start;
}
.oh-story__stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.oh-story__stat-icon.is-empty {
  background: transparent;
  border: 1px dashed rgba(12, 194, 195, 0.25);
}
.oh-story__stat-metric {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #0CC2C3;
}
.oh-story__stat-subtitle {
  font-family: "aptos", sans-serif;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  font-weight: 600;
  line-height: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  color: #050022;
}
.oh-story__media {
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
}
.oh-story__media-img, .oh-story__media-video, .oh-story__iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.oh-story__media-img, .oh-story__media-video {
  object-fit: cover;
}
.oh-story__iframe {
  border: 0;
  aspect-ratio: 16/9;
}
.oh-story__cta {
  text-align: center;
}
.oh-story__cta-btn {
  min-width: clamp(200px, 28vw, 260px);
}

.oh-story__card--main {
  order: 1;
}

.oh-story__media--main {
  order: 2;
}

.oh-story__card--secondary {
  order: 3;
}

.oh-story__media--secondary {
  order: 4;
}

.oh-story--main-media-left .oh-story__media--main {
  order: 1;
}
.oh-story--main-media-left .oh-story__card--main {
  order: 2;
}

.oh-story--secondary-media-left .oh-story__media--secondary {
  order: 3;
}
.oh-story--secondary-media-left .oh-story__card--secondary {
  order: 4;
}

.oh-story__card--secondary {
  grid-template-rows: 20px auto;
  gap: 10px;
  min-height: 300px;
}

.oh-story__card--secondary .oh-story__category {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .oh-story__grid {
    gap: clamp(32px, 4vw, 48px);
  }
}
@media (min-width: 1024px) {
  .oh-story__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(36px, 4vw, 56px);
  }
  .oh-story__card--main {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .oh-story__media--main {
    grid-column: 3/span 1;
    grid-row: 1;
  }
  .oh-story__card--secondary {
    grid-column: 1/span 1;
    grid-row: 2;
    grid-template-rows: 20px auto;
    gap: 20px;
  }
  .oh-story__card--secondary .oh-story__category {
    margin-bottom: 0;
  }
  .oh-story__media--secondary {
    grid-column: 2/span 2;
    grid-row: 2;
    max-height: 350px;
  }
  .oh-story--main-media-left .oh-story__media--main {
    grid-column: 1/span 1;
  }
  .oh-story--main-media-left .oh-story__card--main {
    grid-column: 2/span 2;
  }
  .oh-story--secondary-media-left .oh-story__media--secondary {
    grid-column: 1/span 2;
  }
  .oh-story--secondary-media-left .oh-story__card--secondary {
    grid-column: 3/span 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oh-story {
    transition: none;
  }
}
.oh-temoignages {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  margin: clamp(75px, 8vw, 100px) clamp(24px, 8vw, 158px);
}
.oh-temoignages__intro {
  text-align: center;
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0;
}
.oh-temoignages__category {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(5, 0, 34, 0.5);
}
.oh-temoignages__title {
  margin: 0;
}
.oh-temoignages__subtitle {
  margin: 0;
  color: rgba(5, 0, 34, 0.75);
}
.oh-temoignages__grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oh-temoignages__card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  display: grid;
  gap: 1.25rem;
}
.oh-temoignages__quote {
  margin: 0;
  color: #050022;
  font-family: "aptos", sans-serif;
  position: relative;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
}
.oh-temoignages__quote p {
  margin: 0;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.oh-temoignages__signature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.oh-temoignages__signature-logo {
  width: 100px;
  max-width: 100%;
  max-height: 50px;
  height: auto;
}
.oh-temoignages__signature-text {
  margin: 0;
  color: rgba(5, 0, 34, 0.75);
  font-weight: 600;
}
.oh-temoignages__media {
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
  height: 100%;
  align-self: stretch;
  display: flex;
}
.oh-temoignages__media-img, .oh-temoignages__media-video, .oh-temoignages__iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.oh-temoignages__media-img, .oh-temoignages__media-video {
  object-fit: cover;
}
.oh-temoignages__iframe {
  border: 0;
  aspect-ratio: 16/9;
}
.oh-temoignages__cta {
  text-align: center;
}
.oh-temoignages__cta-btn {
  min-width: clamp(200px, 28vw, 260px);
}

.oh-temoignages__card--first {
  order: 1;
}

.oh-temoignages__media--first {
  order: 2;
}

.oh-temoignages__card--second {
  order: 3;
}

.oh-temoignages__media--second {
  order: 4;
}

.oh-temoignages--first-media-left .oh-temoignages__media--first {
  order: 1;
}
.oh-temoignages--first-media-left .oh-temoignages__card--first {
  order: 2;
}

.oh-temoignages--second-media-left .oh-temoignages__media--second {
  order: 3;
}
.oh-temoignages--second-media-left .oh-temoignages__card--second {
  order: 4;
}

@media (min-width: 1024px) {
  .oh-temoignages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .oh-temoignages__card {
    gap: 3rem;
  }
  .oh-temoignages__card--first {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .oh-temoignages__media--first {
    grid-column: 3/span 1;
    grid-row: 1;
  }
  .oh-temoignages__card--second {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .oh-temoignages__media--second {
    grid-column: 3/span 1;
    grid-row: 2;
  }
  .oh-temoignages--first-media-left .oh-temoignages__media--first {
    grid-column: 1/span 1;
  }
  .oh-temoignages--first-media-left .oh-temoignages__card--first {
    grid-column: 2/span 2;
  }
  .oh-temoignages--second-media-left .oh-temoignages__media--second {
    grid-column: 1/span 1;
  }
  .oh-temoignages--second-media-left .oh-temoignages__card--second {
    grid-column: 2/span 2;
  }
  .oh-temoignages__quote {
    font-size: 20px;
    line-height: 30px;
  }
  .oh-temoignages__quote p {
    font-size: inherit;
    line-height: inherit;
  }
}
.oh-expert-card {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 25px 20px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #050022;
}
.oh-expert-card__media {
  flex: 0 0 auto;
}
.oh-expert-card__media img {
  display: block;
  width: 96px;
  height: 100%;
  min-height: 126px;
  object-fit: cover;
  border-radius: 10px;
}
.oh-expert-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: inherit;
}
.oh-expert-card__type, .oh-expert-card__name, .oh-expert-card__role {
  color: #050022;
}
.oh-expert-card__role {
  margin-bottom: 20px;
}
.oh-expert-card__ctas {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.oh-expert-card__cta {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D8E1F0;
  border: none;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.oh-expert-card__cta:hover, .oh-expert-card__cta:focus-visible {
  transform: translateY(-1px);
  background: rgba(216, 225, 240, 0.85);
  box-shadow: 0 6px 14px rgba(12, 194, 195, 0.15);
  outline: none;
}
.oh-expert-card__cta svg {
  display: block;
}

.oh-card-stats {
  background: var(--oh-surface, #FFFFFF);
  border-radius: 10px;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  align-items: flex-start;
}
.oh-card-stats:focus-within, .oh-card-stats:focus-visible {
  outline: 2px solid var(--oh-primary, #12329E);
  outline-offset: 4px;
}
.oh-card-stats .oh-categories,
.oh-card-stats .oh-body-text {
  margin: 0;
  padding: 0;
}
.oh-card-stats .oh-subtitle {
  margin: 0;
}
.oh-card-stats .oh-number-emphasis {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #12329E;
}
.oh-card-stats__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(12, 194, 195, 0.12);
  display: grid;
  place-items: center;
  margin-block: 20px;
}
.oh-card-stats__icon-media {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.oh-card-stats__icon--empty {
  background: transparent;
}

@media (min-width: 1024px) {
  .oh-card-stats__icon {
    margin-block: 35px;
  }
}
.oh-card-secondary-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(8, 19, 63, 0.9) 0%, rgba(20, 18, 62, 0.85) 100%);
  box-shadow: 0 20px 40px rgba(3, 6, 32, 0.35);
  min-height: 100%;
  color: #FFFFFF;
  width: min(100%, 250px);
  max-width: 361px;
}
.oh-card-secondary-nav__subdomain {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.oh-card-secondary-nav__media {
  border-radius: 16px;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  aspect-ratio: 16/9;
  background: rgba(255, 255, 255, 0.08);
}
.oh-card-secondary-nav__media--empty {
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
}
.oh-card-secondary-nav__media .oh-card-secondary-nav__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oh-card-secondary-nav__title {
  margin: 0;
  font-size: clamp(1.025rem, 1vw + 0.5rem, 1.35rem);
  font-weight: 600;
  color: #0CC2C3;
}
.oh-card-secondary-nav__description {
  margin: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.oh-card-secondary-nav .oh-btn {
  display: inline-flex;
  margin-top: auto;
  width: 52px;
  height: 52px;
}
.oh-card-secondary-nav .oh-btn.is-disabled {
  opacity: 0.45;
}
.oh-card-secondary-nav--no-cta .oh-btn {
  display: none;
}

@media (min-width: 768px) {
  .oh-card-secondary-nav {
    max-width: 361px;
    width: min(100%, 361px);
  }
  .oh-card-secondary-nav__description {
    font-size: 15px;
    line-height: 20px;
  }
  .oh-card-secondary-nav__subdomain {
    font-size: 12px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1024px) {
  .oh-card-secondary-nav {
    padding: 32px 28px;
  }
}
.oh-customer-section {
  margin: clamp(75px, 8vw, 100px) clamp(24px, 8vw, 158px);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
}
.oh-customer-section__heading {
  display: grid;
  gap: 0.75rem;
  max-width: 720px;
  text-align: center;
  justify-items: center;
  margin: 0 auto;
}
.oh-customer-section__heading .oh-categorie {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #050022;
}
.oh-customer-section__heading h2 {
  margin: 0;
}
.oh-customer-section__heading .oh-subtitle {
  margin: 0;
  color: #050022;
}
.oh-customer-section__grid {
  display: grid;
  gap: clamp(10px, 4vw, 20px);
}
.oh-customer-section__card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: clamp(28px, 4vw, 40px);
  display: grid;
  gap: 1.25rem;
}
.oh-customer-section__card .oh-btn {
  width: auto;
  justify-self: flex-start;
}
.oh-customer-section__card--media {
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.oh-customer-section__card--media img,
.oh-customer-section__card--media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.oh-customer-section__card--media .oh-customer-section__media--embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.oh-customer-section__card--media .oh-customer-section__media--embed iframe,
.oh-customer-section__card--media .oh-customer-section__media--embed embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}
.oh-customer-section__card--case {
  padding: 30px 20px;
  gap: 1rem;
}
.oh-customer-section__category {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #050022;
}
.oh-customer-section__quote {
  margin: 0;
  color: #050022;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5rem;
  font-style: italic;
}
.oh-customer-section__quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 2rem;
  color: #0CC2C3;
}
.oh-customer-section__signature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.oh-customer-section__signature-logo {
  max-width: 100px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.oh-customer-section__signature-text {
  margin: 0;
  color: #050022;
}
.oh-customer-section__case-logo {
  width: 100%;
  height: auto;
  display: block;
}
.oh-customer-section__case-title {
  margin: 0;
}
.oh-customer-section__cta {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .oh-customer-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 56px);
    align-items: stretch;
  }
  .oh-customer-section__card--main {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .oh-customer-section__card--media {
    grid-column: 3;
    grid-row: 1;
  }
  .oh-customer-section__card--case {
    grid-column: 1;
    grid-row: 2;
  }
  .oh-customer-section__card--secondary {
    grid-column: 2/span 2;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .oh-customer-section__heading {
    max-width: 860px;
  }
}
.oh-faq {
  position: relative;
  margin: clamp(64px, 7vw, 120px) clamp(24px, 8vw, 160px);
}
.oh-faq__layout {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
}
.oh-faq__intro {
  display: grid;
  gap: 1.25rem;
  text-align: center;
}
.oh-faq__title {
  margin: 0;
}
.oh-faq__subtitle {
  margin: 0;
  color: #050022;
}
.oh-faq__cta-block {
  display: grid;
  gap: 0.75rem;
  text-align: center;
}
.oh-faq__cta-lead {
  margin: 0;
  color: #050022;
}
.oh-faq__items {
  display: grid;
  gap: clamp(16px, 3vw, 24px);
}
.oh-faq__item {
  border-bottom: 1px solid rgba(5, 0, 34, 0.15);
  padding-bottom: clamp(12px, 2vw, 16px);
}
.oh-faq__question {
  margin: 0;
}
.oh-faq__toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-size: clamp(1.125rem, 1.4vw, 1.5rem);
  font-weight: 600;
  color: #050022;
}
.oh-faq__toggle:focus-visible {
  outline: 2px solid #0CC2C3;
  outline-offset: 4px;
}
.oh-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
}
.oh-faq__icon svg {
  width: 13px;
  height: 13px;
  display: block;
}
.oh-faq__icon-h, .oh-faq__icon-v {
  transition: opacity 0.2s ease;
}
.oh-faq__toggle[aria-expanded=true] .oh-faq__icon-v {
  opacity: 0;
}
.oh-faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.oh-faq__answer[hidden] {
  display: none;
}
.oh-faq__answer-inner {
  padding-top: clamp(12px, 2vw, 16px);
  color: #050022;
}
.oh-faq__answer-inner p {
  margin: 0;
  font-size: 14px;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  max-width: 90%;
}

@media (max-width: 767px) {
  .oh-faq__intro {
    order: 1;
  }
  .oh-faq__cta-block {
    order: 3;
  }
  .oh-faq__items {
    order: 2;
  }
}
@media (min-width: 768px) {
  .oh-faq__layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
  }
  .oh-faq__intro {
    grid-column: 1/span 4;
    text-align: left;
  }
  .oh-faq__items {
    grid-column: 5/span 8;
    grid-row: 1/span 2;
  }
  .oh-faq__cta-block {
    grid-column: 1/span 4;
    grid-row: 2;
    align-self: start;
    margin-top: clamp(16px, 2vw, 32px);
    text-align: left;
  }
}
.oh-featuring {
  position: relative;
  margin: clamp(64px, 7vw, 120px) clamp(24px, 8vw, 160px);
  display: grid;
  gap: clamp(32px, 5vw, 56px);
}
.oh-featuring__heading {
  text-align: center;
  display: grid;
  gap: 0.75rem;
}
.oh-featuring__title {
  margin: 0;
}
.oh-featuring__subtitle {
  margin: 0;
  color: #050022;
}
.oh-featuring__slider {
  overflow: hidden;
  max-width: min(100%, 1120px);
  margin: 0 auto;
}
.oh-featuring__slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.oh-featuring__slider .swiper-slide {
  display: flex;
  height: auto;
  width: 100%;
  min-width: 100%;
}
.oh-featuring__card {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: clamp(30px, 3.5vw, 30px) clamp(20px, 3vw, 28px);
}
.oh-featuring__card-body {
  display: grid;
  gap: clamp(16px, 2vw, 20px);
}
.oh-featuring__meta-line {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #050022;
}
.oh-featuring__thumb {
  width: 100%;
  border-radius: 12px;
  height: clamp(180px, 22vw, 220px);
  object-fit: cover;
}
.oh-featuring__thumb--placeholder {
  background: linear-gradient(135deg, rgba(12, 194, 195, 0.35), rgba(18, 50, 158, 0.35));
}
.oh-featuring__content {
  display: grid;
  gap: 0.75rem;
}
.oh-featuring__date {
  margin: 0;
}
.oh-featuring__card-title {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #12329E;
}
.oh-featuring__card-title a {
  color: inherit;
  text-decoration: none;
  color: #12329E;
}
.oh-featuring__card-title a:hover {
  text-decoration: none;
}
.oh-featuring__excerpt {
  margin: 0;
  color: #050022;
}
.oh-featuring__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.oh-featuring__tag {
  border: 1px solid rgba(12, 194, 195, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  color: #050022;
}
.oh-featuring__tag--expertise {
  border-color: #12329E;
  color: #12329E;
}
.oh-featuring__tag--sector {
  border-color: #0CC2C3;
  color: #0CC2C3;
}
.oh-featuring__card-footer {
  margin-top: auto;
  padding-top: clamp(16px, 2vw, 24px);
}
.oh-featuring__card-footer .oh-btn {
  width: auto;
}
.oh-featuring__cta {
  text-align: center;
}

@media (min-width: 1024px) {
  .oh-featuring__heading {
    text-align: center;
  }
  .oh-featuring__slider .swiper-slide {
    width: auto;
    flex: 0 0 clamp(317px, 24vw, 361px);
    min-width: 361px;
  }
  .oh-featuring__card {
    max-width: 361px;
    width: 100%;
  }
}
.elementor-element.oh-stacking-cards {
  background-color: #050022;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  padding: clamp(75px, 8vw, 100px) clamp(24px, 8vw, 158px);
}
.elementor-element.oh-stacking-cards .oh-heading__subtitle {
  color: white !important;
}
.elementor-element.oh-stacking-cards__widget .ue_content_left {
  justify-content: flex-start !important;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_title {
  color: #0CC2C3;
  font-size: 24px;
  font-weight: 600;
  line-height: clamp(1.75rem, 1vw + 1rem, 2.1875rem);
  margin: 0;
  padding: 0;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_desc, .elementor-element.oh-stacking-cards__widget .ue_sc_desc h3 {
  color: white;
  margin: 0;
  padding: 0;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_desc {
  font-size: 13px;
  line-height: clamp(1.25rem, 2vw + 1rem, 1.5rem);
  font-style: normal;
  margin-bottom: 60px;
  line-height: 18px;
  font-weight: 400;
}
.elementor-element.oh-stacking-cards__widget .ue_sc_desc h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: clamp(1.125rem, 1vw + 0.5rem, 1.75rem);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .elementor-element.oh-stacking-cards__widget .ue_sc_title {
    font-size: 28px;
  }
  .elementor-element.oh-stacking-cards__widget .ue_sc_desc {
    font-size: 14px;
  }
  .elementor-element.oh-stacking-cards__widget .ue_sc_desc h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .elementor-element.oh-stacking-cards__widget .ue_sc_title {
    font-size: 32px;
  }
  .elementor-element.oh-stacking-cards__widget .ue_sc_desc {
    font-size: 15px;
    line-height: 20px;
  }
  .elementor-element.oh-stacking-cards__widget .ue_sc_desc h3 {
    font-size: 24px;
  }
}
.oh-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.oh-heading > p, .oh-heading h2 {
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.oh-heading__subtitle {
  color: white !important;
}

.oh-heading > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .oh-heading {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .oh-heading {
    max-width: 62%;
  }
}
@media (min-width: 1200px) {
  .oh-heading {
    max-width: 62%;
  }
}
.oh-footer__container .elementor-shortcode {
  display: flex;
  justify-content: center;
  background: #050022;
  max-width: 1920px;
  width: 100%;
}

.oh-footer {
  position: relative;
  color: #FFFFFF;
  background: #050022;
  padding: clamp(48px, 7vw, 92px) clamp(24px, 8vw, 128px) clamp(36px, 6vw, 72px);
  overflow: hidden;
  width: 100%;
}
.oh-footer__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 72px);
}
.oh-footer__newsletter {
  display: grid;
  gap: 1.5rem;
  padding: 0;
}
.oh-footer__newsletter-title {
  margin: 0;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  color: #FFFFFF;
  letter-spacing: -0.01em;
  text-align: center;
}
.oh-footer__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.oh-footer__newsletter-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.oh-footer__newsletter-form form input[type=email],
.oh-footer__newsletter-form form input[type=text] {
  flex: 1 1 260px;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 174, 222, 0.35);
  background: rgba(10, 18, 61, 0.7);
  color: #FFFFFF;
}
.oh-footer__newsletter-form form input[type=email]::placeholder,
.oh-footer__newsletter-form form input[type=text]::placeholder {
  color: #FFFFFF;
}
.oh-footer__newsletter-form form button,
.oh-footer__newsletter-form form input[type=submit] {
  flex: 0 0 auto;
  min-width: 160px;
  border-radius: 999px;
  border: none;
  padding: 0.95rem 1.75rem;
  font-weight: 600;
  background: radial-gradient(ellipse 50% 100% at center, #0CC2C3 0%, #12329E 92.31%);
  color: #FFFFFF;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.oh-footer__newsletter-form form button:hover,
.oh-footer__newsletter-form form input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(12, 194, 195, 0.35);
}
.oh-footer__newsletter-note {
  margin: 0;
  max-width: 640px;
  font-family: "aptos", sans-serif;
  font-size: clamp(0.5rem, 1vw + 0.25rem, 0.625rem);
  font-weight: 400;
  line-height: 0.75rem;
  color: white;
}
.oh-footer__nav {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 48px);
}
.oh-footer__nav-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 36px);
}
.oh-footer__group {
  --footer-group-span: 1;
  border-bottom: 1px solid white;
  padding-bottom: 1.25rem;
  margin: 0;
}
.oh-footer__group[open] {
  border-color: #FFFFFF;
}
.oh-footer__group-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.75rem;
}
.oh-footer__group--has-level3 .oh-footer__group-content {
  gap: 1rem;
}
.oh-footer__group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  cursor: pointer;
  list-style: none;
  padding-bottom: 10px;
}
.oh-footer__group-title::-webkit-details-marker {
  display: none;
}
.oh-footer__group-title::after {
  content: "+";
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  transition: transform 0.2s ease;
}
.oh-footer__group-title-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.oh-footer__group[open] .oh-footer__group-title::after {
  transform: rotate(45deg);
}
.oh-footer__single-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
}
.oh-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.oh-footer__link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  transition: color 0.2s ease;
}
.oh-footer__link:hover {
  color: #0CC2C3;
}
.oh-footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.85rem;
  padding-top: 0.25rem;
}
.oh-footer__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 160px;
}
.oh-footer__level-two {
  color: #0CC2C3;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.oh-footer__level-three {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.oh-footer__level-three-link {
  color: #FFFFFF;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-decoration: none;
}
.oh-footer__signature {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: clamp(32px, 5vw, 48px);
}
.oh-footer__brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
}
.oh-footer__logo {
  display: inline-flex;
  align-items: center;
  max-width: 180px;
}
.oh-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.oh-footer__brand .oh-lang .oh-lang__btn {
  min-width: 9rem;
}
.oh-footer__brand .oh-lang .oh-lang__content {
  width: 9.25rem;
  justify-content: space-between;
}
.oh-footer__brand .oh-lang .oh-lang__list {
  padding-inline: 1.2rem;
  padding-block: 0.75rem;
  background: #050022;
}
.oh-footer__brand .oh-lang .oh-lang__link {
  padding-block: 0.65rem;
}
.oh-footer__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 768px) {
  .oh-footer__newsletter-title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .oh-footer__group {
    border-bottom: none;
    grid-column: span var(--footer-group-span);
  }
  .oh-footer__group-title::after {
    display: none;
  }
  .oh-footer__group-title {
    cursor: default;
    border-bottom: 1px solid white;
  }
  .oh-footer__nav-row {
    gap: clamp(28px, 3vw, 48px);
  }
  .oh-footer__nav-row--primary {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .oh-footer__nav-row--secondary {
    grid-template-columns: repeat(auto-fit, minmax(260px, 350px));
  }
  .oh-footer__columns {
    grid-template-columns: repeat(auto-fit, minmax(160px, max-content));
    justify-content: flex-start;
    column-gap: clamp(12px, 1.6vw, 28px);
    row-gap: 1rem;
  }
  .oh-footer__signature {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
  }
  .oh-footer__cta {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
  }
  .oh-footer__cta .oh-btn {
    width: auto;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .oh-footer {
    padding-inline: clamp(20px, 6vw, 32px);
  }
  .oh-footer__newsletter-form form {
    flex-direction: column;
    align-items: stretch;
  }
  .oh-footer__newsletter-form form button,
  .oh-footer__newsletter-form form input[type=submit] {
    width: 100%;
  }
  .oh-footer__links {
    margin-top: 0.65rem;
  }
  .oh-footer__signature {
    align-items: flex-start;
  }
  .oh-footer__brand {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  .oh-footer__brand .oh-footer__logo {
    margin: 0 auto;
  }
  .oh-footer__language {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .oh-footer__language summary {
    width: 100%;
    justify-content: space-between;
  }
  .oh-footer__cta {
    width: 100%;
    flex-direction: column;
  }
  .oh-footer__cta .oh-btn {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .oh-footer__signature {
    align-items: center;
  }
  .oh-footer__brand {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .oh-footer__brand .oh-footer__logo {
    margin-inline: auto;
  }
  .oh-footer .oh-lang {
    margin-inline: auto;
  }
  .oh-footer .oh-lang .oh-lang__content {
    justify-content: center;
    gap: 0.75rem;
    width: auto;
  }
  .oh-footer__cta {
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .oh-footer__cta .oh-btn {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .oh-footer__nav--flat .oh-footer__nav-row {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 2vw, 32px);
  }
  .oh-footer__nav--flat .oh-footer__group {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
    flex: 0 1 200px;
    max-width: 200px;
  }
  .oh-footer__nav--flat .oh-footer__group-title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .oh-footer__nav--flat .oh-footer__group-title::after {
    display: none;
  }
  .oh-footer__nav--flat .oh-footer__single-link,
  .oh-footer__nav--flat .oh-footer__group-title-link {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .oh-footer__container .elementor-shortcode {
    margin: 0 auto;
  }
}
.oh-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 7rem;
  box-sizing: border-box;
  font-family: "aptos", sans-serif;
}
.oh-lang__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.3125rem;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.oh-lang__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.oh-lang__content {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.oh-lang__label {
  font-weight: 600;
  line-height: 1.3;
}
.oh-lang__globe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.oh-lang__globe svg {
  width: 14px;
  height: 14px;
}
.oh-lang__globe svg path {
  fill: currentColor;
}
.oh-lang__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.oh-lang__chevron svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.oh-lang__inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 0.5rem;
}
.oh-lang__choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 4px 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.2s ease, border-color 0.2s ease, text-decoration-color 0.2s ease;
}
.oh-lang__choice:focus-visible {
  outline: none;
  text-decoration: underline;
}
.oh-lang__choice:not(.is-active):hover {
  text-decoration: underline;
}
.oh-lang__choice.is-active {
  border-color: #FFFFFF;
}
.oh-lang__separator {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.oh-lang__list {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem 0.75rem;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background: rgba(255, 255, 255, 0.1);
  width: auto;
  box-sizing: border-box;
  z-index: 30;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.oh-lang__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.375rem 0.5rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease;
}
.oh-lang__link:hover, .oh-lang__link:focus-visible {
  color: #FFFFFF;
  outline: none;
}
.oh-lang.is-open .oh-lang__btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
  background: transparent;
}
.oh-lang.is-open .oh-lang__chevron svg {
  transform: rotate(180deg);
}
.oh-lang.is-open .oh-lang__list {
  display: block;
  min-width: 100%;
}
.oh-lang--mode-full {
  min-width: 9rem;
}
.oh-lang--mode-full .oh-lang__content {
  width: 9.25rem;
  justify-content: space-between;
}
.oh-lang--mode-full .oh-lang__btn {
  background: transparent;
}
.oh-lang--mode-full .oh-lang__globe {
  display: none;
}
.oh-lang--mode-full .oh-lang__list {
  padding: 0.4375rem 1.25rem;
}
.oh-lang--mode-full .oh-lang__link {
  padding: 0;
  padding-block: 0 !important;
}
.oh-lang--mode-compact {
  width: 134px;
  min-width: 134px;
  max-width: 134px;
  height: 46px;
  padding: 7px 20px;
  background: transparent;
  color: #FFFFFF;
}
.oh-lang--mode-compact .oh-lang__inline {
  gap: 0.5rem;
}
.oh-lang--mode-compact .oh-lang__choice {
  padding: 0px 10px;
}
.oh-lang--light .oh-lang__btn {
  border-color: #050022;
  background: transparent;
  color: #050022;
}
.oh-lang--light .oh-lang__list {
  border-color: #050022;
  background: rgba(255, 255, 255, 0.85);
  color: #050022;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.oh-lang--light .oh-lang__link {
  color: #050022;
}
.oh-lang--light .oh-lang__link:hover, .oh-lang--light .oh-lang__link:focus-visible {
  color: #050022;
}
.oh-lang--light.oh-lang--mode-compact {
  color: #050022;
}
.oh-lang--light.oh-lang--mode-compact .oh-lang__choice {
  color: #050022;
}
.oh-lang--light.oh-lang--mode-compact .oh-lang__choice.is-active {
  border-color: #050022;
}
.oh-lang--light.oh-lang--mode-compact .oh-lang__separator {
  background: rgba(5, 0, 34, 0.9);
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.oh-contact-hero {
  padding: 150px 30px 50px 30px !important;
  border-radius: 0 0 30px 30px;
}
.oh-contact-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 39px;
  border-radius: 10px;
  background: rgba(148, 174, 222, 0.1) !important;
  border-color: rgb(255, 255, 255);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 0 rgba(16, 26, 166, 0.25);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.oh-contact-hero__inner .oh-subtitle p {
  color: white !important;
  margin: 0;
}
.oh-contact-hero__left {
  padding: clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.oh-contact-hero__right {
  padding: clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) !important;
}
.oh-contact-hero__right--img img {
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 768px) {
  .oh-contact-hero {
    padding: 150px 80px 75px 80px !important;
  }
  .oh-contact-hero__left {
    max-width: 50%;
    width: 50%;
    align-items: flex-start;
    text-align: left;
    justify-content: start;
    padding: clamp(20px, 4vw, 80px) 0 clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) !important;
  }
  .oh-contact-hero__right {
    padding: clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) clamp(20px, 4vw, 80px) 0 !important;
    max-width: 50%;
  }
  .oh-contact-hero__right--img img {
    border-radius: 10px;
    max-height: inherit;
  }
}
.oh-contact-map {
  margin-top: 50px !important;
  position: relative;
}
.oh-contact-map__container {
  padding: clamp(64px, 7vw, 100px) clamp(24px, 8vw, 158px) !important;
}
.oh-contact-map__right {
  max-width: 611px !important;
}
.oh-contact-map .oh-heading .oh-heading__title, .oh-contact-map .oh-heading .oh-heading__subtitle {
  color: #050022;
}

@media (min-width: 768px) {
  .oh-contact-map {
    margin-top: 100px !important;
  }
}
.oh-navigation {
  z-index: 9;
  width: 90%;
  display: flex;
  padding: clamp(0.5rem, 1vw, 0.75rem) clamp(0.75rem, 2vw, 1.25rem) !important;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.5rem);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 3.1875rem;
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.1);
  max-height: 4.375rem;
  height: 4.375rem;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: white;
}
.oh-navigation__logo.e-con.e-flex {
  flex: 0 0 149px;
  max-width: 149px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oh-navigation__logo.e-con.e-flex img {
  width: 300px;
  height: auto;
}
.oh-navigation__logo.e-con.e-flex .oh-navigation__logo-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 149px;
}
.oh-navigation__logo.e-con.e-flex .oh-navigation__logo-image,
.oh-navigation__logo.e-con.e-flex .oh-navigation__logo-image--light {
  display: block;
  width: 100%;
  max-width: 149px;
  max-height: 22px;
  height: auto;
  transition: opacity 0.2s ease;
}
.oh-navigation__logo.e-con.e-flex .oh-navigation__logo-image--light {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media (max-width: 1023px) {
  .oh-navigation__logo.e-con.e-flex {
    flex: 0 0 112px;
    max-width: 112px;
  }
  .oh-navigation__logo.e-con.e-flex .oh-navigation__logo-wrapper {
    max-width: 112px;
  }
  .oh-navigation__logo.e-con.e-flex .oh-navigation__logo-image,
  .oh-navigation__logo.e-con.e-flex .oh-navigation__logo-image--light {
    max-width: 112px;
    max-height: 17px;
  }
}
.oh-navigation__menu.e-con.e-flex {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.oh-navigation__menu.e-con.e-flex .e-n-menu {
  width: 100%;
}
.oh-navigation__menu.e-con.e-flex .e-n-menu .e-n-menu-wrapper {
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(0.5rem, 1.5vw, 1.5rem);
}
.oh-navigation__menu.e-con.e-flex .oh-mega-menu__actions {
  display: none;
}
.oh-navigation__actions.e-con.e-flex {
  flex: 0 0 300px;
  min-width: 0;
  display: flex;
  justify-content: space-between;
}
.oh-navigation__actions.e-con.e-flex .oh-nav__wpml-switch.elementor-widget-wpml-language-switcher {
  max-width: 7rem !important;
}
.oh-navigation__actions.e-con.e-flex .elementor-widget-oh-button {
  flex-shrink: 0;
}
@media (max-width: 1280px) and (min-width: 1024px) {
  .oh-navigation {
    width: clamp(88%, 92vw, 94%);
    gap: clamp(0.5rem, 0.9vw, 1rem);
  }
  .oh-navigation__logo {
    flex: 0 0 110px !important;
    max-width: 110px;
  }
  .oh-navigation__logo .oh-navigation__logo-image,
  .oh-navigation__logo .oh-navigation__logo-image--light {
    max-width: inherit;
  }
  .oh-navigation__menu .e-n-menu-wrapper {
    gap: clamp(0.2rem, 0.45vw, 0.6rem);
  }
  .oh-navigation__menu .e-n-menu-title .e-n-menu-title-text {
    font-size: clamp(0.75rem, 0.95vw, 0.95rem);
    letter-spacing: 0.01em;
  }
  .oh-navigation__menu .e-n-menu-title {
    gap: clamp(0.2rem, 0.35vw, 0.4rem);
  }
  .oh-navigation__menu .e-n-menu-dropdown-icon {
    margin-left: clamp(0.2rem, 0.3vw, 0.35rem);
  }
  .oh-navigation__actions {
    flex: 0 0 clamp(17%, 24vw, 20%);
    gap: clamp(0.25rem, 0.6vw, 0.65rem);
  }
  .oh-navigation__actions .elementor-widget-oh-button {
    max-width: clamp(9rem, 12vw, 10.5rem);
  }
}

.oh-navigation .uc-mega_menu-burger-icon {
  background: transparent !important;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.oh-navigation .uc-mega_menu-burger-icon i {
  transition: color 0.2s ease;
}
.oh-navigation.is-dark .uc-mega_menu-burger-icon i {
  color: #FFFFFF !important;
}
.oh-navigation.is-light .uc-mega_menu-burger-icon i {
  color: #050022 !important;
}

.oh-navigation__logo .oh-logo--light {
  display: flex;
}
.oh-navigation__logo .oh-logo--dark {
  display: none;
}
.oh-navigation.is-light .oh-logo--light {
  display: none;
}
.oh-navigation.is-light .oh-logo--dark {
  display: flex;
}
.oh-navigation.is-dark .oh-logo--light {
  display: flex;
}
.oh-navigation.is-dark .oh-logo--dark {
  display: none;
}

.oh-navigation-mobile__logo .oh-logo--light {
  display: flex;
}
.oh-navigation-mobile__logo .oh-logo--dark {
  display: none;
}
.oh-navigation-mobile.is-light .oh-logo--light {
  display: none;
}
.oh-navigation-mobile.is-light .oh-logo--dark {
  display: flex;
}
.oh-navigation-mobile.is-dark .oh-logo--light {
  display: flex;
}
.oh-navigation-mobile.is-dark .oh-logo--dark {
  display: none;
}

.oh-navigation-mobile.e-con.e-flex {
  display: none;
}
.oh-navigation-mobile.e-con.e-flex img {
  width: 300px;
  height: auto;
}
@media (max-width: 1023px) {
  .oh-navigation-mobile.e-con.e-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 4rem;
    padding: 0 1.25rem;
    border-radius: 6.25rem;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 3.6875rem;
    z-index: 1000;
    isolation: isolate;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: transparent;
    color: white;
    position: fixed;
  }
  .oh-navigation-mobile.e-con.e-flex::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
  .oh-navigation-mobile.e-con.e-flex > * {
    position: relative;
    z-index: 1;
  }
  .oh-navigation-mobile.e-con.e-flex.is-dark {
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .oh-navigation-mobile.e-con.e-flex.is-dark::before {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  }
  .oh-navigation-mobile.e-con.e-flex.is-light {
    color: #111;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .oh-navigation-mobile.e-con.e-flex.is-light::before {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1023px) {
  .oh-navigation-mobile__logo {
    width: 112px;
  }
  .oh-navigation-mobile__logo .oh-navigation__logo-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .oh-navigation-mobile__menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    z-index: 1000;
  }
  .oh-navigation-mobile__menu .e-con-inner {
    align-items: center;
    padding: 0;
  }
  .oh-navigation-mobile__menu .e-n-menu {
    width: auto;
  }
  .oh-navigation-mobile__menu .e-n-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: transparent;
    color: #FFFFFF;
    position: relative;
    z-index: 1002;
  }
  .oh-navigation-mobile__menu .e-n-menu-toggle .e-n-menu-toggle-text {
    display: none;
  }
  .oh-navigation-mobile__menu .e-n-menu-toggle[aria-expanded=true] {
    position: fixed;
    top: clamp(1rem, 4vw, 1.75rem);
    right: clamp(1rem, 4vw, 1.75rem);
    z-index: 1003;
    padding: 0.75rem;
  }
  .oh-navigation-mobile__menu .e-n-menu-wrapper {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    padding: clamp(1.5rem, 6vw, 3rem) clamp(1.5rem, 6vw, 3rem) clamp(5rem, 12vh, 6rem);
    background-color: #050022 !important;
    color: #FFFFFF !important;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 4vw, 2rem);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 11 !important;
  }
  .oh-navigation-mobile__menu .e-n-menu-toggle[aria-expanded=true] + .e-n-menu-wrapper {
    top: -100px;
    padding-top: 150px;
    opacity: 1;
    pointer-events: auto;
    height: 105vh;
  }
  .oh-navigation-mobile__menu .e-n-menu-heading {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 3vh, 1.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: right !important;
  }
  .oh-navigation-mobile__menu .e-n-menu-item {
    width: 100%;
  }
  .oh-navigation-mobile__menu .e-n-menu-title-container {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    color: #FFFFFF;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .oh-navigation-mobile__menu .e-n-menu-title .e-n-menu-title-text {
    color: inherit;
    letter-spacing: 0.01em;
    background-color: transparent !important;
    color: white !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .oh-navigation-mobile.is-light .oh-navigation-mobile__menu .e-n-menu-toggle {
    border-color: rgba(5, 0, 34, 0.3);
    color: #050022;
  }
  .oh-navigation-mobile.is-light .oh-navigation-mobile__menu .e-n-menu-toggle[aria-expanded=true] {
    color: #FFFFFF;
  }
}
.oh-nav.elementor-widget-n-menu .e-n-menu-title .e-n-menu-title-text {
  color: white;
}
.oh-nav.elementor-widget-n-menu .e-n-menu-title:hover span {
  opacity: 0.3;
}
.oh-nav.elementor-widget-n-menu .e-n-menu-title-container {
  margin-right: 1.25rem;
}
@media (max-width: 1280px) and (min-width: 1024px) {
  .oh-nav.elementor-widget-n-menu .e-n-menu-title-container {
    margin-right: clamp(0.4rem, 0.6vw, 0.75rem);
  }
}
.oh-nav.elementor-widget-n-menu .e-n-menu-dropdown-icon svg {
  fill: white;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item {
  width: fit-content;
  padding: 2.25rem 1.81rem;
  font-family: "aptos", sans-serif;
  margin: 0;
  min-width: 36.375rem;
  min-height: 16.375rem;
  color: #FFFFFF;
  background-color: #050022;
  border-radius: 0.3125rem;
  padding-right: 3.125rem;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item:has(.oh-nav__sub-container) {
  width: auto;
  min-width: max-content;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item * {
  margin: 0;
  padding: 0;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item .oh-btn {
  padding: 0.4375rem 2.1875rem !important;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item h5, .oh-nav.elementor-widget-n-menu .oh-nav__item h6 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  border-radius: 0.3125rem;
  background: rgba(190, 190, 190, 0.1);
  max-width: 15.6875rem;
  max-height: 12.375rem;
  padding: 1.25rem;
  margin-right: 2rem;
  background: linear-gradient(135deg, #2d2d54, #3a3a6b, #2a2a50);
  border: 1px solid rgba(200, 200, 220, 0.6); /* Bordure argentée plus visible */
  position: relative;
  overflow: hidden;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--left h5, .oh-nav.elementor-widget-n-menu .oh-nav__item--left h6 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #0CC2C3;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--left p {
  color: white;
  font-family: "aptos", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--left .elementor-widget-image {
  width: 100%;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--left .elementor-widget-image a {
  display: flex;
  width: 100%;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--left img {
  width: 100%;
  height: 5.375rem;
  max-width: 13.1875rem;
  max-height: 5.375rem;
  border-radius: 0.25rem;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--right p {
  color: white;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--right .oh-nav__sub-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: auto;
  min-width: auto;
  flex-wrap: nowrap;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--right .oh-nav__sub-container .e-con.e-child {
  flex: 0 0 auto;
  min-width: max-content;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--right .oh-nav__sub-container h6, .oh-nav.elementor-widget-n-menu .oh-nav__item--right .oh-nav__sub-container p {
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: none;
  width: auto;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--right .oh-nav__sub-container h6 {
  color: white;
  font-size: clamp(0.85rem, 1vw, 1 rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item--right .oh-nav__sub-container p {
  color: white;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  font-weight: 400;
  line-height: 1.2;
}
.oh-nav.elementor-widget-n-menu .oh-nav__item::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  transform-origin: top left;
  background: white;
  border-top-right-radius: 1px;
  top: 0;
  left: 50px;
  position: absolute;
  background-color: #050022;
}

.oh-navigation.is-dark {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.oh-navigation.is-light {
  color: #111;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.oh-navigation.is-dark .e-n-menu-title .e-n-menu-title-text {
  color: white !important;
}

.oh-navigation.is-dark .uc-mega_menu_title {
  color: white !important;
}

.oh-navigation.is-dark .uc-mega_menu_title span {
  color: white !important;
}

.oh-navigation.is-dark .e-n-menu-title .e-n-menu-dropdown-icon svg {
  fill: white !important;
}

.oh-navigation.is-dark .oh-lang__btn .e-n-menu-dropdown-icon-closed svg {
  fill: white !important;
}

.oh-navigation.is-light .e-n-menu-title .e-n-menu-title-text {
  color: #050022 !important;
}

.oh-navigation.is-light .uc-mega_menu_title {
  color: #050022 !important;
}

.oh-navigation.is-light .uc-mega_menu_title span {
  color: #050022 !important;
}

.oh-navigation.is-light .e-n-menu-title .e-n-menu-dropdown-icon svg {
  fill: #050022 !important;
}

.oh-navigation.is-light .oh-lang__btn .e-n-menu-dropdown-icon-closed svg {
  fill: #050022 !important;
}

.oh-navigation.is-dark .oh-lang__list a .e-n-menu-dropdown-icon-closed svg {
  fill: white !important;
}

.oh-navigation.is-light .oh-lang__list a .e-n-menu-dropdown-icon-closed svg {
  fill: #050022 !important;
}

.nav-theme-dark .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon,
.oh-navigation.is-dark .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon,
.oh-navigation-mobile.is-dark .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon {
  color: #FFFFFF;
}
.nav-theme-dark .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon svg,
.oh-navigation.is-dark .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon svg,
.oh-navigation-mobile.is-dark .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.nav-theme-light .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon,
.oh-navigation.is-light .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon,
.oh-navigation-mobile.is-light .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon {
  color: #050022;
}
.nav-theme-light .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon svg,
.oh-navigation.is-light .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon svg,
.oh-navigation-mobile.is-light .e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon.e-close {
  color: #FFFFFF;
}
.e-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon.e-close svg {
  fill: white !important;
  stroke: white !important;
}

.oh-navigation .oh-lang,
.oh-navigation-mobile .oh-lang {
  flex-shrink: 0;
  color: #FFFFFF;
}
.oh-navigation .oh-lang .oh-lang__btn,
.oh-navigation-mobile .oh-lang .oh-lang__btn {
  background: transparent !important;
  box-shadow: none !important;
}
.oh-navigation .oh-lang .oh-lang__list,
.oh-navigation-mobile .oh-lang .oh-lang__list {
  box-shadow: none !important;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  will-change: transform, backdrop-filter;
}
.oh-navigation .oh-lang.is-open .oh-lang__btn,
.oh-navigation-mobile .oh-lang.is-open .oh-lang__btn {
  border-bottom-color: transparent !important;
}
.oh-navigation.is-dark .oh-lang,
.oh-navigation-mobile.is-dark .oh-lang {
  color: #FFFFFF;
}
.oh-navigation.is-dark .oh-lang .oh-lang__btn,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__btn {
  border-color: rgba(255, 255, 255, 0.35);
  color: #FFFFFF;
}
.oh-navigation.is-dark .oh-lang .oh-lang__list,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__list {
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.oh-navigation.is-dark .oh-lang .oh-lang__link,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__link {
  color: #FFFFFF;
}
.oh-navigation.is-dark .oh-lang .oh-lang__link:hover, .oh-navigation.is-dark .oh-lang .oh-lang__link:focus-visible,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__link:hover,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__link:focus-visible {
  color: #FFFFFF;
}
.oh-navigation.is-dark .oh-lang .oh-lang__choice,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__choice {
  color: #FFFFFF;
}
.oh-navigation.is-dark .oh-lang .oh-lang__choice.is-active,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__choice.is-active {
  border-color: #FFFFFF;
}
.oh-navigation.is-dark .oh-lang .oh-lang__separator,
.oh-navigation-mobile.is-dark .oh-lang .oh-lang__separator {
  background: rgba(255, 255, 255, 0.9);
}
.oh-navigation.is-light .oh-lang,
.oh-navigation-mobile.is-light .oh-lang {
  color: #050022;
}
.oh-navigation.is-light .oh-lang .oh-lang__btn,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__btn {
  border-color: #050022;
  background: transparent;
  color: #050022;
}
.oh-navigation.is-light .oh-lang .oh-lang__list,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__list {
  border-color: #050022;
  background: rgba(255, 255, 255, 0.85);
  color: #050022;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.oh-navigation.is-light .oh-lang .oh-lang__link,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__link {
  color: #050022 !important;
}
.oh-navigation.is-light .oh-lang .oh-lang__link:hover, .oh-navigation.is-light .oh-lang .oh-lang__link:focus-visible,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__link:hover,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__link:focus-visible {
  color: #050022 !important;
}
.oh-navigation.is-light .oh-lang .oh-lang__choice,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__choice {
  color: #050022;
}
.oh-navigation.is-light .oh-lang .oh-lang__choice.is-active,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__choice.is-active {
  border-color: #050022;
}
.oh-navigation.is-light .oh-lang .oh-lang__separator,
.oh-navigation-mobile.is-light .oh-lang .oh-lang__separator {
  background: rgba(5, 0, 34, 0.9);
}

.oh-lang__list[data-nav-theme=dark] {
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.oh-lang__list[data-nav-theme=dark] .oh-lang__link {
  color: #FFFFFF;
}
.oh-lang__list[data-nav-theme=dark] .oh-lang__link:hover, .oh-lang__list[data-nav-theme=dark] .oh-lang__link:focus-visible {
  color: #FFFFFF;
}

.oh-lang__list[data-nav-theme=light] {
  border-color: #050022;
  background: rgba(255, 255, 255, 0.85);
  color: #050022;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.oh-lang__list[data-nav-theme=light] .oh-lang__link {
  color: #050022 !important;
}
.oh-lang__list[data-nav-theme=light] .oh-lang__link:hover, .oh-lang__list[data-nav-theme=light] .oh-lang__link:focus-visible {
  color: #050022 !important;
}

@media (min-width: 1024px) {
  .oh-navigation__menu .oh-mega-menu__actions {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .oh-navigation__menu {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .oh-navigation__actions {
    display: none !important;
  }
  .oh-navigation .oh-mega-menu {
    width: 100%;
  }
  .oh-navigation .oh-mega-menu,
  .oh-navigation .oh-mega-menu .uc-mega_menu-burger {
    display: flex;
    align-items: center;
  }
  .oh-navigation .oh-mega-menu .uc-mega_menu-burger {
    margin-left: auto;
    justify-content: flex-end;
  }
  .oh-navigation .oh-mega-menu .uc-mega_menu-burger .uc-mega_menu-burger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
  }
  .oh-navigation .oh-mega-menu .uc-mega_menu-wrapper {
    position: fixed;
    inset: 0;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 6vw, 3rem) clamp(8rem, 18vh, 11rem);
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vh, 1.5rem);
    z-index: 100000;
    background-color: #050022;
    color: #FFFFFF;
  }
  .oh-navigation .oh-mega-menu .uc-mega_menu_list {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vh, 1.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .oh-navigation .oh-mega-menu .uc-mega_menu-mobile-header {
    margin-bottom: 1rem;
  }
  .oh-navigation .oh-mega-menu .uc-mega_menu-close-btn-icon {
    background: transparent;
    border: none;
    color: #FFFFFF;
  }
  .oh-navigation .oh-mega-menu .uc-mega_menu-close-btn-icon i {
    color: inherit;
  }
  html.uc-menu-open,
  body.uc-menu-open {
    overflow: hidden;
    height: 100vh;
  }
  body.uc-menu-open .oh-navigation__menu .uc-mega_menu-wrapper {
    transform: translate(0, 0);
    padding-bottom: clamp(9rem, 20vh, 12rem);
  }
  body.uc-menu-open .oh-navigation {
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
  }
  body.uc-menu-open .oh-navigation__menu .oh-mega-menu__actions {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    position: fixed !important;
    top: auto !important;
    left: 50% !important;
    right: auto !important;
    bottom: clamp(1.5rem, 4vh, 3rem) !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    width: min(90vw, 22rem) !important;
    z-index: 100005 !important;
  }
  body.uc-menu-open .oh-navigation__menu .oh-mega-menu__actions .elementor-widget-oh-button,
  body.uc-menu-open .oh-navigation__menu .oh-mega-menu__actions .elementor-widget {
    width: 100%;
  }
  body.uc-menu-open .oh-navigation__menu .oh-mega-menu__actions .oh-lang {
    width: 100%;
    justify-content: center;
  }
}
@supports selector(:has(*)) {
  @media (max-width: 1023px) {
    html:has(.oh-navigation-mobile__menu .e-n-menu-toggle[aria-expanded=true]),
    body:has(.oh-navigation-mobile__menu .e-n-menu-toggle[aria-expanded=true]) {
      overflow: hidden;
      overscroll-behavior: none;
    }
  }
}
#oh-hubspot-form {
  width: 100%;
}

.oh-rgpd__hero {
  background-color: #050022;
  border-radius: 0 0 30px 30px;
}
.oh-rgpd__hero .e-con-inner {
  padding: 0 !important;
}
.oh-rgpd__intro {
  padding: 50px 38px !important;
}
.oh-rgpd__body {
  padding: 50px 38px !important;
}
@media (min-width: 1024px) {
  .oh-rgpd__intro {
    padding: 80px 120px !important;
  }
  .oh-rgpd__body {
    padding: 80px 120px !important;
  }
}
@media (min-width: 1200px) {
  .oh-rgpd__intro {
    padding: 100px 158px !important;
  }
  .oh-rgpd__body {
    padding: 100px 158px !important;
  }
}

.oh-sous-domaine {
  padding-top: 75px !important;
  gap: 0 !important;
}
.oh-sous-domaine .oh-heading {
  padding: 0 38px !important;
}
@media (min-width: 1024px) {
  .oh-sous-domaine {
    padding-top: 100px !important;
  }
  .oh-sous-domaine .oh-heading {
    padding: inherit !important;
  }
}

.oh-breadcrumbs {
  display: none;
}
@media (min-width: 1024px) {
  .oh-breadcrumbs {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #F4F6FB;
    color: #050022;
    max-width: fit-content !important;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px !important;
  }
  .oh-breadcrumbs .uc-breadcrumbs-list a {
    color: #050022 !important;
  }
  .oh-breadcrumbs .uc-breadcrumb-separator i {
    color: #050022 !important;
  }
  .oh-breadcrumbs .uc-breadcrumb-current {
    opacity: 0.3;
  }
}

.oh-section-offres {
  padding: clamp(50px, 8vw, 100px) clamp(38px, 8vw, 158px) !important;
}

.welcomekit-jobs-list {
  list-style-type: none;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .welcomekit-jobs-list {
    gap: 30px;
    margin-top: 60px;
  }
}

.welcomekit-jobs-list-item {
  display: flex;
  margin: 0;
  height: 363px;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  background: #FFFFFF;
}
@media (min-width: 1024px) {
  .welcomekit-jobs-list-item {
    padding: 30px 20px;
    height: 258px;
  }
}

.welcomekit-jobs-list-item-link {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  padding: 50px 20px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .welcomekit-jobs-list-item-link {
    padding: 30px 20px;
    height: 258px;
  }
}

.welcomekit-jobs-list-item-link:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: " ";
  transform: rotate(45deg);
  transition: all 0.2s;
}

.welcomekit-job-name {
  font-family: "aptos", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #050022;
  leading-trim: both;
  text-edge: cap;
}

.welcomekit-job-infos {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.welcomekit-job-infos > li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #050022;
  margin-bottom: 10px;
}

.welcomekit-job-infos > li.welcomekit-job-description {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #050022;
}

.welcomekit-job-infos > li.welcomekit-job-description p,
.welcomekit-job-infos > li.welcomekit-job-description ul {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #050022;
}

.welcomekit-job-infos > li.welcomekit-job-description ul li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.welcomekit-job-infos > li.welcomekit-job-description pre {
  padding-left: 10px;
  overflow: auto;
}

.welcomekit-job-infos > li.welcomekit-job-description:before {
  display: none;
}

.welcomekit-job-officeCity {
  display: flex !important;
  align-items: center;
}

.welcomekit-job-officeCity::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 10px;
  background-image: url("../svgs/icon-location.svg");
}

.welcomekit-office-city,
.welcomekit-department-name {
  display: block;
  padding: 15px;
  font-family: "aptos", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
}

.welcomekit-warning {
  display: block;
  padding: 50px 0;
  text-align: center;
}

.oh-methodologie {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.oh-methodologie .oh-heading {
  padding: 0 38px !important;
}
.oh-methodologie__cta {
  display: flex;
  justify-content: center;
  padding: 0 38px !important;
}
@media (min-width: 1024px) {
  .oh-methodologie {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    gap: 0 !important;
  }
  .oh-methodologie .oh-heading {
    padding: 0 !important;
  }
  .oh-methodologie__cta {
    padding: 0 !important;
  }
}

.partner-5050 {
  position: relative;
  color: #FFFFFF;
}
.partner-5050__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.partner-5050__card {
  position: relative;
  padding: 50px 20px;
  border-radius: 10px;
  background: rgba(148, 174, 222, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.partner-5050__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 39px);
  align-items: flex-start;
}
.partner-5050__text {
  display: grid;
  gap: 20px;
  text-align: left;
}
.partner-5050__title {
  margin: 0;
  color: #0CC2C3;
}
.partner-5050__subtitle {
  margin: 0;
  color: #FFFFFF !important;
}
.partner-5050__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
}
.partner-5050__description p {
  margin: 0;
  color: inherit;
}
.partner-5050__media, .partner-5050__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.partner-5050__media-box {
  width: 100%;
  max-width: 560px;
  background: transparent;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.partner-5050__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.partner-5050__video, .partner-5050__iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 10px;
}
.partner-5050__iframe {
  aspect-ratio: 16/9;
}
.partner-5050__video {
  max-height: 100%;
}

.partner-5050--media-left .partner-5050__grid {
  grid-template-areas: "text" "media";
}
.partner-5050--media-left .partner-5050__text {
  grid-area: text;
}
.partner-5050--media-left .partner-5050__media {
  grid-area: media;
}

.partner-5050--media-right .partner-5050__grid {
  grid-template-areas: "text" "media";
}
.partner-5050--media-right .partner-5050__text {
  grid-area: text;
}
.partner-5050--media-right .partner-5050__media {
  grid-area: media;
}

@media (min-width: 1024px) {
  .partner-5050__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
  }
  .partner-5050__card {
    padding: 104px 78px;
  }
  .partner-5050__media, .partner-5050__image {
    align-items: center;
    justify-content: flex-start;
  }
  .partner-5050--media-left .partner-5050__grid {
    grid-template-areas: "media text";
  }
  .partner-5050--media-right .partner-5050__grid {
    grid-template-areas: "text media";
  }
}
@media (max-width: 760px) {
  .partner-5050__card {
    padding: 50px 20px;
  }
  .partner-5050__text {
    text-align: center;
  }
  .partner-5050__media-box {
    max-width: 100%;
    margin: 0;
  }
}
.oh-timeline-section {
  padding: clamp(75px, 8vw, 100px) 0 !important;
}
.oh-timeline-section .ue-item-bullet-holder {
  margin: 20px 0 0 !important;
}
.oh-timeline-section .ue-horizontal-timeline .carousel-nav .carousel-prev {
  top: 20px !important;
  left: 10px !important;
  background: #D8E1F0 !important;
  border: 0px !important;
}
.oh-timeline-section .ue-horizontal-timeline .carousel-nav .carousel-prev i {
  color: #050022 !important;
}
.oh-timeline-section .ue-horizontal-timeline .carousel-nav .carousel-next {
  top: 20px !important;
  right: 10px !important;
  background: #D8E1F0 !important;
  border: 0px !important;
}
.oh-timeline-section .ue-horizontal-timeline .carousel-nav .carousel-next i {
  color: #050022 !important;
}
.oh-timeline-section .elementor-widget-ucaddon_horizontal_timeline {
  margin-top: clamp(40px, 8vw, 62px) !important;
}
.oh-timeline-section .ue-item-bullet {
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  gap: 44px;
  background: linear-gradient(160deg, rgba(31, 67, 172, 0.75), rgba(10, 30, 102, 0.2)) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.oh-timeline-section .ue-item-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.oh-timeline-section .ue-item-bullet {
  color: #FFFFFF !important;
}
.oh-timeline-section .ue-item-bullet svg {
  width: 25px !important;
  height: 25px !important;
}
.oh-timeline-section .ue-item-date {
  font-size: clamp(0.625rem, 2vw + 1rem, 0.75rem);
  line-height: clamp(10px, 1.2vw + 4px, 12px);
  color: #FFFFFF !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin: 10px 0;
}
.oh-timeline-section .ue-carousel-item-holder {
  position: relative;
  display: flex;
  height: 100%;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(160deg, rgba(31, 67, 172, 0.75), rgba(10, 30, 102, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.2);
  isolation: isolate;
  overflow: hidden;
  backdrop-filter: blur(18px);
}
.oh-timeline-section .owl-stage {
  display: flex !important;
  align-items: stretch;
}
.oh-timeline-section .owl-item {
  display: flex;
  height: auto !important;
}
.oh-timeline-section .ue-carousel-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.oh-timeline-section .ue-item-image a {
  pointer-events: none;
  cursor: default;
}
.oh-timeline-section .ue-item-image, .oh-timeline-section .ue-item-image img {
  border-radius: 4px;
  max-height: 183px;
}
@media screen and (min-width: 1200px) {
  .oh-timeline-section .ue-item-image, .oh-timeline-section .ue-item-image img {
    max-height: 183px;
    max-width: 321px;
  }
}
.oh-timeline-section .ue-item-title {
  margin-top: 0 !important;
}
.oh-timeline-section .ue-item-title a {
  color: white !important;
  font-size: clamp(1.125rem, 1vw + 0.5rem, 1.5rem);
  font-weight: 600;
  line-height: clamp(1.125rem, 1vw + 0.5rem, 1.75rem);
  color: #050022;
}
.oh-timeline-section .ue-item-intro {
  color: white !important;
  font-family: "aptos", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #050022;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .oh-timeline-section .ue-item-intro {
    font-size: 15px;
    line-height: 20px;
  }
}
.oh-timeline-section .ue-carousel-content {
  background: transparent !important;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .oh-timeline-section .owl-stage {
    justify-content: space-between;
  }
  .oh-timeline-section .ue-carousel-item-holder {
    max-width: 361px;
  }
}
@media screen and (min-width: 1440px) {
  .oh-timeline-section .owl-stage {
    justify-content: space-between;
  }
  .oh-timeline-section .ue-carousel-item-holder {
    max-width: 361px;
    margin: 0 10px !important;
  }
}
@media screen and (min-width: 1550px) {
  .oh-timeline-section .owl-stage {
    justify-content: space-between;
  }
  .oh-timeline-section .ue-carousel-item-holder {
    max-width: 361px;
    margin: 0 auto !important;
  }
}

.oh-secondary-nav {
  padding: clamp(48px, 7vw, 88px) clamp(20px, 6vw, 120px);
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  overflow: hidden;
}
.oh-secondary-nav .oh-subtitle {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: clamp(0.75rem, 0.8vw + 0.3rem, 0.9rem);
  color: #FFFFFF;
}
.oh-secondary-nav__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.oh-secondary-nav__header .oh-subtitle {
  color: #FFFFFF !important;
}
.oh-secondary-nav__separator {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  display: block;
  margin: 0;
}
.oh-secondary-nav__slider-shell {
  position: relative;
  overflow: visible;
  padding-inline-end: 0;
  margin-inline-end: 0;
}
.oh-secondary-nav__slider {
  overflow: visible;
}
.oh-secondary-nav__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  color: #FFFFFF;
}
.oh-secondary-nav__nav:hover, .oh-secondary-nav__nav:focus-visible {
  transform: translateY(-50%) scale(1.05);
  background: rgba(255, 255, 255, 0.24);
  outline: 2px solid var(--oh-primary, #0CC2C3);
  outline-offset: 2px;
}
.oh-secondary-nav__nav:disabled {
  opacity: 0.35;
  cursor: default;
  outline: none;
}
.oh-secondary-nav__nav--prev {
  left: -16px;
}
.oh-secondary-nav__nav--next {
  right: -16px;
}
.oh-secondary-nav__nav-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
}
.oh-secondary-nav__nav-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
  transform: rotate(180deg);
}
.oh-secondary-nav__nav--next .oh-secondary-nav__nav-icon img {
  transform: none;
}
.oh-secondary-nav__grid {
  display: grid;
  gap: 24px;
}

.oh-secondary-nav__slider .swiper-slide {
  height: auto;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}

@media (min-width: 768px) {
  .oh-secondary-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .oh-secondary-nav {
    padding-inline: clamp(64px, 6vw, 160px);
  }
  .oh-secondary-nav__header {
    gap: 30px;
    margin-bottom: 60px;
  }
  .oh-secondary-nav__nav--prev {
    left: -26px;
  }
  .oh-secondary-nav__nav--next {
    right: -26px;
  }
}
@media (min-width: 1440px) {
  .oh-secondary-nav__slider-shell {
    padding-inline-end: clamp(48px, 6vw, 120px);
    margin-inline-end: calc(-1 * clamp(48px, 6vw, 120px));
  }
}
.oh-stats {
  padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 80px);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  overflow: hidden;
}
.oh-stats__heading {
  display: grid;
  gap: 0.75rem;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.oh-stats__heading .oh-categories {
  margin: 0;
  color: rgba(5, 0, 34, 0.7);
}
.oh-stats__heading h2 {
  margin: 0;
}
.oh-stats__heading .oh-subtitle {
  margin: 0;
  color: rgba(5, 0, 34, 0.75);
}
.oh-stats__slider {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-inline-end: clamp(32px, 7vw, 72px);
}
.oh-stats__slider .swiper-slide {
  height: auto;
}
.oh-stats__slider:not(.swiper) {
  display: grid;
  gap: clamp(16px, 3vw, 24px);
  max-width: 860px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.oh-stats__cta {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .oh-stats__slider {
    padding-inline-end: clamp(24px, 4vw, 48px);
  }
}
@media (min-width: 1024px) {
  .oh-stats {
    padding-inline: clamp(48px, 6vw, 120px);
  }
  .oh-stats__heading {
    max-width: 840px;
  }
  .oh-stats__slider {
    padding-inline: 0;
  }
  .oh-stats__slider:not(.swiper) {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.oh-section-equipe {
  padding: clamp(75px, 7vw, 100px) clamp(38px, 6vw, 80px) !important;
}
.oh-section-equipe .oh-subtitle, .oh-section-equipe .oh-subtitle p {
  color: #FFFFFF !important;
}
.oh-section-equipe .ue_card_content {
  border-radius: 10px !important;
}
.oh-section-emploi .oh-categories, .oh-section-emploi .oh-heading__title, .oh-section-emploi .oh-subtitle, .oh-section-emploi .oh-subtitle p {
  color: #050022 !important;
}

.oh-section-avantages {
  padding-right: 0 !important;
  padding-left: 0 !important;
  gap: 0 !important;
}
.oh-section-avantages .oh-secondary-nav {
  padding-top: 40px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .oh-section-avantages .oh-secondary-nav {
    padding-top: 60px;
  }
}
.oh-expertise-x__aside {
  max-width: 332px;
}
.oh-expertise-x__aside .oh-summary {
  border-top: 1px solid #050022;
  border-bottom: 1px solid #050022;
  padding: 19px 0;
  margin: 19px 0;
}
.oh-expertise-x__body {
  max-width: 745px;
}
@media (min-width: 1024px) {
  .oh-expertise-x__aside {
    position: sticky;
    top: 130px;
    align-self: start;
  }
}

html {
  scroll-behavior: smooth;
  background: rgba(148, 174, 222, 0.1);
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  /* etc. */
}

.oh-btn-test {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  background: radial-gradient(423.95% 232.57% at 50% 50%, #12329E 0%, #0CC2C3 100%);
  color: #fff;
  border: none;
  overflow: hidden;
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  border-radius: 6.25rem;
}
.oh-btn-test:hover {
  background: radial-gradient(ellipse 50% 100% at center, #0CC2C3 0%, #12329E 100%);
}

.oh-btn-test2 {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  background: radial-gradient(ellipse 50% 100% at center, #0CC2C3 0%, #8177C7 150%);
  color: #fff;
  border: none;
  overflow: hidden;
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  border-radius: 6.25rem;
}
.oh-btn-test2:hover {
  background: radial-gradient(ellipse 50% 100% at center, #8177C7 0%, #0CC2C3 150%);
}

.elementor-element {
  padding: 0;
  margin: 0;
}

.oh-padding {
  padding: clamp(50px, 7vw, 100px) clamp(38px, 6vw, 150px);
}

.anchor-target {
  scroll-margin-top: 150px;
}
