/* === normalize.css === */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


/* === webflow.css === */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
button,
[type='button'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly] {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly] {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}


/* === yield-studio-v2.webflow.css === */
:root {
  --text-dark: #2f3133;
  --blue-20: #007bfb;
  --blue-dark: #000b6d;
  --blue-30: #382aff;
  --white: white;
  --blue-50: #2990e9;
  --blue-10: #d3e7ff;
  --blue-40: #151d53;
  --transparent: #badcff26;
  --test-light: #758a9f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: var(--text-dark);
  background-color: #ffffff;
  font-family: var(--font-barlow), sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.13;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--blue-20);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.text-weight-bold {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-weight: 700;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.2;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.page-wrapper {
  position: relative;
}

.padding-0 {
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.no-padding-top {
  padding-top: 0;
}

.padding-section-medium.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-medium.padding-top-small {
  padding-top: 2.5rem;
}

.padding-section-medium.padding-bottom-small {
  padding-bottom: 2rem;
}

.padding-section-medium.padding-bottom-large {
  padding-bottom: 10rem;
}

.padding-section-medium.padding-top-large {
  padding-top: 8rem;
}

.background-color-white {
  background-color: #fff;
}

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.text-weight-medium {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-weight: 500;
}

.text-weight-medium.text-color-grey-subtitle {
  color: #334155;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-size-regular {
  font-size: 1rem;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-color-white {
  color: #fff;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.heading-style-display_takeout {
  color: var(--blue-dark);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 3.713rem;
}

.heading-style-display_takeout.text-color-white {
  color: #fff;
  text-align: left;
  align-self: flex-start;
}

.heading-style-display_takeout.text-color-white.hide-mobile-landscape {
  text-align: left;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-align-center {
  float: none;
  text-align: center;
  position: static;
}

.heading-style-display3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7.5rem;
}

.spacer-xhuge.medium-on-mobile-landscape {
  padding-top: 9rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-global {
  z-index: 1;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.is-hero-case {
  background-image: linear-gradient(#ffffff00, #fff);
}

.padding-global.no-padding-right {
  padding-right: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.no-padding-top {
  padding-top: 0;
}

.padding-section-small.no-padding-bottom {
  padding-bottom: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top._1rem {
  padding-top: 1rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.padding-section-large.padding-top-small {
  padding-top: 3rem;
}

.padding-section-large.no-padding-top {
  padding-top: 0;
}

.padding-section-large.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-large.padding-bottom-18-75rem {
  padding-bottom: 18.75rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_message-success {
  background-color: var(--blue-30);
  color: var(--white);
  border-radius: .5rem;
  padding: 3.35rem 1.25rem;
}

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

.button {
  background-image: linear-gradient(130deg, var(--blue-30), var(--blue-50));
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 43px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.button.is-secondary {
  border: 1px solid var(--blue-30);
  background-color: #0000;
  background-image: linear-gradient(130deg, var(--blue-30), var(--blue-50));
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.button.is-secondary.is-white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-color: #fff;
}

.button.is-secondary.background-color-white {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  position: relative;
}

.button.is-secondary.background-color-white.arrow.is-icon-left {
  padding-left: .4375rem;
}

.button.is-secondary.arrow {
  padding-right: 1.5rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.arrow {
  height: auto;
  padding-right: 1.875rem;
}

.heading-style-display1 {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 5.1rem;
}

.hide {
  display: none;
}

.hero_content {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 43.125rem;
  display: flex;
  position: relative;
}

.home-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7.625rem;
  display: flex;
  position: relative;
}

.home-hero_image {
  position: absolute;
  inset: -5.2rem -21rem auto auto;
}

.section_home-hero {
  position: relative;
}

.tag {
  background-color: var(--blue-10);
  color: var(--blue-20);
  border-radius: 100px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.tag.is-capitalized {
  text-transform: uppercase;
}

.tag.is-reading-time {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  font-size: .875rem;
  line-height: 1.2;
  display: flex;
}

.tag.is-podcast {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  background-color: #badcff26;
  align-items: center;
  font-size: .875rem;
  line-height: 1.2;
  display: flex;
}

.home-hero_expertises-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .875rem;
  margin-bottom: .875rem;
  display: grid;
}

.home-hero_single-expertise {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(131deg, #382aff, #007bfb);
  -webkit-background-clip: text;
  background-clip: text;
}

.section_logos {
  position: relative;
  overflow: hidden;
}

.logos {
  grid-column-gap: 3.625rem;
  grid-row-gap: 1.125rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 73rem;
  display: flex;
}

.section_home-intro {
  position: relative;
}

.home-intro {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-intro_content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  max-width: 39.875rem;
  display: flex;
}

.title-bloc {
  background-image: linear-gradient(135deg, var(--blue-30), var(--blue-50));
  color: #fff;
  border-radius: 8px;
  padding: .5rem 1.188rem;
  display: inline-block;
  transform: rotate(-1.26deg);
}

.title-bloc.is-white {
  color: var(--blue-20);
  background-color: #fff;
  background-image: none;
}

.bullet-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bullet-list.is-jobs {
  width: 100%;
  max-width: 31.25rem;
}

.bullet-list.is-formula {
  grid-row-gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bullet-list_item {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet-list_item.is-align-center {
  align-items: center;
}

.bullet-list_item.is-address {
  color: #fff;
  font-size: 1rem;
  transition: all .3s ease-out;
}

.bullet-point {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: .25rem;
  position: relative;
}

.bullet-point.is-smaller {
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
  min-height: 1.375rem;
  padding: 0;
  display: flex;
}

.bullet-point_circle1 {
  z-index: 0;
  filter: blur(4px);
  background-color: #007bfb33;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.bullet-point_circle2 {
  z-index: 1;
  background-color: var(--blue-20);
  color: #d3e7ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff4d;
}

.bullet-point_circle2.is-smaller {
  width: 18px;
  height: 18px;
}

.bullet-point_circle3 {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.bullet-point_circle3.is-smaller {
  width: 3.57px;
  height: 3.57px;
}

.section_home-method.gradient-background {
  position: relative;
}

.home-method {
  color: #fff;
}

.home-method_content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-method_single-bloc {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 44.5rem;
  display: flex;
}

.home-method_single-bloc.is-left {
  grid-row-gap: 2rem;
  align-items: flex-start;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.surtitle {
  color: var(--blue-10);
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 100%;
}

.surtitle.is-lowercase {
  text-transform: none;
}

.content-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.375rem;
}

.content-heading.is-blue {
  color: var(--blue-40);
}

.content-heading.align-center {
  color: var(--white);
  text-align: center;
}

.home-method_bloc-top {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-method_bloc-top.is-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
}

.home-method_tag {
  background-color: var(--transparent);
  border-radius: 2rem;
  margin-bottom: .25rem;
  padding: .375rem .75rem;
  transform: rotate(-1.26deg);
}

.home-method_double-cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.home-method_card {
  grid-column-gap: .313rem;
  grid-row-gap: .313rem;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  text-align: center;
  background-color: #badcff05;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2.5rem;
  display: flex;
  box-shadow: inset 0 0 0 1px #d3e7ff26;
}

.section_stories {
  position: relative;
}

.story_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.story_wrapper.no-padding-top {
  padding-top: 0;
}

.story_content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 25.5rem;
  display: flex;
}

.story_visual-wrapper {
  flex-direction: column;
  max-width: 43.688rem;
  display: flex;
  transform: rotate(1deg);
}

.floating-visual_top-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.floating-visual_top {
  background-color: var(--blue-10);
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  width: 100%;
  height: .563rem;
}

.story_image-wrapper {
  z-index: 1;
  background-image: none;
  border-radius: 7px;
  min-width: 30rem;
  height: auto;
  position: relative;
}

.story_image-wrapper.is-work {
  right: 1rem;
}

.floating-visual_gradient {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-50) 14%, #c9d2ff00);
  filter: blur(44px);
  width: 100%;
  height: 1.25rem;
  margin-top: .25rem;
  position: relative;
}

.story_image {
  border-radius: 6px;
  transform: none;
}

.center-element {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_home-partners {
  background-image: linear-gradient(139deg, var(--blue-30), var(--blue-20));
  position: relative;
}

.home-partners {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-partners_logos-wrapper {
  grid-column-gap: 2.125rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.home-partners_logo-wrapper-border {
  background-image: linear-gradient(144deg, #fff, #fff0 98%);
  border-radius: .5rem;
  width: 11rem;
  height: 3.375rem;
  padding: 1px;
}

.home-partners_logo-wrapper {
  background-color: #3465fd;
  border-radius: .45rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-testimonial {
  color: #fff;
}

.home-testimonial_cl {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-testimonial_card {
  z-index: 0;
  color: #fff;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 32.8rem;
  transition: all .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-testimonial_card:hover {
  transform: scale(1.1)rotate(-3deg);
}

.home-testimonial_card-gradient {
  z-index: 0;
  background-image: linear-gradient(#02001500, #0a0439e8 67%);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-testimonial_infos {
  z-index: 1;
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 19px;
  line-height: 1.5;
  position: relative;
}

.section_home-expertises {
  position: relative;
}

.home-expertises {
  grid-column-gap: 7.688rem;
  grid-row-gap: 7.688rem;
  background-image: linear-gradient(124deg, #382aff, #2990e9);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem 8.5rem;
  display: flex;
  position: relative;
}

.home-expertises_heading-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 32.25rem;
  display: flex;
}

.home-expertises_nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18rem;
  padding: 1rem;
  display: grid;
}

.expertises_nav-card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.expertises_nav-card.with-icon {
  padding: 0;
}

.expertises_nav-card_top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expertise_lightning {
  position: absolute;
  inset: 0% 0% auto auto;
}

.section_home-press {
  position: relative;
}

.home-press_logos-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-press_logos-wrapper.no-height {
  height: 0;
  overflow: hidden;
}

.cta_component {
  background-image: linear-gradient(124deg, var(--blue-30), var(--blue-20));
  overflow: hidden;
}

.cta_component.is-v3 {
  border-radius: 1.5rem;
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

.cta_component.is-form {
  border-radius: 1.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.cta {
  z-index: 1;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta_expertises-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.cta_single-expertise {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
  display: flex;
}

.cta_lightning {
  z-index: 0;
  position: absolute;
  inset: 0% 6% auto auto;
  transform: translate(50%, -49%);
}

.navbar_component {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6.5rem;
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar_link {
  padding: .75rem 1rem;
  font-size: .975rem;
  transition: all .3s ease-out;
}

.navbar_link:hover {
  color: var(--blue-20);
}

.navbar_link.is-white {
  color: #fff;
}

.navbar_link.is-white:hover {
  color: var(--blue-20);
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .975rem;
  transition: all .3s ease-out;
  display: flex;
}

.navbar_dropdown-toggle:hover {
  color: var(--blue-20);
}

.navbar_dropdown-toggle.is-white {
  color: #fff;
}

.navbar_dropdown-toggle.is-white:hover {
  color: var(--blue-20);
}

.navbar_dropdown-list.w--open {
  background-color: #ddd0;
  padding-top: 2rem;
  display: flex;
  position: absolute;
  top: 2.6rem;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_logo {
  transform: translate(0, 5px);
}

.navbar2_logo.is-blue {
  opacity: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-section-xlarge.padding-top-small {
  padding-top: 3rem;
}

.padding-section-xlarge.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-xlarge.no-padding-top {
  padding-top: 0;
}

.padding-section-xlarge.padding-top-medium {
  padding-top: 5rem;
}

.padding-section-xlarge.padding-bottom-small {
  padding-bottom: 3rem;
}

.padding-section-xlarge.medium-on-mobile-landscape {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.bg-lines {
  z-index: 0;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-lines.is-article {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-line {
  opacity: .2;
  background-image: linear-gradient(to right, #007bfb33, #2990e95e 50%, #4474d56e 97%);
  width: 1.4px;
}

.bg-line.not-visible {
  opacity: 0;
  background-image: linear-gradient(to right, #007bfb33, #2990e95e 50%, #4474d56e 97%);
}

.section_glossaire-hero {
  z-index: 1;
  background-color: var(--blue-40);
  position: relative;
}

.glossaire-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 41rem;
  display: flex;
}

.glossaire_nav {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  margin-top: 2.125rem;
  display: flex;
}

.glossaire_navlink {
  color: #badcff26;
  border-radius: 3px;
  padding: .25rem .375rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-out;
}

.glossaire_navlink:hover {
  color: #fff;
  background-color: #badcff26;
}

.section_glossaire {
  background-color: var(--blue-40);
  position: relative;
}

.glossaire {
  flex-direction: column;
  display: flex;
}

.glossaire_bloc {
  padding-top: 1.5rem;
}

.glossaire_letter-heading {
  color: #badcff26;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

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

.glossaire_link {
  color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 14.25rem;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 3ms ease-out;
  display: flex;
}

.glossaire_link:hover {
  background-color: #badcff26;
}

.glossaire_link-arrow {
  opacity: 0;
}

.breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-size: .75rem;
  line-height: 1.5;
  display: flex;
}

.link-classic {
  color: var(--text-dark);
  text-decoration: none;
  transition: all .3s ease-out;
}

.link-classic:hover, .text-blue-20 {
  color: var(--blue-20);
}

.section_glossaire-other {
  position: relative;
}

.glossaire-other {
  z-index: 1;
  position: relative;
}

.glossaire-other_cl {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.glossaire-other_card {
  color: var(--blue-40);
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-out;
}

.glossaire-other_card:hover {
  transform: scale(1.025)rotate(-1.5deg);
}

.article_tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.article-other_cl {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta_lightning2 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto;
  transform: translate(50%, -49%);
}

.position-relative-1 {
  z-index: 1;
  position: relative;
}

.articles_card {
  color: var(--blue-40);
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  width: 100%;
  min-height: 24.188rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.articles_card:hover {
  transform: scale(1.025)rotate(-1.5deg);
  box-shadow: 4px 4px 15.6px #0e1f651f;
}

.articles_card.is-horizontal {
  flex-flow: row;
  min-height: auto;
}

.articles_card-thumbnail {
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  height: 14.438rem;
}

.articles_card-thumbnail.is-horizontal {
  border-top-right-radius: 0;
  border-bottom-left-radius: .5rem;
  height: 9.75rem;
}

.articles_card-thumbnail.is-big {
  height: 18rem;
}

.articles_card-infos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  display: flex;
}

.articles_date {
  color: var(--text-dark);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

 .section_studio-hero {
  position: relative;
}

.studio-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.studio-hero.no-padding-bottom {
  padding-bottom: 0;
}

.studio-hero_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 43.125rem;
  display: flex;
}

.floating-visual_wrapper {
  flex-direction: column;
  display: flex;
}

.floating-visual_wrapper.is-studio-hero {
  max-width: 27rem;
}

.floating-visual_image {
  border-radius: 6px;
  max-width: none;
  height: 100%;
  transform: none;
}

.floating-visual_image.is-studio-hero {
  width: 432px;
  max-width: 100%;
  height: auto;
}

.floating-visual_image.is-studio-manifest {
  width: 35rem;
}

.floating-visual_image-wrapper {
  background-image: linear-gradient(141deg, #e6f3ff6b, #72beff 28%, #c9e6ff 67%, #70bdff);
  border-radius: 7px;
  min-width: 30rem;
  height: 30rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.floating-visual_image-wrapper.is-studio-hero {
  min-width: auto;
  height: auto;
}

.section_studio-figures {
  position: relative;
}

.studio-figures {
  grid-column-gap: 7.688rem;
  grid-row-gap: 7.688rem;
  background-color: var(--blue-40);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  min-height: 40rem;
  padding: 3.75rem 8.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.studio-figures_lightning {
  z-index: 0;
  height: 100%;
  position: absolute;
  top: auto;
  left: 39%;
  right: auto;
}

.studio-figures_heading-wrapper {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 32.25rem;
  display: flex;
  position: relative;
}

.figures_card {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  background-color: #badcff26;
  border: 1px solid #72beff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 14.125rem;
  height: 11rem;
  padding: 2rem 1.125rem;
  display: flex;
}

.figures_card.is-text-blue {
  color: var(--blue-20);
}

.studio-figures_cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.188rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.studio-dashboard_image {
  z-index: 0;
  max-width: none;
  position: relative;
  transform: translate(-8.125rem);
}

.studio-dashboard_content {
  z-index: 1;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  min-width: 31.25rem;
  max-width: 39.875rem;
  display: flex;
  position: relative;
}

.studio-dashboard {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_studio-dashboard, .section_studio-team {
  position: relative;
}

.studio-team {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.studio-team_visual-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 30.125rem;
  min-width: 31.125rem;
  display: flex;
}

.studio-team_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.studio-team_double-picture {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotate(-4deg);
}

.section_studio-experts {
  background-color: var(--blue-40);
  position: relative;
}

.section_studio-experts.gradient-background {
  position: relative;
}

.studio-experts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.studio-experts_cl {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.studio-experts_cl.is-moving {
  padding-right: 1.5rem;
  display: flex;
}

.studio-experts_clw {
  width: 100%;
}

.studio-experts_clw.is-moving {
  flex: none;
  width: auto;
}

.expert_card {
  text-align: center;
  background-color: #2e3a6d;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  width: 382px;
  padding: 1.5rem 2rem;
  transition: all .3s ease-out;
  display: flex;
}

.expert_card-picture {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 13.688rem;
  height: 13.688rem;
  margin-bottom: .5rem;
}

.expert_name {
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.13;
}

.studio-experts_social-link {
  color: #fff;
  background-color: #badcff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s ease-out;
  display: flex;
}

.studio-experts_social-link:hover {
  color: var(--blue-20);
}

.studio-manifest_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.studio-manifest {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer_component {
  background-color: var(--blue-40);
  border-radius: 1.5rem;
  padding-left: 6.375rem;
  padding-right: 6.375rem;
}

.footer {
  color: #fff;
  flex-direction: column;
  display: flex;
}

.footer_top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.footer_places {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom-width: 1px;
  border-bottom-color: #badcff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.125rem;
  display: grid;
}

.footer_nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  margin-bottom: 4.125rem;
  display: flex;
}

.footer_bottom {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  border-top: 1px solid #badcff26;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 2.813rem;
  padding-left: .5rem;
  font-size: 1rem;
  display: flex;
}

.footer_company-infos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_social {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.footer_social-link {
  color: #fff;
  background-color: #badcff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s ease-out;
  display: flex;
}

.footer_social-link:hover {
  color: var(--blue-20);
}

.footer_nav-part {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_nav-grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer_nav-grid.is-menu {
  border-bottom: 1px solid #badcff26;
  justify-content: space-between;
  padding-bottom: 3rem;
  display: flex;
}

.footer_nav-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  font-size: 1rem;
  list-style-type: none;
  display: flex;
}

.footer_nav-list-heading {
  color: #d3e7ff;
  font-weight: 700;
}

.footer_nav-link {
  color: #fff;
  transition: all .3s ease-out;
}

.footer_nav-link:hover {
  color: var(--blue-20);
}

.section_expertise-intro {
  margin-bottom: 3rem;
  position: relative;
}

.expertise-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_expertises-expert {
  position: relative;
}

.expertises-expert {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  background-image: linear-gradient(124deg, #382aff, #2990e9);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem 11.875rem 3.75rem 4.375rem;
  display: flex;
  position: relative;
}

.expertise-expert_opinion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.expertise-expert_infos {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.expertise-expert_lightning {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.expertise-expert_picture {
  object-fit: cover;
  border-radius: .5rem;
  width: 23.563rem;
  min-width: 23.563rem;
  height: 100%;
  max-height: 23.563rem;
}

.section_expertise-success {
  position: relative;
}

.expertise-success {
  grid-column-gap: 6.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expertise-success_content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-self: flex-start;
  max-width: 39.875rem;
  display: flex;
}

.expertise-success_content.is-centered {
  align-self: center;
}

.expertise-method {
  color: #fff;
}

.section_expertise-method {
  overflow: hidden;
}

.section_expertise-method.gradient-background {
  position: relative;
}

.section_expertise-method.gradient-background.glow-moving-large.no-overflow-hidden {
  z-index: 1;
  overflow: visible;
}

.expertise-method_content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  display: flex;
}

.expertise-method_row {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.expertise-method_image-wrapper {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #badcff08;
  border-radius: .5rem;
  align-self: auto;
  width: 25rem;
  min-width: 25rem;
  height: 21.875rem;
  display: flex;
  overflow: hidden;
}

.method_tag {
  background-color: var(--transparent);
  border-radius: 2rem;
  padding: .375rem .75rem;
}

.expertise-method_bloc-content {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.expertise-method_bloc-content.is-left {
  align-items: flex-start;
}

.expertise-method_bloc {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  align-items: flex-start;
  display: flex;
}

.expertise-specialites {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.section_expertise-specialites {
  justify-content: center;
  display: flex;
  position: relative;
}

.expertise-experts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.expertise-commitment {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_expertise-commitment {
  background-image: url('../images/lightning.svg'), linear-gradient(139deg, var(--blue-30), var(--blue-20));
  background-position: 105%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  position: relative;
}

.expertise-commitment_content {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.expertise-commitment_col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.no-margin {
  margin: 0;
}

.expertises-other_nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18rem;
  padding: 1rem;
  display: grid;
}

.expertises-other {
  grid-column-gap: 7.688rem;
  grid-row-gap: 7.688rem;
  background-image: linear-gradient(124deg, #382aff, #2990e9);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  min-height: 27.75rem;
  padding: 3.75rem 8.5rem;
  display: flex;
  position: relative;
}

.section_expertises-other {
  position: relative;
}

.faq_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section_faq {
  position: relative;
}

.faq_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 2rem 2rem 0;
  display: flex;
}

.faq_question-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.faq_question-text {
  color: var(--blue-40);
  font-family: var(--font-inter), sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.13;
}

.faq_answer-text {
  color: #4d4d66;
  font-family: var(--font-spline-sans), sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.faq_answer-wrapper {
  padding-top: .5rem;
  overflow: hidden;
}

.section_podcast-hero, .section_blog-hero, .section_blog-articles {
  position: relative;
}

.blog-categories {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-categories.is-clients {
  justify-content: flex-start;
  align-items: flex-start;
}

.section_blog-categories {
  position: relative;
}

.category_tag {
  border: 1px solid var(--blue-40);
  color: var(--blue-40);
  cursor: pointer;
  border-radius: 100px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: all .3s ease-out;
  position: relative;
}

.category_tag:hover {
  background-color: var(--blue-10);
}

.category_tag.w--current {
  border-color: var(--blue-30);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #382aff, #2990e9);
  -webkit-background-clip: text;
  background-clip: text;
}

.blog-categories_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 5.625rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.hero.is-seo {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 33.25rem);
  grid-auto-columns: 1fr;
  display: grid;
}

.hero.is-download.is-expertise {
  padding-top: 4rem;
}

.hero.is-secteur {
  grid-row-gap: 9rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.section_hero {
  position: relative;
}

.expertise-why_row {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.expertise-why_content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  display: flex;
}

.expertise-other_text-content {
  flex: 1;
}

.expertise-other_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5rem;
  align-items: flex-start;
  padding: 1rem;
  transition: all .3s ease-out;
  display: flex;
}

.expertise-other_card:hover {
  background-color: #badcff26;
}

.text-blue-40 {
  color: var(--blue-40);
}

.text-dark {
  color: var(--text-dark);
}

.subexpertises-other_nav {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 29.125rem;
  min-width: 29.125rem;
  display: grid;
}

.realisations-hero_image {
  position: absolute;
  inset: 5rem -20rem auto auto;
}

.section_work-current {
  background-color: #badcff26;
  position: relative;
}

.section_podcast {
  position: relative;
}

.section_podcast.is-featured {
  background-color: #badcff26;
}

.podcast {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.podcast_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.podcast_card {
  background-color: var(--blue-40);
  border-radius: 1.5rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.podcast_content {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 2.6rem;
  display: flex;
}

.podcast_image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  display: flex;
  position: relative;
}

.podcast_content-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.podcast_experts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.podcast_expert {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.podcast_expert-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.25;
  display: flex;
}

.podcast_gradient {
  background-image: linear-gradient(to right, var(--blue-40), #151d5300);
  width: 5rem;
}

.podcast_image-overlay {
  background-color: #151d53c9;
  position: absolute;
  inset: 0%;
}

.articles_card-content {
  display: none;
}

.studio-story_content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.studio-story {
  color: #fff;
}

.section_studio-story.gradient-background {
  position: relative;
}

.studio-story_identity {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 28rem;
  display: flex;
}

.studio-story_identity_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.studio-story_identity_row-top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.text-style-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.13;
}

.studio-story_identity_description {
  max-width: 22.5rem;
}

.studio-story_timeline {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 38.313rem;
  padding-left: 1.531rem;
  display: flex;
}

.studio-story_timeline_row {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  align-items: flex-start;
  display: flex;
}

.studio-story_timeline_row-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.studio-story_timeline_row-content.is-left {
  align-items: flex-start;
}

.section_jobs-hero {
  position: relative;
}

.jobs-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.section_jobs-infos {
  z-index: 0;
  background-color: var(--blue-40);
  position: relative;
  overflow: hidden;
}

.jobs-infos {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  display: flex;
}

.jobs-infos_content {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 82px;
  display: flex;
}

.jobs-infos_content-heading {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 28rem;
  display: flex;
  position: relative;
}

.jobs-infos_content-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.jobs-infos_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.jobs-infos_card-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jobs-infos_figures {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.jobs-benefits_heading {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.section_jobs-benefits {
  position: relative;
}

.jobs-benefits {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.border-radius-6 {
  border-radius: .375rem;
}

.jobs-moments {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_jobs-moments {
  position: relative;
}

.section_contact {
  background-color: var(--blue-40);
  position: relative;
}

.contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4em;
  display: flex;
}

.contact_infos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact_places {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.125rem;
  display: flex;
}

.contact_places.is-tablet {
  display: none;
}

.contact_form-wrapper {
  width: 41rem;
  min-width: 41rem;
}

.contact_form-block {
  margin-top: 1.5rem;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.contact_field {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px #000;
  border-radius: .75rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px #92ccff;
}

.contact_field::placeholder {
  color: #ffffff80;
}

.contact_field.is-blurry {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.contact_label {
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 400;
}

.contact_label.is-white {
  color: var(--white);
}

.contact_text-area {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px #000;
  border-radius: .75rem;
  height: 9.188rem;
  min-height: 9.188rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px #92ccff;
}

.contact_text-area::placeholder {
  color: #ffffff80;
}

.contact_select {
  color: #ffffff80;
  background-color: #ffffff1f;
  border: 1px #000;
  border-radius: .75rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px #92ccff;
}

.contact_select::placeholder {
  color: #ffffff80;
}

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

.content-align-right {
  justify-content: flex-end;
  display: flex;
}

.section_legal {
  position: relative;
}

.legal {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.legal_content {
  grid-column-gap: 9.5rem;
  grid-row-gap: 9.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal_col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.legal_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.offre-cyrille {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video_card {
  cursor: pointer;
  background-image: url('../images/video-cyrille.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 38rem;
  transition: all .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_card:hover {
  transform: scale(1.05)rotate(-1.5deg);
}

.video_card.is-work {
  background-image: url('../images/product-design-sprint-cyrille.webp');
  background-position: 50% 20%;
}

.video_overlay {
  z-index: 0;
  opacity: .37;
  background-image: linear-gradient(198deg, #256cb7, #2a0fff87 87%);
  position: absolute;
  inset: 0%;
}

.video_infos {
  z-index: 1;
  padding-bottom: 1.125rem;
  padding-left: 4rem;
  padding-right: 1.125rem;
  font-size: 19px;
  line-height: 1.5;
  position: relative;
}

.section_offre-formula {
  background-image: linear-gradient(139deg, var(--blue-30), var(--blue-20));
  position: relative;
}

.offre-formula {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.offre-formula_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 24.563rem;
  display: flex;
}

.offre-formula_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.offre_card {
  background-image: linear-gradient(#2990e9b3, #fffcfcb3 53% 78%, #2990e9b3);
  border-radius: .5rem;
  width: 23.219rem;
  padding: 1px;
  overflow: hidden;
}

.offre_card-inside-takeout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1c64fd;
  border-radius: .5rem;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1rem;
  display: flex;
}

.offre_card-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_404 {
  position: relative;
}

._404 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._404_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._404_visual {
  max-width: 34.625rem;
}

.home-testimonial_quote-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  color: #fff;
  align-items: center;
  display: flex;
}

.home-testimonial_quote-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 6.875rem;
  min-width: 6.875rem;
  height: 6.875rem;
  min-height: 6.875rem;
}

.home-testimonial_quote-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-testimonial_quote-top {
  display: flex;
}

.home-testimonial_slider {
  background-color: #badcff26;
  border-radius: .5rem;
  height: 100%;
  margin-top: 7.5rem;
  box-shadow: inset 0 0 0 1px #9ad0ff;
}

.home-testimonial_slide {
  height: 100%;
  padding: 3rem 3rem 6rem;
  transition: all .3s ease-out;
}

.home-testimonial_slide-nav {
  padding-top: 0;
  padding-bottom: 4rem;
}

.home-testimonial_arrow {
  background-color: #badcff26;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.25rem;
  margin-right: 3rem;
  display: flex;
  inset: auto 0% 1.5rem auto;
}

.home-testimonial_arrow.is-left {
  right: 2.75rem;
}

.home-testimonial_mask {
  height: 100%;
}

.arrow-lottie {
  display: none;
}

.arrow-lottie.is-smaller {
  display: none;
}

.home-testimonial_card-overlay {
  z-index: 0;
  background-color: #0a043963;
  position: absolute;
  inset: 0%;
}

.navbar_trigger {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_dropdown-arrow {
  position: absolute;
  inset: 1.1rem auto auto 2.5rem;
}

.navbar_dropdown-menu {
  background-color: var(--blue-20);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 18rem;
  padding: 1rem;
  position: relative;
}

.navbar_dropdown-submenu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-direction: column;
  width: 35.5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.navbar_dropdown-submenu.is-product {
  display: flex;
}

.navbar_dropdown-submenu.is-design, .navbar_dropdown-submenu.is-mobile, .navbar_dropdown-submenu.is-web {
  display: none;
}

.navbar_dropdown-submenu.is-offres {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.navbar_dropdown-submenu.is-a-propos {
  width: 15.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dropdown-submenu_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.dropdown-submenu_global-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--blue-20);
  justify-content: flex-end;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.dropdown-submenu_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-submenu_grid.is-offres {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-submenu_grid.is-a-propos {
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.dropdown-submenu_card {
  grid-column-gap: .688rem;
  grid-row-gap: .688rem;
  background-color: #badcff00;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem;
  transition: all .3s ease-out;
  display: flex;
}

.dropdown-submenu_card:hover {
  background-color: #badcff26;
}

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

.dropdown-submenu_expertise {
  color: var(--blue-40);
  font-size: 1rem;
  font-weight: 500;
}

.dropdown-submenu_description {
  color: var(--test-light);
  font-size: .75rem;
}

.navbar_dropdown-menu_card {
  z-index: 2;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_dropdown-menu_card.with-icon {
  padding: 0;
}

.navbar_dropdown-content {
  border-radius: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 15.6px #0e1f651f;
}

.navbar_dropdown-content.w--open {
  background-color: #ddd0;
  border-radius: 1rem;
  padding-top: .9rem;
  display: flex;
  position: absolute;
  top: 2.6rem;
  overflow: hidden;
  box-shadow: 4px 4px 15.6px #0e1f651f;
}

.navbar_dropdown-card-arrow.is-product {
  opacity: 1;
}

.navbar_dropdown-card-arrow.is-design, .navbar_dropdown-card-arrow.is-mobile, .navbar_dropdown-card-arrow.is-web {
  opacity: 0;
}

.section_expertise-experts {
  background-color: var(--blue-40);
  position: relative;
  overflow: hidden;
}

.section_expertise-experts.gradient-background {
  position: relative;
}

.expert_card-wrapper {
  background-image: linear-gradient(#007bfb33, #2990e95e 50%, #4474d56e);
  border-radius: .55rem;
  padding: 1px;
  transition: all .3s ease-out;
}

.max-width-30rem {
  max-width: 30rem;
}

.page-count {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-link {
  color: var(--test-light);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  min-width: 1.875rem;
  padding: .25rem .375rem;
  font-size: 1rem;
  display: inline-block;
}

.blog_arrow {
  background-color: var(--blue-10);
  border-style: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .3s ease-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog_arrow:hover {
  background-color: #c1ddff;
}

.blog_arrow.is-left {
  right: 2.75rem;
}

.pagination {
  margin-top: 5rem;
  position: relative;
}

.subexpertise-hero_image {
  position: absolute;
  inset: 1rem -19.5rem auto auto;
}

.subexpertise-hero_image.bounce.is-branding {
  top: -1.1rem;
  right: -27.8rem;
}

.subexpertise-hero_image.bounce.animation-grow.is-seo-simulateur {
  top: -2.6rem;
}

.subexpertise-hero_image.bounce.animation-grow.is-app-mobile {
  top: -6.5rem;
  right: -33.2rem;
}

.subexpertise-success_content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-self: flex-start;
  max-width: 48rem;
  display: flex;
}

.story_visual-wrapper-v2 {
  align-items: center;
  height: 34rem;
  max-height: 34rem;
  display: flex;
}

.story_visual-wrapper-v2.height-auto-on-tablet {
  flex: 1;
  align-items: center;
  display: flex;
}

.image {
  border-radius: 6px;
  width: auto;
  max-width: 49rem;
  height: auto;
  max-height: 38rem;
}

.image.no-height {
  height: auto;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.0625rem;
  height: 1.0625rem;
  display: flex;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.0625rem;
  display: flex;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.footer_newsletter-success {
  color: var(--blue-20);
  text-align: left;
  background-color: #ddd0;
  width: 26.875rem;
  height: 3rem;
  padding: 0;
}

.section_lab-hero {
  background-color: var(--blue-40);
  position: relative;
}

.lab-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.lab-hero_visual {
  position: relative;
  left: -81px;
}

.lab-hero_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 43.125rem;
  max-width: 43.125rem;
  display: flex;
}

.section_lab-features {
  background-color: var(--blue-40);
  position: relative;
}

.section_lab-features.gradient-background {
  position: relative;
}

.lab-features_row {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lab-features_bloc-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 31.25rem;
  display: flex;
}

.lab-features_bloc-content.is-left {
  align-items: flex-start;
}

.padding-section-7rem {
  height: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-7rem.no-padding-top {
  padding-top: 0;
}

.padding-section-7rem.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-7rem.padding-top-small {
  padding-top: 2.5rem;
}

.glossaire_lueur {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40.875rem;
  height: 33.125rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.glossaire_lueur.is-left {
  inset: 9rem auto auto 0%;
}

.stories_slide {
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 7rem;
}

.jobs_lightning {
  position: absolute;
  inset: auto -2.813rem 0 auto;
}

.podcast-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 2.625rem;
  display: flex;
  position: relative;
}

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

.padding-section-4px.padding-top-small {
  padding-top: 3rem;
}

.padding-section-4px.no-padding-top {
  padding-top: 0;
}

.padding-section-4px.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-4px.padding-bottom-18-75rem {
  padding-bottom: 18.75rem;
}

.offre-hero_image {
  position: absolute;
  inset: -3.7rem -37.3rem auto auto;
}

.popup_wrapper {
  z-index: 10000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_wrapper.is-video {
  display: none;
}

.popup {
  z-index: 1;
  width: 80%;
  max-width: 1280px;
  position: relative;
}

.popup_close-background {
  z-index: 0;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.popup_close-button {
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.cursor-pointer {
  cursor: pointer;
}

.merci_infos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

.merci {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-blue-10 {
  color: var(--blue-10);
}

.contact_select-wrapper {
  width: 100%;
}

.studio-experts_social-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 1.25rem;
  display: flex;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.4375rem;
  display: flex;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.0625rem;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
}

.link-white:hover {
  color: var(--blue-20);
}

.display-none {
  display: none;
}

.glow {
  z-index: 0;
  filter: blur(200px);
  background-image: radial-gradient(circle, #007bfb, #007bfb3d);
  width: 24.75rem;
  height: 24.75rem;
  position: absolute;
  inset: 30rem auto auto 40%;
}

.blog_empty {
  color: var(--blue-40);
  background-color: #ddd0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

.work-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.section_work-infos {
  position: relative;
  overflow: hidden;
}

.work-infos_image-wrapper {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-width: 33.875rem;
  display: flex;
  position: relative;
}

.work-infos {
  grid-column-gap: 7.5rem;
  flex-direction: column;
  display: flex;
}

.work-infos_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.work-infos_content-cards {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.show-mobile-landscape {
  display: none;
}

.commitment_heading {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-mobile_component {
  display: none;
}

.blog-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7rem;
  display: flex;
  position: relative;
}

.values_content {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.home-method_cards-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-method_arrow.is-landscape {
  display: none;
}

.title-bloc-3 {
  color: #fff;
  background-image: linear-gradient(135deg, #382aff, #2990e9);
  border-radius: 8px;
  padding: .5rem 1.188rem;
  display: inline-block;
  transform: rotate(-1.26deg);
}

.heading-style-display2-3 {
  color: #000b6d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 3.713rem;
}

.heading-style-display2-3.text-color-white {
  color: #fff;
  text-align: center;
}

.work_testimonial-wrapper {
  background-color: #badcff26;
  border-radius: .5rem;
  height: 100%;
  margin-top: 2rem;
  padding: 40px 2rem;
  box-shadow: inset 0 0 0 1px #9ad0ff;
}

.work-hero_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 34rem;
  display: flex;
}

.studio-experts_wrapper {
  display: flex;
}

.seo_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: url('../images/lightning.svg'), linear-gradient(153deg, #382aff, #007bfb);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: .5rem;
  flex-direction: column;
  padding: 2rem 2.5rem;
  display: flex;
  box-shadow: 5px 5px 22px #0e1f651f;
}

.h1-tag {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.simulateur {
  z-index: 10001;
  background-color: #2d2a2abf;
  display: none;
  position: fixed;
  inset: 0%;
}

.simulateur_wrapper {
  background-color: var(--blue-40);
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.simulateur_top {
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.simulateur_main-title {
  color: var(--blue-10);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.simulateur_close {
  cursor: pointer;
}

.simulateur_progress-wrapper {
  background-color: var(--blue-10);
  height: 7px;
  display: flex;
}

.simulateur_progress {
  background-color: var(--blue-20);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 0%;
  height: 100%;
  transition: all .3s ease-out;
}

.simulateur_form-block {
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 2rem;
  overflow: scroll;
}

.simulateur_form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.simulateur_pagination {
  display: none;
}

.simulateur_slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 55.625rem;
  height: auto;
}

.simulateur_submit {
  display: none;
}

.simulateur_next {
  width: auto;
  padding-bottom: 1rem;
  inset: auto 0% -3rem auto;
}

.simulateur_prev {
  width: auto;
  padding-bottom: 1rem;
  inset: auto auto -3rem 0%;
}

.simulateur_slide-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-direction: column;
  display: flex;
}

.simulateur_slide {
  height: auto;
}

.simulateur_slide.is-first, .simulateur_slide.is-second, .simulateur_slide.is-third, .simulateur_slide.is-fourth {
  padding-bottom: 3rem;
}

.simulateur_slide.is-fifth {
  background-color: #ddd0;
  padding-top: 2rem;
}

.heading-style-display4 {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.352rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-style-display4.text-color-white {
  color: #fff;
}

.simulateur_label {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

.simulateur_label.is-1rem {
  font-size: 1rem;
}

.simulateur_question-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.simulateur_question-top {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.simulateur_question-small {
  color: var(--blue-10);
  font-size: 14px;
}

.simulateur_checkbox-field {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  background-color: #badcff26;
  border: 1px solid #9ad0ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 107px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.simulateur_checkbox-field.is-grid {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.simulateur_checkbox {
  z-index: 4;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.simulateur_checkbox-label {
  z-index: 3;
  color: var(--white);
  margin-bottom: 0;
  position: relative;
}

.mask {
  height: auto;
}

.simulateur_2-checkbox {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 646px;
  display: grid;
}

.simulateur_checkbox-icon {
  z-index: 3;
  position: relative;
}

.simulateur_radio-field {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  cursor: pointer;
  background-color: #badcff26;
  border: 1px solid #9ad0ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.simulateur_radio-field.is-big {
  height: 107px;
}

.simulateur_4-radio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 646px;
  display: grid;
}

.simulateur_radio {
  z-index: 4;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.simulateur_radio.is-big {
  z-index: 5;
}

.simulateur_checkbox-tick {
  opacity: 0;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.simulateur_3-checkbox {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.simulateur_last-step {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.section {
  width: 100%;
}

.navbar_dropdown-bg {
  z-index: 1;
  background-color: #badcff26;
  border: 1px solid #ffffff1c;
  border-radius: .5rem;
  width: 256px;
  height: 75.1953px;
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  inset: 0 auto auto;
}

.code-embed {
  display: none;
  overflow: visible;
}

.clients-hero_logos-wrapper {
  flex: 1;
  justify-content: space-between;
  height: 443px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-hero_logos-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.clients-hero_logos-col.is-inverted {
  padding-top: 4rem;
  padding-bottom: 0;
}

.clients-hero_logos-col-wrapper {
  flex-flow: column;
  display: flex;
}

.clients-hero_logos-col-wrapper.is-inverted {
  flex-flow: column-reverse;
}

.clients-hero_logos-gradient {
  background-image: linear-gradient(#edf3ff, #edf3ff00);
  height: 4rem;
  position: absolute;
  inset: 0% 0% auto;
}

.clients-hero_logos-gradient.is-bottom {
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.clients-hero_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 38rem;
  display: flex;
}

.section_clients-hero {
  background-color: #badcff26;
  position: relative;
}

.clients_tab-link {
  color: #bbc6d5;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.clients_tab-link.w--current {
  -webkit-text-fill-color: transparent;
  background-color: #c8c8c800;
  background-image: linear-gradient(131deg, #382aff, #007bfb);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 4px solid #382aff;
  padding-left: 0;
  padding-right: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.clients-tabs_tab-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.clients-secteurs_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.clients-tabs_tabs-menu {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  margin-bottom: 4rem;
  display: flex;
}

.clients_cl {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client_card-wrapper {
  aspect-ratio: 282 / 239;
  position: relative;
}

.client_card {
  z-index: 1;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.client_content-wrapper {
  z-index: 2;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #007bfb;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.25rem .625rem;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 13.5px 5px #0000000d;
}

.client_content-bottom {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.client_secteurs-cl {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client_secteur-wrapper {
  border: 1px solid #fff;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.clients_radio-button {
  cursor: pointer;
  border-style: none;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.clients-tabs_other-cases {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin-top: 11.25rem;
  margin-bottom: 3.375rem;
  display: flex;
}

.clients-tabs_other-cases_top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case-studies_cl {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-studies_card-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  padding: 10px 10px 24px;
  transition: all .3s ease-out;
  display: flex;
}

.case-studies_card-wrapper:hover {
  transform: scale(1.025)rotate(-1.5deg);
  box-shadow: 4px 4px 15.6px #0e1f651f;
}

.case-studies_visual-wrapper {
  border-radius: .5rem;
  width: 100%;
  height: 239px;
  position: relative;
  overflow: hidden;
}

.case-studies_visual {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.case-studie_content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue-40);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-studie_content-wrapper.padding-left {
  padding-left: .5rem;
}

.case-studies_logo {
  height: 54px;
}

.case-studies_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
}

.clients-figures {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: stretch;
  max-width: 62.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 80px;
  display: flex;
  position: relative;
  bottom: -3rem;
  box-shadow: 0 0 24px 17px #3440540f;
}

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

.clients-figures_number {
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.clients-figures_separator {
  background-color: #bbc6d5;
  width: 1px;
}

.section_clients-testimonials {
  background-image: linear-gradient(124deg, var(--blue-30), var(--blue-20));
  overflow: hidden;
}

.clients-testimonials {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.left_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clients-testimonials_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.client-testimonial_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #3468fe;
  border-radius: 8px;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.clients-testimonials_cl {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.client-testimonial_card-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  object-fit: cover;
  border: .67px solid #bbc6d5;
  border-radius: 5px;
  width: 52px;
  height: 52px;
}

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

.client-testimonial_name {
  font-size: 16px;
  font-weight: 500;
}

.client-testimonial_job {
  color: #bbc6d5;
  font-size: 14px;
}

.clients-testimonials_lightning {
  z-index: 0;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -3rem;
}

.footer_component-wrapper {
  padding-top: 4rem;
  padding-bottom: 1.875rem;
}

.footer_component-wrapper.is-article {
  padding-top: 8rem;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-testimonial_video-wrapper {
  cursor: pointer;
  object-position: 50% 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-height: 140px;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-testimonial_video-wrapper.is-bigger {
  max-height: 200px;
}

.clients-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.clients-hero.no-padding-bottom {
  padding-bottom: 0;
}

.case-studies_secteurs-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-top: 17px;
  padding-left: 21px;
  position: absolute;
  inset: 0%;
}

.heading-with-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-testimonials_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.logos_line {
  flex: none;
  display: flex;
}

.logos_wrapper {
  z-index: 1;
  display: flex;
  position: relative;
}

.logos_gradient {
  background-image: linear-gradient(90deg, #ffffff, #ffffff00);
  width: 4rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos_gradient.is-inverted {
  background-image: linear-gradient(270deg, #ffffff, #ffffff00);
  inset: 0% 0% 0% auto;
}

.logos_image {
  height: 44px;
}

.margin-top-5rem {
  margin-top: 5rem;
}

.home-trust {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-figures {
  margin-top: 6.4375rem;
  margin-bottom: 6.4375rem;
}

.home-figures_wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  color: var(--white);
  justify-content: center;
  align-items: stretch;
  max-width: 62.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 80px;
  display: flex;
  position: relative;
}

.section_home-family {
  position: relative;
}

.home-family {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-family.is-landscape {
  display: none;
}

.home-family_col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.yield-family_image {
  border-radius: .5rem;
}

.home-press2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-press2_card {
  background-color: var(--white);
  border-radius: .5rem;
  overflow: hidden;
}

.home-press2_visual {
  object-fit: fill;
  width: 100%;
}

.home-press2_content-wraper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--blue-40);
  flex-flow: column;
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.show-tablet {
  display: none;
}

.blog_recent {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  display: grid;
}

.blog_recent-3-lines {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.articles_description {
  color: var(--test-light);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.articles_author {
  color: var(--blue-20);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.author_name {
  color: var(--blue-20);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.author_picture {
  object-fit: cover;
  border-radius: 50%;
  width: 53px;
  height: 53px;
}

.author_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: .5rem;
  display: flex;
}

.author_infos {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.author-hero {
  padding-top: 4rem;
  display: block;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 200px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 16px 30px;
  display: grid;
  box-shadow: 0 4px 44px #0000001a;
}

.section_case-hero {
  position: relative;
}

.case-hero_visual {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.case-hero_content {
  z-index: 3;
  position: absolute;
  inset: auto 0% 0%;
}

.case-testimonial_component {
  background-image: linear-gradient(124deg, var(--blue-30), var(--blue-20));
  overflow: hidden;
}

.case-testimonial_component.is-v3 {
  border-radius: 1.5rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.case-testimonial {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.case-testimonial_infos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.secteurs_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.secteurs_card {
  background-color: var(--white);
  color: var(--blue-40);
  border-radius: .5rem;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 17px;
}

.client-testimonial_video-thumbnail {
  width: 100%;
  height: 100%;
}

.client-testimonial_video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.case_radio-button {
  cursor: pointer;
  border-style: none;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.code {
  background-color: #0d2e4e;
  border-radius: .5rem;
  width: 100%;
  margin-top: 2rem;
  padding: .3rem .3rem .3rem .5rem;
  font-family: var(--font-source-code-pro), sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5rem;
}

.case_rich-text h2 {
  color: var(--blue-20);
  margin-top: -9rem;
  margin-bottom: 0;
  padding-top: 9rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}

.case_rich-text p {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 24px;
}

.case_rich-text figure {
  margin-top: 2rem;
}

.case_rich-text a {
  text-decoration: underline;
}

.case_rich-text h3 {
  margin-top: -9rem;
  padding-top: 9rem;
}

.case_rich-text h4 {
  margin-top: -9rem;
  margin-bottom: 0;
  padding-top: 9rem;
  font-size: 16px;
}

.case_rich-text blockquote {
  background-color: #d3e7ff;
  border-left-style: none;
  border-radius: .5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem 1.5rem 3rem;
}

.case_rich-text ol, .case_rich-text ul {
  padding-left: 28px;
}

.subheading {
  color: var(--blue-20);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.section_case-figures {
  display: none;
  position: relative;
}

.case_hero-visual-wrapper {
  z-index: 1;
  height: 693px;
  position: relative;
}

.case-hero_video-wrapper {
  z-index: 2;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-studies_video-wrapper {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-studies_video-trigger {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.client-testimonial_content-wrapper {
  position: relative;
}

.client-testimonial_see-more {
  cursor: pointer;
  background-image: linear-gradient(#3468fe00, #3468fe);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hide-text {
  display: none;
}

.header-technos_expertises-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .5rem;
  margin-bottom: .25rem;
  display: grid;
}

.header-hero_single-expertise {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.section_secteur {
  justify-content: center;
  padding-top: 7.2rem;
  display: flex;
  position: relative;
}

.section_secteur._1 {
  padding-top: 3rem;
}

.secteur_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.secteur_section_heading {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-self: flex-start;
  max-width: 60rem;
  display: flex;
}

.secteur_section_heading.is-centered {
  align-self: center;
}

.secteur_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.secteur_card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  padding: 18px 18px 24px;
  display: flex;
}

.secteur_visual-wrapper {
  border-radius: .5rem;
  width: 100%;
  height: 239px;
  position: relative;
  overflow: hidden;
}

.secteur_visual {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.secteur_content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue-40);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
}

.secteur_heading {
  margin-top: 0;
  margin-bottom: 0;
}

.secteur_card_description {
  font-size: 14px;
  line-height: 20px;
}

.section_secteur-clients {
  justify-content: center;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.secteur_clients_heading {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.secteur_clients_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.cta_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.secteur_heading_wrapper {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.secteur_heading_wrapper.is-centered {
  align-self: center;
}

.secteur_summary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.article_component {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 8rem;
  font-family: var(--font-spline-sans), sans-serif;
  display: grid;
  position: relative;
}

.article_component.no-padding-bottom {
  padding-bottom: 0;
}

.section_article, .section_article-hero {
  position: relative;
}

.article_hero_component {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3.2rem;
  padding-left: 25%;
  font-family: var(--font-spline-sans), sans-serif;
  display: flex;
  position: relative;
}

.section_article-top {
  position: relative;
}

.article_top_component {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 1rem 5.5rem;
  font-family: var(--font-spline-sans), sans-serif;
  display: flex;
  position: relative;
}

.article_top_component.is-guide, .article_top_component.no-bandeau {
  padding-top: 8rem;
}

.article_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: 16px;
  display: flex;
}

.article_top_right_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.article_h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
}

.article_date {
  border-left: 1px solid var(--blue-30);
  color: #425466;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.2;
}

.article_author_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #425466;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.article_author_wrapper.is-case {
  position: static;
  top: 11rem;
}

.article_author_picture {
  border: 1px solid var(--blue-10);
  background-image: url('../images/659dc8130760f10d29e480ca_james.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.article_author_picture.is-case {
  background-repeat: no-repeat;
  background-size: contain;
}

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

.article_author_name {
  font-size: 1rem;
  font-weight: 600;
}

.article_author_job {
  font-size: 1rem;
}

.article_rich-text p {
  color: #425466;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.article_rich-text h2 {
  color: var(--blue-40);
  margin-top: 4.5rem;
  margin-bottom: 1.8rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 2.26667rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.article_rich-text a {
  color: var(--blue-20);
  font-weight: 600;
  transition: all .2s ease-out;
}

.article_rich-text a:hover {
  color: var(--blue-20);
}

.article_rich-text img {
  border: 1px solid var(--blue-10);
  border-radius: .5rem;
}

.article_rich-text figcaption {
  border-left: 1px solid var(--blue-30);
  color: #425466;
  text-align: left;
  margin-top: 1.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.article_rich-text figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.article_rich-text h3 {
  color: var(--blue-40);
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 1.86rem;
  font-weight: 700;
}

.article_rich-text h4 {
  color: #425466;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-family: var(--font-spline-sans), sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.article_rich-text li {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
}

.article_rich-text ul, .article_rich-text ol {
  color: #425466;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 3.25rem;
  padding-right: 4rem;
}

.article_rich-text blockquote {
  color: #425466;
  background-image: url('../images/x5vpqraoqfhm73efzu3.svg');
  background-position: 16px 5px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 4rem;
  font-size: 24px;
  line-height: 36px;
}

.article_rich-text sub {
  font-size: .9rem;
  font-weight: 500;
}

.article_rich-text sup {
  vertical-align: text-bottom;
  font-size: .9rem;
  font-weight: 700;
}

.article_rich-text code {
  letter-spacing: -.5px;
  background-color: #e7e7f0;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
}

.article_main-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.article_visual {
  aspect-ratio: 1524 / 917;
  border: 1px solid var(--blue-10);
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.article_breadcrumb_separator {
  opacity: .3;
  color: var(--blue-20);
}

.article_visual_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_article-cta {
  background-color: #f6f9fc;
  position: relative;
}

.article_cta_component {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
  position: relative;
}

.article_cta_component.grid-3-1 {
  grid-template-columns: 3fr 1fr;
}

.article_summary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--blue-40);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 1rem;
  display: flex;
}

.article_summary.is-case {
  position: static;
  top: 15rem;
}

.article_side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 11rem;
}

.article_summary_link {
  color: #999896;
  padding-left: .875rem;
  font-family: var(--font-inter), sans-serif;
  font-size: .875rem;
  line-height: 1.5rem;
}

.article_summary_link.is-active {
  border-left: 4px solid var(--blue-20);
  color: var(--blue-40);
}

.article_cta_newsletter {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 4rem;
  font-family: var(--font-spline-sans), sans-serif;
  display: flex;
}

.article_cta_heading {
  color: var(--blue-40);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.13;
}

.article_cta_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-style-display_takeout-copy {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 3.713rem;
}

.heading-style-display_takeout-copy.text-color-white {
  color: #fff;
  text-align: left;
  align-self: flex-start;
}

.heading-style-display_takeout-copy.text-color-white.hide-mobile-landscape {
  text-align: left;
}

.link {
  color: var(--blue-20);
}

.article_cta_input {
  background-color: #e6ebf1;
  border: 1px #e6ebf1;
  border-radius: 100rem;
  max-width: 19.0625rem;
  margin-bottom: 0;
  padding: .4rem .75rem .4375rem;
}

.article_cta_input::placeholder {
  color: #717f96;
}

.article_cta_input.no-max-width {
  max-width: none;
}

.article_cta_button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--blue-20);
  color: var(--white);
  border-radius: 100rem;
  height: 2.375rem;
  padding: .375rem 1rem .5rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  transition: all .2s ease-out;
  display: flex;
}

.article_cta_button:hover {
  background-color: var(--blue-30);
}

.article_cta_button.no-hover:hover {
  background-color: var(--blue-20);
}

.article_form_small-text {
  color: #425466;
  font-size: .6875rem;
}

.article_cta_col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-right: 2rem;
  display: flex;
}

.article_cta_image {
  margin-left: 1rem;
}

.article_cta_description {
  color: #425466;
  padding-left: 1rem;
  font-size: 15px;
  line-height: 1.3rem;
}

.article_cta_link {
  padding-left: 1rem;
  font-size: .875rem;
}

.article_cta_link.no-padding-left {
  padding-left: 0;
}

.lottie-animation {
  aspect-ratio: 3 / 2;
  height: 14px;
  overflow: hidden;
}

.article_newsletter_description {
  color: #425466;
}

.heading-style-display_cta {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 3.713rem;
}

.heading-style-display_cta.text-color-white {
  color: #fff;
  text-align: left;
  align-self: flex-start;
}

.heading-style-display_cta.text-color-white.hide-mobile-landscape {
  text-align: left;
}

.article_legende_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.guide_hero_content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3.2rem;
  font-family: var(--font-spline-sans), sans-serif;
  display: flex;
  position: relative;
}

.guide_description_wrapper {
  padding-left: 1rem;
}

.guide_description {
  color: #425466;
}

.guide_hero_component {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 4fr 3fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.guide_form_block {
  z-index: 2;
  position: relative;
}

.guide_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f6f9fc;
  border: 1px solid #e7ecf1;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
  display: flex;
}

.guide_form_label {
  color: #425466;
  margin-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.13;
}

.guide_form_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.guide_h1 {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.guide_h1.text-color-white {
  color: #fff;
  text-align: left;
  align-self: flex-start;
}

.guide_h1.text-color-white.hide-mobile-landscape {
  text-align: left;
}

.section_guide-hero {
  position: relative;
}

.guide_book {
  border-radius: .5rem;
}

.guides_hero_component {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.guides_hero_component._1-col {
  justify-content: space-between;
  display: flex;
}

.guide_interests {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 1rem;
  display: flex;
}

.guide_interest {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #425466;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.guides_hero_content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 34rem;
  padding-right: 8rem;
  font-family: var(--font-spline-sans), sans-serif;
  display: flex;
  position: relative;
}

.guide_card {
  aspect-ratio: 254 / 356;
  color: var(--white);
  border-radius: .375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.375rem 1.5rem;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 50px 100px -20px #32325d40, 0 8px 16px -8px #00000005, 0 13px 27px -5px #32325d40;
}

.guide_card:hover {
  top: -.6rem;
  box-shadow: 0 30px 60px -30px #0000004d, 0 50px 100px -20px #32325d40, 0 8px 16px -8px #0000004d, 0 13px 27px -5px #32325d40;
}

.guide_card_top {
  opacity: .6;
  margin-bottom: .625rem;
  font-size: .9375rem;
  font-weight: 600;
}

.guide_card_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

.guide_card_bottom {
  margin-top: auto;
  font-size: .9375rem;
  font-weight: 700;
}

.section_guides {
  background-color: #fff;
  position: relative;
}

.guides_component {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: block;
  position: relative;
}

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

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

.guides_top_list._1-col {
  grid-template-columns: 1fr;
}

.guides_top_wrapper._1-col {
  max-width: 21rem;
}

.xp2_intro_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-style-h2 {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.text-color-white {
  color: #fff;
}

.heading-style-h2.text-color-white.hide-mobile-landscape {
  text-align: left;
}

.heading_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading_wrapper.is-centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.surheading {
  color: var(--blue-20);
  font-family: var(--font-spline-sans), sans-serif;
  line-height: 1.5;
}

.new-paragraph {
  color: #425466;
  text-align: left;
  font-family: var(--font-spline-sans), sans-serif;
  line-height: 1.5;
}

.new-paragraph.is-small {
  font-size: 14px;
  line-height: 1.4;
}

.new-paragraph.padding-left-0_5rem {
  padding-left: .5rem;
}

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

.xp2_visual_wrapper, .section_xp2-intro {
  position: relative;
}

.section_xp2-town {
  margin-bottom: 3rem;
  position: relative;
}

.xp2_town_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.xp2_town_address {
  text-align: left;
  font-family: var(--font-spline-sans), sans-serif;
  font-size: .875rem;
}

.section_xp2-trust {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.xp2_trust_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.max-width-40rem {
  max-width: 40rem;
}

.trust_grid {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.trust_item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.trust_item_top {
  border-left: 1px solid var(--blue-20);
  color: var(--blue-20);
  padding-left: 1rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.padding-left-1rem {
  padding-left: 1rem;
}

.trust_blur {
  z-index: 0;
  position: absolute;
  inset: auto -40% -37% auto;
}

.trust_blur.is-video {
  inset: -33% -28% auto auto;
}

.trust_blur.middle {
  bottom: -14%;
}

.commitment_heading_new {
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
  font-weight: 500;
}

.commitment_paragraph {
  font-family: var(--font-spline-sans), sans-serif;
  font-size: 1rem;
}

.section_xp2-skills {
  position: relative;
}

.xp2_skills_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.xp2_skills_left {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  height: 100%;
  padding-top: 7rem;
  padding-bottom: 12rem;
  display: flex;
}

.xp2_skill_more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.xp2_skill_more_list {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  color: #425466;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: var(--font-spline-sans), sans-serif;
  font-size: .875rem;
  display: flex;
}

.text-color-blue-20 {
  color: var(--blue-20);
}

.xp2_skills_right {
  height: 100%;
  position: relative;
}

.xp2_visual_sticky {
  position: sticky;
  top: 10rem;
}

.xp2_visual {
  opacity: .3;
  transition: opacity .25s;
}

.section_xp2-features {
  position: relative;
}

.xp2_list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.xp2_list_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.xp2_list_item_bullet {
  margin-top: 5px;
}

.xp2_features_testimonial_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.xp2_features_testimonial_wrapper.align-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.xp2_features_testimonial {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--blue-20);
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: 23.9375rem;
  padding: 1.5rem;
  display: flex;
}

.xp2_features_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.xp2_features_testimonial_text {
  color: var(--white);
  text-align: left;
  font-size: 16px;
}

.xp2_features_testimonial_name {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.xp2_features_testimonial_name.is-bigger {
  font-size: 1.5rem;
}

.xp2_features_testimonial_job {
  color: #bbc6d5;
  font-size: 14px;
}

.xp2_video_grid {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  display: grid;
}

.text-color-blue-black {
  color: var(--blue-dark);
}

.xp2_video_expertises_list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.xp2_video_expertises_list_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.xp2_video_content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.xp2_video_wrapper {
  aspect-ratio: 734 / 432;
  cursor: pointer;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 45.875rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 13px 27px -5px #32325d40, 0 8px 16px -8px #0000004d;
}

.xp2_video_wrapper.is-amazon {
  background-image: url('../images/Capture-d’écran-2025-03-25-à-19.18.39-2.avif');
  background-position: 50%;
  background-size: cover;
}

.xp2_video_top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.xp2_video_heading {
  color: var(--white);
  max-width: 28rem;
  font-family: var(--font-inter), sans-serif;
  font-weight: 500;
  line-height: 2.25rem;
}

.expertises_nav-card_heading {
  color: var(--blue-40);
  font-family: var(--font-spline-sans), sans-serif;
  font-size: 1rem;
}

.expertises_nav-card_text {
  color: #425466;
  font-family: var(--font-spline-sans), sans-serif;
  font-size: .875rem;
}

.xp2_trust_content {
  z-index: 1;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading-style-display_new {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-inter), sans-serif;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 3.713rem;
}

.heading-style-display_new.text-color-white {
  color: #fff;
  text-align: left;
  align-self: flex-start;
}

.heading-style-display_new.text-color-white.hide-mobile-landscape {
  text-align: left;
}

.xp2_town_component_v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: column;
  padding: .625rem .625rem 3rem;
  display: flex;
}

.xp2_town_grid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.xp2_town_infos {
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.category_radio_label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.category_radio_field {
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.category_tag_v2 {
  z-index: 0;
  border: 1px solid var(--blue-40);
  color: var(--blue-40);
  cursor: pointer;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: all .3s ease-out;
  position: absolute;
  inset: 0%;
}

.category_tag_v2:hover {
  background-color: var(--blue-10);
  color: var(--blue-40);
}

.category_tag_v2.w--current {
  border-color: var(--blue-30);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #382aff, #2990e9);
  -webkit-background-clip: text;
  background-clip: text;
}

.form-block {
  margin-bottom: 0;
}

.xp2_video_play {
  width: 3.25rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pagination_page-design {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article_visual_link {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.podcast_hero_component {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3.2rem;
  font-family: var(--font-spline-sans), sans-serif;
  display: grid;
  position: relative;
}

.case-studies_rich-text p {
  color: #425466;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.case-studies_rich-text h2 {
  color: var(--blue-40);
  margin-top: 4.5rem;
  margin-bottom: 1.8rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 2.26667rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.case-studies_rich-text a {
  color: var(--blue-20);
  font-weight: 600;
  transition: all .2s ease-out;
}

.case-studies_rich-text a:hover {
  color: var(--blue-20);
}

.case-studies_rich-text img {
  border-radius: .5rem;
}

.case-studies_rich-text figcaption {
  border-left: 1px solid var(--blue-30);
  color: #425466;
  text-align: left;
  margin-top: 1.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.case-studies_rich-text figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.case-studies_rich-text h3 {
  color: var(--blue-40);
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 1.86rem;
  font-weight: 700;
}

.case-studies_rich-text h4 {
  color: #425466;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-family: var(--font-spline-sans), sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.case-studies_rich-text li {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
}

.case-studies_rich-text ul, .case-studies_rich-text ol {
  color: #425466;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 3.25rem;
  padding-right: 4rem;
}

.case-studies_rich-text blockquote {
  color: #425466;
  background-image: url('../images/x5vpqraoqfhm73efzu3.svg');
  background-position: 16px 5px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 4rem;
  font-size: 24px;
  line-height: 36px;
}

.case-studies_rich-text sub {
  font-size: .9rem;
  font-weight: 500;
}

.case-studies_rich-text sup {
  vertical-align: text-bottom;
  font-size: .9rem;
  font-weight: 700;
}

.case-studies_rich-text code {
  letter-spacing: -.5px;
  background-color: #e7e7f0;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 11rem;
}

.experience-component {
  grid-column-gap: 6.5625rem;
  grid-row-gap: 6.5625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.big-picture_text {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.2;
}

.bento-cta-light {
  color: #0f172a;
  background-image: url('../images/YIELD-site-advisory-1.svg'), linear-gradient(140deg, #ebf4ff, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  border-radius: 2rem;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  position: relative;
  overflow: hidden;
}

.section_expertise-bigpicture {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.tab-content-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.product-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.pigpicture {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.hero-expertise-component {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pic-expertise-hero {
  text-align: left;
}

.pic-tabs {
  border-radius: .5rem;
  width: 610px;
  min-width: 610px;
  height: 418px;
  max-height: 418px;
}

.dropdown_hidden {
  padding-top: 8px;
  overflow: hidden;
}

.success {
  color: #3b82f6;
  text-align: left;
  background-color: #ddd0;
  padding: 0;
}

.tab-content-subtitles {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.tab-content-item {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.xp-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.icon-minus {
  opacity: 0;
  position: absolute;
}

.section_expertise-dev {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.max-width-42rem {
  max-width: 42rem;
}

.card-competence {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #64748b;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 2.5rem 2rem;
  font-weight: 500;
  display: flex;
}

.flex-vertical-left-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.display-md {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 150%;
}

.display-md.text-weight-semibold {
  font-weight: 600;
}

.flex-vertical-left-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.hero-component-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 38.1875rem;
  display: flex;
}

.text-lg {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.tab-content {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: row;
  padding-top: 0;
  display: flex;
}

.icon-dev-placeholder {
  background-color: #fff;
  border: 2px solid #e2e4e4;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f8fafc;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 30.8125rem;
  min-height: 18.3125rem;
  padding: 2rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_expertise-hero {
  padding-top: 10rem;
  padding-bottom: 2.6875rem;
}

.tabs-menu {
  z-index: 30;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrap-open-dropdown {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: auto;
  display: flex;
  position: relative;
}

.xp-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 33.9375rem;
  padding-top: 0;
  display: flex;
}

.list-dev-tools {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.title-dropdown-consult {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.expertise-dev-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.xp-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 430px;
  display: flex;
}

.pic-cta-light {
  width: 49.375rem;
  height: 100%;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.tab_link {
  background-color: #ddd0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.tab_link.w--current {
  color: #fff;
  background-color: #3b82f6;
  border-radius: 3.125rem;
  font-weight: 500;
}

.title-icon-consult {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-faq {
  padding-top: 6rem;
  padding-bottom: 5.9375rem;
}

.bigpicutre-content {
  color: #fff;
  width: 40%;
  max-width: 28.9375rem;
  position: relative;
}

.text-color-alternate {
  color: #fff;
}

.dev-itool-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  margin-top: 6px;
}

.section_expertise-competence {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}

.faq-component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.dev-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.section_expertise-tabs {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xl.text-weight-semibold {
  font-family: var(--font-plus-jakarta), sans-serif;
}

.tab-content-left {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  max-width: 33.125rem;
  padding-top: 4rem;
  display: flex;
}

.quote_underline {
  display: inline-block;
}

.quote_underline.ingenieurs-ultra-seniors, .quote_underline.maximiser-impact-durabilite {
  color: var(--blue-20);
}

.expetise-tabs {
  flex-flow: column;
  display: flex;
}

.container-medium-2 {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.dev-left {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 44.0625rem;
  display: flex;
}

.padding-global-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dropdown_faq {
  cursor: pointer;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.product-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-left-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.text-color-blue-active {
  color: #3b82f6;
}

.text-color-grey-body {
  color: #64748b;
  font-family: var(--font-plus-jakarta), sans-serif;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.picpicture-component {
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 77.5rem;
  height: 45.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.8125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #fff;
  border-radius: 3.125rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem 1rem 1.875rem;
  display: flex;
  box-shadow: 0 4px 44px #0000001a;
}

.section_expertise-xp {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.competence-card-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bento {
  border-radius: 2rem;
}

.bento.background-color-black {
  background-color: #101010;
}

.bento.background-color-secondary {
  background-color: #f4f5f5;
}

.bento.background-color-secondary.padding-section-large {
  background-color: #eee;
  padding: 6.5rem 2.5rem;
}

.faq-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-grey-2 {
  color: #334155;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-weight: 400;
}

.cta-component {
  z-index: 10;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-cta {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #3b82f6;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: inset 0 2px #ffffff1f;
}

.button-7:hover {
  background-color: #1e40af;
}

.button-7.is-medium {
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-7.is-medium.text-sm {
  font-family: var(--font-plus-jakarta), sans-serif;
}

.button-7.is-medium.text-sm.is-tablet {
  display: none;
}

.button-7.is-square {
  box-shadow: none;
  border-radius: .5rem;
}

.button-7.text-lg {
  font-family: var(--font-plus-jakarta), sans-serif;
}

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

.heading {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.heading-2, .heading-3, .heading-4 {
  font-family: var(--font-plus-jakarta), sans-serif;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-weight: 400;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-family: var(--font-plus-jakarta), sans-serif;
}

.logos_image-2 {
  filter: brightness(1150%);
  height: 44px;
}

.logos_image-2.is-white {
  filter: grayscale();
  object-fit: contain;
  height: auto;
}

.logos_image-2.is-white.is-compass {
  width: 110px;
}

.logos_image-2.is-white.is-total {
  width: 60px;
}

.logos_image-2.is-white.is-bpi {
  object-fit: contain;
  width: 80px;
  height: auto;
}

.logos_image-2.is-white.is-publicis {
  width: 58px;
}

.logos_image-2.is-white.is-btp {
  width: 96px;
}

.logos_image-2.is-white.is-ca {
  width: 60px;
}

.logos_image-2.is-white.is-carrefour {
  width: 120px;
}

.logos_image-2.is-white.is-edf {
  width: 90px;
}

.opacity-80 {
  opacity: .8;
  font-family: var(--font-plus-jakarta), sans-serif;
}

.logos_wrapper-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 7.25rem;
  display: flex;
  position: relative;
}

.product-card-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.display-lg {
  color: var(--blue-20);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.card-number {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #334155;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 18.75rem;
  padding: 2rem;
  font-weight: 500;
  display: flex;
}

.count-number.is-plain {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-weight: 600;
}

.logos_line-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  filter: invert();
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.section_logos-3 {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.text-span {
  font-style: italic;
  font-weight: 500;
}

.text-span-2 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-global.no-padding-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.no-padding-right {
    padding-right: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top._1rem {
    order: 1;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-section-large.padding-bottom-18-75rem.not-on-tablet {
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero_image-wrapper {
    display: none;
  }

  .home-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-method_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
  }

  .story_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .home-testimonial_card {
    height: 22rem;
  }

  .home-expertises {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .home-expertises_heading-wrapper {
    max-width: none;
  }

  .expertise_lightning {
    height: 100%;
  }

  .home-press_logos-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_container {
    flex-direction: row;
    grid-template-columns: .25fr 1fr;
    max-width: none;
    display: flex;
  }

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .navbar2_button-wrapper {
    align-items: center;
    margin-left: 0;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .glossaire-other_cl {
    grid-row-gap: 1rem;
  }

  .article-other_cl {
    grid-template-columns: 1fr 1fr;
  }

  .cta_lightning2 {
    display: none;
  }

  .articles_card-thumbnail {
    height: 26vw;
  }

  .articles_card-thumbnail.is-big {
    height: 50vw;
  }

  .studio-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
  }

  .floating-visual_image.is-studio-manifest {
    width: 100%;
  }

  .studio-figures {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    min-height: auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .studio-figures_lightning {
    display: none;
  }

  .studio-figures_heading-wrapper {
    max-width: none;
  }

  .figures_card {
    min-width: auto;
  }

  .studio-figures_cards {
    width: 100%;
  }

  .studio-dashboard_image {
    width: 100%;
    transform: none;
  }

  .studio-dashboard_content {
    grid-row-gap: 1.75rem;
  }

  .studio-dashboard {
    flex-direction: column;
  }

  .studio-team {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
  }

  .studio-team_visual-wrapper {
    width: auto;
    min-width: auto;
  }

  .studio-team_double-picture {
    display: none;
  }

  .studio-experts_cl {
    grid-template-columns: 1fr 1fr;
  }

  .studio-manifest_content {
    max-width: none;
  }

  .studio-manifest {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer_component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .footer_nav-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .expertises-expert {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .expertise-expert_lightning {
    height: auto;
    display: none;
    inset: auto 0% 0% auto;
  }

  .expertise-success {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .expertise-success_content {
    align-self: center;
    max-width: none;
  }

  .expertise-method_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .expertise-method_row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .expertise-method_row.is-inverted {
    flex-direction: column;
  }

  .expertise-method_image-wrapper {
    width: auto;
    min-width: auto;
    height: auto;
  }

  .expertise-specialites {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .section_expertise-commitment {
    background-image: linear-gradient(139deg, var(--blue-30), var(--blue-20));
  }

  .expertise-commitment_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .expertises-other_nav {
    width: 52rem;
  }

  .expertises-other {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: auto;
    padding: 2rem 4rem;
  }

  .blog-categories {
    padding-left: 2.5rem;
  }

  .blog-categories.is-clients {
    padding-left: 0;
  }

  .section_blog-categories {
    overflow: scroll;
  }

  .hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hero.is-seo {
    grid-template-columns: 1fr;
  }

  .hero.is-secteur {
    flex-flow: column;
  }

  .expertise-why_row {
    padding-left: 0;
    padding-right: 0;
  }

  .realisations-hero_image {
    display: none;
  }

  .studio-story_content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .studio-story_identity {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .studio-story_timeline {
    padding-left: 0;
  }

  .jobs-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .jobs-infos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .jobs-infos_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .jobs-infos_content-heading {
    max-width: none;
  }

  .jobs-infos_figures {
    grid-template-columns: 1fr 1fr;
  }

  .jobs-benefits {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-moments {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .contact_places.is-tablet {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    margin-top: 2rem;
    display: grid;
  }

  .contact_places.is-desktop {
    display: none;
  }

  .legal_content {
    grid-column-gap: 2rem;
  }

   .video_card.is-work {
    height: 26rem;
  }

  .video_infos {
    padding-left: 2rem;
  }

  .offre-formula {
    flex-direction: column;
  }

  .offre-formula_heading {
    max-width: none;
  }

  .offre-formula_content {
    flex-direction: column;
  }

  .offre_card {
    width: auto;
  }

  ._404 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  ._404_content {
    align-items: center;
  }

  ._404_visual {
    max-width: 17rem;
  }

  .home-testimonial_slider {
    margin-top: 4rem;
  }

  .navbar_dropdown-content {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-content.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .story_visual-wrapper-v2.height-auto-on-tablet {
    height: auto;
    max-height: none;
  }

  .lab-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .lab-hero_visual {
    display: none;
  }

  .lab-hero_content {
    min-width: auto;
    max-width: none;
  }

  .lab-features_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .lab-features_row.is-inverted {
    flex-direction: column-reverse;
  }

  .lab-features_bloc-content {
    max-width: none;
  }

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

  .podcast-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .merci {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .expertise-specialites_image {
    display: none;
  }

  .navbar-mobile_component {
    z-index: 1000;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4.5rem;
    padding-top: .5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-mobile_component.is-home {
    top: auto;
    left: auto;
    right: auto;
  }

  .navbar-mobile_menu-wrapper {
    background-color: var(--blue-20);
    width: 100vw;
    height: 100svh;
    padding: 2rem 2.5rem 2.5rem;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .navbar-mobile_menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    display: flex;
  }

  .navbar-mobile_heading {
    color: var(--blue-10);
    text-transform: uppercase;
    padding-top: 1rem;
  }

  .navbar-mobile_dropdown {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .navbar-mobile_dropdown-top {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .navbar-mobile_dropdown-heading {
    z-index: 1;
    color: #fff;
    cursor: pointer;
    padding-bottom: .5rem;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
  }

  .navbar-mobile_dropdown-heading.is-underline {
    margin-right: 10px;
    text-decoration: none;
  }

  .navbar-mobile_dropdown-menu {
    padding-bottom: 0;
    padding-left: .5rem;
    overflow: hidden;
  }

  .navbar-mobile_dropdown-link {
    color: #fff;
  }

  .navbar-mobile_dropdown-clw {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-mobile_dropdown-open {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .navbar-mobile_submenu-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #badcff26;
    flex-direction: column;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .navbar-mobile_close, .navbar-mobile_open {
    cursor: pointer;
  }

  .categories_ci {
    flex: none;
  }

  .blog-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 3rem;
  }

  .values_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .work_testimonial-wrapper {
    margin-top: 4rem;
  }

  .clients-hero_logos-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: none;
    justify-content: center;
  }

  .clients_tab-link, .clients_tab-link.w--current {
    font-size: 42px;
    line-height: 50px;
  }

  .clients-tabs_tabs-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .case-studies_cl {
    grid-template-columns: 1fr;
  }

  .case-studies_visual-wrapper {
    height: 360px;
  }

  .clients-figures {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 3.75rem 0;
    bottom: 0;
  }

  .clients-figures.is-case {
    border-radius: .5rem;
    box-shadow: 0 0 24px 17px #3440540f;
  }

  .clients-figures_separator {
    width: 100%;
    max-width: 10rem;
    height: 1px;
  }

  .clients-testimonials {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
  }

  .clients-testimonials_content {
    grid-template-columns: 1fr;
  }

  .clients-testimonials_lightning {
    display: none;
  }

  .footer_component-wrapper.is-article {
    padding-top: 6.25rem;
  }

  .clients-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .home-testimonials_content {
    grid-template-columns: 1fr;
  }

  .margin-top-5rem.not-on-tablet {
    margin-top: 0;
  }

  .home-figures_wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 3.75rem 0;
    bottom: 0;
  }

  .show-tablet {
    display: block;
  }

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

  .navbar3_container {
    flex-direction: row;
    grid-template-columns: .25fr 1fr;
    max-width: none;
    display: flex;
  }

  .case-hero_content {
    display: none;
  }

  .case-testimonial {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_case-figures {
    display: flex;
  }

  .secteur_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .secteur_section_heading {
    align-self: center;
    max-width: none;
  }

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

  .secteur_visual-wrapper {
    height: 360px;
  }

  .secteur_clients_heading {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .secteur_heading_wrapper {
    max-width: none;
  }

  .article_component {
    grid-template-columns: 1fr;
    padding-bottom: 6.25rem;
  }

  .article_hero_component {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    padding-bottom: 2.9rem;
    padding-left: 0%;
  }

  .article_top_component {
    padding-top: 10rem;
  }

  .article_top_component.no-bandeau {
    padding-top: 6rem;
  }

  .article_rich-text ol {
    padding-bottom: .5rem;
  }

  .article_cta_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .article_summary {
    display: none;
  }

  .article_side {
    padding-bottom: 2.5rem;
    position: relative;
    top: 0;
  }

  .guide_hero_content {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    padding-bottom: 2.9rem;
    padding-left: 0%;
  }

  .guide_hero_component {
    grid-template-columns: 4fr;
  }

  .guides_hero_content {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    padding-bottom: 2.9rem;
    padding-left: 0%;
  }

  .xp2_intro_component, .xp2_town_component {
    grid-template-columns: 1fr;
  }

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

  .xp2_skills_component {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .xp2_skills_left {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xp2_features_testimonial_wrapper.align-right {
    justify-content: space-between;
    align-items: center;
  }

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

  .xp2_video_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .podcast_hero_component {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    padding-bottom: 2.9rem;
    padding-left: 0%;
    display: flex;
  }

  .case-studies_rich-text ol {
    padding-bottom: .5rem;
  }

  .experience-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .bento-cta-light {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .pigpicture {
    width: 100%;
    height: 100%;
  }

  .hero-expertise-component {
    flex-flow: wrap;
  }

  .pic-tabs {
    width: auto;
    min-width: auto;
    height: auto;
    max-height: none;
  }

  .display-md {
    font-size: 2rem;
  }

  .hero-component-left {
    width: 100%;
    max-width: none;
  }

  .tab-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .section_expertise-hero {
    padding-top: 9.75rem;
  }

  .xp-left {
    max-width: none;
  }

  .expertise-dev-component {
    flex-flow: column;
  }

  .xp-list {
    max-width: none;
  }

  .pic-cta-light {
    width: auto;
    right: 0%;
  }

  .bigpicutre-content {
    width: auto;
    max-width: none;
  }

  .section_expertise-tabs {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tab-content-left {
    max-width: none;
    padding-top: 5rem;
  }

  .experience-visuel {
    width: 100%;
    height: auto;
  }

  .brand {
    z-index: 1;
  }

  .picpicture-component {
    height: 35rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .competence-card-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .bento.background-color-secondary.padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .dropdown {
    width: 100%;
  }

  .button-7.is-medium.text-sm.is-tablet {
    margin-top: auto;
    display: block;
  }

  .product-card-numbers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-number {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xlarge.small-on-mobile-landscape {
    padding-top: 2rem;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium.no-padding-bottom.padding-bottom-mobile-landsapce {
    padding-bottom: 2rem;
  }

  .padding-section-medium.padding-bottom-large.padding-bottom-medium-landscape {
    padding-bottom: 3rem;
  }

  .padding-section-medium.no-padding-bottom-landscape {
    padding-bottom: 0;
  }

  .padding-section-medium.no-padding-top-on-landscape {
    padding-top: 0;
  }

  .padding-section-medium.padding-top-large.padding-top-small-landscape {
    padding-top: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .spacer-small.tiny-on-landscape {
    padding-top: .25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .spacer-xxlarge.medium-on-mobile-landscape {
    padding-top: 2rem;
  }

  .heading-style-display_takeout {
    font-size: 1.625rem;
    line-height: 1.13;
  }

  .heading-style-display_takeout.text-color-white.align-left-on-mobile-landscape {
    text-align: left;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-display3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium.small-on-mobile-landscape {
    font-size: .875rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .spacer-xhuge.medium-on-mobile-landscape {
    padding-top: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.no-padding-landscape {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-small.no-padding-landscape {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-small.padding-xsmall-mobile-landscape {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-huge.mudium-on-landscape {
    padding-top: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-section-large.medium-on-mobile-landscape {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacer-large.small-on-mobile-landscape {
    padding-top: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.arrow {
    height: auto;
  }

  .heading-style-display1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .home-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tag {
    align-self: flex-start;
  }

  .tag.is-capitalized {
    font-size: .6rem;
  }

  .home-hero_expertises-wrapper {
    flex-wrap: wrap;
  }

  .logos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
  }

  .title-bloc {
    padding-top: .3rem;
    padding-left: .6rem;
    padding-right: .6rem;
    font-size: 1.438rem;
    line-height: 1.1;
  }

  .home-method_content-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-method_single-bloc.is-left {
    grid-row-gap: 0rem;
  }

  .surtitle {
    font-size: .75rem;
  }

  .content-heading {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .home-method_tag {
    align-self: center;
  }

  .home-method_double-cards {
    grid-template-columns: 1fr;
  }

  .home-method_card {
    max-width: 20.5rem;
  }

  .story_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: stretch;
    padding-top: 2rem;
  }

  .story_wrapper.is-realisation {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .story_content-wrapper {
    align-items: stretch;
    max-width: none;
  }

  .story_visual-wrapper {
    max-width: none;
  }

  .story_image-wrapper {
    min-width: auto;
  }

  .story_image-wrapper.is-work {
    right: 0;
  }

  .story_image {
    max-width: 96%;
    height: auto;
    transform: translate(2%);
  }

  .section_home-partners {
    background-image: linear-gradient(139deg, var(--blue-30), var(--blue-20));
  }

  .home-testimonial_cl {
    grid-template-columns: 1fr;
  }

  .home-testimonial_card {
    height: 130vw;
  }

  .home-expertises {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem 1rem 1rem 1.5rem;
  }

  .home-expertises_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-expertises_nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-self: stretch;
    width: auto;
    padding: 0;
  }

  .expertises_nav-card.no-padding-left {
    padding-left: 0;
  }

  .expertise_lightning {
    display: none;
  }

  .home-press_logos-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1rem;
  }

  .cta_component.is-v3, .cta_component.is-form {
    border-radius: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .cta_expertises-wrapper, .cta_lightning {
    display: none;
  }

  .navbar_component {
    min-height: 4.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .menu-icon2 {
    width: 40px;
  }

  .navbar2_container {
    align-items: flex-start;
  }

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

  .padding-section-xlarge.medium-on-mobile-landscape {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .glossaire-hero {
    padding-top: 1.5rem;
  }

  .glossaire_nav {
    flex-wrap: wrap;
  }

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

  .breadcrumb {
    grid-row-gap: 0rem;
    flex-wrap: wrap;
  }

  .glossaire-other_cl {
    grid-template-columns: 1fr 1fr;
  }

  .article-other_cl {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .articles_card {
    min-height: auto;
  }

  .articles_card.is-horizontal {
    flex-flow: column;
  }

  .articles_card-thumbnail {
    height: 59vw;
  }

  .articles_card-thumbnail.is-horizontal {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0;
    height: 59vw;
  }

  .articles_card-thumbnail.is-big {
    height: 59vw;
  }

  .articles_card-infos {
    padding-bottom: 1.4rem;
  }

  .studio-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
  }

  .studio-hero_content {
    margin-bottom: 1rem;
  }

  .floating-visual_wrapper.is-studio-hero {
    display: none;
  }

  .studio-figures {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
  }

  .figures_card {
    min-width: auto;
    height: 8rem;
  }

  .studio-figures_cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .studio-dashboard_image {
    width: 130%;
    margin-top: -40px;
    left: -15%;
  }

  .studio-dashboard_content {
    min-width: auto;
    max-width: none;
  }

  .studio-team_visual-wrapper {
    width: auto;
    min-width: auto;
  }

  .studio-team_double-picture {
    display: none;
  }

  .studio-experts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .studio-experts_cl {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .studio-experts_cl.is-moving {
    padding-right: 1rem;
  }

  .expert_card {
    width: 300px;
    height: 100%;
    padding: 1rem 1.25rem;
    font-size: 12px;
  }

  .expert_card-picture {
    width: auto;
    height: auto;
    max-height: 10rem;
    margin-bottom: 1rem;
  }

  .expert_name {
    font-size: 1rem;
  }

  .studio-experts_social-link {
    width: 2.1rem;
    height: 2.1rem;
  }

  .footer_component {
    border-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .footer_top {
    align-items: stretch;
    margin-bottom: 2rem;
  }

  .footer_places {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .footer_nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .footer_bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer_company-infos {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .footer_social {
    font-size: 1rem;
  }

  .footer_nav-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer_nav-grid.is-menu {
    border-top: 1px solid #badcff26;
    border-bottom-style: none;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .section_expertise-intro {
    margin-bottom: 1rem;
  }

  .expertise-intro {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

  .expertises-expert {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    grid-auto-columns: 1fr;
    padding: 1.5rem 1rem;
    display: grid;
  }

  .expertise-expert_picture {
    width: 4rem;
    min-width: auto;
    max-width: none;
    max-height: 4rem;
  }

  .expertise-success {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .expertise-success_content {
    grid-row-gap: 1.5rem;
    align-self: flex-start;
  }

  .expertise-success_content.is-centered {
    grid-row-gap: 1rem;
  }

  .expertise-method_content {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .expertise-method_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .expertise-method_image-wrapper {
    width: 100%;
    min-width: auto;
    max-width: 25rem;
  }

  .expertise-method_bloc {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .expertise-specialites {
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .expertise-commitment {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .expertise-commitment_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .expertise-commitment_col {
    grid-column-gap: 10px;
    grid-row-gap: .5rem;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .expertises-other_nav {
    width: 100%;
    padding: 0;
  }

  .expertises-other {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding: 1rem 1.5rem;
  }

  .faq_question {
    padding: 1rem 1rem 1rem 0;
  }

  .faq_question-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .faq_answer-text {
    font-size: 14px;
  }

  .blog-categories {
    padding-left: 1.25rem;
  }

  .blog-categories.is-clients {
    width: 100vw;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    left: -1.25rem;
    overflow: scroll;
  }

  .hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .hero.is-download {
    padding-bottom: 2rem;
  }

  .section_hero.is-bandeau {
    padding-top: 3rem;
  }

  .expertise-why_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .expertise-other_card {
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .subexpertises-other_nav {
    width: auto;
    min-width: auto;
  }

  .podcast_card {
    border-radius: .875rem;
  }

  .podcast_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem 1.2rem;
  }

  .podcast_image-wrapper {
    display: none;
  }

  .studio-story_identity_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-style-medium.small-on-mobile-landscape {
    font-size: 1.2rem;
  }

  .studio-story_timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .jobs-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .jobs-infos_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .jobs-infos_figures {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_contact.is-confirmation {
    padding-top: 3rem;
  }

  .contact_form-wrapper {
    width: 100%;
    min-width: auto;
  }

  .contact_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .legal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .legal_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .offre-cyrille {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

   .video_card.is-work {
    height: 20rem;
  }

  .offre-formula {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .offre_card {
    width: auto;
  }

  ._404 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._404_visual {
    max-width: 14rem;
  }

  .home-testimonial_quote-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-testimonial_quote-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .home-testimonial_quote-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-testimonial_quote-top.text-style-medium {
    flex-wrap: wrap;
    font-size: 1.1rem;
  }

  .home-testimonial_slide {
    padding: 1rem 1rem 4rem;
  }

  .home-testimonial_slide-nav {
    padding-bottom: 1rem;
  }

  .home-testimonial_arrow {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    margin-right: 1rem;
    bottom: 1rem;
  }

  .home-testimonial_arrow.is-left {
    right: 2.25rem;
  }

  .subexpertise-success_content {
    grid-row-gap: 1.5rem;
  }

  .story_visual-wrapper-v2 {
    height: auto;
    max-height: none;
  }

  .lab-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2.5rem;
  }

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

  .podcast-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 0;
  }

  .merci_infos {
    text-align: left;
    align-items: flex-start;
  }

  .merci {
    align-items: flex-start;
  }

  .studio-experts_social-links {
    margin-top: 1rem;
  }

  .work-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .show-mobile-landscape.is-centered {
    align-self: center;
  }

  .stretch-on-mobile-landscape {
    align-self: stretch;
  }

  .commitment_heading {
    font-size: 1rem;
  }

  .navbar-mobile_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-mobile_menu-wrapper {
    padding: 1.6rem 1.2rem 1.2rem;
  }

  .navbar-mobile_menu {
    width: 100%;
  }

  .navbar-mobile_heading {
    font-size: 15px;
  }

  .navbar-mobile_submenu {
    width: 100%;
  }

  .navbar-mobile_dropdown-heading {
    font-size: 15px;
  }

  .navbar-mobile_dropdown-heading.no-padding-bottom {
    padding-bottom: 0;
  }

  .navbar-mobile_dropdown-menu {
    max-width: 100%;
  }

  .navbar-mobile_dropdown-link {
    font-size: 15px;
  }

  .navbar-mobile_dropdown-clw {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    overflow: hidden;
  }

  .navbar-mobile_submenu-row {
    width: 100%;
  }

  .navbar-mobile_close {
    width: 21px;
  }

  .navbar-mobile_logo {
    width: 100px;
  }

  .blog-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
  }

  .studio-story_identity-icon {
    width: 2rem;
  }

  .values_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home-method_cards-wrapper {
    flex-direction: row;
  }

  .home-method_arrow.is-desktop {
    display: none;
  }

  .home-method_arrow.is-landscape {
    display: block;
  }

  .title-bloc-3 {
    padding-top: .3rem;
    padding-left: .6rem;
    padding-right: .6rem;
    font-size: 1.438rem;
    line-height: 1.1;
  }

  .heading-style-display2-3 {
    font-size: 1.625rem;
    line-height: 1.13;
  }

  .work-hero_content {
    margin-bottom: 1rem;
  }

  .logo_bfm {
    width: 50px;
  }

  .simulateur {
    padding: 0;
  }

  .simulateur_wrapper {
    border-radius: 0;
  }

  .simulateur_top {
    padding: 1rem;
  }

  .simulateur_next, .simulateur_prev {
    bottom: 5rem;
  }

  .simulateur_slide-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .simulateur_slide.is-first, .simulateur_slide.is-second, .simulateur_slide.is-third, .simulateur_slide.is-fourth {
    padding-bottom: 11rem;
  }

  .heading-style-display4 {
    font-size: 1.625rem;
    line-height: 1.13;
  }

  .heading-style-display4.text-color-white.align-left-on-mobile-landscape {
    text-align: left;
  }

  .simulateur_2-checkbox, .simulateur_2-checkbox.buttons-placement {
    grid-template-columns: 1fr;
  }

  .simulateur_4-radio, .simulateur_3-checkbox.buttons-placement {
    grid-template-columns: 1fr 1fr;
  }

  .clients-hero_content {
    margin-bottom: 1rem;
  }

  .clients_tab-link {
    font-size: 20px;
    line-height: 140%;
  }

  .clients_tab-link.w--current {
    border-bottom-width: 1px;
    font-size: 20px;
    line-height: 140%;
  }

  .clients-tabs_tab-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .clients-secteurs_list {
    flex-flow: row;
  }

  .clients-tabs_tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

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

  .clients-tabs_other-cases {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 5rem;
  }

  .clients-tabs_other-cases_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .clients-testimonials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .footer_component-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_component-wrapper.is-article {
    padding-top: 0;
  }

  .clients-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
  }

  .heading-with-cta.centered-on-landscape {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-family.is-desktop {
    display: none;
  }

  .home-family.is-landscape {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-press2 {
    grid-template-columns: 1fr;
  }

  .blog_recent {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .navbar3_container {
    align-items: flex-start;
  }

  .section_case-hero {
    height: auto;
  }

  .case-testimonial {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-content {
    overflow: visible;
  }

  .case_hero-visual-wrapper {
    height: 360px;
  }

  .header-technos_expertises-wrapper {
    flex-wrap: wrap;
  }

  .secteur_component {
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .secteur_section_heading {
    grid-row-gap: 1.5rem;
    align-self: flex-start;
  }

  .secteur_section_heading.is-centered {
    grid-row-gap: 1rem;
  }

  .secteur_clients_heading {
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .secteur_heading_wrapper {
    grid-row-gap: 1.5rem;
    align-self: flex-start;
  }

  .secteur_heading_wrapper.is-centered {
    grid-row-gap: 1rem;
  }

  .article_component {
    padding-bottom: 5.375rem;
  }

  .article_top_component {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
  }

  .article_top_component.is-guide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 6rem;
  }

  .article_top_right_link.is-guide {
    align-self: flex-end;
  }

  .article_date {
    font-size: .9375rem;
  }

  .article_author_name, .article_author_job {
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .article_rich-text p {
    padding-right: 1rem;
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .article_rich-text h2 {
    padding-right: 1rem;
    font-size: 2.125rem;
  }

  .article_rich-text h3 {
    margin-bottom: 2.2rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .article_rich-text h4 {
    padding-right: 1rem;
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .article_rich-text li {
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .article_rich-text ul, .article_rich-text ol {
    padding-right: 1rem;
  }

  .article_rich-text blockquote {
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .article_rich-text sub {
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .article_rich-text sup {
    font-size: .9375rem;
  }

  .article_cta_component {
    grid-template-columns: 1fr;
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
  }

  .article_cta_newsletter {
    padding-right: 2rem;
  }

  .heading-style-display_takeout-copy {
    font-size: 2.625rem;
    line-height: 1.13;
  }

  .heading-style-display_takeout-copy.text-color-white.align-left-on-mobile-landscape {
    text-align: left;
  }

  .heading-style-display_cta {
    font-size: 1.625rem;
    line-height: 1.13;
  }

  .heading-style-display_cta.text-color-white.align-left-on-mobile-landscape {
    text-align: left;
  }

  .guide_form_label {
    font-size: .9375rem;
  }

  .guide_h1 {
    font-size: 2.625rem;
    line-height: 1.13;
  }

  .guide_h1.text-color-white.align-left-on-mobile-landscape {
    text-align: left;
  }

  .xp2_intro_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
    line-height: 1.13;
  }

  .heading-style-h2.text-color-white.align-left-on-mobile-landscape {
    text-align: left;
  }

  .surheading {
    font-size: 1rem;
  }

  .section_xp2-intro, .section_xp2-town {
    margin-bottom: 1rem;
  }

  .xp2_town_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

  .section_xp2-trust {
    margin-bottom: 1rem;
  }

  .xp2_trust_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .commitment_heading_new {
    font-size: 1rem;
  }

  .section_xp2-skills {
    margin-bottom: 1rem;
  }

  .xp2_skills_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

  .xp2_skills_left {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .section_xp2-features {
    margin-bottom: 1rem;
  }

  .xp2_features_component {
    text-align: center;
  }

  .xp2_trust_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-display_new {
    font-size: 1.625rem;
    line-height: 1.13;
  }

  .heading-style-display_new.text-color-white.align-left-on-mobile-landscape {
    text-align: left;
  }

  .xp2_video_play {
    width: 2.4rem;
  }

  .case-studies_rich-text p {
    padding-right: 1rem;
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .case-studies_rich-text h2 {
    padding-right: 1rem;
    font-size: 2.125rem;
  }

  .case-studies_rich-text h3 {
    margin-bottom: 2.2rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .case-studies_rich-text h4 {
    padding-right: 1rem;
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .case-studies_rich-text li {
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .case-studies_rich-text ul, .case-studies_rich-text ol {
    padding-right: 1rem;
  }

  .case-studies_rich-text blockquote {
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .case-studies_rich-text sub {
    font-size: .9375rem;
    line-height: 1.5rem;
  }

  .case-studies_rich-text sup {
    font-size: .9375rem;
  }

  .big-picture_text {
    font-size: 1.8rem;
  }

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

  .hero-expertise-component {
    justify-content: flex-start;
    align-items: center;
  }

  .pic-expertise-hero {
    width: 330px;
    display: none;
  }

  .card-competence {
    padding: 1.5rem;
  }

  .display-md.text-weight-semibold {
    font-size: 1.8rem;
  }

  .hero-component-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .icon-dev-placeholder {
    aspect-ratio: 1;
    border-radius: 1rem;
    width: auto;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_expertise-hero {
    padding-top: 8rem;
  }

  .expertise-dev-component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xp-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-faq, .section_expertise-competence {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .dev-right {
    width: 100%;
  }

  .text-xl {
    font-size: 1.25rem;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .picpicture-component {
    height: 23rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    padding-left: 1.5rem;
  }

  .section_expertise-xp {
    padding-top: 0;
  }

  .competence-card-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .bento.background-color-black.padding-section-medium {
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bento.background-color-secondary.padding-section-large {
    padding: 3rem 1.5rem;
  }

  .faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .product-card-numbers {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium.small-on-mobile {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-display_takeout.text-color-white {
    text-align: center;
    align-self: auto;
  }

  .heading-style-display_takeout.text-color-white.show-mobile-landscape {
    text-align: left;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-group {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-display1 {
    font-size: 2.3rem;
  }

  .hero_content {
    align-items: stretch;
  }

  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .section_home-hero.is-bandeau {
    padding-top: 5.5rem;
  }

  .home-intro_content {
    grid-row-gap: 1rem;
  }

  .home-method_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .story_image {
    height: auto;
  }

  .home-expertises_heading-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .home-expertises_heading-wrapper.is-left-on-mobile {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-press_logos-wrapper {
    grid-row-gap: .75rem;
  }

  .cta_component.is-v3, .cta_component.is-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_component {
    display: none;
    overflow: visible;
  }

  .studio-hero, .studio-figures_cards {
    grid-template-columns: 1fr;
  }

  .studio-dashboard_image {
    margin-top: -20px;
  }

  .expert_card {
    width: 260px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .expert_card-picture {
    max-height: 7rem;
  }

  .footer_top {
    margin-bottom: 1rem;
  }

  .footer_places {
    padding-bottom: 1rem;
  }

  .footer_nav {
    margin-bottom: 1rem;
  }

  .footer_nav-grid.is-menu {
    padding-top: 2rem;
  }

  .expertise-method_image-wrapper {
    height: auto;
  }

  .expertise-commitment_col {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .faq_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .faq_question {
    padding: 0;
  }

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

  .hero.is-seo {
    grid-row-gap: 2.5rem;
  }

  .section_hero.is-bandeau {
    padding-top: 5.5rem;
  }

  .jobs-hero {
    grid-template-columns: 1fr;
  }

  .jobs-infos_content-cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .jobs-infos_figures {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .jobs-benefits {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact_places.is-tablet {
    grid-template-columns: 1fr;
  }

   .video_card.is-work {
    height: 12rem;
  }

  .video_infos {
    padding-left: 1.5rem;
    font-size: 16px;
  }

  .expert_card-wrapper {
    background-image: none;
  }

  .image.is-realisation {
    width: 100%;
  }

  .lab-hero, .podcast-hero {
    grid-template-columns: 1fr;
  }

  .work-hero {
    grid-template-columns: 1fr;
  }

  .navbar-mobile_menu-wrapper {
    display: none;
  }

  .blog-hero {
    grid-template-columns: 1fr;
  }

  .video_play {
    width: 1.75rem;
  }

  .simulateur_3-checkbox.buttons-placement {
    grid-template-columns: 1fr;
  }

  .simulateur_last-step.buttons-placement {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .clients-tabs_tab-content {
    margin-bottom: 0;
  }

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

  .clients-tabs_other-cases {
    margin-bottom: 0;
  }

  .case-studies_visual-wrapper {
    height: 250px;
  }

  .case-studie_content-wrapper {
    align-items: stretch;
  }

  .case-studies_logo {
    align-self: flex-start;
  }

  .clients-hero {
    grid-template-columns: 1fr;
  }

  .home-figures_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_case-hero {
    padding-top: 5.8125rem;
  }

  .case-testimonial_component.is-v3 {
    border-radius: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .secteurs_card {
    font-size: 12px;
  }

  .case_hero-visual-wrapper {
    height: 210px;
    padding-left: 0;
    padding-right: 0;
  }

  .secteur_visual-wrapper {
    height: 250px;
  }

  .secteur_content-wrapper {
    align-items: stretch;
  }

  .secteur_clients_heading {
    grid-row-gap: 2rem;
  }

  .article_top_component {
    padding-top: 9rem;
  }

  .article_top_right_link {
    display: none;
  }

  .article_h1 {
    padding-right: 1rem;
  }

  .article_rich-text h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .article_side {
    display: none;
  }

  .heading-style-display_takeout-copy.text-color-white {
    text-align: center;
    align-self: auto;
  }

  .heading-style-display_takeout-copy.text-color-white.show-mobile-landscape {
    text-align: left;
  }

  .heading-style-display_cta.text-color-white {
    text-align: center;
    align-self: auto;
  }

  .heading-style-display_cta.text-color-white.show-mobile-landscape {
    text-align: left;
  }

  .guide_hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .guide_description_wrapper {
    padding-right: 1rem;
  }

  .guide_h1 {
    font-size: 2rem;
  }

  .guide_h1.text-color-white {
    text-align: center;
    align-self: auto;
  }

  .guide_h1.text-color-white.show-mobile-landscape {
    text-align: left;
  }

  .guide_interests {
    padding-right: 1rem;
  }

  .guide_interest {
    font-size: 15px;
  }

  .heading-style-h2.text-color-white {
    text-align: center;
    align-self: auto;
  }

  .heading-style-h2.text-color-white.show-mobile-landscape {
    text-align: left;
  }

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

  .trust_item_top {
    font-size: 1.3rem;
  }

  .xp2_video_wrapper.is-amazon {
    padding: .9rem .9rem .4rem;
  }

  .xp2_video_heading.small-on-mobile {
    font-size: 20px;
    line-height: 1.7rem;
  }

  .heading-style-display_new.text-color-white {
    text-align: center;
    align-self: auto;
  }

  .heading-style-display_new.text-color-white.show-mobile-landscape {
    text-align: left;
  }

  .xp2_video_play {
    width: 2rem;
  }

  .case-studies_rich-text h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .bento-cta-light {
    border-radius: 1rem;
    padding: 5rem 1.5rem;
  }

  .product-title {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

   .xp-item {
    flex-flow: column;
  }

  .card-competence {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .display-md {
    font-size: 1.75rem;
    line-height: 120%;
  }

  .display-md.text-weight-semibold {
    font-size: 1.4rem;
    line-height: 130%;
  }

  .tab-content {
    overflow: hidden;
  }

  .icon-dev-placeholder {
    border-radius: .5rem;
  }

  .testimonial-card {
    width: 90vw;
  }

  .section_expertise-hero {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    overflow: scroll;
  }

  .list-dev-tools {
    flex-flow: wrap;
  }

  .title-dropdown-consult {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .expertise-dev-component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tab_link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_expertise-tabs {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .experience-visuel {
    border-radius: .75rem;
  }

  .expetise-tabs {
    overflow: hidden;
  }

  .dev-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .picpicture-component {
    height: 19rem;
    padding-left: 2rem;
  }

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

  .bento {
    border-radius: 1rem;
  }

  .bento.background-color-secondary.padding-section-large {
    padding: 1.4rem 1.6rem 1.6rem;
  }

  .cta-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-7.text-lg {
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-size: 1rem;
  }

  .logos_image-2.is-white.is-compass, .logos_image-2.is-white.is-total {
    width: 80px;
  }

  .logos_image-2.is-white.is-bpi {
    width: 70px;
  }

  .logos_image-2.is-white.is-publicis {
    width: 50px;
  }

  .logos_image-2.is-white.is-ca {
    width: 60px;
  }

  .logos_image-2.is-white.is-carrefour {
    width: 80px;
  }

  .logos_image-2.is-white.is-edf {
    width: 90px;
  }

  .product-card-numbers {
    grid-template-columns: 1fr;
  }

  .card-number {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: 1.7rem;
  }

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

#w-node-d9c0f20c-282e-6978-575b-d84c23488e1a-63cea024 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8722603-874e-a539-3892-914ce1509ad3-63cea024, #w-node-dbc8acb5-8076-0715-03e7-9a820cf5e77b-63cea024, #w-node-_152b44b6-6b44-9366-ec22-e5b8751ce460-751ce446, #w-node-_152b44b6-6b44-9366-ec22-e5b8751ce466-751ce446, #w-node-_152b44b6-6b44-9366-ec22-e5b8751ce4a2-751ce446, #w-node-_152b44b6-6b44-9366-ec22-e5b8751ce4a8-751ce446, #w-node-_40a84813-b402-7480-bf5a-90380f35ca65-0ccdc7ec, #w-node-_40a84813-b402-7480-bf5a-90380f35ca78-0ccdc7ec, #w-node-_40a84813-b402-7480-bf5a-90380f35ca88-0ccdc7ec, #w-node-_40a84813-b402-7480-bf5a-90380f35ca9e-0ccdc7ec, #w-node-_40a84813-b402-7480-bf5a-90380f35caa8-0ccdc7ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90121b00-9aee-ed05-cc07-c2e256c87e72-961c2ea9 {
  justify-self: center;
}

#w-node-_90121b00-9aee-ed05-cc07-c2e256c87ebb-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87ec2-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87ed0-961c2ea9, #w-node-f7cd1bd0-9410-bad3-56c5-c7d9f4495efc-961c2ea9, #w-node-_7074b9df-41f8-7d62-0047-56c1f62df1d9-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87ee6-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87f0a-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87f1f-961c2ea9, #w-node-_224135f4-1e4b-4d26-b649-242b50fddc33-961c2ea9, #w-node-_2985569e-0ba5-8347-ef87-3bf1f25b6068-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87f35-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87f3c-961c2ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa67102e-2e63-d781-a989-74094c0f7ad5-961c2ea9 {
  align-self: center;
}

#w-node-aa67102e-2e63-d781-a989-74094c0f7ae0-961c2ea9 {
  align-self: start;
}

#w-node-aa67102e-2e63-d781-a989-74094c0f7ae1-961c2ea9, #w-node-aa67102e-2e63-d781-a989-74094c0f7ae8-961c2ea9, #w-node-aa67102e-2e63-d781-a989-74094c0f7aef-961c2ea9, #w-node-aa67102e-2e63-d781-a989-74094c0f7af7-961c2ea9, #w-node-aa67102e-2e63-d781-a989-74094c0f7b05-961c2ea9, #w-node-aa67102e-2e63-d781-a989-74094c0f7b0c-961c2ea9, #w-node-aa67102e-2e63-d781-a989-74094c0f7b1a-961c2ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa67102e-2e63-d781-a989-74094c0f7b21-961c2ea9 {
  align-self: start;
}

#w-node-aa67102e-2e63-d781-a989-74094c0f7b22-961c2ea9, #w-node-aa67102e-2e63-d781-a989-74094c0f7b29-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87fe5-961c2ea9, #w-node-_90121b00-9aee-ed05-cc07-c2e256c87feb-961c2ea9, #w-node-_20180f2d-c9a4-67de-e460-ed6d10dd9e78-961c2ea9, #w-node-_7abe50b4-c36f-429d-f749-8d548fa0d366-961c2ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90121b00-9aee-ed05-cc07-c2e256c87ff5-961c2ea9 {
  justify-self: end;
}

#w-node-_90121b00-9aee-ed05-cc07-c2e256c88000-961c2ea9, #w-node-ff414962-352e-cacc-94bd-174e8158ea7f-63cea093, #w-node-ff414962-352e-cacc-94bd-174e8158ea93-63cea093, #w-node-_406c0a52-d475-6e77-3845-d6eaf17e23f7-63cea095, #w-node-_406c0a52-d475-6e77-3845-d6eaf17e240a-63cea095, #w-node-_406c0a52-d475-6e77-3845-d6eaf17e243c-63cea095, #w-node-_406c0a52-d475-6e77-3845-d6eaf17e2456-63cea095, #w-node-_406c0a52-d475-6e77-3845-d6eaf17e2460-63cea095, #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc413d1-63cea099, #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc413e4-63cea099, #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc41416-63cea099, #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc41430-63cea099, #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc4143a-63cea099, #w-node-_00b85b93-3c2f-30a0-7234-ec9429b8e7e0-29b8e7d7, #w-node-_00b85b93-3c2f-30a0-7234-ec9429b8e7e6-29b8e7d7, #w-node-_00b85b93-3c2f-30a0-7234-ec9429b8e7ec-29b8e7d7, #w-node-b791ee55-53f0-05ca-551f-ad54300ff892-63cea102, #w-node-_54088c0a-ff0c-ef54-9b66-d38e3fcf9fea-63cea102, #w-node-f04b4b08-8b23-b13f-0622-7721148b273f-63cea102, #w-node-_5688d774-6f6e-8f1e-6e7f-24edfccff90e-63cea102, #w-node-_24043ff8-dd6d-9da7-91b3-b25245e2d933-63cea102, #w-node-b0a17ec3-68a6-e7d0-5c1e-59af3dffe231-63cea102, #w-node-_97f4f3de-8a69-871d-8578-cce81f8f5bcb-63cea102, #w-node-_97f4f3de-8a69-871d-8578-cce81f8f5bcc-63cea102, #w-node-e91b6e7d-5742-a157-6be4-ad7e573f8b76-63cea104, #w-node-_73525ed2-80b2-b1b5-d4e3-0f26adee164e-63cea104 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eaf632f-f80b-8879-2b6a-8109237e4e23-63cea109 {
  justify-self: auto;
}

#w-node-_3e5fecb2-59bf-c491-458e-f29e9643f13d-63cea109, #w-node-_3e5fecb2-59bf-c491-458e-f29e9643f13e-63cea109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04502ac-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04502b1-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04502b6-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04502bb-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04502c1-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04502c7-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04502cd-63cea11d {
  justify-self: start;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04503da-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04503f3-63cea11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04503f6-63cea11d {
  justify-self: start;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04503f8-63cea11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04503fb-63cea11d {
  justify-self: start;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe0450464-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045046e-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045046f-63cea11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04504dd-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04504e2-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04504e7-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04504ec-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04504f1-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04504f6-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450500-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450505-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045050a-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045050f-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450514-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450519-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045051e-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450523-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450528-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045052d-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450532-63cea11d {
  justify-self: start;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe0450536-63cea11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe0450537-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045053c-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450541-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450546-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045055b-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450560-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450565-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045056a-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045056f-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450574-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045057e-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450583-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450588-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045058d-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450592-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450597-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045059c-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505a1-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505a6-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505ab-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505b0-63cea11d {
  justify-self: start;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04505b4-63cea11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04505b5-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505ba-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505bf-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505c4-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505d6-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505db-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505e0-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505e5-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505ea-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505ef-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505f4-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505f9-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe04505fe-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe0450603-63cea11d {
  justify-self: start;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe0450607-63cea11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe0450608-63cea11d {
  justify-self: start;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe045060b-63cea11d, #w-node-fbf55309-b8c8-b294-55d6-ddbbe045068e-63cea11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf55309-b8c8-b294-55d6-ddbbe04506ea-63cea11d {
  justify-self: start;
}

#w-node-_1e6ebff0-654e-02d9-3545-cbacae67cdec-66b23911, #w-node-_0891e1ce-4d10-567d-0494-b285ac49e3c1-66b23911, #w-node-d3d673f7-64c8-f50c-f0c5-c53abde20ceb-66b23911, #w-node-_6d401fa0-f8f6-d52d-6ff6-deab5b576ff4-66b23911, #w-node-_99937f39-4f52-8320-4a64-4235f4274f63-6d35a73a, #w-node-_99937f39-4f52-8320-4a64-4235f4274f64-6d35a73a, #w-node-_6ad2f694-5d1d-cafe-e483-fb03ea336653-fbc75e86, #w-node-_6ad2f694-5d1d-cafe-e483-fb03ea336666-fbc75e86, #w-node-_6ad2f694-5d1d-cafe-e483-fb03ea336698-fbc75e86, #w-node-_6ad2f694-5d1d-cafe-e483-fb03ea3366b2-fbc75e86, #w-node-_6ad2f694-5d1d-cafe-e483-fb03ea3366bc-fbc75e86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08aa691c-c93c-c5e0-1c71-23ef90639087-b3d50937 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58efae0b-5b98-c116-d38e-c098c69bc136-b3d50937, #w-node-_58efae0b-5b98-c116-d38e-c098c69bc149-b3d50937, #w-node-_58efae0b-5b98-c116-d38e-c098c69bc17b-b3d50937, #w-node-_58efae0b-5b98-c116-d38e-c098c69bc195-b3d50937, #w-node-_58efae0b-5b98-c116-d38e-c098c69bc19f-b3d50937, #w-node-_437d97e3-7fe3-862a-7693-2ccff288dfbc-46069ae5, #w-node-_437d97e3-7fe3-862a-7693-2ccff288dfcf-46069ae5, #w-node-_437d97e3-7fe3-862a-7693-2ccff288e001-46069ae5, #w-node-_437d97e3-7fe3-862a-7693-2ccff288e01b-46069ae5, #w-node-_437d97e3-7fe3-862a-7693-2ccff288e025-46069ae5, #w-node-ca56a637-8780-8129-6031-3c14e4172871-e4172868, #w-node-ca56a637-8780-8129-6031-3c14e4172877-e4172868, #w-node-ca56a637-8780-8129-6031-3c14e417287d-e4172868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_78c2c1e8-e343-6890-3c03-57c2a2d09f3b-a2d09f37, #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc41399-63cea099, #w-node-_827accb1-9529-5386-afc4-415504871684-bde5e18f, #w-node-_2a96aef9-51b8-f796-b6ac-ded128c92ae9-fbc75e86, #w-node-a28fef12-66c7-9255-354a-a22081fea6cb-b3d50937, #w-node-eb63f5fa-fe97-e9d6-fe08-5e9ab7ca4178-46069ae5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40a84813-b402-7480-bf5a-90380f35ca62-0ccdc7ec {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-_78c2c1e8-e343-6890-3c03-57c2a2d09f3b-a2d09f37 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_406c0a52-d475-6e77-3845-d6eaf17e23f4-63cea095 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc41399-63cea099 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b223710c-ff7d-3f5b-3cf9-106a5fc413ce-63cea099 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-b1d1f86c-776c-a1d6-69df-d63f0c91e50f-63cea09d, #w-node-_00b85b93-3c2f-30a0-7234-ec9429b8e7e4-29b8e7d7, #w-node-_00b85b93-3c2f-30a0-7234-ec9429b8e7ea-29b8e7d7, #w-node-_00b85b93-3c2f-30a0-7234-ec9429b8e7f0-29b8e7d7, #w-node-_99d95601-4212-1400-391e-d0c43bf573ff-63cea09e, #w-node-f727d754-ca36-dfd1-192b-7f8dfcf1b524-63cea09f, #w-node-_69f22973-4c8a-becf-40b5-4ead435901a7-63cea0b3, #w-node-_0a56cc8f-e4cd-589c-63ec-dff539fbdb9b-63cea0b6, #w-node-ab7cc71e-ebfa-2016-2da9-46460287ca51-63cea0ca, #w-node-cf92e5f4-c084-0d65-bd04-e043975edaff-63cea0cb, #w-node-_7027ec85-6453-2f89-a4bb-ca4604660cdd-63cea0cc, #w-node-_2aa02cea-5fff-289d-5c05-e99171dd8263-63cea0ce, #w-node-_0ab876ba-d0ef-d5bc-bc99-b9d8429a4c9a-63cea0cf, #w-node-_4955c518-4d89-784b-8497-82721dc4a1f8-63cea0d1, #w-node-f7632eca-77c7-29d6-6036-cd692b9ab9e2-63cea0d2, #w-node-_1deec954-059a-8859-88f3-9b10468cfa2b-63cea0e7, #w-node-_231504c7-9905-8f83-e92a-509b984b6dde-63cea0e9, #w-node-f5ac17e7-cc06-d3cc-7127-944488eb4997-63cea0ea, #w-node-db76db73-8303-ecf3-dd63-37adc5cea72a-63cea0eb, #w-node-_14fa2739-2e42-8e88-3c9f-4427e32b8a3d-63cea0ec, #w-node-_7968b0c1-9f77-31ba-ef1e-a16514e07364-63cea0ff, #w-node-b791ee55-53f0-05ca-551f-ad54300ff896-63cea102, #w-node-_54088c0a-ff0c-ef54-9b66-d38e3fcf9fee-63cea102, #w-node-f04b4b08-8b23-b13f-0622-7721148b2743-63cea102, #w-node-_5688d774-6f6e-8f1e-6e7f-24edfccff912-63cea102, #w-node-_24043ff8-dd6d-9da7-91b3-b25245e2d937-63cea102, #w-node-b0a17ec3-68a6-e7d0-5c1e-59af3dffe235-63cea102 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_827accb1-9529-5386-afc4-415504871684-bde5e18f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4955c518-4d89-784b-8497-82721dc4a1f8-7fa83eba, #w-node-_4955c518-4d89-784b-8497-82721dc4a1f8-27069a28, #w-node-_4955c518-4d89-784b-8497-82721dc4a1f8-accdc551, #w-node-_4955c518-4d89-784b-8497-82721dc4a1f8-8956f1f3, #w-node-_4955c518-4d89-784b-8497-82721dc4a1f8-0c71c8d1, #w-node-e96ebc04-3e11-5a06-f32b-3432afd37a5b-a8269357 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a96aef9-51b8-f796-b6ac-ded128c92ae9-fbc75e86 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6ad2f694-5d1d-cafe-e483-fb03ea336650-fbc75e86 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-a28fef12-66c7-9255-354a-a22081fea6cb-b3d50937 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_58efae0b-5b98-c116-d38e-c098c69bc133-b3d50937 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-eb63f5fa-fe97-e9d6-fe08-5e9ab7ca4178-46069ae5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_437d97e3-7fe3-862a-7693-2ccff288dfb9-46069ae5 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-ca56a637-8780-8129-6031-3c14e4172875-e4172868, #w-node-ca56a637-8780-8129-6031-3c14e417287b-e4172868, #w-node-ca56a637-8780-8129-6031-3c14e4172881-e4172868 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}




/* === nav.css === */
/* ═══════════════════════════════════════════
   Navbar — Premium Design
   ═══════════════════════════════════════════ */

/* ─── Foundation ─── */
.ys-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.ys-nav__spacer {
  height: 4.5rem; /* matches .ys-navbar height */
}

/* Pages with is-bandeau hero: padding-top-large already accounts for the fixed navbar,
   so cancel the spacer to avoid double spacing. */
.ys-nav__spacer + .main-wrapper .section_hero.is-bandeau .padding-section-medium.padding-top-large {
  padding-top: 0;
}

/* ─── Bandeau ─── */
.ys-bandeau {
  background: linear-gradient(90deg, #0f172a 0%, #1a2744 50%, #0f172a 100%);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 0.5rem 1.5rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ─── Desktop Navbar ─── */
.ys-navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5rem;
  height: 4.5rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Home: transparent initially */
.ys-navbar--home {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}

/* Non-home scrolled */
.ys-navbar--scrolled:not(.ys-navbar--home) {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.03);
}

/* Home scrolled — white glass */
.ys-navbar--home.ys-navbar--scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.03);
}

/* ─── Logo ─── */
.ys-navbar__logo {
  height: 34px;
  width: auto;
  transition: opacity 0.2s;
}

.ys-navbar__logo:hover {
  opacity: 0.8;
}

/* ─── Nav container ─── */
.ys-navbar__nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ─── Nav links ─── */
.ys-navbar__link {
  position: relative;
  padding: 0.5rem 1rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.ys-navbar__link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #3B82F6;
  border-radius: 1px;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              left 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ys-navbar__link:hover {
  color: #0f172a;
}

.ys-navbar__link:hover::after,
.ys-navbar__link--active:hover::after {
  width: calc(100% - 1.75rem);
  left: 0.875rem;
}

.ys-navbar__link--active {
  color: #3B82F6;
}

/* Home scrolled — same dark text as default (white glass bg) */

/* ─── Dropdown ─── */
.ys-dropdown {
  position: relative;
}

/* Megamenu parent keeps relative positioning — panel is compact */

.ys-dropdown__trigger {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #334155;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.ys-dropdown__trigger:hover {
  color: #0f172a;
  background: rgba(0, 0, 0, 0.04);
}

/* Home scrolled — same dark text as default (white glass bg) */

.ys-dropdown__chevron {
  width: 12px;
  height: 12px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ys-dropdown--open .ys-dropdown__chevron {
  transform: rotate(180deg);
}

/* ─── Simple dropdown panel (À propos) ─── */
.ys-dropdown__panel {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.03),
    0 12px 32px rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
  z-index: 100;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.ys-dropdown__panel::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  height: 1rem;
}

.ys-dropdown--open .ys-dropdown__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ys-dropdown__item {
  display: block;
  padding: 0.625rem 0.875rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}

.ys-dropdown__item:hover {
  background: #f8fafc;
  color: #0f172a;
}

/* ─── Dropdown badge (job count, etc.) ─── */
.ys-dropdown__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.375rem;
  margin-left: 0.5rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #3B82F6;
  border-radius: 999px;
}

/* ─── Megamenu — compact 2-col + tags footer ─── */
.ys-megamenu__panel {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.375rem);
  left: -1rem;
  transform: translateY(8px);
  width: 38rem;
  max-width: calc(100vw - 2rem);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.03),
    0 12px 32px rgba(0, 0, 0, 0.08);
  padding: 0.75rem;
  z-index: 100;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.ys-megamenu__panel::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  height: 1rem;
}

.ys-dropdown--open .ys-megamenu__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* 3 columns top + full-width bottom */
.ys-megamenu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.ys-megamenu__col {
  padding: 0.5rem 0.5rem;
}

.ys-megamenu__col:first-child {
  padding-left: 0;
  border-right: 1px solid #f1f5f9;
}

.ys-megamenu__col:nth-child(2) {
  border-right: 1px solid #f1f5f9;
}

.ys-megamenu__col:nth-child(3) {
  padding-right: 0;
}

/* Secteurs + Technos — full width bottom */
.ys-megamenu__col:last-child {
  grid-column: 1 / -1;
  padding: 0.5rem 0 0.25rem;
  border-top: 1px solid #f1f5f9;
  border-right: none;
}


.ys-megamenu__col-heading {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  padding: 0.375rem 0.625rem 0.25rem;
}


.ys-megamenu__link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
  padding: 0.4rem 0.625rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}

.ys-megamenu__link:hover {
  background: #f1f5f9;
  color: #3B82F6;
}

.ys-megamenu__badge {
  font-size: 0.5rem;
  padding: 0.125rem 0.3rem;
  background: #eff6ff;
  color: #3B82F6;
  font-weight: 600;
  border-radius: 4px;
  margin-left: auto;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ys-megamenu__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem 0.375rem;
}

.ys-megamenu__tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #475569;
  background: #f1f5f9;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.15s;
}

.ys-megamenu__tag:hover {
  background: #3B82F6;
  color: #fff;
}

.ys-megamenu__divider {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.6rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0.125rem 0.625rem 0;
  padding-bottom: 0.25rem;
}

/* ─── CTA Button ─── */
.ys-navbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: #3B82F6;
  color: #fff;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.ys-navbar__cta:hover {
  background: #2563EB;
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.25);
  transform: translateY(-1px);
}

.ys-navbar__cta:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(59, 130, 246, 0.15);
}

/* ─── Burger button (mobile only) ─── */
.ys-navbar__burger {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.ys-navbar__burger-icon {
  width: 24px;
  height: 24px;
}

/* ─── Mobile overlay ─── */
.ys-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0f172a;
  color: #fff;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.ys-mobile-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ys-mobile-overlay__logo {
  height: 24px;
}

.ys-mobile-overlay__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.ys-mobile-overlay__close-icon {
  width: 24px;
  height: 24px;
}

.ys-mobile-overlay__body {
  flex: 1;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ys-mobile-overlay__link {
  display: block;
  padding: 0.875rem 0;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ys-mobile-overlay__heading {
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  padding: 1.5rem 0 0.5rem;
}

.ys-mobile-overlay__sublink {
  display: block;
  padding: 0.5rem 0 0.5rem 0.75rem;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.15s;
}

.ys-mobile-overlay__sublink:hover {
  color: #fff;
}

.ys-mobile-overlay__cta {
  display: block;
  margin-top: 2rem;
  padding: 0.875rem;
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: #fff;
  text-align: center;
  font-family: var(--font-plus-jakarta), sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* ─── Responsive ─── */
@media (max-width: 991px) {
  .ys-navbar {
    padding: 0 1.25rem;
  }

  .ys-navbar__nav,
  .ys-navbar__cta {
    display: none;
  }

  .ys-navbar__burger {
    display: block;
  }
}

@media (min-width: 992px) {
  .ys-mobile-overlay {
    display: none !important;
  }
}

/* No responsive override needed — megamenu is already compact */

/* ─── Dark mode (contact page) ─── */
.ys-navbar--dark {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}

.ys-navbar--dark .ys-navbar__link,
.ys-navbar--dark .ys-dropdown__trigger {
  color: rgba(255, 255, 255, 0.85);
}

.ys-navbar--dark .ys-navbar__link:hover,
.ys-navbar--dark .ys-dropdown__trigger:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ys-navbar--dark .ys-dropdown__chevron {
  color: rgba(255, 255, 255, 0.5);
}

.ys-navbar--dark .ys-navbar__cta {
  background: #fff;
  color: #151d53;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ys-navbar--dark .ys-navbar__cta:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Dark mode scrolled — dark glass */
.ys-navbar--dark.ys-navbar--scrolled {
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ys-navbar--dark.ys-navbar--scrolled .ys-navbar__link,
.ys-navbar--dark.ys-navbar--scrolled .ys-dropdown__trigger {
  color: rgba(255, 255, 255, 0.85);
}

.ys-navbar--dark.ys-navbar--scrolled .ys-navbar__link:hover,
.ys-navbar--dark.ys-navbar--scrolled .ys-dropdown__trigger:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ys-navbar--dark.ys-navbar--scrolled .ys-navbar__cta {
  background: #fff;
  color: #151d53;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}


/* === footer.css === */
/* ─── Footer — Premium agency redesign ─── */

.ys-footer {
  font-family: var(--font-plus-jakarta), sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
}

/* ── Section 1 : Logo + Navigation ── */

.ys-footer__top {
  background: #fff;
  padding: 5rem 0 3rem;
}

.ys-footer__top-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.ys-footer__logo {
  flex-shrink: 0;
}

.ys-footer__logo-img {
  height: 44px;
  width: auto;
}

.ys-footer__nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.ys-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ys-footer__nav-link {
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.ys-footer__nav-link:hover {
  color: #000;
}

/* ── Section 2 : Newsletter ── */

.ys-footer__newsletter-section {
  background: #fff;
  padding: 0 0 4rem;
}

.ys-footer__newsletter-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.ys-footer__newsletter {
  max-width: 540px;
}

.ys-footer__newsletter-heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  font-family: var(--font-plus-jakarta), sans-serif;
}

.ys-footer__newsletter-form {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.ys-footer__newsletter-input {
  flex: 1;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  font-size: 0.9rem;
}

.ys-footer__newsletter-input::placeholder {
  color: #999;
}

.ys-footer__newsletter-input:focus {
  outline: none;
  border-color: #333;
}

.ys-footer__newsletter-btn {
  padding: 0.85rem 2rem;
  background: transparent;
  color: #3B82F6;
  border: 1px solid #3B82F6;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  font-family: var(--font-plus-jakarta), sans-serif;
}

.ys-footer__newsletter-btn:hover {
  background: #3B82F6;
  color: #fff;
}

.ys-footer__newsletter-privacy {
  font-size: 0.78rem;
  color: #888;
  line-height: 1.5;
  margin: 0;
}

.ys-footer__newsletter-privacy-link {
  color: #333;
  text-decoration: underline;
}

.ys-footer__newsletter-ok {
  font-size: 0.9rem;
  color: #22c55e;
  font-weight: 600;
}

.ys-footer__newsletter-error {
  font-size: 0.8rem;
  color: #ef4444;
  margin-top: 0.5rem;
}

/* ── Section 3 : Socials + Offices ── */

.ys-footer__mid {
  background: #f0f0f0;
  border-top: 1px solid #ddd;
  padding: 2rem 0;
}

.ys-footer__mid-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.ys-footer__social {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-shrink: 0;
}

.ys-footer__social-link {
  color: #333;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.ys-footer__social-link:hover {
  color: #000;
}

.ys-footer__social-link svg {
  width: 22px;
  height: 22px;
}

.ys-footer__offices {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 2rem;
}

.ys-footer__office {
  display: flex;
  flex-direction: column;
}

.ys-footer__office-city {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  margin-bottom: 0.15rem;
}

.ys-footer__office-line {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333;
  line-height: 1.4;
  font-family: var(--font-plus-jakarta), sans-serif;
}

/* ── Sections 4-5 : Technos & Secteurs rows ── */

.ys-footer__tags-section {
  background: #f0f0f0;
  padding: 1rem 0;
}

.ys-footer__tags-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ys-footer__tags-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem 0;
}

.ys-footer__tags-row + .ys-footer__tags-row {
  border-top: 1px solid #ddd;
}

.ys-footer__tags-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  border: 1.5px solid #333;
  border-radius: 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  flex-shrink: 0;
  font-family: var(--font-plus-jakarta), sans-serif;
}

.ys-footer__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.75rem;
  align-items: center;
}

.ys-footer__tags-link {
  font-size: 0.75rem;
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.ys-footer__tags-link:hover {
  color: #000;
}

/* ── Section 6 : Trust bar ── */

.ys-footer__trust {
  background: #f0f0f0;
  padding: 1.5rem 0;
}

.ys-footer__trust-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys-footer__trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0.45;
  filter: grayscale(1);
  padding: 0 2rem;
  border-right: 1px solid #ccc;
  flex: 1;
  justify-content: center;
}

.ys-footer__trust-item:first-child {
  padding-left: 0;
  justify-content: flex-start;
}

.ys-footer__trust-item:last-child {
  border-right: none;
  padding-right: 0;
}

.ys-footer__trust-nps {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.ys-footer__trust-nps strong {
  display: block;
  font-size: 0.85rem;
  color: #1a1a1a;
}

.ys-footer__trust-sublabel {
  display: block;
  font-size: 0.75rem;
  color: #777;
}

.ys-footer__trust-score {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #555;
}

.ys-footer__stars {
  display: inline-flex;
  gap: 1px;
  color: #1a1a1a;
}

.ys-footer__trust-review {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.ys-footer__trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #4267B2;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.ys-footer__trust-prefix {
  display: block;
  font-size: 0.7rem;
  color: #888;
}

.ys-footer__trust-review strong {
  font-size: 0.85rem;
  color: #1a1a1a;
}

/* ─── Dark variant ─── */

.ys-footer--dark { color: #a1a1aa; }

.ys-footer--dark .ys-footer__top,
.ys-footer--dark .ys-footer__newsletter-section { background: #09090b; }

.ys-footer--dark .ys-footer__nav-link { color: #a1a1aa; }
.ys-footer--dark .ys-footer__nav-link:hover { color: #fafafa; }

.ys-footer--dark .ys-footer__logo-img { filter: brightness(0) invert(1); }

.ys-footer--dark .ys-footer__newsletter-heading { color: #a1a1aa; }
.ys-footer--dark .ys-footer__newsletter-input {
  background: transparent;
  border-color: #27272a;
  color: #fafafa;
}
.ys-footer--dark .ys-footer__newsletter-input::placeholder { color: #52525b; }
.ys-footer--dark .ys-footer__newsletter-input:focus { border-color: #3b82f6; }
.ys-footer--dark .ys-footer__newsletter-btn { color: #3b82f6; border-color: #3b82f6; }
.ys-footer--dark .ys-footer__newsletter-btn:hover { background: #3b82f6; color: #fff; }
.ys-footer--dark .ys-footer__newsletter-privacy { color: #52525b; }
.ys-footer--dark .ys-footer__newsletter-privacy-link { color: #a1a1aa; }

.ys-footer--dark .ys-footer__mid {
  background: #0a0a0e;
  border-color: rgba(255,255,255,0.06);
}
.ys-footer--dark .ys-footer__social-link { color: #71717a; }
.ys-footer--dark .ys-footer__social-link:hover { color: #fafafa; }
.ys-footer--dark .ys-footer__office-city { color: #e4e4e7; }
.ys-footer--dark .ys-footer__office-line { color: #71717a; }

.ys-footer--dark .ys-footer__tags-section { background: #0a0a0e; border-top-color: rgba(255,255,255,0.06); }
.ys-footer--dark .ys-footer__tags-row { border-top-color: rgba(255,255,255,0.06); }
.ys-footer--dark .ys-footer__tags-badge { color: #a1a1aa; border-color: #27272a; }
.ys-footer--dark .ys-footer__tags-link { color: #52525b; }
.ys-footer--dark .ys-footer__tags-link:hover { color: #fafafa; }

.ys-footer--dark .ys-footer__trust { background: #0a0a0e; border-top-color: rgba(255,255,255,0.06); }
.ys-footer--dark .ys-footer__trust-item { border-right-color: rgba(255,255,255,0.06); }
.ys-footer--dark .ys-footer__trust-nps strong { color: #e4e4e7; }
.ys-footer--dark .ys-footer__trust-sublabel { color: #52525b; }
.ys-footer--dark .ys-footer__trust-score { color: #71717a; }
.ys-footer--dark .ys-footer__stars { color: #fafafa; }
.ys-footer--dark .ys-footer__trust-prefix { color: #52525b; }
.ys-footer--dark .ys-footer__trust-review strong { color: #e4e4e7; }

/* ── Section 7 : Bottom bar ── */

/* ─── Responsive ─── */

@media (max-width: 1100px) {
  .ys-footer__tags-list {
    gap: 0.25rem 1rem;
  }
}

@media (max-width: 991px) {
  .ys-footer__top-inner {
    flex-direction: column;
    gap: 2.5rem;
  }

  .ys-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .ys-footer__mid-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .ys-footer__offices {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .ys-footer__trust-inner {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .ys-footer__trust-item {
    border-right: none;
    padding: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ys-footer__top {
    padding: 3rem 0 2rem;
  }

  .ys-footer__top-inner,
  .ys-footer__newsletter-inner,
  .ys-footer__mid-inner,
  .ys-footer__tags-inner,
  .ys-footer__trust-inner {
    padding: 0 1.5rem;
  }

  .ys-footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .ys-footer__newsletter-section {
    padding: 0 0 2.5rem;
  }

  .ys-footer__newsletter-form {
    flex-direction: column;
  }

  .ys-footer__offices {
    flex-direction: column;
    gap: 1rem;
  }

  .ys-footer__tags-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .ys-footer__tags-list {
    gap: 0.5rem 1rem;
  }

  .ys-footer__trust-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .ys-footer__trust-item {
    border-right: none;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
  }
}
