/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

.hidden-xs {
  display: none;
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1 {
  width: 4.3333333333%;
}

.col-2 {
  width: 12.6666666667%;
}

.col-3 {
  width: 21%;
}

.col-4 {
  width: 29.3333333333%;
}

.col-5 {
  width: 37.6666666667%;
}

.col-6 {
  width: 46%;
}

.col-7 {
  width: 54.3333333333%;
}

.col-8 {
  width: 62.6666666667%;
}

.col-9 {
  width: 71%;
}

.col-10 {
  width: 79.3333333333%;
}

.col-11 {
  width: 87.6666666667%;
}

.col-12 {
  width: 96%;
}

@media only screen and (max-width: 768px) {
  .col-1-sm {
    width: 4.3333333333%;
  }
  .col-2-sm {
    width: 12.6666666667%;
  }
  .col-3-sm {
    width: 21%;
  }
  .col-4-sm {
    width: 29.3333333333%;
  }
  .col-5-sm {
    width: 37.6666666667%;
  }
  .col-6-sm {
    width: 46%;
  }
  .col-7-sm {
    width: 54.3333333333%;
  }
  .col-8-sm {
    width: 62.6666666667%;
  }
  .col-9-sm {
    width: 71%;
  }
  .col-10-sm {
    width: 79.3333333333%;
  }
  .col-11-sm {
    width: 87.6666666667%;
  }
  .col-12-sm {
    width: 96%;
  }
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .col-1-md {
    width: 4.3333333333%;
  }
  .col-2-md {
    width: 12.6666666667%;
  }
  .col-3-md {
    width: 21%;
  }
  .col-4-md {
    width: 29.3333333333%;
  }
  .col-5-md {
    width: 37.6666666667%;
  }
  .col-6-md {
    width: 46%;
  }
  .col-7-md {
    width: 54.3333333333%;
  }
  .col-8-md {
    width: 62.6666666667%;
  }
  .col-9-md {
    width: 71%;
  }
  .col-10-md {
    width: 79.3333333333%;
  }
  .col-11-md {
    width: 87.6666666667%;
  }
  .col-12-md {
    width: 96%;
  }
  .hidden-sm {
    display: initial;
  }
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .hidden-md {
    display: block;
  }
  .hidden-large {
    display: none;
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #312865;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
  background: #fff;
  border: 0;
  border-radius: 0.5rem;
  max-width: 25rem;
  font-size: 0.8rem;
  box-shadow: 0 0.05rem 0.8rem 0 rgba(0, 0, 0, 0.33);
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
  color: #312865;
  padding: 1rem;
}

.button {
  border: 0;
  margin: 0;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  font-size: 1.125rem;
  color: #312865;
  box-sizing: border-box;
}
.button.bg-orange {
  background: linear-gradient(180deg, #FFC380 0%, #EE7D00 100%);
  box-shadow: 0 9px 17px 0 rgba(157, 83, 0, 0.54), inset 0 9px 8px 0 #FFAD53;
  color: #ffffff;
  text-shadow: 0 2px 1px #EE7D00;
}
.button.bg-orange:hover {
  background: linear-gradient(180deg, #EE7D00 0%, #FFC380 100%);
}
.button.bg-grey {
  background-color: #E5EDF0;
  box-shadow: 0 13px 23px 0 rgba(0, 0, 0, 0.19);
}
.button.round {
  border-radius: 100%;
}
.button.make-diagnostic {
  position: absolute;
  top: 50%;
  right: 2.75rem;
  transform: translate(50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
}
.button.make-diagnostic:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  transform: translate(-50%, -50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.primary {
  padding: 1.5rem 4rem 1.5rem 2rem;
  border-radius: 2rem;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}
.button.primary:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.next {
  width: 75%;
  border-radius: 2rem 2rem 0 0;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.button.next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.back {
  width: 25%;
  border-radius: 2rem 2rem 0 0;
  position: relative;
}
.button.back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2vw;
  width: 0.8rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background: url("/assets/icons/Arrow_back.svg") no-repeat;
  background-size: 100% auto;
}
.button.contact {
  width: calc(100% - 4rem);
  position: relative;
  max-width: 17rem;
}
.button.contact:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow_R.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.menu-button {
  width: 5rem;
  height: 7rem;
  background: url("/assets/icons/Menu_btn2.svg") no-repeat;
  background-size: 100% auto;
}
.button.menu-close {
  width: 4rem;
  height: 6.5rem;
  background: url("/assets/icons/menu-button-blanc.svg") no-repeat;
  background-size: 100% auto;
}
.button.menu-close > span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button.menu-close > span:before, .button.menu-close > span:after {
  content: "";
  background-color: #EE7D00;
  width: 2px;
  height: 1.5rem;
  display: block;
  position: absolute;
  left: 0.75rem;
}
.button.menu-close > span:before {
  transform: rotate(45deg);
}
.button.menu-close > span:after {
  transform: rotate(-45deg);
}
.button.tooltip {
  display: inline-block;
  position: relative;
  width: 1.5rem;
}
.button.tooltip > .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@font-face {
  font-family: "DessauProDrei";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DessauProDrei/DessauProDrei.ttf") format("truetype"), url("../fonts/DessauProDrei/DessauProDrei.woff") format("woff"), url("../fonts/DessauProDrei/DessauProDrei.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham/Gotham-Bold.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Gotham/Gotham-BoldItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BoldItalic.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham/Gotham-Medium.eot?") format("eot");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gotham/Gotham-MediumItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-MediumItalic.eot?") format("eot");
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-box {
  padding: 1rem 1rem 1rem 4rem;
  color: #2a2161;
  background: #fff;
  max-width: 20rem;
  border-radius: 25px;
  box-shadow: 8px 8px 22px 0 rgba(0, 0, 0, 0.5);
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-box > .tooltipster-content {
  color: #2a2161;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  transform: translatey(-50%);
  background: url("/assets/icons/infobulle.svg") no-repeat;
  background-size: 100% auto;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-arrow .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized > .tooltipster-arrow .tooltipster-arrow-background {
  border-top-color: #fff;
}

body #tarteaucitron, body #tarteaucitronBack, body #tarteaucitron #tarteaucitronClosePanel, body #tarteaucitron .tarteaucitronHidden, body #tarteaucitron .tarteaucitronName a[onclick*=tarteaucitron], body #tarteaucitron .tarteaucitronTitle a[onclick*=tarteaucitron] {
  display: none;
}
body #tarteaucitronRoot {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11000;
  overflow: auto;
  overflow-x: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s 0s ease, visibility 0s 1s;
  overflow-x: hidden;
  box-sizing: border-box;
}
body #tarteaucitronRoot.enabled {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s 0s ease, visibility 0s 0s;
}
body #tarteaucitronAlertBig, body #tarteaucitron {
  position: absolute;
  z-index: 1;
  padding: 1.5rem 1.5rem 1.5rem calc(1.5rem + 5px);
  width: 100%;
  top: 20%;
  height: 80%;
  max-height: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 1rem 2rem 3rem 4rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  text-align: center;
  left: 100%;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, body #tarteaucitron #tarteaucitronDisclaimerAlert {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert > h2, body #tarteaucitron #tarteaucitronDisclaimerAlert > h2 {
  font-family: "DessauProDrei";
  color: #00B9C8;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.7rem;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert > p, body #tarteaucitron #tarteaucitronDisclaimerAlert > p {
  margin: 1rem 0;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 300;
  color: #383838;
}
body #tarteaucitronAlertBig button, body #tarteaucitron button {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
body #tarteaucitronAlertBig button:focus, body #tarteaucitron button:focus {
  outline: 0;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, body #tarteaucitron #tarteaucitronCloseAlert {
  display: block;
  margin-top: 3rem;
  cursor: pointer;
  color: #00648f;
  font-size: 1.1rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  outline: 0;
}
body #tarteaucitronAlertBig .tarteaucitronCTAButton, body #tarteaucitronAlertBig .tarteaucitronAllow, body #tarteaucitronAlertBig .tarteaucitronDeny, body #tarteaucitron .tarteaucitronCTAButton, body #tarteaucitron .tarteaucitronAllow, body #tarteaucitron .tarteaucitronDeny {
  display: inline-block;
  border: 2px solid #00648f;
  background-color: transparent;
  transition: all 0.3s linear;
  color: #00648f;
  padding: 0.8rem 1rem;
  min-width: 150px;
  border-radius: 3px;
}
body #tarteaucitronAlertBig .tarteaucitronCTAButton:hover, body #tarteaucitronAlertBig .tarteaucitronCTAButton.tarteaucitronIsSelected, body #tarteaucitronAlertBig .tarteaucitronAllow:hover, body #tarteaucitronAlertBig .tarteaucitronAllow.tarteaucitronIsSelected, body #tarteaucitronAlertBig .tarteaucitronDeny:hover, body #tarteaucitronAlertBig .tarteaucitronDeny.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronCTAButton:hover, body #tarteaucitron .tarteaucitronCTAButton.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronAllow:hover, body #tarteaucitron .tarteaucitronAllow.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronDeny:hover, body #tarteaucitron .tarteaucitronDeny.tarteaucitronIsSelected {
  color: #ffffff;
  background-color: #00648f;
}
body #tarteaucitronAlertBig .tarteaucitronDeny, body #tarteaucitron .tarteaucitronDeny {
  border: 2px solid #F07E01;
  color: #F07E01;
}
body #tarteaucitronAlertBig .tarteaucitronDeny:hover, body #tarteaucitronAlertBig .tarteaucitronDeny.tarteaucitronIsSelected, body #tarteaucitron .tarteaucitronDeny:hover, body #tarteaucitron .tarteaucitronDeny.tarteaucitronIsSelected {
  background-color: #F07E01;
}
body #tarteaucitronAlertBig .tarteaucitronCTAButton, body #tarteaucitron .tarteaucitronCTAButton {
  margin-top: 2rem;
}
body #tarteaucitronAlertBig #tarteaucitronScrollbarAdjust, body #tarteaucitronAlertBig .tarteaucitronAsk, body #tarteaucitron #tarteaucitronScrollbarAdjust, body #tarteaucitron .tarteaucitronAsk {
  margin: 1rem 0;
  text-align: center;
}
body #tarteaucitronAlertBig #tarteaucitronMainLineOffset, body #tarteaucitron #tarteaucitronMainLineOffset {
  padding: 1rem;
  transition: border-left-width 0.2s ease;
  border-left: 5px solid #00B9C8 !important;
}
body #tarteaucitronAlertBig .tarteaucitronH2, body #tarteaucitronAlertBig #dialogTitle, body #tarteaucitron .tarteaucitronH2, body #tarteaucitron #dialogTitle {
  color: #00B9C8;
  font-weight: 500;
  padding: 1rem 0;
}
body #tarteaucitronAlertBig #tarteaucitronInfo, body #tarteaucitron #tarteaucitronInfo {
  padding: 1rem 0;
}
body #tarteaucitronAlertBig .tarteaucitronBorder > ul, body #tarteaucitron .tarteaucitronBorder > ul {
  margin: 1rem 0;
  padding: 0;
}
body #tarteaucitronAlertBig .tarteaucitronBorder > ul > li, body #tarteaucitron .tarteaucitronBorder > ul > li {
  list-style: none;
}
body #tarteaucitronAlertBig .tarteaucitronTitle > button, body #tarteaucitron .tarteaucitronTitle > button {
  font-size: 1.2rem;
  padding: 1rem 0;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory, body #tarteaucitron #tarteaucitronServices_analytic, body #tarteaucitron #tarteaucitronServices_mandatory {
  padding: 1rem 0;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic > li, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory > li, body #tarteaucitron #tarteaucitronServices_analytic > li, body #tarteaucitron #tarteaucitronServices_mandatory > li {
  list-style: none;
  background-color: #f3f3f3;
  border-left: 5px solid #00B9C8;
  padding: 1rem;
  text-align: left;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic > li.tarteaucitronIsDenied .tarteaucitronDeny, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory > li.tarteaucitronIsDenied .tarteaucitronDeny, body #tarteaucitron #tarteaucitronServices_analytic > li.tarteaucitronIsDenied .tarteaucitronDeny, body #tarteaucitron #tarteaucitronServices_mandatory > li.tarteaucitronIsDenied .tarteaucitronDeny {
  color: #ffffff;
  background-color: #F07E01;
}
body #tarteaucitronAlertBig #tarteaucitronServices_analytic > li.tarteaucitronIsAllowed .tarteaucitronAllow, body #tarteaucitronAlertBig #tarteaucitronServices_mandatory > li.tarteaucitronIsAllowed .tarteaucitronAllow, body #tarteaucitron #tarteaucitronServices_analytic > li.tarteaucitronIsAllowed .tarteaucitronAllow, body #tarteaucitron #tarteaucitronServices_mandatory > li.tarteaucitronIsAllowed .tarteaucitronAllow {
  color: #ffffff;
  background-color: #00648f;
}
body #tarteaucitronAlertBig #tarteaucitronServices_mandatory .tarteaucitronAsk, body #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none;
}
body #tarteaucitron {
  z-index: 3;
  height: 100%;
}
body #tarteaucitronBack {
  position: absolute;
  bottom: 2rem;
  right: 50%;
  z-index: 4;
  font-size: 1rem;
  font-weight: 500;
  opacity: 1 !important;
  transform: translateX(50%);
  border: 0;
  border: 2px solid #00648f;
  background-color: transparent;
  transition: all 0.3s linear;
  color: #00648f;
  padding: 0.8rem 1rem;
  min-width: 150px;
  border-radius: 3px;
  cursor: pointer;
}
body #tarteaucitronBack:hover, body #tarteaucitronBack.tarteaucitronIsSelected {
  color: #ffffff;
  background-color: #00648f;
}
body .alert #tarteaucitronAlertBig {
  left: 0;
  transition: left 0.6s cubic-bezier(0, 0.8, 0, 1), opacity 0.1s ease;
}
body .popup #tarteaucitron {
  left: 0;
  transition: left 0.6s cubic-bezier(0, 0.8, 0, 1), opacity 0.1s ease;
}

