/* Variables */
/* web declinaison of #235578 */
/* web declinaison of #4b2355 */
/* web declinaison of #78b4c3 */
/* Providers */
@font-face {
  font-family: Happiness;
  src: url("../font/HappinessV.eot");
  src: url("../font/HappinessV.eot?#iefix") format("embedded-opentype"), url("../font/HappinessV.woff") format("woff"), url("../font/HappinessV.ttf") format("truetype"), url("../font/HappinessV.svg#HappinessV") format("svg");
  font-style: normal;
  font-weight: normal;
}
html {
  box-sizing: border-box;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.hide {
  display: none !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 2. Correct font properties not being inherited.
 * 3. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 1 */
  font: inherit;
  /* 2 */
  color: inherit;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  min-width: 18.75rem;
  font-family: "Trebuchet MS", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #005589;
  background: #fff;
}

.container {
  position: relative;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 29rem;
  padding: 0 2rem;
}

.navigation {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2rem;
}
.navigation-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
}
.navigation-back .Icon-svg {
  height: 50%;
  transform: rotate(180deg);
  fill: #005589;
}

.title {
  margin: 1rem 0;
  font-family: "Happiness", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.2rem;
  text-align: center;
}

.subtitle {
  margin: 1rem 0;
  font-family: "Happiness", "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
}

.logo {
  margin: 0;
  text-align: center;
}
.logo-svg {
  width: 2rem;
  fill: #005589;
}

