/*! 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;
  }
}

.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;
  }
}

body > .app {
  background: #fff;
  padding: 1.5rem;
  min-height: auto;
}

body > .app > .illustration {
  margin: -3rem 0 2rem 0;
  padding: 0;
  font-size: 0;
}

body > .app > .illustration > img {
  width: 100%;
}

body > .app > .text > h1 {
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
  color: #BCCF00;
  font-size: 3rem;
  line-height: 3.5rem;
}

body > .app > .text > h1,
body > .app > .text > h1 > i {
  font-weight: 500;
}

body > .app > .text > h1 > i {
  font-style: normal;
  color: #00B3CC;
}

body > .app > .text > .intro {
  margin: 0 0 2rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  color: #393939;
}

body > .app > .text > .start {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}

body > .app > .text > .start > .button {
  padding: 1rem 2.5rem;
}

@media screen and (min-width: 768px) {
  body > .app {
    position: relative;
    padding: 4rem 1rem;
    width: calc(90% - 4rem);
  }

  body > .app > .illustration {
    margin: 0;
    padding: 0;
    float: right;
    width: 50%;
  }

  body > .app > .text {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: calc(50% - 10rem);
    padding: 0 4rem;
    transform: translateY(-50%);
  }

  body > .app > .text > h1,
  body > .app > .text > .intro,
  body > .app > .text > .start {
    text-align: left;
  }

  body > .app > .text > h1,
  body > .app > .text > h1 > i {
    font-size: 4rem;
    line-height: 4rem;
  }

  body > .app > .text > h1 > i {
    display: block;
  }

  body > .app > .text > .intro {
    font-size: 1.2rem;
    line-height: 1.4rem;
    max-width: 22rem;
  }
}