@media screen and (min-width: 768px) {
  body #tarteaucitronRoot {
    overflow: hidden;
  }
  body #tarteaucitronAlertBig, body #tarteaucitron {
    top: 0;
    width: 60%;
    height: 100%;
    text-align: left;
    padding: 2rem 2rem 2rem calc(2rem + 5px);
  }
  body .alert #tarteaucitronAlertBig {
    left: 40%;
  }
  body .popup #tarteaucitron {
    left: 40%;
  }
  body #tarteaucitronBack {
    right: 30%;
  }
}
@media screen and (min-width: 1280px) {
  body #tarteaucitronAlertBig, body #tarteaucitron {
    width: 40%;
  }
  body .alert #tarteaucitronAlertBig {
    left: 60%;
  }
  body .popup #tarteaucitron {
    left: 60%;
  }
  body #tarteaucitronBack {
    right: 20%;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header > .content {
  max-width: 80rem;
  margin: auto;
  position: relative;
}
header > .content > .logo {
  width: 5rem;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0 0 48px 0;
  display: block;
  position: relative;
  z-index: 10;
}
header > .content > .logo > img {
  width: 100%;
}
header > nav {
  position: absolute;
  top: 0;
  right: 0;
}
header > nav > .menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
header > nav > .close-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: none;
}
header > nav > ul {
  padding: 0;
  margin: 3rem 0 2rem 0;
  display: none;
}
header > nav > ul:before {
  background: #ffffff;
  opacity: 0.89;
  box-shadow: 0 2px 72px 0 rgba(0, 0, 0, 0.21);
  content: "";
  width: 50rem;
  height: 50rem;
  border-radius: 100%;
  position: absolute;
  top: 20%;
  left: 80%;
  z-index: 3;
  transform-origin: top right;
  transform: translate(-50%, -50%);
}
header > nav > ul > li {
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
  padding: 1rem 2rem;
  text-align: right;
  position: relative;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.2s linear;
}
header > nav > ul > li > a {
  color: #002F43;
  text-decoration: none;
  outline: 0;
  font-weight: 600;
}
header > nav > ul > li > a:hover {
  color: #EF7C00;
}
header > nav > ul > li.selected > a {
  color: #EF7C00;
}
header > nav.opened > .close-menu {
  display: block;
}
header > nav.opened > ul {
  display: block;
}
header > nav.opened > ul > li {
  opacity: 1;
}

