@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  display: inherit;
}

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! nouislider - 14.6.2 - 9/16/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  cursor: pointer;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 8px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  right: -8px;
  top: -5px;
  cursor: pointer;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
  cursor: pointer;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #e5f0f8;
  border-radius: 10px;
}

.noUi-connects {
  border-radius: 10px;
}

.noUi-connect {
  background: #a8dbff;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 100px;
  background: #a8dbff;
  cursor: pointer;
}
.noUi-handle:focus {
  outline: 0;
}
.noUi-handle:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #a8dbff;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 0;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.noUi-handle:hover:before {
  transform: scale(1);
  opacity: 0.3;
}

/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.tooltip {
  position: absolute;
  z-index: 2000;
  min-width: 50px;
  max-width: 340px;
  width: max-content;
  background-color: rgba(22, 38, 48, 0.95);
  left: calc(100% + 5px);
  bottom: 50%;
  color: #fff;
  padding: 20px;
  opacity: 0;
  transform: translate(2rem, 50%);
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
  border-radius: 5px;
  will-change: transform;
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
}
.tooltip .infos {
  border-top: 1px solid rgba(146, 178, 195, 0.24);
  padding-top: 0.6rem;
  margin-top: 0.7rem;
  font-size: 12px;
  color: #92b2c3;
  line-height: 135%;
}
.tooltip .infos > div {
  display: flex;
  align-items: center;
}
.tooltip .infos > div:before {
  content: url("../assets/icons_clock.svg");
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  align-items: center;
  margin-right: 6px;
}
.tooltip .infos:only-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.tooltip .tags {
  margin-top: 0.7rem;
}
.tooltip .tags:only-child {
  margin-top: 0;
}
.tooltip .when, .tooltip .frequency {
  display: inline-block;
  font-size: 0.8rem;
  color: #90979a;
  padding: 0.2rem 0;
}
.tooltip .when div, .tooltip .frequency div {
  display: inline-block;
  background-color: rgba(199, 236, 255, 0.15);
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  margin-right: 0.2rem;
  color: #fff;
}
.tooltip .when div {
  background-color: #455660;
}
.tooltip .when div + div {
  background-color: yellow;
}
.tooltip .frequency div {
  background-color: transparent;
  border: 1px solid #455660;
}

.repeat:before {
  content: url("../assets/repeat.svg");
  display: inline-block;
  width: 1rem;
  vertical-align: middle;
  margin-right: 0.3rem;
  opacity: 0.5;
}

.info-bubble:hover + .tooltip {
  opacity: 1;
  transform: translate3d(5px, 50%, 1px) scale(1);
}

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
  position: relative;
  z-index: 10;
  line-height: 125%;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px);
  /* 5px is the size of the arrow */
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 14px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgba(22, 38, 48, 0.9);
  background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: left;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow CSS triangle */
/*
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px; 
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  transform-origin: top;
  transform: translateX(-50%) scaleY(0);
}
*/
[data-tooltip]:after {
  content: "Récurrent";
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.05s;
  transform: translate(-50%, -5px) scale(1);
}

/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.19s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
  That's it.
*/
/*
  If you want some adjustability
  here are some orientation settings you can use:
*/
/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location=left]:before,
[data-tooltip-location=left]:after {
  left: auto;
  right: calc(100% + 5px);
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location=left]:before {
  transform: translate(-5px, 50%) scale(0.5);
}

[data-tooltip-location=left]:hover:before {
  transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location=left]:after {
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location=left]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* RIGHT */
[data-tooltip-location=right]:before,
[data-tooltip-location=right]:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location=right]:before {
  transform: translate(2rem, 50%) scale(1);
}

[data-tooltip-location=right]:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location=right]:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location=right]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location=bottom]:before,
[data-tooltip-location=bottom]:after {
  top: calc(100% + 5px);
  bottom: auto;
}

[data-tooltip-location=bottom]:before {
  transform: translate(-50%, 5px) scale(0.5);
}

[data-tooltip-location=bottom]:hover:before {
  transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location=bottom]:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}

.top-bar {
  position: fixed;
  width: 100%;
  height: 3rem;
  padding: 0.6rem;
  background-color: #282e4a;
  z-index: 1000;
  color: #fff;
  text-align: center;
}
.top-bar .icon-cantine {
  display: inline-block;
  width: 2rem;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 0.6rem;
}

.hamburger {
  display: none;
}

.top-bar + nav {
  padding-top: 3rem;
}
.top-bar + nav + .banner {
  padding-top: 11rem;
}

.scrolled nav .nav-logo {
  display: block;
}
.scrolled nav .nav-logo .logo {
  width: 170px;
  height: 40px;
}

