/*@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; } }

.wcm-fil-ariane-header {
  position: absolute;
  top: 114px;
  padding: 1rem 1rem 1rem 2rem;
  z-index: 5;
  text-transform: capitalize;
  font-size: .93333rem; }

.wcm-fil-ariane-header .wcm-fil-ariane-token {
  float: left;
  padding-right: .5rem;
  color: #fff;
  position: relative; }

.wcm-fil-ariane-header .wcm-fil-ariane-token:after {
  content: "\e674";
  font-family: iconbnp;
  width: 1rem;
  padding-left: .3rem;
  font-size: .7rem; }

.wcm-fil-ariane-header .wcm-fil-ariane-token a {
  color: #fff; }

.wcm-fil-ariane-header .wcm-fil-ariane-token.current {
  color: rgba(255, 255, 255, 0.8); }

.wcm-fil-ariane-header .wcm-fil-ariane-token.current:after {
  content: ""; }

#wcm-l-partenaires-visa-premier header {
  background: url("../../../content/dam/mabanque/rsc/contrib/html/particuliers/partenaires-visa-premier/images/header-part.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 3rem 2rem; }

#wcm-l-partenaires-visa-premier header h1, #wcm-l-partenaires-visa-premier header p {
  color: #fff; }

#wcm-l-partenaires-visa-premier section.content {
  background-color: #fff;
  padding: 2rem 2.5rem; }

#wcm-l-partenaires-visa-premier h2 {
  margin-top: 1rem;
  margin-bottom: .5rem; }

#wcm-l-partenaires-visa-premier p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0; }

#wcm-l-partenaires-visa-premier h2 + p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2rem; }

#wcm-l-partenaires-visa-premier strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600; }

#wcm-l-partenaires-visa-premier .blocs {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

#wcm-l-partenaires-visa-premier .blocs > img {
  width: 28%;
  max-width: 330px;
  margin-right: 1.7%; }

#wcm-l-partenaires-visa-premier .contenu-droite {
  padding: 1rem;
  width: 70%; }

.date-offre p {
  color: #00965e;
  position: absolute;
  top: 10px;
  right: 15px;
  max-width: 50%;
  font-weight: bold;
  padding: .25rem; }

.date-offre:not(.permanente) p {
  border-radius: 2px;
  border: solid 1px #00965e; }

.date-offre.permanente p {
  padding: .5rem; }

.date-offre img {
  margin-right: 5px;
  margin-bottom: -4px; }

#wcm-l-partenaires-visa-premier h3 {
  text-transform: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0; }

#wcm-l-partenaires-visa-premier .code-promo {
  font-weight: bold; }

#wcm-l-partenaires-visa-premier .code-promo span {
  font-weight: normal;
  color: #767676; }

#wcm-l-partenaires-visa-premier .btn {
  font-size: 13px;
  margin-top: .95rem;
  padding: 9px 20px;
  width: 137px; }

#wcm-l-partenaires-visa-premier span.tel {
  color: #767676; }

#wcm-l-partenaires-visa-premier img.tel {
  width: 235px;
  margin-bottom: -10px; }

section#loisirs {
  margin-top: 3.3rem; }

section.ml {
  background-color: #f8f8f8;
  color: #767676;
  padding: 2rem; }

@media screen and (max-width: 1400px) {
  #wcm-l-partenaires-visa-premier .blocs > img {
    margin-right: 0;
    width: 25%; }
  #wcm-l-partenaires-visa-premier .contenu-droite {
    width: 73%; } }

@media screen and (max-width: 950px) {
  #wcm-l-partenaires-visa-premier .blocs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #wcm-l-partenaires-visa-premier .blocs > img {
    width: auto;
    max-width: 100%;
    margin-top: 1rem; }
  #wcm-l-partenaires-visa-premier .contenu-droite {
    width: 100%; }
  .date-offre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px; }
  .date-offre p {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    max-width: 100%; } }

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

.ex_table .ex_th .ex_td.ex_first {
  border: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.ex_table:not(.ex_table2) .ex_th .ex_td {
  text-transform: uppercase;
  font-family: bnpp_sans_condensed_light;
  font-size: 20px;
  border: 1px solid #dbdbdb; }

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

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

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

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

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

.ex_table .ex_tr_last {
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sprite.check {
  display: inline-block;
  width: 13px;
  height: 11px;
  background-position: -26px -92px; }

.gamme {
  text-align: right;
  padding: 10px 15px 0 0; }

.gamme a {
  text-decoration: underline; }

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

.altimain .main-area #listeParties > div .ex_table2 .ex_first ul li:before {
  color: #333; }

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

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

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

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

.ex_table .ex_td .telephone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.telephone.second.small {
  height: 33px; }

.ex_table .telephone.second.small {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

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

.altimain .main-area #listeParties > div .ex_table2 ul {
  padding: 15px 0; }

.altimain .main-area #listeParties > div .ex_table2 ul li, .altimain .main-area #listeParties > div .ex_table2 ul li:last-child {
  border: none;
  font-size: 13px;
  color: #1b9e5a;
  padding: 0 2px; }

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

.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 #dbdbdb; }

.altimain .main-area #listeParties > div .ex_table2 ul li, .altimain .main-area #listeParties > div .ex_table2 ul li:last-child {
  border: none;
  font-size: 13px;
  color: #1b9e5a;
  padding: 0 2px; }

.altimain .main-area #listeParties > div .ex_table2 .ex_first ul li, .altimain .main-area #listeParties > div .ex_table2 .ex_first ul li:last-child {
  color: #333; }

.ex_table3 .ex_th .ex_td.ex_first, .ex_table3 .ex_th .ex_td {
  border: none; }

.ex_table3 .ex_th .ex_td {
  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 {
  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; }

.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_td {
  width: 15%;
  text-align: center;
  padding: 15px 0; }

.sprite {
  background-image: url(../../../content/dam/mabanque/rsc/contrib/image/particuliers/sprite_carte_visa.png);
  background-size: 259px auto; }
