/*! 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,
aside,
footer,
main,
menu,
nav {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * 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] {
  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.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
/* 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.
 */
/**
 * Address differences between Firefox and other browsers.
 */
/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code {
  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 {
  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 {
  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 {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 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.
 */
/**
 * 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`.
 */
/**
 * 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)
 */
/**
 * 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).
 */
/**
 * 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.
 */
/**
 * 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;
}

th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -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;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.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;
}
h1,
h2 {
  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;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
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-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;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.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-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.
 */
/**
 * 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-content */
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
/**
 * 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.
 */
/**
 * 1. Reset if style is set by user on "All Images"
 */
/*
 * 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)
 */
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
/*
 * 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.
 */
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
/*
 * Utility classes
 */
@media (min-width: 768px) {
  /* .w-lightbox-content */
}
.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 ul {
  overflow: hidden;
}
.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;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.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;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@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;
  }
}
.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;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

@font-face{font-family:Inter;src:url('../fonts/Inter-Regular.woff2') format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-Medium.woff2') format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-SemiBold.woff2') format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-Bold.woff2') format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-Black.woff2') format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-ExtraBold.woff2') format("woff2");font-weight:800;font-style:normal;font-display:swap}:root{--font-first:Inter,Arial,sans-serif;--bleu-logo:var(--conversion-flow-library--light-coral);--conversion-flow-library--sandy-brown:#ffa84b;--vert-logo-clair:#87ff9e;--bleu-logo-clair:#30a3ff;--white:#fff;--vert-logo-foncé:#15d136;--black:#0000000d;--blackf:#000;--combine-library--white:white;--color-grey:#333;--elements-webflow-library--neutral--800:#211f54;--elements-webflow-library--neutral--100:#fff;--untitled-ui--gray600:#475467;--untitled-ui--gray700:#344054;--untitled-ui--primary600:#7f56d9;--untitled-ui--white:white;--untitled-ui--primary700:#6941c6;--untitled-ui--primary100:#f4ebff;--untitled-ui--gray300:#d0d5dd;--untitled-ui--gray900:#101828;--untitled-ui--primary300:#d6bbfb;--untitled-ui--gray500:#667085;--elements-webflow-library--secondary--color-2:#f2f1ff;--elements-webflow-library--neutral--300:#eff0f6;--spark-library--border-default:#0000;--flowstica-webflow-library--black:#010b15;--waves-library--white:white;--waves-library--black:#131313;--spark-library--white:white;--combine-library--grey-050:#f2f3f7;--flowstica-webflow-library--white-smoke:#f7f7f7;--conversion-flow-library--medium-purple:var(--vert-logo-clair);--conversion-flow-library--light-coral:#ff5e69;--combine-library--grey-800:#1f2c3d;--combine-library--grey-400:#8c94a5;--combine-library--grey-600:#5f6570;--combine-library--primary-600:#6157f8;--grey:#797c83;--elements-webflow-library--neutral--600:#6e7191;--elements-webflow-library--accent--primary-1:#4a3aff;--elements-webflow-library--general--shadow-01:#14142b0f;--elements-webflow-library--general--shadow-02:#14142b14;--elements-webflow-library--secondary--color-1:#036;--elements-webflow-library--general--shadow-03:#14142b1a;--lynx--grey:#797c83;--flowstica-webflow-library--white:white;--flowstica-webflow-library--black-2:#333;--flowui-component-library--grey-300:#e4e6f1;--flowui-component-library--white:white;--flowui-component-library--grey-600:#393b6a;--flowui-component-library--gray-200:#f3f5fb;--flowui-component-library--gray-900:#160042;--combine-library--grey-100:#d9dce2;--combine-library--primary-800:#472def;--combine-library--success-800:#6d9400;--combine-library--success-100:#ebf7de;--combine-library--error-800:#e2004f;--combine-library--grey-200:#bfc4ce;--combine-library--error-100:#ffecec;--combine-library--warning-400:#f8b34b;--elements-webflow-library--general--shadow-04:#14142b24;--elements-webflow-library--general--shadow-05:#14142b29;--elements-webflow-library--neutral--200:#f7f7fc;--elements-webflow-library--neutral--700:#4a4566;--elements-webflow-library--neutral--400:#dcddeb;--flowstica-webflow-library--medium-sea-green:#08b54f;--flowstica-webflow-library--honeydew:#cef0dc;--flowui-component-library--gray-500:#6b7094;--flowui-component-library--gray-700:#282556;--flowui-component-library--success-lighter:#ebfff6;--flowui-component-library--gray-400:#b6b9ce;--flowui-component-library--success-darker:#006638;--lynx--white:white;--lynx--medium-purple:#8979ec;--relume-library-lite--rl-black:black;--relume-library-lite--rl-white:white;--spark-library--foreground-interactive:#5532fa;--spark-library--foreground-interactive-hover:#1e116e;--spark-library--black:black;--spark-library--foreground-secondary:#000000c2;--spark-library--foreground-tertiary:#0000008f;--spark-library--light-steel-purple:#a695fb;--spark-library--background--interactive:#f0ecfd;--untitled-ui--gray200:#eaecf0;--untitled-ui--gray400:#98a2b3;--untitled-ui--primary50:#f9f5ff;--untitled-ui--primary800:#53389e;--waves-library--dark-elevation:#ede0d8;--flowui-component-library--gray-100:#f7f9fd}.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}body{color:#333;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;line-height:20px}.cf-nav-2-button{font-family:var(--font-first);color:#f0f9f5;letter-spacing:.4px;-webkit-text-fill-color:inherit;background-color:#000;background-clip:border-box;border-radius:12px;padding:16px 36px;font-size:18px;font-weight:500;transition:background-color .23s}.cf-nav-2-button:hover{background-color:#0000;background-image:linear-gradient(153deg,var(--vert-logo-clair),var(--bleu-logo-clair)),linear-gradient(90deg,var(--vert-logo-clair) 18%,var(--vert-logo-clair) 60%,var(--bleu-logo) 82%,var(--conversion-flow-library--sandy-brown));color:var(--white)}.cf-nav-2-button:active{background-image:linear-gradient(153deg,var(--vert-logo-clair),var(--bleu-logo-clair))}.cf-nav-2-button.heading.cta_hero{background-image:linear-gradient(103deg,var(--bleu-logo-clair),var(--vert-logo-foncé));align-self:center;display:block}.cf-nav-2-button.heading.cta_hero:hover{background-color:var(--vert-logo-foncé)}.cf-nav-2-button.heading.cta_uniday{background-color:var(--vert-logo-foncé);background-image:linear-gradient(48deg,var(--bleu-logo-clair),var(--vert-logo-foncé));font-weight:600}.cf-nav-2-button.heading.cta_uniday:hover{background-color:var(--bleu-logo-clair);background-image:linear-gradient(54deg,var(--bleu-logo-clair),var(--vert-logo-foncé))}.cf-nav-2-button.heading.cta_uniday.cta_unidayy{align-self:flex-start}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero{background-image:linear-gradient(48deg,#30a3ff,var(--vert-logo-foncé))}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero:hover{background-image:linear-gradient(25deg,var(--bleu-logo-clair),var(--vert-logo-foncé))}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero.cta_pau{clear:none;text-align:left;align-self:flex-start;width:auto;margin-top:0;margin-left:0;margin-right:0;padding-left:10px;padding-right:10px;font-size:16px;display:block}.cf-nav-2-button.heading.cta_uniday.cta_nav_mobile{display:none}.brix---social-icon-square-30px{background-color:var(--elements-webflow-library--secondary--color-2);border-radius:8px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;text-decoration:none;transition:transform .3s,background-color .3s,color .3s;display:flex}.brix---social-icon-square-30px:hover{transform:scale(.92)}.brix---social-media-grid-right---t-center{grid-column-gap:10px;grid-row-gap:10px;flex:1;grid-template-rows:auto;grid-template-columns:repeat(auto-fit,36px);grid-auto-flow:column;justify-content:end;align-self:center;justify-items:end}.brix---footer-link{color:var(--color-grey);font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:500;line-height:20px;text-decoration:none;transition:color .3s}.brix---footer-link:hover{color:var(--bleu-logo-clair);font-family:Inter,Arial,sans-serif}.brix---footer-list-item-horizontal{margin-bottom:0;padding-left:20px;padding-right:20px}.brix---footer-list-wrapper-horizontal{flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:0;padding-left:0;list-style-type:none;display:flex}.brix---footer-logo{transform-style:preserve-3d;transition:transform .3s}.brix---footer-logo:hover{transform:scale3d(.97,.97,1.01)}.brix---grid-footer-3-cols{grid-template-rows:auto;grid-template-columns:.3fr 1fr .3fr;align-items:center}.brix---footer-top-small{padding-top:20px;padding-bottom:20px}.brix---container-default-2{max-width:1218px;padding-left:24px;padding-right:24px}.brix---footer-wrapper{border-top:1px solid var(--elements-webflow-library--neutral--300);background-color:var(--elements-webflow-library--neutral--100)}.image{background-image:linear-gradient(0deg,#0a0d17 20%,#0a0d1700 100%);border-radius:12px}.image.escape-game,.image.laser-game{background-image:none}.wbs-cta-4-image{z-index:-1;width:120px;height:100px;position:absolute;inset:0% auto 0% -20px;transform:rotate(20deg)}.wbs-heading-h6{color:var(--blackf);margin-top:0;margin-bottom:0;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:600;line-height:1.3em}.wbs-cta-4{z-index:1;grid-column-gap:20px;grid-row-gap:16px;background-color:var(--flowstica-webflow-library--white-smoke);border-radius:10px;grid-template-rows:auto;grid-template-columns:.5fr .5fr;grid-auto-columns:1fr;justify-content:center;align-items:center;max-width:70%;margin-bottom:45px;margin-left:auto;margin-right:auto;padding:30px;display:flex;position:relative;overflow:hidden}.heading{grid-row-gap:7px;flex-direction:column;justify-content:flex-start;align-items:center;text-decoration:none;display:flex}.cf-faq-answer-wrap-3{color:#121212;flex-flow:row;margin-bottom:0;padding-bottom:0;padding-right:7%;display:flex}.cf-faq-question-container-4{cursor:pointer;padding-top:32px;padding-bottom:32px}.cf-faq-plus-card-2{color:#181818;width:100%;max-width:730px;padding-top:0;padding-bottom:0;font-size:24px;font-weight:700;text-decoration:none}.paragraph-29{text-align:center;margin-top:10px;margin-bottom:0;font-family:Inter,Arial,sans-serif;font-weight:500}.link-8{color:#454545;text-decoration:none}.link-9{color:var(--untitled-ui--white);vertical-align:baseline;text-decoration:none;display:inline;overflow:visible}.brix---btn-primary-small{background-color:var(--bleu-logo-clair);background-image:linear-gradient(135deg,var(--bleu-logo-clair),var(--vert-logo-foncé));color:var(--elements-webflow-library--neutral--100);text-align:center;transform-style:preserve-3d;border-radius:48px;justify-content:center;padding:18px 24px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:600;line-height:18px;text-decoration:none;transition:background-color .3s,transform .3s,color .3s}.brix---btn-primary-small:hover{background-color:var(--elements-webflow-library--secondary--color-1);color:var(--elements-webflow-library--neutral--100);transform:translate3d(0,-3px,.01px)}.brix---btn-primary-small.ctafinal_pau{background-image:linear-gradient(135deg,var(--bleu-logo-clair),var(--vert-logo-foncé));border-radius:10px;padding-top:16px;padding-bottom:16px}.brix---btn-header-hidden-on-mbl{margin-left:24px}.brix---hamburger-menu-bar-bottom,.brix---hamburger-menu-bar-top{background-color:var(--elements-webflow-library--neutral--800);border-radius:20px;width:52px;height:4px;margin-top:12px;margin-bottom:12px}.brix---hamburger-menu-wrapper{padding:0;transition:transform .3s}.brix---hamburger-menu-wrapper:hover{transform:scale(.96)}.brix---hamburger-menu-wrapper.w--open{background-color:#0000}.brix---header-right-col{justify-content:flex-end;align-items:center;display:flex}.brix---header-nav-link{color:var(--color-grey);padding:0;font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:500;line-height:20px;transition:color .3s}.brix---header-nav-link:hover{color:var(--bleu-logo-clair)}.brix---header-nav-list-item-middle{margin-bottom:0;padding-left:16px;padding-right:16px}.brix---dropdown-link{width:100%;color:var(--elements-webflow-library--neutral--600);align-items:center;padding:0;font-size:18px;line-height:20px;text-decoration:none;transition:color .3s;display:flex}.brix---dropdown-link:hover{color:var(--bleu-logo-clair);font-family:Inter,Arial,sans-serif;font-weight:500}.brix---dropdown-link.w--current{color:var(--grey);font-family:Inter,Arial,sans-serif}.brix---dropdown-link.w--current:hover{color:var(--bleu-logo-clair)}.brix---dropdown-links-grid{grid-column-gap:0px;grid-row-gap:20px;grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr;display:grid}.brix---dropdown-pd{padding:40px}.brix---dropdown-card{border:1px solid var(--elements-webflow-library--neutral--300);background-color:var(--elements-webflow-library--neutral--100);min-width:280px;box-shadow:0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);border-radius:20px;top:32px;overflow:hidden}.brix---dropdown-column-wrapper{background-color:#0000;padding-top:32px;transform:translate(0)}.brix---dropdown-column-wrapper.w--open{transform:translate(-50%)}.brix---dropdown-chevron{width:14px;margin-left:6px}.brix---dropdown-toggle{color:var(--elements-webflow-library--neutral--800);align-items:center;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:18px;line-height:20px;transition:color .3s;display:flex}.brix---dropdown-toggle:hover{color:var(--elements-webflow-library--accent--primary-1);font-family:Inter,Arial,sans-serif}.brix---header-nav-menu-list{z-index:1;justify-content:flex-end;align-items:center;margin-bottom:0;padding-left:0;list-style-type:none;display:flex}.brix---header-middle-col{align-self:center}.brix---header-logo{max-width:250px}.brix---header-logo-link{transform-style:preserve-3d;padding-left:0;transition:transform .3s,color .3s}.brix---header-logo-link:hover{transform:scale3d(.96,.96,1.01)}.brix---header-content-wrapper{justify-content:space-between;align-items:center;display:flex}.brix---container-default-13{max-width:1218px;padding-left:24px;padding-right:24px}.brix---header-wrapper{background-color:var(--elements-webflow-library--neutral--100);object-fit:fill;z-index:1000;padding-top:10px;padding-bottom:10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:sticky;top:0}.text-block-33,.text-block-34{color:var(--color-grey);font-family:Inter,Arial,sans-serif;font-weight:500}.brix---container-default-24{max-width:1218px;padding-left:24px;padding-right:24px}.brix---bg-image-full-width-8{z-index:-1;object-fit:cover;width:100%;height:100%;position:absolute;inset:0%}.brix---buttons-row-5{align-items:center;display:flex}.brix---color-neutral-881{color:var(--elements-webflow-library--neutral--100)}.brix---heading-h1-size-14{margin-top:0;margin-bottom:16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:50px;font-weight:700;line-height:66px}.brix---grid-2-col---1-col-t-4{grid-column-gap:28px;grid-row-gap:28px;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;align-items:center;display:grid}.brix---hero-bg-image-dark-4{background-image:linear-gradient(#0009,#0009);padding-top:160px;padding-bottom:160px;position:relative;overflow:hidden}.f-image-cover{object-fit:cover;width:100%;height:100%}.f-content-image-wrapper{border-radius:12px;width:100%;max-width:450px;height:430px;overflow:hidden}.f-margin-bottom-32{margin-bottom:32px}.f-h3-heading{color:var(--color-grey);letter-spacing:-.02em;margin-top:0;margin-bottom:0;font-family:Inter,Arial,sans-serif;font-size:38px;line-height:1.2}.f-margin-bottom-16{margin-bottom:16px}.f-grid-two-column{grid-column-gap:40px;grid-row-gap:40px;grid-template-rows:auto;grid-template-columns:1fr 1fr;align-items:center}.f-container-regular{width:100%;max-width:1140px;margin-left:auto;margin-right:auto;position:relative}.f-section-regular{padding:60px 5% 40px;position:relative}.f-header-image-wrapper-wide{border-radius:12px;justify-content:center;align-items:center;height:400px;margin-top:64px;display:flex;overflow:hidden}.f-h3-heading-2{color:var(--color-grey);letter-spacing:-.02em;margin-top:0;margin-bottom:0;font-family:Inter,Arial,sans-serif;font-size:38px;line-height:1.2}.rich-text-block-6{font-family:Inter,Arial,sans-serif;font-size:18px;line-height:32px}.linkcgv{color:var(--blackf)}.text-span-15{color:var(--bleu-logo-clair)}.tabs{flex-flow:column;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.icon{flex:none;justify-content:center;align-items:center;display:flex}.pattern{z-index:0;justify-content:center;align-items:center;display:flex;position:absolute}.navigation{background-color:var(--white);padding:20px 5%}.banner{background-color:#ff5805;background-image:url('../images/Banner-Asset.svg');background-position:100%;background-repeat:no-repeat;background-size:auto;justify-content:center;align-items:center;height:36px;padding-left:5%;padding-right:5%;display:flex}@media screen and (min-width:1280px){.brix---header-wrapper{padding-top:10px;padding-bottom:10px}}@media screen and (min-width:1440px){.cf-nav-2-button.heading{background-image:linear-gradient(300deg,var(--bleu-logo-clair),var(--vert-logo-foncé));justify-content:flex-start;align-items:center;position:static}.cf-nav-2-button.heading:hover{background-color:var(--black);background-image:none}.cf-nav-2-button.heading.cta_hero{background-color:var(--vert-logo-foncé);text-align:center;width:250px;height:55px;margin-top:10px}.cf-nav-2-button.heading.cta_hero:hover{background-color:var(--vert-logo-foncé)}.cf-nav-2-button.heading.cta_uniday{background-color:var(--vert-logo-foncé);background-image:linear-gradient(300deg,var(--bleu-logo-clair),var(--vert-logo-foncé));align-self:auto;margin-bottom:39px;font-weight:600;transition:background-color .15s;display:flex}.cf-nav-2-button.heading.cta_uniday:hover{background-color:var(--vert-logo-foncé);background-image:none}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero{align-self:center;max-width:190px;height:50px;margin-top:0}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero.cta_pau{max-width:none;height:auto;margin-bottom:0}.brix---footer-link.w--current:hover,.brix---footer-link:hover{color:var(--bleu-logo-clair)}.image{border-radius:19px;margin-bottom:1px;margin-left:1px;padding-bottom:0}.image.laser-game{background-image:none;margin-bottom:-39px;margin-left:322px;position:absolute}.image.escape-game{background-image:none;margin-bottom:-33px;margin-left:373px;position:absolute}.wbs-heading-h6{font-family:Inter,Arial,sans-serif;font-weight:500}.wbs-cta-4{border-radius:20px}.cf-faq-answer-wrap-3{display:flex}}@media screen and (min-width:1920px){.cf-nav-2-button.heading.cta_uniday{padding:20px 60px;font-size:26px}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero.cta_pau{align-self:flex-start;width:auto;max-width:280px;height:auto;font-size:24px}.wbs-cta-4-image{width:100px}.wbs-heading-h6{font-size:20px}}@media screen and (max-width:991px){.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero.cta_pau{align-self:flex-start;width:200px}.brix---social-media-grid-right---t-center{grid-column-gap:10px;justify-content:center;justify-items:center}.brix---grid-footer-3-cols{grid-template-columns:1fr}.brix---footer-top-small{padding-top:58px;padding-bottom:58px}.wbs-cta-4-image{display:none}.wbs-cta-4{flex-flow:row;justify-content:center;align-items:center;max-width:100%;margin-left:10px;margin-right:10px}.cf-faq-answer-wrap-3{padding-bottom:0;padding-right:7%}.brix---hamburger-menu-bar-bottom{width:44px;height:3px;margin-top:12px;margin-bottom:12px}.brix---hamburger-menu-bar-top{width:44px;height:3px}.brix---hamburger-menu-wrapper{order:-1;transition:transform .3s}.brix---hamburger-menu-wrapper:hover{transform:scale(.96)}.brix---hamburger-menu-wrapper.w--open{background-color:#0000}.brix---header-nav-link{font-size:16px}.brix---header-nav-list-item-middle{margin-bottom:0;padding-left:0;padding-right:0}.brix---dropdown-pd{padding:20px 0 14px}.brix---dropdown-card{min-width:auto;box-shadow:none;background-color:#0000;border-width:0;border-radius:0}.brix---dropdown-card.w--open{position:static}.brix---dropdown-column-wrapper{padding-top:0;position:static}.brix---dropdown-column-wrapper.w--open{transform:none}.brix---dropdown-toggle{justify-content:flex-start;align-items:center;font-size:16px}.brix---header-nav-menu-list{grid-column-gap:0px;grid-row-gap:0px;flex-flow:row;justify-content:center;align-items:center;width:auto}.brix---header-nav-menu-list.nav_mobile{grid-column-gap:10px;grid-row-gap:10px;justify-content:center;align-items:center}.brix---header-menu-wrapper{float:none;aspect-ratio:auto;border-top:1px solid var(--elements-webflow-library--neutral--300);border-bottom:1px solid var(--elements-webflow-library--neutral--300);background-color:var(--elements-webflow-library--neutral--100);flex-flow:row;padding:10px 0;display:block}.brix---header-logo{max-width:232px}.brix---header-wrapper{padding-top:20px;padding-bottom:20px}.brix---heading-h1-size-14{font-size:48px;line-height:60px}.brix---grid-2-col---1-col-t-4{grid-template-columns:1fr}.brix---hero-bg-image-dark-4{padding-top:160px;padding-bottom:160px}.f-content-image-wrapper{max-width:100%}.f-grid-two-column{grid-template-columns:1fr}.banner{background-image:none;background-position:0 0;background-repeat:repeat;background-size:auto}}@media screen and (max-width:767px){.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero.cta_pau{text-align:center;align-self:flex-start;width:150px;padding:8px 12px;font-size:15px}.cf-nav-2-button.heading.cta_uniday.cta_nav_mobile{display:block}.brix---social-media-grid-right---t-center{justify-content:center;justify-items:center}.brix---footer-list-item-horizontal{margin-bottom:10px}.brix---footer-list-wrapper-horizontal{font-family:Arial,Helvetica Neue,Helvetica,sans-serif}.brix---footer-logo-wrapper{width:239px}.brix---footer-top-small{padding-top:72px;padding-bottom:72px}.wbs-heading-h6{font-size:12px}.wbs-cta-4{grid-template-columns:1fr}.cf-faq-answer-wrap-3{padding-right:7%}.brix---btn-primary-small{padding:20px 32px}.brix---btn-header-hidden-on-mbl{display:none}.brix---header-menu-wrapper{flex-flow:row;display:block}.brix---header-logo{max-width:90%}.brix---header-wrapper{padding-top:10px;padding-bottom:10px}.brix---heading-h1-size-14{margin-bottom:12px;font-size:38px;line-height:46px}.brix---grid-2-col---1-col-t-4{grid-template-columns:1fr}.brix---hero-bg-image-dark-4{padding-top:120px;padding-bottom:120px}.f-h3-heading{font-size:40px}.f-section-regular{padding-top:72px;padding-bottom:72px}.f-h3-heading-2{font-size:40px}}@media screen and (max-width:479px){.cf-nav-2-button{border-radius:8px;padding:14px 20px;font-size:16px;line-height:18px}.cf-nav-2-button.heading.cta_uniday{padding:5px 15px;font-size:12px}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero{font-size:14px}.cf-nav-2-button.heading.cta_uniday.cta_unidayy.cta_hero.cta_pau{align-self:flex-start;width:auto;margin-left:0;margin-right:0;padding:10px 30px;font-size:16px}.cf-nav-2-button.heading.cta_uniday.cta_nav_mobile{justify-content:center;align-items:flex-end;padding-top:7px;padding-bottom:7px;display:block}.brix---social-icon-square-30px{border-radius:6px;width:30px;min-width:30px;height:30px;min-height:30px;font-size:14px}.brix---social-media-grid-right---t-center{grid-template-columns:repeat(auto-fit,30px)}.brix---footer-link{font-size:16px;line-height:19px}.brix---footer-list-item-horizontal{margin-bottom:6px;padding-left:0;padding-right:0}.brix---footer-list-wrapper-horizontal{flex-direction:column}.brix---footer-logo{width:100%;max-width:240px}.brix---footer-top-small{padding-top:40px;padding-bottom:40px}.brix---container-default-2{padding-left:20px;padding-right:20px}.image.escape-game,.image.laser-game{background-image:none}.wbs-heading-h6{width:170px;font-size:8px;font-weight:700}.wbs-cta-4{max-width:100%;padding:20px}.cf-faq-answer-wrap-3{padding-right:7%}.brix---btn-primary-small{width:100%;padding-top:18px;padding-bottom:18px}.brix---btn-primary-small.ctafinal_pau{display:none}.brix---header-nav-list-item-middle{text-align:left;width:100%}.brix---header-nav-menu-list.nav_mobile{flex-flow:column;padding-left:10px}.brix---header-logo{max-width:84%}.brix---container-default-13{padding-left:20px;padding-right:20px}.brix---header-wrapper{padding-top:5px;padding-bottom:5px;font-family:Inter,Arial,sans-serif;position:sticky;bottom:auto}.brix---container-default-24{padding-left:20px;padding-right:20px}.brix---buttons-row-5{flex-direction:column;align-items:stretch}.brix---heading-h1-size-14{margin-bottom:10px;font-size:30px;line-height:37px}.brix---hero-bg-image-dark-4{padding-top:100px;padding-bottom:100px}.navigation{padding-top:16px;padding-bottom:16px}}#w-node-bf29a216-8df8-5535-1f6d-502f8e0318a4-8e0318a0{justify-self:start}@media screen and (max-width:991px){#w-node-bf29a216-8df8-5535-1f6d-502f8e0318a4-8e0318a0{justify-self:center}}@media screen and (max-width:767px){#w-node-bf29a216-8df8-5535-1f6d-502f8e0318a4-8e0318a0{justify-self:center}}@font-face{font-family:Inter;src:url('../fonts/Inter-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-SemiBold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-Black.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('../fonts/Inter-ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
:root {
  --ug-green: #00c920;
  --ug-blue: #30a3ff;
  --ug-ink: #17191d;
  --ug-soft: #f4f9ff;
}

.ug-video-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 220px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, #17191d, #203247);
}

.ug-video-shell iframe {
  width: 100%;
  max-width: 100%;
}

.ug-video-consent-button {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 0;
  color: #fff;
  background: radial-gradient(circle at 30% 20%, rgba(48, 163, 255, .45), transparent 45%), linear-gradient(135deg, #17191d, #203247);
  cursor: pointer;
  font: 700 18px/1.3 Inter, Arial, sans-serif;
}

.ug-video-consent-button:focus-visible {
  outline: 3px solid var(--ug-green);
  outline-offset: -5px;
}

.ug-video-consent-button small {
  max-width: 32ch;
  font-size: 13px;
  font-weight: 500;
  opacity: .85;
}

.ug-video-play {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  color: var(--ug-ink);
  background: linear-gradient(178deg, var(--ug-green), #87ff9e);
  box-shadow: 0 12px 28px rgba(0, 201, 32, .28);
}

.ug-author-card,
.ug-answer-section,
.ug-related-links,
.ug-expertise-section {
  width: min(1120px, calc(100% - 40px));
  margin: clamp(28px, 4vw, 48px) auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #dce9f4;
  border-radius: 24px;
  color: var(--ug-ink);
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 25, 29, .08);
  font-family: Inter, Arial, sans-serif;
}

.ug-author-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  width: min(1040px, calc(100% - 40px));
  margin-top: 24px;
  padding: 24px 28px;
  overflow: hidden;
  background: linear-gradient(110deg, #fff 58%, rgba(48, 163, 255, .08));
}

.ug-author-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ug-blue), var(--ug-green));
  content: "";
}

