/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

.hidden-xs {
  display: none;
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }

  .visible-sm {
    display: block;
  }

  .hidden-xs {
    display: block;
  }

  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .visible-sm {
    display: none;
  }

  .visible-md {
    display: block;
  }

  .hidden-sm {
    display: block;
  }

  .hidden-md {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .visible-md {
    display: none;
  }

  .visible-lg {
    display: block;
  }

  .hidden-md {
    display: block;
  }

  .hidden-lg {
    display: none;
  }
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

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

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

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

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

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

.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: 5rem;
  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: #d7dcdf;
  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: #d7dcdf;
  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: #d7dcdf;
}

body .fci-switch > .body > label > input:focus + .slider {
  box-shadow: 0 0 1px #d7dcdf;
}

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-money > .body > input {
  text-align: center;
}

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-text > .body {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 0.2rem 0.4rem 0 #95C8CD;
  background: #FBFCFF;
}

body .fci-text > .body > input {
  padding: 1rem;
  border-radius: 0.75rem;
  background: #FBFCFF;
  width: calc(100% - 2rem);
  font-size: 1rem;
}

body .fci-text > .body > .unit {
  white-space: nowrap;
  padding: 1rem 0.55rem;
  font-weight: 300;
  font-size: 1rem;
}

body .fci-text.readonly > .body,
body .fci-text.disabled > .body {
  box-shadow: none;
  border-radius: 0.75rem;
  /*
  &> input
  {
  	border-radius:0;
  	border-top-left-radius:0.75rem;
  	border-bottom-left-radius:0.75rem;
  	background:$color8;
  }
  &> .unit
  {
  	border-radius:0;
  	border-top-right-radius:0.75rem;
  	border-bottom-right-radius:0.75rem;
  	background:$color9;
  }
  */
}

body .fci-text.error > .body {
  border: 1px solid #ff4300;
}

body .fci-select > .body {
  border-radius: 1rem;
  border: 0;
  box-shadow: 0 0.2rem 0.4rem 0 #95C8CD;
}

body .fci-select > .body > button {
  padding: 1rem 2rem 1rem 2rem;
  height: 3.4rem;
  font-size: 1rem;
  line-height: 1.6rem;
  border-radius: 1rem;
  background-size: 2rem;
  background-position: calc(100% - 0.2rem) calc(50% + 0.2rem);
}

body .fci-select.disabled > .body > button,
body .fci-select.readonly > .body > button {
  background-image: none;
}

body .fci-select.error > .body {
  border: 1px solid #ff4300;
}

body .fci-select-list {
  border-radius: 1rem;
  z-index: 600;
}

body .fci-select-list > ul {
  max-height: 11rem;
}

body .fci-select-list > ul > li {
  padding: 0.9rem 2rem 0.9rem 2rem;
  white-space: pre-wrap;
}

body .fci-radio-card > .fci-radio-card-item {
  background: #C1E2E5;
  border: 1px solid #C1E2E5;
}

body .fci-radio-card > .fci-radio-card-item.selected,
body .fci-radio-card > .fci-radio-card-item:hover {
  border: 1px solid #C1E2E5;
}

body .fci-radio-card > .fci-radio-card-item:hover {
  box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}

body .fci-radio-card > .fci-radio-card-item.selected,
body .fci-radio-card > .fci-radio-card-item.selected:hover {
  box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(164, 81, 0, 0.44);
}

body .fci-radio-card > .fci-radio-card-item > .body > label > .text {
  color: #06003D;
  font-weight: 300;
}

body .fci-radio-card > .fci-radio-card-item > .body > label > .check {
  position: relative;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

body .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%);
  border-radius: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

body .fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check {
  background: #fff;
}

body .fci-radio-card > .fci-radio-card-item > .body > label input:checked ~ .check:after {
  opacity: 1;
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3rem;
  height: 0.65rem;
}

body .fci-radio-card > .fci-radio-card-item.selected {
  background: #EF7C00;
  border: 1px solid #EF7C00;
}

body .fci-radio-card > .fci-radio-card-item.selected > .body > label > .text {
  color: #fff;
}

body .fci-radio-card > .fci-radio-card-item.error {
  border: 1px solid #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 #06003D;
  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-checkbox.error > .body {
  border: 1px solid #ff4300;
}

@font-face {
  font-family: Gotham;
  src: url(/fonts/Gotham/Gotham-Bold.woff) format("woff"), url(/fonts/Gotham/Gotham-Bold.ttf) format("truetype"), url(/fonts/Gotham/Gotham-Bold.svg#Gotham-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  src: url(/fonts/Gotham/Gotham-BoldItalic.woff) format("woff"), url(/fonts/Gotham/Gotham-BoldItalic.ttf) format("truetype"), url(/fonts/Gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic) format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Gotham;
  src: url(/fonts/Gotham/Gotham-Medium.eot);
  src: url(/fonts/Gotham/Gotham-Medium.woff2) format("woff2"), url(/fonts/Gotham/Gotham-Medium.woff) format("woff"), url(/fonts/Gotham/Gotham-Medium.ttf) format("truetype"), url(/fonts/Gotham/Gotham-Medium.svg#Gotham-Medium) format("svg"), url(/fonts/Gotham/Gotham-Medium.eot#iefix) format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  src: url(/fonts/Gotham/Gotham-MediumItalic.eot);
  src: url(/fonts/Gotham/Gotham-MediumItalic.woff2) format("woff2"), url(/fonts/Gotham/Gotham-MediumItalic.woff) format("woff"), url(/fonts/Gotham/Gotham-MediumItalic.ttf) format("truetype"), url(/fonts/Gotham/Gotham-MediumItalic.svg#Gotham-MediumItalic) format("svg"), url(/fonts/Gotham/Gotham-MediumItalic.eot#iefix) format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Gotham;
  src: url(/fonts/Gotham/Gotham-Book.eot);
  src: url(/fonts/Gotham/Gotham-Book.woff2) format("woff2"), url(/fonts/Gotham/Gotham-Book.woff) format("woff"), url(/fonts/Gotham/Gotham-Book.ttf) format("truetype"), url(/fonts/Gotham/Gotham-Book.svg#Gotham-Book) format("svg"), url(/fonts/Gotham/Gotham-Book.eot#iefix) format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  src: url(/fonts/Gotham/Gotham-BookItalic.woff) format("woff"), url(/fonts/Gotham/Gotham-BookItalic.ttf) format("truetype"), url(/fonts/Gotham/Gotham-BookItalic.svg#Gotham-BookItalic) format("svg");
  font-weight: 300;
  font-style: italic;
}

html {
  height: 100%;
  background: #C2C2C2;
}

body {
  font-family: "Gotham", "Arial", "Sans Serif";
  font-size: 100%;
  color: #06003D;
  margin: 0;
  padding: 0;
  background: linear-gradient(#F2F2F2, #C2C2C2);
}

body.no-scroll {
  overflow: hidden;
}

body .clear {
  clear: both;
}

body a {
  color: #06003D;
  text-decoration: none;
}

body > .bg {
  display: none;
}

body .hidden {
  display: none;
}

body button:focus {
  outline: 0;
}

body > header {
  position: relative;
  margin: 0;
  padding: 3rem 1rem 1rem;
}

body > header > .logo {
  margin: 0;
  padding: 0;
}

body > header > .logo > a > img {
  width: 75%;
  max-width: 10rem;
}

body > header > #menu-button {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 2rem 0.5rem;
  height: 2rem;
  background: transparent url("/assets/board/menu-button-orange.svg") no-repeat center center/100%;
  z-index: 120;
}

body > header > #menu-button > button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2.5rem;
  height: 2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body > header > #menu-button > button > .bar {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 2rem;
  background: #fff;
  border-radius: 0.1rem;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

body > header > #menu-button.animated {
  transition: 0.5s ease-in-out;
}

body > header > #menu-button.animated > button > .bar:nth-child(1) {
  top: calc(50% - 0.75rem);
  left: 50%;
  width: 50%;
}

body > header > #menu-button.animated > button > .bar:nth-child(2),
body > header > #menu-button.animated > button > .bar:nth-child(3) {
  top: calc(50% - 0.2rem);
  left: calc(50% - 0.75rem);
}

body > header > #menu-button.animated > button > .bar:nth-child(4) {
  top: calc(50% + 0.4rem);
  left: 35%;
  width: 65%;
}

body > header > #menu-button.animated.open {
  background-image: url("/assets/board/menu-button-blanc.svg");
}

body > header > #menu-button.animated.open > button > .bar {
  background: #EF7C00;
}

body > header > #menu-button.animated.open > button > .bar:nth-child(1) {
  top: calc(50% - 0.2rem);
  width: 0%;
  left: 50%;
}

body > header > #menu-button.animated.open > button > .bar:nth-child(2) {
  transform: rotate(45deg);
}

body > header > #menu-button.animated.open > button > .bar:nth-child(3) {
  transform: rotate(-45deg);
}

body > header > #menu-button.animated.open > button > .bar:nth-child(4) {
  top: calc(50% - 0.2rem);
  width: 0%;
  left: 50%;
}

body > footer {
  margin: 0;
  padding: 1rem;
}

body > footer > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > footer a {
  font-size: 0.8rem;
  color: #005C85;
  text-decoration: underline;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  padding: 0.25rem 1rem;
  margin-bottom: 5px;
}

body > footer > .legacy {
  margin: 2rem auto;
  margin-top: 0;
  font-size: 0.8rem;
  color: #005C85;
  font-weight: 300;
  line-height: 1rem;
  max-width: 68rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  padding: 0.25rem 1rem;
}

body > footer > .version {
  margin: 0.5rem;
  font-size: 0.7rem;
  color: #005C85;
  font-weight: 300;
}

#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.noScroll {
  overflow: hidden;
}

body > .menu-navigation {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  z-index: 110;
  width: 0;
  max-height: 100vh;
  height: 100vh;
  overflow: auto;
  transition: width 0.4s ease-in-out;
}

body > .menu-navigation.open {
  width: 100%;
  overflow-y: scroll;
}

body > .menu-navigation > ul {
  margin: 0;
  padding: 0 0 2rem;
  list-style: none;
  border-radius: 5rem 0 0 5rem;
  overflow: hidden;
  background: #EF7C00;
}