#session-expired {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 600;
}
#session-expired > .session-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 610;
}
#session-expired > .session-block > .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 1rem;
  width: calc(85% - 2rem);
  max-width: 25rem;
  max-height: 75%;
  background-color: #fff;
  border-radius: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
}
#session-expired > .session-block > .content p {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.1rem;
}
#session-expired > .session-block > .content p.button-line, #session-expired > .session-block > .content p.button-line > a {
  margin-bottom: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Gotham";
  margin: 0;
  padding: 0;
}

.font1 {
  font-family: "DessauProDrei";
}

.font2 {
  font-family: "Gotham";
}

p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

h1 {
  line-height: 2.3rem;
}

.block-white {
  background-color: #ffffff;
  border-radius: 63px;
  padding: 2rem 0.5rem;
  box-shadow: 0 2px 50px 0 rgba(0, 92, 133, 0.41);
  box-sizing: border-box;
}

.fc-green {
  color: #008441;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body > header > .content > .menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
body > header > .content > .menu-navigation {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s, transform 0.5s;
  width: 100%;
  background-color: #EE7D00;
  height: 100%;
}
body > header > .content > .menu-navigation.opened {
  opacity: 1;
  transform: translateX(0%);
}
body > header > .content > .menu-navigation > .menu-close {
  position: absolute;
  top: 0;
  right: 0;
}
body > header > .content > .menu-navigation > ul {
  margin: 8rem 0 0 0;
  padding: 0;
}
body > header > .content > .menu-navigation > ul > li {
  list-style: none;
  position: relative;
}
body > header > .content > .menu-navigation > ul > li > a {
  padding: 2rem 3rem;
  text-align: center;
  background-color: #E76B00;
  color: #ffffff;
  width: calc(100% - 6rem);
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 3px solid #EE7D00;
}
body > header > .content > .menu-navigation > ul > li > a.isDisabled {
  opacity: 0.5;
  pointer-events: none;
}
body > header > .content > .menu-navigation > ul > li:hover > a, body > header > .content > .menu-navigation > ul > li.selected > a {
  background: linear-gradient(180deg, #FFC380 0%, #EE7D00 100%);
  box-shadow: 0 9px 17px 0 rgba(157, 83, 0, 0.54), inset 0 9px 8px 0 #FFAD53;
}
body > header > .content > .menu-navigation > ul > li.selected:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1.5rem;
  transform: translateY(-50%);
  height: 1.9rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body > div.wrapper {
  flex-grow: 1;
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.5rem 3rem 0.5rem;
  position: relative;
  box-sizing: border-box;
}
body > div.wrapper:before {
  width: calc(100% - 1rem);
  position: absolute;
  top: 0.5rem;
  content: "";
  display: block;
  height: 100vh;
  background-color: #00B3CC;
  border-radius: 0 0 100px 0;
}
body > div.wrapper > .right-rect, body > div.wrapper > img:not(.illustration_1), body > div.wrapper > .round-shadow {
  display: none;
}
body > div.wrapper > .content {
  position: relative;
  z-index: 5;
  padding: 8rem 0 0 0;
}
body footer {
  flex-shrink: 0;
  width: 100%;
  background-color: #28b3ca;
  padding: 0.5rem 0;
  text-align: center;
  margin-top: 7rem;
}
body footer > p {
  color: #ffffff;
  font-size: 0.9rem;
  width: 80%;
  margin: auto;
  padding: 0.5rem 0;
}
body footer > p:first-child {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
body footer > p > a {
  text-align: center;
  color: #ffffff;
  outline: 0;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .button.back {
    padding: 1.5rem 10%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .button.back:before {
    left: 1vw;
  }
  .button.next {
    padding: 1.5rem 15%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .button.next:before {
    right: 1vw;
  }
  .button.contact:before {
    right: 1vw;
  }
  .button.primary:before {
    right: 1vw;
  }
  .button.make-diagnostic {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 5.8rem;
    height: 5.8rem;
  }
  .button.make-diagnostic:before {
    width: 1.5rem;
    height: 1.9rem;
  }
  #session-expired > .session-block > .content {
    padding: 2rem;
    width: calc(85% - 4rem);
  }
  #session-expired > .session-block > .content p {
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  #session-expired > .session-block > .content p.button-line, #session-expired > .session-block > .content p.button-line > a {
    margin-bottom: 0;
  }
  html, body {
    width: 100%;
    min-height: 100%;
    font-family: "Gotham";
  }
  .font1 {
    font-family: "DessauProDrei";
  }
  .font2 {
    font-family: "Gotham";
  }
  p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.3rem;
  }
  h1 {
    line-height: 2.3rem;
  }
  .block-white {
    background-color: #ffffff;
    border-radius: 63px;
    padding: 2rem 3rem;
    box-shadow: 0 2px 50px 0 rgba(0, 92, 133, 0.41);
    box-sizing: border-box;
  }
  .fc-green {
    color: #008441;
  }
  body > header > .content > .menu-navigation {
    width: 25rem;
    border-radius: 40px 0 0 40px;
  }
  body > header > .content > .menu-navigation.opened {
    opacity: 1;
    transform: translateX(0%);
  }
  body > header > .content > .menu-navigation > ul {
    margin: 10rem 0 0 0;
  }
  body > header > .content > .menu-navigation > ul > li > a {
    padding: 3rem;
  }
  body > div.wrapper {
    padding: 0 2rem 3rem 2rem;
    margin: auto;
  }
  body > div.wrapper > .content {
    position: relative;
    z-index: 5;
    padding: 8rem 0 1rem 0;
    margin-bottom: unset;
  }
  body > div.wrapper:before {
    width: 80%;
    height: 40rem;
    position: absolute;
    top: 0;
    left: 2rem;
    content: "";
    display: block;
    background-color: #00B3CC;
    border-radius: 0 0 100px 0;
  }
  body > div.wrapper > .right-rect, body > div.wrapper > img:not(.illustration_1), body > div.wrapper > .round-shadow {
    display: unset;
  }
  body > div.wrapper > .right-rect {
    display: block;
    position: absolute;
    width: 40%;
    height: 40vh;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    right: 8rem;
    border-radius: 0 0 100px 100px;
    z-index: 1;
  }
  body > div.wrapper > .right-rect:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 0 100px 100px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    top: 0;
    left: 4rem;
  }
  body > div.wrapper > .right-rect:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 0 100px 100px;
    background-color: #155c83;
    top: 0;
    left: 6rem;
  }
  body footer {
    margin-top: unset;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  header > .content > .logo {
    width: 11rem;
  }
}
.fci-button, .fci-button-check, .fci-button-radio {
  font-size: 0;
}
.fci-button > .body, .fci-button-check > .body, .fci-button-radio > .body {
  margin: 0;
  padding: 0;
  color: #767676;
  border: 1px solid #767676;
}
.fci-button > .body > button, .fci-button-check > .body > button, .fci-button-radio > .body > button {
  display: inline-block;
  border: 0;
  width: 100%;
  padding: 0.3rem 1.5rem;
  background-color: transparent;
  font-size: 1rem;
}
.fci-button > .body > button:active, .fci-button-check > .body > button:active, .fci-button-radio > .body > button:active {
  color: #767676;
}
.fci-button > .body > button:hover, .fci-button-check > .body > button:hover, .fci-button-radio > .body > button:hover {
  cursor: pointer;
}
.fci-button > .body > input[type=radio], .fci-button-check > .body > input[type=radio], .fci-button-radio > .body > input[type=radio] {
  display: none;
}
.fci-button > .body.checked, .fci-button-check > .body.checked, .fci-button-radio > .body.checked {
  color: #333;
  border: 1px solid #333;
}
.fci-button > label, .fci-button-check > label, .fci-button-radio > label {
  font-size: 1rem;
}
.fci-button > label.body, .fci-button-check > label.body, .fci-button-radio > label.body {
  display: block;
  margin: 0;
  padding: 0.3rem 1.5rem;
  width: calc(100% - 3rem);
  border: 1px solid #767676;
  cursor: pointer;
}

.fci-button-check > .body.checked > button {
  color: #fff;
  background-color: #767676;
}

.fci-button-radio > .body.inline {
  display: inline-block;
  width: auto;
}
.fci-button-radio > .body.inline:nth-child(n+2) {
  margin-left: 1rem;
}
.fci-button-radio > .body.checked {
  color: #fff;
  background-color: #767676;
}

body .fci-radio > .body > label {
  cursor: pointer;
}
body .fci-radio > .body > label > input {
  display: none;
}
body .fci-radio > .body > label > .check {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #e6e6e6;
}
body .fci-radio > .body > label input:checked ~ .check {
  position: relative;
  background-color: #2196F3;
}
body .fci-radio > .body > label input:checked ~ .check::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  background: #fff;
  border-radius: 100%;
}
body .fci-radio.error > .body > label {
  color: #FF4300;
}

