@charset "UTF-8";
/*

This style architecure is heavily inspired from theses resources :

* SMACSS by Jonathan Snook http://smacss.com/
* OOCSS by Nicole Sullivan http://oocss.org/
* BEM CSS Methology : http://bem.info/method/
* CSS Guidelines by Harry Roberts : https://github.com/csswizardry/CSS-Guidelines
* ITCSS : https://speakerdeck.com/dafed/managing-css-projects-with-itcss
* BEM-ITCSS : http://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/

*/
/*------------------------------------*    $TABLE OF CONTENTS
    based generally on Harry Roberts excellent CSS Guidelines https://github.com/csswizardry/CSS-Guidelines
\*------------------------------------*/
/**
 * VARIABLES..............................Declarations of Sass variables
 * .....Colors
 * .....Typography
 * .....Layout
 * .....Defaults
 * .....Breakpoints
 * MIXINS.................................Sass mixins
 * RESET..................................Set reset defaults
 * GLOBAL CLASSES.........................Set reset defaults
 * GLOBAL ELEMENTS........................Establish global styles
 * .....Main
 * .....Headings
 * .....Text-related elements (p, blockquote, lists)
 * .....Defaults
 * .....Breakpoints
 * TYPOGRAPHY------------------------------
 * MEDIA------------------------------
 * LAYOUT------------------------------
 * NAVIGATION------------------------------
 * TOC To Be Continued
 */
/*! 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 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

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, 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. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  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; }

/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*------------------------------------*    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre,
.c-icon--proof-documents,
.c-icon--signature,
.c-product-summary__title {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 48em) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

@font-face {
  font-family: "ProximaNova";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-light-webfont-cache-1458301567.eot");
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-light-webfont-cache-1458301567.eot?#iefix") format("embedded-opentype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-light-webfont-cache-1458301567.woff2") format("woff2"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-light-webfont-cache-1458301567.woff") format("woff"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-light-webfont-cache-1458301567.ttf") format("truetype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-light-webfont-cache-1458301567.svg#ProximaNova") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ProximaNova";
    src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-light-webfont-cache-1458301567.svg#ProximaNova") format("svg"); } }

@font-face {
  font-family: "ProximaNova";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-regular-webfont-cache-1458301567.eot");
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-regular-webfont-cache-1458301567.eot?#iefix") format("embedded-opentype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-regular-webfont-cache-1458301567.woff2") format("woff2"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-regular-webfont-cache-1458301567.woff") format("woff"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-regular-webfont-cache-1458301567.ttf") format("truetype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-regular-webfont-cache-1458301567.svg#ProximaNova") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ProximaNova";
    src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-regular-webfont-cache-1458301567.svg#ProximaNova") format("svg"); } }

@font-face {
  font-family: "ProximaNova";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-medium-webfont-cache-1458301567.eot");
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-medium-webfont-cache-1458301567.eot?#iefix") format("embedded-opentype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-medium-webfont-cache-1458301567.woff2") format("woff2"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-medium-webfont-cache-1458301567.woff") format("woff"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-medium-webfont-cache-1458301567.ttf") format("truetype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-medium-webfont-cache-1458301567.svg#ProximaNova") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ProximaNova";
    src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-medium-webfont-cache-1458301567.svg#ProximaNova") format("svg"); } }

@font-face {
  font-family: "ProximaNova";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-bold-webfont-cache-1458301567.eot");
  src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-bold-webfont-cache-1458301567.eot?#iefix") format("embedded-opentype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-bold-webfont-cache-1458301567.woff2") format("woff2"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-bold-webfont-cache-1458301567.woff") format("woff"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-bold-webfont-cache-1458301567.ttf") format("truetype"), url("/bundles/boursoramaui/fonts/proximanova/proximanova-bold-webfont-cache-1458301567.svg#ProximaNova") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ProximaNova";
    src: url("/bundles/boursoramaui/fonts/proximanova/proximanova-bold-webfont-cache-1458301567.svg#ProximaNova") format("svg"); } }

html {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff; }

body {
  min-width: 320px;
  overflow-x: auto; }

/**
 * Basic typography style for copy text
 */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  html.has-fonts-loaded {
    font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.11111; }

p:last-child {
  margin-bottom: 0; }

a {
  transition: color 0.2s ease 0s;
  color: #009de0;
  text-decoration: none; }
  a:hover {
    color: #d20073; }
  a:focus {
    outline: none; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

input,
select,
textarea {
  border: none;
  width: 100%;
  background-color: transparent; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

option, optgroup {
  color: #2a3d52;
  background-color: #ffffff; }

option[disabled] {
  color: #d4d4d4; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 48em) {
    .container {
      width: 750px; } }
  @media (min-width: 62em) {
    .container {
      width: 970px; } }
  @media (min-width: 75em) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 62em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 75em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: #ffffff; }

caption {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 30px;
    padding: 3rem;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 47.9375em) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

@-webkit-keyframes bkg-scale {
  0% {
    -webkit-transform: translate(50%, 50%) scale(0);
            transform: translate(50%, 50%) scale(0); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bkg-scale {
  0% {
    -webkit-transform: translate(50%, 50%) scale(0);
            transform: translate(50%, 50%) scale(0); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes anim-1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -24%, 0);
            transform: translate3d(0, -24%, 0); } }

@keyframes anim-1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -24%, 0);
            transform: translate3d(0, -24%, 0); } }

@-webkit-keyframes label-float-light {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-1.5rem, -1.5rem, 0);
            transform: translate3d(-1.5rem, -1.5rem, 0); } }

@keyframes label-float-light {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-1.5rem, -1.5rem, 0);
            transform: translate3d(-1.5rem, -1.5rem, 0); } }

@-webkit-keyframes bspin {
  33% {
    opacity: .5; }
  66% {
    -webkit-filter: blur(1px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  100% {
    opacity: 1; } }

@keyframes bspin {
  33% {
    opacity: .5; }
  66% {
    -webkit-filter: blur(1px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  100% {
    opacity: 1; } }

@-webkit-keyframes loading-bar-wait-1 {
  0% {
    -webkit-transform: translateX(-27%) skew(66deg);
            transform: translateX(-27%) skew(66deg); }
  100% {
    -webkit-transform: translateX(-25%) skew(66deg);
            transform: translateX(-25%) skew(66deg); } }

@keyframes loading-bar-wait-1 {
  0% {
    -webkit-transform: translateX(-27%) skew(66deg);
            transform: translateX(-27%) skew(66deg); }
  100% {
    -webkit-transform: translateX(-25%) skew(66deg);
            transform: translateX(-25%) skew(66deg); } }

@-webkit-keyframes loading-bar-wait-2 {
  0% {
    -webkit-transform: translateX(-23%) skew(66deg);
            transform: translateX(-23%) skew(66deg); }
  100% {
    -webkit-transform: translateX(-25%) skew(66deg);
            transform: translateX(-25%) skew(66deg); } }

@keyframes loading-bar-wait-2 {
  0% {
    -webkit-transform: translateX(-23%) skew(66deg);
            transform: translateX(-23%) skew(66deg); }
  100% {
    -webkit-transform: translateX(-25%) skew(66deg);
            transform: translateX(-25%) skew(66deg); } }

@-webkit-keyframes loading-bar-wait-3 {
  0% {
    -webkit-transform: translateX(-29%) skew(66deg);
            transform: translateX(-29%) skew(66deg); }
  100% {
    -webkit-transform: translateX(-27%) skew(66deg);
            transform: translateX(-27%) skew(66deg); } }

@keyframes loading-bar-wait-3 {
  0% {
    -webkit-transform: translateX(-29%) skew(66deg);
            transform: translateX(-29%) skew(66deg); }
  100% {
    -webkit-transform: translateX(-27%) skew(66deg);
            transform: translateX(-27%) skew(66deg); } }

@-webkit-keyframes flipin {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    height: 0;
    overflow: auto; }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes flipin {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    height: 0;
    overflow: auto; }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes flipout {
  from {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    height: auto; }
  to {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    height: 0; } }

@keyframes flipout {
  from {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    height: auto; }
  to {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    height: 0; } }

@-webkit-keyframes sk-cubemove {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

@-webkit-keyframes topbar-anim-1 {
  to {
    width: 30%; } }

@keyframes topbar-anim-1 {
  to {
    width: 30%; } }

@-webkit-keyframes topbar-anim-2 {
  to {
    width: 36%; } }

@keyframes topbar-anim-2 {
  to {
    width: 36%; } }

@-webkit-keyframes topbar-anim-3 {
  to {
    width: 19%; } }

@keyframes topbar-anim-3 {
  to {
    width: 19%; } }

@-webkit-keyframes rotate-360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* start 'enter' transition */
.ng-enter {
  /* transition on enter for .5s */
  transition: .5s;
  /* start with opacity 0 (invisible) */
  opacity: 0; }

/* end 'enter' transition */
.ng-enter-active {
  /* end with opacity 1 (fade in) */
  opacity: 1; }

.ng-leave-active {
  /* transition the background opacity to fades it out */
  transition: opacity .5s;
  /* end with background opacity 0 to hide it */
  opacity: 0; }

.o-wrapper-inline {
  display: inline-block; }

.o-center {
  display: block;
  margin: auto; }

.o-landing-section {
  border-top: 1px dotted #d4d4d4;
  padding: 25px 0; }

.o-landing-section__subtext {
  margin-top: 30px;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.8rem; }

@media (max-width: 48em) {
  .o-landing-section__subtext {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-left: 2rem; } }

@media (min-width: 48em) {
  .o-landing-section__subtext {
    padding-left: 3rem; } }

.o-help-block {
  display: block;
  margin: 15px 0 0 0;
  color: #999a9a;
  font-size: 0.889em; }

.o-wrapper-center-block {
  margin: 0 auto;
  max-width: 260px;
  max-width: 26rem; }
  .o-wrapper-center-block.o-wrapper-center-block--large {
    max-width: 800px;
    max-width: 80rem; }

.o-wrapper-center-inline-block {
  text-align: center; }

.o-wrapper-center-inline-block__inner {
  display: inline-block; }

.o-flag, .c-alert {
  display: table;
  width: 100%; }

.o-flag__wrapper-item, .c-alert__image,
.o-flag__body,
.c-alert__text {
  display: table-cell;
  vertical-align: middle; }
  .o-flag--top .o-flag__wrapper-item, .o-flag--top .c-alert__image,
  .o-flag--top
  .o-flag__body,
  .o-flag--top .c-alert__text {
    vertical-align: top; }
  .o-flag--bottom .o-flag__wrapper-item, .o-flag--bottom .c-alert__image,
  .o-flag--bottom
  .o-flag__body,
  .o-flag--bottom .c-alert__text {
    vertical-align: bottom; }

.o-flag__wrapper-item, .c-alert__image {
  padding-right: 10px; }
  .o-flag--rev .o-flag__wrapper-item, .o-flag--rev .c-alert__image {
    padding-right: 0;
    padding-left: 10px; }

.o-flag__item {
  display: block;
  max-width: none; }

.o-flag__body, .c-alert__text {
  width: 100%; }

.o-media, .o-list__item, .c-choice--card-horizontal {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.o-media__body, .o-list__text, .c-choice--card-horizontal .c-choice__label, .c-choice--card-horizontal .c-choice__text {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.o-media__item, .o-list__icon, .c-choice--card-horizontal .c-choice__indicator {
  float: left; }

.o-media--spaced {
  margin: 10px;
  margin: 1rem; }
  .o-media--spaced .o-media__item, .o-media--spaced .o-list__icon, .o-media--spaced .c-choice--card-horizontal .c-choice__indicator, .c-choice--card-horizontal .o-media--spaced .c-choice__indicator {
    margin-right: 10px;
    margin-right: 1rem; }

.o-media--reverse > .o-media__item, .o-media--reverse > .o-list__icon, .c-choice--card-horizontal .o-media--reverse > .c-choice__indicator {
  float: right; }

.o-media--reverse.o-media--spaced .o-media__item, .o-media--reverse.o-media--spaced .o-list__icon, .o-media--reverse.o-media--spaced .c-choice--card-horizontal .c-choice__indicator, .c-choice--card-horizontal .o-media--reverse.o-media--spaced .c-choice__indicator {
  margin-right: 10px;
  margin-right: 1rem;
  margin-left: 0; }

.o-list {
  margin: 0; }

.o-list--nested {
  margin-top: 10px;
  margin-top: 1rem;
  margin-left: 20px;
  margin-left: 2rem; }

.o-list--margin-left {
  margin-left: 20px;
  margin-left: 2rem; }

.o-list--margin-bottom {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.o-list__item {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.o-list__item--spaced {
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 0; }

.o-list__item--disc {
  list-style: disc inside; }

.o-list__item--circle {
  list-style: circle inside; }

.o-list__item--decimal {
  list-style: decimal inside; }

.o-list--spaced {
  margin-top: 20px;
  margin-top: 2rem; }
  .o-list--spaced .o-list__item {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    line-height: 25px;
    line-height: 2.5rem; }
  .o-list--spaced .o-list__item--min {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .o-list--spaced .o-list__item--tiny {
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }

.o-list--inline {
  display: inline; }

.o-list__item--comma {
  display: inline; }
  .o-list__item--comma:after {
    content: ", "; }
  .o-list__item--comma:last-child:after {
    content: ""; }

.o-list__icon {
  vertical-align: top;
  line-height: inherit;
  margin-right: 10px;
  margin-right: 1rem;
  margin-top: 2px;
  margin-top: 0.2rem; }
  .o-list__icon:before {
    vertical-align: top; }

.o-list__text {
  margin-bottom: 0; }

/*------------------------------------*    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  .o-list-inline > li {
    display: inline-block; }

/*------------------------------------*    #LIST-FLEX-INLINE
\*------------------------------------*/
/**
 * The list-flex-inline object displays a list of items in line, with equal heights using flexbox, fallbacking gracefully .
 */
.o-list-flex-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.o-list-flex-inline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .o-list-flex-inline__item:first-child {
    margin-left: 0; }
  @media (min-width: 48em) {
    .o-list-flex-inline__item {
      margin-left: 2%;
      margin-right: 2%;
      width: 48%; }
      .o-list-flex-inline__item:nth-child(2n+1) {
        margin-left: 0; }
      .o-list-flex-inline__item:nth-child(2n) {
        margin-right: 0; } }
  @media (min-width: 62em) {
    .o-list-flex-inline__item {
      width: 30.6666%; }
      .o-list-flex-inline__item:nth-child(2n+1) {
        margin-left: 2%; }
      .o-list-flex-inline__item:nth-child(2n) {
        margin-right: 2%; }
      .o-list-flex-inline__item:nth-child(3n+1) {
        margin-left: 0; }
      .o-list-flex-inline__item:nth-child(3n) {
        margin-right: 0; } }
  .no-flexwrap.no-flexbox .o-list-flex-inline__item {
    float: left;
    vertical-align: top;
    min-height: 300px;
    min-height: 30rem; }

@media (min-width: 48em) {
  .o-list-flex-inline__item--half {
    margin-left: 2%;
    margin-right: 2%;
    width: 48%; }
    .o-list-flex-inline__item--half:nth-child(2n+1) {
      margin-left: 0; }
    .o-list-flex-inline__item--half:nth-child(2n) {
      margin-right: 0; } }

.o-list-flex-inline__item--half\@md {
  margin: 0;
  width: 100%; }
  @media (min-width: 62em) {
    .o-list-flex-inline__item--half\@md {
      margin-left: 2%;
      margin-right: 2%;
      width: 50%; }
      .o-list-flex-inline__item--half\@md:nth-child(2n+1) {
        margin-left: 0; }
      .o-list-flex-inline__item--half\@md:nth-child(2n) {
        margin-right: 0; } }

@media (min-width: 48em) {
  .o-list-flex-inline__item--fourth {
    margin-left: 1%;
    margin-right: 1%;
    width: 24%; } }

.o-list-flex-inline__item--fourth:nth-child(odd) {
  margin-right: 0; }

.o-list-flex-inline__item--fourth:nth-child(even) {
  margin-left: 0; }

.o-list-flex-inline--fit .o-list-flex-inline__item {
  margin: 0; }

@media (min-width: 48em) {
  .o-list-flex-inline--fit .o-list-flex-inline__item--half {
    width: 50%; }
  .o-list-flex-inline--fit .o-list-flex-inline__item--full {
    width: 100%; }
  .o-list-flex-inline--fit .o-list-flex-inline__item--aside {
    width: 20%; }
  .o-list-flex-inline--fit .o-list-flex-inline__item--1-3 {
    width: 40%; }
  .o-list-flex-inline--fit .o-list-flex-inline__item--vertical-separator {
    width: 0; } }

.o-list-flex-inline__item--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.o-list-flex-inline--fit .o-list-flex-inline__item + .o-list-flex-inline__item {
  margin-top: 30px;
  margin-top: 3rem; }
  @media (min-width: 48em) {
    .o-list-flex-inline--fit .o-list-flex-inline__item + .o-list-flex-inline__item {
      margin-top: 0; } }

.o-list-flex-inline__item--aside {
  width: 35%; }

.o-list-flex-inline__item--1-3 {
  width: 65%; }

.o-list-flex-inline__footer {
  margin-top: auto; }

@media (min-width: 48em) {
  .o-list-flex-inline__item--spaced-right\@sm {
    padding-right: 8rem; }
  .o-list-flex-inline__item--spaced-left\@sm {
    padding-left: 8rem; } }

.o-sticky {
  position: fixed; }

.o-sticky--bottom {
  bottom: 0; }

.o-sticky--landing {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 1; }

.o-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.o-group__element {
  display: table-cell;
  float: left; }

.o-group__addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell; }

.o-group--full-width {
  width: 100%; }

/*------------------------------------*    #TABLE
\*------------------------------------*/
.o-table-to-list {
  width: 100%; }

.o-table-to-list__header {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  @media (min-width: 48em) {
    .o-table-to-list__header {
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; } }

.o-table-to-list__body, .o-table-to-list__row, .o-table-to-list__cell {
  display: block;
  white-space: normal; }

@media (min-width: 48em) {
  .o-table-to-list__body {
    display: table-row-group; } }

.o-table-to-list__row {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .o-table-to-list__row {
      display: table-row; } }
  .o-table-to-list__row:last-of-type {
    margin-bottom: 0; }

.o-table-to-list__cell {
  vertical-align: middle;
  text-align: right; }
  @media (min-width: 48em) {
    .o-table-to-list__cell {
      display: table-cell; } }

.o-table-to-list__cell:before {
  content: attr(data-title);
  float: left;
  max-width: 50%;
  text-align: left; }
  @media (min-width: 48em) {
    .o-table-to-list__cell:before {
      content: none; } }

/*------------------------------------*    #TABLE
\*------------------------------------*/
@media (max-width: 47.9375em) {
  .o-table-drop-column__col\@xs-max {
    display: block; } }

/*------------------------------------*    #TABLE
\*------------------------------------*/
.o-table-compare {
  width: 100%; }

#feedback-module,
#feedback-module div {
  box-sizing: border-box;
  word-wrap: normal;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #3c3c3c; }

#feedback-module button,
.feedback-btn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  outline: none;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  border: 0 none;
  border-radius: 3px;
  font-weight: 700;
  transition: background-color 0.2s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  -webkit-appearance: button;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-rendering: auto;
  -webkit-writing-mode: horizontal-tb; }

.feedback-btn {
  background-color: #e2017b;
  color: #fff;
  font-size: 14px;
  position: fixed;
  top: 50%;
  right: -77px;
  width: 200px;
  padding: 15px 25px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1000; }

#feedback-module p {
  font-size: 13px; }

#feedback-note-tmp {
  width: 444px;
  height: auto;
  min-height: 90px;
  outline: none;
  font-family: Arial, sans-serif;
  padding: 4px; }

#feedback-note-tmp:focus,
#feedback-overview-note:focus {
  border: 1px solid #64b7cc; }

#feedback-canvas {
  position: absolute;
  top: 0;
  left: 0; }

#feedback-welcome {
  top: 30%;
  left: 50%;
  margin-left: -270px;
  display: block;
  position: fixed; }

.feedback-logo {
  background: url(/bundles/boursoramaui/images/feedback/icons.png) 0px 0px no-repeat;
  width: 34px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  padding-left: 40px;
  height: 32px; }

.feedback-next-btn {
  background-color: #e2017b;
  color: #fff;
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px; }

.feedback-back-btn {
  background-color: #1a2e45;
  color: #fff;
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
  margin-right: 20px; }

.feedback-submit-btn {
  background-color: #e2017b;
  color: #fff;
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px; }

.feedback-close-btn {
  width: 72px;
  background-color: #1a2e45;
  color: #fff;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px; }

.feedback-helper {
  background: transparent;
  cursor: default; }

.feedback-helper[data-type="highlight"] > .feedback-helper-inner {
  background: rgba(0, 68, 255, 0.1); }

#feedback-close {
  cursor: pointer;
  position: absolute;
  background: url(/bundles/boursoramaui/images/feedback/icons.png) 0px -64px;
  width: 30px;
  height: 30px; }

.feedback-wizard-close {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(/bundles/boursoramaui/images/feedback/icons.png) 0px -34px;
  width: 30px;
  height: 30px;
  opacity: 0.65; }

.feedback-wizard-close:hover {
  opacity: 1; }

#feedback-welcome-error,
#feedback-overview-error {
  display: none;
  color: #f13e3e;
  float: right;
  margin-right: 30px;
  font-size: 13px;
  line-height: 29px; }

#feedback-overview-error {
  margin-top: 20px; }

#feedback-highlighter {
  display: none;
  bottom: 100px;
  right: 100px;
  position: fixed;
  width: 600px;
  height: 355px; }

#feedback-overview {
  display: none;
  top: 10%;
  left: 50%;
  margin-left: -420px;
  position: fixed;
  width: 840px !important;
  height: auto; }

#feedback-submit-error,
#feedback-submit-success {
  top: 30%;
  left: 50%;
  margin-left: -300px;
  display: block;
  position: fixed;
  width: 600px;
  height: auto; }

