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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

.hidden-xs {
  display: none;
}

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

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

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

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

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

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

.col-1 {
  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%;
}

@media only screen and (max-width: 768px) {
  .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%;
  }
  .hidden-sm {
    display: none;
  }
}
@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%;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .hidden-md {
    display: block;
  }
  .hidden-large {
    display: none;
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  border: 0;
  margin: 0;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  font-size: 1.125rem;
  color: #312865;
  box-sizing: border-box;
}
.button.bg-orange {
  background: linear-gradient(180deg, #FFC380 0%, #EE7D00 100%);
  box-shadow: 0 9px 17px 0 rgba(157, 83, 0, 0.54), inset 0 9px 8px 0 #FFAD53;
  color: #ffffff;
  text-shadow: 0 2px 1px #EE7D00;
}
.button.bg-orange:hover {
  background: linear-gradient(180deg, #EE7D00 0%, #FFC380 100%);
}
.button.bg-orange:disabled {
  opacity: 0.5;
}
.button.bg-grey {
  background-color: #E5EDF0;
  box-shadow: 0 13px 23px 0 rgba(0, 0, 0, 0.19);
}
.button.round {
  border-radius: 100%;
}
.button.radius {
  border-radius: 1rem;
}
.button.go {
  font-size: 5rem;
  text-align: center;
  line-height: 10rem;
  position: relative;
}
.button.go:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2.8rem;
  background: url("/assets/icons/Arrow_R.svg") no-repeat;
  background-size: 100% auto;
}
.button.next {
  padding: 1.5rem 3rem;
  border-radius: 2rem 2rem 0 0;
  color: #ffffff;
  position: relative;
}
.button.next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow_R.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.next:disabled {
  text-shadow: 0 2px 1px #97B5C1;
  background: linear-gradient(180deg, #E0F4F6 0%, #BDD0D7 62%);
  box-shadow: inset 0 9px 8px 0 #E9FCFF;
}
.button.next:disabled:before {
  background-image: url("/assets/icons/Arrow.svg");
}
.button.back {
  padding: 1.5rem 3rem;
  border-radius: 2rem 2rem 0 0;
  position: relative;
}
.button.back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2vw;
  width: 0.8rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background: url("/assets/icons/Arrow_back.svg") no-repeat;
  background-size: 100% auto;
}
.button.tooltip {
  color: #FF6E1A;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
.button.tooltip.spec {
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.button.primary {
  padding: 1.1rem 2rem;
  margin: 1rem auto;
  border-radius: 35px;
  text-align: center;
  font-weight: 500;
}
.button.small {
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  border-radius: 35px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
}
.button.contact {
  width: calc(100% - 4rem);
  position: relative;
  max-width: 17rem;
}
.button.contact:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1rem;
  transform: translateY(-50%);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow_R.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.calculate {
  padding: 1rem 2rem;
  border-radius: 35px;
  background-color: #E5EDF0;
}
.button.subscription {
  max-width: 20rem;
  margin: 1.2rem auto;
  position: relative;
}
.button.subscription:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 0.8rem;
  transform: translateY(-50%) rotate(180deg);
  height: 1.4rem;
  background-image: url("/assets/icons/Arrow_back.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button.confirm {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 1rem 1.5rem;
  box-shadow: none;
  border-radius: 30px 0 30px;
  font-weight: 700;
  font-size: 0.9rem;
}
.button.confirm:disabled {
  text-shadow: 0 2px 1px #97B5C1;
  background: linear-gradient(180deg, #E0F4F6 0%, #BDD0D7 62%);
  box-shadow: inset 0 9px 8px 0 #E9FCFF;
}
.button.menu {
  width: 5rem;
  height: 7rem;
  background: url("/assets/icons/menu_btn01.svg") no-repeat;
  background-size: 100% auto;
}
.button.close-menu {
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/icons/close.svg") no-repeat;
  background-size: 100% auto;
}

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

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

@media screen and (min-width: 768px) {
  body #tarteaucitronRoot {
    overflow: hidden;
  }
  body #tarteaucitronAlertBig, body #tarteaucitron {
    top: 0;
    width: 38rem;
    height: 100%;
    text-align: left;
    padding: 2rem 2rem 2rem calc(2rem + 5px);
  }
  body .alert #tarteaucitronAlertBig {
    left: calc(100% - 38rem);
  }
  body .popup #tarteaucitron {
    left: calc(100% - 38rem);
  }
  body #tarteaucitronBack {
    right: 19rem;
  }
}
#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 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 2rem 1rem;
  width: calc(90% - 2rem);
  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);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header > nav {
  position: absolute;
  top: 0;
  right: 0;
}
header > nav > .menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
header > nav > .close-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: none;
}
header > nav > ul {
  padding: 0;
  margin: 3rem 0 2rem 0;
  transform: scale(0);
  transition: transform 0.3s;
  transform-origin: top right;
  z-index: 3;
  position: relative;
  top: 0;
  right: 0;
}
header > nav > ul:before {
  background: #ffffff;
  opacity: 0.89;
  box-shadow: 0 2px 72px 0 rgba(0, 0, 0, 0.21);
  content: "";
  width: 50rem;
  height: 50rem;
  border-radius: 100%;
  position: absolute;
  top: 20%;
  left: 80%;
  z-index: 3;
  transform-origin: top right;
  transform: translate(-50%, -50%);
}
header > nav > ul > li {
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
  padding: 1rem 2rem;
  text-align: right;
  position: relative;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.2s linear;
}
header > nav > ul > li > a {
  color: #002F43;
  text-decoration: none;
  outline: 0;
  font-weight: 600;
}
header > nav > ul > li > a:hover {
  color: #EF7C00;
}
header > nav > ul > li.selected > a {
  color: #EF7C00;
}
header > nav.opened > .close-menu {
  display: block;
}
header > nav.opened > ul {
  transform: scale(1);
}
header > nav.opened > ul > li {
  opacity: 1;
}