body > .menu-navigation > ul > li {
  margin: 0.25rem 0;
  padding: 0;
  border: 0;
  background: linear-gradient(90deg, #EF7C00, #DA5A00);
}

body > .menu-navigation > ul > li:last-child {
  overflow: hidden;
}

body > .menu-navigation > ul > li.padding-bottom {
  padding-bottom: 1.25rem;
}

body > .menu-navigation > ul > li.header {
  margin: 0 0 0.25rem 0;
  padding: 2rem;
  background: transparent;
  color: #FECB93;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
}

body > .menu-navigation > ul > li > .entry {
  margin: 0 0 0.35rem;
  padding: 0;
  text-align: center;
}

body > .menu-navigation > ul > li > .entry > .link {
  font-size: 0.8rem;
  border: 0;
}

body > .menu-navigation > ul > li > a,
body > .menu-navigation > ul > li > .entry > .link,
body > .menu-navigation > ul > li > span.link {
  display: inline-block;
  margin: 0 auto;
  padding: 0.75rem 2.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
  opacity: 0.6;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}

body > .menu-navigation > ul > li > a.active,
body > .menu-navigation > ul > li > .entry > .link.active,
body > .menu-navigation > ul > li > span.link.active {
  cursor: pointer;
  background: #F07D00;
  border-radius: 5rem;
  font-weight: 300;
  opacity: 1;
}

body > .menu-navigation > ul > li > a.active:hover,
body > .menu-navigation > ul > li > .entry > .link.active:hover,
body > .menu-navigation > ul > li > span.link.active:hover {
  background: #F07D00 url("/assets/menu/arrow-right.svg") no-repeat center right 1rem/auto 1rem;
}

body > .menu-navigation > ul > li > .category,
body > .menu-navigation > ul > li > span.link {
  margin: 0;
  padding: 1.25rem 2.5rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

body > .menu-navigation > ul > li > .category.active,
body > .menu-navigation > ul > li > span.link.active {
  border-radius: 0;
}

body > .menu-navigation > ul > li > .category.active,
body > .menu-navigation > ul > li > .category.active:hover,
body > .menu-navigation > ul > li > span.link.active,
body > .menu-navigation > ul > li > span.link.active:hover {
  background: transparent;
}

body > .menu-navigation > ul > li > span.link {
  display: inline-block;
  width: calc(100% - 5rem);
}

body > .menu-navigation > ul > li:last-child {
  border: 0;
}

body > .app {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
  background: #fff;
}

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

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

body > .contact-button-open {
  display: none;
}

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 {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 50rem;
  max-height: 100%;
  background-color: #fff;
  border-radius: 0.15rem;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.18);
}

.popup-block > .popup-content > .button-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
}

@media screen and (min-width: 480px) {
  body > .menu-navigation {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #EF7C00;
    z-index: 110;
    width: 0;
    height: auto;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
    border-radius: 5rem 0 0 5rem;
  }

  body > .menu-navigation.open {
    width: 25rem;
  }

  body > .menu-navigation > ul {
    margin: 0;
    padding: 0 0 2rem;
    list-style: none;
  }

  body > .menu-navigation > ul > li {
    margin: 0.25rem 0;
    padding: 0;
    border: 0;
    background: linear-gradient(90deg, #EF7C00, #DA5A00);
  }

  body > .menu-navigation > ul > li.padding-bottom {
    padding-bottom: 1.25rem;
  }

  body > .menu-navigation > ul > li.header {
    margin: 0 0 0.25rem 0;
    padding: 2rem;
    background: transparent;
    color: #FECB93;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
  }

  body > .menu-navigation > ul > li > .entry {
    margin: 0 0 0.35rem;
    padding: 0;
    text-align: center;
  }

  body > .menu-navigation > ul > li > .entry > .link {
    font-size: 0.8rem;
    border: 0;
  }

  body > .menu-navigation > ul > li > a,
  body > .menu-navigation > ul > li > .entry > .link,
  body > .menu-navigation > ul > li > span.link {
    display: inline-block;
    margin: 0 auto;
    padding: 0.75rem 2.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
    opacity: 0.6;
    white-space: nowrap;
    transition: background-color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  }

  body > .menu-navigation > ul > li > a.active,
  body > .menu-navigation > ul > li > .entry > .link.active,
  body > .menu-navigation > ul > li > span.link.active {
    cursor: pointer;
    background: #F07D00;
    border-radius: 5rem;
    font-weight: 300;
    opacity: 1;
  }

  body > .menu-navigation > ul > li > a.active:hover,
  body > .menu-navigation > ul > li > .entry > .link.active:hover,
  body > .menu-navigation > ul > li > span.link.active:hover {
    background: #F07D00 url("/assets/menu/arrow-right.svg") no-repeat center right 1rem/auto 1rem;
  }

  body > .menu-navigation > ul > li > .category,
  body > .menu-navigation > ul > li > span.link {
    margin: 0;
    padding: 1.25rem 2.5rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
  }

  body > .menu-navigation > ul > li > .category.active,
  body > .menu-navigation > ul > li > span.link.active {
    border-radius: 0;
  }

  body > .menu-navigation > ul > li > .category.active,
  body > .menu-navigation > ul > li > .category.active:hover,
  body > .menu-navigation > ul > li > span.link.active,
  body > .menu-navigation > ul > li > span.link.active:hover {
    background: transparent;
  }

  body > .menu-navigation > ul > li > span.link {
    display: inline-block;
    width: calc(100% - 5rem);
  }

  body > .menu-navigation > ul > li:last-child {
    border: 0;
  }
}

@media screen and (min-width: 768px) {
  body {
    position: relative;
    min-height: 100%;
    background-image: url("/assets/background/app.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }

  body > header {
    position: relative;
    padding: 1.5rem;
  }

  body > header:after {
    position: absolute;
    top: 0;
    right: 15%;
    width: 17vw;
    height: 8.4vw;
    max-width: 13rem;
    max-height: 6.4rem;
    content: "";
    mix-blend-mode: multiply;
    background: transparent url("/assets/board/demi_cercle.svg") no-repeat center center/100%;
  }

  body > header > #menu-button {
    padding: 2.5rem 0.75rem;
  }

  body > footer {
    padding: 2rem;
    width: calc(100% - 4rem);
    text-align: center;
  }

  body > footer > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  body > footer a {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-right: 5px;
    margin-bottom: 0;
  }

  #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 > .menu-navigation > ul > li {
    /*
    &> a, &> .link
    {
    	padding:2rem 6rem 2rem 4rem;
    	width:calc(100% - 10rem);
    	font-size:2rem;
    	font-size:1.4rem;
    	line-height:1.8rem;

    	&:hover
    	{
    		background-size:auto 1.5rem;
    	}
    }
    */
  }

  body > .app {
    margin: auto;
    padding: 0;
    max-width: 85rem;
    width: calc(90% - 2rem);
    max-width: 70rem;
  }

  body > .app:before {
    position: absolute;
    top: 50%;
    right: -5vw;
    width: 6.4vw;
    height: 17vw;
    max-width: 5.1rem;
    max-height: 13rem;
    transform: translateY(-50%);
    content: "";
    mix-blend-mode: multiply;
    background: transparent url("/assets/board/demi_cerle2.svg") no-repeat center center/100%;
    z-index: 1;
  }

  body > .app:after {
    position: absolute;
    right: 20%;
    bottom: -4vw;
    width: 7vw;
    height: 7vw;
    max-width: 9rem;
    max-height: 9rem;
    content: "";
    mix-blend-mode: multiply;
    background: transparent url("/assets/board/feuille.svg") no-repeat center center/100%;
    z-index: 1;
  }

  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: #EF7C00;
    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: #f25900;
  }

  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: #EF7C00;
    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;
  }

  body > .contact-button-open {
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
  }

  body > .contact-button-open > a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 5rem;
    height: 5rem;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    text-align: center;
  }

  body > .contact-button-open > a:before {
    position: absolute;
    bottom: -7rem;
    right: -7rem;
    width: 14rem;
    height: 14rem;
    content: "";
    background: #EF7C00;
    border-radius: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }

  body > .contact-button-open > a:hover {
    transform: scale(1.1);
  }

  body > .contact-button-open > a:hover:before {
    background: #f25900;
  }

  body > .contact-button-open > img {
    margin: 0 auto 0.65rem;
    padding: 0;
    width: 1.5rem;
  }
}

.rangeslider,
.rangeslider__fill {
  display: block;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeslider {
  padding: 0.2rem;
  background: #005C84;
  position: relative;
}

.rangeslider--horizontal {
  height: 0.5rem;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #EE7D00;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0.2rem;
  height: calc(100% - 0.4rem);
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  content: "";
  background: #fff;
  border-radius: 100%;
  color: #0014AA;
  font-size: 0.6rem;
  text-align: center;
  /*
  background:white;
  border:1px solid #ccc;
  cursor:pointer;
  display:inline-block;
  width:40px;
  height:40px;
  position:absolute;
  background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size:100%;
  background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image:-moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image:linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  */
}

/*
.rangeslider__handle:after
{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
*/

/*
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle
{
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
*/

.rangeslider--horizontal .rangeslider__handle {
  top: -0.5rem;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -1rem;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  box-shadow: none;
  /*
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  */
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* 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 {
  position: relative;
  margin: 0 auto;
  padding: 0.8rem 2.5rem;
  border: 0;
  cursor: pointer;
  background-clip: padding-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.2rem;
  overflow: hidden;
  font-weight: 300;
  text-align: center;
  background: #EF7C00;
  transition: background 0.25s ease-in-out;
}

.button:hover {
  background: #F25900;
}

.button:last-child {
  margin-bottom: 0;
}

.button:disabled {
  opacity: 0.6;
}

.button.line {
  display: block;
  width: 100%;
  text-align: center;
}

.button.inline {
  display: inline-block;
}

.button.radius {
  border-radius: 1rem;
}

.button.arrow {
  padding-right: 2rem;
  background: #EF7C00 url("/assets/form/select-arrow.svg") no-repeat center right/1rem;
}

.button.shadow {
  box-shadow: 0 0.3rem 0.5rem 0 rgba(164, 81, 0, 0.44);
}

.button.grey {
  background: #E7E7E7;
  color: #EF7C00;
}

.button > img {
  margin: 0.1rem 0.45rem 0 0;
  width: 1rem;
  height: 1rem;
  vertical-align: top;
}

.button > .arrow {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 0.5rem;
  height: 1rem;
  vertical-align: middle;
}

.button > .arrow.right {
  margin-left: 1rem;
  background: transparent url("/assets/arrow/arrow-bot-right.svg") no-repeat center center/cover;
}

a.button {
  display: block;
}

@media screen and (min-width: 768px) {
  .button {
    padding: 0.5rem 2rem;
  }
}

#popup-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.25));
  z-index: 500;
}

.popup-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 510;
}

.popup-block > .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: calc(90% - 2rem);
  max-width: 70rem;
  max-height: 75%;
  background: #fff;
  border-radius: 2.5rem;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 36px -11px #005C85;
}

