@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/** 
* Make flexbox grids super easy!
* ---
* @param $cols — Number of columns
* @param $margin — Margin with unit
*/
.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.no-scroll-x {
  overflow-x: hidden; }

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

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff: 1rem = 10px */
  font-family: BNPPSansReg, sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

li {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

@font-face {
  font-family: "BNPPSansReg";
  src: url("../fonts/BNPPSansRegular-webfont.eot");
  src: url("../fonts/BNPPSansRegular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BNPPSansRegular-webfont.woff") format("woff"), url("../fonts/BNPPSansRegular-webfont.ttf") format("truetype"), url("../fonts/BNPPSansRegular-webfont.svg#BNPPSansRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansLight";
  src: url("../fonts/BNPPSansLight-webfont.eot");
  src: url("../fonts/BNPPSansLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BNPPSansLight-webfont.woff") format("woff"), url("../fonts/BNPPSansLight-webfont.ttf") format("truetype"), url("../fonts/BNPPSansLight-webfont.svg#BNPPSansLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansBold";
  src: url("../fonts/BNPPSansBold-webfont.eot");
  src: url("../fonts/BNPPSansBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BNPPSansBold-webfont.woff") format("woff"), url("../fonts/BNPPSansBold-webfont.ttf") format("truetype"), url("../fonts/BNPPSansBold-webfont.svg#BNPPSansBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansCond";
  src: url("../fonts/BNPPSansCond-webfont.eot");
  src: url("../fonts/BNPPSansCond-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BNPPSansCond-webfont.woff") format("woff"), url("../fonts/BNPPSansCond-webfont.ttf") format("truetype"), url("../fonts/BNPPSansCond-webfont.svg#BNPPSansCond") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansCondLight";
  src: url("../fonts/BNPPSansCondLight-webfont.eot");
  src: url("../fonts/BNPPSansCondLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BNPPSansCondLight-webfont.woff") format("woff"), url("../fonts/BNPPSansCondLight-webfont.ttf") format("truetype"), url("../fonts/BNPPSansCondLight-webfont.svg#BNPPSansCondLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansCond";
  src: url("../fonts/BNPPSansCondBold-webfont.eot");
  src: url("../fonts/BNPPSansCondBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BNPPSansCondBold-webfont.woff") format("woff"), url("../fonts/BNPPSansCondBold-webfont.ttf") format("truetype"), url("../fonts/BNPPSansCondBold-webfont.svg#BNPPSansCondBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansReg";
  src: url("../fonts/BNPPSansItalic-webfont.eot");
  src: url("../fonts/BNPPSansItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BNPPSansItalic-webfont.woff") format("woff"), url("../fonts/BNPPSansItalic-webfont.ttf") format("truetype"), url("../fonts/BNPPSansItalic-webfont.svg#BNPPSansItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "BNPPRounded";
  src: url("../fonts/bnpp-rounded-v2.eot");
  src: url("../fonts/bnpp-rounded-v2.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp-rounded-v2.woff") format("woff"), url("../fonts/bnpp-rounded-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-v2.svg#bnpp-rounded-v2") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "BNPPRounded";
  src: url("../fonts/bnpp-rounded-bold-v2.eot");
  src: url("../fonts/bnpp-rounded-bold-v2.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp-rounded-bold-v2.woff") format("woff"), url("../fonts/bnpp-rounded-bold-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-bold-v2.svg#bnpp-rounded-bold-v2") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "BNPPRoundedExtraBold";
  src: url("../fonts/bnpp-rounded-extrabold-v2.eot");
  src: url("../fonts/bnpp-rounded-extrabold-v2.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp-rounded-extrabold-v2.woff") format("woff"), url("../fonts/bnpp-rounded-extrabold-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-extrabold-v2.svg#bnpp-rounded-extrabold-v2") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "BNPPRounded";
  src: url("../fonts/bnpp-rounded-light-v2.eot");
  src: url("../fonts/bnpp-rounded-light-v2.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp-rounded-light-v2.woff") format("woff"), url("../fonts/bnpp-rounded-light-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-light-v2.svg#bnpp-rounded-light-v2") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "BNPPExpanded";
  src: url("../fonts/bnpp_expanded_sans_light-webfont.eot");
  src: url("../fonts/bnpp_expanded_sans_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp_expanded_sans_light-webfont.woff") format("woff"), url("../fonts/bnpp-rounded-light-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-light-v2.svg#bnpp-rounded-light-v2") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "BNPPExpanded";
  src: url("../fonts/bnpp_expanded_sans-webfont.eot");
  src: url("../fonts/bnpp_expanded_sans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp_expanded_sans-webfont.woff") format("woff"), url("../fonts/bnpp-rounded-light-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-light-v2.svg#bnpp-rounded-light-v2") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BNPPExpanded";
  src: url("../fonts/bnpp_expanded_sans_bold-webfont.eot");
  src: url("../fonts/bnpp_expanded_sans_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp_expanded_sans_bold-webfont.woff") format("woff"), url("../fonts/bnpp-rounded-light-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-light-v2.svg#bnpp-rounded-light-v2") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "BNPPLightItalic";
  src: url("../fonts/bnpp_sans_light_italic-webfont.eot");
  src: url("../fonts/bnpp_sans_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bnpp_sans_light_italic-webfont.woff") format("woff"), url("../fonts/bnpp-rounded-light-v2.ttf") format("truetype"), url("../fonts/bnpp-rounded-light-v2.svg#bnpp-rounded-light-v2") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'bnp-icon';
  src: url("../fonts/bnp-icon/bnp-icon.ttf?mibe5c") format("truetype"), url("../fonts/bnp-icon/bnp-icon.woff?mibe5c") format("woff"), url("../fonts/bnp-icon/bnp-icon.svg?mibe5c#bnp-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^='icon-'], [class*=' icon-'] {
  font-family: 'bnp-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.key-docs .sfdownloadFile:before,
.icon-file-paperclip:before {
  content: "\e928"; }

.icon-mail-mini-2:before {
  content: "\e925"; }

.icon-link:before {
  content: "\e921"; }

.icon-picture-02:before {
  content: "\e920"; }

.icon-larrow:before {
  content: "\e922"; }

.icon-rarrow:before {
  content: "\e926"; }

.icon-mail-mini:before {
  content: "\e923"; }

.icon-magnifier-empty,
.icon-magnifier-empty:before {
  content: "\e924"; }


.icon-agenda-arrow:before {
  content: "\e91f"; }

.icon-two-quotes:before {
  content: "\e91e"; }

.icon-increase-size-option:before {
  content: "\e91d"; }

.icon-mail-circular-button:before {
  content: "\e917"; }

.icon-pdf-circular-button:before {
  content: "\e918"; }

.icon-printer-circular-button:before {
  content: "\e919"; }

.icon-social-twitter-circular-button:before {
  content: "\e91c"; }

.icon-list:before {
  content: "\e60a"; }

.icon-printer-01:before {
  content: "\e916"; }

.icon-type-twitter:before,
.icon-twitter:before {
  content: "\e915"; }

.icon-facebook-square-2:before {
  content: "\e90a"; }

.icon-type-facebook:before,
.icon-facebook:before {
  content: "\e90b"; }

.icon-type-linkedin:before,
.icon-linkedin-square-2:before {
  content: "\e90c"; }

.icon-paperclip:before {
  content: "\e90d"; }

.icon-picture:before {
  content: "\e90e"; }

.icon-type-youtube:before,
.icon-play:before {
  content: "\e90f"; }

.icon-rss:before {
  content: "\e910"; }

.icon-share-arrow-right:before {
  content: "\e911"; }

.icon-twitter-square-2:before {
  content: "\e912"; }

.icon-video:before {
  content: "\e913"; }

.icon-youtube-in-square:before {
  content: "\e914"; }

.icon-caret:before {
  content: "\e900"; }

.icon-twitter-square:before {
  content: "\e901"; }

.icon-social-linkedin-circular-button:before {
  content: "\e91a"; }

.icon-close:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e903"; }

.icon-info-with-circle:before {
  content: "\e904"; }

.icon-home:before {
  content: "\e905"; }

.icon-facebook-square:before {
  content: "\e906"; }

.icon-youtube-square:before {
  content: "\e908"; }

.input--checkbox [type="checkbox"]:checked + .input--checkbox__label:after,
.icon-check:before {
  content: "\e909"; }

.icon-hamburger:before {
  content: "\e60e"; }

.icon-linkedin:before {
  content: "\e91b"; }

.icon-type-instagram:before,
.icon-instagram-logo:before {
  content: "\e930"; }

.bnpf-logo:before {
  content: "";
  display: block;
  background-image: url("../images/bnpf-logo.svg");
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .bnpf-logo:before {
      width: 132px;
      height: 30px; } }
  @media screen and (min-width: 992px) {
    .bnpf-logo:before {
      width: 155px;
      height: 34px; } }

.bnp-logo:before {
  content: "";
  display: block;
  background-image: url("../images/bnp-logo.svg");
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .bnp-logo:before {
      width: 132px;
      height: 30px; } }
  @media screen and (min-width: 992px) {
    .bnp-logo:before {
      width: 136px;
      height: 28px; } }

body,
html {
  color: #464646; }

.link {
  cursor: pointer; }

.link--icon-only:hover, .link--icon-only:focus, .link--icon-only:active {
  text-decoration: none; }

.page__title {
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase;
  color: #5f5f5f; }
  @media screen and (max-width: 767px) {
    .page__title {
      margin: 0;
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (min-width: 992px) {
    .page__title {
      margin: 25px 0 0;
      font-size: 54px;
      font-size: 5.4rem; } }

.category {
  display: inline-block;
  padding: 4px 10px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.538461538;
  background: transparent;
  color: #fff; }

.wrapper p {
  font-family: BNPPSansReg, sans-serif;
  font-weight: 200;
  font-size: 18px;
  font-size: 1.8rem;
  color: #5f5f5f;
  line-height: 1.5; }

.wrapper h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 200;
  color: #5F5F5F;
  margin-top: 50px; }


.button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5; }

.button--primary--md {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 10px 44px 6px; }


.button--secondary {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  transition: all .1s ease;
  background-color: #fff;
  border-color: #c6c6c6;
  color: #7c7c7c;
  padding: 8px 24px;
  font-size: 14px;
  font-size: 1.4rem; }
  
  .button--secondary:hover,
  .button--secondary:focus,
  .button--secondary:active {
    text-decoration: none;
    background-color: transparent;
    border-color: #00965e;
    color: #00965e; }


.button {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  transition: all .1s ease; }


.button--neutral {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  transition: all .1s ease;
  background-color: transparent;
  border-color: #c6c6c6;
  color: #767676; }
  
  .button--neutral:hover,
  .button--neutral:focus,
  .button--neutral:active {
    text-decoration: none;
    border-color: #c0c0c0;
    color: #595959; }


.button--primary {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  transition: all .1s ease;
  background-color: #00965e;
  border-color: #00965e;
  color: #fff; }
  
  .button--primary:hover,
  .button--primary:focus,
  .button--primary:active {
    text-decoration: none;
    background-color: transparent;
    border-color: #00965e;
    color: #00965e; }

.button--primary--md {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  transition: all .1s ease;
  background-color: #00965e;
  border-color: #00965e;
  color: #fff; }
  .button--primary--md:hover, .button--primary--md:focus, .button--primary--md:active {
    text-decoration: none;
    background-color: transparent;
    border-color: #00965e;
    color: #00965e; }

.form__introduction,
.form__section__title {
  text-align: left; }

.form__introduction {
  line-height: 1.875;
  color: #5f5f5f;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  font-style: italic; }

.form__section__title {
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem; }

.form__section--2-col, .form__section--3-col,
.form__section {
  text-align: left; }

@media screen and (min-width: 768px) {
  .form__section--2-col .field {
    display: inline-block;
    width: calc(50% - 90px);
    margin-right: 90px; }
    .form__section--2-col .field:nth-of-type(2n+2) {
      margin-right: 0; } }

.form__section--submit {
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
  padding-top: 40px;
  text-align: center; }

.form__section--submit .field {
  text-align: center; }

.form__section--3-col .field {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .form__section--3-col .field {
      width: calc(33% - 40px);
      margin-right: 40px; }
      .form__section--3-col .field:nth-of-type(3n+3) {
        margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .form__section--3-col .field {
      width: calc(33% - 90px);
      margin-right: 90px; } }

.field {
  text-align: left;
  margin-bottom: 26px; }

.field__label {
  display: block;
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 16px;
  font-size: 1.6rem; }

.field--optim a {
  font-weight: 200;
  text-decoration: underline;
  color: #4a4a4a; }

.field--required .field__label:after {
  content: "*";
  display: inline-block;
  color: #c6c6c6;
  float: right; }

.input--text,
.input--mail {
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 0 16px;
  line-height: 42px;
  width: 100%;
  background: #fff;
  font-weight: 200;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  transition: box-shadow .2s ease; }
  .input--text:focus,
  .input--mail:focus {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15); }
  .input--text.error, .input--text.valid,
  .input--mail.error,
  .input--mail.valid {
    background-position: right 8px top 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px; }
  .input--text.error,
  .input--mail.error {
    border-color: #f00;
    color: #f00;
    background-image: url("../images/error-cross.svg");
    background-size: 16px 16px; }
  .input--text.valid,
  .input--mail.valid {
    background-image: url("../images/valid-check.svg");
    background-size: 16px 12px; }

.label-error {
  margin-top: 6px;
  display: none;
  color: #f00;
  font-weight: 200;
  font-size: 10px;
  font-size: 1rem;
  position: absolute; }

.field.error .label-error {
  display: block; }

.input--select {
  width: 100%;
  border: solid 1px #c7c7c7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
  outline: none;
  background-color: #fff;
  background-image: url("../Images/bottom-arrow.svg");
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: right 10px center;
  padding: 0 16px;
  line-height: 42px;
  height: 42px; }

select::-ms-expand {
  display: none; }

.input--select__item {
  line-height: 30px; }

.input--checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 15px;
  /* checkbox aspect */
  /* checked mark aspect */ }
  .input--checkbox [type="checkbox"] {
    visibility: hidden;
    position: absolute; }
  .input--checkbox .input--checkbox__label .input--checkbox__label:before {
    display: inline-block;
    vertical-align: middle; }
  .input--checkbox .input--checkbox__label {
    position: relative;
    margin-top: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    vertical-align: middle;
    cursor: pointer; }
  .input--checkbox .input--checkbox__label:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    @media screen and (min-width: 992px) {
      .input--checkbox .input--checkbox__label:before {
        margin-right: 10px; } }
  .input--checkbox [type="checkbox"]:checked + .input--checkbox__label:after {
    font-family: 'bnp-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    color: #00965e;
    font-size: 11px;
    font-size: 1.1rem; }

.input--radio,
.input--radio-inline {
  cursor: pointer;
  position: relative;
  padding: 5px 5px 5px 35px;
  margin-bottom: 0; }

.input--radio label,
.input--radio-inline label {
  font-weight: 200;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -5px;
  padding-left: 0;
  padding-top: 0;
  color: #5f5f5f; }

.input--radio input[type="radio"],
.input--radio-inline input[type="radio"] {
  display: none; }

.input--radio input[type="radio"] + span,
.input--radio-inline input[type="radio"] + span,
.input--radio input[type="radio"] + span:before,
.input--radio-inline input[type="radio"] + span:before {
  cursor: pointer; }

.input--radio input[type="radio"] + span:before,
.input--radio-inline input[type="radio"] + span:before {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 5px;
  content: '';
  background-color: #00965e;
  width: 18px;
  height: 18px;
  border: 10px solid #fff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 1px #d2d2d2; }

.input--radio input[type="radio"]:checked + span:before,
.input--radio-inline input[type="radio"]:checked + span:before {
  border-width: 3px; }

.input--radio input[type="radio"]:checked + span,
.input--radio-inline input[type="radio"]:checked + span {
  font-family: BNPPSansReg, sans-serif;
  color: #00965e; }

html,
body {
  background: #FFFFFF; }

body.filtersOpen {
  overflow: hidden; }

body.new-header.mm_opening {
  position: fixed;
  overflow: hidden;
  width: 100%;
  display: block; }
  @media screen and (min-width: 992px) {
    body.new-header.mm_opening {
      position: relative;
      overflow-y: auto; } }

.wrapper-content {
  background: #FFFFFF;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s ease; }
  .mm_opening .wrapper-content {
    margin-left: 274px; }
    @media screen and (min-width: 992px) {
      .mm_opening .wrapper-content {
        margin-left: 0; } }
  .mm_opening .wrapper-content:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    z-index: 1000; }
    @media screen and (min-width: 992px) {
      .mm_opening .wrapper-content:before {
        display: none; } }

.pageDetail {
  background: #ffffff; }
  .pageDetail .wrapper-content {
    background: #fff; }

.PB html {
  position: relative;
  min-height: 100%;
  color: #464646; }

* {
  box-sizing: border-box; }

.PB .headerContainer {
  margin: 0 auto; }
  @media screen and (min-width: 992px) and (max-width: 1159px) {
    .PB .headerContainer {
      padding: 0;
      max-width: 654px; } }
  @media screen and (max-width: 991px) {
    .PB .headerContainer {
      max-width: 1140px; } }
  @media screen and (min-width: 1160px) {
    .PB .headerContainer {
      max-width: 654px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .PB .headerContainer {
      margin: 0 auto;
      padding: 0;
      max-width: 750px; } }

.PB .globalContent {
  float: left;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .PB .globalContent {
      margin: 44px 0 0;
      width: 100vw; } }

.PB .page__content {
  min-height: 600px; }

.PB .mainWrapper, .PB .socialWrapper, .PB .prefooterContain {
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .PB .mainWrapper, .PB .socialWrapper, .PB .prefooterContain {
      margin: 0 auto;
      padding: 0 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .PB .mainWrapper, .PB .socialWrapper, .PB .prefooterContain {
      margin: 0 auto;
      max-width: 740px; } }
  @media screen and (min-width: 992px) and (max-width: 1159px) {
    .PB .mainWrapper, .PB .socialWrapper, .PB .prefooterContain {
      margin: 0 auto;
      max-width: 740px; } }

@media screen and (max-width: 767px) {
  .newHome .mainWrapper, .newHome .socialWrapper, .newHome .headerContainer, .newHome .prefooterContain {
    padding: 0; } }

@media screen and (min-width: 992px) {
  .newHome .mainWrapper .container, .newHome .socialWrapper .container, .newHome .headerContainer .container, .newHome .prefooterContain .container {
    padding: 0; } }

/* Test branch*/
.container {
  margin: 0 auto; }
  @media screen and (min-width: 992px) and (max-width: 1159px) {
    .container {
      padding: 0 20px; } }
  @media screen and (min-width: 992px) {
    .container {
      max-width: 1140px;
      /*.new-header & {
            max-width: $site-container-new-width-md;
            padding: 0 1.875em;
        }*/ } }

@media screen and (max-width: 991px) {
  .global-content {
    margin: 44px 0 0;
    width: 100%; }
    .new-header .global-content {
      margin-top: 56px; } }

@media screen and (min-width: 992px) {
  .new-header .global-content {
    margin-top: 160px;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .global-content .container {
    padding: 0 20px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .global-content .container {
    max-width: 688px;
    margin: 0 auto; } }

@media screen and (min-width: 992px) and (max-width: 1159px) {
  .global-content .container {
    max-width: 750px;
    margin: 0 auto; } }

.page__header {
  background: #eee;
  padding: 30px 0; }

.section__title {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 3.6rem; }

.page__content {
  margin: 0; }
  .new-header .page__content {
    padding-top: 0; }

@media screen and (max-width: 991px) {
  .secondaryMainWrapper {
    padding: 36px 0 42px; } }

@media screen and (min-width: 992px) {
  .secondaryMainWrapper {
    padding: 85px 0 20px; } }

.secondaryMainWrapper .widget-title,
.secondaryMainWrapper .sidebar__title {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400; }

@media screen and (min-width: 768px) {
  .secondaryMainWrapper .sf_cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.secondaryMainWrapper .sf_cols .sf_3cols_1_33,
.secondaryMainWrapper .sf_cols .sf_3cols_2_34,
.secondaryMainWrapper .sf_cols .sf_3cols_3_33 {
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .secondaryMainWrapper .sf_cols .sf_3cols_1_33,
    .secondaryMainWrapper .sf_cols .sf_3cols_2_34,
    .secondaryMainWrapper .sf_cols .sf_3cols_3_33 {
      width: 328px;
      margin-bottom: 0;
      margin-right: 28px;
      min-height: 355px; } }
  @media screen and (min-width: 992px) {
    .secondaryMainWrapper .sf_cols .sf_3cols_1_33,
    .secondaryMainWrapper .sf_cols .sf_3cols_2_34,
    .secondaryMainWrapper .sf_cols .sf_3cols_3_33 {
      width: 340px; } }
  @media screen and (max-width: 1159px) {
    .secondaryMainWrapper .sf_cols .sf_3cols_1_33:nth-child(2n+2),
    .secondaryMainWrapper .sf_cols .sf_3cols_2_34:nth-child(2n+2),
    .secondaryMainWrapper .sf_cols .sf_3cols_3_33:nth-child(2n+2) {
      margin-right: 0; } }
  @media screen and (min-width: 1160px) {
    .secondaryMainWrapper .sf_cols .sf_3cols_1_33,
    .secondaryMainWrapper .sf_cols .sf_3cols_2_34,
    .secondaryMainWrapper .sf_cols .sf_3cols_3_33 {
      width: 360px; }
      .secondaryMainWrapper .sf_cols .sf_3cols_1_33:nth-child(3n+3),
      .secondaryMainWrapper .sf_cols .sf_3cols_2_34:nth-child(3n+3),
      .secondaryMainWrapper .sf_cols .sf_3cols_3_33:nth-child(3n+3) {
        margin-right: 0; } }

.main-footer {
  border-top: 2px solid #00965e;
  background: #fff; }
  @media screen and (min-width: 992px) {
    .main-footer {
      position: relative;
      bottom: 0;
      width: 100%;
      min-height: 50px; } }

.main-footer .container {
  padding: 0; }

.footer-title-group,
.main-footer .menu__item .link {
  line-height: 48px; }

.main-footer .block-logo,
.main-footer .tagline {
  display: inline-block;
  vertical-align: middle; }

.main-footer .block-logo {
  margin: 0; }

.main-footer .block-logo .link {
  display: block; }

@media screen and (max-width: 991px) {
  .main-footer .tagline {
    display: none; } }

@media screen and (min-width: 992px) {
  .main-footer .tagline {
    display: inline-block;
    margin: 0 0 0 28px;
    font-size: 14px;
    font-size: 1.4rem; } }

.main-footer .menu {
  float: right;
  vertical-align: middle; }

.main-footer .menu__item {
  font-size: 10px;
  font-size: 1rem; }

.main-footer .menu__item:after {
  content: "|";
  margin: 0 3px 0 2px; }

.main-footer .menu__item:last-child:after {
  display: none; }

.main-footer .menu .link {
  font-family: BNPPRounded, BNPPSansReg, sans-serif;
  color: #595959; }

.main-footer .copyright-block {
  float: right;
  line-height: 48px;
  font-size: 10px;
  font-size: 1rem; }

.new-header {
  /*.pre-footer {
        @include breakpoint($md) {
            padding: 350px 0;
        }
    }*/ }
  @media screen and (min-width: 992px) {
    .new-header.layout-content-narrow .pre-footer {
      padding: 174px 0; } }

.pre-footer {
  background: #fff; }
  @media screen and (max-width: 991px) {
    .pre-footer {
      padding: 36px 0 42px; } }
  @media screen and (min-width: 992px) {
    .pre-footer {
      padding: 85px 0; } }

.pageHome.newHome .pre-footer {
  background: transparent;
  padding: 0; }

.pageHome .pre-footer {
  display: block; }
  @media screen and (max-width: 991px) {
    .pageHome .pre-footer {
      padding: 36px 0 42px; } }
  @media screen and (min-width: 992px) {
    .pageHome .pre-footer {
      padding: 85px 0; } }

.pageHome .pre-footer .section:first-of-type .section__title {
  margin-top: 0; }

.new-header .main-footer {
  border: none; }
  .new-header .main-footer .footer-title-group {
    text-align: center;
    position: absolute;
    bottom: 100px;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .new-header .main-footer .footer-title-group {
        position: relative;
        width: auto;
        text-align: left;
        bottom: 0;
        display: table; } }
  .new-header .main-footer .tagline {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .new-header .main-footer .tagline {
        width: auto;
        margin: 0 0 0 28px;
        font-size: 14px;
        display: inline-block;
        line-height: 48px; } }
  .new-header .main-footer .menu {
    float: none;
    margin: 80px auto 40px;
    display: table;
    text-align: center;
    min-height: 50px; }
    @media screen and (min-width: 992px) {
      .new-header .main-footer .menu {
        float: right;
        text-align: left;
        display: block;
        margin: 0; } }
    .new-header .main-footer .menu .menu__item {
      display: inline-block;
      font-size: 11px;
      font-family: BNPPSansReg, sans-serif;
      color: #000000; }
      .new-header .main-footer .menu .menu__item:after {
        margin: 0 2px 0 1px;
        color: #e1e1e1; }
      @media screen and (min-width: 992px) {
        .new-header .main-footer .menu .menu__item {
          font-size: 12px; }
          .new-header .main-footer .menu .menu__item:after {
            margin: 0 14px 0 13px; } }
      .new-header .main-footer .menu .menu__item .link {
        line-height: 25px; }
        @media screen and (min-width: 992px) {
          .new-header .main-footer .menu .menu__item .link {
            line-height: 48px; } }
  .new-header .main-footer .copyright-block {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-family: BNPPSansReg, sans-serif;
    color: #000000; }
    .new-header .main-footer .copyright-block:before {
      content: ""; }
    @media screen and (min-width: 992px) {
      .new-header .main-footer .copyright-block {
        float: right;
        width: auto;
        text-align: left;
        position: relative; }
        .new-header .main-footer .copyright-block:before {
          content: "|";
          margin: 0 13px 0 14px;
          color: #e1e1e1; } }

.new-header .main-footer__link {
  background-color: #333333;
  border-top: 9px solid #777777;
  border-bottom: 2px solid #00965e;
  min-height: 300px; }
  .new-header .main-footer__link .ui-icon {
    position: absolute;
    top: 5px;
    right: 20px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 12px;
    margin-right: 15px;
    height: 12px;
    -ms-transform: rotate(-225deg);
        transform: rotate(-225deg); }
  .new-header .main-footer__link .ui-state-active .ui-icon,
  .new-header .main-footer__link .ui-button:active .ui-icon {
    top: 11px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .new-header .main-footer__link .ui-accordion-header {
    cursor: pointer;
    outline: 0;
    position: relative; }
  .new-header .main-footer__link .sf_cols {
    padding-left: 40px;
    padding-bottom: 40px; }
  .new-header .main-footer__link .sf_4cols_1_25,
  .new-header .main-footer__link .sf_4cols_2_25,
  .new-header .main-footer__link .sf_4cols_3_25,
  .new-header .main-footer__link .sf_4cols_4_25 {
    width: 100%;
    margin: 0; }
  .new-header .main-footer__link .sf_4cols_2_25 .sf_4cols_2in_25,
  .new-header .main-footer__link .sf_4cols_3_25 .sf_4cols_3in_25,
  .new-header .main-footer__link .sf_4cols_4_25 .sf_4cols_4in_25 {
    margin: 0; }
  @media screen and (min-width: 992px) {
    .new-header .main-footer__link .sf_cols {
      padding-left: 0; }
    .new-header .main-footer__link .sf_4cols_1_25,
    .new-header .main-footer__link .sf_4cols_2_25,
    .new-header .main-footer__link .sf_4cols_3_25,
    .new-header .main-footer__link .sf_4cols_4_25 {
      float: left;
      width: 25%;
      margin: 0; } }
  .new-header .main-footer__link h2 {
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #fff; }
  .new-header .main-footer__link li {
    margin-bottom: 10px; }
    .new-header .main-footer__link li:before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-right: .1em solid #777;
      border-top: .1em solid #777;
      margin-right: .3em;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: relative;
      top: -2px; }
    .new-header .main-footer__link li a {
      font-family: BNPPSansReg, sans-serif;
      color: #ffffff;
      font-weight: 200;
      font-size: 14px;
      margin-left: 5px; }
      .new-header .main-footer__link li a:hover {
        color: #686868; }

.prefooter {
  width: 100%;
  background-color: #f0f0f0;
  border-top: 1px solid #dfdada;
  height: 45px; }
  .prefooter .contentNavbarLeft {
    text-align: left;
    max-width: 50%;
    display: inline-block; }
    .prefooter .contentNavbarLeft .social {
      display: inline-block;
      vertical-align: middle;
      line-height: 45px; }
      .prefooter .contentNavbarLeft .social a {
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
        .prefooter .contentNavbarLeft .social a:hover {
          color: #5f5f5f; }
      .prefooter .contentNavbarLeft .social .icon-facebook, .prefooter .contentNavbarLeft .social .icon-twitter, .prefooter .contentNavbarLeft .social .icon-linkedin, .prefooter .contentNavbarLeft .social .icon-printer-01 {
        font-family: 'bnp-icon';
        font-size: 16px;
        font-size: 1.6rem;
        color: #a9a9a9;
        vertical-align: middle;
        margin: 0 2px; }
      .prefooter .contentNavbarLeft .social .icon-printer-01 {
        margin-left: 35px;
        font-size: 18px;
        font-size: 1.8rem; }
  .prefooter .contentNavbarRight {
    text-align: right;
    max-width: 50%;
    float: right;
    display: inline-block; }
    .prefooter .contentNavbarRight .icon-list {
      font-family: 'bnp-icon'; }
    .prefooter .contentNavbarRight a {
      text-decoration: none;
      color: #333; }
      .prefooter .contentNavbarRight a:hover {
        color: #999; }
    .prefooter .contentNavbarRight .prev, .prefooter .contentNavbarRight .next, .prefooter .contentNavbarRight .icon-list {
      font-size: 13px;
      font-size: 1.3rem;
      display: inline-block;
      color: #333;
      vertical-align: middle;
      line-height: 45px; }
    @media screen and (max-width: 767px) {
      .prefooter .contentNavbarRight .prev, .prefooter .contentNavbarRight .next {
        display: none; } }
    .prefooter .contentNavbarRight .prev:after, .prefooter .contentNavbarRight .icon-list:after {
      font-size: 13px;
      font-size: 1.3rem;
      margin-left: 16px;
      display: inline-block;
      content: "|";
      color: #333;
      font-family: BNPPSansCond, sans-serif;
      vertical-align: top;
      line-height: 45px; }
      @media screen and (max-width: 767px) {
        .prefooter .contentNavbarRight .prev:after, .prefooter .contentNavbarRight .icon-list:after {
          display: none; } }
    .prefooter .contentNavbarRight .next, .prefooter .contentNavbarRight .prev {
      margin-left: 15px; }

@media screen and (min-width: 992px) {
  .menu,
  .menu__second-level,
  .menu--brandbar {
    display: inline-block;
    vertical-align: middle;
    font-size: 0; } }

.sub-menu {
  visibility: hidden;
  opacity: 0; }

.no-animation-delay .sub-menu {
  transition: none; }

.sub-menu--open,
.no-touch .menu__item--second-level:hover > .sub-menu,
.no-touch .menu__item--second-level:focus > .sub-menu,
.no-touch .menu__item--second-level:active > .sub-menu {
  visibility: visible;
  opacity: 1; }

.no-touch .menu__item--second-level:hover > .sub-menu,
.no-touch .menu__item--second-level:focus > .sub-menu,
.no-touch .menu__item--second-level:active > .sub-menu {
  transition: all .2s ease; }

.sub-menu--open {
  transition: none; }

@media screen and (min-width: 992px) {
  .menu__item--current, .menu__item--highlight, .menu__item--second-level,
  .menu__item {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem; } }

@media screen and (min-width: 992px) {
  .language-selection {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: middle; } }

@media screen and (min-width: 992px) {
  .language-selected {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: BNPPRounded, BNPPSansBold, sans-serif;
    text-transform: uppercase; }
    .new-header .language-selected {
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem; }
    .language-selected:hover .carret, .language-selected:focus .carret, .language-selected:active .carret {
      border-top-color: #ddd; } }

.language-selected .label,
.language-selected .carret {
  display: inline-block;
  vertical-align: middle; }

.language-selected .carret {
  top: 50%;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 8px;
  position: static;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  .new-header .language-selected .carret {
    display: none; }

.language-selection .language-list {
  display: none; }
  @media screen and (min-width: 992px) {
    .language-selection .language-list {
      position: absolute;
      padding: 6px 0;
      top: calc(100% + 10px);
      border-radius: 3px;
      background: #00965e;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .language-selection .language-list:before {
        top: -6px;
        right: 24px;
        position: absolute;
        width: 0;
        height: 0;
        content: '';
        z-index: 2;
        border-bottom: 6px solid #00965e;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent; } }

.language-selection--open .language-list {
  display: block !important; }

@media screen and (min-width: 992px) {
  .language-selection .menu__item {
    display: block;
    width: 100%; } }

@media screen and (min-width: 992px) {
  .language-selection .menu__item .link {
    width: 100%;
    padding: 6px 10px 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1; }
    .language-selection .menu__item .link:hover, .language-selection .menu__item .link:focus, .language-selection .menu__item .link:active {
      background: #00af6e;
      color: #fff; } }

@media screen and (min-width: 992px) {
  .language-selection .menu__item--current .link {
    font-family: BNPPSansBold, sans-serif; } }

@media screen and (max-width: 991px) {
  .language-selection--mobile {
    padding-top: 18px;
    margin-right: 35px;
    border-top: 1px solid #fff; } }

.menu-mobile .language-selection--mobile .menu__item {
  display: inline-block;
  margin-right: 16px; }

.menu-mobile .language-selection--mobile .menu__item:last-child {
  margin-right: 0; }

@media screen and (max-width: 991px) {
  .menu-mobile .language-selection--mobile .menu__item .link {
    color: #5f5f5f; } }

@media screen and (max-width: 991px) {
  .menu-mobile .language-selection--mobile .menu__item--current > .link {
    color: #fff; } }

body.mobile-menu-open {
  overflow-y: hidden;
  height: 100%; }

@media screen and (max-width: 991px) {
  .menu-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden; } }

@media screen and (min-width: 992px) {
  .menu-mobile {
    display: none; } }

@media screen and (max-width: 991px) {
  .menu-mobile__content {
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100% - 35px);
    min-height: 100%;
    padding: 0 0 0 36px;
    background: #3f3a36;
    border-left: 10px solid #2d2926;
    pointer-events: auto;
    visibility: visible;
    float: left;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%; } }

.menu-mobile.show-menu .menu-mobile__content {
  right: 0;
  width: calc(100% - 35px);
  left: 35px; }

.menu-mobile__content .menu,
.menu-mobile__content .sub-menu {
  display: block;
  max-height: 100vh;
  padding: 44px 0 18px; }

.menu-mobile__content .sub-menu {
  overflow-y: auto; }

.menu-mobile .menu__item,
.menu-mobile .menu__item--second-level {
  max-width: calc(100% - 25px); }

.menu-mobile .menu__item,
.menu-mobile .sub-menu [class*='menu__item--'],
.menu-mobile .menu__item--current {
  margin-bottom: 18px; }
  .menu-mobile .menu__item:last-child,
  .menu-mobile .sub-menu [class*='menu__item--']:last-child,
  .menu-mobile .menu__item--current:last-child {
    margin-bottom: 0; }

.menu-mobile .link,
.menu-mobile .menu__item--current .link,
.menu-mobile .sub-menu .link {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem; }

.menu-mobile .link {
  color: #fff; }

.menu-mobile .menu__item--current > .link {
  color: #00965e; }

@media screen and (max-width: 991px) {
  .menu-mobile .sub-menu {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 100%;
    background: #4e4b48; } }

.menu-mobile .sub-menu.show-menu {
  visibility: visible;
  opacity: 1;
  padding: 44px 36px; }

.menu-mobile .sub-menu.show-menu:not(.menu__second-level) {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  width: 100%; }

.menu-mobile .menu__second-level.show-menu {
  width: calc(100% + 45px);
  -ms-transform: translateX(calc(-100% + 45px));
      transform: translateX(calc(-100% + 45px));
  border-left: 10px solid #3f3a36; }

.menu-mobile .has-sub-menu:after {
  margin-top: 2px;
  font-family: 'bnp-icon';
  content: "\e918";
  color: #ccc;
  float: right;
  font-weight: 800;
  font-size: 6px; }

@media screen and (max-width: 991px) {
  .button--menu-mobile {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    background: #00965e;
    z-index: 250;
    visibility: visible;
    pointer-events: auto; } }

@media screen and (max-width: 991px) {
  .menu-mobile.show-menu .button--menu-mobile {
    right: 100%;
    left: 0; } }

.button--menu-mobile .icon {
  position: relative;
  width: 100%;
  height: 100%; }

.button--menu-mobile .bar {
  position: absolute;
  height: 4px;
  width: 20px;
  background: #fff;
  opacity: 1;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
      transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transition: .25s ease-in-out .35s; }

.button--menu-mobile .bar:nth-child(1) {
  margin-top: -8px;
  transition: width .25s ease-in-out .35s, margin-top .25s ease-in-out .60s; }

.menu-mobile.show-menu .button--menu-mobile .bar:nth-child(1) {
  width: 0%; }

.menu-mobile.show-menu .button--menu-mobile .bar:nth-child(2) {
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
      transform: translateY(-50%) translateX(-50%) rotate(45deg); }

.menu-mobile.show-menu .button--menu-mobile .bar:nth-child(3) {
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      transform: translateY(-50%) translateX(-50%) rotate(-45deg); }

.button--menu-mobile .bar:nth-child(4) {
  margin-top: 8px; }

.menu-mobile.show-menu .button--menu-mobile .bar:nth-child(4) {
  width: 0%; }

.menu-mobile.sub-menu-open .button--menu-mobile .bar:nth-child(1) {
  width: 20px;
  margin-top: 0;
  transition: width .25s ease-in-out .35s; }

.menu-mobile.sub-menu-open .button--menu-mobile .bar:nth-child(2) {
  left: 16px;
  top: 26px;
  width: 10px;
  height: 3px; }

.menu-mobile.sub-menu-open .button--menu-mobile .bar:nth-child(3) {
  top: 20px;
  left: 16px;
  width: 10px;
  height: 3px; }

.menu-mobile__content .menu.footer-menu-mobile {
  border-top: 1px solid #fff;
  padding: 20px 0;
  margin-right: 35px; }

.menu-mobile__content .menu.footer-menu-mobile .link {
  color: #d6d6d6;
  font-size: 13px;
  font-size: 1.3rem; }

.global-header {
  z-index: 500; }
  @media screen and (max-width: 991px) {
    .global-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .global-header {
      position: relative; } }

.lng_change {
  display: none; }

.new-header.mm_opening .header {
  left: 274px;
  transition: all 0.3s ease; }
  @media screen and (min-width: 992px) {
    .new-header.mm_opening .header {
      transition: none;
      left: inherit; } }

.new-header.mm_opening .nav_small {
  margin-left: 274px; }
  @media screen and (min-width: 992px) {
    .new-header.mm_opening .nav_small {
      margin-left: 0; } }
  .new-header.mm_opening .nav_small .menu_txt {
    color: white; }
  .new-header.mm_opening .nav_small .hamburger_icon:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .new-header.mm_opening .nav_small .hamburger_icon:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .new-header.mm_opening .nav_small .hamburger_icon:before, .new-header.mm_opening .nav_small .hamburger_icon:after {
    top: 8px;
    background: white !important; }
  .new-header.mm_opening .nav_small .hamburger_icon span {
    left: -50px;
    opacity: 0;
    background: white !important; }
  .new-header.mm_opening .nav_small.alert::after {
    display: none; }

.new-header.nav-up .header {
  top: 0; }
  @media screen and (min-width: 992px) {
    .new-header.nav-up .header {
      top: -112px; } }

.new-header .header {
  z-index: 1000;
  position: fixed;
  top: 0;
  height: auto;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 16px;
  left: 0; }
  .new-header .header .nav_header {
    background: white;
    width: 100%;
    height: 3.75em;
    position: relative;
    border-bottom: 1px solid #cecece; }
    @media screen and (min-width: 992px) {
      .new-header .header .nav_header {
        height: 67px;
        border-bottom: 2px solid #cecece; } }
    .new-header .header .nav_header .caption {
      display: none;
      vertical-align: middle;
      position: relative;
      left: 1.875em;
      color: #333333; }
      @media screen and (min-width: 992px) {
        .new-header .header .nav_header .caption {
          display: table-cell; } }
  .new-header .header .nav_header_inner {
    display: table;
    width: 100%;
    max-width: 80em;
    margin: 0 auto;
    height: 100%;
    padding: 0 1.625em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .new-header .header .nav_header_inner {
        padding: 0 1.875em;
        text-align: left; } }
  .new-header .header .nav_col_left, .new-header .header .nav_col_right {
    vertical-align: middle; }
  .new-header .header .nav_col_left {
    display: table-cell; }
  .new-header .header .nav_col_right {
    display: none; }
    @media screen and (min-width: 992px) {
      .new-header .header .nav_col_right {
        display: table-cell; } }
  .new-header .header .nav_right_wrapper {
    float: right; }
    .new-header .header .nav_right_wrapper div:last-child {
      display: table-cell;
      height: 44px;
      vertical-align: middle; }
      .new-header .header .nav_right_wrapper div:last-child fieldset {
        vertical-align: baseline; }
    .new-header .header .nav_right_wrapper .sfsearchBox {
      display: none;
      position: relative; }
      @media screen and (max-width: 991px) {
        .new-header .header .nav_right_wrapper .sfsearchBox {
          position: absolute;
          top: 45px;
          left: 0;
          width: 100%;
          min-height: 30px;
          padding: 10px 20px;
          background: #fff;
          z-index: -1; } }
      @media screen and (min-width: 992px) {
        .new-header .header .nav_right_wrapper .sfsearchBox {
          position: relative;
          display: inline-block; } }
      .new-header .header .nav_right_wrapper .sfsearchBox:after {
        display: block;
        content: "\e929";
        color: #777777;
        font-family: 'bnp-icon';
        position: absolute;
        top: 5px;
        right: 6px; }
    .new-header .header .nav_right_wrapper .sfsearchBox.mobile-visible {
      display: block; }
    .new-header .header .nav_right_wrapper .sfsearchTxt {
      display: inline-block; }
    .new-header .header .nav_right_wrapper .sfsearchBox .sfsearchSubmit {
      opacity: 0;
      color: transparent;
      border: none;
      width: 1.875em;
      height: 1.625em;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      margin: 0;
      text-align: center;
      cursor: pointer;
      z-index: 20; }
    .new-header .header .nav_right_wrapper .sfsearchBox .k-widget {
      height: 1.625em;
      margin-left: 0.925em;
      width: 1em;
      transition: all 0.4s ease; }
      .new-header .header .nav_right_wrapper .sfsearchBox .k-widget.open-input {
        width: 14.062em;
        border: 1px solid #00965e !important;
        margin-left: 0.625em; }
    .new-header .header .nav_right_wrapper .sfsearchBox .k-input {
      display: none;
      font-size: 16px;
      font-size: 1.6rem;
      outline: none; }
      @media screen and (max-width: 991px) {
        .new-header .header .nav_right_wrapper .sfsearchBox .k-input {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border: 0; } }
      @media screen and (min-width: 992px) {
        .new-header .header .nav_right_wrapper .sfsearchBox .k-input {
          display: block;
          padding: 1px 53px 0 11px;
          width: 100%;
          height: 100%;
          color: #7c7c7c;
          font-size: 14px;
          font-size: 1.4rem;
          border: 0;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          outline: none;
          border: 0;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          outline: none; } }
  .new-header .header .mm_ext_lnks, .new-header .header #headerUserBlock .meta_nav_logout {
    display: none; }
  .new-header .header .meta_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 17.692em; }
  .new-header .header .brand_logo {
    background: url(../images/sprite.svg) no-repeat;
    display: block;
    background-position: 0 -28px;
    margin: 0 0 0 30px;
    width: 2.19em;
    height: 2.19em;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .new-header .header .brand_logo {
        width: 10.2em;
        height: 2.19em; } }
    @media screen and (min-width: 992px) {
      .new-header .header .brand_logo {
        margin: 0;
        display: table-cell;
        margin: 0 auto; } }

.new-header .top_header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #cecece;
  font-family: BNPPSansLight, sans-serif;
  display: none; }
  @media screen and (min-width: 992px) {
    .new-header .top_header {
      display: block; } }

.new-header .top_header_inner {
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.625em; }
  @media screen and (min-width: 992px) {
    .new-header .top_header_inner {
      padding: 0 1.875em; }
      .disclosure .new-header .top_header_inner .select_item li:last-child {
        display: none; } }

.new-header .select_item {
  display: block;
  height: auto;
  padding: 0; }
  .disclosure .new-header .select_item {
    display: none; }
    @media screen and (min-width: 992px) {
      .disclosure .new-header .select_item {
        display: table-cell; } }
  @media screen and (min-width: 992px) {
    .new-header .select_item {
      display: table-cell;
      vertical-align: middle;
      height: 44px; } }
  .new-header .select_item > li {
    display: inline-block;
    margin-left: 0; }
    @media screen and (min-width: 992px) {
      .new-header .select_item > li {
        margin-left: 0.625em; } }
    .new-header .select_item > li:first-child {
      margin-left: 0; }
    .new-header .select_item > li.active a {
      color: #333;
      line-height: 0; }
      .new-header .select_item > li.active a:hover {
        text-decoration: none; }
    .new-header .select_item > li > a {
      font-size: 14px;
      color: #777; }
      .new-header .select_item > li > a:hover {
        text-decoration: underline;
        color: #333; }

.new-header .nav_col_right {
  position: absolute;
  display: block;
  top: 9px; }
  @media screen and (min-width: 992px) {
    .new-header .nav_col_right {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      top: 0; } }

.new-header .nav_col_left {
  display: table-cell;
  vertical-align: middle; }

.new-header .search_wipe {
  padding: 0.8em;
  right: 2.8em; }

.new-header .magnify_icon {
  z-index: 5;
  display: block;
  width: 1.875em;
  height: 1.625em;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -2px;
  right: 0;
  border: 1px solid transparent;
  color: #777777; }
  .new-header .magnify_icon::before {
    content: "\e920";
    top: 0.88em;
    right: 0.28em;
    position: absolute;
    font-family: 'cpbb-icon' !important; }
  .new-header .magnify_icon .search_input {
    position: relative;
    width: 1.875em;
    transition: all 0.4s ease; }
    .new-header .magnify_icon .search_input .search_wipe.show_active {
      opacity: 0; }
    .new-header .magnify_icon .search_input.focus {
      width: 14.062em;
      margin-left: 0.625em; }
      .new-header .magnify_icon .search_input.focus .search_wipe.show_active {
        opacity: 1; }
      .new-header .magnify_icon .search_input.focus .submitInput {
        z-index: 90; }
      .new-header .magnify_icon .search_input.focus .magnify_icon {
        background-color: white;
        z-index: 1;
        border-left: none; }
        .new-header .magnify_icon .search_input.focus .magnify_icon::before {
          padding-left: 0.4375em; }
      .new-header .magnify_icon .search_input.focus .input_wrap {
        padding: 0 53px 0 10px;
        opacity: 1;
        transition: opacity 0.1s ease;
        transition: padding 0.1s ease; }
      .new-header .magnify_icon .search_input.focus input[type="text"] {
        text-indent: inherit; }

.new-header .search_input {
  position: relative;
  width: 1.875em;
  transition: all 0.4s ease; }
  .new-header .search_input .search_wipe.show_active {
    opacity: 0; }
  .new-header .search_input.focus {
    width: 14.062em;
    margin-left: 0.625em; }
    .new-header .search_input.focus .search_wipe.show_active {
      opacity: 1; }
    .new-header .search_input.focus .submitInput {
      z-index: 90; }
    .new-header .search_input.focus .magnify_icon {
      background-color: white;
      z-index: 1;
      border-left: none; }
      .new-header .search_input.focus .magnify_icon::before {
        padding-left: 0.4375em; }
    .new-header .search_input.focus .input_wrap {
      padding: 0 53px 0 10px;
      opacity: 1;
      transition: opacity 0.1s ease;
      transition: padding 0.1s ease; }
    .new-header .search_input.focus input[type="text"] {
      text-indent: inherit; }

.new-header .nav_small {
  display: block;
  text-align: center;
  position: fixed;
  z-index: 1001;
  top: 15px;
  left: 10px;
  transition: margin 0.4s ease;
  text-decoration: none;
  cursor: pointer; }
  .new-header .nav_small:hover {
    text-decoration: none; }
  @media screen and (min-width: 992px) {
    .new-header .nav_small {
      position: relative;
      display: none; } }
  .new-header .nav_small.alert::after {
    color: #e53012;
    font-size: 0.813em;
    position: absolute;
    top: -0.154em;
    right: -0.154em;
    background: white;
    border-radius: 100%; }
  .new-header .nav_small .hamburger_icon {
    font-size: 1.258em;
    display: block;
    width: 28px;
    height: 20px;
    position: relative; }
    .new-header .nav_small .hamburger_icon:before, .new-header .nav_small .hamburger_icon:after, .new-header .nav_small .hamburger_icon span {
      background: black;
      width: 28px;
      content: "";
      display: block;
      position: absolute;
      height: 4px;
      transition: none 0.1s ease 0.4s;
      transition-property: transform, top, bottom, left, opacity;
      top: 0; }
    .new-header .nav_small .hamburger_icon:after {
      top: 16px; }
    .new-header .nav_small .hamburger_icon span {
      top: 8px;
      left: 0; }
  .new-header .nav_small .menu_txt {
    font-size: 10px;
    display: block;
    color: #777;
    line-height: 1;
    margin-top: 0.6em;
    text-transform: uppercase;
    font-family: BNPPSansLight, sans-serif; }

.new-header .mm_cover, .new-header .cover {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 3;
  display: none; }

.new-header .clickable_lng {
  position: relative;
  text-decoration: none;
  float: left;
  color: #00915A; }
  @media screen and (min-width: 992px) {
    .new-header .clickable_lng {
      width: 3.571em;
      background: white;
      display: table-cell;
      vertical-align: middle;
      padding-left: 0.70em;
      z-index: 4;
      font-size: 0.875em;
      padding-right: 1.072em;
      border: 1px solid white;
      top: 2px;
      float: none;
      color: #333333;
      height: 2.5em; } }
  .new-header .clickable_lng:hover {
    text-decoration: none; }
  .new-header .clickable_lng::after {
    font-family: 'bnp-icon';
    content: "\e900";
    position: absolute;
    right: 1.63em;
    top: 1.757em;
    font-size: 0.5em;
    color: #333333;
    display: none;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    @media screen and (min-width: 992px) {
      .new-header .clickable_lng::after {
        display: block; } }

.new-header .lng_change {
  display: table-cell;
  position: relative;
  vertical-align: middle; }
  @media screen and (min-width: 992px) {
    .new-header .lng_change {
      padding-left: 0.313em; } }
  .new-header .lng_change ul {
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    margin-top: 1px; }
    @media screen and (min-width: 992px) {
      .new-header .lng_change ul {
        position: absolute;
        display: none;
        background: white;
        box-shadow: 2px 2px rgba(27, 27, 27, 0.2);
        z-index: 6;
        width: 3.125em;
        margin-top: -1px; } }
    .new-header .lng_change ul li {
      list-style: none;
      margin: 0;
      float: left;
      margin-right: 23px;
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        .new-header .lng_change ul li {
          border-top: 1px solid #cecece;
          float: none;
          margin-right: 0; } }
      .new-header .lng_change ul li.active {
        display: none; }
      .new-header .lng_change ul li a {
        text-decoration: none;
        color: black;
        padding: 0;
        display: table-cell;
        width: auto;
        vertical-align: middle;
        font-size: 0.875em;
        font-family: BNPPSansLight, sans-serif; }
        @media screen and (min-width: 992px) {
          .new-header .lng_change ul li a {
            padding: 9px 10px;
            padding-right: 0.9375em;
            width: 3.428em; } }
        .new-header .lng_change ul li a:hover {
          background: #eeeeee; }
      .new-header .lng_change ul li.menu__item--current {
        display: none; }

.new-header .lng_change {
  cursor: pointer; }
  .new-header .lng_change.open .clickable_lng, .new-header .lng_change.language-selection--open .clickable_lng {
    border: none;
    background: transparent; }
    @media screen and (min-width: 992px) {
      .new-header .lng_change.open .clickable_lng, .new-header .lng_change.language-selection--open .clickable_lng {
        border: 1px solid #cecece;
        background: #eeeeee;
        box-shadow: 2px 0px rgba(27, 27, 27, 0.2); } }
  .new-header .lng_change.open ul, .new-header .lng_change.language-selection--open ul {
    display: inline-block; }
    .new-header .lng_change.open ul li:hover, .new-header .lng_change.language-selection--open ul li:hover {
      background: #eeeeee; }

.cookie-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
  padding: 25px 40px 25px;
  padding: 2.5rem 4rem 2.5rem;
  width: 100%;
  height: auto;
  background-color: #5f5f5f;
  transition: all 0.4s ease 0s; }
  @media screen and (min-width: 992px) {
    .cookie-bar {
      padding: 20px 35px;
      padding: 2rem 3.5rem; } }

.cookie-bar__close {
  width: 33px;
  height: 33px;
  display: inline-block;
  float: right;
  border: solid 2px #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem; }
  .cookie-bar__close:hover, .cookie-bar__close:focus, .cookie-bar__close:active {
    text-decoration: none; }

.cookie-bar__text {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  width: calc(100% - 50px);
  float: left; }
  .cookie-bar__text a {
    color: #FFFFFF;
    text-decoration: underline; }

.bnp-spinner {
  margin: 20px auto 20px;
  width: 70px;
  text-align: center; }

.bnp-spinner .dot {
  width: 18px;
  height: 18px;
  background-color: #00965e;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.bnp-spinner .bounce1 {
  animation-delay: -0.32s; }

.bnp-spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.section .spinner {
  margin: 0 auto; }

.main-header {
  background: #fff; }
  @media screen and (max-width: 991px) {
    .main-header {
      padding: 8px 0 5px;
      border-top: 2px solid #00965e; } }
  @media screen and (min-width: 992px) {
    .main-header {
      padding: 18px 0 17px 0; } }

.main-header .block-logo,
.main-header .tagline {
  display: inline-block;
  vertical-align: middle; }

.main-header .block-logo {
  margin: 0; }
  @media screen and (max-width: 991px) {
    .main-header .block-logo {
      margin-left: 10px; } }

.main-header .block-logo .link {
  display: block; }

@media screen and (max-width: 991px) {
  .main-header .tagline {
    display: none; } }

@media screen and (min-width: 992px) {
  .main-header .tagline {
    display: inline-block;
    margin-left: 28px;
    font-size: 16px;
    font-size: 1.6rem; } }

.core-feature {
  margin-top: 4px;
  float: right; }

.header-fullwidth {
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 280px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .header-fullwidth {
      background-position: center right;
      min-height: 300px; } }
  @media screen and (min-width: 992px) {
    .header-fullwidth {
      background-position: center; } }
  .header-fullwidth:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0; }
  .business-info-detail .header-fullwidth {
    display: none; }

.header-fullwidth .banner-title,
.header-fullwidth .description {
  color: #fff;
  text-align: left;
  font-weight: 400; }

.header-fullwidth .content {
  z-index: 250; }
  @media screen and (max-width: 767px) {
    .header-fullwidth .content {
      position: relative;
      margin: 0 auto;
      height: 100%;
      width: 100%;
      padding: 30px 20px; } }
  @media screen and (min-width: 768px) {
    .header-fullwidth .content {
      max-width: 1140px;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      /*.new-header & {
            max-width:$site-container-new-width-md;
        }*/ } }

.header-fullwidth .banner-title {
  text-transform: uppercase;
  margin: 0;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif; }
  @media screen and (max-width: 991px) {
    .header-fullwidth .banner-title {
      font-size: 45px;
      font-size: 4.5rem; } }
  @media screen and (min-width: 992px) {
    .header-fullwidth .banner-title {
      font-size: 54px;
      font-size: 5.4rem; } }

.header-fullwidth .description {
  width: 100%;
  max-width: 550px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625; }

@media screen and (min-width: 992px) {
  .header-fullwidth--home {
    height: 420px; } }

.header-fullwidth--home:after {
  display: none; }

@media screen and (max-width: 991px) {
  .header-fullwidth--home .content {
    position: static;
    padding: 0;
    -ms-transform: none;
        transform: none;
    top: 0;
    left: 0; } }

@media screen and (min-width: 992px) {
  .header-fullwidth--home .content {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 1140px;
    -ms-transform: none;
        transform: none;
    top: 0;
    left: 0;
    /*.new-header & {
            max-width:$site-container-new-width-md;
        }*/ } }

.header-fullwidth--home .banner-text {
  background: #00965e;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .header-fullwidth--home .banner-text {
      padding: 30px 20px; } }
  @media screen and (min-width: 992px) {
    .header-fullwidth--home .banner-text {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 464px;
      padding: 30px; } }

.header-fullwidth--home .banner-title {
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  line-height: 1.0625;
  margin: 0;
  text-align: left; }
  @media screen and (max-width: 991px) {
    .header-fullwidth--home .banner-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 992px) {
    .header-fullwidth--home .banner-title {
      font-size: 32px;
      font-size: 3.2rem; } }

.header-fullwidth--home .description {
  font-family: BNPPSansReg, sans-serif;
  width: auto;
  margin: 15px 0 0;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem; }

.header-fullwidth--home {
  position: relative; }

.header-fullwidth--home__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .header-fullwidth--home__background {
      position: absolute;
      height: 100%; } }

@media screen and (min-width: 992px) {
  .header-fullwidth--governance {
    height: 300px; } }

.header-fullwidth--governance:after {
  display: none; }

.header-fullwidth--governance .banner-title {
  margin-bottom: 20px; }

.PB .headerHeroFull {
  width: 100vw;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 50vh; }
  .new-header .PB .headerHeroFull {
    margin-top: 0; }
    @media screen and (min-width: 992px) {
      .new-header .PB .headerHeroFull {
        margin-top: 160px; } }
  .PB .headerHeroFull .headerHero {
    width: 100%;
    height: 50vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: absolute; }
    @media screen and (max-width: 991px) {
      .PB .headerHeroFull .headerHero {
        background-position: 65% center !important; } }
    .PB .headerHeroFull .headerHero:after {
      content: "";
      display: block;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
      width: 100%;
      height: 100%;
      z-index: 10;
      top: 0; }
  .PB .headerHeroFull .headerHeroItem {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    z-index: 50;
    position: absolute;
    background-position: 70% !important; }
    @media screen and (max-width: 767px) {
      .PB .headerHeroFull .headerHeroItem {
        height: 200px; } }
  .PB .headerHeroFull .bannerTxt {
    color: white;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    max-width: 750px;
    padding: 0 20px 0 0; }
    @media screen and (min-width: 0) and (max-width: 767px) {
      .PB .headerHeroFull .bannerTxt {
        top: 60% !important; } }
    .PB .headerHeroFull .bannerTxt .bannerDescription {
      font-size: 47px;
      font-size: 4.7rem;
      font-family: BNPPSansCond, sans-serif;
      text-transform: uppercase; }
      @media screen and (max-width: 1159px) {
        .PB .headerHeroFull .bannerTxt .bannerDescription {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media screen and (max-width: 767px) {
        .PB .headerHeroFull .bannerTxt .bannerDescription {
          font-size: 24px;
          font-size: 2.4rem; } }
    .PB .headerHeroFull .bannerTxt .bannerTitle {
      font-size: 94px;
      font-size: 9.4rem;
      font-family: BNPPSansCond, sans-serif; }
      @media screen and (max-width: 1159px) {
        .PB .headerHeroFull .bannerTxt .bannerTitle {
          font-size: 64px;
          font-size: 6.4rem; } }
      @media screen and (max-width: 767px) {
        .PB .headerHeroFull .bannerTxt .bannerTitle {
          font-size: 50px;
          font-size: 5rem; } }
    .PB .headerHeroFull .bannerTxt .bannerSubtitle {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: BNPPSansLight, sans-serif;
      line-height: 1.5; }
      @media screen and (max-width: 1159px) {
        .PB .headerHeroFull .bannerTxt .bannerSubtitle {
          font-size: 15px;
          font-size: 1.5rem; } }
      .PB .headerHeroFull .bannerTxt .bannerSubtitle:before {
        content: "";
        width: 150px;
        height: 1px;
        background: #ffffff;
        display: block;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .PB .headerHeroFull .bannerTxt .bannerSubtitle:before {
            width: 75px; } }

.PB .headerDetail {
  background: #eeeeee;
  padding: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .PB .headerDetail {
      padding: 30px 0 30px; } }
  .PB .headerDetail.headerTableOfContent {
    padding: 30px 0 80px; }
    @media screen and (max-width: 1159px) {
      .PB .headerDetail.headerTableOfContent {
        padding: 0 0 90px; } }
    @media screen and (max-width: 767px) {
      .PB .headerDetail.headerTableOfContent {
        padding: 30px 0 90px; } }
  .PB .headerDetail .category {
    padding: 3px 10px 0;
    font-size: 11px;
    font-size: 1.1rem; }
  .PB .headerDetail .date {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: BNPPSansReg, sans-serif;
    color: #999999;
    display: inline-block;
    padding: 0 20px;
    vertical-align: sub; }
  .PB .headerDetail .authorBlock {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .PB .headerDetail .authorBlock {
        display: block;
        margin-top: 20px; } }
    .PB .headerDetail .authorBlock .authorName {
      color: #5f5f5f; }
    .PB .headerDetail .authorBlock .authorTitle {
      color: #6f6e6e;
      font-family: BNPPSansLight, sans-serif; }
      .PB .headerDetail .authorBlock .authorTitle:before {
        content: '|';
        display: inline-block;
        margin: 0 5px 0 2px; }
  .PB .headerDetail h1 {
    color: #5f5f5f;
    font-size: 54px;
    font-size: 5.4rem;
    font-family: BNPPSansCond, sans-serif;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      .PB .headerDetail h1 {
        font-size: 40px;
        font-size: 4rem; } }
  .PB .headerDetail .social {
    display: inline-block; }
    .PB .headerDetail .social a {
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .PB .headerDetail .social a:hover {
        color: #5f5f5f; }
    .PB .headerDetail .social .icon-facebook, .PB .headerDetail .social .icon-twitter, .PB .headerDetail .social .icon-linkedin {
      font-family: 'bnp-icon';
      font-size: 16px;
      font-size: 1.6rem;
      color: #a9a9a9;
      margin: 0 2px; }

.PB .breadcrumb {
  padding: 30px 0 20px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .PB .breadcrumb {
      display: none; } }
  .PB .breadcrumb .breadcrumb__item {
    display: inline-block; }
    .PB .breadcrumb .breadcrumb__item a {
      color: #767676; }
    .PB .breadcrumb .breadcrumb__item:after {
      content: "›";
      display: inline-block;
      margin: 0 6px; }
    .PB .breadcrumb .breadcrumb__item:last-child {
      color: #444444; }
      .PB .breadcrumb .breadcrumb__item:last-child:after {
        display: none; }

@media screen and (max-width: 991px) {
  .PB.pageAuthor .breadcrumb {
    padding: 70px 0 0; } }

.PB.pageDetail .breadcrump {
  background-color: #eeeeee; }
  @media screen and (max-width: 991px) {
    .PB.pageDetail .breadcrump {
      padding-top: 44px; } }

.PB .titleFilter {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 30px 0 11px; }
  @media screen and (max-width: 767px) {
    .PB .titleFilter {
      padding-left: 30px;
      color: #f3f3f3; } }

.PB .closeFilter:before {
  content: "\e902";
  display: none;
  font-family: 'bnp-icon';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  color: #ffffff;
  top: -8px;
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (max-width: 767px) {
    .PB .closeFilter:before {
      display: block; } }

.PB .filter {
  background: #ffffff;
  padding: 30px;
  border-top: 3px solid #00965e;
  margin-bottom: 30px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }
  @media screen and (max-width: 767px) {
    .PB .filter {
      padding-left: 30px;
      background: #5f5f5f;
      border: none;
      overflow: scroll;
      overflow-x: hidden;
      height: calc(100vh - 70px); } }
  .PB .filter .titleDate, .PB .filter .titleTag, .PB .filter .titleContributor {
    font-size: 16px;
    font-size: 1.6rem;
    color: #242424;
    margin: 25px 0 18px;
    padding: 0 0 8px;
    border-bottom: 1px solid #cbcbcb;
    text-transform: uppercase; }
    .PB .filter .titleDate:first-child, .PB .filter .titleTag:first-child, .PB .filter .titleContributor:first-child {
      margin: 0 0 18px; }
    @media screen and (max-width: 767px) {
      .PB .filter .titleDate, .PB .filter .titleTag, .PB .filter .titleContributor {
        color: #f3f3f3; } }
  .PB .filter .titleTag span.moreTag, .PB .filter .titleTag span.lessTag {
    float: right;
    color: #919191;
    font-family: BNPPSansLight, sans-serif;
    cursor: pointer; }
  .PB .filter .titleTag span.moreTag {
    display: none; }
    .PB .filter .titleTag span.moreTag.active {
      display: block; }
  .PB .filter .titleTag span.lessTag {
    display: none; }
    .PB .filter .titleTag span.lessTag.active {
      display: block; }
  .PB .filter .relatedDate {
    padding: 0px 0px 20px; }
    .PB .filter .relatedDate .arrow:first-child {
      float: left; }
    .PB .filter .relatedDate .arrow:last-child {
      float: right; }
  .PB .filter .searchBoxContainer {
    position: relative; }
    .PB .filter .searchBoxContainer .jobSearchBox {
      background: #f5f5f5;
      padding: 10px;
      height: 35px;
      width: 100%;
      border: 0;
      outline: none;
      color: grey;
      font-size: 13px;
      font-size: 1.3rem;
      font-family: BNPPSansLight, sans-serif;
      border: 1px solid #EEEEEE; }
    .PB .filter .searchBoxContainer .submitFilter {
      border: none;
      background: none;
      height: 20px;
      outline: none;
      position: absolute;
      cursor: hidden;
      right: 0;
      top: 8px;
      overflow: hidden;
      line-height: 20px;
      width: 30px; }
      .PB .filter .searchBoxContainer .submitFilter:before {
        content: "\e903";
        font-family: 'bnp-icon';
        right: 12px;
        bottom: 10px;
        font-size: 15px;
        color: #4377b0;
        display: block; }
  .PB .filter .relatedTag .listTag {
    display: inline-block;
    vertical-align: bottom;
    color: #5f5f5f; }
    .PB .filter .relatedTag .listTag.tagFilter {
      overflow: hidden;
      transition: all .7s ease; }
      .PB .filter .relatedTag .listTag.tagFilter.toggleTag {
        height: 160px;
        overflow-y: scroll;
        transition: all .7s ease; }
    .PB .filter .relatedTag .listTag .tag {
      display: inline-block;
      border-radius: 2px;
      border-width: 1px;
      border-style: solid;
      text-transform: uppercase;
      font-family: BNPPSansCond, BNPPSansReg, sans-serif;
      transition: all .1s ease;
      display: inline-block;
      margin: 0 8px 9px 0;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      font-family: BNPPSansCond, sans-serif;
      border-radius: 1px;
      cursor: pointer;
      padding: 5px 10px;
      line-height: 1; }
      .PB .filter .relatedTag .listTag .tag a {
        text-decoration: none;
        vertical-align: sub; }
      .PB .filter .relatedTag .listTag .tag.mainTags.active {
        background: white !important; }
      .PB .filter .relatedTag .listTag .tag.mainTags:not(.active) a {
        color: #FFFFFF !important; }
    .PB .filter .relatedTag .listTag .mainTags {
      border: none;
      position: relative;
      border-width: 1px;
      border-style: solid;
      border-color: #ffffff;
      transition: all .2s ease; }
      @media screen and (max-width: 767px) {
        .PB .filter .relatedTag .listTag .mainTags {
          border-color: transparent; } }
      .PB .filter .relatedTag .listTag .mainTags:active a {
        color: #ffffff; }
      .PB .filter .relatedTag .listTag .mainTags a {
        color: #ffffff; }
    .PB .filter .relatedTag .listTag .secondaryTags {
      background-color: #fafafa;
      border: 1px solid #c7c7c7; }
      .PB .filter .relatedTag .listTag .secondaryTags.active {
        background-color: #5f5f5f; }
        .PB .filter .relatedTag .listTag .secondaryTags.active a {
          color: #ffffff; }
      .PB .filter .relatedTag .listTag .secondaryTags a {
        color: #5f5f5f; }
  .PB .filter .checkList {
    /* checkbox aspect */
    /* checked mark aspect */ }
    @media screen and (max-width: 1159px) {
      .PB .filter .checkList .checkItem {
        display: inline-block; } }
    @media screen and (max-width: 1159px) {
      .PB .filter .checkList .inputItem {
        margin-right: 30px; } }
    .PB .filter .checkList [type="checkbox"]:not(:checked),
    .PB .filter .checkList [type="checkbox"]:checked {
      display: none; }
    .PB .filter .checkList [type="checkbox"]:not(:checked) + label,
    .PB .filter .checkList [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 35px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .PB .filter .checkList [type="checkbox"]:not(:checked) + label,
        .PB .filter .checkList [type="checkbox"]:checked + label {
          padding-left: 20px; } }
    .PB .filter .checkList [type="checkbox"]:not(:checked) + label:before,
    .PB .filter .checkList [type="checkbox"]:checked + label:before {
      width: 20px;
      height: 20px;
      content: '';
      background: #fff;
      border: 1px solid #EEEEEE;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      left: 0;
      top: -4px;
      position: absolute;
      transition: opacity .2s ease; }
    .PB .filter .checkList [type="checkbox"]:checked + label:after {
      content: "\e909";
      font-family: 'bnp-icon';
      position: absolute;
      top: 0px;
      left: 2px;
      font-size: 12px;
      color: #09ad7e;
      transition: all .2s; }
    .PB .filter .checkList .checkItem {
      position: relative;
      margin: 10px 0; }
    .PB .filter .checkList .checkListLabel {
      font-size: 16px;
      font-size: 1.6rem;
      color: #5f5f5f;
      font-family: BNPPSansCond, sans-serif; }
      @media screen and (max-width: 767px) {
        .PB .filter .checkList .checkListLabel {
          padding-left: 30px;
          color: #ffffff; } }
    .PB .filter .checkList .avatar {
      vertical-align: middle;
      display: inline-block;
      position: relative;
      margin-right: 10px; }
      .PB .filter .checkList .avatar img {
        width: 42px;
        height: 42px;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .PB .filter .checkList .avatar img {
            display: none; } }

.PB .buttonFilterContain {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  display: none; }
  @media screen and (max-width: 767px) {
    .PB .buttonFilterContain {
      display: block; } }

.PB .buttonFilter {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  transition: all .1s ease;
  background-color: #00965e;
  border-color: #00965e;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 10px 44px 6px;
  display: inline-block;
  cursor: pointer; }
  .PB .buttonFilter:hover, .PB .buttonFilter:focus, .PB .buttonFilter:active {
    text-decoration: none;
    background-color: transparent;
    border-color: #00965e;
    color: #00965e; }

.PB .buttonFilterSubmit {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  transition: all .1s ease;
  background-color: #00965e;
  border-color: #00965e;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 10px 44px 6px;
  display: inline-block;
  cursor: pointer;
  color: #00965e;
  background: #ffffff;
  outline: none; }
  .PB .buttonFilterSubmit:hover, .PB .buttonFilterSubmit:focus, .PB .buttonFilterSubmit:active {
    text-decoration: none;
    background-color: transparent;
    border-color: #00965e;
    color: #00965e; }
  .PB .buttonFilterSubmit:hover {
    background: #00965e;
    color: #ffffff; }

.PB .contactBox .title {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 30px 0 11px; }
  @media screen and (max-width: 767px) {
    .PB .contactBox .title {
      padding-left: 30px;
      color: #f3f3f3; } }

.PB .contactBox .content {
  background: #ffffff;
  padding: 30px;
  border-top: 3px solid #00965e;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .PB .contactBox .content {
      padding-left: 30px;
      background: #5f5f5f;
      border: none;
      overflow: scroll;
      overflow-x: hidden;
      height: calc(100vh - 70px); } }
  .PB .contactBox .content .subtitle {
    width: 100%;
    text-transform: uppercase;
    font-family: BNPPSansCond, sans-serif;
    font-size: 16px;
    font-size: 1.6rem; }
    .PB .contactBox .content .subtitle .avatar {
      width: 50px;
      height: 50px;
      overflow: hidden;
      float: left;
      border-radius: 50%;
      border: solid 1px #5F5F5F; }
      .PB .contactBox .content .subtitle .avatar img {
        width: 100%; }
    .PB .contactBox .content .subtitle h4 {
      height: 50px;
      line-height: 50px;
      padding-left: 60px;
      margin: 0;
      color: #5F5F5F; }
  .PB .contactBox .content p {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: BNPPSansLight, sans-serif;
    line-height: 1.5;
    clear: left;
    color: #474747; }
  .PB .contactBox .content .cta {
    padding: 13px 50px 10px 50px;
    background: #00965e;
    color: #FFF;
    text-transform: uppercase;
    margin: auto;
    display: block;
    font-family: BNPPSansCond, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 2px;
    width: 190px;
    text-align: center; }

.card,
.card--event {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
  transition: box-shadow .5s ease;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .card,
    .card--event {
      min-height: 278px; } }

.card__picture {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .card__picture {
      min-height: 145px; } }

.card__picture img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  width: 100%; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .card__picture img {
      width: 100%; } }

.card__content {
  position: relative;
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .card__content {
      padding: 20px; } }

.card__date,
.card__location {
  color: #c0c0c0;
  font-family: BNPPSansReg, sans-serif;
  font-weight: 200;
  font-size: 13px;
  font-size: 1.3rem;
  /*@include breakpoint($below-sm) {
        margin: 0 0 10px;
    }

    @include breakpoint($sm) {
        margin: 0 0 18px;
    }*/ }

.card__date a {
  color: inherit; }

.card__title {
  font-family: BNPPSansReg, sans-serif;
  font-weight: 800;
  color: #5f5f5f;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .card__title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.333333333;
      margin-bottom: 0; } }

.card__title a {
  color: inherit; }

.card .category:hover .card__title,
.card .category:focus .card__title,
.card .category:active .card__title {
  text-decoration: underline; }

.attached-contents__item {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle; }
  .attached-contents__item:last-child {
    margin-right: 0; }

.attached-contents__item .icon-paperclip,
.attached-contents__item .icon-video {
  font-size: 16px;
  font-size: 1.6rem; }

.attached-contents__item .icon-picture {
  font-size: 20px;
  font-size: 2rem; }

.card {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .card:hover, .card:focus, .card:active {
      box-shadow: -1px 4px 48px -18px rgba(0, 0, 0, 0.5); } }

@media screen and (min-width: 768px) {
  .card--no-picture {
    min-height: 360px; } }

@media screen and (min-width: 768px) {
  .card .card__picture {
    min-height: 190px;
    transition: transform .2s linear; } }

@media screen and (min-width: 768px) {
  .card:not(.card--no-picture):hover .card__picture,
  .card:not(.card--no-picture):focus .card__picture,
  .card:not(.card--no-picture):active .card__picture {
    -ms-transform: scale(1.05);
        transform: scale(1.05); } }

@media screen and (min-width: 768px) {
  .card .card__content {
    padding: 30px; } }

@media screen and (min-width: 992px) {
  .card .card__content {
    transition: all .5s ease;
    min-height: 155px; } }

/*// On card hover translate up card content
// If there no picture don't do any animation
.card:not(.card--no-picture):hover .card__content,
.card:not(.card--no-picture):focus .card__content,
.card:not(.card--no-picture):active .card__content {
    @include breakpoint($sm) {
        margin-top: -10px;
        padding-bottom: 40px;
    }
}*/
@media screen and (min-width: 768px) {
  .card .card__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4; } }

.card__description {
  font-family: BNPPSansReg, sans-serif;
  font-weight: 200;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #5f5f5f;
  margin-bottom: 20px; }

.card .card__tools {
  color: #a9a9a9; }

.card .card__tools [class*='link--'] {
  color: #a9a9a9;
  font-size: 14px;
  font-size: 1.4rem; }

.card .attached-contents {
  float: right; }

.card .attached-contents__item [class*='icon-'] {
  color: #a9a9a9; }

@media screen and (min-width: 768px) {
  .card-list,
  .card-list--2-col,
  .card-list--3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .card-list--2-col .card {
    width: 330px;
    margin-right: 28px; }
    .card-list--2-col .card:nth-child(2n+2) {
      margin-right: 0; } }

@media screen and (min-width: 992px) {
  .card-list--2-col .card {
    width: 340px;
    min-height: 348px;
    margin-right: 30px; } }

@media screen and (min-width: 1160px) {
  .card-list--2-col .card {
    width: 360px; } }

@media screen and (min-width: 768px) {
  .card-list--3-col .card {
    width: 328px;
    margin-right: 28px; } }

@media screen and (min-width: 992px) {
  .card-list--3-col .card {
    width: 340px;
    min-height: 355px; } }

@media screen and (max-width: 1159px) {
  .card-list--3-col .card:nth-child(2n+2) {
    margin-right: 0; } }

@media screen and (min-width: 1160px) {
  .card-list--3-col .card {
    width: 360px; }
    .card-list--3-col .card:nth-child(3n+3) {
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .card--blog:nth-child(n+2) {
    display: none; } }

@media screen and (min-width: 768px) {
  .card--blog:nth-child(n+3) {
    display: none; } }

@media screen and (min-width: 992px) {
  .card--blog:nth-child(n+3) {
    display: none; } }

@media screen and (min-width: 1160px) {
  .card--blog:nth-child(n+3) {
    display: block; } }

.card--blog .dateSocialContainer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  padding: 0 30px; }

.card--blog .date {
  display: inline-block;
  margin: 0;
  color: #a9a9a9;
  font-family: BNPPSansLight, sans-serif;
  font-size: 13px;
  font-size: 1.3rem; }

.card--event {
  cursor: default;
  min-height: auto; }
  .card--event:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .card--event {
      margin: 0 0 30px 60px; } }
  .card--event .link {
    color: #464646; }

.card--event .card__picture {
  display: none; }
  @media screen and (min-width: 768px) {
    .card--event .card__picture {
      display: block;
      width: 295px;
      min-height: 285px;
      float: left;
      margin: 0 30px 0 -60px; } }

@media screen and (min-width: 768px) {
  .card--event.expended .card__picture {
    margin-bottom: 20px; } }

.card--event .card__title {
  color: #5f5f5f;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (max-width: 991px) {
    .card--event .card__title {
      margin-top: 10px; } }

.card--event .card__description {
  margin-bottom: 20px; }
  .card--event .card__description a {
    color: #00965e;
    font-family: BNPPSansReg, sans-serif; }

.card--event .card__description .details {
  display: inline; }

.card--event .card__content:before, .card--event .card__content:after {
  content: '';
  display: table; }

.card--event .card__content:after {
  clear: both; }

@media screen and (max-width: 991px) {
  .card--event .card__content {
    padding: 20px 20px 30px; } }

@media screen and (min-width: 992px) {
  .card--event .card__content {
    padding: 0 20px; } }

.card--event .card__content .card__location,
.card--event .card__content .card__date {
  vertical-align: middle; }
  .card--event .card__content .card__location [class^="icon"],
  .card--event .card__content .card__date [class^="icon"] {
    margin: 0 7px;
    display: inline-block;
    vertical-align: sub; }
    .card--event .card__content .card__location [class^="icon"]:first-child,
    .card--event .card__content .card__date [class^="icon"]:first-child {
      margin-left: 0; }
    .card--event .card__content .card__location [class^="icon"]:before,
    .card--event .card__content .card__date [class^="icon"]:before {
      font-size: 16px;
      font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .card--event .card__content .card__location,
    .card--event .card__content .card__date {
      margin-bottom: 5px; } }
  @media screen and (min-width: 992px) {
    .card--event .card__content .card__location,
    .card--event .card__content .card__date {
      padding: 0 35px 0 60px; } }

.card--event .card__content .card__date {
  padding-top: 25px; }

.card--event .card__content .card__location {
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .card--event .card__content {
    min-height: 285px; } }

.card--event .card__description p:first-child {
  margin-bottom: 0; }

.card--event.expended .card__description p:first-child {
  margin-bottom: 1em; }

.card--event.card--no-picture .card__content {
  padding-left: 70px; }

.card--event .card__agenda {
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 100%;
  background: #00965e;
  font-family: BNPPSansReg, sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .card--event .card__agenda {
      position: absolute;
      top: 15px;
      left: -60px;
      width: 90px; } }
  @media screen and (min-width: 992px) {
    .card--event .card__agenda {
      width: 100px; } }
  .card--event .card__agenda b {
    display: block;
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
    margin: 5px 0; }
  .card--event .card__agenda .item {
    position: relative;
    padding: 20px 0;
    width: 48%;
    display: inline-block;
    vertical-align: middle; }
    .card--event .card__agenda .item:first-child {
      border-right: 1px solid #52ab8a; }
      .card--event .card__agenda .item:first-child:after {
        font-family: 'bnp-icon';
        content: "\e918";
        display: block;
        width: 8px;
        height: 25px;
        background: #00965e;
        position: absolute;
        top: 45px;
        right: -4px;
        padding: 5px 0; }
    @media screen and (min-width: 768px) {
      .card--event .card__agenda .item {
        width: 100%; }
        .card--event .card__agenda .item:first-child {
          border-bottom: 1px solid #52ab8a; }
          .card--event .card__agenda .item:first-child:after {
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            position: absolute;
            top: auto;
            bottom: -12px;
            right: 40px; }
        .card--event .card__agenda .item:only-child {
          border-bottom: 0; }
          .card--event .card__agenda .item:only-child:after {
            display: none; } }
    @media screen and (min-width: 992px) {
      .card--event .card__agenda .item:first-child:after {
        right: 45px; }
      .card--event .card__agenda .item:only-child {
        border-bottom: 0; }
        .card--event .card__agenda .item:only-child:after {
          display: none; } }

.card--event .addeventatc {
  margin: 10px 0; }

.article-card-list {
  margin-top: 20px !important; }

@media screen and (min-width: 768px) {
  .article-card-list .card {
    min-height: 420px; } }

.card-list--2-col .card {
  float: left; }

.card-list--2-col .sf_colsIn div:nth-child(2n+2) .card {
  margin-right: 0; }

.greenbox-card-list {
  margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .greenbox-card-list {
      margin-bottom: 64px !important; } }

.green-box {
  padding: 60px 36px;
  display: block;
  border: 2px solid #00965e; }
  @media screen and (max-width: 767px) {
    .green-box {
      margin-bottom: 20px;
      width: 100%; }
      .green-box:last-child {
        margin-bottom: 0; } }

.green-box h1,
.green-box h2 {
  font-weight: 400;
  text-transform: uppercase; }

.green-box h1,
.green-box p {
  color: #00965e;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif; }

.green-box h1 {
  margin: 34px 0 20px;
  font-size: 36px;
  font-size: 3.6rem; }

.green-box h2 {
  margin: 0;
  display: inline-block;
  color: #fff;
  background: #00965e;
  padding: 6px 8px 4px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem; }

.green-box p {
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem; }

.card-list--2col .green-box {
  float: left; }
  @media screen and (min-width: 768px) {
    .card-list--2col .green-box {
      width: 330px;
      min-height: 360px;
      margin-right: 28px; }
      .card-list--2col .green-box:nth-child(2n+3) {
        margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .card-list--2col .green-box {
      width: 340px;
      margin-right: 30px; } }
  @media screen and (min-width: 1160px) {
    .card-list--2col .green-box {
      width: 360px; } }

.card-list--2col .sf_colsIn span:nth-child(2n+2) .green-box {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .card-list--2col .sf_colsIn span:nth-child(n+2) .green-box {
    display: none; } }

.button-mobile-filter {
  outline: none; }
  @media screen and (max-width: 991px) {
    .button-mobile-filter {
      display: block;
      margin-bottom: 30px; } }
  @media screen and (min-width: 992px) {
    .button-mobile-filter {
      display: none; } }

span.colorStylePrimaryGreen {
  color: #00965e; }

span.colorStyleSecondaryGreen {
  color: #93bd0e; }

span.colorStyleHellobank {
  color: #0ad2e1; }

.PB .pagination-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 25px 0 45px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .PB .pagination-container {
      display: none; } }

.PB ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  font-size: 18px;
  font-size: 1.8rem; }
  .PB ul.pagination .pagination__nav {
    margin: 0 20px; }
  .PB ul.pagination li {
    display: inline;
    float: left;
    padding: 8px;
    text-decoration: none;
    text-align: center; }
    .PB ul.pagination li a {
      color: #b0b0b0; }
      .PB ul.pagination li a.sf_PagerCurrent {
        color: #00975e;
        text-align: center; }
        .PB ul.pagination li a.sf_PagerCurrent:before {
          content: "";
          background: #00975e;
          height: 3px;
          display: block;
          margin-top: -6px;
          margin-bottom: 3px;
          width: 20px;
          padding: 0;
          text-align: center; }
      .PB ul.pagination li a:hover:not(.active) {
        color: #00975e; }

.PB .socialMedia {
  background: #ffffff; }
  .PB .socialMedia .socialWrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    width: 100%; }
    @media screen and (max-width: 1159px) {
      .PB .socialMedia .socialWrapper {
        width: 740px;
        margin: 0 auto;
        padding: 60px 0; } }
    @media screen and (max-width: 767px) {
      .PB .socialMedia .socialWrapper {
        width: 100%;
        margin: 0 auto;
        padding: 30px 20px; } }
  .PB .socialMedia .title {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: BNPPSansCond, sans-serif;
    position: relative;
    margin-bottom: 40px;
    color: #4a4a4a; }
    @media screen and (max-width: 767px) {
      .PB .socialMedia .title {
        font-size: 26px;
        font-size: 2.6rem; } }
    .PB .socialMedia .title:before {
      content: '';
      display: block;
      height: 1px;
      background: #e0e0e0;
      width: 100%;
      position: absolute;
      top: 40px; }
    .PB .socialMedia .title .titleIconTwitter .icon-twitter {
      content: "\e915";
      font-family: 'bnp-icon';
      font-size: 10px;
      font-size: 1rem;
      line-height: 20px;
      text-align: center;
      color: #ffffff;
      display: inline-block;
      height: 20px;
      background: #55acee;
      width: 20px;
      top: 10px;
      position: absolute;
      right: 0; }
      @media screen and (max-width: 767px) {
        .PB .socialMedia .title .titleIconTwitter .icon-twitter {
          top: 0px; } }
  .PB .socialMedia .socialBox {
    position: relative;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #55acee;
    width: 23%;
    min-height: 240px;
    padding: 25px 20px 100px 20px;
    margin-right: 27px;
    display: inline-block;
    vertical-align: top; }
    .PB .socialMedia .socialBox:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1159px) {
      .PB .socialMedia .socialBox {
        width: 31%;
        margin: 0 7px 20px;
        display: inline-block;
        vertical-align: top; }
        .PB .socialMedia .socialBox:nth-child(4) {
          display: none; } }
    @media screen and (max-width: 767px) {
      .PB .socialMedia .socialBox {
        width: 100%;
        margin: 10px 0; } }
    .PB .socialMedia .socialBox:before {
      content: "\e915";
      font-family: 'bnp-icon';
      font-size: 10px;
      font-size: 1rem;
      line-height: 20px;
      text-align: center;
      color: #ffffff;
      display: block;
      height: 20px;
      background: #55acee;
      width: 20px;
      position: absolute;
      right: -1px;
      top: -2px; }
    .PB .socialMedia .socialBox .socialTexte {
      font-size: 14px;
      font-size: 1.4rem;
      color: #5f5f5f;
      line-height: 20px;
      min-height: 120px; }
      .PB .socialMedia .socialBox .socialTexte a {
        color: #55acee; }
    .PB .socialMedia .socialBox .socialMeta {
      position: absolute;
      bottom: 30px;
      color: #5f5f5f;
      width: 80%; }
      .PB .socialMedia .socialBox .socialMeta .socialAvatar {
        display: inline-block;
        vertical-align: middle; }
      .PB .socialMedia .socialBox .socialMeta .socialMetaDetail {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        width: 60%; }
        .PB .socialMedia .socialBox .socialMeta .socialMetaDetail img {
          width: 100%; }
        .PB .socialMedia .socialBox .socialMeta .socialMetaDetail .socialMetaName {
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem;
          font-family: BNPPSansReg, sans-serif;
          display: block;
          line-height: 22px; }
          .PB .socialMedia .socialBox .socialMeta .socialMetaDetail .socialMetaName a {
            color: #55acee; }
        .PB .socialMedia .socialBox .socialMeta .socialMetaDetail .socialMetaDate {
          display: inline-block;
          font-size: 12px;
          font-size: 1.2rem;
          font-family: BNPPSansLight, sans-serif;
          line-height: 16px; }
          .PB .socialMedia .socialBox .socialMeta .socialMetaDetail .socialMetaDate .link {
            color: #5f5f5f;
            text-decoration: underline; }

.social-media-follow {
  display: inline-block;
  margin-right: 30px; }
  @media screen and (min-width: 992px) {
    .social-media-follow {
      display: block;
      width: 100%; } }
  .social-media-follow h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px; }
  .social-media-follow a {
    color: #fff;
    background-color: #555555;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    margin-right: 6px;
    vertical-align: middle;
    height: 30px;
    text-align: center;
    display: inline-block; }
    .social-media-follow a:hover {
      text-decoration: none;
      background-color: #777; }

/** Custom Select **/
.PB .select-boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 20px; }

.PB .custom-select-wrapper {
  position: absolute;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: block;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 300;
  color: #5f5f5f;
  font-family: BNPPSansLight, sans-serif;
  line-height: 36px;
  border: solid 1px #c7c7c7;
  border-radius: 2px;
  cursor: pointer;
  top: -20px; }

.PB .arrow {
  width: 48%;
  position: relative;
  display: inline-block; }
  .PB .arrow:after {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: 14px;
    margin-top: -2px;
    border-bottom: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0; }

.PB .custom-select-wrapper select {
  display: none; }

.PB .custom-select {
  position: relative;
  display: inline-block;
  width: 100%; }

.PB .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  top: 50%;
  right: 14px;
  margin-top: -2px;
  border-bottom: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }

.PB .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -ms-transform: rotate(-135deg) translateY(-50%);
      transform: rotate(-135deg) translateY(-50%); }

.PB .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -ms-transform: translateY(-15px);
      transform: translateY(-15px); }

.PB .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -ms-transform: translateY(0);
      transform: translateY(0);
  z-index: 99; }

.PB .custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: all .4s ease-in-out; }

.PB .option-hover:before {
  background: #f9f9f9; }

.PB .custom-option {
  position: relative;
  display: block;
  padding: 7px 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 14px;
  font-weight: 200;
  color: #b5b5b5;
  line-height: 1.5;
  cursor: pointer;
  transition: all .4s ease-in-out; }

.PB .custom-option:first-of-type {
  border-radius: 4px 4px 0 0; }

.PB .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px; }

.PB .custom-option:hover,
.PB .custom-option.selection {
  background: #f9f9f9;
  color: #666666; }

.PB .titleAuthor {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 30px 0 11px; }
  @media screen and (max-width: 767px) {
    .PB .titleAuthor {
      display: none; } }

.PB .authorContent {
  background: #ffffff;
  padding: 30px;
  border-top: 3px solid #00965e;
  border-left: 1px solid #dfdddc;
  border-bottom: 1px solid #dfdddc;
  border-right: 1px solid #dfdddc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .PB .authorContent {
      border: none;
      padding: 0;
      margin-bottom: 40px; }
      .PB .authorContent:before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: #eeeeee;
        margin: 0 0 30px; } }
  .PB .authorContent .authorText {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    font-family: BNPPSansLight, sans-serif;
    color: #474747;
    margin: 20px 0 35px; }
    @media screen and (max-width: 767px) {
      .PB .authorContent .authorText {
        text-align: center; } }
  .PB .authorContent .authorBlock {
    font-size: 16px;
    font-size: 1.6rem; }
    .PB .authorContent .authorBlock .authorName {
      color: #5f5f5f;
      font-family: BNPPSansReg, sans-serif; }
    .PB .authorContent .authorBlock .authorTitle {
      color: #6f6e6e;
      font-family: BNPPSansLight, sans-serif;
      display: block; }
  .PB .authorContent .avatar {
    width: 85px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .PB .authorContent .avatar {
        width: 100px;
        display: block;
        margin: 0 auto; } }
    .PB .authorContent .avatar .picture {
      width: 100%;
      border-radius: 100%; }
  .PB .authorContent .authorBlock {
    margin-left: 20px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .PB .authorContent .authorBlock {
        text-align: center;
        width: 100%;
        margin: 15px 0 0; } }
  .PB .authorContent .socialAuthor {
    font-size: 24px;
    font-size: 2.4rem;
    color: #6f6e6e;
    width: 22%;
    display: inline-block; }
    .PB .authorContent .socialAuthor .icon-circle-twitter, .PB .authorContent .socialAuthor .icon-circle-linkedin {
      color: #6f6e6e;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
    .PB .authorContent .socialAuthor .icon-circle-twitter:hover {
      color: #00aced; }
    .PB .authorContent .socialAuthor .icon-circle-linkedin:hover {
      color: #007bb6; }
    @media screen and (max-width: 767px) {
      .PB .authorContent .socialAuthor {
        text-align: center;
        width: 100%; } }
  .PB .authorContent .readmoreAuthor {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    font-family: BNPPSansReg, sans-serif;
    text-decoration: none;
    color: #727272;
    font-weight: 400;
    width: 78%;
    text-align: right;
    float: right; }
    @media screen and (max-width: 767px) {
      .PB .authorContent .readmoreAuthor {
        text-align: center;
        width: 100%;
        margin-top: 20px; } }
    .PB .authorContent .readmoreAuthor .link {
      color: #00965e;
      transition: all 0.2s ease-in-out; }
      .PB .authorContent .readmoreAuthor .link:after {
        content: "›";
        margin-left: 5px;
        color: #00965e;
        transition: all 0.2s ease-in-out; }
      .PB .authorContent .readmoreAuthor .link:hover {
        color: #00774b;
        text-decoration: none; }
        .PB .authorContent .readmoreAuthor .link:hover:after {
          color: #00774b; }

.PB #sticky {
  position: relative;
  top: 30px; }
  @media screen and (min-width: 1160px) {
    .PB #sticky.stuck {
      position: fixed;
      top: 0;
      left: 50%;
      margin-left: 245px;
      width: 325px; } }

.PB .titleSidebar {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 30px 0 11px; }
  @media screen and (max-width: 767px) {
    .PB .titleSidebar {
      margin: 30px 0 40px; } }

.PB .sidebarContent {
  background: #ffffff;
  padding: 30px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #ffffff;
  border-left: 1px solid #dfdddc;
  border-bottom: 1px solid #dfdddc;
  border-right: 1px solid #dfdddc; }
  @media screen and (max-width: 767px) {
    .PB .sidebarContent {
      margin: -20px;
      border-bottom: none;
      border-left: none;
      border-right: none; } }

.PB .relatedArticle {
  border-bottom: 1px solid #dfdddc;
  padding: 0 0 17px;
  margin: 0 0 22px; }
  .PB .relatedArticle:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0; }
  .PB .relatedArticle .topRelatedArticle {
    width: 100%;
    display: block; }
    .PB .relatedArticle .topRelatedArticle .category {
      font-size: 11px;
      font-size: 1.1rem; }
    .PB .relatedArticle .topRelatedArticle .date {
      color: #a9a9a9;
      font-family: BNPPSansLight, sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      margin-left: 10px;
      vertical-align: middle; }
  .PB .relatedArticle .textRelatedArticle {
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .PB .relatedArticle .textRelatedArticle:hover {
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .PB .relatedArticle .textRelatedArticle {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px; } }
    .PB .relatedArticle .textRelatedArticle .link {
      color: #5f5f5f;
      text-decoration: none; }

.PB.pageDetail .longArticle .articleIntroduction {
  border-left-color: #ffffff;
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 15px; }
  @media screen and (max-width: 767px) {
    .PB.pageDetail .longArticle .articleIntroduction {
      padding-left: 0;
      border-left-width: 0px; } }

.PB.pageDetail .longArticle .stickyLongArticle {
  display: block; }
  @media screen and (max-width: 1159px) {
    .PB.pageDetail .longArticle .stickyLongArticle {
      margin: -60px 0 10px; } }

.PB.pageDetail .longArticle .stickyShortArticle {
  display: none !important; }

.PB.pageDetail .shortArticle .stickyLongArticle {
  display: none !important; }

.PB.pageDetail .mainContentLeft .link {
  text-decoration: none;
  color: #00965e;
  transition: color .1s ease; }
  .PB.pageDetail .mainContentLeft .link:hover {
    text-decoration: underline; }

.PB.pageDetail .detailContent, .PB.pageDetail .pageAuthorText {
  width: 100%; }
  .PB.pageDetail .detailContent .articleIntroduction, .PB.pageDetail .detailContent .articleHeaderImage, .PB.pageDetail .pageAuthorText .articleIntroduction, .PB.pageDetail .pageAuthorText .articleHeaderImage {
    font-size: 20px;
    font-size: 2rem;
    font-family: BNPPSansReg, sans-serif;
    color: #5f5f5f;
    max-width: 650px;
    line-height: 30px;
    margin: 20px 0; }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent .articleIntroduction, .PB.pageDetail .detailContent .articleHeaderImage, .PB.pageDetail .pageAuthorText .articleIntroduction, .PB.pageDetail .pageAuthorText .articleHeaderImage {
        max-width: inherit; } }
    .PB.pageDetail .detailContent .articleIntroduction p, .PB.pageDetail .detailContent .articleHeaderImage p, .PB.pageDetail .pageAuthorText .articleIntroduction p, .PB.pageDetail .pageAuthorText .articleHeaderImage p {
      margin: 0; }
  .PB.pageDetail .detailContent a, .PB.pageDetail .pageAuthorText a {
    color: #4377b0;
    text-decoration: none; }
  .PB.pageDetail .detailContent .headerImage, .PB.pageDetail .pageAuthorText .headerImage {
    width: calc( 100% + 120px); }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent .headerImage, .PB.pageDetail .pageAuthorText .headerImage {
        width: 100%; } }
  .PB.pageDetail .detailContent img, .PB.pageDetail .pageAuthorText img {
    width: 100%; }
  .PB.pageDetail .detailContent .articleImage, .PB.pageDetail .pageAuthorText .articleImage {
    width: 100%;
    position: relative;
    margin: 20px 0;
    outline: none;
    display: inline-block; }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent .articleImage, .PB.pageDetail .pageAuthorText .articleImage {
        width: 100%; } }
    .PB.pageDetail .detailContent .articleImage:before, .PB.pageDetail .pageAuthorText .articleImage:before {
      content: "\e91d";
      font-family: 'bnp-icon';
      display: block;
      position: absolute;
      top: 10px;
      background: white;
      color: #555 !important;
      font-size: 18px;
      right: 12px;
      padding: 6px 10px;
      border-radius: 100%;
      cursor: pointer; }
    .PB.pageDetail .detailContent .articleImage a, .PB.pageDetail .pageAuthorText .articleImage a {
      color: #555; }
    .PB.pageDetail .detailContent .articleImage img, .PB.pageDetail .pageAuthorText .articleImage img {
      width: 100%; }
  .PB.pageDetail .detailContent p, .PB.pageDetail .pageAuthorText p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: BNPPSansLight, sans-serif;
    color: #5f5f5f;
    max-width: 650px;
    line-height: 26px;
    display: block; }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent p, .PB.pageDetail .pageAuthorText p {
        max-width: inherit; } }
  .PB.pageDetail .detailContent strong, .PB.pageDetail .pageAuthorText strong {
    font-family: BNPPSansReg, sans-serif;
    font-weight: normal; }
  .PB.pageDetail .detailContent ul, .PB.pageDetail .detailContent ol, .PB.pageDetail .pageAuthorText ul, .PB.pageDetail .pageAuthorText ol {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: BNPPSansLight, sans-serif;
    color: #5f5f5f;
    max-width: 650px;
    margin-left: 40px;
    line-height: 26px; }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent ul, .PB.pageDetail .detailContent ol, .PB.pageDetail .pageAuthorText ul, .PB.pageDetail .pageAuthorText ol {
        max-width: inherit; } }
  .PB.pageDetail .detailContent ul li, .PB.pageDetail .pageAuthorText ul li {
    list-style-type: disc; }
  .PB.pageDetail .detailContent ol li, .PB.pageDetail .pageAuthorText ol li {
    list-style-type: decimal; }
  .PB.pageDetail .detailContent h2, .PB.pageDetail .detailContent h3, .PB.pageDetail .detailContent h4, .PB.pageDetail .detailContent h5, .PB.pageDetail .pageAuthorText h2, .PB.pageDetail .pageAuthorText h3, .PB.pageDetail .pageAuthorText h4, .PB.pageDetail .pageAuthorText h5 {
    font-family: BNPPSansCond, sans-serif;
    color: #5f5f5f;
    max-width: 650px;
    display: block;
    margin: 15px 0; }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent h2, .PB.pageDetail .detailContent h3, .PB.pageDetail .detailContent h4, .PB.pageDetail .detailContent h5, .PB.pageDetail .pageAuthorText h2, .PB.pageDetail .pageAuthorText h3, .PB.pageDetail .pageAuthorText h4, .PB.pageDetail .pageAuthorText h5 {
        max-width: inherit; } }
  .PB.pageDetail .detailContent h2, .PB.pageDetail .pageAuthorText h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 38px; }
  .PB.pageDetail .detailContent h3, .PB.pageDetail .pageAuthorText h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px; }
  .PB.pageDetail .detailContent h4, .PB.pageDetail .pageAuthorText h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px; }
  .PB.pageDetail .detailContent h5, .PB.pageDetail .pageAuthorText h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px; }
  .PB.pageDetail .detailContent iframe, .PB.pageDetail .detailContent .player, .PB.pageDetail .pageAuthorText iframe, .PB.pageDetail .pageAuthorText .player {
    margin-bottom: 35px;
    width: 100%;
    height: 375px;
    max-width: 650px;
    margin: 20px 0; }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent iframe, .PB.pageDetail .detailContent .player, .PB.pageDetail .pageAuthorText iframe, .PB.pageDetail .pageAuthorText .player {
        height: 415px;
        max-width: initial; } }
    @media screen and (max-width: 767px) {
      .PB.pageDetail .detailContent iframe, .PB.pageDetail .detailContent .player, .PB.pageDetail .pageAuthorText iframe, .PB.pageDetail .pageAuthorText .player {
        height: 250px; } }
    @media screen and (max-width: 1159px) {
      .PB.pageDetail .detailContent iframe, .PB.pageDetail .detailContent .player, .PB.pageDetail .pageAuthorText iframe, .PB.pageDetail .pageAuthorText .player {
        width: 100%; } }
  .PB.pageDetail .detailContent blockquote.simple, .PB.pageDetail .pageAuthorText blockquote.simple {
    max-width: 235px;
    border: 2px solid #93bd0e;
    color: #93bd0e;
    padding: 25px;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: BNPPSansLight, sans-serif;
    line-height: 36px;
    margin: 20px 30px 20px 0;
    display: inline-block;
    float: left; }
  .PB.pageDetail .detailContent blockquote.large, .PB.pageDetail .pageAuthorText blockquote.large {
    background-color: #eeeeee;
    max-width: 650px;
    position: relative;
    padding: 25px;
    font-family: BNPPSansReg, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    color: #5f5f5f;
    margin: 20px 0; }
    .PB.pageDetail .detailContent blockquote.large:after, .PB.pageDetail .pageAuthorText blockquote.large:after {
      color: #93bd0e;
      content: "\e91e";
      font-family: 'bnp-icon';
      font-size: 36px;
      font-size: 3.6rem;
      position: absolute;
      bottom: 20px;
      right: 20px; }
    .PB.pageDetail .detailContent blockquote.large strong, .PB.pageDetail .pageAuthorText blockquote.large strong {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 10px; }
  .PB.pageDetail .detailContent p.legend, .PB.pageDetail .pageAuthorText p.legend {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right; }

.PB.pageDetail .articleTag {
  max-width: 650px;
  margin-top: 30px; }
  .PB.pageDetail .articleTag:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #eeeeee;
    margin: 0 0 20px; }
  .PB.pageDetail .articleTag .articleTagTitle {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: sub;
    margin-right: 20px; }
  .PB.pageDetail .articleTag .articleTagList {
    display: inline-block;
    margin-left: 0;
    vertical-align: super; }
    .PB.pageDetail .articleTag .articleTagList .tag {
      display: inline-block;
      margin: 0 9px 9px 0;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      font-family: BNPPSansCond, sans-serif;
      border-radius: 3px;
      padding: 5px 10px 3px;
      line-height: 1;
      color: #5f5f5f;
      border: 1px solid #c7c7c7;
      background-color: #f5f5f5; }
      .PB.pageDetail .articleTag .articleTagList .tag a {
        color: #5f5f5f; }
      .PB.pageDetail .articleTag .articleTagList .tag:hover {
        background: #5f5f5f; }
        .PB.pageDetail .articleTag .articleTagList .tag:hover a {
          text-decoration: none;
          color: #fff; }

.PB.pageDetail .disclaimer {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: BNPPSansReg, sans-serif;
  color: #5f5f5f;
  max-width: 650px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1159px) {
    .PB.pageDetail .disclaimer {
      max-width: inherit;
      margin-bottom: 0; } }
  .PB.pageDetail .disclaimer:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #eeeeee;
    margin: 0 0 30px; }
  .PB.pageDetail .disclaimer .diclaimerTxt {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: BNPPSansLight, sans-serif;
    line-height: 22px; }

.PB.pageDetail .objectif {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: BNPPSansReg, sans-serif;
  color: #5f5f5f;
  max-width: 650px;
  width: 650px;
  line-height: 26px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .PB.pageDetail .objectif {
      width: 100%; } }
  @media screen and (max-width: 1159px) {
    .PB.pageDetail .objectif {
      max-width: inherit;
      margin-bottom: 0; } }
  .PB.pageDetail .objectif:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #eeeeee;
    margin: 0 0 30px; }
  .PB.pageDetail .objectif .objectifTxt {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: BNPPSansLight, sans-serif;
    line-height: 22px;
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .PB.pageDetail .objectif .objectifIconContain {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .PB.pageDetail .objectif .objectifIconContain:after {
        -ms-flex: auto;
            flex: auto;
        margin: 0 auto;
        content: ""; }
      .PB.pageDetail .objectif .objectifIconContain > * {
        width: calc( 14.2857142857% - 2.5714285714rem);
        margin-left: 1.4995rem;
        margin-right: 1.4995rem; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(1) {
          margin-left: 0; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(7n) {
          margin-right: 0; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(7n + 1) {
          margin-left: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1159px) {
    .PB.pageDetail .objectif .objectifIconContain {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .PB.pageDetail .objectif .objectifIconContain:after {
        -ms-flex: auto;
            flex: auto;
        margin: 0 auto;
        content: ""; }
      .PB.pageDetail .objectif .objectifIconContain > * {
        width: calc( 14.2857142857% - 2.5714285714rem);
        margin-left: 1.4995rem;
        margin-right: 1.4995rem; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(1) {
          margin-left: 0; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(7n) {
          margin-right: 0; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(7n + 1) {
          margin-left: 0; } }
  @media screen and (min-width: 1160px) {
    .PB.pageDetail .objectif .objectifIconContain {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .PB.pageDetail .objectif .objectifIconContain:after {
        -ms-flex: auto;
            flex: auto;
        margin: 0 auto;
        content: ""; }
      .PB.pageDetail .objectif .objectifIconContain > * {
        width: calc( 14.2857142857% - 2.5714285714rem);
        margin-left: 1.4995rem;
        margin-right: 1.4995rem; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(1) {
          margin-left: 0; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(7n) {
          margin-right: 0; }
        .PB.pageDetail .objectif .objectifIconContain > *:nth-child(7n + 1) {
          margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .PB.pageDetail .objectif .objectifIconContain .objectifImageLink {
      margin-right: 5px; } }
  .PB.pageDetail .objectif .objectifIconContain .objectifImageLink .objectifImage {
    width: 80px;
    height: 80px; }
  .PB.pageDetail .objectif .objectifIconContain .objectifImageLink .objectifImageFirst {
    border: 1px solid #d9d9d9; }
  .PB.pageDetail .objectif .objectifIconContain .objectifImageLink .goalsImage {
    width: 150px;
    height: 150px; }
  .PB.pageDetail .objectif .objectifIconContain .icon-1 {
    background-image: url("../Images/objectif/fr/sdg1-fr.png");
    width: 100px;
    margin-right: 15px;
    height: 100px;
    display: inline-block; }

.brand-bar {
  background: #00965e; }
  @media screen and (max-width: 991px) {
    .brand-bar {
      display: none; } }

.brand-bar__content--primary,
.brand-bar__content--secondary {
  max-width: 50%; }

.brand-bar__content--primary {
  float: right; }

.new-header .menu--brandbar {
  display: none; }

.menu--brandbar + .menu--brandbar {
  margin-left: 22px; }

.brand-bar__content--primary > .link,
.brand-bar__content--primary > .link--highlight {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 3.166666667; }

.brand-bar__content--primary > .link,
.menu--brandbar .menu__item {
  margin-right: 20px; }
  .brand-bar__content--primary > .link:last-child,
  .menu--brandbar .menu__item:last-child {
    margin-right: 0; }

.brand-bar__content--primary > .link,
.menu--brandbar .link {
  display: inline-block;
  color: #fff;
  line-height: 3.166666667;
  font-family: BNPPRounded, BNPPSansReg, sans-serif; }
  .brand-bar__content--primary > .link:hover, .brand-bar__content--primary > .link:focus, .brand-bar__content--primary > .link:active,
  .menu--brandbar .link:hover,
  .menu--brandbar .link:focus,
  .menu--brandbar .link:active {
    color: #ddd;
    text-decoration: none; }

.brand-bar__content--primary > .link--highlight,
.menu--brandbar .menu__item--highlight {
  margin-right: 32px; }

.brand-bar__content--primary > .link--highlight,
.menu--brandbar .menu__item--highlight .link {
  padding: 0 15px;
  text-transform: uppercase;
  font-family: BNPPRounded, BNPPSansReg, sans-serif;
  font-weight: 800;
  color: #444;
  background: #eee; }
  .brand-bar__content--primary > .link--highlight:after,
  .menu--brandbar .menu__item--highlight .link:after {
    display: inline-block;
    vertical-align: middle;
    content: "›";
    margin-left: 5px; }

.brand-bar__content--primary > .link--highlight {
  padding: 13px 15px; }

.select_item {
  display: none; }

.curtain {
  display: block;
  visibility: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(223, 221, 220, 0.91);
  z-index: -100;
  transition: opacity 0.3s linear;
  opacity: 0; }
  .curtain > div {
    display: none; }
    .curtain > div.active {
      display: block; }

.overlay .main-header {
  position: relative;
  background-color: #fff; }
  .overlay .main-header .supra-bar {
    z-index: 101; }

.overlay .curtain {
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.overlay .supra-bar a.active:after,
.overlay .supra-bar .sflangSelected a:after {
  border-bottom-color: #4f5257; }

.supra-modal-contents {
  float: left; }
  .supra-modal-contents .modal-containers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    top: 100px;
    position: absolute;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center; }
    .supra-modal-contents .modal-containers.active {
      display: block; }
    @media screen and (min-width: 1160px) {
      .supra-modal-contents .modal-containers {
        max-width: 1140px; } }

.supra-box {
  display: none;
  height: auto;
  position: relative;
  min-height: 308px;
  border-bottom: 1px solid #d6d6d6;
  padding: 60px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  color: #5f5f5f;
  overflow: hidden;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .supra-box {
      margin-right: 22px; } }
  @media screen and (max-width: 1159px) {
    .supra-box {
      width: 228px; } }
  @media screen and (min-width: 1160px) {
    .supra-box {
      width: 262px; } }
  .supra-box.active {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1001; }
  .supra-box.mobile {
    display: none; }
    .supra-box.mobile a,
    .supra-box.mobile a:active, .supra-box.mobile a:focus, .supra-box.mobile a:link, .supra-box.mobile a:hover {
      background-color: transparent; }
      .supra-box.mobile a:after,
      .supra-box.mobile a:active:after, .supra-box.mobile a:focus:after, .supra-box.mobile a:link:after, .supra-box.mobile a:hover:after {
        display: none; }
  .supra-box .title {
    margin: 0 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: BNPPSansBold, sans-serif;
    color: #5f5f5f;
    text-transform: uppercase; }
    @media screen and (min-width: 1160px) {
      .supra-box .title {
        margin: 0 0 25px;
        line-height: 24px;
        font-size: 20px;
        font-size: 2rem; } }
  .supra-box .description,
  .supra-box p {
    margin: 0;
    font-family: BNPPSansBold, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 400; }
  .supra-box .website-icon {
    margin-bottom: 10px; }
  .supra-box a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #00965e;
    border: 1px solid #00965e;
    text-decoration: none;
    padding: 14px 20px 12px;
    min-width: 112px;
    transition: all .2s ease;
    border-radius: 2px;
    outline: none;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: 30px; }
    .supra-box a:hover, .supra-box a:focus {
      background: transparent;
      color: #00965e; }

.main-nav-wrapper .sfContentBlock,
.main-nav-wrapper .supra-modal-contents,
.main-nav-wrapper .sflanguagesHorizontalList {
  display: none; }

.menu--suprabar-mobile {
  border-top: 1px solid #fff;
  padding: 20px 0;
  margin-right: 35px; }

.menu--suprabar-mobile .link {
  color: #d6d6d6;
  font-size: 13px;
  font-size: 1.3rem; }

.item__title,
.menu--suprabar-mobile .item__content {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem; }

.item__title {
  margin-top: 0; }

.menu--suprabar-mobile .item__content {
  font-weight: 200; }

.menu--suprabar-mobile .item__content p {
  display: none; }

.menu--suprabar-mobile .item__content .link {
  display: block;
  margin-top: 10px;
  color: #00965e;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem; }

.menu--suprabar-mobile .socialmap .item__content .link {
  display: inline-block; }

.main-menu {
  background: #dfdddc; }
  @media screen and (max-width: 1159px) {
    .main-menu {
      display: none; } }
  @media screen and (min-width: 992px) {
    .main-menu {
      display: block; } }
  .new-header .main-menu {
    background: #eeeeee;
    border-bottom: 1px solid #cecece; }

.main-menu .menu__item > .link {
  display: inline-block;
  text-transform: uppercase;
  line-height: 3.846153846;
  border-left: 1px solid #cecccb;
  color: #444; }
  .main-menu .menu__item > .link:hover, .main-menu .menu__item > .link:focus, .main-menu .menu__item > .link:active {
    text-decoration: none; }
  @media screen and (max-width: 1159px) {
    .main-menu .menu__item > .link {
      padding: 0 8px;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1160px) {
    .main-menu .menu__item > .link {
      padding: 0 14px;
      font-size: 13px;
      font-size: 1.3rem; } }
  .new-header .main-menu .menu__item > .link {
    position: relative; }

.main-menu .menu__item.has-sub-menu {
  background: #dfdddc;
  transition: background .2s ease .3s; }
  .new-header .main-menu .menu__item.has-sub-menu {
    background: #eee; }

.main-menu .menu__item.has-sub-menu.no-animation-delay {
  transition: none; }

.main-menu .menu__item:hover,
.main-menu .menu__item:focus,
.main-menu .menu__item:active,
.main-menu .menu__item--current > .link {
  background: #f5f5f5;
  transition: background .2s ease; }
  .new-header .main-menu .menu__item:hover, .new-header
  .main-menu .menu__item:focus, .new-header
  .main-menu .menu__item:active, .new-header
  .main-menu .menu__item--current > .link {
    background: white; }

.main-menu .menu__item--current > .link {
  color: #00965e; }
  .new-header .main-menu .menu__item--current > .link:after {
    content: '';
    height: 1px;
    width: 100%;
    background: white;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0; }

@media screen and (min-width: 992px) {
  .main-menu .menu__item > .link--home {
    padding: 0 18px; } }

@media screen and (min-width: 992px) {
  .main-menu .icon-home:before {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle; } }

@media screen and (max-width: 991px) {
  .link--home__icon {
    display: none; } }

@media screen and (min-width: 992px) {
  .link--home__title {
    display: none; } }

.main-menu .menu__second-level {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #f5f5f5;
  z-index: 500; }
  .new-header .main-menu .menu__second-level {
    padding-left: 30px;
    background: white; }
    @media screen and (min-width: 1160px) {
      .new-header .main-menu .menu__second-level {
        padding-left: 60px; } }

.main-menu .menu__item--second-level > .link {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3.230769231;
  color: #747474; }
  .main-menu .menu__item--second-level > .link:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #e2e2e2;
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .main-menu .menu__item--second-level > .link:hover, .main-menu .menu__item--second-level > .link:focus, .main-menu .menu__item--second-level > .link:active {
    text-decoration: none; }
    .new-header .main-menu .menu__item--second-level > .link:hover, .new-header .main-menu .menu__item--second-level > .link:focus, .new-header .main-menu .menu__item--second-level > .link:active {
      color: #00965e; }

.main-menu .menu__item--second-level > .link:hover:before,
.main-menu .menu__item--second-level > .link:focus:before,
.main-menu .menu__item--second-level > .link:active:before,
.main-menu .menu__item--second-level.menu__item--current > .link:before,
.main-menu .menu__item--second-level.menu__item--current + .menu__item--second-level > .link:before,
.main-menu .menu__item--second-level:first-of-type > .link:before,
.main-menu .menu__item--second-level:hover + .menu__item--second-level > .link:before,
.main-menu .menu__item--second-level:focus + .menu__item--second-level > .link:before,
.main-menu .menu__item--second-level:active + .menu__item--second-level > .link:before {
  display: none; }
  .new-header .main-menu .menu__item--second-level > .link:hover:before, .new-header
  .main-menu .menu__item--second-level > .link:focus:before, .new-header
  .main-menu .menu__item--second-level > .link:active:before, .new-header
  .main-menu .menu__item--second-level.menu__item--current > .link:before, .new-header
  .main-menu .menu__item--second-level.menu__item--current + .menu__item--second-level > .link:before, .new-header
  .main-menu .menu__item--second-level:first-of-type > .link:before, .new-header
  .main-menu .menu__item--second-level:hover + .menu__item--second-level > .link:before, .new-header
  .main-menu .menu__item--second-level:focus + .menu__item--second-level > .link:before, .new-header
  .main-menu .menu__item--second-level:active + .menu__item--second-level > .link:before {
    display: block; }

.main-menu .menu__item--second-level.has-sub-menu {
  background: transparent;
  transition: background .2s ease .3s; }

.main-menu .menu__item--second-level.has-sub-menu.main-menu .menu__item.has-sub-menu {
  transition: none; }

.main-menu .menu__item--second-level:hover,
.main-menu .menu__item--second-level:focus,
.main-menu .menu__item--second-level:active,
.main-menu .menu__item--second-level.menu__item--current > .link {
  background: #e8e8e8;
  color: #00965e;
  transition: none;
  position: relative; }
  .new-header .main-menu .menu__item--second-level:hover, .new-header
  .main-menu .menu__item--second-level:focus, .new-header
  .main-menu .menu__item--second-level:active, .new-header
  .main-menu .menu__item--second-level.menu__item--current > .link {
    background: transparent;
    color: #00965e; }
    .new-header .main-menu .menu__item--second-level:hover:after, .new-header
    .main-menu .menu__item--second-level:focus:after, .new-header
    .main-menu .menu__item--second-level:active:after, .new-header
    .main-menu .menu__item--second-level.menu__item--current > .link:after {
      content: '';
      height: 2px;
      width: 100%;
      background: #00965e;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }

.main-menu .menu__third-level {
  position: absolute;
  background: #e8e8e8;
  padding: 8px 0;
  z-index: 500; }
  .new-header .main-menu .menu__third-level {
    background: white; }

@media screen and (min-width: 992px) {
  .sub-menu.menu__third-level {
    width: 200px; } }

.main-menu .menu__item--third-level .link {
  display: block;
  font-family: BNPPSansLight, sans-serif;
  color: #444;
  padding: 0 22px;
  line-height: 2.769230769; }
  .main-menu .menu__item--third-level .link:hover, .main-menu .menu__item--third-level .link:focus, .main-menu .menu__item--third-level .link:active {
    color: #00965e;
    text-decoration: none; }

.main-menu .menu__item--third-level.menu__item--current {
  display: block; }

.icon-magnifier-empty {
  font-family: 'bnp-icon';
  font-size: 56px;
  font-size: 5.6rem;
  color: #a9a9a9;
  margin: 0 2px; }

.search-empty {
  text-align: center;
  width: 100%;
  margin-top: 80px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media screen and (max-width: 1159px) {
    .search-empty {
      position: inherit;
      left: auto;
      -ms-transform: inherit;
          transform: inherit;
      width: 100% !important; } }

.search-empty__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: BNPPSansCond, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #a9a9a9; }

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

.stickyLongArticle {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: BNPPSansReg, sans-serif;
  width: 325px !important; }
  @media screen and (max-width: 1159px) {
    .stickyLongArticle {
      width: 100% !important; } }

.content-container {
  width: 350px;
  margin: auto; }

.toc-title {
  text-transform: uppercase;
  background: #ffffff;
  padding: 10px;
  color: #ffffff; }
  @media screen and (max-width: 1159px) {
    .toc-title {
      padding: 13px 15px; } }

.toc-storybar {
  position: relative;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  margin: -1px 0;
  color: #5f5f5f;
  border-left-color: #4377b0;
  border-left-width: 3px; }

.toc-storybar:last-child {
  margin-bottom: .25em; }

.toc-storybar p {
  text-align: left;
  position: relative;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 100;
  color: #5f5f5f;
  line-height: 20px;
  border: 1px solid #dfdddc; }
  @media screen and (max-width: 1159px) {
    .toc-storybar p {
      padding: 9px 15px;
      background: #ffffff; } }

.toc-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width .2s;
  background: #4377b0;
  opacity: 0.2; }

.content-box--event,
.content-box--youtube,
.content-box--twitter,
.content-box--facebook,
.content-box--linkedin,
.content-box--related,
.content-box--press-release,
.content-box--news-events,
.content-box--instagram, .key-docs .sfdownloadList,
.content-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 30px;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  background: #fff; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .content-box--event,
    .content-box--youtube,
    .content-box--twitter,
    .content-box--facebook,
    .content-box--linkedin,
    .content-box--related,
    .content-box--press-release,
    .content-box--news-events,
    .content-box--instagram, .key-docs .sfdownloadList,
    .content-box {
      min-height: 245px; } }
  .content-box--event:before,
  .content-box--youtube:before,
  .content-box--twitter:before,
  .content-box--facebook:before,
  .content-box--linkedin:before,
  .content-box--related:before,
  .content-box--press-release:before,
  .content-box--news-events:before,
  .content-box--instagram:before, .key-docs .sfdownloadList:before,
  .content-box:before {
    content: " ";
    display: block;
    position: absolute;
    top: -2px;
    background: #00965e;
    width: calc(100% + 2px);
    height: 3px;
    left: -1px; }

@media screen and (max-width: 1159px) {
  .layout-pageheader .content-box,
  .layout-pageheader [class^="content-box--"] {
    background: none;
    padding: 0;
    border: 0; }
    .layout-pageheader .content-box:before,
    .layout-pageheader [class^="content-box--"]:before {
      display: none; } }

.content-box__section {
  margin-bottom: 15px; }
  .content-box__section:last-child {
    margin-bottom: 0; }

.content-box__section__title {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdddc; }

.content-box--event:before {
  background: #f1b434; }

.content-box--youtube:before {
  background: #e52d27; }

.content-box--twitter:before {
  background: #55acee; }

.content-box--facebook:before {
  background: #3b5998; }

.content-box--linkedin:before {
  background: #0077b5; }

.content-box--related:before {
  background: #24b3c7; }

.content-box--press-release:before {
  background: #93bd0e; }

.content-box--news-events:before {
  background: #4377b0; }

.content-box--instagram:before {
  background: #ac7e66; }

.sidebar-content .content-box {
  margin-bottom: 30px; }
  .sidebar-content .content-box:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .content-box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    clear: both; } }

.social-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.357142857;
  color: #5f5f5f;
  margin-bottom: 28px; }

.social-content img {
  display: block;
  width: 100%; }

.social-content p {
  margin: 0; }

.content-box--youtube .social-content a {
  color: #00965e; }

.content-box--twitter .social-content a {
  color: #00965e; }

.content-box--facebook .social-content a {
  color: #00965e; }

.content-box--linkedin .social-content a {
  color: #00965e; }

.content-box--instagram .social-content a {
  color: #00965e; }

.social-meta__avatar,
.social-meta__detail {
  display: inline-block;
  vertical-align: middle; }

@media screen and (max-width: 1159px) {
  .social-meta__avatar {
    max-width: 30px; } }

@media screen and (min-width: 1160px) {
  .social-meta__avatar {
    max-width: 36px; } }

.social-meta__avatar img {
  display: block;
  max-width: 100%; }

@media screen and (max-width: 1159px) {
  .social-meta__detail {
    margin-left: 8px; } }

@media screen and (min-width: 1160px) {
  .social-meta__detail {
    margin-left: 10px; } }

.social-meta__name {
  margin: 0 0 4px 0; }
  @media screen and (max-width: 1159px) {
    .social-meta__name {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media screen and (min-width: 1160px) {
    .social-meta__name {
      font-size: 14px;
      font-size: 1.4rem; } }

.social-meta__name .link {
  color: #5f5f5f; }

.social-meta__time {
  font-family: BNPPSansReg, sans-serif;
  font-weight: 200; }

.social-meta__time,
.social-meta__name {
  color: #5f5f5f; }

.social-meta__time .social-network-link {
  color: inherit;
  text-decoration: underline; }

.item__date,
.item__title {
  font-size: 14px;
  font-size: 1.4rem; }

.item__list .item {
  margin-bottom: 25px; }

.item__date {
  font-weight: 800; }

.item__title a {
  color: #5f5f5f; }

.key-docs .sfdownloadList {
  display: block; }

.key-docs a {
  color: #5f5f5f;
  font-size: 14px;
  font-size: 1.4rem; }

.key-docs .sfdownloadFile {
  margin-bottom: 20px;
  padding-left: 24px; }
  .key-docs .sfdownloadFile:before {
    margin-left: -24px;
    color: #00965e;
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'bnp-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.key-docs .sfdownloadFile a,
.key-docs .sfdownloadFile:before {
  vertical-align: middle; }

.key-docs .sfdownloadFile:last-child {
  margin-bottom: 0; }

.key-docs .sfMetaInfo {
  display: none !important; }

.social-box--label {
  float: right; }
  .social-box--label li {
    width: 23px;
    height: 21px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    margin-left: 2px; }
  .social-box--label .link {
    color: inherit;
    display: block;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle; }
    .social-box--label .link:hover, .social-box--label .link:focus, .social-box--label .link:active {
      text-decoration: none; }
  .social-box--label [class*="icon"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  .social-box--label .youtube {
    background: #e52d27; }
  .social-box--label .twitter {
    background: #55acee; }
  .social-box--label .facebook {
    background: #3b5998; }
  .social-box--label .linkedin {
    background: #0077b5; }
  .social-box--label .instagram {
    background: #8941a7; }

.sharebox {
  background: #fff;
  border: 1px solid #d6d6d6;
  position: absolute;
  z-index: 250;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.18);
  margin-top: 5px;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  max-width: 370px; }

.card .sharebox, .card--highlighted .sharebox, .card--event .sharebox {
  bottom: -50px; }

@media screen and (min-width: 992px) {
  .card--highlighted .sharebox {
    left: 50px; } }

.sharebox.visible {
  visibility: visible;
  opacity: 1;
  width: 240px;
  text-align: center; }

.page__header .sharebox.visible,
.page-social-wall .sharebox.visible {
  width: 360px; }

.content-navbar .sharebox {
  margin-top: 0;
  bottom: calc(100% + 5px); }

.sharebox__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 8px; }
  .sharebox__item:last-child {
    margin-right: 0; }

.page__header .sharebox__item {
  padding: 18px; }

.main-content .sharebox__item .social-link,
.page__header .sharebox__item .social-link,
.menu__item .sharebox__item .social-link {
  display: block;
  color: #fff;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  position: relative;
  bottom: 0; }

.social-link--twitter {
  background-color: #55acee; }

.social-link--linkedin {
  background-color: #0077b5; }

.social-link--facebook {
  background-color: #3b5998; }

.social-link--mail {
  background-color: #4a4a4a; }

.sharebox__item .social-link [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  color: #fff; }

.card .sharebox__item:last-child,
.card--highlighted .sharebox__item:last-child {
  margin-right: 0; }

.shareboxShare {
  color: #4377b0;
  padding: 15px 40px 13px 25px; }

.sharebox .urlContent:hover {
  text-decoration: none; }

.shareboxUrl {
  color: #5f5f5f;
  padding: 15px 25px 13px; }
  .shareboxUrl span.title {
    display: inline-block; }
  .shareboxUrl .address {
    display: inline-block;
    font-family: BNPPSansLight, sans-serif;
    text-transform: lowercase;
    outline: none;
    width: calc(100% - 35px);
    border: none;
    color: #5f5f5f; }

.shareboxShare, .shareboxUrl {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  cursor: default;
  text-decoration: none; }

.sharebox .icon-close {
  display: block;
  font-size: 22px;
  top: 9px;
  color: #4377b0;
  position: absolute;
  right: 9px;
  background-color: #ffffff; }
  .sharebox .icon-close:hover {
    text-decoration: none; }

.offcanvas {
  left: -274px;
  width: 274px !important;
  height: 100%;
  background-color: #eeeeee;
  position: fixed;
  z-index: 1002;
  font-size: 100% !important;
  transition: all 0.3s ease; }
  @media screen and (min-width: 992px) {
    .offcanvas {
      display: none; } }
  .offcanvas > div {
    height: 100%; }
  .mm_opening.new-header .offcanvas {
    left: 0; }
    @media screen and (min-width: 992px) {
      .mm_opening.new-header .offcanvas {
        left: inherit; } }

.new-header.sub-menu-open .mm_offcanvas_inner {
  margin-left: -81px; }

.new-header.sub-menu-open .sub-menu {
  left: 0; }

.new-header.sub-menu-open .mm_search .sfsearchTxt {
  opacity: 0;
  transition: all 0.3s ease-out; }

.new-header .mm_offcanvas {
  height: 100%;
  width: 274px !important;
  transition: all 0.4s ease; }
  .new-header .mm_offcanvas .mm_offcanvas_inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.4s ease; }
  .new-header .mm_offcanvas .mm_search {
    background: #eeeeee;
    padding: 10px;
    height: 53px; }
    .new-header .mm_offcanvas .mm_search fieldset {
      background: white; }
    .new-header .mm_offcanvas .mm_search input {
      text-indent: 0;
      color: #808080;
      outline-width: 0;
      height: 33px;
      opacity: 1;
      padding: 0 3.312em 0 0.625em;
      border: 1px solid #b7b7b7;
      line-height: 36px;
      width: 100%;
      font-size: 14px;
      font-family: BNPPSansLight, sans-serif;
      position: relative;
      transition: all 0.6s ease-out; }
    .new-header .mm_offcanvas .mm_search .sfsearchBox {
      position: relative;
      background: white; }
      .new-header .mm_offcanvas .mm_search .sfsearchBox:after {
        display: block;
        content: "\e929";
        color: #777777;
        font-family: 'bnp-icon';
        position: absolute;
        top: 9px;
        right: 6px;
        font-size: 16px; }
    .new-header .mm_offcanvas .mm_search .sfsearchSubmit {
      opacity: 0;
      color: transparent;
      border: none;
      width: 1.875em;
      height: 1.625em;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      margin: 0;
      text-align: center;
      cursor: pointer;
      z-index: 20;
      outline: none; }
    .disclosure .new-header .mm_offcanvas .mm_search {
      display: none; }
  .new-header .mm_offcanvas .mm_nav_menu {
    background: white;
    float: left; }
    .new-header .mm_offcanvas .mm_nav_menu .link--minor {
      display: none; }
  .new-header .mm_offcanvas .navigation_menu, .new-header .mm_offcanvas .mm_ext_lnks {
    float: left;
    width: 274px !important; }
    .new-header .mm_offcanvas .navigation_menu .sub-menu, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu {
      position: fixed;
      width: 274px;
      height: 100vh;
      z-index: 10;
      top: 0;
      display: none;
      visibility: visible;
      opacity: 1;
      overflow: hidden;
      transition: all 0.5s ease; }
      .new-header .mm_offcanvas .navigation_menu .sub-menu.menu__third-level, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu.menu__third-level {
        margin-left: 0; }
      .new-header .mm_offcanvas .navigation_menu .sub-menu.for-third-level, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu.for-third-level {
        left: -81px; }
      .new-header .mm_offcanvas .navigation_menu .sub-menu .container, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu .container {
        position: absolute;
        height: 100vh;
        background: white;
        margin-left: 274px;
        transition: margin 0.5s ease;
        overflow-y: auto; }
      .new-header .mm_offcanvas .navigation_menu .sub-menu ul, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu ul {
        margin: 0; }
      .new-header .mm_offcanvas .navigation_menu .sub-menu li, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu li {
        width: 274px;
        margin-bottom: 0;
        float: left;
        position: relative; }
        .new-header .mm_offcanvas .navigation_menu .sub-menu li.has-sub-menu:after, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu li.has-sub-menu:after {
          font-family: 'bnp-icon';
          content: "\e900";
          position: absolute;
          color: #999999;
          top: 24px;
          right: 1.5em;
          display: inline-block;
          font-size: 11px;
          font-weight: normal;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
        .new-header .mm_offcanvas .navigation_menu .sub-menu li.title-back, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu li.title-back {
          cursor: pointer; }
          .new-header .mm_offcanvas .navigation_menu .sub-menu li.title-back:before, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu li.title-back:before {
            font-family: 'bnp-icon';
            content: "\e900";
            position: absolute;
            color: #999999;
            top: 23px;
            left: 14px;
            display: inline-block;
            font-size: 11px;
            font-weight: normal;
            z-index: 1; }
          .new-header .mm_offcanvas .navigation_menu .sub-menu li.title-back a, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu li.title-back a {
            background: #eeeeee;
            padding-left: 45px; }
        .new-header .mm_offcanvas .navigation_menu .sub-menu li a, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu li a {
          position: relative;
          color: black;
          cursor: pointer;
          border: none;
          border-bottom: 1px solid #cecece;
          padding: 22px 0 22px 17px;
          font-size: 15px;
          display: block;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          transition: all 0.4s ease;
          font-family: BNPPSansLight, sans-serif; }
          .new-header .mm_offcanvas .navigation_menu .sub-menu li a:hover, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu li a:hover {
            text-decoration: none; }
      .new-header .mm_offcanvas .navigation_menu .sub-menu.show-menu, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu.show-menu {
        display: block; }
        .new-header .mm_offcanvas .navigation_menu .sub-menu.show-menu .container.left, .new-header .mm_offcanvas .mm_ext_lnks .sub-menu.show-menu .container.left {
          margin-left: 0; }
    .new-header .mm_offcanvas .navigation_menu.menu--suprabar-mobile, .new-header .mm_offcanvas .mm_ext_lnks.menu--suprabar-mobile {
      margin-right: 0;
      padding: 0;
      border: none; }
      .new-header .mm_offcanvas .navigation_menu.menu--suprabar-mobile li a, .new-header .mm_offcanvas .mm_ext_lnks.menu--suprabar-mobile li a {
        font-family: BNPPSansLight, sans-serif;
        color: black; }
    .new-header .mm_offcanvas .navigation_menu > ul, .new-header .mm_offcanvas .mm_ext_lnks > ul {
      margin: 0; }
      .disclosure .new-header .mm_offcanvas .navigation_menu > ul, .disclosure .new-header .mm_offcanvas .mm_ext_lnks > ul {
        display: none; }
      .new-header .mm_offcanvas .navigation_menu > ul > li, .new-header .mm_offcanvas .mm_ext_lnks > ul > li {
        width: 274px;
        margin-bottom: 0;
        float: left;
        position: relative; }
        .new-header .mm_offcanvas .navigation_menu > ul > li.has-sub-menu:after, .new-header .mm_offcanvas .mm_ext_lnks > ul > li.has-sub-menu:after {
          font-family: 'bnp-icon';
          content: "\e900";
          position: absolute;
          color: #999999;
          top: 24px;
          right: 1.5em;
          display: inline-block;
          font-size: 11px;
          font-weight: normal;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
        .new-header .mm_offcanvas .navigation_menu > ul > li.not-new-header, .new-header .mm_offcanvas .mm_ext_lnks > ul > li.not-new-header {
          display: none; }
        .new-header .mm_offcanvas .navigation_menu > ul > li > a, .new-header .mm_offcanvas .mm_ext_lnks > ul > li > a {
          position: relative;
          color: black;
          cursor: pointer;
          border: none;
          border-top: 1px solid #cecece;
          padding: 22px 0 22px 17px;
          font-size: 15px;
          display: block;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          transition: all 0.4s ease; }
          .new-header .mm_offcanvas .navigation_menu > ul > li > a:hover, .new-header .mm_offcanvas .mm_ext_lnks > ul > li > a:hover {
            text-decoration: none; }
        .new-header .mm_offcanvas .navigation_menu > ul > li.active a::before, .new-header .mm_offcanvas .mm_ext_lnks > ul > li.active a::before {
          border-top: none; }
        .new-header .mm_offcanvas .navigation_menu > ul > li .mmc_icon, .new-header .mm_offcanvas .mm_ext_lnks > ul > li .mmc_icon {
          display: inline-block;
          font-size: 11px;
          position: absolute;
          color: #999999;
          top: 24px;
          right: 1.5em;
          transition: all 0.4s ease; }
          .new-header .mm_offcanvas .navigation_menu > ul > li .mmc_icon.icon-down, .new-header .mm_offcanvas .mm_ext_lnks > ul > li .mmc_icon.icon-down {
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .new-header .mm_offcanvas .mm_ext_lnks > ul > li > a {
    font-family: BNPPSansLight, sans-serif;
    color: black; }
  .new-header .mm_offcanvas .mm_ext_lnks .mm_ext_links_menu {
    display: none; }
    .new-header .mm_offcanvas .mm_ext_lnks .mm_ext_links_menu > ul {
      margin-top: 0;
      margin-bottom: 12px; }
      .new-header .mm_offcanvas .mm_ext_lnks .mm_ext_links_menu > ul > li {
        padding: 0 0 10px 17px;
        font-size: 15px;
        font-family: BNPPSansLight, sans-serif; }
        .new-header .mm_offcanvas .mm_ext_lnks .mm_ext_links_menu > ul > li > a {
          color: #999999;
          font-size: 15px;
          cursor: pointer; }
          .new-header .mm_offcanvas .mm_ext_lnks .mm_ext_links_menu > ul > li > a:hover {
            text-decoration: none; }
          .new-header .mm_offcanvas .mm_ext_lnks .mm_ext_links_menu > ul > li > a .mmc_icon {
            display: inline-block;
            font-size: 11px;
            margin-left: 5px;
            color: black;
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .new-header .mm_offcanvas .mm_ext_lnks .mm_ext_links_menu .menu a strong {
      font-weight: normal; }
  .new-header .mm_offcanvas .mm_cardstop {
    height: 156px;
    border-top: 1px solid #cecece;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100%; }
    .disclosure .new-header .mm_offcanvas .mm_cardstop {
      display: none; }
    .new-header .mm_offcanvas .mm_cardstop > div {
      display: table-cell;
      vertical-align: middle; }
    .new-header .mm_offcanvas .mm_cardstop a {
      cursor: pointer;
      display: inline-block;
      height: 40px;
      background: #00915A;
      color: white;
      text-decoration: none;
      line-height: 40px;
      padding: 0 45px;
      font-size: 16px;
      margin-top: 26px; }
      .new-header .mm_offcanvas .mm_cardstop a span {
        display: block; }
  .new-header .mm_offcanvas .mm_axes {
    padding: 18px 0 18px 17px;
    background: #EEEEEE;
    border-top: 1px solid #cecece; }
    .new-header .mm_offcanvas .mm_axes.language {
      display: inline-block;
      width: 100%;
      margin-right: 0;
      float: left; }
    .new-header .mm_offcanvas .mm_axes .menu__item {
      float: left;
      width: auto; }
      .new-header .mm_offcanvas .mm_axes .menu__item.menu__item--current a {
        color: #00915A; }
      .new-header .mm_offcanvas .mm_axes .menu__item a {
        text-transform: uppercase; }
    .new-header .mm_offcanvas .mm_axes a {
      font-family: BNPPSansLight, sans-serif;
      vertical-align: top;
      font-size: 16px;
      cursor: pointer;
      margin-right: 23px;
      color: #808080; }
      .new-header .mm_offcanvas .mm_axes a.black {
        color: black;
        padding-bottom: 18px;
        display: block;
        font-size: 15px; }
      .new-header .mm_offcanvas .mm_axes a:hover {
        text-decoration: none; }
      .new-header .mm_offcanvas .mm_axes a.clickable_lng {
        color: #00915A; }
      .new-header .mm_offcanvas .mm_axes a .mmc_icon {
        display: inline-block;
        font-size: 11px;
        position: absolute;
        top: 24px;
        right: 1.5em;
        transition: all 0.4s ease;
        color: #999999; }
        .disclosure .new-header .mm_offcanvas .mm_axes a .mmc_icon {
          display: none; }
        .new-header .mm_offcanvas .mm_axes a .mmc_icon.icon-down {
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .new-header .mm_offcanvas .mm_axes .mm_axes_menu {
      display: none; }
      .new-header .mm_offcanvas .mm_axes .mm_axes_menu > ul {
        margin-top: 0;
        margin-bottom: 0;
        color: #808080; }
        .new-header .mm_offcanvas .mm_axes .mm_axes_menu > ul > li {
          padding: 0 0 10px 0;
          font-size: 15px;
          font-family: BNPPSansLight, sans-serif;
          margin-left: 0;
          display: block; }
          .new-header .mm_offcanvas .mm_axes .mm_axes_menu > ul > li > a {
            color: #999999;
            font-size: 15px;
            cursor: pointer; }
            .new-header .mm_offcanvas .mm_axes .mm_axes_menu > ul > li > a:hover {
              text-decoration: none; }
            .new-header .mm_offcanvas .mm_axes .mm_axes_menu > ul > li > a .mmc_icon {
              display: inline-block;
              font-size: 11px;
              margin-left: 5px;
              color: black;
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
          .new-header .mm_offcanvas .mm_axes .mm_axes_menu > ul > li:last-child {
            display: none; }

.card--blog,
.card--blog .card__content {
  background: #fff; }

.card--blog .category {
  position: absolute;
  z-index: 250; }
  @media screen and (max-width: 767px) {
    .card--blog .category {
      top: 10px;
      right: 10px; } }
  @media screen and (min-width: 768px) {
    .card--blog .category {
      top: 20px;
      right: 22px; } }

.card--blog .card__picture {
  min-height: 155px;
  background-repeat: no-repeat;
  background-color: #d6d6d6; }

.card--blog.card--keyzer:nth-child(1) .card__picture {
  background-image: url("../images/blogs/keyzer/pdk_01.jpg"); }

.card--blog.card--keyzer:nth-child(2) .card__picture {
  background-image: url("../images/blogs/keyzer/pdk_02.jpg"); }

.card--blog.card--keyzer:nth-child(3) .card__picture {
  background-image: url("../images/blogs/keyzer/pdk_03.jpg"); }

.card--blog.card--gijsels:nth-child(1) .card__picture {
  background-image: url("../images/blogs/gijsels/img_pg_01.jpg"); }

.card--blog.card--gijsels:nth-child(2) .card__picture {
  background-image: url("../images/blogs/gijsels/img_pg_02.jpg"); }

.card--blog.card--gijsels:nth-child(3) .card__picture {
  background-image: url("../images/blogs/gijsels/img_pg_03.jpg"); }

.last-blog-article .card--blog .category {
  display: none; }

.home-articleSearchContainer .home-articleCardsListContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 35px; }
  @media screen and (min-width: 992px) {
    .home-articleSearchContainer .home-articleCardsListContainer {
      padding-top: 0; } }
  .home-articleSearchContainer .home-articleCardsListContainer .card {
    background-color: #ffffff;
    width: 360px;
    margin-bottom: 30px;
    position: relative;
    transition: box-shadow .5s ease;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .home-articleSearchContainer .home-articleCardsListContainer .card {
        width: 328px;
        margin-right: 28px;
        min-height: 355px; } }
    @media screen and (min-width: 992px) {
      .home-articleSearchContainer .home-articleCardsListContainer .card {
        width: 340px; } }
    @media screen and (max-width: 1159px) {
      .home-articleSearchContainer .home-articleCardsListContainer .card:nth-child(2n+2) {
        margin-right: 0; } }
    @media screen and (min-width: 1160px) {
      .home-articleSearchContainer .home-articleCardsListContainer .card {
        width: 360px; }
        .home-articleSearchContainer .home-articleCardsListContainer .card:nth-child(3n+3) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .home-articleSearchContainer .home-articleCardsListContainer .card {
        width: 100%; } }
    .home-articleSearchContainer .home-articleCardsListContainer .card.no-picture .imgBox {
      background-color: #d6d6d6; }
    .home-articleSearchContainer .home-articleCardsListContainer .card .label {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      padding: 4px 10px 0;
      font-family: BNPPSansReg, sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.538461538;
      background: #93bd0e;
      color: #fff; }
    .home-articleSearchContainer .home-articleCardsListContainer .card .bottomArticle {
      padding: 20px 30px; }
      @media screen and (min-width: 992px) {
        .home-articleSearchContainer .home-articleCardsListContainer .card .bottomArticle {
          padding: 20px 30px 35px; } }
    .home-articleSearchContainer .home-articleCardsListContainer .card .imgBox {
      width: 100%;
      height: 155px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 767px) {
        .home-articleSearchContainer .home-articleCardsListContainer .card .imgBox {
          width: 100%; } }
      .home-articleSearchContainer .home-articleCardsListContainer .card .imgBox img {
        margin: -30px 0 0 -40px;
        transition: all 0.5s ease-in-out;
        min-width: 440px;
        width: 100%; }
        @media screen and (max-width: 991px) {
          .home-articleSearchContainer .home-articleCardsListContainer .card .imgBox img {
            min-width: 100%;
            -ms-transform: scale(1);
                transform: scale(1);
            margin: 0; } }
    .home-articleSearchContainer .home-articleCardsListContainer .card:hover .imgBox img {
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    .home-articleSearchContainer .home-articleCardsListContainer .card .dateSocialContainer {
      display: none; }
      @media screen and (min-width: 992px) {
        .home-articleSearchContainer .home-articleCardsListContainer .card .dateSocialContainer {
          display: block;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 15px;
          padding: 0 30px; } }
    .home-articleSearchContainer .home-articleCardsListContainer .card .date {
      display: inline-block;
      margin-top: 5px;
      color: #a9a9a9;
      font-family: BNPPSansLight, sans-serif;
      font-size: 13px;
      font-size: 1.3rem; }
    .home-articleSearchContainer .home-articleCardsListContainer .card .title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 28px; }
      .home-articleSearchContainer .home-articleCardsListContainer .card .title a {
        color: #5f5f5f;
        font-family: BNPPSansReg, sans-serif;
        font-weight: 800;
        text-decoration: none;
        transition: all 0.5s ease-in-out; }
        .home-articleSearchContainer .home-articleCardsListContainer .card .title a:hover {
          text-decoration: underline; }
        .home-articleSearchContainer .home-articleCardsListContainer .card .title a.card__read-more {
          position: relative;
          right: 0;
          bottom: 0;
          font-size: 20px; }
          .home-articleSearchContainer .home-articleCardsListContainer .card .title a.card__read-more:before, .home-articleSearchContainer .home-articleCardsListContainer .card .title a.card__read-more:after {
            display: none; }
    .home-articleSearchContainer .home-articleCardsListContainer .card .social {
      display: inline-block;
      float: right; }
      .home-articleSearchContainer .home-articleCardsListContainer .card .social a {
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
        .home-articleSearchContainer .home-articleCardsListContainer .card .social a:hover.icon-facebook:hover {
          color: #365397; }
        .home-articleSearchContainer .home-articleCardsListContainer .card .social a:hover.icon-twitter:hover {
          color: #00a9f1; }
        .home-articleSearchContainer .home-articleCardsListContainer .card .social a:hover.icon-linkedin:hover {
          color: #006db3; }
    .home-articleSearchContainer .home-articleCardsListContainer .card .icon-linkedin, .home-articleSearchContainer .home-articleCardsListContainer .card .icon-twitter, .home-articleSearchContainer .home-articleCardsListContainer .card .icon-facebook {
      display: inline-block;
      margin: 0 2px;
      padding: 5px 0;
      height: 20px;
      width: 20px;
      text-align: center;
      font-family: 'bnp-icon';
      font-size: 8px;
      font-size: 0.8rem;
      color: #d6d6d6;
      text-align: center;
      border: 1px solid #d6d6d6;
      border-radius: 50%;
      vertical-align: middle; }

.home-articleSearchContainer .loadMoreContainer {
  margin: 30px 0 90px;
  text-align: center; }
  .home-articleSearchContainer .loadMoreContainer .btnLoadMore {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 10px 30px 6px;
    transition: all .1s ease;
    background-color: #00965e;
    border-color: #00965e;
    color: #fff;
    border-radius: 4px;
    cursor: pointer; }
    .home-articleSearchContainer .loadMoreContainer .btnLoadMore:hover {
      text-decoration: none;
      background-color: transparent;
      border-color: #00965e;
      color: #00965e; }

.documentLink {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f3f3f3; }
  @media screen and (min-width: 992px) {
    .documentLink {
      padding: 45px 70px; } }
  .documentLink a {
    position: relative;
    background-color: #fff;
    color: #525252;
    padding: 15px 15px 15px 55px;
    display: block;
    border: 0;
    text-decoration: none;
    line-height: 1.5; }
    .documentLink a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 40px;
      background-color: #5dc66a;
      background-image: url(../images/icon-download.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 18px; }
      @media screen and (min-width: 992px) {
        .documentLink a:before {
          display: none; } }
    @media screen and (min-width: 992px) {
      .documentLink a {
        padding: 0 15px 0 30px;
        border-left: 0; } }
    @media screen and (min-width: 992px) {
      .documentLink a:hover .fileTitle:before {
        width: 70px;
        background-image: url("../images/icon-download.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 22px; } }
    .documentLink a .fileTitle {
      display: inline-block;
      vertical-align: middle;
      width: 91%;
      font-size: 14px;
      position: relative; }
      .documentLink a .fileTitle:before {
        display: none; }
        @media screen and (min-width: 992px) {
          .documentLink a .fileTitle:before {
            content: '';
            font-size: 2.25rem;
            display: inline-block;
            background-color: #5dc66a;
            height: 75px;
            color: #fff;
            margin-left: -30px;
            vertical-align: middle;
            width: 4px;
            transition: ease width .3s;
            margin-right: 26px;
            padding-top: 23px;
            text-align: center; } }
      .documentLink a .fileTitle span {
        position: relative;
        top: 0;
        -ms-transform: none;
            transform: none; }
        @media screen and (min-width: 992px) {
          .documentLink a .fileTitle span {
            position: absolute;
            line-height: 20px;
            padding-right: 30px;
            top: 50%;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .documentLink a .fileInfo {
      display: block;
      width: 100%;
      text-align: left;
      height: auto;
      margin: 10px 0 0;
      padding: 0;
      font-weight: normal;
      font-size: 12px;
      line-height: 18px; }
      @media screen and (min-width: 992px) {
        .documentLink a .fileInfo {
          display: inline-block;
          vertical-align: middle;
          width: 8%;
          height: 75px;
          margin: 0;
          padding: 21px 0; } }
      .documentLink a .fileInfo .fileType, .documentLink a .fileInfo .fileSize {
        display: inline-block;
        text-transform: uppercase; }
        @media screen and (min-width: 992px) {
          .documentLink a .fileInfo .fileType, .documentLink a .fileInfo .fileSize {
            display: block; } }

.PB.pageHome .mainWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .PB.pageHome .mainWrapper .mainContentLeft {
    width: 750px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
    position: relative; }
    @media screen and (max-width: 1159px) {
      .PB.pageHome .mainWrapper .mainContentLeft {
        width: 750px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .PB.pageHome .mainWrapper .mainContentLeft {
        width: 100%; } }
    .PB.pageHome .mainWrapper .mainContentLeft .wrapperArticle {
      width: 100%; }
    .PB.pageHome .mainWrapper .mainContentLeft #searchResultList {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .PB.pageHome .mainWrapper .mainContentLeft #searchResultList {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList:after {
            -ms-flex: auto;
                flex: auto;
            margin: 0 auto;
            content: ""; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > * {
            width: calc( 100% - 0rem);
            margin-left: 1.2495rem;
            margin-right: 1.2495rem; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1) {
              margin-left: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1n) {
              margin-right: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1n + 1) {
              margin-left: 0; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .PB.pageHome .mainWrapper .mainContentLeft #searchResultList {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList:after {
            -ms-flex: auto;
                flex: auto;
            margin: 0 auto;
            content: ""; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > * {
            width: calc( 100% - 0rem);
            margin-left: 1.2495rem;
            margin-right: 1.2495rem; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1) {
              margin-left: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1n) {
              margin-right: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1n + 1) {
              margin-left: 0; } }
      @media screen and (min-width: 992px) and (max-width: 1159px) {
        .PB.pageHome .mainWrapper .mainContentLeft #searchResultList {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList:after {
            -ms-flex: auto;
                flex: auto;
            margin: 0 auto;
            content: ""; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > * {
            width: calc( 50% - 1.25rem);
            margin-left: 1.2495rem;
            margin-right: 1.2495rem; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1) {
              margin-left: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(2n) {
              margin-right: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(2n + 1) {
              margin-left: 0; } }
      @media screen and (min-width: 1160px) {
        .PB.pageHome .mainWrapper .mainContentLeft #searchResultList {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList:after {
            -ms-flex: auto;
                flex: auto;
            margin: 0 auto;
            content: ""; }
          .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > * {
            width: calc( 50% - 1.25rem);
            margin-left: 1.2495rem;
            margin-right: 1.2495rem; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(1) {
              margin-left: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(2n) {
              margin-right: 0; }
            .PB.pageHome .mainWrapper .mainContentLeft #searchResultList > *:nth-child(2n + 1) {
              margin-left: 0; } }
  .PB.pageHome .mainWrapper .mainContentRight {
    display: none;
    position: fixed;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #5f5f5f;
    z-index: 999; }
    @media screen and (min-width: 768px) {
      .PB.pageHome .mainWrapper .mainContentRight {
        width: 100%;
        height: auto;
        margin: -60px 0 30px;
        position: relative;
        display: block !important;
        background: inherit; } }
    @media screen and (min-width: 1160px) {
      .PB.pageHome .mainWrapper .mainContentRight {
        width: 325px;
        margin: -40px 0 30px; } }

@media screen and (max-width: 767px) {
  .PB.pageHome .pb-custom-content {
    width: 100%;
    margin-bottom: 40px; } }

.PB.pageDetail .mainWrapper {
  /*display: flex;
        flex-direction: row;
        justify-content:space-between;
        flex-wrap: wrap;*/
  /*.mainContentLeft{
            min-height: 560px;
            width: 750px;
            display: flex;
            flex-direction: row;
            justify-content:space-between;
            flex-wrap: wrap;
            padding-bottom: 50px;
            margin-top: 30px;
            @include breakpoint($below-lg) {
                width: 100%;
                margin:0 auto;
                padding-bottom: 0px;
            }
        }*/
  /*.mainContentRight{  
            width: 325px;
            position:relative;
            display: block;
            margin-top: 25px;
            @include breakpoint($below-lg) {
                width: 100%;
                margin:20px 0;
            }
        }*/ }

.page-contributor .wrapper {
  width: 1140px; }

.page-contributor .contributor {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: none; }
  .page-contributor .contributor .avatar {
    float: left;
    width: 140px; }
    .page-contributor .contributor .avatar img {
      border-radius: 50%; }
  .page-contributor .contributor .content {
    float: left;
    width: 700px; }
    .page-contributor .contributor .content h4 {
      color: #a2a569;
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0 0 15px 0; }
      .page-contributor .contributor .content h4 span {
        font-weight: 200; }
    .page-contributor .contributor .content p {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 12px 0; }

.PB.pageAuthor .headerAuthor {
  background: #ffffff;
  padding: 0 0 50px; }
  @media screen and (max-width: 767px) {
    .PB.pageAuthor .headerAuthor {
      background: #eeeeee;
      padding: 0; } }
  .PB.pageAuthor .headerAuthor .pageAuthorContent {
    max-width: 800px;
    margin: 40px auto; }
    @media screen and (max-width: 767px) {
      .PB.pageAuthor .headerAuthor .pageAuthorContent {
        margin: 80px 0 0px; } }
    .PB.pageAuthor .headerAuthor .pageAuthorContent .avatar {
      width: 85px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .PB.pageAuthor .headerAuthor .pageAuthorContent .avatar {
          width: 100px;
          display: block;
          margin: 0 auto; } }
      .PB.pageAuthor .headerAuthor .pageAuthorContent .avatar .picture {
        width: 100%;
        border-radius: 100%; }
    .PB.pageAuthor .headerAuthor .pageAuthorContent .pageAuthorBlock {
      font-size: 48px;
      font-size: 4.8rem;
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .PB.pageAuthor .headerAuthor .pageAuthorContent .pageAuthorBlock {
          margin: 30px 0;
          display: block;
          text-align: center;
          font-size: 40px;
          font-size: 4rem; } }
      .PB.pageAuthor .headerAuthor .pageAuthorContent .pageAuthorBlock .authorName {
        font-family: BNPPSansCond, sans-serif; }
      .PB.pageAuthor .headerAuthor .pageAuthorContent .pageAuthorBlock .authorTitle {
        font-family: BNPPSansCondLight, BNPPSansBold, sans-serif; }
        .PB.pageAuthor .headerAuthor .pageAuthorContent .pageAuthorBlock .authorTitle:before {
          content: '|';
          display: inline-block;
          margin: 0 12px 0 0px; }
          @media screen and (max-width: 767px) {
            .PB.pageAuthor .headerAuthor .pageAuthorContent .pageAuthorBlock .authorTitle:before {
              display: none; } }
        @media screen and (max-width: 767px) {
          .PB.pageAuthor .headerAuthor .pageAuthorContent .pageAuthorBlock .authorTitle {
            display: block;
            margin: 0px 0 5px; } }
    .PB.pageAuthor .headerAuthor .pageAuthorContent .pageSocialAuthor {
      font-size: 24px;
      font-size: 2.4rem;
      color: #6f6e6e;
      width: 22%; }
      .PB.pageAuthor .headerAuthor .pageAuthorContent .pageSocialAuthor .icon-circle-twitter, .PB.pageAuthor .headerAuthor .pageAuthorContent .pageSocialAuthor .icon-circle-linkedin {
        color: #6f6e6e;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
      .PB.pageAuthor .headerAuthor .pageAuthorContent .pageSocialAuthor .icon-circle-twitter:hover {
        color: #00aced; }
      .PB.pageAuthor .headerAuthor .pageAuthorContent .pageSocialAuthor .icon-circle-linkedin:hover {
        color: #007bb6; }
      @media screen and (max-width: 767px) {
        .PB.pageAuthor .headerAuthor .pageAuthorContent .pageSocialAuthor {
          text-align: center;
          width: 100%; } }

.PB.pageAuthor .pageAuthorText {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: BNPPSansLight, sans-serif;
  line-height: 26px;
  background: #ffffff;
  max-width: 800px;
  margin: 0 auto; }
  .PB.pageAuthor .pageAuthorText:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #eeeeee;
    margin: 40px 0; }
    @media screen and (max-width: 767px) {
      .PB.pageAuthor .pageAuthorText:before {
        display: none; } }
  @media screen and (max-width: 767px) {
    .PB.pageAuthor .pageAuthorText {
      padding: 20px 20px 20px;
      margin: 0 auto; } }

.PB.pageAuthor .mainPageAuthorArticle {
  width: 100%;
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media screen and (max-width: 1159px) {
    .PB.pageAuthor .mainPageAuthorArticle {
      max-width: 750px; } }
  @media screen and (max-width: 767px) {
    .PB.pageAuthor .mainPageAuthorArticle {
      padding: 0 20px; } }
  .PB.pageAuthor .mainPageAuthorArticle .boxArticle {
    margin: 10px 9px; }
    @media screen and (max-width: 1159px) {
      .PB.pageAuthor .mainPageAuthorArticle .boxArticle {
        margin: 10px 6px; } }
  .PB.pageAuthor .mainPageAuthorArticle .titleAuthorArticle {
    font-family: BNPPSansCond, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    margin: 50px 0 40px; }
    @media screen and (max-width: 767px) {
      .PB.pageAuthor .mainPageAuthorArticle .titleAuthorArticle {
        margin: 30px 0 20px; } }
  .PB.pageAuthor .mainPageAuthorArticle .buttonMoreArticleContain {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    display: block; }
    @media screen and (max-width: 767px) {
      .PB.pageAuthor .mainPageAuthorArticle .buttonMoreArticleContain {
        margin: 0 0 20px; } }
  .PB.pageAuthor .mainPageAuthorArticle .buttonMoreArticle {
    display: inline-block;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    transition: all .1s ease;
    background-color: #00965e;
    border-color: #00965e;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 10px 44px 6px;
    display: inline-block;
    cursor: pointer; }
    .PB.pageAuthor .mainPageAuthorArticle .buttonMoreArticle:hover, .PB.pageAuthor .mainPageAuthorArticle .buttonMoreArticle:focus, .PB.pageAuthor .mainPageAuthorArticle .buttonMoreArticle:active {
      text-decoration: none;
      background-color: transparent;
      border-color: #00965e;
      color: #00965e; }

@media screen and (min-width: 992px) {
  .page-social-wall .main-content {
    width: 100%;
    max-width: none; } }

@media screen and (min-width: 1160px) {
  .page-social-wall .main-content {
    float: none; } }

.page-social-wall .content-box-list--social {
  display: block;
  margin-top: 35px; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .page-social-wall .content-box-list--social[data-columns]::before {
    content: '1 .salvatore-col.size-1of1'; } }

@media screen and (min-width: 768px) and (max-width: 1159px) {
  .page-social-wall .content-box-list--social[data-columns]::before {
    content: '3 .salvatore-col.size-1of3'; } }

@media screen and (min-width: 1160px) {
  .page-social-wall .content-box-list--social[data-columns]::before {
    content: '4 .salvatore-col.size-1of4'; } }

@media screen and (max-width: 767px) {
  .page-social-wall .page__title {
    margin: 30px 0 10px; } }

.page-social-wall .content-box--social {
  max-width: none;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .page-social-wall .content-box--social {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    .page-social-wall .content-box--social {
      margin-bottom: 18px; } }
  @media screen and (min-width: 1160px) {
    .page-social-wall .content-box--social {
      margin-bottom: 24px; } }

.salvatore-col {
  float: left; }

.size-1of1 {
  width: 100%; }

.size-1of3 {
  width: calc(33.3333% - 12px);
  margin-right: 18px; }

.size-1of4 {
  width: calc(25% - 18px);
  margin-right: 24px; }

.size-1of4:last-child,
.size-1of3:last-child {
  margin: 0; }

.hidden-sm,
.hidden-md,
.hidden-lg,
.hidden-xl {
  display: block; }

.hidden-sm--inline-block,
.hidden-md--inline-block,
.hidden-lg--inline-block,
.hidden-xl--inline-block {
  display: inline-block; }

.hidden-sm--inline,
.hidden-md--inline,
.hidden-lg--inline,
.hidden-xl--inline {
  display: inline; }

.hidden-xs,
.hidden-xs--inline,
.hidden-xs--inline-block {
  display: none; }

@media screen and (min-width: 768px) {
  .hidden-xs {
    display: block; } }

@media screen and (min-width: 768px) {
  .hidden-xs--inline {
    display: inline; } }

@media screen and (min-width: 768px) {
  .hidden-xs--inline-block {
    display: inline-block; } }

@media screen and (min-width: 768px) {
  .hidden-sm,
  .hidden-sm--inline,
  .hidden-sm--inline-block {
    display: none; } }

@media screen and (min-width: 992px) {
  .hidden-sm {
    display: block; } }

@media screen and (min-width: 992px) {
  .hidden-sm--inline {
    display: inline; } }

@media screen and (min-width: 992px) {
  .hidden-sm--inline-block {
    display: inline-block; } }

@media screen and (min-width: 992px) {
  .hidden-md,
  .hidden-md--inline,
  .hidden-md--inline-block {
    display: none; } }

@media screen and (min-width: 1160px) {
  .hidden-md {
    display: block; } }

@media screen and (min-width: 1160px) {
  .hidden-md--inline {
    display: inline; } }

@media screen and (min-width: 1160px) {
  .hidden-md--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1600px) {
  .hidden-lg {
    display: block; } }

@media screen and (min-width: 1160px) {
  .hidden-lg,
  .hidden-lg--inline,
  .hidden-lg--inline-block {
    display: none; } }

@media screen and (min-width: 1600px) {
  .hidden-lg--inline {
    display: inline; } }

@media screen and (min-width: 1600px) {
  .hidden-lg--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1600px) {
  .hidden-xl,
  .hidden-xl--inline,
  .hidden-xl--inline-block {
    display: none; } }

.visible-xs {
  display: block; }

.visible-xs--inline {
  display: inline; }

.visible-xs--inline-block {
  display: inline-block; }

@media screen and (min-width: 768px) {
  .visible-xs,
  .visible-xs--inline,
  .visible-xs--inline-block {
    display: none; } }

@media screen and (min-width: 768px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 768px) {
  .visible-sm--inline {
    display: inline; } }

@media screen and (min-width: 768px) {
  .visible-sm--inline-block {
    display: inline-block; } }

@media screen and (min-width: 992px) {
  .visible-sm,
  .visible-sm--inline,
  .visible-sm--inline-block {
    display: none; } }

@media screen and (min-width: 992px) {
  .visible-md {
    display: block; } }

@media screen and (min-width: 992px) {
  .visible-md--inline {
    display: inline; } }

@media screen and (min-width: 992px) {
  .visible-md--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1160px) {
  .visible-md,
  .visible-md--inline,
  .visible-md--inline-block {
    display: none; } }

@media screen and (min-width: 1160px) {
  .visible-lg {
    display: block; } }

@media screen and (min-width: 1160px) {
  .visible-lg--inline {
    display: inline-block; } }

@media screen and (min-width: 1160px) {
  .visible-lg--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1600px) {
  .visible-lg,
  .visible-lg--inline,
  .visible-lg--inline-block {
    display: none; } }

@media screen and (min-width: 1600px) {
  .visible-xl {
    display: block; } }

@media screen and (min-width: 1600px) {
  .visible-xl--inline {
    display: inline; } }

@media screen and (min-width: 1600px) {
  .visible-xl--inline-block {
    display: inline-block; } }

.hidden {
  display: none; }

.visible {
  display: block; }

.invisible {
  visibility: hidden;
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@media print {
  @page {
    size: A4;
    /* DIN A4 standard, Europe */
    margin: 50px; }
  html, body {
    width: 210mm;
    height: 277mm;
    background: #FFF; }
  body {
    padding-top: 20mm; }
  .brand-bar,
  #mainMenu,
  #menuMobile,
  .breadcrumb,
  .blogKDL .headerDetail .social,
  iframe,
  .prefooter,
  .main-footer,
  #sticky,
  .articleImage:after,
  .readmoreAuthor,
  .socialAuthor,
  #player, #player .title,
  #player .controls,
  .cookie_lang {
    display: none !important; }
  .PB.pageDetail .detailContent ul,
  .PB.pageDetail .detailContent ol,
  .PB.pageDetail .pageAuthorText ul,
  .PB.pageDetail .pageAuthorText ol {
    max-width: 1191px !important;
    width: 1191px !important; }
  .link .bnpf-logo {
    display: block !important; }
  .mainContentRight {
    display: none !important; }
  .disclaimer {
    margin: 0 !important; }
  .headerImage {
    max-width: 1191px !important;
    width: 1191px !important; }
  .mainContentLeft {
    margin-top: 0 !important;
    max-width: 1191px !important;
    width: 1191px !important;
    display: block !important; }
  .headerDetail {
    padding: 0px !important; }
  .PB.pageDetail .detailContent p,
  .PB.pageDetail .pageAuthorText p,
  .PB .mainWrapper,
  .PB .socialWrapper,
  .PB .headerContainer,
  .PB .prefooterContain,
  .detailContent p,
  .articleIntroduction,
  .pageAuthorText p {
    max-width: 1191px !important;
    width: 1191px !important; }
  .PB.pageDetail .detailContent blockquote.large:after,
  .PB.pageDetail .pageAuthorText blockquote.large:after {
    padding: 0 !important;
    display: none !important; }
  .PB.pageDetail .detailContent blockquote.large,
  .PB.pageDetail .pageAuthorText blockquote.large {
    padding: 0 !important; }
  .galery-list__item {
    width: 134px;
    height: 134px;
    margin-bottom: 15px; } }
/*# sourceMappingURL=main.css.map */