#feedback-note-tmp,
#feedback-overview-note {
  resize: none; }

#feedback-welcome,
#feedback-highlighter,
#feedback-overview,
#feedback-submit-success,
#feedback-submit-error {
  font-family: Arial, sans-serif;
  z-index: 40000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.333);
  padding: 30px 42px;
  width: 600px;
  outline: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.feedback-sethighlight,
.feedback-setblackout {
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin-right: 16px;
  height: 30px;
  line-height: 28px;
  min-width: 90px;
  outline: 0;
  padding: 0 8px;
  display: inline-block;
  float: left; }

.feedback-setblackout {
  margin-top: 10px;
  clear: both; }

.feedback-sethighlight div {
  background: url(/bundles/boursoramaui/images/feedback/icons.png) 0px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left; }

.feedback-setblackout div {
  background: url(/bundles/boursoramaui/images/feedback/icons.png) -16px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left; }

.feedback-sethighlight:hover,
.feedback-setblackout:hover {
  box-shadow: none;
  background-color: #f8f8f8;
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  color: #333; }

.feedback-active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #eee;
  background-image: linear-gradient(top, #eee, #e0e0e0);
  border: 1px solid #ccc;
  color: #333; }

#feedback-highlighter label {
  float: left;
  margin: 0 0 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal; }

#feedback-highlighter label.lower {
  margin-top: 10px; }

.feedback-buttons {
  float: right;
  margin-top: 20px;
  clear: both; }

#feedback-module h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 8px 0; }

.feedback-additional {
  margin-bottom: 20px !important; }

#feedback-overview-description {
  float: left;
  margin-top: 10px; }

#feedback-overview-request-type {
  padding: 5px 15px 7px;
  font-size: 15px;
  border: 1px solid #cacaca; }

#feedback-overview-request-type-text > h3 {
  display: inline;
  margin-right: 15px; }

#feedback-overview-note {
  width: 314px;
  padding: 4px;
  height: 90px;
  outline: none;
  font-family: Arial, sans-serif;
  border: 1px solid #cacaca;
  font-size: 15px; }

#feedback-overview-screenshot {
  float: right; }

.feedback-screenshot {
  max-width: 396px;
  padding: 1px;
  border: 1px solid #adadad; }

#feedback-overview-description-text span {
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  background: url(bundles/boursoramaui/images/feedback/icons.png) -30px -34px no-repeat;
  margin: 8px 0 8px 26px; }

#feedback-browser-info,
#feedback-page-info,
#feedback-page-structure,
#feedback-additional-none {
  margin-top: 16px;
  display: none; }

/*------------------------------------*    #TABLE STACK
\*------------------------------------*/
.o-table-stack {
  width: 100%; }

.o-table-stack__spacing-row {
  height: 40px;
  height: 4rem;
  background-color: #ffffff; }

.o-table-stack__key-cell {
  width: 49%;
  text-align: right;
  padding-right: 1%; }

.o-table-stack__value-cell {
  width: 49%;
  padding-left: 1%; }

/* RESPONSIVE EXAMPLE */
.o-table-stack--large-only {
  display: table; }

.o-table-stack--small-only {
  display: none; }

@media (max-width: 47.9375em) {
  .o-table-stack--large-only {
    display: none; }
  .o-table-stack--small-only {
    display: table; } }

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.o-table-overflow {
  /*!
    // IE needs inline-block to position scrolling shadows otherwise use:
    // display: block;
    // max-width: min-content;
    */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  background-color: transparent;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.3) 0%, transparent 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.3) 0%, transparent 75%) 100% center;
  background-size: 15px 100%, 15px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat; }

.o-table-overflow__left-side {
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 25px 100%;
  background-color: transparent !important; }

.o-table-overflow__right-side {
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 25px 100%;
  background-color: transparent !important; }

.o-accordion-trigger {
  display: none; }

.o-accordion-label {
  cursor: pointer; }

.o-accordion-content {
  display: none; }

.o-accordion-trigger:checked ~ .o-accordion-content {
  display: block; }