body .fci-radio-card {
  cursor: pointer;
  font-size: 0;
}
body .fci-radio-card > .fci-radio-card-item {
  display: inline-block;
  border-radius: 1rem;
  margin-right: 3%;
  margin-bottom: 0.5rem;
  border: 0.1rem solid #E8E8F0;
  width: 7rem;
  height: 7rem;
  vertical-align: top;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
body .fci-radio-card > .fci-radio-card-item.selected, body .fci-radio-card > .fci-radio-card-item:hover {
  box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border: 0.1rem solid #2196F3;
}
body .fci-radio-card > .fci-radio-card-item > .body {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body .fci-radio-card > .fci-radio-card-item > .body > label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: left;
}
body .fci-radio-card > .fci-radio-card-item > .body > label > input {
  display: none;
}
body .fci-radio-card > .fci-radio-card-item > .body > label > .check {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #e6e6e6;
  position: absolute;
  top: calc(50% + 1rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
body .fci-radio-card > .fci-radio-card-item > .body > label > .text {
  font-size: 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
  text-align: center;
}
body .fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check {
  position: relative;
  background-color: #2196F3;
}
body .fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  background: #fff;
  border-radius: 100%;
}
body .fci-radio-card > .fci-radio-card-item.error > .body > label {
  color: #FF4300;
}
body .fci-radio-card > .fci-radio-card-item {
  /*
  //A UTILISER POUR METTRE UNE ICONE
  &.card1
  {
  	&>.body
  	{
  		&>label
  		{
  			&:before
  			{
  				content:'';
  				width: 1.5rem;
  				height: 1.5rem;
  				position: absolute;
  				top: calc(50% - 1rem);
  				left: 50%;
  				transform: translate(-50%, -50%);
  				background: url('/assets/icon-example.svg') no-repeat;
  				background-size: 100% auto;
  			}
  			&>.text
  			{
  				display: none;
  			}
  		}
  	}
  }
  */
}

body .fci-range > .body {
  position: relative;
  padding: 1rem 0 0 0;
}
body .fci-range > .body > .label-min {
  position: absolute;
  top: -0.35rem;
  left: 0;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .fci-range > .body > .label-max {
  position: absolute;
  top: -0.35rem;
  right: 0;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .fci-range > .body > .line-value {
  position: relative;
  width: calc(100% - 1rem);
  margin: auto;
}
body .fci-range > .body > .line-value > .label-value {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 10;
  width: 48px;
  margin-left: -24px;
  font-weight: 300;
  color: #2196F3;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0.25rem 0;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  -o-box-shadow: 0 4px 5px 0 #BDBDBD;
  box-shadow: 0 4px 5px 0 #BDBDBD;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$color, Direction=134, Strength=5);
}
body .fci-range > .body > .line-value > .label-value:after {
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  content: "";
}
body .fci-range > .body > input {
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  padding: 0;
  margin: 0;
}
body .fci-range > .body > input:focus {
  outline: none;
}
body .fci-range > .body > input::-webkit-slider-runnable-track {
  width: 100%;
  height: 1vw;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 0px solid #000101;
}
body .fci-range > .body > input::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 2vw;
  width: 2vw;
  border-radius: 100%;
  background: #2196F3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -1vw;
}
body .fci-range > .body > input::-webkit-slider-thumb:hover {
  background: #E8E8F0;
}
body .fci-range > .body > input:focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}
body .fci-range > .body > input:active::-webkit-slider-thumb {
  background: #E8E8F0;
}
body .fci-range > .body > input::-moz-range-track {
  width: 100%;
  height: 1vw;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 0px solid #000101;
}
body .fci-range > .body > input::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 2vw;
  width: 2vw;
  border-radius: 100%;
  background: #2196F3;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
body .fci-range > .body > input::-moz-range-thumb:hover {
  background: #E8E8F0;
}
body .fci-range > .body > input:active::-moz-range-thumb {
  background: #E8E8F0;
}
body .fci-range > .body > input::-moz-focus-inner, body .fci-range > .body > input::-moz-focus-outer {
  border: 0;
}
body .fci-range > .body > input::-ms-track {
  width: 100%;
  height: 2vw;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 4vw 0 2vw 0;
  color: transparent;
  padding: 0;
}
body .fci-range > .body > input::-ms-fill-lower {
  background: #CDCDCD;
  border: 0px solid #000101;
  border-radius: 5px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
body .fci-range > .body > input::-ms-fill-upper {
  background: #CDCDCD;
  border: 0px solid #000101;
  border-radius: 5px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
body .fci-range > .body > input::-ms-thumb {
  border: 0;
  height: 4vw;
  width: 4vw;
  border-radius: 100%;
  background: #2196F3;
  cursor: pointer;
  -ms-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  margin: 0;
  padding: 0;
}
body .fci-range > .body > input:focus::-ms-fill-lower {
  background: #CDCDCD;
}
body .fci-range > .body > input:focus::-ms-fill-upper {
  background: #CDCDCD;
}

body .fci-select > .body {
  position: relative;
  width: 100%;
  border: 1px solid #DDDDDD;
}
body .fci-select > .body > button {
  position: relative;
  vertical-align: middle;
  border: 0 none;
  padding: 0.4rem;
  width: 100%;
  min-height: 2.4rem;
  background-image: url("/assets/form/select-arrow.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem;
  color: #1d223d;
  cursor: pointer;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
body .fci-select > .body > button:active, body .fci-select > .body > button:hover {
  outline: none;
}
body .fci-select.disabled > .body > button, body .fci-select.readonly > .body > button {
  background-image: url("/assets/form/select-arrow-disabled.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 2rem;
  background-color: #e5e8ea;
  cursor: default;
}
body .fci-select.error > .body {
  border-color: #FF4300;
}
body .fci-select.error > .libelle {
  color: #FF4300;
}
body .fci-select-list {
  display: none;
  margin: 0;
  padding: 0;
  max-height: 12rem;
  padding: 0;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
  width: 100%;
}
body .fci-select-list > .search {
  min-height: 1.6rem;
  cursor: pointer;
  padding: 0.4rem;
  color: #1d223d;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.6rem;
  white-space: nowrap;
  width: calc(100% - 0.8rem);
}
body .fci-select-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10rem;
}
body .fci-select-list > ul > li {
  min-height: 1.6rem;
  cursor: pointer;
  padding: 0.4rem;
  color: #1d223d;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.6rem;
  white-space: nowrap;
}
body .fci-select-list > ul > li:hover, body .fci-select-list > ul > li.search-highlight, body .fci-select-list > ul > li.selected {
  background-color: #E6E6E6;
}

body .fci-switch {
  font-size: 0;
}
body .fci-switch > .body > label {
  position: relative;
  display: inline-block;
  width: 4rem;
  min-height: 2rem;
  background: #333;
  border-radius: 2rem;
}
body .fci-switch > .body > label > input {
  display: none;
}
body .fci-switch > .body > label > input:checked + .slider {
  background-color: rgba(255, 255, 255, 0.2);
}
body .fci-switch > .body > label > input:focus + .slider {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}
body .fci-switch > .body > label > input:checked + .slider:before {
  transform: translateX(2rem);
}
body .fci-switch > .body > label > input:checked ~ .text:after {
  opacity: 1;
}
body .fci-switch > .body > label > input:not(:checked) ~ .text:before {
  opacity: 1;
}
body .fci-switch > .body > label > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: 0.4s;
}
body .fci-switch > .body > label > .slider:before {
  position: absolute;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 0.1rem 0.2rem #DDDDDD;
}
body .fci-switch > .body > label > .slider.round {
  border-radius: 5rem;
}
body .fci-switch > .body > label > .slider.round:before {
  border-radius: 50%;
}
body .fci-switch > .body > label > .text:after {
  content: "oui";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  z-index: 1;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.7s;
  transform: translateY(-50%);
  cursor: pointer;
}
body .fci-switch > .body > label > .text:before {
  content: "non";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  z-index: 1;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.7s;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}
body .fci-switch.disabled > .body > label > .slider {
  background-color: #e5e8ea;
}

body .fci-switch-multistate {
  font-size: 0;
}
body .fci-switch-multistate > .body > label {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
}
body .fci-switch-multistate > .body > label > input {
  display: none;
}
body .fci-switch-multistate > .body > label > .slider {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #333;
  z-index: 10;
}
body .fci-switch-multistate > .body > label > .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.75);
  z-index: 20;
  transition: transform 0.15s ease-in-out;
}
body .fci-switch-multistate > .body > label > .text {
  position: absolute;
  display: inline-block;
  z-index: 10;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.7s;
  cursor: pointer;
  color: #fff;
}
body .fci-switch-multistate > .body > label > input[value="-1"] + .label {
  transform: translate(-125%, -50%);
}
body .fci-switch-multistate > .body > label > input[value="-1"] + .label ~ .text {
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
body .fci-switch-multistate > .body > label > input[value="1"] + .label {
  transform: translate(25%, -50%);
}
body .fci-switch-multistate > .body > label > input[value="1"] + .label ~ .text {
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

body .fci-text {
  position: relative;
}
body .fci-text > .body {
  display: table;
  width: 100%;
  border: 1px solid #DDDDDD;
}
body .fci-text > .body > input {
  display: table-cell;
  vertical-align: middle;
  border: 0 none;
  padding: 0.4rem;
  width: calc(100% - 0.8rem);
  min-height: 1.4rem;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
  background: #fff;
}
body .fci-text > .body > input:required, body .fci-text > .body > input:focus {
  outline-color: transparent;
  outline-style: none;
  box-shadow: none;
  border-color: transparent !important;
}
body .fci-text > .body > input:disabled {
  background-color: #e5e8ea;
}
body .fci-text > .body > input.text-right {
  text-align: right;
}
body .fci-text > .body > input[type=number] {
  -moz-appearance: textfield;
}
body .fci-text > .body > input::-webkit-outer-spin-button, body .fci-text > .body > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body .fci-text > .body > .unit {
  display: table-cell;
  vertical-align: middle;
  color: #767676;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
  padding: 0.4rem;
}
body .fci-text.error > .body {
  border-color: #FF4300;
}
body .fci-text.error > .libelle {
  color: #FF4300;
}
body .fci-text.disabled > .body {
  background-color: #F1F6Fb;
}
body .fci-text.disabled > .body > .unit {
  background-color: #e5e8ea;
  color: #fff;
}

body .fci-textarea > .body {
  margin: 0;
  padding: 0;
  color: #767676;
  border: 1px solid #DDDDDD;
}
body .fci-textarea > .body > textarea {
  margin: 0;
  padding: 1rem;
  width: calc(100% - 2rem);
  min-height: 2rem;
  border: 0;
  resize: none;
}
body .fci-textarea.error > .body {
  border-color: #FF4300;
}

body .fci-hidden {
  display: none;
  font-size: 0;
}

.fci-checkbox-card {
  display: inline-block;
  border-radius: 1rem;
  margin-right: 3%;
  margin-bottom: 0.5rem;
  border: 0.1rem solid #E8E8F0;
  width: 7rem;
  height: 7rem;
  vertical-align: top;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.fci-checkbox-card.selected, .fci-checkbox-card:hover {
  box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border: 0.1rem solid #2196F3;
}
.fci-checkbox-card > .body {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.fci-checkbox-card > .body > label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: left;
}
.fci-checkbox-card > .body > label > .text {
  font-size: 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
  text-align: center;
}
.fci-checkbox-card > .body > label > .check {
  position: absolute;
  top: calc(50% + 1rem);
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
  background: #f2f5f7;
  border: 1px solid #DADADA;
  margin: auto;
  cursor: pointer;
}
.fci-checkbox-card > .body > label > .check:after {
  content: "";
  position: absolute;
  display: none;
  left: 29%;
  top: 50%;
  width: 0.4rem;
  height: 0.7rem;
  border: solid #2196F3;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.fci-checkbox-card > .body > label > input {
  display: none;
}
.fci-checkbox-card > .body > label > input:checked ~ .check:after {
  display: block;
}
.fci-checkbox-card.selected {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  body .fci-button-radio label {
    width: auto;
  }
  body .fci-button-radio label {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  body .fci-select button {
    background-size: 2rem 1.5rem;
    background-image: url("/assets/form/select-arrow.png");
  }
}
body .fci.fci-select > .body {
  background-color: #FBFCFF;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 7px 0 #95C8CD;
  border: 0;
}
body .fci.fci-select > .body > button {
  text-align: center;
  font-weight: 500;
  color: #171B52;
  padding: 1rem 2rem 1rem 0.5rem;
  font-size: 1rem;
  min-height: 3rem;
  background: #FBFCFF;
}
body .fci.fci-select > .body > button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background-color: #EF7C00;
}
body .fci.fci-select > .body > button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1rem;
  height: 0.7rem;
  background: url("/assets/icons/Arrow_bot.svg") no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
body .fci.fci-text > .body {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 7px 0 #95C8CD;
  border: 0;
}
body .fci.fci-text > .body > input {
  text-align: center;
  font-weight: 500;
  color: #171B52;
  padding: 0.25rem 4rem 0.25rem 0.5rem;
  font-size: 1rem;
  min-height: 3rem;
}
body .fci.fci-text > .body > .unit {
  font-size: 0.9rem;
  color: #171B52;
}
body .fci.error > .body {
  box-shadow: 0 3px 7px 0 #ff4300;
}
body .fci-select-list {
  border-radius: 7px;
}
body .fci-select-list > ul > li {
  font-weight: 500;
  color: #171B52;
  text-align: center;
}
body .fake-input {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 7px 0 #95C8CD;
  text-align: center;
  font-weight: 500;
  color: #171B52;
  padding: 1.2rem 0.5rem;
  font-size: 1rem;
  min-height: 1rem;
}
body .fake-input.red {
  color: #FF624A;
}
body .fake-input.green {
  color: #008441;
}
body .fci-select-list {
  border-radius: 7px;
}
body .fci-select-list > ul > li {
  font-weight: 500;
  text-align: center;
  white-space: pre-wrap;
}

body .icon {
  display: inline-block;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
body .icon.icon-person {
  background-image: url("/assets/icons/icn_personnes.svg");
}
body .icon.icon-flag {
  background-image: url("/assets/icons/icn_depart.svg");
}
body .icon.icon-scale {
  background-image: url("/assets/icons/icn_balance.svg");
}
body .icon.icon-bag {
  background-image: url("/assets/icons/icn_metier.svg");
}
body .icon.icon-calendar {
  background-image: url("/assets/icons/icn_calendrier.svg");
}
body .icon.icon-pig {
  background-image: url("/assets/icons/piggy.svg");
}
body .icon.icon-hand {
  background-image: url("/assets/icons/hand.svg");
}
body .icon.icon-gain {
  position: relative;
}
body .icon.icon-gain:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #c8c8c8;
  transform: translateY(-50%);
}
body .icon.icon-gain.col1:before {
  border-bottom: 0.5rem solid #46BDBF;
}
body .icon.icon-gain.col2:before {
  border-bottom: 0.5rem solid #C8E7FF;
}
body .icon.icon-perte {
  position: relative;
}
body .icon.icon-perte:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #FF624A;
  transform: translateY(-50%);
}
body .icon.icon-triangle-right {
  position: relative;
}
body .icon.icon-triangle-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 0.7rem solid #9CDFD5;
  transform: translateY(-50%);
}
body .icon.icon-tooltip {
  background-image: url("/assets/icons/info_btn.svg");
  background-size: 100% auto;
  background-position: center;
  margin: 0;
}

body h1 {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 400;
  margin: 2rem 0 0 0;
  position: relative;
  padding: 0 1.5rem;
  line-height: 2.3rem;
}
body h1 > span {
  font-size: 2.1rem;
  color: #002F43;
  font-weight: 400;
  margin: 0;
  line-height: 2rem;
}
body h1:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2rem;
  background: url("/assets/pattern.svg");
  background-size: 1.5rem;
  opacity: 0.2;
}
body > .wrapper > .content {
  position: relative;
}
body > .wrapper > .content > .diag-nav {
  width: 100%;
  border-radius: 16.5px;
  overflow: hidden;
  position: unset;
  top: 2rem;
  left: 13rem;
  z-index: 99;
}
body > .wrapper > .content > .diag-nav > ul {
  margin: 0;
  padding: 0;
}
body > .wrapper > .content > .diag-nav > ul > li {
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  font-family: "DessauProDrei";
}
body > .wrapper > .content > .diag-nav > ul > li > a {
  pointer-events: none;
  display: block;
  width: calc(100% - 2rem);
  height: 100%;
  color: #002F43;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 16.5px;
  font-size: 2rem;
}
body > .wrapper > .content > .diag-nav > ul > li.selected {
  margin: 1rem 2rem 2rem 2rem;
  position: relative;
  padding: 0 1.5rem;
}
body > .wrapper > .content > .diag-nav > ul > li.selected > a {
  line-height: 2.3rem;
  font-weight: 400;
  font-size: 3rem;
}
body > .wrapper > .content > .diag-nav > ul > li:not(.selected) {
  display: none;
}
body > .wrapper > .content > .diag-nav > ul > li:hover > a, body > .wrapper > .content > .diag-nav > ul > li.selected > a {
  color: #ffffff;
}
body > .wrapper > .content .block-white {
  min-height: 43rem;
  position: relative;
  padding-bottom: 5rem;
}
body > .wrapper > .content .block-white > .tab-navigation {
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 15% 0 15%;
  width: 70%;
}
body > .wrapper > .content .block-white > .tab-navigation > .content {
  height: 100%;
  background-color: #E5EDF0;
  font-size: 0;
  border-radius: 2rem 2rem 0 0;
  margin: auto;
}
body > .wrapper > .content .block-white > .tab-navigation > .content > .button {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
body > .wrapper > .content .block-white > .tab-navigation > .content > .button.next {
  float: right;
}
body > .wrapper > .content .block-white > .tab-navigation > .content > .button.back {
  font-size: 0;
}

.displayNone {
  display: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader > div:first-child {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}
.loader .loader-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.15);
  border-top: 5px solid #EF7C00;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body > div.wrapper:before {
  height: 47rem;
}
body > div.wrapper > .content > .left-content {
  padding: 1rem;
}
body > div.wrapper > .content > .left-content:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 4rem;
  left: -16rem;
  width: 23rem;
  height: 23rem;
  border-radius: 0 50px 0 0;
  background: linear-gradient(223deg, #78CF00 0%, #DFE900 100%);
  transform: rotate(30deg);
}
body > div.wrapper > .content > .left-content > .illustration {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body > div.wrapper > .content > .left-content > h1 {
  margin: 1rem 2rem 2rem 2rem;
  padding: 0 1.5rem;
}
body > div.wrapper > .content > .right-content {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body > div.wrapper > .content > .right-content > .product {
  background: linear-gradient(90deg, #F2FAF9 0%, #A1E1D7 100%);
  border-radius: 50px;
  position: relative;
  padding: 1rem;
}
body > div.wrapper > .content > .right-content > .product > .illustration {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35%;
  transform: translateY(-50%);
}
body > div.wrapper > .content > .right-content > .product > .content {
  margin: 0;
  padding-right: 0;
  padding-bottom: 7rem;
  position: relative;
}
body > div.wrapper > .content > .right-content > .product > .content > h2 {
  line-height: 2.5rem;
  color: #002F43;
  font-weight: 700;
}
body > div.wrapper > .content > .right-content > .product > .content > .item {
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 23px;
  background: #ffffff;
  margin: 0.5rem 0;
  position: relative;
  font-size: 0.9rem;
}
body > div.wrapper > .content > .right-content > .product > .content > .item:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background: url("/assets/icons/icon-synthese-ok.svg") no-repeat;
  background-size: 100% auto;
}
body > div.wrapper > .content > .right-content > .product > .content > .button {
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -2rem;
  text-align: center;
  transform: translateY(-50%);
  border-radius: 10rem;
  padding: 1.875rem 0;
  margin-top: 1rem;
}
body > div.wrapper > .content > .right-content > .product > .content > .button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translate(-50%, -50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body > div.wrapper > .content > .right-content > .tab-navigation > .content > .back {
  padding-right: 5%;
}
body > div.wrapper > .content > .right-content > .tab-navigation > .content > .more-informations, body > div.wrapper > .content > .right-content > .tab-navigation > .content > .new-diagnostic {
  padding: 1rem 3vw 1rem 2.5rem;
  float: right;
  font-size: 1rem;
}
body > div.wrapper > .content > .right-content > .tab-navigation > .content > .more-informations:before, body > div.wrapper > .content > .right-content > .tab-navigation > .content > .new-diagnostic:before {
  right: 1.5vw;
}
body > div.wrapper > .content > .right-content > .tab-navigation > .content > .new-diagnostic {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  body h1:before {
    display: unset;
  }
  body > .wrapper > .content > .diag-nav {
    border-radius: 16.5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 50px 0 rgba(0, 92, 133, 0.41);
    position: absolute;
    top: 2rem;
    left: 13rem;
    width: calc(100% - 15rem);
    z-index: 99;
  }
  body > .wrapper > .content > .diag-nav > ul {
    display: unset;
  }
  body > .wrapper > .content > .diag-nav > ul > li {
    font-family: "Gotham";
    width: 25%;
    text-align: center;
  }
  body > .wrapper > .content > .diag-nav > ul > li.selected {
    font-size: unset;
    color: unset;
  }
  body > .wrapper > .content > .diag-nav > ul > li.selected {
    margin: 0;
    position: unset;
    padding: 0;
  }
  body > .wrapper > .content > .diag-nav > ul > li.selected > a {
    line-height: 1.15;
    font-weight: unset;
    font-size: unset;
  }
  body > .wrapper > .content > .diag-nav > ul > li > a {
    pointer-events: unset;
    font-size: unset;
  }
  body > .wrapper > .content > .diag-nav > ul > li:not(.selected) {
    display: unset;
  }
  body > .wrapper > .content > .diag-nav > ul > li:hover > a, body > .wrapper > .content > .diag-nav > ul > li.selected > a {
    background-color: #EF7C00;
    color: #ffffff;
  }
  body > .wrapper > .content .block-white > .tab-navigation > .content > .button.back {
    font-size: 1.125rem;
  }
  .displayNone {
    display: unset;
  }
  body > div.wrapper:before {
    height: 47rem;
  }
  body > div.wrapper > .content > .left-content {
    overflow: hidden;
    position: absolute;
    width: calc(25% - 2rem);
    padding: 1rem;
    min-height: 37rem;
  }
  body > div.wrapper > .content > .left-content:before {
    display: unset;
    content: "";
    position: absolute;
    bottom: 4rem;
    left: -16rem;
    width: 23rem;
    height: 23rem;
    border-radius: 0 50px 0 0;
    background: linear-gradient(223deg, #78CF00 0%, #DFE900 100%);
    transform: rotate(30deg);
  }
  body > div.wrapper > .content > .left-content > .illustration {
    display: unset;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body > div.wrapper > .content > .left-content > h1 {
    padding: 3rem 1.5rem;
    margin: 0;
  }
  body > div.wrapper > .content > .right-content {
    margin: 0 0 0 30%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body > div.wrapper > .content > .right-content > .product {
    background: linear-gradient(90deg, #F2FAF9 0%, #A1E1D7 100%);
    border-radius: 50px;
    position: relative;
    padding: 1rem;
  }
  body > div.wrapper > .content > .right-content > .product > .illustration {
    display: unset;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;
    transform: translateY(-50%);
  }
  body > div.wrapper > .content > .right-content > .product > .content {
    margin: 0 0 0 37%;
    padding-right: 6rem;
    padding-bottom: 0;
    position: relative;
  }
  body > div.wrapper > .content > .right-content > .product > .content > h2 {
    line-height: 2.5rem;
    color: #002F43;
    font-weight: 700;
  }
  body > div.wrapper > .content > .right-content > .product > .content > .button {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: unset;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
  }
  body > div.wrapper > .content > .right-content > .product > .content > .button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    width: 1rem;
    transform: translate(-50%, -50%);
    height: 1.4rem;
    background-image: url("/assets/icons/Arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}