.fci-button, .fci-button-check, .fci-button-radio {
  font-size: 0;
}
.fci-button > .body, .fci-button-check > .body, .fci-button-radio > .body {
  margin: 0;
  padding: 0;
  color: #767676;
  border: 1px solid #767676;
}
.fci-button > .body > button, .fci-button-check > .body > button, .fci-button-radio > .body > button {
  display: inline-block;
  border: 0;
  width: 100%;
  padding: 0.3rem 1.5rem;
  background-color: transparent;
  font-size: 1rem;
}
.fci-button > .body > button:active, .fci-button-check > .body > button:active, .fci-button-radio > .body > button:active {
  color: #767676;
}
.fci-button > .body > button:hover, .fci-button-check > .body > button:hover, .fci-button-radio > .body > button:hover {
  cursor: pointer;
}
.fci-button > .body > input[type=radio], .fci-button-check > .body > input[type=radio], .fci-button-radio > .body > input[type=radio] {
  display: none;
}
.fci-button > .body.checked, .fci-button-check > .body.checked, .fci-button-radio > .body.checked {
  color: #333;
  border: 1px solid #333;
}
.fci-button > label, .fci-button-check > label, .fci-button-radio > label {
  font-size: 1rem;
}
.fci-button > label.body, .fci-button-check > label.body, .fci-button-radio > label.body {
  display: block;
  margin: 0;
  padding: 0.3rem 1.5rem;
  width: calc(100% - 3rem);
  border: 1px solid #767676;
  cursor: pointer;
}

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

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

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

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

