@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; }

.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; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

ul {
  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: normal;
  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: normal;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansCondBold";
  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: normal;
  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: normal;
  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: normal;
  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: normal;
  font-style: normal; }

@font-face {
  font-family: "BNPPSansItalic";
  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: normal; }

@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: "BNPPRoundedBold";
  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: normal;
  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: "BNPPRoundedLight";
  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: normal;
  font-style: normal; }

@font-face {
  font-family: 'bnp-icon';
  src: url("../fonts/bnp-icon/bnp-icon.ttf?74hyn4") format("truetype"), url("../fonts/bnp-icon/bnp-icon.woff?74hyn4") format("woff"), url("../fonts/bnp-icon/bnp-icon.svg?74hyn4#bnp-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/bnp-icon/icomoon.eot"), url("../fonts/bnp-icon/icomoon.ttf") format("truetype"), url("../fonts/bnp-icon/icomoon.woff") format("woff"), url("../fonts/bnp-icon/icomoon.svg") 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; }


.icon-arrow-down:before {
  content: "\e928"; }


.icon-search-2:before {
  content: "\e929"; }

.icon-type-instagram:before,
.icon-instagram-logo:before {
  content: "\e927"; }

.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-close:before {
  content: "\e902"; }

.button-search:before,
.icon-search:before {
  content: "\e903"; }


.icon-info-with-circle:before {
  content: "\e904"; }


.icon-home:before {
  content: "\e905"; }


.icon-facebook-square:before {
  content: "\e906"; }


.icon-linkedin-square:before {
  content: "\e907"; }


.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-list:before {
  content: "\e60a"; }


.icon-printer-01:before {
  content: "\e91b"; }


.icon-clock:before {
  content: "\e916"; }


.icon-map:before {
  content: "\e917"; }

.menu-mobile .has-sub-menu:after,
.icon-agenda-arrow:before {
  content: "\e918"; }


.icon-larrow:before {
  content: "\e919"; }


.icon-rarrow:before {
  content: "\e91a"; }


.icon-list-02:before {
  content: "\e91c"; }


.icon-list-card:before {
  content: "\e91d"; }

.item__type--gif .link:before,
.item__type--bmp .link:before,
.item__type--jpg .link:before,
.item__type--jpeg .link:before,
.item__type--png .link:before,
.icon-picture-02:before {
  content: "\e91e"; }

.item__type--txt .link:before,
.item__type--doc .link:before,
.item__type--rtf .link:before,
.item__type--xls .link:before,
.item__type--pdf .link:before,
.icon-doc-paperclip:before {
  content: "\e91f"; }

.item__type--flv .link:before,
.item__type--3gp .link:before,
.item__type--mkv .link:before,
.item__type--mp4 .link:before,
.icon-circle-play-01:before {
  content: "\e920"; }


.icon-mail-mini:before {
  content: "\e923"; }


.icon-linkedin-mini:before {
  content: "\e922"; }


.icon-magnifier-empty:before {
  content: "\e924"; }


.icon-mail-mini-2:before {
  content: "\e925"; }


.icon-phone-2:before {
  content: "\e926"; }

.icon-linkedin:before {
  content: "\E908";
  font-family: 'icomoon'; }

.icon-type-instagram:before,
.icon-instagram-logo:before {
  content: "\e930"; }

.icon-whatsapp:before {
  font-family: 'icomoon';
  content: "\E909"; }

.icon-copylink:before {
  font-family: 'icomoon';
  content: "\E901"; }

.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; }

strong {
  font-family: BNPPSansBold, sans-serif; }

::-moz-selection {
  background: #9fd8ff; }

::selection {
  background: #9fd8ff; }

.link {
  cursor: pointer; }

.link--icon-only:hover, .link--icon-only:focus, .link--icon-only:active {
  text-decoration: none; }

.page__title {
  /*font-family: $bnp-sans-cond-regular;
    text-transform: uppercase;
    color: $grey-40;

    @include breakpoint($below-md) {
        margin: 0 0 10px;
        @include rem(font-size, 40px);
    }

    @include breakpoint($md) {
        max-width: 750px;
        margin: 20px 0 0;
        @include rem(font-size, 54px);
        margin-bottom: 12px;
    }*/
  color: #5F5F5F;
  font-size: 40px;
  font-size: 4rem;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  margin: 0;
  padding: 30px 20px 0;
  font-weight: bold;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .page__title {
      color: #000000;
      padding: 40px 0 20px; } }
  @media screen and (min-width: 992px) {
    .page__title {
      padding: 0 0 40px;
      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: #93bd0e;
  color: #fff; }

.lead-text {
  font-family: BNPPSansItalic, BNPPSansReg, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; }

.emphasis-text {
  display: inline-block;
  margin: 0 42px 0 0;
  padding: 28px 28px 24px;
  float: left;
  max-width: 224px;
  color: #93bd0e;
  border: 2px solid #93bd0e;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.285714286;
  font-family: BNPPSansLight, sans-serif;
  font-style: italic; }


.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--primary--fullwidth {
  width: 100%;
  text-align: center;
  padding: 12px 10px 10px;
  font-size: 16px;
  font-size: 1.6rem; }


.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; }

.button--primary--fullwidth {
  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--fullwidth:hover, .button--primary--fullwidth:focus, .button--primary--fullwidth:active {
    text-decoration: none;
    background-color: transparent;
    border-color: #00965e;
    color: #00965e; }


.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-group {
  display: none;
  font-size: 0;
  max-width: 368px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1159px) {
    .button-group {
      max-width: 100%; } }

.button-group .button {
  margin: 0;
  width: 33.333%;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 5px 4px;
  font-family: BNPPSansCondBold, BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-color: #00965e;
  color: #00965e;
  background: transparent; }
  .button-group .button:hover, .button-group .button:focus, .button-group .button:active, .button-group .button.active {
    outline: none;
    text-decoration: none;
    background: #00965e;
    color: #fff; }

.button-group .button:first-child {
  border-right: none; }

.button-group .button:last-child {
  border-left: 0; }

.card__read-more,
.more-link,
.less-link {
  font-family: BNPPSansReg, sans-serif;
  color: #00965e;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: none; }
  @media screen and (min-width: 768px) {
    .card__read-more,
    .more-link,
    .less-link {
      display: block;
      float: right;
      margin-top: 45px; } }
  .card__read-more:before,
  .more-link:before,
  .less-link:before {
    content: "› "; }
  .card__read-more:after,
  .more-link:after,
  .less-link:after {
    clear: both;
    content: " ";
    display: block; }
  .card__read-more.pull-right,
  .more-link.pull-right,
  .less-link.pull-right {
    float: right; }

.form__introduction,
.form__section__title {
  text-align: left; }

.form__introduction {
  line-height: 1.875;
  color: #5f5f5f;
  width: 50%;
  font-size: 20px;
  font-size: 2rem;
  font-family: BNPPSansItalic, BNPPSansReg, sans-serif; }
  @media screen and (max-width: 1159px) {
    .form__introduction {
      font-size: 18px;
      font-size: 1.8rem;
      width: 100%; } }

.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% - 7px);
    margin-right: 10px; }
    .form__section--2-col .field:nth-of-type(2n+2) {
      margin-right: 0; } }

@media screen and (min-width: 992px) {
  .form__section--2-col .field {
    display: inline-block;
    width: calc(50% - 50px);
    margin-right: 95px; }
    .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; }
  @media screen and (max-width: 767px) {
    .form__section--submit {
      margin-top: 0; } }

.form__section--submit .field--submit {
  text-align: right; }

.button--reset {
  display: block;
  color: #00965e;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  margin: 10px auto;
  background: white;
  border: none;
  text-transform: uppercase;
  outline: none; }

.form__section--3-col .field {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .form__section--3-col .field {
      width: 45%;
      margin-right: 0; }
      .form__section--3-col .field:nth-of-type(3n+3) {
        margin-right: 0; } }
  @media screen and (min-width: 1160px) {
    .form__section--3-col .field {
      width: calc(33% - 40px);
      margin-right: 40px; } }
  @media screen and (max-width: 767px) {
    .form__section--3-col .field {
      display: block; } }

.field {
  text-align: left;
  margin-bottom: 26px; }

.field__label {
  display: block;
  margin-bottom: 10px;
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

.field--optim a {
  font-family: BNPPSansLight, sans-serif;
  text-decoration: underline;
  color: #4a4a4a; }

.field--optim {
  display: block;
  width: 85%;
  margin: 0 auto 35px;
  color: #a9a9a9;
  font-family: BNPPSansLight, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6; }

.field--required .field__label:after {
  content: "*";
  display: inline-block;
  color: #c6c6c6;
  float: right; }

.field.field--optim {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .field.field--optim {
      text-align: left; } }
  .field.field--optim .label-error {
    text-align: center;
    position: initial; }

.input--text,
.input--mail {
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 0 16px;
  line-height: 42px;
  min-height: 42px;
  width: 100%;
  background: #fff;
  font-family: BNPPSansLight, sans-serif;
  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; }
  .input--text::-ms-clear,
  .input--mail::-ms-clear {
    display: none; }

.label-error {
  margin-top: 6px;
  display: none;
  color: #f00;
  font-family: BNPPSansLight, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  position: absolute; }

.field.error .label-error,
[class*='input'].error .label-error {
  display: block; }

.input--select {
  width: 100%;
  padding: 10px 8px 6px;
  border: 1px solid #c6c6c6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  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; }
  .input--select.error {
    border-color: #f00;
    color: #f00; }

.input--select__item {
  line-height: 30px; }

.input--checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  /* 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;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: BNPPSansLight, sans-serif;
    vertical-align: middle;
    cursor: pointer; }
  .input--checkbox .input--checkbox__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d2d2d2;
    background-color: #FFFFFF;
    display: block;
    margin-right: 15px;
    vertical-align: middle; }
    @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;
    display: block;
    color: #00965e;
    position: absolute;
    left: 2px;
    top: 0;
    display: block;
    line-height: 18px;
    font-size: 11px;
    font-size: 1.1rem; }
  .input--checkbox .titleCheckbox {
    display: inline-block;
    line-height: 22px;
    vertical-align: top; }

.selectAll .input--checkbox .input--checkbox__label {
  font-family: BNPPSansReg, sans-serif; }

.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: 252;
  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 {
      font-family: BNPPSansReg, sans-serif;
      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: 256;
  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;
      font-family: BNPPSansReg, sans-serif;
      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: "\e928";
    position: absolute;
    right: 1.43em;
    top: 1.757em;
    font-size: 0.5em;
    color: #333333;
    display: none; }
    @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; }

html,
body {
  background: #fff; }

html {
  position: relative;
  min-height: 100%;
  height: 100%; }

body {
  margin: 0 0 50px;
  /* bottom = footer height */ }
  @media screen and (max-width: 991px) {
    body {
      margin: 0; } }

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: #fff;
  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: 255; }
    @media screen and (min-width: 992px) {
      .mm_opening .wrapper-content:before {
        display: none; } }

.layout-pageheader .wrapper-content {
  background: #fff; }

.layout-pageheader {
  background: #fff; }

body.filtersOpen {
  overflow: hidden; }
  @media screen and (min-width: 1160px) {
    body.filtersOpen {
      overflow: initial; } }

.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: 348px; } }

@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; }

@media screen and (min-width: 992px) {
  .page__content {
    padding: 30px 0; } }

.layout-pageheader .page__content {
  padding-bottom: 0; }

.mediakitPage .page__content {
  min-height: calc(100vh - 459px); }
  @media screen and (max-width: 767px) {
    .mediakitPage .page__content {
      margin: 0;
      background-color: #eee; } }

.page-event .page__content {
  min-height: calc(100vh - 297px); }

.layout-pageheader .page__content {
  margin-bottom: 0; }
  @media screen and (max-width: 1159px) {
    .layout-pageheader .page__content {
      overflow: hidden; } }

@media screen and (min-width: 992px) {
  .main-content {
    width: 100%;
    max-width: 750px;
    margin: 0 auto; } }

@media screen and (min-width: 1160px) {
  .main-content {
    float: left; } }

.main-content .see-more-button {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.sidebar-content {
  transition: box-shadow .5s ease; }
  @media screen and (min-width: 1160px) {
    .sidebar-content {
      display: inline-block;
      margin-left: 64px;
      margin-top: calc(3.6rem + 30px - 14px - 1.8rem);
      width: 100%;
      max-width: 326px; } }
  @media screen and (max-width: 1159px) {
    .sidebar-content {
      max-width: 750px;
      margin: 30px auto 0;
      padding: 0 20px; } }
  @media screen and (max-width: 991px) {
    .sidebar-content {
      max-width: 688px;
      margin: 30px auto 0;
      padding: 0; } }

@media screen and (min-width: 1160px) {
  .sidebar-content--offset {
    margin-top: 0;
    -ms-transform: translateY(-120px);
        transform: translateY(-120px); } }

@media screen and (min-width: 1160px) {
  .sidebar-content.stuck {
    top: 60px;
    margin-top: -20px; } }

@media screen and (min-width: 1160px) {
  .sidebar-content--offset.stuck {
    -ms-transform: translateY(0);
        transform: translateY(0); } }

@media screen and (max-width: 1159px) {
  .layout-pageheader .page__content .sidebar-content-right {
    display: none; } }

.layout-pageheader .page__content .sidebar-content-bottom {
  display: none;
  padding: 30px 0 40px;
  margin: 0;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 1159px) {
    .layout-pageheader .page__content .sidebar-content-bottom {
      display: block; } }
  .layout-pageheader .page__content .sidebar-content-bottom .sidebar__title {
    max-width: 750px;
    margin: 0 auto 20px;
    padding: 0px 20px; }
  .layout-pageheader .page__content .sidebar-content-bottom .content-box--related {
    max-width: 750px;
    margin: 0 auto;
    padding: 0px 20px; }
  .layout-pageheader .page__content .sidebar-content-bottom .content-box__body {
    margin: 0; }
  .layout-pageheader .page__content .sidebar-content-bottom .related-article {
    margin-right: 80px;
    width: calc(50% - 80px); }
    @media screen and (max-width: 991px) {
      .layout-pageheader .page__content .sidebar-content-bottom .related-article {
        width: 100%; } }

.sidebar__title {
  margin: 10px 0 14px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .sidebar__title {
      display: none; } }

@media screen and (max-width: 1159px) {
  .layout-pageheader .sidebar-content {
    display: block;
    background: #eee;
    margin: 0 -225px;
    padding: 30px 225px; } }

@media screen and (max-width: 991px) {
  .layout-pageheader .sidebar-content {
    margin: 0 -152px;
    padding: 30px 152px; } }

@media screen and (max-width: 767px) {
  .layout-pageheader .sidebar-content {
    margin: 0 -20px;
    padding: 30px 20px; } }

@media screen and (max-width: 1159px) {
  .layout-pageheader .sidebar__title {
    color: #5f5f5f;
    margin-bottom: 20px; } }

.section {
  margin-bottom: 30px; }
  .section:last-child {
    margin-bottom: 0; }

.main-content .section {
  margin-top: 30px;
  margin-bottom: 0; }
  .main-content .section:last-child {
    margin-top: 0; }

@media screen and (max-width: 991px) {
  .section__tools {
    display: none; } }

@media screen and (min-width: 992px) {
  .section__tools {
    float: right;
    margin-top: 12px; } }

.section__tools [class*='link--']:hover [class*='icon-']:before,
.section__tools [class*='link--']:focus [class*='icon-']:before,
.section__tools [class*='link--']:active [class*='icon-']:before {
  color: #00965e; }

.section__tools .link--rss {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem; }
  .section__tools .link--rss:hover, .section__tools .link--rss:focus, .section__tools .link--rss:active {
    text-decoration: none; }

.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; }

.section__sub-title {
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  text-transform: uppercase;
  margin-bottom: 20px; }

.section__content {
  font-family: BNPPSansLight, sans-serif;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem; }

.section__content .link {
  color: #00965e;
  font-family: BNPPSansReg, sans-serif; }

.main-content .section:last-child {
  margin-bottom: 0; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0); }

::-webkit-scrollbar-thumb {
  background: #00965e; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #00965e; }

.sharebox__wrapper .button-share {
  color: #a9a9a9; }
  .sharebox__wrapper .button-share:hover {
    text-decoration: none; }
  .sharebox__wrapper .button-share .icon-podcast {
    font-size: 16px; }

@media screen and (min-width: 768px) {
  .headerContainerBg {
    padding: 26px 0 0;
    background: url("../images/positive-banking-header-new.png") no-repeat center center;
    background-size: cover; } }

@media screen and (min-width: 992px) {
  .headerContainerBg {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .headerContainerBg .container {
    padding: 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .headerContainerBg .container {
    max-width: 688px;
    margin: 0 auto; } }

@media screen and (min-width: 992px) and (max-width: 1159px) {
  .headerContainerBg .container {
    max-width: 750px;
    margin: 0 auto; } }

.headerContainer {
  margin: 0 auto;
  max-width: 740px;
  /*@include breakpoint($lg) {
        max-width: 1140px;
    }*/ }
  @media screen and (max-width: 767px) {
    .headerContainer {
      margin: 20px auto;
      padding: 0 20px; } }
  @media screen and (min-width: 992px) {
    .headerContainer {
      padding: 0;
      max-width: 654px; } }

@media screen and (min-width: 992px) {
  .menu,
  .menu__second-level,
  .menu--brandbar,
  .menu--content-navbar {
    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: BNPPRoundedExtraBold, BNPPSansBold, sans-serif;
    text-transform: uppercase; }
    .new-header .language-selected {
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: BNPPSansReg, sans-serif; }
    .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; }

@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: 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';
  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;
  color: #fff;
  float: right;
  font-weight: 800; }

@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; }

.main-footer {
  border-top: 2px solid #00965e;
  background: #fff; }
  @media screen and (min-width: 992px) {
    .main-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      float: left;
      min-height: 50px; } }

.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; }

@media screen and (min-width: 992px) {
  .new-header.layout-content-narrow .pre-footer {
    padding: 174px 0; } }

@media screen and (min-width: 992px) {
  .new-header .pre-footer {
    padding: 350px 0; } }

.pre-footer {
  display: none;
  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; } }

.page-home .pre-footer {
  display: none; }

.page-home .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; }

.cookie-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  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; }

.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: BNPPRoundedExtraBold, BNPPSansBold, sans-serif;
  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; }

.button-search {
  margin-left: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff; }
  .button-search:before {
    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;
    line-height: 32px;
    vertical-align: middle; }
  .button-search:hover, .button-search:focus, .button-search:active {
    color: #ddd;
    text-decoration: none; }

.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 {
  float: right; }

.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; }

@media screen and (max-width: 991px) {
  .breadcrumb {
    display: none; } }

@media screen and (min-width: 992px) {
  .breadcrumb {
    display: block;
    vertical-align: middle;
    font-size: 0; } }

.headerContainerBg .breadcrumb {
  padding: 32px 0; }

@media screen and (min-width: 992px) {
  .breadcrumb__item,
  .breadcrumb__item--current {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    color: #333333;
    font-family: BNPPSansBold, sans-serif; } }

.breadcrumb__item .link,
.breadcrumb__item--current .link {
  font-size: 10px;
  font-size: 1rem; }
  .breadcrumb__item .link:after,
  .breadcrumb__item--current .link:after {
    content: "›";
    display: inline-block;
    margin: 0 6px;
    color: #333333;
    font-family: BNPPSansLight, sans-serif; }

.breadcrumb__item:last-child .link:after,
.breadcrumb__item--current:last-child .link:after {
  display: none; }

.breadcrumb__item .link {
  color: #333333;
  font-family: BNPPSansBold, sans-serif; }

.breadcrumb__item--current .link {
  color: #333333;
  font-family: BNPPSansBold, sans-serif; }

.card,
.card--highlighted,
.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--highlighted,
    .card--event {
      min-height: 278px; } }

@media screen and (max-width: 991px) {
  .touch .card,
  .touch .card--highlighted,
  .touch .card--event {
    width: 100%; } }

.card__picture {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }
  @media screen and (max-width: 767px) {
    .card__picture {
      min-height: 148px; } }

.card .containImageCard {
  max-width: 360px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .card .containImageCard {
      max-width: none; } }

.card__date,
.card__location {
  color: #c0c0c0;
  font-family: BNPPSansLight, sans-serif;
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .card__date,
    .card__location {
      margin: 0 0 10px; } }
  @media screen and (min-width: 768px) {
    .card__date,
    .card__location {
      margin: 0 0 18px; } }

@media screen and (max-width: 767px) {
  .card__date {
    margin: 0px; } }

.card--highlighted.card--no-picture .card__date,
.card--highlighted.card--no-picture .card__location {
  margin-top: 0; }

@media screen and (max-width: 991px) {
  .card--no-picture .card__title {
    margin: 25px 0; } }

@media screen and (max-width: 767px) {
  .card--no-picture .card__date {
    margin: 8px 0; } }

@media screen and (max-width: 991px) {
  .card--no-picture .card__date {
    margin: -2px 0; } }

.card .category:hover .card__title,
.card .category:focus .card__title,
.card .category:active .card__title,
.card--highlighted:hover .card__title,
.card--highlighted:focus .card__title,
.card--highlighted:active .card__title {
  text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .card .category:hover .card__title,
    .card .category:focus .card__title,
    .card .category:active .card__title,
    .card--highlighted:hover .card__title,
    .card--highlighted:focus .card__title,
    .card--highlighted:active .card__title {
      text-decoration: none; } }

.card .category,
.card--highlighted .category,
.card--event .category {
  position: absolute;
  z-index: 250; }
  @media screen and (max-width: 767px) {
    .card .category,
    .card--highlighted .category,
    .card--event .category {
      top: 16px;
      right: 10px; } }
  @media screen and (min-width: 768px) {
    .card .category,
    .card--highlighted .category,
    .card--event .category {
      top: 20px;
      right: 22px; } }

.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-bottom: 1px solid #d6d6d6; }
  @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; } }

