/*! 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;
  }
}
.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.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.no-gutter [class*=col-] {
  float: left;
  margin: 0.5rem auto;
  min-height: 0.125rem;
}

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

.col-1 {
  width: calc(8% - 3.6666666667%);
}

.col-2 {
  width: calc(16% - 3.3333333333%);
}

.col-3 {
  width: calc(24% - 3%);
}

.col-4 {
  width: calc(32% - 2.6666666667%);
}

.col-5 {
  width: calc(40% - 2.3333333333%);
}

.col-6 {
  width: calc(48% - 2%);
}

.col-7 {
  width: calc(56% - 1.6666666667%);
}

.col-8 {
  width: calc(64% - 1.3333333333%);
}

.col-9 {
  width: calc(72% - 1%);
}

.col-10 {
  width: calc(80% - 0.6666666667%);
}

.col-11 {
  width: calc(88% - 0.3333333333%);
}

.col-12 {
  width: 96%;
}

.row.no-gutter > .col-1 {
  width: calc(8.3333333333%);
}

.row.no-gutter > .col-2 {
  width: calc(16.6666666667%);
}

.row.no-gutter > .col-3 {
  width: calc(25%);
}

.row.no-gutter > .col-4 {
  width: calc(33.3333333333%);
}

.row.no-gutter > .col-5 {
  width: calc(41.6666666667%);
}

.row.no-gutter > .col-6 {
  width: calc(50%);
}

.row.no-gutter > .col-7 {
  width: calc(58.3333333333%);
}

.row.no-gutter > .col-8 {
  width: calc(66.6666666667%);
}

.row.no-gutter > .col-9 {
  width: calc(75%);
}

.row.no-gutter > .col-10 {
  width: calc(83.3333333333%);
}

.row.no-gutter > .col-11 {
  width: calc(91.6666666667%);
}

.row.no-gutter > .col-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .col-1-sm {
    width: calc(8% - 3.6666666667%);
  }
  .col-2-sm {
    width: calc(16% - 3.3333333333%);
  }
  .col-3-sm {
    width: calc(24% - 3%);
  }
  .col-4-sm {
    width: calc(32% - 2.6666666667%);
  }
  .col-5-sm {
    width: calc(40% - 2.3333333333%);
  }
  .col-6-sm {
    width: calc(48% - 2%);
  }
  .col-7-sm {
    width: calc(56% - 1.6666666667%);
  }
  .col-8-sm {
    width: calc(64% - 1.3333333333%);
  }
  .col-9-sm {
    width: calc(72% - 1%);
  }
  .col-10-sm {
    width: calc(80% - 0.6666666667%);
  }
  .col-11-sm {
    width: calc(88% - 0.3333333333%);
  }
  .col-12-sm {
    width: 96%;
  }
  .row.no-gutter > .col-1-sm {
    width: calc(8.3333333333%);
  }
  .row.no-gutter > .col-2-sm {
    width: calc(16.6666666667%);
  }
  .row.no-gutter > .col-3-sm {
    width: calc(25%);
  }
  .row.no-gutter > .col-4-sm {
    width: calc(33.3333333333%);
  }
  .row.no-gutter > .col-5-sm {
    width: calc(41.6666666667%);
  }
  .row.no-gutter > .col-6-sm {
    width: calc(50%);
  }
  .row.no-gutter > .col-7-sm {
    width: calc(58.3333333333%);
  }
  .row.no-gutter > .col-8-sm {
    width: calc(66.6666666667%);
  }
  .row.no-gutter > .col-9-sm {
    width: calc(75%);
  }
  .row.no-gutter > .col-10-sm {
    width: calc(83.3333333333%);
  }
  .row.no-gutter > .col-11-sm {
    width: calc(91.6666666667%);
  }
  .row.no-gutter > .col-12-sm {
    width: 100%;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .col-1-md {
    width: calc(8% - 3.6666666667%);
  }
  .col-2-md {
    width: calc(16% - 3.3333333333%);
  }
  .col-3-md {
    width: calc(24% - 3%);
  }
  .col-4-md {
    width: calc(32% - 2.6666666667%);
  }
  .col-5-md {
    width: calc(40% - 2.3333333333%);
  }
  .col-6-md {
    width: calc(48% - 2%);
  }
  .col-7-md {
    width: calc(56% - 1.6666666667%);
  }
  .col-8-md {
    width: calc(64% - 1.3333333333%);
  }
  .col-9-md {
    width: calc(72% - 1%);
  }
  .col-10-md {
    width: calc(80% - 0.6666666667%);
  }
  .col-11-md {
    width: calc(88% - 0.3333333333%);
  }
  .col-12-md {
    width: 96%;
  }
  .row.no-gutter > .col-1-md {
    width: calc(8.3333333333%);
  }
  .row.no-gutter > .col-2-md {
    width: calc(16.6666666667%);
  }
  .row.no-gutter > .col-3-md {
    width: calc(25%);
  }
  .row.no-gutter > .col-4-md {
    width: calc(33.3333333333%);
  }
  .row.no-gutter > .col-5-md {
    width: calc(41.6666666667%);
  }
  .row.no-gutter > .col-6-md {
    width: calc(50%);
  }
  .row.no-gutter > .col-7-md {
    width: calc(58.3333333333%);
  }
  .row.no-gutter > .col-8-md {
    width: calc(66.6666666667%);
  }
  .row.no-gutter > .col-9-md {
    width: calc(75%);
  }
  .row.no-gutter > .col-10-md {
    width: calc(83.3333333333%);
  }
  .row.no-gutter > .col-11-md {
    width: calc(91.6666666667%);
  }
  .row.no-gutter > .col-12-md {
    width: 100%;
  }
  .hidden-sm {
    display: inherit;
  }
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .hidden-md {
    display: inherit;
  }
  .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;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

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

.m-b-7 {
  margin-bottom: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.p-l-8 {
  padding-left: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.m-t-11 {
  margin-top: 11rem !important;
}

.p-t-11 {
  padding-top: 11rem !important;
}

.m-b-11 {
  margin-bottom: 11rem !important;
}

.p-b-11 {
  padding-bottom: 11rem !important;
}

.m-l-11 {
  margin-left: 11rem !important;
}

.p-l-11 {
  padding-left: 11rem !important;
}

.m-r-11 {
  margin-right: 11rem !important;
}

.p-r-11 {
  padding-right: 11rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.m-t-12 {
  margin-top: 12rem !important;
}

.p-t-12 {
  padding-top: 12rem !important;
}

.m-b-12 {
  margin-bottom: 12rem !important;
}

.p-b-12 {
  padding-bottom: 12rem !important;
}

.m-l-12 {
  margin-left: 12rem !important;
}

.p-l-12 {
  padding-left: 12rem !important;
}

.m-r-12 {
  margin-right: 12rem !important;
}

.p-r-12 {
  padding-right: 12rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.m-t-13 {
  margin-top: 13rem !important;
}

.p-t-13 {
  padding-top: 13rem !important;
}

.m-b-13 {
  margin-bottom: 13rem !important;
}

.p-b-13 {
  padding-bottom: 13rem !important;
}

.m-l-13 {
  margin-left: 13rem !important;
}

.p-l-13 {
  padding-left: 13rem !important;
}

.m-r-13 {
  margin-right: 13rem !important;
}

.p-r-13 {
  padding-right: 13rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.m-t-14 {
  margin-top: 14rem !important;
}

.p-t-14 {
  padding-top: 14rem !important;
}

.m-b-14 {
  margin-bottom: 14rem !important;
}

.p-b-14 {
  padding-bottom: 14rem !important;
}

.m-l-14 {
  margin-left: 14rem !important;
}

.p-l-14 {
  padding-left: 14rem !important;
}

.m-r-14 {
  margin-right: 14rem !important;
}

.p-r-14 {
  padding-right: 14rem !important;
}

.m-14 {
  margin: 14rem !important;
}

.p-14 {
  padding: 14rem !important;
}

.m-t-15 {
  margin-top: 15rem !important;
}

.p-t-15 {
  padding-top: 15rem !important;
}

.m-b-15 {
  margin-bottom: 15rem !important;
}

.p-b-15 {
  padding-bottom: 15rem !important;
}

.m-l-15 {
  margin-left: 15rem !important;
}

.p-l-15 {
  padding-left: 15rem !important;
}

.m-r-15 {
  margin-right: 15rem !important;
}

.p-r-15 {
  padding-right: 15rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.m-t-16 {
  margin-top: 16rem !important;
}

.p-t-16 {
  padding-top: 16rem !important;
}

.m-b-16 {
  margin-bottom: 16rem !important;
}

.p-b-16 {
  padding-bottom: 16rem !important;
}

.m-l-16 {
  margin-left: 16rem !important;
}

.p-l-16 {
  padding-left: 16rem !important;
}

.m-r-16 {
  margin-right: 16rem !important;
}

.p-r-16 {
  padding-right: 16rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.m-t-17 {
  margin-top: 17rem !important;
}

.p-t-17 {
  padding-top: 17rem !important;
}

.m-b-17 {
  margin-bottom: 17rem !important;
}

.p-b-17 {
  padding-bottom: 17rem !important;
}

.m-l-17 {
  margin-left: 17rem !important;
}

.p-l-17 {
  padding-left: 17rem !important;
}

.m-r-17 {
  margin-right: 17rem !important;
}

.p-r-17 {
  padding-right: 17rem !important;
}

.m-17 {
  margin: 17rem !important;
}

.p-17 {
  padding: 17rem !important;
}

.m-t-18 {
  margin-top: 18rem !important;
}

.p-t-18 {
  padding-top: 18rem !important;
}

.m-b-18 {
  margin-bottom: 18rem !important;
}

.p-b-18 {
  padding-bottom: 18rem !important;
}

.m-l-18 {
  margin-left: 18rem !important;
}

.p-l-18 {
  padding-left: 18rem !important;
}

.m-r-18 {
  margin-right: 18rem !important;
}

.p-r-18 {
  padding-right: 18rem !important;
}

.m-18 {
  margin: 18rem !important;
}

.p-18 {
  padding: 18rem !important;
}

.m-t-19 {
  margin-top: 19rem !important;
}

.p-t-19 {
  padding-top: 19rem !important;
}

.m-b-19 {
  margin-bottom: 19rem !important;
}

.p-b-19 {
  padding-bottom: 19rem !important;
}

.m-l-19 {
  margin-left: 19rem !important;
}

.p-l-19 {
  padding-left: 19rem !important;
}

.m-r-19 {
  margin-right: 19rem !important;
}

.p-r-19 {
  padding-right: 19rem !important;
}

.m-19 {
  margin: 19rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.m-t-20 {
  margin-top: 20rem !important;
}

.p-t-20 {
  padding-top: 20rem !important;
}

.m-b-20 {
  margin-bottom: 20rem !important;
}

.p-b-20 {
  padding-bottom: 20rem !important;
}

.m-l-20 {
  margin-left: 20rem !important;
}

.p-l-20 {
  padding-left: 20rem !important;
}

.m-r-20 {
  margin-right: 20rem !important;
}

.p-r-20 {
  padding-right: 20rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.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;
  text-align: left;
}
body .fci-radio-card > .fci-radio-card-item > .body > label > input {
  width: 0;
  height: 0;
  opacity: 0;
}
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 {
  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
  			{
  				position:absolute;
  				top:calc(50% - 1rem);
  				left:50%;
  				width:1.5rem;
  				height:1.5rem;
  				transform:translate(-50%, -50%);
  				content:'';
  				background:url('/assets/icon-example.svg') no-repeat;
  				background-size:100% auto;
  			}
  			&>.text
  			{
  				display: none;
  			}
  		}
  	}
  }
  */
}