body .fci-range > .body {
  position: relative;
  padding: 1rem 0 0 0;
}
body .fci-range > .body > .label-min {
  position: absolute;
  top: -0.35rem;
  left: 0;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .fci-range > .body > .label-max {
  position: absolute;
  top: -0.35rem;
  right: 0;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .fci-range > .body > .line-value {
  position: relative;
  width: calc(100% - 1rem);
  margin: auto;
}
body .fci-range > .body > .line-value > .label-value {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 10;
  width: 48px;
  margin-left: -24px;
  font-weight: 300;
  color: #2196F3;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0.25rem 0;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  -o-box-shadow: 0 4px 5px 0 #BDBDBD;
  box-shadow: 0 4px 5px 0 #BDBDBD;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$color, Direction=134, Strength=5);
}
body .fci-range > .body > .line-value > .label-value:after {
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  content: "";
}
body .fci-range > .body > input {
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  padding: 0;
  margin: 0;
}
body .fci-range > .body > input:focus {
  outline: none;
}
body .fci-range > .body > input::-webkit-slider-runnable-track {
  width: 100%;
  height: 1vw;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #00648f;
  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: #00648f;
  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: #00648f;
}
body .fci-switch > .body > label > input:focus + .slider {
  box-shadow: 0 0 1px #00648f;
}
body .fci-switch > .body > label > input:checked + .slider:before {
  transform: translateX(2rem);
}
body .fci-switch > .body > label > input:checked ~ .text:after {
  opacity: 1;
}
body .fci-switch > .body > label > input:not(:checked) ~ .text:before {
  opacity: 1;
}
body .fci-switch > .body > label > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: 0.4s;
}
body .fci-switch > .body > label > .slider:before {
  position: absolute;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 0.1rem 0.2rem #DDDDDD;
}
body .fci-switch > .body > label > .slider.round {
  border-radius: 5rem;
}
body .fci-switch > .body > label > .slider.round:before {
  border-radius: 50%;
}
body .fci-switch > .body > label > .text:after {
  content: "oui";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  z-index: 1;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.7s;
  transform: translateY(-50%);
  cursor: pointer;
}
body .fci-switch > .body > label > .text:before {
  content: "non";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  z-index: 1;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.7s;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}
body .fci-switch.disabled > .body > label > .slider {
  background-color: #e5e8ea;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  body .fci-button-radio label {
    width: auto;
  }
  body .fci-button-radio label {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  body .fci-select button {
    background-size: 2rem 1.5rem;
    background-image: url("/assets/form/select-arrow.png");
  }
}
.fci-button, .fci-button-check, .fci-button-radio {
  font-size: 0;
}
.fci-button > .body, .fci-button-check > .body, .fci-button-radio > .body {
  margin: 0;
  padding: 0;
  color: #767676;
  border: 1px solid #767676;
}
.fci-button > .body > button, .fci-button-check > .body > button, .fci-button-radio > .body > button {
  display: inline-block;
  border: 0;
  width: 100%;
  padding: 0.3rem 1.5rem;
  background-color: transparent;
  font-size: 1rem;
}
.fci-button > .body > button:active, .fci-button-check > .body > button:active, .fci-button-radio > .body > button:active {
  color: #767676;
}
.fci-button > .body > button:hover, .fci-button-check > .body > button:hover, .fci-button-radio > .body > button:hover {
  cursor: pointer;
}
.fci-button > .body > input[type=radio], .fci-button-check > .body > input[type=radio], .fci-button-radio > .body > input[type=radio] {
  display: none;
}
.fci-button > .body.checked, .fci-button-check > .body.checked, .fci-button-radio > .body.checked {
  color: #333;
  border: 1px solid #333;
}
.fci-button > label, .fci-button-check > label, .fci-button-radio > label {
  font-size: 1rem;
}
.fci-button > label.body, .fci-button-check > label.body, .fci-button-radio > label.body {
  display: block;
  margin: 0;
  padding: 0.3rem 1.5rem;
  width: calc(100% - 3rem);
  border: 1px solid #767676;
  cursor: pointer;
}

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

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

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

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

body .fci-range > .body {
  position: relative;
  padding: 1rem 0 0 0;
}
body .fci-range > .body > .label-min {
  position: absolute;
  top: -0.35rem;
  left: 0;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .fci-range > .body > .label-max {
  position: absolute;
  top: -0.35rem;
  right: 0;
  font-weight: 300;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .fci-range > .body > .line-value {
  position: relative;
  width: calc(100% - 1rem);
  margin: auto;
}
body .fci-range > .body > .line-value > .label-value {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 10;
  width: 48px;
  margin-left: -24px;
  font-weight: 300;
  color: #2196F3;
  font-familly: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0.25rem 0;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  -o-box-shadow: 0 4px 5px 0 #BDBDBD;
  box-shadow: 0 4px 5px 0 #BDBDBD;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$color, Direction=134, Strength=5);
}
body .fci-range > .body > .line-value > .label-value:after {
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  content: "";
}
body .fci-range > .body > input {
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  padding: 0;
  margin: 0;
}
body .fci-range > .body > input:focus {
  outline: none;
}
body .fci-range > .body > input::-webkit-slider-runnable-track {
  width: 100%;
  height: 1vw;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #E8E8F0;
  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: #E8E8F0;
  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: #E8E8F0;
}
body .fci-switch > .body > label > input:focus + .slider {
  box-shadow: 0 0 1px #E8E8F0;
}
body .fci-switch > .body > label > input:checked + .slider:before {
  transform: translateX(2rem);
}
body .fci-switch > .body > label > input:checked ~ .text:after {
  opacity: 1;
}
body .fci-switch > .body > label > input:not(:checked) ~ .text:before {
  opacity: 1;
}
body .fci-switch > .body > label > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: 0.4s;
}
body .fci-switch > .body > label > .slider:before {
  position: absolute;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 0.1rem 0.2rem #DDDDDD;
}
body .fci-switch > .body > label > .slider.round {
  border-radius: 5rem;
}
body .fci-switch > .body > label > .slider.round:before {
  border-radius: 50%;
}
body .fci-switch > .body > label > .text:after {
  content: "oui";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  z-index: 1;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.7s;
  transform: translateY(-50%);
  cursor: pointer;
}
body .fci-switch > .body > label > .text:before {
  content: "non";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  z-index: 1;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.7s;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}
body .fci-switch.disabled > .body > label > .slider {
  background-color: #e5e8ea;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  body .fci-button-radio label {
    width: auto;
  }
  body .fci-button-radio label {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  body .fci-select button {
    background-size: 2rem 1.5rem;
    background-image: url("/assets/form/select-arrow.png");
  }
}
body .fci.fci-select > .body {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 7px 0 #95C8CD;
  border: 0;
}
body .fci.fci-select > .body > button {
  text-align: center;
  font-weight: 500;
  color: #312865;
  padding: 1rem 2rem 1rem 0.5rem;
  font-size: 1rem;
  min-height: 3rem;
  background-image: url("/assets/icons/Group.svg");
  background-size: 2rem;
  background-position: right 0.5rem center;
}
body .fci.fci-select > .body > button:focus {
  border: 0;
}
body .fci.fci-text > .body {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 7px 0 #95C8CD;
  border: 0;
}
body .fci.fci-text > .body > input {
  text-align: center;
  font-weight: 500;
  color: #312865;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  min-height: 2.5rem;
  border-radius: 15px;
}
body .fci.fci-text > .body > .unit {
  font-size: 0.9rem;
  color: #312865;
}
body .fci.fci-unit > .body > .input {
  padding: 0.25rem 4rem 0.25rem 0.5rem;
}
body .fci.fci-radio-card {
  font-size: 0;
}
body .fci.fci-radio-card > .fci-radio-card-item {
  display: inline-block;
  padding: 1rem;
  border-radius: 24px;
  width: calc(46% - 2rem);
  border: 0;
  margin: 0 2%;
  background-color: #C1E2E5;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label {
  font-size: 0.8rem;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > .check {
  display: block;
  margin: 0.5rem auto;
  background: linear-gradient(180deg, #fff 0%, #EEEEEE 100%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > .check:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid #06003d;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > .text {
  text-align: center;
  display: block;
  font-weight: 700;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > input:checked ~ .check {
  position: absolute;
}
body .fci.fci-radio-card > .fci-radio-card-item > .body > label > input:checked ~ .check:after {
  opacity: 1;
  border-radius: 0;
  width: 0.3rem;
  height: 0.65rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
body .fci.fci-radio-card > .fci-radio-card-item.selected, body .fci.fci-radio-card > .fci-radio-card-item:hover {
  background-color: #EF7C00;
  border: 0;
  color: #fff;
}
body .fci.fci-radio-card > .fci-radio-card-item.selected > .body > label > .check, body .fci.fci-radio-card > .fci-radio-card-item:hover > .body > label > .check {
  background-color: #fff;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item {
  width: calc(100% - 4rem);
  margin: 0.5rem 0;
  height: auto;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item > .body {
  position: relative;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item > .body > label {
  display: block;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item > .body > label > .check {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item > .body > label > .text {
  padding-left: 2rem;
  text-align: left;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 0 1rem;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item > .body > label > input:checked ~ .check {
  position: absolute;
  top: 50%;
  margin: 0;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item.with-input > .body {
  width: 100%;
  min-height: 3rem;
  float: left;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item.with-input > .body > label > .text > span {
  display: inline-block;
  width: 60%;
  float: left;
}
body .fci.fci-radio-card.spec-radio > .fci-radio-card-item.with-input > .body > label > .text > .fci {
  width: 40%;
  float: left;
}
body .fci.fci-radio-card.small > .fci-radio-card-item {
  height: 5rem;
}
body .fci.fci-checkbox-card {
  display: inline-block;
  border-radius: 1rem;
  margin-left: 3%;
  border: 3px solid #E8E8F0;
}
body .fci.fci-checkbox-card > .body {
  position: relative;
}
body .fci.fci-checkbox-card > .body > label {
  display: block;
  padding: 1.5rem 1rem;
  min-width: 5rem;
  cursor: pointer;
}
body .fci.fci-checkbox-card > .body > label > .text {
  text-align: center;
  display: block;
  font-size: 1rem;
  margin: 0.5rem 0;
}
body .fci.fci-checkbox-card > .body > label > .check {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  background: #EF7C00;
  border: 1px solid #C1E2E5;
  margin: auto;
  cursor: pointer;
}
body .fci.fci-checkbox-card > .body > label > .check:after {
  content: "";
  position: absolute;
  display: none;
  left: 20%;
  top: 48%;
  width: 5px;
  height: 10px;
  border: solid #312865;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
body .fci.fci-checkbox-card > .body > label > input {
  display: none;
}
body .fci.fci-checkbox-card > .body > label > input:checked ~ .check:after {
  display: block;
}
body .fci.fci-checkbox-card.selected {
  background-color: #fff;
}
body .fci.error > .body {
  box-shadow: 0 3px 7px 0 #ff4300;
}
body .fci-checkbox > .body {
  font-size: 0px;
  border-radius: 11px;
  background-color: #FBFCFF;
  box-shadow: 0 5px 7px 0 #95C8CD;
  width: 38px;
  height: 38px;
  border: 0px;
}
body .fci-checkbox > .body > label {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
body .fci-checkbox > .body > label > .check {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #312865;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
body .fci-checkbox > .body > label > input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body .fci-checkbox > .body > label > input:checked ~ .check {
  opacity: 1;
}
body .fci-select-list {
  border-radius: 7px;
}
body .fci-select-list > ul > li {
  font-weight: 500;
  text-align: center;
  white-space: pre-wrap;
}

body > .shares-button-open {
  display: none;
}
body > .shares-popup, body > .shares-popup.open {
  display: none;
}

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

body > .contact-block {
  width: 100%;
  margin: 1rem auto 2rem auto;
  max-width: 82rem;
  background-color: #F4F9FB;
  box-shadow: -7px 7px 32px 0 RGBA(0, 0, 0, 0.1);
  border-radius: 52px;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  background-image: url("/assets/illus-main-contact.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 40% auto;
}
body > .contact-block > p {
  font-size: 1.2rem;
  font-weight: 500;
}
body > .contact-block > p.title {
  font-weight: 300;
}
body > .contact-block > .contact-link {
  margin: 6rem 1rem 4rem 50%;
  width: 50%;
}
body > .contact-block > .contact-link > .contact {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

strong {
  font-weight: 500;
}

.fg-orange {
  color: #FF6E1A;
}

.fg-blue {
  color: #00B3CC;
}

.fw-med {
  font-weight: 500;
}

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

.fg-white {
  color: #ffffff;
}

.pt1 {
  padding-top: 1rem;
}

html {
  min-height: 100%;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

b {
  font-weight: 600;
}

.hidden {
  display: none;
}

body {
  background: linear-gradient(225deg, #EDEDED 0%, #DBECF4 100%);
  font-family: "Gotham";
  font-weight: 300;
  color: #312865;
  overflow-x: hidden;
}
body > .content {
  background-color: #ffffff;
  max-width: 80rem;
  position: relative;
  padding-bottom: 0;
}
body > .content > .logo {
  width: 8rem;
  height: auto;
  display: block;
  margin: auto;
  padding: 2rem 0 1rem 0;
}
body > .content > .logo > img {
  width: 8rem;
}
body > .content > .sidebar-container {
  position: relative;
}
body > .content > .sidebar-container > .illustration_sm {
  display: block;
  width: 100%;
}
body > .content > .sidebar-container > .illustration {
  display: none;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: calc(60% - 2rem);
  z-index: 1;
}
body > .content > .sidebar-container > nav {
  display: inline-block;
  padding: 1rem 0.5rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
  width: calc(50% - 2rem);
}
body > .content > .sidebar-container > nav > ol {
  margin: 0;
}
body > .content > .sidebar-container > nav > ol > li {
  list-style: none;
  padding: 0.7rem 0.7rem 0.7rem 0;
  text-align: left;
  display: none;
  font-size: 1.5rem;
}
body > .content > .sidebar-container > nav > ol > li > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
body > .content > .sidebar-container > nav > ol > li.selected > a, body > .content > .sidebar-container > nav > ol > li:hover > a {
  color: #002F43;
  font-weight: 600;
}
body > .content > .sidebar-container > nav > ol > li.selected {
  color: #ffffff;
  display: block;
  font-weight: 300;
  max-width: -moz-min-content;
  max-width: min-content;
}
body > .content > .sidebar-container > nav > ol > li.selected > a {
  font-weight: 300;
  color: #ffffff;
}
body > .content > .app-container {
  padding: 2rem 0;
  min-height: 100%;
  z-index: 2;
}
body > .content > .app-container > .dialog-content {
  padding: 0 2rem;
}
body > .content > .app-container > .dialog-content > .dialog {
  margin: 0.7rem 1rem 0.7rem 2rem;
}
body > .content > .nav-container {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
body > .content > .nav-container > .content {
  background-color: #E5EDF0;
  font-size: 0;
  border-radius: 2rem 2rem 0 0;
  margin: auto;
}
body > .content > .nav-container > .content > .button {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
body > footer {
  margin: 1rem 0;
  width: calc(100% - 2rem);
  text-align: center;
  max-width: 83rem;
  margin: 2rem auto;
  padding: 0 1rem;
}
body > footer > a {
  font-size: 0.8rem;
  font-weight: 500;
  color: #002F43;
  margin: 0 0.25rem;
}
body > footer > .legacy {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #005C85;
  font-weight: 500;
}
body > footer > .legacy > a {
  color: #005C85;
}
body > footer > .legacy > a:focus, body > footer > .legacy > a:visited {
  color: #005C85;
}

@media screen and (min-width: 480px) {
  strong {
    font-weight: 500;
  }
  .fg-orange {
    color: #FF6E1A;
  }
  .fg-blue {
    color: #00B3CC;
  }
  .fw-med {
    font-weight: 500;
  }
  .fw-light {
    font-weight: 300;
  }
  .fg-white {
    color: #ffffff;
  }
  .pt1 {
    padding-top: 1rem;
  }
  html {
    min-height: 100%;
  }
  p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
  b {
    font-weight: 600;
  }
  .hidden {
    display: none;
  }
  body {
    background: linear-gradient(225deg, #EDEDED 0%, #DBECF4 100%);
    font-family: "Gotham";
    font-weight: 300;
    color: #312865;
    overflow-x: hidden;
  }
  body > .content {
    background-color: #ffffff;
    max-width: 80rem;
    position: relative;
    padding-bottom: 5rem;
  }
  body > .content > .logo {
    width: 10rem;
    display: block;
    margin: auto;
    padding: 2rem 0;
  }
  body > .content > .logo > img {
    width: 9rem;
  }
  body > .content > .sidebar-container {
    position: relative;
  }
  body > .content > .sidebar-container > .illustration_sm {
    display: block;
    width: 100%;
  }
  body > .content > .sidebar-container > .illustration {
    display: none;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: calc(60% - 2rem);
    z-index: 1;
  }
  body > .content > .sidebar-container > nav {
    display: inline-block;
    padding: 1rem 0.5rem;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    z-index: 2;
    width: 16rem;
  }
  body > .content > .sidebar-container > nav > ol {
    margin: 0;
  }
  body > .content > .sidebar-container > nav > ol > li {
    list-style: none;
    padding: 0.7rem;
    text-align: right;
    display: none;
    font-size: 1.5rem;
  }
  body > .content > .sidebar-container > nav > ol > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
  }
  body > .content > .sidebar-container > nav > ol > li.selected > a, body > .content > .sidebar-container > nav > ol > li:hover > a {
    color: #002F43;
    font-weight: 600;
  }
  body > .content > .sidebar-container > nav > ol > li.selected {
    color: #ffffff;
    display: block;
    font-weight: 300;
    max-width: 100%;
  }
  body > .content > .sidebar-container > nav > ol > li.selected > a {
    font-weight: 300;
    color: #ffffff;
  }
  body > .content > .app-container {
    padding: 2rem 0;
    min-height: 100%;
    z-index: 2;
  }
  body > .content > .app-container > .dialog-content {
    padding: 0 2rem;
  }
  body > .content > .app-container > .dialog-content > .dialog {
    margin: 0.7rem 1rem 0.7rem 2rem;
  }
  body > .content > .nav-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  body > .content > .nav-container > .content {
    background-color: #E5EDF0;
    font-size: 0;
    border-radius: 2rem 2rem 0 0;
    margin: auto;
  }
  body > .content > .nav-container > .content > .button {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
  }
  body > footer {
    margin: 1rem 0;
    width: calc(100% - 2rem);
    text-align: center;
    max-width: 83rem;
    margin: 2rem auto;
    padding: 0 1rem;
  }
  body > footer > a {
    font-size: 0.8rem;
    font-weight: 500;
    color: #002F43;
    margin: 0 0.25rem;
  }
  body > footer > .legacy {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #005C85;
    font-weight: 500;
  }
  body > footer > .legacy > a {
    color: #005C85;
  }
  body > footer > .legacy > a:focus, body > footer > .legacy > a:visited {
    color: #005C85;
  }
}
@media screen and (min-width: 768px) {
  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: 5rem;
    height: 5rem;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  body > .shares-button-open > button:before {
    position: absolute;
    bottom: -7rem;
    left: -7rem;
    width: 14rem;
    height: 14rem;
    content: "";
    background: linear-gradient(180deg, #FFC380 0%, #EE7D00 100%);
    border-radius: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  body > .shares-button-open > button:hover {
    transform: scale(1.1);
  }
  body > .shares-button-open > button:hover:before {
    background: linear-gradient(180deg, #EE7D00 0%, #FFC380 100%);
  }
  body > .shares-button-open > img {
    margin: 0 auto 0.65rem;
    padding: 0;
    width: 1.5rem;
  }
  body > .shares-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(90deg, #fff 0 40%, transparent);
    z-index: 110;
  }
  body > .shares-popup > .content {
    display: block;
    top: 0;
    left: 0;
    margin: 0 0 3rem;
    padding: 5rem 2rem;
    width: calc(40% - 4rem);
    height: calc(100% - 10rem);
    overflow-y: auto;
    background: #EE7D00;
    border-radius: 0 3.5rem 3.5rem 0;
    max-width: 30rem;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }
  body > .shares-popup > .content > .text {
    margin: 0 0 2rem 0;
    padding: 0;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: justify;
  }
  body > .shares-popup > .content > .container {
    margin: 0;
    padding: 2rem 0;
    width: 100%;
    max-width: none;
    background: #fff;
    border-radius: 3rem;
  }
  body > .shares-popup > .content > .container > .row [class^=col] {
    margin: 0.5rem 10%;
    width: 80%;
  }
  body > .shares-popup > .content > .container > .row.separator {
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #EDE1D3;
  }
  body > .shares-popup > .content > .container > .row > .col-12 {
    font-size: 0.9rem;
    font-weight: 200;
    color: #312865;
  }
  body > .shares-popup > .content > .container > .row.submit > .col-12 {
    text-align: center;
  }
  body > .shares-popup > .shares-button-close {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
  }
  body > .shares-popup > .shares-button-close > button {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    background: transparent;
    border: 0;
    color: #EF7C00;
    cursor: pointer;
  }
  body > .shares-popup > .shares-button-close > button:before {
    position: absolute;
    bottom: -4rem;
    left: -4rem;
    width: 8rem;
    height: 8rem;
    content: "";
    background: #fff;
    border-radius: 100%;
    z-index: -1;
  }
  body > .shares-popup.open > .content {
    transform: none;
  }
  body > .shares-popup.open > .shares-button-close {
    transform: none;
  }
  #session-expired > .session-block > .content {
    padding: 2rem;
    width: calc(85% - 4rem);
  }
  #session-expired > .session-block > .content p {
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  #session-expired > .session-block > .content p.button-line, #session-expired > .session-block > .content p.button-line > a {
    margin-bottom: 0;
  }
  body {
    padding: 0 1rem;
  }
  body > .content {
    position: relative;
    padding: 7rem 1rem 5rem 1rem;
    margin: 3rem auto 0 auto;
    border-radius: 52px;
    box-shadow: -7px 7px 32px 0 rgba(0, 0, 0, 0.1);
    min-height: auto;
  }
  body > .content > .logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin: 0;
    padding: 0;
    z-index: 4;
  }
  body > .content > .app-container {
    margin: 1rem calc(35% + 1rem) 1rem 2vw;
    padding: 0;
    position: relative;
  }
  body > .content > .app-container > .dialog-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transform: translateY(-50%);
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
  }
  body > .content > .app-container > .dialog-content::-webkit-scrollbar {
    display: none;
  }
  body > .content > .app-container > .dialog-content > .dialog {
    margin: 0.7rem 1rem 0.7rem 5rem;
  }
  body > .content > .app-container > .dialog-content > .dialog:before {
    width: 3.5rem;
    height: 3.5rem;
  }
  body > .content > .sidebar-container {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 1rem);
    height: 100%;
    overflow: hidden;
    border-radius: 0 52px 52px 0;
  }
  body > .content > .sidebar-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("/assets/circle_others.svg") no-repeat;
    background-size: auto 110%;
    background-position: bottom right -2rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  body > .content > .sidebar-container > nav {
    position: absolute;
    top: 8rem;
    right: 3vw;
    left: auto;
    transform: rotate(-90deg);
    border-right: 1px solid #002F43;
    z-index: 2;
  }
  body > .content > .sidebar-container > nav:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 1px solid #002F43;
    transform: rotate(-40deg);
  }
  body > .content > .sidebar-container > nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -4px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #002F43;
    transform: rotate(40deg);
  }
  body > .content > .sidebar-container > nav > ol > li {
    display: block;
    font-size: 1rem;
  }
  body > .content > .sidebar-container > nav > ol > li.selected, body > .content > .sidebar-container > nav > ol > li:hover {
    color: #312865;
    font-weight: 600;
  }
  body > .content > .sidebar-container > nav > ol > li.selected > a, body > .content > .sidebar-container > nav > ol > li:hover > a {
    color: #312865;
    font-weight: 600;
  }
  body > .content > .sidebar-container > .illustration {
    display: block;
  }
  body > .content > .sidebar-container > .illustration_sm {
    display: none;
  }
  body > .content > .nav-container {
    margin-right: calc(35% + 1rem);
  }
  body > .content > .nav-container > .content {
    margin: 0 1rem 0 8rem;
  }
  body > footer {
    margin-bottom: 8rem;
  }
  body > .contact-block {
    padding: 2rem 22rem 2rem 16rem;
    background-position: bottom left;
    background-size: 14rem auto;
  }
  body > .contact-block > .contact-link {
    position: absolute;
    top: 60%;
    right: 2rem;
    margin: 0;
    transform: translateY(-60%);
    width: 18rem;
  }
}
@media screen and (min-width: 1280px) {
  body > footer {
    margin-bottom: 1rem;
  }
}
body > .content {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
body > .content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/assets/circle_home.svg") no-repeat;
  background-size: auto 30rem;
  background-position: bottom right;
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 2;
}
body > .content > .text-content {
  padding: 0 2rem;
  position: relative;
  z-index: 4;
}
body > .content > .text-content > h1 {
  font-size: 2em;
  color: #002F43;
}
body > .content > .text-content > h1 > span {
  color: #00B3CC;
}
body > .content > .text-content > h1 > sup {
  color: #D0E1E8;
}
body > .content > h2 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 45%;
  color: #2D536E;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  z-index: 4;
}
body > .content > .illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40%;
  z-index: 3;
}
body > .content > .button.go {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 4;
}
body > .content > .round-home {
  width: 13rem;
  height: 13rem;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: url("/assets/pattern.svg");
  background-size: 1.5rem;
  opacity: 0.2;
  border-radius: 100%;
  z-index: 2;
}
body > .content > .grey-rec {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(45deg, #ffffff 0%, #E0ECF1 100%);
  z-index: 1;
  overflow: hidden;
}
body > .content > .grey-rec:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 17rem;
  height: 17rem;
  background: linear-gradient(223deg, #78CF00 0%, #DFE900 100%);
  border-radius: 100%;
  transform: translate(50%, -50%);
}

@media screen and (min-width: 480px) {
  body > .content {
    position: relative;
    overflow: hidden;
    padding-bottom: 20rem;
    min-height: 100vh;
  }
  body > .content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("/assets/circle_home.svg") no-repeat;
    background-size: auto 45rem;
    background-position: bottom right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  body > .content > .text-content {
    padding: 1rem 2rem;
    position: relative;
    z-index: 4;
  }
  body > .content > .text-content > h1 {
    font-size: 3.5rem;
    color: #002F43;
  }
  body > .content > .text-content > h1 > span {
    color: #00B3CC;
  }
  body > .content > .text-content > h1 > sup {
    color: #D0E1E8;
  }
  body > .content > h2 {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 50%;
    color: #2D536E;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    z-index: 4;
  }
  body > .content > .illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45%;
    z-index: 3;
  }
  body > .content > .button.go {
    width: 10rem;
    height: 10rem;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 4;
  }
  body > .content > .round-home {
    width: 17rem;
    height: 17rem;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: url("/assets/pattern.svg");
    background-size: 1.5rem;
    opacity: 0.2;
    border-radius: 100%;
    z-index: 2;
  }
  body > .content > .grey-rec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(45deg, #ffffff 0%, #E0ECF1 100%);
    z-index: 1;
    overflow: hidden;
  }
  body > .content > .grey-rec:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 21rem;
    height: 21rem;
    background: linear-gradient(223deg, #78CF00 0%, #DFE900 100%);
    border-radius: 100%;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  body > .content {
    min-height: auto;
    padding-bottom: 45rem;
  }
  body > .content > .text-content {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 50% 0 3rem;
    z-index: 4;
  }
  body > .content > .text-content:before {
    content: "";
    width: 2rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/assets/pattern.svg");
    background-size: 1.5rem;
    opacity: 0.2;
    z-index: 1;
  }
  body > .content:before {
    background-size: auto 110%;
  }
  body > .content > .button.go {
    bottom: 30%;
  }
  body > .content > .round-home {
    bottom: 30%;
    left: 50%;
  }
  body > .content > .grey-rec {
    width: 50%;
    height: 30%;
  }
  body > .content > .grey-rec:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 21rem;
    height: 21rem;
    background: linear-gradient(223deg, #78CF00 0%, #DFE900 100%);
    border-radius: 100%;
    transform: translate(50%, -50%);
  }
  body > .content > .illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80%;
    width: auto;
  }
}