.card.card--no-picture .link--share {
  position: absolute;
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .card.card--no-picture .link--share {
      position: relative;
      bottom: 0; } }

@media screen and (min-width: 768px) {
  .card .card__picture {
    min-height: 190px;
    transition: transform .2s linear;
    background-size: cover; } }

@media screen and (min-width: 1160px) {
  .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); } }

.card .card__content {
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .card .card__content {
      padding: 15px 20px 40px;
      min-height: 130px; } }
  @media screen and (min-width: 768px) {
    .card .card__content {
      padding: 30px 24px 50px; } }
  @media screen and (min-width: 1160px) {
    .card .card__content {
      transition: all .5s ease; } }

.card--no-picture .card__content {
  height: 100%; }
  @media screen and (max-width: 767px) {
    .card--no-picture .card__content {
      height: auto;
      padding-top: 20px; } }

.card--highlighted.card--no-picture .card__content {
  height: 278px; }

@media screen and (min-width: 1160px) {
  .card:not(.card--no-picture):hover .card__content,
  .card:not(.card--no-picture):focus .card__content,
  .card:not(.card--no-picture):active .card__content {
    transition: all .5s ease; } }

.card__title {
  font-family: BNPPSansReg, sans-serif;
  color: #5f5f5f;
  margin: 15px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .card__title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.333333333;
      margin: 7px 0; } }

.card .card__description {
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #5f5f5f;
  margin-bottom: 20px;
  overflow: hidden;
  height: 154px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .card .card__description {
      -webkit-line-clamp: 5; } }

.card--event .card__description {
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #5f5f5f;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .card--event .card__description {
      -webkit-line-clamp: 5; } }

.card .card__tools {
  color: #a9a9a9; }

.card .card__tools [class*='link--'] {
  color: #a9a9a9;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .card .card__tools [class*='link--'] {
      bottom: 20px; } }

.card .attached-contents {
  position: absolute;
  bottom: 30px;
  right: 30px; }
  @media screen and (max-width: 767px) {
    .card .attached-contents {
      bottom: 20px; } }

