/*=================================
=              Mixins             =
=================================*/
/**
*
* Ir
*   Replace content with a background-image
*
**/
/**
*
* Invisible
*   Hide visually and from screen readers, but maintain layout
*
**/
/**
*
* Visuallyhidden
*   Hide only visually, but have it available for screen readers
*
**/
/**
*
* Clearfix
*   Contain floats
*
**/
/**
*
* Hiddenfocus
*   Extends the visuallyhidden mixin to allow the element to be focusable
*
**/
/**
*
* Emify
*   Transform px unit into em
* defaults:
*   base: 16
* usage:
*   emify(unit)
*   emify(unit, base)
* examples:
*   emify(16px) = 1em
*   emify(16px, 10px) = 1.600em
*
**/
/**
*
* CalculateRem
*   Mixin to use REM font-size and line-height with PX fallback
* usage: @include font-size(13);
*   @include font-size(13px);
*
**/
/**
*
* Animation
*    Create cross-browser animation
* defaults:
*    timing: ease
* usage:
*    animation(delay, duration, animation, timing)
* examples:
*    animation(10s, 5s, changecolour)
*
**/
/**
*
* Gradient
*    Create cross-browser gradient
* usage:
*    gradient(start, end)
* examples:
*    gradient(#fff, #000)
*
**/
/**
*
* Transform
*
**/
/**
*
* Placeholder
*
**/
/**
*
* Respond-to
*    Add a media query
* usage:
*    respond-to(width)
* examples:
*    respond-to(mobile)
*
**/
/**
*
* Retina-sprite
*
**/
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 * 
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 * 
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
*
* Strip units
*
**/
/**
*
* Remove px
*
**/
/**
*
* Grid
*
**/
/**
*
* Old mixins
*
**/
.show-tablet-phone {
  display: none; }
  @media (max-width: 991px) {
    .show-tablet-phone {
      display: block; } }

.hide-tablet-phone {
  display: block; }
  @media (max-width: 991px) {
    .hide-tablet-phone {
      display: none; } }

/*=================================
=            Variables            =
=================================*/
/**
*
* Media queries
*
**/
/**
*
* Images
*
**/
/**
*
* Colors
*
**/
/**
*
* Color assignation
*
**/
/*=============================
=            Fonts            =
=============================*/
/**
*
* Font family declaration
*
**/
/*=============================
=             Old             =
=============================*/
/**
*
* Old colors
*
**/
/**
*
* Old gradients
*
**/
/**
*
* Old borders
*
**/
.t_member-account {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
  .t_member-account a[href^="tel:"] {
    color: currentColor !important; }
  .t_member-account_center {
    margin: 0 auto; }
  @media (min-width: 750px) {
    .t_member-account {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .t_member-account_center {
        max-width: 1680px; } }
  .t_member-account_sidebar {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 15.625rem;
    margin-left: -1px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
    @media (max-width: 999px) {
      .t_member-account_sidebar {
        width: 4.6875rem; } }
    @media (max-width: 749px) {
      .t_member-account_sidebar {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #3d3d3d; }
        .t_member-account_sidebar:before {
          content: "";
          height: 16px;
          width: 100%;
          position: absolute;
          top: -16px;
          pointer-events: none;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.06)));
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%); } }
  .t_member-account_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .t_member-account_content--overflowhidden {
      overflow-x: hidden; }
  .t_member-account_page-width {
    max-width: 960px;
    margin: 0 auto; }
  .t_member-account_padding-page {
    padding: 50px 45px 100px; }
    @media (max-width: 749px) {
      .t_member-account_padding-page {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 50px; } }

.member-account-sidebar svg {
  pointer-events: none; }

@media (max-width: 749px) {
  .member-account-sidebar {
    margin: 0 auto;
    max-width: 500px;
    padding-left: 3%; } }

.member-account-sidebar .icon-thunder-wrapper svg {
  width: 12px;
  height: 13px; }

.member-account-sidebar .icon-espace-membre-wrapper svg {
  width: 25px;
  height: 26px; }

.member-account-sidebar .icon-vos-privileges-wrapper svg {
  width: 29px;
  height: 36px; }

.member-account-sidebar .icon-adhesion-wrapper svg {
  width: 30px;
  height: 21px; }

.member-account-sidebar .icon-pour-vos-assurances-wrapper svg {
  width: 32px;
  height: 29px; }

.member-account-sidebar .icon-assistance-routiere2-wrapper svg {
  width: 35px;
  height: 24px; }