/* Change Autocomplete styles in Chrome */
@keyframes autofill {
  to {
    color: #005589;
    background: transparent;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d1d1;
  -webkit-text-fill-color: #005589;
  -webkit-animation-name: autofill;
  animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.input {
  display: flex;
  align-items: center;
}
.input-container {
  position: relative;
  width: 100%;
}
.input-container--select::after {
  position: absolute;
  top: 2.25rem;
  right: 1rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  pointer-events: none;
  content: "";
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
}
.input-container + .Icon-svg {
  margin-top: 1.5rem;
}
.input-field {
  display: block;
  width: 100%;
  border: 1px solid #d4d1d1;
  padding: 0.75rem;
  background: none;
  -webkit-tap-highlight-color: transparent;
}
.input-field:focus {
  outline: 0;
  border: 1px solid #005589;
}
.input-field::placeholder {
  font-size: 0.9rem;
  color: #a8a0a0;
  opacity: 0.8;
}
.input-label {
  font-size: 0.8rem;
}
.input-label + .input-field {
  margin-top: 0.25rem;
}
.input--invalid .input-field {
  border-color: #d64242;
}
.input--invalid .input-label {
  color: #d64242;
}
.input--valid .input-field {
  border-color: #14a53a;
}
.input--valid .input-label {
  color: #14a53a;
}
.input .Icon-svg {
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  fill: #d4d1d1;
}
.input + .input {
  margin-top: 1rem;
}

.toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 32px;
}
.toggle-label {
  margin-right: 1rem;
  font-size: 0.8rem;
  color: #504747;
  opacity: 0.8;
}
.toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d4d1d1;
  border-radius: 34px;
  cursor: pointer;
  background-color: #504747;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-slider::before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  border: 1px solid #d4d1d1;
  border-radius: 50%;
  content: "";
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-slider:focus {
  outline: 0;
}
.toggle-input {
  display: none;
}
.toggle-input:checked + .toggle-slider {
  background-color: #005589;
}
.toggle-input:focus + .toggle-slider {
  box-shadow: 0 0 1px #005589;
}
.toggle-input:checked + .toggle-slider::before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.checkbox {
  display: flex;
  -webkit-tap-highlight-color: transparent;
}
.checkbox-label {
  font-size: 0.8rem;
  color: #504747;
  opacity: 0.8;
}
.checkbox-label .Icon-svg {
  margin: 0 0.5rem;
  width: 1rem;
  fill: #504747;
  vertical-align: middle;
}
.checkbox-container {
  position: relative;
  margin-right: 1rem;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #504747;
  border-radius: 3px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.checkbox-checked {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 1rem;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
}
.checkbox-checked .Icon-svg {
  display: none;
  fill: #504747;
}
.checkbox-checked:focus {
  outline: 0;
}
.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-checked .Icon-svg {
  display: block;
}
.checkbox + .checkbox {
  margin-top: 0.5rem;
}

.form-container {
  position: relative;
  margin: 1rem 0;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .form-container {
    border: 1px solid #d4d1d1;
    border-radius: 5px;
    padding: 0 1rem;
  }
  .form-container::after {
    position: absolute;
    bottom: -1.75rem;
    left: -2rem;
    z-index: -1;
    width: calc(100% + 3rem);
    height: 3.5rem;
    border-radius: 5rem;
    content: "";
    background: radial-gradient(ellipse at center, #a8a0a0 0%, #d4d1d1 20%, #f7f7f7 70%, #fff 100%);
    filter: blur(5px);
    transform: rotate3d(1, 0, 0, 45deg);
  }
}
.form-container .toggle {
  margin-top: 1rem;
}
.form-item {
  margin: 1rem 0;
  font-size: 0.8rem;
}
.form-item--center {
  text-align: center;
}
.form-item--providers {
  position: relative;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  border-top: 1px solid #d4d1d1;
  padding-top: 1rem;
}
@media screen and (min-width: 800px) {
  .form-item--providers {
    box-shadow: inset 0 15px 15px -15px #d4d1d1;
  }
}
.form-item--providers--reverse {
  border-top: 0;
  border-bottom: 1px solid #d4d1d1;
  padding-top: 0;
  padding-bottom: 1rem;
}
@media screen and (min-width: 800px) {
  .form-item--providers--reverse {
    box-shadow: 0 15px 15px -15px #d4d1d1;
  }
}
.form-item--dev {
  display: flex;
  justify-content: center;
  border: 2px solid #d64242;
}
.form-item--dev::before {
  font-size: 2rem;
  font-weight: bolder;
  color: #d64242;
  content: "!";
}
.form-feedback {
  margin: 0;
  display: flex;
  align-items: center;
  color: #005589;
}
.form-feedback--success {
  font-weight: bold;
  color: #14a53a;
}
.form-feedback--error {
  font-weight: bold;
  color: #d64242;
}
.form-feedback-icon {
  margin-right: 1rem;
  width: 1.5rem;
}
.form-feedback-icon .Icon-svg {
  max-width: 100%;
  fill: #005589;
}
.form-feedback-icon--success .Icon-svg {
  fill: #14a53a;
}
.form-feedback-icon--error .Icon-svg {
  fill: #d64242;
}

.message-container {
  margin: 0;
  display: flex;
  align-items: center;
}
.message-cross {
  margin: 0 0.5rem;
  width: 1rem;
  border-radius: 1rem;
  padding: 0.25rem;
  line-height: 0;
  background: #fff;
}
.message-cross .Icon-svg {
  fill: #d64242;
}
.message-contact {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
.message-contact > * {
  margin: 0.2rem 0;
  text-align: center;
}
.message-label {
  font-weight: bold;
  color: #504747;
}
.message-highlight {
  font-weight: bold;
  color: #005589;
}
.message-subtitle {
  font-size: 0.7rem;
  color: #998e8e;
}

/*
*PASSWORD
*/
.password-unmask {
  position: absolute;
  top: 2.25rem;
  right: 1rem;
  width: 2rem;
  height: 1rem;
  outline: none;
  border: 0;
  padding: 0;
  background: none;
}
.password-unmask::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  color: #666;
  content: "";
  background: url(../images/eye-password.svg) center no-repeat;
  background-size: contain;
}

.password-unmask.unmask-Password--masked::before {
  background: url(../images/closedEyePassword.svg) center no-repeat;
  background-size: contain;
}

.button {
  display: inline-block;
  min-width: 50%;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #005589;
  -webkit-tap-highlight-color: transparent;
}
.button:focus {
  outline: 0;
}
.button--disabled {
  background-color: #d4d1d1;
}
.button--disabled:hover {
  background-color: #d4d1d1;
}
.button-provider {
  position: relative;
  padding-left: 40px;
}
.button-provider::before {
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 5px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.button-facebook {
  background-color: #3b5998;
}
.button-facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M17%202v4h-2c-.69%200-1%20.81-1%201.5V10h3v4h-3v8h-4v-8H7v-4h3V6a4%204%200%200%201%204-4h3z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}
.button-twitter {
  background-color: #55acee;
}
.button-twitter::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M22.46%206c-.77.35-1.6.58-2.46.69.88-.53%201.56-1.37%201.88-2.38-.83.5-1.75.85-2.72%201.05C18.37%204.5%2017.26%204%2016%204c-2.35%200-4.27%201.92-4.27%204.29%200%20.34.04.67.11.98C8.28%209.09%205.11%207.38%203%204.79c-.37.63-.58%201.37-.58%202.15%200%201.49.75%202.81%201.91%203.56-.71%200-1.37-.2-1.95-.5v.03c0%202.08%201.48%203.82%203.44%204.21-.36.1-.74.15-1.13.15-.27%200-.54-.03-.8-.08.54%201.69%202.11%202.95%204%202.98-1.46%201.16-3.31%201.84-5.33%201.84-.34%200-.68-.02-1.02-.06C3.44%2020.29%205.7%2021%208.12%2021%2016%2021%2020.33%2014.46%2020.33%208.79c0-.19%200-.37-.01-.56.84-.6%201.56-1.36%202.14-2.23z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}
.button-google {
  background-color: #dd4b39;
}
.button-google::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M23.26%2010.947H12.48v3.2h7.644c-.378%204.484-4.11%206.397-7.632%206.397-4.507%200-8.44-3.546-8.44-8.516%200-4.842%203.75-8.57%208.45-8.57%203.626%200%205.763%202.312%205.763%202.312l2.24-2.32S17.63.25%2012.387.25C5.71.25.547%205.885.547%2011.97c0%205.965%204.858%2011.78%2012.01%2011.78%206.292%200%2010.897-4.31%2010.897-10.682%200-1.345-.196-2.122-.196-2.122z%22%2F%3E%3C%2Fsvg%3E");
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #005589;
  text-decoration: none;
  cursor: pointer;
}
.link-container {
  display: flex;
  justify-content: center;
}
.link-container .message-label {
  margin: 0 0.5rem;
}
.link--light {
  font-size: 0.8rem;
  font-weight: normal;
  color: #504747;
  text-decoration: underline;
}
.link .Icon-svg {
  margin-left: 0.4rem;
  width: 0.7rem;
  height: 0.7rem;
  fill: #005589;
}

.modal {
  position: absolute;
  top: 0;
  right: 0.5rem;
  left: 0.5rem;
  z-index: 5;
  border: 1px solid #005589;
  border-radius: 1rem;
  padding: 1rem;
  color: #998e8e;
  background: #f7f7f7;
}
.modal-header {
  position: relative;
  margin-bottom: 1rem;
}
.modal-header-title {
  margin: 0;
  color: #504747;
  text-align: center;
}
.modal-header-close {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  padding: 0.25rem;
  line-height: 0;
  background: #998e8e;
}
.modal-header-close .Icon-svg {
  fill: #fff;
}
.modal-details {
  text-align: justify;
}
.modal-details strong {
  color: #504747;
}

.icon-phone {
  position: relative;
  text-decoration: none;
}
.icon-phone::before {
  position: absolute;
  top: 1px;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url(../images/phone.svg) center no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=app.css.map */