.scrolled nav {
  background-color: #fff !important;
  color: #2c3745;
  box-shadow: -1px 6px 25px -12px rgba(0, 0, 0, 0.15);
  height: 70px;
  margin-top: 0px;
}
.hamburger {
  display: none;
}

nav {
  margin-top: 44px;
  position: fixed !important;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  color: #2c3745;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  top: 0 !important;
  z-index: 999999999 !important;
  transition: background-color 0.3s, height 0.3s !important;
}
nav + div {
  padding-top: 150px !important;
}
nav + section {
  padding-top: 190px !important;
}
nav svg path, nav svg polygon {
  fill: #fff;
  transition: fill 0.3s;
}
nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100%;
  width: 100%;
}
nav ul li {
  display: inline-block;
  position: relative;
  height: 100%;
  margin: 0 5px;
}
nav ul li a:not(.nav-logo) {
  padding: 10px 15px;
}
@media screen and (max-width: 1200px){
  nav ul li a:not(.nav-logo) {
    padding: 10px;
  }
}
nav ul li a {
  display: inline-block;
  height: 100%;
  transition: color 0.3s, border-color 0.3s;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid transparent;
}
@media screen and (max-width: 1100px){
  nav ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px){
  nav ul li a {
    font-size: 16px;
  }
}
nav ul li a:hover {
  color: #2c3745;
  border-color: #2c3745;
  text-decoration: none;
}
nav ul li:first-child {
  margin-right: auto;
}
nav .nav-logo {
  transition: width 0.3s;
}
nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 14px;
  width: 1200px;
}