.member-account-sidebar_my-account {
  text-align: center;
  padding: 0 20px 10px; }
  @media (min-width: 1000px) {
    .member-account-sidebar_my-account--renew {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 164, 217, 0)), to(rgba(125, 164, 217, 0.25)));
      background: linear-gradient(to bottom, rgba(125, 164, 217, 0) 0%, rgba(125, 164, 217, 0.25) 100%); } }
  @media (max-width: 999px) {
    .member-account-sidebar_my-account {
      padding: 0 5px 10px; } }
  @media (max-width: 749px) {
    .member-account-sidebar_my-account {
      float: left;
      width: 16%;
      text-align: center;
      padding: 0; } }
  .member-account-sidebar_my-account_link {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 1em 0;
    -webkit-transition: color 150ms;
    transition: color 150ms; }
    .member-account-sidebar_my-account_link:hover {
      color: #000; }
    @media (max-width: 999px) {
      .member-account-sidebar_my-account_link {
        font-size: 0.625rem;
        line-height: 1.2;
        padding: 7px 0 0; }
        .member-account-sidebar_my-account_link img {
          width: 35px;
          height: auto;
          -webkit-transform: rotate(-4deg);
                  transform: rotate(-4deg);
          -webkit-box-shadow: 0 0 12px 0 rgba(128, 128, 128, 0.5);
                  box-shadow: 0 0 12px 0 rgba(128, 128, 128, 0.5); }
        .member-account-sidebar_my-account_link span {
          display: block;
          margin-top: 5px; } }
    @media (max-width: 999px) and (max-width: 749px) {
      .member-account-sidebar_my-account_link span {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0; } }
    @media (max-width: 749px) {
      .member-account-sidebar_my-account_link {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 48px;
        display: block;
        position: relative; }
        .member-account-sidebar_my-account_link img {
          width: 30px;
          top: 50%;
          left: 50%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%) rotate(-4deg);
                  transform: translate(-50%, -50%) rotate(-4deg); }
        .member-account-sidebar_my-account_link span {
          position: absolute;
          overflow: hidden;
          clip: rect(0 0 0 0);
          width: 1px;
          height: 1px;
          margin: -1px;
          padding: 0;
          border: 0; } }
  .member-account-sidebar_my-account_card img {
    width: 75px;
    height: auto;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    -webkit-box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
            box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24); }
  .member-account-sidebar_my-account_card p {
    margin: 0.5em 0 1.3em;
    font-size: 0.875rem;
    line-height: 1.2; }
    .member-account-sidebar_my-account_card p strong {
      font-weight: 700; }
    .member-account-sidebar_my-account_card p em {
      display: block;
      font-size: 0.75rem; }
  .member-account-sidebar_my-account_card_renew {
    display: block;
    margin-top: 0.3em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #e81a2e; }
  .member-account-sidebar_my-account_step-up {
    position: relative;
    z-index: 0; }
    .member-account-sidebar_my-account_step-up:after {
      content: "";
      background: #fff;
      border-top: 1px solid #e5e5e5;
      position: absolute;
      top: 50%;
      left: -20px;
      right: -20px;
      bottom: -11px;
      z-index: -1; }
      @media (max-width: 999px) {
        .member-account-sidebar_my-account_step-up:after {
          left: -5px;
          right: -5px; } }
    .member-account-sidebar_my-account_step-up_btn {
      display: block;
      margin: 0 auto;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      background: #009fe1;
      -webkit-box-shadow: 0 0 16px 0 rgba(128, 128, 128, 0.32);
              box-shadow: 0 0 16px 0 rgba(128, 128, 128, 0.32); }
      .member-account-sidebar_my-account_step-up_btn:hover {
        background: #00609f; }
      .member-account-sidebar_my-account_step-up_btn .icon-wrapper {
        width: 12px;
        height: 13px;
        display: inline-block;
        margin-top: 4px; }
      .member-account-sidebar_my-account_step-up_btn svg {
        fill: #fff; }

.member-account-sidebar_title_block {
  padding-bottom: 0; }
  @media (max-width: 749px) {
    .member-account-sidebar_title_block {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0; } }

.member-account-sidebar_card_block {
  margin: 10px 0 60px; }
  @media (max-width: 999px) {
    .member-account-sidebar_card_block {
      margin: 0 0 30px; } }
  @media (max-width: 749px) {
    .member-account-sidebar_card_block {
      margin: 0; } }

.member-account-sidebar_menu {
  font-size: 0.875rem;
  font-weight: 600; }
  .member-account-sidebar_menu ul,
  .member-account-sidebar_menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit; }
  .member-account-sidebar_menu_item a {
    color: #009fe1;
    display: block;
    -webkit-transition: color 150ms;
    transition: color 150ms; }
    .member-account-sidebar_menu_item a svg {
      fill: #009fe1;
      -webkit-transition: fill 150ms;
      transition: fill 150ms; }
    .member-account-sidebar_menu_item a:hover, .member-account-sidebar_menu_item a.is-active {
      color: #000; }
      .member-account-sidebar_menu_item a:hover svg, .member-account-sidebar_menu_item a.is-active svg {
        fill: #000; }
    [data-state="keyboard"] .member-account-sidebar_menu_item a:focus {
      z-index: 1;
      position: relative; }
  @media (min-width: 1000px) {
    .member-account-sidebar_menu_item a {
      padding: 0 30px 0 15px; }
    .member-account-sidebar_menu_item .icon-wrapper {
      height: 55px;
      width: 55px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
      .member-account-sidebar_menu_item .icon-wrapper.icon-dash-wrapper {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px); }
    .member-account-sidebar_menu_item_label {
      height: 64px;
      display: table-cell;
      vertical-align: middle; } }
  @media (max-width: 999px) {
    .member-account-sidebar_menu {
      font-size: 0.625rem; }
      .member-account-sidebar_menu_item {
        text-align: center; }
        .member-account-sidebar_menu_item a {
          padding: 12px 5px; }
        .member-account-sidebar_menu_item_label {
          display: block;
          line-height: 1.2; } }
  @media (max-width: 749px) {
    .member-account-sidebar_menu_item {
      float: left;
      width: 16%;
      text-align: center; }
      .member-account-sidebar_menu_item a {
        height: 48px;
        position: relative;
        padding: 0; }
        .member-account-sidebar_menu_item a svg {
          fill: #fff; }
        .member-account-sidebar_menu_item a:hover svg {
          fill: #009fe1; }
        .member-account-sidebar_menu_item a .icon-wrapper {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          margin-top: 3px; }
        .member-account-sidebar_menu_item a .icon-espace-membre-wrapper svg {
          width: 18px;
          height: 18px; }
        .member-account-sidebar_menu_item a .icon-vos-privileges-wrapper svg {
          width: 18px;
          height: 23px; }
        .member-account-sidebar_menu_item a .icon-adhesion-wrapper svg {
          width: 20px;
          height: 14px; }
        .member-account-sidebar_menu_item a .icon-pour-vos-assurances-wrapper svg {
          width: 20px;
          height: 18px; }
        .member-account-sidebar_menu_item a .icon-assistance-routiere2-wrapper svg {
          width: 27px;
          height: 18px; }
      .member-account-sidebar_menu_item_label {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0; } }

.member-account_header--is-firsttime .member-account_header {
  display: none; }

.member-account_header_fidelity_bg {
  color: #fff;
  background-image: linear-gradient(157deg, #0673b6, #102e91);
  background-size: cover;
  padding: 56px 25px 100px; }
  .member-account_header_fidelity_bg p {
    color: inherit; }
  .member-account_header_fidelity_bg .t_member-account_page-width {
    max-width: 1000px; }

.member-account_header-page {
  padding: 15px 40px 60px;
  background: linear-gradient(160deg, #0178bd 0%, #102e91 96%); }
  .member-account_header-page_top {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    width: 100%; }
    .member-account_header-page_top_link-wrap {
      width: 100%;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      text-align: center; }
    .member-account_header-page_top_link {
      -webkit-transition: opacity 150ms;
      transition: opacity 150ms;
      line-height: 1;
      font-size: 0.75rem;
      color: #fff;
      opacity: 0.6;
      max-width: 100%;
      text-align: left;
      display: inline-block;
      padding-left: 12px;
      position: relative; }
      .member-account_header-page_top_link .icon-wrapper {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .member-account_header-page_top_link svg {
        width: 6px;
        height: 8px;
        fill: #fff; }
      .member-account_header-page_top_link:hover, .member-account_header-page_top_link:focus {
        color: #fff;
        opacity: 1; }
  .member-account_header-page--with-overlay {
    padding-bottom: 140px; }
  .member-account_header-page--nobg {
    background: none; }
  @media (max-width: 749px) {
    .member-account_header-page {
      padding: 0 0 40px; }
      .member-account_header-page_top {
        min-height: 40px; }
      .member-account_header-page--with-overlay {
        padding-bottom: 90px; } }

.is-transitionning {
  position: relative; }
  .is-transitionning .transition-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.member-account_header-page_title {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0; }
  .member-account_header-page_title + div {
    margin-top: 45px; }
  @media (max-width: 749px) {
    .member-account_header-page_title {
      font-size: 1.5rem; } }

.member-account_header_welcome_title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 56px; }
  @media (max-width: 749px) {
    .member-account_header_welcome_title {
      font-size: 1.5rem; } }

.member-account_header_renew {
  margin: 15px auto 60px;
  padding: 0 15px; }
  .member-account_header_renew_title {
    padding: 0 15px 20px;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #afcaee;
    font-weight: 600;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 749px) {
      .member-account_header_renew_title {
        font-size: 1rem; } }
  .member-account_header_renew_header {
    background: rgba(0, 0, 0, 0.4);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 25px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #afcaee; }
    @media (max-width: 499px) {
      .member-account_header_renew_header {
        padding: 10px 15px; } }
    .member-account_header_renew_header svg {
      fill: #7da4d9;
      width: 20px;
      height: 20px; }
    .member-account_header_renew_header_icon {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      padding-right: 10px;
      line-height: 0.5; }
    .member-account_header_renew_header_label {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
    .member-account_header_renew_header_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 499px) {
        .member-account_header_renew_header_wrapper {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  .member-account_header_renew_content {
    background: rgba(0, 0, 0, 0.24);
    padding: 20px 25px;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 499px) {
      .member-account_header_renew_content {
        font-size: 1rem;
        padding: 13px 15px; } }
    .member-account_header_renew_content_right, .member-account_header_renew_content_left {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: block; }
    .member-account_header_renew_content_right {
      text-align: right;
      padding-left: 20px; }
    .member-account_header_renew_content_note {
      font-size: 0.875rem;
      font-weight: 400;
      display: block; }
      .member-account_header_renew_content_left .member-account_header_renew_content_note {
        font-weight: 600; }
  .member-account_header_renew_footer {
    border-top: 1px solid #00609f;
    background: rgba(0, 0, 0, 0.24);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px 25px;
    color: #afcaee;
    font-size: 0.875rem;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 499px) {
      .member-account_header_renew_footer {
        padding: 10px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .member-account_header_renew_footer_link {
      text-decoration: underline;
      -webkit-transition: color 150ms;
      transition: color 150ms; }
      .member-account_header_renew_footer_link:hover, .member-account_header_renew_footer_link:focus {
        text-decoration: underline;
        color: #fff; }
    .member-account_header_renew_footer_right, .member-account_header_renew_footer_left {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: block; }
    .member-account_header_renew_footer_right {
      text-align: right;
      padding-left: 20px; }
      @media (max-width: 499px) {
        .member-account_header_renew_footer_right {
          padding: 10px 0 5px; } }
    @media (max-width: 499px) {
      .member-account_header_renew_footer_left {
        max-width: 100%; } }

.member-account_header_calculations {
  text-align: center;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 649px) {
    .member-account_header_calculations {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .member-account_header_calculations-title {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #afcaee;
    font-weight: 600;
    padding: 1.25rem 15px 10px;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto; }
    .member-account_header_welcome + .member-account_header_calculations-title {
      padding-top: 0;
      padding-bottom: 20px; }
    @media (max-width: 749px) {
      .member-account_header_calculations-title {
        font-size: 1rem;
        padding-bottom: 20px; } }
    .member-account_header_calculations-title + .member-account_header_calculations {
      padding-top: 0; }
  .member-account_header_calculations_part {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 800;
    white-space: nowrap;
    display: block; }
    .member-account_header_calculations_part_wrapper {
      display: inline-block; }
    @media (max-width: 999px) {
      .member-account_header_calculations_part {
        font-size: 2.5rem; } }
    @media (max-width: 649px) {
      .member-account_header_calculations_part {
        font-size: 2.25rem; }
        .member-account_header_calculations_part--hide-mobile {
          display: none; }
        .member-account_header_calculations_part--right {
          width: 100%; }
        .member-account_header_calculations_part--left {
          -webkit-flex-shrink: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
          font-size: 0.75rem;
          font-weight: 600; }
          .member-account_header_calculations_part--left .member-account_header_calculations_part_label {
            display: inline;
            color: #fff; } }
    .member-account_header_calculations_part--symbol {
      color: #7da4d9;
      font-weight: 300;
      padding: 0 .5em; }
      @media (max-width: 649px) {
        .member-account_header_calculations_part--symbol {
          font-size: 0.875rem;
          font-weight: 600;
          margin-left: 17px;
          line-height: 1.2;
          padding: 0 .7em; } }
    .member-account_header_calculations_part_label {
      font-size: 1.125rem;
      line-height: 1.2;
      color: #afcaee;
      font-weight: 600;
      display: block;
      margin-right: -17px; }
      @media (max-width: 649px) {
        .member-account_header_calculations_part_label {
          font-size: 0.75rem; } }
      .member-account_header_calculations_part_label .tooltip {
        margin: -7px 0 0; }
      .member-account_header_calculations_part_label .tooltip-content {
        white-space: normal; }
      .member-account_header_calculations_part_label .nojs-tooltip,
      .member-account_header_calculations_part_label .tooltip-trigger {
        background: url("../svg/originals/info.svg");
        width: 17px;
        height: 17px; }
  .member-account_header_calculations_details {
    text-align: center;
    padding: 50px 25px 30px;
    font-weight: 600;
    margin: 0; }
    @media (max-width: 999px) {
      .member-account_header_calculations_details {
        padding: 40px 15px; } }
    .member-account_header_calculations_details span {
      display: block;
      margin-top: 0.625rem; }
  .member-account_header_calculations_info {
    text-align: center;
    padding: 0 15%;
    font-weight: lighter;
    font-size: 0.875rem;
    color: #afcaee;
    margin: 0; }
    @media (max-width: 999px) {
      .member-account_header_calculations_info {
        padding: 0 15px; } }

.member-account_header_fidelity_places {
  text-align: center;
  margin: 0 25px 32px; }
  @media (max-width: 749px) {
    .member-account_header_fidelity_places {
      margin-left: 8px;
      margin-right: 8px; } }
  .member-account_header_fidelity_places_wrapper {
    text-align: center;
    padding: 0 20px;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 0; }
    @media (max-width: 749px) {
      .member-account_header_fidelity_places_wrapper {
        padding: 0 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; } }
    .member-account_header_fidelity_places_wrapper:after {
      display: none;
      content: "";
      position: absolute;
      -webkit-box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.24);
      height: 80px;
      left: 0;
      right: 0;
      top: 0;
      opacity: 0.5;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      z-index: -1; }
      @media (max-width: 749px) {
        .member-account_header_fidelity_places_wrapper:after {
          border-top-left-radius: 8px;
          border-top-right-radius: 8px; } }
  .member-account_header_fidelity_places_title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 32px 7px; }
    @media (max-width: 749px) {
      .member-account_header_fidelity_places_title {
        font-size: 0.875rem; } }
  .member-account_header_fidelity_places_list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px; }
    @media (max-width: 749px) {
      .member-account_header_fidelity_places_list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: -20px; } }
  .member-account_header_fidelity_places_item {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .member-account_header_fidelity_places_item > * {
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media (max-width: 749px) {
      .member-account_header_fidelity_places_item {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        padding-top: 20px; } }

.member-account_header_firsttime {
  background: url("../img/welcome-bg.jpg") center center no-repeat #102e91;
  padding: 0 50px;
  background-size: cover;
  position: relative; }
  .member-account_header_firsttime .transition-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .member-account_header_firsttime:after {
    content: "";
    width: 32px;
    height: 48px;
    background: url("../svg/originals/scroll.svg");
    background-size: contain;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -16px;
    -webkit-animation: scroll;
            animation: scroll;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
    @media (max-width: 749px) {
      .member-account_header_firsttime:after {
        display: none; } }
  @media (max-width: 749px) {
    .member-account_header_firsttime {
      padding: 0 20px; } }
  .member-account_header_firsttime_wrapper {
    padding: 80px 0 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 900px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (max-width: 799px) {
      .member-account_header_firsttime_wrapper {
        padding: 80px 0 170px; } }
    @media (max-width: 749px) {
      .member-account_header_firsttime_wrapper {
        padding: 20px 0 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        -webkit-box-align: left;
        -webkit-align-items: left;
            -ms-flex-align: left;
                align-items: left;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
  .member-account_header_firsttime_message {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .member-account_header_firsttime_message .is-transitionning {
      opacity: 0; }
    @media (max-width: 749px) {
      .member-account_header_firsttime_message {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        width: 100%;
        text-align: center;
        max-height: 6em; } }
    @media (max-width: 499px) {
      .member-account_header_firsttime_message {
        text-align: left; } }
    .member-account_header_firsttime_message_title {
      font-size: 2.25rem;
      line-height: 1.2;
      font-weight: 400;
      margin: 0 0 0.5em;
      color: #fff; }
      @media (max-width: 1200px) {
        .member-account_header_firsttime_message_title {
          font-size: 1.875rem; } }
      @media (max-width: 799px) {
        .member-account_header_firsttime_message_title {
          font-size: 1.5rem;
          line-height: 1.3; } }
      @media (max-width: 749px) {
        .member-account_header_firsttime_message_title {
          font-size: 1.375rem;
          max-width: 20em;
          margin: 0 auto;
          -webkit-align-self: center;
              -ms-flex-item-align: center;
                  align-self: center; } }
      @media (max-width: 499px) {
        .member-account_header_firsttime_message_title {
          max-width: 15em;
          margin: 0;
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; } }
    .member-account_header_firsttime_message_subtitle {
      font-size: 1.5rem;
      line-height: 1.2;
      color: #afcaee;
      font-weight: 400; }
      @media (max-width: 1200px) {
        .member-account_header_firsttime_message_subtitle {
          font-size: 1.25rem; } }
      @media (max-width: 799px) {
        .member-account_header_firsttime_message_subtitle {
          font-size: 1.125rem; } }
      @media (max-width: 749px) {
        .member-account_header_firsttime_message_subtitle {
          font-size: 1rem; } }
      @media (max-width: 374px) {
        .member-account_header_firsttime_message_subtitle br {
          display: none; } }
  .member-account_header_firsttime_cards {
    width: 290px;
    margin: 0 50px 0 70px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1; }
    .is-activated .member-account_header_firsttime_cards {
      visibility: visible; }
    .is-closing .member-account_header_firsttime_cards {
      -webkit-transform-origin: 60% 100%;
              transform-origin: 60% 100%;
      -webkit-animation-name: close-cards;
              animation-name: close-cards;
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    @media (max-width: 1075px) {
      .member-account_header_firsttime_cards {
        margin: 0 0 0 50px; } }
    @media (max-width: 850px) {
      .member-account_header_firsttime_cards {
        margin: 0 -20px 0 20px; } }
    @media (max-width: 749px) {
      .member-account_header_firsttime_cards {
        margin: 50px auto 0; } }
    @media (max-width: 349px) {
      .member-account_header_firsttime_cards {
        width: 100%;
        padding-right: 20px; } }
    .member-account_header_firsttime_cards:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      border-radius: 8px;
      z-index: -2;
      -webkit-transform: rotate(3deg) translateX(3px);
              transform: rotate(3deg) translateX(3px);
      -webkit-transform-origin: 60% 100%;
              transform-origin: 60% 100%;
      -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08); }
      .is-closing .member-account_header_firsttime_cards:before {
        -webkit-animation-name: close-card-behind;
                animation-name: close-card-behind;
        -webkit-animation-duration: 100ms;
                animation-duration: 100ms;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
    .member-account_header_firsttime_cards:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08), 0 0 7px 0 rgba(0, 0, 0, 0.14);
              box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08), 0 0 7px 0 rgba(0, 0, 0, 0.14); }
  .member-account_header_firsttime_cards-footer {
    position: absolute;
    bottom: 25px;
    z-index: 10;
    width: 100%; }
  .member-account_header_firsttime_card {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 5.3rem;
    background: #fff;
    border-radius: 8px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    will-change: transform;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .member-account_header_firsttime_card.is-discarded {
      -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
              box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
      -webkit-animation-name: discard-card;
              animation-name: discard-card;
      -webkit-animation-duration: 600ms;
              animation-duration: 600ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .member-account_header_firsttime_card_content {
      text-align: center;
      padding: 25px 25px 35px;
      min-height: 240px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .member-account_header_firsttime_card_img {
      margin: 15px 0; }
      .member-account_header_firsttime_card_img img {
        max-height: 80px;
        width: auto; }
    .member-account_header_firsttime_card_title {
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.2;
      color: #1d479e; }
    .member-account_header_firsttime_card_buttons {
      padding: 25px 25px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .member-account_header_firsttime_card_buttons--last {
        display: none;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      @media (max-width: 349px) {
        .member-account_header_firsttime_card_buttons {
          padding: 35px 15px 0; } }
    .member-account_header_firsttime_card_pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .member-account_header_firsttime_card_pagination span {
        height: 8px;
        width: 12px;
        text-align: center;
        position: relative;
        display: inline-block; }
        .member-account_header_firsttime_card_pagination span:after {
          content: "";
          background: #ccc;
          border-radius: 50%;
          height: 6px;
          width: 6px;
          margin: 1px;
          display: inline-block;
          -webkit-transition: background 150ms;
          transition: background 150ms;
          position: absolute;
          top: 0;
          left: 2px; }
        .member-account_header_firsttime_card_pagination span.is-active:after {
          background: #00609f;
          height: 8px;
          width: 8px;
          margin: 0; }

@-webkit-keyframes discard-card {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg); }
  50% {
    -webkit-transform: translate(-300px, -10px) rotate(-5deg) scale(1);
            transform: translate(-300px, -10px) rotate(-5deg) scale(1);
    opacity: 1; }
  95% {
    -webkit-transform: translate(0) rotate(0deg) scale(0.9);
            transform: translate(0) rotate(0deg) scale(0.9);
    opacity: .8; } }

@keyframes discard-card {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg); }
  50% {
    -webkit-transform: translate(-300px, -10px) rotate(-5deg) scale(1);
            transform: translate(-300px, -10px) rotate(-5deg) scale(1);
    opacity: 1; }
  95% {
    -webkit-transform: translate(0) rotate(0deg) scale(0.9);
            transform: translate(0) rotate(0deg) scale(0.9);
    opacity: .8; } }

@-webkit-keyframes close-card-behind {
  100% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg); } }

@keyframes close-card-behind {
  100% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg); } }

@-webkit-keyframes close-cards {
  10% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(-9deg);
            transform: translateX(-100px) rotate(-9deg); } }

@keyframes close-cards {
  10% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(-9deg);
            transform: translateX(-100px) rotate(-9deg); } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  48% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  98% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  48% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  98% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.member-account_headerboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -11px 0; }
  @media (max-width: 479px) {
    .member-account_headerboxes {
      display: block;
      width: 100%; } }

.member-account_headerbox {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 11px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 479px) {
    .member-account_headerbox {
      display: block;
      width: 100%; } }

.member-account_headerbox_inner {
  background: #fff;
  border-radius: 8px;
  border: solid 1px #b2e1f6;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .member-account_headerbox_inner.red {
    border: 2px solid #ff0000; }
  @media (max-width: 479px) {
    .member-account_headerbox_inner {
      margin-top: 15px; } }

.member-account_headerbox_content {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .member-account_headerbox_content.renew {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 479px) {
    .member-account_headerbox_content {
      display: block; } }
  .member-account_headerbox_content h3,
  .member-account_headerbox_content p {
    margin: 0; }
  .member-account_headerbox_content h3 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 23px; }
    .member-account_headerbox_content h3.blue-title {
      font-size: 20px;
      font-weight: bold;
      color: #009fe1; }
      @media (max-width: 479px) {
        .member-account_headerbox_content h3.blue-title {
          margin-bottom: 16px; } }
    .member-account_headerbox_content h3.red-title {
      font-size: 20px;
      font-weight: bold;
      color: #eb1c27; }
      @media (max-width: 479px) {
        .member-account_headerbox_content h3.red-title {
          margin-bottom: 16px; } }
  .member-account_headerbox_content p {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 10px; }
    .member-account_headerbox_content p:last-child {
      margin-bottom: 0; }
    .member-account_headerbox_content p.smaller {
      font-size: 13px;
      font-weight: 600; }
    .member-account_headerbox_content p a[href^="tel:"] {
      color: #009fe1 !important; }
  .member-account_headerbox_content > img {
    max-width: 240px; }
    @media (max-width: 479px) {
      .member-account_headerbox_content > img {
        max-width: 150px;
        margin: 0 auto; } }
  .member-account_headerbox_content .amount {
    font-size: 15px;
    font-weight: normal;
    color: #009fe1;
    text-align: right; }
    .member-account_headerbox_content .amount strong {
      font-size: 30px;
      font-weight: bold;
      display: block;
      line-height: 1; }
    @media (max-width: 479px) {
      .member-account_headerbox_content .amount {
        margin: 24px auto;
        text-align: center; } }
  .member-account_headerbox_content figure {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .member-account_headerbox_content figure.smaller-card img {
      margin-top: -14px;
      width: 104px; }
      @media (max-width: 479px) {
        .member-account_headerbox_content figure.smaller-card img {
          width: 100%;
          margin: 35px auto; } }
    .member-account_headerbox_content figure.smaller-card .status-icon {
      position: absolute;
      top: -5px;
      right: -5px;
      width: 20px; }
    .member-account_headerbox_content figure.bigger-card img {
      margin-top: -8px;
      width: 150px; }
      @media (max-width: 479px) {
        .member-account_headerbox_content figure.bigger-card img {
          width: 100%;
          margin: 35px auto; } }
    .member-account_headerbox_content figure.bigger-card .status-icon {
      position: absolute;
      top: -10px;
      right: -20px;
      width: 40px; }
  .member-account_headerbox_content .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .member-account_headerbox_content .grow.red {
      max-width: 410px; }
    .member-account_headerbox_content .grow.to-pay {
      margin-left: 30px;
      text-align: center;
      max-width: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      .member-account_headerbox_content .grow.to-pay .amount {
        text-align: center;
        font-size: 30px;
        font-weight: normal;
        color: #009fe1;
        line-height: 1; }
        .member-account_headerbox_content .grow.to-pay .amount strong {
          font-weight: bold;
          display: inline; }
      .member-account_headerbox_content .grow.to-pay .btn {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        padding: 10px;
        margin-top: 20px; }

.member-account_headerbox_footer {
  padding: 15px;
  border-top: 2px solid #b2e1f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .member-account_headerbox_footer .member-account_headerbox_inner a {
    margin-right: 15px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
    color: #009fe1; }
    .member-account_headerbox_footer .member-account_headerbox_inner a:last-child {
      margin: 0; }
    @media (max-width: 479px) {
      .member-account_headerbox_footer .member-account_headerbox_inner a {
        display: block;
        width: 100%; } }
  @media (max-width: 479px) {
    .member-account_headerbox_footer {
      display: block; } }

.transaction-container {
  display: block;
  margin: 37px 0 29px; }
  .transaction-container a.transaction-link {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-decoration: underline;
    cursor: pointer; }

p.note {
  text-shadow: 0 2px 9px rgba(74, 74, 74, 0.5);
  font-size: 11px;
  font-weight: normal; }

.member-account_header_temp {
  text-align: center;
  padding: 20px 50px; }
  .member-account_header_temp_title {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 8px 0; }
    @media (max-width: 749px) {
      .member-account_header_temp_title {
        font-size: 1.5rem; }
        .member-account_header_temp_title br {
          display: none; } }
  .member-account_header_temp_text {
    max-width: 820px;
    margin: 0 auto;
    font-weight: 600;
    color: #afcaee; }
    @media (max-width: 749px) {
      .member-account_header_temp_text {
        font-size: 0.875rem; } }
  .member-account_header_temp_card {
    font-size: 0.875rem; }
    .member-account_header_temp_card_link {
      margin: 30px 0 15px;
      display: block; }
      .member-account_header_temp_card_link a {
        display: inline-block;
        -webkit-transition: -webkit-transform 150ms;
        transition: -webkit-transform 150ms;
        transition: transform 150ms;
        transition: transform 150ms, -webkit-transform 150ms; }
        .member-account_header_temp_card_link a:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .member-account_header_temp_card a {
      text-decoration: underline; }
      .member-account_header_temp_card a:hover, .member-account_header_temp_card a:focus {
        color: #fff;
        text-decoration: underline; }
    .member-account_header_temp_card_card {
      width: 240px;
      height: 147px;
      -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.35);
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      .member-account_header_temp_card_card svg {
        width: 100%;
        height: 100%;
        display: block; }

.member-account_grid {
  margin: -11px 0;
  width: 100%; }
  .member-account_grid_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -11px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .member-account_grid_row_fullwidth {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      margin: 0; }
    .member-account_grid_row_spacebetween:not(:first-child) {
      padding-top: 20px; }
    .member-account_grid_row--same-height .member-account_grid_cell {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 750px) {
      .member-account_grid_row--left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .member-account_grid_row hr.member-account_box-separator {
      margin: 0;
      width: 80%;
      border-color: #aeadad; }
  .member-account_grid_cell {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .member-account_grid_cell_spacing {
      padding: 11px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
    .member-account_grid_cell--2 {
      -webkit-flex-basis: 66.66666%;
          -ms-flex-preferred-size: 66.66666%;
              flex-basis: 66.66666%;
      width: 66.66666%; }
    @media (max-width: 1199px) {
      .member-account_grid_cell {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        width: 50%; }
        .member-account_grid_cell--2, .member-account_grid_cell_t--2 {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          width: 100%; } }
    @media (max-width: 749px) {
      .member-account_grid_cell {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        width: 100%;
        max-width: 450px; } }

.member-account_card {
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
          box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .member-account_card--square {
    min-height: 270px; }
  .member-account_card--smallrect {
    min-height: 150px; }
    @media (max-width: 749px) {
      .member-account_card--smallrect {
        min-height: 200px; } }
  .member-account_card--rect {
    min-height: 200px; }
  .member-account_card--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .member-account_card_title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 15px 0;
    padding: 0; }
  .member-account_card_label {
    color: #000;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0.5em 0 0;
    text-align: center; }
  .member-account_card .member-account_big-title_btn {
    margin: 0; }

a.member-account_card {
  -webkit-transition: background 150ms;
  transition: background 150ms; }
  a.member-account_card:hover, a.member-account_card:focus {
    background: #f9f9f9; }

.member-account_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .member-account_box--bigger-padding {
    padding: 30px; }
  .member-account_box--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .member-account_box_inner {
    max-width: 100%; }
  .member-account_box_content {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 15rem; }
    .member-account_box_content--push {
      padding-top: 2.5rem; }
    .member-account_box_content--no-padding {
      padding: 0; }
    .member-account_box_content p {
      font-size: 1rem; }
    .member-account_box_content a {
      text-decoration: underline;
      -webkit-transition: color 150ms;
      transition: color 150ms; }
      .member-account_box_content a:hover {
        text-decoration: none; }
    .member-account_box_content p.is-phone {
      font-size: 1.125rem;
      color: #009fe1;
      font-weight: 600;
      margin-top: 15px; }
  .member-account_box_content .member-account_box_padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .member-account_box_sidebar {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .member-account_box_dollars {
    font-size: 2.5rem;
    font-weight: 400;
    color: #245bca;
    height: 50px;
    line-height: 50px;
    display: block;
    padding-bottom: 5px; }
  .member-account_box_more {
    padding: 20px 0;
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 600; }
  .member-account_box_dollars-gift-card {
    background: #dff2fb;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 0.875rem;
    color: #000;
    -webkit-transition: background 150ms;
    transition: background 150ms;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .member-account_box_dollars-gift-card:hover {
      color: #000;
      background: #cbeaf8; }
    .member-account_box_dollars-gift-card .icon-wrapper {
      display: none; }
      .member-account_box_dollars-gift-card .icon-wrapper svg {
        width: 52px;
        height: 40px; }
  .member-account_box svg {
    width: 70px;
    height: 50px;
    fill: #245bca; }
  .member-account_box_icon-services {
    width: 70px;
    margin: 0 auto;
    position: relative; }
    .member-account_box_icon-services-number {
      position: absolute;
      top: 3px;
      right: 15px;
      font-size: 13px;
      font-weight: 700;
      color: #245bca; }
  .member-account_box .icon-img-card {
    text-align: center; }
    .member-account_box .icon-img-card img {
      width: 75px;
      height: auto;
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
      -webkit-box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
              box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
      margin-top: 3px; }
  @media (min-width: 750px) and (max-width: 1199px) {
    .member-account_box--dollars {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .member-account_box--dollars > * {
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        max-width: none; }
    .member-account_box--dollars .member-account_box_content {
      padding-top: 0; }
      .member-account_box--dollars .member-account_box_content p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .member-account_box--dollars .member-account_box_sidebar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
    .member-account_box_dollars-gift-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 1.125rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .member-account_box_dollars-gift-card_wrapper {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center; }
      .member-account_box_dollars-gift-card_label {
        max-width: 12rem;
        display: block;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center; }
      .member-account_box_dollars-gift-card .icon-wrapper {
        display: block;
        margin-bottom: 10px; }
    .member-account_box_content .member-account_box_padding {
      padding-right: 15px; }
    .member-account_box_sidebar .member-account_box_padding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-left: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.member-account_notifications {
  width: 100%; }

.member-account_notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .member-account_notification + .member-account_notification {
    border-top: 1px solid #e5e5e5; }
  .member-account_notification * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .member-account_notification_icon {
    padding: 20px 0;
    width: 75px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .member-account_notification_icon .icon-wrapper {
      max-width: 60%;
      height: auto;
      max-height: 40px;
      display: inline-block; }
    .member-account_notification_icon .icon-wrapper,
    .member-account_notification_icon img {
      margin: 0 15px;
      max-width: 45px; }
    .member-account_notification_icon svg {
      max-width: 100%;
      height: auto;
      max-height: 40px;
      fill: #245bca; }
  .member-account_notification_content {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: relative;
    overflow: hidden; }
  .member-account_notification_content_wrapper, .member-account_notification_confirmation {
    padding: 20px 15px 20px 0; }
  .member-account_notification_content_wrapper {
    max-width: 100%; }
  .member-account_notification_title {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    color: #000;
    font-weight: 600;
    line-height: 1.3; }
  .member-account_notification p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    color: #767676;
    line-height: 1.3; }
    .member-account_notification p a {
      display: inline-block;
      -webkit-transition: color 150ms;
      transition: color 150ms; }
      .member-account_notification p a:hover {
        text-decoration: underline; }
  .member-account_notification_content--inline .member-account_notification_title,
  .member-account_notification_content--inline p {
    display: inline; }
  .member-account_notification_content--inline p:before {
    content: " - "; }
  .member-account_notification_form {
    margin: 0;
    padding: 0; }
    .member-account_notification_form_inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .member-account_notification_form_fields-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      margin-right: 0.25rem; }
    .member-account_notification_form_error {
      color: #dc2222;
      font-size: 0.75rem;
      line-height: 1.3;
      margin-top: 10px;
      display: none; }
    .member-account_notification_form.has-error .member-account_notification_form_error {
      display: block; }
    .member-account_notification_form button + button {
      margin-left: 0.25rem; }
    .member-account_notification_form input,
    .member-account_notification_form select {
      border: 1px solid #cccccc;
      border-radius: 4px;
      padding: 4px 6px;
      line-height: 1;
      font-size: 0.875rem;
      color: #000;
      font-weight: 400;
      height: auto; }
      .member-account_notification_form input + input,
      .member-account_notification_form input + select,
      .member-account_notification_form input + button,
      .member-account_notification_form select + input,
      .member-account_notification_form select + select,
      .member-account_notification_form select + button {
        margin-left: 0.25rem; }
    .member-account_notification_form select {
      min-width: 10em; }
  .member-account_notification_confirmation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none; }
  .member-account_notification.is-completed .member-account_notification_content_wrapper {
    -webkit-animation: notification-completed;
            animation: notification-completed;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  .member-account_notification.is-completed .member-account_notification_confirmation {
    -webkit-animation: notification-completed-confirmation;
            animation: notification-completed-confirmation;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    display: block;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

@-webkit-keyframes notification-completed {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% {
    opacity: 0; } }

@keyframes notification-completed {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% {
    opacity: 0; } }

@-webkit-keyframes notification-completed-confirmation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes notification-completed-confirmation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.member-account_notifications_more {
  border-top: 1px solid #e5e5e5; }
  .member-account_notifications_more_content {
    display: none; }
  .member-account_notifications_more_button {
    margin: 0;
    padding: 20px;
    background: transparent;
    color: #009fe1;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    border: 0;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 0.875rem;
    font-weight: 400; }
    .member-account_notifications_more_button:hover, .member-account_notifications_more_button:focus {
      text-decoration: underline;
      color: #00609f; }

.dashboard-profile-survey,
.profile2017_question {
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .dashboard-profile-survey .error.error,
  .profile2017_question .error.error {
    height: auto !important;
    background: none;
    color: #e81a2e;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0 5px 10px; }
  .dashboard-profile-survey form,
  .profile2017_question form {
    padding: 0;
    margin: 0; }
  .dashboard-profile-survey .dps_profile-preferences,
  .profile2017_question .dps_profile-preferences {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .dashboard-profile-survey .dps_preferences-save button,
  .profile2017_question .dps_preferences-save button {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 12px; }
  .dashboard-profile-survey .dps_preferences-row,
  .profile2017_question .dps_preferences-row {
    height: auto !important; }
    .dashboard-profile-survey .dps_preferences-row.is-loading,
    .profile2017_question .dps_preferences-row.is-loading {
      background: none;
      width: 100%; }
  .dashboard-profile-survey .preferences-questions-cell,
  .profile2017_question .preferences-questions-cell {
    padding: 0;
    display: block;
    overflow: hidden; }
    .dashboard-profile-survey .preferences-questions-cell:before,
    .profile2017_question .preferences-questions-cell:before {
      display: none;
      opacity: 0;
      content: "";
      position: absolute;
      z-index: 2;
      background: url("../img/old/loading-80x80.gif") center center no-repeat;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .dashboard-profile-survey .preferences-questions-cell:after,
    .profile2017_question .preferences-questions-cell:after {
      content: "";
      display: none;
      position: absolute;
      z-index: 1;
      background: rgba(255, 255, 255, 0.8);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .dashboard-profile-survey .is-loading .preferences-questions-cell,
  .profile2017_question .is-loading .preferences-questions-cell {
    background: none;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .dashboard-profile-survey .is-loading .preferences-questions-cell:after,
    .profile2017_question .is-loading .preferences-questions-cell:after {
      display: block;
      -webkit-animation-name: loading-bg;
              animation-name: loading-bg;
      -webkit-animation-duration: 100ms;
              animation-duration: 100ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .dashboard-profile-survey .is-loading .preferences-questions-cell:before,
    .profile2017_question .is-loading .preferences-questions-cell:before {
      display: block;
      -webkit-animation-name: loading-icon;
              animation-name: loading-icon;
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-delay: 50ms;
              animation-delay: 50ms; }
  .dashboard-profile-survey .dps_title-category,
  .profile2017_question .dps_title-category {
    font-size: 0.75rem;
    font-weight: 700;
    color: #aeadad;
    text-transform: uppercase;
    margin: 0.5em 0; }
  .dashboard-profile-survey .dps_title,
  .profile2017_question .dps_title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin: 0;
    padding: 0; }
  .dashboard-profile-survey .dps_preferences-questions-content,
  .profile2017_question .dps_preferences-questions-content {
    padding: 15px 5px 0;
    margin-bottom: 20px; }
  .dashboard-profile-survey .dps_preferences-navigation,
  .profile2017_question .dps_preferences-navigation {
    margin-top: 50px; }
  .dashboard-profile-survey .dps_preferences-answer,
  .profile2017_question .dps_preferences-answer {
    padding: 0 5px;
    margin-bottom: 15px; }
  .dashboard-profile-survey .dps_checkbox-list, .dashboard-profile-survey .dps_radio-list,
  .profile2017_question .dps_checkbox-list,
  .profile2017_question .dps_radio-list {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0; }
    .dashboard-profile-survey .dps_checkbox-list_item, .dashboard-profile-survey .dps_radio-list_item,
    .profile2017_question .dps_checkbox-list_item,
    .profile2017_question .dps_radio-list_item {
      list-style: none;
      line-height: 1.1;
      padding: 0; }
      .dashboard-profile-survey .dps_checkbox-list_item input, .dashboard-profile-survey .dps_radio-list_item input,
      .profile2017_question .dps_checkbox-list_item input,
      .profile2017_question .dps_radio-list_item input {
        float: left;
        margin-left: -25px;
        margin-top: 0.2em; }
      .dashboard-profile-survey .dps_checkbox-list_item label, .dashboard-profile-survey .dps_radio-list_item label,
      .profile2017_question .dps_checkbox-list_item label,
      .profile2017_question .dps_radio-list_item label {
        margin: 0;
        padding-left: 25px;
        color: #000;
        font-size: 0.875rem;
        font-weight: 400; }
  .dashboard-profile-survey .dps_subquestion-title,
  .profile2017_question .dps_subquestion-title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin: 0;
    padding: 0 5px 5px; }
    .dashboard-profile-survey .dps_subquestion-title label,
    .profile2017_question .dps_subquestion-title label {
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      line-height: inherit;
      padding: 0;
      margin: 0; }
  .dashboard-profile-survey select,
  .dashboard-profile-survey input[type="text"],
  .profile2017_question select,
  .profile2017_question input[type="text"] {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 4px 6px;
    line-height: 1;
    font-size: 0.875rem;
    color: #000;
    font-weight: 400;
    height: auto; }
  .dashboard-profile-survey select,
  .profile2017_question select {
    min-width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .dashboard-profile-survey input[type="text"],
  .profile2017_question input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@media (min-width: 750px) and (max-width: 1199px) {
  .dashboard-profile-survey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px; }
  .error.error {
    padding: 0 0 10px; }
  .dps_preferences-save button {
    width: auto; }
  .dps_title-category {
    margin-top: 0; }
  .dps_preferences-questions-content {
    padding: 0; }
  .dps_preferences-navigation {
    margin-top: 20px; }
  .dps_preferences-answer {
    padding: 0; }
  .dps_checkbox-list, .dps_radio-list {
    margin: 0; }
  .dps_subquestion-title {
    padding: 0 0 5px; } }

.dps_profile-percentage {
  width: 200px;
  height: 200px;
  margin: 20px auto;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (min-width: 750px) and (max-width: 1199px) {
    .dps_profile-percentage {
      margin: 0 50px 0 35px; } }
  .dps_profile-percentage_label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: #767676;
    font-weight: 600;
    font-size: 0.75rem; }
  .dps_profile-percentage-completed {
    font-size: 3.4375rem;
    font-weight: 800;
    color: #1d479e;
    display: block;
    line-height: 1;
    margin-right: -0.25em; }
    .dps_profile-percentage-completed sup {
      font-size: 2rem; }

@-webkit-keyframes loading-bg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-bg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes loading-icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loading-icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.img-radius {
  border-radius: 4px; }

.no-wrap {
  white-space: nowrap; }

.no-maj {
  text-transform: none !important; }

.is-block {
  display: block; }

/*=================================
=            Variables            =
=================================*/
/**
*
* Media queries
*
**/
/**
*
* Images
*
**/
/**
*
* Colors
*
**/
/**
*
* Color assignation
*
**/
/*=============================
=            Fonts            =
=============================*/
/**
*
* Font family declaration
*
**/
/*=============================
=             Old             =
=============================*/
/**
*
* Old colors
*
**/
/**
*
* Old gradients
*
**/
/**
*
* Old borders
*
**/
.smaller-btn {
  font-size: 0.75rem;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: #009fe1;
  border: 0;
  color: #fff;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  line-height: 1em; }
  .smaller-btn:hover, .smaller-btn:focus {
    background: #00609f;
    color: #fff;
    text-decoration: none; }

.smaller-btn--text {
  font-size: 0.75rem;
  padding: 8px 4px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  text-decoration: underline;
  border: 0;
  color: #009fe1;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  line-height: 1em; }
  .smaller-btn--text:hover, .smaller-btn--text:focus {
    color: #00609f; }

.small-btn {
  font-size: 0.8125rem;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: #009fe1;
  border: 0;
  color: #fff;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  line-height: 1em; }
  .small-btn:hover, .small-btn:focus {
    background: #00609f;
    color: #fff;
    text-decoration: none; }

.small-btn--text {
  font-size: 0.8125rem;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  text-decoration: underline;
  border: 0;
  color: #009fe1;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  line-height: 1em; }
  .small-btn--text:hover, .small-btn--text:focus {
    color: #00609f; }

.medium-btn {
  font-size: 0.875rem;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: #009fe1;
  border: 0;
  color: #fff;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  line-height: 1em; }
  .medium-btn:hover, .medium-btn:focus {
    background: #00609f;
    color: #fff;
    text-decoration: none; }

.big-btn {
  font-size: 1rem;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: #009fe1;
  border: 0;
  color: #fff;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  line-height: 1em; }
  .big-btn:hover, .big-btn:focus {
    background: #00609f;
    color: #fff;
    text-decoration: none; }

.bigger-btn {
  font-size: 1.125rem;
  padding: 0.875rem 1.125rem;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: #009fe1;
  border: 0;
  color: #fff;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  line-height: 1em; }
  .bigger-btn:hover, .bigger-btn:focus {
    background: #00609f;
    color: #fff;
    text-decoration: none; }

.btn--full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.btn--text-invert {
  text-decoration: none; }
  .btn--text-invert:hover, .btn--text-invert:focus {
    text-decoration: underline; }

.button.blue {
  border-radius: 5px !important; }

.btn-show-more-option {
  margin-top: 24px;
  font-size: 0.9rem;
  padding: 0 0 0 22px;
  display: inline-block;
  border-radius: 0;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
  border: 0;
  color: #0fb9ff;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  line-height: 1em;
  position: relative; }
  .btn-show-more-option:before {
    content: "";
    background-image: url("../svg/originals/plus-square.svg");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: 0; }
  .btn-show-more-option:hover, .btn-show-more-option:focus {
    color: #00609f; }
    .btn-show-more-option:hover:before, .btn-show-more-option:focus:before {
      background-image: url("../svg/originals/plus-square-dark-blue.svg"); }
  .btn-show-more-option.isOpened:before {
    background-image: url("../svg/originals/minus-square.svg"); }
  .btn-show-more-option.isOpened:hover:before, .btn-show-more-option.isOpened:focus:before {
    background-image: url("../svg/originals/minus-square-dark-blue.svg"); }

.warning {
  background: #1d479e;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 120;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .warning_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 20px; }
    @media (max-width: 749px) {
      .warning_wrapper {
        padding: 10px 15px; } }
  .warning .red_text {
    color: #fff;
    padding-right: 20px; }
    @media (max-width: 740) {
      .warning .red_text {
        display: block; } }
  .warning.level-alert {
    background: #ec3d44; }
  .warning.level-prevent {
    background: #d4972c; }
  .warning.level-warning {
    background: #1d479e; }
  .warning.warning--always-show {
    display: block; }

.warning-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-left: 20px;
  width: 56px;
  -webkit-flex-basis: 56px;
      -ms-flex-preferred-size: 56px;
          flex-basis: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media (max-width: 749px) {
    .warning-icn {
      padding-left: 15px;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      width: 51px;
      -webkit-flex-basis: 51px;
          -ms-flex-preferred-size: 51px;
              flex-basis: 51px; } }
  .warning-icn svg {
    fill: #fff;
    height: 36px;
    width: 31px; }
    @media (max-width: 749px) {
      .warning-icn svg {
        height: 31px;
        width: 31px; } }

.warning-content {
  color: #fff;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .warning-content .title {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 16px;
    line-height: 1rem;
    white-space: nowrap;
    padding-right: 0.3rem;
    font-weight: 600;
    line-height: 31px; }
    @media (max-width: 749px) {
      .warning-content .title {
        margin-bottom: 3px;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 14px;
        line-height: 0.875rem; } }
    .warning-content .title:after {
      content: " - "; }
  .warning-content .content {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .warning-content a,
  .warning-content p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    color: #fff; }
    @media (max-width: 749px) {
      .warning-content a,
      .warning-content p {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 16px;
        line-height: 1rem; } }
  .warning-content p:first-child,
  .warning-content .button-blue {
    margin: 0; }
  .warning-content .button-blue,
  .warning-content .button-blue a {
    margin: 5px 0; }
  .warning-content a {
    color: #fff !important; }
    .warning-content a:hover, .warning-content a:focus {
      color: #fff !important;
      text-decoration: underline;
      cursor: pointer; }
  @media (max-width: 675px) {
    .warning-content .red_text {
      display: block; } }
  @media (max-width: 749px) {
    .warning-content {
      display: block; }
      .warning-content .title:after {
        content: ""; } }

.warning-close {
  background: none;
  bottom: 0;
  border: 0;
  height: 25px;
  padding: 0;
  overflow: visible;
  margin-left: 20px;
  margin-top: 8px; }
  @media (max-width: 749px) {
    .warning-close {
      margin-left: 15px;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; } }
  .warning-close svg {
    fill: #fff;
    height: 100%;
    width: 20px; }
  .warning-close:hover svg, .warning-close:focus svg {
    fill: #cbeaf8; }

h2.survey-title {
  font-size: 40px;
  margin-bottom: 95px; }
  @media (max-width: 479px) {
    h2.survey-title {
      font-size: 20px;
      margin-bottom: 65px; } }

.membership-survey-container {
  margin-left: calc(50% - 122px); }
  @media (max-width: 479px) {
    .membership-survey-container {
      margin-left: calc(50% - 140px);
      margin-bottom: 50px; } }
  .membership-survey-container .survey-result {
    margin-left: calc(-50% - 122px);
    display: none; }
    .membership-survey-container .survey-result .card_result {
      margin: 0 auto;
      display: none; }
      @media (max-width: 479px) {
        .membership-survey-container .survey-result .card_result {
          width: 100%; } }
      .membership-survey-container .survey-result .card_result img {
        width: 287px; }
      .membership-survey-container .survey-result .card_result .title {
        width: 100%;
        font-weight: bold;
        margin: 25px 0 5px; }
        .membership-survey-container .survey-result .card_result .title.card_b {
          font-size: 28px;
          color: #004f70; }
        .membership-survey-container .survey-result .card_result .title.card_pm {
          font-size: 28px;
          color: #231f20; }
        .membership-survey-container .survey-result .card_result .title.card_p {
          font-size: 35px;
          color: #c0995c;
          margin: 16px 0; }
      .membership-survey-container .survey-result .card_result .subtitle {
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0; }
        .membership-survey-container .survey-result .card_result .subtitle.card_b {
          color: #004f70; }
        .membership-survey-container .survey-result .card_result .subtitle.card_pm {
          color: #231f20; }
      .membership-survey-container .survey-result .card_result .peryear {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        margin: 0; }
        .membership-survey-container .survey-result .card_result .peryear.card_b {
          color: #004f70; }
        .membership-survey-container .survey-result .card_result .peryear.card_pm {
          color: #231f20; }
        .membership-survey-container .survey-result .card_result .peryear.card_p {
          font-size: 24px;
          color: #c0995c; }
      .membership-survey-container .survey-result .card_result .optionRV {
        margin: 0 0 16px !important; }
      .membership-survey-container .survey-result .card_result .permonth {
        width: 100%;
        font-weight: normal;
        margin: 0;
        font-size: 13px; }
        .membership-survey-container .survey-result .card_result .permonth.card_b {
          color: #004f70; }
        .membership-survey-container .survey-result .card_result .permonth.card_pm {
          color: #231f20; }
        .membership-survey-container .survey-result .card_result .permonth.card_p {
          font-size: 15px;
          color: #c0995c; }
      .membership-survey-container .survey-result .card_result .perk-list li {
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        list-style: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 15px 0 15px 55px;
        position: relative;
        margin: 0 0 0 65px; }
        .membership-survey-container .survey-result .card_result .perk-list li:first-child {
          margin-top: 30px; }
        .membership-survey-container .survey-result .card_result .perk-list li:last-child {
          margin-bottom: 30px; }
        @media (max-width: 479px) {
          .membership-survey-container .survey-result .card_result .perk-list li {
            margin-left: 25px; } }
        .membership-survey-container .survey-result .card_result .perk-list li:before {
          display: block;
          height: 30px;
          width: 30px;
          overflow: hidden;
          text-indent: -9999px;
          border: 0;
          background: url("../img/checkmark.svg") no-repeat left center;
          bottom: 0;
          content: "";
          left: 0;
          margin: auto;
          position: absolute;
          top: 0; }
      .membership-survey-container .survey-result .card_result .btn.btn-join {
        width: 265px;
        padding: 10px 0;
        text-align: center;
        margin: 0 20px 0 0;
        font-size: 15px; }
        @media (max-width: 479px) {
          .membership-survey-container .survey-result .card_result .btn.btn-join {
            margin: 0 0 20px; } }
      .membership-survey-container .survey-result .card_result .btn.btn-options {
        width: 265px;
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
        margin: 0; }
        .membership-survey-container .survey-result .card_result .btn.btn-options.white {
          background-color: #fff;
          color: #009fe1;
          border: solid 1px #b2e1f6; }
          .membership-survey-container .survey-result .card_result .btn.btn-options.white:hover {
            color: #fff; }
      @media (max-width: 1199px) {
        .membership-survey-container .survey-result .card_result.card_no_result {
          margin-left: 120px; } }
      @media (max-width: 479px) {
        .membership-survey-container .survey-result .card_result.card_no_result {
          margin-left: 0; } }
      .membership-survey-container .survey-result .card_result.card_no_result h1 {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 50px; }
      .membership-survey-container .survey-result .card_result.card_no_result div {
        display: inline-block;
        width: 230px;
        position: relative; }
        @media (max-width: 1199px) {
          .membership-survey-container .survey-result .card_result.card_no_result div {
            width: 100%;
            margin-bottom: 50px; } }
        @media (max-width: 479px) {
          .membership-survey-container .survey-result .card_result.card_no_result div {
            margin: 25px 0; } }
        .membership-survey-container .survey-result .card_result.card_no_result div.card_p {
          width: 275px;
          margin: 0 80px; }
          @media (max-width: 1199px) {
            .membership-survey-container .survey-result .card_result.card_no_result div.card_p {
              margin: 0 80px 50px; } }
          @media (max-width: 479px) {
            .membership-survey-container .survey-result .card_result.card_no_result div.card_p {
              margin: 25px 0; } }
        .membership-survey-container .survey-result .card_result.card_no_result div.red-banner-container {
          display: block;
          width: 100%;
          top: -22px;
          height: 40px;
          position: absolute;
          margin: 0; }
          .membership-survey-container .survey-result .card_result.card_no_result div.red-banner-container .best-value-text {
            color: #fff;
            position: absolute;
            font-size: 18px;
            font-weight: bold;
            top: 5px;
            margin: 0;
            width: 300px;
            left: -10px; }
          .membership-survey-container .survey-result .card_result.card_no_result div.red-banner-container .red-banner {
            position: absolute;
            left: -30px;
            top: 0;
            display: block;
            max-width: 335px;
            width: auto; }
      .membership-survey-container .survey-result .card_result.card_no_result .btn.btn-options {
        display: block;
        margin: 60px auto 0; }
    @media (max-width: 1199px) {
      .membership-survey-container .survey-result {
        margin-left: calc(-50%); } }
    @media (max-width: 479px) {
      .membership-survey-container .survey-result {
        margin-left: calc(50% - 180px);
        margin-bottom: 50px; } }
    .membership-survey-container .survey-result .survey-result__links {
      margin-top: 32px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      place-content: center space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px; }
      @media (max-width: 479px) {
        .membership-survey-container .survey-result .survey-result__links {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          place-content: center space-around;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 0; } }
      .membership-survey-container .survey-result .survey-result__links > div {
        width: 50%; }
        .membership-survey-container .survey-result .survey-result__links > div:first-child {
          float: left;
          padding-left: 55px;
          margin-left: 65px; }
          .membership-survey-container .survey-result .survey-result__links > div:first-child .btn {
            text-align: center; }
          .membership-survey-container .survey-result .survey-result__links > div:first-child a {
            min-width: 0; }
        @media (max-width: 479px) {
          .membership-survey-container .survey-result .survey-result__links > div {
            width: 100%;
            height: 36px; }
            .membership-survey-container .survey-result .survey-result__links > div:first-child {
              padding-left: 0;
              margin-left: 0; }
              .membership-survey-container .survey-result .survey-result__links > div:first-child a {
                display: inline; } }
        .membership-survey-container .survey-result .survey-result__links > div a {
          font-weight: bold;
          min-width: 220px;
          display: block; }
  .membership-survey-container .swiper-slide {
    background-color: #fff;
    opacity: 0.5;
    min-height: 370px;
    border-radius: 4px;
    -webkit-box-shadow: 3px -3px 6px 0 rgba(74, 74, 74, 0.05);
            box-shadow: 3px -3px 6px 0 rgba(74, 74, 74, 0.05); }
    @media (min-width: 768px) {
      .membership-survey-container .swiper-slide {
        padding: 15px;
        margin: -15px -15px 15px; } }
    .membership-survey-container .swiper-slide .question {
      width: 100%;
      height: 370px;
      background-color: #fff;
      padding: 15px;
      margin: -15px; }
      .membership-survey-container .swiper-slide .question p {
        font-size: 13px;
        margin-top: 16px;
        line-height: 1rem; }
        .membership-survey-container .swiper-slide .question p:nth-child(2) {
          font-weight: bold; }
        .membership-survey-container .swiper-slide .question p:nth-child(3) {
          color: #898989;
          font-style: italic; }
      .membership-survey-container .swiper-slide .question .btn-next,
      .membership-survey-container .swiper-slide .question .btn-prev {
        display: block;
        width: calc(50% - 20px);
        position: absolute;
        bottom: 16px;
        font-weight: bold;
        padding: 15px 0;
        border-radius: 3.6px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 15px;
        text-align: inherit; }
      .membership-survey-container .swiper-slide .question .btn-prev {
        left: 15px;
        background-color: #fff;
        padding: 14px 0;
        color: #009fe1;
        border: 0; }
        .membership-survey-container .swiper-slide .question .btn-prev:hover {
          color: #00609f; }
      .membership-survey-container .swiper-slide .question .btn-next {
        right: 15px;
        background-color: #009fe1;
        color: #fff;
        text-transform: uppercase;
        border: 0; }
        .membership-survey-container .swiper-slide .question .btn-next.first {
          width: calc(100% - 30px); }
        .membership-survey-container .swiper-slide .question .btn-next.submit {
          padding: 15px 0;
          font-size: 13px; }
    .membership-survey-container .swiper-slide.swiper-slide-active {
      opacity: 1; }
      @media (min-width: 768px) {
        .membership-survey-container .swiper-slide.swiper-slide-active {
          padding: 25px;
          margin: -25px -15px 15px; } }
      @media (max-width: 479px) {
        .membership-survey-container .swiper-slide.swiper-slide-active .question {
          padding: 30px 15px;
          margin-top: -30px; } }
      .membership-survey-container .swiper-slide.swiper-slide-active .question .btn-prev,
      .membership-survey-container .swiper-slide.swiper-slide-active .question .btn-next,
      .membership-survey-container .swiper-slide.swiper-slide-active .question .submit {
        font-size: 15px;
        line-height: 15px; }
      .membership-survey-container .swiper-slide.swiper-slide-active .question .oval span {
        font-size: 18px;
        margin-top: 0; }
      .membership-survey-container .swiper-slide.swiper-slide-active .question .oval p {
        font-size: 12px;
        margin-top: -5px; }
    .membership-survey-container .swiper-slide .oval {
      width: 60px;
      min-width: 60px;
      height: 42px;
      border: solid 3px #009fe1;
      border-radius: 38px / 28px;
      margin: 8px auto 0; }
      .membership-survey-container .swiper-slide .oval span {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: #009fe1;
        margin-top: 3px;
        display: block; }
      .membership-survey-container .swiper-slide .oval p {
        font-size: 10px;
        font-weight: 600;
        color: #898989;
        margin-top: -7px; }
    .membership-survey-container .swiper-slide .checkbox-container {
      margin-top: 16px;
      position: absolute;
      bottom: 90px;
      left: 15px; }
      .membership-survey-container .swiper-slide .checkbox-container .checkbox-custom-label {
        line-height: 20px; }
    .membership-survey-container .swiper-slide .checkbox-wrapper {
      display: block;
      width: 50%;
      float: left;
      text-align: left;
      margin-top: 5px; }
      .membership-survey-container .swiper-slide .checkbox-wrapper:last-child {
        width: 100%; }
    .membership-survey-container .swiper-slide .checkbox-custom {
      width: 16px;
      height: 16px; }
    .membership-survey-container .swiper-slide .radio-custom-label {
      font-weight: normal;
      line-height: 20px;
      font-size: 16px; }
    .membership-survey-container .swiper-slide .checkbox-custom:checked + .checkbox-custom-label:before {
      background: url("../img/active_check.svg") center center no-repeat; }
    .membership-survey-container .swiper-slide .radio-container {
      height: 150px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      bottom: 90px;
      left: 128px; }
      @media (max-width: 479px) {
        .membership-survey-container .swiper-slide .radio-container {
          left: 106px; } }
    .membership-survey-container .swiper-slide .radio-wrapper {
      text-align: left; }
      .membership-survey-container .swiper-slide .radio-wrapper:not(:nth-child(1)) {
        margin-top: 6px; }
    .membership-survey-container .swiper-slide .radio-custom {
      opacity: 0;
      position: absolute;
      line-height: 20px;
      width: 20px;
      height: 20px; }
    .membership-survey-container .swiper-slide .radio-custom + .radio-custom-label:before {
      float: left;
      content: "";
      background: #fff;
      border: 1px solid #aee6ff;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      padding: 2px;
      margin-right: 10px;
      text-align: center;
      border-radius: 50%; }
    .membership-survey-container .swiper-slide .radio-custom:checked + .radio-custom-label:before {
      content: "";
      background: url("../img/active.svg") center center no-repeat;
      background-size: cover; }
  .membership-survey-container .reset_survey {
    cursor: pointer; }
  .membership-survey-container .with_result_only p,
  .membership-survey-container .with_result_only a {
    color: #000;
    font-size: 20px;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 25px 0; }
  @media (min-width: 1200px) {
    .membership-survey-container .with_result_only > div {
      width: 460px;
      margin: 0 auto; } }

.simple-presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px; }
  .simple-presentation:first-child {
    margin-top: 10px; }
  .simple-presentation_image {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 15px; }
    .simple-presentation_image svg {
      width: 60px;
      height: 60px;
      fill: #00609f; }
      .simple-presentation_image svg.icon-brochure {
        width: 33px;
        height: 50px; }
      .simple-presentation_image svg.icon-assistance-routiere2 {
        width: 57px;
        height: 40px; }
  .simple-presentation_content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    font-weight: 600; }
    .simple-presentation_content p {
      font-size: 0.9375rem;
      line-height: 1.3;
      margin-top: 0; }
      .simple-presentation_content p + p {
        margin-top: 0.7em; }
    .simple-presentation_content a {
      text-decoration: underline;
      -webkit-transition: color 150ms;
      transition: color 150ms; }

.delay-search-bar-container {
  margin: 20px 0; }
  .delay-search-bar-container h3 {
    display: inline; }
  .delay-search-bar-container input {
    float: right;
    display: inline-block;
    width: 50%; }
    @media (max-width: 479px) {
      .delay-search-bar-container input {
        margin: 5px 0 15px;
        float: left;
        width: 100%; } }

.delay-search-bar {
  opacity: 1;
  background-color: #fff !important;
  z-index: 101 !important; }

.csc-textpic .csc-textpic-imagewrap {
  max-width: inherit !important; }
  .csc-textpic .csc-textpic-imagewrap .csc-textpic-center-inner img {
    display: block;
    margin: 0 auto; }

@media (min-width: 480px) and (max-width: 1199px) {
  .two-col-ipad .flex-deux-colonnes .col {
    float: left;
    width: 48%; }
    .two-col-ipad .flex-deux-colonnes .col + .col {
      margin-left: 4%; } }

.l-section.has-overflow {
  overflow: visible; }
  .l-section.has-overflow .l-section {
    overflow: visible; }

.is-centered .grid-collapsed-flex .grid-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.grid-collapsed-flex .grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 480px) {
    .grid-collapsed-flex .grid-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .grid-collapsed-flex .grid-wrapper .col-1-4 {
    height: 288px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .grid-collapsed-flex .grid-wrapper .col-1-4 {
        height: 330px; } }
    @media (max-width: 479px) {
      .grid-collapsed-flex .grid-wrapper .col-1-4 {
        height: 260px; } }

.is-centered .col-adaptative .adaptative-wrapper {
  place-content: stretch center; }

.is-centered .adaptative-wrapper .has-blue-bkg {
  margin: 20px 10px 0 10px !important; }

.adaptative-wrapper {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: stretch flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .adaptative-wrapper .l-content {
    margin: 25px 10px 0 10px; }
    .adaptative-wrapper .l-content.is-small {
      padding: 0 8px; }
      .adaptative-wrapper .l-content.is-small .btn {
        font-size: 14px;
        border-radius: 2px;
        padding: 11px 8px 10px;
        width: 100%;
        text-align: center; }
    .adaptative-wrapper .l-content.has-blue-bkg {
      margin: 20px 20px 0 0 !important;
      padding: 30px; }
  .adaptative-wrapper.adaptative-wrapper__columns-2 .l-content {
    margin: 20px;
    width: calc(50% - 40px); }
  @media (max-width: 479px) {
    .adaptative-wrapper.adaptative-wrapper__columns-2 .l-content {
      width: calc(100% - 20px); } }
  .adaptative-wrapper.adaptative-wrapper__columns-3 .l-content {
    width: calc(33% - 20px); }
  @media (max-width: 767px) {
    .adaptative-wrapper.adaptative-wrapper__columns-3 .l-content {
      width: calc(50% - 20px); } }
  @media (max-width: 479px) {
    .adaptative-wrapper.adaptative-wrapper__columns-3 .l-content {
      width: calc(100% - 20px); } }
  .adaptative-wrapper.adaptative-wrapper__columns-4 .l-content {
    width: calc(25% - 20px); }
  @media (max-width: 991px) {
    .adaptative-wrapper.adaptative-wrapper__columns-4 .l-content {
      width: calc(33% - 20px); } }
  @media (max-width: 767px) {
    .adaptative-wrapper.adaptative-wrapper__columns-4 .l-content {
      width: calc(50% - 20px); } }
  @media (max-width: 479px) {
    .adaptative-wrapper.adaptative-wrapper__columns-4 .l-content {
      width: calc(100% - 20px); } }
  .adaptative-wrapper.adaptative-wrapper__columns-5 .l-content {
    width: calc(20% - 20px); }
  @media (max-width: 991px) {
    .adaptative-wrapper.adaptative-wrapper__columns-5 .l-content {
      width: calc(25% - 20px); } }
  @media (max-width: 767px) {
    .adaptative-wrapper.adaptative-wrapper__columns-5 .l-content {
      width: calc(50% - 20px); } }
  @media (max-width: 479px) {
    .adaptative-wrapper.adaptative-wrapper__columns-5 .l-content {
      width: calc(100% - 20px); } }
  .adaptative-wrapper.adaptative-wrapper__columns-6 .l-content {
    width: calc(16.66% - 20px); }
  @media (max-width: 991px) {
    .adaptative-wrapper.adaptative-wrapper__columns-6 .l-content {
      width: calc(25% - 20px); } }
  @media (max-width: 767px) {
    .adaptative-wrapper.adaptative-wrapper__columns-6 .l-content {
      width: calc(50% - 20px); } }
  @media (max-width: 479px) {
    .adaptative-wrapper.adaptative-wrapper__columns-6 .l-content {
      width: calc(100% - 20px); } }

.video-bg {
  height: 60vh;
  min-height: 60vh;
  position: relative;
  overflow: hidden; }
  .video-bg video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 1;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .video-bg .video-bg__content {
    z-index: 2;
    position: absolute;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 60vh;
    min-height: 60vh;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    place-content: center space-between; }
    .video-bg .video-bg__content h2 {
      text-align: center; }
    .video-bg .video-bg__content .video-bg__content--btn {
      margin-bottom: 60px; }

.loading__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both; }

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
          animation: sk-chase-dot 2.0s infinite ease-in-out both; }

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #00609f;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
          animation: sk-chase-dot-before 2.0s infinite ease-in-out both; }

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.member-account_h2 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 1em 0;
  line-height: 1.2; }

.member-account_spacing {
  height: 2.5rem;
  width: 100%; }
  @media (max-width: 999px) {
    .member-account_spacing {
      height: 1.25rem; } }
  @media (max-width: 749px) {
    .member-account_spacing {
      height: 0.9375rem; } }

.member-account_spacing--small {
  height: 1.25rem;
  width: 100%; }
  @media (max-width: 999px) {
    .member-account_spacing--small {
      height: 0.625rem; } }

.member-account_spacing--large {
  height: 3.75rem;
  width: 100%; }
  @media (max-width: 749px) {
    .member-account_spacing--large {
      height: 2.5rem; } }

.member-account_page-content {
  padding-top: 30px;
  margin: 0 25px; }
  @media (max-width: 749px) {
    .member-account_page-content {
      margin: 0 8px;
      padding-top: 15px; } }
  .member-account_page-content_wrap {
    max-width: 1000px;
    background: #fff;
    margin: 0 auto;
    padding: 20px 20px 100px; }
    @media (max-width: 749px) {
      .member-account_page-content_wrap {
        padding: 10px 8px 50px; } }

.member-account_header-page--with-overlay + .member-account_page-content {
  padding-top: 0;
  margin-top: -80px; }
  @media (max-width: 749px) {
    .member-account_header-page--with-overlay + .member-account_page-content {
      margin-top: -50px; } }
  .member-account_header-page--with-overlay + .member-account_page-content .member-account_page-content_wrap {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
    min-height: 80px; }
    @media (max-width: 749px) {
      .member-account_header-page--with-overlay + .member-account_page-content .member-account_page-content_wrap {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; } }
    .member-account_header-page--with-overlay + .member-account_page-content .member-account_page-content_wrap:after {
      content: "";
      -webkit-box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.24);
      height: 80px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0.5;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      z-index: -1; }
      @media (max-width: 749px) {
        .member-account_header-page--with-overlay + .member-account_page-content .member-account_page-content_wrap:after {
          height: 50px;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px; } }

.member-account_submenu {
  margin: 0 -10px;
  font-size: 0.9375rem;
  line-height: 1.1; }
  .member-account_submenu_title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 75px 0 20px;
    text-align: center; }
    .member-account_submenu_title_alt {
      display: block;
      font-weight: 400; }
    .member-account_submenu_title--less-margin {
      margin-top: 25px; }
    @media (max-width: 749px) {
      .member-account_submenu_title {
        font-size: 1.25rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; } }
  .member-account_submenu_checksize {
    width: 3px;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden; }
    @media (max-width: 1199px) {
      .member-account_submenu_checksize {
        width: 2px; } }
    @media (max-width: 749px) {
      .member-account_submenu_checksize {
        width: 1px; } }
  .member-account_submenu_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .member-account_submenu_column {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%; }
    @media (max-width: 1199px) {
      .member-account_submenu_column {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
  .member-account_submenu_item {
    margin: 0 30px;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc; }
    .member-account_submenu_item:last-child {
      border-bottom: 0; }
    .member-account_submenu_item a {
      display: block;
      padding: 4px 20px 6px 0;
      position: relative;
      -webkit-transition: color 150ms;
      transition: color 150ms; }
      .member-account_submenu_item a .icon-wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
      .member-account_submenu_item a .icon-arrow-submenu {
        width: 7px;
        height: 14px;
        fill: #afcaee;
        -webkit-transition: fill 150ms;
        transition: fill 150ms; }
      .member-account_submenu_item a:hover .icon-arrow-submenu, .member-account_submenu_item a:focus .icon-arrow-submenu {
        fill: #00609f; }
    .member-account_submenu_item_info {
      margin-top: 0.1875rem;
      color: #000;
      display: block;
      font-size: 0.8125rem; }
  .member-account_submenu_after {
    text-align: center;
    margin: 10px 0; }

.content-header {
  text-align: center;
  padding: 20px 0; }
  .content-header_title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2; }
    @media (max-width: 749px) {
      .content-header_title {
        font-size: 0.875rem; } }
    .content-header_title + * {
      margin-top: 1rem; }
  .content-header .link-with-pin {
    text-decoration: underline;
    -webkit-transition: color 150ms;
    transition: color 150ms; }
    .content-header .link-with-pin .icon-wrapper {
      display: inline-block;
      margin-top: 5px;
      margin-right: 0.3em; }
    .content-header .link-with-pin svg {
      margin-bottom: -5px;
      width: 17px;
      height: 24px;
      fill: #009fe1;
      -webkit-transition: fill 150ms;
      transition: fill 150ms; }
    .content-header .link-with-pin:hover svg, .content-header .link-with-pin:focus svg {
      fill: #00609f; }

.header-page-infos {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto; }
  .header-page-infos .icon-wrapper svg {
    fill: #fff; }
  .header-page-infos .icon-wrapper .icon-gift-card {
    width: 72px;
    height: 55px; }
  .header-page-infos_title {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 749px) {
      .header-page-infos_title {
        font-size: 1.5rem; } }
  .header-page-infos_subtitle {
    color: #afcaee;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2; }
    .header-page-infos_subtitle_action {
      margin: 0.625rem; }
    @media (max-width: 749px) {
      .header-page-infos_subtitle {
        font-size: 1rem; } }
  .header-page-infos_title + .header-page-infos_subtitle {
    margin-top: 0.3125rem; }
  .header-page-infos_more {
    margin-top: 30px;
    margin-bottom: -20px;
    font-size: 0.875rem; }
    .header-page-infos_more a {
      -webkit-transition: color 150ms;
      transition: color 150ms;
      text-decoration: underline; }
      .header-page-infos_more a:hover, .header-page-infos_more a:focus {
        color: #fff; }

.header-membership-infos {
  margin: 0 -40px 0 30px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px 25px 25px 250px;
  width: 100%;
  max-width: 545px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .header-membership-infos-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 749px) {
    .header-membership-infos {
      padding: 0;
      background: none;
      margin: 0;
      max-width: 310px; } }
  .header-membership-infos_content > div + div {
    margin-top: 12px; }
  .header-membership-infos a.underlined {
    text-decoration: underline;
    -webkit-transition: color 150ms;
    transition: color 150ms; }
    .header-membership-infos a.underlined:hover, .header-membership-infos a.underlined:focus {
      color: #fff; }
  .header-membership-infos_card {
    width: 240px;
    height: 147px;
    float: left;
    margin-left: -290px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.35); }
    @media (max-width: 749px) {
      .header-membership-infos_card {
        float: none;
        margin: 0 auto 20px;
        width: 100%;
        padding-top: 61.25%;
        height: 0; } }
    .header-membership-infos_card_svg {
      background-color: #092968;
      background-size: cover; }
      @media (max-width: 749px) {
        .header-membership-infos_card_svg {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%; } }
    .header-membership-infos_card svg {
      width: 100%;
      height: 100%;
      display: block; }
  .header-membership-infos_renew-date {
    font-size: 0.875rem;
    font-weight: 600;
    color: #afcaee;
    line-height: 1.2; }
    .header-membership-infos_renew-date strong {
      display: block;
      font-size: 1.125rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.3; }
  .header-membership-infos_activated {
    color: #16ce3d;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-membership-infos_activated_label {
      display: block;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      margin-left: 5px; }
    .header-membership-infos_activated .icon-wrapper {
      display: inline-block; }
    .header-membership-infos_activated svg {
      width: 24px;
      height: 24px;
      fill: #16ce3d; }
  .header-membership-infos_renew-now {
    font-size: 0.75rem; }
    .header-membership-infos_renew-now.push-down {
      margin-top: 24px; }
  .header-membership-infos_more {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    padding: 15px; }
    .header-membership-infos_more p {
      margin: 0 0 .8em;
      color: #afcaee;
      font-size: 0.875rem;
      line-height: 1.2; }
    .header-membership-infos_more :last-child {
      margin-bottom: 0; }
    .header-membership-infos_more .header-membership-infos_more_amount {
      color: #fff; }
      .header-membership-infos_more .header-membership-infos_more_amount span {
        font-size: 1.125rem;
        font-weight: 600;
        display: block; }

.member-account_associated-member-card {
  padding: 30px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  font-size: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .member-account_associated-member-card h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0 0 0.2em;
    line-height: 1.1; }
  .member-account_associated-member-card a {
    text-decoration: underline;
    -webkit-transition: color 150ms;
    transition: color 150ms; }
  .member-account_associated-member-card--AC {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(190, 0, 0, 0)), to(rgba(190, 0, 0, 0.25)));
    background: linear-gradient(to bottom, rgba(190, 0, 0, 0) 20%, rgba(190, 0, 0, 0.25) 100%); }
    .member-account_associated-member-card--AC .member-account_associated-member-card_type {
      color: #b00; }
  .member-account_associated-member-card--CP {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(190, 190, 190, 0)), to(rgba(190, 190, 190, 0.25)));
    background: linear-gradient(to bottom, rgba(190, 190, 190, 0) 20%, rgba(190, 190, 190, 0.25) 100%); }
    .member-account_associated-member-card--CP .member-account_associated-member-card_type {
      color: #999; }
  .member-account_associated-member-card--B {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(125, 164, 217, 0)), to(rgba(125, 164, 217, 0.25)));
    background: linear-gradient(to bottom, rgba(125, 164, 217, 0) 20%, rgba(125, 164, 217, 0.25) 100%); }
    .member-account_associated-member-card--B .member-account_associated-member-card_type {
      color: #00609f; }
  .member-account_associated-member-card--P, .member-account_associated-member-card--RV {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(212, 151, 44, 0)), to(rgba(212, 151, 44, 0.25)));
    background: linear-gradient(to bottom, rgba(212, 151, 44, 0) 20%, rgba(212, 151, 44, 0.25) 100%); }
    .member-account_associated-member-card--P .member-account_associated-member-card_type, .member-account_associated-member-card--RV .member-account_associated-member-card_type {
      color: #d4972c; }
  .member-account_associated-member-card--PMRV, .member-account_associated-member-card--PM {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(120, 120, 120, 0)), to(rgba(120, 120, 120, 0.25)));
    background: linear-gradient(to bottom, rgba(120, 120, 120, 0) 20%, rgba(120, 120, 120, 0.25) 100%); }
    .member-account_associated-member-card--PMRV .member-account_associated-member-card_type, .member-account_associated-member-card--PM .member-account_associated-member-card_type {
      color: #767676; }
  .member-account_associated-member-card_type {
    margin-top: 0.5em;
    font-weight: 600;
    font-style: italic; }
  .member-account_associated-member-card_link {
    margin-top: 1.5em;
    font-size: 0.875rem;
    font-weight: 600; }

.header-renew {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 749px) {
    .header-renew {
      display: block;
      max-width: 21.25rem; } }
  .header-renew > div {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    display: block; }
    @media (max-width: 749px) {
      .header-renew > div {
        padding: 25px 15px;
        width: 100%; } }
    .header-renew > div:last-child {
      border-left: 1px solid #00609f; }
      @media (max-width: 749px) {
        .header-renew > div:last-child {
          border-top: 1px solid #00609f;
          border-left: 0; } }
  .header-renew.header-renew--no-card {
    max-width: 25rem; }
    .header-renew.header-renew--no-card > div {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      width: 100%; }
      .header-renew.header-renew--no-card > div:last-child {
        border: 0; }
  .header-renew p {
    margin: 0;
    font-size: 0.875rem;
    color: #afcaee;
    line-height: 1.2; }
    .header-renew p strong {
      color: #fff;
      font-weight: inherit; }
    .header-renew p + p {
      margin-top: 0.7em; }
  .header-renew_after {
    text-align: center;
    margin-top: 20px; }
    @media (max-width: 749px) {
      .header-renew_after {
        margin-top: 15px; } }
  .header-renew_title {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1; }
  .header-renew_status {
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    padding: 7px 10px 5px;
    margin: 12px 0; }
    .header-renew_status_label {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      margin-left: 5px;
      color: #16ce3d;
      font-size: 0.875rem;
      font-weight: 600;
      font-style: italic;
      display: block;
      line-height: 1; }
    .header-renew_status .icon-wrapper {
      display: inline-block; }
    .header-renew_status svg {
      width: 24px;
      height: 24px;
      fill: #16ce3d; }
  .header-renew_deactivate {
    margin-left: 15px;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    font-size: 0.75rem;
    display: block; }
  .header-renew_card-infos {
    margin: 12px 0; }
    .header-renew_card-infos p + p {
      margin-top: 5px; }
  .header-renew_smaller,
  .header-renew_smaller a {
    font-size: 0.8125rem; }
  .header-renew .underlined {
    text-decoration: underline; }
  .header-renew a {
    -webkit-transition: color 150ms;
    transition: color 150ms; }
    .header-renew a:hover, .header-renew a:focus {
      color: #fff; }

.member-account_renew-alt {
  text-align: center; }
  .member-account_renew-alt h2 {
    margin: 30px 15px 0;
    font-weight: 400;
    font-size: 1.75rem; }
    @media (max-width: 749px) {
      .member-account_renew-alt h2 {
        margin: 20px 15px 0;
        font-size: 1.3125rem; } }
  .member-account_renew-alt_content {
    margin: 0 15px; }
    .member-account_renew-alt_content p {
      font-weight: 700;
      font-size: 1.125rem; }
      @media (max-width: 749px) {
        .member-account_renew-alt_content p {
          font-size: 1rem; } }
  .member-account_renew-alt_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px auto 0; }
    .member-account_renew-alt_list-wrap {
      margin: 0 -15px; }
    @media (max-width: 749px) {
      .member-account_renew-alt_list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        max-width: 360px; } }
  .member-account_renew-alt_item {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    padding: 0 15px;
    margin: 30px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 10rem; }
    @media (max-width: 749px) {
      .member-account_renew-alt_item {
        width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
    .member-account_renew-alt_item .icon-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 50px;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .member-account_renew-alt_item svg {
      width: 60px;
      height: 50px;
      fill: #009fe1; }
    .member-account_renew-alt_item svg.icon-nous-joindre {
      height: 40px;
      margin-top: 5px; }
    .member-account_renew-alt_item svg.icon-ecrivez-nous {
      margin-right: -15px;
      margin-bottom: -5px;
      margin-top: 5px; }
    .member-account_renew-alt_item svg.icon-centre-voyage {
      height: 45px; }
    .member-account_renew-alt_item_title,
    .member-account_renew-alt_item p {
      font-size: 0.9375rem;
      line-height: 1.2;
      margin: 0; }
    .member-account_renew-alt_item_title {
      margin-top: 15px;
      font-weight: 600;
      margin-bottom: 0.5em; }
    .member-account_renew-alt_item p {
      color: #5b5b5b; }

.header-service {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 749px) {
    .header-service {
      padding: 15px;
      margin-right: -7px;
      margin-left: 18px; } }
  .header-service_wrap {
    max-width: 520px;
    margin: 0 auto; }
  .header-service_card {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 133px;
    height: 85px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.35);
    float: left;
    margin-left: -45px; }
    @media (max-width: 749px) {
      .header-service_card {
        margin-left: -35px; } }
    .header-service_card .header-membership-infos_card_svg {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .header-service_card .header-membership-infos_card_svg svg {
        width: 100%;
        height: 100%;
        display: block; }
  .header-service_content {
    padding-left: 25px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    color: #fff;
    font-size: 1rem; }
    @media (max-width: 749px) {
      .header-service_content {
        padding-left: 15px;
        font-size: 0.875rem; } }
    @media (max-width: 399px) {
      .header-service_content {
        font-size: 0.8125rem; } }

.partner-cards {
  margin: 0 -11px; }
  .partner-cards_title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 40px 0;
    text-align: center; }
    @media (max-width: 749px) {
      .partner-cards_title {
        font-size: 1.5rem; } }
  .partner-cards_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (min-width: 750px) and (max-width: 1199px) {
      .partner-cards_list {
        max-width: 622px;
        margin: 0 auto; } }
    @media (max-width: 749px) {
      .partner-cards_list {
        display: block; } }
  .partner-cards_load-more-wrap {
    text-align: center;
    margin: 10px 0; }
  .partner-cards_load-more {
    background: none;
    border: 0;
    text-align: center;
    color: #009fe1;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    font-size: 0.9375rem; }
    .partner-cards_load-more:hover, .partner-cards_load-more:focus {
      color: #00609f;
      text-decoration: underline; }

.partner-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (min-width: 750px) and (max-width: 1199px) {
    .partner-card {
      width: 50%;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
  @media (max-width: 749px) {
    .partner-card {
      width: 100%;
      max-width: 300px;
      margin: 11px auto; } }
  .partner-card_padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 11px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .partner-card_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: #dff2fb;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
            box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24); }
  .partner-card_logo {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
    height: 150px;
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .partner-card_logo_size {
      max-width: 150px; }
    .partner-card_logo img {
      max-width: 100%;
      max-height: 130px;
      width: auto;
      height: auto;
      display: block; }
  .partner-card_content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 11px;
    min-height: 150px; }
    .partner-card_content_text {
      margin-bottom: 5px; }
    .partner-card_content_action {
      margin-top: 11px; }
  .partner-card_name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0.25rem 0;
    padding: 0; }
  .partner-card_address {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0.5rem 0;
    color: #1d479e;
    padding-left: 13px; }
    .partner-card_address .icon-wrapper {
      display: inline-block;
      float: left;
      margin-left: -13px; }
      .partner-card_address .icon-wrapper svg {
        width: 9px;
        height: 12px;
        fill: #1d479e; }
  .partner-card_infos {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 1rem 0 0; }

.pub2x {
  margin: 75px 0;
  background: linear-gradient(160deg, #0178bd 0%, #102e91 96%);
  border-radius: 8px;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 749px) {
    .pub2x {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 20px;
      display: block;
      width: auto; } }
  .pub2x_img {
    padding: 0 45px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 1199px) {
      .pub2x_img {
        padding: 0 20px; } }
    @media (max-width: 749px) {
      .pub2x_img {
        padding: 15px 0 5px;
        text-align: center; } }
    .pub2x_img img {
      width: 183px;
      height: 99px; }
      @media (max-width: 1199px) {
        .pub2x_img img {
          width: 136px;
          height: 74px; } }
      @media (max-width: 749px) {
        .pub2x_img img {
          width: 80px;
          height: 43px; } }
  .pub2x_text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    @media (max-width: 749px) {
      .pub2x_text {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        text-align: center;
        max-width: 18.75rem;
        margin: 0 auto; } }
  .pub2x_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff; }
    @media (max-width: 1199px) {
      .pub2x_title {
        font-size: 1.3125rem; } }
    @media (max-width: 999px) {
      .pub2x_title {
        font-size: 1.125rem; } }
    @media (max-width: 749px) {
      .pub2x_title {
        font-size: 1rem; } }
  .pub2x_more {
    margin-top: 0.3125rem;
    font-size: 0.875rem; }
    .pub2x_more a {
      color: #31bce4;
      text-decoration: underline;
      -webkit-transition: color 150ms;
      transition: color 150ms; }
      .pub2x_more a:hover, .pub2x_more a:focus {
        color: #fff; }
    @media (max-width: 749px) {
      .pub2x_more {
        display: none; } }
  .pub2x_action {
    padding: 0 45px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (min-width: 1200px) {
      .pub2x_action_btn {
        font-size: 1.125rem;
        padding: 15px 20px; } }
    @media (max-width: 1199px) {
      .pub2x_action {
        padding: 0 25px; } }
    @media (max-width: 749px) {
      .pub2x_action {
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 300px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 0 15px; } }
  .pub2x_action .pub2x_more {
    display: inline-block; }
    @media (min-width: 750px) {
      .pub2x_action .pub2x_more {
        display: none; } }

.member-account_table-wrap {
  margin: 0 auto;
  max-width: 650px; }

.member-account_table-border {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 20px 0 10px;
  background: #fff;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .member-account_table-border {
      margin-top: 50px; } }

table.member-account_table {
  background: transparent;
  margin: 0;
  text-align: left;
  font-size: 0.9375rem;
  border: 0;
  width: 100%; }
  @media (max-width: 749px) {
    table.member-account_table {
      font-size: 0.8125rem; } }
  table.member-account_table thead th {
    background: transparent;
    color: #000; }
  table.member-account_table th,
  table.member-account_table td {
    border: 0;
    padding: 18px 0 18px 25px; }
    table.member-account_table th:last-child,
    table.member-account_table td:last-child {
      padding-right: 25px; }
    @media (max-width: 749px) {
      table.member-account_table th,
      table.member-account_table td {
        padding: 10px 0 10px 10px;
        width: auto; }
        table.member-account_table th:last-child,
        table.member-account_table td:last-child {
          padding-right: 10px; } }
  table.member-account_table tr th:first-child,
  table.member-account_table tr td:first-child {
    width: auto; }
  table.member-account_table th {
    font-weight: 600; }
  table.member-account_table th:last-child,
  table.member-account_table thead {
    border-bottom: 1px solid #ccc; }
  table.member-account_table tfoot {
    border-top: 1px solid #ccc;
    background: #f5f5f5; }
    table.member-account_table tfoot th {
      font-size: 1.125rem; }
      @media (max-width: 749px) {
        table.member-account_table tfoot th {
          font-size: 0.8125rem; } }
    @media (max-width: 749px) {
      table.member-account_table tfoot th,
      table.member-account_table tfoot td {
        padding: 20px 10px; } }
  table.member-account_table caption {
    padding: 20px 25px;
    font-size: 1.25rem;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 749px) {
      table.member-account_table caption {
        font-size: 1rem; } }
    @media (max-width: 749px) {
      table.member-account_table caption {
        padding: 15px; } }
  table.member-account_table tbody tr {
    border-top: 1px solid #e5e5e5; }

.member-account_table--date {
  white-space: nowrap; }
  @media (max-width: 749px) {
    .member-account_table--date {
      padding: 0 !important;
      width: 0 !important; }
      .member-account_table--date span {
        display: none; } }

.member-account_table--name {
  color: #009fe1;
  width: 100% !important; }

.member-account_table--name .member-account_table--date {
  color: #000;
  display: block; }
  @media (min-width: 750px) {
    .member-account_table--name .member-account_table--date {
      display: none; } }

.member-account_table--currency {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
  width: 0; }

.member-account_table tbody tr td:first-child, .member-account_table tbody tr td:last-child {
  position: relative; }
  .member-account_table tbody tr td:first-child:after, .member-account_table tbody tr td:last-child:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    background: #fff;
    width: 25px;
    height: 3px; }
    @media (max-width: 749px) {
      .member-account_table tbody tr td:first-child:after, .member-account_table tbody tr td:last-child:after {
        width: 10px; } }

.member-account_table tbody tr td:last-child:after {
  left: auto;
  right: 0; }

.member-account_table tbody tr:first-child {
  border: 0; }
  .member-account_table tbody tr:first-child td:after {
    display: none; }

.member-account_table_note {
  color: #767676;
  font-size: 0.8125rem;
  margin-bottom: 10px; }

table.member-account_table--transactions select {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 4px 6px;
  line-height: 1;
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
  height: auto; }
  @media (min-width: 750px) {
    table.member-account_table--transactions select {
      margin-left: 0.3125rem; } }
  @media (max-width: 749px) {
    table.member-account_table--transactions select {
      width: 100%; } }

table.member-account_table--transactions label {
  margin: 0;
  padding: 0; }
  @media (max-width: 749px) {
    table.member-account_table--transactions label {
      font-size: 0.8125rem; } }

table.member-account_table--transactions label.member-account_table_checkbox {
  padding-left: 20px; }
  @media (max-width: 749px) {
    table.member-account_table--transactions label.member-account_table_checkbox {
      text-align: center;
      padding: 0; }
      table.member-account_table--transactions label.member-account_table_checkbox span {
        display: block; } }

table.member-account_table--transactions input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: 0.2em; }
  @media (max-width: 749px) {
    table.member-account_table--transactions input[type="checkbox"] {
      float: none;
      margin: 0; } }

@media (max-width: 749px) {
  table.member-account_table--transactions label.member-account_table_select span {
    display: none; } }

table.member-account_table--transactions.is-loading {
  position: relative; }
  table.member-account_table--transactions.is-loading:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 1; }
  table.member-account_table--transactions.is-loading:after {
    content: "";
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url("../img/old/loading-80x80.gif") center center no-repeat;
    position: absolute;
    z-index: 1; }

.member-account_table_load-more {
  background: none;
  border: 0;
  text-align: center;
  color: #009fe1;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  font-size: 0.9375rem; }
  .member-account_table_load-more:hover, .member-account_table_load-more:focus {
    color: #00609f;
    text-decoration: underline; }
  .member-account_table_load-more-wrap {
    text-align: center;
    margin: 30px 0 0; }

.member-account_services-list {
  margin: 10px 0 0;
  padding: 0; }
  .member-account_services-list_wrapper {
    max-width: 600px;
    margin: 40px auto 0; }
    .member-account_services-list_wrapper h2 {
      font-size: 1.25rem;
      margin: 1em 0 0.2em; }
  .member-account_services-list > li {
    list-style: none;
    margin: 0;
    padding: 12px 0 14px;
    border-top: 1px solid #ccc; }
    .member-account_services-list > li:last-child {
      border-bottom: 1px solid #ccc; }
    .member-account_services-list > li p {
      font-size: 0.9375rem;
      margin: 0; }
      .member-account_services-list > li p + p {
        margin-top: 0.7em; }
        .member-account_services-list > li p + p.is-smaller {
          margin-top: 0.1em;
          color: #767676; }
    .member-account_services-list > li .is-smaller,
    .member-account_services-list > li p.is-smaller {
      font-size: 0.8125rem; }

.member-account_big-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 75px 0 20px;
  font-weight: 400;
  text-align: center; }
  .member-account_big-title strong {
    font-weight: 700; }
  .member-account_big-title--less-margin {
    margin-top: 25px; }
  .member-account_big-title_btn {
    margin-top: 1.25rem; }
    .member-account_big-title_btn a {
      font-size: 1.125rem;
      padding: 0.875rem 1.125rem;
      display: inline-block;
      border-radius: 4px;
      text-transform: uppercase;
      font-weight: 700;
      background: #009fe1;
      border: 0;
      color: #fff;
      -webkit-transition: background 150ms;
      transition: background 150ms;
      line-height: 1em; }
      .member-account_big-title_btn a:hover, .member-account_big-title_btn a:focus {
        background: #00609f;
        color: #fff;
        text-decoration: none; }
  @media (max-width: 749px) {
    .member-account_big-title {
      font-size: 1.25rem;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      .member-account_big-title_btn {
        margin-top: 0.625rem; }
        .member-account_big-title_btn a {
          font-size: 0.875rem;
          padding: 8px 10px;
          display: inline-block;
          border-radius: 4px;
          text-transform: uppercase;
          font-weight: 700;
          background: #009fe1;
          border: 0;
          color: #fff;
          -webkit-transition: background 150ms;
          transition: background 150ms;
          line-height: 1em; }
          .member-account_big-title_btn a:hover, .member-account_big-title_btn a:focus {
            background: #00609f;
            color: #fff;
            text-decoration: none; } }

.member-account_phones {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
          box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
  padding: 25px 50px 25px 40px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
  @media (max-width: 749px) {
    .member-account_phones {
      padding: 15px 30px; } }
  .member-account_phones_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .member-account_phones_icon {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 40px; }
    .member-account_phones_icon svg {
      margin-bottom: -4px;
      width: 55px;
      height: 60px;
      fill: #00609f; }
    @media (max-width: 749px) {
      .member-account_phones_icon {
        padding-right: 20px; }
        .member-account_phones_icon svg {
          width: 40px;
          height: 50px; } }
  .member-account_phones_content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    .member-account_phones_content p {
      margin: 0; }
      .member-account_phones_content p a {
        font-weight: 600;
        font-size: 1.125rem; }
      .member-account_phones_content p + p {
        margin-top: 0.5em; }

.profile2017 {
  color: #fff;
  background: url("../img/header_fidelity_bg.jpg") bottom center no-repeat #102e91;
  background-size: cover;
  padding-bottom: 100px; }
  .profile2017_wrapper {
    position: relative;
    will-change: transform; }
    @media (min-width: 750px) and (max-width: 849px) {
      .profile2017_wrapper {
        left: calc(-5% - 10px); } }
  .profile2017_percent {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 195px;
    height: 195px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -97px;
    left: calc(25% - 165px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: opacity 700ms, -webkit-transform 700ms;
    transition: opacity 700ms, -webkit-transform 700ms;
    transition: transform 700ms, opacity 700ms;
    transition: transform 700ms, opacity 700ms, -webkit-transform 700ms;
    opacity: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 80px 15px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 80px 15px rgba(255, 255, 255, 0.5); }
    .profile2017_wrapper.is-ready .profile2017_percent {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    .profile2017_percent .dps_profile-percentage {
      margin: 0;
      width: 176px;
      height: 176px; }
      .profile2017_percent .dps_profile-percentage svg {
        width: 176px;
        height: 176px; }
    @media (max-width: 749px) {
      .profile2017_percent {
        position: relative;
        top: 0;
        margin: -20px auto 30px;
        left: 0; } }
  .profile2017_slider {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .profile2017_slider-wrapper {
      -webkit-transition: opacity 600ms;
      transition: opacity 600ms;
      opacity: 0; }
      .profile2017_wrapper.is-ready .profile2017_slider-wrapper {
        opacity: 1; }
    .profile2017_slider_items-wrapper {
      margin-left: calc(50% - 135px);
      width: 100%; }
      .profile2017_slider_items-wrapper:before, .profile2017_slider_items-wrapper:after {
        content: "";
        display: table;
        line-height: 0; }
      .profile2017_slider_items-wrapper:after {
        clear: both; }
    .profile2017_slider_items {
      width: calc(4 * 270px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      left: 0; }
      .profile2017_wrapper.is-ready .profile2017_slider_items {
        -webkit-transition: all 700ms;
        transition: all 700ms; }
    .profile2017_slider_item {
      width: 270px;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      opacity: 0.4;
      position: relative;
      -webkit-transition: all 700ms;
      transition: all 700ms; }
      .profile2017_slider_item--active {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
      .profile2017_slider_item_card {
        border-radius: 8px;
        width: 100%;
        -webkit-box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
                box-shadow: 0 0 24px 0 rgba(128, 128, 128, 0.24);
        background: #fff;
        height: 365px;
        padding: 40px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
        .profile2017_slider_item_card_identity {
          text-align: center;
          margin-bottom: 35px; }
          .profile2017_slider_item_card_identity svg {
            width: 56px;
            height: 56px;
            fill: #245bca; }
          .profile2017_slider_item_card_identity .icon-wrapper {
            margin: 0 auto 10px;
            display: inline-block; }
        .profile2017_slider_item_card.is-not-completed .completed {
          display: none; }
        .profile2017_slider_item_card.is-completed .not_completed {
          display: none; }
        .profile2017_slider_item_card.is-completed_identity svg {
          fill: #16cc3f; }
        .profile2017_slider_item_card_title {
          display: block;
          color: #aeadad;
          font-size: 0.75rem;
          font-weight: 700;
          text-transform: uppercase; }
          .profile2017_slider_item_card_title:before {
            content: "- "; }
          .profile2017_slider_item_card_title:after {
            content: " -"; }
        .profile2017_slider_item_card_infos {
          color: #000;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.2;
          text-align: center; }
        .profile2017_slider_item_card_new {
          display: inline-block;
          font-size: 0.75rem;
          background: #ffdc17;
          border-radius: 15px;
          text-transform: uppercase;
          padding: 6px 12px;
          margin-bottom: 1em; }
        .profile2017_slider_item_card_actions {
          text-align: center; }
          .profile2017_slider_item_card_actions .medium-btn {
            margin: 8px 0; }
        .profile2017_slider_item_card_completed {
          margin-top: 10px;
          font-weight: 700;
          line-height: 1.2;
          text-align: center;
          font-size: 0.75rem;
          background: #16cc3f;
          border-radius: 15px;
          text-transform: uppercase;
          padding: 6px 12px;
          margin-bottom: 1em;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #fff; }
          .profile2017_slider_item_card_completed .icon-wrapper {
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            margin: -4px 5px -6px 0; }
          .profile2017_slider_item_card_completed svg {
            width: 16px;
            height: 16px;
            fill: #fff; }
        .profile2017_slider_item_card_edit {
          border: 0;
          background: transparent;
          text-transform: uppercase;
          font-size: 0.8125rem;
          color: #009fe1;
          -webkit-transition: color 150ms;
          transition: color 150ms;
          text-decoration: underline;
          font-weight: 700; }
          .profile2017_slider_item_card_edit:hover, .profile2017_slider_item_card_edit:focus {
            color: #00609f; }
    .profile2017_slider_btn {
      border: 0;
      background: #fff;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      width: 32px;
      height: 32px;
      padding: 0;
      position: absolute;
      top: 50%;
      margin-top: -16px; }
      .profile2017_wrapper.is-ready .profile2017_slider_btn {
        -webkit-transition: opacity 700ms;
        transition: opacity 700ms; }
      .profile2017_slider_btn.is-disabled {
        cursor: default;
        opacity: .2;
        pointer-events: none; }
        .profile2017_slider_btn.is-disabled svg {
          fill: #767676; }
      .profile2017_slider_btn svg {
        width: 14px;
        height: 11px;
        margin-top: -2px;
        vertical-align: middle;
        fill: #009fe1;
        -webkit-transition: all 700ms;
        transition: all 700ms; }
      .profile2017_slider_btn--prev {
        left: 50%;
        margin-left: -157px; }
      .profile2017_slider_btn--next {
        right: 50%;
        margin-right: -157px; }
  .profile2017_lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms; }
  .profile2017_lightbox {
    position: fixed;
    top: 50%;
    left: calc(50% + 126px);
    z-index: 1021;
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, transform 400ms;
    transition: opacity 400ms, transform 400ms, -webkit-transform 400ms; }
    @media (max-width: 1199px) {
      .profile2017_lightbox {
        left: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media (max-width: 499px) {
      .profile2017_lightbox {
        width: 100%;
        padding: 15px;
        left: 0; } }
    .profile2017_lightbox_box {
      background: #fff;
      border-radius: 8px;
      width: 320px;
      padding: 0 10px 30px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      @media (max-width: 749px) {
        .profile2017_lightbox_box {
          margin-top: -30px; } }
      .profile2017_lightbox_box .profile2017_lightbox_actions {
        padding: 20px 20px 0; }
      @media (max-width: 499px) {
        .profile2017_lightbox_box {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          width: 100%; } }
    @media (max-width: 699px) {
      .profile2017_lightbox--questions {
        padding: 15px;
        width: 100%;
        left: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .profile2017_lightbox--questions .profile2017_lightbox_box {
      width: 660px;
      margin-top: 15px;
      padding: 0 10px 40px; }
      @media (max-width: 1199px) {
        .profile2017_lightbox--questions .profile2017_lightbox_box {
          width: 630px; } }
      @media (max-width: 749px) {
        .profile2017_lightbox--questions .profile2017_lightbox_box {
          margin-top: -30px; } }
      @media (max-width: 699px) {
        .profile2017_lightbox--questions .profile2017_lightbox_box {
          width: 100%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
      .profile2017_lightbox--questions .profile2017_lightbox_box .profile2017_lightbox_actions {
        padding: 20px 0 0; }
      .profile2017_lightbox--questions .profile2017_lightbox_box .profile2017_lightbox_content {
        max-height: calc(100vh - 250px); }
        @media (max-width: 749px) {
          .profile2017_lightbox--questions .profile2017_lightbox_box .profile2017_lightbox_content {
            max-height: calc(100vh - 290px); } }
    .profile2017_lightbox_close {
      position: absolute;
      border: 0;
      background: transparent;
      padding: 0;
      top: -30px;
      right: 5px;
      z-index: 2; }
      .profile2017_lightbox_close svg {
        fill: #fff;
        width: 20px;
        height: 20px; }
    .profile2017_lightbox_notes_supp {
      padding: 0 20px; }
      .profile2017_lightbox_notes_supp p {
        font-size: 0.6875rem; }
    .profile2017_lightbox_identity {
      text-align: center;
      top: -25px;
      position: relative; }
      .profile2017_lightbox_identity svg {
        width: 56px;
        height: 56px;
        fill: #ddd;
        display: block; }
      .profile2017_lightbox_identity_icon {
        margin: 0 auto -5px;
        display: inline-block;
        padding: 15px;
        background: #fff;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        position: relative; }
      .profile2017_lightbox_identity .icon-wrapper {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1; }
      .profile2017_lightbox_identity .percent-wrapper {
        z-index: 2;
        position: absolute;
        top: 15px;
        left: 15px; }
    .profile2017_lightbox_box.is-completed .profile2017_lightbox_identity svg {
      fill: #16cc3f; }
    .profile2017_lightbox_title {
      display: block;
      color: #aeadad;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      line-height: 1; }
      .profile2017_lightbox_title:before {
        content: "- "; }
      .profile2017_lightbox_title:after {
        content: " -"; }
    .profile2017_lightbox_content {
      padding: 0 20px;
      overflow-y: auto;
      max-height: calc(100vh - 400px);
      min-height: 100px; }
    .profile2017_lightbox_answer {
      position: relative;
      padding: 12px 40px 12px 0;
      min-height: 32px; }
      .profile2017_lightbox_answer h2 {
        font-size: 0.9375rem;
        font-weight: 600;
        color: #000;
        line-height: 1.1;
        margin: 0;
        padding: 0; }
      .profile2017_lightbox_answer p {
        font-size: 0.9375rem;
        font-weight: 400;
        color: #000;
        line-height: 1.1;
        margin: 0.3em 0 0;
        padding: 0; }
      .profile2017_lightbox_answer_list p {
        color: #767676; }
      .profile2017_lightbox_answer ul {
        margin: 0.5em 0 0 -3px; }
        .profile2017_lightbox_answer ul li {
          color: #767676;
          margin: 0;
          padding: 0; }
      .profile2017_lightbox_answer_edit {
        border: 0;
        background: transparent;
        padding: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 32px;
        height: 32px; }
        .profile2017_lightbox_answer_edit .icon-wrapper {
          border: 2px solid #009fe1;
          border-radius: 50%;
          width: 28px;
          height: 28px;
          display: block; }
          .profile2017_lightbox_answer_edit .icon-wrapper svg {
            position: absolute;
            top: 7px;
            left: 9px;
            width: 16px;
            height: 17px;
            fill: #009fe1; }
    .profile2017_lightbox_answer + .profile2017_lightbox_answer {
      border-top: 1px solid #ccc; }
    .profile2017_lightbox_actions {
      text-align: center; }
      .profile2017_lightbox_actions_navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 20px 0 -5px; }
        .profile2017_lightbox_actions_navigation button {
          padding: 5px 0;
          border: 0;
          background: transparent;
          font-size: 0.75rem;
          text-decoration: underline;
          font-weight: 700;
          color: #767676; }
          .profile2017_lightbox_actions_navigation button:hover, .profile2017_lightbox_actions_navigation button:focus {
            text-decoration: none; }
    .profile2017_lightbox .profile2017_question {
      padding: 0; }
      .profile2017_lightbox .profile2017_question_title {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.1;
        margin: 0 0 20px;
        padding: 0 20px; }
      .profile2017_lightbox .profile2017_question .dps_preferences-answer {
        padding: 0; }
    .profile2017_lightbox form {
      margin: 0;
      padding: 0; }
      .profile2017_lightbox form:before {
        display: none;
        opacity: 0;
        content: "";
        position: absolute;
        z-index: 2;
        background: url("../img/old/loading-80x80.gif") center center no-repeat;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .profile2017_lightbox form:after {
        content: "";
        display: none;
        position: absolute;
        z-index: 1;
        background: rgba(255, 255, 255, 0.8);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .profile2017_lightbox form.is-loading {
        background: none;
        height: auto;
        width: auto;
        position: relative; }
        .profile2017_lightbox form.is-loading:after {
          display: block;
          -webkit-animation-name: loading-bg-lightbox;
                  animation-name: loading-bg-lightbox;
          -webkit-animation-duration: 100ms;
                  animation-duration: 100ms;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .profile2017_lightbox form.is-loading:before {
          display: block;
          -webkit-animation-name: loading-icon-lightbox;
                  animation-name: loading-icon-lightbox;
          -webkit-animation-duration: 300ms;
                  animation-duration: 300ms;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out;
          -webkit-animation-delay: 50ms;
                  animation-delay: 50ms; }
    .profile2017_lightbox_navigation {
      position: absolute;
      bottom: -25px;
      left: 0;
      right: 0; }
      .profile2017_lightbox_navigation ul {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .profile2017_lightbox_navigation ul li {
          list-style: none;
          background: none;
          margin: 0;
          padding: 0 2px; }
      .profile2017_lightbox_navigation button {
        border: 0;
        background: #ccc;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        padding: 0;
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transition: background 150ms, -webkit-transform 150ms;
        transition: background 150ms, -webkit-transform 150ms;
        transition: transform 150ms, background 150ms;
        transition: transform 150ms, background 150ms, -webkit-transform 150ms; }
      .profile2017_lightbox_navigation .is-active button {
        -webkit-transform: scale(1);
                transform: scale(1);
        background: #00609f; }
  .profile2017 .dps_subquestion-title {
    padding-left: 0; }

@media (max-width: 749px) {
  .profile2017_lightbox {
    position: absolute;
    top: 45px; } }
  @media (max-width: 749px) and (max-width: 499px) {
    .profile2017_lightbox {
      left: 0; } }

@media (max-width: 749px) {
    .profile2017_lightbox .profile2017_lightbox_box {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 0;
      position: relative; } }
    @media (max-width: 749px) and (max-width: 499px) {
      .profile2017_lightbox .profile2017_lightbox_box {
        -webkit-transform: none;
                transform: none; } }
  @media (max-width: 749px) and (max-width: 699px) {
    .profile2017_lightbox.profile2017_lightbox--questions .profile2017_lightbox_box {
      -webkit-transform: none;
              transform: none; } }

@media (max-width: 749px) {
    .profile2017_lightbox .profile2017_lightbox_content {
      max-height: none !important; } }

@-webkit-keyframes loading-bg-lightbox {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-bg-lightbox {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes loading-icon-lightbox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loading-icon-lightbox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.will-display {
  opacity: 0; }
  .will-display.profile2017_lightbox {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }

.will-hide {
  opacity: 0; }
  .will-hide.profile2017_lightbox {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  .will-hide.profile2017_lightbox-overlay {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms; }

.will-display-next,
.will-hide-prev {
  opacity: 0; }
  .will-display-next.profile2017_lightbox,
  .will-hide-prev.profile2017_lightbox {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }

.will-display-prev,
.will-hide-next {
  opacity: 0; }
  .will-display-prev.profile2017_lightbox,
  .will-hide-next.profile2017_lightbox {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }

.header-rabais-dollars {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: flex-start space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 479px) {
    .header-rabais-dollars {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      place-content: center flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .header-rabais-dollars .img-rabais-dollars-wrapper {
    width: 200px;
    height: 170px;
    background-color: #fff;
    border-top: 8px solid #45B5AA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-rabais-dollars .img-rabais-dollars-wrapper .img-rabais-dollars {
      display: block;
      content: "";
      background: url("../svg/originals/logo-rabais-dollars.svg") no-repeat;
      margin: 0 auto;
      width: 138px;
      height: 79px; }
      @media (max-width: 479px) {
        .header-rabais-dollars .img-rabais-dollars-wrapper .img-rabais-dollars {
          padding-bottom: 24px; } }
  .header-rabais-dollars .solde-rabais-dollars {
    padding: 8px 10px 8px 40px;
    display: block;
    float: right;
    color: #009fe1;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    font-weight: bold; }
    .header-rabais-dollars .solde-rabais-dollars::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-color: #009fe1;
      position: absolute;
      left: -30px;
      -webkit-mask: url("../svg/originals/espace-membre.svg") no-repeat;
      mask: url("../svg/originals/espace-membre.svg") no-repeat; }
    .header-rabais-dollars .solde-rabais-dollars:hover {
      color: #00609f; }
      .header-rabais-dollars .solde-rabais-dollars:hover::before {
        background-color: #00609f; }

.rabais-dollars-page .rabais-dollars-wrapper .l-wrapper .l-wrapper {
  width: 100%; }

@media (min-width: 768px) and (max-width: 991px) {
  .rabais-dollars-page .rabais-dollars-wrapper .l-section {
    background-position: right; } }

@media (max-width: 767px) {
  .rabais-dollars-page .rabais-dollars-wrapper .l-section {
    background-position: right; } }

.rabais-dollars-page .rabais-dollars-wrapper .slider-featured-promo {
  margin-top: 45px; }
  .rabais-dollars-page .rabais-dollars-wrapper .slider-featured-promo h2 {
    margin-bottom: 30px; }

.rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form {
  padding-top: 45px; }
  @media (min-width: 1200px) {
    .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form {
      padding-top: 75px;
      padding-bottom: 45px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .solde-rabais-dollars {
    padding: 0 0 8px 0;
    display: block; }
  .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper {
    -webkit-box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.2);
    border: none;
    border-top: 8px solid #45B5AA; }
    @media (min-width: 768px) and (max-width: 991px) {
      .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper {
        width: calc(50% - 30px) !important; }
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper .search-wrapper,
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper .custom-select-wrapper {
          width: 100%; }
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper .choice-separator {
          height: 20px; } }
    .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper h1,
    .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper .title-rabais-dollars {
      font-size: 28px;
      line-height: 2.25rem;
      margin: 0 auto 24px; }
      @media (max-width: 1199px) {
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper h1,
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper .title-rabais-dollars {
          font-size: 25px; } }
      @media (min-width: 1200px) {
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper h1,
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .custom-field-wrapper .title-rabais-dollars {
          max-width: 680px; } }
  @media (max-width: 479px) {
    .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form {
      padding-top: 24px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .rabais-dollars-form--button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0 4px; }
    @media (max-width: 1199px) {
      .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .rabais-dollars-form--button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .rabais-dollars-form--button .fallback {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media (max-width: 1199px) {
        .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-form .rabais-dollars-form--button .fallback {
          height: 42px;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end; } }

.rabais-dollars-page .rabais-dollars-wrapper h2 {
  line-height: normal;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  color: #000;
  margin: 0 0 10px; }
  @media (max-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper h2 {
      font-size: 35px;
      line-height: 1.06; } }
  @media (max-width: 480px) {
    .rabais-dollars-page .rabais-dollars-wrapper h2 {
      font-size: 30px;
      line-height: 1; } }

.rabais-dollars-page .rabais-dollars-wrapper .centered {
  text-align: center; }

.rabais-dollars-page .rabais-dollars-wrapper .has-blue-gradient {
  background: #dff2fb;
  background: -webkit-gradient(linear, left top, left bottom, from(#dff2fb), to(#fff));
  background: linear-gradient(to bottom, #dff2fb 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dff2fb', endColorstr='#ffffff', GradientType=0);
  width: 100%; }

.rabais-dollars-page .rabais-dollars-wrapper .has-dark-blue-bkg {
  background: #00609f; }

.rabais-dollars-page .rabais-dollars-wrapper .has-turquoise-bkg {
  background-color: #45B5AA; }
  .rabais-dollars-page .rabais-dollars-wrapper .has-turquoise-bkg .pale-subtitle {
    color: #fff; }

.rabais-dollars-page .rabais-dollars-wrapper .has-blue-bkg,
.rabais-dollars-page .rabais-dollars-wrapper .blue-box {
  background-color: #dff2fb; }

.rabais-dollars-page .rabais-dollars-wrapper .blue-box {
  padding: 60px 0 46px; }
  @media (max-width: 1199px) {
    .rabais-dollars-page .rabais-dollars-wrapper .blue-box {
      padding: 40px 0 34px; } }
  @media (max-width: 479px) {
    .rabais-dollars-page .rabais-dollars-wrapper .blue-box {
      padding: 34px 0 25px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .blue-box .col-blue-border .txt-inspire {
    margin-top: 22px; }

.rabais-dollars-page .rabais-dollars-wrapper .col-blue-border {
  border: 1px #b2e1f6 solid;
  min-height: 238px;
  text-align: center; }
  @media (max-width: 479px) {
    .rabais-dollars-page .rabais-dollars-wrapper .col-blue-border {
      min-height: 1px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .col-blue-border .img-inspiration {
    height: 195px;
    margin: -1px;
    background: no-repeat center;
    background-size: cover; }
    @media (max-width: 480px) {
      .rabais-dollars-page .rabais-dollars-wrapper .col-blue-border .img-inspiration {
        height: 218px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .col-blue-border .txt-brand {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    margin: 0 25px 10px; }
  .rabais-dollars-page .rabais-dollars-wrapper .col-blue-border .txt-inspire {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 10px; }
    @media (max-width: 480px) {
      .rabais-dollars-page .rabais-dollars-wrapper .col-blue-border .txt-inspire {
        margin: 25px; } }

.rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens h2 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens h2 {
      font-size: 35px; } }
  @media (max-width: 479px) {
    .rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens h2 {
      font-size: 30px; } }

.rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens .grid-wrapper {
  margin: 0 -10px; }
  @media (min-width: 480px) {
    .rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens .grid-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens .image-box {
  margin: 0 0 20px;
  padding: 0 10px;
  width: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens .image-box {
      width: 33.3%; } }

.rabais-dollars-page .rabais-dollars-wrapper .images-titres-liens .col-blue-border {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background: #fff; }

.rabais-dollars-page .rabais-dollars-wrapper .col-dfp-title {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px; }

@media (min-width: 1024px) {
  .rabais-dollars-page .rabais-dollars-wrapper .col-dfp-grid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .rabais-dollars-page .rabais-dollars-wrapper .col-dfp-grid-wrapper .col-dfp {
      width: 300px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }

@media (max-width: 479px) {
  .rabais-dollars-page .rabais-dollars-wrapper .col-dfp-grid-wrapper .image-box {
    width: 100%;
    margin-bottom: 25px; } }

.rabais-dollars-page .rabais-dollars-wrapper .col-dfp-grid-wrapper .img-inspiration {
  margin: -1px; }
  @media (max-width: 480px) {
    .rabais-dollars-page .rabais-dollars-wrapper .col-dfp-grid-wrapper .img-inspiration {
      height: 195px; } }

.rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes .btn-pale-blue {
  margin: 40px 0 0; }

.rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes .grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px; }

.rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes [class^="col"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 769px) {
    .rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes [class^="col"].col-img {
      max-width: 450px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
  @media (min-width: 1024px) {
    .rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes [class^="col"] {
      margin: 45px 20px; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes [class^="col"] {
      margin: 45px 15px; } }
  @media (max-width: 767px) {
    .rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes [class^="col"] {
      margin: 20px 20px 35px; }
      .rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes [class^="col"].col-img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin: 0 20px; } }

.rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes .img-basic-card {
  height: 100%;
  width: auto; }
  .rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes .img-basic-card img {
    bottom: -45px; }
    @media (max-width: 767px) {
      .rabais-dollars-page .rabais-dollars-wrapper .image-titres-textes .img-basic-card img {
        position: relative;
        bottom: 0;
        display: block;
        margin: 0 auto; } }

.rabais-dollars-page .rabais-dollars-wrapper .pale-subtitle {
  color: #dff2fb;
  font-size: 23px;
  font-weight: bold;
  font-style: normal;
  text-align: left; }
  .rabais-dollars-page .rabais-dollars-wrapper .pale-subtitle.large {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .rabais-dollars-page .rabais-dollars-wrapper .pale-subtitle.large {
        font-size: 35px;
        line-height: 1.14; } }
    @media (max-width: 479px) {
      .rabais-dollars-page .rabais-dollars-wrapper .pale-subtitle.large {
        font-size: 30px;
        line-height: 1.33; } }
  .has-turquoise-bkg .rabais-dollars-page .rabais-dollars-wrapper .pale-subtitle {
    color: #fff; }

.rabais-dollars-page .rabais-dollars-wrapper .white-text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: left; }

.rabais-dollars-page .rabais-dollars-wrapper .btn-pale-blue {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  padding: 10px 15px;
  background-color: #009fe1;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; }
  .rabais-dollars-page .rabais-dollars-wrapper .btn-pale-blue:hover {
    color: #fff;
    background-color: #00609f; }
  .centered .rabais-dollars-page .rabais-dollars-wrapper .btn-pale-blue {
    display: inline-block; }

.rabais-dollars-page .rabais-dollars-wrapper .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.rabais-dollars-page .rabais-dollars-wrapper .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .slick-dots {
      margin-right: 20px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    line-height: 13px; }
  .rabais-dollars-page .rabais-dollars-wrapper .slick-dots button {
    height: 13px;
    width: 13px;
    -webkit-box-shadow: 0 2px 9px 0 rgba(74, 74, 74, 0.5);
            box-shadow: 0 2px 9px 0 rgba(74, 74, 74, 0.5);
    background-color: #fff;
    border: 0;
    padding: 0;
    border-radius: 50%;
    text-indent: -9999px; }
  .rabais-dollars-page .rabais-dollars-wrapper .slick-dots .slick-active button {
    background: #009fe1; }

.rabais-dollars-page .rabais-dollars-wrapper .cat-promo {
  background: #dff2fb;
  border: 1px solid #b2e1f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  .rabais-dollars-page .rabais-dollars-wrapper .cat-promo h4 {
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #c9d8de;
    margin: 0 0 10px;
    padding-bottom: 10px;
    color: #000; }
  .rabais-dollars-page .rabais-dollars-wrapper .cat-promo p {
    color: #000; }
  .rabais-dollars-page .rabais-dollars-wrapper .cat-promo .img-brand {
    width: 275px;
    min-height: 188px;
    margin: -1px 0 -1px -1px;
    background: center no-repeat;
    background-size: cover; }
  .rabais-dollars-page .rabais-dollars-wrapper .cat-promo .cat-promo-desc {
    margin: 30px 25px; }
    .rabais-dollars-page .rabais-dollars-wrapper .cat-promo .cat-promo-desc.with-img {
      width: calc(100% - 325px); }
  @media (max-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .cat-promo {
      display: block; }
      .rabais-dollars-page .rabais-dollars-wrapper .cat-promo .img-brand {
        height: 250px;
        width: auto;
        margin: -1px -1px 0; }
      .rabais-dollars-page .rabais-dollars-wrapper .cat-promo .cat-promo-desc {
        margin: 15px;
        width: auto !important; } }

.rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px; }
  .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slider .grid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 767px) {
    .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slider {
      margin: 0 0 45px 20px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slider.slick-initialized {
    display: block; }

.rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide {
  padding: 0 8px;
  height: auto; }
  @media (max-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide {
      width: 350px;
      padding: 0 5px; } }
  @media (max-width: 320px) {
    .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide {
      width: 280px;
      padding: 0; } }
  .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide .col-blue-border {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide .txt-type-title {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 15px 20px 0;
    line-height: normal; }
  .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide .img-brand {
    height: 390px;
    margin: -1px;
    background: no-repeat center;
    background-size: cover; }
    @media (max-width: 991px) {
      .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide .img-brand {
        height: 354px; } }
    .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide .img-brand img {
      max-height: none; }
  .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide .txt-brand {
    margin: 10px 20px 0;
    text-align: left; }
  .rabais-dollars-page .rabais-dollars-wrapper .featured-offer-slide .txt-bottom {
    color: #009fe1;
    position: relative;
    text-align: left;
    margin: 10px 0 18px 20px; }

.rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list {
  padding: 65px 0; }
  .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px; }
  .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list .grid-wrapper.tablet-and-up {
    width: 100%;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list {
      padding: 45px 0; } }
  @media (max-width: 479px) {
    .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list .col-blue-border {
      padding-bottom: 35px; } }
  .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list .col-blue-border .img-brand {
    height: 80px;
    margin: 28px 36px 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list .col-blue-border .img-brand img {
      max-height: 80px;
      width: auto; }
  .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list .partners-exclusive-list-item {
    padding: 15px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%; }
    @media (max-width: 768px) {
      .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list .partners-exclusive-list-item {
        width: 33.3%; } }
    .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-list .partners-exclusive-list-item .col-blue-border {
      margin: 0;
      width: 100%; }

.rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-slider .partners-exclusive-slide {
  padding: 0 4px; }
  .rabais-dollars-page .rabais-dollars-wrapper .partners-exclusive-slider .partners-exclusive-slide .col-blue-border {
    margin: 0;
    width: 100%; }

.rabais-dollars-page .rabais-dollars-wrapper .inspire-slider .col-blue-border {
  margin-bottom: 25px; }

.rabais-dollars-page .rabais-dollars-wrapper .inspire-slider .slick-slide {
  padding: 0 4px; }
  .rabais-dollars-page .rabais-dollars-wrapper .inspire-slider .slick-slide .col-blue-border {
    margin: 0; }

.rabais-dollars-page .rabais-dollars-wrapper .bloc-custom-centrer {
  width: 667px;
  margin: 0; }
  .rabais-dollars-page .rabais-dollars-wrapper .bloc-custom-centrer .image-box {
    margin: 0 auto; }
  @media (max-width: 1024px) {
    .rabais-dollars-page .rabais-dollars-wrapper .bloc-custom-centrer {
      width: 100%;
      margin: 0; } }
  @media (max-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .bloc-custom-centrer {
      width: 100%;
      margin: 20px 0; } }

.rabais-dollars-page .rabais-dollars-wrapper .bottom-right-desktop {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0; }
  @media (max-width: 1024px) {
    .rabais-dollars-page .rabais-dollars-wrapper .bottom-right-desktop {
      position: inherit; } }
  @media (max-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .bottom-right-desktop {
      position: inherit;
      margin: 10px; } }

.rabais-dollars-page .rabais-dollars-wrapper .search-results__alert {
  margin: 0 1em 2em 0; }

.rabais-dollars-page .rabais-dollars-wrapper .choice-separator {
  width: 20px;
  height: 40px;
  float: left; }

.rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-button {
  padding-bottom: 5rem; }
  .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-button .btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 15px; }
  @media (max-width: 479px) {
    .rabais-dollars-page .rabais-dollars-wrapper .rabais-dollars-button .btn {
      width: 100%; } }

.rabais-dollars-page .rabais-dollars-wrapper .accroche-rabais-dollars {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; }
  @media (max-width: 479px) {
    .rabais-dollars-page .rabais-dollars-wrapper .accroche-rabais-dollars {
      background-position: center top; } }

@media (min-width: 768px) {
  .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .header-rabais-dollars {
      width: 230px;
      margin: 0 50px 0 0; }
    .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .l-content:nth-child(2) {
      width: 100%; }
      .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .l-content:nth-child(2) .custom-field-wrapper {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 767px) {
        .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .l-content:nth-child(2) .custom-field-wrapper {
          padding-left: 26px;
          padding-right: 26px; } }

@media (min-width: 768px) {
  .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .l-content:nth-child(2) .custom-field-wrapper {
    max-width: 100%;
    width: calc(100% - 30px) !important; }
    .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .l-content:nth-child(2) .custom-field-wrapper .title-rabais-dollars {
      max-width: 100%; } }

.rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .rabais-dollars-form {
  padding-top: 75px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .rabais-dollars-form {
      padding-top: 12px;
      padding-bottom: 6px; } }
  @media (min-width: 768px) {
    .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .rabais-dollars-form {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 1200px) {
    .rabais-dollars-page .rabais-dollars-wrapper .has-no-padding .l-wrapper .rabais-dollars-form {
      padding-top: 112px;
      padding-bottom: 150px; } }

.grid [class^="col"].col-1-1-mobile .custom-field-wrapper, .grid [class^="col"].col-1-1-mobile.custom-field-wrapper {
  width: calc(100% - 30px);
  padding: 15px;
  margin-left: auto;
  margin-right: auto; }

.see-partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0; }
  .see-partners-wrapper .btn-see-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 267px;
    height: 70px;
    background-color: #fff;
    border-radius: 0;
    border: 1px #b2e1f6 solid; }
    @media (max-width: 991px) {
      .see-partners-wrapper .btn-see-partners {
        width: 100%; } }
    .see-partners-wrapper .btn-see-partners img {
      width: 115px;
      height: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: left; }
    .see-partners-wrapper .btn-see-partners p {
      color: #000;
      margin-top: 0;
      font-size: 15px;
      font-weight: bold;
      text-transform: capitalize; }

.custom-field-wrapper {
  background-color: #fff;
  border: 1px #b2e1f6 solid;
  max-width: 610px;
  padding-right: 0;
  text-align: left; }
  @media (max-width: 991px) {
    .custom-field-wrapper {
      max-width: 100%; } }
  .custom-field-wrapper .current-search {
    font-weight: bold;
    margin-bottom: 10px; }
  .custom-field-wrapper .reset-search {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
    border: 0;
    padding: 0;
    background: none;
    color: #009fe1;
    cursor: pointer; }
  .custom-field-wrapper .custom-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    padding-left: 9px;
    width: 100%; }
  .custom-field-wrapper .custom-select-wrapper {
    display: block;
    float: left;
    width: calc(50% - 10px);
    height: 40px;
    position: relative; }
    @media (min-width: 768px) {
      .custom-field-wrapper .custom-select-wrapper {
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
    @media (max-width: 479px) {
      .custom-field-wrapper .custom-select-wrapper {
        width: 100%; } }
    .custom-field-wrapper .custom-select-wrapper .dropdown-arrow-container {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background-color: #009fe1;
      border-radius: 0;
      pointer-events: none; }
      .custom-field-wrapper .custom-select-wrapper .dropdown-arrow-container .dropdown-arrow {
        content: "";
        display: block;
        width: 14px;
        height: 8px;
        background: url("../svg/originals/arrow-dropdown.svg") no-repeat center;
        position: relative;
        top: calc(50% - 4px);
        left: calc(50% - 7px); }
  .custom-field-wrapper .search-wrapper {
    display: block;
    float: left;
    width: calc(50% - 10px);
    height: 40px;
    position: relative; }
    @media (max-width: 479px) {
      .custom-field-wrapper .search-wrapper {
        width: 100%; } }
    .custom-field-wrapper .search-wrapper .dropdown-arrow-container .dropdown-arrow {
      background: url("../svg/originals/search-icon.svg") no-repeat;
      width: 17.5px;
      height: 19px;
      top: calc(50% - 9.5px);
      left: calc(50% - 8.75px); }
  .custom-field-wrapper .dropdown-arrow-container.submit {
    pointer-events: auto;
    cursor: pointer; }
  .custom-field-wrapper .custom-select-wrapper:hover .dropdown-arrow-container {
    background-color: #00609f; }
  .custom-field-wrapper .custom-select::-ms-expand {
    display: none; }
  .custom-field-wrapper .custom-input {
    display: inline-block;
    float: left;
    width: calc(100% - 9px);
    height: 38px !important;
    color: #000;
    font-size: 15px;
    padding: 0 0 0 9px; }
    .custom-field-wrapper .custom-input::-webkit-input-placeholder {
      color: #000; }
    .custom-field-wrapper .custom-input::-moz-placeholder {
      color: #000; }
    .custom-field-wrapper .custom-input:-ms-input-placeholder {
      color: #000; }
    .custom-field-wrapper .custom-input::-ms-input-placeholder {
      color: #000; }
    .custom-field-wrapper .custom-input::placeholder {
      color: #000; }
  .custom-field-wrapper .custom-input-btn {
    display: inline-block;
    float: left;
    background-color: #009fe1;
    width: 36px;
    height: 40px;
    content: "";
    border-radius: 0; }
  @media (max-width: 479px) {
    .custom-field-wrapper .choice-separator {
      margin: 0 auto;
      height: 16px !important; } }
  .custom-field-wrapper .choice-separator p {
    line-height: normal;
    color: #009fe1;
    font-weight: 600;
    width: 60px;
    display: inline-block;
    float: left;
    text-align: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 479px) {
      .custom-field-wrapper .choice-separator p {
        line-height: 34px;
        width: 100%;
        margin-top: 0; } }

.img-basic-card {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  position: relative;
  bottom: 0; }
  .img-basic-card img {
    position: absolute;
    bottom: -20px;
    left: 0; }

.col-blue-border {
  border: 1px #b2e1f6 solid; }

.col-1-4.col-blue-border {
  width: calc(100% / 4 * 1 - 42px); }

.publicity-container {
  content: "";
  display: block;
  width: 300px;
  height: 250px; }
  .col-1-1-tablet .publicity-container {
    width: 300px;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .publicity-container {
      width: 100%; } }

.col-1-5.col-blue-border {
  width: calc(100% / 5 * 1 - 42px);
  float: left; }
  .col-1-5.col-blue-border .img-brand {
    margin: 0; }

.phone-only {
  display: none; }
  @media (max-width: 480px) {
    .phone-only {
      display: block; } }

.tablet-and-up {
  display: none; }
  @media (min-width: 481px) {
    .tablet-and-up {
      display: inline-block; } }

#advancedSearch {
  width: 230px; }
  @media (max-width: 479px) {
    #advancedSearch {
      display: none;
      width: 100%; } }

#search-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  @media (max-width: 479px) {
    #search-grid {
      display: block; } }

#search-filterform-container {
  float: left;
  width: 230px;
  margin: 0 50px 0 0; }
  @media (max-width: 991px) {
    #search-filterform-container {
      margin: 0 15px 0 0; } }
  @media (max-width: 479px) {
    #search-filterform-container {
      width: calc(100% - 60px);
      margin: 0 0 45px;
      float: none; } }
  #search-filterform-container .filter-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #898989;
    margin-bottom: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #search-filterform-container h4 {
    color: #000;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase; }
  #search-filterform-container b {
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px; }
  #search-filterform-container .custom-select-wrapper {
    position: relative; }
    #search-filterform-container .custom-select-wrapper select {
      width: 100%;
      margin-bottom: 30px;
      -moz-appearance: none;
      -webkit-appearance: none;
      height: 39px;
      padding-left: 20px; }
    #search-filterform-container .custom-select-wrapper select::-ms-expand {
      display: none; }
    #search-filterform-container .custom-select-wrapper:after {
      display: block;
      height: 5px;
      width: 11px;
      background: url("../img/triangle-dropdown@2x.png") center center no-repeat;
      background-size: cover;
      bottom: 0;
      content: "";
      margin: auto;
      position: absolute;
      right: 8px;
      top: -30px;
      z-index: 5;
      pointer-events: none; }
  #search-filterform-container .filter-checkbox {
    margin-bottom: 30px; }
  #search-filterform-container .btn.filters-reinitialize {
    width: 100%;
    border-radius: 0 !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 12px; }

.checkbox-custom {
  opacity: 0;
  position: absolute; }

.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer; }

.checkbox-custom-label {
  position: relative;
  font-size: 15px;
  font-weight: normal; }

.checkbox-custom + .checkbox-custom-label:before {
  float: left;
  content: "";
  background: #fff;
  border: 1px solid #aee6ff;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 10%; }

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "";
  background: url("../img/black_check_checkbox.png") center center no-repeat;
  background-size: cover; }

#specify-search {
  border-radius: 0 !important;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #b2e1f6;
  color: #009fe1;
  font-size: 15px;
  font-weight: bold; }
  #specify-search:hover {
    background-color: #fff !important; }
  #specify-search .toggle-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "+";
    color: #009fe1;
    float: right;
    font-size: 24px;
    right: -2px;
    top: -1px;
    position: relative; }
    #specify-search .toggle-icon.opened {
      right: -5px;
      top: -3px; }

#search-results-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.list {
  min-height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 7px; }
  .list .is-loading {
    display: inline-block;
    background-image: url("../img/loading-40x40.gif");
    background-size: contain; }

.result-element {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3%;
  padding-right: 10px;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .result-element {
      width: 100%; } }
  @media (max-width: 479px) {
    .result-element {
      width: 100%; } }
  .result-element .partner-result-link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 100%;
    background-color: #fff;
    border: 1px solid #b2e1f6;
    padding-bottom: 15px; }
  .result-element .polaroid-img {
    display: block;
    width: 165px;
    height: 75px;
    margin: 24px auto 10px;
    padding: 0; }
  .result-element .polaroid-content h3 {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #898989;
    min-height: 60px;
    margin-bottom: 10px; }
  .result-element .polaroid-content .polaroid-text {
    color: #000;
    font-size: 15px;
    font-weight: normal; }

#search-results-number h2 p {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 1.1; }

#search-results-number span {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin: 10px 0 56px; }

.site-container,
.phone-container,
.address-container,
.email-container,
.fax-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .site-container span,
  .phone-container span,
  .address-container span,
  .email-container span,
  .fax-container span {
    display: block !important;
    content: "";
    width: 35px;
    background: no-repeat;
    background-size: 11px 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 3px 0 0; }
    @media (max-width: 991px) {
      .site-container span,
      .phone-container span,
      .address-container span,
      .email-container span,
      .fax-container span {
        margin-left: 0; } }
    @media (max-width: 479px) {
      .site-container span,
      .phone-container span,
      .address-container span,
      .email-container span,
      .fax-container span {
        margin-left: 25px; } }
  .site-container a,
  .phone-container a,
  .address-container a,
  .email-container a,
  .fax-container a {
    display: block;
    float: left;
    color: #009fe1; }

.address-container span {
  height: 18px;
  background-image: url("../img/maison.png");
  background-size: 20px 18px; }

.site-container span {
  height: 15px;
  background-image: url("../img/en-ligne.png");
  background-size: 11px 15px;
  background-position-x: 5px; }

.phone-container span {
  height: 14px;
  background-image: url("../img/par-telephone.png");
  background-size: 22px 14px; }

.fax-container span {
  height: 16px;
  background-image: url("../img/par-fax.png");
  background-size: 20px 16px; }

.email-container span {
  height: 15px;
  background-image: url("../img/par-email.png");
  background-size: 14px 15px; }

.partner-page partner-image-container {
  width: 265px !important;
  height: 265px !important; }
  @media (max-width: 570px) {
    .partner-page partner-image-container {
      width: 100px !important;
      height: 100px !important; }
      .partner-page partner-image-container img {
        width: calc(100% - 20px); } }

.partner-page .grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px; }
  @media (max-width: 1023px) {
    .partner-page .grid-wrapper {
      display: block; } }
  .partner-page .grid-wrapper > .l-aside {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .partner-page .grid-wrapper > div {
    padding: 0 8px; }

.partner-page .colonne-images-textes {
  margin-bottom: 50px; }
  .partner-page .colonne-images-textes h2 {
    margin-top: 0;
    margin-bottom: 20px; }
  .partner-page .colonne-images-textes .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .partner-page .colonne-images-textes .content-box .content-img {
      width: 280px;
      padding-right: 16px; }
      .partner-page .colonne-images-textes .content-box .content-img img {
        width: 100%; }
    .partner-page .colonne-images-textes .content-box .content-text {
      width: 100%; }
      .partner-page .colonne-images-textes .content-box .content-text.has-blue-bkg {
        padding: 10px 18px 20px; }
      .partner-page .colonne-images-textes .content-box .content-text.with-img {
        padding: 10px 0 20px;
        width: calc(100% - 296px); }
        .partner-page .colonne-images-textes .content-box .content-text.with-img.has-blue-bkg {
          padding: 10px 18px 20px;
          width: calc(100% - 332px); }
      .partner-page .colonne-images-textes .content-box .content-text p,
      .partner-page .colonne-images-textes .content-box .content-text a {
        font-size: 15px; }
    @media (max-width: 767px) {
      .partner-page .colonne-images-textes .content-box {
        display: block; }
        .partner-page .colonne-images-textes .content-box .content-img {
          width: auto;
          padding: 0;
          padding-bottom: 16px; }
        .partner-page .colonne-images-textes .content-box .content-text {
          width: auto !important; } }

.partner-page .l-central.is-left:not(:first-child) {
  width: 820px;
  padding-right: 0; }
  @media (max-width: 991px) {
    .partner-page .l-central.is-left:not(:first-child) {
      width: 100%; } }
  .partner-page .l-central.is-left:not(:first-child) div p {
    font-size: 15px;
    color: #000; }
  .partner-page .l-central.is-left:not(:first-child) div img {
    float: left;
    width: 280px;
    height: 174px;
    margin-right: 10px; }

.partner-page .has-blue-bkg,
.partner-page .blue-box {
  background-color: #dff2fb; }

.partner-page .white-box {
  background-color: #fff;
  border: 1px solid #b2e1f6;
  margin-bottom: 50px; }
  .partner-page .white-box h2 {
    margin-top: 5px; }
  @media (min-width: 768px) {
    .partner-page .white-box {
      padding: 25px 30px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .partner-page .white-box {
      padding: 20px; } }
  @media (max-width: 767px) {
    .partner-page .white-box {
      margin-bottom: 20px; } }

.partner-page .main-content-header .l-content {
  margin-top: 20px; }
  .partner-page .main-content-header .l-content.has-blue-bkg {
    margin: 26px -30px -25px;
    padding: 20px 30px; }
  .partner-page .main-content-header .l-content .repeater-section {
    margin: -13px -31px -26px; }
  @media (max-width: 767px) {
    .partner-page .main-content-header .l-content.has-blue-bkg {
      margin: 21px -20px -20px; }
    .partner-page .main-content-header .l-content .repeater-section {
      margin: 21px -21px -21px; } }
  .partner-page .main-content-header .l-content h2 {
    color: #898989;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.375rem; }

.partner-page .main-content-header .bloc-gauche {
  float: left;
  width: 758px;
  margin-right: 15px; }
  @media (max-width: 1023px) {
    .partner-page .main-content-header .bloc-gauche {
      width: calc(100% - 62px);
      margin-right: 0; } }
  @media (max-width: 767px) {
    .partner-page .main-content-header .bloc-gauche {
      width: calc(100% - 42px);
      margin-right: 0; } }

.partner-page .main-content-header .bloc-droite {
  float: right; }
  @media (max-width: 1023px) {
    .partner-page .main-content-header .bloc-droite {
      float: left; } }

@media (max-width: 1023px) {
  .partner-page .main-content-header .l-aside.is-bigger {
    width: 460px;
    margin-right: 20px;
    margin-bottom: 40px; }
    .partner-page .main-content-header .l-aside.is-bigger .phone-container,
    .partner-page .main-content-header .l-aside.is-bigger .email-container,
    .partner-page .main-content-header .l-aside.is-bigger .address-container,
    .partner-page .main-content-header .l-aside.is-bigger .fax-container,
    .partner-page .main-content-header .l-aside.is-bigger .site-container {
      display: -webkit-inline-box !important;
      display: -webkit-inline-flex !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      width: 50%; } }

@media (max-width: 767px) {
  .partner-page .main-content-header .l-aside.is-bigger {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0; }
    .partner-page .main-content-header .l-aside.is-bigger .phone-container,
    .partner-page .main-content-header .l-aside.is-bigger .email-container,
    .partner-page .main-content-header .l-aside.is-bigger .address-container,
    .partner-page .main-content-header .l-aside.is-bigger .fax-container,
    .partner-page .main-content-header .l-aside.is-bigger .site-container {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; } }

.partner-page .main-content {
  padding-bottom: 5rem;
  width: 820px;
  float: left; }
  @media (max-width: 1023px) {
    .partner-page .main-content {
      float: left;
      width: calc(100% - 480px); }
      .partner-page .main-content .colonne-images-textes .content-box {
        display: block; }
        .partner-page .main-content .colonne-images-textes .content-box .content-img {
          width: auto;
          padding: 0;
          padding-bottom: 16px; }
        .partner-page .main-content .colonne-images-textes .content-box .content-text {
          width: auto !important; } }
  @media (max-width: 767px) {
    .partner-page .main-content {
      width: 100%; } }

.partner-page .main-content-bottom {
  width: 100%; }

.partner-page .l-main-content {
  padding: 0;
  background: linear-gradient(transparent, white 70px, white); }
  .partner-page .l-main-content h2 {
    color: #000;
    font-size: 28px;
    font-weight: bold; }
  .partner-page .l-main-content h4 {
    color: #898989;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.375rem; }
  .partner-page .l-main-content p {
    color: #000; }
  .partner-page .l-main-content ul {
    list-style: none;
    padding: 0;
    margin-left: 15px; }
    @media (max-width: 479px) {
      .partner-page .l-main-content ul {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1; } }
    .partner-page .l-main-content ul li {
      font-size: 15px;
      font-weight: normal;
      position: relative; }
      @media (max-width: 479px) {
        .partner-page .l-main-content ul li {
          margin: 17px 0; } }
  .partner-page .l-main-content .js-foldContent ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }
    .partner-page .l-main-content .js-foldContent ul li {
      list-style-image: url("../img/puce.png"); }
      .partner-page .l-main-content .js-foldContent ul li:before {
        display: none; }
  .partner-page .l-main-content .repeater-section {
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .partner-page .l-main-content .repeater-section {
        -webkit-columns: 1 !important;
           -moz-columns: 1 !important;
                columns: 1 !important;
        display: block; } }
    .partner-page .l-main-content .repeater-section .repeater-content .button-blue a {
      font-size: 15px;
      padding: 10px 8px; }
    .partner-page .l-main-content .repeater-section .repeater-block {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: block;
      padding: 25px 30px 25px 68px;
      border-right: 1px solid #b2e1f6;
      position: relative; }
      @media (max-width: 1023px) {
        .partner-page .l-main-content .repeater-section .repeater-block {
          padding: 20px 14px; } }
      @media (max-width: 767px) {
        .partner-page .l-main-content .repeater-section .repeater-block {
          padding: 25px 30px 25px 68px;
          border-right: 0;
          border-bottom: 1px solid #b2e1f6; } }
      .partner-page .l-main-content .repeater-section .repeater-block:last-child {
        border: 0; }
      .partner-page .l-main-content .repeater-section .repeater-block.has-blue-bkg {
        background-color: #dff2fb;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid  transparent; }
      .partner-page .l-main-content .repeater-section .repeater-block img.repeater-icon {
        max-width: 30px;
        height: auto;
        margin-right: 12px;
        position: absolute;
        top: 28px;
        left: 30px; }
        @media (max-width: 1023px) {
          .partner-page .l-main-content .repeater-section .repeater-block img.repeater-icon {
            position: inherit;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .partner-page .l-main-content .repeater-section .repeater-block img.repeater-icon {
            position: absolute;
            margin-bottom: 0; } }
      .partner-page .l-main-content .repeater-section .repeater-block b {
        color: #000;
        font-size: 15px;
        font-weight: bold; }

.partner-page .l-aside.is-bigger {
  width: 264px;
  min-width: 1px; }
  .partner-page .l-aside.is-bigger h3 {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    margin: 38px auto 16px; }
    @media (max-width: 991px) {
      .partner-page .l-aside.is-bigger h3 {
        width: 100%; } }
    @media (max-width: 479px) {
      .partner-page .l-aside.is-bigger h3 {
        width: calc(100% - 40px); } }
    .partner-page .l-aside.is-bigger h3:first-child {
      margin-top: 0; }
  .partner-page .l-aside.is-bigger h4 {
    font-size: 13px;
    font-weight: normal;
    color: #898989;
    padding: 0 22px;
    margin-top: 0; }
  .partner-page .l-aside.is-bigger p {
    font-size: 15px;
    padding: 0 0 22px; }
    .partner-page .l-aside.is-bigger p:last-child {
      padding-bottom: 0; }
  .partner-page .l-aside.is-bigger h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 20px; }
  .partner-page .l-aside.is-bigger .has-white-bkg {
    padding: 20px; }
  .partner-page .l-aside.is-bigger .blue-box {
    margin: 22px -20px -20px; }
    .partner-page .l-aside.is-bigger .blue-box p {
      padding: 0 22px 22px; }
  .partner-page .l-aside.is-bigger .minimap {
    margin: -20px -20px 40px; }
  .partner-page .l-aside.is-bigger .contact-container a[href^="tel:"],
  .partner-page .l-aside.is-bigger .contact-container div {
    color: #000 !important;
    font-size: 15px; }
  .partner-page .l-aside.is-bigger .contact-container > div {
    margin-bottom: 3px; }
    .partner-page .l-aside.is-bigger .contact-container > div:last-child {
      margin-bottom: 0; }
  .partner-page .l-aside.is-bigger .partner-desc h3 {
    font-size: 13px;
    color: #898989;
    text-transform: uppercase;
    border: 0;
    margin: 0 0 -10px;
    padding: 0;
    font-weight: normal; }

@media (max-width: 991px) {
  .partner-page .l-aside.is-outside.is-right {
    display: block;
    position: initial; } }

.partner-page a[href^="tel:"] {
  color: #009fe1 !important; }
  .partner-page a[href^="tel:"]:hover, .partner-page a[href^="tel:"]:focus, .partner-page a[href^="tel:"]:visited {
    color: #009fe1 !important; }

.partner-page header h1 {
  color: #fff;
  line-height: 1;
  font-size: 52px;
  font-weight: bold; }
  @media (max-width: 450px) {
    .partner-page header h1 {
      line-height: 1; } }

.partner-page .black-header .breadcrumb a,
.partner-page .black-header header h1 {
  color: #000 !important; }

@media (max-width: 1199px) {
  .partner-page .l-wrapper {
    width: calc(100% - 40px) !important; } }

.partner-page .is-header {
  padding: 0; }
  .partner-page .is-header .l-central.is-single.is-left {
    margin-top: 215px;
    width: calc(100% - 265px); }
    .partner-page .is-header .l-central.is-single.is-left h1 {
      padding: 0;
      width: 100%;
      line-height: 48px;
      text-shadow: 0 0 6px rgba(74, 74, 74, 0.5); }
    @media (max-width: 991px) {
      .partner-page .is-header .l-central.is-single.is-left {
        display: inline-block;
        position: initial; } }
    @media (max-width: 570px) {
      .partner-page .is-header .l-central.is-single.is-left {
        width: 100%;
        margin-top: 125px; } }

.partner-page .header-background {
  height: 870px;
  margin-bottom: -870px; }
  @media (max-width: 991px) {
    .partner-page .header-background {
      height: 620px;
      margin-bottom: -620px; } }
  @media (max-width: 479px) {
    .partner-page .header-background {
      height: 470px;
      margin-bottom: -470px; } }
  .partner-page .header-background .is-header {
    height: 100%; }

.partner-page .header-content {
  background: none; }

.container__search {
  margin: 15px auto 0; }

.l-central .container__search {
  width: inherit; }

.partner-page .main-content-header .l-content .custom-field-wrapper__search h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: bold;
  color: #000; }

.custom-field-wrapper__search {
  padding: 15px 0 15px 28px;
  margin: 0 auto;
  max-width: 840px; }
  .custom-field-wrapper__search h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.9em;
    font-weight: bold; }
  @media (max-width: 479px) {
    .custom-field-wrapper__search h2 {
      font-size: 1.2rem; } }
  .custom-field-wrapper__search h4 {
    font-size: 0.9rem;
    margin-bottom: 0.5em; }
  .custom-field-wrapper__search .partner-search-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    place-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .custom-field-wrapper__search .partner-search-column {
    width: 50%;
    position: relative; }
    .custom-field-wrapper__search .partner-search-column:last-child {
      padding-right: 0; }
    .custom-field-wrapper__search .partner-search-column.partner-search-column__er {
      padding-top: 1rem; }
  .custom-field-wrapper__search #more_option .partner-search-column {
    width: 33%; }
  .custom-field-wrapper__search .checkbox-custom,
  .custom-field-wrapper__search .checkbox-custom-label {
    margin: 0 0 5px;
    font-size: 14px; }
  .custom-field-wrapper__search .checkbox-custom + .checkbox-custom-label:before {
    margin-bottom: 16px; }
  .custom-field-wrapper__search .custom-input {
    width: calc(100% - 39px); }
    .custom-field-wrapper__search .custom-input::-webkit-input-placeholder {
      color: #898989; }
    .custom-field-wrapper__search .custom-input::-moz-placeholder {
      color: #898989; }
    .custom-field-wrapper__search .custom-input:-ms-input-placeholder {
      color: #898989; }
    .custom-field-wrapper__search .custom-input::-ms-input-placeholder {
      color: #898989; }
    .custom-field-wrapper__search .custom-input::placeholder {
      color: #898989; }
    .custom-field-wrapper__search .custom-input:-internal-autofill-selected {
      background-color: #fff !important; }
  .custom-field-wrapper__search .btn-show-more-option {
    cursor: pointer; }
    .custom-field-wrapper__search .btn-show-more-option .st0 {
      fill: #0fb9ff; }
    .custom-field-wrapper__search .btn-show-more-option.btn-show-more-option__disabled, .custom-field-wrapper__search .btn-show-more-option.btn-show-more-option__disabled:hover {
      color: #888a8c; }
      .custom-field-wrapper__search .btn-show-more-option.btn-show-more-option__disabled:before, .custom-field-wrapper__search .btn-show-more-option.btn-show-more-option__disabled:hover:before {
        background-image: url("../svg/originals/plus-square-gray.svg"); }
  .custom-field-wrapper__search .custom-select-wrapper {
    float: inherit;
    width: calc(100% - 30px); }
    .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled {
      background-color: #e9e9e9; }
      .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[type="text"] {
        border: 1px solid #cccccc;
        background-color: #e9e9e9; }
        .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[type="text"]::-webkit-input-placeholder {
          color: #888a8c; }
        .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[type="text"]::-moz-placeholder {
          color: #888a8c; }
        .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[type="text"]:-ms-input-placeholder {
          color: #888a8c; }
        .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[type="text"]::-ms-input-placeholder {
          color: #888a8c; }
        .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[type="text"]::placeholder {
          color: #888a8c; }
        .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[type="text"]:disabled {
          background-color: #e9e9e9;
          opacity: 1; }
      .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled input[disabled] {
        background-color: #e9e9e9;
        opacity: 1; }
      .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled .dropdown-arrow-container {
        background-color: #e9e9e9;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        .custom-field-wrapper__search .custom-select-wrapper.custom-select-wrapper__disabled .dropdown-arrow-container.dropdown-arrow-container__isIphone {
          border-color: rgba(118, 118, 118, 0.3) !important; }
    .custom-field-wrapper__search .custom-select-wrapper .dropdown-arrow-container {
      background-color: #fff;
      border-top: 1px solid #7fcff0;
      border-right: 1px solid #7fcff0;
      border-bottom: 1px solid #7fcff0;
      height: 38px; }
      .custom-field-wrapper__search .custom-select-wrapper .dropdown-arrow-container .dropdown-arrow {
        height: 26px;
        width: 26px;
        top: calc(50% - 14px);
        left: calc(50% - 14px);
        background: url("../svg/originals/arrow-dropdown-light-blue.svg"); }
    .custom-field-wrapper__search .custom-select-wrapper .dropdown-arrow-container.dropdown-arrow-container__isIphone {
      border-radius: 4px; }
    .custom-field-wrapper__search .custom-select-wrapper:hover .dropdown-arrow-container {
      background-color: inherit; }
      .custom-field-wrapper__search .custom-select-wrapper:hover .dropdown-arrow-container .dropdown-arrow {
        background: url("../svg/originals/arrow-dropdown-dark-blue.svg"); }
  .custom-field-wrapper__search.custom-field-wrapper__search--blue {
    background-color: #eff8fd; }
  .custom-field-wrapper__search .search-wrapper .custom-input {
    width: calc(100% - 40px);
    padding-left: 40px; }
  .custom-field-wrapper__search .search-wrapper .dropdown-arrow-container {
    left: 0;
    border-left: 1px solid #7fcff0;
    border-right: 0; }
    .custom-field-wrapper__search .search-wrapper .dropdown-arrow-container .dropdown-arrow {
      height: 18px;
      width: 18px;
      top: calc(50% - 9px);
      left: calc(50% - 9px);
      background: url("../svg/originals/recherche-light-gray.svg") no-repeat; }
  .custom-field-wrapper__search .search-wrapper:hover .dropdown-arrow-container {
    cursor: context-menu;
    background-color: inherit; }
    .custom-field-wrapper__search .search-wrapper:hover .dropdown-arrow-container .dropdown-arrow {
      background: url("../svg/originals/recherche-light-gray.svg") no-repeat; }
  .custom-field-wrapper__search #more_option {
    display: none; }

.search-results__load-more {
  padding-top: 22px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }
  .search-results__load-more .btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 50px; }

.search-no-result {
  text-align: center;
  padding: 3rem 0; }

.search-results__alert {
  background-color: #fff;
  padding: 1em 0;
  border: 1px solid #b2e1f6;
  margin: 1.5em 1em 0 0;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-results__alert .warning-icn svg {
    fill: #000; }
  .search-results__alert .search-results__alert--content {
    color: #000;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.filter-offer-type-container .checkbox-custom,
.filter-offer-type-container .checkbox-custom-label {
  margin: 0 0 5px;
  font-size: 14px; }

.filter-offer-type-container .checkbox-custom + .checkbox-custom-label:before {
  margin-bottom: 16px; }

.btn-submit-wrapper {
  padding-top: 16px;
  margin: 0 auto;
  max-width: 870px;
  text-align: left; }
  .btn-submit-wrapper .btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 50px; }

.l-pr-search.has-blue-gradient {
  background: #dff2fb;
  background: -webkit-gradient(linear, left top, left bottom, from(#dff2fb), to(#fff));
  background: linear-gradient(to bottom, #dff2fb 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dff2fb', endColorstr='$c-white', GradientType=0);
  width: 100%;
  margin-bottom: 3rem; }

.l-pr-search .checkbox-custom + .checkbox-custom-label:before {
  border-color: #7fcff0; }

.l-pr-search .checkbox-custom:checked + .checkbox-custom-label:before {
  background-color: #fff; }

.l-pr-search #search-filterform-container {
  margin-top: 55px; }
  @media (max-width: 479px) {
    .l-pr-search #search-filterform-container {
      width: 100%;
      margin-top: 55px; } }
  .l-pr-search #search-filterform-container b {
    font-weight: 600;
    margin-bottom: 8px; }
  .l-pr-search #search-filterform-container .custom-select-wrapper:after {
    top: 18px;
    bottom: inherit;
    right: 12px; }
  .l-pr-search #search-filterform-container .custom-select-wrapper select {
    margin-bottom: 18px;
    padding-left: 12px; }

@media (max-width: 479px) {
  .l-pr-search #search-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.l-pr-search .partner-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-top: 40px; }
  @media (max-width: 479px) {
    .l-pr-search .partner-form-row {
      display: block;
      padding-top: 30px; } }
  .l-pr-search .partner-form-row .side-partner-form {
    float: left;
    width: 230px;
    margin: 0 50px 0 0; }
    @media (max-width: 991px) {
      .l-pr-search .partner-form-row .side-partner-form {
        margin: 0 15px 0 0; } }
    @media (max-width: 479px) {
      .l-pr-search .partner-form-row .side-partner-form {
        display: none; } }
    .l-pr-search .partner-form-row .side-partner-form .side-partner-form__image img {
      max-width: 167.5px; }
  .l-pr-search .partner-form-row .container__search {
    margin: 0 auto; }
  .l-pr-search .partner-form-row .partner-form {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .l-pr-search .partner-form-row .partner-form .grid .grid-wrapper {
      margin: 0; }
    .l-pr-search .partner-form-row .partner-form .container__search.l-wrapper {
      width: inherit; }
      .l-pr-search .partner-form-row .partner-form .container__search.l-wrapper .custom-field-wrapper__search {
        max-width: 770px;
        margin: 0; }
        .l-pr-search .partner-form-row .partner-form .container__search.l-wrapper .custom-field-wrapper__search.custom-field-wrapper__search--blue {
          background-color: #fff; }
      .l-pr-search .partner-form-row .partner-form .container__search.l-wrapper .btn-submit-wrapper {
        max-width: 812px;
        margin: 0; }

.l-pr-search #search-results-number h2 {
  font-weight: bold;
  margin-bottom: 0; }
  @media (max-width: 479px) {
    .l-pr-search #search-results-number h2 {
      margin-top: 12px; } }

.l-pr-search #search-results-number span {
  font-weight: normal;
  margin: 0; }
  .l-pr-search #search-results-number span:first-child {
    margin-top: 10px; }
  .l-pr-search #search-results-number span:last-child {
    margin-bottom: 24px; }

@media (max-width: 991px) {
  .l-pr-search .result-element {
    width: 50%; } }

.l-pr-search .result-element .polaroid-content h4 {
  margin-top: 0.5em;
  color: #888a8c;
  font-size: 0.9rem; }

.l-pr-search .result-element .polaroid-content h3 {
  min-height: 63px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 479px) {
    .l-pr-search .result-element .polaroid-content h3 {
      min-height: inherit;
      font-size: 21px; } }

.l-pr-search .result-element .polaroid-content.polaroid-content-er h3 {
  border-bottom: 1px solid #898989;
  margin-bottom: 10px; }

.l-pr-search .result-element .result-dealer {
  padding: 0;
  min-height: 30px;
  border-bottom: 1px solid #898989;
  margin-bottom: 10px; }
  @media (max-width: 479px) {
    .l-pr-search .result-element .result-dealer {
      min-height: 18px; } }
  .l-pr-search .result-element .result-dealer .result-dealer__detail {
    font-size: 0.85rem;
    line-height: 0.85rem;
    font-weight: 500;
    color: #000; }
    .l-pr-search .result-element .result-dealer .result-dealer__detail span:after {
      content: ","; }
    .l-pr-search .result-element .result-dealer .result-dealer__detail span:last-child:after, .l-pr-search .result-element .result-dealer .result-dealer__detail span:only-child:after {
      content: ""; }

.l-pr-search .result-element a.partner-result-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: stretch space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%; }
  .l-pr-search .result-element a.partner-result-link .result-contact-info__address {
    font-size: 0.9rem;
    color: #000; }
  .l-pr-search .result-element a.partner-result-link:hover .result-contact-info__address {
    color: #000; }

.l-pr-search .result-element .result-program {
  text-align: right;
  padding: 0 18px;
  margin-top: 0;
  min-height: 35px; }
  @media (max-width: 479px) {
    .l-pr-search .result-element .result-program {
      min-height: 0; } }
  .l-pr-search .result-element .result-program li {
    display: inline-block;
    list-style: none; }
    .l-pr-search .result-element .result-program li img {
      max-height: 30px;
      max-width: inherit;
      width: inherit;
      image-rendering: -webkit-optimize-contrast; }

.filter-title-container .filters-reinitialize {
  background-color: transparent;
  border: 0;
  color: #009fe1; }
  .filter-title-container .filters-reinitialize:hover {
    color: #00609f; }
  .filter-title-container .filters-reinitialize:disabled {
    background-color: transparent;
    color: #898989; }

@media (max-width: 1280px) {
  .custom-field-wrapper__search .partner-search-column.search-wrapper {
    width: 66%; } }

@media (max-width: 960px) {
  .custom-field-wrapper__search #more_option .partner-search-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .custom-field-wrapper__search #more_option .partner-search-row .partner-search-column--full-width-small,
    .custom-field-wrapper__search #more_option .partner-search-row .partner-search-column:last-child {
      width: 100%; }
  .custom-field-wrapper__search .partner-search-column.search-wrapper {
    width: 50%; }
  .custom-field-wrapper__search .partner-search-column {
    width: 50%; } }

@media (max-width: 830px) {
  .custom-field-wrapper__search {
    padding-right: 28px; }
    .custom-field-wrapper__search #autocomplete-partners-results ul,
    .custom-field-wrapper__search .autocomplete-results {
      width: 100%; }
    .custom-field-wrapper__search .partner-search-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      place-content: stretch flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      max-width: 100%; }
    .custom-field-wrapper__search .partner-search-column.search-wrapper,
    .custom-field-wrapper__search .partner-search-column,
    .custom-field-wrapper__search #more_option .partner-search-column {
      width: 100%; }
    .custom-field-wrapper__search .mobile-margin {
      margin-bottom: 1em; }
    .custom-field-wrapper__search .custom-input {
      width: calc(100% - 9px); }
    .custom-field-wrapper__search .search-wrapper .custom-select-wrapper {
      width: calc(100% - 30px); }
      .custom-field-wrapper__search .search-wrapper .custom-select-wrapper .custom-input {
        width: calc(100% - 9px); }
    .custom-field-wrapper__search .custom-select-wrapper {
      width: 100%; } }

@media (max-width: 576px) {
  .custom-field-wrapper__search {
    padding-right: 18px;
    padding-left: 18px; }
  .search-results__alert {
    margin-right: 0; }
  .partner-form .container__search {
    width: 100% !important; }
  .container__search {
    width: calc(100% - 30px) !important;
    margin-bottom: 15px !important; }
    .container__search .btn-submit-wrapper .btn {
      width: 100%;
      text-align: center; }
  #search-filterform-container {
    margin-top: 0; }
    #search-filterform-container .filter-title-container {
      margin-top: 12px; } }

#autocomplete-partners-results ul,
.autocomplete-results {
  margin: 0;
  right: 0;
  left: 0;
  top: 39px;
  position: absolute;
  display: none;
  background-color: #fff;
  width: calc(100% - 28px);
  padding: 0 !important;
  list-style-type: none !important;
  border: 1px solid #d2d2d2;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: inherit;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-columns: inherit !important;
  -moz-columns: inherit !important;
       columns: inherit !important; }
  #autocomplete-partners-results ul .icon-fleche-wrapper,
  .autocomplete-results .icon-fleche-wrapper {
    display: none; }
  #autocomplete-partners-results ul li.ui-menu-item,
  .autocomplete-results li.ui-menu-item {
    list-style-image: none;
    border-bottom: 0;
    min-height: 26px;
    padding: 5px 5px 5px 10px; }
    #autocomplete-partners-results ul li.ui-menu-item:hover, #autocomplete-partners-results ul li.ui-menu-item.ui-state-focus,
    .autocomplete-results li.ui-menu-item:hover,
    .autocomplete-results li.ui-menu-item.ui-state-focus {
      background-color: #eff8fd;
      cursor: pointer; }
      #autocomplete-partners-results ul li.ui-menu-item:hover a, #autocomplete-partners-results ul li.ui-menu-item.ui-state-focus a,
      .autocomplete-results li.ui-menu-item:hover a,
      .autocomplete-results li.ui-menu-item.ui-state-focus a {
        background-color: #eff8fd; }
      #autocomplete-partners-results ul li.ui-menu-item:hover .ui-state-active, #autocomplete-partners-results ul li.ui-menu-item.ui-state-focus .ui-state-active,
      .autocomplete-results li.ui-menu-item:hover .ui-state-active,
      .autocomplete-results li.ui-menu-item.ui-state-focus .ui-state-active {
        background-color: transparent; }
    #autocomplete-partners-results ul li.ui-menu-item a,
    .autocomplete-results li.ui-menu-item a {
      color: #000;
      font-size: 15px; }
    #autocomplete-partners-results ul li.ui-menu-item .ui-state-active,
    .autocomplete-results li.ui-menu-item .ui-state-active {
      background-color: transparent; }
  #autocomplete-partners-results ul li.ui-menu-item,
  #autocomplete-partners-results ul .autocomplete-item,
  .autocomplete-results li.ui-menu-item,
  .autocomplete-results .autocomplete-item {
    line-height: 26px;
    border-top: 1px solid #d9d9d9;
    position: relative;
    margin: 0;
    list-style: none; }
    #autocomplete-partners-results ul li.ui-menu-item:before,
    #autocomplete-partners-results ul .autocomplete-item:before,
    .autocomplete-results li.ui-menu-item:before,
    .autocomplete-results .autocomplete-item:before {
      display: none !important; }
  #autocomplete-partners-results ul .autocomplete-item,
  .autocomplete-results .autocomplete-item {
    padding: 5px 5px 5px 35px !important;
    white-space: nowrap;
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden; }
  #autocomplete-partners-results ul .autocomplete-icon,
  .autocomplete-results .autocomplete-icon {
    display: block;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center; }
  #autocomplete-partners-results ul .autocomplete-icon.icon-localities,
  .autocomplete-results .autocomplete-icon.icon-localities {
    background-position: -1px -181px;
    background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png"); }
  #autocomplete-partners-results ul .autocomplete-item:hover,
  .autocomplete-results .autocomplete-item:hover {
    background-color: #eff8fd;
    cursor: pointer; }
  #autocomplete-partners-results ul .autocomplete-results::after,
  .autocomplete-results .autocomplete-results::after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px; }

@media (max-width: 767px) {
  .l-pr-search .result-element {
    padding-right: 0;
    width: 100%; }
    .l-pr-search .result-element .polaroid-content h3 {
      font-size: 18px;
      line-height: 20px; } }

.l-partner-pr {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center; }
  .l-partner-pr.l-partner-rd {
    background-color: #b3e2f6; }
  .l-partner-pr.l-generic-gr {
    background-image: url("../img/fiches_generique_gr.png"); }
  .l-partner-pr.l-partner-gr {
    background-image: url("../img/fiches_personnalisees_gr.png"); }
  .l-partner-pr.l-partner-er {
    background-image: url("../img/fiches_personalisees_er.png"); }
  .l-partner-pr.l-generic-er {
    background-image: url("../img/fiches_generique_er.png"); }
  .l-partner-pr .header-partner-pr {
    margin: 0 0 35px;
    overflow: visible;
    padding: 0 0 50px; }
    .l-partner-pr .header-partner-pr * {
      color: #fff; }
    .l-partner-pr .header-partner-pr .csc-textpic .csc-textpic-imagewrap {
      margin-bottom: 0; }
    .l-partner-pr .header-partner-pr .csc-textpic img[width] {
      max-width: 196px;
      width: auto; }
    .l-partner-pr .header-partner-pr h1 {
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }
    .l-partner-pr .header-partner-pr .header-partner-pr__wrapper {
      width: 100%; }
    .l-partner-pr .header-partner-pr .header-partner-pr__approved-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .l-partner-pr .header-partner-pr .header-partner-pr__approved-wrapper .header-partner-pr__approved {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        width: 196px;
        min-height: 196px;
        padding: 34px;
        border-top: 8px solid #45B5AA;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .l-partner-pr .header-partner-pr .header-partner-pr__approved-wrapper .header-partner-pr__approved .partner-image-container {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .l-partner-pr .header-partner-pr .header-partner-pr__approved-wrapper .header-partner-pr__approved a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    .l-partner-pr .header-partner-pr .social__wrapper {
      display: block; }
    .l-partner-pr .header-partner-pr .social {
      display: inline-block;
      white-space: nowrap; }
      .l-partner-pr .header-partner-pr .social #social-media-section.open {
        margin-left: 0; }
      .l-partner-pr .header-partner-pr .social ul {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0; }
        .l-partner-pr .header-partner-pr .social ul:before, .l-partner-pr .header-partner-pr .social ul:after {
          content: "";
          display: table;
          line-height: 0; }
        .l-partner-pr .header-partner-pr .social ul:after {
          clear: both; }
      .l-partner-pr .header-partner-pr .social li {
        display: inline-block;
        margin: 0 0 0 12px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        list-style: none; }
        .l-partner-pr .header-partner-pr .social li a {
          width: 40px;
          height: 40px;
          display: block;
          position: relative; }
        .l-partner-pr .header-partner-pr .social li .icon-wrapper {
          margin-left: inherit !important;
          margin-top: inherit !important;
          position: absolute;
          width: 26px;
          height: 26px;
          top: calc(50% - 13px);
          left: calc(50% - 13px);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          place-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
      .l-partner-pr .header-partner-pr .social .social-title {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 19px;
        line-height: 1.1875rem;
        display: inline-block;
        font-weight: 400;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        background: #009fe1;
        color: #fff;
        float: left;
        padding: 10px 16px;
        height: 20px;
        text-transform: uppercase;
        min-width: 74px; }
      .l-partner-pr .header-partner-pr .social .social-facebook,
      .l-partner-pr .header-partner-pr .social .social-twitter,
      .l-partner-pr .header-partner-pr .social .social-google,
      .l-partner-pr .header-partner-pr .social .social-linkedin,
      .l-partner-pr .header-partner-pr .social .social-pinterest,
      .l-partner-pr .header-partner-pr .social .social-instagram,
      .l-partner-pr .header-partner-pr .social .social-email {
        fill: #009fe1; }
  .l-partner-pr .partner-company-description h2.csc-firstHeader {
    display: none; }
  .l-partner-pr .partner-offer-detail h2,
  .l-partner-pr .partner-offer-detail h3 {
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-transform: uppercase; }
  .l-partner-pr .fold h2.csc-firstHeader {
    display: none; }
  .l-partner-pr .l-main-content {
    background: linear-gradient(transparent, #fff 70px, #fff); }
    .l-partner-pr .l-main-content .partner-services-types {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .l-partner-pr .l-main-content .partner-services-types::after {
        content: "";
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto; }
      .l-partner-pr .l-main-content .partner-services-types li {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 16px 0 0;
        width: 33%; }
        .l-partner-pr .l-main-content .partner-services-types li:first-child {
          margin-top: 10px; }
  .l-partner-pr .l-aside-partner {
    background-color: #fff;
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 25;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 264px;
    border: 1px solid #b2e1f6; }
    .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-map a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #cccccc; }
    .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-map img:hover {
      cursor: pointer; }
    .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-distance {
      padding: 0 14px;
      font-size: 0.9rem;
      text-align: right;
      font-weight: bold;
      color: #888a8c; }
    .l-partner-pr .l-aside-partner .l-aside-partner__content h2 {
      margin-top: 0;
      border-bottom: 1px solid #cccccc !important;
      padding-bottom: 6px;
      margin-bottom: 8px; }
    .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-subtitle {
      margin-top: 0; }
    .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-subtitle h2,
    .l-partner-pr .l-aside-partner .l-aside-partner__content h3 {
      margin-bottom: 0;
      font-size: 0.9rem;
      text-transform: uppercase;
      padding-bottom: 0;
      border-bottom: 0 !important; }
    .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info {
      padding: 14px;
      font-size: 0.9rem; }
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__address,
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__website,
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__phone {
        padding-left: 34px;
        margin-bottom: 8px;
        position: relative; }
        .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__address:before,
        .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__website:before,
        .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__phone:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          content: "";
          background-color: #7fcff0; }
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__address:before {
        -webkit-mask: url("../svg/originals/a-la-maison.svg") no-repeat 50% 50%;
        mask: url("../svg/originals/a-la-maison.svg") no-repeat 50% 50%; }
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__website:before {
        -webkit-mask: url("../svg/originals/mouse-pointer.svg") no-repeat 50% 50%;
        mask: url("../svg/originals/mouse-pointer.svg") no-repeat 50% 50%; }
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__phone:before {
        -webkit-mask: url("../svg/originals/phone.svg") no-repeat 50% 50%;
        mask: url("../svg/originals/phone.svg") no-repeat 50% 50%; }
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__rbq p {
        display: inline-block; }
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-info .partner-contact-info__codepostal {
        text-transform: uppercase; }
    .l-partner-pr .l-aside-partner .partner-list-icon {
      padding: 0;
      margin-top: 0; }
      .l-partner-pr .l-aside-partner .partner-list-icon.partner-gr-list-icon {
        margin-top: 10px; }
      .l-partner-pr .l-aside-partner .partner-list-icon li {
        list-style: none;
        display: inline-block;
        margin-top: 0;
        vertical-align: top;
        margin-right: 10px; }
        .l-partner-pr .l-aside-partner .partner-list-icon li a {
          height: 50px;
          padding: 0 3px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          place-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        .l-partner-pr .l-aside-partner .partner-list-icon li div {
          height: 32px;
          width: 100%; }
  .l-partner-pr .l-partner-pr-left {
    margin-top: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 280px); }
    .l-partner-pr .l-partner-pr-left .partner-subtitle h2,
    .l-partner-pr .l-partner-pr-left h3 {
      margin-bottom: 10px;
      font-size: 0.9rem;
      text-transform: uppercase; }
    .l-partner-pr .l-partner-pr-left .partner-exceptional-situation {
      padding: 20px 10px;
      margin: 10px 0;
      background-color: #eff8fd; }
      .l-partner-pr .l-partner-pr-left .partner-exceptional-situation p {
        margin-top: 0; }
    .l-partner-pr .l-partner-pr-left .partner-list-button {
      text-align: right;
      margin-top: 1em; }
      .l-partner-pr .l-partner-pr-left .partner-list-button li {
        padding: 0 3px;
        display: inline-block;
        list-style: none; }
        .l-partner-pr .l-partner-pr-left .partner-list-button li .small-btn {
          background-color: #dff2fb;
          font-size: 0.85rem;
          font-weight: 500;
          color: #000; }
    .l-partner-pr .l-partner-pr-left .partner-master-content {
      padding: 0 30px 30px;
      border: 1px solid #b2e1f6; }
      @media (max-width: 479px) {
        .l-partner-pr .l-partner-pr-left .partner-master-content {
          padding: 0 16px 30px; } }
    .l-partner-pr .l-partner-pr-left .folder {
      margin-top: 1.6em; }
  .l-partner-pr .formulaire textarea {
    border: 1px solid #7fcff0; }
  .l-partner-pr .formulaire label,
  .l-partner-pr .formulaire legend {
    margin-bottom: 2px;
    text-align: left;
    width: auto; }
  .l-partner-pr .formulaire.has-horizontal-align .formulaire-section {
    border-bottom: 0; }
    @media (max-width: 767px) {
      .l-partner-pr .formulaire.has-horizontal-align .formulaire-section .formulaire-instructions {
        width: 100%; } }
  .l-partner-pr .formulaire.has-horizontal-align label {
    margin-bottom: 5px;
    width: 100%; }
    .l-partner-pr .formulaire.has-horizontal-align label br {
      display: none; }
  .l-partner-pr .formulaire.has-horizontal-align .number-wrapper {
    width: 61%; }
    .l-partner-pr .formulaire.has-horizontal-align .number-wrapper input[type="text"] {
      width: calc(100% - 74px); }
  .l-partner-pr .formulaire.has-horizontal-align textarea,
  .l-partner-pr .formulaire.has-horizontal-align [type="text"],
  .l-partner-pr .formulaire.has-horizontal-align [type="number"],
  .l-partner-pr .formulaire.has-horizontal-align [type="email"],
  .l-partner-pr .formulaire.has-horizontal-align [type="password"],
  .l-partner-pr .formulaire.has-horizontal-align [type="tel"] {
    width: calc(100% - 10px); }
  .l-partner-pr .formulaire.has-horizontal-align textarea {
    width: 100%; }
  .l-partner-pr .formulaire.has-horizontal-align .box [type="text"] {
    width: 100%; }
  .l-partner-pr .formulaire.has-horizontal-align .box select {
    width: 100%; }
  .l-partner-pr .formulaire .fCell {
    width: 80%; }
  .l-partner-pr .formulaire .wrapper-phone .phone.shorter,
  .l-partner-pr .formulaire .wrapper-phone .phone.shorter-x {
    width: 11%;
    min-width: 35px; }
  .l-partner-pr .formulaire-instructions {
    margin-bottom: 12px !important; }

@media (min-width: 906px) and (max-width: 1279px) {
  .l-partner-pr .formulaire {
    width: 92%; } }

@media (min-width: 1280px) {
  .l-partner-pr .formulaire {
    width: 65%; } }

@media (max-width: 1800px) {
  .l-partner-pr {
    background-position: top center; } }

@media (max-width: 959px) {
  .l-partner-pr .header-partner-pr .header-partner-pr__approved-wrapper .header-partner-pr__approved {
    width: 134px;
    min-height: 134px;
    padding: 16px;
    border-top: 6px solid #45B5AA; } }

@media (min-width: 770px) and (max-width: 959px) {
  .l-partner-pr .header-partner-pr__approved-wrapper {
    margin-bottom: 85px; }
  .l-partner-pr .formulaire .fcell {
    width: 80%; }
  .l-partner-pr .l-main-content .partner-services-types li {
    width: 50%; } }

@media (max-width: 770px) {
  .l-partner-pr {
    background-size: auto 600px; }
    .l-partner-pr .header-partner-pr {
      padding-bottom: 0; }
      .l-partner-pr .header-partner-pr .l-wrapper {
        width: calc(100% - 30px); }
    .l-partner-pr .l-main-content .l-wrapper {
      width: calc(100% - 30px); }
    .l-partner-pr .l-main-content .partner-services-types li {
      width: 100%; } }

@media (max-width: 576px) {
  .l-partner-pr {
    background-size: auto 600px; }
    .l-partner-pr .formulaire .fCell {
      width: 100%; }
    .l-partner-pr .header-partner-pr {
      padding-bottom: 0; }
      .l-partner-pr .header-partner-pr .l-wrapper {
        width: calc(100% - 30px); }
      .l-partner-pr .header-partner-pr .header-partner-pr__approved-wrapper .header-partner-pr__approved {
        width: 120px;
        min-height: 120px;
        padding: 8px; }
        .l-partner-pr .header-partner-pr .header-partner-pr__approved-wrapper .header-partner-pr__approved img {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
    .l-partner-pr .l-partner-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .l-partner-pr .l-partner-wrapper :nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .l-partner-pr .l-partner-wrapper :nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; }
      .l-partner-pr .l-partner-wrapper :nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
    .l-partner-pr .l-partner-pr-left {
      width: 100%; }
    .l-partner-pr .l-aside-partner {
      margin-top: 1.5em;
      top: inherit;
      left: inherit;
      right: inherit;
      z-index: inherit;
      position: relative;
      width: 100%; }
      .l-partner-pr .l-aside-partner .l-aside-partner__content .partner-contact-map img {
        width: 100%; } }

.bloc-legend .bloc-legend__row {
  min-height: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e9e9e9; }
  .bloc-legend .bloc-legend__row:last-child {
    border-bottom: 0; }

.bloc-legend .bloc-legend__image {
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.bloc-legend .bloc-legend__text {
  width: calc(100% - 210px);
  padding: 0.5em;
  font-size: 0.9rem; }

@media (max-width: 576px) {
  .bloc-legend .bloc-legend__row {
    place-content: stretch flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%; }
  .bloc-legend .bloc-legend__image {
    width: 100%;
    place-content: flex-start; }
    .bloc-legend .bloc-legend__image img {
      margin-top: 0.5em; }
  .bloc-legend .bloc-legend__text {
    width: 100%; } }

.partner-workshop-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .partner-workshop-row.custom-field-wrapper {
    background-color: inherit;
    border: inherit;
    max-width: inherit;
    padding-right: inherit;
    text-align: inherit; }
  .partner-workshop-row .partner-workshop-input {
    position: relative;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-right: 24px; }
    .partner-workshop-row .partner-workshop-input .autocomplete-results {
      top: 39px;
      width: calc(100% - 13px); }
      .partner-workshop-row .partner-workshop-input .autocomplete-results .autocomplete-item {
        text-align: left; }
    .partner-workshop-row .partner-workshop-input .custom-input {
      width: 100%; }
      .partner-workshop-row .partner-workshop-input .custom-input::-webkit-input-placeholder {
        color: #898989; }
      .partner-workshop-row .partner-workshop-input .custom-input::-moz-placeholder {
        color: #898989; }
      .partner-workshop-row .partner-workshop-input .custom-input:-ms-input-placeholder {
        color: #898989; }
      .partner-workshop-row .partner-workshop-input .custom-input::-ms-input-placeholder {
        color: #898989; }
      .partner-workshop-row .partner-workshop-input .custom-input::placeholder {
        color: #898989; }
      .partner-workshop-row .partner-workshop-input .custom-input:-internal-autofill-selected {
        background-color: #fff !important; }
  .partner-workshop-row .partner-workshop-btn .btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px; }

.cookies {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 102;
  padding-top: 1rem;
  -webkit-box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.3); }
  .cookies.hide {
    display: none; }
  .cookies .l-wrapper {
    width: 1400px; }
  .cookies .cookies-message p {
    font-size: 1rem; }
  .cookies .cookies-button {
    margin: 1rem 0 1.5rem;
    text-align: right; }

@media (max-width: 767px) {
  .cookies .l-wrapper {
    width: 87.5%; }
  .cookies .cookies-message p {
    font-size: 0.9rem; } }

@media (max-width: 1440px) {
  .cookies .l-wrapper {
    width: 93.22034%; } }

.hiddenError {
  display: none !important; }

.forgot-password .membership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0; }

.forgot-password .notice-expired__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .forgot-password .notice-expired__wrapper .notice-expired {
    width: 75%;
    background-color: #dff2fb;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    place-content: center flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 45px; }
    @media (max-width: 1199px) {
      .forgot-password .notice-expired__wrapper .notice-expired {
        width: 100%;
        margin: 0 20px; } }
    .forgot-password .notice-expired__wrapper .notice-expired .notice-expired__icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      padding-left: 18px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      @media (max-width: 991px) {
        .forgot-password .notice-expired__wrapper .notice-expired .notice-expired__icon {
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; } }
      .forgot-password .notice-expired__wrapper .notice-expired .notice-expired__icon svg {
        fill: #000;
        height: 36px;
        width: 31px; }
    .forgot-password .notice-expired__wrapper .notice-expired .notice-expired__message {
      padding-left: 18px; }
      .forgot-password .notice-expired__wrapper .notice-expired .notice-expired__message p {
        margin: 0; }

.forgot-password .col-adaptative {
  width: 75%; }
  @media (max-width: 1199px) {
    .forgot-password .col-adaptative {
      width: 100%; } }
  @media (max-width: 767px) {
    .forgot-password .col-adaptative .adaptative-wrapper {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      place-content: flex-start;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .forgot-password .col-adaptative .adaptative-wrapper.adaptative-wrapper__columns-2 .l-content {
      width: calc(100% - 40px); } }

.forgot-password .forgot-password__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .forgot-password .forgot-password__image {
      margin-bottom: 0 !important;
      height: 180px; } }
  @media (max-width: 767px) {
    .forgot-password .forgot-password__image img {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      height: 100%; } }
  .forgot-password .forgot-password__image .forgot-password__image--screen {
    display: block; }
    @media (max-width: 767px) {
      .forgot-password .forgot-password__image .forgot-password__image--screen {
        display: none; } }
  .forgot-password .forgot-password__image .forgot-password__image--mobile {
    display: none; }
    @media (max-width: 767px) {
      .forgot-password .forgot-password__image .forgot-password__image--mobile {
        display: block; } }

.forgot-password .forgot-password__content .forgot-password__content--text {
  margin-bottom: 20px; }
  .forgot-password .forgot-password__content .forgot-password__content--text ol {
    list-style: none;
    counter-reset: my-awesome-counter; }
    .forgot-password .forgot-password__content .forgot-password__content--text ol li {
      counter-increment: my-awesome-counter;
      list-style: none;
      position: relative;
      margin-bottom: 18px; }
    .forgot-password .forgot-password__content .forgot-password__content--text ol li::before {
      content: counter(my-awesome-counter) " ";
      color: #009fe1;
      font-weight: bold;
      font-size: 2rem;
      position: absolute;
      left: -24px; }
  .forgot-password .forgot-password__content .forgot-password__content--text ul.new-password__check {
    list-style: none;
    padding-left: 35px; }
    .forgot-password .forgot-password__content .forgot-password__content--text ul.new-password__check li {
      list-style: none;
      position: relative;
      margin-bottom: 18px;
      margin-top: 0; }
      .forgot-password .forgot-password__content .forgot-password__content--text ul.new-password__check li.new-password__check--active:before {
        background-color: #009fe1; }
    .forgot-password .forgot-password__content .forgot-password__content--text ul.new-password__check li:before {
      content: "";
      width: 22px;
      height: 22px;
      position: absolute;
      left: -35px;
      background-color: #D6D6D6;
      -webkit-mask-image: url(../img/check.svg);
      mask-image: url(../img/check.svg);
      background-repeat: no-repeat; }

.forgot-password .forgot-password__content .forgot-password__content--btn {
  margin-top: 20px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: stretch center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%; }

.forgot-password__formulaire label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .9375rem; }
  .forgot-password__formulaire label.checkbox-custom-label {
    margin-left: 0;
    margin-right: 0; }
    .forgot-password__formulaire label.checkbox-custom-label:before {
      border: 1px solid #7fcff0; }

.forgot-password__formulaire input {
  width: calc(100% - 10px);
  padding: 0 2px; }
  .forgot-password__formulaire input.checkbox-custom {
    width: inherit; }

.forgot-password__formulaire .fRow {
  margin-top: 20px; }

.forgot-password__formulaire .membership__number .prefix {
  width: 68px;
  font-size: 1rem;
  font-weight: normal; }

.forgot-password__formulaire .membership__number input {
  width: calc(100% - 94px); }

.forgot-password__formulaire .toggleType--wrapper {
  position: relative; }

.forgot-password__formulaire .toggleType--icon {
  position: absolute;
  background-color: #009fe1;
  -webkit-mask-image: url(../img/eye.svg);
  mask-image: url(../img/eye.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 24px;
  margin: 5px 7px 5px 3px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0; }
  .forgot-password__formulaire .toggleType--icon.toggleType--active {
    -webkit-mask-image: url(../img/eye-slash.svg);
    mask-image: url(../img/eye-slash.svg); }

.forgot-password__formulaire .errorStrg {
  color: #cd0003;
  display: block; }

.forgot-password__formulaire .error-wrapper {
  margin: 0 0 20px; }

.forgot-password__formulaire .error label {
  color: #cd0003; }

.forgot-password__formulaire .error input {
  border-color: #cd0003; }

@media (max-width: 767px) {
  body.page-without-navigation {
    padding-bottom: 0; }
    body.page-without-navigation .l-header.is-form .menu .header-text {
      margin-top: 0; }
    body.page-without-navigation .l-header.is-form .l-wrapper {
      height: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      place-content: center space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      body.page-without-navigation .l-header.is-form .l-wrapper.clearfix:before, body.page-without-navigation .l-header.is-form .l-wrapper.clearfix:after {
        display: none; } }

@media (max-width: 767px) {
  body.page-without-navigation li.step span.label {
    display: none; } }

body.page-without-navigation li.step.is-done a .number {
  color: #009fe1; }

body.page-without-navigation li.step.is-done a:hover .number {
  background-color: #00609f;
  color: #fff; }

body.page-without-navigation .l-main-content {
  padding: 55px 0 35px; }
  @media (max-width: 767px) {
    body.page-without-navigation .l-main-content {
      padding: 32px 0 26px; } }

body.page-without-navigation .l-section.is-header {
  margin-bottom: 0; }

body.page-without-navigation .formulaire-steps .step-back p {
  margin-top: 0;
  color: #009fe1;
  font-size: .8125rem; }
  @media (max-width: 767px) {
    body.page-without-navigation .formulaire-steps .step-back p {
      font-weight: normal; } }

@media (min-width: 1200px) {
  body.page-without-navigation .formulaire-steps .step-back span {
    width: 165px; } }

footer.page-without-navigation__footer {
  border-top: none;
  padding-top: 0; }
  footer.page-without-navigation__footer .page-without-navigation__footer--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 32px 0 20px; }
    @media (max-width: 767px) {
      footer.page-without-navigation__footer .page-without-navigation__footer--wrapper {
        display: none; } }
    footer.page-without-navigation__footer .page-without-navigation__footer--wrapper > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
      footer.page-without-navigation__footer .page-without-navigation__footer--wrapper > div h2 {
        font-size: 1.35rem;
        line-height: 1.35rem;
        margin-bottom: 0; }
      footer.page-without-navigation__footer .page-without-navigation__footer--wrapper > div p {
        margin-top: 0; }
      footer.page-without-navigation__footer .page-without-navigation__footer--wrapper > div table {
        margin: 0;
        background: transparent; }
        footer.page-without-navigation__footer .page-without-navigation__footer--wrapper > div table td {
          padding: 0;
          font-size: .9375rem; }
      footer.page-without-navigation__footer .page-without-navigation__footer--wrapper > div:first-child {
        margin-bottom: 20px;
        -webkit-box-flex: 2;
        -webkit-flex: 2 1 0;
            -ms-flex: 2 1 0px;
                flex: 2 1 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          footer.page-without-navigation__footer .page-without-navigation__footer--wrapper > div:first-child {
            -webkit-box-flex: 2;
            -webkit-flex: 2 1 100%;
                -ms-flex: 2 1 100%;
                    flex: 2 1 100%; } }
  footer.page-without-navigation__footer .fold {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      footer.page-without-navigation__footer .fold {
        display: none; } }
    footer.page-without-navigation__footer .fold .fold-content *:first-child {
      margin-top: 10px; }
    footer.page-without-navigation__footer .fold .fold-content table {
      margin: 0;
      background: transparent; }
      footer.page-without-navigation__footer .fold .fold-content table td {
        padding: 0;
        font-size: .9375rem; }
  @media (max-width: 767px) {
    footer.page-without-navigation__footer .l-wrapper {
      width: calc(100% - 40px);
      margin: 0 20px; } }

.modal {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-content: center space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 200;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1100px;
    height: 80%; }
    .modal .modal-content .modal-map-content {
      width: 100%;
      position: relative;
      height: 100%; }
      .modal .modal-content .modal-map-content > div {
        height: 100%; }
  .modal .close {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: -28px;
    text-transform: uppercase; }
    .modal .close:before {
      content: "\2715";
      color: #009fe1;
      font-size: 16px;
      font-weight: bold; }
  .modal .close:hover,
  .modal .close:focus {
    text-decoration: none;
    cursor: pointer; }

@media (max-width: 1180px) {
  .modal .modal-content {
    width: 93.2203%; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .modal .modal-content {
    width: 92.3177%;
    height: 85%; } }

@media (max-width: 770px) {
  .modal .modal-content {
    width: calc(100% - 30px);
    height: 90%; } }

.member-account_page-content .membership__infos {
  max-width: 700px;
  margin: 30px auto 0 !important;
  padding: 0 12px; }
  @media (max-width: 749px) {
    .member-account_page-content .membership__infos {
      margin: 20px auto 0 !important; } }
  .member-account_page-content .membership__infos p {
    margin-bottom: 10px;
    font-size: 0.875rem; }

.member-account_page-content .membership__infos hr {
  border-bottom-color: #ccc;
  margin: 20px 0; }

.member-account_page-content .membership__infos__main {
  margin-bottom: 20px; }

.member-account_page-content .formulaire label,
.member-account_page-content .formulaire legend {
  font-size: 0.875rem; }

.member-account_page-content .formulaire .fCell input[type="tel"],
.member-account_page-content .formulaire .fCell input[type="text"],
.member-account_page-content .formulaire .fCell input[type="email"],
.member-account_page-content .formulaire .fCell input[type="password"] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #cccccc;
  border-radius: 4px;
  padding: 4px 6px;
  line-height: 1;
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  height: auto; }

.member-account_page-content .membership__nav {
  width: 100%;
  margin: 20px 0 0; }
  .member-account_page-content .membership__nav .btn {
    border-radius: 4px;
    padding: 8px 12px;
    -webkit-transition: background 150ms;
    transition: background 150ms;
    line-height: 1em;
    font-size: 1rem; }

@media (min-width: 768px) {
  .member-account_page-content .formulaire label,
  .member-account_page-content .formulaire legend {
    width: 35%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding-right: 10px; }
  .member-account_page-content .formulaire .fCell {
    width: 62%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (max-width: 767px) {
  .member-account_page-content .membership__infos {
    max-width: 500px; }
  .member-account_page-content .formulaire .fRow {
    width: 100%;
    margin-top: 7px; }
  .member-account_page-content .formulaire label,
  .member-account_page-content .formulaire legend {
    margin-bottom: 4px; }
  .member-account_page-content .formulaire .fCell input[type="tel"],
  .member-account_page-content .formulaire .fCell input[type="text"],
  .member-account_page-content .formulaire .fCell input[type="email"],
  .member-account_page-content .formulaire .fCell input[type="password"] {
    width: 100%; } }

.member-account_page-content .membership {
  margin-top: 0; }

.member-account_page-content .gerer-abonnements-form {
  max-width: 800px;
  margin: 30px auto 0; }
  @media (max-width: 749px) {
    .member-account_page-content .gerer-abonnements-form {
      margin-top: 20px; } }
  .member-account_page-content .gerer-abonnements-form p.error {
    color: #e81a2e;
    font-weight: 600;
    margin-bottom: 1em; }
  .member-account_page-content .gerer-abonnements-form p.message {
    color: #138a38;
    font-weight: 600;
    margin-bottom: 1em; }

.member-account_page-content .gerer-abonnements {
  background: none; }
  .member-account_page-content .gerer-abonnements .pencil {
    -webkit-transition: color 150ms;
    transition: color 150ms; }
  .member-account_page-content .gerer-abonnements .abonnement-courriel {
    background: #f5f5f5;
    padding: 20px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #ccc; }
    @media (max-width: 767px) {
      .member-account_page-content .gerer-abonnements .abonnement-courriel {
        padding: 15px; } }
    .member-account_page-content .gerer-abonnements .abonnement-courriel .courriel-show {
      margin-top: 3px; }
    .member-account_page-content .gerer-abonnements .abonnement-courriel .courriel-modify {
      margin-right: 0; }
      @media (max-width: 550px) {
        .member-account_page-content .gerer-abonnements .abonnement-courriel .courriel-modify {
          margin-top: 4px; } }
    .member-account_page-content .gerer-abonnements .abonnement-courriel .pencil {
      margin-top: 0; }
      @media (max-width: 550px) {
        .member-account_page-content .gerer-abonnements .abonnement-courriel .pencil {
          margin-left: 0; } }
  .member-account_page-content .gerer-abonnements .vos-abonnements {
    background: #fff;
    padding: 20px 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ccc;
    border-top: 0; }
    @media (max-width: 767px) {
      .member-account_page-content .gerer-abonnements .vos-abonnements {
        padding: 15px; } }
    .member-account_page-content .gerer-abonnements .vos-abonnements h2 {
      font-size: 1.25rem;
      font-weight: 700; }
      @media (max-width: 550px) {
        .member-account_page-content .gerer-abonnements .vos-abonnements h2 {
          margin-bottom: 0; } }
    @media (max-width: 550px) {
      .member-account_page-content .gerer-abonnements .vos-abonnements.isOpen h2 {
        margin-bottom: 5px; } }
    .member-account_page-content .gerer-abonnements .vos-abonnements .loading {
      position: absolute; }
    .member-account_page-content .gerer-abonnements .vos-abonnements .abonnement-modify {
      margin-top: 4px; }
      @media (max-width: 550px) {
        .member-account_page-content .gerer-abonnements .vos-abonnements .abonnement-modify {
          float: none;
          margin-top: 0;
          margin-bottom: 5px; }
          .member-account_page-content .gerer-abonnements .vos-abonnements .abonnement-modify .pencil {
            margin-left: 0;
            margin-right: 0; } }
    .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements {
      margin: 0;
      border-top: 0;
      background: none; }
      .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-row {
        border-color: #e6e6e6; }
        .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-row > div {
          vertical-align: top; }
        .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-row:last-child {
          border-bottom: 0; }
        @media (max-width: 520px) {
          .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-row > div {
            padding: 8px 0 10px; }
            .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-row > div.abonnement-titre {
              padding-bottom: 0; } }
      .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-titre {
        font-size: 0.9375rem;
        padding-left: 0; }
        .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-titre .frequence {
          font-size: 0.75rem; }
      .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-selection {
        text-align: left;
        background: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px; }
        .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-selection > input[type="checkbox"] {
          float: left; }
        .member-account_page-content .gerer-abonnements .vos-abonnements .choix-abonnements .abonnement-selection label {
          font-weight: normal;
          font-size: 0.8em; }
    .member-account_page-content .gerer-abonnements .vos-abonnements .preferences-navigation {
      width: 100%;
      border-top: 1px solid #e6e6e6;
      padding-top: 20px;
      text-align: right; }
      .member-account_page-content .gerer-abonnements .vos-abonnements .preferences-navigation .preferences-cancel,
      .member-account_page-content .gerer-abonnements .vos-abonnements .preferences-navigation .preferences-save {
        display: inline-block;
        float: none; }
      .member-account_page-content .gerer-abonnements .vos-abonnements .preferences-navigation div + div {
        margin-left: 20px; }
      .member-account_page-content .gerer-abonnements .vos-abonnements .preferences-navigation .button {
        border-radius: 4px;
        padding: 8px 12px;
        -webkit-transition: background 150ms;
        transition: background 150ms;
        line-height: 1em;
        font-size: 1rem; }

.member-account_page-content .renewal__landing {
  max-width: 800px;
  margin: 30px auto 0; }
  @media (max-width: 749px) {
    .member-account_page-content .renewal__landing {
      margin-top: 20px;
      padding: 0 12px; } }

.member-account_page-content .payment-data {
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 20px 25px; }
  .member-account_page-content .payment-data dl {
    margin: 0 0 -5px;
    font-size: 0.9375rem; }
  @media (max-width: 749px) {
    .member-account_page-content .payment-data {
      padding: 15px;
      margin-right: -12px;
      margin-left: -12px; }
      .member-account_page-content .payment-data .lbl {
        margin-bottom: 0; }
      .member-account_page-content .payment-data .lbl,
      .member-account_page-content .payment-data .val {
        float: none; } }

.member-account_page-content .tx-caamemberprofile-survey {
  max-width: 800px;
  margin: 30px auto 0; }
  @media (max-width: 749px) {
    .member-account_page-content .tx-caamemberprofile-survey {
      margin-top: 20px; } }

.member-account_page-content .formulaire input .medium {
  width: 50% !important; }

.member-account_page-content .formulaire select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #cccccc;
  border-radius: 4px;
  padding: 4px 6px;
  line-height: 1;
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  height: auto; }

.member-account_page-content .formulaire .phone-wrap .phone.shorter-x {
  width: 12%;
  min-width: 40px; }

.member-account_page-content .formulaire .phone-wrap .phone.shorter {
  width: 15%;
  min-width: 50px; }

.member-account_page-content .formulaire .phone-wrap .phone.type {
  width: 46%; }

@media (max-width: 767px) {
  .member-account_page-content .membership__infos__addr,
  .member-account_page-content .membership__infos__main,
  .member-account_page-content .renewal__infos__addr,
  .member-account_page-content .renewal__infos__main {
    margin-left: -12px;
    margin-right: -12px; }
    .member-account_page-content .membership__infos__addr .membership__infos__section__title,
    .member-account_page-content .membership__infos__main .membership__infos__section__title,
    .member-account_page-content .renewal__infos__addr .membership__infos__section__title,
    .member-account_page-content .renewal__infos__main .membership__infos__section__title {
      padding: 0 0 5px; }
  .member-account_page-content .membership__infos__addr,
  .member-account_page-content .renewal__infos__addr {
    padding-right: 12px;
    padding-left: 12px; } }

.member-account_page-content .referal-form {
  max-width: 800px;
  margin: 30px auto 0; }
  @media (max-width: 749px) {
    .member-account_page-content .referal-form {
      margin-top: 20px; } }
  .member-account_page-content .referal-form .reference {
    background: #eff8fd;
    padding-left: 46px;
    position: relative; }
    @media (max-width: 749px) {
      .member-account_page-content .referal-form .reference {
        padding-left: 32px; } }
    .member-account_page-content .referal-form .reference > .form_controls {
      position: absolute;
      top: 7px;
      left: 7px; }
      @media (max-width: 749px) {
        .member-account_page-content .referal-form .reference > .form_controls {
          top: 0;
          left: 0; } }
  .member-account_page-content .referal-form #formMember .addPersonWrapper .addPerson {
    line-height: 1; }
    .member-account_page-content .referal-form #formMember .addPersonWrapper .addPerson span {
      margin-right: 4px; }
  .member-account_page-content .referal-form #formMember .form_fields {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.member-account_page-content .comparison-mobile {
  max-width: 400px;
  margin: 20px auto; }

.member-account_page-content .comparison thead .btn {
  font-size: 1rem; }
  @media (min-width: 870px) {
    .member-account_page-content .comparison thead .btn {
      width: 40%; } }

@media (min-width: 769px) and (max-width: 1224px) {
  .member-account_page-content .comparison thead .devenir-membre-title.plus {
    font-size: 2rem; }
  .member-account_page-content .comparison thead .devenir-membre-title.plus + .devenir-membre-text {
    margin-bottom: -9px; } }

@media (min-width: 769px) and (max-width: 960px) {
  .member-account_page-content .devenir-membre .comparison-header {
    padding-top: 17px; } }

@media (min-width: 769px) and (max-width: 869px) {
  .member-account_page-content .comparison-header {
    padding-bottom: 6.875rem; }
  .member-account_page-content .comparison-footer {
    display: block; }
  .member-account_page-content .comparison-footer-left {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0; }
  .member-account_page-content .comparison-footer-right {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (min-width: 769px) and (max-width: 799px) {
  .member-account_page-content .comparison thead .devenir-membre-title.plus {
    font-size: 1.75rem; } }

.member-account_page-content .adhesion__options {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 875px) and (max-width: 1199px) {
    .member-account_page-content .adhesion__options .comparison .box-membership__card .box-membership__card__cost .compare strong {
      font-size: 1rem;
      line-height: 1.25; } }
  @media (min-width: 768px) and (max-width: 874px), (min-width: 1000px) and (max-width: 1099px) {
    .member-account_page-content .adhesion__options .comparison .box-membership__card .box-membership__card__cost .compare strong {
      font-size: 0.875rem; } }
  @media (min-width: 768px) and (max-width: 874px), (min-width: 1000px) and (max-width: 1099px) {
    .member-account_page-content .adhesion__options .comparison .box-membership__card .box-membership__card__cost .compare {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  @media (min-width: 768px) and (max-width: 1050px) {
    .member-account_page-content .adhesion__options .box-membership__card .box-membership__card__title sup {
      font-size: 9px; } }
  @media (min-width: 1000px) and (max-width: 1050px) {
    .member-account_page-content .adhesion__options .box-membership--small .box-membership__card__title {
      font-size: 0.9375rem; } }
  @media (min-width: 800px) and (max-width: 879px) {
    .member-account_page-content .adhesion__options .box-membership--small .box-membership__card__title {
      font-size: 0.875rem; } }
  @media (min-width: 768px) and (max-width: 799px) {
    .member-account_page-content .adhesion__options .box-membership--small .box-membership__card__title {
      font-size: 0.8125rem; } }

.member-account_page-content .button-blue a,
.member-account_page-content .button.blue,
.member-account_page-content .adhesion__options .btn {
  font-size: 0.875rem;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px !important;
  text-transform: uppercase;
  font-weight: 700;
  background: #009fe1;
  border: 0;
  color: #fff;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  line-height: 1em; }
  .member-account_page-content .button-blue a:hover, .member-account_page-content .button-blue a:focus,
  .member-account_page-content .button.blue:hover,
  .member-account_page-content .button.blue:focus,
  .member-account_page-content .adhesion__options .btn:hover,
  .member-account_page-content .adhesion__options .btn:focus {
    background: #00609f;
    color: #fff;
    text-decoration: none; }

.login-page {
  background: url("../img/bkg-login-page.jpg") bottom center no-repeat;
  background-size: cover;
  padding: 65px 25px; }
  @media (max-width: 999px) {
    .login-page {
      padding: 20px 25px 60px; } }
  @media (max-width: 749px) {
    .login-page {
      padding: 20px 15px 40px; } }
  .login-page_wrapper {
    max-width: 1160px;
    margin: 0 auto; }
  @media (min-width: 1000px) {
    .login-page_all_wrapper {
      background: rgba(0, 0, 0, 0.32);
      border-radius: 8px;
      padding: 45px 45px 45px 95px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      max-width: 455px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 0 0 auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .login-page .icon-happy-folder {
    width: 57px;
    height: 45px;
    fill: #fff; }
    @media (max-width: 999px) {
      .login-page .icon-happy-folder {
        width: 43px;
        height: 35px; } }
    @media (max-width: 749px) {
      .login-page .icon-happy-folder {
        width: 33px;
        height: 27px; } }
  @media (max-width: 999px) and (min-width: 750px) {
    .login-page .icon-happy-folder-wrapper {
      position: absolute;
      left: 25px;
      top: 50%;
      margin-top: -17px; } }
  @media (max-width: 749px) {
    .login-page .icon-happy-folder-wrapper {
      margin: 0 auto 10px;
      display: block;
      width: 33px; } }
  .login-page .form_member-login_wrapper {
    background: #fff;
    max-width: 340px;
    padding: 35px 0;
    border-radius: 8px; }
    @media (min-width: 1000px) {
      .login-page .form_member-login_wrapper {
        margin-left: -390px;
        -webkit-flex-basis: 340px;
            -ms-flex-preferred-size: 340px;
                flex-basis: 340px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    @media (max-width: 999px) {
      .login-page .form_member-login_wrapper {
        margin: 0 auto; } }
    .login-page .form_member-login_wrapper h1 {
      font-size: 1.125rem;
      line-height: 1;
      margin: 0;
      padding: 0;
      font-weight: 600;
      text-align: center; }
  .login-page .form_member-login {
    max-width: 245px;
    margin: 35px auto 0;
    font-weight: 600; }
  .login-page_informations {
    padding-left: 50px; }
    @media (min-width: 1000px) {
      .login-page_informations {
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
    @media (max-width: 999px) {
      .login-page_informations {
        padding: 25px 25px 25px 90px;
        background: rgba(0, 0, 0, 0.32);
        border-radius: 8px;
        position: relative;
        max-width: 700px;
        margin: 0 auto 20px; } }
    @media (max-width: 749px) {
      .login-page_informations {
        padding: 15px;
        max-width: 340px;
        margin: 0 auto 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .login-page_informations h1,
    .login-page_informations p {
      color: #fff; }
    .login-page_informations a {
      color: #009fe1;
      text-decoration: underline; }
      .login-page_informations a:hover, .login-page_informations a:focus {
        color: #009fe1;
        text-decoration: none; }
    .login-page_informations h1 {
      font-size: 2.25rem;
      font-weight: 400;
      margin: 0.5em 0 1em; }
      .login-page_informations h1 span {
        margin-top: 0.5em;
        font-weight: 600;
        font-size: 1.125rem;
        display: block;
        line-height: 1.1;
        color: #afcaee; }
      @media (max-width: 999px) {
        .login-page_informations h1 {
          font-size: 1.125rem;
          font-weight: 600;
          line-height: 1.1;
          margin: 0 0 0.6em; }
          .login-page_informations h1 span {
            display: inline; } }
      @media (max-width: 749px) {
        .login-page_informations h1 {
          font-size: 1rem; }
          .login-page_informations h1 span {
            font-size: 1rem; } }
    .login-page_informations * + p {
      margin-top: 1.4em; }
      @media (max-width: 999px) {
        .login-page_informations * + p {
          margin-top: 0; } }
    @media (max-width: 749px) {
      .login-page_informations p {
        font-size: 0.8125rem; } }
  .login-page .error-box {
    margin-top: -15px;
    margin-bottom: 10px; }
    .login-page .error-box .error-box-title {
      width: auto;
      text-transform: none;
      min-width: 0;
      float: none; }
    .login-page .error-box .error-box-content {
      width: auto;
      float: none;
      font-weight: 400;
      line-height: 1.1; }