body .fci-radio-card.category {
  cursor: pointer;
  font-size: 0;
}
body .fci-radio-card.category > div > .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.category > div > .fci-radio-card-item.selected, body .fci-radio-card.category > div > .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.category > div > .fci-radio-card-item > .body {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: left;
}
body .fci-radio-card.category > div > .fci-radio-card-item > .body > label > input {
  width: 0;
  height: 0;
  opacity: 0;
}
body .fci-radio-card.category > div > .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.category > div > .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.category > div > .fci-radio-card-item > .body > label input:checked ~ .check {
  background-color: #2196F3;
}
body .fci-radio-card.category > div > .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.category > div > .fci-radio-card-item.error > .body > label {
  color: #FF4300;
}
body .fci-radio-card.category > div > .fci-radio-card-item {
  /*
  //A UTILISER POUR METTRE UNE ICONE
  &.card1
  {
  	&>.body
  	{
  		&>label
  		{
  			&:before
  			{
  				position:absolute;
  				top:calc(50% - 1rem);
  				left:50%;
  				width:1.5rem;
  				height:1.5rem;
  				transform:translate(-50%, -50%);
  				content:'';
  				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(0, 0, 0, 0.33);
  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(0, 0, 0, 0.33);
  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(0, 0, 0, 0.33);
}
body .fci-switch > .body > label > input:focus + .slider {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
}
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;
}
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;
  white-space: nowrap;
}
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;
  white-space: nowrap;
}

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 button {
    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");
  }
}
.fg-primary {
  color: #EA5906;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  opacity: 0.7;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: 0 2px 8px 0 RGBA(0, 0, 0, 0.11);
  background: #F4F4F4;
  border-radius: 15.5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222765;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

i.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
i.icon.icon-arrow-right-white {
  background-image: url("/assets/icons/fleche-droite.svg");
}
i.icon.icon-arrow-back {
  background-image: url("/assets/icons/arrow-back.svg");
  width: 28px;
  height: 13px;
}
i.icon.icon-flag {
  background-image: url("/assets/icons/Flag-icn.png");
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin: auto;
}
i.icon.icon-check {
  background-image: url("/assets/icons/OK-illus.png");
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin: auto;
}
i.icon.icon-pig {
  background-image: url("/assets/icons/PIG-illus.png");
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin: auto;
}
i.icon.icon-timer {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/assets/dialog/Chrono-icn.svg");
  vertical-align: middle;
  margin: 0 0.5rem;
}
i.icon.icon-chevron {
  width: 14px;
  height: 16px;
  background-image: url("/assets/icons/arrow-orange-active.svg");
  vertical-align: middle;
  margin: 0 0.5rem;
}
i.icon.icon-search {
  width: 16px;
  height: 18px;
  background-image: url("/assets/icons/search-icn.svg");
  vertical-align: middle;
}

#popup-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.popup-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
}
.popup-block > .popup-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 50rem;
  max-height: 100%;
  background-color: #fff;
  border-radius: 0.15rem;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.18);
}
.popup-block > .popup-content > .button-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
}

#session-expired > .session-block {
  box-shadow: 0 26px 17px -20px RGBA(156, 160, 167, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 38px;
  padding: 2rem;
  width: 98%;
  max-width: 30rem;
}
#session-expired > .session-block > .content > .button-line > .button {
  max-width: 14rem;
}

body .button {
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background: transparent;
  display: block;
  margin: auto;
  outline: 0;
  border: 2px solid transparent;
}
body .button:disabled, body .button.disabled-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body .button.primary {
  background-color: #EA5906;
  box-shadow: 0 5px 20px 0 RGBA(234, 89, 6, 0.55);
  color: #FFFFFF;
}
body .button.primary:hover {
  background-color: #FFFFFF;
  border: 2px solid #EA5906;
  color: #EA5906;
}
body .button.primary {
  transition: background 0.3s linear;
  border: 2px solid #EA5906;
}
body .button.primary.action {
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 41px;
  position: relative;
}
body .button.primary.action:before {
  content: "";
  width: 17px;
  height: 20px;
  background-image: url("/assets/icons/fleche-droite.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
body .button.primary.generatePDF:before {
  height: 25px;
  background-image: url("/assets/icons/icn-pdf-inactive.svg");
}
body .button.primary.rdv {
  position: relative;
}
body .button.primary.rdv:before {
  content: "";
  width: 20px;
  height: 23px;
  background-image: url("/assets/icons/calendar-days-solid-white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
body .button.primary.rdv:hover:before {
  background-image: url("/assets/icons/calendar-days-solid-orange.svg");
}
body .button.red {
  background-color: #9C0A0F;
  border: 2px solid transparent;
  transition: background 0.3s linear;
  color: #FFFFFF;
}
body .button.red:hover {
  background-color: #FFFFFF;
  border: 2px solid #9C0A0F;
  color: #9C0A0F;
}
body .button.red.contact:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  background-image: url("/assets/icons/icn-appeler-active.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
body .button.red:hover.contact:before {
  background-image: url("/assets/icons/phone-red.svg");
}
body .button.back {
  background-color: #E8E8EA;
  box-shadow: 0 0 6px 0 #B3B0C3;
  border-radius: 41px;
  border: 1px solid transparent;
  color: #EA5906;
  padding: 1rem 1rem 1rem 3rem;
}
body .button.back > .icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background-image: url("/assets/icons/arrow-back-orange.svg");
  width: 17px;
  height: 20px;
  margin: 0;
}
body .button.back:hover {
  border: 1px solid #EA5906;
}
body .button.next:disabled {
  opacity: 0.5;
}
body .button.rounded {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  position: relative;
}
body .button.rounded > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .button.rounded > .icon.icon-arrow-right-white {
  width: 20%;
  height: 24%;
}
body .button.close {
  background-color: #EA5906;
  box-shadow: 0 5px 20px 0 RGBA(234, 89, 6, 0.55);
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
  font-size: 0;
}
body .button.close > .bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #FFFFFF;
  border-radius: 1.5px;
  opacity: 1;
  left: 50%;
}
body .button.close > .bar:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}
body .button.close > .bar:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
}
body .button.tooltip {
  display: inline-block;
  vertical-align: middle;
  background-image: url("/assets/icons/i-info.svg");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background-color: #EA5906;
  box-shadow: 0 5px 20px 0 RGBA(234, 89, 6, 0.55);
  color: #FFFFFF;
}
body .button.tooltip:hover {
  background-color: #FFFFFF;
  border: 2px solid #EA5906;
  color: #EA5906;
}
body .button.tooltip {
  cursor: pointer;
  margin: 0 0.25rem;
  border: 2px solid transparent;
  transition: background-color 0.3s linear;
  font-size: 0;
}
body .button.tooltip:hover {
  background-color: #FFFFFF;
  border: 2px solid #EA5906;
  background-image: url("/assets/icons/i-info-orange.svg");
}
body .button.contact-pdf {
  padding: 1rem 3rem;
  border-radius: 41px;
  text-align: center;
  background-image: url("/assets/icons/icn-pdf-inactive.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left 1.5rem;
  max-width: 23rem;
  margin: auto;
}
body .button.contact-pdf:hover {
  background-image: url("/assets/icons/icn-pdf-active.svg");
}
body .button.contact-pdf.primary:hover {
  background-image: url("/assets/icons/icn-pdf-active-orange.svg");
}
body .button.contact-conseiller {
  padding: 1rem 2rem 1rem 3.5rem;
  border-radius: 41px;
  text-align: center;
  background-image: url("/assets/icons/icn-appeler-active.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  background-position: center left 1.5rem;
}
body .button.contact-conseiller:hover {
  background-image: url("/assets/icons/phone-red.svg");
}
body .button.simple-link {
  color: #EA5906;
  position: relative;
}
body .button.simple-link:hover {
  text-decoration: underline;
}
body .button.search {
  width: 3rem;
  height: calc(3rem + 1px);
  border-radius: 0 7px 7px 0;
}
body .button.search:hover > .icon {
  background-image: url("/assets/icons/search-icn-active.svg");
}
body .button:focus-visible {
  border: 2px solid #222765;
}

@media screen and (min-width: 768px) {
  body .button.back {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 3;
  }
  body .button.primary:hover {
    background-color: #FFFFFF;
    color: #EA5906;
    border-color: #EA5906;
  }
  body .button.primary:hover.action:before {
    background-image: url("/assets/icons/arrow-orange-active.svg");
  }
  body .button.primary:hover.rounded > .icon {
    background-image: url("/assets/icons/arrow-orange-active.svg");
  }
  body .button.primary:hover.generatePDF:before {
    background-image: url("/assets/icons/icn-pdf-active.svg");
  }
  body .button.red.small {
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-size: 12px;
    line-height: 0.9rem;
    background-position: center left 1rem;
  }
}
body .fci.fci-radio-card > .fci-radio-card-item, body .fci.fci-radio-card.category > div > .fci-radio-card-item {
  margin: 0.25rem 1%;
  height: auto;
  border: 0;
  width: 98%;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body {
  border: 2px solid transparent;
  border-radius: 7px;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label {
  display: block;
  padding: 1rem 1rem 1rem 1.8rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > input, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label > input {
  width: 0;
  height: 0;
  opacity: 0;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > .text, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label > .text {
  position: relative;
  color: #EF7C00;
  top: 0;
  left: auto;
  transform: none;
  font-size: 1rem;
  text-align: left;
  display: block;
  width: 100%;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > .check, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label > .check {
  left: 1rem;
  top: 50%;
  border: 1px solid #EF7C00;
  background-color: transparent;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label input:checked ~ .check {
  background: transparent;
  border: 0;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check:after, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label input:checked ~ .check:after {
  width: 4px;
  height: 9px;
  border: solid #EF7C00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  background: transparent;
  border-radius: 0;
  left: 28%;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .text, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label input:checked ~ .text {
  color: #222765;
}
body .fci.fci-radio-card > .fci-radio-card-item.selected, body .fci.fci-radio-card > .fci-radio-card-item:hover, body .fci.fci-radio-card.category > div > .fci-radio-card-item.selected, body .fci.fci-radio-card.category > div > .fci-radio-card-item:hover {
  box-shadow: none;
}
body .fci.fci-radio-card > .fci-radio-card-item.selected > .body, body .fci.fci-radio-card > .fci-radio-card-item:hover > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item.selected > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item:hover > .body {
  background-color: #FFF4CF;
}
body .fci.fci-radio-card > .fci-radio-card-item.focused, body .fci.fci-radio-card.category > div > .fci-radio-card-item.focused {
  box-shadow: none;
}
body .fci.fci-radio-card > .fci-radio-card-item.focused > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item.focused > .body {
  border: 2px solid #222765;
}
body .fci.fci-radio-card > .fci-radio-card-item.with-tooltip > .body > label, body .fci.fci-radio-card.category > div > .fci-radio-card-item.with-tooltip > .body > label {
  padding-right: 2rem;
}
body .fci.fci-radio-card > .fci-radio-card-item.with-tooltip > .body > .tooltip, body .fci.fci-radio-card.category > div > .fci-radio-card-item.with-tooltip > .body > .tooltip {
  position: absolute;
  top: 1rem;
  right: 0;
}
body .fci.fci-radio-card.spec-radio, body .fci.fci-radio-card.category > div.spec-radio {
  flex-wrap: wrap;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item, body .fci.fci-radio-card.category > div.spec-radio > .fci-radio-card-item {
  width: 100%;
  margin-top: 1rem;
  flex-basis: auto;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item > .body > label, body .fci.fci-radio-card.category > div.spec-radio > .fci-radio-card-item > .body > label {
  text-align: left;
}
body .fci.fci-radio-card.category {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
body .fci.fci-radio-card.category > div > .fci-radio-card-label {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
  margin: 0 0.5rem 0.5rem 0.5rem;
  text-align: center;
}
body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label {
  padding: 0.5rem 0.5rem 0.5rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .fci.fci-radio > .body > label > input:checked ~ .check {
  background-color: #EF7C00;
}
body .fci.fci-select > .body {
  background-image: linear-gradient(180deg, #FFFAE9, #FFF4CF);
  box-shadow: 0 6px 9px 0 RGBA(253, 196, 29, 0.44);
  border-radius: 7px;
  border: 2px solid transparent;
}
body .fci.fci-select > .body > button {
  background-color: transparent;
  font-weight: 500;
  background-image: url("/assets/icons/arrow-bot.svg");
  background-size: 12.86px 10px;
  background-position: right 1rem center;
  text-align: center;
  padding-right: 2rem;
  min-height: 3rem;
  color: #222765;
  font-family: "sofia-pro";
  border: 2px solid transparent;
}
body .fci.fci-select > .body > button:focus-visible {
  border: 2px solid #222765;
}
body .fci.fci-select.fci-text__theme_white > .body {
  background: #FBFCFD;
  border: 1px solid #D2D2D2;
  box-shadow: inset 0 1px 4px 0 RGBA(35, 29, 74, 0.32);
}
body .fci.fci-select.fci-text__theme_white > .body > button {
  text-align: left;
  padding: 0.4rem 2rem;
  color: #222765;
}
body .fci.fci-text > .body {
  background-image: linear-gradient(180deg, #FFFAE9, #FFF4CF);
  box-shadow: 0 6px 9px 0 RGBA(253, 196, 29, 0.44);
  border-radius: 7px;
  border: 2px solid transparent;
}
body .fci.fci-text > .body > input {
  background-color: transparent;
  font-weight: 500;
  text-align: center;
  min-height: 3rem;
  color: #222765;
  font-family: "sofia-pro";
}
body .fci.fci-text > .body > .unit {
  font-size: 0.9em;
  color: #EF7C00;
  white-space: nowrap;
}
body .fci.fci-text.focused > .body {
  border: 2px solid #222765;
}
body .fci.fci-text.datepicker > .body {
  margin-right: 4rem;
  width: calc(100% - 4rem);
  position: relative;
}
body .fci.fci-text.datepicker > .body > span {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5rem);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 7px;
  background-color: #EA5906;
  background-image: url("/assets/icons/icn-calendar.svg");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.3s;
}
body .fci.fci-text.datepicker > .body > span:hover {
  background-color: #FFFFFF;
  background-image: url("/assets/icons/icn-calendar-active.svg");
  border: 1px solid #EA5906;
}
body .fci.fci-text.bordered > .body {
  border: 2px solid #EA5906;
}
body .fci.fci-text.fci-text__theme_white > .body {
  background: #FBFCFD;
  border: 1px solid #D2D2D2;
  box-shadow: inset 0 1px 4px 0 RGBA(35, 29, 74, 0.32);
}
body .fci.fci-text.fci-text__theme_white > .body > input {
  text-align: left;
  padding: 0.4rem 2rem;
}
body .fci.fci-text.fci-text__theme_white > .body > input:disabled {
  opacity: 0.5;
}
body .fci.fci-checkbox-card > .body > label > .text {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding-left: 2rem;
  color: #EA5906;
}
body .fci.fci-checkbox-card > .body > label > input:checked ~ .check {
  background-color: #EA5906;
  border: 1px solid #EA5906;
}
body .fci.fci-checkbox-card > .body > label > input:checked ~ .check:after {
  left: 23%;
  border-color: #FFFFFF;
}
body .fci.fci-checkbox-card > .body > label > .check {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #D2D2D2;
}
body .fci.fci-checkbox {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}
body .fci.fci-checkbox > .body > label > input {
  display: none;
}
body .fci.fci-checkbox > .body > label > .check {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
body .fci.fci-checkbox > .body > label > .check:after {
  content: "";
  position: absolute;
  display: none;
  left: 29%;
  top: 50%;
  width: 0.4rem;
  height: 0.7rem;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
body .fci.fci-checkbox > .body > label > input:checked ~ .check {
  background-color: #EA5906;
  border: 1px solid #EA5906;
}
body .fci.fci-checkbox > .body > label > input:checked ~ .check:after {
  display: block;
}
body .fci.fci-switch {
  margin: 0 1rem;
  padding: 0 2rem;
}
body .fci.fci-switch > .body > label > .slider {
  background-color: #EA5906;
}
body .fci.fci-switch > .body > label > .text:before {
  content: "Non";
  opacity: 1;
  right: calc(100% + 0.25rem);
  font-weight: 600;
  color: #EA5906;
  font-size: 0.9rem;
}
body .fci.fci-switch > .body > label > .text:after {
  content: "Oui";
  color: #EBEBEB;
  opacity: 1;
  left: calc(100% + 0.25rem);
  font-weight: 600;
  font-size: 0.9rem;
}
body .fci.fci-switch > .body > label > input:checked + .slider {
  background-color: #EA5906;
}
body .fci.fci-switch > .body > label > input:checked ~ .text:before {
  color: #EBEBEB;
}
body .fci.fci-switch > .body > label > input:checked ~ .text:after {
  color: #EA5906;
}
body .fci.disabled > .body {
  opacity: 1;
}
body .fci.disabled > .body > .unit {
  background: transparent;
}
body .fci.error {
  position: relative;
}
body .fci.error .body {
  border: 2px solid #DC161D !important;
}
body .fci-select-list {
  background-image: linear-gradient(180deg, #FFFAE9, #FFF4CF);
  border-radius: 7px;
}
body .fci-select-list > ul > li {
  text-align: center;
  font-weight: 500;
  color: #222765;
  font-family: "sofia-pro";
  white-space: normal;
}
body .fci-select-list > ul > li > button:focus {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  body .fci.fci-radio-card > .fci-radio-card-item {
    width: 48%;
  }
}
@media screen and (min-width: 1400px) {
  body .fci.fci-radio-card.category {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  body .fci.fci-radio-card.category > div:first-child {
    position: relative;
  }
  body .fci.fci-radio-card.category > div:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1%;
    height: 90%;
    width: 1px;
    background-color: #222765;
    transform: translateY(-50%);
  }
}
body .shares-button-open {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
body .shares-button-open > button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 0;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
body .shares-button-open > button:after {
  position: absolute;
  bottom: -4rem;
  left: -4rem;
  width: 7rem;
  height: 7rem;
  content: "";
  background-color: #EA5906;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
body .shares-button-open > button:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/icons/icn-share.svg") no-repeat;
  background-size: 100% auto;
  background-position: center;
}
body .shares-button-open > button:hover {
  transform: scale(1.1);
}
body .shares-button-open > button:focus-visible {
  border: 0;
}
body .shares-button-open > button:focus-visible:after {
  border: 2px solid #222765;
}
body .shares-button-open > img {
  margin: 0 auto 0.65rem;
  padding: 0;
  width: 1.5rem;
}
body #shares-popup {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0 0 3rem;
  padding: 4rem 1rem 2rem 1rem;
  box-shadow: 0 12px 17px 0 rgba(35, 29, 74, 0.24);
  width: 100%;
  height: 100%;
  background-color: #ffe48a;
  max-width: 30rem;
  border-radius: 0 20px 20px 0;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  z-index: 110;
}
body #shares-popup.hide {
  transform: translateX(calc(-100% - 2rem));
}
body #shares-popup > .content {
  height: 100%;
  overflow-y: auto;
}
body #shares-popup > .content > .text {
  margin: 0 1rem;
  padding: 0;
  color: #312865;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: justify;
}
body #shares-popup > .content > .container {
  margin: auto;
  padding: 2rem 0;
  width: 80%;
  max-width: none;
}
body #shares-popup > .content > .container > .row.separator {
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
body #shares-popup > .content > .container > .row .label, body #shares-popup > .content > .container > .row .message {
  font-size: 0.9rem;
  font-weight: 200;
  color: #312865;
  margin: 0.25rem 0;
}
body #shares-popup > .content > .container > .row.submit > .col-12 {
  text-align: center;
}
body #shares-popup > .shares-button-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.loader-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loader-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ea5906;
  border-color: #ea5906 transparent #ea5906 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  width: 100%;
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.legend {
  font-size: 0.8rem;
  margin: 0;
  font-weight: 300;
}

.no-scroll {
  overflow: hidden;
}

.fw-small {
  font-weight: 300;
}

.p-relative {
  position: relative;
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.tooltip_accessible {
  position: absolute;
  visibility: hidden;
  display: none;
}

.acces-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  font-size: 0 !important;
}

a.external-link {
  color: #EA5906;
}

fieldset {
  border: 0;
}

h1 {
  color: #F17905;
  font-weight: 900;
  font-size: 1.6rem;
  position: relative;
  padding-left: 4rem;
}
h1:before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  background: url("/assets/diagnostic/two-chevrons.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 3rem;
  height: 2rem;
}

h2 {
  color: #EA5906;
  font-weight: 600;
  font-size: 1.3rem;
}

strong {
  font-weight: 600;
}

body {
  background-image: linear-gradient(180deg, #EAEAEA 0%, #F6F6F6 100%);
  font-family: "sofia-pro";
  font-size: 100%;
  position: relative;
  min-height: 100vh;
  color: #222765;
}
body:before {
  content: "";
  background-image: url("/assets/pattern.png");
  background-repeat: repeat;
  background-size: 130px auto;
  width: 100%;
  height: calc(100% - 26rem);
  position: absolute;
  top: 26rem;
  left: 0;
  right: 0;
}
body > .page-wrapper {
  position: relative;
  z-index: 2;
}
body > .page-wrapper > main {
  max-width: 70rem;
  margin: auto;
}
body > .page-wrapper > .header-wrapper > header {
  max-width: 70rem;
  margin: auto;
  padding: 6rem 0 0 0;
}
body > .page-wrapper > .header-wrapper > header > .logo {
  width: 30%;
  display: block;
  max-width: 10rem;
  border-radius: 0 0 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
body > .page-wrapper > .header-wrapper > header > .logo > img {
  width: 100%;
}
body > .page-wrapper > .header-wrapper > header > .cta {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
}
body > .page-wrapper > .header-wrapper > header > .cta > .button {
  border-radius: 0 0 40px 40px;
  padding: 1rem 2rem 2rem 2rem;
  position: relative;
  font-size: 0;
  margin: 0 0.25rem;
}
body > .page-wrapper > .header-wrapper > header > .cta > .button::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body > .page-wrapper > main > .content {
  background: #F4F4F4;
  box-shadow: 0 26px 17px -20px RGBA(156, 160, 167, 0.5);
  border-radius: 40px 40px 0 0;
}
body > .page-wrapper > main > .legacy {
  max-width: 60rem;
  margin: auto;
}
body > .page-wrapper > main > .legacy > p {
  font-size: 0.9rem;
  margin: 0.5rem 1rem;
}
body > footer > .accessibilite {
  position: fixed;
  bottom: 0;
  right: 2rem;
  margin: 0;
  z-index: 99;
}
body > footer > .accessibilite > .button {
  display: flex;
  background-color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 18px 18px 0 0;
  transition: background-color 0.3s linear;
}
body > footer > .accessibilite > .button > .icon {
  width: 13px;
  height: 16px;
  background-image: url("/assets/home/accessibilite.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0 0.25rem;
}
body > footer > .accessibilite > .button > .text {
  color: #B6B8BF;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
body > footer > .accessibilite > .button:hover {
  background-color: #ea5906;
}
body > footer > .accessibilite > .button:hover > .icon {
  background-image: url("/assets/home/accessibilite-white.svg");
}
body > footer > .accessibilite > .button:hover > .text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  body .shares-button-open > button {
    width: 5rem;
    height: 5rem;
    font-size: 0.8rem;
  }
  body .shares-button-open > button:after {
    bottom: -7rem;
    left: -7rem;
    width: 13rem;
    height: 13rem;
  }
  body .shares-button-open > button:before {
    width: 2rem;
    height: 2rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  body > .page-wrapper {
    position: relative;
  }
  body > .page-wrapper > .header-wrapper > header {
    padding: 1rem 0;
    position: relative;
  }
  body > .page-wrapper > .header-wrapper > header > .logo {
    position: absolute;
    top: 1rem;
    border-radius: 15px;
  }
  body > .page-wrapper > .header-wrapper > header > .cta > .button {
    border-radius: 0 0 0 40px;
    padding: 1rem 2rem 1rem 4rem;
    font-size: 1rem;
    position: relative;
  }
  body > .page-wrapper > .header-wrapper > header > .cta > .button::before {
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
  }
  body > .page-wrapper > .header-wrapper > header > .cta > .button.rdv {
    border-radius: 0 0 40px 40px;
  }
}
.dialog,
.fake-dialog {
  position: relative;
  display: none;
  opacity: 0;
}
.dialog.fake-dialog,
.fake-dialog.fake-dialog {
  display: block;
  opacity: 1;
}
.dialog.opened,
.fake-dialog.opened {
  display: block !important;
  opacity: 1 !important;
}
.dialog > .new,
.fake-dialog > .new {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/dialog/Notif.svg") no-repeat;
  background-size: 100% auto;
  transform: translate(-3rem, -2rem);
}
.dialog > .message,
.fake-dialog > .message {
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 0;
  box-shadow: 0 12px 17px 0 rgba(35, 29, 74, 0.24);
  padding: 1rem;
  position: relative;
}
.dialog > .message:before,
.fake-dialog > .message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url("/assets/dialog/patte-blanche.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2rem;
  height: 2rem;
}
.dialog > .message:after,
.fake-dialog > .message:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url("/assets/dialog/chat-icn.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  transform: translate(-85%, -60%);
}
.dialog > .message > p,
.fake-dialog > .message > p {
  font-size: 1em;
  margin: 1rem 0;
  line-height: 1.3em;
  font-weight: 300;
}
.dialog > .message > p > strong,
.fake-dialog > .message > p > strong {
  font-weight: 600;
}
.dialog > .message > p.timer,
.fake-dialog > .message > p.timer {
  background-color: #FFE48A;
  color: #EF7C00;
  border-radius: 14px;
  padding: 1rem;
  position: relative;
  font-weight: 500;
  text-align: center;
}
.dialog > .message > p.amount,
.fake-dialog > .message > p.amount {
  background-color: #FFE48A;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 1rem;
  border-radius: 15px;
}
.dialog > .message > p.amount > span,
.fake-dialog > .message > p.amount > span {
  color: #EF7C00;
  font-size: 1em;
}
.dialog > .message > p.legend,
.fake-dialog > .message > p.legend {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin: 0;
}
.dialog > .answer,
.fake-dialog > .answer {
  background-color: #FFE48A;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 7px 14px 0 rgba(196, 146, 0, 0.47);
  padding: 1rem;
  position: relative;
  float: right;
  transform: translateY(-3rem);
}
.dialog > .answer:before,
.fake-dialog > .answer:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  background: url("/assets/dialog/patte-jaune.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2rem;
  height: 2rem;
}
.dialog > .answer.with-validation,
.fake-dialog > .answer.with-validation {
  padding: 1rem 1rem 4rem 1rem;
}
.dialog > .answer.with-validation > button.validate,
.fake-dialog > .answer.with-validation > button.validate {
  position: absolute;
  top: calc(100% - 1rem);
  right: 50%;
  transform: translate(50%, -100%);
  padding: 0.75rem 1rem;
  border-radius: 41px;
  font-size: 0.9rem;
  opacity: 0.5;
  width: calc(100% - 2rem);
}
.dialog > .answer.with-validation.bottom-validation,
.fake-dialog > .answer.with-validation.bottom-validation {
  padding-right: 1rem;
  padding-bottom: 4rem;
}
.dialog > .answer.with-validation.bottom-validation > button.validate,
.fake-dialog > .answer.with-validation.bottom-validation > button.validate {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, calc(-100% - 1rem));
}
.dialog.with-answer > .message,
.fake-dialog.with-answer > .message {
  padding-bottom: 3rem;
}
.dialog.with-answer > .answer .error-block,
.fake-dialog.with-answer > .answer .error-block {
  color: #DC161D;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.dialog.special-input > .message > .amount > .error-block,
.fake-dialog.special-input > .message > .amount > .error-block {
  color: #DC161D;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.dialog.with-answer.focused > .answer > button.action,
.fake-dialog.with-answer.focused > .answer > button.action {
  display: block;
}
.dialog.with-answer.focused > .answer.with-validation > button.validate,
.fake-dialog.with-answer.focused > .answer.with-validation > button.validate {
  opacity: 1;
}
.dialog.no-avatar > .message:after,
.fake-dialog.no-avatar > .message:after {
  display: none;
}
.dialog.wait-dialog,
.fake-dialog.wait-dialog {
  width: 4.5rem;
  text-align: center;
  opacity: 1 !important;
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 0;
}
.dialog.wait-dialog:before,
.fake-dialog.wait-dialog:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url("/assets/dialog/patte-blanche.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2rem;
  height: 2rem;
}
.dialog.wait-dialog > .dot,
.fake-dialog.wait-dialog > .dot {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  margin-right: 0.2rem;
  animation: popWave 1.3s linear infinite;
}
.dialog.wait-dialog > .dot.dot1,
.fake-dialog.wait-dialog > .dot.dot1 {
  background-color: #EF7C00;
  opacity: 0.5;
}
.dialog.wait-dialog > .dot.dot2,
.fake-dialog.wait-dialog > .dot.dot2 {
  background-color: #EF7C00;
  opacity: 0.7;
  animation-delay: -1.1s;
}
.dialog.wait-dialog > .dot.dot3,
.fake-dialog.wait-dialog > .dot.dot3 {
  background-color: #EF7C00;
  opacity: 0.9;
  animation-delay: -0.9s;
}
.dialog.warning > .message,
.fake-dialog.warning > .message {
  padding-left: 6rem;
  background: url("/assets/diagnostic/warning.png") no-repeat #9c0a0f;
  background-size: 4rem auto;
  background-position: left 2rem center;
}
.dialog.warning > .message > .text,
.fake-dialog.warning > .message > .text {
  font-weight: 600;
  color: #FFFFFF;
}
.dialog.warning > .message:before,
.fake-dialog.warning > .message:before {
  background-image: url("/assets/dialog/patte-rouge.svg");
}
.dialog:focus, .dialog:focus-visible,
.fake-dialog:focus,
.fake-dialog:focus-visible {
  outline: 0;
}
@keyframes popWave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-0.5rem);
  }
}
@media screen and (min-width: 768px) {
  .dialog > .message, .fake-dialog > .message {
    padding: 1rem 2rem;
  }
  .dialog > .message:after, .fake-dialog > .message:after {
    width: 3rem;
    height: 3rem;
  }
  .dialog > .answer.with-validation, .fake-dialog > .answer.with-validation {
    padding: 1rem 4rem 1rem 1rem;
  }
  .dialog > .answer.with-validation > button.validate, .fake-dialog > .answer.with-validation > button.validate {
    top: 0.5rem;
    right: 1rem;
    transform: translateY(50%);
    padding: 0.5rem;
    border-radius: 5px;
    width: auto;
  }
  .dialog > .answer.with-validation > button.validate.v-center, .fake-dialog > .answer.with-validation > button.validate.v-center {
    top: 50%;
    transform: translateY(-50%);
  }
}
.bandeau-pub {
  position: fixed;
  top: -100%;
  left: 50%;
  z-index: 999;
  border-radius: 0 0 14px 14px;
  padding: 1rem 2rem;
  background-color: #354b92;
  transform: translateX(-50%);
  transition: top 0.8s;
  width: 100%;
  max-width: 45rem;
}
.bandeau-pub > p {
  margin: 0;
  color: #FFFFFF;
  line-height: 1.5rem;
}
.bandeau-pub > p > strong {
  font-size: 1.2rem;
}
.bandeau-pub > p > strong > span {
  font-size: 1.6rem;
}
.bandeau-pub > p.legend {
  margin: 0.25rem 0;
}
.bandeau-pub > p > .external-link {
  color: #FFFFFF;
  text-decoration: underline;
}
.bandeau-pub.open {
  top: 0;
}
.bandeau-pub > .close-bandeau {
  font-size: 0;
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url("/assets/icons/close.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}

body:before {
  top: 36rem;
  height: calc(100% - 36rem);
}
body > .page-wrapper > main > .content {
  width: 90%;
  margin: auto;
  background-image: url("/assets/home/onde.svg");
  background-repeat: no-repeat;
  background-size: 37rem auto;
  background-position: bottom -10.5rem center;
  padding-bottom: 4.5rem;
  position: relative;
}
body > .page-wrapper > main > .content > .text {
  background-color: #FFFFFF;
  padding: 3rem 2rem 5rem 1rem;
  border-radius: 40px 40px 0 0;
  position: relative;
}
body > .page-wrapper > main > .content > .text:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 82px;
  height: 369px;
  background: url("/assets/home/Polygone.svg") no-repeat;
  background-size: auto 100%;
}
body > .page-wrapper > main > .content > .text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url("/assets/home/triangle-mobile.svg") no-repeat;
  background-size: 100% auto;
}
body > .page-wrapper > main > .content > .text > h1 {
  color: #EA5906;
  font-weight: 900;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  padding-left: 1rem;
}
body > .page-wrapper > main > .content > .text > h1:before {
  display: none;
}
body > .page-wrapper > main > .content > .text > h1 > span {
  color: #FFE48A;
}
body > .page-wrapper > main > .content > .text > h1 > span:first-child {
  font-size: 1.8rem;
}
body > .page-wrapper > main > .content > .text > h1 > span.color1 {
  color: #FDC41D;
  font-weight: 300;
}
body > .page-wrapper > main > .content > .text > h1 > span.color2 {
  color: #F17905;
}
body > .page-wrapper > main > .content > .text > .intro {
  position: relative;
  margin: 1rem auto;
  position: relative;
  padding-left: 3rem;
  z-index: 2;
  font-weight: 500;
  font-size: 1.2rem;
}
body > .page-wrapper > main > .content > .text > .intro:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 30px;
  height: 38px;
  background: url("/assets/icons/Arrow.svg") no-repeat;
  background-size: 100% auto;
  transform: translate(0, -67%);
}
body > .page-wrapper > main > .content > .text > .legend {
  position: relative;
  z-index: 2;
}
body > .page-wrapper > main > .content > .button.start {
  margin-top: 5rem;
  font-size: 0;
}
body > .page-wrapper > main > .content > .dialog {
  margin: 1rem;
  transition: opacity 0.3s linear, top 0.3s linear, bottom 0.3s linear;
  display: block;
  top: 1rem;
}
body > .page-wrapper > main > .content > .dialog.animate {
  opacity: 1;
  top: 0;
}
body > .page-wrapper > main > .content > .dialog > .message:after {
  background-image: url("/assets/dialog/Avatar01.jpg");
  transform: translate(-25%, 15%);
}
body > .page-wrapper > main > .content > .dialog > .message > .timer > a {
  color: #EF7C00;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
body > .page-wrapper > main > .content > .dialog > .message > .timer > a:hover {
  text-decoration: underline;
}
body > .page-wrapper > main > .content > .image-communaute {
  display: block;
  width: 30%;
  max-width: 10rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
body > .page-wrapper > main > #meilleur-conseil {
  display: block;
  background-image: url("/assets/home/banner_harmonie_mutuelle_MEILLEUR_CONSEIL.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.7rem;
  min-height: 50px;
  background-position: top right;
}
@media screen and (min-width: 470px) {
  body > .page-wrapper > main > #meilleur-conseil {
    min-height: 310px;
  }
}
@media screen and (min-width: 540px) {
  body > .page-wrapper > main > #meilleur-conseil {
    min-height: 350px;
  }
}
@media screen and (min-width: 640px) {
  body > .page-wrapper > main > #meilleur-conseil {
    min-height: 420px;
  }
}

/*! 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;
  }
}
.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.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.no-gutter [class*=col-] {
  float: left;
  margin: 0.5rem auto;
  min-height: 0.125rem;
}

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

.col-1 {
  width: calc(8% - 3.6666666667%);
}

.col-2 {
  width: calc(16% - 3.3333333333%);
}

.col-3 {
  width: calc(24% - 3%);
}

.col-4 {
  width: calc(32% - 2.6666666667%);
}

.col-5 {
  width: calc(40% - 2.3333333333%);
}

.col-6 {
  width: calc(48% - 2%);
}

.col-7 {
  width: calc(56% - 1.6666666667%);
}

.col-8 {
  width: calc(64% - 1.3333333333%);
}

.col-9 {
  width: calc(72% - 1%);
}

.col-10 {
  width: calc(80% - 0.6666666667%);
}

.col-11 {
  width: calc(88% - 0.3333333333%);
}

.col-12 {
  width: 96%;
}

.row.no-gutter > .col-1 {
  width: calc(8.3333333333%);
}

.row.no-gutter > .col-2 {
  width: calc(16.6666666667%);
}

.row.no-gutter > .col-3 {
  width: calc(25%);
}

.row.no-gutter > .col-4 {
  width: calc(33.3333333333%);
}

.row.no-gutter > .col-5 {
  width: calc(41.6666666667%);
}

.row.no-gutter > .col-6 {
  width: calc(50%);
}

.row.no-gutter > .col-7 {
  width: calc(58.3333333333%);
}

.row.no-gutter > .col-8 {
  width: calc(66.6666666667%);
}

.row.no-gutter > .col-9 {
  width: calc(75%);
}

.row.no-gutter > .col-10 {
  width: calc(83.3333333333%);
}

.row.no-gutter > .col-11 {
  width: calc(91.6666666667%);
}

.row.no-gutter > .col-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .col-1-sm {
    width: calc(8% - 3.6666666667%);
  }
  .col-2-sm {
    width: calc(16% - 3.3333333333%);
  }
  .col-3-sm {
    width: calc(24% - 3%);
  }
  .col-4-sm {
    width: calc(32% - 2.6666666667%);
  }
  .col-5-sm {
    width: calc(40% - 2.3333333333%);
  }
  .col-6-sm {
    width: calc(48% - 2%);
  }
  .col-7-sm {
    width: calc(56% - 1.6666666667%);
  }
  .col-8-sm {
    width: calc(64% - 1.3333333333%);
  }
  .col-9-sm {
    width: calc(72% - 1%);
  }
  .col-10-sm {
    width: calc(80% - 0.6666666667%);
  }
  .col-11-sm {
    width: calc(88% - 0.3333333333%);
  }
  .col-12-sm {
    width: 96%;
  }
  .row.no-gutter > .col-1-sm {
    width: calc(8.3333333333%);
  }
  .row.no-gutter > .col-2-sm {
    width: calc(16.6666666667%);
  }
  .row.no-gutter > .col-3-sm {
    width: calc(25%);
  }
  .row.no-gutter > .col-4-sm {
    width: calc(33.3333333333%);
  }
  .row.no-gutter > .col-5-sm {
    width: calc(41.6666666667%);
  }
  .row.no-gutter > .col-6-sm {
    width: calc(50%);
  }
  .row.no-gutter > .col-7-sm {
    width: calc(58.3333333333%);
  }
  .row.no-gutter > .col-8-sm {
    width: calc(66.6666666667%);
  }
  .row.no-gutter > .col-9-sm {
    width: calc(75%);
  }
  .row.no-gutter > .col-10-sm {
    width: calc(83.3333333333%);
  }
  .row.no-gutter > .col-11-sm {
    width: calc(91.6666666667%);
  }
  .row.no-gutter > .col-12-sm {
    width: 100%;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .col-1-md {
    width: calc(8% - 3.6666666667%);
  }
  .col-2-md {
    width: calc(16% - 3.3333333333%);
  }
  .col-3-md {
    width: calc(24% - 3%);
  }
  .col-4-md {
    width: calc(32% - 2.6666666667%);
  }
  .col-5-md {
    width: calc(40% - 2.3333333333%);
  }
  .col-6-md {
    width: calc(48% - 2%);
  }
  .col-7-md {
    width: calc(56% - 1.6666666667%);
  }
  .col-8-md {
    width: calc(64% - 1.3333333333%);
  }
  .col-9-md {
    width: calc(72% - 1%);
  }
  .col-10-md {
    width: calc(80% - 0.6666666667%);
  }
  .col-11-md {
    width: calc(88% - 0.3333333333%);
  }
  .col-12-md {
    width: 96%;
  }
  .row.no-gutter > .col-1-md {
    width: calc(8.3333333333%);
  }
  .row.no-gutter > .col-2-md {
    width: calc(16.6666666667%);
  }
  .row.no-gutter > .col-3-md {
    width: calc(25%);
  }
  .row.no-gutter > .col-4-md {
    width: calc(33.3333333333%);
  }
  .row.no-gutter > .col-5-md {
    width: calc(41.6666666667%);
  }
  .row.no-gutter > .col-6-md {
    width: calc(50%);
  }
  .row.no-gutter > .col-7-md {
    width: calc(58.3333333333%);
  }
  .row.no-gutter > .col-8-md {
    width: calc(66.6666666667%);
  }
  .row.no-gutter > .col-9-md {
    width: calc(75%);
  }
  .row.no-gutter > .col-10-md {
    width: calc(83.3333333333%);
  }
  .row.no-gutter > .col-11-md {
    width: calc(91.6666666667%);
  }
  .row.no-gutter > .col-12-md {
    width: 100%;
  }
  .hidden-sm {
    display: inherit;
  }
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .hidden-md {
    display: inherit;
  }
  .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;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

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

.m-b-7 {
  margin-bottom: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.p-l-8 {
  padding-left: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.m-t-11 {
  margin-top: 11rem !important;
}

.p-t-11 {
  padding-top: 11rem !important;
}

.m-b-11 {
  margin-bottom: 11rem !important;
}

.p-b-11 {
  padding-bottom: 11rem !important;
}

.m-l-11 {
  margin-left: 11rem !important;
}

.p-l-11 {
  padding-left: 11rem !important;
}

.m-r-11 {
  margin-right: 11rem !important;
}

.p-r-11 {
  padding-right: 11rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.m-t-12 {
  margin-top: 12rem !important;
}

.p-t-12 {
  padding-top: 12rem !important;
}

.m-b-12 {
  margin-bottom: 12rem !important;
}

.p-b-12 {
  padding-bottom: 12rem !important;
}

.m-l-12 {
  margin-left: 12rem !important;
}

.p-l-12 {
  padding-left: 12rem !important;
}

.m-r-12 {
  margin-right: 12rem !important;
}

.p-r-12 {
  padding-right: 12rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.m-t-13 {
  margin-top: 13rem !important;
}

.p-t-13 {
  padding-top: 13rem !important;
}

.m-b-13 {
  margin-bottom: 13rem !important;
}

.p-b-13 {
  padding-bottom: 13rem !important;
}

.m-l-13 {
  margin-left: 13rem !important;
}

.p-l-13 {
  padding-left: 13rem !important;
}

.m-r-13 {
  margin-right: 13rem !important;
}

.p-r-13 {
  padding-right: 13rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.m-t-14 {
  margin-top: 14rem !important;
}

.p-t-14 {
  padding-top: 14rem !important;
}

.m-b-14 {
  margin-bottom: 14rem !important;
}

.p-b-14 {
  padding-bottom: 14rem !important;
}

.m-l-14 {
  margin-left: 14rem !important;
}

.p-l-14 {
  padding-left: 14rem !important;
}

.m-r-14 {
  margin-right: 14rem !important;
}

.p-r-14 {
  padding-right: 14rem !important;
}

.m-14 {
  margin: 14rem !important;
}

.p-14 {
  padding: 14rem !important;
}

.m-t-15 {
  margin-top: 15rem !important;
}

.p-t-15 {
  padding-top: 15rem !important;
}

.m-b-15 {
  margin-bottom: 15rem !important;
}

.p-b-15 {
  padding-bottom: 15rem !important;
}

.m-l-15 {
  margin-left: 15rem !important;
}

.p-l-15 {
  padding-left: 15rem !important;
}

.m-r-15 {
  margin-right: 15rem !important;
}

.p-r-15 {
  padding-right: 15rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.m-t-16 {
  margin-top: 16rem !important;
}

.p-t-16 {
  padding-top: 16rem !important;
}

.m-b-16 {
  margin-bottom: 16rem !important;
}

.p-b-16 {
  padding-bottom: 16rem !important;
}

.m-l-16 {
  margin-left: 16rem !important;
}

.p-l-16 {
  padding-left: 16rem !important;
}

.m-r-16 {
  margin-right: 16rem !important;
}

.p-r-16 {
  padding-right: 16rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.m-t-17 {
  margin-top: 17rem !important;
}

.p-t-17 {
  padding-top: 17rem !important;
}

.m-b-17 {
  margin-bottom: 17rem !important;
}

.p-b-17 {
  padding-bottom: 17rem !important;
}

.m-l-17 {
  margin-left: 17rem !important;
}

.p-l-17 {
  padding-left: 17rem !important;
}

.m-r-17 {
  margin-right: 17rem !important;
}

.p-r-17 {
  padding-right: 17rem !important;
}

.m-17 {
  margin: 17rem !important;
}

.p-17 {
  padding: 17rem !important;
}

.m-t-18 {
  margin-top: 18rem !important;
}

.p-t-18 {
  padding-top: 18rem !important;
}

.m-b-18 {
  margin-bottom: 18rem !important;
}

.p-b-18 {
  padding-bottom: 18rem !important;
}

.m-l-18 {
  margin-left: 18rem !important;
}

.p-l-18 {
  padding-left: 18rem !important;
}

.m-r-18 {
  margin-right: 18rem !important;
}

.p-r-18 {
  padding-right: 18rem !important;
}

.m-18 {
  margin: 18rem !important;
}

.p-18 {
  padding: 18rem !important;
}

.m-t-19 {
  margin-top: 19rem !important;
}

.p-t-19 {
  padding-top: 19rem !important;
}

.m-b-19 {
  margin-bottom: 19rem !important;
}

.p-b-19 {
  padding-bottom: 19rem !important;
}

.m-l-19 {
  margin-left: 19rem !important;
}

.p-l-19 {
  padding-left: 19rem !important;
}

.m-r-19 {
  margin-right: 19rem !important;
}

.p-r-19 {
  padding-right: 19rem !important;
}

.m-19 {
  margin: 19rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.m-t-20 {
  margin-top: 20rem !important;
}

.p-t-20 {
  padding-top: 20rem !important;
}

.m-b-20 {
  margin-bottom: 20rem !important;
}

.p-b-20 {
  padding-bottom: 20rem !important;
}

.m-l-20 {
  margin-left: 20rem !important;
}

.p-l-20 {
  padding-left: 20rem !important;
}

.m-r-20 {
  margin-right: 20rem !important;
}

.p-r-20 {
  padding-right: 20rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.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;
  text-align: left;
}
body .fci-radio-card > .fci-radio-card-item > .body > label > input {
  width: 0;
  height: 0;
  opacity: 0;
}
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 {
  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
  			{
  				position:absolute;
  				top:calc(50% - 1rem);
  				left:50%;
  				width:1.5rem;
  				height:1.5rem;
  				transform:translate(-50%, -50%);
  				content:'';
  				background:url('/assets/icon-example.svg') no-repeat;
  				background-size:100% auto;
  			}
  			&>.text
  			{
  				display: none;
  			}
  		}
  	}
  }
  */
}

