/*@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;
}*/
.ia-title-banner {
  font-family: bnp_regular;
  overflow: hidden;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cc569), to(#4ed7b3));
  background-image: linear-gradient(180deg, #5cc569, #4ed7b3); }

.ia-title-banner_title {
  margin: 0.7rem 0 0 0;
  line-height: 3.6rem; }

.ia-title-banner_subtitle {
  margin: 0; }

.ia-title-banner_links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem; }

.ia-title-banner_link {
  font-size: 14px;
  padding: 5px 15px;
  margin: 5px; }

.ia-title-banner_link:not(.active) {
  color: #fff; }

.ia-title-banner_link.active {
  background-color: #fff;
  border-radius: 15px; }

.ia-title-banner_link:first-child {
  margin-left: 0; }

._ia_title_banner > .ia-title-banner {
  padding: 2rem 2rem 25px 2rem; }

.priority .ia-title-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ca389), to(#64c6c3));
  background-image: linear-gradient(-180deg, #2ca389, #64c6c3); }

@charset "UTF-8";
/*@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;
}*/
.popin.popin-back-confirmation .btn-primary {
  background-image: none;
  background-color: #28c3a9;
  color: #fff;
  padding: 0.7em 2em;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  line-height: 17.25px;
  font-family: "Open Sans";
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.popin.popin-back-confirmation .btn-primary:hover, .popin.popin-back-confirmation .btn-primary:not([disabled]):hover {
  background-image: none;
  background-color: #1e9481; }

.popin.popin-back-confirmation .btn-primary:disabled {
  opacity: 0.5; }

.popin.popin-back-confirmation .btn-secondary {
  background-image: none;
  background-color: #fff;
  color: #212121;
  padding: 0.7em 2em;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  line-height: 17.25px;
  font-family: "Open Sans";
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.popin.popin-back-confirmation .btn-secondary:hover, .popin.popin-back-confirmation .btn-secondary:not([disabled]):hover {
  background-image: none;
  background-color: #d5d5d5; }

.popin.popin-back-confirmation .btn-secondary:disabled {
  opacity: 0.5; }

.popin.popin-back-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 420px;
  padding: 25px;
  background-color: #fff;
  border-radius: 4px; }

.popin.popin-back-confirmation .close-btn-circle {
  width: 25px;
  height: 25px;
  margin-left: auto;
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer; }

.popin.popin-back-confirmation .popin-info-picto {
  width: 50px;
  height: 50px;
  margin: 0 auto; }

.popin.popin-back-confirmation .popin-text {
  padding-inline: 0.8rem; }

@media screen and (min-width: 768px) {
  .popin.popin-back-confirmation .popin-text {
    padding-inline: 2rem; } }

.popin.popin-back-confirmation .popin-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.popin.popin-back-confirmation .popin-item .popin-title {
  margin: 0 auto;
  padding: 20px 0 10px;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center; }

.popin.popin-back-confirmation .popin-item .popin-desc {
  text-align: center; }

.popin.popin-back-confirmation .popin-item .btn-primary {
  margin: 40px auto 25px;
  cursor: pointer; }

.ia-top-banner .ia-utilities .btn-help {
  position: relative;
  font-family: "Open Sans";
  font-size: .9rem;
  font-weight: 600;
  background-color: #008854;
  background-image: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px; }

.ia-top-banner .ia-utilities .btn-help::before {
  content: url(../../../content/dam/mabanque/icons/icon-appel-conseiller.svg);
  position: absolute;
  left: 7px;
  top: 5px; }

.ia-top-banner .ia-utilities .btn-help span {
  margin-left: 35px; }

html[lang="en"] .ia-language-select_item:first-child:after {
  margin-right: 0; }

.ia-top-banner {
  font-family: bnp_regular;
  background-color: #d5d5d5;
  width: 100%;
  position: relative; }

.ia-top-banner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  height: 60px; }

.ia-top-banner_wrapper--left {
  overflow: hidden;
  overflow-x: auto;
  width: calc(100% - 25px);
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
  height: 80px; }

@media screen and (max-width: 768px) {
  .ia-top-banner_wrapper--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.ia-top-banner_wrapper--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: inherit;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.ia-top-banner_back-btn {
  position: relative;
  padding: 22px 20px 21px 30px;
  font-size: 13px;
  background-color: #f8f8f8;
  display: inline-block; }

.ia-top-banner .back-btn_icon {
  width: 11px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 22px; }

.ia-top-banner .back-btn_icon img {
  width: 100%; }

.ia-top-banner .ia-utilities .btn-help {
  margin-top: 9px; }

.ia-top-banner:not(.aem-GridColumn) {
  z-index: 200; }

a.ia-top-banner_back-btn {
  color: #999 !important; }

.ia-subnav {
  list-style: none;
  overflow: hidden;
  position: absolute; }

.ia-subnav_tab {
  background-color: #f8f8f8;
  font-size: 0.9333rem;
  font-family: bnpp_sansregular;
  text-transform: uppercase;
  float: left; }

.ia-subnav_link {
  color: inherit;
  padding: 22px 30px 15px 30px;
  display: inline-block;
  border-right: 1px solid #dcdfe0;
  height: 60px;
  word-break: keep-all; }

.ia-subnav_link:hover {
  color: inherit;
  background-color: #ebebeb; }

.ia-subnav_link:active, .ia-subnav_link:visited {
  color: inherit; }

.ia-subnav_link.active {
  color: #fff;
  background-color: #5cc569; }

.ia-subnav_link.active:hover {
  background-color: #5cc569; }

.ia-subnav_icon {
  height: 25px;
  width: 25px;
  display: inline-block; }

.ia-subnav_icon > img {
  width: 100%; }

.ia-subnav_placeholder {
  width: 2000px;
  position: relative; }

.ia-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-right: 25px; }

.ia-utilities_btn {
  padding: 18px 0.5rem; }

.ia-utilities_btn.icon-print {
  position: relative;
  top: 20px;
  padding: 0; }

.ia-utilities_btn.icon-print span {
  visibility: hidden; }

.ia-utilities_icon {
  height: 25px;
  width: 25px;
  position: relative;
  display: inline-block; }

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

.ia-utilities_label {
  display: inline-block;
  line-height: 1.6;
  vertical-align: top; }

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

.ia-language-select {
  list-style: none;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  height: 60px;
  background-color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px; }

.ia-language-select.menu-open {
  height: auto; }

.ia-language-select.menu-open .ia-language-select_item:first-child:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.ia-language-select_item a {
  padding: 15px;
  line-height: 30px;
  color: inherit;
  height: 100%;
  display: inline-block; }

.ia-language-select_item a:active, .ia-language-select_item a:visited {
  color: inherit; }

.ia-language-select_item:first-child:after {
  content: "";
  font-family: iconbnp;
  display: inline-block;
  height: 10px;
  width: 10px;
  font-size: 0.8rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px; }

.popin.popin-back-confirmation {
  max-width: 600px; }

.popin.popin-back-confirmation .btn-secondary {
  background: #f8f8f8;
  margin: 40px auto 25px; }