.card .attached-contents__item [class*='icon-'] {
  color: #a9a9a9; }

@media screen and (max-width: 767px) {
  .card--highlighted {
    background: #fff;
    border-bottom: 1px solid #d6d6d6; } }

@media screen and (min-width: 768px) {
  .card--highlighted {
    width: 100%;
    min-height: 312px;
    position: relative;
    margin: 0 0 30px; } }

@media screen and (min-width: 992px) {
  .card--highlighted {
    min-height: 340px; } }

@media screen and (min-width: 768px) {
  .card--highlighted .card__picture,
  .card--highlighted .card__picture-placeholder {
    min-height: 312px;
    background-color: #fff;
    background-position: 50%;
    margin: 0 0 0 auto;
    transition: all 0.5s ease;
    background-size: cover;
    background-image: url("../images/placeholder_picture.jpg"); } }

@media screen and (min-width: 992px) {
  .card--highlighted .card__picture,
  .card--highlighted .card__picture-placeholder {
    min-height: 340px; } }

@media screen and (min-width: 1160px) {
  .card--highlighted:hover .card__picture,
  .card--highlighted:focus .card__picture,
  .card--highlighted:active .card__picture,
  .card--highlighted:hover .card__picture-placeholder,
  .card--highlighted:focus .card__picture-placeholder,
  .card--highlighted:active .card__picture-placeholder {
    -ms-transform: scale(1.05);
        transform: scale(1.05); } }

@media screen and (min-width: 768px) {
  .card--highlighted .card__content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 0;
    z-index: 1;
    margin-left: 0;
    text-align: center;
    transition: all .2s ease-in-out;
    width: 340px; } }

@media screen and (min-width: 992px) {
  .card--highlighted .card__content {
    width: 340px; } }

@media screen and (max-width: 767px) {
  .card--highlighted .card__content {
    padding: 0; } }

.card--highlighted .card__content__wrapper {
  padding: 15px 20px 20px;
  transition: all .2s ease-in-out; }
  @media screen and (min-width: 768px) {
    .card--highlighted .card__content__wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
      padding: 30px 20px;
      width: 100%;
      background: #00965e; } }
  @media screen and (max-width: 767px) {
    .card--highlighted .card__content__wrapper {
      padding: 15px 20px 40px; } }

.card--highlighted .card__description {
  display: none; }

@media screen and (min-width: 1160px) {
  .card--highlighted:hover .card__content__wrapper,
  .card--highlighted:focus .card__content__wrapper,
  .card--highlighted:active .card__content__wrapper {
    width: 350px;
    padding: 40px 25px;
    box-shadow: -1px 4px 48px -18px rgba(0, 0, 0, 0.8); } }

@media screen and (min-width: 768px) {
  .card--highlighted .card__title {
    font-size: 30px;
    font-size: 3rem;
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
    text-transform: uppercase; } }

@media screen and (min-width: 1160px) {
  .card--highlighted:hover .card__title,
  .card--highlighted:focus .card__title,
  .card--highlighted:active .card__title {
    text-decoration: underline; } }

@media screen and (min-width: 768px) {
  .card--highlighted .card__date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff; } }

.card--highlighted .card__tools:before {
  content: "";
  display: block;
  margin: 22px auto 26px;
  height: 2px;
  width: 40px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .card--highlighted .card__tools:before {
      display: none; } }

.card--highlighted .card__tools .link--share, .link--share {
  color: #fff;
  font-family: BNPPSansLight, sans-serif;
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .card--highlighted .card__tools .link--share, .link--share {
      color: #a9a9a9;
      margin-top: 35px;
      display: block;
      position: absolute;
      bottom: 20px; } }

.card--highlighted .contentImageWrapper {
  overflow: hidden;
  max-height: 340px; }

@media screen and (max-width: 767px) {
  .card--highlighted .attached-contents {
    position: absolute;
    bottom: 20px;
    right: 30px; } }

.card--highlighted .attached-contents__item {
  color: #fff;
  opacity: .8; }
  @media screen and (max-width: 767px) {
    .card--highlighted .attached-contents__item {
      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(odd) {
      margin-right: 0; } }

@media screen and (min-width: 992px) {
  .card-list--2-col .card {
    width: 340px;
    margin-right: 30px; } }

@media screen and (min-width: 1160px) {
  .card-list--2-col .card {
    width: 360px; } }

.card--event {
  cursor: default;
  min-height: auto;
  background-color: #ffffff; }
  .card--event:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .card--event {
      margin: 0 0 30px 60px;
      background-color: #ffffff; } }
  .card--event .link {
    color: #464646; }

.card--event .card__picture {
  display: none; }
  @media screen and (min-width: 768px) {
    .card--event .card__picture {
      display: block;
      background-size: cover;
      width: 270px;
      min-height: 280px;
      float: left;
      margin: 0 30px 10px -20px; } }
  @media screen and (min-width: 992px) {
    .card--event .card__picture {
      display: block;
      background-size: cover;
      width: 295px;
      min-height: 285px;
      float: left;
      margin: 0 30px 0 -20px; } }

@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;
  line-height: 28px;
  height: auto; }
  @media screen and (max-width: 991px) {
    .card--event .card__title {
      margin: 15px 0 15px; } }

.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.expended .card__content {
  padding: 0 20px 25px; }

.card--event .card__content {
  padding: 20px 20px 0; }
  .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: 767px) {
    .card--event .card__content {
      padding: 20px 20px 25px; } }
  @media screen and (min-width: 768px) {
    .card--event .card__content {
      padding: 0 20px 0; } }
  .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 0; } }
  .card--event .card__content .card__date {
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      .card--event .card__content .card__date {
        padding-top: 0; } }
  .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; }
  @media screen and (min-width: 768px) {
    .card--event.card--no-picture .card__content {
      min-height: 260px; } }
  @media screen and (min-width: 992px) {
    .card--event.card--no-picture .card__content {
      min-height: 285px; } }
  @media screen and (max-width: 767px) {
    .card--event.card--no-picture .card__content {
      padding-left: 20px;
      position: relative; } }

.card--event .card__agenda {
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 100%;
  background: #00965e;
  font-family: BNPPSansLight, sans-serif;
  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: 20px;
      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:nth-child(even) {
      border-left: 1px solid #52ab8a; }
      .card--event .card__agenda .item:nth-child(even):before {
        font-family: 'bnp-icon';
        content: "\e918";
        display: block;
        width: 8px;
        height: 25px;
        background: #00965e;
        position: absolute;
        top: 45px;
        left: -4px;
        padding: 5px 0; }
    @media screen and (min-width: 768px) {
      .card--event .card__agenda .item {
        width: 100%; }
        .card--event .card__agenda .item:nth-child(even) {
          border-top: 1px solid #52ab8a; }
          .card--event .card__agenda .item:nth-child(even):before {
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            position: absolute;
            top: auto;
            top: -12px;
            left: 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: 20px 0 10px; }
  @media screen and (max-width: 767px) {
    .card--event .addeventatc {
      margin: 20px 0 0; } }

.card--event.expended .addeventatc {
  margin: 20px 0 0px; }
  @media screen and (max-width: 767px) {
    .card--event.expended .addeventatc {
      margin: 20px 0 0; } }

.card--no-picture .addeventatc {
  margin: 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .card--no-picture .addeventatc {
      margin: 20px 0 0; } }

.card--no-picture.expended .addeventatc {
  margin: 20px 0 0px; }
  @media screen and (max-width: 767px) {
    .card--no-picture.expended .addeventatc {
      margin: 20px 0 0; } }

.card--no-picture .card__description {
  height: auto; }

.card--event .category {
  z-index: initial; }

.button-mobile-filter {
  outline: none;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .button-mobile-filter {
      display: block;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1160px) {
    .button-mobile-filter {
      display: none; } }

.card,
.card--highlighted--new,
.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--highlighted--new,
    .card--event {
      min-height: 278px; } }

.card__picture {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }
  @media screen and (max-width: 767px) {
    .card__picture {
      min-height: 148px; } }

.card .containImageCard {
  max-width: 360px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .card .containImageCard {
      max-width: none; } }

.card__date,
.card__location {
  color: #c0c0c0;
  font-family: BNPPSansLight, sans-serif;
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .card__date,
    .card__location {
      margin: 0 0 10px; } }
  @media screen and (min-width: 768px) {
    .card__date,
    .card__location {
      margin: 0 0 18px; } }

@media screen and (max-width: 767px) {
  .card__date {
    margin: 0px; } }

.card--highlighted--new.card--no-picture .card__date,
.card--highlighted--new.card--no-picture .card__location {
  margin-top: 0; }

@media screen and (max-width: 991px) {
  .card--no-picture .card__title {
    margin: 25px 0; } }

@media screen and (max-width: 767px) {
  .card--no-picture .card__date {
    margin: 8px 0; } }

@media screen and (max-width: 991px) {
  .card--no-picture .card__date {
    margin: -2px 0; } }

.card .category:hover .card__title,
.card .category:focus .card__title,
.card .category:active .card__title,
.card--highlighted--new:hover .card__title,
.card--highlighted--new:focus .card__title,
.card--highlighted--new:active .card__title {
  text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .card .category:hover .card__title,
    .card .category:focus .card__title,
    .card .category:active .card__title,
    .card--highlighted--new:hover .card__title,
    .card--highlighted--new:focus .card__title,
    .card--highlighted--new:active .card__title {
      text-decoration: none; } }

.card .category,
.card--highlighted--new .category,
.card--event .category {
  position: absolute;
  z-index: 250; }
  @media screen and (max-width: 767px) {
    .card .category,
    .card--highlighted--new .category,
    .card--event .category {
      top: 16px;
      right: 10px; } }
  @media screen and (min-width: 768px) {
    .card .category,
    .card--highlighted--new .category,
    .card--event .category {
      top: 20px;
      right: 22px; } }

.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; }
  @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; } }

.card.card--no-picture .link--share {
  position: absolute;
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .card.card--no-picture .link--share {
      position: relative;
      bottom: 0; } }

@media screen and (min-width: 768px) {
  .card .card__picture {
    min-height: 190px;
    transition: transform .2s linear;
    background-size: cover; } }

@media screen and (min-width: 1160px) {
  .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); } }

.card .card__content {
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .card .card__content {
      padding: 15px 20px 40px;
      min-height: 130px; } }
  @media screen and (min-width: 768px) {
    .card .card__content {
      padding: 30px 24px 50px; } }
  @media screen and (min-width: 1160px) {
    .card .card__content {
      transition: all .5s ease; } }

.card--no-picture .card__content {
  height: 100%; }
  @media screen and (max-width: 767px) {
    .card--no-picture .card__content {
      height: auto;
      padding-top: 20px; } }

.card--highlighted--new.card--no-picture .card__content {
  height: 254px; }

@media screen and (min-width: 1160px) {
  .card:not(.card--no-picture):hover .card__content,
  .card:not(.card--no-picture):focus .card__content,
  .card:not(.card--no-picture):active .card__content {
    transition: all .5s ease; } }

.card__title {
  font-family: BNPPSansReg, sans-serif;
  color: #5f5f5f;
  margin: 15px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .card__title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.333333333;
      margin: 7px 0; } }

.card .card__description {
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #5f5f5f;
  margin-bottom: 20px;
  overflow: hidden;
  height: 154px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .card .card__description {
      -webkit-line-clamp: 5; } }

.card--event .card__description {
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #5f5f5f;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .card--event .card__description {
      -webkit-line-clamp: 5; } }

.card .card__tools {
  color: #a9a9a9; }

.card .card__tools [class*='link--'] {
  color: #a9a9a9;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .card .card__tools [class*='link--'] {
      bottom: 20px; } }

.card .attached-contents {
  position: absolute;
  bottom: 30px;
  right: 30px; }
  @media screen and (max-width: 767px) {
    .card .attached-contents {
      bottom: 20px; } }

