@charset "UTF-8";
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  min-height: 100%;
  position: relative; }

body {
  background: #FFFFFF;
  font-family: BNPPSansLight;
  height: 100%; }

a:hover {
  text-decoration: none; }

@media screen and (min-width: 992px) {
  .wrapper {
    width: 990px;
    margin: auto; } }

@media screen and (min-width: 1200px) {
  .wrapper {
    width: 1140px;
    margin: auto; } }

.container {
  padding: 14px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .container {
      width: 990px;
      margin: auto;
      padding: 130px 0 0 0; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1140px;
      margin: auto;
      padding: 130px 0 0 0; } }

@media screen and (min-width: 992px) {
  .home .container {
    padding: 30px 0 0 0; } }

.clearAll {
  clear: both; }

.hidden-xs {
  display: none !important; }
  @media screen and (min-width: 992px) {
    .hidden-xs {
      display: block !important; } }

.hidden-md {
  display: block !important; }
  @media screen and (min-width: 992px) {
    .hidden-md {
      display: none !important; } }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff: 1rem = 10px */
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

ul {
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'BNPPSansRegular';
  src: url("../fonts/BNPPSansRegular-webfont.eot");
  src: local("☺"), url("../fonts/BNPPSansRegular-webfont.woff") format("woff"), url("../fonts/BNPPSansRegular-webfont.ttf") format("truetype"), url("../fonts/BNPPSansRegular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BNPPSansLight';
  src: url("../fonts/BNPPSansLight-webfont.eot");
  src: local("☺"), url("../fonts/BNPPSansLight-webfont.woff") format("woff"), url("../fonts/BNPPSansLight-webfont.ttf") format("truetype"), url("../fonts/BNPPSansLight-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BNPPSansItalic';
  src: url("../fonts/BNPPSansItalic-webfont.eot");
  src: local("☺"), url("../fonts/BNPPSansItalic-webfont.woff") format("woff"), url("../fonts/BNPPSansItalic-webfont.ttf") format("truetype"), url("../fonts/BNPPSansItalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BNPPSansBold';
  src: url("../fonts/BNPPSansBold-webfont.eot");
  src: local("☺"), url("../fonts/BNPPSansBold-webfont.woff") format("woff"), url("../fonts/BNPPSansBold-webfont.ttf") format("truetype"), url("../fonts/BNPPSansBold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BNPPSansCond';
  src: url("../fonts/BNPPSansCond-webfont.eot");
  src: local("☺"), url("../fonts/BNPPSansCond-webfont.woff") format("woff"), url("../fonts/BNPPSansCond-webfont.ttf") format("truetype"), url("../fonts/BNPPSansCond-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BNPPSansCondBold';
  src: url("../fonts/BNPPSansCondBold-webfont.eot");
  src: local("☺"), url("../fonts/BNPPSansCondBold-webfont.woff") format("woff"), url("../fonts/BNPPSansCondBold-webfont.ttf") format("truetype"), url("../fonts/BNPPSansCondBold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BNPPSansCondLight';
  src: url("../fonts/BNPPSansCondLight-webfont.eot");
  src: local("☺"), url("../fonts/BNPPSansCondLight-webfont.woff") format("woff"), url("../fonts/BNPPSansCondLight-webfont.ttf") format("truetype"), url("../fonts/BNPPSansCondLight-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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-menu-burger:before {
  content: "\e600"; }

.text {
  font-family: BNPPSansLight;
  font-size: 15px;
  font-size: 1.5rem; }

strong {
  font-family: BNPPSansBold;
  font-weight: normal; }

.button:hover, .button:focus, .button:active {
  text-decoration: none; }

/*** HEADER ***/
.header {
  float: left;
  width: 100%;
  position: relative; }
  .header .nav--bar--lang {
    width: 100%;
    background: #00965e;
    float: left;
    padding: 12px 0;
    height: 38px; }
    .header .nav--bar--lang .content {
      margin: auto;
      position: relative; }
      @media screen and (min-width: 992px) {
        .header .nav--bar--lang .content {
          width: 990px; } }
      @media screen and (min-width: 1200px) {
        .header .nav--bar--lang .content {
          width: 1140px; } }
      .header .nav--bar--lang .content a.active {
        float: right;
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: "BNPPSansRegular";
        font-size: 13px; }
        .header .nav--bar--lang .content a.active .caret {
          display: inline-block;
          width: 0;
          height: 0;
          margin: 0 0 0 3px;
          vertical-align: middle;
          border-top: 3px solid #FFFFFF;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      .header .nav--bar--lang .content ul {
        display: none;
        background: #FFFFFF;
        border: solid 1px #00965e;
        padding: 10px;
        position: absolute;
        z-index: 5;
        right: 0;
        top: 4px; }
        .header .nav--bar--lang .content ul a {
          text-transform: uppercase;
          font-size: 13px;
          color: #00965e; }
  .header .header--top {
    border-top: solid 3px #00965e;
    float: left;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .header .header--top {
        height: 85px;
        border: none; } }
    .header .header--top .content {
      width: auto; }
      @media screen and (min-width: 992px) {
        .header .header--top .content {
          width: 990px;
          margin: auto; } }
      @media screen and (min-width: 1200px) {
        .header .header--top .content {
          width: 1140px;
          height: 85px;
          margin: auto; } }
    .header .header--top .header--logo {
      margin: 11px 0 6px 14px;
      display: block;
      float: left; }
      @media screen and (min-width: 992px) {
        .header .header--top .header--logo {
          margin: 15px 12px 15px 0; } }
      .header .header--top .header--logo img {
        width: auto; }
    .header .header--top .title-site {
      float: left;
      margin: 34px 0;
      padding-left: 17px;
      font-family: "BNPPSansRegular";
      font-size: 16px;
      color: #7C7C7B;
      text-transform: uppercase;
      border-left: solid 1px #7C7C7B; }
    .header .header--top .baseline {
      font-family: "BNPPSansRegular";
      font-size: 16px;
      margin: 34px 0 34px 35px;
      float: left; }
    .header .header--top .nav--link--mobile {
      float: right;
      background: #00965e;
      padding: 16px; }
      .header .header--top .nav--link--mobile:before {
        font-family: icomoon;
        content: "\e600";
        color: #FFFFFF;
        font-size: 26px; }
  .header .header--menu {
    width: 100%;
    clear: left;
    background: #DFDDDC;
    float: left; }
    .header .header--menu .content {
      margin: auto; }
      @media screen and (min-width: 992px) {
        .header .header--menu .content {
          width: 990px; } }
      @media screen and (min-width: 1200px) {
        .header .header--menu .content {
          width: 1140px; } }
      .header .header--menu .content ul {
        margin: 0; }
        .header .header--menu .content ul li {
          float: left;
          text-transform: uppercase;
          font-size: 14px;
          font-family: "BNPPSansRegular";
          border-left: solid 1px #CECCCB;
          transition: background ease .2s; }
          .header .header--menu .content ul li:hover {
            background: #F5F5F5;
            cursor: pointer; }
          .header .header--menu .content ul li a {
            color: #444444;
            padding: 20px 23px 17px 23px;
            display: block;
            height: 50px; }
            .header .header--menu .content ul li a:hover {
              color: #000000; }
          .header .header--menu .content ul li.active {
            background: #F5F5F5; }
            .header .header--menu .content ul li.active a {
              color: #00965e; }
        .header .header--menu .content ul li:first-child a {
          width: 57px;
          height: 50px;
          display: block;
          padding-top: 16px;
          overflow: hidden;
          padding: 17px 20px;
          line-height: 60px; }
          .header .header--menu .content ul li:first-child a:before {
            background: url("../images/ico-home.png") no-repeat;
            background-position: 0 -16px;
            content: "";
            display: block;
            width: 16px;
            height: 16px; }
          .header .header--menu .content ul li:first-child a:hover:before {
            background-position: 0 0; }
        .header .header--menu .content ul li:first-child.active a:before {
          background-position: 0 0; }
  .header .header--image {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden; }
    .header .header--image img {
      width: 100%;
      float: left;
      height: auto; }
      .header .header--image img:nth-child(2) {
        display: none; }
      @media screen and (min-width: 992px) {
        .header .header--image img {
          min-height: 100%; } }
    .header .header--image .background-image {
      width: 100%;
      background-size: cover !important;
      display: none; }
      @media screen and (min-width: 992px) {
        .header .header--image .background-image {
          height: 370px;
          position: absolute;
          display: block; } }
      @media screen and (min-width: 1200px) {
        .header .header--image .background-image {
          height: 420px; } }
      @media screen and (min-width: 1900px) {
        .header .header--image .background-image {
          height: 470px; } }
      @media screen and (min-width: 2200px) {
        .header .header--image .background-image {
          height: 500px; } }
    @media screen and (min-width: 992px) {
      .header .header--image .content {
        width: 990px;
        height: 370px;
        margin: auto;
        position: relative; } }
    @media screen and (min-width: 1200px) {
      .header .header--image .content {
        width: 1140px;
        height: 420px; } }
    @media screen and (min-width: 1900px) {
      .header .header--image .content {
        height: 470px; } }
    @media screen and (min-width: 2200px) {
      .header .header--image .content {
        height: 500px; } }
    .header .header--image .header--image--content {
      background: #00965e;
      padding: 13px;
      position: absolute;
      bottom: 0;
      right: 0; }
      .header .header--image .header--image--content h2, .header .header--image .header--image--content p {
        display: none; }
      @media screen and (min-width: 992px) {
        .header .header--image .header--image--content {
          width: 464px;
          padding: 20px 30px 25px 30px; }
          .header .header--image .header--image--content h2 {
            font-family: "BNPPSansCond";
            font-size: 32px;
            margin: 10px 0;
            color: #FFFFFF;
            text-transform: uppercase;
            display: block; }
          .header .header--image .header--image--content p {
            color: #FFFFFF;
            font-size: 14px;
            line-height: 20px;
            display: block; } }
      .header .header--image .header--image--content a {
        background: #FFFFFF;
        color: #2d2926;
        padding: 15px 20px 13px 20px;
        border-radius: 3px;
        display: block;
        text-transform: uppercase;
        font-family: BNPPSansCondBold;
        font-size: 20px;
        border: solid 1px #FFFFFF;
        transition: all ease .2s; }
        @media screen and (min-width: 992px) {
          .header .header--image .header--image--content a {
            font-size: 16px;
            width: auto;
            display: inline-block;
            padding: 13px 30px 11px 30px;
            border-radius: 2px; } }
        .header .header--image .header--image--content a:hover {
          background: none;
          border: solid 1px #FFFFFF;
          color: #FFFFFF; }

.home .header .header--image .background-image {
  background-position: top center !important; }

@media screen and (min-width: 992px) {
  .actualites .header .header--image {
    background: url("../images/header-actualites-large.jpg") no-repeat center; } }

.actualites .header .header--image, .personalia .header .header--image, .contact .header .header--image, .agenda .header .header--image, .article .header .header--image, .associations .header .header--image, .association .header .header--image {
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .actualites .header .header--image, .personalia .header .header--image, .contact .header .header--image, .agenda .header .header--image, .article .header .header--image, .associations .header .header--image, .association .header .header--image {
      height: 370px;
      background-size: cover; } }
  @media screen and (min-width: 1200px) {
    .actualites .header .header--image, .personalia .header .header--image, .contact .header .header--image, .agenda .header .header--image, .article .header .header--image, .associations .header .header--image, .association .header .header--image {
      height: 420px; } }
  @media screen and (min-width: 1900px) {
    .actualites .header .header--image, .personalia .header .header--image, .contact .header .header--image, .agenda .header .header--image, .article .header .header--image, .associations .header .header--image, .association .header .header--image {
      height: 470px; } }
  @media screen and (min-width: 2200px) {
    .actualites .header .header--image, .personalia .header .header--image, .contact .header .header--image, .agenda .header .header--image, .article .header .header--image, .associations .header .header--image, .association .header .header--image {
      height: 500px; } }

@media screen and (min-width: 992px) {
  .heading {
    width: 100%;
    border-bottom: solid 1px #DFDDDC;
    float: left;
    position: absolute;
    bottom: -100px; }
    .heading .content {
      width: 990px;
      margin: 0 auto; } }

@media screen and (min-width: 1200px) {
  .heading .content {
    width: 1140px; } }

.heading .breadCrumb {
  clear: left;
  position: relative;
  top: 8px; }
  @media screen and (min-width: 992px) {
    .heading .breadCrumb {
      height: 30px; } }
  .heading .breadCrumb li {
    float: left;
    font-size: 20px;
    font-family: "BNPPSansBold";
    margin-right: 12px; }
    .heading .breadCrumb li a {
      color: #00965e; }
    .heading .breadCrumb li:after {
      content: "\e603";
      color: #00965e;
      font-size: 10px;
      font-weight: bold;
      font-family: icomoon;
      margin-left: 12px; }
    .heading .breadCrumb li:last-child:after {
      content: ""; }
    .heading .breadCrumb li:last-child a {
      color: #5F5F5F; }

.meta-infos {
  background: #00965e;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  float: left;
  margin: 0;
  padding: 20px 15px 0 17px;
  width: 100%;
  font-family: BNPPSansLight; }
  @media screen and (min-width: 992px) {
    .meta-infos {
      position: relative;
      width: 528px;
      padding: 30px 30px 0 30px; } }

h1.pageTitle {
  background: #00965e;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 40px;
  float: left;
  margin: 0;
  padding: 20px 15px 15px 15px;
  width: 100%;
  font-family: BNPPSansCond; }
  @media screen and (min-width: 992px) {
    h1.pageTitle {
      font-size: 60px;
      width: 528px;
      padding: 25px 30px 20px 30px;
      position: relative;
      clear: left;
      bottom: 10px; } }

/*** NAV MOBILE ***/
.nav-mobile {
  display: none;
  width: 100%;
  z-index: 50;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: url("../images/bg-black.png"); }
  .nav-mobile .close-mobile {
    float: left;
    background: #00965e;
    padding: 20px; }
    .nav-mobile .close-mobile:before {
      font-family: icomoon;
      content: "\e606";
      color: #FFFFFF;
      font-size: 20px; }
  .nav-mobile .rightContent {
    background: #2d2926;
    float: left;
    width: calc(100% - 60px);
    height: 100%;
    padding: 52px; }
    .nav-mobile .rightContent .main-menu {
      margin: 0 0 12px 0;
      border-bottom: solid 1px #FFFFFF;
      padding-bottom: 10px; }
      .nav-mobile .rightContent .main-menu li {
        margin-bottom: 18px; }
        .nav-mobile .rightContent .main-menu li a {
          color: #FFFFFF;
          font-size: 24px;
          text-transform: uppercase; }
          .nav-mobile .rightContent .main-menu li a.active {
            color: #00965e; }
    .nav-mobile .rightContent .language-choice {
      margin-top: 0;
      width: 100%; }
      .nav-mobile .rightContent .language-choice ul {
        width: calc(50% - 6px);
        margin: 0;
        float: right; }
        .nav-mobile .rightContent .language-choice ul a {
          width: 100% !important; }
      .nav-mobile .rightContent .language-choice li {
        float: left;
        width: 100%; }
        .nav-mobile .rightContent .language-choice li:last-child {
          float: right; }
      .nav-mobile .rightContent .language-choice a {
        background: #5F5F5F;
        width: 50%;
        height: 42px;
        display: inline-block;
        line-height: 46px;
        text-align: center;
        font-family: "BNPPSansCond";
        text-transform: uppercase;
        font-size: 25px;
        color: white; }
        .nav-mobile .rightContent .language-choice a.active {
          background: #00965e; }
    .nav-mobile .rightContent .second-menu {
      border-bottom: solid 1px #FFFFFF;
      border-top: solid 1px #FFFFFF;
      padding-bottom: 10px;
      padding-top: 30px;
      margin-bottom: 30px; }
      .nav-mobile .rightContent .second-menu li {
        margin-bottom: 18px; }
        .nav-mobile .rightContent .second-menu li a {
          color: #FFFFFF;
          font-size: 16px; }
          .nav-mobile .rightContent .second-menu li a.active {
            color: #00965e; }
    .nav-mobile .rightContent .copyright {
      color: #FFFFFF;
      font-size: 16px; }

/*** FOOTER ***/
.footer {
  width: 100%;
  margin-top: 80px;
  float: left;
  border-top: solid 2px #00965e;
  padding: 10px 0; }
  .footer .content {
    margin: auto; }
    @media screen and (min-width: 992px) {
      .footer .content {
        width: 990px; } }
    @media screen and (min-width: 1200px) {
      .footer .content {
        width: 1140px; } }
    .footer .content .footer--logo {
      float: left; }
      .footer .content .footer--logo img {
        width: 130px; }
    .footer .content .baseline {
      font-size: 15px;
      font-family: "BNPPSansRegular";
      margin: 10px 20px;
      float: left; }
    .footer .content .bottom-menu {
      float: right;
      margin: 10px 0 0 0; }
      .footer .content .bottom-menu li {
        float: left;
        font-family: "BNPPSansRegular";
        font-size: 10px;
        padding: 2px 4px 0 0;
        margin-right: 5px;
        border-right: solid 1px #444444; }
        .footer .content .bottom-menu li a {
          color: #444444; }
    .footer .content .copyright {
      float: right;
      font-family: "BNPPSansRegular";
      font-size: 10px;
      margin: 12px 0; }

/*** COMMON ***/
iframe {
  width: 100%;
  height: 26.25vh;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    iframe {
      height: 56.25vh;
      padding: 0;
      margin: 0; } }

@media (max-width: 991px) {
  img.hidden-md {
    display: none !important; } }

.sr-only {
  display: none; }

/*** TABS ***/
ul.tabs {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  float: left; }
  ul.tabs li {
    width: 33.333333%;
    float: left;
    outline: none;
    /*
        @include breakpoint ($md) {
            width: 380px;
        }
*/ }
    ul.tabs li a {
      color: #666666;
      outline: none;
      text-align: center;
      padding: 20px 0 16px 0;
      font-size: 12px;
      background: #F4F4F4;
      border-bottom: solid 5px #F4F4F4;
      display: block; }
      @media screen and (min-width: 992px) {
        ul.tabs li a {
          font-size: 16px; } }
      ul.tabs li a.active {
        color: #00965e;
        font-family: BNPPSansRegular; }
      ul.tabs li a:hover {
        background: #00965e;
        color: #FFFFFF; }
    ul.tabs li:after {
      content: '';
      width: 1px;
      height: 36px;
      margin-top: -46px;
      display: block;
      background: #dadada;
      float: right; }
    ul.tabs li:last-child:after {
      display: none; }
    ul.tabs li.ui-state-active a {
      background: #E7E7E7;
      border-bottom: solid 5px #00965e;
      color: #00965e;
      font-family: BNPPSansRegular; }

.associations ul.tabs li {
  width: 100%;
  float: none;
  text-transform: uppercase; }
  .associations ul.tabs li a {
    font-size: 14px; }
  .associations ul.tabs li:after {
    display: none; }
  @media screen and (min-width: 992px) {
    .associations ul.tabs li {
      width: 25%;
      float: left;
      display: inline-block; } }

.associations li.all a {
  padding: 11px 0 9px 0; }

@media (min-width: 625px) {
  .associations li.all a {
    padding: 11px 40px 9px 40px; } }

/*** PAGER ***/
.pager {
  float: left;
  width: 100%;
  padding: 0;
  margin: 15px auto;
  border-top: solid 2px #dfdddc; }
  @media screen and (min-width: 992px) {
    .pager {
      margin-top: 50px;
      padding: 0 15px; }
      .pager .content {
        width: auto;
        float: right;
        margin: auto; } }
  .pager .prev {
    background: url("../images/prev.png") no-repeat center;
    background-size: 12px 20px;
    width: 20px;
    height: 48px;
    display: block;
    margin-top: 10px;
    margin-right: 5px;
    float: left; }
    @media screen and (min-width: 992px) {
      .pager .prev {
        background-size: 6px 10px;
        width: 10px;
        height: 24px; } }
  .pager .next {
    background: url("../images/next.png") no-repeat center;
    background-size: 12px 20px;
    width: 20px;
    height: 48px;
    display: block;
    margin-top: 10px;
    margin-left: 5px;
    float: right; }
    @media screen and (min-width: 992px) {
      .pager .next {
        background-size: 6px 10px;
        width: 10px;
        height: 24px; } }
  .pager ul {
    width: calc(100% - 50px);
    float: left;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .pager ul {
        margin: auto;
        width: auto; } }
    .pager ul li {
      float: left;
      margin: 0;
      width: auto; }
      .pager ul li a {
        border-top: solid 2px #dfdddc;
        padding: 23px 5px;
        float: left;
        font-size: 22px;
        color: #5f5f5f;
        margin: -2px 7px; }
        @media screen and (min-width: 992px) {
          .pager ul li a {
            margin: -2px 15px;
            font-size: 14px;
            padding: 15px 5px; } }
      .pager ul li.active a, .pager ul li.active:hover a {
        color: #2d2926;
        font-weight: bold;
        border-top: solid 2px #2d2926;
        font-family: "BNPPSansRegular"; }
      .pager ul li:hover a {
        color: #00965e;
        font-weight: bold;
        border-top: solid 2px #00965e;
        font-family: "BNPPSansRegular"; }

ul.pagination {
  width: 100%; }

.pager-list {
  float: left;
  width: 100%;
  background: #5F5F5F;
  padding: 10px; }
  .pager-list .prev {
    background: url("../images/prev-white.png") no-repeat left top;
    background-size: 13px 21px;
    padding: 2px 20px;
    font-family: BNPPSansCond;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    float: left;
    margin: 14px 0 0 3px; }
  .pager-list .next {
    background: url("../images/next-white.png") no-repeat right top;
    background-size: 13px 21px;
    padding: 2px 20px;
    font-family: BNPPSansCond;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    float: right;
    margin: -30px 3px; }
  .pager-list .back {
    background: url("../images/back-list.png");
    width: 28px;
    height: 21px;
    background-size: 28px;
    display: block;
    margin: 11px auto; }

.backToList {
  width: 100%;
  float: left;
  background: #5F5F5F; }
  .backToList .content {
    width: 754px;
    margin: 18px auto 15px; }
    .backToList .content a {
      color: #FFFFFF;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "BNPPSansCond"; }
      .backToList .content a:before {
        content: "\e602";
        font-family: icomoon;
        color: #FFFFFF;
        font-size: 8px;
        margin: 2px 7px 0 0;
        display: block;
        float: left; }

.nav-articles {
  width: 100%;
  float: left;
  background: #2d2926;
  display: none !important; }
  .nav-articles .content {
    width: 754px;
    margin: 0 auto; }
    .nav-articles .content .item {
      width: 350px;
      padding: 15px 0;
      float: left;
      margin: 25px 0; }
      .nav-articles .content .item a {
        width: 125px;
        height: 93px;
        position: relative;
        float: left;
        margin-right: 12px;
        overflow: hidden; }
        .nav-articles .content .item a .overlay {
          width: 125px;
          height: 93px;
          background: url("../images/overlay-green.png");
          position: absolute;
          z-index: 1;
          text-align: center;
          color: #FFFFFF;
          font-family: "BNPPSansCond";
          text-transform: uppercase;
          font-size: 17px;
          padding-top: 32px; }
        .nav-articles .content .item a img {
          width: 125px; }
      .nav-articles .content .item .meta {
        color: #FFFFFF;
        font-size: 14px;
        float: left;
        width: 165px;
        margin-top: 5px; }
      .nav-articles .content .item p {
        font-family: BNPPSansBold;
        margin: 10px 0;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 27px;
        float: left;
        width: 165px; }
      .nav-articles .content .item.prev {
        border-right: solid 1px #5F5F5F;
        padding-right: 40px;
        margin-right: 40px; }

.option-picker {
  background: #F4F4F4;
  padding: 10px; }
  @media screen and (min-width: 992px) {
    .option-picker {
      padding: 11px; } }
  .option-picker + .option-picker {
    margin-top: 10px;
    margin-top: 1rem; }
  .page-content .option-picker {
    margin-bottom: 20px;
    margin-bottom: 2rem; }

.option-picker__selected {
  padding: 8px 8px 5px 8px;
  font-family: BNPPSansRegular;
  text-transform: uppercase;
  color: #00965e;
  font-size: 15px;
  font-size: 1.5rem;
  cursor: pointer; }
  .option-picker__selected .icon {
    float: right;
    margin-top: -3px;
    font-size: 15px;
    font-size: 1.5rem; }

.option-picker__list {
  display: none;
  background-color: #F4F4F4;
  width: calc(100% - 28px);
  padding: 10px;
  margin-left: -10px;
  position: absolute;
  z-index: 50; }
  @media screen and (min-width: 992px) {
    .option-picker__list {
      width: 408px;
      margin-left: -11px; } }
  .option-picker--open .option-picker__list {
    display: block; }

.option-picker__list__item {
  font-family: BNPPSansRegular;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }
  .option-picker__list__item:first-child .link {
    padding-top: 5px;
    padding-top: 0.5rem; }
  .option-picker__list__item:last-child {
    border: none; }
  .option-picker__list__item .link {
    display: block;
    padding: 10px 0;
    padding: 1rem 0;
    color: #5F5F5F;
    text-decoration: none;
    font-size: 15px; }
  .option-picker__list__item:hover .link, .option-picker__list__item.option-picker__list__item--active .link {
    font-family: BNPPSansRegular;
    color: #93bd0e; }

.icon-arrow-down-light:before {
  content: "\e601";
  font-family: icomoon;
  color: #5F5F5F;
  font-size: 5px; }

/*** SLIDER ***/
.slider {
  position: relative;
  overflow: hidden;
  height: 50px;
  margin-top: 20px; }

.slider a {
  position: relative;
  z-index: 2;
  width: 55px;
  font-family: "BNPPSansRegular";
  height: 100%;
  text-align: center;
  padding: 19px 0;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer; }

.slider a::selection {
  background-color: #e7e7e7; }

.slider a::-moz-selection {
  background-color: #e7e7e7; }

.slider a.left {
  float: left;
  border-right: 7px solid white;
  background-color: #e7e7e7;
  color: #666666;
  font-family: "BNPPSansLight";
  padding: 17px 0;
  font-size: 20px;
  cursor: pointer; }

.slider a.right {
  float: right;
  border-left: 7px solid white;
  background-color: #e7e7e7;
  color: #666666;
  font-family: "BNPPSansLight";
  padding: 17px 0;
  font-size: 20px;
  cursor: pointer; }

.slider p.current-year {
  background-color: #00965e;
  width: 75px;
  float: left;
  z-index: 2;
  position: relative;
  height: 100%;
  font-family: "BNPPSansRegular";
  color: white;
  font-size: 18px;
  padding: 19px 0;
  text-align: center;
  margin: 0; }

.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%;
  background-color: #f4f4f4;
  text-align: center;
  text-transform: uppercase;
  float: left; }

.slider ul li.selected a {
  color: #00965e;
  font-family: "BNPPSansRegular"; }

.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 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-family: "BNPPSansLight";
  color: #666666; }
  .slider ul li a:before {
    background: #DADADA;
    width: 1px;
    height: 30px;
    float: right;
    display: block;
    content: '';
    margin-top: -10px; }

.slider ul li a:hover {
  color: #00965e;
  font-family: "BNPPSansRegular"; }

.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: "BNPPSansRegular";
  color: white;
  background-color: #00965e;
  font-size: 18px;
  padding: 19px 0; }

/*** COOKIE BANNER ***/
.cookieBanner {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 150, 94, 0.85);
  padding: 5px 5px 5px 15px;
  color: #FFFFFF; }
  .cookieBanner h2 {
    font-family: "BNPPSansCondBold";
    text-transform: uppercase;
    font-size: 24px; }
  .cookieBanner p {
    font-size: 15px;
    line-height: 18px;
    float: left;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .cookieBanner p {
        font-size: 12px;
        line-height: 18px;
        width: 80%; } }
  .cookieBanner a {
    color: #FFFFFF;
    text-decoration: underline; }
  .cookieBanner .closeCookie {
    background: #FFFFFF;
    padding: 12px 20px 10px 20px;
    display: block;
    color: #333333;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-family: "BNPPSansCondBold";
    font-size: 16px;
    width: auto;
    float: right;
    margin: 11px; }

/* Base */
.addtocalendar var {
  display: none; }

.addtocalendar {
  position: relative;
  display: inline-block; }

.atcb-link {
  text-align: center;
  display: block;
  color: #FFFFFF !important;
  outline: none !important;
  cursor: pointer; }

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible; }

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 178px;
  z-index: 900; }

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #FFFFFF;
  background: #00965e; }

.atcb-item {
  float: none;
  text-align: left; }

.atcb-item a {
  color: #FFFFFF !important;
  padding: 5px 10px; }

.atcb-item.hover a,
.atcb-item:hover a {
  color: #444444 !important;
  background: #DFDDDC;
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none; }

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block; }

.addtocalendar var {
  display: none; }

.addtocalendar,
.addeventatc {
  width: 180px;
  background: #00965e;
  color: #FFFFFF !important;
  border: solid 1px #EEEEEE;
  display: block;
  float: left;
  padding: 12px;
  font-size: 14px;
  text-transform: uppercase; }
  .addtocalendar:hover,
  .addeventatc:hover {
    cursor: pointer; }

.addeventatc_dropdown {
  clear: left;
  margin-top: 10px; }
  .addeventatc_dropdown span {
    display: block;
    padding: 7px; }

/* Default custom select styles */
div.cs-select {
  margin-top: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'BNPPSansLight';
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  color: #555555;
  background: #fff;
  border: 1px solid #CCCCCC;
  height: 44px;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  div.cs-select.cs-select.emailSuffix {
    display: inline-block !important;
    width: 120px; }
    div.cs-select.cs-select.emailSuffix span {
      padding: 12px 20px 12px 8px; }
    div.cs-select.cs-select.emailSuffix .cs-options {
      width: auto; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  visibility: hidden; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 14px 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-placeholder {
  background: calc(100% - 10px) center url("../images/select-arrow-down.jpg") no-repeat; }

.cs-select.cs-active .cs-placeholder {
  background: calc(100% - 10px) center url("../images/select-arrow-up.jpg") no-repeat; }

/* Options */
.cs-select .cs-options {
  display: none;
  position: absolute;
  left: -1px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 320px;
  width: calc(100% + 2px);
  color: #555555;
  background: #fff;
  border: 1px solid #CCCCCC;
  z-index: 10; }

.cs-select .cs-options ul ul span:hover {
  color: #00965e; }

.cs-select.cs-active .cs-options {
  display: block; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 11.5px 8px;
  transition: 0.5s all ease; }

.cs-select ul li.cs-focus span {
  color: #00965e; }

.cs-select ul li:hover span {
  background-color: #EFEFEF; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

/* Error state */
.cs-select.error {
  border: 1px solid #f00; }

/*** HOME ***/
.home .container {
  padding: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .home .container section {
    margin: 5px; }

section {
  background: #F3F3F3;
  margin-bottom: 12px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 992px) {
    section {
      width: 480px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1200px) {
    section {
      width: 560px; } }
  section.presentation {
    padding: 0 20px 30px 20px; }
    section.presentation .title {
      background: #93bd0e;
      color: #FFFFFF;
      font-family: BNPPSansRegular;
      width: auto;
      padding: 26px 26px 22px 26px;
      font-size: 18px;
      display: inline-block; }
      @media screen and (min-width: 992px) {
        section.presentation .title {
          font-size: 16px;
          padding: 18px 19px 16px 19px;
          font-family: "BNPPSansLight"; } }
      section.presentation .title:before {
        font-family: icomoon;
        content: "\e607";
        color: #FFFFFF;
        font-size: 28px;
        margin-top: -7px;
        margin-right: 15px;
        float: left; }
        @media screen and (min-width: 992px) {
          section.presentation .title:before {
            font-size: 18px;
            margin: -3px 10px 0 0; } }
    section.presentation h1 {
      font-size: 38px;
      font-family: BNPPSansCond;
      color: #5F5F5F;
      text-transform: uppercase;
      margin: 30px 0 0 0; }
      @media screen and (min-width: 992px) {
        section.presentation h1 {
          font-size: 30px; } }
    section.presentation p {
      font-family: BNPPSansLight;
      font-size: 20px;
      color: #5F5F5F;
      line-height: 32px;
      margin: 10px 0 30px 0; }
      @media screen and (min-width: 992px) {
        section.presentation p {
          font-size: 16px;
          font-family: "BNPPSansRegular";
          line-height: 22px; } }
    section.presentation img {
      width: 100%; }
      @media screen and (min-width: 992px) {
        section.presentation img {
          width: 197px; } }
    section.presentation .video_desc {
      font-size: 15px;
      font-family: "BNPPSansLight";
      color: #5F5F5F;
      width: 200px;
      float: left;
      margin: 30px 0 10px 0; }
    section.presentation .button {
      background: #93bd0e;
      color: #FFFFFF;
      text-transform: uppercase;
      text-align: center;
      display: block;
      width: 100%;
      font-family: BNPPSansCond;
      font-size: 20px;
      padding: 18px 0 13px 0;
      border-radius: 5px;
      margin-top: 20px;
      float: left;
      border: solid 1px #93bd0e;
      transition: all ease .2s; }
      @media screen and (min-width: 992px) {
        section.presentation .button {
          width: 170px;
          margin: 0;
          padding: 10px 0 8px 0;
          border-radius: 2px;
          font-size: 16px; } }
      section.presentation .button:hover {
        background: none;
        color: #93bd0e; }
    section.presentation .image.videoPlay {
      position: relative;
      display: block;
      width: 100%;
      float: left;
      margin-right: 20px; }
      @media screen and (min-width: 992px) {
        section.presentation .image.videoPlay {
          width: 197px;
          height: 123px; } }
      section.presentation .image.videoPlay .icon {
        background: url("../images/icon-play.png");
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 5;
        left: 50%;
        top: 50%;
        margin: -25px 0 0 -25px;
        background-size: 50px; }
        @media screen and (min-width: 992px) {
          section.presentation .image.videoPlay .icon {
            width: 40px;
            height: 40px;
            margin: -20px 0 0 -20px;
            background-size: 40px; } }
    section.presentation #video-modal {
      display: none;
      position: fixed;
      z-index: 50;
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      top: 0;
      left: 0;
      height: 100%; }
      section.presentation #video-modal.active {
        display: block; }
      section.presentation #video-modal .modal-dialog {
        width: 800px;
        height: 600px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -300px 0 0 -400px; }
      section.presentation #video-modal .close-video {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -343px 0 0 286px; }
      section.presentation #video-modal .close-video button {
        background: #00965e;
        color: #FFFFFF;
        padding: 12px 25px;
        text-align: center;
        border: none;
        text-transform: uppercase;
        font-size: 18px; }
  section.advantages {
    background: url("../images/bg-logo-bnp.png") no-repeat left top #24b3c7;
    background-size: 100%;
    padding: 24px 30px 12px 20px; }
    @media screen and (min-width: 992px) {
      section.advantages {
        float: right;
        padding: 25px 25px 18px 25px;
        background-size: 60%; } }
    section.advantages h2 {
      font-family: BNPPSansCond;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 40px;
      margin: 0; }
      @media screen and (min-width: 992px) {
        section.advantages h2 {
          font-size: 30px; } }
    section.advantages ul {
      margin-left: 20px; }
    section.advantages li {
      margin: 7px 0;
      color: #F3F3F3;
      font-size: 20px;
      line-height: 38px;
      list-style-type: disc; }
      @media screen and (min-width: 992px) {
        section.advantages li {
          font-size: 20px;
          margin: 4px 0;
          line-height: 30px; } }
    section.advantages a {
      text-transform: uppercase;
      color: #FFFFFF;
      font-family: BNPPSansBold;
      padding: 0;
      position: relative; }
      section.advantages a div {
        background: url("../images/icon-question.png") no-repeat right;
        height: 25px;
        width: 25px;
        background-size: contain;
        display: inline-block;
        position: absolute;
        right: -11px;
        top: 4px;
        transition: 0.5s ease all;
        display: none; }
        @media screen and (min-width: 992px) {
          section.advantages a div {
            display: block; } }
        section.advantages a div span {
          width: 300px;
          background-color: #F3F3F3;
          opacity: 0;
          position: absolute;
          left: 50%;
          margin-left: -150px;
          bottom: -20px;
          color: #5F5F5F;
          font-size: 15px;
          line-height: 19px;
          text-transform: none;
          font-family: "BNPPSans";
          transition: 0.5s ease all;
          visibility: hidden; }
          section.advantages a div span:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid  #F3F3F3;
            position: absolute;
            left: 50%;
            bottom: -10px;
            margin-left: -10px; }
          @media screen and (min-width: 992px) {
            section.advantages a div span {
              padding: 10px; } }
        section.advantages a div:hover {
          transition: 0.5s ease all; }
          section.advantages a div:hover span {
            bottom: 40px;
            opacity: 1;
            transition: 0.5s ease all;
            visibility: visible; }
  section.newsletter {
    padding: 18px;
    float: right; }
    section.newsletter .content {
      background: #24b3c7;
      padding: 20px 14px; }
      @media screen and (min-width: 992px) {
        section.newsletter .content {
          padding: 15px 14px 10px 14px; } }
      section.newsletter .content h2 {
        font-family: BNPPSansCond;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 36px;
        margin: 0;
        line-height: 43px; }
        @media screen and (min-width: 992px) {
          section.newsletter .content h2 {
            font-size: 30px;
            line-height: 28px; } }
      section.newsletter .content p {
        color: #F3F3F3;
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0 0 0; }
        @media screen and (min-width: 992px) {
          section.newsletter .content p {
            font-size: 13px;
            line-height: 12px;
            margin-top: 3px; } }
    section.newsletter form {
      padding: 15px;
      background: #FFFFFF; }
      @media screen and (min-width: 992px) {
        section.newsletter form {
          padding: 40px 25px 35px 25px;
          float: left; } }
      section.newsletter form input {
        width: 100%;
        border-radius: 5px;
        border: solid 1px #24b3c7;
        font-size: 32px;
        padding: 10px;
        outline: none; }
        @media screen and (min-width: 992px) {
          section.newsletter form input {
            border-radius: 3px;
            width: 280px;
            padding: 10px 14px;
            font-size: 14px;
            float: left; } }
        @media screen and (min-width: 1200px) {
          section.newsletter form input {
            width: 359px; } }
      section.newsletter form button {
        background: #24b3c7;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        border: 0;
        border-radius: 5px;
        height: 54px;
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 20px;
        font-family: BNPPSansCond; }
        @media screen and (min-width: 992px) {
          section.newsletter form button {
            font-size: 16px;
            height: auto;
            padding: 10px 25px 8px 25px;
            float: left;
            width: auto;
            border-radius: 2px;
            margin: 0 0 0 12px; } }
      section.newsletter form .has-error {
        clear: left;
        margin-top: 15px;
        float: left;
        color: red; }
      section.newsletter form .alert {
        background: #00965e;
        position: absolute;
        width: 500px;
        height: 130px;
        z-index: 50;
        top: 50%;
        left: 50%;
        margin: -65px 0 0 -250px;
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
        padding: 50px; }
        section.newsletter form .alert .close {
          width: 40px;
          height: 40px;
          display: block;
          background: url("../images/close.png");
          position: absolute;
          top: 10px;
          right: 10px; }
      section.newsletter form .overlay {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0; }
  section.news .imageContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50%; }
    @media screen and (min-width: 768px) {
      section.news .imageContainer {
        padding-top: 33%; } }
    @media screen and (min-width: 992px) {
      section.news .imageContainer {
        width: 209px;
        height: 209px;
        float: left;
        padding-top: 0; } }
    section.news .imageContainer img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  section.news .content {
    padding: 18px;
    float: left;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 992px) {
      section.news .content {
        float: left;
        width: calc(100% - 209px);
        padding: 25px;
        height: 209px;
        background: url("../images/bg-article.png") no-repeat left center;
        margin-left: -15px; } }
    section.news .content .meta {
      font-size: 20px;
      color: #5F5F5F; }
      @media screen and (min-width: 992px) {
        section.news .content .meta {
          font-size: 16px; } }
    section.news .content p {
      font-family: BNPPSansBold;
      font-size: 26px;
      line-height: 36px;
      margin: 10px 0;
      color: #5F5F5F; }
      @media screen and (min-width: 992px) {
        section.news .content p {
          font-size: 18px;
          line-height: 27px; } }
    section.news .content .button {
      background: #00965e;
      padding: 17px 27px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: BNPPSansCond;
      font-size: 20px;
      float: right;
      border-radius: 2px;
      border: solid 1px #00965e;
      transition: all ease .2s; }
      @media screen and (min-width: 992px) {
        section.news .content .button {
          font-size: 16px;
          padding: 14px 30px 12px 30px;
          bottom: 25px;
          right: 25px;
          position: absolute; } }
      section.news .content .button:hover {
        color: #00965e;
        background: none; }

/*** ACTUALITES ***/
/*** ARTICLE ***/
.article .container .content {
  font-family: "BNPPSansLight", arial, sans-serif;
  font-size: 17px;
  line-height: 26px; }
  @media screen and (min-width: 992px) {
    .article .container .content {
      width: 754px;
      margin: 0 auto 100px; } }
  .article .container .content a {
    color: #00965e;
    text-decoration: none; }

@media screen and (min-width: 992px) {
  .article .content.title {
    position: relative;
    bottom: 50px; } }

.article .container h2 {
  font-family: BNPPSansCond;
  text-transform: uppercase;
  font-size: 38px;
  margin: 25px 0 8px 0;
  color: #5F5F5F;
  line-height: 38px; }
  @media screen and (min-width: 992px) {
    .article .container h2 {
      width: 754px;
      margin: 25px auto 8px;
      font-size: 30px; } }

.article .container p {
  font-family: BNPPSansLight;
  font-size: 19px;
  color: #5F5F5F;
  line-height: 30px;
  margin: 5px 0; }
  @media screen and (min-width: 992px) {
    .article .container p {
      width: 754px;
      margin: 15px auto;
      font-size: 16px;
      line-height: 25px; } }

.article .container img {
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 992px) {
    .article .container img {
      width: 100%;
      margin: 0 auto; } }

.article .footer {
  margin-top: 0; }

.article h1.pageTitle {
  bottom: 0;
  margin-bottom: 7px; }

.article .heading .breadCrumb li:nth-child(3) {
  display: none; }

/*** AGENDA ***/
@media screen and (min-width: 992px) {
  .agenda .filter {
    width: 408px;
    float: left;
    margin-right: 20px; }
  .agenda .slider {
    margin: 0; } }

.agenda_list {
  margin-top: 35px; }
  .agenda_list h2 {
    margin: 50px 0;
    font-family: 'BNPPSansCond', sans-serif;
    font-size: 28px;
    color: #242424;
    text-transform: uppercase; }
  .agenda_list .agenda_item {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: solid 1px #D7D7D7;
    float: left; }
    @media screen and (min-width: 992px) {
      .agenda_list .agenda_item {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
    .agenda_list .agenda_item:last-child {
      border: none; }
    .agenda_list .agenda_item .dates {
      width: 109px;
      height: 299px;
      float: left;
      background: url("../images/sep-date.png") no-repeat center #F4F4F4;
      background-size: 100%; }
      .agenda_list .agenda_item .dates .dateIn, .agenda_list .agenda_item .dates .dateOut {
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        color: #6F6F6F;
        font-size: 14px;
        line-height: 22px;
        padding: 42px 0; }
        .agenda_list .agenda_item .dates .dateIn span, .agenda_list .agenda_item .dates .dateOut span {
          clear: both;
          display: block;
          font-size: 24px;
          color: #00965e;
          font-family: "BNPPSansCondBold"; }
    .agenda_list .agenda_item .image {
      position: relative;
      float: left;
      margin-right: 30px;
      width: 299px;
      overflow: hidden;
      height: 299px; }
      .agenda_list .agenda_item .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-height: 300px;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (min-width: 992px) {
      .agenda_list .agenda_item .content {
        float: left;
        width: 540px; } }
    @media screen and (min-width: 1200px) {
      .agenda_list .agenda_item .content {
        float: left;
        width: 700px; } }
    .agenda_list .agenda_item .date {
      font-family: "BNPPSansCondBold";
      font-size: 24px;
      color: #00965e; }
      .agenda_list .agenda_item .date span {
        font-family: "BNPPSansLight";
        font-size: 18px; }
    .agenda_list .agenda_item h2 {
      font-size: 37px;
      font-family: "BNPPSansCond";
      color: #5F5F5F;
      margin: 10px 0;
      line-height: 47px;
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        .agenda_list .agenda_item h2 {
          color: #2d2926;
          font-size: 30px;
          line-height: initial; } }
    .agenda_list .agenda_item .place {
      font-size: 16px;
      color: #B8B8B8;
      font-family: "BNPPSansRegular";
      display: block;
      float: left;
      margin-right: 25px; }
      .agenda_list .agenda_item .place:before {
        content: "\e604";
        font-family: icomoon;
        font-size: 20px;
        color: #D2D2D2;
        margin-top: -3px;
        display: block;
        float: left;
        padding-right: 10px; }
        @media screen and (min-width: 992px) {
          .agenda_list .agenda_item .place:before {
            font-size: 16px;
            padding-right: 5px; } }
      @media screen and (min-width: 992px) {
        .agenda_list .agenda_item .place {
          font-size: 13px; } }
    .agenda_list .agenda_item .hour {
      font-size: 16px;
      color: #B8B8B8;
      font-family: "BNPPSansRegular";
      display: block;
      float: left; }
      .agenda_list .agenda_item .hour:before {
        content: "\e605";
        font-family: icomoon;
        font-size: 20px;
        color: #D2D2D2;
        margin-top: -3px;
        display: block;
        float: left;
        padding-right: 10px; }
        @media screen and (min-width: 992px) {
          .agenda_list .agenda_item .hour:before {
            font-size: 16px;
            padding-right: 5px; } }
      @media screen and (min-width: 992px) {
        .agenda_list .agenda_item .hour {
          font-size: 13px; } }
    .agenda_list .agenda_item p {
      font-size: 20px;
      line-height: 28px;
      color: #5F5F5F; }
      @media screen and (min-width: 992px) {
        .agenda_list .agenda_item p {
          font-size: 14px;
          line-height: 18px; } }
      .agenda_list .agenda_item p a {
        color: #00965e;
        text-transform: uppercase;
        font-family: "BNPPSansBold";
        text-decoration: underline;
        font-size: 17px; }
        @media screen and (min-width: 992px) {
          .agenda_list .agenda_item p a {
            font-size: 13px; } }
    .agenda_list .agenda_item ul {
      padding: 0;
      font-size: 20px;
      line-height: 24px;
      color: #5F5F5F; }
    .agenda_list .agenda_item a {
      color: #00965e; }
    .agenda_list .agenda_item .overflow::-webkit-scrollbar {
      display: none; }
    @media screen and (min-width: 992px) {
      .agenda_list .agenda_item .overflow {
        height: 168px;
        overflow-y: scroll;
        margin: 10px 0 15px 0; } }
    .agenda_list .agenda_item .overflow span, .agenda_list .agenda_item .overflow p {
      font-family: "BNPPSansLight" !important;
      font-size: 13px !important; }
    .agenda_list .agenda_item .overflow a {
      color: #00965e !important; }

.center-container {
  text-align: center; }
  .center-container .load-more-btn {
    background: #DFDDDC;
    color: #444444;
    display: inline-block;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s all ease;
    cursor: pointer; }
    .center-container .load-more-btn:hover {
      background: #F5F5F5; }

/*** ASSOCIATIONS ***/
.associations .ui-tabs {
  float: left; }

.association_item {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: solid 2px #dfdddc; }
  @media screen and (min-width: 992px) {
    .association_item {
      margin-bottom: 0;
      padding-bottom: 25px; } }
  .association_item:last-child {
    border: none; }
  .association_item h2 {
    font-size: 46px;
    font-family: "BNPPSansCondBold";
    color: #5F5F5F;
    margin: 30px 0 0 0; }
    @media screen and (min-width: 992px) {
      .association_item h2 {
        font-size: 30px; } }
  .association_item h3 {
    color: #B8B8B8;
    font-size: 17px;
    font-family: "BNPPSansRegular";
    margin: 0; }
    @media screen and (min-width: 992px) {
      .association_item h3 {
        font-size: 14px; } }
  .association_item p {
    font-size: 18px;
    font-family: "BNPPSansLight";
    color: #5F5F5F;
    line-height: 30px; }
    @media screen and (min-width: 992px) {
      .association_item p {
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0; } }
    .association_item p strong {
      display: block;
      margin-top: 20px; }
      @media screen and (min-width: 992px) {
        .association_item p strong {
          margin-top: 0;
          display: inline-block; } }
  .association_item .button {
    background: #00965e;
    padding: 17px 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: BNPPSansCond;
    font-size: 20px;
    float: left;
    border-radius: 2px;
    border: solid 1px #00965e;
    transition: all ease .2s; }
    .association_item .button:hover {
      background: none;
      color: #00965e; }
    @media screen and (min-width: 992px) {
      .association_item .button {
        font-size: 16px;
        padding: 14px 30px 12px 30px; } }
  .association_item a {
    color: #5F5F5F;
    font-size: 15px; }

.ui-tabs-panel .association_item:last-child {
  border-bottom: none; }

@media screen and (min-width: 992px) {
  .associations .container .content {
    width: 754px;
    margin: 0 auto 100px; }
    .associations .container .content .ui-tabs {
      width: 754px; }
      .associations .container .content .ui-tabs li a {
        height: 57px;
        padding: 20px 0 16px 0; }
    .associations .container .content .pager {
      display: none; } }

.associations .headerMap {
  width: 100%;
  overflow: hidden;
  height: 300px; }
  .associations .headerMap .backg-map {
    background: url("../images/map-pinned.jpg") no-repeat center;
    height: 300px;
    width: 100%;
    clear: left;
    position: relative;
    background-size: cover; }
    @media screen and (min-width: 1900px) {
      .associations .headerMap .backg-map {
        margin: auto; } }
  .associations .headerMap ul {
    display: none; }
  @media screen and (min-width: 992px) {
    .associations .headerMap {
      height: 537px; }
      .associations .headerMap .backg-map {
        height: 100%; } }
  @media screen and (min-width: 1200px) {
    .associations .headerMap .backg-map {
      background: url("../images/map.jpg") no-repeat center;
      width: 2060px;
      clear: left;
      position: relative;
      background-size: cover;
      background-position: -124px -330px; }
    .associations .headerMap ul {
      margin: 0;
      display: block; }
    .associations .headerMap li div {
      position: absolute;
      width: 200px;
      background-color: white;
      display: none;
      padding: 25px;
      margin-left: -206px;
      z-index: 2; }
      .associations .headerMap li div:after {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
        position: absolute;
        right: -10px;
        top: 15px; }
      .associations .headerMap li div h2 {
        font-size: 32px;
        font-family: "BNPPSansCondBold";
        margin-top: 0;
        margin-bottom: 12px; }
      .associations .headerMap li div a.button {
        display: block;
        height: 40px;
        text-align: center;
        font-size: 18px;
        font-family: "BNPPSansCondBold";
        text-transform: uppercase;
        line-height: 44px; }
        .associations .headerMap li div a.button.readmore {
          background-color: #93bd0e;
          color: white;
          margin-bottom: 10px;
          border: 1px solid transparent; }
          .associations .headerMap li div a.button.readmore:hover {
            border-color: #93bd0e;
            color: #93bd0e;
            background-color: white; }
        .associations .headerMap li div a.button.cancel {
          color: #cccccc;
          border: 1px solid #cccccc;
          display: none; }
          .associations .headerMap li div a.button.cancel:hover {
            border-color: #cccccc;
            color: white;
            background-color: #cccccc; }
    .associations .headerMap li span.pin {
      font-family: 'icomoon';
      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;
      width: 30px;
      height: 40px;
      display: block;
      position: absolute; }
      .associations .headerMap li span.pin:before {
        content: "\e900";
        font-size: 50px;
        color: #6b6b6b; }
      .associations .headerMap li span.pin:hover {
        cursor: pointer; }
        .associations .headerMap li span.pin:hover:before {
          color: #93bd0e; }
    .associations .headerMap li.Brabant.Wallon span.pin, .associations .headerMap li.Waals-Brabant.en.het.centrum span.pin {
      top: 190px;
      left: 850px; }
    .associations .headerMap li.Brabant.Wallon div, .associations .headerMap li.Waals-Brabant.en.het.centrum div {
      top: 190px;
      left: 865px; }
    .associations .headerMap li.Bruxelles span.pin, .associations .headerMap li.Brussel span.pin {
      top: 150px;
      left: 800px; }
    .associations .headerMap li.Bruxelles div, .associations .headerMap li.Brussel div {
      top: 150px;
      left: 815px; }
    .associations .headerMap li.Bruxelles.Atomium span.pin, .associations .headerMap li.Brussel.Atomium span.pin {
      top: 150px;
      left: 820px; }
    .associations .headerMap li.Bruxelles.Atomium div, .associations .headerMap li.Brussel.Atomium div {
      top: 150px;
      left: 1070px; }
    .associations .headerMap li.Charleroi span.pin {
      top: 259px;
      left: 836px; }
    .associations .headerMap li.Charleroi div {
      top: 259px;
      left: 851px; }
    .associations .headerMap li.Hainaut span.pin, .associations .headerMap li.Henegouwen span.pin {
      top: 219px;
      left: 766px; }
    .associations .headerMap li.Hainaut div, .associations .headerMap li.Henegouwen div {
      top: 219px;
      left: 781px; }
    .associations .headerMap li.Liège span.pin, .associations .headerMap li.Luik span.pin {
      top: 221px;
      left: 1006px; }
    .associations .headerMap li.Liège div, .associations .headerMap li.Luik div {
      top: 221px;
      left: 1246px; }
    .associations .headerMap li.Liège-Tchantchès span.pin, .associations .headerMap li.Luik-Tchantchès span.pin {
      top: 231px;
      left: 976px; }
    .associations .headerMap li.Liège-Tchantchès div, .associations .headerMap li.Luik-Tchantchès div {
      top: 231px;
      left: 991px; }
    .associations .headerMap li.Mons span.pin, .associations .headerMap li.Bergen span.pin {
      top: 240px;
      left: 736px; }
    .associations .headerMap li.Mons div, .associations .headerMap li.Bergen div {
      top: 240px;
      left: 751px; }
    .associations .headerMap li.Coupole span.pin, .associations .headerMap li.Koepel span.pin {
        top: 74px;
        left: 522px;
    }
    .associations .headerMap li.Coupole div, .associations .headerMap li.Koepel div {
        top: 84px;
        left: 531px;
    }
    .associations .headerMap li.Namur span.pin, .associations .headerMap li.Namen span.pin {
      top: 260px;
      left: 876px; }
    .associations .headerMap li.Namur div, .associations .headerMap li.Namen div {
      top: 260px;
      left: 891px; }
    .associations .headerMap li.Namur-Laruche span.pin, .associations .headerMap li.Namen-Laruche span.pin {
      top: 260px;
      left: 896px; }
    .associations .headerMap li.Namur-Laruche div, .associations .headerMap li.Namen-Laruche div {
      top: 260px;
      left: 1146px; }
    .associations .headerMap li.Tournai span.pin, .associations .headerMap li.Doornik span.pin {
      top: 212px;
      left: 666px; }
    .associations .headerMap li.Tournai div, .associations .headerMap li.Doornik div {
      top: 212px;
      left: 681px; }
    .associations .headerMap li.Mons-Tournai span.pin, .associations .headerMap li.Bergen-Doornik span.pin {
      top: 245px;
      left: 750px; }
    .associations .headerMap li.Mons-Tournai div, .associations .headerMap li.Bergen-Doornik div {
      top: 245px;
      left: 750px; }
    .associations .headerMap li.Verviers span.pin, .associations .headerMap li.Verviers-Eupen span.pin {
      top: 230px;
      left: 1060px; }
    .associations .headerMap li.Verviers div, .associations .headerMap li.Verviers-Eupen div {
      top: 230px;
      left: 1300px; }
    .associations .headerMap li.Aalst span.pin, .associations .headerMap li.Alost span.pin {
      top: 123px;
      left: 780px; }
    .associations .headerMap li.Aalst div, .associations .headerMap li.Alost div {
      top: 123px;
      left: 795px; }
    .associations .headerMap li.Antwerpen-Mechelen-Turnhout span.pin, .associations .headerMap li.Anvers-Malines-Turnhout span.pin, .associations .headerMap li.Anvers-.Province span.pin, .associations .headerMap li.Antwerpen-.Provincie span.pin {
      top: 40px;
      left: 880px; }
    .associations .headerMap li.Antwerpen-Mechelen-Turnhout div, .associations .headerMap li.Anvers-Malines-Turnhout div, .associations .headerMap li.Anvers-.Province div, .associations .headerMap li.Antwerpen-.Provincie div {
      top: 40px;
      left: 1120px; }
    .associations .headerMap li.Antwerpen span.pin, .associations .headerMap li.Anvers span.pin {
      top: 40px;
      left: 850px; }
    .associations .headerMap li.Antwerpen div, .associations .headerMap li.Anvers div {
      top: 40px;
      left: 865px; }
    .associations .headerMap li.Brugge.Kust span.pin, .associations .headerMap li.Bruges span.pin {
      top: 60px;
      left: 620px; }
    .associations .headerMap li.Brugge.Kust div, .associations .headerMap li.Bruges div {
      top: 60px;
      left: 635px; }
    .associations .headerMap li.Gent span.pin, .associations .headerMap li.Gand span.pin {
      top: 110px;
      left: 700px; }
    .associations .headerMap li.Gent div, .associations .headerMap li.Gand div {
      top: 110px;
      left: 715px; }
    .associations .headerMap li.Kortrijk span.pin, .associations .headerMap li.Courtrai span.pin {
      top: 149px;
      left: 656px; }
    .associations .headerMap li.Kortrijk div, .associations .headerMap li.Courtrai div {
      top: 149px;
      left: 671px; }
    .associations .headerMap li.Louvain span.pin, .associations .headerMap li.Leuven span.pin {
      top: 140px;
      left: 872px; }
    .associations .headerMap li.Louvain div, .associations .headerMap li.Leuven div {
      top: 140px;
      left: 887px; }
    .associations .headerMap li.Limburg span.pin, .associations .headerMap li.Limbourg span.pin {
      top: 100px;
      left: 990px; }
    .associations .headerMap li.Limburg div, .associations .headerMap li.Limbourg div {
      top: 100px;
      left: 1015px; }
    .associations .headerMap li.Limburgplus span.pin, .associations .headerMap li.Limbourgplus span.pin {
      top: 100px;
      left: 1010px; }
    .associations .headerMap li.Limburgplus div, .associations .headerMap li.Limbourgplus div {
      top: 100px;
      left: 1250px; }
    .associations .headerMap li.Oost-Vlaanderen span.pin, .associations .headerMap li.Flandre.orientale span.pin {
      top: 130px;
      left: 740px; }
    .associations .headerMap li.Oost-Vlaanderen div, .associations .headerMap li.Flandre.orientale div {
      top: 130px;
      left: 755px; }
    .associations .headerMap li.Vlaams-Brabant span.pin, .associations .headerMap li.Brabant.flamand span.pin {
      top: 115px;
      left: 812px; }
    .associations .headerMap li.Vlaams-Brabant div, .associations .headerMap li.Brabant.flamand div {
      top: 115px;
      left: 1062px; }
    .associations .headerMap li.West-Vlaanderen span.pin, .associations .headerMap li.Flandre.occidentale span.pin {
      top: 100px;
      left: 570px; }
    .associations .headerMap li.West-Vlaanderen div, .associations .headerMap li.Flandre.occidentale div {
      top: 100px;
      left: 585px; }
    .associations .headerMap li.Luxemburg span.pin, .associations .headerMap li.Luxembourg span.pin {
      left: 1030px;
      top: 440px; }
    .associations .headerMap li.Luxemburg div, .associations .headerMap li.Luxembourg div {
      left: 1030px;
      top: 350px; } }
  @media screen and (min-width: 1900px) {
    .associations .headerMap .backg-map {
      background: url("../images/map.jpg") no-repeat center;
      width: 2600px;
      clear: left;
      position: relative;
      background-size: cover;
      background-position: -124px -434px; }
    .associations .headerMap ul {
      margin: 0;
      display: block; }
    .associations .headerMap li div {
      position: absolute;
      width: 200px;
      background-color: white;
      display: none;
      padding: 25px;
      margin-left: -206px;
      z-index: 2; }
      .associations .headerMap li div:after {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
        position: absolute;
        right: -10px;
        top: 15px; }
      .associations .headerMap li div h2 {
        font-size: 32px;
        font-family: "BNPPSansCondBold";
        margin-top: 0;
        margin-bottom: 12px; }
      .associations .headerMap li div a.button {
        display: block;
        height: 40px;
        text-align: center;
        font-size: 18px;
        font-family: "BNPPSansCondBold";
        text-transform: uppercase;
        line-height: 44px; }
        .associations .headerMap li div a.button.readmore {
          background-color: #93bd0e;
          color: white;
          margin-bottom: 10px;
          border: 1px solid transparent; }
          .associations .headerMap li div a.button.readmore:hover {
            border-color: #93bd0e;
            color: #93bd0e;
            background-color: white; }
        .associations .headerMap li div a.button.cancel {
          color: #cccccc;
          border: 1px solid #cccccc; }
          .associations .headerMap li div a.button.cancel:hover {
            border-color: #cccccc;
            color: white;
            background-color: #cccccc; }
    .associations .headerMap li span.pin {
      font-family: 'icomoon';
      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;
      width: 30px;
      height: 40px;
      display: block;
      position: absolute; }
      .associations .headerMap li span.pin:before {
        content: "\e900";
        font-size: 50px;
        color: #6b6b6b; }
      .associations .headerMap li span.pin:hover, .associations .headerMap li span.pin.selected {
        cursor: pointer; }
        .associations .headerMap li span.pin:hover:before, .associations .headerMap li span.pin.selected:before {
          color: #93bd0e; }
    .associations .headerMap li.Brabant.Wallon span.pin, .associations .headerMap li.Waals-Brabant.en.het.centrum span.pin {
      top: 220px;
      left: 1096px; }
    .associations .headerMap li.Brabant.Wallon div, .associations .headerMap li.Waals-Brabant.en.het.centrum div {
      top: 220px;
      left: 1111px; }
    .associations .headerMap li.Bruxelles span.pin, .associations .headerMap li.Brussel span.pin {
      top: 180px;
      left: 1050px; }
    .associations .headerMap li.Bruxelles div, .associations .headerMap li.Brussel div {
      top: 180px;
      left: 1065px; }
    .associations .headerMap li.Bruxelles.Atomium span.pin, .associations .headerMap li.Brussel.Atomium span.pin {
      top: 180px;
      left: 1080px; }
    .associations .headerMap li.Bruxelles.Atomium div, .associations .headerMap li.Brussel.Atomium div {
      top: 180px;
      left: 1330px; }
    .associations .headerMap li.Charleroi span.pin {
      top: 290px;
      left: 1076px; }
    .associations .headerMap li.Charleroi div {
      top: 290px;
      left: 1091px; }
    .associations .headerMap li.Hainaut span.pin, .associations .headerMap li.Henegouwen span.pin {
      top: 250px;
      left: 956px; }
    .associations .headerMap li.Hainaut div, .associations .headerMap li.Henegouwen div {
      top: 250px;
      left: 971px; }
    .associations .headerMap li.Liège span.pin, .associations .headerMap li.Luik span.pin {
      top: 250px;
      left: 1276px; }
    .associations .headerMap li.Liège div, .associations .headerMap li.Luik div {
      top: 250px;
      left: 1516px; }
    .associations .headerMap li.Liège-Tchantchès span.pin, .associations .headerMap li.Luik-Tchantchès span.pin {
      top: 260px;
      left: 1246px; }
    .associations .headerMap li.Liège-Tchantchès div, .associations .headerMap li.Luik-Tchantchès div {
      top: 260px;
      left: 1261px; }
    .associations .headerMap li.Mons span.pin, .associations .headerMap li.Bergen span.pin {
      top: 270px;
      left: 986px; }
    .associations .headerMap li.Mons div, .associations .headerMap li.Bergen div {
      top: 100px;
      left: 1001px; }
    .associations .headerMap li.Coupole span.pin, .associations .headerMap li.Koepel span.pin {
        top: 88px;
        left: 708px;
    }
    .associations .headerMap li.Coupole div, .associations .headerMap li.Koepel div {
        top: 96px;
        left: 718px;
    }
    .associations .headerMap li.Namur span.pin, .associations .headerMap li.Namen span.pin {
      top: 290px;
      left: 1126px; }
    .associations .headerMap li.Namur div, .associations .headerMap li.Namen div {
      top: 290px;
      left: 1141px; }
    .associations .headerMap li.Namur-Laruche span.pin, .associations .headerMap li.Namen-Laruche span.pin {
      top: 290px;
      left: 1146px; }
    .associations .headerMap li.Namur-Laruche div, .associations .headerMap li.Namen-Laruche div {
      top: 290px;
      left: 1396px; }
    .associations .headerMap li.Tournai span.pin, .associations .headerMap li.Doornik span.pin {
      top: 242px;
      left: 896px; }
    .associations .headerMap li.Tournai div, .associations .headerMap li.Doornik div {
      top: 242px;
      left: 911px; }
    .associations .headerMap li.Mons-Tournai span.pin, .associations .headerMap li.Bergen-Doornik span.pin {
      top: 295px;
      left: 995px; }
    .associations .headerMap li.Mons-Tournai div, .associations .headerMap li.Bergen-Doornik div {
      top: 295px;
      left: 995px; }
    .associations .headerMap li.Verviers span.pin, .associations .headerMap li.Verviers-Eupen span.pin {
      top: 260px;
      left: 1350px; }
    .associations .headerMap li.Verviers div, .associations .headerMap li.Verviers-Eupen div {
      top: 260px;
      left: 1590px; }
    .associations .headerMap li.Aalst span.pin, .associations .headerMap li.Alost span.pin {
      top: 153px;
      left: 1030px; }
    .associations .headerMap li.Aalst div, .associations .headerMap li.Alost div {
      top: 153px;
      left: 1045px; }
    .associations .headerMap li.Antwerpen-Mechelen-Turnhout span.pin, .associations .headerMap li.Anvers-Malines-Turnhout span.pin, .associations .headerMap li.Anvers-.Province span.pin, .associations .headerMap li.Antwerpen-.Provincie span.pin {
      top: 70px;
      left: 1120px; }
    .associations .headerMap li.Antwerpen-Mechelen-Turnhout div, .associations .headerMap li.Anvers-Malines-Turnhout div, .associations .headerMap li.Anvers-.Province div, .associations .headerMap li.Antwerpen-.Provincie div {
      top: 70px;
      left: 1370px; }
    .associations .headerMap li.Antwerpen span.pin, .associations .headerMap li.Anvers span.pin {
      top: 70px;
      left: 1080px; }
    .associations .headerMap li.Antwerpen div, .associations .headerMap li.Anvers div {
      top: 70px;
      left: 1095px; }
    .associations .headerMap li.Brugge.Kust span.pin, .associations .headerMap li.Bruges span.pin {
      top: 70px;
      left: 860px; }
    .associations .headerMap li.Brugge.Kust div, .associations .headerMap li.Bruges div {
      top: 70px;
      left: 885px; }
    .associations .headerMap li.Gent span.pin, .associations .headerMap li.Gand span.pin {
      top: 120px;
      left: 930px; }
    .associations .headerMap li.Gent div, .associations .headerMap li.Gand div {
      top: 120px;
      left: 945px; }
    .associations .headerMap li.Kortrijk span.pin, .associations .headerMap li.Courtrai span.pin {
      top: 190px;
      left: 850px; }
    .associations .headerMap li.Kortrijk div, .associations .headerMap li.Courtrai div {
      top: 190px;
      left: 865px; }
    .associations .headerMap li.Louvain span.pin, .associations .headerMap li.Leuven span.pin {
      top: 170px;
      left: 1112px; }
    .associations .headerMap li.Louvain div, .associations .headerMap li.Leuven div {
      top: 170px;
      left: 1127px; }
    .associations .headerMap li.Limburg span.pin, .associations .headerMap li.Limbourg span.pin {
      top: 130px;
      left: 1240px; }
    .associations .headerMap li.Limburg div, .associations .headerMap li.Limbourg div {
      top: 130px;
      left: 1255px; }
    .associations .headerMap li.Limburgplus span.pin, .associations .headerMap li.Limbourgplus span.pin {
      top: 130px;
      left: 1260px; }
    .associations .headerMap li.Limburgplus div, .associations .headerMap li.Limbourgplus div {
      top: 130px;
      left: 1510px; }
    .associations .headerMap li.Oost-Vlaanderen span.pin, .associations .headerMap li.Flandre.orientale span.pin {
      top: 140px;
      left: 980px; }
    .associations .headerMap li.Oost-Vlaanderen div, .associations .headerMap li.Flandre.orientale div {
      top: 140px;
      left: 995px; }
    .associations .headerMap li.Vlaams-Brabant span.pin, .associations .headerMap li.Brabant.flamand span.pin {
      top: 145px;
      left: 1062px; }
    .associations .headerMap li.Vlaams-Brabant div, .associations .headerMap li.Brabant.flamand div {
      top: 145px;
      left: 1312px; }
    .associations .headerMap li.West-Vlaanderen span.pin, .associations .headerMap li.Flandre.occidentale span.pin {
      top: 130px;
      left: 820px; }
    .associations .headerMap li.West-Vlaanderen div, .associations .headerMap li.Flandre.occidentale div {
      top: 130px;
      left: 835px; }
    .associations .headerMap li.Luxemburg span.pin, .associations .headerMap li.Luxembourg span.pin {
      left: 1320px;
      top: 480px; }
    .associations .headerMap li.Luxemburg div, .associations .headerMap li.Luxembourg div {
      left: 1320px;
      top: 350px; } }

.associations .headerMap li.Anvers-.Province div:after,
.associations .headerMap li.Anvers-Malines-Turnhout div:after, .associations .headerMap li.Antwerpen-Mechelen-Turnhout div:after,
.associations .headerMap li.Limbourgplus div:after, .associations .headerMap li.Limburgplus div:after,
.associations .headerMap li.Verviers div:after, .associations .headerMap li.Verviers-Eupen div:after,
.associations .headerMap li.Liège div:after, .associations .headerMap li.Luik div:after,
.associations .headerMap li.Namur-Laruche div:after, .associations .headerMap li.Namen-Laruche div:after,
.associations .headerMap li.Bruxelles.Atomium div:after, .associations .headerMap li.Brussel.Atomium div:after,
.associations .headerMap li.Brabant.flamand div:after, .associations .headerMap li.Vlaams-Brabant div:after,
.associations .headerMap li.Anvers-.Province div:after, .associations .headerMap li.Antwerpen-.Provincie div:after {
  border-right: 10px solid white;
  left: -10px;
  border-left: none;
  right: inherit; }

/*** ASSOCIATION ***/
.association .heading .content {
  display: block; }

.association .heading .content.title {
  display: none; }

.association .container .content {
  font-family: "BNPPSansLight", arial, sans-serif;
  font-size: 20px;
  line-height: 28px; }
  @media screen and (min-width: 992px) {
    .association .container .content {
      width: 754px;
      margin: 0 auto 100px;
      font-size: 17px;
      line-height: 26px; } }

.association .wrapper h2.pageTitle {
  font-family: "BNPPSansCondBold";
  font-size: 38px;
  margin: 15px 0;
  color: #5F5F5F;
  text-transform: initial; }
  @media screen and (min-width: 992px) {
    .association .wrapper h2.pageTitle {
      font-size: 30px;
      margin: 5px 0; } }

.association .wrapper address {
  font-size: 17px;
  color: #B8B8B8; }
  @media screen and (min-width: 992px) {
    .association .wrapper address {
      font-size: 16px; } }

.association .wrapper h6 {
  margin: 15px 0;
  padding: 10px 13px 7px 13px;
  background: #F3F3F3;
  display: inline-block;
  font-family: "BNPPSansCondLight";
  font-size: 20px;
  line-height: 32px;
  color: #5F5F5F;
  width: 100%; }
  .association .wrapper h6 strong {
    font-family: "BNPPSansCondBold"; }
  @media screen and (min-width: 992px) {
    .association .wrapper h6 {
      font-size: 20px;
      line-height: 25px; } }

.association .wrapper a {
  color: #5F5F5F;
  text-decoration: underline; }

.association .wrapper p {
  font-size: 20px;
  color: #5F5F5F;
  line-height: 30px; }
  @media screen and (min-width: 992px) {
    .association .wrapper p {
      font-size: 16px;
      line-height: 22px; } }

.association .wrapper h2 {
  text-transform: uppercase;
  font-family: "BNPPSansCond";
  color: #5F5F5F;
  font-size: 38px;
  line-height: 38px; }
  @media screen and (min-width: 992px) {
    .association .wrapper h2 {
      font-size: 30px; } }

.association .wrapper p.agenda {
  margin: 15px 0;
  padding: 10px 30px 12px 13px;
  background: #F3F3F3;
  line-height: 35px;
  display: inline-block; }
  .association .wrapper p.agenda .title {
    text-transform: uppercase;
    margin: 5px 0;
    display: inline-block; }
  @media screen and (min-width: 992px) {
    .association .wrapper p.agenda {
      line-height: 25px; } }

/*** PERSONALIA ***/
.personalia h2 {
  margin: 50px 0;
  font-family: 'BNPPSansCond', sans-serif;
  font-size: 28px;
  color: #242424;
  text-transform: uppercase; }

@media screen and (min-width: 992px) {
  .personalia .container .content {
    width: 754px;
    margin: 0 auto; } }

@media screen and (min-width: 992px) {
  .personalia .pager {
    width: 804px;
    margin: auto;
    float: none; }
    .personalia .pager .content {
      margin: 0 auto;
      width: auto;
      float: right; } }

.search {
  font-family: 'Helvetica Neue', arial, sans-serif;
  margin: 10px 0 40px;
  text-align: right; }
  .search .search-container {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #989898; }
    .search .search-container input[type="text"] {
      display: inline-block;
      width: 290px;
      color: #989898;
      font-size: 14px;
      padding: 10px 0;
      border: 0;
      outline: 0;
      vertical-align: middle; }
    .search .search-container input[type="text"]:-ms-input-placeholder {
      color: #989898; }
    .search .search-container input[type="text"]::placeholder {
      color: #989898; }
    .search .search-container button.search-action {
      display: inline-block;
      height: 22px;
      width: 22px;
      background: url("../images/icon-search.png") center center no-repeat;
      border: 0;
      outline: 0;
      font-size: 0;
      vertical-align: middle; }
    .search .search-container button.search-clear {
      position: absolute;
      top: 100%;
      right: 0;
      display: inline-block;
      color: #989898;
      font-size: 14px;
      padding: 10px 20px;
      background: transparent url("../images/icon-clear.png") center right no-repeat;
      border: 0;
      outline: 0; }
      .search .search-container button.search-clear:hover {
        text-decoration: underline; }

.personalia_item {
  border-bottom: solid 2px #dfdddc;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #5F5F5F; }
  @media screen and (min-width: 992px) {
    .personalia_item {
      margin: 0 15% 30px 15%; } }
  .personalia_item h2 {
    font-family: "BNPPSansBold";
    color: #5F5F5F;
    font-size: 28px;
    margin: 15px 0; }
    @media screen and (min-width: 992px) {
      .personalia_item h2 {
        font-size: 20px;
        margin: 7px 0; } }
  .personalia_item h3 {
    font-size: 20px;
    color: #5F5F5F;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .personalia_item h3 {
        font-size: 15px; } }
  .personalia_item p {
    color: #5F5F5F;
    font-size: 20px;
    line-height: 30px; }
    @media screen and (min-width: 992px) {
      .personalia_item p {
        font-size: 16px;
        line-height: 24px; } }

.personalia_item:nth-of-type(11),
.personalia_item:last-of-type {
  border: none; }

.no-results-container {
  display: none;
  margin: 20px 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .no-results-container {
      margin: 70px 0; } }
  .no-results-container .search {
    text-align: center; }

.personalia .filters {
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .personalia .filters {
      width: 35%; } }
  .personalia .filters .cs-select {
    display: inline-block;
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .personalia .filters .cs-select {
        width: 45%;
        margin: 0 4px; } }

/*** CONTACT ***/
@media screen and (min-width: 992px) {
  .contact .container .content {
    width: 754px;
    margin: 0 auto 100px; } }

.contact .container .content p {
  font-size: 20px;
  line-height: 30px;
  color: #5F5F5F; }
  @media screen and (min-width: 992px) {
    .contact .container .content p {
      font-size: 16px;
      line-height: 24px; } }

.contact .container .content form {
  float: left;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .contact .container .content form {
      margin-top: 25px;
      width: 464px;
      margin-bottom: 20px; } }

.contact .container .content .FormItem {
  float: left;
  clear: left;
  margin: 10px 0 25px 0;
  width: 100%; }

.contact .container .content .FormLabel {
  font-size: 20px;
  color: #5F5F5F;
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .contact .container .content .FormLabel {
      width: 120px;
      margin: 10px 0 0 0;
      font-size: 16px; } }

.contact .container .content .FormField {
  float: left;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .contact .container .content .FormField {
      width: 342px; } }
  .contact .container .content .FormField input, .contact .container .content .FormField textarea {
    border: solid 1px #D2D2D2;
    width: 100%;
    padding: 10px 12px 7px 12px;
    font-size: 20px;
    font-family: "BNPPSansRegular";
    outline: none; }
    @media screen and (min-width: 992px) {
      .contact .container .content .FormField input, .contact .container .content .FormField textarea {
        font-size: 16px;
        width: 342px; } }
    .contact .container .content .FormField input:focus, .contact .container .content .FormField textarea:focus {
      box-shadow: 0 0 9px rgba(0, 0, 0, 0.15); }
    .contact .container .content .FormField input.error, .contact .container .content .FormField input.valid, .contact .container .content .FormField textarea.error, .contact .container .content .FormField textarea.valid {
      background-position: right 8px top 50%;
      background-repeat: no-repeat;
      background-size: 16px 16px; }
    .contact .container .content .FormField input.error, .contact .container .content .FormField textarea.error {
      border-color: #f00;
      color: #f00;
      background-image: url("../images/error-cross.svg");
      background-size: 16px 16px; }
    .contact .container .content .FormField input.valid, .contact .container .content .FormField textarea.valid {
      background-image: url("../images/valid-check.svg");
      background-size: 16px 12px; }
    .contact .container .content .FormField input::-ms-clear, .contact .container .content .FormField textarea::-ms-clear {
      display: none; }
  .contact .container .content .FormField textarea {
    height: 200px; }

.contact .container .content .mandatory {
  color: #BDBDBD;
  margin: 5px 0 0 0;
  font-size: 15px;
  float: left;
  clear: left; }
  @media screen and (min-width: 992px) {
    .contact .container .content .mandatory {
      margin: 5px 0 0 120px;
      font-size: 12px; } }

.contact .container .content .button {
  float: right;
  background: #00965e;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-family: "BNPPSansCond";
  border-radius: 2px;
  font-size: 16px;
  border: none;
  font-size: 20px;
  padding: 18px 30px 13px 30px;
  outline: none;
  border: solid 1px #00965e;
  transition: all ease .2s; }
  .contact .container .content .button:hover {
    background: none;
    color: #00965e; }
  @media screen and (min-width: 992px) {
    .contact .container .content .button {
      padding: 10px 0 8px 0;
      width: 100px; } }

.contact .container .thanksForm {
  text-align: center;
  font-size: 24px; }

.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;
  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; }

.contact-form .form__section__captcha, .complain-form .form__section__captcha, .docRequest form .form__section__captcha {
  width: 100%;
  background-color: #eee;
  border: 1px solid #cecece;
  padding: 26px 24px;
  text-align: left;
  margin: 20px 0;
  height: auto;
  float: right;
  clear: both; }
  @media screen and (min-width: 768px) {
    .contact-form .form__section__captcha, .complain-form .form__section__captcha, .docRequest form .form__section__captcha {
      width: 344px; } }

.contact-form .form__section__captcha__title, .complain-form .form__section__captcha__title, .docRequest form .form__section__captcha__title {
  margin-top: 0;
  font-family: BNPPSansRegular;
  font-size: 12px !important;
  text-transform: none; }

.contact-form .form__section__captcha__img, .complain-form .form__section__captcha__img, .docRequest form .form__section__captcha__img {
  width: calc(100% - 56px);
  display: inline-block;
  vertical-align: middle; }
  .contact-form .form__section__captcha__img img, .complain-form .form__section__captcha__img img, .docRequest form .form__section__captcha__img img {
    width: 100%; }

.contact-form .form__section__captcha__refresh, .complain-form .form__section__captcha__refresh, .docRequest form .form__section__captcha__refresh {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  border-radius: 2px;
  margin-left: 15px;
  cursor: pointer;
  background-color: #00965e; }
  .contact-form .form__section__captcha__refresh .svg-icon, .complain-form .form__section__captcha__refresh .svg-icon, .docRequest form .form__section__captcha__refresh .svg-icon {
    font-size: 9px;
    width: 3em;
    height: 3em;
    transition: all .5s; }
  .contact-form .form__section__captcha__refresh .svg-icon path,
  .contact-form .form__section__captcha__refresh .svg-icon polygon,
  .contact-form .form__section__captcha__refresh .svg-icon rect, .complain-form .form__section__captcha__refresh .svg-icon path,
  .complain-form .form__section__captcha__refresh .svg-icon polygon,
  .complain-form .form__section__captcha__refresh .svg-icon rect, .docRequest form .form__section__captcha__refresh .svg-icon path,
  .docRequest form .form__section__captcha__refresh .svg-icon polygon,
  .docRequest form .form__section__captcha__refresh .svg-icon rect {
    fill: #fff; }
  .contact-form .form__section__captcha__refresh .svg-icon circle, .complain-form .form__section__captcha__refresh .svg-icon circle, .docRequest form .form__section__captcha__refresh .svg-icon circle {
    stroke: #fff;
    stroke-width: 1; }

.contact-form .form__section__captcha__input, .complain-form .form__section__captcha__input, .docRequest form .form__section__captcha__input {
  width: 180px;
  margin-right: 12px;
  margin-top: 15px; }
  .contact-form .form__section__captcha__input.valid, .complain-form .form__section__captcha__input.valid, .docRequest form .form__section__captcha__input.valid {
    background-color: #FFFFFF !important;
    background-image: none; }
  .contact-form .form__section__captcha__input.validated, .complain-form .form__section__captcha__input.validated, .docRequest form .form__section__captcha__input.validated {
    color: inherit !important;
    border: 1px solid #d2d2d2 !important;
    background-color: transparent !important;
    background-image: url(../images/valid-check.svg) !important;
    background-size: 16px 12px;
    background-position: right 8px top 50%;
    background-repeat: no-repeat; }
  .contact-form .form__section__captcha__input.error ~ .form__section__captcha__validate, .complain-form .form__section__captcha__input.error ~ .form__section__captcha__validate, .docRequest form .form__section__captcha__input.error ~ .form__section__captcha__validate {
    display: inline-block !important; }

.contact-form .form__section__captcha__validate, .complain-form .form__section__captcha__validate, .docRequest form .form__section__captcha__validate {
  display: inline-block;
  margin: 16px 0 0;
  border-radius: 2px;
  background: #00965e;
  color: #FFFFFF;
  font-family: "BNPPSansCond";
  text-transform: uppercase;
  font-size: 16px;
  padding: 13px 20px 10px 20px;
  outline: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer; }
  .contact-form .form__section__captcha__validate:hover, .complain-form .form__section__captcha__validate:hover, .docRequest form .form__section__captcha__validate:hover {
    text-decoration: underline; }

.complain-form .form__section__captcha, .docRequest form .form__section__captcha {
  width: 100%;
  float: right;
  clear: both; }
  @media screen and (min-width: 768px) {
    .complain-form .form__section__captcha, .docRequest form .form__section__captcha {
      width: 380px; } }

.complain-form .button--submit, .docRequest form .button--submit {
  clear: both; }

.label-error {
  margin-top: 6px;
  display: none;
  color: #f00;
  font-family: BNPPSansLight;
  font-size: 10px;
  font-size: 1rem;
  position: absolute; }

.field.error .label-error {
  display: block; }
/*# sourceMappingURL=main.css.map */