.ug-author-avatar {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(178deg, var(--ug-blue), var(--ug-green));
  box-shadow: 0 10px 24px rgba(48, 163, 255, .22);
  font-size: 15px;
  font-weight: 900;
}

.ug-author-card > div:last-child {
  min-width: 0;
}

.ug-author-card strong {
  font-weight: 850;
}

.ug-author-card p,
.ug-answer-section p,
.ug-related-links p,
.ug-expertise-section p {
  margin: 7px 0;
  line-height: 1.65;
}

.ug-author-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  width: fit-content;
  margin-top: 4px !important;
  padding: 6px 10px;
  border: 1px solid rgba(48, 163, 255, .16);
  border-radius: 999px;
  color: #4f5d68;
  background: rgba(244, 249, 255, .85);
  font-size: 13px;
  font-weight: 600;
}

.ug-answer-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(48, 163, 255, .13), transparent 34%),
    linear-gradient(180deg, #fff, var(--ug-soft));
}

.ug-answer-section::before,
.ug-expertise-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(178deg, var(--ug-blue), var(--ug-green));
  content: "";
}

.ug-answer-section h2,
.ug-related-links h2,
.ug-expertise-section h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.ug-answer-section > h2 {
  max-width: 24ch;
}

.ug-answer-section > p:first-of-type {
  max-width: 78ch;
  color: #46525c;
  font-size: clamp(15px, 1.4vw, 17px);
}