.card .attached-contents__item [class*='icon-'] {
  color: #a9a9a9; }

.card--highlighted--new {
  z-index: 251; }
  @media screen and (max-width: 767px) {
    .card--highlighted--new {
      background: #fff;
      border-bottom: 1px solid #d6d6d6; } }
  @media screen and (min-width: 768px) {
    .card--highlighted--new {
      width: 100%;
      min-height: 254px;
      position: relative;
      margin: 0 0 30px; } }
  @media screen and (min-width: 992px) {
    .card--highlighted--new {
      min-height: 254px; } }
  .card--highlighted--new:hover {
    box-shadow: -1px 4px 48px -18px rgba(0, 0, 0, 0.7); }

@media screen and (min-width: 768px) {
  .card--highlighted--new .card__picture,
  .card--highlighted--new .card__picture-placeholder {
    min-height: 254px;
    background-color: #fff;
    background-position: 50%;
    margin: 0 0 0 auto;
    transition: all 0.5s ease;
    background-size: cover;
    background-image: url("../images/placeholder_picture.jpg"); } }

@media screen and (min-width: 992px) {
  .card--highlighted--new .card__picture,
  .card--highlighted--new .card__picture-placeholder {
    min-height: 254px; } }

@media screen and (min-width: 1160px) {
  .card--highlighted--new:hover .card__picture,
  .card--highlighted--new:focus .card__picture,
  .card--highlighted--new:active .card__picture,
  .card--highlighted--new:hover .card__picture-placeholder,
  .card--highlighted--new:focus .card__picture-placeholder,
  .card--highlighted--new:active .card__picture-placeholder {
    -ms-transform: scale(1.05);
        transform: scale(1.05); } }

.card--highlighted--new .card__content {
  padding: 15px 20px 40px; }
  @media screen and (min-width: 768px) {
    .card--highlighted--new .card__content {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      margin-left: 0;
      text-align: center;
      transition: all .2s ease-in-out;
      width: 270px;
      background: #00965e;
      height: 254px; } }
  @media screen and (min-width: 768px) {
    .card--highlighted--new .card__content {
      width: 270px;
      height: 254px;
      padding: 15px; } }
  .card--highlighted--new .card__content .attached-contents {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    @media screen and (max-width: 767px) {
      .card--highlighted--new .card__content .attached-contents {
        right: 20px;
        bottom: 20px; } }
  .card--highlighted--new .card__content .card__tools {
    position: absolute;
    bottom: 30px;
    left: 30px; }
    @media screen and (max-width: 767px) {
      .card--highlighted--new .card__content .card__tools {
        left: 20px;
        bottom: 20px;
        position: initial; } }
    @media screen and (max-width: 767px) {
      .card--highlighted--new .card__content .card__tools .link--share {
        left: 20px; } }
  .card--highlighted--new .card__content .card__tools:before {
    display: none; }

.card--highlighted--new .card__content__wrapper {
  padding: 15px 20px 20px;
  transition: all .2s ease-in-out; }
  @media screen and (min-width: 768px) {
    .card--highlighted--new .card__content__wrapper {
      padding: 0px 10px;
      width: 100%;
      background: #00965e;
      position: absolute;
      top: 45%;
      left: 0;
      -ms-transform: translateY(-60%);
          transform: translateY(-60%); } }
  @media screen and (max-width: 767px) {
    .card--highlighted--new .card__content__wrapper {
      padding: 0; } }

.card--highlighted--new .card__description {
  display: none; }

@media screen and (min-width: 768px) {
  .card--highlighted--new .card__title {
    font-size: 26px;
    font-size: 2.6rem;
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
    text-transform: uppercase; } }

@media screen and (min-width: 1160px) {
  .card--highlighted--new:hover .card__title,
  .card--highlighted--new:focus .card__title,
  .card--highlighted--new:active .card__title {
    text-decoration: underline; } }

@media screen and (min-width: 768px) {
  .card--highlighted--new .card__date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 20px; } }

.card--highlighted--new .card__tools:before {
  content: "";
  display: block;
  margin: 22px auto 26px;
  height: 2px;
  width: 40px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .card--highlighted--new .card__tools:before {
      display: none; } }

.card--highlighted--new .card__tools .link--share, .link--share {
  color: #fff;
  font-family: BNPPSansLight, sans-serif;
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .card--highlighted--new .card__tools .link--share, .link--share {
      color: #a9a9a9;
      margin-top: 35px;
      display: block;
      position: absolute;
      bottom: 20px; } }

.card--highlighted--new .contentImageWrapper {
  overflow: hidden;
  max-height: 254px; }

@media screen and (max-width: 767px) {
  .card--highlighted--new .attached-contents {
    position: absolute;
    bottom: 20px;
    right: 30px; } }

.card--highlighted--new .attached-contents__item {
  color: #fff;
  opacity: .8; }
  @media screen and (max-width: 767px) {
    .card--highlighted--new .attached-contents__item {
      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(odd) {
      margin-right: 0; } }

@media screen and (min-width: 992px) {
  .card-list--2-col .card {
    width: 340px;
    margin-right: 30px; } }

@media screen and (min-width: 1160px) {
  .card-list--2-col .card {
    width: 360px; } }

.card--event {
  cursor: default;
  min-height: auto;
  background-color: #ffffff; }
  .card--event:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .card--event {
      margin: 0 0 30px 60px;
      background-color: #ffffff; } }
  .card--event .link {
    color: #464646; }

.card--event .card__picture {
  display: none; }
  @media screen and (min-width: 768px) {
    .card--event .card__picture {
      display: block;
      background-size: cover;
      width: 270px;
      min-height: 280px;
      float: left;
      margin: 0 30px 10px -20px; } }
  @media screen and (min-width: 992px) {
    .card--event .card__picture {
      display: block;
      background-size: cover;
      width: 295px;
      min-height: 285px;
      float: left;
      margin: 0 30px 0 -20px; } }

@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;
  line-height: 28px;
  height: auto; }
  @media screen and (max-width: 991px) {
    .card--event .card__title {
      margin: 15px 0 15px; } }

.card--event .card__description {
  margin-bottom: 20px; }
  .card--event .card__description a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00965e;
    font-family: BNPPSansReg, sans-serif; }

.card--event .card__description .details {
  display: inline; }

.card--event.expended .card__content {
  padding: 0 20px 25px; }

.card--event .card__content {
  padding: 20px 20px 0; }
  .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: 767px) {
    .card--event .card__content {
      padding: 20px 20px 25px; } }
  @media screen and (min-width: 768px) {
    .card--event .card__content {
      padding: 0 20px 0; } }
  .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 0; } }
  .card--event .card__content .card__date {
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      .card--event .card__content .card__date {
        padding-top: 0; } }
  .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; }
  @media screen and (min-width: 768px) {
    .card--event.card--no-picture .card__content {
      min-height: 260px; } }
  @media screen and (min-width: 992px) {
    .card--event.card--no-picture .card__content {
      min-height: 285px; } }
  @media screen and (max-width: 767px) {
    .card--event.card--no-picture .card__content {
      padding-left: 20px;
      position: relative; } }

.card--event .card__agenda {
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 100%;
  background: #00965e;
  font-family: BNPPSansLight, sans-serif;
  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: 20px;
      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:nth-child(even) {
      border-left: 1px solid #52ab8a; }
      .card--event .card__agenda .item:nth-child(even):before {
        font-family: 'bnp-icon';
        content: "\e918";
        display: block;
        width: 8px;
        height: 25px;
        background: #00965e;
        position: absolute;
        top: 45px;
        left: -4px;
        padding: 5px 0; }
    @media screen and (min-width: 768px) {
      .card--event .card__agenda .item {
        width: 100%; }
        .card--event .card__agenda .item:nth-child(even) {
          border-top: 1px solid #52ab8a; }
          .card--event .card__agenda .item:nth-child(even):before {
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            position: absolute;
            top: auto;
            top: -12px;
            left: 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: 20px 0 10px; }
  @media screen and (max-width: 767px) {
    .card--event .addeventatc {
      margin: 20px 0 0; } }

.card--event.expended .addeventatc {
  margin: 20px 0 0px; }
  @media screen and (max-width: 767px) {
    .card--event.expended .addeventatc {
      margin: 20px 0 0; } }

.card--no-picture .addeventatc {
  margin: 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .card--no-picture .addeventatc {
      margin: 20px 0 0; } }

.card--no-picture.expended .addeventatc {
  margin: 20px 0 0px; }
  @media screen and (max-width: 767px) {
    .card--no-picture.expended .addeventatc {
      margin: 20px 0 0; } }

.card--event .category {
  z-index: initial; }

.button-mobile-filter {
  outline: none;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .button-mobile-filter {
      display: block;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1160px) {
    .button-mobile-filter {
      display: none; } }

@media screen and (min-width: 992px) {
  .card--highlighted--new .sharebox__wrapper .button-share {
    color: #fff; } }

.card--highlighted--new .sharebox__wrapper .button-share:hover {
  text-decoration: none; }

.card--highlighted--new .sharebox__wrapper .button-share .icon-podcast {
  font-size: 16px; }

.card-list.newsroomhome,
.card-list.newsroomlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0; }
  .card-list.newsroomhome .card,
  .card-list.newsroomlist .card {
    background-color: #ffffff;
    width: 360px;
    margin-left: 0;
    margin-bottom: 30px;
    position: relative;
    transition: box-shadow .5s ease;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .card-list.newsroomhome .card,
      .card-list.newsroomlist .card {
        width: 328px;
        margin-right: 28px;
        min-height: 355px; } }
    @media screen and (min-width: 992px) {
      .card-list.newsroomhome .card,
      .card-list.newsroomlist .card {
        width: 340px; } }
    @media screen and (max-width: 1159px) {
      .card-list.newsroomhome .card:nth-child(2n + 3),
      .card-list.newsroomlist .card:nth-child(2n + 3) {
        margin-right: 0; } }
    @media screen and (min-width: 1160px) {
      .card-list.newsroomhome .card,
      .card-list.newsroomlist .card {
        width: 360px; }
        .card-list.newsroomhome .card:nth-child(2n+3),
        .card-list.newsroomlist .card:nth-child(2n+3) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .card-list.newsroomhome .card,
      .card-list.newsroomlist .card {
        width: 100%; } }
    .card-list.newsroomhome .card.card--highlighted--new,
    .card-list.newsroomlist .card.card--highlighted--new {
      margin-right: 0;
      width: 100%; }
      .card-list.newsroomhome .card.card--highlighted--new .imgBox,
      .card-list.newsroomlist .card.card--highlighted--new .imgBox {
        height: 235px; }
        .card-list.newsroomhome .card.card--highlighted--new .imgBox img,
        .card-list.newsroomlist .card.card--highlighted--new .imgBox img {
          margin: -30px 0 0 0; }
    .card-list.newsroomhome .card.no-picture .imgBox,
    .card-list.newsroomlist .card.no-picture .imgBox {
      background-color: #d6d6d6; }
    .card-list.newsroomhome .card .label,
    .card-list.newsroomlist .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; }
    .card-list.newsroomhome .card .bottomArticle,
    .card-list.newsroomlist .card .bottomArticle {
      padding: 20px 30px; }
      @media screen and (min-width: 992px) {
        .card-list.newsroomhome .card .bottomArticle,
        .card-list.newsroomlist .card .bottomArticle {
          padding: 20px 30px 35px; } }
    .card-list.newsroomhome .card .imgBox,
    .card-list.newsroomlist .card .imgBox {
      width: 100%;
      height: 155px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 767px) {
        .card-list.newsroomhome .card .imgBox,
        .card-list.newsroomlist .card .imgBox {
          width: 100%; } }
      .card-list.newsroomhome .card .imgBox img,
      .card-list.newsroomlist .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) {
          .card-list.newsroomhome .card .imgBox img,
          .card-list.newsroomlist .card .imgBox img {
            min-width: 100%;
            -ms-transform: scale(1);
                transform: scale(1);
            margin: 0; } }
    .card-list.newsroomhome .card:hover .imgBox img,
    .card-list.newsroomlist .card:hover .imgBox img {
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    @media screen and (min-width: 768px) {
      .card-list.newsroomhome .card:hover, .card-list.newsroomhome .card:focus, .card-list.newsroomhome .card:active,
      .card-list.newsroomlist .card:hover,
      .card-list.newsroomlist .card:focus,
      .card-list.newsroomlist .card:active {
        box-shadow: -1px 4px 48px -18px rgba(0, 0, 0, 0.5); } }
    .card-list.newsroomhome .card .dateSocialContainer,
    .card-list.newsroomlist .card .dateSocialContainer {
      display: none; }
      @media screen and (min-width: 992px) {
        .card-list.newsroomhome .card .dateSocialContainer,
        .card-list.newsroomlist .card .dateSocialContainer {
          display: block;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 15px;
          padding: 0 30px; } }
    .card-list.newsroomhome .card .date,
    .card-list.newsroomlist .card .date {
      display: inline-block;
      margin-left: 0;
      margin-top: 5px;
      color: #a9a9a9;
      font-family: BNPPSansLight, sans-serif;
      font-size: 13px;
      font-size: 1.3rem; }
    .card-list.newsroomhome .card .title,
    .card-list.newsroomlist .card .title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 28px; }
      .card-list.newsroomhome .card .title a,
      .card-list.newsroomlist .card .title a {
        color: #5f5f5f;
        font-family: BNPPSansReg, sans-serif;
        font-weight: 800;
        text-decoration: none;
        transition: all 0.5s ease-in-out; }
        .card-list.newsroomhome .card .title a:hover,
        .card-list.newsroomlist .card .title a:hover {
          text-decoration: underline; }
        .card-list.newsroomhome .card .title a.card__read-more,
        .card-list.newsroomlist .card .title a.card__read-more {
          position: relative;
          right: 0;
          bottom: 0;
          font-size: 20px;
          float: none;
          margin: 0; }
          @media screen and (max-width: 991px) {
            .card-list.newsroomhome .card .title a.card__read-more,
            .card-list.newsroomlist .card .title a.card__read-more {
              display: block; } }
          .card-list.newsroomhome .card .title a.card__read-more:before, .card-list.newsroomhome .card .title a.card__read-more:after,
          .card-list.newsroomlist .card .title a.card__read-more:before,
          .card-list.newsroomlist .card .title a.card__read-more:after {
            display: none; }
    .card-list.newsroomhome .card .social,
    .card-list.newsroomlist .card .social {
      display: inline-block;
      float: right; }
      .card-list.newsroomhome .card .social a,
      .card-list.newsroomlist .card .social a {
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
        .card-list.newsroomhome .card .social a:hover.icon-facebook:hover,
        .card-list.newsroomlist .card .social a:hover.icon-facebook:hover {
          color: #365397; }
        .card-list.newsroomhome .card .social a:hover.icon-twitter:hover,
        .card-list.newsroomlist .card .social a:hover.icon-twitter:hover {
          color: #00a9f1; }
        .card-list.newsroomhome .card .social a:hover.icon-linkedin:hover,
        .card-list.newsroomlist .card .social a:hover.icon-linkedin:hover {
          color: #006db3; }
    .card-list.newsroomhome .card .icon-linkedin, .card-list.newsroomhome .card .icon-twitter, .card-list.newsroomhome .card .icon-facebook,
    .card-list.newsroomlist .card .icon-linkedin,
    .card-list.newsroomlist .card .icon-twitter,
    .card-list.newsroomlist .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; }

.relatedArticleContainer {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .relatedArticleContainer {
      max-width: 100%; } }
  @media screen and (min-width: 992px) {
    .relatedArticleContainer {
      max-width: 1140px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 1160px) {
    .relatedArticleContainer {
      padding: 0; } }
  .relatedArticleContainer h2.relatedArticleTitle {
    margin-top: 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 43px;
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #DFDDDC; }
  .relatedArticleContainer .relatedArticleList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .relatedArticleContainer .relatedArticleList .card.boxArticle {
      background-color: #ffffff;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px;
      position: relative;
      transition: box-shadow .5s ease;
      border: 1px solid #d6d6d6;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .relatedArticleContainer .relatedArticleList .card.boxArticle {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        .relatedArticleContainer .relatedArticleList .card.boxArticle {
          width: 48%;
          margin-right: 4%;
          min-height: 355px; } }
      @media screen and (min-width: 992px) {
        .relatedArticleContainer .relatedArticleList .card.boxArticle {
          width: 31.3%;
          margin-right: 3%; } }
      @media screen and (min-width: 1160px) {
        .relatedArticleContainer .relatedArticleList .card.boxArticle {
          width: 340px;
          margin-right: 28px; } }
      @media screen and (min-width: 1160px) {
        .relatedArticleContainer .relatedArticleList .card.boxArticle {
          width: 360px; } }
      .relatedArticleContainer .relatedArticleList .card.boxArticle.no-picture .imgBox {
        background-color: #d6d6d6; }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .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; }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .bottomArticle {
        padding: 20px 30px 35px; }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .imgBox {
        width: 100%;
        height: 155px;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 767px) {
          .relatedArticleContainer .relatedArticleList .card.boxArticle .imgBox {
            width: 100%; } }
        .relatedArticleContainer .relatedArticleList .card.boxArticle .imgBox img {
          -ms-transform: scale(1);
              transform: scale(1);
          margin: -30px 0 0 -40px;
          transition: all 0.5s ease-in-out;
          min-width: 440px;
          width: 100%; }
          @media screen and (max-width: 1159px) {
            .relatedArticleContainer .relatedArticleList .card.boxArticle .imgBox img {
              min-width: 100%;
              -ms-transform: scale(1);
                  transform: scale(1);
              margin: 0; } }
      .relatedArticleContainer .relatedArticleList .card.boxArticle:hover .imgBox img {
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .dateSocialContainer {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 15px;
        padding: 0 30px; }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .date {
        display: inline-block;
        margin-top: 5px;
        margin-left: 0;
        color: #a9a9a9;
        font-family: BNPPSansLight, sans-serif;
        font-size: 13px;
        font-size: 1.3rem; }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px; }
        .relatedArticleContainer .relatedArticleList .card.boxArticle .title a {
          color: #5f5f5f;
          font-family: BNPPSansReg, sans-serif;
          font-weight: 800;
          text-decoration: none;
          transition: all 0.5s ease-in-out; }
          .relatedArticleContainer .relatedArticleList .card.boxArticle .title a:hover {
            text-decoration: underline; }
          .relatedArticleContainer .relatedArticleList .card.boxArticle .title a.card__read-more {
            position: relative;
            right: 0;
            bottom: 0;
            font-size: 20px; }
            .relatedArticleContainer .relatedArticleList .card.boxArticle .title a.card__read-more:before, .relatedArticleContainer .relatedArticleList .card.boxArticle .title a.card__read-more:after {
              display: none; }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .social {
        display: inline-block;
        float: right; }
        @media screen and (max-width: 991px) {
          .relatedArticleContainer .relatedArticleList .card.boxArticle .social {
            display: none; } }
        .relatedArticleContainer .relatedArticleList .card.boxArticle .social a {
          text-decoration: none;
          transition: all 0.2s ease-in-out;
          cursor: pointer; }
          .relatedArticleContainer .relatedArticleList .card.boxArticle .social a:hover.icon-facebook:hover {
            color: #365397; }
          .relatedArticleContainer .relatedArticleList .card.boxArticle .social a:hover.icon-twitter:hover {
            color: #00a9f1; }
          .relatedArticleContainer .relatedArticleList .card.boxArticle .social a:hover.icon-linkedin:hover {
            color: #006db3; }
      .relatedArticleContainer .relatedArticleList .card.boxArticle .icon-linkedin, .relatedArticleContainer .relatedArticleList .card.boxArticle .icon-twitter, .relatedArticleContainer .relatedArticleList .card.boxArticle .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; }

.colorStylePrimaryGreen {
  color: #00965e; }

.colorStyleSecondaryGreen {
  color: #93bd0e; }

.colorStyleHellobank {
  color: #0ad2e1; }

.content-box--event,
.content-box--youtube,
.content-box--twitter,
.content-box--facebook,
.content-box--linkedin,
.content-box--instagram,
.content-box--related,
.content-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 30px;
  width: 100%;
  border: 1px solid #dfdddc;
  border-top: 0;
  background: #fff; }
  .content-box--event:before,
  .content-box--youtube:before,
  .content-box--twitter:before,
  .content-box--facebook:before,
  .content-box--linkedin:before,
  .content-box--instagram:before,
  .content-box--related: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; }
  @media screen and (max-width: 1159px) {
    .content-box__section.filtersCategories {
      max-height: inherit; } }

.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--instagram:before {
  background: #8941a7; }

.content-box--related:before {
  background: #24b3c7; }

.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,
  .content-box-list--social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    clear: both; } }

@media screen and (max-width: 767px) {
  .content-box-list--social .content-box--social,
  .content-box-list--social-4-col .content-box--social {
    display: none; } }

@media screen and (max-width: 767px) {
  .content-box-list--social .content-box--social:first-child,
  .content-box-list--social-4-col .content-box--social:first-child {
    display: block; } }

@media screen and (min-width: 768px) {
  .content-box-list--social .content-box--social,
  .content-box-list--social-4-col .content-box--social {
    padding: 26px 24px 30px;
    max-width: calc(33% - 9px);
    margin-right: 18px; } }

@media screen and (min-width: 1160px) {
  .content-box-list--social .content-box--social,
  .content-box-list--social-4-col .content-box--social {
    margin-right: 20px;
    max-width: calc(25% - 10px);
    padding: 32px 30px 30px; } }

@media screen and (max-width: 1159px) {
  .content-box-list--social .content-box--social:nth-child(3) {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .content-box-list--social .content-box--social:nth-child(n+4) {
    display: none; } }

@media screen and (min-width: 1160px) {
  .content-box-list--social .content-box--social:nth-child(n+4) {
    margin-right: 0;
    display: -ms-flexbox;
    display: flex; } }

.content-box__type-label {
  position: absolute;
  width: 23px;
  height: 21px;
  right: -1px;
  top: 0; }

.content-box__type-label [class*='icon-'] {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: -2px; }

.content-box--youtube .content-box__type-label {
  background-color: #e52d27; }

.content-box--twitter .content-box__type-label {
  background-color: #55acee; }

.content-box--facebook .content-box__type-label {
  background-color: #3b5998; }

.content-box--linkedin .content-box__type-label {
  background-color: #0077b5; }

.content-box--instagram .content-box__type-label {
  background: #8941a7; }

.social-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.357142857;
  color: #5f5f5f;
  overflow: hidden;
  max-height: 110px;
  margin-bottom: 28px; }

.social-content-picture .social-content-media img {
  width: 100%;
  margin: 0px 0 10px; }

.social-content img {
  display: block;
  width: 100%; }

.social-content p {
  margin: 0; }

.content-box--youtube .social-content a {
  color: #e52d27; }

.content-box--twitter .social-content a {
  color: #55acee; }

.content-box--facebook .social-content a {
  color: #3b5998; }

.content-box--linkedin .social-content a {
  color: #0077b5; }

.content-box--instagram .social-content a {
  color: #8941a7; }

.social-meta__avatar,
.social-meta__detail {
  display: inline-block;
  width: calc(100% - 55px);
  margin-right: 8px;
  vertical-align: middle; }

@media screen and (max-width: 1159px) {
  .social-meta__avatar {
    max-width: 30px;
    vertical-align: top; } }

@media screen and (min-width: 1160px) {
  .social-meta__avatar {
    max-width: 36px;
    vertical-align: top; } }

.social-meta__avatar img {
  display: block;
  max-width: 100%; }

.content-box--social .social-meta {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: -20px; }

.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: BNPPSansLight, sans-serif; }

.social-meta__time,
.social-meta__name {
  color: #5f5f5f; }

.social-meta__time .social-network-link {
  color: inherit;
  text-decoration: underline; }

.list-tags {
  font-size: 0; }

.tag--brand-bnp-paribas-fortis,
.tag--brand-hello-bank,
.tag--brand-fintro,
.tag--brand-bnp-paribas-group,
.tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  border: 1px solid #c6c6c6;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer; }
  .selected.tag--brand-bnp-paribas-fortis,
  .selected.tag--brand-hello-bank,
  .selected.tag--brand-fintro,
  .selected.tag--brand-bnp-paribas-group,
  .tag.selected {
    background: #00965e; }
    .selected.tag--brand-bnp-paribas-fortis .tag__title,
    .selected.tag--brand-hello-bank .tag__title,
    .selected.tag--brand-fintro .tag__title,
    .selected.tag--brand-bnp-paribas-group .tag__title,
    .tag.selected .tag__title {
      text-decoration: none;
      color: #fff; }
  @media screen and (min-width: 992px) {
    .tag--brand-bnp-paribas-fortis:hover,
    .tag--brand-hello-bank:hover,
    .tag--brand-fintro:hover,
    .tag--brand-bnp-paribas-group:hover, .tag--brand-bnp-paribas-fortis:focus,
    .tag--brand-hello-bank:focus,
    .tag--brand-fintro:focus,
    .tag--brand-bnp-paribas-group:focus,
    .tag:hover,
    .tag:focus {
      background: #00965e; }
      .tag--brand-bnp-paribas-fortis:hover .tag__title,
      .tag--brand-hello-bank:hover .tag__title,
      .tag--brand-fintro:hover .tag__title,
      .tag--brand-bnp-paribas-group:hover .tag__title, .tag--brand-bnp-paribas-fortis:focus .tag__title,
      .tag--brand-hello-bank:focus .tag__title,
      .tag--brand-fintro:focus .tag__title,
      .tag--brand-bnp-paribas-group:focus .tag__title,
      .tag:hover .tag__title,
      .tag:focus .tag__title {
        text-decoration: none;
        color: #fff; } }

.tag__title {
  display: inline-block;
  vertical-align: bottom;
  padding: 8px 8px 4px;
  color: #5f5f5f; }

.tag--brand-bnp-paribas-fortis,
.tag--brand-hello-bank,
.tag--brand-fintro,
.tag--brand-bnp-paribas-group {
  position: relative; }
  .tag--brand-bnp-paribas-fortis:before,
  .tag--brand-hello-bank:before,
  .tag--brand-fintro:before,
  .tag--brand-bnp-paribas-group:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 5px; }

.tag--brand-bnp-paribas-fortis .tag__title,
.tag--brand-bnp-paribas-group .tag__title,
.tag--brand-hello-bank .tag__title,
.tag--brand-fintro .tag__title {
  padding-left: 28px; }

.tag--brand-bnp-paribas-fortis, .tag--brand-bnp-paribas-group {
  display: inline-block; }
  .tag--brand-bnp-paribas-fortis:before, .tag--brand-bnp-paribas-group:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/bnp-brand-logo-sprite.png");
    background-repeat: no-repeat; }
  .tag--brand-bnp-paribas-fortis:before, .tag--brand-bnp-paribas-group:before {
    width: 19px;
    height: 19px;
    background-position: 0 0; }

.tag--brand-bnp-paribas-group {
  margin-right: 0; }

.tag--brand-hello-bank:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/bnp-brand-logo-sprite.png");
  background-repeat: no-repeat; }

.tag--brand-hello-bank:before {
  width: 19px;
  height: 21px;
  background-position: 0 -58px; }

.tag--brand-hello-bank .tag__title {
  vertical-align: middle; }

.tag--brand-fintro:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/bnp-brand-logo-sprite.png");
  background-repeat: no-repeat; }

.tag--brand-fintro:before {
  width: 19px;
  height: 19px;
  background-position: 0 -29px; }

.event-box__detail,
.event-box__date {
  display: inline-block;
  vertical-align: middle; }

.event-box__date {
  width: 60px;
  min-height: 84px;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  color: #5f5f5f;
  text-align: center;
  padding: 17px 17px 15px;
  background-color: #f9f9f9; }

.event-box__date .day {
  display: block;
  font-size: 36px;
  font-size: 3.6rem; }

.event-box__date .month {
  font-size: 18px;
  font-size: 1.8rem; }

.event-box__detail {
  max-width: calc(70% - 15px);
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px; }

.event-box__title .link,
.event-box__description {
  color: #5f5f5f; }

.event-box__title {
  margin: 0 0 3px;
  font-family: BNPPSansBold, sans-serif; }

.event-box__description {
  margin: 0 0 8px;
  font-family: BNPPSansLight, sans-serif; }

.event-box__view-more {
  color: #4377b0; }

@media screen and (max-width: 991px) {
  .content-navbar {
    display: none; } }

@media screen and (min-width: 992px) {
  .content-navbar {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 0 0;
    background: #f0f0f0;
    border-top: 1px solid #ddd7d7;
    border-bottom: 1px solid #ddd7d7; } }

.content-navbar.stuck {
  position: fixed;
  bottom: 0; }

.content-navbar__section--primary,
.content-navbar__section--secondary {
  max-width: 50%; }

.content-navbar__section--primary {
  float: right; }

.content-navbar__section--secondary {
  float: left; }

.menu--content-navbar .menu__item {
  margin-right: 16px;
  vertical-align: middle; }
  .menu--content-navbar .menu__item:before {
    margin-right: 16px;
    display: inline-block;
    content: "|";
    color: #333; }

.menu--content-navbar .menu__item:first-child:before {
  display: none; }

.menu--content-navbar .menu__item:last-child {
  margin-right: 0; }

.menu--content-navbar .menu__item.hidden {
  display: none; }

.menu--content-navbar .link {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 46px; }
  .menu--content-navbar .link:hover, .menu--content-navbar .link:focus, .menu--content-navbar .link:active {
    text-decoration: none;
    color: #999; }

.show-list-link [class*="icon-"] {
  display: inline-block;
  vertical-align: middle; }

.article__extra-tools {
  padding: 9px 0; }

.article__extra-tools .menu__item {
  margin: 4px 20px 0 0;
  vertical-align: middle; }
  .article__extra-tools .menu__item:last-child {
    margin-right: 0; }

.card__title.nonvisible {
  display: none; }

.article__extra-tools .link {
  color: #999;
  vertical-align: middle;
  display: inline-block; }
  .article__extra-tools .link:hover, .article__extra-tools .link:focus, .article__extra-tools .link:active {
    color: #595959; }

.print-article-link [class*="icon-"] {
  font-size: 20px;
  font-size: 2rem; }

.article__extra-tools .share-button {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 6px 18px 5px 24px;
  font-family: BNPPSansLight, sans-serif; }

.article__extra-tools .share-button [class*="icon-"] {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 4px; }

.galery-list__item {
  display: block;
  float: left;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 15px;
  width: 133px;
  height: 133px;
  position: relative;
  overflow: hidden;
  background: #333;
  outline: none; }
  @media screen and (max-width: 1159px) {
    .galery-list__item {
      width: 133px;
      height: 133px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .galery-list__item {
      width: calc(50% - 8px); }
      .galery-list__item:nth-child(even) {
        margin-right: 0; } }
  @media screen and (min-width: 1160px) {
    .galery-list__item {
      width: 138px;
      height: 138px;
      /*// Cancel margin-right every 5 items
        &:nth-child(5n) {
            margin-right: 0;
        }

        &:nth-child(6n) {
            clear: left;
        }

        // Add a margin top to each item after the fifth (second line)
        &:nth-child(n+6) {
            margin-top: 15px;
        }*/ } }

.galery-list__item .image {
  position: absolute;
  height: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.input--radio:not(#foo),
.input--radio-inline:not(#foo) {
  cursor: pointer;
  position: relative;
  padding: 5px 5px 5px 35px;
  margin-bottom: 0; }

.input--radio:not(#foo) label,
.input--radio-inline:not(#foo) label {
  font-family: BNPPSansLight, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 0;
  padding-top: 0;
  color: #5f5f5f;
  display: inline-block; }

.input--radio:not(#foo) input[type="radio"],
.input--radio-inline:not(#foo) input[type="radio"] {
  display: none; }

.input--radio:not(#foo) input[type="radio"] + span,
.input--radio-inline:not(#foo) input[type="radio"] + span,
.input--radio:not(#foo) input[type="radio"] + span:before,
.input--radio-inline:not(#foo) input[type="radio"] + span:before {
  cursor: pointer; }

.input--radio:not(#foo) input[type="radio"] + span:before,
.input--radio-inline:not(#foo) input[type="radio"] + span:before {
  box-sizing: border-box;
  content: '';
  background-color: #00965e;
  width: 18px;
  height: 18px;
  border: 9px solid #fff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 3px;
  left: 5px;
  box-shadow: 0 0 0 1px #d2d2d2; }

.input--radio:not(#foo) input[type="radio"]:checked + span:before,
.input--radio-inline:not(#foo) input[type="radio"]:checked + span:before {
  border-width: 3px; }

.input--radio:not(#foo) input[type="radio"]:checked + span,
.input--radio-inline:not(#foo) input[type="radio"]:checked + span {
  font-family: BNPPSansReg, sans-serif;
  color: #00965e; }

select#NR_NewsAlert_Language {
  height: 45px; }

/*** SLIDER ***/
.slider {
  background: #dfdddc;
  position: relative;
  overflow: hidden;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: BNPPSansReg, sans-serif; }

.slider a {
  position: relative;
  z-index: 2;
  width: 70px;
  font-family: BNPPSansReg, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  height: 100%;
  text-align: center;
  padding: 25px 0;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer; }

.slider a::-moz-selection {
  background-color: #00965e; }

.slider a::selection {
  background-color: #00965e; }

.slider a::-moz-selection {
  background-color: #00965e; }

.slider a.left {
  float: left;
  background: #00965e;
  color: #ffffff;
  font-family: 'bnp-icon';
  padding: 22px 0;
  font-size: 20px;
  cursor: pointer; }
  .slider a.left:before {
    content: "\e919"; }
    @media screen and (max-width: 767px) {
      .slider a.left:before {
        content: "\e918";
        font-size: 10px;
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        display: inline-block;
        vertical-align: middle; } }

.slider a.right {
  float: right;
  background: #00965e;
  color: #ffffff;
  font-family: 'bnp-icon';
  padding: 22px 0;
  font-size: 20px;
  cursor: pointer; }
  .slider a.right:before {
    content: "\e91a"; }
    @media screen and (max-width: 767px) {
      .slider a.right:before {
        content: "\e918";
        font-size: 10px;
        vertical-align: middle; } }

.slider p.current-year {
  width: 75px;
  float: left;
  z-index: 2;
  position: relative;
  height: 100%;
  font-family: BNPPSansReg, sans-serif;
  padding: 25px 0;
  text-align: center;
  margin: 0;
  color: #00965e;
  font-size: 23px;
  font-size: 2.3rem;
  background: #dfdddc;
  border-right: 1px solid #c1c0bf; }

.slider ul {
  position: absolute;
  left: 0;
  width: auto;
  z-index: 1;
  height: 100%;
  left: 0px;
  float: left;
  font-size: 0;
  padding: 0; }

.slider ul li {
  display: block;
  width: 75px;
  font-size: 18px;
  height: 100%;
  text-align: center;
  float: left; }

.slider ul li.selected a {
  color: #00965e;
  font-family: BNPPSansReg, sans-serif; }

.slider ul li.selected a:after {
  content: "";
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #00965e; }

.slider ul li a {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-family: BNPPSansReg, sans-serif;
  color: #666666; }

.slider ul li a:hover {
  color: #00965e;
  font-family: BNPPSansReg, sans-serif;
  background: white; }

.slider ul li a:hover:after {
  content: "";
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #00965e; }

.slider ul li.year a {
  font-family: BNPPSansReg, sans-serif;
  color: white;
  background-color: #00965e;
  font-size: 18px;
  padding: 22px 0; }

.vignette {
  width: 100%;
  margin-bottom: 13px;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  min-height: 72px; }
  .vignette:last-child {
    margin-bottom: 20px; }

.vignette .link {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px; }
  .vignette .link:hover, .vignette .link:focus, .vignette .link:active {
    text-decoration: none; }

.vignette__date,
.vignette .category {
  display: inline-block;
  vertical-align: middle; }

@media screen and (min-width: 992px) {
  .vignette__date,
  .vignette__title {
    margin: 0;
    display: inline-block;
    vertical-align: top; } }

.vignette__date {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: BNPPSansLight, sans-serif; }
  @media screen and (max-width: 991px) {
    .vignette__date {
      margin: 0;
      color: #a9a9a9; } }
  @media screen and (min-width: 992px) {
    .vignette__date {
      float: left;
      width: 110px;
      color: #00965e;
      margin-top: 3px; } }

.vignette__title {
  color: #5f5f5f;
  font-size: 16px;
  font-size: 1.6rem;
  width: calc(100% - 254px);
  line-height: 22px; }
  @media screen and (max-width: 991px) {
    .vignette__title {
      margin: 15px 0 0;
      clear: both;
      width: 100%; } }

.vignette .category {
  font-size: 11px;
  font-size: 1.1rem; }
  @media screen and (min-width: 992px) {
    .vignette .category {
      float: right;
      max-width: 140px;
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .vignette .category {
      margin-right: 8px; } }

span.category:empty {
  display: none; }

.display-type-selector {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  float: right;
  margin-top: -5px;
  font-size: 0; }
  @media screen and (min-width: 992px) {
    .display-type-selector {
      margin-top: -50px; } }
  @media screen and (min-width: 1160px) {
    .display-type-selector {
      margin-top: -20px; } }

.button--view-type {
  background: transparent;
  border: 0;
  padding: 8px 8px 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #a9a9a9;
  outline: none; }

.button--view-type.active {
  color: #333;
  cursor: default; }

.display-type-selector .menu__item {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem; }

.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; }

@media screen and (max-width: 767px) {
  .contact__avatar {
    display: none; } }

@media screen and (min-width: 768px) {
  .contact__avatar {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top; } }

@media screen and (min-width: 992px) {
  .contact__avatar {
    display: block;
    float: left;
    margin-right: 10px; } }

.contact__avatar .image {
  display: block;
  max-width: 100px; }

.contact__detail {
  color: #4a4a4a; }
  @media screen and (min-width: 768px) {
    .contact__detail {
      display: inline-block; } }

.contact__phone,
.contact__mobile {
  margin: 0;
  margin-bottom: 5px; }
  .contact__phone:last-child,
  .contact__mobile:last-child {
    margin-bottom: 10px; }

.contact__function,
.contact__name,
.contact__email {
  margin: 0;
  margin-bottom: 10px; }
  .contact__function:last-child,
  .contact__name:last-child,
  .contact__email:last-child {
    margin-bottom: 0; }

.contact__function,
.contact__name {
  font-size: 16px;
  font-size: 1.6rem; }

.contact__function {
  font-family: BNPPSansBold, sans-serif; }

.contact__phone,
.contact__mail,
.contact__mobile,
.contact__mobile,
.contact__description {
  font-family: BNPPSansLight, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px; }
  .contact__phone a,
  .contact__mail a,
  .contact__mobile a,
  .contact__mobile a,
  .contact__description a {
    text-decoration: none;
    color: #4a4a4a; }

.contact__mail {
  color: inherit;
  text-decoration: underline; }

.contact__description {
  clear: both;
  margin-bottom: 0;
  color: #8c8c8c; }
  @media screen and (max-width: 991px) {
    .contact__description {
      padding-top: 0; } }

@media screen and (min-width: 992px) {
  .contact-list--2-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: 992px) {
  .contact-list--2-col .contact {
    width: calc(50% - 30px);
    margin-right: 30px; } }

@media screen and (min-width: 1160px) {
  .contact-list--2-col .contact {
    width: calc(50% - 82px);
    margin-right: 82px; } }

@media screen and (min-width: 992px) {
  .contact-list--2-col .contact:nth-child(2n+2) {
    margin-right: 0; } }

.section__content--request-bnp {
  margin-bottom: 42px; }

.files-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.files-list .documentLink {
  width: 100%;
  max-width: 100%;
  padding: 20px 14px 0; }
  .files-list .documentLink:last-of-type {
    padding-bottom: 20px; }

.files-list--item {
  border: 1px solid #e8e8e8;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px; }
  @media screen and (min-width: 768px) {
    .files-list--item:last-child {
      margin-right: 0; } }
  .media-kit-block .files-list--item {
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .media-kit-block .files-list--item {
        height: 190px; } }
  .files-list--item img {
    width: 100%;
    height: auto; }
  .media-kit-block .files-list--item:hover .content-link a.link {
    text-decoration: underline;
    color: #00965e; }

.files-list--item .link {
  padding: 28px 20px;
  display: block;
  color: #5f5f5f;
  background: #fff;
  height: 100%;
  word-break: break-all;
  word-break: break-word; }
  @media screen and (min-width: 1160px) {
    .files-list--item .link {
      min-height: 160px; } }
  .media-kit-block .files-list--item .link {
    word-break: normal;
    min-height: auto; }
  .files-list--item .link:after {
    content: "";
    display: block;
    height: 1px;
    width: 25px;
    background: #00965e;
    margin: 10px auto 0; }
  .files-list--item .link:hover, .files-list--item .link:focus, .files-list--item .link:active {
    outline-color: #00965e;
    text-decoration: none;
    color: #000; }
  .media-kit-block .files-list--item .link {
    font-size: 18px;
    font-size: 1.8rem;
    color: #5f5f5f;
    padding: 0;
    line-height: 18px;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    min-height: auto; }
    @media screen and (min-width: 768px) {
      .media-kit-block .files-list--item .link {
        font-size: 14px;
        font-size: 1.4rem; } }
    .media-kit-block .files-list--item .link:after {
      display: none; }

.files-list--item .pic {
  background-color: white;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  position: relative;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .files-list--item .pic {
      height: 106px; } }
  .files-list--item .pic:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 120px);
    bottom: 6px;
    left: 60px;
    background: #e8e8e8;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .files-list--item .pic:after {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 6px; } }
    @media screen and (min-width: 992px) {
      .files-list--item .pic:after {
        bottom: 6px; } }
  .files-list--item .pic img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 768px) {
  .files-list--item.item__type--zip .pic {
    height: auto; } }

.content-link {
  float: left;
  display: table;
  vertical-align: middle;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .content-link {
      height: calc(100% - 110px); } }

[class*="item__type--"] .link:before {
  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;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00965e;
  font-size: 25px;
  font-size: 2.5rem; }

.item__type--flv .link:before,
.item__type--3gp .link:before,
.item__type--mkv .link:before,
.item__type--mp4 .link:before {
  font-size: 33px;
  font-size: 3.3rem; }

.item__type--txt .link:before,
.item__type--doc .link:before,
.item__type--rtf .link:before,
.item__type--xls .link:before,
.item__type--pdf .link:before {
  font-size: 35px;
  font-size: 3.5rem; }

.media-kit-block .item__type--zip .link:before {
  display: none; }

.page__content--page-detail .files-list--item {
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (max-width: 991px) {
  .page__content--page-detail .files-list--item .link {
    padding: 18px 20px; } }

.box {
  padding: 20px 30px;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fafafa; }
  @media screen and (max-width: 991px) {
    .box {
      margin-bottom: 20px;
      margin-top: 10px; } }
  @media screen and (min-width: 992px) {
    .box {
      margin-bottom: 50px;
      margin-top: 10px; } }

@media screen and (max-width: 991px) {
  .box__section {
    margin-bottom: 30px; }
    .box__section:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .box__section {
    width: calc(50% - 25px);
    float: left;
    margin-right: 50px; }
    .box__section:nth-child(2n) {
      margin-right: 0; }
    .box__section:nth-child(n+3) {
      margin-top: 30px; } }

.box__section__title,
.box__section__content {
  font-size: 16px;
  font-size: 1.6rem;
  word-wrap: break-word; }

.box__section__title {
  font-family: BNPPSansBold, sans-serif; }

.box__section__content p {
  line-height: 1.625;
  font-family: BNPPSansLight, sans-serif; }
  .box__section__content p:last-child {
    margin-bottom: 0; }

.box__section__content a {
  color: #00965e;
  font-family: BNPPSansReg, sans-serif;
  word-wrap: break-word; }

.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: 750; }

.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; }
        .new-header .supra-modal-contents .modal-containers {
          max-width: 1280px; } }

.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: 751; }
  .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: BNPPSansReg, sans-serif;
    font-weight: 800;
    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: BNPPSansReg, 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; }

.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; }

.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; }

.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; }

ul.sharebox.visible {
  width: 360px; }

.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; }

.topSocialContainer,
.bottomSocialContainer,
.mobile-bottomSocialContainer {
  position: relative;
  max-width: 654px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  text-align: center; }
  .topSocialContainer a,
  .bottomSocialContainer a,
  .mobile-bottomSocialContainer a {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 0 6px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer; }
    @media screen and (min-width: 992px) {
      .topSocialContainer a:hover .modal-info,
      .bottomSocialContainer a:hover .modal-info,
      .mobile-bottomSocialContainer a:hover .modal-info {
        opacity: 1;
        visibility: visible;
        bottom: 50px; } }
    .topSocialContainer a.icon-facebook,
    .bottomSocialContainer a.icon-facebook,
    .mobile-bottomSocialContainer a.icon-facebook {
      color: #365397; }
      .topSocialContainer a.icon-facebook:hover,
      .bottomSocialContainer a.icon-facebook:hover,
      .mobile-bottomSocialContainer a.icon-facebook:hover {
        background: #365397;
        border: 1px solid #365397;
        color: #fff; }
    .topSocialContainer a.icon-twitter,
    .bottomSocialContainer a.icon-twitter,
    .mobile-bottomSocialContainer a.icon-twitter {
      color: #00a9f1; }
      .topSocialContainer a.icon-twitter:hover,
      .bottomSocialContainer a.icon-twitter:hover,
      .mobile-bottomSocialContainer a.icon-twitter:hover {
        background: #00a9f1;
        border: 1px solid #00a9f1;
        color: #fff; }
    .topSocialContainer a.icon-linkedin,
    .bottomSocialContainer a.icon-linkedin,
    .mobile-bottomSocialContainer a.icon-linkedin {
      color: #006db3; }
      .topSocialContainer a.icon-linkedin:hover,
      .bottomSocialContainer a.icon-linkedin:hover,
      .mobile-bottomSocialContainer a.icon-linkedin:hover {
        background: #006db3;
        border: 1px solid #006db3;
        color: #fff; }
    .topSocialContainer a.icon-mail-mini,
    .bottomSocialContainer a.icon-mail-mini,
    .mobile-bottomSocialContainer a.icon-mail-mini {
      font-size: 10px;
      font-size: 1rem;
      color: #4a4a4a; }
      .topSocialContainer a.icon-mail-mini:hover,
      .bottomSocialContainer a.icon-mail-mini:hover,
      .mobile-bottomSocialContainer a.icon-mail-mini:hover {
        background: #4a4a4a;
        border: 1px solid #4a4a4a;
        color: #fff; }
    .topSocialContainer a.icon-whatsapp,
    .bottomSocialContainer a.icon-whatsapp,
    .mobile-bottomSocialContainer a.icon-whatsapp {
      color: #25d366;
      font-family: 'icomoon';
      font-size: 18px;
      font-size: 1.8rem; }
      .topSocialContainer a.icon-whatsapp:hover,
      .bottomSocialContainer a.icon-whatsapp:hover,
      .mobile-bottomSocialContainer a.icon-whatsapp:hover {
        background: #25d366;
        border: 1px solid #25d366;
        color: #fff; }
    .topSocialContainer a.icon-printer-01,
    .bottomSocialContainer a.icon-printer-01,
    .mobile-bottomSocialContainer a.icon-printer-01 {
      color: #a9a9a9; }
      .topSocialContainer a.icon-printer-01:hover,
      .bottomSocialContainer a.icon-printer-01:hover,
      .mobile-bottomSocialContainer a.icon-printer-01:hover {
        background: #a9a9a9;
        border: 1px solid #a9a9a9;
        color: #fff; }
  .topSocialContainer .modal-info,
  .bottomSocialContainer .modal-info,
  .mobile-bottomSocialContainer .modal-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-size: 13px;
    width: 170px;
    padding: 15px;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: BNPPRoundedExtraBold, BNPPSansBold, sans-serif;
    vertical-align: middle;
    box-shadow: 0 0 21px 10px rgba(0, 0, 0, 0.1);
    bottom: 45px;
    left: -15px;
    background-color: #fff;
    border-radius: 3px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    display: block;
    line-height: 1.5;
    pointer-events: none; }
    .topSocialContainer .modal-info:after,
    .bottomSocialContainer .modal-info:after,
    .mobile-bottomSocialContainer .modal-info:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -8px;
      left: 25px;
      width: 0;
      height: 0;
      border-width: 8px 7px 0 7px;
      border-color: #FFFFFF transparent transparent transparent;
      border-style: solid; }
  .topSocialContainer .share-link,
  .bottomSocialContainer .share-link,
  .mobile-bottomSocialContainer .share-link {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 0 6px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #00915a;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    vertical-align: middle;
    outline: 0;
    cursor: pointer; }
    .topSocialContainer .share-link:hover,
    .bottomSocialContainer .share-link:hover,
    .mobile-bottomSocialContainer .share-link:hover {
      background: #00915a;
      border: 1px solid #00915a;
      color: #fff; }
      @media screen and (min-width: 992px) {
        .topSocialContainer .share-link:hover .modal-info,
        .bottomSocialContainer .share-link:hover .modal-info,
        .mobile-bottomSocialContainer .share-link:hover .modal-info {
          opacity: 1;
          visibility: visible;
          bottom: 50px; } }
  .topSocialContainer .share-box__copylink,
  .bottomSocialContainer .share-box__copylink,
  .mobile-bottomSocialContainer .share-box__copylink {
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    height: 60px;
    color: #5f5f5f;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    pointer-events: none; }
    .topSocialContainer .share-box__copylink.visible,
    .bottomSocialContainer .share-box__copylink.visible,
    .mobile-bottomSocialContainer .share-box__copylink.visible {
      opacity: 1;
      pointer-events: auto; }
    .topSocialContainer .share-box__copylink-url,
    .bottomSocialContainer .share-box__copylink-url,
    .mobile-bottomSocialContainer .share-box__copylink-url {
      position: relative;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      vertical-align: top;
      width: 195px;
      padding: 0;
      box-sizing: border-box;
      padding-left: 30px;
      margin: 0;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border: 1px solid #ccc; }
    .topSocialContainer .share-box__copylink-button,
    .bottomSocialContainer .share-box__copylink-button,
    .mobile-bottomSocialContainer .share-box__copylink-button {
      width: 60px;
      vertical-align: top;
      cursor: pointer;
      background: #00915a;
      text-align: center;
      font-size: 13px;
      line-height: 40px;
      height: 40px;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px; }
      .topSocialContainer .share-box__copylink-button:hover,
      .bottomSocialContainer .share-box__copylink-button:hover,
      .mobile-bottomSocialContainer .share-box__copylink-button:hover {
        transition: background-color 0.5s ease;
        background: #5f5f5f; }
    .topSocialContainer .share-box__copylink-close,
    .bottomSocialContainer .share-box__copylink-close,
    .mobile-bottomSocialContainer .share-box__copylink-close {
      font-size: 20px;
      vertical-align: top;
      margin-left: 10px;
      cursor: pointer;
      height: 40px;
      line-height: 40px; }
      .topSocialContainer .share-box__copylink-close:hover,
      .bottomSocialContainer .share-box__copylink-close:hover,
      .mobile-bottomSocialContainer .share-box__copylink-close:hover {
        color: #00915a; }
    .topSocialContainer .share-box__copylink .icon-copylink,
    .bottomSocialContainer .share-box__copylink .icon-copylink,
    .mobile-bottomSocialContainer .share-box__copylink .icon-copylink {
      position: absolute;
      left: 8px;
      font-size: 15px;
      top: 12px;
      color: #00915a; }

.topSocialContainer,
.mobile-bottomSocialContainer {
  max-width: 360px; }

.bottomSocialContainer {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .bottomSocialContainer {
      display: none; } }
  .bottomSocialContainer .socialSharing, .bottomSocialContainer .pageTools {
    display: inline-block;
    vertical-align: middle; }
  .bottomSocialContainer .socialSharing {
    margin-right: 40px; }
  .bottomSocialContainer p {
    display: inline-block;
    margin: 0 25px 0 0;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: BNPPRoundedExtraBold, BNPPSansBold, sans-serif;
    vertical-align: middle; }

@media screen and (min-width: 768px) {
  .mobile-bottomSocialContainer {
    display: none; } }

.block-link {
  position: relative;
  margin-top: 28px;
  background: '';
  border: 5px solid #00965e; }

.block-link--groupnewsroom {
  padding: 11px 8px;
  background: url("../images/background/bg-newsroom-group.jpg") no-repeat;
  background-size: cover;
  height: 125px;
  background-position: center center; }

.block-link--groupnewsroom-koen {
  padding: 11px 8px;
  background: url("../images/background/bg-newsroom-group-kdl.jpg") no-repeat;
  background-size: cover;
  height: 125px;
  background-position: center center; }

.block-link--groupnewsroom-gijsels {
  padding: 11px 8px;
  background: url("../images/background/bg-newsroom-group-pg.jpg") no-repeat;
  background-size: cover;
  height: 125px;
  background-position: center center; }

.block-link__title {
  color: #fff;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.9;
  margin: 0;
  max-width: 230px; }

.block-link__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;
  color: #fff;
  border-color: #00965e;
  background: #00965e;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px 5px;
  font-size: 16px;
  font-size: 1.6rem; }
  .block-link__button:hover, .block-link__button:focus, .block-link__button:active {
    text-decoration: none;
    background-color: #ffffff; }

.block-link__button [class^='icon-'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
  margin-top: -2px;
  margin-left: 2px; }

.search-empty {
  text-align: center;
  width: 100%;
  margin-top: 50px; }

.search-empty__artwork .icon-magnifier-empty,
.search-empty__title,
.search-empty__content {
  color: #999; }

.search-empty__artwork .icon-magnifier-empty {
  font-size: 60px;
  font-size: 6rem; }

.search-empty__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase; }

.search-empty__content {
  font-size: 16px;
  font-size: 1.6rem; }

/* The button */
.addeventatc {
  display: inline-block;
  color: #00965e;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase;
  padding: 10px 25px 6px;
  border: 1px solid #00965e;
  position: relative; }
  .addeventatc:hover, .addeventatc:focus, .addeventatc:active {
    text-decoration: none; }

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname {
  display: none !important; }

/* The drop down */
.addeventatc_dropdown {
  width: 200px;
  position: absolute;
  z-index: 500;
  padding: 6px 0px 0px 0px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  border: 1px solid #00965e; }

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #00965e;
  padding: 9px 10px 9px 40px; }

.addeventatc_dropdown span:hover,
.addeventatc_dropdown span:focus,
.addeventatc_dropdown span:active {
  background-color: #f4f4f4;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem; }

.addeventatc_dropdown em {
  font-size: 12px;
  font-size: 1.2rem; }

.addeventatc_dropdown .frs {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101; }

.addeventatc_dropdown .frs:hover {
  color: #999 !important; }

.addeventatc_dropdown .ateappleical {
  background-image: url(../images/addevent/dropdown-apple-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ateoutlook {
  background-image: url(../images/addevent/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ateoutlookcom {
  background-image: url(../images/addevent/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ategoogle {
  background-image: url(../images/addevent/dropdown-google-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ateyahoo {
  background-image: url(../images/addevent/dropdown-yahoo-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .atefacebook {
  background-image: url(../images/addevent/dropdown-facebook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default; }

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 750;
  overflow: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  position: fixed;
  color: #464646; }
  .modal .modal--title {
    font-size: 30px;
    font-size: 3rem;
    font-family: BNPPSansCondLight, BNPPSansCond, BNPPSansReg, sans-serif;
    text-transform: uppercase; }

.modalNewsLetterSuccess {
  opacity: 1 !important;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  height: 250px; }

.modal--filter {
  background: #00965e;
  opacity: .95; }

.modal-backdrop.fade.in {
  opacity: .5; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 740;
  background-color: #000; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.fade {
  display: none;
  transition: opacity .15s linear;
  opacity: 0; }

.fade.in {
  display: block;
  opacity: 1; }
  @media screen and (min-width: 1160px) {
    .fade.in {
      opacity: 0; } }

.modal__content {
  width: 500px;
  padding: 25px;
  margin: 30px 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: #fff; }

.button-modal-close {
  font-size: 30px;
  font-size: 3rem;
  outline: none;
  color: #dfdddc;
  float: right;
  text-align: right; }

.modal__content-fw {
  background: transparent;
  color: #fff;
  padding: 50px 20px 0; }
  @media screen and (max-width: 767px) {
    .modal__content-fw {
      padding: 20px 20px 0; } }

.modal__content-fw .sidebar__title {
  margin: 10px 0 5%; }
  @media screen and (max-width: 1159px) {
    .modal__content-fw .sidebar__title {
      font-size: 16px;
      font-size: 1.6rem;
      color: #464646;
      padding: 0 80px; } }
  @media screen and (max-width: 767px) {
    .modal__content-fw .sidebar__title {
      padding: 0 10px;
      font-size: 24px;
      font-size: 2.4rem; } }

.modal__content-fw .button-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  width: 50px;
  font-size: 35px;
  font-size: 3.5rem; }
  @media screen and (max-width: 767px) {
    .modal__content-fw .button-modal-close {
      top: 20px; } }

.modal--filter .content-box {
  padding: 0;
  border: 0;
  background: transparent;
  margin-bottom: 0; }
  .modal--filter .content-box:before {
    display: none; }

.modal--filter .content-box__section .content-box__section__title {
  color: #fff;
  border-color: #fff;
  font-family: BNPPSansLight, sans-serif; }

.content-box__body {
  padding: 0; }
  @media screen and (max-width: 1159px) {
    .content-box__body {
      margin: 0 80px; } }
  @media screen and (max-width: 767px) {
    .content-box__body {
      margin: 0 10px; } }

@media screen and (max-width: 1159px) {
  .filter-box .button-validation {
    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: block;
    margin: 20px auto 20px;
    padding: 14px 10px 10px;
    min-width: 200px;
    background: #fff;
    border-color: #fff;
    color: #00965e;
    font-size: 16px;
    font-size: 1.6rem;
    outline: none; } }

@media screen and (min-width: 1160px) {
  .filter-box .button-validation {
    display: none; } }

@media screen and (max-width: 991px) {
  .filter-box .sidebar__title {
    max-width: calc(100% - 35px); } }

.buttonFilterContain {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  display: none; }
  @media screen and (max-width: 1159px) {
    .buttonFilterContain {
      display: block; } }

.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;
  width: 100%;
  padding: 10px 44px 6px;
  display: inline-block;
  cursor: pointer; }
  .buttonFilter:hover, .buttonFilter:focus, .buttonFilter:active {
    text-decoration: none;
    background-color: transparent;
    border-color: #00965e;
    color: #00965e; }
  .buttonFilter:after {
    content: "\e918";
    font-family: 'bnp-icon';
    font-size: 8px;
    font-size: 0.8rem;
    margin-left: 5px;
    line-height: 25px;
    vertical-align: top; }

div#filter-box__desktop {
  margin-top: 5px; }

.content-box__body {
  position: relative;
  width: 100%; }
  .content-box__body .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;
    margin-bottom: 20px; }
  .content-box__body .submitFilter {
    border: none;
    background: none;
    height: 20px;
    position: absolute;
    cursor: hidden;
    right: 0;
    top: 8px;
    overflow: hidden;
    line-height: 20px;
    width: 30px; }
    .content-box__body .submitFilter:before {
      content: "\e903";
      font-family: 'bnp-icon';
      right: 12px;
      bottom: 10px;
      font-size: 15px;
      color: #5f5f5f;
      display: block; }

.offcanvas {
  left: -274px;
  width: 274px !important;
  height: 100%;
  background-color: #eeeeee;
  position: fixed;
  z-index: 255;
  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: "\e928";
          position: absolute;
          color: #999999;
          top: 24px;
          right: 1.5em;
          display: inline-block;
          font-size: 11px;
          font-weight: normal;
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
        .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: "\e928";
            position: absolute;
            color: #999999;
            top: 23px;
            left: 14px;
            display: inline-block;
            font-size: 11px;
            font-weight: normal;
            z-index: 1;
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
          .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 {
            font-family: BNPPSansReg, sans-serif;
            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: "\e928";
          position: absolute;
          color: #999999;
          top: 24px;
          right: 1.5em;
          display: inline-block;
          font-size: 11px;
          font-weight: normal;
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
        .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;
        font-family: BNPPSansReg, sans-serif; }
      .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; }

.mobileArticleHeaderImage {
  display: none;
  position: relative;
  /*height: 190px;
    overflow: hidden;*/ }
  @media screen and (max-width: 767px) {
    .mobileArticleHeaderImage {
      display: block; } }
  .mobileArticleHeaderImage img {
    height: auto;
    width: 100%; }

.headerDetail {
  padding: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .headerDetail {
      background: transparent;
      padding: 10px 0 0;
      text-align: center; } }
  .headerDetail.headerTableOfContent {
    padding: 30px 0 80px; }
    @media screen and (max-width: 1159px) {
      .headerDetail.headerTableOfContent {
        padding: 0 0 90px; } }
    @media screen and (max-width: 767px) {
      .headerDetail.headerTableOfContent {
        padding: 30px 0 90px; } }
  .headerDetail .tags-list {
    display: inline-block; }
  .headerDetail .category {
    padding: 3px 10px 0;
    font-size: 11px;
    font-size: 1.1rem; }
  .headerDetail .date {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: BNPPSansReg, sans-serif;
    color: #000000;
    display: inline-block;
    padding: 0 20px;
    vertical-align: sub; }
    @media screen and (max-width: 767px) {
      .headerDetail .date {
        font-size: 13px;
        font-size: 1.3rem;
        display: block;
        text-align: center;
        padding-top: 8px;
        font-family: BNPPSansLight, sans-serif; } }
  .headerDetail .authorBlock {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .headerDetail .authorBlock {
        display: block;
        margin-top: 20px; } }
    .headerDetail .authorBlock .authorName {
      color: #5f5f5f; }
    .headerDetail .authorBlock .authorTitle {
      color: #6f6e6e;
      font-family: BNPPSansLight, sans-serif; }
      .headerDetail .authorBlock .authorTitle:before {
        content: '|';
        display: inline-block;
        margin: 0 5px 0 2px; }
  .headerDetail h1 {
    color: #000000;
    font-size: 54px;
    font-size: 5.4rem;
    font-family: BNPPSansCond, BNPPSansReg, sans-serif;
    margin: 20px 0;
    font-weight: bold;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .headerDetail h1 {
        color: #5F5F5F;
        font-size: 40px;
        font-size: 4rem; } }
  .headerDetail .social {
    display: inline-block; }
    .headerDetail .social a {
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .headerDetail .social a:hover {
        color: #5f5f5f; }
    .headerDetail .social .icon-facebook, .headerDetail .social .icon-twitter, .headerDetail .social .icon-linkedin {
      font-family: 'bnp-icon';
      font-size: 16px;
      font-size: 1.6rem;
      color: #a9a9a9;
      margin: 0 2px; }

.container.containerSlider.clearfix {
  max-width: none;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .container.containerSlider.clearfix {
      width: calc(100% - 80px);
      margin: 0 40px; } }
  @media screen and (min-width: 1160px) {
    .container.containerSlider.clearfix {
      width: auto;
      max-width: 1140px;
      margin: auto; } }

.swiper-container {
  width: 100%;
  margin: 10px auto; }

.swiper-pagination-bullet {
  background: #cacaca;
  opacity: 1;
  position: relative; }
  .swiper-pagination-bullet:before {
    content: "";
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    top: -8px; }

.swiper-pagination-bullet-active {
  background: #00965e; }

.swiper-pagination--dashed .swiper-pagination-bullet {
  height: 2px;
  width: 12px;
  margin-left: 5px;
  border-radius: 0;
  outline: none; }
  .swiper-pagination--dashed .swiper-pagination-bullet:first-child {
    margin-left: 0; }

@media screen and (max-width: 1159px) {
  .swiper-wrapper.article-list--3col {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (max-width: 1159px) {
  .swiper-article-highligthed .swiper-slide:nth-child(1) {
    z-index: 30; }
  .swiper-article-highligthed .swiper-slide:nth-child(2) {
    z-index: 20; }
  .swiper-article-highligthed .swiper-slide:nth-child(3) {
    z-index: 10; } }

.swiper-article-highligthed {
  overflow: visible; }
  @media screen and (max-width: 991px) {
    .swiper-article-highligthed {
      width: calc(100% - 10px);
      margin-left: 0;
      margin-right: 0; } }

.section--latest-social-post {
  position: relative; }

.section--latest-social-post .swiper-container {
  padding-top: 2px; }

.section--latest-social-post .swiper-pagination-bullets {
  position: absolute;
  top: 3px;
  right: 0; }

.swiper-navigation {
  position: absolute;
  top: 0;
  right: 20px; }
  @media screen and (min-width: 1160px) {
    .swiper-navigation {
      top: 14px;
      right: 0; } }

.button-swiper--next,
.button-swiper--prev {
  display: inline-block;
  cursor: pointer; }

.button-swiper {
  outline: none; }

.button-swiper.swiper-button-disabled {
  color: #999;
  cursor: no-drop; }

.button-swiper--next:before,
.button-swiper--prev:before {
  font-family: BNPPSansReg, sans-serif;
  font-size: 24px;
  font-size: 2.4rem; }

.button-swiper--prev {
  margin-right: 8px; }

.button-swiper--prev:before {
  content: "‹"; }

.button-swiper--next:before {
  content: "›"; }

.article-slider {
  position: relative;
  margin-bottom: 80px;
  clear: both; }
  @media screen and (min-width: 1160px) {
    .article-slider {
      overflow: hidden;
      margin-top: 35px;
      margin-bottom: 40px; } }

.article-slider .swiper-wrapper.article-list--3col {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.article-slider .swiper-wrapper {
  margin-top: 40px; }

.article-slider__title {
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: 2px solid #e8e8e8; }

.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; } }

.layout-pagedefault .section:first-of-type .section__title {
  margin-top: 30px; }

@media screen and (max-width: 1159px) {
  .page-home .sidebar-content .block-link--groupnewsroom,
  .page-home .sidebar-content .block-link--groupnewsroom-koen,
  .page-home .sidebar-content .block-link--groupnewsroom-gijsels,
  .page-home .sidebar-content .content-box--event {
    display: none; } }

.page-detail {
  background: #fff;
  font-family: BNPPSansReg, sans-serif; }

.page__header .tags-list {
  margin-bottom: 18px; }

.page__header .tags-list .category {
  margin-bottom: 3px;
  margin-right: 10px; }

.page__plublication-date {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .page__plublication-date {
      background-size: 20px;
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .page__plublication-date {
      margin-bottom: 7px; } }

.detailContent, .pageAuthorText {
  width: 100%;
  margin: 0 0 50px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: BNPPSansLight, sans-serif;
  color: #5f5f5f;
  line-height: 26px; }
  @media screen and (min-width: 992px) {
    .detailContent, .pageAuthorText {
      margin: 0 auto 50px;
      max-width: 654px;
      padding: 0; } }

.article__introduction,
.article__content {
  max-width: 654px; }
  @media screen and (max-width: 767px) {
    .article__introduction,
    .article__content {
      max-width: 100%; } }
  .article__introduction span,
  .article__content span {
    font-family: BNPPSansReg, sans-serif !important; }

@media screen and (min-width: 992px) {
  .article__introduction {
    margin-top: 0;
    margin-bottom: 40px; } }

.article__picture {
  display: none; }
  @media screen and (min-width: 992px) {
    .article__picture {
      display: block;
      margin-top: 32px;
      margin-bottom: 40px; } }

.article__picture .image {
  display: block;
  width: 100%; }

.article__content {
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 32px;
  margin-bottom: 40px;
  min-height: calc(100vh - 594px); }
  @media screen and (max-width: 991px) {
    .article__content {
      min-height: calc(100vh - 400px); } }

.article__content p {
  margin-bottom: 30px;
  text-align: left; }

.article__content blockquote {
  background: url("../images/quote-green.png") #eee bottom right no-repeat;
  padding: 30px 30px 25px;
  margin: 0;
  font-family: BNPPSansItalic, BNPPSansReg, sans-serif; }
  @media screen and (max-width: 991px) {
    .article__content blockquote {
      background-size: 40px; } }

.article__content img,
.article__content iframe {
  width: 100%; }

.article__content iframe {
  height: 345px; }

.article__content blockquote em {
  display: block;
  margin-top: 16px;
  font-family: BNPPSansReg, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

.article__content p.legend {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right; }
  @media screen and (min-width: 1160px) {
    .article__content p.legend {
      width: calc(100% + 90px); } }

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px; }

.article__content h1 {
  font-size: 40px;
  font-size: 4rem; }

.article__content h2 {
  font-size: 32px;
  font-size: 3.2rem; }

.article__content h3 {
  font-size: 26px;
  font-size: 2.6rem; }

.article__content ul {
  list-style: disc;
  margin-left: 15px; }

.article__content li {
  list-style: disc; }

.article__content a {
  color: #00965e; }

.article__content table {
  border: 1px solid #464646; }

.article__content tr {
  border: 0;
  border-bottom: 1px solid #464646; }

.article__content td {
  border: 0;
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  padding: 20px; }

.article__content td:last-child {
  border-right: 0; }

.article__content tr:last-child td {
  border-bottom: 0; }

.article__content td p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0; }

.article__section {
  margin-bottom: 50px; }

.article__section__title {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: BNPPSansReg, sans-serif; }

.contact-box {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  padding: 19px 17px;
  clear: both; }

.contact-box + .contact-box {
  margin-top: 20px; }

.article__files .files-list--item {
  max-width: 174px;
  margin-right: 18px;
  margin-bottom: 18px; }
  .article__files .files-list--item:nth-child(n+4) {
    margin-right: 0; }
  @media screen and (max-width: 1159px) {
    .article__files .files-list--item {
      max-width: 164px; } }
  @media screen and (max-width: 991px) {
    .article__files .files-list--item {
      max-width: 158px; } }
  @media screen and (max-width: 767px) {
    .article__files .files-list--item {
      margin-right: 18px;
      width: calc(50% - 9px);
      max-width: 100%; }
      .article__files .files-list--item:nth-child(even) {
        margin-right: 0; } }

.sticky-wrapper {
  height: auto !important; }
  @media screen and (max-width: 767px) {
    .sticky-wrapper {
      display: none; } }

.related-article {
  margin-bottom: 30px;
  font-size: 0; }
  .related-article:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 1159px) {
    .related-article {
      float: left;
      margin-right: 20px;
      width: calc(50% - 10px); }
      .related-article:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .related-article {
      float: none;
      margin-right: 0;
      width: 100%; } }

.related-article__thumbnail,
.related-article__detail {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem; }

.related-article__thumbnail {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  background: #eee; }

.related-article__thumbnail .picture {
  height: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.related-article__detail {
  max-width: calc(100% - 60px); }

.related-article__thumbnail + .related-article__detail {
  max-width: calc(100% - 70px);
  margin-left: 10px;
  vertical-align: top; }

.related-article__date {
  color: #5f5f5f;
  font-family: BNPPSansLight, sans-serif;
  font-size: 13px;
  font-size: 1.3rem; }

.related-article__title {
  margin-top: 10px;
  display: block;
  color: #5f5f5f;
  font-family: BNPPSansReg, sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (max-width: 991px) {
  .press-team .section__sub-title {
    font-size: 40px;
    font-size: 4rem; } }

.contact-info__mail,
.contact-info__phone {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (max-width: 991px) {
    .contact-info__mail,
    .contact-info__phone {
      line-height: 2; }
      .contact-info__mail [class*="icon"],
      .contact-info__phone [class*="icon"] {
        display: none; } }

@media screen and (max-width: 767px) {
  .contact-info .icon-mail-mini-2,
  .contact-info .icon-phone-2 {
    display: none; } }

@media screen and (min-width: 768px) {
  .contact-info .icon-mail-mini-2,
  .contact-info .icon-phone-2 {
    display: inline-block;
    color: #a9a9a9;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5px; } }

.contact-info .icon-mail-mini-2 {
  font-size: 14px;
  font-size: 1.4rem; }

.contact-info .icon-phone-2 {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle; }

.contact-info__mail {
  margin-right: 48px;
  color: #00965e; }

.contact-info__phone {
  font-family: BNPPSansLight, sans-serif;
  color: #4a4a4a; }

.press-team .contact-list--2-col {
  margin-top: 35px; }

.contact-list__title {
  margin-top: 58px;
  margin-bottom: 35px;
  font-family: BNPPSansBold, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

.press-team .contact {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd; }

.press-team .contact__description {
  font-family: BNPPSansLight, sans-serif;
  font-style: italic;
  line-height: 22px; }

.press-team .contact-info {
  margin-bottom: 50px; }

.box__section__content p:last-child, .box__section__title {
  margin: 5px 0;
  line-height: 22px; }

.section__content--request-bnp p {
  margin: 0; }

@media screen and (max-width: 991px) {
  .press-team .contact__detail {
    display: inline-block;
    vertical-align: top; } }

@media screen and (max-width: 767px) {
  .press-team .contact__detail {
    margin-left: 0; } }

@media screen and (max-width: 1159px) {
  .mobile-event-types {
    display: block; } }

@media screen and (min-width: 1160px) {
  .mobile-event-types {
    display: none; } }

.desktop-event-types {
  display: none; }

@media screen and (min-width: 1160px) {
  .desktop-event-types.desktop-visible {
    display: block;
    margin-top: 34px; } }

@media screen and (max-width: 1159px) {
  .page-event .main-content {
    margin-top: 30px; } }

.media-kit-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: BNPPSansCond, BNPPSansReg, sans-serif;
  color: #00965e;
  text-transform: uppercase;
  margin: 10px 0 15px 0;
  margin: 1rem 0 1.5rem 0; }

.media-kit-text {
  color: #5f5f5f;
  font-family: BNPPSansLight, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .media-kit-text {
      margin-bottom: 60px;
      margin-bottom: 6rem; } }

.media-kit-block {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .media-kit-block {
      margin-bottom: 60px;
      margin-bottom: 6rem; } }

.media-kit-subtitle {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: BNPPSansReg, sans-serif;
  color: #00965e;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  margin: 0 0 1.5rem 0; }

@media screen and (max-width: 767px) {
  .media-kit-block .files-list--item {
    width: 100%;
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1159px) {
  .media-kit-block .files-list--item {
    margin-right: 15px;
    margin-bottom: 0;
    width: calc(25% - 15px); }
    .media-kit-block .files-list--item:nth-child(4n+4) {
      margin-right: 0; }
    .media-kit-block .files-list--item:nth-child(n+5) {
      margin-top: 50px; } }

@media screen and (min-width: 1160px) {
  .media-kit-block .files-list--item {
    margin-right: 68px;
    width: calc(20% - 55px); }
    .media-kit-block .files-list--item:nth-child(5n+5) {
      margin-right: 0; }
    .media-kit-block .files-list--item:nth-child(n+6) {
      margin-top: 50px; } }

.form-newsletter {
  margin-bottom: 48px;
  text-align: center; }

.form-newsletter .button--primary--md {
  margin: 0 auto;
  width: 200px;
  height: 40px;
  padding: 7px 0;
  outline: none; }

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

@media print {
  *,
  *:before,
  *:after {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  h1, h2, h3 {
    page-break-after: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  img {
    max-width: 100%; }
  @page {
    size: A4;
    /* DIN A4 standard, Europe */
    margin: 50px; }
  html, body {
    width: 210mm;
    height: 277mm;
    background: #FFF; }
  .global-header,
  .sidebar-content,
  .breadcrumb,
  .article__section.article__files,
  .sticky-wrapper,
  .content-navbar,
  .main-footer,
  .button--secondary,
  .share-button,
  .cookie_lang {
    display: none; }
  .page__header {
    margin: 0;
    padding: 0;
    background: transparent; }
  .page__title {
    font-size: 33pt;
    line-height: 37pt; }
  .article__introduction,
  .article__content {
    max-width: 400pt; }
  .lead-text {
    font-size: 12pt; }
  .article__picture {
    margin-bottom: 35pt; }
  .article__content {
    margin-bottom: 20pt; }
    .article__content p {
      margin-bottom: 20pt;
      font-size: 10pt;
      line-height: 1.333333333; }
    .article__content h2 {
      font-size: 20pt;
      margin-bottom: 20pt; }
    .article__content .emphasis-text {
      padding: 18pt 14pt;
      max-width: 138pt;
      font-size: 18pt;
      line-height: 1.294117647;
      page-break-inside: avoid;
      color: #93bd0e !important; }
    .article__content .emphasis-text + p {
      page-break-before: avoid; }
    .article__content blockquote {
      background-color: #eee !important;
      padding: 18pt;
      font-size: 12pt;
      line-height: 1.5;
      page-break-inside: avoid; }
      .article__content blockquote em {
        font-size: 9pt; }
  .main-content {
    max-width: 1191px !important;
    width: 1191px !important; }
  .article__contact .contact {
    padding: 10pt;
    page-break-inside: avoid; }
  .article__contact .contact + .contact {
    margin-top: 10pt; }
  .contact__avatar {
    display: block;
    float: left;
    margin-right: 10pt; }
    .contact__avatar img {
      max-width: 60pt; }
  .article__introduction,
  .article__content {
    max-width: 1191px !important;
    width: 1191px !important; }
  .contact__function,
  .contact__name {
    font-size: 9pt; }
  .contact__phone,
  .contact__mail {
    font-size: 8pt; }
  .contact__function,
  .contact__name,
  .contact__phone,
  .contact__email {
    margin-bottom: 8pt; }
  .contact-box {
    border: none; }
  .galery-list__item {
    width: 134px;
    height: 134px;
    margin-bottom: 15px; } }

.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; }
/*# sourceMappingURL=main.css.map */