.popup-block > .popup-content > .header {
  margin: 0;
  padding: 1rem;
  background: #37474F;
  position: relative;
}

.popup-block > .popup-content > .header > h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 300;
}

.popup-block > .popup-content > .header > .popup-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
}

.popup-block > .popup-content > .content {
  margin: 0;
  padding: 3rem 2rem;
}

.popup-block > .popup-content > .content p {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.1rem;
}

.popup-block > .popup-content > .content p.button-line {
  margin-bottom: 0;
}

.popup-block > .popup-content > .content p.button-line > .button {
  margin-bottom: 0;
}

.popup-block > .popup-content > .content p:last-child {
  margin: 0;
}

.popup-block > .popup-content > .content p.close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.popup-block > .popup-content > .content p.close > .popup-close {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 300;
  background: transparent url("/assets/pages/icon-close.svg") no-repeat center center/100%;
  border: 0;
}

.popup-block > .popup-content > .content p.text {
  font-size: 1rem;
  line-height: 1.4rem;
}

.popup-block > .popup-content > .content p.note {
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: 300;
}

.popup-block > .popup-content > .content ul {
  margin: 0 0 0.5rem 0;
}

.popup-block > .popup-content > .content ul > li {
  font-size: 0.8rem;
}

body > .app > .chat-area > .button-previous,
body > .app > .chat-area > .button-next {
  display: inline-block;
  margin: 0;
  padding: 0;
}