.ug-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.ug-answer-card {
  position: relative;
  min-height: 100%;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(48, 163, 255, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(23, 25, 29, .06);
}

.ug-answer-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--ug-blue), var(--ug-green));
  content: "";
}

.ug-answer-card h3 {
  margin: 0 0 10px;
  color: var(--ug-ink);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.ug-answer-card p {
  color: #4f5d68;
}

.ug-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid #dce9f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 25, 29, .05);
  scrollbar-color: var(--ug-blue) var(--ug-soft);
}

.ug-comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.ug-comparison-table caption {
  padding: 18px 20px;
  color: var(--ug-ink);
  background: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 850;
}

.ug-comparison-table th,
.ug-comparison-table td {
  padding: 15px 16px;
  border: 0;
  text-align: left;
  vertical-align: top;
}

.ug-comparison-table th {
  color: #fff;
  background: var(--ug-ink);
  font-size: 14px;
  font-weight: 800;
}

.ug-comparison-table th + th,
.ug-comparison-table td + td {
  border-left: 1px solid #dce9f4;
}

.ug-comparison-table tbody tr + tr td {
  border-top: 1px solid #dce9f4;
}

.ug-comparison-table tbody tr:nth-child(even) td {
  background: #f8fbfe;
}

.ug-answer-section > p:last-child a,
.ug-expertise-section a {
  color: #0675bd;
  font-weight: 750;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.ug-link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ug-link-list a {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-weight: 750;
  text-decoration: none;
}

.ug-link-list a::after {
  flex: 0 0 auto;
  color: #87ff9e;
  content: "→";
  font-size: 20px;
}

.ug-link-list a:hover,
.ug-link-list a:focus-visible {
  border-color: #87ff9e;
  color: var(--ug-ink);
  background: #fff;
  outline: 0;
}

.ug-link-list a:hover::after,
.ug-link-list a:focus-visible::after {
  color: var(--ug-green);
}

.ug-proof-note {
  padding: 16px 18px;
  border-left: 4px solid var(--ug-green);
  border-radius: 0 14px 14px 0;
  background: var(--ug-soft);
}

.ug-related-links {
  border-color: rgba(255, 255, 255, .08);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(48, 163, 255, .24), transparent 35%),
    linear-gradient(135deg, #17191d, #202934);
  box-shadow: 0 22px 52px rgba(23, 25, 29, .18);
}

.ug-related-links h2 {
  max-width: 22ch;
  color: #fff;
}

.ug-related-links > p:not(.ug-proof-note) {
  max-width: 70ch;
  color: rgba(255, 255, 255, .78);
}

.ug-related-links .ug-proof-note {
  margin-top: 20px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.ug-related-links .ug-proof-note a {
  color: #87ff9e;
  font-weight: 750;
  text-underline-offset: 3px;
}

.ug-expertise-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 201, 32, .1), transparent 32%),
    linear-gradient(135deg, var(--ug-soft), #fff 58%);
}

