/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.max-height-250 {
  max-height: 250px;
  overflow-y: auto; }

.fiche-produit {
  background-color: #e7e7e7;
  color: #333333;
  width: 100%;
  margin: 0 auto; }

.fiche-produit .colonne-contact p {
  font-family: "bnp_regular", Arial, sans-serif;
  font-weight: normal !important; }

.fiche-produit .inner-content {
  width: 95%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .fiche-produit .cpm-article {
    width: 100%;
    padding: 0;
    border-top: 1px solid #dcdfe0;
    border-left: 1px solid #dcdfe0;
    border-right: 1px solid #dcdfe0; }
  .fiche-produit .cpm-article:last-of-type {
    border-bottom: 1px solid #dcdfe0; } }

@media screen and (max-width: 768px) {
  .fiche-produit .cpm-article_title {
    cursor: pointer;
    font-size: 15px;
    padding: 25px 35px 25px 10px;
    position: relative; }
  .fiche-produit .cpm-article_title:after {
    content: "\e674";
    display: block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-family: iconbnp;
    position: absolute;
    right: 15px;
    top: 30px;
    color: #7b7b7b;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease; }
  .fiche-produit .cpm-article_title.active:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .fiche-produit .cpm-article_title + div {
    display: none;
    padding: 10px; } }

.fp-main_title {
  padding-bottom: 30px;
  margin: 0;
  font-size: 42px; }

.fp-main_title2 {
  font-family: bnpp_sans_condensed_regular;
  font-size: 42px;
  padding-bottom: 30px; }

.fp-legal-notice {
  padding: 20px; }

.fp-mention {
  margin-top: 10px;
  font-size: 0.9rem; }

.fp-footnotes {
  font-size: 0.9rem; }

.fp-footnotes > p {
  margin-top: 10px; }

.fp-media {
  margin: 0 0 100px;
  padding: 8px;
  border: 1px solid #dcdfe0;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fp-media_img {
  width: 50%; }

.fp-media_info {
  padding: 0 0 0 30px;
  width: 50%; }

.fp-media_title {
  font-size: 18px;
  padding-bottom: 15px; }

.fp-media_text {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #808080;
  line-height: 20px; }

.fp-media_link {
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .fp-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fp-media_img {
    width: 100%; }
  .fp-media_info {
    width: 100%;
    padding-left: 0;
    padding-top: 15px; } }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fp-header_background-img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0; }

.fp-header_encart {
  z-index: 1;
  width: 585px;
  padding: 20px 45px;
  background-color: rgba(255, 255, 255, 0.85); }

.fp-header_title {
  margin: 0.1em 0;
  font-weight: 400;
  font-family: bnpp_sans_condensed_regular; }

.fp-header_text {
  font-size: 15px; }

.fp-header_legal {
  font-size: 1.2rem;
  padding-top: 1.5rem; }

.fp-header_wrapper-btn a {
  margin-top: 10px; }

.fp-header_wrapper-btn a + a {
  margin-left: 10px; }

@media screen and (max-width: 768px) {
  .fp-header {
    height: auto;
    background: #e7e7e7;
    padding: 20px 10px 15px;
    width: 100%; }
  .fp-header_background-img {
    display: block;
    height: 100%;
    width: auto; }
  .fp-header_encart {
    background: #fff;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
    padding: 25px 10px;
    width: calc(100% - 20px); }
  .fp-header_title {
    margin: 10px auto 0; }
  .fp-header_text {
    line-height: 18px; }
  .fp-header_wrapper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem; }
  .fp-header_wrapper-btn a + a {
    margin-left: 0; } }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-action {
  text-align: center;
  padding: 50px 20px 60px 20px;
  background-color: #fff;
  position: relative; }

.fp-action:before {
  content: "";
  max-width: 490px;
  width: 40%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: absolute;
  background-color: #dcdfe0; }

.fp-action--grey {
  background-color: #e7e7e7; }

.fp-action--grey::before {
  content: none; }

.fp-action_sub-text {
  color: #808080; }

.fp-action_title {
  font-family: bnpp_sans_condensed_regular;
  font-size: 42px;
  padding-bottom: 30px;
  margin: 0;
  line-height: 1.2; }

.fp-action_buttons {
  margin: 15px auto; }

@media screen and (max-width: 768px) {
  .fp-action_buttons a[class*="btn-"] {
    width: 100%; }
  .fp-action_buttons a + a {
    margin-top: 30px; } }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-related-products {
  background-color: #fff;
  padding: 30px 0; }

.fp-related-products .fp-main_title {
  margin-bottom: 0; }

.list-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%; }

@media screen and (max-width: 768px) {
  .list-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.product-card {
  width: calc(94% / 3);
  position: relative; }

.product-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid transparent; }

@media screen and (max-width: 768px) {
  .product-card {
    width: 100%; } }

.product-card_title {
  font-family: bnpp_sans_condensed_regular;
  font-size: 27px;
  color: #333333;
  padding-top: 20px;
  min-height: 55px;
  text-transform: uppercase; }

.product-card_text {
  font-size: 13px;
  color: #767676;
  min-height: 105px; }

.product-card_img {
  width: 100%;
  padding-top: 66.6666%;
  background-color: #dcdfe0;
  position: relative; }

.product-card_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-card a.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  background: none;
  padding: 0; }

.product-card--epargne {
  border-bottom: 3px solid #2491ee; }

.product-card--epargne .product-card_img {
  background-color: #2491ee; }

.product-card--protection {
  border-bottom: 3px solid #fe9b0a; }

.product-card--protection .product-card_img {
  background-color: #fe9b0a; }

.product-card--baq {
  border-bottom: 3px solid #00915a; }

.product-card--baq .product-card_img {
  background-color: #00915a; }

.product-card--credit {
  border-bottom: 3px solid #7e50a8; }

.product-card--credit .product-card_img {
  background-color: #7e50a8; }

.product-card--assurance {
  border-bottom: 3px solid #ee5842; }

.product-card--assurance .product-card_img {
  background-color: #ee5842; }

.product-card--avantages {
  border-bottom: 3px solid #d1395e; }

.product-card--avantages .product-card_img {
  background-color: #d1395e; }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-faq_question:after {
  font-family: "iconbnp";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background-image: none;
  font-family: iconbnp;
  position: relative; }

.icon-bulle:before {
  content: "\e658"; }

.fp-faq {
  margin-bottom: 30px; }

.fp-faq_list {
  padding: 0;
  list-style: none; }

.fp-faq_list > li {
  background-color: #fff;
  width: 100%;
  margin: 0px;
  position: relative;
  border-bottom: 1px solid #dcdfe0;
  border-right: 1px solid #dcdfe0;
  border-left: 1px solid #dcdfe0;
  padding: 20px;
  cursor: pointer; }

.fp-faq_list li:first-child {
  border-top: 1px solid #dcdfe0; }

.fp-faq_list a {
  color: inherit; }

.fp-faq span.fp-ml-faq {
  font-size: 0.8em; }

.fp-faq_question {
  position: relative;
  font-size: 3rem;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fp-faq_question .icon-bulle {
  height: auto;
  width: auto; }

.fp-faq_question:after {
  content: "\e674";
  position: absolute;
  right: 20px;
  color: #767676;
  font-size: 1.2rem; }

.fp-faq_question.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fp-faq_question a {
  padding: 0 40px 0 20px;
  font-size: 1.1rem;
  line-height: 1; }

.fp-faq_answer {
  width: 100%;
  padding: 0 20px 30px 90px;
  font-size: 16px; }

.fp-faq_answer a {
  color: #008854;
  text-decoration: underline; }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-key-points {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 768px) {
  .fp-key-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.fp-key-points .fp-main_title {
  width: 100%;
  margin-top: 40px; }

.fp-key-point {
  min-height: 200px;
  position: relative;
  width: 47%;
  padding: 40px 2% 40px 0;
  border-bottom: 1px solid #dcdfe0; }

.fp-key-point:nth-last-of-type(2), .fp-key-point:nth-last-of-type(3):not(:nth-child(2n + 1)) {
  border: none; }

.fp-key-point_title {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 400; }

.fp-key-point_text {
  font-size: 16px;
  color: #808080;
  line-height: 20px; }

.fp-key-point_img {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 40px;
  border-radius: 50%; }

.fp-key-point_img:empty {
  border: solid 1px #dcdfe0; }

.fp-key-point_img > img {
  width: 100%; }

.fp-key-point_description {
  padding-left: 80px; }

.fp-key-point .fp-footnotes {
  width: 100%; }

@media screen and (max-width: 768px) {
  .fp-key-point {
    width: 100%; } }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-stepper_card:after, .fp-stepper_card:before {
  right: 100%;
  top: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.fp-stepper {
  max-width: 480px;
  margin: 0 auto 30px auto; }

.fp-stepper ol {
  counter-reset: stepper-counter;
  list-style: none;
  padding: 0; }

.fp-stepper_step {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  padding-left: 50px;
  counter-increment: stepper-counter; }

.fp-stepper_step:before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0;
  font-family: bnpp_sans_condensed_light;
  font-size: 24px;
  line-height: 43px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: solid 5px #fff;
  content: counter(stepper-counter);
  display: inline-block;
  background-color: #4ebb4a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ebb4a), to(#59d4a6));
  background-image: linear-gradient(to bottom, #4ebb4a 0, #59d4a6 100%);
  border-radius: 50%;
  text-align: center; }

.fp-stepper_step:after {
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #dcdfe0;
  top: 10px;
  left: 25px;
  content: ""; }

.fp-stepper_step:last-child::after {
  content: none; }

.fp-stepper_card {
  margin-left: 20px;
  padding: 25px;
  border: 1px solid #dcdfe0;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px); }

.fp-stepper_card:after {
  border-right-color: #fff;
  border-width: 12px;
  margin-top: -12px; }

.fp-stepper_card:before {
  border-right-color: #dcdfe0;
  border-width: 13px;
  margin-top: -13px; }

.fp-stepper_card strong {
  padding-bottom: 20px;
  line-height: 22px;
  display: block;
  text-transform: uppercase; }

.fp-stepper_card p {
  color: #808080;
  line-height: 20px; }

.fp-stepper_text {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  max-width: 350px;
  margin: 20px auto 10px; }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-stepper-horizontal {
  background-color: #ffffff;
  padding: 70px 0 50px; }

.fp-stepper-horizontal h2.fp-main_title {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center; }

.fp-stepper-horizontal ol {
  margin: 0;
  padding: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 40px; }

.fp-stepper-horizontal ol .fp-stepper-horizontal-step {
  display: contents;
  text-align: center; }

.fp-stepper-horizontal ol .fp-stepper-horizontal-step-image {
  grid-row: 1;
  width: 100px;
  height: 100px;
  margin: 0 auto; }

.fp-stepper-horizontal ol .fp-stepper-horizontal-step-number {
  grid-row: 2;
  width: 233px;
  margin: 20px 0;
  font-size: 27px;
  font-weight: bold;
  color: #008854; }

.fp-stepper-horizontal ol .fp-stepper-horizontal-step-title {
  grid-row: 3;
  width: 233px;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: #212121; }

.fp-stepper-horizontal ol .fp-stepper-horizontal-step-description {
  grid-row: 4;
  width: 233px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  color: #212121; }

.fp-stepper-horizontal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
  padding: 14px 24px;
  max-width: 690px;
  gap: 16px;
  border-radius: 4px;
  background-color: #e5f4ee; }

.fp-stepper-horizontal-info-icon {
  width: 30px;
  height: 30px; }

.fp-stepper-horizontal-info p {
  margin: 0; }

.fp-stepper-horizontal a {
  display: table;
  margin: 50px auto 0; }

@media screen and (max-width: 600px) {
  .fp-stepper-horizontal ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0; }
  .fp-stepper-horizontal ol .fp-stepper-horizontal-step {
    display: block;
    margin-bottom: 40px; } }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-tabs {
  width: calc(100% - 40px);
  margin: 20px auto;
  background-color: #fff;
  padding: 0 2.5%; }

.fp-tabs_list {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cccccc; }

.fp-tabs_tab {
  font-size: 15px;
  color: #000000;
  width: 100%;
  height: 60px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: inherit;
  border: 3px solid transparent;
  position: relative; }

.fp-tabs_tab.active, .fp-tabs_tab:hover {
  border-bottom-color: #1b9e5a; }

.fp-tabs_tab:focus-visible .fp-tabs_tooltip {
  display: inherit; }

.fp-tabs_tooltip {
  display: none;
  position: absolute;
  background-color: #373737;
  color: white;
  font-size: 1rem;
  top: -130%;
  left: 0;
  width: 100%;
  padding: 4px;
  -webkit-box-shadow: 0px 1px 3px -1px gray;
          box-shadow: 0px 1px 3px -1px gray;
  z-index: 1; }

.fp-tabs_tab-content {
  padding: 50px 0; }

.fp-tabs_icon {
  height: 40px;
  margin-right: 15px; }

@media screen and (max-width: 768px) {
  .fp-tabs_icon {
    height: 35px;
    margin-right: 10px; } }

.fp-tabs_tab--epargne {
  color: #2491ee; }

.fp-tabs_tab--epargne.active, .fp-tabs_tab--epargne:hover {
  border-bottom-color: #2491ee; }

.fp-tabs_tab--protection {
  color: #fe9b0a; }

.fp-tabs_tab--protection.active, .fp-tabs_tab--protection:hover {
  border-bottom-color: #fe9b0a; }

.fp-tabs_tab--baq {
  color: #00915a; }

.fp-tabs_tab--baq.active, .fp-tabs_tab--baq:hover {
  border-bottom-color: #00915a; }

.fp-tabs_tab--credit {
  color: #7e50a8; }

.fp-tabs_tab--credit.active, .fp-tabs_tab--credit:hover {
  border-bottom-color: #7e50a8; }

.fp-tabs_tab--assurance {
  color: #ee5842; }

.fp-tabs_tab--assurance.active, .fp-tabs_tab--assurance:hover {
  border-bottom-color: #ee5842; }

.fp-tabs_tab--avantages {
  color: #d1395e; }

.fp-tabs_tab--avantages.active, .fp-tabs_tab--avantages:hover {
  border-bottom-color: #d1395e; }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp-special-offer {
  margin-bottom: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }

@media screen and (max-width: 768px) {
  .fp-special-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none; } }

.fp-special-offer_description-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

@media screen and (max-width: 768px) {
  .fp-special-offer_description-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.fp-special-offer_description {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: bnpp_sans_condensed_regular;
  padding: 25px 30px; }

@media screen and (max-width: 768px) {
  .fp-special-offer_description {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.fp-special-offer_description.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.fp-special-offer_mentions {
  color: #333333;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-left: none;
  font-size: 15px;
  width: 45%;
  overflow: auto; }

@media screen and (max-width: 768px) {
  .fp-special-offer_mentions {
    width: 100%; }
  .fp-special-offer_mentions a[class*="btn-"] {
    width: 100%; }
  .fp-special-offer_mentions a + a {
    margin-top: 15px; } }

.fp-special-offer_date {
  font-size: 22px;
  line-height: 27px;
  width: 109px;
  height: 118px;
  margin: 0 30px 0 0;
  padding: 32px 24px;
  text-align: center;
  background: url("data:image/png;base64,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") no-repeat 0 0; }

.fp-special-offer_text {
  font-size: 26px;
  line-height: 38px; }

.fp-special-offer_title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  font-family: inherit; }

.fp-special-offer_promo-title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  font-size: 20px;
  font-family: bnpp_sans_condensed_regular; }

.fp-special-offer_promo-title + p {
  margin-top: 15px; }

.fp-special-offer_flash-sell {
  font-size: 26px;
  font-family: bnpp_sans_condensed_regular;
  padding: 25px; }

.fp-special-offer--epargne .fp-special-offer_description {
  background-color: #2491ee; }

.fp-special-offer--protection .fp-special-offer_description {
  background-color: #fe9b0a; }

.fp-special-offer--baq .fp-special-offer_description {
  background-color: #00915a; }

.fp-special-offer--credit .fp-special-offer_description {
  background-color: #7e50a8; }

.fp-special-offer--assurance .fp-special-offer_description {
  background-color: #ee5842; }

.fp-special-offer--avantages .fp-special-offer_description {
  background-color: #d1395e; }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.ex_table {
  font-family: bnp_regular;
  font-size: 13px; }

.ex_table .ex_th {
  display: table;
  width: 100%; }

.ex_table .ex_th .ex_td {
  color: #333;
  text-align: center;
  padding-top: 10px; }

.ex_table .ex_th .ex_td a {
  font-size: 15px;
  text-transform: none;
  margin: 6px 0 18px; }

.ex_table .ex_th .ex_td.ex_first {
  border: 1px solid transparent;
  border-bottom: 1px solid #dcdfe0;
  border-right: 1px solid #dcdfe0; }

.ex_table .ex_tr {
  display: table;
  width: 100%; }

.ex_table .ex_td {
  display: table-cell;
  width: 16.666%;
  text-align: center;
  vertical-align: middle;
  color: #808080;
  height: 54px;
  border-left: 1px solid #dcdfe0;
  border-right: 1px solid #dcdfe0; }

.ex_table .ex_td.ex_first {
  color: #333;
  text-align: left;
  padding: 15px; }

.ex_table .ex_title {
  width: 100%;
  font-size: 15px;
  color: #1b9e5a;
  height: 54px;
  line-height: 54px;
  background-color: #ebf0ed;
  padding-left: 20px;
  border-left: 1px solid #dcdfe0;
  border-right: 1px solid #dcdfe0; }

.ex_table .ex_tr_last {
  border-bottom: 1px solid #dcdfe0; }

.ex_table.text-center .ex_td:not(.ex_first) {
  text-align: center; }

.ex_table .ex_th3 .ex_td {
  font-family: bnp_regular;
  border: none;
  text-transform: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-bottom: 1px solid #dcdfe0; }

.ex_table a {
  font-size: inherit; }

.ex_table .telephone.second.small {
  margin: 0;
  display: inline-block; }

.ex_table .telephone.second.small .texte p {
  font-size: 0.8rem !important;
  line-height: 13px !important;
  padding-top: 5px; }

.ex_table .garanties {
  padding: 1em;
  font-size: inherit;
  text-align: center; }

.ex_table2 .ex_tr_last {
  border: none; }

.ex_table2 .ex_td {
  border: none;
  color: #1b9e5a;
  text-align: right; }

.ex_table2 .ex_th {
  border-bottom: 1px solid #dbdbdb; }

.ex_table2 .ex_th .ex_td.ex_first {
  border: none; }

.ex_table2 .ex_tr {
  border-bottom: 1px solid #dbdbdb; }

.ex_table2 .ex_title {
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dbdbdb; }

.ex_table2 ul {
  padding: 15px 0; }

.ex_table2 ul li {
  border: none;
  font-size: 13px;
  color: #1b9e5a;
  padding: 0 2px; }

.ex_table2 ul li:before {
  position: relative;
  display: inline-block;
  left: -6px;
  top: 2px;
  color: #1b9e5a; }

.ex_table2 ul li:last-child {
  border: none;
  font-size: 13px;
  color: #1b9e5a;
  padding: 0 2px; }

.ex_table2 .ex_first ul li {
  color: #333; }

.ex_table2 .ex_first ul li:before,
.ex_table2 .ex_first ul li :last-child {
  color: #333; }

.ex_table3 .ex_td {
  width: 15%;
  text-align: center;
  padding: 15px 0; }

.ex_table3 .ex_td.ex_first {
  width: 40%;
  text-align: left; }

.ex_table3 .ex_tr {
  padding: 15px 0; }

.ex_table3 .ex_tr:nth-child(even) {
  background-color: #ebf0ed; }

.ex_table3 .ex_th .ex_td {
  border: none;
  font-family: bnp_regular;
  font-size: 11px;
  color: #1b9e5a;
  text-align: center;
  text-transform: none;
  background-color: #ebf0ed;
  padding: 0 15px; }

.ex_table3 .ex_th .ex_td.ex_first {
  border: none;
  font-size: 15px;
  font-weight: bold; }

.ex_table3 .ex_th2 .ex_td {
  width: 30%;
  font-size: 15px;
  padding: 15px 10px; }

.ex_table3 .ex_th2 .ex_td.ex_first {
  width: 40%;
  font-weight: normal;
  background-color: #fff; }

.t_ex {
  font-size: 16px;
  line-height: 22px;
  color: #808080; }

@media screen and (max-width: 460px) {
  .ex_table .ex_th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ex_table .ex_th .ex_td.ex_first {
    display: none; }
  .ex_table .ex_tr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ex_table .ex_td.ex_first {
    display: table-caption;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    height: auto;
    line-height: 18px;
    padding: 10px 20px; }
  .ex_table.ex_formules .ex_th .ex_td.ex_first {
    display: table-caption;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    height: auto;
    line-height: 18px;
    padding: 10px 20px; }
  .ex_table3 .ex_th .ex_td.ex_first {
    display: table-caption; }
  .ex_th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ex_th .ex_td.ex_first {
    display: none; }
  .ex_tr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ex_td.ex_first {
    display: table-caption;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    height: auto;
    line-height: 18px;
    padding: 10px 20px; }
  .ex_formules .ex_th .ex_td.ex_first {
    display: table-caption;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    height: auto;
    line-height: 18px;
    padding: 10px 20px; }
  .ex_table3 .ex_th .ex_td.ex_first {
    display: table-caption; } }

.cpm-article {
  width: calc(100% - 220px);
  padding-bottom: 30px; }

.cpm-article_title {
  font-family: bnp_regular;
  font-size: 18px;
  color: #1b9e5a;
  padding-bottom: 20px; }

.cpm-article a.detail-download {
  color: #1b9e5a;
  text-decoration: underline;
  padding-left: 25px;
  position: relative;
  display: block;
  padding-bottom: 40px; }

.cpm-article a.detail-download span {
  position: absolute;
  left: 0;
  top: 1px; }

.cpm-article p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px; }

.cpm-article p.mention {
  color: #808080;
  margin: 30px 0; }

.cpm-article p.introliste {
  padding-bottom: 5px; }

.cpm-article p a {
  font-size: 16px; }

.cpm-article p a:hover {
  text-decoration: underline; }

.cpm-article p.stitre {
  font-weight: bold;
  padding-bottom: 3px; }

.cpm-article p + p.stitre {
  margin-top: 30px; }

.cpm-article ul {
  padding-bottom: 20px; }

.cpm-article ul li {
  padding: 3px 0 3px 15px;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  position: relative; }

.cpm-article ul li:before {
  content: "\2022";
  color: #1b9e5a;
  position: absolute;
  display: block;
  left: 0;
  top: 14px;
  font-size: 22px;
  line-height: 0; }

.cpm-article ul.ex li:before {
  content: none; }

.cpm-article .exemple {
  margin: 10px 0 30px;
  padding-left: 20px;
  border-left: 3px solid #1b9e5a; }

.cpm-article .exemple ul {
  padding-bottom: 0; }

.cpm-article .exemple ul li {
  padding: 10px 2px 6px;
  border-top: 1px solid #dcdfe0; }

.cpm-article .exemple ul li:last-child {
  border-bottom: 1px solid #dcdfe0; }

.cpm-article .exemple ul li .big {
  font-size: 28px;
  line-height: 30px; }

.cpm-article .exemple ul li .left {
  display: inline-block;
  width: 65%;
  font-size: 15px; }

.cpm-article .exemple ul li .right {
  display: inline-block;
  width: 35%;
  text-align: right;
  font-size: 15px;
  color: #1b9e5a; }

.cpm-article .exemple p.ex {
  font-family: bnp_regular;
  font-size: 15px;
  color: #1b9e5a;
  padding-bottom: 30px; }

.page-content .articles-summary.sticky {
  top: 109px; }

.articles-summary {
  width: 180px;
  position: absolute;
  right: 0;
  top: 40px; }

.articles-summary.sticky {
  position: fixed;
  z-index: 100; }

.articles-summary.bottom {
  top: inherit !important;
  right: 0 !important;
  bottom: 15px !important; }

@media screen and (max-width: 768px) {
  .articles-summary {
    display: none; } }

.articles-summary_list li {
  cursor: pointer;
  padding: 7px 25px 10px 7px;
  border-left: 1px solid #dcdfe0;
  color: #808080;
  font-size: 15px;
  display: block; }

.articles-summary_list li.active {
  color: #1b9e5a;
  border-left: 3px solid #1b9e5a; }

.articles-summary_list li:hover {
  color: #1b9e5a; }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.cpm-stickybar {
  display: none; }

.cpm-stickybar[editmode] {
  display: block; }

/*@function linear-gradient($pos, $gradients...) {
  $type: linear;
  $pos-type: type-of(nth($pos, 1));

  // if $pos doesn't exist, fix $gradient
  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {
    $gradients: zip($pos $gradients);
    $pos: false;
  }

  $type-gradient: $type, $pos, $gradients;
  @return $type-gradient;
}*/
.fp_bloc_promo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px; }

@media screen and (max-width: 768px) {
  .fp_bloc_promo_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.fp-bloc-promo {
  color: #212121;
  padding: 2.2rem 1.6rem 1.33333rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fp-bloc-promo--epargne {
  background-color: #e0effc; }

.fp-bloc-promo--protection {
  background-color: #fdeeec; }

.fp-bloc-promo--baq {
  background-color: #e5f4ee; }

.fp-bloc-promo--credit {
  background-color: #f2edf6; }

.fp-bloc-promo--assurance {
  background-color: #fdeeec; }

.fp-bloc-promo--epargne .fp-bloc-promo_category,
.fp-bloc-promo--epargne .fp-popin-promo_category {
  background-color: #2491ee; }

.fp-bloc-promo--epargne .fp-bloc-promo_title,
.fp-bloc-promo--epargne .fp-popin-promo_title {
  color: #2491ee; }

.fp-bloc-promo--epargne .cross:hover path,
.fp-bloc-promo--epargne .cross:focus path {
  fill: #2491ee; }

.fp-bloc-promo--protection .fp-bloc-promo_category,
.fp-bloc-promo--protection .fp-popin-promo_category {
  background-color: #fe9b0a; }

.fp-bloc-promo--protection .fp-bloc-promo_title,
.fp-bloc-promo--protection .fp-popin-promo_title {
  color: #fe9b0a; }

.fp-bloc-promo--protection .cross:hover path,
.fp-bloc-promo--protection .cross:focus path {
  fill: #fe9b0a; }

.fp-bloc-promo--baq .fp-bloc-promo_category,
.fp-bloc-promo--baq .fp-popin-promo_category {
  background-color: #00915a; }

.fp-bloc-promo--baq .fp-bloc-promo_title,
.fp-bloc-promo--baq .fp-popin-promo_title {
  color: #00915a; }

.fp-bloc-promo--baq .cross:hover path,
.fp-bloc-promo--baq .cross:focus path {
  fill: #00915a; }

.fp-bloc-promo--credit .fp-bloc-promo_category,
.fp-bloc-promo--credit .fp-popin-promo_category {
  background-color: #7e50a8; }

.fp-bloc-promo--credit .fp-bloc-promo_title,
.fp-bloc-promo--credit .fp-popin-promo_title {
  color: #7e50a8; }

.fp-bloc-promo--credit .cross:hover path,
.fp-bloc-promo--credit .cross:focus path {
  fill: #7e50a8; }

.fp-bloc-promo--assurance .fp-bloc-promo_category,
.fp-bloc-promo--assurance .fp-popin-promo_category {
  background-color: #ee5842; }

.fp-bloc-promo--assurance .fp-bloc-promo_title,
.fp-bloc-promo--assurance .fp-popin-promo_title {
  color: #ee5842; }

.fp-bloc-promo--assurance .cross:hover path,
.fp-bloc-promo--assurance .cross:focus path {
  fill: #ee5842; }

.fp-bloc-promo--avantages .fp-bloc-promo_category,
.fp-bloc-promo--avantages .fp-popin-promo_category {
  background-color: #d1395e; }

.fp-bloc-promo--avantages .fp-bloc-promo_title,
.fp-bloc-promo--avantages .fp-popin-promo_title {
  color: #d1395e; }

.fp-bloc-promo--avantages .cross:hover path,
.fp-bloc-promo--avantages .cross:focus path {
  fill: #d1395e; }

.fp-bloc-promo_category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 1.06667rem;
  padding: 3px 5px;
  border-radius: 3px;
  color: #FFF;
  text-transform: uppercase; }

.fp-bloc-promo_category p {
  margin: 0; }

.fp-bloc-promo_title {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold; }

.fp-bloc-promo_title p {
  margin: 0; }

.fp-bloc-promo_description p {
  margin-bottom: 0; }

.fp-bloc-promo_description ul {
  padding-left: 20px; }

.fp-bloc-promo_description ul li::marker {
  font-size: 11px; }

.fp-bloc-promo_footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 768px) {
  .fp-bloc-promo_footer-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em; } }

.fp-bloc-promo_footer-btn a[class^="btn-"],
.fp-bloc-promo_footer-btn button[class^="btn-"] {
  margin-right: 15px;
  width: auto; }

@media screen and (max-width: 768px) {
  .fp-bloc-promo_footer-btn a[class^="btn-"],
  .fp-bloc-promo_footer-btn button[class^="btn-"] {
    margin-right: 0;
    width: 100%; } }

.fp-bloc-promo_footer-conditions {
  text-align: center;
  font-size: 13px; }

.fp-bloc-promo_footer-conditions p {
  margin: 0; }

.fp-bloc-promo_footer-offer {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold; }

.fp-bloc-promo_footer-offer p {
  margin: 0; }

.fp-bloc-promo_linkToLegal {
  font-size: 0.86667rem;
  color: #767676;
  text-decoration: underline; }

.fp-bloc-promo_linkToLegal:hover, .fp-bloc-promo_linkToLegal:visited, .fp-bloc-promo_linkToLegal:active {
  color: #767676; }

.fp-bloc-promo_duration {
  padding: 1rem 0;
  font-weight: bold; }

.fp-bloc-promo_duration p {
  margin: 0; }

.fp-bloc-promo_mentions {
  background: #FFF;
  color: #000;
  padding: 1.33333rem 2.2rem;
  font-size: 12px; }

.fp-bloc-promo_mentions a {
  color: #000;
  text-decoration: underline; }

.fp-bloc-promo_mentions a:hover, .fp-bloc-promo_mentions a:visited, .fp-bloc-promo_mentions a:active {
  color: #000; }

.fp-bloc-promo_mentions ul {
  list-style: none; }

.fp-bloc-promo_mentions ul li:before {
  content: "-";
  display: inline-block;
  padding-right: 0.33333rem; }

.fp-bloc-promo_mentions--title {
  margin: 0;
  font-weight: bold; }

.fp-bloc-promo button.close {
  border: 0;
  height: 25px;
  width: 20px;
  float: right;
  top: -29px;
  right: -20px;
  padding: 0;
  position: relative;
  background: none;
  border-radius: 0; }

.fp-popin-promo.popin {
  max-width: 666px;
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  max-height: 85%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .fp-popin-promo.popin {
    padding: 0.5em; } }