body .fci-radio-card.category {
  cursor: pointer;
  font-size: 0;
}
body .fci-radio-card.category > div > .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.category > div > .fci-radio-card-item.selected, body .fci-radio-card.category > div > .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.category > div > .fci-radio-card-item > .body {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: left;
}
body .fci-radio-card.category > div > .fci-radio-card-item > .body > label > input {
  width: 0;
  height: 0;
  opacity: 0;
}
body .fci-radio-card.category > div > .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.category > div > .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.category > div > .fci-radio-card-item > .body > label input:checked ~ .check {
  background-color: #2196F3;
}
body .fci-radio-card.category > div > .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.category > div > .fci-radio-card-item.error > .body > label {
  color: #FF4300;
}
body .fci-radio-card.category > div > .fci-radio-card-item {
  /*
  //A UTILISER POUR METTRE UNE ICONE
  &.card1
  {
  	&>.body
  	{
  		&>label
  		{
  			&:before
  			{
  				position:absolute;
  				top:calc(50% - 1rem);
  				left:50%;
  				width:1.5rem;
  				height:1.5rem;
  				transform:translate(-50%, -50%);
  				content:'';
  				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(0, 0, 0, 0.33);
  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(0, 0, 0, 0.33);
  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(0, 0, 0, 0.33);
}
body .fci-switch > .body > label > input:focus + .slider {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
}
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;
}
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;
  white-space: nowrap;
}
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;
  white-space: nowrap;
}

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 button {
    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");
  }
}
.fg-primary {
  color: #EA5906;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  opacity: 0.7;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: 0 2px 8px 0 RGBA(0, 0, 0, 0.11);
  background: #F4F4F4;
  border-radius: 15.5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222765;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

i.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
i.icon.icon-arrow-right-white {
  background-image: url("/assets/icons/fleche-droite.svg");
}
i.icon.icon-arrow-back {
  background-image: url("/assets/icons/arrow-back.svg");
  width: 28px;
  height: 13px;
}
i.icon.icon-flag {
  background-image: url("/assets/icons/Flag-icn.png");
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin: auto;
}
i.icon.icon-check {
  background-image: url("/assets/icons/OK-illus.png");
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin: auto;
}
i.icon.icon-pig {
  background-image: url("/assets/icons/PIG-illus.png");
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin: auto;
}
i.icon.icon-timer {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/assets/dialog/Chrono-icn.svg");
  vertical-align: middle;
  margin: 0 0.5rem;
}
i.icon.icon-chevron {
  width: 14px;
  height: 16px;
  background-image: url("/assets/icons/arrow-orange-active.svg");
  vertical-align: middle;
  margin: 0 0.5rem;
}
i.icon.icon-search {
  width: 16px;
  height: 18px;
  background-image: url("/assets/icons/search-icn.svg");
  vertical-align: middle;
}

#popup-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.popup-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
}
.popup-block > .popup-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 50rem;
  max-height: 100%;
  background-color: #fff;
  border-radius: 0.15rem;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.18);
}
.popup-block > .popup-content > .button-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
}

#session-expired > .session-block {
  box-shadow: 0 26px 17px -20px RGBA(156, 160, 167, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 38px;
  padding: 2rem;
  width: 98%;
  max-width: 30rem;
}
#session-expired > .session-block > .content > .button-line > .button {
  max-width: 14rem;
}

body .button {
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background: transparent;
  display: block;
  margin: auto;
  outline: 0;
  border: 2px solid transparent;
}
body .button:disabled, body .button.disabled-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
body .button.primary {
  background-color: #EA5906;
  box-shadow: 0 5px 20px 0 RGBA(234, 89, 6, 0.55);
  color: #FFFFFF;
}
body .button.primary:hover {
  background-color: #FFFFFF;
  border: 2px solid #EA5906;
  color: #EA5906;
}
body .button.primary {
  transition: background 0.3s linear;
  border: 2px solid #EA5906;
}
body .button.primary.action {
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 41px;
  position: relative;
}
body .button.primary.action:before {
  content: "";
  width: 17px;
  height: 20px;
  background-image: url("/assets/icons/fleche-droite.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
body .button.primary.generatePDF:before {
  height: 25px;
  background-image: url("/assets/icons/icn-pdf-inactive.svg");
}
body .button.primary.rdv {
  position: relative;
}
body .button.primary.rdv:before {
  content: "";
  width: 20px;
  height: 23px;
  background-image: url("/assets/icons/calendar-days-solid-white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
body .button.primary.rdv:hover:before {
  background-image: url("/assets/icons/calendar-days-solid-orange.svg");
}
body .button.red {
  background-color: #9C0A0F;
  border: 2px solid transparent;
  transition: background 0.3s linear;
  color: #FFFFFF;
}
body .button.red:hover {
  background-color: #FFFFFF;
  border: 2px solid #9C0A0F;
  color: #9C0A0F;
}
body .button.red.contact:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  background-image: url("/assets/icons/icn-appeler-active.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
body .button.red:hover.contact:before {
  background-image: url("/assets/icons/phone-red.svg");
}
body .button.back {
  background-color: #E8E8EA;
  box-shadow: 0 0 6px 0 #B3B0C3;
  border-radius: 41px;
  border: 1px solid transparent;
  color: #EA5906;
  padding: 1rem 1rem 1rem 3rem;
}
body .button.back > .icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background-image: url("/assets/icons/arrow-back-orange.svg");
  width: 17px;
  height: 20px;
  margin: 0;
}
body .button.back:hover {
  border: 1px solid #EA5906;
}
body .button.next:disabled {
  opacity: 0.5;
}
body .button.rounded {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  position: relative;
}
body .button.rounded > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .button.rounded > .icon.icon-arrow-right-white {
  width: 20%;
  height: 24%;
}
body .button.close {
  background-color: #EA5906;
  box-shadow: 0 5px 20px 0 RGBA(234, 89, 6, 0.55);
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
  font-size: 0;
}
body .button.close > .bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #FFFFFF;
  border-radius: 1.5px;
  opacity: 1;
  left: 50%;
}
body .button.close > .bar:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}
body .button.close > .bar:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
}
body .button.tooltip {
  display: inline-block;
  vertical-align: middle;
  background-image: url("/assets/icons/i-info.svg");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background-color: #EA5906;
  box-shadow: 0 5px 20px 0 RGBA(234, 89, 6, 0.55);
  color: #FFFFFF;
}
body .button.tooltip:hover {
  background-color: #FFFFFF;
  border: 2px solid #EA5906;
  color: #EA5906;
}
body .button.tooltip {
  cursor: pointer;
  margin: 0 0.25rem;
  border: 2px solid transparent;
  transition: background-color 0.3s linear;
  font-size: 0;
}
body .button.tooltip:hover {
  background-color: #FFFFFF;
  border: 2px solid #EA5906;
  background-image: url("/assets/icons/i-info-orange.svg");
}
body .button.contact-pdf {
  padding: 1rem 3rem;
  border-radius: 41px;
  text-align: center;
  background-image: url("/assets/icons/icn-pdf-inactive.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left 1.5rem;
  max-width: 23rem;
  margin: auto;
}
body .button.contact-pdf:hover {
  background-image: url("/assets/icons/icn-pdf-active.svg");
}
body .button.contact-pdf.primary:hover {
  background-image: url("/assets/icons/icn-pdf-active-orange.svg");
}
body .button.contact-conseiller {
  padding: 1rem 2rem 1rem 3.5rem;
  border-radius: 41px;
  text-align: center;
  background-image: url("/assets/icons/icn-appeler-active.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  background-position: center left 1.5rem;
}
body .button.contact-conseiller:hover {
  background-image: url("/assets/icons/phone-red.svg");
}
body .button.simple-link {
  color: #EA5906;
  position: relative;
}
body .button.simple-link:hover {
  text-decoration: underline;
}
body .button.search {
  width: 3rem;
  height: calc(3rem + 1px);
  border-radius: 0 7px 7px 0;
}
body .button.search:hover > .icon {
  background-image: url("/assets/icons/search-icn-active.svg");
}
body .button:focus-visible {
  border: 2px solid #222765;
}

@media screen and (min-width: 768px) {
  body .button.back {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 3;
  }
  body .button.primary:hover {
    background-color: #FFFFFF;
    color: #EA5906;
    border-color: #EA5906;
  }
  body .button.primary:hover.action:before {
    background-image: url("/assets/icons/arrow-orange-active.svg");
  }
  body .button.primary:hover.rounded > .icon {
    background-image: url("/assets/icons/arrow-orange-active.svg");
  }
  body .button.primary:hover.generatePDF:before {
    background-image: url("/assets/icons/icn-pdf-active.svg");
  }
  body .button.red.small {
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-size: 12px;
    line-height: 0.9rem;
    background-position: center left 1rem;
  }
}
body .fci.fci-radio-card > .fci-radio-card-item, body .fci.fci-radio-card.category > div > .fci-radio-card-item {
  margin: 0.25rem 1%;
  height: auto;
  border: 0;
  width: 98%;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body {
  border: 2px solid transparent;
  border-radius: 7px;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label {
  display: block;
  padding: 1rem 1rem 1rem 1.8rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > input, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label > input {
  width: 0;
  height: 0;
  opacity: 0;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > .text, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label > .text {
  position: relative;
  color: #EF7C00;
  top: 0;
  left: auto;
  transform: none;
  font-size: 1rem;
  text-align: left;
  display: block;
  width: 100%;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > .check, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label > .check {
  left: 1rem;
  top: 50%;
  border: 1px solid #EF7C00;
  background-color: transparent;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label input:checked ~ .check {
  background: transparent;
  border: 0;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check:after, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label input:checked ~ .check:after {
  width: 4px;
  height: 9px;
  border: solid #EF7C00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  background: transparent;
  border-radius: 0;
  left: 28%;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .text, body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label input:checked ~ .text {
  color: #222765;
}
body .fci.fci-radio-card > .fci-radio-card-item.selected, body .fci.fci-radio-card > .fci-radio-card-item:hover, body .fci.fci-radio-card.category > div > .fci-radio-card-item.selected, body .fci.fci-radio-card.category > div > .fci-radio-card-item:hover {
  box-shadow: none;
}
body .fci.fci-radio-card > .fci-radio-card-item.selected > .body, body .fci.fci-radio-card > .fci-radio-card-item:hover > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item.selected > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item:hover > .body {
  background-color: #FFF4CF;
}
body .fci.fci-radio-card > .fci-radio-card-item.focused, body .fci.fci-radio-card.category > div > .fci-radio-card-item.focused {
  box-shadow: none;
}
body .fci.fci-radio-card > .fci-radio-card-item.focused > .body, body .fci.fci-radio-card.category > div > .fci-radio-card-item.focused > .body {
  border: 2px solid #222765;
}
body .fci.fci-radio-card > .fci-radio-card-item.with-tooltip > .body > label, body .fci.fci-radio-card.category > div > .fci-radio-card-item.with-tooltip > .body > label {
  padding-right: 2rem;
}
body .fci.fci-radio-card > .fci-radio-card-item.with-tooltip > .body > .tooltip, body .fci.fci-radio-card.category > div > .fci-radio-card-item.with-tooltip > .body > .tooltip {
  position: absolute;
  top: 1rem;
  right: 0;
}
body .fci.fci-radio-card.spec-radio, body .fci.fci-radio-card.category > div.spec-radio {
  flex-wrap: wrap;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item, body .fci.fci-radio-card.category > div.spec-radio > .fci-radio-card-item {
  width: 100%;
  margin-top: 1rem;
  flex-basis: auto;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item > .body > label, body .fci.fci-radio-card.category > div.spec-radio > .fci-radio-card-item > .body > label {
  text-align: left;
}
body .fci.fci-radio-card.category {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
body .fci.fci-radio-card.category > div > .fci-radio-card-label {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
  margin: 0 0.5rem 0.5rem 0.5rem;
  text-align: center;
}
body .fci.fci-radio-card.category > div > .fci-radio-card-item > .body > label {
  padding: 0.5rem 0.5rem 0.5rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .fci.fci-radio > .body > label > input:checked ~ .check {
  background-color: #EF7C00;
}
body .fci.fci-select > .body {
  background-image: linear-gradient(180deg, #FFFAE9, #FFF4CF);
  box-shadow: 0 6px 9px 0 RGBA(253, 196, 29, 0.44);
  border-radius: 7px;
  border: 2px solid transparent;
}
body .fci.fci-select > .body > button {
  background-color: transparent;
  font-weight: 500;
  background-image: url("/assets/icons/arrow-bot.svg");
  background-size: 12.86px 10px;
  background-position: right 1rem center;
  text-align: center;
  padding-right: 2rem;
  min-height: 3rem;
  color: #222765;
  font-family: "sofia-pro";
  border: 2px solid transparent;
}
body .fci.fci-select > .body > button:focus-visible {
  border: 2px solid #222765;
}
body .fci.fci-select.fci-text__theme_white > .body {
  background: #FBFCFD;
  border: 1px solid #D2D2D2;
  box-shadow: inset 0 1px 4px 0 RGBA(35, 29, 74, 0.32);
}
body .fci.fci-select.fci-text__theme_white > .body > button {
  text-align: left;
  padding: 0.4rem 2rem;
  color: #222765;
}
body .fci.fci-text > .body {
  background-image: linear-gradient(180deg, #FFFAE9, #FFF4CF);
  box-shadow: 0 6px 9px 0 RGBA(253, 196, 29, 0.44);
  border-radius: 7px;
  border: 2px solid transparent;
}
body .fci.fci-text > .body > input {
  background-color: transparent;
  font-weight: 500;
  text-align: center;
  min-height: 3rem;
  color: #222765;
  font-family: "sofia-pro";
}
body .fci.fci-text > .body > .unit {
  font-size: 0.9em;
  color: #EF7C00;
  white-space: nowrap;
}
body .fci.fci-text.focused > .body {
  border: 2px solid #222765;
}
body .fci.fci-text.datepicker > .body {
  margin-right: 4rem;
  width: calc(100% - 4rem);
  position: relative;
}
body .fci.fci-text.datepicker > .body > span {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5rem);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 7px;
  background-color: #EA5906;
  background-image: url("/assets/icons/icn-calendar.svg");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.3s;
}
body .fci.fci-text.datepicker > .body > span:hover {
  background-color: #FFFFFF;
  background-image: url("/assets/icons/icn-calendar-active.svg");
  border: 1px solid #EA5906;
}
body .fci.fci-text.bordered > .body {
  border: 2px solid #EA5906;
}
body .fci.fci-text.fci-text__theme_white > .body {
  background: #FBFCFD;
  border: 1px solid #D2D2D2;
  box-shadow: inset 0 1px 4px 0 RGBA(35, 29, 74, 0.32);
}
body .fci.fci-text.fci-text__theme_white > .body > input {
  text-align: left;
  padding: 0.4rem 2rem;
}
body .fci.fci-text.fci-text__theme_white > .body > input:disabled {
  opacity: 0.5;
}
body .fci.fci-checkbox-card > .body > label > .text {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding-left: 2rem;
  color: #EA5906;
}
body .fci.fci-checkbox-card > .body > label > input:checked ~ .check {
  background-color: #EA5906;
  border: 1px solid #EA5906;
}
body .fci.fci-checkbox-card > .body > label > input:checked ~ .check:after {
  left: 23%;
  border-color: #FFFFFF;
}
body .fci.fci-checkbox-card > .body > label > .check {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #D2D2D2;
}
body .fci.fci-checkbox {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}
body .fci.fci-checkbox > .body > label > input {
  display: none;
}
body .fci.fci-checkbox > .body > label > .check {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
body .fci.fci-checkbox > .body > label > .check:after {
  content: "";
  position: absolute;
  display: none;
  left: 29%;
  top: 50%;
  width: 0.4rem;
  height: 0.7rem;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
body .fci.fci-checkbox > .body > label > input:checked ~ .check {
  background-color: #EA5906;
  border: 1px solid #EA5906;
}
body .fci.fci-checkbox > .body > label > input:checked ~ .check:after {
  display: block;
}
body .fci.fci-switch {
  margin: 0 1rem;
  padding: 0 2rem;
}
body .fci.fci-switch > .body > label > .slider {
  background-color: #EA5906;
}
body .fci.fci-switch > .body > label > .text:before {
  content: "Non";
  opacity: 1;
  right: calc(100% + 0.25rem);
  font-weight: 600;
  color: #EA5906;
  font-size: 0.9rem;
}
body .fci.fci-switch > .body > label > .text:after {
  content: "Oui";
  color: #EBEBEB;
  opacity: 1;
  left: calc(100% + 0.25rem);
  font-weight: 600;
  font-size: 0.9rem;
}
body .fci.fci-switch > .body > label > input:checked + .slider {
  background-color: #EA5906;
}
body .fci.fci-switch > .body > label > input:checked ~ .text:before {
  color: #EBEBEB;
}
body .fci.fci-switch > .body > label > input:checked ~ .text:after {
  color: #EA5906;
}
body .fci.disabled > .body {
  opacity: 1;
}
body .fci.disabled > .body > .unit {
  background: transparent;
}
body .fci.error {
  position: relative;
}
body .fci.error .body {
  border: 2px solid #DC161D !important;
}
body .fci-select-list {
  background-image: linear-gradient(180deg, #FFFAE9, #FFF4CF);
  border-radius: 7px;
}
body .fci-select-list > ul > li {
  text-align: center;
  font-weight: 500;
  color: #222765;
  font-family: "sofia-pro";
  white-space: normal;
}
body .fci-select-list > ul > li > button:focus {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  body .fci.fci-radio-card > .fci-radio-card-item {
    width: 48%;
  }
}
@media screen and (min-width: 1400px) {
  body .fci.fci-radio-card.category {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  body .fci.fci-radio-card.category > div:first-child {
    position: relative;
  }
  body .fci.fci-radio-card.category > div:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1%;
    height: 90%;
    width: 1px;
    background-color: #222765;
    transform: translateY(-50%);
  }
}
body .shares-button-open {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
body .shares-button-open > button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 0;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
body .shares-button-open > button:after {
  position: absolute;
  bottom: -4rem;
  left: -4rem;
  width: 7rem;
  height: 7rem;
  content: "";
  background-color: #EA5906;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
body .shares-button-open > button:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/icons/icn-share.svg") no-repeat;
  background-size: 100% auto;
  background-position: center;
}
body .shares-button-open > button:hover {
  transform: scale(1.1);
}
body .shares-button-open > button:focus-visible {
  border: 0;
}
body .shares-button-open > button:focus-visible:after {
  border: 2px solid #222765;
}
body .shares-button-open > img {
  margin: 0 auto 0.65rem;
  padding: 0;
  width: 1.5rem;
}
body #shares-popup {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0 0 3rem;
  padding: 4rem 1rem 2rem 1rem;
  box-shadow: 0 12px 17px 0 rgba(35, 29, 74, 0.24);
  width: 100%;
  height: 100%;
  background-color: #ffe48a;
  max-width: 30rem;
  border-radius: 0 20px 20px 0;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  z-index: 110;
}
body #shares-popup.hide {
  transform: translateX(calc(-100% - 2rem));
}
body #shares-popup > .content {
  height: 100%;
  overflow-y: auto;
}
body #shares-popup > .content > .text {
  margin: 0 1rem;
  padding: 0;
  color: #312865;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: justify;
}
body #shares-popup > .content > .container {
  margin: auto;
  padding: 2rem 0;
  width: 80%;
  max-width: none;
}
body #shares-popup > .content > .container > .row.separator {
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
body #shares-popup > .content > .container > .row .label, body #shares-popup > .content > .container > .row .message {
  font-size: 0.9rem;
  font-weight: 200;
  color: #312865;
  margin: 0.25rem 0;
}
body #shares-popup > .content > .container > .row.submit > .col-12 {
  text-align: center;
}
body #shares-popup > .shares-button-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.loader-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loader-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ea5906;
  border-color: #ea5906 transparent #ea5906 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  width: 100%;
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.legend {
  font-size: 0.8rem;
  margin: 0;
  font-weight: 300;
}

.no-scroll {
  overflow: hidden;
}

.fw-small {
  font-weight: 300;
}

.p-relative {
  position: relative;
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.tooltip_accessible {
  position: absolute;
  visibility: hidden;
  display: none;
}

.acces-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  font-size: 0 !important;
}

a.external-link {
  color: #EA5906;
}

fieldset {
  border: 0;
}

h1 {
  color: #F17905;
  font-weight: 900;
  font-size: 1.6rem;
  position: relative;
  padding-left: 4rem;
}
h1:before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  background: url("/assets/diagnostic/two-chevrons.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 3rem;
  height: 2rem;
}

h2 {
  color: #EA5906;
  font-weight: 600;
  font-size: 1.3rem;
}

strong {
  font-weight: 600;
}

body {
  background-image: linear-gradient(180deg, #EAEAEA 0%, #F6F6F6 100%);
  font-family: "sofia-pro";
  font-size: 100%;
  position: relative;
  min-height: 100vh;
  color: #222765;
}
body:before {
  content: "";
  background-image: url("/assets/pattern.png");
  background-repeat: repeat;
  background-size: 130px auto;
  width: 100%;
  height: calc(100% - 26rem);
  position: absolute;
  top: 26rem;
  left: 0;
  right: 0;
}
body > .page-wrapper {
  position: relative;
  z-index: 2;
}
body > .page-wrapper > main {
  max-width: 70rem;
  margin: auto;
}
body > .page-wrapper > .header-wrapper > header {
  max-width: 70rem;
  margin: auto;
  padding: 6rem 0 0 0;
}
body > .page-wrapper > .header-wrapper > header > .logo {
  width: 30%;
  display: block;
  max-width: 10rem;
  border-radius: 0 0 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
body > .page-wrapper > .header-wrapper > header > .logo > img {
  width: 100%;
}
body > .page-wrapper > .header-wrapper > header > .cta {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
}
body > .page-wrapper > .header-wrapper > header > .cta > .button {
  border-radius: 0 0 40px 40px;
  padding: 1rem 2rem 2rem 2rem;
  position: relative;
  font-size: 0;
  margin: 0 0.25rem;
}
body > .page-wrapper > .header-wrapper > header > .cta > .button::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body > .page-wrapper > main > .content {
  background: #F4F4F4;
  box-shadow: 0 26px 17px -20px RGBA(156, 160, 167, 0.5);
  border-radius: 40px 40px 0 0;
}
body > .page-wrapper > main > .legacy {
  max-width: 60rem;
  margin: auto;
}
body > .page-wrapper > main > .legacy > p {
  font-size: 0.9rem;
  margin: 0.5rem 1rem;
}
body > footer > .accessibilite {
  position: fixed;
  bottom: 0;
  right: 2rem;
  margin: 0;
  z-index: 99;
}
body > footer > .accessibilite > .button {
  display: flex;
  background-color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 18px 18px 0 0;
  transition: background-color 0.3s linear;
}
body > footer > .accessibilite > .button > .icon {
  width: 13px;
  height: 16px;
  background-image: url("/assets/home/accessibilite.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0 0.25rem;
}
body > footer > .accessibilite > .button > .text {
  color: #B6B8BF;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
body > footer > .accessibilite > .button:hover {
  background-color: #ea5906;
}
body > footer > .accessibilite > .button:hover > .icon {
  background-image: url("/assets/home/accessibilite-white.svg");
}
body > footer > .accessibilite > .button:hover > .text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  body .shares-button-open > button {
    width: 5rem;
    height: 5rem;
    font-size: 0.8rem;
  }
  body .shares-button-open > button:after {
    bottom: -7rem;
    left: -7rem;
    width: 13rem;
    height: 13rem;
  }
  body .shares-button-open > button:before {
    width: 2rem;
    height: 2rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  body > .page-wrapper {
    position: relative;
  }
  body > .page-wrapper > .header-wrapper > header {
    padding: 1rem 0;
    position: relative;
  }
  body > .page-wrapper > .header-wrapper > header > .logo {
    position: absolute;
    top: 1rem;
    border-radius: 15px;
  }
  body > .page-wrapper > .header-wrapper > header > .cta > .button {
    border-radius: 0 0 0 40px;
    padding: 1rem 2rem 1rem 4rem;
    font-size: 1rem;
    position: relative;
  }
  body > .page-wrapper > .header-wrapper > header > .cta > .button::before {
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
  }
  body > .page-wrapper > .header-wrapper > header > .cta > .button.rdv {
    border-radius: 0 0 40px 40px;
  }
}
.dialog,
.fake-dialog {
  position: relative;
  display: none;
  opacity: 0;
}
.dialog.fake-dialog,
.fake-dialog.fake-dialog {
  display: block;
  opacity: 1;
}
.dialog.opened,
.fake-dialog.opened {
  display: block !important;
  opacity: 1 !important;
}
.dialog > .new,
.fake-dialog > .new {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/dialog/Notif.svg") no-repeat;
  background-size: 100% auto;
  transform: translate(-3rem, -2rem);
}
.dialog > .message,
.fake-dialog > .message {
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 0;
  box-shadow: 0 12px 17px 0 rgba(35, 29, 74, 0.24);
  padding: 1rem;
  position: relative;
}
.dialog > .message:before,
.fake-dialog > .message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url("/assets/dialog/patte-blanche.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2rem;
  height: 2rem;
}
.dialog > .message:after,
.fake-dialog > .message:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url("/assets/dialog/chat-icn.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  transform: translate(-85%, -60%);
}
.dialog > .message > p,
.fake-dialog > .message > p {
  font-size: 1em;
  margin: 1rem 0;
  line-height: 1.3em;
  font-weight: 300;
}
.dialog > .message > p > strong,
.fake-dialog > .message > p > strong {
  font-weight: 600;
}
.dialog > .message > p.timer,
.fake-dialog > .message > p.timer {
  background-color: #FFE48A;
  color: #EF7C00;
  border-radius: 14px;
  padding: 1rem;
  position: relative;
  font-weight: 500;
  text-align: center;
}
.dialog > .message > p.amount,
.fake-dialog > .message > p.amount {
  background-color: #FFE48A;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 1rem;
  border-radius: 15px;
}
.dialog > .message > p.amount > span,
.fake-dialog > .message > p.amount > span {
  color: #EF7C00;
  font-size: 1em;
}
.dialog > .message > p.legend,
.fake-dialog > .message > p.legend {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin: 0;
}
.dialog > .answer,
.fake-dialog > .answer {
  background-color: #FFE48A;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 7px 14px 0 rgba(196, 146, 0, 0.47);
  padding: 1rem;
  position: relative;
  float: right;
  transform: translateY(-3rem);
}
.dialog > .answer:before,
.fake-dialog > .answer:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  background: url("/assets/dialog/patte-jaune.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2rem;
  height: 2rem;
}
.dialog > .answer.with-validation,
.fake-dialog > .answer.with-validation {
  padding: 1rem 1rem 4rem 1rem;
}
.dialog > .answer.with-validation > button.validate,
.fake-dialog > .answer.with-validation > button.validate {
  position: absolute;
  top: calc(100% - 1rem);
  right: 50%;
  transform: translate(50%, -100%);
  padding: 0.75rem 1rem;
  border-radius: 41px;
  font-size: 0.9rem;
  opacity: 0.5;
  width: calc(100% - 2rem);
}
.dialog > .answer.with-validation.bottom-validation,
.fake-dialog > .answer.with-validation.bottom-validation {
  padding-right: 1rem;
  padding-bottom: 4rem;
}
.dialog > .answer.with-validation.bottom-validation > button.validate,
.fake-dialog > .answer.with-validation.bottom-validation > button.validate {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, calc(-100% - 1rem));
}
.dialog.with-answer > .message,
.fake-dialog.with-answer > .message {
  padding-bottom: 3rem;
}
.dialog.with-answer > .answer .error-block,
.fake-dialog.with-answer > .answer .error-block {
  color: #DC161D;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.dialog.special-input > .message > .amount > .error-block,
.fake-dialog.special-input > .message > .amount > .error-block {
  color: #DC161D;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.dialog.with-answer.focused > .answer > button.action,
.fake-dialog.with-answer.focused > .answer > button.action {
  display: block;
}
.dialog.with-answer.focused > .answer.with-validation > button.validate,
.fake-dialog.with-answer.focused > .answer.with-validation > button.validate {
  opacity: 1;
}
.dialog.no-avatar > .message:after,
.fake-dialog.no-avatar > .message:after {
  display: none;
}
.dialog.wait-dialog,
.fake-dialog.wait-dialog {
  width: 4.5rem;
  text-align: center;
  opacity: 1 !important;
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 0;
}
.dialog.wait-dialog:before,
.fake-dialog.wait-dialog:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url("/assets/dialog/patte-blanche.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2rem;
  height: 2rem;
}
.dialog.wait-dialog > .dot,
.fake-dialog.wait-dialog > .dot {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  margin-right: 0.2rem;
  animation: popWave 1.3s linear infinite;
}
.dialog.wait-dialog > .dot.dot1,
.fake-dialog.wait-dialog > .dot.dot1 {
  background-color: #EF7C00;
  opacity: 0.5;
}
.dialog.wait-dialog > .dot.dot2,
.fake-dialog.wait-dialog > .dot.dot2 {
  background-color: #EF7C00;
  opacity: 0.7;
  animation-delay: -1.1s;
}
.dialog.wait-dialog > .dot.dot3,
.fake-dialog.wait-dialog > .dot.dot3 {
  background-color: #EF7C00;
  opacity: 0.9;
  animation-delay: -0.9s;
}
.dialog.warning > .message,
.fake-dialog.warning > .message {
  padding-left: 6rem;
  background: url("/assets/diagnostic/warning.png") no-repeat #9c0a0f;
  background-size: 4rem auto;
  background-position: left 2rem center;
}
.dialog.warning > .message > .text,
.fake-dialog.warning > .message > .text {
  font-weight: 600;
  color: #FFFFFF;
}
.dialog.warning > .message:before,
.fake-dialog.warning > .message:before {
  background-image: url("/assets/dialog/patte-rouge.svg");
}
.dialog:focus, .dialog:focus-visible,
.fake-dialog:focus,
.fake-dialog:focus-visible {
  outline: 0;
}
@keyframes popWave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-0.5rem);
  }
}
@media screen and (min-width: 768px) {
  .dialog > .message, .fake-dialog > .message {
    padding: 1rem 2rem;
  }
  .dialog > .message:after, .fake-dialog > .message:after {
    width: 3rem;
    height: 3rem;
  }
  .dialog > .answer.with-validation, .fake-dialog > .answer.with-validation {
    padding: 1rem 4rem 1rem 1rem;
  }
  .dialog > .answer.with-validation > button.validate, .fake-dialog > .answer.with-validation > button.validate {
    top: 0.5rem;
    right: 1rem;
    transform: translateY(50%);
    padding: 0.5rem;
    border-radius: 5px;
    width: auto;
  }
  .dialog > .answer.with-validation > button.validate.v-center, .fake-dialog > .answer.with-validation > button.validate.v-center {
    top: 50%;
    transform: translateY(-50%);
  }
}
.contact-form > form {
  padding: 1rem;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 19px;
}
.contact-form > form > h2 {
  position: relative;
  font-size: 2rem;
  margin: 1rem 0;
  padding: 0 0 0 4rem;
  color: #f17905;
}
.contact-form > form > h2:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  display: block;
  background: url("/assets/diagnostic/two-chevrons.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2.5rem;
  height: 2rem;
}
.contact-form > form > .row > div .input-search,
.contact-form > form > .row fieldset .input-search {
  position: relative;
}
.contact-form > form > .row > div .title,
.contact-form > form > .row fieldset .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.contact-form > form > .row > div .label,
.contact-form > form > .row fieldset .label {
  margin: 0.5rem 0;
  color: #f17905;
}
.contact-form > form > .row > div .fci-checkbox-card,
.contact-form > form > .row fieldset .fci-checkbox-card {
  border: 0;
}
.contact-form > form > .row > div .fci-checkbox-card:hover, .contact-form > form > .row > div .fci-checkbox-card.selected,
.contact-form > form > .row fieldset .fci-checkbox-card:hover,
.contact-form > form > .row fieldset .fci-checkbox-card.selected {
  box-shadow: none;
}
.contact-form > form > .row > div .small,
.contact-form > form > .row fieldset .small {
  font-size: 0.9rem;
}
.contact-form > form > .row > div .search-button,
.contact-form > form > .row fieldset .search-button {
  position: absolute;
  margin: 0;
  top: 1px;
  right: 0;
  z-index: 1;
}
.contact-form > form > .row > div #factories-list,
.contact-form > form > .row fieldset #factories-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
  z-index: 10;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  opacity: 0;
  height: 0;
  transition: height 0.3s ease;
}
.contact-form > form > .row > div #factories-list.open,
.contact-form > form > .row fieldset #factories-list.open {
  height: 15rem;
  overflow-y: auto;
  opacity: 1;
}
.contact-form > form > .row > div #factories-list > li,
.contact-form > form > .row fieldset #factories-list > li {
  list-style: none;
}
.contact-form > form > .row > div #factories-list > li > button,
.contact-form > form > .row fieldset #factories-list > li > button {
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.contact-form > form > .row > div #factories-list > li > button:focus,
.contact-form > form > .row fieldset #factories-list > li > button:focus {
  text-decoration: underline;
}
.contact-form > form > .row > div #factories-list > li:hover,
.contact-form > form > .row fieldset #factories-list > li:hover {
  background-color: #e6e6e6;
}
.contact-form > form > .row > div .sirene-message,
.contact-form > form > .row fieldset .sirene-message {
  transition: all 0.3s ease;
}
.contact-form > form > .row > div .flex-grid,
.contact-form > form > .row fieldset .flex-grid {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
.contact-form > form > .row > div .flex-grid > p,
.contact-form > form > .row fieldset .flex-grid > p {
  margin: 0 1rem 0 0;
}
.contact-form > form > .row > div .flex-grid > .fci-radio-card.no-style,
.contact-form > form > .row fieldset .flex-grid > .fci-radio-card.no-style {
  display: flex;
}
.contact-form > form > .row > div .flex-grid > .fci-radio-card.no-style > .fci-radio-card-item.selected,
.contact-form > form > .row fieldset .flex-grid > .fci-radio-card.no-style > .fci-radio-card-item.selected {
  background-color: #FFFFFF;
}
.contact-form > form > .row > div .flex-grid > .fci-radio-card.no-style > .fci-radio-card-item > .body > label,
.contact-form > form > .row fieldset .flex-grid > .fci-radio-card.no-style > .fci-radio-card-item > .body > label {
  padding: 0.25rem 1rem 0.25rem 1.8rem;
}
.contact-form > form > .row > div .flex-grid > .fci-radio-card.no-style > .fci-radio-card-item > .body > label > .text,
.contact-form > form > .row fieldset .flex-grid > .fci-radio-card.no-style > .fci-radio-card-item > .body > label > .text {
  color: #222765;
}
.contact-form > form .error-block p {
  color: #CC0033;
  font-size: 0.9rem;
  margin: 0.5rem 0;
  text-align: center;
}

body #contact-form-block {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 99;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
body #contact-form-block.show {
  display: block;
  opacity: 1;
}
body #contact-form-block > .contact-form {
  width: 100%;
  max-width: 60rem;
  margin: 2rem auto;
  border-radius: 19px;
  padding: 2rem 1rem;
  background-color: #f4f4f4;
  position: relative;
  min-height: calc(100% - 4rem);
}
body #contact-form-block > .contact-form > .loader-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 19px;
}
body #contact-form-block > .contact-form > .loader-block > .loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #contact-form-block > .contact-form > .dialog-block {
  width: calc(100% - 2rem);
  max-width: 30rem;
  margin: 2rem auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #contact-form-block > .contact-form > .dialog-block button.close-contact > span {
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  body #contact-form-block > .contact-form {
    padding: 3rem;
  }
}
body > .page-wrapper > .header-wrapper > header > .navigation {
  position: relative;
  margin: 0 1rem;
  display: none;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  z-index: 2;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li {
  list-style: none;
  color: #A0A1AC;
  font-size: 0.9em;
  position: relative;
  padding: 0 0.25rem 3rem 0.25rem;
  text-align: center;
  flex-grow: 1;
  line-height: 1.5rem;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .link {
  text-decoration: none;
  color: #A0A1AC;
  white-space: nowrap;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .link:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-width: 1px 1px 0 0;
  border-color: #A0A1AC;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .link:visited {
  color: #A0A1AC;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .link:hover {
  color: #F17905;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .link:focus {
  text-decoration: underline;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > span {
  white-space: nowrap;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 0;
  display: none;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > .link {
  text-decoration: none;
  display: initial;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > .link:visited {
  color: #A0A1AC;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > span, body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > .link {
  margin: 0 2%;
  color: #A0A1AC;
  font-size: 0.8rem;
  line-height: 1rem;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > span:hover, body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > span.selected, body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > .link:hover, body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > .link.selected {
  color: #F17905;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > span:focus, body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li > .children > .link:focus {
  text-decoration: underline;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #FFFFFF;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li.selected {
  color: #F17905;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li.selected:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #F17905;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li.selected > .link {
  color: #F17905;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li.checked:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  border: solid #F17905;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 0;
  left: 50%;
  bottom: 27px;
  background: transparent;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:first-child {
  width: 12%;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:first-child:before {
  left: 0;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:first-child > .button, body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:first-child > span {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  transform: translateX(-50%);
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:first-child:after {
  left: 0;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:nth-child(2) {
  width: 33%;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:last-child {
  width: 12%;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:last-child:before {
  left: 100%;
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:last-child > .button, body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:last-child > span {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
  transform: translateX(50%);
}
body > .page-wrapper > .header-wrapper > header > .navigation > nav > ol > li:last-child:after {
  left: 100%;
}
body > .page-wrapper > .header-wrapper > header > .navigation > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 25px;
  height: 13px;
  border-radius: 18px;
  border: 3px solid #F7F7F7;
  z-index: 1;
}
body > .page-wrapper > .header-wrapper > header > .navigation > .progress-bar > .bar {
  background-color: #F17905;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 18px;
}

body:before {
  top: 6rem;
  height: calc(100% - 6rem);
}
body > .page-wrapper > main > .sidebar {
  position: relative;
  padding: 1rem 1rem 0 1rem;
}
body > .page-wrapper > main > .sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #E6E6E6;
  opacity: 0.7;
}
body > .page-wrapper > main > .sidebar > h1 {
  margin: 1rem 0;
  padding-left: 4rem;
  position: relative;
}
body > .page-wrapper > main > .sidebar > h1 > span {
  position: relative;
  top: -0.5rem;
}
body > .page-wrapper > main > .sidebar > h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  transform: none;
  display: block;
  background: url("/assets/diagnostic/two-chevrons.svg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 2.5rem;
  height: 2rem;
}
body > .page-wrapper > main > .sidebar > h1 > .loader {
  display: none;
  margin: 0;
}
body > .page-wrapper > main > .sidebar > h1 > .loader > .dot {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  margin-right: 0.2rem;
  animation: popWave 1.3s linear infinite;
}
body > .page-wrapper > main > .sidebar > h1 > .loader > .dot.dot1 {
  background-color: #A0A1AC;
  opacity: 0.5;
}
body > .page-wrapper > main > .sidebar > h1 > .loader > .dot.dot2 {
  background-color: #A0A1AC;
  opacity: 0.7;
  animation-delay: -1.1s;
}
body > .page-wrapper > main > .sidebar > h1 > .loader > .dot.dot3 {
  background-color: #A0A1AC;
  opacity: 0.9;
  animation-delay: -0.9s;
}
body > .page-wrapper > main > .sidebar > .illustration {
  width: 45%;
  filter: blur(0) drop-shadow(0 32px 17px rgba(121, 125, 130, 0.31));
  transition: filter 0.3s linear;
  margin-bottom: -5px;
  display: block;
  margin: 0 auto;
}
body > .page-wrapper > main > .sidebar > .illustration.blured {
  filter: blur(26px) drop-shadow(0 32px 17px rgba(121, 125, 130, 0.31));
}
body > .page-wrapper > main > .content {
  position: relative;
  width: 95%;
  margin: auto;
}
body > .page-wrapper > main > .content > .dialog-container {
  margin: 0 auto;
  min-height: 10rem;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content {
  padding: 1rem 2rem 0 3rem;
  margin: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog {
  margin: 0 0 3rem 0;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.with-answer, body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.wait-dialog {
  margin: 0;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .fci-text > .body {
  background: #FFE48A;
  box-shadow: none;
  border-radius: 15px;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .fci-text > .body > input {
  font-weight: 600;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .fci-text.disabled > .body {
  opacity: 1;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .button {
  padding: 0.75rem 1rem;
  margin: 0.5rem auto;
  width: 100%;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .button:before {
  display: none;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .button > span:last-child {
  display: none;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .button.validate > span {
  display: none;
}
body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog.special-input > .message > .amount > .button.validate > span:last-child {
  display: block;
}
body > .page-wrapper > main > .content > .global-error-message {
  color: #dc161d;
  margin: 0;
  padding: 1rem;
  text-align: center;
  display: none;
}
body > .page-wrapper > main > .content > .global-error-message.open {
  display: block;
}
body > .page-wrapper > main > .content > .nav-container {
  width: 100%;
  padding: 2rem 2.7rem 1rem 2.7rem;
}
body > .page-wrapper > main > .content > .nav-container > .next, body > .page-wrapper > main > .content > .nav-container > .back, body > .page-wrapper > main > .content > .nav-container > .contact {
  display: block;
  width: 100%;
  margin: 0.5rem auto;
  position: relative;
  max-width: 20rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body > .page-wrapper > .header-wrapper > header > .navigation {
    margin: 3rem 3rem 0 33%;
    display: block;
  }
  body.sticky > .page-wrapper {
    padding-top: 9rem;
  }
  body.sticky > .page-wrapper > .header-wrapper {
    background-image: linear-gradient(180deg, #EAEAEA 0%, #F6F6F6 100%);
    box-shadow: 0 26px 17px -20px RGBA(156, 160, 167, 0.5);
    border-radius: 0 0 20px 20px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
  }
  body:before {
    height: calc(100% - 24.5rem);
    top: 24.5rem;
  }
  body:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 24.5rem;
    width: 100%;
    height: 27rem;
    background-color: #E6E6E6;
    opacity: 0.7;
  }
  body > .page-wrapper > main {
    position: relative;
  }
  body > .page-wrapper > main > .sidebar {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    align-items: flex-start;
  }
  body > .page-wrapper > main > .sidebar:before {
    display: none;
  }
  body > .page-wrapper > main > .sidebar > h1 {
    font-size: 2.5rem;
    margin: 2rem;
    padding: 0 0 0 4rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
  }
  body > .page-wrapper > main > .sidebar > h1:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 3rem;
    height: 2rem;
  }
  body > .page-wrapper > main > .sidebar > .illustration {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    margin: 0;
  }
  body > .page-wrapper > main > .content {
    margin-left: 40%;
    width: auto;
  }
  body > .page-wrapper > main > .content > .dialog-container {
    position: relative;
    min-height: 40rem;
    margin: 2rem auto;
  }
  body > .page-wrapper > main > .content > .dialog-container > .dialog-content {
    padding-left: 7rem;
    padding-bottom: 2rem;
    margin-bottom: 7rem;
    max-height: calc(100% - 7rem);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog > .custom-result:before {
    left: 0;
    width: 4rem;
  }
  body > .page-wrapper > main > .content > .dialog-container > .dialog-content > .dialog > .custom-result-graph > .chart-container {
    margin-top: -2rem;
  }
  body > .page-wrapper > main > .content > .global-error-message {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
  }
  body > .page-wrapper > main > .content > .nav-container {
    padding: 0;
  }
  body > .page-wrapper > main > .content > .nav-container > .next, body > .page-wrapper > main > .content > .nav-container > .back, body > .page-wrapper > main > .content > .nav-container > .contact {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 2rem;
  }
  body > .page-wrapper > main > .content > .nav-container > .next {
    right: 2rem;
  }
  body > .page-wrapper > main > .content > .nav-container > .back {
    left: 2rem;
    top: auto;
  }
  body > .page-wrapper > main > .content > .nav-container > .contact {
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  body > .page-wrapper > .header-wrapper > header {
    padding-top: 9rem;
  }
  body > .page-wrapper > main > .content {
    padding-bottom: 0;
    position: relative;
    background-position: center right -4rem;
    width: calc(100% - 6rem);
    margin: 0 3rem;
  }
  body > .page-wrapper > main > .content > .text {
    padding: 14rem 0 14rem 5rem;
    margin-right: 50%;
    border-radius: 40px 0 0 40px;
  }
  body > .page-wrapper > main > .content > .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: url("/assets/home/triangle.svg") no-repeat;
    background-size: auto 100%;
  }
  body > .page-wrapper > main > .content > .text:after {
    top: 50%;
    left: 6rem;
    width: 113px;
    height: 447px;
    transform: translateY(-50%);
  }
  body > .page-wrapper > main > .content > .text > h1 {
    font-size: 2.5rem;
    padding-left: 4rem;
  }
  body > .page-wrapper > main > .content > .text > .intro {
    position: absolute;
    top: 2rem;
    left: 6rem;
    font-size: 1.4rem;
  }
  body > .page-wrapper > main > .content > .text > .legend {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
  }
  body > .page-wrapper > main > .content > .button.start {
    position: absolute;
    bottom: 50%;
    right: 14.5rem;
    transform: translate(50%, 50%);
    margin-top: 0;
  }
  body > .page-wrapper > main > .content > .dialog {
    margin: 1rem 2rem 1rem 6rem;
    position: absolute;
    bottom: 50%;
    right: 2%;
    width: 45%;
    margin: 0;
  }
  body > .page-wrapper > main > .content > .dialog > .message {
    border-radius: 20px;
  }
  body > .page-wrapper > main > .content > .dialog > .message:before {
    left: 50%;
    background-image: url("/assets/dialog/languette_center.svg");
  }
  body > .page-wrapper > main > .content > .dialog > .message:after {
    top: 0;
    transform: translate(-60%, -66%);
    width: 6rem;
    height: 6rem;
    border: 10px solid #FFFFFF;
  }
  body > .page-wrapper > main > .content > .dialog > .new {
    top: 0;
    transform: translate(-4rem, -5rem);
    width: 2.5rem;
    height: 2.5rem;
  }
  body > .page-wrapper > main > .content > .dialog.animate {
    top: auto;
    bottom: calc(50% + 5rem);
  }
  body > .page-wrapper > main > #meilleur-conseil {
    margin: 0 3rem;
    width: calc(100% - 6rem);
    min-height: 130px;
    background-image: url("/assets/home/banner_harmonie_mutuelle_MEILLEUR_CONSEIL.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
  }
}