.ug-expertise-section h2,
.ug-expertise-section .ug-proof-note {
  grid-column: 1 / -1;
}

.ug-expertise-section > p:not(.ug-proof-note) {
  margin: 8px 0 4px;
  padding-top: 18px;
  border-top: 2px solid rgba(48, 163, 255, .35);
  color: #46525c;
  font-size: 16px;
}

.ug-expertise-section > p:nth-of-type(2) {
  border-top-color: rgba(0, 201, 32, .4);
}

.ug-expertise-section .ug-proof-note {
  margin-top: 14px;
  background: rgba(255, 255, 255, .72);
}

@media (prefers-reduced-motion: no-preference) {
  .ug-answer-card,
  .ug-link-list a {
    transition: transform .2s ease, border-color .2s ease, color .2s ease, background-color .2s ease;
  }

  .ug-answer-card:hover {
    transform: translateY(-2px);
  }

  .ug-link-list a:hover,
  .ug-link-list a:focus-visible {
    transform: translateY(-2px);
  }
}

.ug-faq-open .cf-faq-line-vertical-2 {
  transform: rotate(90deg);
}

/* Keep the mobile conversion bar below consent and accessibility overlays. */
.sticky-cta-bar {
  z-index: 1000 !important;
}

body:has(#axeptio_main_button[aria-label="Fermer le widget sans consentement"]) .sticky-cta-bar {
  display: none !important;
}