.nav-cta-button {
  border: 1px solid;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.nav-cta-button:hover {
  background-color: #2c3745;
  color: #fff;
}
.nav-cta-button.plain {
  background-color: #b4d000;
  border: 1px solid #b4d000;
  color: #fff;
}
@media screen and (max-width: 980px){
  .nav-cta-button.plain {
    margin-bottom: 10px;
  }
}
.nav-cta-button.plain:hover {
  background-color: transparent;
  color: #b4d000;
}

.mobile-nav-logo {
  display: none;
}

.nav-logo {
  border: none;
}

.textwidget > p {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 980px) {
  nav ul li a:hover {
    color: inherit;
  }

  .nav-cta-button {
    margin-top: 10px;
  }

  .mobile-nav-logo {
    display: block;
  }

  .hamburger {
    display: flex !important;
  }

  .hamburger {
    display: flex;
    right: 80px;
  }

  nav .nav-content {
    justify-content: space-between;
    padding: 0 40px;
  }

  nav .nav-content ul.links {
    position: fixed;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 2rem 0;
    background-color: #2c3745;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 1.1rem;
  }
  nav .nav-content ul.links li {
    transform: translateX(-10rem);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: auto;
    text-align: center;
  }
  nav .nav-content ul.links li:after {
    content: "";
    margin: auto;
    display: block;
  }
  nav .nav-content ul.links:before, nav .nav-content ul.links:after {
    content: "";
    /* Insert pseudo-element */
    margin: auto;
    /* Make it push flex items to the center */
  }
  nav .nav-content ul.links li:nth-of-type(10n + 1) {
    transition-delay: 0.025s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 2) {
    transition-delay: 0.05s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 3) {
    transition-delay: 0.075s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 4) {
    transition-delay: 0.1s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 5) {
    transition-delay: 0.125s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 6) {
    transition-delay: 0.15s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 7) {
    transition-delay: 0.175s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 8) {
    transition-delay: 0.2s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 9) {
    transition-delay: 0.225s;
  }
  nav .nav-content ul.links li:nth-of-type(10n + 10) {
    transition-delay: 0.25s;
  }
  .fullscreen-menu--opened nav .nav-content ul.links {
    transform: translateX(0);
  }
  .fullscreen-menu--opened nav .nav-content ul.links .nav-logo {
    display: none;
  }
  .fullscreen-menu--opened nav .nav-content ul.links:before, .fullscreen-menu--opened nav .nav-content ul.links:after {
    content: "";
    /* Insert pseudo-element */
    margin: auto;
    /* Make it push flex items to the center */
  }
  .fullscreen-menu--opened nav .nav-content ul.links li {
    transform: translateX(0);
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #d5dbea;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #2c3645;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Main Dropdown */
nav ul li > div.dropdown {
  left: -9999px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  width: 320px;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  text-align: left;
}

nav ul li > div.dropdown:before {
  background-color: #fff;
  border-radius: 2px 0 0 0;
  content: "";
  height: 18px;
  left: calc(50% - 9px);
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 18px;
}

nav ul li > div.dropdown:after {
  border-radius: 9999px;
  bottom: 20px;
  content: "";
  filter: blur(5px);
  height: 40px;
  left: 5%;
  position: absolute;
  width: 90%;
  z-index: -1;
}

nav ul li:hover > div.dropdown,
nav ul li:focus-within > div.dropdown {
  left: 50%;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) perspective(0) rotateX(0) rotateY(0);
}

nav ul li > div.dropdown ul {
  display: block;
  font-weight: bold;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 0;
  text-align: left;
  box-shadow: 10px 10px 40px 10px rgba(8, 20, 52, 0.05);
}

nav ul li > div.dropdown ul li a,
nav ul li > div.dropdown ul li a:visited {
  text-align: left;
  display: flex;
  flex-direction: column;
  color: currentColor;
  padding: 20px 30px 20px 100px;
}

nav ul li > div.dropdown ul li a:hover h3,
nav ul li > div.dropdown ul li a {
  border-color: transparent;
  position: relative;
}

nav ul li > div.dropdown ul li a:before {
  content: "";
  height: 60px;
  left: 20px;
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

nav ul li > div.dropdown ul li:nth-of-type(1) a:before {
  background-image: url("../assets/rocket.svg");
  background-size: cover;
  background-position: center;
}

nav ul li > div.dropdown ul li:nth-of-type(2) a:before {
  background-image: url("../assets/team.svg");
  background-size: cover;
  background-position: center;
}

nav ul li > div.dropdown ul li:nth-of-type(3) a:before {
  background-image: url("../assets/cubes_independant.svg");
  background-size: cover;
  background-position: center;
}

nav ul li > div.dropdown ul li h3 {
  color: #2c3745;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

nav ul li > div.dropdown ul li span {
  color: #6a7285;
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
  line-height: 140%;
}

/* Mini, Bottom Dropdown Items */
nav ul li > div.dropdown ul.mini {
  background-color: #F6F9FC;
  border-radius: 0 0 10px 10px;
}

nav ul li > div.dropdown ul.mini li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 70px;
}

nav ul li > div.dropdown ul.mini li a h3 {
  margin-bottom: 0;
  margin-right: 10px;
}

nav ul li > div.dropdown ul.mini li a:before {
  left: 25px;
  height: 30px;
  top: calc(50% - 15px);
  width: 30px;
}

nav ul li > div.dropdown ul.mini li:nth-of-type(1) a:before {
  background-color: blueviolet;
}

nav ul li > div.dropdown ul.mini li:nth-of-type(2) a:before {
  background-color: gold;
}

nav ul li > div.dropdown ul.mini li:nth-of-type(3) a:before {
  background-color: hotpink;
}

nav ul li > div.dropdown ul.mini li:nth-of-type(4) a:before {
  background-color: lightblue;
}

nav ul li > div.dropdown ul.mini li:nth-of-type(5) a:before {
  background-color: slateblue;
}

.dropdown li h3 {
  transition: transform 0.4s;
}
.dropdown li span {
  transition: transform 0.5s;
}
.dropdown li:hover h3, .dropdown li:hover span {
  transform: translateX(0.5rem);
}

.dropdown a .happy {
  font-size: 14px;
  margin-bottom: 2px;
}

.fullscreen-menu--opened .dropdown {
  opacity: 1;
  left: 0;
  position: relative;
  visibility: visible;
  transform: translate(0, 0) perspective(0) rotateX(0) rotateY(0);
}
.fullscreen-menu--opened .dropdown:hover {
  transform: translate(0, 0) perspective(0) rotateX(0) rotateY(0);
}
.fullscreen-menu--opened li:hover {
  transform: translate(0, 0) perspective(0) rotateX(0) rotateY(0);
}
.fullscreen-menu--opened li:hover .dropdown {
  left: 0;
  transform: translate(0, 0) perspective(0) rotateX(0) rotateY(0);
}
.fullscreen-menu--opened nav ul li a {
  height: auto;
}

/*

html {
	font-size: 100%; // 16px
	height: 100%;
	width: 100%;
}

body {
	width: 100%; height: 100%;
	background-color: #f2f9ff;
	font-family: 'Lato', sans-serif;
	color: #2c3745;
	font-weight: 400;
	line-height: 130%;
	text-align: left;
	overflow-x: hidden;

	&.wait {cursor: wait;}
	&.fixed {overflow: hidden;}
	&.modal-open { overflow: hidden;}
}

*/
.info-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(24, 36, 42, 0.92);
  justify-content: center;
  align-items: center;
  z-index: 1000000000;
  display: none;
  color: #fff;
  overflow: scroll;
}
.info-overlay .content {
  max-height: 100%;
}
.info-overlay.displayed {
  display: flex;
}

.mt-7 {
  margin-top: 7rem;
}

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

.hidden {
  display: none !important;
}

.table-asterisk {
  font-size: 13px;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
}

.asso {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 400px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.asso > div {
  flex: 1;
}
.asso .asso-illustration {
  background-image: url("../assets/sorry.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.asso .asso-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.asso a {
  text-decoration: underline;
  color: #6cb3ef;
  font-size: 18px;
  margin-top: 20px;
}

table.independant-jobs {
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  margin-top: 10px;
  border: 30px solid #fff;
  overflow: hidden;
  border-radius: 2rem;
  background-color: #fff;
  color: #25303b;
}
table.independant-jobs thead {
  font-weight: bold;
}
table.independant-jobs thead tr td {
  padding: 10px 14px;
}
table.independant-jobs tr, table.independant-jobs td {
  line-height: 100%;
}
table.independant-jobs tbody td {
  padding: 6px 14px;
}

.seemore {
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.new-offer .pricing-wrapper.creator .illustration.illustration-independant {
  top: 100px;
}

.asterisk {
  font-size: 1.3rem;
  margin-top: 20px;
  opacity: 0.5;
}

.header-independant {
  min-height: auto;
}

.creator-radios {
  text-align: center;
  margin-top: 20px;
}
.creator-radios .radio-block:nth-child(1) {
  border-radius: 6px 6px 0 0;
}
.creator-radios .radio-block:nth-child(2) {
  border-radius: 0 0 6px 6px;
}

.option-tooltip > div {
  position: relative;
  display: inline-block;
  background-color: #f2f9fe;
  padding: 0.6rem 1rem;
  border-radius: 4px;
}
.option-tooltip .info-bubble {
  margin-left: initial;
  width: 16px !important;
  height: 20px !important;
  margin-left: 5px !important;
  margin-top: -2px !important;
  background-size: 15px !important;
}

.radio-block {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1px;
  color: #2c3745;
  font-weight: bold;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #dceefe;
  border-radius: 6px;
}
.radio-block > div {
  line-height: 100%;
}

.header-independant .radio-block {
  display: block;
  max-width: 100%;
  background-color: transparent;
}

.radio-wrap {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  padding: 20px 10px;
  min-width: 200px;
}
.radio-wrap label {
  margin-bottom: 0;
}

[type=radio] + label {
  margin-right: 10px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 100%;
  display: inline-block;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  margin-top: -1px;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #91bbe8;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -1px;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.new-offer .pricing-table .pricing-options .offer-column .offer-header.header-independant {
  min-height: auto;
}

.toggleswitch-block {
  font-size: 1.7rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.toggleswitch-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*
  label:active:after {
  	width: 130px;
  }
  */
}
.toggleswitch-container .option-text {
  max-width: 175px;
  font-size: 1.5rem;
  line-height: 130%;
  opacity: 0.4;
  transition: opacity 0.3s;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.toggleswitch-container .option-text:first-child {
  text-align: right;
}
.toggleswitch-container .option-text.selected {
  opacity: 1;
}
.toggleswitch-container input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggleswitch-container label {
  cursor: pointer;
  text-indent: -9999px;
  width: 44px;
  height: 18px;
  background: grey;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  background-color: #74b5ff;
  margin-bottom: 0;
  margin-right: 6px;
}
.toggleswitch-container label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.toggleswitch-container input:checked + label {
  background: #bada55;
}
.toggleswitch-container input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.hero-cta {
  text-decoration: none;
}
.hero-cta:hover {
  text-decoration: none;
}

.recrutement-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -100px;
  
}
@media screen and (max-width: 768px) {
  .recrutement-hero {
    margin-top: 0px;
  }
}
body.page-template-recrutement .galerie .owl-carousel {
  max-width: 1200px;
  margin: auto;
}

body.page-template-recrutement .baseline {
  font-weight: 400 !important;
  max-width: 440px;
}

h2.line-left {
  padding-left: 0 !important;
}

.hero {
  padding-top: 7rem !important;
}

.hero .content {
  position: relative;
}

.hero .background {
  right: -200px;
  top: 0;
  pointer-events: none;
}

.testimonials .illustration.testimonials {
  max-width: 180rem;
  left: 50%;
  transform: translateX(-50%);
}

.textwidget a {
  display: inline;
}

.over-the-top {
  z-index: 999999999;
}

.page-template-accueil-alt nav + section {
  padding-top: 0;
}
.banner a {
  text-decoration: none;
}

.page-template-accueil-alt nav {
  background-color: #EDF8FF;
}

.new-offer {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #2c3745;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  padding-bottom: 80px;
}
.new-offer a {
  text-decoration: none;
}
.new-offer .offer-choice .choice {
  transition: transform 0.3s;
}
.new-offer .offer-choice .choice img {
  transition: transform 0.3s;
}
.new-offer .offer-choice .choice .choice-button {
  font-weight: 500;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.new-offer .offer-choice .choice:hover {
  transform: translateY(-0.4rem);
}
.new-offer .offer-choice .choice:hover img {
  transform: translateY(-0.2rem);
}
.new-offer .offer-choice .choice:hover .choice-button {
  color: #2c3845;
  background-color: #fff;
  border-color: #fff;
}
.new-offer .offer-choice {
  display: flex;
  height: 300px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.new-offer .offer-choice .choice-createur, .new-offer .offer-choice .choice-entrepreneur, .new-offer .offer-choice .choice-independant {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e0f2ff;
  border: 2px solid #b3e1ff;
  border-radius: 1rem;
  margin: 8px;
}
.new-offer .offer-choice .choice-createur img, .new-offer .offer-choice .choice-entrepreneur img, .new-offer .offer-choice .choice-independant img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
.new-offer .offer-choice .choice-createur:before, .new-offer .offer-choice .choice-entrepreneur:before, .new-offer .offer-choice .choice-independant:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0f2ff;
  display: none;
}
.new-offer .offer-choice .choice-createur {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new-offer .offer-choice .choice-entrepreneur {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new-offer .offer-choice .choice-button {
  background-color: #2c3845;
  cursor: pointer;
  border: 2px solid #2c3845;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 10rem;
  font-size: 18px;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.new-offer .offer-page-title {
  margin-top: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 130%;
}
.new-offer .top-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
}
.new-offer .top-buttons a {
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #b4d000;
  color: #2c3845;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 30px;
  width: 180px;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.new-offer .top-buttons a.active {
  background-color: #b4d000;
  color: #fff;
}
.new-offer .top-buttons a:hover:not(.active) {
  background-color: #fff;
}
.new-offer .top-buttons a:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 1px;
}
.new-offer .top-buttons a:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: 1px;
}
.new-offer .elegibility-block {
  text-align: center;
  background-image: url("../assets/eligibility.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.new-offer .elegibility-button {
  cursor: pointer;
  background-color: #a8ddfe;
  color: #2c3845;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 10rem;
  border: 2px solid transparent;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, border-color 0.3s;
}
.new-offer .elegibility-button:hover {
  background-color: #f8fcff;
  border-color: #2c3745;
}
.new-offer .switch-container {
  text-align: right;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.new-offer .switch-container .switch {
  display: inline-flex;
  background-color: #e5f0f8;
  border-radius: 10rem;
}
.new-offer .switch-container .switch .switch-option {
  position: relative;
  cursor: pointer;
  padding: 0.6em 1.6em;
  border-radius: 10rem;
}
.new-offer .switch-container .switch .switch-option > span {
  position: relative;
  z-index: 10;
}
.new-offer .switch-container .switch .switch-option:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a8dcfe;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 10rem;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
}
.new-offer .switch-container .switch .switch-option.monthly:after {
  transform: translateX(2rem);
}
.new-offer .switch-container .switch .switch-option.yearly:after {
  transform: translateX(-2rem);
}
.new-offer .switch-container .switch .switch-option.selected:after {
  opacity: 1;
  transform: translateX(0);
}
.new-offer .centered {
  text-align: center;
  margin-top: auto;
}
.new-offer .price-button {
  cursor: pointer;
  background-color: #2c3845;
  color: #fff;
  padding: 5px 28px;
  font-size: 16px;
  border-radius: 10rem;
  border: 2px solid #2c3845;
  display: inline-block;
  margin-top: 1.6rem;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.new-offer .price-button:hover {
  background-color: transparent;
  border-color: #2c3845;
  color: #2c3845;
}
.new-offer .faded {
  color: #848199;
}
.new-offer .pricing-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.new-offer .pricing-title .name {
  font-size: 40px;
  font-weight: bold;
  line-height: 110%;
}
.new-offer .baseline {
  font-size: 17px;
  margin-top: 1.4rem;
  line-height: 150%;
}
.new-offer .onboarding-fees {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  min-height: 42px;
  line-height: 130%;
  padding: 0.4rem 0.8rem;
  border-radius: 0 0 4px 4px;
  background-color: #e9f4fb;
  border-top: 1px solid rgba(184, 197, 211, 0.28);
  color: #788898;
}
.new-offer .onboarding-fees .info-bubble {
  width: 40px;
}
.new-offer .whats-inside {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.new-offer .pricing-wrapper {
  padding-top: 30px;
  overflow: hidden;
}
.new-offer .pricing-wrapper.creator {
  margin-left: auto;
  margin-right: auto;
}
.new-offer .pricing-wrapper.creator .illustration {
  top: 20px;
  right: 20px;
}
.new-offer .pricing-table {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-bottom: 40px;
  line-height: 160%;
}
.new-offer .pricing-table .recommended-wrapper {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.new-offer .pricing-table .recommended {
  background-color: rgba(119, 193, 243, 0.22);
  color: #fff;
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 13px;
  transition: opacity 0.3s;
}
.new-offer .pricing-table .illustration {
  position: absolute;
  width: 150px;
  top: 0.5rem;
  right: 0.5rem;
  color: #7a91ab;
  border-radius: 2px;
  font-size: 0.8rem;
  transition: opacity 0.3s, filter 0.3s, transform 0.3s;
}
.new-offer .pricing-table .how-many-employees--container {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.new-offer .pricing-table .employees-number-slider {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.new-offer .pricing-table .employees-input {
  display: inline-block;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  margin-left: 5px;
  width: 50px;
  text-align: center;
  border: none;
}
.new-offer .pricing-table .pricing-options {
  border-radius: 0.6rem;
  display: flex;
  padding: 1rem;
  max-width: 1200px;
}
.new-offer .pricing-table .pricing-options .tooltip {
  max-width: 260px;
}
.new-offer .pricing-table .pricing-options .info-bubble + .tooltip {
  transform: translate3d(-20px, 0, 1px) scale(1);
}
.new-offer .pricing-table .pricing-options .info-bubble:hover + .tooltip {
  opacity: 1;
  transform: translate3d(-20px, -30px, 1px) scale(1);
}
.new-offer .pricing-table .pricing-options > div {
  flex: 1;
}
.new-offer .pricing-table .pricing-options .offer-column {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  transition: opacity 0.3s, background-color 0.3s, border 0.3s, transform 0.3s, box-shadow 0.3s;
  background-color: #fff;
  margin: 4px;
  border: 1px solid #9bd1fd;
  box-shadow: rgba(44, 56, 69, 0.07) 0px 20px 25px -5px, rgba(44, 56, 69, 0.07) 0px 10px 10px -5px;
  max-width: 600px;
}
.new-offer .pricing-table .pricing-options .offer-column.societe {
  margin-left: auto;
  margin-right: auto;
}
.new-offer .pricing-table .pricing-options .offer-column.independant {
  margin-left: auto;
  margin-right: auto;
}
.new-offer .pricing-table .pricing-options .offer-column:hover {
  z-index: 3000;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(1) .offer-header {
  background-color: #f0f9ff;
  border-top: 4px solid #a8dcfe;
  border-radius: 8px;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(1) .tiny-offer {
  color: #a8dcfe;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(1) .recommended {
  background-color: #a8dcfe;
  color: #5b7898;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(2) .offer-header {
  background-color: #f0f9ff;
  border-top: 4px solid #ffaac2;
  border-radius: 8px;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(2) .tiny-offer {
  color: #ffaac2;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(2) .recommended {
  background-color: #ffaac2;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(3) .offer-header {
  background-color: #f0f9ff;
  border-top: 4px solid #b4d000;
  border-radius: 8px;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(3) .tiny-offer {
  color: #b4d000;
}
.new-offer .pricing-table .pricing-options .offer-column:nth-child(3) .recommended {
  background-color: #b4d000;
}
.new-offer .pricing-table .pricing-options .offer-column .offer-header {
  width: 100%;
  background-color: thistle;
  min-height: 290px;
}
.new-offer .pricing-table .pricing-options .offer-column .offer-header .padding {
  padding: 50px 40px 40px;
}
.new-offer .pricing-table .pricing-options .offer-column .offer-body {
  display: flex;
  flex-direction: column;
  padding: 20px 30px 40px;
  height: 100%;
}
.new-offer .pricing-table .pricing-options .offer-column .offer-name {
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-left: -1rem;
  border-radius: 0.4rem;
  transition: background-color 0.3s;
}
.new-offer .pricing-table .pricing-options .offer-column.not-available {
  border: 1px solid #d6e8f5;
  background-color: #f8fcff;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0) 0px 20px 25px -5px, rgba(0, 0, 0, 0) 0px 10px 10px -5px;
}
.new-offer .pricing-table .pricing-options .offer-column.not-available .price-button {
  background-color: #e9f6fe;
  color: #2c3745;
  border-color: #e9f6fe;
  transition: border-color 0.3s;
}
.new-offer .pricing-table .pricing-options .offer-column.not-available .price-button:hover {
  border-color: #2c3745;
}
.new-offer .pricing-table .pricing-options .offer-column.not-available .recommended {
  opacity: 0;
}
.new-offer .pricing-table .pricing-options .offer-column.not-available .illustration {
  transform: scale(0.9);
}
.new-offer .pricing-table .pricing-options .offer-column.not-available .illustration:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: red;
}
.new-offer .pricing-table .price {
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  margin-bottom: 10px;
}
.new-offer .pricing-table .price .price-frequency {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.5em;
  opacity: 0.7;
  margin-left: 0.4rem;
  line-height: 90%;
  align-self: center;
}
.new-offer .pricing-table .price .price-frequency .ht {
  font-size: 0.7em;
}
.new-offer .pricing-table .tiny-offer {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #a8ddfe;
}
.new-offer .pricing-table .offer-name {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: bold;
  width: fit-content;
}
.new-offer .pricing-table ul {
  padding-left: 0;
}
.new-offer .pricing-table ul li {
  position: relative;
  margin-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 155%;
}
.new-offer .pricing-table ul li:before {
  content: "";
  background-image: url("../assets/check.svg");
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -28px;
  border-radius: 24px;
  margin-top: 4px;
}
.new-offer .pricing-table .total-container {
  font-size: 1.3rem;
}
.new-offer .suited-for-you .recommended {
  animation: 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 normal popUp;
}
.new-offer .info-bubble {
  display: inline-block;
  width: 60px;
  height: 40px;
  background-image: url("../assets/info.svg");
  background-size: 20px;
  vertical-align: middle;
  margin-left: 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  flex-shrink: 0;
  cursor: help;
  z-index: 2000;
}
.new-offer .options-nav {
  display: none;
  width: 90vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.new-offer .options-nav .option-nav {
  width: 60px;
  height: 60px;
  border-radius: 0.4rem;
  background-color: #e5f0f8;
  background-image: url("../assets/arrow-right.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.new-offer .options-nav .option-nav.previous {
  left: 0;
  transform: rotate(-180deg);
}
.new-offer .options-nav .option-nav.next {
  right: 0;
}
.new-offer .choice-dots {
  display: flex;
  justify-content: center;
}
.new-offer .choice-dots .choice-dot {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  background-color: #e5f0f8;
  border-radius: 2rem;
  margin: 0 0.4rem;
  transition: background-color 0.3s;
}
.new-offer .choice-dots .choice-dot.displayed {
  background-color: #a8dcfe;
}
.new-offer .features-table {
  max-width: 1120px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  line-height: 150%;
  border-radius: 12px;
}
.new-offer .features-table.creator .options-nav {
  display: none;
}
.new-offer .features-table.creator .row > div.feature {
  max-width: 400px;
}
.new-offer .features-table.creator .header > div.feature {
  max-width: 400px;
}
.new-offer .features-table .section {
  margin-bottom: 40px;
}
.new-offer .features-table .header {
  display: flex;
  position: sticky;
  align-items: center;
  top: 60px;
  background-color: #fff;
  z-index: 10;
  padding: 6px 30px;
}
.new-offer .features-table .header > div {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.new-offer .features-table .header > div.feature {
  flex-grow: 1.2;
}
.new-offer .features-table .feature {
  position: relative;
  text-align: left;
  color: #2c3845;
  display: flex;
  align-items: center;
  flex-grow: 1.2;
  z-index: 1;
}
.new-offer .features-table .feature > div:not(.tooltip) {
  max-width: calc(100% - 60px);
}
.new-offer .features-table .feature.list:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background-color: #a8ddfe;
  border-radius: 6px;
  margin-right: 1rem;
  vertical-align: middle;
}
.new-offer .features-table .feature .sub {
  border-left: 1rem solid transparent;
}
.new-offer .features-table .row {
  position: relative;
  display: flex;
  font-size: 15px;
  line-height: 140%;
  color: rgba(78, 124, 175, 0.88);
  align-items: center;
  text-align: center;
  padding: 6px 40px;
  border-bottom: 1px solid #e9f6fe;
}
.new-offer .features-table .row > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-offer .features-table .row > div.feature {
  justify-content: flex-start;
  flex-grow: 1.2;
}
.new-offer .features-table .row .block {
  background-color: #f2f9fe;
  padding: 12px 20px;
  border-radius: 4px;
}
.new-offer .features-table .row-header {
  font-size: 22px;
  font-weight: bold;
  color: #2c3845;
  padding: 0.8rem 0;
  border-radius: 0;
  margin-bottom: 0.8rem;
  margin-left: 20px;
  border-bottom: 3px solid #e9f6fe;
}
.new-offer .features-table .row-header .icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.new-offer .features-table .row-subsection {
  font-size: 15px;
  font-weight: bold;
}
.new-offer .isSticky {
  box-shadow: 0px 6px 25px -12px rgba(0, 0, 0, 0.15);
}
.new-offer [data-unchecked]:after {
  content: "";
  background-image: url("../assets/check-empty.svg");
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.new-offer [data-checked]:after {
  content: "";
  background-image: url("../assets/check-plain.svg");
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.new-offer [data-optional]:after {
  content: attr(data-optional);
  display: inline-block;
  background-color: #f2f9fe;
  padding: 0.6rem 1rem;
  border-radius: 4px;
}

@keyframes popUp {
  0% {
    transform: translateY(0.5rem);
  }
  30% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes popScale {
  0% {
    transform: scale(0.9);
  }
  30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.hero-bottom .ec-badge {
  width: 178px !important;
  height: 64px !important;
  background: url("../assets/behappy-member.svg") no-repeat center top/cover !important;
}

@media screen and (max-width: 1300px) {
  .hero .background {
    right: -80px;
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  body.page-template-recrutement .nous_rejoindre .liste .item {
    padding: 20px 0px !important;
  }
}
@media screen and (max-width: 800px) {
  .page-template-accueil-alt .hero {
    padding-top: 2rem;
  }

  .elegibility-block {
    margin-bottom: 40px;
  }

  .new-offer .pricing-table .illustration {
    top: 10px;
    right: 10px;
    width: 120px;
  }

  .info-bubble + .tooltip {
    transform: translate(0, 140%) scale(1);
  }

  .info-bubble:hover + .tooltip {
    transform: translate(0, 120%) scale(1);
  }

  .tooltip {
    left: 0px;
    width: 75vw;
    max-width: 75vw;
  }
  .option-tooltip .tooltip {
    left: -90px;
    width: 200px;
    max-width: 75vw;
  }

  .features-table .row > div {
    flex: 0.4;
  }

  .new-offer .offer-choice .choice-createur, .new-offer .offer-choice .choice-entrepreneur, .new-offer .offer-choice .choice-independant {
    width: 80%;
    padding: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .new-offer .options-nav {
    display: flex;
  }
  .new-offer .offer-choice {
    flex-direction: column;
    height: auto;
  }
  .new-offer .elegibility-block {
    background-size: cover;
  }
  .new-offer.creator.options-nav {
    display: flex;
  }
  .new-offer .features-table .only {
    display: none !important;
  }
  .new-offer .features-table .only.displayed {
    display: block !important;
    flex: 0.4;
  }
  .new-offer .features-table .many {
    display: none !important;
  }
  .new-offer .features-table .many.displayed {
    display: block !important;
    flex: 0.4;
  }
  .new-offer .features-table .company {
    display: none !important;
  }
  .new-offer .features-table .company.displayed {
    display: block !important;
    flex: 0.4;
  }
  .new-offer .pricing-table .pricing-options {
    position: relative;
    padding: 0;
    transform: translateX(calc( ((100vw - 80vw)/2) - 0.2rem));
    transition: transform 0.7s cubic-bezier(0.32, 0.31, 0, 1);
  }
  .new-offer .pricing-table .pricing-options[data-displayed="1"] {
    transform: translateX(calc( ((100vw - 80vw)/2) - 0.2rem));
  }
  .new-offer .pricing-table .pricing-options[data-displayed="2"] {
    transform: translateX(calc( ((100vw - 80vw)/2) - 80vw - 0.6rem));
  }
  .new-offer .pricing-table .pricing-options[data-displayed="3"] {
    transform: translateX(calc( ((100vw - 80vw)/2) - 160vw - 0.8rem));
  }
  .new-offer .pricing-table .pricing-options .offer-column {
    flex: 0 0 auto;
    margin: 0 0.2rem;
    width: 80vw;
    transform: translateY(0);
  }
  .new-offer .pricing-table .pricing-options .offer-column.not-available {
    background-color: #fff;
  }
}
@media screen and (max-width: 740px) {
  .hero-bottom .ec-badge {
    width: 178px !important;
    height: 64px !important;
    background: url("../assets/behappy-member.svg") no-repeat center top/cover !important;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    padding-top: 0 !important;
  }

  .hero-bottom .ec-badge {
    width: 178px !important;
    height: 64px !important;
    background: url("../assets/behappy-member.svg") no-repeat center top/cover !important;
  }

  nav .mobile-nav-logo {
    width: 155px !important;
    height: 36px !important;
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 600px) {
  nav .mobile-nav-logo {
    width: 190px !important;
    height: 45px !important;
    margin-left: -10px !important;
  }
}