.o-vertical-interval {
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.o-vertical-interval-tiny {
  margin-top: 5px;
  margin-top: 0.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

.o-vertical-interval-small {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.o-vertical-interval-medium {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.o-vertical-interval-large {
  margin-top: 40px;
  margin-top: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.o-vertical-interval-huge {
  margin-top: 80px;
  margin-top: 8rem;
  margin-bottom: 80px;
  margin-bottom: 8rem; }

.o-vertical-interval-top {
  margin-top: 20px;
  margin-top: 2rem; }

.o-vertical-interval-top-tiny {
  margin-top: 5px;
  margin-top: 0.5rem; }

.o-vertical-interval-top-small {
  margin-top: 10px;
  margin-top: 1rem; }

.o-vertical-interval-top-medium {
  margin-top: 30px;
  margin-top: 3rem; }

.o-vertical-interval-top-large {
  margin-top: 40px;
  margin-top: 4rem; }

.o-vertical-interval-top-huge {
  margin-top: 80px;
  margin-top: 8rem; }

.o-vertical-interval-bottom {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.o-vertical-interval-bottom-tiny {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

.o-vertical-interval-bottom-small, .c-data-row__item-title {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.o-vertical-interval-bottom-medium, .c-data-row__item {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.o-vertical-interval-bottom-large {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.o-vertical-interval-bottom-huge {
  margin-bottom: 80px;
  margin-bottom: 8rem; }

@media (min-width: 48em) {
  .o-vertical-interval\@sm {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .o-vertical-interval-tiny\@sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .o-vertical-interval-small\@sm {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .o-vertical-interval-medium\@sm {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .o-vertical-interval-large\@sm {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .o-vertical-interval-huge\@sm {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .o-vertical-interval-top\@sm {
    margin-top: 2rem; }
  .o-vertical-interval-top-tiny\@sm {
    margin-top: 0.5rem; }
  .o-vertical-interval-top-small\@sm {
    margin-top: 1rem; }
  .o-vertical-interval-top-medium\@sm {
    margin-top: 3rem; }
  .o-vertical-interval-top-large\@sm {
    margin-top: 4rem; }
  .o-vertical-interval-top-huge\@sm {
    margin-top: 8rem; }
  .o-vertical-interval-bottom\@sm {
    margin-bottom: 2rem; }
  .o-vertical-interval-bottom-tiny\@sm {
    margin-bottom: 0.5rem; }
  .o-vertical-interval-bottom-small\@sm {
    margin-bottom: 1rem; }
  .o-vertical-interval-bottom-medium\@sm {
    margin-bottom: 3rem; }
  .o-vertical-interval-bottom-large\@sm {
    margin-bottom: 4rem; }
  .o-vertical-interval-bottom-huge\@sm {
    margin-bottom: 8rem; } }

@media (min-width: 62em) {
  .o-vertical-interval\@md {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .o-vertical-interval-tiny\@md {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .o-vertical-interval-small\@md {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .o-vertical-interval-medium\@md {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .o-vertical-interval-large\@md {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .o-vertical-interval-huge\@md {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .o-vertical-interval-top\@md {
    margin-top: 2rem; }
  .o-vertical-interval-top-tiny\@md {
    margin-top: 0.5rem; }
  .o-vertical-interval-top-small\@md {
    margin-top: 1rem; }
  .o-vertical-interval-top-medium\@md {
    margin-top: 3rem; }
  .o-vertical-interval-top-large\@md {
    margin-top: 4rem; }
  .o-vertical-interval-top-huge\@md {
    margin-top: 8rem; }
  .o-vertical-interval-bottom\@md {
    margin-bottom: 2rem; }
  .o-vertical-interval-bottom-tiny\@md {
    margin-bottom: 0.5rem; }
  .o-vertical-interval-bottom-small\@md {
    margin-bottom: 1rem; }
  .o-vertical-interval-bottom-medium\@md {
    margin-bottom: 3rem; }
  .o-vertical-interval-bottom-large\@md {
    margin-bottom: 4rem; }
  .o-vertical-interval-bottom-huge\@md {
    margin-bottom: 8rem; } }

@media (min-width: 75em) {
  .o-vertical-interval\@lg {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .o-vertical-interval-tiny\@lg {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .o-vertical-interval-small\@lg {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .o-vertical-interval-medium\@lg {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .o-vertical-interval-large\@lg {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .o-vertical-interval-huge\@lg {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .o-vertical-interval-top\@lg {
    margin-top: 2rem; }
  .o-vertical-interval-top-tiny\@lg {
    margin-top: 0.5rem; }
  .o-vertical-interval-top-small\@lg {
    margin-top: 1rem; }
  .o-vertical-interval-top-medium\@lg {
    margin-top: 3rem; }
  .o-vertical-interval-top-large\@lg {
    margin-top: 4rem; }
  .o-vertical-interval-top-huge\@lg {
    margin-top: 8rem; }
  .o-vertical-interval-bottom\@lg {
    margin-bottom: 2rem; }
  .o-vertical-interval-bottom-tiny\@lg {
    margin-bottom: 0.5rem; }
  .o-vertical-interval-bottom-small\@lg {
    margin-bottom: 1rem; }
  .o-vertical-interval-bottom-medium\@lg {
    margin-bottom: 3rem; }
  .o-vertical-interval-bottom-large\@lg {
    margin-bottom: 4rem; }
  .o-vertical-interval-bottom-huge\@lg {
    margin-bottom: 8rem; } }

@media (max-width: 47.9375em) {
  .o-vertical-interval\@xs-max {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .o-vertical-interval-tiny\@xs-max {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .o-vertical-interval-small\@xs-max {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .o-vertical-interval-medium\@xs-max {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .o-vertical-interval-large\@xs-max {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .o-vertical-interval-huge\@xs-max {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .o-vertical-interval-top\@xs-max {
    margin-top: 2rem; }
  .o-vertical-interval-top-tiny\@xs-max {
    margin-top: 0.5rem; }
  .o-vertical-interval-top-small\@xs-max {
    margin-top: 1rem; }
  .o-vertical-interval-top-medium\@xs-max {
    margin-top: 3rem; }
  .o-vertical-interval-top-large\@xs-max {
    margin-top: 4rem; }
  .o-vertical-interval-top-huge\@xs-max {
    margin-top: 8rem; }
  .o-vertical-interval-bottom\@xs-max {
    margin-bottom: 2rem; }
  .o-vertical-interval-bottom-tiny\@xs-max {
    margin-bottom: 0.5rem; }
  .o-vertical-interval-bottom-small\@xs-max {
    margin-bottom: 1rem; }
  .o-vertical-interval-bottom-medium\@xs-max {
    margin-bottom: 3rem; }
  .o-vertical-interval-bottom-large\@xs-max {
    margin-bottom: 4rem; }
  .o-vertical-interval-bottom-huge\@xs-max {
    margin-bottom: 8rem; } }

@media (max-width: 61.9375em) {
  .o-vertical-interval\@sm-max {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .o-vertical-interval-tiny\@sm-max {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .o-vertical-interval-small\@sm-max {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .o-vertical-interval-medium\@sm-max {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .o-vertical-interval-large\@sm-max {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .o-vertical-interval-huge\@sm-max {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .o-vertical-interval-top\@sm-max {
    margin-top: 2rem; }
  .o-vertical-interval-top-tiny\@sm-max {
    margin-top: 0.5rem; }
  .o-vertical-interval-top-small\@sm-max {
    margin-top: 1rem; }
  .o-vertical-interval-top-medium\@sm-max {
    margin-top: 3rem; }
  .o-vertical-interval-top-large\@sm-max {
    margin-top: 4rem; }
  .o-vertical-interval-top-huge\@sm-max {
    margin-top: 8rem; }
  .o-vertical-interval-bottom\@sm-max {
    margin-bottom: 2rem; }
  .o-vertical-interval-bottom-tiny\@sm-max {
    margin-bottom: 0.5rem; }
  .o-vertical-interval-bottom-small\@sm-max {
    margin-bottom: 1rem; }
  .o-vertical-interval-bottom-medium\@sm-max {
    margin-bottom: 3rem; }
  .o-vertical-interval-bottom-large\@sm-max {
    margin-bottom: 4rem; }
  .o-vertical-interval-bottom-huge\@sm-max {
    margin-bottom: 8rem; } }

@media (max-width: 74.9375em) {
  .o-vertical-interval\@md-max {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .o-vertical-interval-tiny\@md-max {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .o-vertical-interval-small\@md-max {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .o-vertical-interval-medium\@md-max {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .o-vertical-interval-large\@md-max {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .o-vertical-interval-huge\@md-max {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .o-vertical-interval-top\@md-max {
    margin-top: 2rem; }
  .o-vertical-interval-top-tiny\@md-max {
    margin-top: 0.5rem; }
  .o-vertical-interval-top-small\@md-max {
    margin-top: 1rem; }
  .o-vertical-interval-top-medium\@md-max {
    margin-top: 3rem; }
  .o-vertical-interval-top-large\@md-max {
    margin-top: 4rem; }
  .o-vertical-interval-top-huge\@md-max {
    margin-top: 8rem; }
  .o-vertical-interval-bottom\@md-max {
    margin-bottom: 2rem; }
  .o-vertical-interval-bottom-tiny\@md-max {
    margin-bottom: 0.5rem; }
  .o-vertical-interval-bottom-small\@md-max {
    margin-bottom: 1rem; }
  .o-vertical-interval-bottom-medium\@md-max {
    margin-bottom: 3rem; }
  .o-vertical-interval-bottom-large\@md-max {
    margin-bottom: 4rem; }
  .o-vertical-interval-bottom-huge\@md-max {
    margin-bottom: 8rem; } }

.o-flex-list-horizontal {
  padding-top: 10px;
  padding-bottom: 40px; }

.o-flex-list-horizontal__item {
  padding: 0 30px 30px 30px;
  margin: 10px; }

@media (min-width: 75em) {
  .o-flex-list-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .o-flex-list-horizontal__item {
    width: calc(100% / 3 - 20px); } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

@font-face {
  font-family: 'brs-icons';
  src: url("/bundles/boursoramaui/fonts/brs-icons/brs-icons.eot?brs-1525418383522");
  src: url("/bundles/boursoramaui/fonts/brs-icons/brs-icons.eot?brs-1525418383522#iefix") format("embedded-opentype"), url("/bundles/boursoramaui/fonts/brs-icons/brs-icons.woff2?brs-1525418383522") format("woff2"), url("/bundles/boursoramaui/fonts/brs-icons/brs-icons.woff?brs-1525418383522") format("woff"), url("/bundles/boursoramaui/fonts/brs-icons/brs-icons.ttf?brs-1525418383522") format("truetype"), url("/bundles/boursoramaui/fonts/brs-icons/brs-icons.svg?brs-1525418383522#brs-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.c-icon, .c-link--arrow:before, .c-link--arrow-left:before, .c-link--download:before, .c-button.is-loading:before, .c-choice__control:checked + .c-choice__indicator--checkbox, .c-input--select .c-input__indicator, .c-input--typeahead__loader:before, .c-input--file .c-input__indicator, .c-panel__head--toggle-accordion:before, .c-table__cell--toggle-accordion:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'brs-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.c-icon--1payment:before {
  content: ""; }

.c-icon--5min:before {
  content: ""; }

.c-icon--account-list:before {
  content: ""; }

.c-icon--account-sheet:before {
  content: ""; }

.c-icon--acquisition:before {
  content: ""; }

.c-icon--action:before {
  content: ""; }

.c-icon--activity-pro:before {
  content: ""; }

.c-icon--application:before {
  content: ""; }

.c-icon--arrow-left:before {
  content: ""; }

.c-icon--arrow-right-2:before {
  content: ""; }

.c-icon--arrow-right:before {
  content: ""; }

.c-icon--arrow-select-bottom:before, .c-step.is-current:before {
  content: ""; }

.c-icon--arrow-select-top:before {
  content: ""; }

.c-icon--bubble-dark:before {
  content: ""; }

.c-icon--bubble:before {
  content: ""; }

.c-icon--car-front:before {
  content: ""; }

.c-icon--car-plus:before {
  content: ""; }

.c-icon--car:before {
  content: ""; }

.c-icon--case:before {
  content: ""; }

.c-icon--cb-payment:before {
  content: ""; }

.c-icon--cb:before {
  content: ""; }

.c-icon--charges-wallet:before {
  content: ""; }

.c-icon--charges:before {
  content: ""; }

.c-icon--check:before {
  content: ""; }

.c-icon--chequier:before {
  content: ""; }

.c-icon--clock-light:before {
  content: ""; }

.c-icon--clock:before {
  content: ""; }

.c-icon--close:before {
  content: ""; }

.c-icon--contact:before {
  content: ""; }

.c-icon--control:before {
  content: ""; }

.c-icon--cup-of-tea:before {
  content: ""; }

.c-icon--desktop:before {
  content: ""; }

.c-icon--document-devis:before {
  content: ""; }

.c-icon--document-euro:before {
  content: ""; }

.c-icon--document-money:before {
  content: ""; }

.c-icon--document-order:before {
  content: ""; }

.c-icon--document-tax:before {
  content: ""; }

.c-icon--document:before {
  content: ""; }

.c-icon--domiciliation:before {
  content: ""; }

.c-icon--donation:before {
  content: ""; }

.c-icon--download-light:before {
  content: ""; }

.c-icon--download:before {
  content: ""; }

.c-icon--duo:before {
  content: ""; }

.c-icon--eligibility:before {
  content: ""; }

.c-icon--en-cours:before {
  content: ""; }

.c-icon--filetype-bmp:before {
  content: ""; }

.c-icon--filetype-jpg:before {
  content: ""; }

.c-icon--filetype-pdf-light:before {
  content: ""; }

.c-icon--filetype-pdf:before {
  content: ""; }

.c-icon--filetype-png:before {
  content: ""; }

.c-icon--fisc:before {
  content: ""; }

.c-icon--flag:before {
  content: ""; }

.c-icon--folder:before {
  content: ""; }

.c-icon--form:before {
  content: ""; }

.c-icon--gift:before {
  content: ""; }

.c-icon--hand:before {
  content: ""; }

.c-icon--house:before {
  content: ""; }

.c-icon--income:before {
  content: ""; }

.c-icon--info:before {
  content: ""; }

.c-icon--invoice-proposal:before {
  content: ""; }

.c-icon--less-light:before {
  content: ""; }

.c-icon--less:before {
  content: ""; }

.c-icon--mail:before {
  content: ""; }

.c-icon--medical-hearth:before {
  content: ""; }

.c-icon--money:before {
  content: ""; }

.c-icon--more-light:before {
  content: ""; }

.c-icon--more:before {
  content: ""; }

.c-icon--ok:before {
  content: ""; }

.c-icon--option:before {
  content: ""; }

.c-icon--parking:before {
  content: ""; }

.c-icon--pen-light:before {
  content: ""; }

.c-icon--pen:before {
  content: ""; }

.c-icon--perso-pro:before {
  content: ""; }

.c-icon--perso:before {
  content: ""; }

.c-icon--personal-infos:before {
  content: ""; }

.c-icon--phone-download:before {
  content: ""; }

.c-icon--phone:before {
  content: ""; }

.c-icon--photo:before {
  content: ""; }

.c-icon--preferences:before {
  content: ""; }

.c-icon--print:before {
  content: ""; }

.c-icon--profil:before {
  content: ""; }

.c-icon--profil2:before {
  content: ""; }

.c-icon--project:before {
  content: ""; }

.c-icon--rebuy:before {
  content: ""; }

.c-icon--responsive:before {
  content: ""; }

.c-icon--rib:before {
  content: ""; }

.c-icon--ring:before {
  content: ""; }

.c-icon--risk:before {
  content: ""; }

.c-icon--row:before {
  content: ""; }

.c-icon--safebox:before {
  content: ""; }

.c-icon--saving-sheet:before {
  content: ""; }

.c-icon--saving:before {
  content: ""; }

.c-icon--schroll:before {
  content: ""; }

.c-icon--security:before {
  content: ""; }

.c-icon--send-light:before {
  content: ""; }

.c-icon--send:before {
  content: ""; }

.c-icon--shares:before {
  content: ""; }

.c-icon--shield:before {
  content: ""; }

.c-icon--show:before {
  content: ""; }

.c-icon--sign:before {
  content: ""; }

.c-icon--signature:before {
  content: ""; }

.c-icon--signature0:before {
  content: ""; }

.c-icon--signature1:before {
  content: ""; }

.c-icon--signature2:before {
  content: ""; }

.c-icon--signature3:before {
  content: ""; }

.c-icon--solo:before {
  content: ""; }

.c-icon--spinner:before {
  content: ""; }

.c-icon--star:before {
  content: ""; }

.c-icon--status-pro:before {
  content: ""; }

.c-icon--step0-formulaire:before {
  content: ""; }

.c-icon--stop:before {
  content: ""; }

.c-icon--strategy:before {
  content: ""; }

.c-icon--timed-task:before {
  content: ""; }

.c-icon--transmission:before {
  content: ""; }

.c-icon--trash:before {
  content: ""; }

.c-icon--upload:before {
  content: ""; }

.c-icon--valid-light:before {
  content: ""; }

.c-icon--valid:before {
  content: ""; }

.c-icon--versement:before {
  content: ""; }

.c-icon--virement:before {
  content: ""; }

.c-link--underline {
  text-decoration: underline; }

.c-link--arrow:before {
  content: "";
  display: inline-block;
  padding-right: 15px;
  padding-right: 1.5rem;
  vertical-align: text-top;
  font-size: 13px;
  font-size: 1.3rem; }

.c-link--arrow-left:before {
  content: "";
  display: inline-block;
  padding-right: 15px;
  padding-right: 1.5rem;
  vertical-align: baseline;
  font-size: 13px;
  font-size: 1.3rem; }

.c-link--download:before {
  content: "";
  display: inline-block;
  padding-right: 15px;
  padding-right: 1.5rem;
  vertical-align: text-top;
  font-size: 13px;
  font-size: 1.3rem; }

.c-link--classic {
  color: #3c3c3c; }

.c-link--white {
  color: #ffffff; }

.c-link--block {
  display: block; }

.c-alert {
  border-radius: 4px;
  background-color: #dae5f2;
  padding: 15px;
  padding: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem; }
  .c-alert + .c-alert {
    margin-top: 20px;
    margin-top: 2rem; }

.c-alert--small .c-alert__text {
  font-size: 14px;
  font-size: 1.4rem; }

.c-alert__icon {
  color: #96b2d3;
  padding-right: 10px;
  padding-right: 1rem;
  font-size: 36px;
  font-size: 3.6rem; }

.c-alert__icon--sm {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0 15px 0 6px;
  padding: 0 1.5rem 0 0.6rem; }

.c-alert__icon--lg {
  font-size: 48px;
  font-size: 4.8rem;
  padding-right: 5px;
  padding-right: 0.5rem; }

.c-alert__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem; }
  .c-alert__text p:first-child {
    margin-top: 0; }
  .c-alert__text p:last-child {
    margin-bottom: 0; }

.c-alert__link {
  text-decoration: underline;
  font-weight: bold; }

.c-alert--error, .c-alert--danger {
  background-color: #ffe8e8;
  color: #db0909; }
  .c-alert--error .c-alert__icon, .c-alert--danger .c-alert__icon {
    color: #db0909; }
  .c-alert--error .c-alert__link, .c-alert--danger .c-alert__link {
    color: #db0909; }

.c-alert--warning {
  background-color: #fcf8e3;
  color: #8a6d3b; }
  .c-alert--warning .c-alert__icon {
    color: #8a6d3b; }
  .c-alert--warning .c-alert__link {
    color: #8a6d3b; }

.c-alert--success {
  background-color: #dff0d8;
  color: #3c763d; }
  .c-alert--success .c-alert__icon {
    color: #3c763d; }
  .c-alert--success .c-alert__link {
    color: #3c763d; }

.c-alert--spacing-lg {
  padding: 30px 20px;
  padding: 3rem 2rem;
  margin-top: 30px;
  margin-top: 3rem; }
  .c-alert--spacing-lg .c-alert__icon {
    padding-right: 5px;
    padding-right: 0.5rem; }
  .c-alert--spacing-lg .c-alert__text {
    font-size: 18px;
    font-size: 1.8rem; }

.c-alert--spacing-md {
  padding: 30px 20px;
  padding: 3rem 2rem; }
  .c-alert--spacing-md .c-alert__icon {
    padding-right: 13px;
    padding-right: 1.3rem; }

.c-no-breadcrumb .c-breadcrumb-container {
  display: none; }

.c-breadcrumb-container {
  transition: height .25s ease-in-out;
  height: 128px;
  position: relative;
  top: 0;
  z-index: 10; }
  .c-breadcrumb-container:after {
    box-shadow: 0 0 10px 2px #ccc;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .is-sticky .c-breadcrumb-container {
    background: #ffffff;
    height: 90px;
    width: 100%; }
    .is-sticky .c-breadcrumb-container:after {
      opacity: 1; }

.c-breadcrumb {
  display: table;
  table-layout: fixed;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 0 30px;
  width: 83.33333333%;
  text-align: center; }
  .is-sticky .c-breadcrumb {
    padding: 10px 0; }

.c-breadcrumb--half {
  width: 50%; }

.c-breadcrumb--wide {
  width: 100%; }

.c-breadcrumb__item {
  position: relative;
  display: table-cell;
  vertical-align: top; }

@media (max-width: 47.9375em) {
  .c-breadcrumb-container {
    background: #1a2e46;
    margin-bottom: 30px;
    height: inherit; }
    .c-breadcrumb-container::after {
      display: none; }
  .is-sticky .c-breadcrumb-container {
    background: #1a2e46;
    height: inherit; }
    .is-sticky .c-breadcrumb-container .breadcrumb {
      padding: 0; }
    .is-sticky .c-breadcrumb-container + .container {
      margin-top: 63px; }
  .c-breadcrumb {
    padding: 0;
    width: 100%;
    display: block; }
  .c-breadcrumb__item {
    width: 100%;
    display: block; }
  .is-sticky .c-breadcrumb {
    padding: 0; } }

.c-step {
  color: #444444;
  display: block;
  background: url("/bundles/boursoramaui/images/subscription/dot_grey.png") repeat-x 0 50%;
  text-align: center;
  line-height: 0; }
  .c-step.is-current:before {
    font-family: 'brs-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .c-step.is-current:before {
    display: none; }
  .c-step:before, .c-step:after {
    background-repeat: repeat-x;
    background-position: 0 50%; }
  .c-step.is-active:not(.c-step--first):before {
    background-image: url("/bundles/boursoramaui/images/subscription/dot_blue.png");
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%; }
  .c-step.is-done:not(.c-step--first):not(.c-step--last), .c-step.is-done.c-step--first:after, .c-step.is-done.c-step--last:after {
    background-image: url("/bundles/boursoramaui/images/subscription/dot_blue.png"); }
  .c-step.is-disabled {
    cursor: default; }
  .is-sticky .c-step {
    background-position: 0 37%; }
    .is-sticky .c-step.c-step--first:after, .is-sticky .c-step.c-step--last:after, .is-sticky .c-step.is-active:before {
      background-position: 0 37%; }

.c-step__bullet {
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 10px 0;
  padding: 0 17px; }
  .c-step__bullet:after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #d4d4d4;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 6px #ffffff; }
  .is-active .c-step__bullet:after {
    background: none;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 1px #d20073 inset, 0 0 0 9px #ffffff inset, 0 0 0 12px #d20073 inset; }
  .is-done .c-step__bullet:after {
    background: none;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 1px #2a3d52 inset, 0 0 0 9px #ffffff inset, 0 0 0 12px #2a3d52 inset; }

.c-step__text {
  height: 1.2em;
  line-height: 1.2em;
  margin: 0;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  transition: font-size .25s ease-in-out; }
  .is-active .c-step__text {
    font-weight: 700;
    color: #d20073; }
  .is-current .c-step__text {
    font-weight: 700; }
  .is-done .c-step__text {
    color: #2a3d52; }

.is-sticky .c-step__text--number {
  font-size: 0; }

.is-sticky .c-step__text--title {
  font-size: 14px;
  font-size: 1.4rem; }

.c-step--first, .c-step--last {
  background: none; }
  .c-step--first:after, .c-step--last:after {
    background-image: url("/bundles/boursoramaui/images/subscription/dot_grey.png");
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    left: 50%; }

.c-step--first:before {
  background: none; }

.c-step--last:after {
  left: 0; }

@media (min-width: 62em) {
  .c-step__text {
    font-size: 1.8rem; } }

@media (max-width: 47.9375em) {
  .c-step {
    width: 100%;
    display: none;
    text-align: left;
    padding: 1.4rem 2rem;
    background-image: none; }
    .c-step:before, .c-step:after {
      background-image: none; }
    .c-step.is-current {
      display: block;
      border-bottom: 1px solid #142233;
      z-index: 2; }
      .c-step.is-current .c-step__text {
        color: #fff; }
    .c-step.is-active {
      background-color: #142233; }
      .c-step.is-active:not(.c-step--first):before, .c-step.is-active:not(.c-step--last):before {
        background-image: none; }
    .c-step.is-done:not(.c-step--first):not(.c-step--last), .c-step.is-done.c-step--first:after, .c-step.is-done.c-step--last:after {
      background-image: none; }
    .c-step.is-done .c-step__text {
      color: #999a9a; }
    .c-step.is-current:before {
      color: #ffffff;
      display: block;
      position: absolute;
      right: 2rem;
      margin-top: -1rem;
      top: 50%;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      .is-open .c-step.is-current:before {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .is-open .c-step {
      display: block; }
  .c-step__text {
    display: inline-block;
    font-size: 1.8rem; }
  .is-active .c-step__text {
    color: #ffffff; }
  .is-current .c-step__text {
    font-size: 2rem;
    color: #ffffff; }
  .is-sticky .is-current .c-step__text {
    font-size: 1.8rem; }
  .c-step__text--number {
    margin-right: 1rem; }
  .is-sticky .c-step__text--number {
    font-size: 0; }
  .c-step__bullet {
    display: none; } }

.c-icon-space-right {
  margin-right: 5px;
  margin-right: 0.5rem; }

.c-icon--proof-blue {
  font-size: 1.2em;
  color: #23bbea; }

.c-icon--proof-documents {
  color: #23bbea;
  font-size: 81px;
  font-size: 8.1rem;
  text-align: center;
  display: block; }

.c-icon--proof-documents-small {
  font-size: 65px;
  font-size: 6.5rem; }

.c-icon--signature {
  color: #d20073;
  font-size: 90px;
  font-size: 9rem;
  display: block; }

.c-icon--landing-panel {
  font-size: 35px;
  font-size: 3.5rem;
  margin-left: 1px;
  margin-right: 20px;
  margin-right: 2rem; }
  @media (min-width: 62em) {
    .c-icon--landing-panel {
      font-size: 5rem; } }

.c-icon--align-bottom {
  vertical-align: bottom; }

.c-modal {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.c-modal__body {
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 20px 40px; }

.c-modal__header {
  border-radius: 3px 3px 0 0;
  background-clip: padding-box; }

.c-modal__header--title {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 21px 0; }

.c-modal__header-icon {
  text-align: center; }

.c-modal__icon {
  color: #ffffff;
  font-size: 3.2em;
  line-height: 1.8em; }

.c-modal__footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: auto;
  padding: 20px;
  background-color: #f9fafe;
  border-top: 1px solid #e5e8f0;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 -25px -25px -25px;
  margin: 0 -2.5rem -2.5rem -2.5rem; }

.ngdialog.c-modal .ngdialog-content {
  width: 80%; }

@media (max-width: 48em) {
  .ngdialog.c-modal .ngdialog-content {
    width: 100%;
    height: auto; }
  .ngdialog.c-modal {
    padding-bottom: 0;
    padding-top: 0; }
  .c-modal__body {
    height: 100%; }
  .c-modal__button-overflow {
    margin-bottom: 0;
    margin-top: 30px; } }

.c-modal--light {
  border-radius: 0;
  padding: 0; }

.c-modal--light .ngdialog-content {
  padding: 0 !important;
  border-radius: 3px;
  background-clip: padding-box; }

.c-modal--primary {
  color: #ffffff; }

.c-modal--primary .c-modal__button-overflow {
  margin-bottom: -59px; }

.c-modal--primary .c-modal__header {
  background-color: #006fb7;
  color: #ffffff; }

.c-modal--primary .c-modal__body {
  background-color: #009de0;
  color: #ffffff; }

.c-modal--primary .c-choice__control:checked + .c-choice__indicator + .c-choice__label,
.c-modal--primary .c-form__legend,
.c-modal--primary .c-choice__label {
  color: #ffffff;
  font-size: 1em;
  display: block; }

.c-modal--primary .c-choice {
  margin-top: 10px; }

.c-modal--primary .c-choice__control,
.c-modal--primary .c-choice__control:checked + .c-choice__indicator,
.c-modal--primary .c-choice__indicator .c-choice__indicator--radio {
  background-color: #ffffff; }

.c-modal--primary .c-choice__control:checked + .c-choice__indicator:before {
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  margin: -9px 0 0 -9px;
  margin: -0.9rem 0 0 -0.9rem; }

.ngdialog.ngdialog-theme-default.c-modal--opportunity .ngdialog-content {
  max-width: 769px;
  width: 90% !important; }

.ngdialog.c-modal--sponsorship {
  text-align: center; }

.ngdialog.c-modal--sponsorship .ngdialog-content {
  display: inline-block;
  width: auto; }

.c-modal__link--primary {
  color: #006fb7; }

.c-modal__link--white {
  color: #ffffff;
  text-decoration: underline; }

.ngdialog.c-modal--b20 .ngdialog-overlay {
  background-color: #1a2e45;
  pointer-events: none; }

.ngdialog.c-modal--landings .ngdialog-overlay {
  background-color: #1a2e45;
  background-color: rgba(26, 46, 69, 0.95);
  filter: alpha(opacity=95);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95); }

.ngdialog.c-modal--b20 {
  padding-bottom: 0;
  padding-top: 0; }

.ngdialog.ngdialog-theme-default.c-modal--b20 .ngdialog-content {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.ngdialog.c-modal--b20 .ngdialog-content {
  position: relative;
  top: 100px;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  background: none;
  padding: 0;
  font-size: 15px;
  margin-bottom: 25px; }

.ngdialog.c-modal--landings .ngdialog-content {
  max-width: 1180px; }

.c-modal--b20 .c-modal__header {
  color: #ffffff;
  min-height: 50px;
  padding-right: 85px; }

.c-modal--b20 .c-modal__header--title {
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600; }

.c-modal--b20 .c-modal__close {
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
  color: #fff; }

.c-modal--b20 .c-modal__close:before {
  position: absolute;
  top: 2px;
  right: 0;
  width: 27px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  font-family: 'brs-icons';
  font-size: 25px;
  content: "";
  font-weight: 500; }

.c-modal--b20 .c-modal__close:hover:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.c-modal--b20 .c-modal__close .c-modal__close--text {
  display: inline-block;
  padding-right: 35px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700; }

.ngdialog.c-modal--b20 .ngdialog-close {
  border-radius: 15px;
  border: solid 2px #ffffff;
  color: white;
  padding: 10px;
  font-size: 1.3em; }

.ngdialog.c-modal--b20 .ngdialog-close:before,
.ngdialog.c-modal--b20 .ngdialog-close:hover:before,
.ngdialog.c-modal--b20 .ngdialog-close:active:before {
  color: #ffffff;
  top: -3px;
  right: -5px; }

.c-modal--b20 .c-modal__close-label,
.c-modal--b20 .c-modal__close-label:hover,
.c-modal--b20 .c-modal__close-label:active {
  position: absolute;
  top: 25px;
  right: 50px;
  color: #ffffff;
  font-size: 16px; }

.c-modal--b20 .c-modal__body {
  border-radius: 5px;
  background-color: #ffffff;
  width: auto;
  padding: 25px; }

.ngdialog.sidebar__modal .ngdialog-content {
  padding: 70px 0 0;
  padding: 7rem 0 0;
  background: url("/static/i/subscription/landing/modal/logo.svg") 15px center no-repeat #1a2e45;
  background: url("/static/i/subscription/landing/modal/logo.svg") 1.5rem center no-repeat #1a2e45;
  background-size: 3rem;
  border-radius: 0; }

.ngdialog.sidebar__modal .ngdialog-close {
  top: 17px;
  top: 1.7rem;
  right: 11px;
  right: 1.1rem;
  border-radius: 100%;
  border: 2px solid #ffffff;
  border: 0.2rem solid #ffffff;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  text-align: center; }

.ngdialog.sidebar__modal .ngdialog-close:before {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 15px;
  line-height: 1.5rem;
  position: relative;
  right: initial; }

.ngdialog-popin__button {
  line-height: 22px;
  line-height: 2.2rem; }

@media (max-width: 48em) {
  .c-modal--b20 .c-modal__header {
    padding-right: 50px; }
  .c-modal--b20 .c-modal__header--title {
    font-size: 2.5rem; }
  .c-modal--b20 .c-modal__body {
    height: auto; }
  .ngdialog.c-modal--b20 .ngdialog-content {
    top: 10px;
    margin-bottom: 10px; }
  .c-modal--b20 .c-modal__close .c-modal__close--text {
    display: none; } }

/******************************************************************************
 * @package         Boursorama
 *
 * @copyright       BOURSORAMA
 * @version         0.0.1
 *
 * @file            spinner.scss
 * @author          Mickael Valmier <mickael.valmier.ext@boursorama.com>
 * @last-edited     03-06-2016
 * @description     Feuille de style pour le spinner de chargement
 * @changelog
 *                  2016-06-03 Arthur Maroulier <arthur.maroulier.ext@boursorama.fr>
 *                      Use length function to loo into $spinner-colors and $spinner-sizes instead of
 *                      hard coded values, so when when add or remove a value in var
 *                      we don't have to update the loops everywhere in the file.
 *                      BEM compliant
 *****************************************************************************/
.c-spinner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; }

.c-spinner--size-24 {
  width: 24px;
  height: 24px; }

.c-spinner--size-48 {
  width: 48px;
  height: 48px; }

.c-spinner--size-64 {
  width: 64px;
  height: 64px; }

.c-spinner--size-102 {
  width: 102px;
  height: 102px; }

.c-spinner__ball {
  position: absolute;
  bottom: 20%;
  display: block;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-animation: spinner-rotate 4s both infinite;
          animation: spinner-rotate 4s both infinite;
  -webkit-transform-origin: 200% 0;
          transform-origin: 200% 0; }

.c-spinner__ball--1 {
  z-index: -1;
  background-color: #009de0;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9); }

.c-spinner__ball--2 {
  z-index: -2;
  background-color: #fb0189;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
          animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9); }

.c-spinner__ball--3 {
  z-index: -3;
  background-color: #006fb7;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
          animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9); }

.c-spinner__ball--4 {
  z-index: -4;
  background-color: #e2017b;
  -webkit-animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
          animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9); }

.c-spinner__ball--5 {
  z-index: -5;
  background-color: #2a3d52;
  -webkit-animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
          animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9); }

.c-spinner__ball--6 {
  z-index: -6;
  background-color: #df137a;
  -webkit-animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
          animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9); }

.c-spinner__ball--7 {
  z-index: -7;
  background-color: #1a2e45;
  -webkit-animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
          animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9); }

@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg); } }

@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg); } }

.c-button {
  font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0px;
  letter-spacing: .064rem;
  padding: 20px 40px;
  padding: 2rem 4rem;
  width: 100%;
  font-weight: 500;
  transition: background-color 0.2s ease 0s;
  border-radius: 50px;
  max-width: 100%;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  background-color: #d20073;
  border: 0 none;
  color: #ffffff;
  display: inline-block;
  cursor: pointer; }
  .c-button:hover, .c-button:focus, .c-button:active {
    background-color: #fb0189;
    color: #ffffff; }
  .c-button.c-button--small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding: 10px 20px;
    padding: 1rem 2rem; }
  .c-button.c-button--medium {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: normal; }

.c-button[disabled], .c-button.is-loading {
  opacity: 0.5;
  cursor: not-allowed; }

.c-button--link {
  padding: 0;
  color: #009de0;
  background: transparent; }
  .c-button--link:hover, .c-button--link:focus, .c-button--link:active {
    background-color: transparent;
    color: #009de0; }

.c-button--link-white {
  padding: 0;
  color: #ffffff;
  background: transparent;
  text-decoration: underline; }
  .c-button--link-white:hover, .c-button--link-white:focus, .c-button--link-white:active {
    color: #ffffff; }

.c-button--icon {
  padding: 40px 0 40px 105px;
  padding: 4rem 0 4rem 10.5rem;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 13px;
  line-height: 1.3rem;
  display: table; }
  .c-button--icon:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 8px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%; }
  .c-button--icon:hover .c-button__icon, .c-button--icon:focus .c-button__icon, .c-button--icon:active .c-button__icon {
    color: #fb0189; }
  .c-button--icon.c-button--small {
    padding: 10px 10px 10px 80px;
    padding: 1rem 1rem 1rem 8rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    height: 70px;
    height: 7rem; }
    .c-button--icon.c-button--small:before {
      margin-top: -28px;
      margin-top: -2.8rem;
      left: 8px;
      width: 56px;
      width: 5.6rem;
      height: 56px;
      height: 5.6rem; }
  .c-button--icon .c-button--icon__label {
    display: table-cell;
    vertical-align: middle; }

.c-button--icon-auto-size {
  margin: 0 auto;
  width: auto;
  padding-right: 20px;
  padding-right: 2rem; }

.c-button__icon {
  position: absolute;
  color: #d20073;
  top: 50%;
  margin-top: -20px;
  left: 26px;
  font-size: 40px;
  transition: color 0.2s ease 0s; }
  .c-button--small .c-button__icon {
    left: 16px; }

.c-button--error, .c-button--danger {
  background-color: #d9534f;
  color: #ffffff; }
  .c-button--error.c-button--link, .c-button--danger.c-button--link {
    background-color: transparent;
    color: #d9534f; }
    .c-button--error.c-button--link:hover, .c-button--error.c-button--link:focus, .c-button--error.c-button--link:active, .c-button--danger.c-button--link:hover, .c-button--danger.c-button--link:focus, .c-button--danger.c-button--link:active {
      background-color: transparent;
      color: #e27c79; }
  .c-button--error:hover, .c-button--error:focus, .c-button--error:active, .c-button--danger:hover, .c-button--danger:focus, .c-button--danger:active {
    background-color: #e27c79; }
    .c-button--error:hover .c-button__icon, .c-button--error:focus .c-button__icon, .c-button--error:active .c-button__icon, .c-button--danger:hover .c-button__icon, .c-button--danger:focus .c-button__icon, .c-button--danger:active .c-button__icon {
      color: #e27c79; }
  .c-button--error .c-button__icon, .c-button--danger .c-button__icon {
    color: #d9534f; }

.c-button--warning {
  background-color: #f0ad4e;
  color: #ffffff; }
  .c-button--warning.c-button--link {
    background-color: transparent;
    color: #f0ad4e; }
    .c-button--warning.c-button--link:hover, .c-button--warning.c-button--link:focus, .c-button--warning.c-button--link:active {
      background-color: transparent;
      color: #f4c37d; }
  .c-button--warning:hover, .c-button--warning:focus, .c-button--warning:active {
    background-color: #f4c37d; }
    .c-button--warning:hover .c-button__icon, .c-button--warning:focus .c-button__icon, .c-button--warning:active .c-button__icon {
      color: #f4c37d; }
  .c-button--warning .c-button__icon {
    color: #f0ad4e; }

.c-button--success {
  background-color: #5cb85c;
  color: #ffffff; }
  .c-button--success.c-button--link {
    background-color: transparent;
    color: #5cb85c; }
    .c-button--success.c-button--link:hover, .c-button--success.c-button--link:focus, .c-button--success.c-button--link:active {
      background-color: transparent;
      color: #80c780; }
  .c-button--success:hover, .c-button--success:focus, .c-button--success:active {
    background-color: #80c780; }
    .c-button--success:hover .c-button__icon, .c-button--success:focus .c-button__icon, .c-button--success:active .c-button__icon {
      color: #80c780; }
  .c-button--success .c-button__icon {
    color: #5cb85c; }

.c-button--info {
  background-color: #5bc0de;
  color: #ffffff; }
  .c-button--info.c-button--link {
    background-color: transparent;
    color: #5bc0de; }
    .c-button--info.c-button--link:hover, .c-button--info.c-button--link:focus, .c-button--info.c-button--link:active {
      background-color: transparent;
      color: #85d0e7; }
  .c-button--info:hover, .c-button--info:focus, .c-button--info:active {
    background-color: #85d0e7; }
    .c-button--info:hover .c-button__icon, .c-button--info:focus .c-button__icon, .c-button--info:active .c-button__icon {
      color: #85d0e7; }
  .c-button--info .c-button__icon {
    color: #5bc0de; }

.c-button--secondary {
  background-color: #06389b;
  color: #ffffff; }
  .c-button--secondary.c-button--link {
    background-color: transparent;
    color: #06389b; }
    .c-button--secondary.c-button--link:hover, .c-button--secondary.c-button--link:focus, .c-button--secondary.c-button--link:active {
      background-color: transparent;
      color: #084acc; }
  .c-button--secondary:hover, .c-button--secondary:focus, .c-button--secondary:active {
    background-color: #084acc; }
    .c-button--secondary:hover .c-button__icon, .c-button--secondary:focus .c-button__icon, .c-button--secondary:active .c-button__icon {
      color: #084acc; }
  .c-button--secondary .c-button__icon {
    color: #06389b; }

.c-button--action {
  background-color: #009de0;
  color: #ffffff; }
  .c-button--action.c-button--link {
    background-color: transparent;
    color: #009de0; }
    .c-button--action.c-button--link:hover, .c-button--action.c-button--link:focus, .c-button--action.c-button--link:active {
      background-color: transparent;
      color: #14b9ff; }
  .c-button--action:hover, .c-button--action:focus, .c-button--action:active {
    background-color: #14b9ff; }
    .c-button--action:hover .c-button__icon, .c-button--action:focus .c-button__icon, .c-button--action:active .c-button__icon {
      color: #14b9ff; }
  .c-button--action .c-button__icon {
    color: #009de0; }

.c-button--dark {
  background-color: #2a3d52;
  color: #ffffff; }
  .c-button--dark.c-button--link {
    background-color: transparent;
    color: #2a3d52; }
    .c-button--dark.c-button--link:hover, .c-button--dark.c-button--link:focus, .c-button--dark.c-button--link:active {
      background-color: transparent;
      color: #3b5674; }
  .c-button--dark:hover, .c-button--dark:focus, .c-button--dark:active {
    background-color: #3b5674; }
    .c-button--dark:hover .c-button__icon, .c-button--dark:focus .c-button__icon, .c-button--dark:active .c-button__icon {
      color: #3b5674; }
  .c-button--dark .c-button__icon {
    color: #2a3d52; }

.c-button--sticky-landing {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin: 0 auto;
  border: 0 none;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #d20073;
  text-transform: uppercase;
  letter-spacing: 0px;
  letter-spacing: .05rem;
  color: #ffffff; }

.c-button--sticky-landing__icon,
.c-button--sticky-landing__content {
  display: inline-block;
  vertical-align: middle; }

.c-button--sticky-landing__icon {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  margin-right: 10px;
  margin-right: 1rem; }

.c-button.is-loading {
  transition: padding-left ease 1s;
  padding-left: 50px;
  padding-left: 5rem;
  position: relative; }
  .c-button.is-loading:before {
    content: "";
    -webkit-animation: rotate-360 1s linear infinite;
            animation: rotate-360 1s linear infinite;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transform-origin: 46% 52%;
            transform-origin: 46% 52%;
    position: absolute;
    left: 20px;
    left: 2rem;
    top: 50%;
    margin-top: -10px;
    margin-top: -1rem; }

.c-button--ghost {
  background-color: transparent;
  color: #333333;
  border: 1px solid #333333; }
  .c-button--ghost:hover, .c-button--ghost:focus, .c-button--ghost:active {
    background-color: transparent;
    color: #333333; }

@media (min-width: 48em) {
  .c-button {
    width: auto; }
  .c-button--full-width {
    width: 100%; }
  .c-button--icon {
    font-size: 1.2rem;
    padding: 2.8rem 1rem 2.8rem 8rem;
    width: 90%; }
    .c-button--icon:before {
      content: '';
      position: absolute;
      margin-top: -28px;
      left: 8px;
      width: 56px;
      height: 56px;
      background-color: #ffffff;
      border-radius: 50%; }
  .c-button--icon-auto-size {
    margin: 0 auto;
    width: auto;
    padding-right: 2rem; }
  .c-button__icon {
    left: 21px;
    font-size: 28px;
    margin-top: -14px; }
    .c-button--small .c-button__icon {
      left: 21px; } }

@media (min-width: 75em) {
  .c-button {
    font-size: 2rem;
    line-height: 1.3rem;
    padding: 2rem 4rem;
    letter-spacing: .08rem; }
  .c-button--icon {
    font-size: 0.889em;
    padding: 4rem 1rem 4rem 10.5rem;
    width: 100%; }
    .c-button--icon:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -40px;
      left: 8px;
      width: 80px;
      height: 80px;
      background-color: #ffffff;
      border-radius: 50%; }
  .c-button--icon-auto-size {
    margin: 0 auto;
    width: auto;
    padding-right: 2rem; }
  .c-button__icon {
    margin-top: -20px;
    left: 26px;
    font-size: 40px; }
    .c-button--small .c-button__icon {
      margin-top: -18px;
      left: 16px; }
  .c-button--link {
    padding: 0; } }

.c-page-header {
  height: 110px;
  margin-top: 0;
  padding-bottom: 0;
  border-top: 8px solid #d20073;
  border-bottom: 1px solid #e9eff3;
  background-color: #f8fafd; }

.c-page-header--landing {
  height: auto;
  border-bottom: none;
  background-color: transparent; }

.c-page-header__container {
  margin: 20px; }

.c-page-header__logo-container {
  display: table;
  table-layout: fixed;
  width: 100%; }

.c-page-header__logo-container-cell {
  display: table-cell;
  vertical-align: middle;
  height: 102px; }

.c-page-header__logo-container-cell--landing {
  height: auto; }

.c-page-header__logo {
  max-width: 161px; }

.c-page-header__logo-landing {
  display: block;
  max-width: 80%; }

.c-page-header__sub-header {
  margin: 15px auto 30px; }

.c-page-header__link {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  float: right;
  text-decoration: underline; }

@media (min-width: 48em) {
  .c-page-header__container {
    margin: 10px auto 15px; }
  .c-page-header__logo-landing {
    display: block;
    max-width: 60%;
    margin: 20px 0; }
  .c-page-header__sub-header {
    margin-top: 0;
    margin-bottom: 30px; } }

@media (min-width: 62em) {
  .c-page-header__logo-landing {
    display: block;
    max-width: 50%;
    margin: 20px 0; } }

.topbar {
  min-width: 320px;
  background-color: #fff;
  border-top: 3px solid #003883;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  width: auto;
  height: 63px;
  transition: all .2s ease; }
  .topbar .topbar__line {
    position: absolute;
    top: -3px;
    left: -1%;
    width: 0;
    height: 3px;
    background-color: #009de0;
    -webkit-transform: skew(-52deg);
            transform: skew(-52deg);
    -webkit-animation: topbar-anim-1 .6s ease-out .4s forwards;
            animation: topbar-anim-1 .6s ease-out .4s forwards; }
  .topbar:before, .topbar:after {
    content: "";
    position: absolute;
    display: block;
    top: -3px;
    height: 3px;
    width: 0;
    left: -1%;
    -webkit-transform: skew(-52deg);
            transform: skew(-52deg); }
  .topbar:before {
    background-color: #006fb7;
    width: 0;
    -webkit-animation: topbar-anim-2 .8s ease-out .2s forwards;
            animation: topbar-anim-2 .8s ease-out .2s forwards; }
  .topbar:after {
    background-color: #e2017b;
    width: 0;
    -webkit-animation: topbar-anim-3 .8s ease-out forwards;
            animation: topbar-anim-3 .8s ease-out forwards; }
  @media (min-width: 48em) {
    .topbar {
      box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 62em) {
    .topbar {
      border-bottom: none; } }
  .topbar .logo {
    margin: 18px 5px 0; }
    @media (min-width: 62em) {
      .topbar .logo {
        margin: 15px; } }

.topbar__menu-toggle {
  background: transparent url(/bundles/boursoramaui/images/header/menu-toggle@2x.png) 50% 50% no-repeat;
  background-size: 20px 12px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 60px;
  height: 60px; }
  @media (min-width: 62em) {
    .topbar__menu-toggle {
      display: none; } }

.home-link {
  display: none;
  margin: 15px 10px;
  position: relative;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px; }
  .home-link:before {
    background: transparent url(/bundles/boursoramaui/images/header/icons-topbar.png) 0 0 no-repeat;
    content: "";
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px; }
  .home-link:hover:before, .home-link.active:before {
    background-position: 0 -147px; }
  @media (min-width: 62em) {
    .home-link {
      display: block; } }

.topbar__nav {
  display: none;
  list-style: none;
  margin: 15px 0;
  padding: 0;
  position: relative; }
  @media (min-width: 62em) {
    .topbar__nav {
      display: block; } }
  .topbar__nav li:not(.more-submenu__item) {
    float: left;
    position: relative; }
    .topbar__nav li:not(.more-submenu__item):before {
      background-color: #dee0e3;
      display: block;
      content: "";
      margin: -10px 0 0 0;
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: 20px; }
    .topbar__nav li:not(.more-submenu__item):hover a, .topbar__nav li:not(.more-submenu__item).active a {
      color: #e2017b; }
    .topbar__nav li:not(.more-submenu__item):hover .more-submenu__list .more-submenu__item a, .topbar__nav li:not(.more-submenu__item).active .more-submenu__list .more-submenu__item a {
      color: #1a2e45; }
  .topbar__nav a {
    color: #06389b;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    transition: all .15s ease; }
    .topbar__nav a.more {
      padding-right: 25px;
      position: relative; }
      .topbar__nav a.more:after {
        border: 4px solid transparent;
        border-top: 4px solid #06389b;
        content: "";
        margin-top: -4px;
        position: absolute;
        right: -14px;
        top: 50%; }
      .topbar__nav a.more:hover:after, .topbar__nav a.more.active:after {
        border-top: 4px solid #e2017b; }
  .topbar__nav .home-link__portal {
    color: #747b8b;
    position: relative; }
    .topbar__nav .home-link__portal:hover:before, .topbar__nav .home-link__portal.active:before {
      background-position: 0 -175px; }

.topbar__action {
  display: block;
  margin: 15px 4px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px; }
  .topbar__action:hover {
    background-position: 0 -30px; }

.topbar__action__icon {
  font-size: 15px;
  color: #747b8b;
  margin: 8px;
  display: inline-block; }

.topbar__help,
.topbar__search {
  /*background: transparent url(/bundles/boursoramaui/images/header/icon-halp.png) 50% 50% no-repeat;*/
  color: #747b8b;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative; }
  .topbar__help:hover,
  .topbar__search:hover {
    color: #e2017b;
    text-decoration: none; }
    .topbar__help:hover:before,
    .topbar__search:hover:before {
      background-position: 0 -18px; }
  @media (min-width: 85em) {
    .topbar__help,
    .topbar__search {
      background-position: 0 50%;
      color: #747b8b;
      display: block;
      margin: 15px 10px 15px 2px;
      text-indent: 0;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      width: auto;
      height: 30px; }
      .has-fonts-loaded .topbar__help, .has-fonts-loaded
      .topbar__search {
        font-family: 'ProximaNova', Arial, Helvetica, sans-serif; } }

.topbar__separator {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: #d4d4d4;
  display: block;
  margin: 20px 0;
  width: 1px;
  height: 20px; }

.user {
  margin: 10px 15px 15px 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative; }
  .user:after {
    border: 4px solid transparent;
    border-top: 4px solid #848c98;
    content: "";
    margin: -2px 0 0 0;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0;
    height: 0; }
  .user:hover .user__username, .user:focus .user__username, .user:active .user__username, .user.active .user__username {
    color: #e2017b;
    text-decoration: none; }
  .user:hover:after, .user:focus:after, .user:active:after, .user.active:after {
    border-top: 4px solid #226ae6; }

.user__avatar {
  display: block;
  position: relative; }

.user__avatar-photo {
  border-radius: 100%; }
  .lt-ie10 .user__avatar-photo {
    width: auto; }

.user__avatar-photo--30 {
  width: 30px;
  height: 30px; }

.user__avatar-photo--40 {
  width: 40px;
  height: 40px; }

.user__notifications {
  background-color: #e2017b;
  border: 2px solid #fff;
  color: #fff;
  margin-top: -10px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: 50%;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  width: 20px;
  height: 20px; }

.user__username {
  color: #3c3c3c;
  margin: 0 10px 0 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  transition: all .15s ease; }

header .user__username {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.submenu {
  background-color: #fff;
  display: none;
  margin-top: -5px;
  position: absolute;
  right: 35px;
  top: 100%;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .submenu:before {
    background: transparent url(/bundles/boursoramaui/images/header/user-submenu-arrow.png) 0 0 no-repeat;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 10px;
    height: 6px; }

.submenu__list {
  list-style: none;
  margin: 0;
  padding: 10px 0; }

.submenu__item {
  padding-bottom: 10px; }
  .submenu__item + .submenu__item {
    padding-top: 10px;
    border-top: 1px solid #d4d4d4; }
  .submenu__item a {
    color: #1a2e45;
    display: block;
    padding: 0px 30px 0 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: inherit;
    transition: all .2s ease; }
    .submenu__item a:hover, .submenu__item a:active, .submenu__item a:focus {
      background-color: #f8fafd;
      text-decoration: none; }

.submenu__item:last-child {
  border-top: 1px solid #d4d4d4;
  padding-top: 15px;
  padding-bottom: 0; }
  .submenu__item:last-child a {
    color: #006fb7;
    font-weight: bold; }

.more-submenu {
  background-color: #fff;
  display: none;
  left: 50%;
  margin: 10px 0 0 -80px;
  position: absolute;
  top: 100%;
  width: 160px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .more-submenu:before {
    background: transparent url(/bundles/boursoramaui/images/header/user-submenu-arrow.png) 0 0 no-repeat;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 10px;
    height: 6px; }

.more-submenu__list {
  list-style: none;
  margin: 0;
  padding: 10px 0; }
  .more-submenu__list .more-submenu__item {
    float: none; }
    .more-submenu__list .more-submenu__item a {
      border: none;
      color: #1a2e45;
      display: block;
      padding: 0px 30px 0 20px;
      text-transform: none;
      font-size: 13px;
      font-weight: 400;
      line-height: 30px;
      transition: all .2s ease; }
    .more-submenu__list .more-submenu__item:hover a, .more-submenu__list .more-submenu__item:active a, .more-submenu__list .more-submenu__item:focus a {
      background-color: #f8fafd;
      text-decoration: none;
      color: #1a2e45; }
    .more-submenu__list .more-submenu__item:after {
      display: none; }

.logo {
  background: transparent url(/bundles/boursoramaui/images/boursorama-banque-logo@2x.png) 0 0 no-repeat;
  background-size: 112px 26px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 112px;
  height: 26px; }
  .logo:hover {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  @media (min-width: 62em) {
    .logo {
      background-size: 134px 30px;
      width: 134px;
      height: 30px; } }

.logo__text {
  margin: 0;
  padding: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.logo--white {
  background-image: url(/bundles/boursoramaui/images/boursorama-banque-white-logo@2x-cache-1458301567.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 134px;
  height: 30px; }
  .logo--white:after {
    background-size: 134px 30px; }

.main-menu {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease; }
  @media (max-width: 61.9375em) {
    .main-menu {
      z-index: 102;
      width: 270px;
      height: auto;
      background-color: #262e37; } }
  @media (min-width: 62em) {
    .main-menu {
      border-right: none;
      top: 60px;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      position: absolute; }
      .common-nav .main-menu {
        display: none; } }
  .main-menu .user {
    background-color: #1b2029;
    border-bottom: 1px solid #495057;
    height: 60px;
    display: block;
    margin: 0;
    padding: 15px 25px; }
    .main-menu .user:after {
      right: 15px; }
  .main-menu .user__username {
    color: #fff;
    margin: 0; }

.user-menu {
  background-color: #1b2029;
  border-bottom: 1px solid #495057;
  display: block;
  margin: 0;
  padding: 15px 25px 15px;
  color: #fff;
  font-size: 13px; }
  .user-menu .user__avatar-photo {
    border-radius: 50%;
    background-clip: padding-box; }

.user-menu__user-profile {
  margin-top: 6px;
  color: #bfd0e2; }

.user-menu__logout {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #495057;
  margin: 15px -25px 0; }
  .user-menu__logout a {
    color: white; }
    .user-menu__logout a .c-icon--action {
      margin-right: 5px; }

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mobile-menu li {
    height: 46px; }
  .mobile-menu a {
    border-left: 0 solid transparent;
    color: #bfd0e2;
    display: block;
    padding: 0 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    transition: 0.2s ease background-color, 0.2s ease border; }
    .mobile-menu a:after {
      background-color: #495057;
      bottom: -1px;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: auto;
      height: 1px; }
    .mobile-menu a:hover {
      background-color: rgba(27, 32, 41, 0.5);
      border-left: 3px solid #e2017b;
      color: #fff; }

.open-mobile-menu {
  overflow: hidden; }
  .open-mobile-menu .main-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .open-mobile-menu .topbar,
  .open-mobile-menu .o-page-content {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translateX(270px);
    transform: translateX(270px); }
    @media (min-width: 62em) {
      .open-mobile-menu .topbar,
      .open-mobile-menu .o-page-content {
        -webkit-transform: translateX(0px);
        transform: translateX(0px); } }

.c-page-footer {
  margin-top: 50px;
  background-color: #f8fafd; }

.c-page-footer__body {
  padding: 30px 0; }
  .c-page-footer__body:before, .c-page-footer__body:after {
    content: " ";
    display: table; }
  .c-page-footer__body:after {
    clear: both; }

.c-page-footer__certif {
  display: table;
  margin-bottom: 15px; }

.c-page-footer__certif-logo {
  display: table-cell;
  padding-right: 15px; }

.c-page-footer__certif-text {
  display: table-cell; }

.c-page-footer__certif-text,
.c-page-footer__legal-notices {
  text-align: justify;
  line-height: 1.7em;
  vertical-align: middle;
  color: #444444;
  font-size: 11px;
  font-size: 1.1rem; }

.c-page-footer--landing {
  padding-bottom: 1px;
  margin-top: 0; }
  .c-page-footer--landing .c-page-footer__body {
    padding: 40px 0 70px; }

@media (max-width: 47.9375em) {
  .c-page-footer .row {
    margin: 0; }
  .c-page-footer__certif {
    display: block;
    margin-bottom: 15px;
    font-size: 0; }
  .c-page-footer__certif-logo {
    width: 50%;
    text-align: center;
    display: inline-block; }
  .c-page-footer__certif-text {
    font-size: 1rem;
    display: inline-block; } }

.c-form {
  position: relative; }
  .c-form:before, .c-form:after {
    content: " ";
    display: table; }
  .c-form:after {
    clear: both; }

.c-form__step {
  position: relative;
  margin-top: 40px;
  margin-top: 4rem; }
  .c-form__step:before, .c-form__step:after {
    content: " ";
    display: table; }
  .c-form__step:after {
    clear: both; }

.c-form--subscription .c-form__step {
  border-top: 1px solid #d4d4d4; }
  .c-form--subscription .c-form__step:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #d20073;
    top: -1px; }

.c-form--subscription .c-form__step--no-border {
  border-top: none; }
  .c-form--subscription .c-form__step--no-border:before {
    display: none; }

.c-form__group--spaced {
  margin-top: 40px;
  margin-top: 4rem; }

.c-form__group + .c-form__group, .c-form__legend + .c-form__group {
  margin-top: 40px;
  margin-top: 4rem; }

.c-form__group + .c-form__group--spacing-sm, .c-form__legend + .c-form__group--spacing-sm {
  margin-top: 20px;
  margin-top: 2rem; }

.c-form__group + .c-form__group--no-spacing, .c-form__legend + .c-form__group--no-spacing {
  margin-top: 0px;
  margin-top: 0rem; }

.c-form__group--separator {
  border-top: 1px solid #d4d4d4;
  padding-top: 30px;
  padding-top: 3rem; }

.c-form__aside {
  padding: 20px 0;
  padding: 2rem 0; }

.c-form__aside-content {
  margin-top: 30px;
  margin-top: 3rem; }

.c-form__content {
  padding: 0 0 30px 0;
  padding: 0 0 3rem 0; }

.c-form__content--fit {
  padding-left: 0; }

.c-form__submit {
  text-align: right;
  margin-top: 40px;
  margin-top: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.c-form__subtitle {
  color: #06389b;
  margin-top: -15px;
  margin-bottom: 5px;
  position: relative; }

.c-form__title {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  font-weight: 500;
  color: #d20073;
  text-transform: uppercase;
  position: relative; }

.c-form__icon {
  color: #d20073;
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  font-size: 4.5rem; }

.c-form__legend {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  color: #2a3d52;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block; }

.c-form__errors {
  color: #db0909; }

.c-form__error-icon {
  margin-top: 20px;
  margin-top: 2rem;
  width: 20px;
  width: 2rem;
  display: inline-block;
  vertical-align: top; }

.c-form__error-icon--ascended {
  margin-top: 7px;
  width: 20px;
  width: 2rem;
  display: inline-block;
  vertical-align: top; }

.c-form__error-text {
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: calc(100% - 25px); }

.c-form__price {
  font-weight: normal;
  color: #d20073; }

.c-form__price--small {
  font-size: 15px;
  font-size: 1.5rem; }

.c-form__price--non-float {
  font-size: 20px;
  font-size: 2rem;
  float: none; }

.c-form__control {
  margin-top: 21px;
  margin-top: 2.1rem; }

.c-form__block {
  display: block;
  letter-spacing: normal;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 500;
  color: #06389b;
  text-transform: uppercase;
  position: relative; }

@media (min-width: 48em) {
  .c-form--subscription .c-form__step:before {
    width: 25%; }
  .c-form__aside {
    padding: 0; }
  .c-form__aside-content {
    margin: 11.5rem 3rem 0 0; }
  .c-form__content {
    padding: 3rem 0 3rem 1.5rem; }
  .c-form__content--fit {
    padding-left: 0; }
  .c-form__icon {
    top: 6.5rem;
    font-size: 8rem;
    position: absolute; }
  .c-form__aside--expanded .c-form__title {
    margin-top: 2.5rem;
    line-height: 2.3; }
  .c-form__aside--expanded .c-form__icon {
    top: 10rem; }
  .c-form__title {
    margin-top: 3rem;
    font-size: 1.5rem;
    letter-spacing: .225rem; }
  .c-form__subtitle {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.07rem; }
    .c-form__subtitle:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 1px;
      width: 2rem;
      background: #06389b; }
  .c-form__title-break {
    display: inline; }
  .c-form__product-title {
    font-size: 2rem; }
  .c-form__product-title--text-lg {
    font-size: 2.5rem; }
  .c-form__price {
    font-size: 3rem;
    float: right; }
  .c-form__group--offset-sm {
    margin-left: 4.5rem; }
  .c-form__text-aligned {
    line-height: 100px; }
  .c-form__block {
    font-size: 1.5rem;
    letter-spacing: .225rem; } }

.c-choice {
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 20px;
  margin-top: 2rem;
  padding: 0;
  position: relative; }
  .c-choice .c-choice__text {
    margin: 0 0 0 45px;
    margin: 0 0 0 4.5rem; }

.c-choice__label {
  padding-left: 45px;
  padding-left: 4.5rem;
  line-height: 30px;
  line-height: 3rem;
  cursor: pointer;
  vertical-align: top; }

.c-choice__label--block {
  display: block; }

.c-choice__label--text-small {
  font-size: 14px;
  font-size: 1.4rem; }

.c-choice__label--block {
  display: block; }

.c-choice__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  border: 1px solid #d4d4d4; }

.c-choice__control {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 1px;
  cursor: pointer;
  margin: 0;
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem; }
  .c-choice__control:checked + .c-choice__indicator {
    border-color: #009de0; }
    .c-choice__control:checked + .c-choice__indicator + .c-choice__label {
      color: #009de0; }
    .c-choice__control:checked + .c-choice__indicator + .c-choice__label--simple {
      color: inherit; }
    .c-choice__control:checked + .c-choice__indicator:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #009de0;
      -webkit-animation: bkg-scale 0.2s linear;
              animation: bkg-scale 0.2s linear;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
  .c-choice__control:checked + .c-choice__indicator--radio:before {
    width: 14px;
    width: 1.4rem;
    height: 14px;
    height: 1.4rem;
    margin: -7px 0 0 -7px;
    margin: -.7rem 0 0 -.7rem;
    border-radius: 50%; }
  .c-choice__control:checked + .c-choice__indicator--checkbox:before {
    content: "";
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    width: 28px;
    width: 2.8rem;
    height: 28px;
    height: 2.8rem;
    margin: -14px 0 0 -14px;
    margin: -1.4rem 0 0 -1.4rem;
    padding-top: 6px;
    padding-top: .6rem;
    border-radius: 1px; }
  .c-modal--primary .c-choice__control:checked + .c-choice__indicator:before {
    color: #009de0;
    background-color: #ffffff;
    width: 28px;
    width: 2.8rem;
    height: 28px;
    height: 2.8rem;
    margin: -14px 0 0 -14px;
    margin: -1.4rem 0 0 -1.4rem; }

.c-choice__text {
  color: #444444;
  margin: 3px 0 0 0;
  margin: .3rem 0 0 0;
  font-size: 18px;
  font-size: 1.8rem; }

.c-choice__text--muted {
  color: #999a9a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.11111; }

.c-choice__credit-card-caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.11111; }

.c-choice__indicator--radio {
  border-radius: 50%; }

.c-choice__indicator--checkbox {
  border-radius: 3px; }

.c-choice--inline {
  display: inline-block;
  margin-top: 0; }
  .c-choice--inline .c-choice__label {
    padding-left: 30px;
    padding-left: 3rem; }

.c-choice--card {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #d4d4d4;
  transition: box-shadow 0.4s ease 0s;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  padding: 20px;
  padding: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  line-height: 1.67; }
  .c-choice--card .c-choice__control:not(.c-choice__control--minimal-area) {
    position: absolute;
    width: 100%;
    height: 100%; }
  .c-choice--card .c-choice__indicator {
    position: relative;
    margin: 0 auto;
    display: block; }
  .c-choice--card .c-choice__label {
    padding-left: 0;
    line-height: normal;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    display: block; }
  .c-choice--card:hover, .c-choice--card.is-active {
    box-shadow: 0 0 0 2px #009de0; }
  .c-choice--card .c-choice__text {
    margin: inherit; }

.c-choice__control--minimal-area {
  left: 20px;
  left: 2rem;
  top: 20px;
  top: 2rem; }

.c-choice--list {
  margin-top: 20px;
  margin-top: 2rem; }

.c-choice--list__item {
  margin-top: 10px;
  margin-top: 1rem; }

.c-choice--warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc; }
  .c-choice--warning .c-choice__text {
    color: #8a6d3b; }
  .c-choice--warning .c-choice__link {
    color: #ec971f;
    font-weight: bold; }
  .c-choice--warning:hover, .c-choice--warning.is-active {
    box-shadow: 0 0 0 2px #f0ad4e; }
  .c-choice--warning .c-choice__control:checked + .c-choice__indicator {
    border-color: #faebcc; }
    .c-choice--warning .c-choice__control:checked + .c-choice__indicator:before {
      background-color: #f0ad4e; }
    .c-choice--warning .c-choice__control:checked + .c-choice__indicator + .c-choice__label {
      color: #ec971f; }

.c-choice--info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1; }
  .c-choice--info .c-choice__text {
    color: #31708f; }
  .c-choice--info .c-choice__link {
    color: #31b0d5;
    font-weight: bold; }
  .c-choice--info:hover, .c-choice--info.is-active {
    box-shadow: 0 0 0 2px #5bc0de; }
  .c-choice--info .c-choice__control:checked + .c-choice__indicator {
    border-color: #bce8f1; }
    .c-choice--info .c-choice__control:checked + .c-choice__indicator:before {
      background-color: #5bc0de; }
    .c-choice--info .c-choice__control:checked + .c-choice__indicator + .c-choice__label {
      color: #31b0d5; }

.c-choice--success {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6; }
  .c-choice--success .c-choice__text {
    color: #3c763d; }
  .c-choice--success .c-choice__link {
    color: #449d44;
    font-weight: bold; }
  .c-choice--success:hover, .c-choice--success.is-active {
    box-shadow: 0 0 0 2px #5cb85c; }
  .c-choice--success .c-choice__control:checked + .c-choice__indicator {
    border-color: #d6e9c6; }
    .c-choice--success .c-choice__control:checked + .c-choice__indicator:before {
      background-color: #5cb85c; }
    .c-choice--success .c-choice__control:checked + .c-choice__indicator + .c-choice__label {
      color: #449d44; }

.c-choice--danger {
  background-color: #f2dede;
  border: 1px solid #ebccd1; }
  .c-choice--danger .c-choice__text {
    color: #a94442; }
  .c-choice--danger .c-choice__link {
    color: #c9302c;
    font-weight: bold; }
  .c-choice--danger:hover, .c-choice--danger.is-active {
    box-shadow: 0 0 0 2px #d9534f; }
  .c-choice--danger .c-choice__control:checked + .c-choice__indicator {
    border-color: #ebccd1; }
    .c-choice--danger .c-choice__control:checked + .c-choice__indicator:before {
      background-color: #d9534f; }
    .c-choice--danger .c-choice__control:checked + .c-choice__indicator + .c-choice__label {
      color: #c9302c; }

.c-choice--with-image:hover .c-choice__image, .c-choice--with-image.is-active .c-choice__image {
  box-shadow: 0 0 0 2px #009de0; }

.c-choice__control:checked ~ .c-choice__label .c-choice__image {
  box-shadow: 0 0 0 2px #009de0; }

.c-choice__image {
  padding: 2px;
  padding: 0.2rem;
  margin-top: 15px;
  margin-top: 1.5rem;
  box-shadow: none;
  max-width: 90%;
  border-radius: 5px;
  transition: box-shadow 0.4s ease 0s;
  display: block; }

.c-choice--spaced {
  padding: 30px 20px;
  padding: 3rem 2rem; }
  .c-choice--spaced .c-choice__control--minimal-area {
    left: 20px;
    left: 2rem;
    top: 30px;
    top: 3rem; }

.c-choice--card-horizontal {
  text-align: left; }
  .c-choice--card-horizontal .c-choice__indicator {
    vertical-align: bottom;
    position: relative; }
  .c-choice--card-horizontal .c-choice__label {
    vertical-align: middle;
    line-height: 30px;
    line-height: 3rem;
    margin-left: 45px;
    margin-left: 4.5rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-top: 0; }
  .c-choice--card-horizontal .c-choice__label--v-aligned {
    display: table-cell;
    min-height: 30px;
    min-height: 3rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    margin-bottom: 0;
    width: 100%; }
  .c-choice--card-horizontal .c-choice__text {
    margin: 0 0 0 45px;
    margin: 0 0 0 4.5rem; }

.c-choice--small .c-choice__label {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.11111; }

.c-choice--small .c-choice__label--oneline {
  line-height: 30px;
  line-height: 3rem; }

.c-choice--small .c-choice__text {
  font-size: 15px;
  font-size: 1.5rem; }

.c-choice__indicator.ng-hide + .c-choice__label {
  padding-left: 0; }

@media (min-width: 48em) {
  .c-choice {
    line-height: 3rem;
    margin-top: 0; }
  .c-choice--small-spaced {
    margin-bottom: 1rem; }
  .c-choice__label {
    font-size: 2rem; }
  .c-choice--card {
    margin-top: 2rem;
    line-height: 2rem; }
  .c-choice__label--text-lg {
    font-size: 2.5rem; }
  .c-choice--list__item {
    margin-top: 1rem; } }

.c-choice--disabled {
  pointer-events: none; }
  .c-choice--disabled .c-choice__label {
    color: #777777; }
  .c-choice--disabled .c-choice__control:checked + .c-choice__indicator {
    border-color: #777777; }
    .c-choice--disabled .c-choice__control:checked + .c-choice__indicator + .c-choice__label {
      color: #444444; }
    .c-choice--disabled .c-choice__control:checked + .c-choice__indicator::before {
      background-color: #777777; }

.c-choice--valid .c-choice__control:checked + .c-choice__indicator {
  border-color: #4fc32c; }
  .c-choice--valid .c-choice__control:checked + .c-choice__indicator + .c-choice__label {
    color: #47ae27; }
  .c-choice--valid .c-choice__control:checked + .c-choice__indicator::before {
    background-color: #4fc32c; }

.c-input {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0; }

@media (min-width: 48em) {
  .c-input {
    font-size: 2rem; } }

.c-input__control {
  position: relative;
  display: block;
  padding: 16px 0;
  padding: 1.6rem 0;
  margin-top: 21px;
  margin-top: 2.1rem;
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent; }
  .c-input__control:focus {
    outline: none; }

.c-input__label {
  display: inline-block;
  float: right;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
  color: #869db8;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .c-input__label:before, .c-input__label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d4d4d4; }
  .c-input__label:after {
    border-bottom: 3px solid #d4d4d4;
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease; }

.c-input__control:focus + .c-input__label:after,
.c-input.is-filled .c-input__label:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.c-input:not(.has-error) .c-input__control:focus + .c-input__label .c-input__label-content {
  -webkit-animation: anim-1 .3s forwards;
          animation: anim-1 .3s forwards;
  font-size: 12px;
  font-size: 1.2rem; }
  .c-input:not(.has-error) .c-input__control:focus + .c-input__label .c-input__label-content .c-input__sub-label {
    font-size: 10px;
    font-size: 1rem; }

.c-input:not(.has-error).is-filled .c-input__label-content,
.c-input--select .c-input__label-content {
  opacity: 1;
  -webkit-transform: translate3d(0, -24%, 0);
          transform: translate3d(0, -24%, 0);
  font-size: 12px;
  font-size: 1.2rem; }
  .c-input:not(.has-error).is-filled .c-input__label-content .c-input__sub-label,
  .c-input--select .c-input__label-content .c-input__sub-label {
    font-size: 10px;
    font-size: 1rem; }

.c-input__label:after {
  border-color: #009de0; }

.is-filled .c-input__control {
  color: #009de0; }

.is-valid .c-input__label:after {
  border-color: #4fc32c; }

.is-valid .c-input__control {
  color: #4fc32c; }

.has-error .c-input__label:before,
.has-error .c-input__label:after {
  border-color: #db0909;
  border-bottom-width: 1px; }

.has-error .c-input__label {
  color: #db0909;
  padding-left: 15px;
  padding-left: 1.5rem;
  width: 100%; }

.has-error .c-input__control {
  background-color: #ffe8e8;
  color: #db0909;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem; }

.has-error.is-filled .c-input__label-content {
  display: none; }

.is-inactive .c-input__label:before,
.is-inactive .c-input__label:after {
  border-color: #d4d4d4; }

.is-inactive .c-input__control {
  background-color: #f5f5f5;
  color: #869db8;
  padding-right: 15px;
  padding-right: 1.5rem; }

.cssgradients .is-inactive.is-filled .c-input__control,
.cssgradients .is-inactive .c-input__control:focus {
  background: transparent linear-gradient(transparent 1rem, #f5f5f5 1rem); }

.c-input__label-content {
  position: absolute;
  display: block;
  padding: 37px 0;
  padding: 3.7rem 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 2; }

.c-input__sub-label {
  font-size: 12px;
  font-size: 1.2rem; }

.c-input--select .c-input__control {
  padding-right: 50px;
  padding-right: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1; }
  .c-input--select .c-input__control::-ms-expand {
    display: none; }

.c-input--select .c-input__indicator {
  position: absolute;
  right: 0;
  width: 20px;
  width: 2rem;
  bottom: 18px;
  bottom: 1.8rem;
  z-index: -1;
  pointer-events: none; }
  .c-input--select .c-input__indicator:before {
    content: ""; }

.c-input--select.has-error .c-input__indicator {
  color: #db0909;
  right: 15px;
  right: 1.5rem; }

.c-input--textarea .c-input__control {
  min-height: 120px;
  min-height: 12rem; }

.c-input--typeahead {
  z-index: 2; }

.c-input__suggestion-list {
  position: absolute;
  left: 0;
  width: 100%;
  border: solid #d4d4d4;
  border-width: 0 1px 1px;
  z-index: 1;
  background-color: #ffffff; }

.c-input__suggestion-list-item {
  text-align: left;
  list-style: none;
  width: 100%;
  padding: 0.4em;
  background-color: #ffffff; }
  .c-input__suggestion-list-item:hover {
    cursor: pointer; }

.c-input__suggestion-list-item.is-active {
  background-color: #009de0; }

.c-input__highlight {
  background-color: #d4d4d4; }

.c-input--typeahead__loader {
  position: relative;
  margin-left: 10px;
  margin-left: 1rem;
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  width: 30px;
  width: 3rem;
  display: inline-block;
  color: #1a2e45; }
  .c-input--typeahead__loader:before {
    content: "";
    font-size: 25px;
    font-size: 2.5rem;
    -webkit-transform-origin: 46% 52%;
            transform-origin: 46% 52%;
    position: absolute;
    left: 3px;
    left: 0.3rem;
    top: 50%;
    visibility: hidden; }

.c-input--typeahead__loader.is-loading:before {
  -webkit-animation: rotate-360 1s linear infinite;
          animation: rotate-360 1s linear infinite;
  visibility: visible; }

.c-input--light {
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem; }
  .c-input--light .c-input__control {
    height: 100%;
    margin: 0;
    color: #869db8;
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    font-size: 15px;
    font-size: 1.5rem; }
  .c-input--light .c-input__indicator {
    color: #869db8; }
  .c-input--light .c-input__label:before {
    display: none; }
  .c-input--light .c-input__label-content {
    padding: 0;
    height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    top: 50%;
    margin-top: -7px;
    margin-top: -0.75rem;
    left: 20px;
    left: 2rem; }
  .c-input--light .c-input__control:focus + .c-input__label .c-input__label-content {
    -webkit-animation: label-float-light .3s forwards;
            animation: label-float-light .3s forwards;
    font-size: 12px;
    font-size: 1.2rem; }
    .c-input--light .c-input__control:focus + .c-input__label .c-input__label-content .c-input__sub-label {
      font-size: 10px;
      font-size: 1rem; }
  .c-input--light.c-input--suffix .c-input__indicator, .c-input--light.c-input--prefix .c-input__indicator {
    bottom: auto;
    top: 50%;
    margin-top: -7px;
    margin-top: -.75rem; }
  .c-input--light.c-input--prefix .c-input__label-content {
    padding-left: 20px;
    padding-left: 2rem; }

.c-input--suffix .c-input__indicator,
.c-input--prefix .c-input__indicator {
  position: absolute;
  z-index: -1;
  bottom: 16px;
  bottom: 1.6rem;
  font-size: 15px;
  font-size: 1.5rem; }

.c-input--suffix .c-input__control {
  padding-right: 40px;
  padding-right: 4rem; }

.c-input--suffix .c-input__indicator {
  right: 15px;
  right: 1.5rem; }

.c-input--prefix .c-input__control {
  padding-left: 40px;
  padding-left: 4rem; }

.c-input--prefix.is-filled .c-input__label-content,
.c-input--prefix .c-input__control:focus + .c-input__label .c-input__label-content {
  padding-left: 0; }

.c-input--prefix .c-input__indicator {
  left: 15px;
  left: 1.5rem; }

.c-input--prefix .c-input__label-content {
  padding-left: 40px;
  padding-left: 4rem; }

.c-input--licence-plate {
  display: block;
  max-width: 350px;
  margin: auto; }
  .c-input--licence-plate .c-input__control {
    border: 1px solid #d4d4d4;
    border-left: 40px solid #006FB7;
    border-right: 40px solid #006FB7;
    border-radius: 5px;
    text-align: center;
    height: 70px; }
  .c-input--licence-plate:before {
    content: url("/bundles/boursoramaui/images/subscription/licence-plate.png");
    position: absolute;
    width: 40px;
    height: 70px;
    z-index: 1; }
  .c-input--licence-plate .c-input__label {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.c-input--licence-plate-international:before {
  content: none; }

.c-input--range .c-input__control {
  -webkit-appearance: none;
  height: 60px;
  margin-top: 10px; }
  .c-input--range .c-input__control::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 13px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin-top: -10px; }
  .c-input--range .c-input__control::-moz-range-thumb {
    height: 25px;
    width: 13px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin-top: -10px; }
  .c-input--range .c-input__control::-ms-thumb {
    height: 25px;
    width: 13px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin-top: 0; }
  .c-input--range .c-input__control::-webkit-slider-runnable-track {
    height: 10px;
    background: #ffffff;
    background: linear-gradient(to right, #23bbea, #23bbea);
    background-repeat: no-repeat;
    border: 1px solid #d4d4d4; }
  .c-input--range .c-input__control::-moz-range-track {
    height: 10px;
    background: #ffffff;
    border: 1px solid #d4d4d4; }
  .c-input--range .c-input__control::-ms-track {
    height: 10px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    color: transparent; }
  .c-input--range .c-input__control::-moz-range-progress {
    height: 10px;
    background-color: #23bbea; }
  .c-input--range .c-input__control::-ms-fill-lower {
    background-color: #23bbea; }

.c-input--range .c-input__label:before, .c-input--range .c-input__label:after {
  border: 0;
  color: #000;
  margin-top: 55px;
  font-size: 13px;
  font-weight: bold;
  width: auto;
  height: auto; }

.c-input--range .c-input__label:before {
  content: attr(data-min); }

.c-input--range .c-input__label:after {
  content: attr(data-max);
  right: 0;
  left: auto; }

.c-input--range-with-action .c-input__control {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle; }

.c-input--range-with-action .c-input--range__action {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 26px;
  color: #ffffff;
  background-color: #23bbea; }
  .c-input--range-with-action .c-input--range__action.c-input--range__action--decrease {
    margin-right: 5px; }
  .c-input--range-with-action .c-input--range__action.c-input--range__action--increase {
    margin-left: 5px; }

.c-input--range-with-action .c-input__label:before {
  left: 45px; }

.c-input--range-with-action .c-input__label:after {
  right: 55px; }

@media (min-width: 48em) {
  .c-input__label-content {
    font-size: 2rem; }
  .c-input__sub-label {
    font-size: 1.4rem; }
  .c-input:not(.has-error):not(.c-input--light) .c-input__control:focus + .c-input__label .c-input__label-content,
  .c-input:not(.has-error):not(.c-input--light).is-filled .c-input__label-content,
  .c-input--select:not(.c-input--light) .c-input__label-content {
    font-size: 1.6rem; }
    .c-input:not(.has-error):not(.c-input--light) .c-input__control:focus + .c-input__label .c-input__label-content .c-input__sub-label,
    .c-input:not(.has-error):not(.c-input--light).is-filled .c-input__label-content .c-input__sub-label,
    .c-input--select:not(.c-input--light) .c-input__label-content .c-input__sub-label {
      font-size: 1.2rem; } }

/**
 * Input File
 */
.c-input--file {
  /* must reactivate pointer event for this label type */ }
  .c-input--file .c-input__control {
    padding-right: 50px;
    padding-right: 5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: -1; }
    .c-input--file .c-input__control::-ms-expand {
      display: none; }
  .c-input--file label {
    display: block; }
  .c-input--file input[type='file'] {
    display: none; }
  .c-input--file .c-input__label {
    pointer-events: auto; }
  .c-input--file .c-input__indicator {
    color: #009de0;
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 16px;
    bottom: 1.6rem;
    font-size: 20px;
    font-size: 2rem; }
    .c-input--file .c-input__indicator:before {
      content: ""; }
  .c-input--file.is-valid .c-input__indicator {
    color: #4fc32c; }
  .c-input--file.has-error .c-input__indicator {
    color: #db0909;
    right: 15px;
    right: 1.5rem; }

.c-tooltip {
  cursor: default; }

.c-tooltip--addon {
  padding-top: 15px;
  padding-top: 1.5rem; }

.c-tooltip__hover {
  border-radius: 50%;
  margin-left: 10px;
  margin-left: 1rem;
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  width: 30px;
  width: 3rem;
  vertical-align: middle;
  background-color: #1a2e45;
  text-align: center;
  color: #ffffff;
  display: inline-block; }

.c-tooltip--background-primary .c-tooltip__hover {
  background-color: #d20073; }

.c-tooltip__arrow {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500; }
  .c-tooltip__arrow:before {
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
    -webkit-transform: translate(-21px, -25px);
            transform: translate(-21px, -25px);
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    left: 0.6rem;
    width: 40px;
    width: 4rem;
    height: 15px;
    height: 1.5rem;
    background: url("/bundles/boursoramaui/images//subscription/tooltip_arrow.png") no-repeat;
    background-size: 100%;
    z-index: 10001; }

.c-tooltip__bubble {
  box-shadow: 0 0 15px #919191;
  border-radius: 6px;
  transition: opacity 0.3s ease 0s;
  bottom: 55px;
  bottom: 5.5rem;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  opacity: 0;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  white-space: normal;
  z-index: -1;
  width: 78%; }

.c-tooltip__bubble--addon {
  bottom: 69px;
  bottom: 6.9rem;
  left: 24%; }

.c-tooltip__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left; }

.c-tooltip__subtext {
  font-size: 14px;
  font-size: 1.4rem; }

.c-tooltip__hover:hover .c-tooltip__arrow:before, .c-tooltip__hover:focus .c-tooltip__arrow:before {
  opacity: 1; }

.c-tooltip__hover--click:hover, .c-tooltip__hover--click:focus {
  cursor: pointer; }
  .c-tooltip__hover--click:hover .c-tooltip__arrow:before, .c-tooltip__hover--click:focus .c-tooltip__arrow:before {
    opacity: 0; }

.c-tooltip__hover:hover + .c-tooltip__bubble, .c-tooltip__hover:focus + .c-tooltip__bubble {
  z-index: 10000;
  opacity: 1; }

@media (min-width: 48em) {
  .c-tooltip__arrow:before {
    left: 0;
    width: 5.3rem;
    height: 2.2rem; }
  .c-tooltip__bubble--addon {
    bottom: 7rem;
    left: 25%; } }

.c-loading-bar {
  display: block;
  height: 4px;
  opacity: 1;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: -8px;
  overflow: hidden;
  z-index: 10000000;
  width: 100%; }

.c-loading-bar:before {
  content: "";
  height: 4px;
  z-index: 50;
  position: absolute;
  transition: 2s ease-in-out width;
  display: block;
  width: 0;
  background-color: #23bbea;
  -webkit-transform: skew(66deg);
          transform: skew(66deg); }

.c-loading-bar:after {
  content: "";
  height: 4px;
  z-index: 51;
  position: absolute;
  transition: 1.8s .2s ease-in-out width;
  display: block;
  width: 0;
  background-color: #d20073;
  -webkit-transform: skew(66deg);
          transform: skew(66deg); }

.c-loading-bar__middle {
  height: 4px;
  position: absolute;
  transition: 1.8s width ease-in-out;
  width: 0;
  background-color: #06389b;
  -webkit-transform: skew(66deg);
          transform: skew(66deg); }

.c-loading-bar--start:before {
  width: 73%; }

.c-loading-bar--start .c-loading-bar__middle {
  width: 75%; }

.c-loading-bar--start:after {
  width: 71%; }

.c-loading-bar--wait:before {
  -webkit-animation: loading-bar-wait-1 .6s ease .2s infinite alternate both;
          animation: loading-bar-wait-1 .6s ease .2s infinite alternate both; }

.c-loading-bar--wait .c-loading-bar__middle {
  -webkit-animation: loading-bar-wait-2 .7s ease .1s infinite alternate both;
          animation: loading-bar-wait-2 .7s ease .1s infinite alternate both; }

.c-loading-bar--wait:after {
  -webkit-animation: loading-bar-wait-3 .5s ease .3s infinite alternate both;
          animation: loading-bar-wait-3 .5s ease .3s infinite alternate both; }

.c-loading-bar--end:before {
  width: 100%;
  transition: .5s ease-in-out width; }

.c-loading-bar--end .c-loading-bar__middle {
  width: 110%;
  transition: .3s ease-in-out width; }

.c-loading-bar--end:after {
  width: 100%;
  transition: .3s .2s ease-in-out width; }

.c-separator {
  position: relative; }
  .c-separator:before {
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background-color: #d4d4d4; }

.c-separator--dark:before {
  height: 2px;
  background-color: #1a2e46; }

.c-separator--primary:before {
  background-color: #d20073; }

.c-separator--white:before {
  background-color: #ffffff; }

.c-separator--tiny:before {
  width: 30px; }

.c-separator--bubble {
  margin: 40px 0;
  margin: 4rem 0;
  text-align: center; }
  .c-separator--bubble:after {
    background-color: #ffffff;
    border: 1px solid #dee5ee;
    border-radius: 50%;
    color: #869db8;
    content: "ou";
    display: block;
    font-weight: 700;
    left: 50%;
    position: absolute;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    height: 4rem;
    line-height: 39px;
    margin-left: -20px;
    margin-left: -2rem;
    top: -20px;
    top: -2rem;
    width: 40px;
    width: 4rem; }

.c-separator--bubble-dark:after {
  background-color: #1a2e46;
  border: 1px solid #1a2e46;
  color: #ffffff; }

.c-separator--vertical {
  position: absolute;
  left: 50%;
  margin: 0;
  height: 100%;
  top: 0; }
  .c-separator--vertical:before {
    width: 1px;
    height: 100%; }
  .c-separator--vertical.c-separator--bubble:after {
    top: 50%;
    margin-top: -20px;
    margin-top: -2rem; }

.c-separator--vertical-flex {
  margin: 0;
  height: 100%; }
  .c-separator--vertical-flex:before {
    width: 1px;
    height: 100%; }
  .c-separator--vertical-flex.c-separator--bubble:after {
    top: 50%;
    margin-top: -20px;
    margin-top: -2rem; }

.c-separator--vertical-flex-dark:before {
  width: 2px;
  height: 100%;
  background-color: #1a2e46; }

@media (min-width: 48em) {
  .c-separator--vertical\@sm {
    position: absolute;
    left: 50%;
    margin: 0;
    height: 100%;
    top: 0; }
    .c-separator--vertical\@sm:before {
      width: 1px;
      height: 100%; }
    .c-separator--vertical\@sm.c-separator--bubble:after {
      top: 50%;
      margin-top: -2rem; }
  .c-separator--vertical-flex\@sm {
    margin: 0;
    height: 100%; }
    .c-separator--vertical-flex\@sm:before {
      width: 1px;
      height: 100%; }
    .c-separator--vertical-flex\@sm.c-separator--bubble:after {
      top: 50%;
      margin-top: -2rem; } }

.c-panel {
  margin-top: 80px;
  margin-top: 8rem;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.c-panel__head {
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 15px 15px;
  padding: 1.5rem 1.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  display: block; }

.c-panel--tiny .c-panel__head {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 12px 16px;
  padding: 1.2rem 1.6rem;
  font-weight: 700; }

.c-panel--tiny .c-panel__body {
  padding: 0 16px;
  padding: 0 1.6rem; }

.c-panel__head--centered-small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 12px 0;
  padding: 1.2rem 0;
  text-align: center; }

.c-panel--spaced {
  color: #ffffff;
  line-height: 25px;
  line-height: 2.5rem; }

.c-panel__body {
  padding: 20px;
  padding: 2rem;
  position: relative; }
  .c-panel__body:before, .c-panel__body:after {
    content: " ";
    display: table; }
  .c-panel__body:after {
    clear: both; }

.c-panel__body--small {
  padding: 20px;
  padding: 2rem; }

.c-panel--no-border {
  border-width: 0; }

.c-panel--no-shadow {
  box-shadow: none; }

.c-panel--no-margin {
  margin: 0; }

.c-panel--small {
  font-size: 16px;
  font-size: 1.6rem; }

.c-panel--default {
  border-color: #d4d4d4;
  background-color: #ffffff;
  border-width: 0; }
  .c-panel--default .c-panel__head {
    background-color: #1a2e45;
    color: #ffffff; }
  @media (min-width: 48em) {
    .c-panel--default {
      border-width: 1px; } }
  .c-panel--default > .c-panel__body {
    padding-left: 0;
    padding-right: 0;
    border-width: 0; }
    @media (min-width: 48em) {
      .c-panel--default > .c-panel__body {
        border-width: 1px;
        padding: 3rem; } }

.c-panel--primary {
  border-color: transparent;
  background-color: #e6eff9; }
  .c-panel--primary .c-panel__head {
    background-color: #009de0;
    color: #ffffff; }

.c-panel--secondary {
  border-color: transparent;
  background-color: #d6e4f2; }
  .c-panel--secondary .c-panel__head {
    background-color: #006fb7;
    color: #ffffff; }

.c-panel--tertiary {
  border-color: transparent;
  background-color: #eaeff4; }
  .c-panel--tertiary .c-panel__head {
    background-color: #1a2e45;
    color: #ffffff; }

.c-panel--pink {
  border-color: transparent;
  background-color: #ffffff; }
  .c-panel--pink .c-panel__head {
    background-color: #d20073;
    color: #ffffff; }

.c-panel__head--tertiary {
  background-color: #1a2e45;
  color: #ffffff; }

@media (min-width: 48em) {
  .c-panel__head {
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding: 1.5rem 3rem; }
  .c-panel__head--centered-small {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 1.2rem 0; }
  .c-panel__body {
    padding: 3rem; }
  .c-panel__body--small {
    padding: 2rem; }
  .c-panel__section {
    float: left; }
  .c-panel__section--1-2 {
    width: 50%; }
  .c-panel__section--1-2:first-child {
    padding-right: 3rem; }
  .c-panel__section--1-2:last-child {
    padding-left: 3rem; } }

.c-panel__body--interleaves {
  padding: 0; }

@media (max-width: 47.9375em) {
  .c-panel__body--no-padding\@xs {
    padding-top: 0; } }

.c-panel--landing-top {
  background-color: #ffffff;
  opacity: .95;
  margin-right: 20px;
  margin-right: 2rem;
  /* to let these rules pass to auto after*/
  margin-left: 20px;
  margin-left: 2rem; }

.c-panel--landing-responsive {
  border-top: 1px dotted #d4d4d4;
  border-bottom: 1px dotted #d4d4d4;
  padding: 25px 0; }

.c-panel--landing-responsive-icon {
  vertical-align: middle;
  font-size: 110px;
  font-size: 11rem;
  line-height: 50px;
  line-height: 5rem;
  margin-left: 30px;
  margin-left: 3rem; }

.c-panel--landing {
  border-width: 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0; }
  @media (min-width: 62em) {
    .c-panel--landing {
      font-size: 1.6rem; } }

.c-panel--landing-colored {
  color: #ffffff; }
  .c-panel--landing-colored .c-panel__body {
    margin: 0 auto;
    padding: 30px 20px;
    padding: 3rem 2rem; }
    @media (min-width: 48em) {
      .c-panel--landing-colored .c-panel__body {
        width: 75rem;
        padding: 4rem 2rem; } }
    @media (min-width: 62em) {
      .c-panel--landing-colored .c-panel__body {
        width: 42.5rem;
        padding: 4rem 0 4rem 0; } }
    @media (min-width: 75em) {
      .c-panel--landing-colored .c-panel__body {
        width: 52.5rem; } }

.c-panel__landing-heading {
  font-size: 35px;
  font-size: 3.5rem;
  position: relative;
  margin: 0 0 35px;
  font-weight: 300; }
  @media (min-width: 62em) {
    .c-panel__landing-heading {
      font-size: 5rem; } }

.c-panel__landing-heading--pink {
  color: #d20073; }

@media (min-width: 62em) {
  .c-panel--landing-left .c-panel__body {
    margin: 0 6rem 0 auto; } }

@media (min-width: 62em) {
  .c-block .c-panel--landing-left .c-panel__body {
    margin: 0 auto; } }

@media (min-width: 62em) {
  .c-panel--landing-right .c-panel__body {
    margin: 0 auto 0 6rem; } }

@media (min-width: 62em) {
  .c-block .c-panel--landing-right .c-panel__body {
    margin: 0 auto; } }

.c-panel--landing-full {
  border-color: transparent;
  background-color: #006fb7; }
  .c-panel--landing-full .c-panel__head {
    background-color: transparent;
    color: transparent; }
  .c-panel--landing-full .c-panel__body {
    margin: 0 60px 0 auto;
    margin: 0 6rem 0 auto;
    width: 100%; }
  .c-panel--landing-full .icon {
    color: #2a3d52; }

.c-panel--landing-color-primary {
  border-color: transparent;
  background-color: #009de0; }
  .c-panel--landing-color-primary .c-panel__head {
    background-color: transparent;
    color: transparent; }

.c-panel--landing-color-secondary {
  border-color: transparent;
  background-color: #23bbea; }
  .c-panel--landing-color-secondary .c-panel__head {
    background-color: transparent;
    color: transparent; }

.c-panel--landing-color-tertiary {
  border-color: transparent;
  background-color: #006fb7; }
  .c-panel--landing-color-tertiary .c-panel__head {
    background-color: transparent;
    color: transparent; }

@media (max-width: 47.9375em) {
  .c-panel--landing-responsive {
    border-bottom: 0 none; }
  .c-panel--landing-responsive-icon {
    margin-left: 0; }
  .c-panel--landing-responsive-text {
    display: block;
    margin-bottom: 1.5rem;
    padding: 0 5%; } }

@media (min-width: 48em) {
  .c-panel--landing-top {
    margin-right: auto;
    /* to let these rules pass to 2rem on small screens */
    margin-left: auto; } }

.c-panel__head--toggle-accordion {
  cursor: pointer;
  text-align: left;
  padding-left: 17px;
  padding-left: 1.7rem;
  line-height: 34px;
  line-height: 3.4rem; }
  .c-panel__head--toggle-accordion:before {
    content: "";
    display: inline-block;
    color: white;
    margin-right: 10px;
    margin-right: 1rem;
    font-size: 33px;
    font-size: 3.3rem;
    vertical-align: middle; }
  .o-accordion-trigger:checked ~ .c-panel__head--toggle-accordion:before {
    content: ""; }

.c-product-summary:before, .c-product-summary:after {
  content: " ";
  display: table; }

.c-product-summary:after {
  clear: both; }

.c-product-summary__head {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }

.c-product-summary__title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem; }

.c-product-summary__price {
  display: block;
  color: #d20073;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem; }

.c-product-summary__action {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  white-space: nowrap; }

.c-product-summary__section:before, .c-product-summary__section:after {
  content: " ";
  display: table; }

.c-product-summary__section:after {
  clear: both; }

.c-product-summary__section-left {
  width: 70%;
  float: left; }

.c-product-summary__section-right {
  width: 30%;
  float: right;
  text-align: right; }

.c-product-summary__image {
  max-width: 50%; }

.c-product-summary__list {
  padding-left: 30px;
  padding-left: 3rem;
  padding-top: 10px;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 1.4rem; }

.c-product-summary--small .c-product-summary__head {
  font-size: 18px;
  font-size: 1.8rem; }

.c-product-summary--small .c-product-summary__title {
  font-size: 16px;
  font-size: 1.6rem; }

.c-product-summary--small .c-product-summary__price {
  font-size: 14px;
  font-size: 1.4rem; }

.c-product-summary--small .c-product-summary__action {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.c-product-summary--small .c-product-summary__list {
  font-size: 14px;
  font-size: 1.4rem; }

@media (min-width: 48em) {
  .c-product-summary__head {
    font-size: 2rem; }
  .c-product-summary--small .c-product-summary__price {
    float: none;
    font-size: 1.4rem; }
  .c-product-summary--small .c-product-summary__action {
    float: none;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .c-product-summary__section:last-child {
    margin-bottom: 1rem; }
  .c-product-summary__title {
    font-size: 1.8rem; }
  .c-product-summary__price {
    float: left;
    font-size: 1.8rem; }
  .c-product-summary__price--without-action {
    float: none; }
  .c-product-summary__action {
    float: right;
    font-size: 1.8rem;
    margin-bottom: 0; }
  .c-product-summary__list {
    font-size: 1.6rem; } }

.c-table-summary {
  float: left; }
  .c-table-summary:before, .c-table-summary:after {
    content: " ";
    display: table; }
  .c-table-summary:after {
    clear: both; }
  .c-table-summary + .c-table-summary ~ .c-table-summary {
    margin-top: 30px;
    margin-top: 3rem; }

.c-table-summary--aside {
  width: 23%;
  text-align: center; }

.c-table-summary--aside-small {
  width: 32%;
  text-align: left; }

.c-table-summary--1-2, .c-table-summary--1-3, .c-table-summary--1-4 {
  width: 77%; }

.c-table-summary__aside-icon {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  top: 50%;
  margin-top: -15px;
  margin-top: -1.5rem;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  margin-left: -1.6rem; }

.c-table-summary__head {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 12px 0;
  padding: 1.2rem 0;
  text-align: center;
  font-weight: bold; }

.c-table-summary__head--primary {
  background-color: #009de0;
  color: #ffffff; }

.c-table-summary__head--secondary {
  background-color: #006fb7;
  color: #ffffff; }

.c-table-summary__head--tertiary {
  background-color: #1a2e45;
  color: #ffffff; }

.c-table-summary__cell {
  padding: 20px;
  padding: 2rem;
  border-bottom: 1px solid #d4d4d4;
  font-size: 13px;
  font-size: 1.3rem; }

.c-table-summary__cell--small {
  padding: 20px 10px;
  padding: 2rem 1rem;
  border-bottom: 0 none; }

.c-table-summary__cell--primary {
  background-color: #e6eff9; }

.c-table-summary__cell--secondary {
  background-color: #d6e4f2; }

.c-table-summary__cell--tertiary {
  background-color: #eaeff4; }

.c-table-summary__cell--aside {
  padding: 0;
  background-color: #d20073;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  position: relative; }

.c-table-summary__cell--aside-small {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  border-bottom: 0 none; }

.c-table-summary__cell--small:nth-child(2n+1),
.c-table-summary__cell--aside-small:nth-child(2n+1) {
  background-color: #ebf2f8; }

@media (min-width: 48em) {
  .c-table-summary + .c-table-summary ~ .c-table-summary {
    margin-top: 0; }
  .c-table-summary__aside-icon {
    font-size: 6.3rem;
    margin-top: 2.5rem;
    position: static;
    margin-left: 0; }
  .c-table-summary__cell {
    font-size: 1.6rem;
    padding: 3rem; }
  .c-table-summary__cell--small {
    padding: 2rem 1.5rem;
    font-size: 1.4rem; }
  .c-table-summary--aside {
    width: 20%;
    text-align: left; }
  .c-table-summary--aside-small {
    width: 20%;
    text-align: left; }
  .c-table-summary--aside-small-three-col {
    width: 15%;
    text-align: left; }
  .c-table-summary__cell--aside {
    padding: 3.7rem 0 3.7rem 0.7rem;
    font-size: 1.3rem; }
  .c-table-summary__cell--aside-small {
    padding-right: 0.2rem;
    font-size: 1.2rem; }
  .c-table-summary--1-2 {
    width: 80%; }
  .c-table-summary--1-3 {
    width: 40%; }
  .c-table-summary--1-4 {
    width: 28.33333%; } }

@media (min-width: 62em) {
  .c-table-summary__cell--aside {
    padding-left: 2rem; }
  .c-table-summary__cell--aside-small {
    padding-left: 1rem; } }

.c-table {
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem; }
  .c-table + .c-table {
    margin-top: 20px;
    margin-top: 2rem; }

.c-table--fixed {
  table-layout: fixed; }

.c-table--full {
  width: 100%; }

.c-table__caption {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: left;
  color: #3c3c3c; }

.c-table__footer {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 20px 0;
  margin: 2rem 0;
  color: #999a9a;
  text-align: left; }

.c-table__cell--footer {
  border: 0 none; }

.c-table__cell {
  padding: 20px 15px;
  padding: 2rem 1.5rem; }

.c-table__cell--head {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase; }

.c-table__cell--row-head {
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 48em) {
    .c-table__cell--row-head {
      text-align: left; } }

.c-table__cell--row-head,
.c-table__cell[data-title]:before {
  font-size: 16px;
  font-size: 1.6rem; }
  @media (min-width: 48em) {
    .c-table__cell--row-head,
    .c-table__cell[data-title]:before {
      font-size: 1.4rem; } }

.c-table__cell--head-thin {
  padding: 12px 15px;
  padding: 1.2rem 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  text-transform: none;
  font-weight: 500; }

.c-table__cell--head-light {
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: none; }

.c-table__cell--top {
  vertical-align: top; }

.c-table__cell--center {
  text-align: center; }

.c-table__cell--left {
  text-align: left; }

.c-table__cell--right {
  text-align: right; }

.c-table__cell--head-default {
  background-color: #1a2e45;
  color: #ffffff; }
  .c-table__cell--head-default.c-table__cell--toggle-accordion:before {
    color: #1a2e45; }

.c-table__cell--default {
  background-color: #e6eff9;
  color: #3c3c3c; }
  .c-table__cell--default.c-table__cell--toggle-accordion:before {
    color: #e6eff9; }

.c-table__cell--primary {
  background-color: #23bbea;
  color: #ffffff; }
  .c-table__cell--primary.c-table__cell--toggle-accordion:before {
    color: #23bbea; }

.c-table__cell--secondary {
  background-color: #009de0;
  color: #ffffff; }
  .c-table__cell--secondary.c-table__cell--toggle-accordion:before {
    color: #009de0; }

.c-table__cell--tertiary {
  background-color: #006fb7;
  color: #ffffff; }
  .c-table__cell--tertiary.c-table__cell--toggle-accordion:before {
    color: #006fb7; }

.c-table__cell--brand-primary {
  background-color: #d20073;
  color: #ffffff; }
  .c-table__cell--brand-primary.c-table__cell--toggle-accordion:before {
    color: #d20073; }

.c-table__cell--background-primary {
  background-color: #e6eff9; }
  .c-table__cell--background-primary.c-table__cell--toggle-accordion:before {
    color: #e6eff9; }

.c-table__cell--background-secondary {
  background-color: #d6e4f2; }
  .c-table__cell--background-secondary.c-table__cell--toggle-accordion:before {
    color: #d6e4f2; }

.c-table__cell--head-quaternary {
  background-color: #003883;
  color: #ffffff; }
  .c-table__cell--head-quaternary.c-table__cell--toggle-accordion:before {
    color: #003883; }

.c-table__cell--quaternary {
  background-color: #d0e1f1;
  color: #3c3c3c; }
  .c-table__cell--quaternary.c-table__cell--toggle-accordion:before {
    color: #d0e1f1; }

@media (max-width: 47.9375em) {
  .c-table__cell--primary\@xs-max {
    background-color: #23bbea;
    color: #ffffff; }
    .c-table__cell--primary\@xs-max.c-table__cell--toggle-accordion:before {
      color: #23bbea; } }

@media (max-width: 47.9375em) {
  .c-table__cell--secondary\@xs-max {
    background-color: #009de0;
    color: #ffffff; }
    .c-table__cell--secondary\@xs-max.c-table__cell--toggle-accordion:before {
      color: #009de0; } }

@media (max-width: 47.9375em) {
  .c-table__cell--tertiary\@xs-max {
    background-color: #006fb7;
    color: #ffffff; }
    .c-table__cell--tertiary\@xs-max.c-table__cell--toggle-accordion:before {
      color: #006fb7; } }

.c-table__body--striped .c-table__row:nth-of-type(even) {
  background-color: #ebf2f8; }

@media (min-width: 48em) {
  .c-table__body--striped\@sm .c-table__row:nth-of-type(even) {
    background-color: #ebf2f8; } }

.c-table__body--striped-odd .c-table__row:nth-of-type(odd) {
  background-color: #ebf2f8; }

@media (min-width: 48em) {
  .c-table__body--striped-odd\@sm .c-table__row:nth-of-type(odd) {
    background-color: #ebf2f8; } }

.c-table__body--striped-cell .c-table__cell:nth-of-type(even) {
  background-color: #ebf2f8; }

@media (min-width: 48em) {
  .c-table__body--striped-cell .c-table__cell:nth-of-type(even) {
    background-color: transparent; }
  .c-table__body--striped-cell .c-table__row:nth-of-type(even) {
    background-color: #ebf2f8; } }

.c-table--bordered .c-table__cell:not(:empty):not(.c-table__cell--footer) {
  border: 1px solid #c7d2e0; }
  .c-table--bordered .c-table__cell:not(:empty):not(.c-table__cell--footer).c-table__cell--shadow-selected {
    border-left: 0 none;
    border-right: 0 none; }
    .c-table--bordered .c-table__cell:not(:empty):not(.c-table__cell--footer).c-table__cell--shadow-selected + .c-table__cell {
      border-left: 0 none; }
  .c-table--bordered .c-table__cell:not(:empty):not(.c-table__cell--footer).c-table__cell--shadow-selected-last {
    border-bottom: 0 none; }
  .c-table--bordered .c-table__cell:not(:empty):not(.c-table__cell--footer).c-table__cell--shadow-on-right {
    border-right: 0 none; }

.c-table-row--border-top {
  border-top: 1px solid; }

.c-table__cell--form {
  padding: 0;
  background-color: #ffffff; }

.c-table__cell--toggle-accordion {
  cursor: pointer;
  text-align: left; }
  .c-table__cell--toggle-accordion:before {
    content: "";
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    color: #009de0;
    padding: 10px;
    padding: 1rem;
    margin-right: 10px;
    margin-right: 1rem;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s; }
  .c-table__cell--toggle-accordion.is-open:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

@media (min-width: 48em) {
  .c-table__cell--toggle-accordion {
    cursor: default;
    text-align: center; }
    .c-table__cell--toggle-accordion:before {
      display: none; } }

.c-table__cell--shadow-selected {
  position: relative; }
  .c-table__cell--shadow-selected:before {
    box-shadow: -15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    top: 0;
    left: -15px;
    position: absolute;
    width: 15px;
    color: rgba(0, 0, 0, 0.17); }
  .c-table__cell--shadow-selected:after {
    box-shadow: 15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    color: rgba(0, 0, 0, 0.17); }

.c-table__cell--shadow-bottom {
  box-shadow: 0 5px 15px -3px;
  bottom: 0;
  left: -6px;
  right: -6px;
  position: absolute;
  color: rgba(0, 0, 0, 0.17);
  height: 15px; }

@media (min-width: 48em) {
  .c-table__cell--width-sm\@sm {
    width: 18rem; } }

.c-table-confirmation {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%; }

.c-table-confirmation__head {
  background-color: #1a2e45;
  color: #ffffff; }

.c-table-confirmation__row {
  border-top: 1px solid #c7d2e0; }
  @media (min-width: 30em) {
    .c-table-confirmation__row {
      border-top-width: 0;
      border-bottom: 1px solid #c7d2e0; } }

.c-table-confirmation__cell-head,
.c-table-confirmation__cell-value {
  padding: 12px 0;
  padding: 1.2rem 0; }

.c-table-confirmation__link {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  vertical-align: bottom; }
  .c-table-confirmation__link:before {
    padding-right: 7px;
    padding-right: 0.7rem;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: bottom; }

@media (max-width: 47.9375em) {
  .c-table-confirmation__cell-head {
    padding: 1rem 0 0 0; } }

.c-table-confirmation__cell-value {
  font-weight: 700;
  color: #d20073; }
  @media (min-width: 48em) {
    .c-table-confirmation__cell-value {
      width: 50%; } }

.c-table-mandates__row {
  display: block; }
  @media (min-width: 48em) {
    .c-table-mandates__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 100%; } }

.c-table-mandates__item, .c-table-mandates__item--both {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 48em) {
    .c-table-mandates__item, .c-table-mandates__item--both {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 10px;
      margin-right: 10px; }
      .c-table-mandates__item:first-child, .c-table-mandates__item--both:first-child {
        margin-left: 0; }
      .c-table-mandates__item:last-child, .c-table-mandates__item--both:last-child {
        margin-right: 0; } }

@media (min-width: 48em) {
  .c-table-mandates__item--both {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; } }

@media (max-width: 47.9375em) {
  .c-table-opportunities__row\@xs-max .c-table__cell:nth-of-type(even) {
    background-color: #ebf2f8; } }

.c-table-opportunities__cell {
  display: table-cell;
  vertical-align: top;
  padding: 15px;
  padding: 1.5rem;
  text-align: left; }
  .c-table-opportunities__cell .c-alert {
    padding: 10px;
    padding: 1rem;
    display: block; }
  @media (max-width: 47.9375em) {
    .c-table-opportunities__cell {
      display: block; }
      .c-table-opportunities__cell[data-title] {
        text-align: right; } }

.c-table-opportunities__link {
  display: block; }
  @media (max-width: 47.9375em) {
    .c-table-opportunities__link {
      display: inline-block; } }

.c-table-opportunities__cell[data-title]:before {
  font-size: 14px;
  font-size: 1.4rem; }

.c-table-opportunities__separator {
  border-bottom: 2px #eee solid; }

.c-table-opportunities__separator:last-child {
  border-bottom: none; }

.c-table-overview {
  color: #d20073;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.6px; }
  .c-table-overview:before {
    content: "";
    width: 40%;
    height: 1px;
    background: #d20073;
    display: block;
    position: absolute; }
  .c-table-overview:after {
    content: "";
    width: 40%;
    height: 1px;
    background: #d20073;
    display: block;
    position: absolute; }

.c-table-overview__cell {
  padding: 36px 15px;
  padding: 3.6rem 1.5rem; }

.c-table-overview__address {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-top: 2rem;
  color: #3c3c3c;
  font-weight: 700; }

.c-table-overview__icon {
  font-size: 40px;
  font-size: 4rem;
  color: #d20073; }

.c-table-overview__link {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 30px;
  margin-top: 3rem;
  display: block; }

.c-table-overview__cell-head {
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 0;
  text-align: center;
  vertical-align: top; }

@media (min-width: 48em) {
  .c-table-overview__cell-head {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    vertical-align: middle; }
  .c-table-overview__icon {
    font-size: 5.5rem; }
  .c-table-overview:before {
    width: 25%; }
  .c-table-overview:after {
    width: 25%; } }

.c-table-synthesis {
  display: table; }

.c-table-synthesis__line {
  display: table-row; }

.c-table-synthesis__cell {
  display: table-cell;
  vertical-align: top;
  padding: 30px;
  padding: 3rem;
  border-top: 1px solid #d4d4d4; }

.c-table-synthesis__cell--heading {
  color: #1a2e45; }

@media (max-width: 48em) {
  .c-table-synthesis,
  .c-table-synthesis__line,
  .c-table-synthesis__cell {
    display: block; }
  .c-table-synthesis__line {
    padding-top: 3rem; }
  .c-table-synthesis__cell {
    padding: 0;
    border: none; } }

.c-table--full-width {
  width: 100%; }

.c-table__cell--full {
  width: 100%; }

.c-table__cell--half {
  width: 50%; }

.c-timeline__block {
  margin: 60px 0;
  margin: 6rem 0; }

.c-timeline__block:first-child {
  margin-top: 0; }

.c-timeline__block:last-child {
  margin-bottom: 0; }

.c-timeline__marker {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  text-align: center; }

.c-timeline__marker-icon {
  padding: 20px;
  padding: 2rem;
  font-size: 45px;
  font-size: 4.5rem;
  background-color: #009de0;
  color: #ffffff;
  border-radius: 5rem; }

.c-timeline__content {
  background-color: transparent;
  vertical-align: middle; }

.c-timeline__content-title {
  margin-top: 0; }

.c-timeline__content-text {
  font-size: 18px;
  font-size: 1.8rem; }

.c-timeline__container {
  margin-top: 40px;
  margin-top: 4rem; }

@media (min-width: 48em) {
  .c-timeline__container {
    position: relative;
    margin: 4rem 5rem; }
  .c-timeline__container::before {
    /* this is the timeline vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 41px;
    height: 100%;
    width: 1px;
    background: #e9eff3; }
  .c-timeline__block {
    position: relative;
    display: table; }
  .c-timeline__marker {
    margin: 0;
    display: table-cell;
    vertical-align: middle; }
  .c-timeline__content {
    padding-left: 6rem;
    display: table-cell; } }

.c-breadcrumb-light__block {
  margin-bottom: 60px;
  margin-bottom: 6rem; }

.c-breadcrumb-light__block:first-child {
  margin-top: 0; }

.c-breadcrumb-light__marker {
  background-color: transparent;
  float: left;
  position: relative; }

.c-breadcrumb-light__marker--center {
  float: none;
  text-align: center; }

.c-breadcrumb-light__marker-icon {
  font-size: 63px;
  font-size: 6.3rem;
  color: #444444;
  background-color: #ffffff;
  padding: 0 20px 20px 20px;
  padding: 0 2rem 2rem 2rem;
  margin-top: -5px;
  margin-top: -0.5rem; }

.c-breadcrumb-light__content {
  background-color: transparent;
  word-wrap: normal; }

.c-breadcrumb-light__content-text {
  font-size: 18px;
  font-size: 1.8rem; }

.c-breadcrumb-light__content-text--muted {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 13px;
  margin-top: 1.3rem;
  color: #999a9a; }

.c-breadcrumb-light__content-text,
.c-breadcrumb-light__content-title {
  display: inline-block;
  width: 60%; }

.c-breadcrumb-light__content-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.8rem; }

.c-breadcrumb-light__content-text--full,
.c-breadcrumb-light__content-title--full {
  width: 100%; }

.c-breadcrumb-light__content-title--full {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.c-breadcrumb-light__content-text--full {
  font-size: 14px;
  font-size: 1.4rem; }

/* tablet */
@media (min-width: 48em) {
  .c-breadcrumb-light__container {
    text-align: center; }
  .c-breadcrumb-light__block {
    margin-bottom: 4rem; }
  .c-breadcrumb-light__block-20,
  .c-breadcrumb-light__block-25 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 1rem;
    text-align: left; }
  .c-breadcrumb-light__block-20 {
    width: 20%; }
  .c-breadcrumb-light__block-25 {
    width: 25%; }
  .c-breadcrumb-light__marker {
    float: none;
    margin: 0;
    text-align: center; }
  .c-breadcrumb-light__block:not(:last-child) .c-breadcrumb-light__marker:after {
    content: '';
    position: absolute;
    top: 50%;
    background: url("/bundles/boursoramaui/images/subscription/dotted_grey.png") repeat-x;
    height: 1px;
    width: 100%;
    z-index: -1; }
  .c-breadcrumb-light__marker-icon {
    padding: 1rem; }
  .c-breadcrumb-light__content-text,
  .c-breadcrumb-light__content-title {
    width: 100%; }
  .c-breadcrumb-light__content-title {
    margin-bottom: 2rem; } }

/* desktop */
@media (min-width: 62em) {
  .c-breadcrumb-light__marker-icon {
    padding: 2rem;
    font-size: 9rem; }
  .c-breadcrumb-light__block-20 {
    padding: 0 3.5rem; }
  .c-breadcrumb-light__header,
  .c-breadcrumb-light__block-25 {
    padding: 0 2.5rem; } }

.c-content-step {
  position: relative;
  margin-top: 40px;
  margin-top: 4rem; }
  .c-content-step:before, .c-content-step:after {
    content: " ";
    display: table; }
  .c-content-step:after {
    clear: both; }

.c-content-step__aside {
  padding: 20px 0;
  padding: 2rem 0;
  border-top: 1px solid #d20073; }

.c-content-step__content {
  padding: 30px 0;
  padding: 3rem 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #444444;
  border-top: 1px solid #d4d4d4; }
  @media (min-width: 48em) {
    .c-content-step__content {
      padding: 0 0 3rem 0; } }

.c-content-step__content--no-border {
  border: 0; }

.c-content-step__title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #d20073;
  font-weight: bold; }

.c-content-step__subtitle {
  display: block;
  margin-top: 10px;
  margin-top: 1rem;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 2rem; }

.c-content-step__icon {
  padding: 0;
  margin-right: 15px;
  margin-right: 1.5rem;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  color: #d20073; }

@media (min-width: 48em) {
  .c-content-step:before {
    width: 25%; }
  .c-content-step__aside {
    padding: 4rem 1.5rem 0 1.5rem; }
  .c-content-step__icon {
    margin: 0;
    font-size: 4rem; }
  .c-content-step__content {
    padding: 4rem 4rem 0 4rem; } }

.c-heading--bold {
  font-weight: bold; }

.c-heading--blue2 {
  color: #006fb7; }

.c-heading--uppercase {
  text-transform: uppercase; }

.c-heading--subscription {
  color: #d20073;
  text-transform: uppercase; }

.c-page-background-customer {
  background-color: #f8fafd; }

.c-title {
  color: #7e899a;
  margin: 20px 0;
  margin: 2rem 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 40px;
  line-height: 4rem; }

@media (max-width: 47.9375em) {
  .c-title {
    padding: 0 2rem; } }

.c-title--white {
  color: #ffffff; }

.c-title--left-border:before {
  content: "";
  border-left: 20px solid #d20073;
  height: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 9px; }

.c-title--margin-bottom {
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0; }

.c-block {
  position: relative;
  background-color: #ffffff;
  color: #3c3c3c;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  padding: 10px;
  padding: 1rem;
  border: 1px solid #c7d2e0;
  border-radius: .5rem; }
  @media (min-width: 48em) {
    .c-block {
      margin: 0 0 3rem;
      padding: 3rem; } }

.c-block--inline {
  margin: 10px;
  margin: 1rem; }

@media (min-width: 48em) {
  .c-block--small {
    margin: 0 0 1.5rem;
    padding: 1.5rem; } }

.c-block--borderless {
  border: 0;
  border-radius: 0; }

.c-block--margin-top {
  margin-top: 80px;
  margin-top: 8rem; }

.c-block--floated-area {
  padding-top: 30px;
  padding-top: 3rem; }

.c-block__top-floating-title {
  position: absolute;
  top: -27px;
  top: -2.7rem;
  background-color: #d20073;
  color: #ffffff;
  padding: 9px;
  padding: 0.9rem; }

.c-block__floated-asset {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.c-block__title {
  margin-top: 0; }

.c-block__title--primary {
  color: #d20073; }

.c-block__accent-text {
  border: 1px solid #d20073;
  color: #d20073;
  padding: 0 5px;
  font-weight: bold; }

.c-block__title--with-borders:after, .c-block__title--with-borders:before {
  content: "";
  border-left: 20px solid #d20073;
  display: inline-block;
  height: 1px;
  position: relative;
  bottom: 5px; }

.c-block__title--with-borders:after {
  margin-left: 5px; }

.c-block__title--with-borders:before {
  margin-right: 5px; }

.c-block--callout {
  border-left: 3px solid #d20073;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.c-block--info {
  background-color: #dae5f2; }

.c-block--light {
  background-color: #f9fafe;
  border-color: #e5e8f0; }

.c-block--blue-dark {
  background-color: #1a2e45; }

.c-block__content-full {
  margin-left: -10px;
  margin-left: -1rem;
  margin-right: -10px;
  margin-right: -1rem;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem; }
  @media (min-width: 48em) {
    .c-block__content-full {
      margin-left: -3rem;
      margin-right: -3rem;
      padding-left: 3rem;
      padding-right: 3rem; } }
  .c-block__content-full.c-block__content-full--no-padding {
    padding-left: 0;
    padding-right: 0; }

@media (max-width: 47.9375em) {
  .c-block--fit\@xs-max {
    border: 0 none;
    border-radius: 0;
    padding-top: 0; } }

@media (min-width: 48em) {
  .c-block--floated-area {
    padding-bottom: 10rem; }
  .c-block__floated-asset {
    position: relative;
    margin-top: -13rem;
    float: right; }
  .c-block__button-floating-bottom {
    position: absolute;
    bottom: 3rem; }
  .c-block__paragraph-right-space {
    margin-right: 22rem; } }

.c-confirmation {
  text-align: center; }

.c-confirmation__buddy {
  width: 230px;
  width: 23rem;
  margin: 10px auto;
  margin: 1rem auto; }

.c-confirmation__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700; }

.c-confirmation__summary-table {
  width: 100%;
  margin: 20px auto 40px auto;
  margin: 2rem auto 4rem auto; }
  @media (min-width: 48em) {
    .c-confirmation__summary-table {
      width: 53rem; } }

.c-confirmation__panel {
  text-align: left;
  margin: 50px auto;
  margin: 5rem auto;
  width: 100%; }
  @media (min-width: 48em) {
    .c-confirmation__panel {
      width: 56.5rem; } }

.c-confirmation__body {
  margin-top: 40px;
  margin-top: 4rem; }

.c-confirmation__footer-text {
  font-weight: 700;
  margin-top: 40px;
  margin-top: 4rem;
  line-height: 25px;
  line-height: 2.5rem; }

.c-confirmation__section-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.c-confirmation__separator {
  margin: 40px 50px;
  margin: 4rem 5rem;
  height: 1px;
  border: 0;
  background-color: #d4d4d4; }

.c-confirmation__alert {
  text-align: left; }

@media (min-width: 48em) {
  .c-confirmation__action-wrapper {
    margin: auto 3rem; }
  .c-confirmation__alert {
    margin: 0 auto; } }

@media (min-width: 62em) {
  .c-confirmation__alert {
    width: 73rem; } }

.c-autocomplete--holder {
  position: relative; }

.c-autocomplete--dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: inherit;
  margin-top: -6px;
  background-color: #ffffff; }

.c-autocomplete--searching {
  color: #acacac;
  font-size: 14px; }

.c-autocomplete--description {
  font-size: 14px; }

.c-autocomplete--row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both; }

.c-autocomplete--row-selected {
  background-color: lightblue;
  color: #ffffff; }

.c-confirmation-prospect {
  margin-top: 40px;
  margin-top: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.c-confirmation-prospect__header-img {
  width: 100px;
  width: 10rem;
  margin-right: 10px;
  margin-right: 1rem; }

@media (min-width: 48em) {
  .c-confirmation-prospect__header-img {
    margin-right: 3rem;
    width: 17rem; }
  .c-confirmation-prospect__cta-area {
    margin: 0 auto;
    width: 77rem; } }

@media (min-width: 62em) {
  .c-confirmation-prospect__header {
    padding-left: 10rem;
    padding-right: 10rem; }
  .c-confirmation-prospect__header-img {
    width: auto;
    margin-right: 9rem; }
  .c-confirmation-prospect__headline {
    margin-bottom: 3rem; } }

.c-data-row__item {
  font-weight: 700 !important; }

.c-data-row__item-title {
  float: left; }

.c-data-row__item-sub-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300 !important; }

.c-data-row__item-value {
  float: right; }

/* tablet & desktop */
@media (min-width: 48em) {
  .c-data-row__item-title,
  .c-data-row__item-value {
    float: none; } }

.c-landing-title {
  position: relative;
  padding-left: 80px;
  padding-left: 8rem;
  font-size: 2.222em;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  line-height: 50px;
  line-height: 5rem; }
  @media (max-width: 61.9375em) {
    .c-landing-title {
      padding-left: 5rem;
      margin: 0 0 2rem;
      font-size: 1.6em;
      line-height: 1.4em; } }
  .c-landing-title:after {
    content: '';
    background-color: #d20073;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    height: 0.1rem;
    width: 54px;
    width: 5.4rem;
    margin: 23px 0;
    margin: 2.3rem 0; }
    @media (max-width: 62em) {
      .c-landing-title:after {
        width: 3.2rem;
        margin: 2.4rem 0; } }

.c-landing-title--dark {
  color: #444; }
  .c-landing-title--dark:after {
    background-color: #444; }

.c-landing {
  padding: 0; }

@media (min-width: 75em) {
  .c-landing__main {
    width: calc(100% - 63rem); } }

.c-landing__content--indent {
  padding: 0; }
  @media (min-width: 62em) {
    .c-landing__content--indent {
      padding-left: 8rem; } }

.c-landing__content {
  line-height: 1.7; }

.c-landing__container {
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  padding: 0 10px;
  padding: 0 1rem; }
  @media (min-width: 62em) {
    .c-landing__container {
      margin: 5rem 0 0 0;
      padding-left: 2rem; } }

.c-landing__container--bg-image {
  background: url(/static/i/subscription/landing/parrainage/offer_clear_desktop.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 50px 50px 90px 20px;
  padding: 5rem 5rem 9rem 2rem; }

.c-landing__container--tab {
  background-color: #f5f8fd;
  padding: 50px 50px 50px 20px;
  padding: 5rem 5rem 5rem 2rem; }

.c-landing__list-time {
  margin: 40px 0 0 0;
  margin: 4rem 0 0 0; }

.c-landing__item-time {
  border-bottom: 1px solid #d1dce8;
  border-bottom: 0.1rem solid #d1dce8;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  line-height: 30px;
  line-height: 3rem; }

.c-checklist__item {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.c-checklist__child-multiline {
  display: inline-block;
  width: 95%;
  vertical-align: top; }

.c-checklist__item-icon {
  display: inline-block;
  width: 3%;
  font-size: 0.7em; }
  @media (min-width: 48em) {
    .c-checklist__item-icon {
      font-size: inherit; } }

.c-sidebar {
  max-width: none;
  overflow-x: hidden;
  background-color: #f8fafd;
  border: 1px solid #e9eff3;
  border: 0.1rem solid #e9eff3;
  padding: 10px;
  padding: 1rem;
  float: left;
  margin-left: 0; }
  @media (min-width: 75em) {
    .c-sidebar {
      max-width: 60rem;
      margin-left: 3rem;
      padding: 4rem; } }

.c-sidebar__title {
  font-size: 31px;
  font-size: 3.1rem;
  color: #06389b;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.c-sidebar__title--small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 40px 0 30px;
  margin: 4rem 0 3rem; }

.c-sidebar__header {
  text-align: center;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  border-bottom: 1px solid #d4d4d4;
  border-bottom: 0.1rem solid #d4d4d4; }

.c-sidebar__input-landing-form {
  background-color: #ffffff;
  padding: 30px 35px;
  padding: 3rem 3.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  border: 1px solid #e9eff3;
  border: 0.1rem solid #e9eff3; }

.c-sidebar__landing-form-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 1em; }
  @media (min-width: 62em) {
    .c-sidebar__landing-form-title {
      font-size: 1.2em; } }

/* Form unvailable */
.c-sidebar__error {
  color: #333333;
  background-color: #ffe8e8;
  padding: 20px;
  padding: 2rem;
  border: 1px solid #db0909;
  border: 0.1rem solid #db0909;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 0.8em;
  float: left;
  margin-left: 30px;
  margin-left: 3rem;
  max-width: 600px;
  max-width: 60rem; }
  @media (max-width: 48em) {
    .c-sidebar__error {
      margin-left: 0; } }

.c-banner__image img {
  width: 100%; }

.c-banner__title {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 20px;
  margin: 3rem 0 2rem; }

.c-banner__subtitle {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 30px;
  margin: 0 0 3rem; }

.c-banner__insert {
  background: #1a2e45;
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 25px;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: normal; }
  @media (max-width: 62em) {
    .c-banner__insert {
      display: block;
      padding: 1rem; } }
  @media screen and (min-width: 75em) and (max-width: 1600px) {
    .c-banner__insert {
      display: block; } }

.c-banner__offer {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 48px;
  line-height: 4.8rem;
  color: #d20073;
  text-transform: uppercase;
  display: inline-block; }
  @media screen and (min-width: 75em) and (max-width: 1600px) {
    .c-banner__offer {
      width: 100%;
      float: none; } }
  @media (min-width: 75em) {
    .c-banner__offer {
      font-size: 5.4rem; } }

.c-banner__text {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0; }
  @media screen and (min-width: 75em) and (max-width: 1600px) {
    .c-banner__text {
      width: 100%;
      float: none; } }

.c-banner__offer-code {
  display: inline-block;
  background-color: #d20073;
  padding: 0 5px;
  padding: 0 0.5rem;
  border-radius: 4px; }

.c-banner__link-condition {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right; }
  @media screen and (min-width: 75em) and (max-width: 1600px) {
    .c-banner__link-condition {
      width: 100%;
      float: none;
      text-align: left;
      padding: 1rem 0 0; } }
  @media (max-width: 62em) {
    .c-banner__link-condition {
      text-align: left;
      padding: 1rem 0 0; } }

.c-banner__offer-plus {
  color: #d20073;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 15px;
  padding: 0 1.5rem; }

.c-banner__duo-col {
  color: #ffffff;
  padding: 30px 7%;
  padding: 3rem 7%; }
  @media (max-width: 48em) {
    .c-banner__duo-col {
      display: block;
      width: 100%; } }

.c-banner__col-heading-small {
  font-size: 30px;
  font-size: 3rem; }

.c-banner__subtitle-offer {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.5em;
  font-weight: 500;
  line-height: 18px;
  line-height: 1.8rem;
  color: #ffffff; }

.c-banner__offer--medium {
  font-size: 35px;
  font-size: 3.5rem; }

.c-banner__offer--line {
  border-top: 1px solid #47586a;
  border-top: 0.1rem solid #47586a;
  padding: 20px 0 0;
  padding: 2rem 0 0;
  margin-top: 13px; }

.c-banner__link-condition--left {
  text-align: left;
  margin-top: 10px;
  margin-top: 1rem; }

.c-banner__offer--superscript {
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: top;
  top: 10px;
  top: 1rem; }

.c-banner__offer--sup {
  font-size: 34px;
  font-size: 3.4rem;
  top: -8px;
  line-height: normal;
  vertical-align: top; }

.c-banner__sup--small {
  font-weight: normal;
  font-size: 13px;
  top: -42px;
  top: -4.2rem; }

.c-banner__offer--semitransparent {
  opacity: 0.8; }

.c-banner__paragraph--small {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 20px;
  margin-top: 2rem; }

.c-banner__offer-duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (max-width: 48em) {
    .c-banner__offer-duo {
      display: block;
      width: 100%; } }

.c-banner__mention {
  margin-top: 10px;
  margin-top: 1rem; }

.c-banner__col--bkg-blue {
  background: #06389b; }

.c-banner__col--bkg-blue2 {
  background: #006fb7; }

.c-banner__col-heading {
  font-size: 60px;
  font-size: 6rem; }

.c-banner__subtitle-offer--small {
  font-size: 24px; }

.c-banner__offer--full {
  display: block; }

.c-landing-logo {
  text-align: center; }

.c-landing-logo--catchword {
  background: url("/static/i/subscription/landing/logo.svg") no-repeat center center;
  width: 60%;
  height: 96px;
  height: 9.6rem;
  display: inline-block;
  margin: 35px 0;
  margin: 3.5rem 0;
  text-indent: -99990px;
  text-indent: -9999rem; }
  @media (min-width: 62em) {
    .c-landing-logo--catchword {
      width: 28rem; } }

.c-landing-logo--uber {
  height: auto;
  position: relative;
  top: 35px;
  top: 3.5rem;
  padding-right: 20px;
  padding-right: 2rem;
  border-right: 1px solid lightgrey;
  border-right: 0.1rem solid lightgrey;
  margin-right: 20px;
  margin-right: 2rem; }
  @media (max-width: 47.9375em) {
    .c-landing-logo--uber {
      padding-right: 0;
      border-right: none;
      display: block;
      margin: 0 auto 1rem;
      border-bottom: 0.1rem solid lightgrey;
      padding-bottom: 2rem; } }

.c-landing-logo--frozen {
  background: url("/static/i/subscription/landing/logo-frozen.svg") no-repeat center center; }

.c-bullet-plus {
  position: absolute;
  background-color: #d20073;
  height: 50px;
  height: 5rem;
  width: 50px;
  width: 5rem;
  left: calc(50% - 2.5rem);
  bottom: -25px;
  bottom: -2.5rem;
  border-radius: 50%;
  z-index: 1; }
  @media (min-width: 48em) {
    .c-bullet-plus {
      left: auto;
      bottom: auto;
      top: calc(50% - 2.5rem);
      right: -2.5rem; } }

.c-bullet-plus:before {
  position: absolute;
  content: '';
  top: 14px;
  top: 1.4rem;
  left: 22px;
  left: 2.2rem;
  background-color: #ffffff;
  width: 5px;
  width: 0.5rem;
  height: 21px;
  height: 2.1rem; }

.c-bullet-plus:after {
  position: absolute;
  content: '';
  top: 22px;
  top: 2.2rem;
  left: 14px;
  left: 1.4rem;
  background-color: #ffffff;
  height: 5px;
  height: 0.5rem;
  width: 21px;
  width: 2.1rem; }

.c-deploy__icon {
  color: #df137a;
  transition: all 0.1s ease-out; }
  .o-accordion-trigger:checked ~ .c-deploy__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.c-deploy__link {
  color: #006fb7;
  font-weight: 600; }

.t-c-background {
  background: url("/bundles/boursoramaui/images/subscription/landing-bg.jpg") no-repeat center fixed;
  background-size: cover;
  /* version standardisée */ }

.c-background-mortgage {
  background: url("/bundles/boursoramaui/images/subscription/mortgage/landing-bg.jpg") no-repeat center fixed; }

.clearfix:before, .c-data-row__item:before, .clearfix:after, .c-data-row__item:after {
  content: " ";
  display: table; }

.clearfix:after, .c-data-row__item:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

[data-fixedsticky] {
  top: 0;
  right: 0;
  left: 0;
  z-index: 10; }

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static; }

.fixedsticky-withoutfixedfixed .is-sticky,
.fixed-supported .is-sticky {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.is-sticky + .fixedsticky-dummy {
  display: block; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 47.9375em) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 47.9375em) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 47.9375em) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 47.9375em) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 62em) and (max-width: 74.9375em) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 62em) and (max-width: 74.9375em) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 62em) and (max-width: 74.9375em) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 62em) and (max-width: 74.9375em) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 75em) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 75em) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 75em) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 75em) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 47.9375em) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 62em) and (max-width: 74.9375em) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.touch-device {
  cursor: pointer; }

.u-nopadding {
  padding: 0 !important; }

.u-nopadding-top {
  padding-top: 0 !important; }

.u-nopadding-right {
  padding-right: 0 !important; }

.u-nopadding-bottom {
  padding-bottom: 0 !important; }

.u-nopadding-left {
  padding-left: 0 !important; }

@media (max-width: 47.9375em) {
  .u-nopadding\@xs-max {
    padding: 0 !important; }
  .u-nopadding-top\@xs-max {
    padding-top: 0 !important; }
  .u-nopadding-right\@xs-max {
    padding-right: 0 !important; }
  .u-nopadding-bottom\@xs-max {
    padding-bottom: 0 !important; }
  .u-nopadding-left\@xs-max {
    padding-left: 0 !important; } }

.u-nomargin {
  margin: 0 !important; }

.u-nomargin-top {
  margin-top: 0 !important; }

.u-nomargin-right {
  margin-right: 0 !important; }

.u-nomargin-bottom {
  margin-bottom: 0 !important; }

.u-nomargin-left {
  margin-left: 0 !important; }

@media (max-width: 47.9375em) {
  .u-nomargin\@xs-max {
    margin: 0 !important; }
  .u-nomargin-top\@xs-max {
    margin-top: 0 !important; }
  .u-nomargin-right\@xs-max {
    margin-right: 0 !important; }
  .u-nomargin-bottom\@xs-max {
    margin-bottom: 0 !important; }
  .u-nomargin-left\@xs-max {
    margin-left: 0 !important; } }

@media (min-width: 30em) {
  .u-display-flex\@xs-min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.u-padding {
  padding: 20px;
  padding: 2rem; }

.u-padding-5-0 {
  padding: 5px 0; }

.u-padding-left--2rem {
  padding-left: 20px;
  padding-left: 2rem; }

.u-padding-right--2rem {
  padding-right: 20px;
  padding-right: 2rem; }

.u-visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-nooverflow {
  overflow: hidden;
  max-width: 100% !important; }

.u-demo-icon-container {
  padding: 15px 0; }

.u-oneline\@md-max {
  display: block !important; }
  @media (max-width: 74.9375em) {
    .u-oneline\@md-max {
      display: inline-block !important; } }

.u-vertical-align-middle {
  vertical-align: middle;
  -ms-flex-item-align: center;
      align-self: center; }

.u-block-width {
  display: block !important;
  width: 100% !important; }

.u-margin-top-medium {
  margin-top: 30px !important;
  margin-top: 3rem !important; }

.u-gutter-large {
  padding-top: 30px !important; }

.u-boldLink {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 18px !important; }

.u-emphasis {
  color: #d20073 !important;
  font-size: 1.000em !important;
  font-weight: 700 !important;
  line-height: 18px !important; }

.u-text-center {
  text-align: center !important; }

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

.u-text-white {
  color: #ffffff !important; }

.u-text-pink {
  color: #d20073 !important; }

.u-text-error {
  color: #db0909 !important; }

.u-text-muted {
  line-height: 20px !important;
  line-height: 2rem !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  color: #999a9a !important; }

.u-text-muted--small {
  font-size: 12px;
  font-size: 1.2rem; }

.u-text--color-default {
  color: #3c3c3c !important; }

.u-text--color-primary {
  color: #d20073 !important; }

.u-text--color-secondary {
  color: #06389b !important; }

.u-text--color-light-blue {
  color: #009de0 !important; }

.u-text--color-light-blue-bg2 {
  color: #23bbea !important; }

.u-text--size-xs {
  font-size: 10px !important;
  font-size: 1rem !important; }

.u-text--size-s {
  font-size: 12px;
  font-size: 1.2rem; }

.u-text--size-sm {
  font-size: 16px !important;
  font-size: 1.6rem !important; }
  .u-text--size-sm > .icon {
    font-size: 13px !important;
    font-size: 1.3rem !important; }

.u-underline {
  text-decoration: underline !important; }

.u-text--color-blue-light {
  color: #009de0 !important; }

.u-text--size-md {
  font-size: 20px !important;
  font-size: 2rem !important; }

.u-text--size-lg {
  font-size: 25px !important;
  font-size: 2.5rem !important; }

.u-text--size-xl {
  font-size: 30px !important;
  font-size: 3rem !important; }

.u-text--italic {
  font-style: italic !important; }

.u-text--light {
  font-weight: 300 !important; }

.u-text--regular {
  font-weight: 400 !important; }

.u-text--medium {
  font-weight: 500 !important; }

.u-text--bold {
  font-weight: 700 !important; }

.u-text--bolder {
  font-weight: 900 !important; }

.u-text-positive {
  color: #81c419; }

.u-text-negative {
  color: #e50000; }

.u-text-uppercase {
  text-transform: uppercase !important; }

.u-background--color-primary {
  background-color: #d20073; }

.u-background--color-secondary {
  background-color: #06389b; }

.u-background--color-blue_light {
  background-color: #009de0; }

.u-background--color-blue2 {
  background-color: #006fb7; }

.u-background--color-blue_light_b2 {
  background-color: #23bbea; }

.u-background--color-grey {
  background-color: #f5f8fd; }

.u-border-dotted {
  border: 1px dotted #d4d4d4; }

.u-border-dashed {
  border: 1px dashed #d4d4d4; }

.s-hidden-autofocus {
  height: 0 !important;
  overflow: hidden !important;
  width: 0 !important; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  font-family: "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.container .container {
  max-width: 100%; }