@media (max-width: 767px) {
  .waves---grid-image-halves-2 > * {
    width: 100%;
    min-width: 0;
  }

  .ug-author-card,
  .ug-answer-section,
  .ug-related-links,
  .ug-expertise-section {
    width: min(100% - 24px, 1120px);
    margin: 28px auto;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .ug-answer-grid,
  .ug-link-list {
    grid-template-columns: 1fr;
  }

  .ug-author-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    width: min(100% - 24px, 1040px);
    padding: 20px;
  }

  .ug-author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .ug-expertise-section {
    grid-template-columns: 1fr;
  }

  .ug-expertise-section h2,
  .ug-expertise-section .ug-proof-note {
    grid-column: auto;
  }

  .ug-table-wrap {
    margin-right: -8px;
    margin-left: -8px;
    border-radius: 15px;
  }
}

@media (max-width: 479px) {
  .home_background .header-14-title {
    min-height: 236px;
  }
}

/* Shared mobile navigation fix. */
@media screen and (max-width: 767px) {
  .navigation .nav-menu.w-nav-menu {
    z-index: 10001;
    inset: 72px 12px auto;
    width: auto;
    max-height: calc(100dvh - 84px);
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #dce9f4;
    border-radius: 16px;
    color: #17191d;
    background: #f7f7f8;
    box-shadow: 0 18px 42px rgba(23, 25, 29, .18);
  }

  .navigation .nav-menu.w-nav-menu[data-nav-menu-open] {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
  }

  .navigation .nav-menu .nav-dropdown,
  .navigation .nav-menu .nav-link {
    width: 100%;
    color: #17191d;
  }
}

@media screen and (max-width: 479px) {
  .navigation .nav-menu.w-nav-menu {
    inset: 60px 12px auto;
    max-height: calc(100dvh - 72px);
  }
}