body > .app > .chat-area > .button-previous > button,
body > .app > .chat-area > .button-next > button {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

body > .app > .chat-area > .button-previous {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

body > .app > .chat-area > .button-previous > button {
  width: 2rem;
  height: 2rem;
  background: transparent url("/assets/diagnostic/button-previous.svg") no-repeat center center/1.25rem;
  transition: all 0.2s ease-in-out;
}

body > .app > .chat-area > .button-previous > button:disabled {
  opacity: 0.4;
}

body > .app > .chat-area > .button-next,
body > .app > .chat-area > .content > .slide > .content > .contact-button {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  display: inline-block;
  margin: 0;
  padding: 2rem;
  transform: translateX(-50%);
  background: transparent url("/assets/diagnostic/button-dotted.png") no-repeat center center/100%;
}

body > .app > .chat-area > .button-next > button,
body > .app > .chat-area > .button-next > a,
body > .app > .chat-area > .content > .slide > .content > .contact-button > button,
body > .app > .chat-area > .content > .slide > .content > .contact-button > a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: #F07D00 url("/assets/diagnostic/button-next.svg") no-repeat center center/1.25rem;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

body > .app > .chat-area > .button-next > button:disabled,
body > .app > .chat-area > .button-next > a:disabled,
body > .app > .chat-area > .content > .slide > .content > .contact-button > button:disabled,
body > .app > .chat-area > .content > .slide > .content > .contact-button > a:disabled {
  opacity: 0.4;
}

body > .app > .chat-area > .button-next > a,
body > .app > .chat-area > .content > .slide > .content > .contact-button > a {
  background-image: none;
  line-height: 4rem;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
}

body > .app > .chat-area > .content {
  background: #fff;
  border-radius: 4rem;
}

body > .app > .chat-area > .content > .slide {
  display: none;
}

body > .app > .chat-area > .content > .slide > .sidebar {
  margin: 0;
  padding: 0 0 5rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background: #00B5CD;
}

body > .app > .chat-area > .content > .slide > .sidebar > .content {
  margin: 0;
  padding: 2rem;
  color: #fff;
  text-align: center;
}

body > .app > .chat-area > .content > .slide > .sidebar > .content > p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

body > .app > .chat-area > .content > .slide > .sidebar > .content > p.text.bigger {
  font-size: 1.2rem;
  line-height: 2rem;
}

body > .app > .chat-area > .content > .slide > .sidebar > .content > p > strong {
  color: #06003D;
}

body > .app > .chat-area > .content > .slide > .sidebar > .content > p.avatar {
  margin: 0 0 1.5rem;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide > .sidebar > .content > p.avatar > img {
  width: 100%;
  max-width: 5rem;
}

body > .app > .chat-area > .content > .slide > .content {
  margin: -5rem 0 0 0;
  padding: 2rem 2rem 10rem;
  background: #fff;
  border-radius: 4rem;
}

body > .app > .chat-area > .content > .slide > .content > .contact-button > a {
  display: inline-block;
}

body > .app > .chat-area > .content > .slide > .content > .navbar {
  margin: 0 0 2rem;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > .progressbar {
  margin: 0 auto 2rem;
  padding: 0;
  width: 100%;
  max-width: 10rem;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > .progressbar > .bar {
  margin: 0;
  padding: 0;
  height: 0.7rem;
  background: #E7EDFC;
  border-radius: 1rem;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > .progressbar > .bar > span {
  display: inline-block;
  height: 100%;
  background: #005C84;
  border-radius: 1rem;
  vertical-align: top;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > .progressbar > .picture {
  margin: 0;
  padding: 0 0.8rem;
  text-align: right;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > .icon {
  margin: 0 0 0.55rem;
  padding: 0;
  font-size: 0;
  text-align: center;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > .icon > img {
  width: 3rem;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > h2 {
  position: relative;
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  color: #312865;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 500;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > h2 > .tooltip-help {
  position: absolute;
  top: 1rem;
  right: 0;
}

body > .app > .chat-area > .content > .slide > .content > .navbar > h2 > .tooltip-help > img {
  margin-top: -0.25rem;
}

body > .app > .chat-area > .content > .slide > .content > .question {
  position: relative;
  margin: 3rem 0 2rem;
  padding: 2rem;
  border-radius: 2rem;
  background: #e0f4f7;
  box-shadow: 0 0.5rem 0.6rem 0 rgb(151, 197, 202);
}

body > .app > .chat-area > .content > .slide > .content > .question::before {
  position: absolute;
  bottom: -0.75rem;
  left: -0.75rem;
  width: 2rem;
  height: 2rem;
  background: transparent url("/assets/diagnostic/question-patte.svg") no-repeat center center/100%;
  content: "";
}

body > .app > .chat-area > .content > .slide > .content > .question > .icon {
  position: absolute;
  top: -2.5rem;
  right: 0;
  margin: 0;
  padding: 0;
  width: 5rem;
}

body > .app > .chat-area > .content > .slide > .content > .question > .icon > img {
  width: 100%;
}

body > .app > .chat-area > .content > .slide > .content > .question > .title,
body > .app > .chat-area > .content > .slide > .content > .question > .container [class^=col] > .title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4rem;
}

body > .app > .chat-area > .content > .slide > .content > .question > .label,
body > .app > .chat-area > .content > .slide > .content > .question > .container [class^=col] > .label {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

body > .app > .chat-area > .content > .slide > .content > .required-message {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

body > .app > .chat-area > .content > .slide > .content > .container,
body > .app > .chat-area > .content > .slide > .content > .question > .container {
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 33.75em) {
  body > .app > .chat-area > .content > .slide > .content > .container,
  body > .app > .chat-area > .content > .slide > .content > .question > .container {
    margin: 0 0 0 2rem;
  }
}

body > .app > .chat-area > .content > .slide > .content > .container > .row [class^=col] > .label,
body > .app > .chat-area > .content > .slide > .content > .question > .container > .row [class^=col] > .label {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4rem;
}

body > .app > .chat-area > .content > .slide > .content > .container > .row [class^=col] > .label > small,
body > .app > .chat-area > .content > .slide > .content > .question > .container > .row [class^=col] > .label > small {
  font-size: 0.8rem;
  line-height: 1rem;
}

body > .app > .chat-area > .content > .slide > .content > .container > .row [class^=col] > .label > .tooltip-help,
body > .app > .chat-area > .content > .slide > .content > .question > .container > .row [class^=col] > .label > .tooltip-help {
  margin: 0;
  padding: 0;
  color: #008441;
  line-height: 1rem;
  font-size: 0.8rem;
  font-style: italic;
  text-decoration: underline;
}

body > .app > .chat-area > .content > .slide > .content > .container > .row [class^=col] > .label > .tooltip-help > img,
body > .app > .chat-area > .content > .slide > .content > .question > .container > .row [class^=col] > .label > .tooltip-help > img {
  margin: -0.15rem 0.5rem 0 0;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

body > .app > .chat-area > .content > .loader {
  display: none;
  position: relative;
  min-height: calc(100vh - 13rem);
  background: #fff;
  border-radius: 4rem;
}

body > .app > .chat-area > .content > .loader > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 5rem;
  line-height: 1rem;
  text-align: center;
}

body > .app > .chat-area > .content > .loader > p > i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  margin-right: 0.2rem;
  animation: popWave 1.3s linear infinite;
}

body > .app > .chat-area > .content > .loader > p > i:nth-child(1) {
  background-color: #00B5CD;
  opacity: 0.5;
}

body > .app > .chat-area > .content > .loader > p > i:nth-child(2) {
  background-color: #00B5CD;
  opacity: 0.7;
  animation-delay: -1.1s;
}

body > .app > .chat-area > .content > .loader > p > i:nth-child(3) {
  background-color: #00B5CD;
  opacity: 0.9;
  animation-delay: -0.9s;
}

body > .app > .chat-area > .content > .loader > p.message {
  top: calc(50% + 3rem);
  width: 80%;
  max-width: 26rem;
}

@keyframes popWave {
  0%, 60%, 100% {
    transform: initial;
  }

  30% {
    transform: translateY(-0.5rem);
  }
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container [class=row] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container.avoirs-detenus {
  margin-left: 0;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  background: #025B86;
  border-radius: 2rem;
  color: #fff;
  font-weight: 300;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .total > div:first-child {
  width: 60%;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .total > div:last-child {
  margin: 0;
  width: 40%;
  text-align: end;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .total .total-holdings {
  margin: 0;
  font-weight: 500;
  text-align: right;
  font-size: 1.3rem;
  line-height: 2rem;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate {
  position: relative;
  margin-top: 2rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  background: #00B5CD;
  border-radius: 2rem;
  color: #fff;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate > div > div:last-child {
  margin: 0;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col] > .label {
  font-size: 1rem;
  line-height: 1.2rem;
  text-wrap: balance;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col] > .input-range {
  margin: 1rem 10%;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col] > .total-estimate {
  margin: 0;
  font-weight: 500;
  text-align: right;
  font-size: 1.3rem;
  line-height: 2rem;
}

body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col].legend {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles {
  position: relative;
  overflow: hidden;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container .row > div {
  width: 100%;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container .unit {
  white-space: nowrap;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container {
  margin: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container .fci.fci-text > .body > input {
  text-align: center;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row {
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-amount,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-amount,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-amount,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-amount {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0;
  vertical-align: middle;
  width: calc(60% - 0.5rem);
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-amount > .body > input,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-amount > .body > input,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-amount > .body > input,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-amount > .body > input {
  padding: 1rem 0.45rem;
  width: calc(100% - 0.9rem);
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0.5rem;
  padding: 0;
  vertical-align: middle;
  width: calc(40% - 0.5rem);
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button:before {
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  content: "";
  background: transparent url("/assets/pages/icon-notification.svg") no-repeat center center/100%;
  transition: opacity 0.5s ease-in-out;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button.notif:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button.notif:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button.notif:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button.notif:before {
  opacity: 1;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button.check-ok:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button.check-ok:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button.check-ok:before,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button.check-ok:before {
  background-image: url("/assets/pages/icon-notification-ok.svg");
  opacity: 1;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button > button,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button > button,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button > button,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button > button {
  margin: 0;
  padding: 0.76rem 1rem;
  width: 100%;
  background: #F07D00;
  color: #fff;
  border: 0;
  border-radius: 0.75rem;
  font-size: 0.8rem;
  font-weight: 300;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total {
  margin-top: 2rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  background: #025B86;
  border-radius: 2rem;
  color: #fff;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total .fci.fci-text > .body > input {
  background: #00B5CD;
  color: #fff;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total .fci.fci-text > .body > .unit {
  background: #fff;
  border-radius: 0 2rem 2rem 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total.warning .fci.fci-text > .body > input {
  background: #F07D00;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .warning-message {
  display: none;
  font-size: 0.9rem;
  line-height: 1rem;
  background: url("/assets/form/warning.svg") no-repeat;
  background-size: 3rem auto;
  background-position: top 1rem center;
  padding: 5rem 1rem 1rem 1rem;
  font-weight: 500;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .warning-message.show {
  display: block;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form {
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  margin: 0;
  padding: 2rem 2rem 10rem;
  width: calc(100% - 4rem);
  min-height: calc(100% - 22rem);
  background: #fff;
  border-radius: 4rem;
  transition: all 1s ease-in-out;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form.open,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form.open {
  right: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header {
  margin: 0 0 2rem;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header > .icon,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header > .icon {
  margin: 0 0 0.55rem;
  padding: 0;
  font-size: 0;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header > .icon > img,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header > .icon > img {
  height: 3rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header > h2,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header > h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #312865;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 400;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter {
  margin: 0 auto 2rem;
  padding: 0;
  max-width: 35rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter > .label {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter > .fci-select,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter > .fci-select {
  margin: 0;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list {
  margin: 1rem 0;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .header,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .header {
  display: none;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line {
  margin: 0 0 1.5rem;
  padding: 0;
  background: #E0F4F6;
  border-radius: 2rem;
  display: none;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line.visible,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line.visible {
  display: block;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .header,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .header {
  margin: 0;
  padding: 1rem 1.5rem;
  background: #C9E9ED;
  border-radius: 2rem 2rem 0 0;
  font-weight: 700;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content {
  margin: 0;
  padding: 1rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .amount,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .date {
  margin: 0 0 2rem;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type:last-child,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object:last-child,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount:last-child,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date:last-child,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type:last-child,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object:last-child,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .amount:last-child,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .date:last-child {
  margin-bottom: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .amount > .label,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .date > .label {
  margin: 0 0 0.5rem;
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item {
  margin: 1rem 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .title,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .title {
  font-weight: 700;
  margin: 0.5rem 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content {
  background-color: #C7E8EC;
  border-radius: 1rem;
  position: relative;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-top: 5rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p > span,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p > span {
  font-size: 0.9rem;
  font-weight: 300;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p.icon,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p.icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p.icon > img,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p.icon > img {
  width: 100%;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input {
  box-sizing: border-box;
  width: 100%;
  background-color: #E0F4F6;
  border-radius: 1rem;
  padding: 1rem 2rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input > .fci > .body > .unit,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input > .fci > .body > .unit {
  font-size: 0.8rem;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input > .fci.readonly > .body,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input > .fci.readonly > .body {
  background: transparent;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input > .fci.readonly > .body > input,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input > .fci.readonly > .body > input {
  background: transparent;
  text-align: right;
}

body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .legend,
body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .legend {
  font-size: 0.8rem;
}

body > .app > .chat-area > .content > .slide.coordonnees {
  position: relative;
  overflow: hidden;
}

body > .app > .chat-area > .content > .slide.coordonnees > .content > .navbar .icon img {
  max-height: 3rem;
}

body > .app > .chat-area > .content > .slide.coordonnees > .content > .container {
  margin: 0;
}

body > .app > .chat-area > .content > .slide.coordonnees > .content > .container .fci.fci-text > .body > input {
  text-align: center;
}

body > .app > .chat-area > .content > .slide.coordonnees > .content > .container > .row > .legacy {
  font-size: 0.8rem;
  line-height: 1rem;
}

body > .app > .chat-area > .content > .slide.coordonnees > .content > .container > .row > .optin > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

body > .app > .chat-area > .content > .slide.coordonnees > .content > .container > .row > .optin > div > .body {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
}

body > .app > .chat-area > .content > .slide.coordonnees > .content > .container > .row > .optin > .label {
  padding-left: 2.75rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 1rem 0;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis {
  margin: 0 0 1.5rem;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part1 {
  margin: 0;
  padding: 2rem 4rem;
  border-radius: 2rem 2rem 0 0;
  background: #E0F4F6;
  font-weight: 300;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part1 > .highlight {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #005C85;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part2,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part3 {
  position: relative;
  margin: 0;
  padding: 2rem 4rem;
  background: linear-gradient(180deg, #0095BB, #005C85);
  color: #fff;
  font-weight: 300;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part2 > .tooltip-help,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part3 > .tooltip-help {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part2 > strong,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part3 > strong {
  font-weight: 700;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part2 > .highlight,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part3 > .highlight {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #0095BB;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part2 > .highlight.orange,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis > .part3 > .highlight.orange {
  background: #EF7C00;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis p:last-child.part2,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis p:last-child.part3 {
  border-radius: 0 0 2rem 2rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis p:last-child.part2:after,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis p:last-child.part3:after {
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #005C85;
  content: "";
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .synthesis p:last-child.part3 {
  border-radius: 2rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information {
  margin: 0;
  padding: 2rem;
  border: 0.4rem solid #00B3CC;
  border-radius: 2rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information > p:last-child {
  margin-bottom: 0;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information > .icon {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information > .icon > img {
  width: 3rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information > .text {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
  font-weight: 300;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information > .text > strong {
  font-weight: 400;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .chart {
  margin: 0 auto;
  width: 80%;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1:before,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2:before,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3:before {
  position: absolute;
  top: 1.1rem;
  left: 0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  content: "";
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1 > .title,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2 > .title,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 > .title {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1 > .text,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2 > .text,
body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 > .text {
  margin: 0;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1 {
  color: #0095BB;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1:before {
  background: #0095BB;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2 {
  color: #EF7C00;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2:before {
  background: #EF7C00;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 {
  color: #005C85;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3:before {
  background: #005C85;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .legend {
  margin: 2rem 0 3rem 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .recommendation {
  position: relative;
  margin: 0;
  padding: 5rem 1rem 1rem;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .recommendation:before {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateX(-50%);
  background: transparent url("/assets/pages/icon-check-ok.svg") no-repeat center center/100%;
  content: "";
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .recommendation > .text {
  margin: 0;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .recommendation > .text.green {
  color: #008441;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .report {
  margin: 2rem 0;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.effort-epargne > .content > .report > a {
  display: inline;
  padding: 1rem 2rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem 4rem 1rem 2rem;
  background: #E0F4F6;
  border-radius: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0.4rem solid transparent;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .label {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  position: relative;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .label > .tooltip-help {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .label > .tooltip-help > img {
  vertical-align: bottom;
  height: 1.7rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .value {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  padding-right: 2rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .value > strong {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .value > .tooltip-help {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 5px));
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .value > .tooltip-help > img {
  vertical-align: bottom;
  height: 2.5rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .popup-open {
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  padding: 0.5rem;
  border-radius: 5rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount.add:after {
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 2.3rem;
  border: 0.5rem solid #E7EDFC;
  background: #fff;
  border-radius: 100%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 1.5rem;
  text-align: center;
  content: "+";
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount.minus:after {
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border: 0.5rem solid #E7EDFC;
  background: #fff;
  border-radius: 100%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 2rem;
  text-align: center;
  content: "-";
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount.equal {
  margin: 0 0 1rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount.equal:after {
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border: 0.5rem solid #E7EDFC;
  background: #fff;
  border-radius: 100%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 2rem;
  text-align: center;
  content: "=";
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .container > .row > div > button {
  padding: 0.5rem 0;
  width: 100%;
  max-width: 10rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total {
  margin: 0 0 1rem;
  padding: 1rem 4rem 1rem 2rem;
  border: 0.4rem solid #00B3CC;
  border-radius: 2rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > p:last-child {
  margin-bottom: 0;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .icon {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .icon > img {
  width: 3rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .label {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .label > .tooltip-help > img {
  margin-bottom: -0.25rem;
  vertical-align: bottom;
  height: 1.7rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .text {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
  font-weight: 300;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .text > strong {
  font-weight: 400;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  text-align: center;
  position: relative;
  padding-right: 2rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount.red {
  color: #F8415A;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount.small {
  font-size: 0.9rem;
  line-height: 1rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount > strong {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount > .tooltip-help {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 5px));
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount > .tooltip-help > img {
  vertical-align: bottom;
  height: 2.5rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .more {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .more > .button,
body > .app > .chat-area > .content > .slide.recapitulatif > .content > .more > a {
  padding: 1rem 2rem;
  display: inline;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .modify-simulation {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .modify-simulation {
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    text-align: left;
  }
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .modify-simulation > button {
  color: #F07D00;
  background-color: transparent;
  text-align: center;
  font-family: Gotham;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 2px solid #F07D00;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .modify-simulation > button:hover,
body > .app > .chat-area > .content > .slide.recapitulatif > .content > .modify-simulation > button:focus {
  text-decoration: underline;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .modify-simulation > button.v2 {
  border: none;
  text-decoration: underline;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .modify-simulation > button:before {
  content: "";
  background-image: url("/assets/icons/icon-settings.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .legend {
  margin-top: 2rem;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .new-total {
  border-radius: 12px;
  border: 6px solid #FFF;
  background: linear-gradient(135deg, #FFF 0%, #F1F1F1 100%);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.17);
  padding: 1rem 2rem 1rem 4rem;
  position: relative;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .new-total:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .content > .new-total > strong {
  color: #F8415A;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block > .popup-content > .content > h2 {
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block > .popup-content > .content > .illustration > img {
  margin: auto;
  display: block;
  max-width: 16rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomes > .popup-content,
body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomesPartner > .popup-content {
  max-height: 90%;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomes > .popup-content > .content > .container > .row > div,
body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomesPartner > .popup-content > .content > .container > .row > div {
  display: flex;
  align-items: center;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomes > .popup-content > .content > .container > .row > div > .text,
body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomesPartner > .popup-content > .content > .container > .row > div > .text {
  font-size: 1rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomes > .popup-content > .content > .container > .row > div > .text > .tooltip-help > img,
body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomesPartner > .popup-content > .content > .container > .row > div > .text > .tooltip-help > img {
  vertical-align: bottom;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomes > .popup-content > .content > .container > .row > div > .input,
body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomesPartner > .popup-content > .content > .container > .row > div > .input {
  background: #FBFCFF;
  box-shadow: 0px 5px 7px #95C8CD;
  border-radius: 18px;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  width: 100%;
}

body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomes > .popup-content > .content > .container > .row > div > .input > .small,
body > .app > .chat-area > .content > .slide.recapitulatif > .popup-block#popup-detailsIncomesPartner > .popup-content > .content > .container > .row > div > .input > .small {
  font-size: 0.9rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > #popup-modifier-simulation > .popup-content {
  max-width: 50rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > #popup-modifier-simulation > .popup-content > .content > .title {
  font-weight: 400;
  color: #F07D00;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 3rem;
}

body > .app > .chat-area > .content > .slide.recapitulatif > #popup-modifier-simulation > .popup-content > .content > .row > div {
  background-color: #e0f4f6;
  border-radius: 10px;
  padding: 1rem;
  box-sizing: border-box;
}

body > .app > .chat-area > .content > .slide.recapitulatif > #popup-modifier-simulation > .popup-content > .content > .submit-simulation {
  text-align: center;
  margin: 1.5rem 0;
}

body > .app > .chat-area > .content > .slide.recapitulatif > #popup-modifier-simulation > .popup-content > .content > .submit-simulation > button {
  padding: 1rem 2rem;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container {
  margin-left: 0;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container .row > div {
  width: 100%;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container .unit {
  white-space: nowrap;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container .fci.fci-text > .body > input {
  text-align: center;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container > .total {
  margin-top: 2rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  background: #025B86;
  border-radius: 2rem;
  color: #fff;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container > .total .fci.fci-text > .body > input {
  background: #00B5CD;
  color: #fff;
}

body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container > .total .fci.fci-text > .body > .unit {
  background: #fff;
  border-radius: 0 2rem 2rem 0;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.age {
  max-width: 24rem;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.age > .container > .row [class^=col].partner-block.hidden {
  display: none;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.children_care.small {
  width: 35%;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.children_care [class^=col].care_block.hidden {
  display: none;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.children-age {
  display: none;
  max-width: 32rem;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.children-age.visible {
  display: block;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.children-age > .container.list > .row {
  display: none;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question.children-age > .container.list > .row.visible {
  display: block;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent {
  margin: 1rem auto 0;
  max-width: 32rem;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 3rem 0 4rem;
  width: calc(100% - 7rem - 2px);
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: transparent url("/assets/pages/icon-adherent-off.svg") no-repeat center center/auto 100%;
  content: "";
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item > .body > label > .text {
  top: 50%;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item > .body > label > .check {
  position: absolute;
  top: 50%;
  right: -2rem;
  left: auto;
  transform: translateY(-50%);
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item:nth-child(1):before {
  background-image: url("/assets/pages/icon-adherent-off.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item:nth-child(1).selected:before {
  background-image: url("/assets/pages/icon-adherent-on.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item:nth-child(2):before {
  background-image: url("/assets/pages/icon-adherent-off.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item:nth-child(2).selected:before {
  background-image: url("/assets/pages/icon-adherent-on.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation {
  margin: 0 auto;
  max-width: 32rem;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item {
  position: relative;
  margin: 0 auto;
  padding: 0 3rem 0 4rem;
  width: calc(100% - 7rem - 2px);
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 3rem;
  background: transparent url("/assets/pages/icon-seul-off.svg") no-repeat center center/auto 100%;
  content: "";
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item > .body > label > .text {
  top: 50%;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item > .body > label > .check {
  position: absolute;
  top: 50%;
  right: -2rem;
  left: auto;
  transform: translateY(-50%);
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item:nth-child(1):before {
  background-image: url("/assets/pages/icon-seul-off.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item:nth-child(1).selected:before {
  background-image: url("/assets/pages/icon-seul-on.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item:nth-child(2):before {
  background-image: url("/assets/pages/icon-couple-off.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item:nth-child(2).selected:before {
  background-image: url("/assets/pages/icon-couple-on.svg");
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail {
  margin: 1rem auto 0;
  max-width: 32rem;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail > .fci-radio-card > .fci-radio-card-item {
  margin: 0 0 1rem;
  padding: 0;
  width: calc(100% - 2px);
  height: auto;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail > .fci-radio-card > .fci-radio-card-item > .body {
  height: auto;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail > .fci-radio-card > .fci-radio-card-item > .body > label {
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  width: auto;
  height: auto;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail > .fci-radio-card > .fci-radio-card-item > .body > label > .text {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail > .fci-radio-card > .fci-radio-card-item > .body > label > .check {
  position: absolute;
  top: 50%;
  left: auto;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
}

body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail > .fci-radio-card > .fci-radio-card-item > .body > label > .check::after {
  width: 0.15rem;
  height: 0.45rem;
  border-width: 0 0.15rem 0.15rem 0;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .sidebar + .content {
  padding: 2rem 2rem 0 2rem;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .text {
  margin: 0 auto 2rem;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
  text-align: center;
  max-width: 20rem;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer {
  position: relative;
  margin: 0;
  padding: 0;
  background: #E7EEFC;
  border-radius: 2rem;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .picture {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .picture.offer-icon {
  background: transparent url("/assets/offers/003.jpg") no-repeat center center/cover;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content {
  margin: 0;
  padding: 2rem 3rem;
  border-radius: 2rem 0 0 2rem;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content > .title {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #005C85;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content > .text {
  position: relative;
  margin: 0 0 0.25rem;
  padding: 0.75rem 2rem 0.75rem 3rem;
  font-weight: 200;
  color: #312865;
  font-size: 0.8rem;
  line-height: 1.4rem;
  background: #F9FBFF;
  border-radius: 1rem;
  box-shadow: 0 0 8px 0 #B2C5F4;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content > .text:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  background: transparent url("/assets/pages/icon-synthese-ok.svg") no-repeat center center/100%;
  content: "";
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .link {
  display: block;
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0 3rem;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 6rem);
  height: 50px;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .link > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: #F07D00;
  color: white;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .contact {
  margin: 0;
  padding: 2rem;
  width: 5rem;
  background: transparent url("/assets/diagnostic/button-dotted.png") no-repeat center center/80%;
  position: relative;
}

body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .contact > a {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: #F07D00;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .resume {
  position: relative;
  margin: 0 auto 2rem;
  padding: 1rem 2rem 1rem 4rem;
  border-radius: 3rem;
  background: #005C85;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 6rem);
  max-width: 25rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .resume:before {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  content: "";
  background: transparent url("/assets/pages/icon-target.svg") no-repeat center center/100%;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information {
  margin: 0;
  padding: 2rem;
  border: 0.4rem solid #00B3CC;
  border-radius: 2rem;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information > p:last-child {
  margin-bottom: 0;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information > .icon {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information > .icon > img {
  width: 3rem;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information > .text {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
  font-weight: 300;
  text-wrap: balance;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information > .text > strong {
  font-weight: 400;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .lienAppli {
  margin: 2rem 0 0;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .lienAppli > button {
  font-size: 0.8rem;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content {
  overflow: visible;
  width: 90%;
  max-height: 90%;
  max-width: 50rem;
  overflow-y: auto;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-text {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  margin: 1rem auto 5rem;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-text:before {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 1.5rem);
  background: url("/assets/diagnostic/arrow.svg") no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 3rem;
  height: 1.5rem;
  transform: rotate(-100deg) scaleX(-1);
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-block {
  background-color: #D2D100;
  border-radius: 1rem;
  padding: 1rem;
  max-width: 20rem;
  margin: auto;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-block > p {
  text-align: center;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-block > p:last-child {
  font-weight: bold;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-block > p > .button {
  background-color: #fff;
  color: #002C49;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-button {
  max-width: 20rem;
  margin: auto;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-button > .button {
  margin: 1rem 0;
  padding: 1rem 2.5rem 1rem 1.5rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 1rem;
  display: inline-block;
  background: #ef7c00 url("/assets/diagnostic/button-next.svg") no-repeat 80% center/0.6rem;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-button > .button:last-child {
  float: right;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .illustration {
  width: auto;
  height: 100%;
  padding-bottom: 60%;
  background-image: url("/assets/diagnostic/illustration.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content > .button {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question > .container > .row > .partner {
  vertical-align: bottom;
}

body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question > .container.double {
  margin-bottom: 2rem;
}

body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question > .container.double:last-child {
  margin-bottom: 0;
}

body > .app > .chat-area > .content > .slide.contact > .background {
  display: none;
}

body > .app > .chat-area > .content > .slide.contact > .content > .introduction {
  position: relative;
  margin: 0 0 2rem;
  padding: 0;
  width: 100%;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .avatar {
  position: relative;
  margin: 0 0 -2rem;
  padding: 0;
  text-align: center;
  z-index: 1;
}

body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .avatar > img {
  width: 6rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .text {
  position: relative;
  margin: 0;
  padding: 2rem;
  width: calc(100% - 4rem);
  display: inline-block;
  vertical-align: middle;
  border-radius: 2rem;
  background: #E0F4F6;
  box-shadow: 0 0.5rem 0.6rem 0 rgb(151, 197, 202);
  font-size: 0.9rem;
  line-height: 1.3rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .text::before {
  position: absolute;
  bottom: -0.75rem;
  left: -0.75rem;
  width: 2rem;
  height: 2rem;
  background: transparent url("/assets/diagnostic/question-patte.svg") no-repeat center center/100%;
  content: "";
}

body > .app > .chat-area > .content > .slide.contact > .content > .form {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 2rem;
  width: calc(100% - 4rem);
  border-radius: 1.5rem;
  background: #E0F4F6;
  box-shadow: 0 0.5rem 0.6rem 0 rgb(151, 197, 202);
}

body > .app > .chat-area > .content > .slide.contact > .content > .form::before {
  position: absolute;
  bottom: -0.75rem;
  left: -0.75rem;
  width: 2rem;
  height: 2rem;
  background: transparent url("/assets/diagnostic/question-patte.svg") no-repeat center center/100%;
  content: "";
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .text {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container {
  width: 100%;
  max-width: none;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .label {
  margin: 0 0 0.75rem;
  font-weight: 300;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .phone,
body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .email {
  position: relative;
  margin: 0;
  padding: 0.75rem 2rem 0.75rem 4rem;
  background: #F6FDFD;
  border-radius: 2rem;
  font-weight: 500;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .phone:before,
body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .email:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  content: "";
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .phone:before {
  background: transparent url("/assets/contacts/icon-phone-small.svg") no-repeat center center/80%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .email:before {
  background: transparent url("/assets/contacts/icon-mail-small.svg") no-repeat center center/80%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .legend {
  margin: 0;
  font-size: 0.8rem;
  text-align: right;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block {
  background-color: #fff;
  border-radius: 24px;
  padding: 1rem;
  width: calc(100% - 2rem);
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item {
  display: none;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > h2 {
  text-align: center;
  margin: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > h2 > img {
  margin: 0 auto 0.75rem;
  height: 3rem;
  vertical-align: middle;
  display: block;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content {
  max-width: 25rem;
  margin: 1rem auto 2rem auto;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input {
  margin-bottom: 1rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .label {
  margin: 0.25rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date {
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date:last-child {
  margin: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date.hidden {
  display: none;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-text,
body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-select {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-text {
  margin: 0 1rem 0 0;
  width: calc(65% - 1rem);
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-select {
  width: 35%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-select .body > button {
  padding: 0 0 0 0.5rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .add-date {
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  position: relative;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .add-date:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  content: "";
  background: transparent url("/assets/icons/icon-plus.svg") no-repeat center center/100%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox {
  position: relative;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .fci-checkbox {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .fci-checkbox > .body {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .label {
  padding-left: 3rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 1rem 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .label > label {
  cursor: pointer;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item.show {
  display: block;
  margin: auto;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .submit-line {
  margin: 2rem 0;
  padding: 0;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .submit-line > .message {
  display: none;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .submit-line > .button {
  width: 90%;
  max-width: 15rem;
  margin-top: 2rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card {
  display: flex;
  margin: 1.5rem 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item {
  height: auto;
  background-color: transparent;
  position: relative;
  border: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item > .body > label {
  display: flex;
  align-items: center;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item > .body > label > .check {
  display: none;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item > .body > label > .text {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 0;
  padding: 3rem 1rem 1rem 1rem;
  width: 100%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.call-me {
  width: 40%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.call-me:before {
  background-image: url("/assets/contacts/icon-phone.svg");
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.mail-me {
  width: 60%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.mail-me:before {
  background-image: url("/assets/contacts/icon-mail.svg");
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.selected,
body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item:hover {
  background-color: #fff;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.selected > .body > label > .text,
body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item:hover > .body > label > .text {
  color: #312865;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column {
  box-sizing: border-box;
  padding: 1rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column:last-child {
  margin-bottom: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > h2 {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #312865;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > h2 > img {
  display: block;
  margin: 0 auto 0.75rem;
  height: 3rem;
  vertical-align: middle;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .input {
  margin: 0 0 1rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .input > .label {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #312865;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .input > .fci-text {
  margin: 0 0 1rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit {
  margin: 0;
  padding: 0;
  text-align: center;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .message {
  display: none;
  font-size: 1rem;
  line-height: 1.4rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .button {
  position: relative;
  padding: 1rem 4rem;
  border-radius: 10rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .button::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  content: "";
  background: transparent url("/assets/contacts/icon-mail.svg") no-repeat center right/100%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .button.wait::after {
  background-image: url("/assets/contacts/icon-loader.svg");
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates {
  margin: 0 0 1rem;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .label {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #312865;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date {
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date:last-child {
  margin: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date.hidden {
  display: none;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-text,
body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-select {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-text {
  margin: 0 1rem 0 0;
  width: calc(65% - 1rem);
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-select {
  width: 35%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .action {
  margin: 1rem 0 4rem;
  padding: 0;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .action > .button {
  position: relative;
  padding: 0.5rem 2rem 0.5rem 4rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .action > .button:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  content: "";
  background: transparent url("/assets/contacts/icon-plus.svg") no-repeat center center/100%;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > [class^=col] > .label {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #312865;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox {
  position: relative;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .fci-checkbox {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .fci-checkbox > .body {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .label {
  padding-left: 3rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .label > label {
  cursor: pointer;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column.email > .input {
  margin: 1rem 0 4rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .legacy {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 1rem;
}

body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .legacy > a {
  color: #312865;
}

#popup-report > .popup-content {
  padding: 2rem;
  max-width: 40rem;
}

#popup-report > .popup-content > .row p {
  margin-top: 0;
}

#popup-report > .popup-content > .row > .close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#popup-report > .popup-content > .row > .close > .popup-close {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 300;
  background: transparent url("/assets/pages/icon-close.svg") no-repeat center center/100%;
  border: 0;
}

#popup-report > .popup-content > .message {
  display: none;
}

#popup-report > .popup-content > .message > .message {
  text-align: center;
}

#popup-report > .popup-content > .message > .action {
  margin: 1rem 0;
  text-align: center;
}

#popup-report > .popup-content > .message > .action > button {
  padding: 1rem 2rem;
}

#popup-report > .popup-content > .message > .loader {
  text-align: center;
}

#popup-report > .popup-content > .message > .loader > span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  margin-right: 0.2rem;
  animation: popWave 1.3s linear infinite;
}

#popup-report > .popup-content > .message > .loader > span:nth-child(1) {
  background-color: #00B5CD;
  opacity: 0.5;
}

#popup-report > .popup-content > .message > .loader > span:nth-child(2) {
  background-color: #00B5CD;
  opacity: 0.7;
  animation-delay: -1.1s;
}

#popup-report > .popup-content > .message > .loader > span:nth-child(3) {
  background-color: #00B5CD;
  opacity: 0.9;
  animation-delay: -0.9s;
}

#popup-report > .popup-content > .message > .row .optin > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

#popup-report > .popup-content > .message > .row .optin > div > .body {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
}

#popup-report > .popup-content > .message > .row .optin > .label {
  padding-left: 2.75rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 1rem 0;
}

@keyframes popWave {
  0%, 60%, 100% {
    transform: initial;
  }

  30% {
    transform: translateY(-0.5rem);
  }
}

@media screen and (min-width: 480px) {
  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container [class=row] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-text-emphasis: none;
            text-emphasis: none;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container.avoirs-detenus {
    margin-left: 2rem;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .total {
    margin-top: 2rem;
    padding: 1rem;
    width: calc(100% - 2rem);
    background: #025B86;
    border-radius: 2rem;
    color: #fff;
    font-weight: 300;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .total [class^=col] > .total-holdings {
    margin: 0 2rem;
    font-weight: 500;
    text-align: right;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate {
    position: relative;
    margin-top: 2rem;
    padding: 1rem;
    width: calc(100% - 2rem);
    background: #00B5CD;
    border-radius: 2rem;
    color: #fff;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col] > .label {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col] > .input-range {
    margin: 1rem 10%;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col] > .total-estimate {
    margin: 0 2rem;
    font-weight: 500;
    text-align: right;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  body > .app > .chat-area > .content > .slide.avoirs-disponibles > .content > .container > .estimate [class^=col].legend {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles {
    position: relative;
    overflow: hidden;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container {
    margin: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container .fci.fci-text > .body > input {
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row {
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-amount {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    padding: 0;
    vertical-align: middle;
    width: calc(60% - 0.5rem);
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-amount > .body > input,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-amount > .body > input,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-amount > .body > input,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-amount > .body > input {
    padding: 1rem 0.45rem;
    width: calc(100% - 0.9rem);
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0.5rem;
    padding: 0;
    vertical-align: middle;
    width: calc(40% - 0.5rem);
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button:before {
    position: absolute;
    top: -0.5rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0;
    content: "";
    background: transparent url("/assets/pages/icon-notification.svg") no-repeat center center/100%;
    transition: opacity 0.5s ease-in-out;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button.notif:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button.notif:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button.notif:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button.notif:before {
    opacity: 1;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button.check-ok:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button.check-ok:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button.check-ok:before,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button.check-ok:before {
    background-image: url("/assets/pages/icon-notification-ok.svg");
    opacity: 1;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .loans-button > button,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.loans-row [class^=col] > .expenses-button > button,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .loans-button > button,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .row.expenses-row [class^=col] > .expenses-button > button {
    margin: 0;
    padding: 0.76rem 1rem;
    width: 100%;
    background: #F07D00;
    color: #fff;
    border: 0;
    border-radius: 0.75rem;
    font-size: 0.7rem;
    font-weight: 300;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total {
    margin-top: 2rem;
    padding: 1rem;
    width: calc(100% - 2rem);
    background: #025B86;
    border-radius: 2rem;
    color: #fff;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total .fci.fci-text > .body > input {
    background: #00B5CD;
    color: #fff;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total .fci.fci-text > .body > .unit {
    background: #fff;
    border-radius: 0 2rem 2rem 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .total.warning .fci.fci-text > .body > input {
    background: #F07D00;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .warning-message {
    display: none;
    font-size: 0.9rem;
    line-height: 1rem;
    background: url("/assets/form/warning.svg") no-repeat;
    background-size: 3rem auto;
    background-position: top 1rem center;
    padding: 5rem 1rem 1rem 1rem;
    font-weight: 500;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .warning-message.show {
    display: block;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    margin: 0;
    padding: 2rem 2rem 10rem;
    width: calc(100% - 4rem);
    min-height: calc(100% - 22rem);
    background: #fff;
    border-radius: 4rem;
    transition: all 1s ease-in-out;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form.open,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form.open {
    right: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header {
    margin: 0 0 2rem;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header > .icon,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header > .icon {
    margin: 0 0 0.55rem;
    padding: 0;
    font-size: 0;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header > .icon > img,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header > .icon > img {
    height: 3rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .header > h2,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .header > h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #312865;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 400;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter {
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 35rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter > .label {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 500;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter > .fci-select,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter > .fci-select {
    margin: 0;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list {
    margin: 1rem 0;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .header,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .header {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line {
    margin: 0 0 1.5rem;
    padding: 0;
    background: #E0F4F6;
    border-radius: 2rem;
    display: none;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line.visible,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line.visible {
    display: block;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .header,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .header {
    margin: 0;
    padding: 1rem 1.5rem;
    background: #C9E9ED;
    border-radius: 2rem 2rem 0 0;
    font-weight: 700;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content {
    margin: 0;
    padding: 1rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .date {
    margin: 0 0 2rem;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type:last-child,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object:last-child,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount:last-child,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date:last-child,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type:last-child,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object:last-child,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .amount:last-child,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .date:last-child {
    margin-bottom: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .amount > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .date > .label {
    margin: 0 0 0.5rem;
    padding: 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item {
    margin: 1rem 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .title,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .title {
    font-weight: 700;
    margin: 0.5rem 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content {
    background-color: #C7E8EC;
    border-radius: 1rem;
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p {
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-top: 5rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p > span,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p > span {
    font-size: 0.9rem;
    font-weight: 300;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p.icon,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p.icon {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p.icon > img,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p.icon > img {
    width: 100%;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input {
    box-sizing: border-box;
    width: 100%;
    background-color: #E0F4F6;
    border-radius: 1rem;
    padding: 1rem 2rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input > .fci > .body > .unit,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input > .fci > .body > .unit {
    font-size: 0.8rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input > .fci.readonly > .body,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input > .fci.readonly > .body {
    background: transparent;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input > .fci.readonly > .body > input,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input > .fci.readonly > .body > input {
    background: transparent;
    text-align: right;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .legend,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .legend {
    font-size: 0.8rem;
  }

  body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container {
    margin-left: 2rem;
  }

  body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container .row > div {
    width: 100%;
  }

  body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container .fci.fci-text > .body > input {
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container > .total {
    margin-top: 2rem;
    padding: 1rem;
    width: calc(100% - 2rem);
    background: #025B86;
    border-radius: 2rem;
    color: #fff;
  }

  body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container > .total .fci.fci-text > .body > input {
    background: #00B5CD;
    color: #fff;
  }

  body > .app > .chat-area > .content > .slide.revenus-mensuels > .content > .container > .total .fci.fci-text > .body > .unit {
    background: #fff;
    border-radius: 0 2rem 2rem 0;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .sidebar + .content {
    padding: 2rem 2rem 0 2rem;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .text {
    margin: 0 auto 2rem;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
    text-align: center;
    max-width: 20rem;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer {
    position: relative;
    margin: 0 0 2rem;
    padding: 0 3rem 0 0;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 2rem 0 0 2rem;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .picture.offer-icon {
    background: transparent url("/assets/offers/003.jpg") no-repeat center center/cover;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content {
    margin: 0 0 0 25%;
    padding: 2rem 3rem 4rem;
    background: #E7EEFC;
    border-radius: 0;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content > .title {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #005C85;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content > .text {
    position: relative;
    margin: 0 0 0.25rem;
    padding: 0.75rem 2rem 0.75rem 3rem;
    font-weight: 200;
    color: #312865;
    font-size: 0.8rem;
    line-height: 1.4rem;
    background: #F9FBFF;
    border-radius: 1rem;
    box-shadow: 0 0 8px 0 #B2C5F4;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .content > .text:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
    background: transparent url("/assets/pages/icon-synthese-ok.svg") no-repeat center center/100%;
    content: "";
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .link {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 100%;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .offer > .link > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0 2rem 2rem 0;
    background: #F07D00 url("/assets/diagnostic/button-next.svg") no-repeat center center/1.25rem;
    color: transparent;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .contact {
    margin: -6rem auto 0;
    padding: 2rem;
    width: 5rem;
    background: transparent url("/assets/diagnostic/button-dotted.png") no-repeat center center/80%;
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.solutions-assurantielles > .content > .contact > a {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background: #F07D00;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .background {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .introduction {
    position: relative;
    margin: 0 0 2rem;
    padding: 0;
    width: 100%;
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .avatar {
    position: relative;
    margin: 0 0 -2rem;
    padding: 0;
    text-align: center;
    z-index: 1;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .avatar > img {
    width: 6rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .text {
    position: relative;
    margin: 0;
    padding: 2rem;
    width: calc(100% - 4rem);
    display: inline-block;
    vertical-align: middle;
    border-radius: 2rem;
    background: #E0F4F6;
    box-shadow: 0 0.5rem 0.6rem 0 rgb(151, 197, 202);
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .text::before {
    position: absolute;
    bottom: -0.75rem;
    left: -0.75rem;
    width: 2rem;
    height: 2rem;
    background: transparent url("/assets/diagnostic/question-patte.svg") no-repeat center center/100%;
    content: "";
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form {
    position: relative;
    margin: 0 0 2rem 0;
    padding: 2rem;
    width: calc(100% - 4rem);
    border-radius: 1.5rem;
    background: #E0F4F6;
    box-shadow: 0 0.5rem 0.6rem 0 rgb(151, 197, 202);
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form::before {
    position: absolute;
    bottom: -0.75rem;
    left: -0.75rem;
    width: 2rem;
    height: 2rem;
    background: transparent url("/assets/diagnostic/question-patte.svg") no-repeat center center/100%;
    content: "";
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .text {
    margin: 0;
    padding: 0;
    font-weight: 600;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container {
    width: 100%;
    max-width: none;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .label {
    margin: 0 0 0.75rem;
    font-weight: 300;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .phone,
  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .email {
    position: relative;
    margin: 0;
    padding: 0.75rem 2rem 0.75rem 4rem;
    background: #F6FDFD;
    border-radius: 2rem;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .phone:before,
  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .email:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    content: "";
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .phone:before {
    background: transparent url("/assets/contacts/icon-phone-small.svg") no-repeat center center/80%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.direct > .container > .row > [class^=col] > .email:before {
    background: transparent url("/assets/contacts/icon-mail-small.svg") no-repeat center center/80%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .legend {
    margin: 0;
    font-size: 0.8rem;
    text-align: right;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block {
    background-color: #fff;
    border-radius: 24px;
    padding: 1rem;
    width: calc(100% - 2rem);
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > h2 {
    text-align: center;
    margin: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > h2 > img {
    margin: 0 auto 0.75rem;
    height: 3rem;
    vertical-align: middle;
    display: block;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content {
    max-width: 25rem;
    margin: 1rem auto 2rem auto;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input {
    margin-bottom: 1rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .label {
    margin: 0.25rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date {
    margin: 0 0 0.75rem;
    padding: 0;
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date:last-child {
    margin: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date.hidden {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-text,
  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-select {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-text {
    margin: 0 1rem 0 0;
    width: calc(65% - 1rem);
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-select {
    width: 35%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .date > .fci-select .body > button {
    padding: 1rem 2rem 1rem 2rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .add-date {
    padding: 0.5rem 2rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .content > .input > .add-date:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
    content: "";
    background: transparent url("/assets/icons/icon-plus.svg") no-repeat center center/100%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox {
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .fci-checkbox {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .fci-checkbox > .body {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 8px;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .label {
    padding-left: 3rem;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 1rem 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .checkbox > .label > label {
    cursor: pointer;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item.show {
    display: block;
    margin: auto;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .submit-line {
    margin: 2rem 0;
    padding: 0;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .submit-line > .message {
    display: none;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .tab-block > .tab-item > .submit-line > .button {
    width: 90%;
    max-width: 15rem;
    margin-top: 2rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card {
    display: flex;
    margin: 1.5rem 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item {
    height: auto;
    background-color: transparent;
    position: relative;
    border: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item > .body > label {
    display: flex;
    align-items: center;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item > .body > label > .check {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item > .body > label > .text {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 500;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    padding: 3rem 1rem 1rem 1rem;
    width: 100%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.call-me {
    width: 40%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.call-me:before {
    background-image: url("/assets/contacts/icon-phone.svg");
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.mail-me {
    width: 60%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.mail-me:before {
    background-image: url("/assets/contacts/icon-mail.svg");
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.selected,
  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item:hover {
    background-color: #fff;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item.selected > .body > label > .text,
  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item:hover > .body > label > .text {
    color: #312865;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column {
    box-sizing: border-box;
    padding: 1rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column:last-child {
    margin-bottom: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > h2 {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: #312865;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > h2 > img {
    display: block;
    margin: 0 auto 0.75rem;
    height: 3rem;
    vertical-align: middle;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .input {
    margin: 0 0 1rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .input > .label {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #312865;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .input > .fci-text {
    margin: 0 0 1rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .message {
    display: none;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .button {
    position: relative;
    padding: 1rem 4rem;
    border-radius: 10rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .button::after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    content: "";
    background: transparent url("/assets/contacts/icon-mail.svg") no-repeat center right/100%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .submit > .button.wait::after {
    background-image: url("/assets/contacts/icon-loader.svg");
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates {
    margin: 0 0 1rem;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .label {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #312865;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date {
    margin: 0 0 0.75rem;
    padding: 0;
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date:last-child {
    margin: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date.hidden {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-text,
  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-select {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-text {
    margin: 0 1rem 0 0;
    width: calc(65% - 1rem);
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .date > .fci-select {
    width: 35%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .action {
    margin: 1rem 0 4rem;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .action > .button {
    position: relative;
    padding: 0.5rem 2rem 0.5rem 4rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column > .dates > .action > .button:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
    content: "";
    background: transparent url("/assets/contacts/icon-plus.svg") no-repeat center center/100%;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > [class^=col] > .label {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #312865;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox {
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .fci-checkbox {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .fci-checkbox > .body {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 8px;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .label {
    padding-left: 3rem;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .checkbox > .label > label {
    cursor: pointer;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column.email > .input {
    margin: 1rem 0 4rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .legacy {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-top: 1rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .legacy > a {
    color: #312865;
  }
}

@media screen and (min-width: 768px) {
  .popup-block > .popup-content {
    width: calc(85% - 4rem);
  }

  .popup-block > .popup-content.medium {
    max-width: 30rem;
  }

  .popup-block > .popup-content > .header {
    padding: 2rem;
  }

  .popup-block > .popup-content > .header > h2 {
    margin: 0;
    font-size: 1.1rem;
  }

  .popup-block > .popup-content > .content {
    position: relative;
    padding: 4rem;
  }

  .popup-block > .popup-content > .content p {
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .popup-block > .popup-content > .content p:last-child {
    margin: 0;
  }

  .popup-block > .popup-content > .content p.close > .popup-close {
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .popup-block > .popup-content > .content p.text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .popup-block > .popup-content > .content p.note {
    position: absolute;
    left: 4rem;
    bottom: 1.25rem;
    width: calc(100% - 8rem);
  }

  .popup-block > .popup-content > .content ul {
    margin: 0 0 0.75rem 0;
  }

  .popup-block > .popup-content > .content ul > li {
    font-size: 0.9rem;
  }

  body > .app > .chat-area > .button-previous {
    top: 3rem;
    left: 3rem;
  }

  body > .app > .chat-area > .button-next,
  body > .app > .chat-area > .content > .slide > .content > .contact-button {
    left: auto;
    bottom: 0;
    right: 0;
    transform: none;
    padding: 3rem;
  }

  body > .app > .chat-area > .button-next > button,
  body > .app > .chat-area > .button-next > a,
  body > .app > .chat-area > .content > .slide > .content > .contact-button > button,
  body > .app > .chat-area > .content > .slide > .content > .contact-button > a {
    width: 5rem;
    height: 5rem;
  }

  body > .app > .chat-area > .content {
    min-height: calc(100vh - 13rem);
  }

  body > .app > .chat-area > .content > .slide > .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 50%;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  body > .app > .chat-area > .content > .slide > .sidebar > .content {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 3rem;
    transform: translateY(-50%);
    width: calc(50% - 2.5rem);
  }

  body > .app > .chat-area > .content > .slide > .sidebar > .content > p.avatar > img {
    width: 50%;
    max-width: none;
  }

  body > .app > .chat-area > .content > .slide > .sidebar + .content {
    position: relative;
    margin: 0 0 0 30%;
    padding: 2rem 2rem 12rem 2rem;
  }

  body > .app > .chat-area > .content > .slide > .content {
    min-height: calc(100vh - 25rem);
  }

  body > .app > .chat-area > .content > .slide > .content > .contact-button > a {
    line-height: 5rem;
  }

  body > .app > .chat-area > .content > .slide > .content > .navbar {
    position: relative;
    padding: 1rem 2rem 0 2rem;
  }

  body > .app > .chat-area > .content > .slide > .content > .navbar > .progressbar {
    position: absolute;
    top: 0;
    right: 0;
  }

  body > .app > .chat-area > .content > .slide > .content > .question {
    margin: 0 4rem 2rem -3rem;
    padding: 2rem 4rem 2rem 2rem;
  }

  body > .app > .chat-area > .content > .slide > .content > .question > .icon {
    top: 50%;
    right: -3rem;
    transform: translateY(-50%);
    width: 7rem;
  }

  body > .app > .chat-area > .content > .slide > .content > .question.icon-top > .icon {
    top: -1rem;
    transform: none;
  }

  body > .app > .chat-area > .content > .slide > .content > .container > .row,
  body > .app > .chat-area > .content > .slide > .content > .question > .container > .row {
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide > .content > .container > .row [class^=col],
  body > .app > .chat-area > .content > .slide > .content > .question > .container > .row [class^=col] {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .label,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .label {
    width: 60%;
    text-align: left;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .value,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .amount,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .value,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount {
    width: calc(40% - 2rem);
  }

  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .value > strong,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .amount > .amount > strong,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .value > strong,
  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .total > .amount > strong {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
  }

  body > .app > .chat-area > .content > .slide.recapitulatif > .content > .new-total {
    padding: 1rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  body > .app > .chat-area > .content {
    min-height: 100%;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form {
    width: calc(90% - 4rem);
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter {
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter > .label {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: calc(100% - 11rem);
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .loans-counter > .fci-select,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .loans-counter > .fci-select {
    display: inline-block;
    vertical-align: middle;
    width: 10rem;
    font-size: 1rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list {
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line {
    font-size: 0;
    background: #C9E9ED;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .header,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .header {
    display: inline-block;
    width: 7rem;
    vertical-align: middle;
    border-radius: 2rem 0 0 2rem;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 12rem);
    background: #E0F4F6;
    border-radius: 1rem 2rem 2rem 1rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .date {
    display: inline-block;
    margin: 0 0.5rem 0 0.5rem;
    width: calc(50% - 1rem);
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .type,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .line > .content > .object {
    margin-bottom: 1rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content {
    background-color: #C7E8EC;
    border-radius: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p {
    width: calc(100% - 15rem);
    padding-left: 5rem;
    padding-top: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > p.icon,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > p.icon {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .item > .content > .input,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .expenses-form > .list > .item > .content > .input {
    width: 15rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content {
    min-height: calc(100vh - 35.3rem);
    padding: 2rem 2rem 13.2rem 2rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .warning-message {
    background-position: left 1rem center;
    padding: 2rem 5rem 1rem 5rem;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information {
    position: relative;
    padding: 2rem 2rem 2rem 5rem;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information > .icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .information > .icon.warning {
    left: 2rem;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .report {
    position: absolute;
    left: 2rem;
    bottom: 6rem;
    margin: 0;
    transform: translateY(50%);
  }

  body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item,
  body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item {
    margin: 0 1rem 0 0;
    width: calc(50% - 8rem - 2px);
  }

  body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_situation > .fci-radio-card-item:last-child,
  body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .fci-radio-card.i_adherent > .fci-radio-card-item:last-child {
    margin: 0 0 0 1rem;
  }

  body > .app > .chat-area > .content > .slide.situation-personnelle > .content > .question > .i_situation_detail > .fci-radio-card > .fci-radio-card-item {
    margin: 0 1rem 1rem 0;
    width: auto;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information {
    position: relative;
    padding: 2rem 2rem 2rem 5rem;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information > .icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .information > .icon.warning {
    left: 2rem;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .lienAppli {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6rem;
    margin: 0;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > .lienAppli > button {
    font-size: 1rem;
    line-height: 2rem;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-text {
    margin: 1rem auto 7rem;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-text:before {
    bottom: -5rem;
    left: calc(50% - 3rem);
    width: 6rem;
    height: 3rem;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-button > .button {
    font-size: 1.2rem;
    line-height: 1.38rem;
    padding: 1rem 3.3rem 1rem 2rem;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .illustration {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }

  body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question {
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question .fci-text.mtop,
  body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question .fci-select.mtop {
    margin-top: 1.35rem;
  }

  body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question > .container > .row {
    margin: 0.5rem 0;
  }

  body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question > .container.double {
    display: inline-block;
    margin: 0 1rem 0 0;
    width: calc(50% - 1rem);
    vertical-align: top;
  }

  body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question > .container.double:last-child {
    margin: 0 0 0 1rem;
  }

  body > .app > .chat-area > .content > .slide.situation-professionnelle > .content > .question > .container.double > .row [class^=col] > .label.partner {
    opacity: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 20%;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    background: #00B3CC;
  }

  body > .app > .chat-area > .content > .slide.contact > .content {
    position: relative;
    margin: 0 0 0 10%;
    padding: 2rem 2rem 10rem 8rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .avatar {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: -6rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    z-index: 1;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .introduction > .avatar > img {
    width: 6rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts {
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item {
    padding: 1rem 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item:before {
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > div > .fci-radio-card > .fci-radio-card-item > .body > label > .text {
    padding: 1rem 1rem 1rem 4rem;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  body > .app > .chat-area > .content > .slide.depenses-mensuelles {
    transition: height 0.3s ease;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list {
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .header {
    margin: 0;
    padding: 0 0 0 10rem;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .header.visible {
    display: block;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .header > .content {
    display: inline-block;
    margin: 0;
    padding: 1rem;
    vertical-align: middle;
    width: calc(100% - 2rem);
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .header > .content > .label {
    display: inline-block;
    margin: 0 0.5rem 0 0.5rem;
    width: calc(25% - 1rem);
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date {
    margin-bottom: 0;
    width: calc(25% - 1rem);
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount > .label,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date > .label {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .type > .fci-text,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .object > .fci-text,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .amount > .fci-text,
  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .loans-form > .list > .line > .content > .date > .fci-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  body > .app > .chat-area > .content > .slide.depenses-mensuelles > .content > .container > .warning-message {
    padding: 2rem 10rem 1rem 5rem;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle {
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 {
    margin: 0;
    padding: 1rem;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1 > .title,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2 > .title,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 > .title {
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1 > .text,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2 > .text,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 > .text {
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: center;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1:before,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2:before,
  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3:before {
    display: none;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1 {
    position: absolute;
    top: 25%;
    right: 72%;
    width: 15%;
    border-radius: 1rem 0 1rem 1rem;
    background: #F2F2F2;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend1:after {
    position: absolute;
    display: block;
    top: 0;
    left: auto;
    bottom: auto;
    right: -1.5rem;
    width: 0;
    border-width: 0 0 1rem 1.5rem;
    border-style: solid;
    border-color: transparent #F2F2F2;
    content: "";
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2 {
    position: absolute;
    top: 2rem;
    left: 74%;
    width: 15%;
    border-radius: 1rem 1rem 1rem 0;
    background: #EF7C00;
    color: #fff;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend2:after {
    position: absolute;
    display: block;
    top: auto;
    left: -1.5rem;
    bottom: 0;
    right: auto;
    width: 0;
    border-width: 1rem 1.5rem 0 0;
    border-style: solid;
    border-color: transparent #EF7C00;
    content: "";
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-50%, -50%);
    background: #FFEDE2;
    border-radius: 0 1rem 1rem 1rem;
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .circle > .legend3:after {
    position: absolute;
    display: block;
    top: 0;
    left: -1rem;
    bottom: auto;
    right: auto;
    width: 0;
    border-width: 0 1.5rem 1rem 0;
    border-style: solid;
    border-color: transparent #FFEDE2;
    content: "";
  }

  body > .app > .chat-area > .content > .slide.effort-epargne > .content > .report {
    position: absolute;
    left: 50%;
    bottom: 6rem;
    margin: 0;
    transform: translate(-50%, 50%);
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts {
    margin: 0 0 1rem;
    font-size: 0;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column.callback {
    position: relative;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column.callback:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 90%;
    transform: translateY(-50%);
    background-color: #b8dade;
  }

  body > .app > .chat-area > .content > .slide.contact > .content > .form.contacts > .row > .column.email > h2 {
    margin: 0 auto;
    width: 100%;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .erm001-button > .button {
    font-size: 1.2rem;
    line-height: 1.38rem;
    padding: 1rem 4rem 1rem 2rem;
  }

  body > .app > .chat-area > .content > .slide.objectifs-epargne > .content > #lienAppli > .popup-content .illustration {
    padding-bottom: 100%;
  }
}

div.display_block {
  display: block !important;
}

div.minimum_required a {
  color: #ef7c00;
}

div.minimum_required a:hover {
  color: #d96e00;
  text-decoration: underline;
}

p.minimum_required {
  margin-top: 15px !important;
  text-align: justify;
}

