@charset "UTF-8";
@import url(../libraries/chosen/chosen.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, #sliding-popup .popup-content #popup-buttons button > .caret, .node-cnb-regulation .field-name-field-cnb-download a > .caret,
  .dropup > .btn > .caret, #sliding-popup .popup-content #popup-buttons
  .dropup > button > .caret, .node-cnb-regulation .field-name-field-cnb-download
  .dropup > a > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .node-event-form .field-name-field-event-website .link-field-url label, #cnb-ad-list-filter-form legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .custom-cnb-form .label-competence,
.custom-cnb-form .panel legend.panel-heading, .panel .panel-body legend.panel-heading, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small, .custom-cnb-form .label-competence small,
.custom-cnb-form .panel legend.panel-heading small, .panel .panel-body legend.panel-heading small,
.h3 .small, .custom-cnb-form .label-competence .small,
.custom-cnb-form .panel legend.panel-heading .small, .panel .panel-body legend.panel-heading .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3, .custom-cnb-form .label-competence,
.custom-cnb-form .panel legend.panel-heading, .panel .panel-body legend.panel-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small, .custom-cnb-form .label-competence small,
.custom-cnb-form .panel legend.panel-heading small, .panel .panel-body legend.panel-heading small,
.h3 .small, .custom-cnb-form .label-competence .small,
.custom-cnb-form .panel legend.panel-heading .small, .panel .panel-body legend.panel-heading .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3, .custom-cnb-form .label-competence,
.custom-cnb-form .panel legend.panel-heading, .panel .panel-body legend.panel-heading {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .view-cnb-newsletters .created, .col-xs-3, .col-sm-3, .col-md-3, .view-cnb-newsletters .created, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .view-cnb-newsletters .title, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .view-cnb-newsletters .title, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .view-cnb-newsletters .created, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .view-cnb-newsletters .title, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3, .view-cnb-newsletters .created {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9, .view-cnb-newsletters .title {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .view-cnb-newsletters .created, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .view-cnb-newsletters .title, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2, .view-cnb-newsletters .created {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10, .view-cnb-newsletters .title {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, #sliding-popup .popup-content #popup-buttons
.input-group-lg > .input-group-btn > button.form-control-static, .node-cnb-regulation .field-name-field-cnb-download
.input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, #sliding-popup .popup-content #popup-buttons
.input-group-sm > .input-group-btn > button.form-control-static, .node-cnb-regulation .field-name-field-cnb-download
.input-group-sm > .input-group-btn > a.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-sm > .input-group-btn > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-sm > .input-group-btn > a {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-lg > .input-group-btn > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-lg > .input-group-btn > a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, #sliding-popup .popup-content #popup-buttons
.input-group-lg > .input-group-btn > button + .form-control-feedback, .node-cnb-regulation .field-name-field-cnb-download
.input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, #sliding-popup .popup-content #popup-buttons
.input-group-sm > .input-group-btn > button + .form-control-feedback, .node-cnb-regulation .field-name-field-cnb-download
.input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .node-event-form .field-name-field-event-website .link-field-url label ~ .form-control-feedback, .node-event-form .field-name-field-event-website .link-field-url .has-feedback label ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, #sliding-popup .popup-content #popup-buttons button, .node-cnb-regulation .field-name-field-cnb-download a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, #sliding-popup .popup-content #popup-buttons button:focus, .node-cnb-regulation .field-name-field-cnb-download a:focus, .btn.focus, #sliding-popup .popup-content #popup-buttons button.focus, .node-cnb-regulation .field-name-field-cnb-download a.focus, .btn:active:focus, #sliding-popup .popup-content #popup-buttons button:active:focus, .node-cnb-regulation .field-name-field-cnb-download a:active:focus, .btn:active.focus, #sliding-popup .popup-content #popup-buttons button:active.focus, .node-cnb-regulation .field-name-field-cnb-download a:active.focus, .btn.active:focus, #sliding-popup .popup-content #popup-buttons button.active:focus, .node-cnb-regulation .field-name-field-cnb-download a.active:focus, .btn.active.focus, #sliding-popup .popup-content #popup-buttons button.active.focus, .node-cnb-regulation .field-name-field-cnb-download a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, #sliding-popup .popup-content #popup-buttons button:hover, .node-cnb-regulation .field-name-field-cnb-download a:hover, .btn:focus, #sliding-popup .popup-content #popup-buttons button:focus, .node-cnb-regulation .field-name-field-cnb-download a:focus, .btn.focus, #sliding-popup .popup-content #popup-buttons button.focus, .node-cnb-regulation .field-name-field-cnb-download a.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, #sliding-popup .popup-content #popup-buttons button:active, .node-cnb-regulation .field-name-field-cnb-download a:active, .btn.active, #sliding-popup .popup-content #popup-buttons button.active, .node-cnb-regulation .field-name-field-cnb-download a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, #sliding-popup .popup-content #popup-buttons button.disabled, .node-cnb-regulation .field-name-field-cnb-download a.disabled, .btn[disabled], #sliding-popup .popup-content #popup-buttons button[disabled], .node-cnb-regulation .field-name-field-cnb-download a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons
fieldset[disabled] button,
fieldset[disabled] .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download
fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .node-cnb-regulation .field-name-field-cnb-download a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download
fieldset[disabled] a {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, #sliding-popup .popup-content #popup-buttons button, .node-cnb-regulation .field-name-field-cnb-download a {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, #sliding-popup .popup-content #popup-buttons button:focus, .node-cnb-regulation .field-name-field-cnb-download a:focus, .btn-primary.focus, #sliding-popup .popup-content #popup-buttons button.focus, .node-cnb-regulation .field-name-field-cnb-download a.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover, #sliding-popup .popup-content #popup-buttons button:hover, .node-cnb-regulation .field-name-field-cnb-download a:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, #sliding-popup .popup-content #popup-buttons button:active, .node-cnb-regulation .field-name-field-cnb-download a:active, .btn-primary.active, #sliding-popup .popup-content #popup-buttons button.active, .node-cnb-regulation .field-name-field-cnb-download a.active,
.open > .btn-primary.dropdown-toggle, #sliding-popup .popup-content #popup-buttons
.open > button.dropdown-toggle, .node-cnb-regulation .field-name-field-cnb-download
.open > a.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, #sliding-popup .popup-content #popup-buttons button:active:hover, .node-cnb-regulation .field-name-field-cnb-download a:active:hover, .btn-primary:active:focus, #sliding-popup .popup-content #popup-buttons button:active:focus, .node-cnb-regulation .field-name-field-cnb-download a:active:focus, .btn-primary:active.focus, #sliding-popup .popup-content #popup-buttons button:active.focus, .node-cnb-regulation .field-name-field-cnb-download a:active.focus, .btn-primary.active:hover, #sliding-popup .popup-content #popup-buttons button.active:hover, .node-cnb-regulation .field-name-field-cnb-download a.active:hover, .btn-primary.active:focus, #sliding-popup .popup-content #popup-buttons button.active:focus, .node-cnb-regulation .field-name-field-cnb-download a.active:focus, .btn-primary.active.focus, #sliding-popup .popup-content #popup-buttons button.active.focus, .node-cnb-regulation .field-name-field-cnb-download a.active.focus,
.open > .btn-primary.dropdown-toggle:hover, #sliding-popup .popup-content #popup-buttons
.open > button.dropdown-toggle:hover, .node-cnb-regulation .field-name-field-cnb-download
.open > a.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus, #sliding-popup .popup-content #popup-buttons
.open > button.dropdown-toggle:focus, .node-cnb-regulation .field-name-field-cnb-download
.open > a.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus, #sliding-popup .popup-content #popup-buttons
.open > button.dropdown-toggle.focus, .node-cnb-regulation .field-name-field-cnb-download
.open > a.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, #sliding-popup .popup-content #popup-buttons button:active, .node-cnb-regulation .field-name-field-cnb-download a:active, .btn-primary.active, #sliding-popup .popup-content #popup-buttons button.active, .node-cnb-regulation .field-name-field-cnb-download a.active,
.open > .btn-primary.dropdown-toggle, #sliding-popup .popup-content #popup-buttons
.open > button.dropdown-toggle, .node-cnb-regulation .field-name-field-cnb-download
.open > a.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, #sliding-popup .popup-content #popup-buttons button.disabled:hover, .node-cnb-regulation .field-name-field-cnb-download a.disabled:hover, .btn-primary.disabled:focus, #sliding-popup .popup-content #popup-buttons button.disabled:focus, .node-cnb-regulation .field-name-field-cnb-download a.disabled:focus, .btn-primary.disabled.focus, #sliding-popup .popup-content #popup-buttons button.disabled.focus, .node-cnb-regulation .field-name-field-cnb-download a.disabled.focus, .btn-primary[disabled]:hover, #sliding-popup .popup-content #popup-buttons button[disabled]:hover, .node-cnb-regulation .field-name-field-cnb-download a[disabled]:hover, .btn-primary[disabled]:focus, #sliding-popup .popup-content #popup-buttons button[disabled]:focus, .node-cnb-regulation .field-name-field-cnb-download a[disabled]:focus, .btn-primary[disabled].focus, #sliding-popup .popup-content #popup-buttons button[disabled].focus, .node-cnb-regulation .field-name-field-cnb-download a[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] #sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons
fieldset[disabled] button:hover,
fieldset[disabled] .node-cnb-regulation .field-name-field-cnb-download a:hover, .node-cnb-regulation .field-name-field-cnb-download
fieldset[disabled] a:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] #sliding-popup .popup-content #popup-buttons button:focus, #sliding-popup .popup-content #popup-buttons
fieldset[disabled] button:focus,
fieldset[disabled] .node-cnb-regulation .field-name-field-cnb-download a:focus, .node-cnb-regulation .field-name-field-cnb-download
fieldset[disabled] a:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] #sliding-popup .popup-content #popup-buttons button.focus, #sliding-popup .popup-content #popup-buttons
fieldset[disabled] button.focus,
fieldset[disabled] .node-cnb-regulation .field-name-field-cnb-download a.focus, .node-cnb-regulation .field-name-field-cnb-download
fieldset[disabled] a.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge, #sliding-popup .popup-content #popup-buttons button .badge, .node-cnb-regulation .field-name-field-cnb-download a .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, #sliding-popup .popup-content #popup-buttons .btn-group-lg > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, #sliding-popup .popup-content #popup-buttons .btn-group-sm > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-sm > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, #sliding-popup .popup-content #popup-buttons .btn-group-xs > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, #sliding-popup .popup-content #popup-buttons .btn-group > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group > a,
.btn-group-vertical > .btn, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > button, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > a {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, #sliding-popup .popup-content #popup-buttons .btn-group > button:hover, .node-cnb-regulation .field-name-field-cnb-download .btn-group > a:hover, .btn-group > .btn:focus, #sliding-popup .popup-content #popup-buttons .btn-group > button:focus, .node-cnb-regulation .field-name-field-cnb-download .btn-group > a:focus, .btn-group > .btn:active, #sliding-popup .popup-content #popup-buttons .btn-group > button:active, .node-cnb-regulation .field-name-field-cnb-download .btn-group > a:active, .btn-group > .btn.active, #sliding-popup .popup-content #popup-buttons .btn-group > button.active, .node-cnb-regulation .field-name-field-cnb-download .btn-group > a.active,
.btn-group-vertical > .btn:hover, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > button:hover, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > button:focus, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > button:active, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > a:active,
.btn-group-vertical > .btn.active, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > button.active, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > a.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group #sliding-popup .popup-content #popup-buttons button + .btn, #sliding-popup .popup-content #popup-buttons .btn-group button + .btn, .btn-group .node-cnb-regulation .field-name-field-cnb-download a + .btn, .node-cnb-regulation .field-name-field-cnb-download .btn-group a + .btn, .btn-group #sliding-popup .popup-content #popup-buttons .btn + button, #sliding-popup .popup-content #popup-buttons .btn-group .btn + button, .btn-group #sliding-popup .popup-content #popup-buttons button + button, #sliding-popup .popup-content #popup-buttons .btn-group button + button, .btn-group .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons a + button, #sliding-popup .popup-content #popup-buttons .btn-group .node-cnb-regulation .field-name-field-cnb-download a + button, .node-cnb-regulation .field-name-field-cnb-download .btn-group #sliding-popup .popup-content #popup-buttons a + button, #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download .btn-group a + button, .btn-group .node-cnb-regulation .field-name-field-cnb-download .btn + a, .node-cnb-regulation .field-name-field-cnb-download .btn-group .btn + a, .btn-group #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download button + a, .node-cnb-regulation .field-name-field-cnb-download .btn-group #sliding-popup .popup-content #popup-buttons button + a, #sliding-popup .popup-content #popup-buttons .btn-group .node-cnb-regulation .field-name-field-cnb-download button + a, .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons .btn-group button + a, .btn-group .node-cnb-regulation .field-name-field-cnb-download a + a, .node-cnb-regulation .field-name-field-cnb-download .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group #sliding-popup .popup-content #popup-buttons button + .btn-group, #sliding-popup .popup-content #popup-buttons
.btn-group button + .btn-group,
.btn-group .node-cnb-regulation .field-name-field-cnb-download a + .btn-group, .node-cnb-regulation .field-name-field-cnb-download
.btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #sliding-popup .popup-content #popup-buttons .btn-group + button, #sliding-popup .popup-content #popup-buttons
.btn-group .btn-group + button,
.btn-group .node-cnb-regulation .field-name-field-cnb-download .btn-group + a, .node-cnb-regulation .field-name-field-cnb-download
.btn-group .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .btn-toolbar button, .btn-toolbar .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .btn-toolbar a,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, #sliding-popup .popup-content #popup-buttons .btn-toolbar > button, .node-cnb-regulation .field-name-field-cnb-download .btn-toolbar > a,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #sliding-popup .popup-content #popup-buttons .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .node-cnb-regulation .field-name-field-cnb-download .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, #sliding-popup .popup-content #popup-buttons .btn-group > button:first-child, .node-cnb-regulation .field-name-field-cnb-download .btn-group > a:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), #sliding-popup .popup-content #popup-buttons .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .node-cnb-regulation .field-name-field-cnb-download .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), #sliding-popup .popup-content #popup-buttons .btn-group > button:last-child:not(:first-child), .node-cnb-regulation .field-name-field-cnb-download .btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, #sliding-popup .popup-content #popup-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, #sliding-popup .popup-content #popup-buttons .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .node-cnb-regulation .field-name-field-cnb-download .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, #sliding-popup .popup-content #popup-buttons .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .node-cnb-regulation .field-name-field-cnb-download .btn-group > .btn-group:last-child:not(:first-child) > a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, #sliding-popup .popup-content #popup-buttons .btn-group > button + .dropdown-toggle, .node-cnb-regulation .field-name-field-cnb-download .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, #sliding-popup .popup-content #popup-buttons .btn-group-lg.btn-group > button + .dropdown-toggle, .node-cnb-regulation .field-name-field-cnb-download .btn-group-lg.btn-group > a + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, #sliding-popup .popup-content #popup-buttons button .caret, .node-cnb-regulation .field-name-field-cnb-download a .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, #sliding-popup .popup-content #popup-buttons .btn-group-lg > button .caret, .node-cnb-regulation .field-name-field-cnb-download .btn-group-lg > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup #sliding-popup .popup-content #popup-buttons .btn-group-lg > button .caret, #sliding-popup .popup-content #popup-buttons .dropup .btn-group-lg > button .caret, .dropup .node-cnb-regulation .field-name-field-cnb-download .btn-group-lg > a .caret, .node-cnb-regulation .field-name-field-cnb-download .dropup .btn-group-lg > a .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > .btn-group > button, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > .btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > .btn-group > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > .btn-group > a {
  float: none;
}

.btn-group-vertical > .btn + .btn, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > button + .btn, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > a + .btn, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > .btn + button, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > button + button, .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons .btn-group-vertical > a + button, #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > a + button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > .btn + a, #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > button + a, .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons .btn-group-vertical > button + a, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > button + .btn-group, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn, #sliding-popup .popup-content #popup-buttons
.btn-group-vertical > .btn-group + button, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), #sliding-popup .popup-content #popup-buttons .btn-group-vertical > button:not(:first-child):not(:last-child), .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), #sliding-popup .popup-content #popup-buttons .btn-group-vertical > button:first-child:not(:last-child), .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), #sliding-popup .popup-content #popup-buttons .btn-group-vertical > button:last-child:not(:first-child), .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, #sliding-popup .popup-content #popup-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .node-cnb-regulation .field-name-field-cnb-download .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, #sliding-popup .popup-content #popup-buttons .btn-group-justified > button, .node-cnb-regulation .field-name-field-cnb-download .btn-group-justified > a,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .btn-group-justified > .btn-group a {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], #sliding-popup .popup-content #popup-buttons [data-toggle="buttons"] > button input[type="radio"], .node-cnb-regulation .field-name-field-cnb-download [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], #sliding-popup .popup-content #popup-buttons
[data-toggle="buttons"] > button input[type="checkbox"], .node-cnb-regulation .field-name-field-cnb-download
[data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], #sliding-popup .popup-content #popup-buttons
[data-toggle="buttons"] > .btn-group > button input[type="radio"], .node-cnb-regulation .field-name-field-cnb-download
[data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], #sliding-popup .popup-content #popup-buttons
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"], .node-cnb-regulation .field-name-field-cnb-download
[data-toggle="buttons"] > .btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, #sliding-popup .popup-content #popup-buttons
.input-group-sm > .input-group-btn > button.input-group-addon, .node-cnb-regulation .field-name-field-cnb-download
.input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, #sliding-popup .popup-content #popup-buttons
.input-group-lg > .input-group-btn > button.input-group-addon, .node-cnb-regulation .field-name-field-cnb-download
.input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-btn:first-child > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-btn:first-child > .btn-group > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), #sliding-popup .popup-content #popup-buttons
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-btn:last-child > .btn-group:not(:last-child) > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:last-child > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-btn:last-child > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-btn:last-child > .btn-group > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), #sliding-popup .popup-content #popup-buttons
.input-group-btn:first-child > button:not(:first-child), .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, #sliding-popup .popup-content #popup-buttons
.input-group-btn:first-child > .btn-group:not(:first-child) > button, .node-cnb-regulation .field-name-field-cnb-download
.input-group-btn:first-child > .btn-group:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, #sliding-popup .popup-content #popup-buttons .input-group-btn > button, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > a {
  position: relative;
}

.input-group-btn > .btn + .btn, #sliding-popup .popup-content #popup-buttons .input-group-btn > button + .btn, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > a + .btn, #sliding-popup .popup-content #popup-buttons .input-group-btn > .btn + button, #sliding-popup .popup-content #popup-buttons .input-group-btn > button + button, .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons .input-group-btn > a + button, #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > a + button, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > .btn + a, #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > button + a, .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons .input-group-btn > button + a, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > a + a {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, #sliding-popup .popup-content #popup-buttons .input-group-btn > button:hover, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > a:hover, .input-group-btn > .btn:focus, #sliding-popup .popup-content #popup-buttons .input-group-btn > button:focus, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > a:focus, .input-group-btn > .btn:active, #sliding-popup .popup-content #popup-buttons .input-group-btn > button:active, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn > a:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, #sliding-popup .popup-content #popup-buttons .input-group-btn:first-child > button, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, #sliding-popup .popup-content #popup-buttons .input-group-btn:last-child > button, .node-cnb-regulation .field-name-field-cnb-download .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, #sliding-popup .popup-content #popup-buttons .btn-group-sm > button.navbar-btn, .node-cnb-regulation .field-name-field-cnb-download .btn-group-sm > a.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, #sliding-popup .popup-content #popup-buttons .btn-group-xs > button.navbar-btn, .node-cnb-regulation .field-name-field-cnb-download .btn-group-xs > a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, #sliding-popup .popup-content #popup-buttons button .label, .node-cnb-regulation .field-name-field-cnb-download a .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, #sliding-popup .popup-content #popup-buttons button .badge, .node-cnb-regulation .field-name-field-cnb-download a .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, #sliding-popup .popup-content #popup-buttons .btn-group-xs > button .badge, .node-cnb-regulation .field-name-field-cnb-download .btn-group-xs > a .badge,
.btn-group-xs > .btn .badge, #sliding-popup .popup-content #popup-buttons
.btn-group-xs > button .badge, .node-cnb-regulation .field-name-field-cnb-download
.btn-group-xs > a .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert, .custom-cnb-form .parsley-custom-error-message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4, .custom-cnb-form .parsley-custom-error-message h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link, .custom-cnb-form .parsley-custom-error-message .alert-link {
  font-weight: bold;
}

.alert > p, .custom-cnb-form .parsley-custom-error-message > p,
.alert > ul, .custom-cnb-form .parsley-custom-error-message > ul {
  margin-bottom: 0;
}

.alert > p + p, .custom-cnb-form .parsley-custom-error-message > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger, .custom-cnb-form .parsley-custom-error-message {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr, .custom-cnb-form .parsley-custom-error-message hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link, .custom-cnb-form .parsley-custom-error-message .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer #sliding-popup .popup-content #popup-buttons button + .btn, #sliding-popup .popup-content #popup-buttons .modal-footer button + .btn, .modal-footer .node-cnb-regulation .field-name-field-cnb-download a + .btn, .node-cnb-regulation .field-name-field-cnb-download .modal-footer a + .btn, .modal-footer #sliding-popup .popup-content #popup-buttons .btn + button, #sliding-popup .popup-content #popup-buttons .modal-footer .btn + button, .modal-footer #sliding-popup .popup-content #popup-buttons button + button, #sliding-popup .popup-content #popup-buttons .modal-footer button + button, .modal-footer .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons a + button, #sliding-popup .popup-content #popup-buttons .modal-footer .node-cnb-regulation .field-name-field-cnb-download a + button, .node-cnb-regulation .field-name-field-cnb-download .modal-footer #sliding-popup .popup-content #popup-buttons a + button, #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download .modal-footer a + button, .modal-footer .node-cnb-regulation .field-name-field-cnb-download .btn + a, .node-cnb-regulation .field-name-field-cnb-download .modal-footer .btn + a, .modal-footer #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download button + a, .node-cnb-regulation .field-name-field-cnb-download .modal-footer #sliding-popup .popup-content #popup-buttons button + a, #sliding-popup .popup-content #popup-buttons .modal-footer .node-cnb-regulation .field-name-field-cnb-download button + a, .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons .modal-footer button + a, .modal-footer .node-cnb-regulation .field-name-field-cnb-download a + a, .node-cnb-regulation .field-name-field-cnb-download .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #sliding-popup .popup-content #popup-buttons button + .btn, #sliding-popup .popup-content #popup-buttons .modal-footer .btn-group button + .btn, .modal-footer .btn-group .node-cnb-regulation .field-name-field-cnb-download a + .btn, .node-cnb-regulation .field-name-field-cnb-download .modal-footer .btn-group a + .btn, .modal-footer .btn-group #sliding-popup .popup-content #popup-buttons .btn + button, #sliding-popup .popup-content #popup-buttons .modal-footer .btn-group .btn + button, .modal-footer .btn-group #sliding-popup .popup-content #popup-buttons button + button, #sliding-popup .popup-content #popup-buttons .modal-footer .btn-group button + button, .modal-footer .btn-group .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons a + button, #sliding-popup .popup-content #popup-buttons .modal-footer .btn-group .node-cnb-regulation .field-name-field-cnb-download a + button, .node-cnb-regulation .field-name-field-cnb-download .modal-footer .btn-group #sliding-popup .popup-content #popup-buttons a + button, #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download .modal-footer .btn-group a + button, .modal-footer .btn-group .node-cnb-regulation .field-name-field-cnb-download .btn + a, .node-cnb-regulation .field-name-field-cnb-download .modal-footer .btn-group .btn + a, .modal-footer .btn-group #sliding-popup .popup-content #popup-buttons .node-cnb-regulation .field-name-field-cnb-download button + a, .node-cnb-regulation .field-name-field-cnb-download .modal-footer .btn-group #sliding-popup .popup-content #popup-buttons button + a, #sliding-popup .popup-content #popup-buttons .modal-footer .btn-group .node-cnb-regulation .field-name-field-cnb-download button + a, .node-cnb-regulation .field-name-field-cnb-download #sliding-popup .popup-content #popup-buttons .modal-footer .btn-group button + a, .modal-footer .btn-group .node-cnb-regulation .field-name-field-cnb-download a + a, .node-cnb-regulation .field-name-field-cnb-download .modal-footer .btn-group a + a {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .carousel-caption button, .carousel-caption .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .line-tools:before, #cnb-ad-list-filter-form:before, .clearfix:after, .line-tools:after, #cnb-ad-list-filter-form:after {
  content: " ";
  display: table;
}

.clearfix:after, .line-tools:after, #cnb-ad-list-filter-form:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.tablesaw {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.tablesaw > thead > tr > th,
.tablesaw > thead > tr > td,
.tablesaw > tbody > tr > th,
.tablesaw > tbody > tr > td,
.tablesaw > tfoot > tr > th,
.tablesaw > tfoot > tr > td {
  padding: 1.2rem 1.5rem;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #F4F4F4;
}

.tablesaw > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.tablesaw > caption + thead > tr:first-child > th,
.tablesaw > caption + thead > tr:first-child > td,
.tablesaw > colgroup + thead > tr:first-child > th,
.tablesaw > colgroup + thead > tr:first-child > td,
.tablesaw > thead:first-child > tr:first-child > th,
.tablesaw > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.tablesaw > tbody + tbody {
  border-top: 2px solid #ddd;
}

.tablesaw .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.tablesaw {
  border: 1px solid #ddd;
}

.tablesaw > thead > tr > th,
.tablesaw > thead > tr > td,
.tablesaw > tbody > tr > th,
.tablesaw > tbody > tr > td,
.tablesaw > tfoot > tr > th,
.tablesaw > tfoot > tr > td {
  border: 1px solid #ddd;
}

.tablesaw > thead > tr > th,
.tablesaw > thead > tr > td {
  border-bottom-width: 2px;
}

.tablesaw > tbody > tr:nth-of-type(odd) {
  background-color: #EAEAEA;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .tablesaw {
    margin-bottom: 0;
  }
  .table-responsive > .tablesaw > thead > tr > th,
  .table-responsive > .tablesaw > thead > tr > td,
  .table-responsive > .tablesaw > tbody > tr > th,
  .table-responsive > .tablesaw > tbody > tr > td,
  .table-responsive > .tablesaw > tfoot > tr > th,
  .table-responsive > .tablesaw > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .tablesaw {
    border: 0;
  }
  .table-responsive > .tablesaw > thead > tr > th:first-child,
  .table-responsive > .tablesaw > thead > tr > td:first-child,
  .table-responsive > .tablesaw > tbody > tr > th:first-child,
  .table-responsive > .tablesaw > tbody > tr > td:first-child,
  .table-responsive > .tablesaw > tfoot > tr > th:first-child,
  .table-responsive > .tablesaw > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .tablesaw > thead > tr > th:last-child,
  .table-responsive > .tablesaw > thead > tr > td:last-child,
  .table-responsive > .tablesaw > tbody > tr > th:last-child,
  .table-responsive > .tablesaw > tbody > tr > td:last-child,
  .table-responsive > .tablesaw > tfoot > tr > th:last-child,
  .table-responsive > .tablesaw > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .tablesaw > tbody > tr:last-child > th,
  .table-responsive > .tablesaw > tbody > tr:last-child > td,
  .table-responsive > .tablesaw > tfoot > tr:last-child > th,
  .table-responsive > .tablesaw > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

@media (max-width: 61.99em) {
  html {
    font-size: 8.6px;
  }
}

body {
  line-height: 1.5;
  overflow-x: hidden;
  color: #25233c;
  font-size: 1.4rem;
}

body.no-overflow {
  position: relative;
  overflow: hidden;
}

body.no-overflow-ios {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.main-container {
  overflow-x: hidden;
  margin-bottom: 5rem;
}

@media (max-width: 47.99em) {
  .main-container {
    padding-top: 55px;
  }
}

a:focus, a:hover {
  text-decoration: none;
}

.open > a,
.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.linkToTop {
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  opacity: 0;
  z-index: 200;
  transition: all 0.3s ease-out 0s;
  width: 5rem;
  height: 5rem;
}

.linkToTop a {
  display: none;
  text-align: center;
  padding-top: 1.4rem;
  border-radius: 100%;
  background: #FFFFFF;
  border: solid 1px #d60405;
  width: 100%;
  height: 100%;
}

.linkToTop .icon {
  fill: #d60405;
  width: 2rem;
  height: 2rem;
}

.linkToTop.is-visible {
  opacity: 1;
}

.linkToTop.is-visible a {
  display: block;
}

.flex-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon.glyphicon {
  display: none;
}

#lawyerDirectory {
  max-width: 455px;
  margin: 0 auto;
  display: block;
}

.progress {
  display: none;
}

.has-feedback label ~ .form-control-feedback {
  top: 20px;
}

a {
  transition: all 0.3s ease-out 0s;
}

button {
  transition: all 0.3s ease-out 0s;
}

body {
  font-family: "Libre Baskerville", serif;
}

.fontSansSerifBold, h2, .h2-bis,
.h1, .h2, .h3, .custom-cnb-form .label-competence,
.custom-cnb-form .panel legend.panel-heading, .panel .panel-body legend.panel-heading, .h4, .h5.h6,
h1, h3, h4, h5, h6,
.wysiwyg__h3-live,
.wysiwyg__h3,
.wysiwyg__h2, .page-header, .topBox a.link-member,
.topBox a.dropdown-toggle, .topBox-left li a, .topBox-right .dropdown-menu li a, .user-link-items li a, .layoutA--body_aside .ad_name-firm,
.layoutA--body_aside .field-name-field-event-value, .btn, #sliding-popup .popup-content #popup-buttons button, .node-cnb-regulation .field-name-field-cnb-download a, ul.tabs--primary > li a, label, .members-list .member-name, .news--date, .field-name-field-mention-cnil table > thead > tr > th,
.field-name-body table > thead > tr > th, .field-name-field-cnb-themes .field-item, .docs-container .block-title, .docs-container .name, #block-cnb-news-cnb-news-further .block-title, .cnb-news-further-links a .title, .line-share .share-title, .search-container_result ul h3 a,
.search-container_result ul .h2 a,
.list-news h3 a,
.list-news .h2 a, .alert-empty .btn-link, .view-filters, .abc-filter--item, .member-nodes--profil_info.lawyer .name, .member-nodes .see-more-link, .info-block .field-label,
.info-block h4, .more-info .field h4, .commission-intro--info .name, .chiffre-commission .key-number, .encyclopedie-publications .list-encyclo li .list-encyclo--item_link, .encyclopedie-publications .link-encyclo, .summary--link, .subsummary--item a, .type-event-cnb, .event--header_dates, .event_author, .event--header_details .field-name-field-event-place, .event--header_details .event--header_time, .adEvent--header .filter-link, .ad--header .field-name-field-cnb-ad-type, .ad--header_category, .ad--header_location .field-name-field-cnb-dpt, .ad--header_date, .right-doc-list li a, .contactBox, .home-read-more, .homeNews .read-more, .cnb-blocks .read-more, .node-dossier_actus .read-more, .see_all_actualites, .middle-news-list, .homeNews--typedateBox .news-type, .homeEvents .homeEvents--title, .homeEvents .event--header_place, .rin-box--label, .services-box .doc a, .home-footer .add-box--label, .home--info_main a, .block_twitter .social-links--title, .view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > span,
.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > a, .view-display-id-block_petites_annonces .views-field.views-field-title, .view-display-id-block_petites_annonces .views-field.views-field-field-cnb-ad-category, .home-dossiers .js-hexagon-target, .home-dossiers .hexagon {
  font-family: Palanquin, sans-serif;
  font-weight: 700;
}

.wysiwyg__copy {
  color: #656565;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.h2,
h2,
.wysiwyg__h2 {
  font-size: 4rem;
}

@media (max-width: 47.99em) {
  .h2,
  h2,
  .wysiwyg__h2 {
    font-size: 2.6rem;
  }
}

.wysiwyg__h2 {
  margin: 4rem 0 3rem;
}

.h2-bis {
  margin: 0 0 1.5rem;
  color: #d60405;
  font-size: 3.6rem;
}

@media (max-width: 47.99em) {
  .h2-bis {
    font-size: 2.2rem;
  }
}

.h3, .custom-cnb-form .label-competence,
.custom-cnb-form .panel legend.panel-heading, .panel .panel-body legend.panel-heading,
h3,
.wysiwyg__h3-live,
.wysiwyg__h3 {
  margin: 3rem 0;
  font-size: 2.6rem;
}

@media (max-width: 47.99em) {
  .h3, .custom-cnb-form .label-competence,
  .custom-cnb-form .panel legend.panel-heading, .panel .panel-body legend.panel-heading,
  h3,
  .wysiwyg__h3-live,
  .wysiwyg__h3 {
    font-size: 2rem;
  }
}

.h4,
h4,
.wysiwyg__h4-live,
.wysiwyg__h4 {
  color: #d60405;
  text-transform: uppercase;
  margin: 2.5rem 0 1rem;
  font-size: 2rem;
}

@media (max-width: 47.99em) {
  .h4,
  h4,
  .wysiwyg__h4-live,
  .wysiwyg__h4 {
    font-size: 1.6rem;
  }
}

.h5,
h5,
.wysiwyg__h5-live,
.wysiwyg__h5 {
  color: #25233c;
  text-transform: uppercase;
  margin: 2.5rem 0 1rem;
  font-size: 1.8rem;
}

@media (max-width: 47.99em) {
  .h5,
  h5,
  .wysiwyg__h5-live,
  .wysiwyg__h5 {
    font-size: 1.4rem;
  }
}

.h6,
h6,
.wysiwyg__h6-live,
.wysiwyg__h6 {
  color: #4B4B4B;
  text-transform: uppercase;
  margin: 2.5rem 0 1rem;
  font-size: 1.8rem;
}

@media (max-width: 47.99em) {
  .h6,
  h6,
  .wysiwyg__h6-live,
  .wysiwyg__h6 {
    font-size: 1.4rem;
  }
}

blockquote.quote-wysiwyg {
  font-style: italic;
  border: none;
  padding: 3rem 0 0;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
}

@media (max-width: 47.99em) {
  blockquote.quote-wysiwyg {
    font-size: 2rem;
  }
}

blockquote.quote-wysiwyg .quote-wysiwyg__body:before {
  content: '« ';
}

blockquote.quote-wysiwyg .quote-wysiwyg__body:after {
  content: ' »';
}

blockquote.quote-wysiwyg .quote-wysiwyg__infos {
  font-family: Palanquin, sans-serif;
  color: #656565;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 3rem;
  margin: 0 auto;
  position: relative;
}

blockquote.quote-wysiwyg .quote-wysiwyg__infos:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #d60405;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 1px;
}

.icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  transition: all 0.3s ease-out 0s;
}

.icon-dropdown {
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  transition: none;
}

.open .icon-dropdown {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.icon-dropdown-hor {
  width: 5px;
  height: 11px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 17px;
  transition: none;
}

@media (max-width: 47.99em) {
  .icon-dropdown-hor {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-width: 1.2px;
  }
  .open .open .icon-dropdown-hor {
    -webkit-transform: rotate(90deg) scaleX(-1);
            transform: rotate(90deg) scaleX(-1);
  }
}

.icon-connect {
  display: block;
  width: 25px;
  height: 27px;
  margin: 0 auto;
  fill: transparent;
}

.is-active .icon-connect {
  fill: #25233c;
}

.icon-footer {
  width: 40px;
  height: 40px;
  display: block;
  fill: #FFFFFF;
}

.icon-footer--small {
  width: 27px;
  height: 27px;
  margin-right: 7px;
}

.icon-footer a:focus,
a:hover .icon-footer {
  fill: #25233c;
}

@media (max-width: 47.99em) {
  .no-mobile {
    display: none;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 47.99em) {
  .mobile-only {
    display: block;
  }
}

.node-type-cnb-news .main-container .container {
  max-width: 80rem;
}

.page-header {
  margin: 0 auto;
  padding: 3rem 0 0;
  text-align: center;
  border: none;
  max-width: 970px;
  font-size: 4.4rem;
  line-height: 1.25;
}

@media (max-width: 47.99em) {
  .page-header {
    padding: 2rem 0 0;
    font-size: 3rem;
  }
}

.page-header a {
  color: #25233c;
}

.page-header a:hover, .page-header a:focus {
  color: #d60405;
}

@media (min-width: 62em) {
  .node-type-cnb-news .page-header {
    padding-top: 0;
    margin: 0 -3.5rem;
  }
}

.page-actualites .page-header,
.page-cnb-search .page-header {
  text-align: left;
}

.page-actualites .page-header {
  padding: 1rem 0.5rem 0;
  margin: 0;
}

@media (min-width: 48em) {
  .page-actualites .page-header {
    padding: 3.2rem 0 0 calc(25% + 5rem);
  }
}

.top-container {
  background-color: #25233c;
  color: #FFFFFF;
}

.topBox ul {
  list-style: none;
}

.topBox a.link-member,
.topBox a.dropdown-toggle {
  display: inline-block;
  color: #FFFFFF;
  padding: 1.4rem 2rem;
  font-size: 1.2rem;
}

.topBox .btn.link-member, .topBox #sliding-popup .popup-content #popup-buttons button.link-member, #sliding-popup .popup-content #popup-buttons .topBox button.link-member, .topBox .node-cnb-regulation .field-name-field-cnb-download a.link-member, .node-cnb-regulation .field-name-field-cnb-download .topBox a.link-member {
  border-radius: 0;
  display: block;
  float: right;
  height: 4.6rem;
  max-width: 30rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topBox .btn.link-member:focus, .topBox #sliding-popup .popup-content #popup-buttons button.link-member:focus, #sliding-popup .popup-content #popup-buttons .topBox button.link-member:focus, .topBox .node-cnb-regulation .field-name-field-cnb-download a.link-member:focus, .node-cnb-regulation .field-name-field-cnb-download .topBox a.link-member:focus, .topBox .btn.link-member:hover, .topBox #sliding-popup .popup-content #popup-buttons button.link-member:hover, #sliding-popup .popup-content #popup-buttons .topBox button.link-member:hover, .topBox .node-cnb-regulation .field-name-field-cnb-download a.link-member:hover, .node-cnb-regulation .field-name-field-cnb-download .topBox a.link-member:hover {
  background: #FFFFFF;
  color: #d60405;
}

.topBox-left {
  float: left;
}

.topBox-left li {
  display: inline-block;
}

.topBox-left li a {
  display: inline-block;
  color: #FFFFFF;
  padding: 1.4rem 2rem;
  font-size: 1.2rem;
}

.topBox-left li:first-child a {
  padding-left: 0;
}

.topBox-right {
  float: right;
  text-align: right;
  position: relative;
}

.topBox-right .dropdown-toggle {
  text-transform: uppercase;
  -webkit-appearance: none;
}

.topBox-right .dropdown {
  display: inline-block;
}

.topBox-right .dropdown .icon {
  fill: #FFFFFF;
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.topBox-right .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #CCCCCC;
  left: auto;
  right: 0;
  min-width: 10rem;
}

.topBox-right .dropdown-menu li {
  display: block;
}

.topBox-right .dropdown-menu li a {
  font-weight: 700;
  color: #656565;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}

.topBox-right .dropdown-menu li a:focus, .topBox-right .dropdown-menu li a:hover, .topBox-right .dropdown-menu li a.active {
  background: #EAEAEA;
  color: #25233c;
}

.user-login-block {
  text-align: left;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 300;
  max-width: 72rem;
  border: solid 1px #DBDBDB;
  background-color: #EAEAEA;
  display: none;
}

@media (max-width: 47.99em) {
  .user-login-block {
    width: 100%;
    min-width: 30rem;
  }
}

.user-login-block.collapse.in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 47.99em) {
  .user-login-block.collapse.in {
    display: block;
  }
}

.user-login-block .login-form-title {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
}

.user-login-block .new-password {
  padding-bottom: 2.5rem;
}

.user-login-block .new-password a {
  color: #25233c;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  padding: 0;
  margin-bottom: 1rem;
}

.user-login-block .new-password .icon {
  fill: #d60405;
  margin: 0 1rem -0.8rem 0;
  width: 2.5rem;
  height: 2.5rem;
}

.user-login-block .link-cgv-mentionBox {
  display: block;
  margin-top: 1rem;
  font-style: italic;
  color: #4B4B4B;
  font-size: 1rem;
}

.user-login-block .link-cgv-mentionBox a {
  color: #d60405;
}

.user-login-block .link-cgv-mentionBox a:focus, .user-login-block .link-cgv-mentionBox a:hover {
  color: #b0012c;
}

.user-login-block .edentitas-user-block,
.user-login-block #user-login-form {
  width: 50%;
  padding: 3rem;
  background-color: #FFFFFF;
  min-width: 36rem;
}

@media (max-width: 47.99em) {
  .user-login-block .edentitas-user-block,
  .user-login-block #user-login-form {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}

.user-login-block .edentitas-user-block .form-type-password,
.user-login-block #user-login-form .form-type-password {
  margin-bottom: 0.5rem;
}

.user-login-block .edentitas-user-block {
  background: transparent;
  color: #4B4B4B;
  padding-right: 1rem;
}

.user-login-block .edentitas-user-block .edentitas-woriding {
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .user-login-block .edentitas-user-block .edentitas-woriding {
    margin-bottom: 14.5rem;
  }
}

.user-link-items {
  width: 100%;
  min-width: 30rem;
}

.user-link-items li {
  display: block;
}

.user-link-items li a {
  display: block;
  color: #656565;
  padding: 1.4rem 2rem;
  text-transform: uppercase;
  background-color: #FFFFFF;
}

.user-link-items li a:focus, .user-link-items li a:hover {
  background-color: #EAEAEA;
}

.header-container {
  border-bottom: solid 1px #DBDBDB;
  z-index: 250;
  position: relative;
  background: #FFFFFF;
}

@media (max-width: 47.99em) {
  .header-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
  }
}

.region-header-bottom {
  background-color: #FFFFFF;
}

@media (max-width: 47.99em) {
  .header__tools {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(219, 219, 219, 0.2);
    background-color: #25233c;
  }
  .header__tools .user-login-block,
  .header__tools .btn.link-member,
  .header__tools #sliding-popup .popup-content #popup-buttons button.link-member, #sliding-popup .popup-content #popup-buttons
  .header__tools button.link-member,
  .header__tools .node-cnb-regulation .field-name-field-cnb-download a.link-member, .node-cnb-regulation .field-name-field-cnb-download
  .header__tools a.link-member {
    display: none;
  }
  .header__tools a.dropdown-toggle {
    font-size: 1.3rem;
    color: #d60405;
  }
  .header__tools .dropdown-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    background-color: transparent;
    border: none;
    min-width: 0;
  }
  .header__tools .dropdown-menu li a {
    font-size: 1.3rem;
    color: #FFFFFF;
    padding-left: 0;
  }
  .header__tools .dropdown-menu li a:focus,
  .header__tools .dropdown-menu li a:hover {
    background-color: transparent;
    color: #FFFFFF;
  }
  .header__tools .dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../images/lang.svg") no-repeat 15px 14px;
    background-size: 14px 14px;
  }
  .header__tools a svg {
    display: none;
  }
  .is-top .header__tools {
    top: 17px;
    bottom: auto;
    z-index: 500;
  }
  .is-top .header__tools .dropdown {
    display: none;
  }
  .is-top .header__tools .user-login-block {
    display: block;
    transition: .3s all ease-in;
    border-top: none;
    left: 0;
    width: 100%;
    max-width: none;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .is-top .header__tools .user-login-block.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 47.99em) {
  .instit-nav {
    padding-top: 20px;
  }
  .is-top .instit-nav {
    display: none;
  }
  .instit-nav li {
    display: block;
  }
  .instit-nav li a {
    font-size: 1.4rem;
    padding: 0 0 10px;
  }
}

.header__connect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  padding: 0;
  background: none;
  border: none;
  border-left: 1px solid #DBDBDB;
}

.header__wrap-mobile-nav {
  display: none;
}

@media (max-width: 47.99em) {
  .header__wrap-mobile-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-container {
  font-size: 1.2rem;
  display: block;
  padding: 2.5em 0 7em;
  background-color: #25233c;
  font-family: Palanquin, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-container .block-simpleads a {
  display: block;
}

.footer-container .block-simpleads img {
  margin: 0 auto;
}

.footer-container a {
  color: #FFFFFF;
}

@media (max-width: 47.99em) {
  .footer-container {
    padding: 2.5rem 0 4em;
  }
}

.footer-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-section:first-child {
  margin-top: 3rem;
}

.footer-section:last-child {
  margin-top: 2rem;
  padding-top: 1.5em;
  border-top: 1px solid rgba(101, 101, 101, 0.2);
}

@media (max-width: 47.99em) {
  .footer-section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.footer-social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu li:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 47.99em) {
  .footer-menu {
    display: block;
    margin-top: 2rem;
    width: 100%;
  }
  .footer-menu li:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

.footer-newsletter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.footer-newsletter:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  transition: .3s all linear;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: '';
  opacity: 0;
  z-index: -1;
}

.footer-newsletter:focus:before, .footer-newsletter:hover:before {
  opacity: 1;
}

.footer-social__item:not(:last-child) {
  margin-right: 15px;
}

.footer-social__link {
  display: inline-block;
  border-radius: 50%;
}

.footer-social__link:focus, .footer-social__link:hover {
  background-color: #FFFFFF;
}

.footer-social__link:focus .icon-footer, .footer-social__link:hover .icon-footer {
  fill: #25233c;
}

.footer-copy {
  font-size: 0.9rem;
  color: #CCCCCC;
}

@media (max-width: 47.99em) {
  .footer-copy {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 2rem;
  }
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form + #js-search-close {
  position: absolute;
  display: inline-block;
  top: 3rem;
  right: 1.5rem;
  color: #fff;
  z-index: 10000;
  opacity: 1;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form.hidden + #js-search-close {
  display: none;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 768px;
  max-width: 100%;
  margin: 0 1.5em;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-key {
  color: #fff;
  background: none;
  font-size: 4.5714285714em;
  max-width: 20em;
  height: auto;
  width: 100%;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-key::-ms-clear {
  display: none;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-key::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-key:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-key::placeholder {
  color: #fff;
  opacity: 1;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-submit {
  background-image: none;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  background-color: #d60405;
  height: auto;
  text-indent: 0;
  width: auto;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  margin: 1.2rem 0;
}

.navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-submit:hover, .navBox #block-cnb-search-cnb-search-header-form #cnb-search-header-form > div #edit-submit:focus {
  background-color: #25233c;
}

.navBox .search-nav #js-search-open {
  height: 23px;
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 47.99em) {
  .navBox .search-nav {
    display: none;
  }
}

@media (max-width: 61.99em) {
  .navBox .search-nav {
    position: absolute;
    top: 1.5rem;
    right: 15px;
    margin: 1.5em;
  }
}

@media (min-width: 62em) {
  .navBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navBox .search-nav {
    position: relative;
  }
  .navBox .mobile-nav {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navBox .mobile-nav > div,
  .navBox .mobile-nav > div > div {
    height: 100%;
  }
  .navBox #block-cnb-main-cnb-main-menu {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navBox .main-nav {
    height: 100%;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar-header {
  float: none;
}

.navbar-header > h1 {
  margin: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
  color: #25233c;
  font-size: 1.4rem;
}

.navbar-header .logo {
  margin: 1.5rem 0;
}

@media (max-width: 47.99em) {
  .navbar-header .logo {
    width: 103px;
    margin: .6em 0;
  }
}

.navbar-header .logo .no-mobile {
  width: 15rem;
}

@media (max-width: 47.99em) {
  .navbar-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-header > div:first-child {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.navbar-default .navbar-collapse {
  clear: both;
  padding: 0;
  margin: 0 0 1.5rem;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  border-radius: 0;
  background: transparent;
  border: none;
}

.navbar-default .navbar-nav > li > a {
  color: #25233c;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-family: Palanquin, sans-serif;
  font-weight: 600;
}

@media (max-width: 47.99em) {
  .navbar-default {
    padding: 0 0 0 15px;
  }
}

.dropdown-menu.fade {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s all linear;
}

@media (max-width: 47.99em) {
  .dropdown-menu.fade {
    transition: none;
  }
}

.open > .dropdown-menu.fade {
  opacity: 1;
  visibility: visible;
}

.main-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

.navbar-default .main-nav > .open > a,
.navbar-default .main-nav > .open > a:focus,
.navbar-default .main-nav > .open > a:hover,
.main-nav .active-trail,
.main-nav > li > a:hover {
  color: #25233c;
  background-color: transparent;
}

.navbar-default .main-nav > .open > a:after,
.navbar-default .main-nav > .open > a:focus:after,
.navbar-default .main-nav > .open > a:hover:after,
.main-nav .active-trail:after,
.main-nav > li > a:hover:after {
  opacity: 1;
}

.navbar-default .main-nav > li > a:focus:after {
  opacity: 1;
}

.main-nav > li {
  position: static;
}

.navbar-default .main-nav > li > a {
  padding: 0 0 10px;
}

.main-nav > li > a {
  position: relative;
  display: inline-block;
}

.main-nav > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: .3s all linear;
  border-bottom: 3px solid #d60405;
  content: '';
  opacity: 0;
}

.main-nav:focus,
.main-nav a:hover {
  color: #d60405;
}

@media (max-width: 47.99em) {
  .main-nav {
    display: block;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 5px 15px;
  }
  .main-nav a {
    width: 100%;
  }
  .main-nav > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-default .main-nav > li > a {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
  .main-nav .open .main-nav__subsubnav {
    position: absolute;
  }
  .main-nav .open .open .main-nav__subsubnav {
    position: static;
  }
  .main-nav .open .dropdown-menu > li > a {
    padding: 15px 0 0;
  }
  .navbar-default .main-nav .open .dropdown-menu > li > a {
    color: #373551;
  }
  .navbar-default .main-nav .open .dropdown-menu > .active-trail > a {
    color: #656565;
  }
}

.main-nav__dropdown {
  width: 100%;
  margin-top: 1px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 48em) {
  .main-nav__dropdown {
    min-height: 43rem;
  }
}

.main-nav__dropdown.fade {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -200%;
  background-color: #25233c;
  z-index: -1;
}

.main-nav__dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  right: -200%;
  bottom: 0;
  left: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}

.main-nav__intro {
  padding-bottom: 20px;
  background-color: #25233c;
  color: #FFFFFF;
  min-height: 43rem;
}

@media (max-width: 47.99em) {
  .main-nav__intro {
    display: none;
  }
}

.main-nav__wrapper {
  position: relative;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  overflow: hidden;
  min-height: 51rem;
}

@media (max-width: 47.99em) {
  .main-nav__wrapper {
    width: 100%;
    padding: 0 15px;
    border-top: none;
  }
}

.main-nav__subsubnav {
  top: 0;
  left: 36%;
  width: 64%;
  margin-top: -10px;
  padding: 30px 0 30px 40px;
  border: none;
  box-shadow: none;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

.main-nav__subsubnav li:not(.expanded) {
  display: inline-block;
  width: 100%;
}

.main-nav__subsubnav li > a {
  font-size: 1.3rem;
  display: block;
  padding: 10px 0 0;
  color: #373551;
  text-transform: none;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  white-space: normal;
}

.main-nav__subsubnav li > a:hover, .main-nav__subsubnav li > a:focus {
  color: #656565;
}

.main-nav__subsubnav > li > a:hover, .main-nav__subsubnav > li > a:focus {
  color: #656565;
  background-color: transparent;
}

.main-nav__subsubnav span {
  display: block;
  margin: 20px 0 10px;
  color: #4B4B4B;
}

.main-nav__subsubnav .first span {
  margin-top: 0;
}

@media (max-width: 47.99em) {
  .main-nav__subsubnav {
    margin: 0 -15px;
    padding: 0 15px 15px;
    -webkit-column-count: 1;
            column-count: 1;
  }
  .navbar-nav .open .main-nav__subsubnav {
    margin-top: 12px;
    background-color: #EAEAEA;
  }
  .main-nav__subsubnav li > a {
    font-size: 1.5rem;
    padding-top: 15px;
  }
  .main-nav__subsubnav span {
    font-size: 1.5rem;
    margin: 20px 0 0;
  }
  .main-nav__subsubnav .first span {
    margin-top: 13px;
  }
}

.submenu3 li {
  page-break-inside: avoid;
}

.main-nav__subnav {
  position: relative;
  padding: 30px 0 40px;
}

.main-nav__subnav > li {
  width: 33.33%;
  font-family: Palanquin, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav__subnav > li > a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 25px;
  color: #25233c;
}

.main-nav__subnav > li > a:before {
  position: absolute;
  top: 50%;
  left: -15px;
  content: '';
  height: 30px;
  width: 3px;
  margin-top: -15px;
  transition: .3s all linear;
  background-color: #d60405;
  opacity: 0;
}

.main-nav__subnav > li > a:focus:before, .main-nav__subnav > li > a:hover:before {
  opacity: 1;
}

.main-nav__subnav > li span {
  display: block;
  width: 100%;
}

.main-nav__subnav > li:not(:last-child) {
  margin-bottom: 20px;
}

.main-nav__subnav .open > a,
.main-nav__subnav .open > a:hover,
.main-nav__subnav .open > a:focus,
.main-nav__subnav li > a:focus,
.main-nav__subnav .active-trail {
  background-color: transparent;
  color: #d60405;
}

.main-nav__subnav .open > a:before,
.main-nav__subnav .open > a:hover:before,
.main-nav__subnav .open > a:focus:before,
.main-nav__subnav li > a:focus:before,
.main-nav__subnav .active-trail:before {
  opacity: 1;
}

@media (max-width: 47.99em) {
  .main-nav__subnav {
    padding: 10px 0 15px;
  }
  .main-nav__subnav > li {
    width: 100%;
  }
  .main-nav__subnav > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .main-nav__subnav > li > a {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .main-nav__subnav > li > a:before {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .mobile-nav {
    position: fixed;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #25233c;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: .3s all ease-in;
  }
  .mobile-nav.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-nav > div {
    position: relative;
    height: 100%;
    padding-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-nav--ios {
    padding-bottom: 70px;
  }
}

.hamburger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  margin: 0;
  border: 0;
  background-color: #25233c;
}

.hamburger > div {
  width: 25px;
  margin: 0 auto;
}

.hamburger__txt {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 2px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: Palanquin, sans-serif;
  text-transform: uppercase;
}

.hamburger__box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
  transition: .3s all linear;
}

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger__inner, .hamburger__inner:before, .hamburger__inner:after {
  width: 25px;
  height: 2px;
  position: absolute;
  transition: .3s transform ease, .3s background-color ease;
  background-color: #FFFFFF;
}

.hamburger__inner:before, .hamburger__inner:after {
  display: block;
  content: "";
}

.hamburger__inner:before {
  top: -8px;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.hamburger__inner:after {
  bottom: -8px;
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger__inner.is-active {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger__inner.is-active:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s .14s ease-out;
  opacity: 0;
}

.hamburger__inner.is-active:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.layoutA--body {
  padding: 2rem 0 4rem;
}

@media (min-width: 62em) {
  .layoutA--body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.layoutA--body_desc {
  color: #4B4B4B;
  padding-bottom: 3rem;
  font-size: 1.6rem;
}

@media (min-width: 62em) {
  .layoutA--body_desc {
    padding-right: 4rem;
    width: calc(100% - 33.5rem);
  }
}

.sections-list .info-wysiwyg,
.layoutA--body_desc .info-wysiwyg {
  margin-left: auto;
  margin-right: auto;
}

.layoutA--body_aside {
  padding: 0 2rem;
  color: #4B4B4B;
  font-size: 1.6rem;
}

@media (min-width: 62em) {
  .layoutA--body_aside {
    width: 33.5rem;
  }
}

.layoutA--body_aside .cnb-share-toolbar,
.layoutA--body_aside .btn-file,
.layoutA--body_aside .field-name-field-event-inscription,
.layoutA--body_aside .field-name-field-event-precisions,
.layoutA--body_aside .field-name-field-cnb-chapo,
.layoutA--body_aside .pricesBox {
  margin: 0 0 3.5rem;
}

.layoutA--body_aside .cnb-share-toolbar {
  float: none;
  width: 100%;
  height: 40px;
}

.layoutA--body_aside .h4 {
  color: #25233c;
  margin: 0 0 2rem;
}

.layoutA--body_aside .line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1rem 0;
  color: #4B4B4B;
  font-size: 1.6rem;
}

.layoutA--body_aside .line .icon {
  margin-right: 1rem;
  fill: #d60405;
  width: 2.5rem;
  height: 2.5rem;
}

.layoutA--body_aside .line .field {
  width: calc(100% - 3.5rem);
}

.layoutA--body_aside .line a {
  color: #4B4B4B;
  text-decoration: underline;
}

.layoutA--body_aside .line a:hover, .layoutA--body_aside .line a:focus {
  text-decoration: none;
}

.layoutA--body_aside .field-name-field-event-precisions {
  background: #EAEAEA;
  padding: 1.5rem;
}

.layoutA--body_aside .pricesBox .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layoutA--body_aside .ad_name-firm,
.layoutA--body_aside .field-name-field-event-value {
  color: #d60405;
}

.layoutA--body_aside .btn, .layoutA--body_aside #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .layoutA--body_aside button, .layoutA--body_aside .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .layoutA--body_aside a {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 47.99em) {
  .layoutA--body_aside .btn, .layoutA--body_aside #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .layoutA--body_aside button, .layoutA--body_aside .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .layoutA--body_aside a {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.layoutA--body_aside .ad_name-firm {
  margin-bottom: 2rem;
}

.maintenance_page {
  background-color: #25233c;
  font-family: 'Palanquin', sans-serif;
  overflow-y: hidden;
}

.maintenance_page h1 {
  color: #FFF;
  font-size: 4.4rem;
  line-height: 1.25;
}

.maintenance_page a {
  color: #d60405;
  text-decoration: none;
}

.maintenance_page p {
  color: #FFF;
  font-size: 2.5rem;
}

.maintenance_page img {
  max-width: 21rem;
}

.main-container {
  overflow-y: hidden;
}

.maintenance__header {
  padding: 2rem;
}

.maintenance__social {
  padding: 5rem;
}

.btn, #sliding-popup .popup-content #popup-buttons button, .node-cnb-regulation .field-name-field-cnb-download a {
  border-radius: 5rem;
  padding: 1.5rem 4rem;
  text-transform: uppercase;
  border: none;
  color: #FFFFFF;
  background: #25233c;
  white-space: normal;
  transition: all 0.3s ease-out 0s;
  font-size: 1.4rem;
}

.btn:hover, #sliding-popup .popup-content #popup-buttons button:hover, .node-cnb-regulation .field-name-field-cnb-download a:hover, .btn:focus, #sliding-popup .popup-content #popup-buttons button:focus, .node-cnb-regulation .field-name-field-cnb-download a:focus {
  color: #FFFFFF;
  background: #d60405;
}

.btn.btn-primary, #sliding-popup .popup-content #popup-buttons button, .node-cnb-regulation .field-name-field-cnb-download a {
  background-color: #d60405;
}

.btn.btn-primary:focus, #sliding-popup .popup-content #popup-buttons button:focus, .node-cnb-regulation .field-name-field-cnb-download a:focus, .btn.btn-primary:hover, #sliding-popup .popup-content #popup-buttons button:hover, .node-cnb-regulation .field-name-field-cnb-download a:hover {
  background-color: #25233c;
}

.btn.btn-primary:focus .icon, #sliding-popup .popup-content #popup-buttons button:focus .icon, .node-cnb-regulation .field-name-field-cnb-download a:focus .icon, .btn.btn-primary:hover .icon, #sliding-popup .popup-content #popup-buttons button:hover .icon, .node-cnb-regulation .field-name-field-cnb-download a:hover .icon {
  fill: #d60405;
}

.btn.btn-primary.bg-dark:focus, #sliding-popup .popup-content #popup-buttons button.bg-dark:focus, .node-cnb-regulation .field-name-field-cnb-download a.bg-dark:focus, .btn.btn-primary.bg-dark:hover, #sliding-popup .popup-content #popup-buttons button.bg-dark:hover, .node-cnb-regulation .field-name-field-cnb-download a.bg-dark:hover {
  color: #d60405;
  background-color: #FFFFFF;
}

.btn.btn-connect, #sliding-popup .popup-content #popup-buttons button.btn-connect, .node-cnb-regulation .field-name-field-cnb-download a.btn-connect {
  border-radius: 0;
  padding: 1.2rem 2rem;
}

.btn .icon, #sliding-popup .popup-content #popup-buttons button .icon, .node-cnb-regulation .field-name-field-cnb-download a .icon {
  margin: 0 0.5rem -0.5rem 0;
  fill: #FFFFFF;
  width: 2rem;
  height: 2rem;
}

.btn .file-extension, #sliding-popup .popup-content #popup-buttons button .file-extension, .node-cnb-regulation .field-name-field-cnb-download a .file-extension {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.2rem;
}

.pagination {
  border-radius: 0;
  margin-bottom: 4rem;
}

.pagination li a,
.pagination li span {
  padding: 0.6rem 0;
  border-radius: 100% !important;
  margin: 0 0.5rem;
  border: none;
  font-family: Palanquin, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.pagination li a {
  color: #25233c;
}

.pagination li:not(.next):not(.prev):not(.pager-last):not(.pager-first) span,
.pagination li:not(.next):not(.prev):not(.pager-last):not(.pager-first) a {
  height: 4rem;
  min-width: 4rem;
}

.pagination li.next:focus,
.pagination li.next a:hover, .pagination li.prev:focus,
.pagination li.prev a:hover, .pagination li.pager-last:focus,
.pagination li.pager-last a:hover, .pagination li.pager-first:focus,
.pagination li.pager-first a:hover {
  background: #FFFFFF;
}

.pagination li.pager-last, .pagination li.pager-first {
  display: none;
}

.pagination li.next a {
  border-radius: 0;
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
  background: url("../images/fleche-r.svg") no-repeat right 16px;
}

.pagination li.next a:focus, .pagination li.next a:hover {
  color: #8E8E8E;
  background: url("../images/fleche-r.svg") no-repeat right 16px;
}

.pagination li.prev a {
  border-radius: 0;
  position: relative;
  padding-left: 35px;
  text-transform: uppercase;
  background: url("../images/fleche-l.svg") no-repeat left 16px;
}

.pagination li.prev a:focus, .pagination li.prev a:hover {
  color: #8E8E8E;
  background: url("../images/fleche-l.svg") no-repeat left 16px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #25233c;
  font-weight: 700;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #EAEAEA;
  color: #25233c;
}

.breadcrumb-container {
  overflow: hidden;
  background: #FFFFFF;
  z-index: 200;
  border-bottom: 1px solid #DBDBDB;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  display: block;
  padding: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li {
  font-family: Palanquin, sans-serif;
  color: #656565;
  position: relative;
  min-width: 62px;
  max-width: 40rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 61.99em) {
  .breadcrumb li {
    max-width: 22rem;
  }
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li a {
  display: block;
  font-weight: 700;
  color: #656565;
  padding: 0.8rem 1.5rem 1.1rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb li.active {
  padding: 0.8rem 1.5rem 1.1rem 2rem;
}

.breadcrumb > li + li:before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  padding: 0;
  color: #656565;
  content: "> ";
}

.form-control:not(.form-file) {
  height: 4rem;
  min-width: 25rem;
  border-radius: 0;
  border-color: #DBDBDB;
  color: #4B4B4B;
  max-width: 50rem;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background: #fff url("../images/bg-select.svg") no-repeat scroll 97% center/20px auto;
}

.form-control.form-file {
  height: 2.5rem;
  background: #fff !important;
  border: none;
  box-shadow: none;
  padding-left: 0;
  font: -webkit-control;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b0012c;
}

.has-error .form-control {
  border-color: #b0012c;
}

ul.tabs--primary {
  margin-top: 4rem;
  text-align: center;
  border: none;
}

ul.tabs--primary > li {
  float: none;
  display: inline-block;
}

ul.tabs--primary > li a {
  text-transform: uppercase;
  color: #25233c;
  border-color: #EAEAEA;
  border-bottom: 0;
  background: #EAEAEA;
  padding: 1rem 4rem;
}

ul.tabs--primary > li a:focus, ul.tabs--primary > li a:hover {
  background: #DBDBDB;
  border-color: #DBDBDB;
}

ul.tabs--primary > li.active a:hover,
ul.tabs--primary > li.active a:focus,
ul.tabs--primary > li.active a.active {
  background: #FFFFFF;
  border-color: #DBDBDB;
  border-bottom: 0;
  color: #25233c;
}

label {
  color: #656565;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

#user-register-form,
#user-login,
#user-pass {
  max-width: 54rem;
  margin: 0 auto;
  padding: 2rem 6rem;
  margin-top: 2rem;
}

#user-register-form .form-actions,
#user-login .form-actions,
#user-pass .form-actions {
  text-align: center;
}

.help-block {
  font-style: italic;
}

.help-block a {
  color: #d60405;
}

.help-block a:focus, .help-block a:hover {
  color: #b0012c;
}

.captcha {
  margin-bottom: 3rem;
}

.alert, .custom-cnb-form .parsley-custom-error-message {
  border-radius: 0;
  border: none;
  font-size: 1.6rem;
}

.alert.alert-danger, .custom-cnb-form .parsley-custom-error-message {
  color: #b0012c;
}

.alert.alert-danger a, .custom-cnb-form .parsley-custom-error-message a {
  color: #b0012c;
  text-decoration: underline;
}

.radio label, .checkbox label {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

.radio label input, .checkbox label input {
  position: absolute;
  left: 0;
}

.radio label:before, .checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  border: solid 1px #DBDBDB;
  height: 20px;
  width: 20px;
}

.radio label:after, .checkbox label:after {
  content: "";
  position: absolute;
  display: none;
  border: none;
  background: #d60405;
  top: 5px;
  left: 4px;
  height: 12px;
  width: 12px;
}

.radio label.ischecked:after, .checkbox label.ischecked:after {
  display: block;
}

.radio label:after, .radio label:before {
  border-radius: 100%;
}

.form-confirmation {
  padding: 5rem 0;
  max-width: 84rem;
  margin: 0 auto;
  font-size: 1.6rem;
}

.form-confirmation .btn, .form-confirmation #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .form-confirmation button, .form-confirmation .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .form-confirmation a {
  margin: 3rem 2rem 0;
}

#redactor-modal-body input[type="file"] {
  display: inline-block;
}

.custom-cnb-form {
  padding: 6rem 0 3rem;
  margin: 0 auto;
  max-width: 80rem;
}

.custom-cnb-form .form-group {
  margin-bottom: 3rem;
}

.custom-cnb-form .form-type-checkbox {
  margin: 2rem 0;
}

.custom-cnb-form .form-type-checkbox label {
  display: block;
  min-height: 22px;
}

.custom-cnb-form select.multiple {
  max-width: 100%;
}

.custom-cnb-form select.multiple option {
  padding: 1rem;
}

.custom-cnb-form .label-competence,
.custom-cnb-form .panel legend.panel-heading {
  color: #d60405;
  text-transform: none;
  margin: 0;
  padding: 3rem 0;
}

.custom-cnb-form .parsley-custom-error-message {
  margin-top: 1rem;
}

.custom-cnb-form .form-control.parsley-error {
  border-color: #b0012c;
}

.custom-cnb-form .form-description {
  padding-top: 3rem;
  margin: 0;
}

.field-name-field-mention-cnil {
  margin: 0 auto 5rem auto;
  max-width: 80rem;
}

.field-name-field-mention-cnil.not-centered {
  margin: 0 0 5rem;
}

.field-name-field-mention-cnil .wysiwyg__copy {
  font-style: normal;
  font-size: 1.2rem !important;
  margin: 0 0 2rem !important;
}

.form-type-password-confirm .levelup {
  margin: 17px 0 0;
}

.form-type-password-confirm ul {
  display: inline-block;
}

.form-item.has-feedback.has-success .label.label-warning {
  display: block !important;
}

.node-event-form {
  padding-top: 5rem;
}

.node-event-form .wysiwyg-toggle-wrapper {
  display: none;
}

.node-event-form .field-name-field-event-dates .end-date-wrapper,
.node-event-form .field-name-field-event-dates .start-date-wrapper {
  float: left;
  width: auto;
  clear: none;
}

.node-event-form .field-name-field-event-dates .date-float {
  margin: 2.8rem 2rem 0 2rem;
  float: left;
}

.node-event-form .group-horaires .field-name-field-event-start,
.node-event-form .group-horaires .field-name-field-event-end {
  float: left;
  max-width: 25.3rem;
  margin-right: 3rem;
}

.node-event-form .file-widget {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
}

.node-event-form .file-widget button {
  position: absolute;
  left: 0;
  top: 0;
}

.node-event-form .file-widget:focus, .node-event-form .file-widget:hover {
  cursor: pointer;
}

.node-event-form .file-widget:focus button, .node-event-form .file-widget:hover button {
  background-color: #d60405;
}

.node-event-form .field-name-field-event-website .link-field-title {
  display: none;
}

.node-event-form .form-group {
  margin-bottom: 3rem;
}

.node-event-form .form-group .form-group {
  margin-bottom: 0;
}

.node-event-form #edit-actions {
  padding: 2rem 0 0;
}

.list-btn-event {
  display: inline;
  float: right;
}

.adEvent--header .btn {
  float: none !important;
}

.btn-formation {
  margin-right: 10px;
}

@media (max-width: 47.99em) {

  .list-btn-event {
    display: contents;
  }

  .btn-formation {
    margin-bottom: 10px;
  }

}

.list-btn-event > .btn-formation {
  margin-right: 10px;
}

.panel {
  margin-bottom: 3rem;
}

.panel legend.panel-heading {
  font-size: 3.4rem;
  border: none;
}

.panel .panel-body legend.panel-heading {
  margin: 0 0 2rem;
  color: #d60405;
}

.node-ad-form {
  padding-top: 5rem;
}

.node-ad-form .group-ad-contact .help-block:first-child,
.node-ad-form .group-ad-coordonnees .help-block:first-child {
  margin-bottom: 3rem;
  font-style: normal;
  color: #4B4B4B;
}

.node-ad-form .form-group {
  margin-bottom: 3rem;
}

.node-ad-form .form-group .form-group {
  margin-bottom: 0;
}

.node-ad-form #edit-actions {
  padding: 2rem 0 0;
}

.node-ad-form .group-ad-content {
  margin: 0;
}

.node-ad-form .wysiwyg-toggle-wrapper {
  display: none;
}

.node-ad-form .redactor-editor li {
  list-style: none;
}

.node-ad-form .redactor-box img {
  display: block;
}

.chosen-container {
  text-align: left;
}

.chosen-container .chosen-single {
  border-radius: 0;
  height: 60px;
  line-height: 40px;
  padding: 1rem;
  background: #FFFFFF !important;
  border-color: #DBDBDB;
  font-size: 1.6rem;
}

.chosen-container .chosen-single div {
  background: #fff url("../images/bg-select.svg") no-repeat center center;
  background-size: 20px auto;
  width: 35px;
}

.chosen-container .chosen-single div b {
  background: none !important;
}

.chosen-container .chosen-search input[type="text"] {
  padding: 0.5rem 1rem;
  background-position: 100% -20px;
}

.chosen-container .chosen-results li {
  padding: 1.5rem 1rem;
  color: #25233c;
  font-size: 1.6rem;
}

.chosen-container .chosen-results li.highlighted {
  background: #EAEAEA;
  color: #25233c;
}

.chosen-container .chosen-drop {
  border-color: #DBDBDB;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #DBDBDB;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-color: #DBDBDB;
  background: #fff url("../images/bg-select.svg") no-repeat center center;
  background-size: 20px auto;
  padding-right: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-prev::before, .slick-next::before {
  color: #d60405;
}

.members-list {
  padding: 0 5.5rem 3rem;
  margin-bottom: 2rem;
}

.members-list.slick-dotted.slick-slider {
  padding-bottom: 4rem;
  margin-bottom: 8rem;
}

@media (min-width: 48em) {
  .members-list--md .slick-track {
    width: 100% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 48em) {
  .members-list--md .slick-slide {
    float: none !important;
    max-width: 33.3%;
  }
}

.members-list .slick-slide {
  text-align: center;
  padding: 0 1rem;
}

.members-list .slick-slide img {
  border-radius: 100%;
  margin: 0 auto 1rem auto;
}

.members-list .member-name {
  color: #d60405;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.members-list .member-status {
  color: #656565;
  font-size: 1.6rem;
}

.slick-prev, .slick-next {
  border-radius: 100%;
  text-align: center;
  border: solid 1px #25233c;
  top: 100px;
  width: 5rem;
  height: 5rem;
}

.slick-prev .icon, .slick-next .icon {
  fill: #25233c;
  width: 2rem;
  height: 2rem;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev:focus, .slick-prev:hover, .slick-next:focus, .slick-next:hover {
  border-color: #d60405;
}

.slick-prev:focus .icon, .slick-prev:hover .icon, .slick-next:focus .icon, .slick-next:hover .icon {
  fill: #d60405;
}

.slick-prev {
  left: 0;
}

.slick-prev .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slick-next {
  right: 0;
}

.slick-next .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slick-dots {
  left: 0;
}

.slick-dots li {
  text-align: center;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li button:before {
  content: "";
  background: white;
  border-radius: 100%;
  border: solid 1px #656565;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 4rem;
}

.slick-dots li.slick-active button:before {
  background: #25233c;
  opacity: 1;
  border-color: #25233c;
}

#sliding-popup {
  display: block;
  right: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  padding: 1.2rem 0 .7rem;
}

#sliding-popup .popup-content {
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  #sliding-popup .popup-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 750px;
  }
}

@media (min-width: 62em) {
  #sliding-popup .popup-content {
    max-width: 970px;
  }
}

@media (min-width: 75em) {
  #sliding-popup .popup-content {
    max-width: 1140px;
  }
}

@media (max-width: 61.99em) {
  #sliding-popup #popup-text {
    max-width: calc(100% - 300px);
  }
}

@media (min-width: 62em) {
  #sliding-popup #popup-text {
    max-width: calc(100% - 370px);
  }
}

.i18n-es #sliding-popup #popup-text {
  max-width: calc(100% - 600px);
}

@media screen and (max-width: 991px) {
  .i18n-es #sliding-popup #popup-text {
    max-width: calc(100% - 500px);
  }
}

#sliding-popup.sliding-popup-bottom {
  background: #25233c;
}

#sliding-popup .popup-content #popup-buttons button {
  margin: 0 2px;
}

#sliding-popup .popup-content #popup-buttons button:focus, #sliding-popup .popup-content #popup-buttons button:hover {
  color: #d60405;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  #sliding-popup .popup-content #popup-text {
    max-width: 100%;
  }
  #sliding-popup .popup-content #popup-buttons {
    float: none;
    margin: 5px 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 47.99em) {
  #sliding-popup .popup-content #popup-buttons a,
  #sliding-popup .popup-content #popup-buttons button {
    margin-bottom: 0;
  }
}

.honeycomb-gallery {
  left: 50%;
  margin-left: -900px;
  margin-right: -900px;
  position: relative;
  right: 50%;
  width: 1800px;
}

.honeycomb-gallery > .hexagons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.honeycomb-gallery > .hexagons .hexagon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='226' height='196'%3E%3Cpath fill='%23DAB53F' fill-rule='evenodd' d='M169.681 194.885l-112.354.958L.322 98.886 55.67.97 168.025.012 225.03 96.97l-55.349 97.915z'/%3E%3C/svg%3E%0A");
  height: 196px;
  margin-left: 62.5px;
  margin-right: 62.5px;
  width: 226px;
}

.honeycomb-gallery > .hexagons .hexagon.Fotolia_134837857_M {
  background-image: url("../images/-e-Fotolia_134837857_M.png");
}

.honeycomb-gallery > .hexagons .hexagon.Fotolia_134837857_M-1 {
  background-image: url("../images/-e-Fotolia_134837857_M-1.png");
}

.honeycomb-gallery > .hexagons .hexagon.Fotolia_139403655_L {
  background-image: url("../images/-e-Fotolia_139403655_L.png");
}

.honeycomb-gallery > .hexagons .hexagon.Fotolia_139403655_L-1 {
  background-image: url("../images/-e-Fotolia_139403655_L-1.png");
}

.honeycomb-gallery > .hexagons .hexagon.Fotolia_96983810_S {
  background-image: url("../images/-e-Fotolia_96983810_S.png");
}

.honeycomb-gallery > .hexagons .hexagon.contacter-avocat-2_0 {
  background-image: url("../images/-e-contacter-avocat-2_0.png");
}

.honeycomb-gallery > .hexagons .hexagon.contacter-avocat-2_0-1 {
  background-image: url("../images/-e-contacter-avocat-2_0-1.png");
}

.honeycomb-gallery > .hexagons .hexagon.justice-et-moi_0 {
  background-image: url("../images/-e-justice-et-moi_0.png");
}

.honeycomb-gallery > .hexagons .hexagon.mes_droits-competences-copie_0_0 {
  background-image: url("../images/-e-mes_droits-competences - copie_0_0.png");
}

.honeycomb-gallery > .hexagons .hexagon.mes_droits-competences-copie_0_0-1 {
  background-image: url("../images/-e-mes_droits-competences - copie_0_0-1.png");
}

.honeycomb-gallery > .hexagons .hexagon.mon_avocat_et_moi {
  background-image: url("../images/-e-mon_avocat_et_moi.png");
}

.honeycomb-gallery > .hexagons .hexagon.mon_avocat_et_moi-1 {
  background-image: url("../images/-e-mon_avocat_et_moi-1.png");
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .honeycomb-gallery > .hexagons .hexagon {
    background-size: 100% 92%;
    display: block;
    padding-top: 54px;
  }
}

@supports ((-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%)) or (clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%))) {
  .honeycomb-gallery > .hexagons .hexagon {
    background-color: #dab53f;
    background-image: none;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
            clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  }
  .honeycomb-gallery > .hexagons .hexagon:hover, .honeycomb-gallery > .hexagons .hexagon:focus {
    background-color: #25233c;
  }
}

.honeycomb-gallery > .hexagons .hexagon.small {
  position: relative;
  width: 87px;
  height: 76px;
  opacity: 0.3;
}

.honeycomb-gallery > .hexagons .hexagon.small.to-left {
  margin-left: 69.5px;
  margin-right: 194.5px;
}

.honeycomb-gallery > .hexagons .hexagon.small.to-right {
  margin-left: 194.5px;
  margin-right: 69.5px;
}

.honeycomb-gallery > .hexagons + .hexagons {
  margin-top: -102px;
}

@media (max-width: 991px) {
  .honeycomb-gallery > .hexagons .hexagon {
    height: 147px;
    margin-left: 46.875px;
    margin-right: 46.875px;
    width: 169.5px;
  }
  .honeycomb-gallery > .hexagons:nth-child(odd) {
    margin-right: 131.625px;
  }
  .honeycomb-gallery > .hexagons:nth-child(even) {
    margin-left: 131.625px;
  }
  .honeycomb-gallery > .hexagons + .hexagons {
    margin-top: -76.35px;
  }
}

.news--date {
  text-align: center;
  color: #656565;
  margin-top: 4.5rem;
  font-size: 1.6rem;
}

.line-tools {
  position: relative;
  text-align: right;
  padding: 2rem 0 1rem 0;
  background-color: #FFFFFF;
  z-index: 200;
}

@media (max-width: 47.99em) {
  .line-tools {
    text-align: center;
  }
}

.line-tools.is_stuck:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  bottom: -1px;
  background: #FFFFFF;
  z-index: -1;
  border-bottom: 1px solid #EAEAEA;
  width: 300%;
  height: 100%;
}

.line-tools-item {
  color: #d60405;
  display: inline-block;
  margin: 1rem 0;
  font-size: 1.4rem;
}

.line-tools .link-doc {
  float: left;
  font-weight: 700;
}

@media (max-width: 47.99em) {
  .line-tools .link-doc {
    float: none;
  }
}

.line-tools .link-doc .icon {
  margin: 0 0 -0.4rem 0.8rem;
  fill: #d60405;
  width: 20px;
  height: 20px;
}

.line-tools .link-doc:focus, .line-tools .link-doc:hover {
  color: #b0012c;
}

.line-tools .link-doc:focus .icon, .line-tools .link-doc:hover .icon {
  fill: #b0012c;
}

.item-summary, .annuaire-intro, .node-commission .field-name-field-cnb-chapo, .node-cnb-regulation .field-type-text-with-summary, .header-index .field-name-field-cnb-chapo,
.header-index .field-name-body {
  color: #4B4B4B;
  font-style: italic;
  padding-top: 1.5rem;
  margin-bottom: 4.5rem;
  max-width: 970px;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.6;
}

.info-wysiwyg {
  position: relative;
  background-color: #EAEAEA;
  text-align: center;
  padding: 4rem 5rem;
  font-style: italic;
  margin: 6.5rem 0 4.5rem 0;
}

@media (min-width: 62em) {
  .info-wysiwyg {
    margin: 6.5rem -8.5rem 4.5rem -8.5rem;
  }
}

.info-wysiwyg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 64px;
  width: 64px;
  background: url("../images/info.svg") no-repeat center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.field-name-field-mention-cnil,
.field-name-body {
  margin-bottom: 5rem;
  font-size: 1.6rem;
}

.field-name-field-mention-cnil img,
.field-name-body img {
  display: inline-block;
  margin-top: 1rem;
  max-width: 100%;
}

.field-name-field-mention-cnil iframe,
.field-name-body iframe {
  display: inline-block;
  width: 100%;
  margin: 2rem 0;
  height: 21rem;
}

@media (min-width: 48em) {
  .field-name-field-mention-cnil iframe,
  .field-name-body iframe {
    height: 40.4rem;
  }
}

@media (min-width: 62em) {
  .field-name-field-mention-cnil iframe,
  .field-name-body iframe {
    height: 43.5rem;
  }
}

.field-name-field-mention-cnil table,
.field-name-body table {
  border-color: #25233c;
  margin-top: 3rem;
  border: none;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.field-name-field-mention-cnil table > tbody > tr > td,
.field-name-field-mention-cnil table > thead > tr > th,
.field-name-body table > tbody > tr > td,
.field-name-body table > thead > tr > th {
  color: #25233c;
  border-color: #CCCCCC;
  border-top: none;
  border-bottom: none;
}

.field-name-field-mention-cnil table > thead > tr > th,
.field-name-body table > thead > tr > th {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-color: #25233c;
  background-color: #25233c;
}

.field-name-field-mention-cnil ul:not(.redactor-toolbar),
.field-name-body ul:not(.redactor-toolbar) {
  padding-left: 4rem;
  margin-bottom: 2rem;
}

.field-name-field-mention-cnil ul:not(.redactor-toolbar) li,
.field-name-body ul:not(.redactor-toolbar) li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.5rem;
}

.field-name-field-mention-cnil ul:not(.redactor-toolbar) li:before,
.field-name-body ul:not(.redactor-toolbar) li:before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: #d60405;
}

.field-name-field-mention-cnil ol,
.field-name-body ol {
  padding-left: 5.5rem;
  color: #4B4B4B;
}

.field-name-field-mention-cnil ol li,
.field-name-body ol li {
  position: relative;
  padding: 0.3rem 2rem 0.3rem 0;
}

.field-name-field-mention-cnil li a,
.field-name-field-mention-cnil a.liens,
.field-name-field-mention-cnil p a,
.field-name-body li a,
.field-name-body a.liens,
.field-name-body p a {
  color: #d60405;
  text-decoration: underline;
}

.field-name-field-mention-cnil li a:focus, .field-name-field-mention-cnil li a:hover,
.field-name-field-mention-cnil a.liens:focus,
.field-name-field-mention-cnil a.liens:hover,
.field-name-field-mention-cnil p a:focus,
.field-name-field-mention-cnil p a:hover,
.field-name-body li a:focus,
.field-name-body li a:hover,
.field-name-body a.liens:focus,
.field-name-body a.liens:hover,
.field-name-body p a:focus,
.field-name-body p a:hover {
  text-decoration: none;
  color: #b0012c;
}

.field-name-field-mention-cnil .btnBox,
.field-name-body .btnBox {
  text-align: center;
  padding: 2rem 0;
}

.node-cnb-news .field-name-body p {
  line-height: 2;
  color: #4B4B4B;
}

.node-cnb-news .field-name-body ul li {
  color: #4B4B4B;
}

.field-name-field-cnb-themes {
  padding: 2rem 0 0 0;
  text-align: center;
}

.field-name-field-cnb-themes .field-item {
  position: relative;
  color: #d60405;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  font-size: 1.4rem;
}

.field-name-field-cnb-themes .field-item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #d60405;
  width: 2px;
  height: 12px;
}

.docs-container {
  margin-bottom: 5rem;
  padding: 3.5rem 4.5rem;
  background-color: #EAEAEA;
}

@media (max-width: 47.99em) {
  .docs-container {
    padding: 3rem 2.5rem;
  }
}

.docs-container .block-title {
  text-align: center;
  margin: 0;
  padding: 0 0 2rem;
  color: #656565;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.docs-container .field-item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #DBDBDB;
}

.docs-container a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #25233c;
}

.docs-container a:hover, .docs-container a:focus {
  text-decoration: none;
  color: #d60405;
}

@media (min-width: 62em) {
  .docs-container a:hover .icon, .docs-container a:focus .icon {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.docs-container .name {
  display: block;
  word-wrap: break-word;
  width: calc(100% - 5rem);
  margin-right: 1.5rem;
  font-size: 2.2rem;
}

.docs-container .file-extension {
  display: block;
  color: #656565;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.docs-container .icon {
  fill: #d60405;
  width: 34px;
  height: 34px;
}

@media (max-width: 61.99em) {
  .docs-container .icon {
    width: 25px;
    height: 25px;
  }
}

#docs-container-private {
  position: relative;
}

#docs-container-private .icon-folder-lock {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.2rem;
  height: 4.2rem;
}

#block-cnb-news-cnb-news-further {
  position: relative;
  display: block;
  padding: 5rem 0 10rem;
}

@media (max-width: 47.99em) {
  #block-cnb-news-cnb-news-further {
    padding-bottom: 3rem;
  }
}

#block-cnb-news-cnb-news-further:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/bg-cover-links.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: calc(50%);
}

#block-cnb-news-cnb-news-further .block-title {
  color: #656565;
  text-transform: uppercase;
  text-align: center;
  border-bottom: none !important;
  padding: 5rem 0 2rem;
  font-size: 1.6rem;
}

@media (max-width: 61.99em) {
  #block-cnb-news-cnb-news-further .block-title {
    padding: 3rem 0 1rem;
  }
}

#block-cnb-news-cnb-news-further .block-title,
#block-cnb-news-cnb-news-further .further-links-list {
  margin: 0 auto;
  border: solid 1px #CCCCCC;
}

@media (min-width: 48em) {
  #block-cnb-news-cnb-news-further .block-title,
  #block-cnb-news-cnb-news-further .further-links-list {
    max-width: 768px;
  }
}

@media (min-width: 62em) {
  #block-cnb-news-cnb-news-further .block-title,
  #block-cnb-news-cnb-news-further .further-links-list {
    max-width: 992px;
  }
}

@media (min-width: 75em) {
  #block-cnb-news-cnb-news-further .block-title,
  #block-cnb-news-cnb-news-further .further-links-list {
    max-width: 1140px;
  }
}

.further-links-list {
  background-color: #FFFFFF;
  padding: 0 9rem 6rem;
  list-style: none;
  border-top: none !important;
}

@media (max-width: 61.99em) {
  .further-links-list {
    padding: 0 2rem 3rem;
  }
}

.further-links-list li:not(:last-child) {
  border-bottom: solid 1px #CCCCCC;
}

.cnb-news-further-links a {
  position: relative;
  display: block;
  color: #25233c;
  padding: 1rem 17rem 2rem 0;
  margin-bottom: 0.5rem;
}

@media (max-width: 47.99em) {
  .cnb-news-further-links a {
    padding: 1rem 0 2rem 0;
    text-align: center;
  }
}

.cnb-news-further-links a .title {
  transition: all 0.3s ease-out 0s;
  font-size: 2.2rem;
}

.cnb-news-further-links a:focus, .cnb-news-further-links a:hover {
  text-decoration: none;
  color: #d60405;
}

.cnb-news-further-links a:focus .title, .cnb-news-further-links a:hover .title {
  color: #4B4B4B;
}

.cnb-news-further-links .source {
  display: block;
  color: #656565;
  padding-top: 1.5rem;
  font-size: 1.2rem;
}

.cnb-news-further-links .view-more {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

@media (max-width: 47.99em) {
  .cnb-news-further-links .view-more {
    position: relative;
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.cnb-news-further-links .icon {
  fill: #d60405;
  margin: 0 0.8rem -0.9rem;
  width: 3rem;
  height: 3rem;
}

.cnb-share-toolbar {
  list-style: none;
  display: inline-block;
  margin: 0;
  float: right;
}

@media (max-width: 47.99em) {
  .cnb-share-toolbar {
    float: none;
    clear: both;
    display: block;
    padding: 1rem 0 0 0;
    text-align: center;
  }
}

.cnb-share-toolbar li {
  display: inline-block;
  margin: 0 0.5rem;
}

.cnb-share-toolbar .link-share {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #DBDBDB;
  border-radius: 100%;
  overflow: hidden;
}

.cnb-share-toolbar .link-share.facebook .icon {
  fill: #3D5A99;
}

.cnb-share-toolbar .link-share.facebook:focus, .cnb-share-toolbar .link-share.facebook:hover {
  border-color: #3D5A99;
  background-color: #3D5A99;
}

.cnb-share-toolbar .link-share.facebook:focus, .cnb-share-toolbar .link-share.facebook:hover .icon {
  fill: #FFFFFF !important;
}

.cnb-share-toolbar .link-share.twitter .icon {
  fill: #5FA9DE;
}

.cnb-share-toolbar .link-share.twitter:focus, .cnb-share-toolbar .link-share.twitter:hover {
  border-color: #5FA9DE;
  background-color: #5FA9DE;
}

.cnb-share-toolbar .link-share.twitter:focus, .cnb-share-toolbar .link-share.twitter:hover .icon {
  fill: #FFFFFF !important;
}

.cnb-share-toolbar .link-share.linkedin .icon {
  fill: #155789;
}

.cnb-share-toolbar .link-share.linkedin:focus, .cnb-share-toolbar .link-share.linkedin:hover {
  border-color: #155789;
  background-color: #155789;
}

.cnb-share-toolbar .link-share.linkedin:focus, .cnb-share-toolbar .link-share.linkedin:hover .icon {
  fill: #FFFFFF !important;
}

.cnb-share-toolbar .link-share.mail .icon {
  fill: #E83C3A;
}

.cnb-share-toolbar .link-share.mail:focus, .cnb-share-toolbar .link-share.mail:hover {
  border-color: #E83C3A;
  background-color: #E83C3A;
}

.cnb-share-toolbar .link-share.mail:focus, .cnb-share-toolbar .link-share.mail:hover .icon {
  fill: #FFFFFF !important;
}

.cnb-share-toolbar .icon {
  width: 40px;
  height: 40px;
}

.line-share {
  margin-top: 3rem;
  padding-top: 3rem;
  position: relative;
}

.line-share:before {
  content: "";
  display: block;
  top: 0;
  left: 20px;
  position: absolute;
  border-top: 1px solid #DBDBDB;
  width: calc(100% - 4rem);
  height: 1px;
}

.line-share .share-title {
  color: #25233c;
  font-size: 2.2rem;
}

.view-list-page .view-content {
  padding: 4rem 0 0 0;
}

.search-container_result ul li,
.search-container_result ul .views-row,
.list-news li,
.list-news .views-row {
  padding: 3rem 0 2rem;
  border-top: 1px solid #DBDBDB;
  transition: all 0.3s ease-out 0s;
}

.search-container_result ul li:focus, .search-container_result ul li:hover,
.search-container_result ul .views-row:focus,
.search-container_result ul .views-row:hover,
.list-news li:focus,
.list-news li:hover,
.list-news .views-row:focus,
.list-news .views-row:hover {
  background: #EAEAEA;
}

.search-container_result ul li.views-row-last,
.search-container_result ul .views-row.views-row-last,
.list-news li.views-row-last,
.list-news .views-row.views-row-last {
  border-bottom: 1px solid #DBDBDB;
}

.search-container_result ul .news--date--teaser,
.list-news .news--date--teaser {
  font-family: Palanquin, sans-serif;
  color: #656565;
}

.search-container_result ul h3,
.search-container_result ul .h2,
.list-news h3,
.list-news .h2 {
  margin: 0;
}

.search-container_result ul h3 a,
.search-container_result ul .h2 a,
.list-news h3 a,
.list-news .h2 a {
  display: inline-block;
  color: #25233c;
  font-size: 3.2rem;
}

.search-container_result ul h3 a:hover, .search-container_result ul h3 a:focus,
.search-container_result ul .h2 a:hover,
.search-container_result ul .h2 a:focus,
.list-news h3 a:hover,
.list-news h3 a:focus,
.list-news .h2 a:hover,
.list-news .h2 a:focus {
  color: #4B4B4B;
}

.search-container_result ul .field-name-field-cnb-themes,
.list-news .field-name-field-cnb-themes {
  text-align: left;
}

.search-container_result ul .field-name-field-cnb-themes .field-item,
.list-news .field-name-field-cnb-themes .field-item {
  color: #656565;
  padding-left: 0;
  margin-right: 1rem;
}

.search-container_result ul .field-name-field-cnb-themes .field-item:before,
.list-news .field-name-field-cnb-themes .field-item:before {
  background-color: #8E8E8E;
}

@media (min-width: 48em) {
  .page-actualites .view-list-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 48em) {
  .page-actualites .view-list-page .view-content {
    width: 75%;
    padding: 4rem 0 5rem 4rem;
  }
}

.page-actualites .main-container {
  margin-bottom: 0;
}

.alert-empty {
  text-align: center;
  padding: 8rem 2rem 2rem;
  border-radius: 0;
  font-size: 1.8rem;
}

.alert-empty-label {
  display: block;
  margin-bottom: 1.5rem;
}

.alert-empty .btn-link {
  color: #8E8E8E;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  font-size: 1.4rem;
}

.alert-empty .btn-link:focus, .alert-empty .btn-link:hover {
  text-decoration: none;
  border-color: #d60405;
}

.view-filters {
  width: 25%;
  position: relative;
  padding: 2rem 0;
  text-transform: uppercase;
}

@media (max-width: 47.99em) {
  .view-filters {
    margin-top: 2rem;
    width: 100%;
  }
}

.view-filters:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10rem;
  background: #EAEAEA;
  z-index: -1;
  width: 1000%;
  height: calc(100% + 10rem);
}

@media (max-width: 47.99em) {
  .view-filters:before {
    right: 0;
    left: -2rem;
    top: 0;
    height: 100%;
    width: calc(100% + 3.7rem);
  }
}

@media (max-width: 47.99em) {
  .view-filters .bef-select-as-links .form-item {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .view-filters .bef-select-as-links .form-select {
    display: block !important;
  }
}

.view-filters h2 {
  margin: 0;
  font-size: 1.4rem;
}

.view-filters h2 label {
  margin-bottom: 2rem;
  color: #25233c;
}

.view-filters .form-type-bef-link span,
.view-filters .form-type-bef-link a {
  color: #656565;
  display: block;
  position: relative;
  padding: 0.8rem 1.5rem 0.8rem 0;
}

.view-filters .form-type-bef-link span:before,
.view-filters .form-type-bef-link a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
  background: #d60405;
  z-index: -1;
  opacity: 0;
  width: 3px;
  height: 80%;
}

.view-filters .form-type-bef-link span:hover, .view-filters .form-type-bef-link span:focus, .view-filters .form-type-bef-link span.active,
.view-filters .form-type-bef-link a:hover,
.view-filters .form-type-bef-link a:focus,
.view-filters .form-type-bef-link a.active {
  color: #d60405;
}

.view-filters .form-type-bef-link span:hover:before, .view-filters .form-type-bef-link span:focus:before, .view-filters .form-type-bef-link span.active:before,
.view-filters .form-type-bef-link a:hover:before,
.view-filters .form-type-bef-link a:focus:before,
.view-filters .form-type-bef-link a.active:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
  background: #d60405;
  z-index: -1;
  opacity: 1;
  width: 3px;
  height: 80%;
}

.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

.annuaire-intro {
  margin: 0 auto 3rem;
  padding: 3rem 0;
}

.abc-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.abc-filter:after, .abc-filter:before {
  top: 0;
  left: -100%;
  background: #DBDBDB;
  width: 300%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
}

.abc-filter:after {
  top: 100%;
}

.abc-filter--item {
  display: block;
  width: 100%;
  text-align: center;
  background: #EAEAEA;
  color: #8E8E8E;
  font-size: 2.1rem;
}

.abc-filter--item.disabled {
  padding: 0.8rem 0;
  font-style: italic;
}

.abc-filter--item a {
  display: block;
  padding: 0.8rem 0;
  background: #FFFFFF;
  color: #25233c;
}

.abc-filter--item a:focus, .abc-filter--item a:hover {
  background: #25233c;
  color: #FFFFFF;
}

.title-list, .event--monthlist--item_title, .docs-main h2:not(.list-encyclo_title):not(.block-title), .content-espace-presse .subtitle {
  padding: 3rem 0 1rem;
  margin-bottom: 1rem;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  font-size: 3.4rem;
}

.title-list.abc-key, .abc-key.event--monthlist--item_title, .docs-main h2.abc-key:not(.list-encyclo_title):not(.block-title), .content-espace-presse .abc-key.subtitle {
  font-size: 4.8rem;
}

.member-list--item .node-annuaire {
  display: block;
  padding: 6.5rem 0 0rem 6rem;
  background: #FFFFFF;
  border: solid 1px #DBDBDB;
}

@media (max-width: 47.99em) {
  .member-list--item .node-annuaire {
    padding: 1rem 1rem 0rem 1rem;
  }
}

.member-nodes li {
  margin-bottom: 4rem;
}

.member-nodes--profil {
  padding-left: 0;
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  .member-nodes--profil {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.member-nodes--profil .field-name-field-cnb-img {
  padding-right: 3.5rem;
}

@media (min-width: 75em) {
  .member-nodes--profil .field-name-field-cnb-img {
    min-width: 22.5rem;
  }
}

.member-nodes--profil .field-name-field-cnb-img img {
  display: block;
  width: 100%;
}

@media (max-width: 47.99em) {
  .member-nodes--profil .field-name-field-cnb-img img {
    width: auto;
  }
}

.member-nodes--profil_info {
  width: 100%;
  font-size: 1.6rem;
}

.member-nodes--profil_info.lawyer .name {
  font-size: 2.6rem;
}

.member-nodes--profil_info.lawyer .field-name-field-annuaire-year {
  font-size: 1.6rem;
}

@media (max-width: 47.99em) {
  .member-nodes--profil_info {
    padding: 1rem 0 0 0;
  }
}

.member-nodes--profil_info .h2 {
  color: #d60405;
  margin-top: 0;
}

.member-nodes--profil_info .field {
  margin-bottom: 0.5rem;
}

.member-nodes--profil_info .field-label {
  font-weight: normal;
}

.member-nodes--lawyer-profil {
  padding-left: 0;
}

.member-nodes .see-more-link {
  display: block;
  clear: both;
  text-align: center;
  padding: 2rem 0 3rem;
  color: #25233c;
  text-transform: uppercase;
}

.member-nodes .see-more-link:focus, .member-nodes .see-more-link:hover {
  color: #d60405;
}

.member-nodes .see-more-link .icon {
  margin-left: 0.5rem;
  -webkit-transform: translateY(-0.2rem) rotate(180deg);
          transform: translateY(-0.2rem) rotate(180deg);
  width: 1.2rem;
  height: 0.7rem;
}

.member-nodes .see-more-link.collapsed .icon {
  -webkit-transform: translateY(-0.1rem) rotate(0deg);
          transform: translateY(-0.1rem) rotate(0deg);
}

.member-nodes .function-infoBox {
  margin-bottom: 2rem;
}

.member-nodes .function-infoBox .field-item:before {
  content: "•";
  display: inline-block;
  margin-right: 0.8rem;
}

.info-block {
  background: #25233c;
  padding: 3rem 3.5rem;
  margin: -1.5rem 0 3rem;
  color: #FFFFFF;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media (max-width: 47.99em) {
  .info-block {
    margin-top: 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.info-block .field-label,
.info-block h4 {
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #FFFFFF;
  font-size: 1.8rem;
}

.info-block:not(.not-list-style) .field-item:before {
  content: "•";
  display: inline-block;
  margin-right: 0.8rem;
}

.info-block .icon {
  margin-right: 1rem;
  fill: #8E8E8E;
  width: 2.5rem;
  height: 2.5rem;
}

.info-block .line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.2rem;
}

.info-block .line .field-label {
  text-transform: none;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  margin: 0;
  font-size: 1.4rem;
}

.info-block .line-fax, .info-block .line-adresse-cp-city, .info-block .line-adresse-complement {
  padding-left: 3.5rem;
}

.info-block .line-adresse-cp-city {
  margin: 0 0 2rem;
  display: block;
}

.info-block .line-adresse-cp-city .field {
  margin-right: 0.3rem;
  display: inline-block;
}

.info-block .line-adresse-cp-city .field.field-name-field-annuaire-city {
  text-transform: uppercase;
}

.info-block .line-fax, .info-block .line-phone {
  margin-bottom: 0.5rem;
}

.info-block .line-website {
  padding-top: 2rem;
}

@media (max-width: 47.99em) {
  .info-block .line-break-word {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.info-block .line-break-word .field {
  word-break: break-all;
  width: calc(100% - 3.5rem);
  overflow: hidden;
}

.info-block .line a {
  color: #FFFFFF;
  text-decoration: underline;
}

.info-block .line a:focus, .info-block .line a:hover {
  text-decoration: none;
}

.more-info {
  padding: 1rem 2.5rem 2rem 0;
  background: #EAEAEA;
  position: relative;
  z-index: 30;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 47.99em) {
  .more-info {
    padding: 1rem 2rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 48em) {
  .more-info.in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.more-info:before {
  top: 0;
  background: #EAEAEA;
  z-index: -1;
  left: -6rem;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 47.99em) {
  .more-info:before {
    left: 0;
  }
}

.more-info .field {
  padding: 3rem 0;
  margin-right: 3.5rem;
  border-bottom: solid 1px #DBDBDB;
}

@media (min-width: 48em) {
  .more-info .field {
    width: calc(50% - 3.5rem);
  }
}

@media (min-width: 48em) {
  .more-info .field:nth-last-child(2) {
    border: none;
  }
}

.more-info .field:nth-last-child(1) {
  border: none;
}

.more-info .field-item {
  padding-left: 1.5rem;
  position: relative;
  color: #4B4B4B;
  font-size: 1.6rem;
}

.more-info .field-item:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  top: -0.3rem;
  color: #d60405;
  font-size: 2rem;
}

.more-info .field h4 {
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #25233c;
  font-size: 1.8rem;
}

#cnb-annuaire-term-select-form {
  text-align: center;
}

#cnb-annuaire-term-select-form #edit-term-select {
  max-width: 550px;
  border-radius: 0;
  margin: 0 auto;
  height: 60px;
  font-size: 1.6rem;
}

#cnb-annuaire-term-select-form #edit-term-select {
  background: #fff url("../images/bg-select.svg") no-repeat 98% 50%;
  background-size: 20px auto;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#cnb-annuaire-term-select-form #edit-term-select option {
  display: block;
  padding: 1rem;
}

#cnb-annuaire-term-select-form #edit-term-select option:nth-child(2n) {
  background: #DBDBDB;
}

.place-list--item .node-annuaire-place {
  margin-bottom: 3rem;
  padding: 6.5rem 0 5.5rem 6rem;
  border: solid 1px #DBDBDB;
  background: #FFFFFF;
}

@media (max-width: 47.99em) {
  .place-list--item .node-annuaire-place {
    padding: 1rem 1rem 0;
  }
}

@media (min-width: 48em) {
  .place-nodes--profil {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.place-nodes--profil .field-name-field-cnb-img {
  padding-right: 3.5rem;
}

@media (min-width: 75em) {
  .place-nodes--profil .field-name-field-cnb-img {
    min-width: 22.5rem;
  }
}

.place-nodes--profil .field-name-field-cnb-img .field-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 19rem;
  padding: 0.5rem;
  border: solid 1px #DBDBDB;
}

.node-commission .field-name-field-cnb-chapo {
  padding: 4rem 1rem 3rem;
  margin: 0 auto;
}

.node-commission .field-name-body {
  margin-top: 3rem;
}

.node-commission .title-commission {
  text-align: center;
  color: #25233c;
  padding: 3rem 0;
}

.btn-box-commission {
  padding-bottom: 7rem;
}

.commission-intro {
  position: relative;
  padding: 3rem 0;
}

.commission-intro:before {
  background-color: #EAEAEA;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 300%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}

.commission-intro--info {
  border-bottom: solid 1px #DBDBDB;
  padding-bottom: 5rem;
}

@media (min-width: 48em) {
  .commission-intro--info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .commission-intro--info_profil {
    width: 40%;
  }
}

.commission-intro--info img {
  border-radius: 100%;
  margin: 0 auto 1rem auto;
  max-width: 18rem;
}

.commission-intro--info .name {
  text-transform: uppercase;
  font-size: 1.6rem;
}

.commission-intro--info_profil {
  text-align: center;
}

.commission-intro--info_speech {
  padding: 0 2rem;
  font-style: italic;
  line-height: 2;
  width: 100%;
  font-size: 1.8rem;
}

@media (max-width: 47.99em) {
  .commission-intro--info_speech {
    padding: 0;
  }
}

.commission-intro--info_speech blockquote {
  border: none;
}

.commission-intro--info_speech .field-name-field-com-text {
  padding: 3.5rem 3rem 3rem;
  position: relative;
}

@media (max-width: 47.99em) {
  .commission-intro--info_speech .field-name-field-com-text {
    margin: 2rem 0;
    padding: 2rem 0rem 2rem;
  }
}

.commission-intro--info_speech .field-name-field-com-text:after, .commission-intro--info_speech .field-name-field-com-text:before {
  background: url("../images/quote.svg") no-repeat top left;
  background-size: cover;
  top: 0;
  left: 0.8rem;
  width: 9.5rem;
  height: 7.5rem;
  content: "";
  display: block;
  position: absolute;
}

.commission-intro--info_speech .field-name-field-com-text:after {
  top: auto;
  left: auto;
  bottom: 1rem;
  right: 0.8rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.commission-intro--detail {
  padding: 1.5rem 0;
}

@media (min-width: 48em) {
  .commission-intro--detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .commission-intro--detail h2 {
    width: 40%;
  }
}

.commission-intro--detail .field-name-body {
  width: 100%;
}

@media (min-width: 48em) {
  .commission-intro--detail .field-name-body {
    padding: 0 5rem;
  }
}

.field-collection-container,
.field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
}

.other-members {
  position: relative;
  padding: 3rem 0;
}

.other-members:after {
  background: url("../images/icon-com.svg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
  content: "";
  display: block;
  position: absolute;
}

.other-members:before {
  background-color: #dab53f;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 300%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}

.other-members h2 {
  text-align: center;
  padding: 2rem 0;
  margin: 0;
  font-size: 2.6rem;
}

.other-members h2.partner-title {
  padding-top: 4rem;
  border-top: solid 1px #C5A33C;
}

.other-members ul.field-items {
  padding-bottom: 5rem;
  border-bottom: solid 1px #C5A33C;
}

@media (min-width: 48em) {
  .other-members ul.field-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.other-members ul.field-items .field-item {
  padding: 0 2rem 2rem;
  position: relative;
  margin: 0;
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .other-members ul.field-items .field-item {
    width: 33.3%;
  }
}

.other-members ul.field-items .field-item:before {
  left: 0;
  top: -0.3rem;
  color: #FFFFFF;
  font-size: 2rem;
  content: "";
  display: block;
  position: absolute;
  content: "•";
}

.other-members .field-items .field-item:last-child ul.field-items {
  border: none;
}

.partners-list {
  padding-top: 2rem;
}

@media (min-width: 48em) {
  .partners-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.partners-list li {
  margin: 0 1rem 2rem;
  padding: 0.5rem;
  background: #FFFFFF;
  min-height: 19rem;
  max-width: 19rem;
  min-width: 19rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 62em) {
  .partners-list li {
    margin: 0 4.5rem 4.5rem;
  }
}

@media (max-width: 47.99em) {
  .partners-list li {
    margin: 0 auto 2rem;
  }
}

.partners-list li .partner-link {
  display: inline-block;
}

.chiffre-commission {
  padding: 4rem 0 6rem;
  position: relative;
  color: #FFFFFF;
}

.chiffre-commission:before {
  background-color: #25233c;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 300%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}

.chiffre-commission h2 {
  text-align: center;
  margin: 0 0 2rem;
}

@media (min-width: 48em) {
  .chiffre-commission .field-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chiffre-commission .field-items .field-item {
  text-align: center;
  position: relative;
  width: 100%;
}

@media (min-width: 48em) {
  .chiffre-commission .field-items .field-item {
    width: 50%;
  }
}

@media (min-width: 62em) {
  .chiffre-commission .field-items .field-item {
    width: 25%;
  }
}

.chiffre-commission .field-items li.field-item {
  margin-bottom: 2rem;
  padding: 2rem 1.5rem 3rem;
}

@media (min-width: 48em) {
  .chiffre-commission .field-items li.field-item {
    margin-bottom: 5rem;
  }
}

.chiffre-commission .field-items li.field-item:before {
  background-color: white;
  z-index: -1;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.2;
  width: 7rem;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
}

.chiffre-commission .key-number {
  font-size: 4.8rem;
}

.chiffre-commission .key-text {
  font-size: 1.6rem;
}

.actus-commission {
  text-align: center;
  padding-bottom: 5rem;
  position: relative;
}

.actus-commission .list-news {
  text-align: left;
}

.actus-commission .list-news li:first-child {
  border-top: none;
}

.actus-commission--etude:before {
  background-color: #DBDBDB;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 300%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
}

.actus-commission .btn, .actus-commission #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .actus-commission button, .actus-commission .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .actus-commission a {
  margin-top: 3rem;
}

.encyclopedie-publications {
  padding: 3rem 0 4rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.encyclopedie-publications:before {
  background-color: #EAEAEA;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 300%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}

.encyclopedie-publications h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.6rem;
}

.encyclopedie-publications .encyclopedie-publications_item {
  padding: 0 1.5rem 3rem;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 61.99em) {
  .encyclopedie-publications .encyclopedie-publications_item {
    padding-bottom: 0;
  }
}

.encyclopedie-publications--3 .encyclopedie-publications_item {
  width: 33.3%;
}

@media (max-width: 61.99em) {
  .encyclopedie-publications--3 .encyclopedie-publications_item {
    width: 100%;
  }
}

.encyclopedie-publications--2 .encyclopedie-publications_item {
  width: 50%;
}

@media (max-width: 61.99em) {
  .encyclopedie-publications--2 .encyclopedie-publications_item {
    width: 100%;
  }
}

.encyclopedie-publications .list-encyclo {
  margin-bottom: 3rem;
}

.encyclopedie-publications .list-encyclo li:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.encyclopedie-publications .list-encyclo li .list-encyclo--item_date {
  margin-right: 2rem;
  color: #656565;
  font-family: Palanquin, sans-serif;
  min-width: 18.5rem;
}

.encyclopedie-publications .list-encyclo li .list-encyclo--item_link {
  display: inline-block;
  color: #25233c;
  position: relative;
  padding: .5rem 0 .5rem 0;
  font-size: 1.6rem;
}

.encyclopedie-publications .list-encyclo li .list-encyclo--item_link:after {
  display: inline-block;
  content: "";
  z-index: -1;
  background: url("../images/fleche-r.svg") no-repeat right center;
  margin-bottom: -5px;
  transition: all 0.3s ease-out 0s;
  width: 30px;
  height: 20px;
}

.encyclopedie-publications .list-encyclo li .list-encyclo--item_link:focus, .encyclopedie-publications .list-encyclo li .list-encyclo--item_link:hover {
  color: #d60405;
}

.encyclopedie-publications .list-encyclo li .list-encyclo--item_link:focus:after, .encyclopedie-publications .list-encyclo li .list-encyclo--item_link:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.encyclopedie-publications .link-encyclo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  color: #25233c;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 61.99em) {
  .encyclopedie-publications .link-encyclo {
    position: relative;
    left: auto;
    bottom: auto;
    padding-bottom: 2rem;
  }
}

.encyclopedie-publications .link-encyclo:focus, .encyclopedie-publications .link-encyclo:hover {
  color: #d60405;
}

.node-cnb-regulation .field-type-text-with-summary {
  margin: 0 auto;
  padding: 3rem 0 3rem;
}

.node-cnb-regulation .field-name-field-cnb-download {
  padding: 0 0 8rem;
  text-align: center;
}

.node-cnb-regulation .field-name-field-cnb-download a {
  white-space: normal;
}

.node-cnb-regulation .field-name-field-cnb-download a:hover, .node-cnb-regulation .field-name-field-cnb-download a:focus {
  background-color: #25233c;
}

.node-cnb-regulation .field-name-field-cnb-download .file-extension {
  margin-left: 1rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.2rem;
}

.node-cnb-regulation .field-name-field-cnb-download .icon,
.node-cnb-regulation .field-name-field-cnb-download .name br {
  display: none;
}

.node-cnb-regulation .field-name-field-cnb-history {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 0;
  color: #656565;
  font-size: 1.2rem;
}

.content-table {
  position: relative;
  padding: 4rem 0 7rem;
}

.content-table:before {
  background-color: #EAEAEA;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 300%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}

.content-table h2 {
  margin: 0 0 3rem;
  text-align: center;
  color: #000000;
}

.summary {
  -moz-column-width: 34.5rem;
  -webkit-column-width: 34.5rem;
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
}

@media (min-width: 62em) {
  .summary {
    -moz-column-width: 45.5rem;
    -webkit-column-width: 45.5rem;
  }
}

@media (min-width: 75em) {
  .summary {
    -moz-column-width: 55.5rem;
    -webkit-column-width: 55.5rem;
  }
}

.summary--link {
  display: block;
  color: #656565;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #DBDBDB;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.summary--link:hover, .summary--link:focus {
  color: #d60405;
}

.summary--link .icon {
  fill: #d60405;
  margin: 0 0.3rem -0.5rem;
  width: 2.2rem;
  height: 2.2rem;
}

.summary--item {
  display: inline-block;
  width: 100%;
}

.summary--item:last-child .summary--link {
  border: none;
}

.subsummary--item a {
  color: #25233c;
}

.subsummary--item a:focus, .subsummary--item a:hover {
  color: #d60405;
}

.sections-list {
  padding-bottom: 8rem;
  font-size: 1.6rem;
}

.sections-list li:first-child .see-more-link {
  margin-top: 0;
}

.sections-list li:last-child .articles-container {
  padding-bottom: 0;
}

.sections-list li:last-child .see-more-link.collapsed {
  border-bottom-color: #FFFFFF;
}

.sections-list .section-title {
  margin: 0;
  font-size: 3rem;
}

.sections-list .articles-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem 0 8rem;
  overflow: hidden;
}

.sections-list .articles-container a {
  color: #d60405;
  text-decoration: underline;
}

.sections-list .articles-container a:hover, .sections-list .articles-container a:focus {
  text-decoration: none;
}

.sections-list .see-more-link {
  color: #000000;
  position: relative;
  padding: 2rem 3rem 2.2rem 0;
  display: block;
  border-top: solid 1px #DBDBDB;
  border-bottom: solid 1px #DBDBDB;
  margin-top: -1px;
}

.sections-list .see-more-link:before {
  background: #fff url("../images/bg-select.svg") no-repeat center center;
  background-size: 20px auto;
  padding-right: 25px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease-out 0s;
  width: 3rem;
  height: 3rem;
  content: "";
  display: block;
  position: absolute;
}

.sections-list .see-more-link.collapsed:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.sections-list .field-name-field-cnb-article {
  color: #4B4B4B;
}

.sections-list .field-name-field-cnb-article ul:not(.redactor-toolbar) {
  padding-left: 4rem;
  margin-bottom: 2rem;
}

.sections-list .field-name-field-cnb-article ul:not(.redactor-toolbar) li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.5rem;
}

.sections-list .field-name-field-cnb-article ul:not(.redactor-toolbar) li:before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: #d60405;
}

.sections-list .field-name-field-cnb-article ol {
  padding-left: 5.5rem;
  color: #4B4B4B;
}

.sections-list .field-name-field-cnb-article ol li {
  position: relative;
  padding: 0.3rem 2rem 0.3rem 0;
}

.sections-list .field-name-field-cnb-references {
  color: #656565;
  margin-top: -2rem;
  font-size: 1.2rem;
}

.section-item-related-documents {
  margin: 0;
  padding: 3rem 0;
  position: relative;
  text-align: center;
}

.section-item-related-documents:before {
  background-color: #EAEAEA;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 300%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
}

@media (min-width: 62em) {
  .node-dossier_footer .field-name-field-cnb-private-doc,
  .node-dossier_footer .field-name-field-cnb-document,
  .docs-container-reglementation {
    margin-right: -5rem;
  }
}

@media (min-width: 62em) {
  .node-dossier_footer .field-name-field-cnb-private-doc .field-items,
  .node-dossier_footer .field-name-field-cnb-document .field-items,
  .docs-container-reglementation .field-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.node-dossier_footer .field-name-field-cnb-private-doc .field-items .field-item,
.node-dossier_footer .field-name-field-cnb-document .field-items .field-item,
.docs-container-reglementation .field-items .field-item {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 0;
  border: none;
}

.node-dossier_footer .field-name-field-cnb-private-doc .field-items .field-item:before,
.node-dossier_footer .field-name-field-cnb-document .field-items .field-item:before,
.docs-container-reglementation .field-items .field-item:before {
  background-color: #DBDBDB;
  z-index: 1;
  left: 0;
  top: -2rem;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
}

.node-dossier_footer .field-name-field-cnb-private-doc .field-items .field-item:nth-child(1):before,
.node-dossier_footer .field-name-field-cnb-document .field-items .field-item:nth-child(1):before,
.docs-container-reglementation .field-items .field-item:nth-child(1):before {
  display: none;
}

@media (min-width: 62em) {
  .node-dossier_footer .field-name-field-cnb-private-doc .field-items .field-item:nth-child(2):before,
  .node-dossier_footer .field-name-field-cnb-document .field-items .field-item:nth-child(2):before,
  .docs-container-reglementation .field-items .field-item:nth-child(2):before {
    display: none;
  }
}

@media (min-width: 62em) {
  .node-dossier_footer .field-name-field-cnb-private-doc .field-items .field-item,
  .node-dossier_footer .field-name-field-cnb-document .field-items .field-item,
  .docs-container-reglementation .field-items .field-item {
    width: calc(50% - 5rem);
    margin-right: 5rem;
  }
}

.header-index {
  padding: 5rem 0 2rem;
}

@media (min-width: 48em) {
  .header-index {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.header-index .page-header {
  padding: 0;
  margin: 0 5rem 0 0;
  width: 32rem;
  text-align: left;
}

@media (max-width: 47.99em) {
  .header-index .page-header {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}

.header-index p {
  margin: 0;
}

.header-index .field-name-field-cnb-chapo,
.header-index .field-name-body {
  width: calc(100% - 37rem);
  text-align: left;
}

@media (max-width: 47.99em) {
  .header-index .field-name-field-cnb-chapo,
  .header-index .field-name-body {
    width: 100%;
  }
}

.header-index .field-name-field-cnb-chapo p,
.header-index .field-name-body p {
  line-height: 1.6;
}

.header-index .field-name-field-cnb-img,
.header-index .field-name-field-cnb-illustration-banner {
  position: relative;
  margin: 4rem 0 3rem;
}

.header-index .field-name-field-cnb-img:after,
.header-index .field-name-field-cnb-illustration-banner:after {
  background: url("../images/icon-com.svg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
  content: "";
  display: block;
  position: absolute;
}

.pageIndex-categorie-title {
  margin: 0 0 3rem;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
  font-size: 3.4rem;
}

@media (max-width: 47.99em) {
  .pageIndex-categorie-title {
    font-size: 2.6rem;
    margin: 0 0 0.5rem;
    padding: 0 0 1.5rem;
  }
}

.list-pageIndex {
  padding-bottom: 2rem;
}

@media (min-width: 48em) {
  .list-pageIndex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.list-pageIndex--item {
  width: calc(100% / 3);
  position: relative;
  margin-bottom: 2rem;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 61.99em) {
  .list-pageIndex--item {
    width: calc(100% / 2);
  }
}

@media (max-width: 47.99em) {
  .list-pageIndex--item {
    width: 100%;
  }
}

@media (min-width: 62em) {
  .list-pageIndex--item:focus, .list-pageIndex--item:hover {
    background: #25233c;
  }
  .list-pageIndex--item:focus .h3, .list-pageIndex--item:focus .custom-cnb-form .label-competence, .custom-cnb-form .list-pageIndex--item:focus .label-competence, .list-pageIndex--item:focus
  .custom-cnb-form .panel legend.panel-heading,
  .custom-cnb-form .panel .list-pageIndex--item:focus legend.panel-heading, .list-pageIndex--item:focus .panel .panel-body legend.panel-heading, .panel .panel-body .list-pageIndex--item:focus legend.panel-heading,
  .list-pageIndex--item:focus .list-pageIndex--item_link, .list-pageIndex--item:hover .h3, .list-pageIndex--item:hover .custom-cnb-form .label-competence, .custom-cnb-form .list-pageIndex--item:hover .label-competence, .list-pageIndex--item:hover
  .custom-cnb-form .panel legend.panel-heading,
  .custom-cnb-form .panel .list-pageIndex--item:hover legend.panel-heading, .list-pageIndex--item:hover .panel .panel-body legend.panel-heading, .panel .panel-body .list-pageIndex--item:hover legend.panel-heading,
  .list-pageIndex--item:hover .list-pageIndex--item_link {
    color: #FFFFFF;
  }
  .list-pageIndex--item:focus:before, .list-pageIndex--item:focus:after, .list-pageIndex--item:hover:before, .list-pageIndex--item:hover:after {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .list-pageIndex--item:nth-child(3n-1):after, .list-pageIndex--item:nth-child(3n-1):before {
    background: #DBDBDB;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    content: "";
    display: block;
    position: absolute;
  }
}

.list-pageIndex--item:nth-child(3n-1):after {
  right: auto;
  left: 0;
}

@media (max-width: 61.99em) {
  .list-pageIndex--item:nth-child(2n+1):before {
    background: #DBDBDB;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    right: 0;
    top: 50%;
    width: 1px;
    height: 30%;
    content: "";
    display: block;
    position: absolute;
  }
}

@media (max-width: 47.99em) {
  .list-pageIndex--item:nth-child(2n+1):before {
    display: none;
  }
}

.list-pageIndex--item_link {
  display: block;
  padding: 4rem 4rem 8rem;
  color: #4B4B4B;
  font-size: 1.6rem;
}

@media (max-width: 47.99em) {
  .list-pageIndex--item_link {
    padding: 2rem 0rem 6rem;
  }
}

.list-pageIndex--item_link .icon:not(.icon-link-external) {
  fill: #d60405;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 4.5rem;
  height: 4.5rem;
}

.list-pageIndex--item_link .icon-link-external {
  fill: #DBDBDB;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 2rem;
  height: 2rem;
}

.event--noresult {
  max-width: 97rem;
  margin: 0 auto;
  padding: 5rem 0;
  font-size: 1.6rem;
}

.node-event.node-unpublished {
  background: #FFFFFF;
}

.type-event-cnb {
  color: #d60405;
  text-transform: uppercase;
  padding-top: 1rem;
  font-size: 1.6rem;
}

.type-event-cnb .icon {
  margin: 0 1rem -1rem 0;
  width: 3rem;
  height: 3rem;
}

.event--header {
  margin: 4rem 0 3rem;
  border: solid 1px #DBDBDB;
}

@media (min-width: 62em) {
  .event--header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
  }
}

.event--header.event-cnb {
  background-color: #EAEAEA;
}

.event--header .page-header {
  padding-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

@media (min-width: 62em) {
  .event--header .page-header--eventlist {
    font-size: 3.6rem;
  }
}

@media (min-width: 62em) {
  .event--header.revert {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 62em) {
  .event--header.revert .event--header_dates {
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
}

.event--header_infos {
  padding: 0 2rem 2rem;
}

@media (min-width: 62em) {
  .event--header_infos {
    width: calc(100% - 33.5rem);
    padding: 0 10rem 3rem 5rem;
  }
}

.event--header_dates {
  border: solid 1px #DBDBDB;
  background: #DBDBDB;
  padding: 0rem 2rem 3rem;
  margin: 0 -1px -1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
}

@media (min-width: 62em) {
  .event--header_dates {
    width: 33.5rem;
    margin: 3rem 0;
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}

.event--header_dates .day {
  line-height: 11rem;
  text-align: center;
  font-size: 10rem;
}

@media (max-width: 61.99em) {
  .event--header_dates .day {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}

.event--header_dates.event-cnb {
  background: #25233c;
  border-color: #25233c;
  color: #FFFFFF;
}

.event--header_dates .two-dates {
  position: relative;
}

.event--header_dates .two-dates:first-child {
  padding-right: 2rem;
}

.event--header_dates .two-dates:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.8rem;
  height: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 10;
  background: url("../images/event-fle.svg") no-repeat 95% center;
}

.event_author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #656565;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.event_author .field-name-field-event-org {
  padding-left: 0.5rem;
  color: #25233c;
}

@media (min-width: 48em) {
  .event--header_details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.event--header_details .col {
  position: relative;
  width: 50%;
  padding-left: 3.5rem;
}

@media (max-width: 47.99em) {
  .event--header_details .col {
    padding-bottom: 2rem;
    width: 100%;
  }
}

.event--header_details .col .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0.3rem;
  fill: #d60405;
  width: 2.7rem;
  height: 2.7rem;
}

.event--header_details .event--header_place {
  color: #4B4B4B;
  font-size: 1.6rem;
}

.event--header_details .field-name-field-event-place {
  text-transform: uppercase;
  color: #25233c;
  font-size: 1.8rem;
}

.event--header_details .event--header_time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.adEvent--header {
  padding: 5rem 0 0;
}

.adEvent--header .filter-link {
  display: inline-block;
  border: solid 1px #DBDBDB;
  padding: 1.2rem 2rem;
  margin-bottom: 3rem;
  color: #25233c;
  text-transform: uppercase;
}

.adEvent--header .filter-link:first-child {
  border-right: 0;
}

.adEvent--header .filter-link:hover, .adEvent--header .filter-link:focus, .adEvent--header .filter-link.active {
  background: #25233c;
  color: #FFFFFF;
}

.adEvent--header .btn, .adEvent--header #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .adEvent--header button, .adEvent--header .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .adEvent--header a {
  float: right;
}

@media (max-width: 47.99em) {
  .adEvent--header .btn, .adEvent--header #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .adEvent--header button, .adEvent--header .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .adEvent--header a {
    float: none;
    clear: both;
    display: block;
    width: 100%;
  }
}

.event--monthlist {
  margin-bottom: 3rem;
}

.event--monthlist--item:first-child .event--monthlist--item_title {
  padding-top: 0;
}

.event--monthlist--item_title {
  text-transform: capitalize;
}

.redactor-editor ul,
.redactor-editor ol {
  list-style: initial;
}

.page-node-add-ad #redactor-modal-tabber {
  display: none;
}

.post-ad-container {
  padding: 5rem 0;
  text-align: center;
  color: #4B4B4B;
}

.post-ad-container_chapo {
  font-style: italic;
  max-width: 84rem;
  margin: 0 auto 5rem;
  font-size: 2.1rem;
}

.post-ad-container_item {
  padding: 1.5rem 3rem;
}

@media (max-width: 47.99em) {
  .post-ad-container_item.edentias-block {
    border-bottom: solid 1px #DBDBDB;
    margin-bottom: 2rem;
  }
}

@media (min-width: 48em) {
  .post-ad-container_item.edentias-block {
    border-right: solid 1px #DBDBDB;
  }
}

@media (min-width: 75em) {
  .post-ad-container_item {
    padding: 1.5rem 9rem;
  }
}

.post-ad-container_item .btn, .post-ad-container_item #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .post-ad-container_item button, .post-ad-container_item .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .post-ad-container_item a {
  margin: 2.5rem 0;
}

.post-ad-container_item p {
  line-height: 2;
}

.post-ad-container_item_title {
  text-transform: uppercase;
  margin: 0 0 2.5rem 0;
  color: #25233c;
  font-size: 1.9rem;
}

.ad--header {
  margin: 4rem 0 3rem;
  border: solid 1px #DBDBDB;
}

@media (min-width: 62em) {
  .ad--header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
  }
}

.ad--header .field-name-field-cnb-ad-type {
  color: #d60405;
  text-transform: uppercase;
  padding: 1rem 0 0;
}

.ad--header .page-header {
  padding-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

@media (min-width: 62em) {
  .ad--header .page-header--adlist {
    font-size: 3.6rem;
  }
}

.ad--header_infos {
  padding: 0 2rem 2rem;
}

@media (min-width: 62em) {
  .ad--header_infos {
    width: calc(100% - 33.5rem);
    padding: 0 10rem 3rem 5rem;
  }
}

.ad--header_category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.ad--header_category .icon {
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 1rem;
  fill: #d60405;
}

.ad--header_category a {
  color: #656565;
}

.ad--header_category a:focus, .ad--header_category a:hover {
  text-decoration: underline;
}

.ad--header_category .field-item {
  float: left;
  padding: 0 3rem 0 0;
  position: relative;
}

.ad--header_category .field-item:not(:last-child):before {
  display: block;
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  right: 1.5rem;
  top: 5px;
  background: #656565;
}

.ad--header_location {
  border: solid 1px #DBDBDB;
  background: #25233c;
  color: #FFFFFF;
  padding: 3rem 2rem 3.5rem;
  margin: 0 -1px -1px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-size: 1.8rem;
}

@media (min-width: 62em) {
  .ad--header_location {
    width: 33.5rem;
    margin: 3rem 0;
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}

.ad--header_location .icon {
  fill: #d60405;
  width: 5rem;
  height: 5rem;
}

.ad--header_location .field-name-field-cnb-dpt {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

.ad--header_location .field-name-field-annuaire-city {
  font-size: 1.6rem;
}

.ad--header_date {
  color: #656565;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

@media (max-width: 47.99em) {
  .adlist--filter {
    padding-top: 4rem;
  }
}

#cnb-ad-list-filter-form .form-item {
  display: inline-block;
  margin-right: 2rem;
  width: 100%;
}

@media (min-width: 48em) {
  #cnb-ad-list-filter-form .form-item {
    width: calc(50% - 2rem);
  }
}

#cnb-ad-list-filter-form .form-item .form-control {
  height: 5rem;
}

#cnb-ad-list-filter-form #edit-filters {
  width: 100%;
  margin: 0;
}

@media (min-width: 48em) {
  #cnb-ad-list-filter-form #edit-filters {
    width: calc(100% - 15rem);
    float: left;
  }
}

#cnb-ad-list-filter-form .btn, #cnb-ad-list-filter-form #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons #cnb-ad-list-filter-form button, #cnb-ad-list-filter-form .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download #cnb-ad-list-filter-form a {
  margin: 0;
}

@media (min-width: 48em) {
  #cnb-ad-list-filter-form .btn, #cnb-ad-list-filter-form #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons #cnb-ad-list-filter-form button, #cnb-ad-list-filter-form .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download #cnb-ad-list-filter-form a {
    float: right;
  }
}

.node-type-page .main-container {
  margin-bottom: 0;
}

.node-type-page .main-container .docs-container,
.node-type-page .main-container .field-name-body {
  max-width: 80rem;
  margin: 0 auto 5rem auto;
}

.node-type-page .item-summary, .node-type-page .annuaire-intro, .node-type-page .node-commission .field-name-field-cnb-chapo, .node-commission .node-type-page .field-name-field-cnb-chapo, .node-type-page .node-cnb-regulation .field-type-text-with-summary, .node-cnb-regulation .node-type-page .field-type-text-with-summary, .node-type-page .header-index .field-name-field-cnb-chapo, .header-index .node-type-page .field-name-field-cnb-chapo, .node-type-page
.header-index .field-name-body,
.header-index .node-type-page .field-name-body {
  text-align: center;
  margin: 2rem auto 3rem auto;
}

.node-type-page .line-tools {
  text-align: center;
  padding: 0 0 3rem;
}

.node-type-page .line-tools .link-doc {
  float: none;
}

.node-type-page .encyclopedie-publications {
  margin: 7rem 0 0rem;
}

.docs-main h2:not(.list-encyclo_title):not(.block-title) {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 3rem;
}

.docs-main .field-name-body {
  max-width: 100rem;
}

.docs-main .field-collection-container .field-items .field-items .field-item:not(:last-child) {
  margin-bottom: 4rem;
}

.docs-main .docs-container {
  margin-bottom: 5rem;
}

.page-page-403 .main-container .page-header,
.page-page-404 .main-container .page-header {
  padding-top: 8rem;
}

.page-page-403 .main-container .page-header:before,
.page-page-404 .main-container .page-header:before {
  content: "";
  display: block;
  height: 13rem;
  width: 33rem;
  margin: 0 auto;
  background: url("../images/bg-404.svg") no-repeat center center;
  background-size: 90%;
}

@media (max-width: 47.99em) {
  .page-page-403 .main-container .page-header:before,
  .page-page-404 .main-container .page-header:before {
    height: 9rem;
    width: 22.8rem;
  }
}

.page-page-403 .main-container .page-header:before {
  background-image: url("../images/bg-403-lock.svg");
  background-size: auto auto;
}

.error-pages {
  padding: 3rem 0 10rem;
  text-align: center;
  max-width: 92rem;
  margin: 0 auto;
}

.error-pages .btn, .error-pages #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .error-pages button, .error-pages .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .error-pages a {
  margin: 2rem 1rem 0;
}

.error-pages .btn:hover .icon, .error-pages #sliding-popup .popup-content #popup-buttons button:hover .icon, #sliding-popup .popup-content #popup-buttons .error-pages button:hover .icon, .error-pages .node-cnb-regulation .field-name-field-cnb-download a:hover .icon, .node-cnb-regulation .field-name-field-cnb-download .error-pages a:hover .icon {
  fill: #FFFFFF;
}

.error-pages .btns-box .icon {
  fill: #FFFFFF;
}

.i18n-en .error-pages .btn-member,
.i18n-en .error-pages .btn-e-dentitas,
.i18n-es .error-pages .btn-member,
.i18n-es .error-pages .btn-e-dentitas {
  display: none;
}

.page-espace-avocat h2 {
  margin-bottom: 2.5rem;
}

.page-espace-avocat .main-container .page-header {
  text-align: left;
  max-width: 1170px;
  margin-bottom: 2.5rem;
}

.page-espace-avocat .h2-bis {
  color: #25233c;
}

.page-espace-avocat button {
  outline: none;
}

.espace-avocat {
  position: relative;
}

.espace-avocat:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: #25233c;
  opacity: 0;
  z-index: -1;
  transition: all .3s;
}

.espace-avocat.searching:before {
  opacity: .5;
  z-index: 100;
}

.espace-avocat--header {
  padding: 4rem 0;
}

.espace-avocat--header_info {
  font-size: 1.6rem;
  color: #4B4B4B;
}

.espace-avocat--header_info h3 {
  margin: 0 0 .8rem;
}

.espace-avocat--header_info .private-info {
  margin-bottom: 1.5rem;
}

.espace-avocat--header_info span {
  margin-right: .8rem;
}

.espace-avocat--header_info b {
  font-family: Palanquin, sans-serif;
  color: #25233c;
  font-size: 1.8rem;
}

.espace-avocat--header_search {
  position: relative;
  z-index: 210;
  margin-top: 15px;
}

.espace-avocat--header_search:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  height: 50px;
  width: 50px;
  background: url("../images/loupe-white.svg") no-repeat center center/23px 26px #d60405;
}

.espace-avocat--header_search .form-control:not(.form-file) {
  max-width: 100%;
  height: 50px;
  padding-right: 50px;
}

.espace-avocat--header_search .search-result {
  position: absolute;
  top: 50px;
  left: 15px;
  background: #FFFFFF;
  width: calc(100% - 30px);
  border: solid 1px #DBDBDB;
  border-top: none;
  z-index: 400;
  max-height: 500px;
  overflow-y: auto;
}

.espace-avocat--header_search .search-result--link {
  display: block;
  padding: 3rem 1.5rem 2.5rem;
  border-bottom: solid 1px #DBDBDB;
  color: #656565;
}

.espace-avocat--header_search .search-result--link:hover {
  background-color: #EAEAEA;
}

.espace-avocat--header_search .search-result--link_header {
  margin-bottom: 1.5rem;
}

@media (min-width: 62em) {
  .espace-avocat--header_search .search-result--link_header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.espace-avocat--header_search .search-result--link_header h3 {
  color: #d60405;
  margin: 0 1rem 0 0;
  font-size: 1.6rem;
  font-family: "Libre Baskerville", serif;
}

.espace-avocat--header_search .search-result--link_header span {
  font-family: Palanquin, sans-serif;
}

.espace-avocat--header_search .search-result--link_body {
  color: #25233c;
  font-family: Palanquin, sans-serif;
  line-height: 1.4;
}

.espace-avocat--header_link {
  display: block;
  padding: 2rem 0;
  color: #25233c;
  font-weight: 700;
  font-size: 1.4rem;
}

.espace-avocat--header_link .icon {
  fill: #d60405;
  margin-bottom: -6px;
  width: 22px;
  height: 22px;
}

.espace-avocat--header_link:focus, .espace-avocat--header_link:hover {
  color: #4B4B4B;
}

.espace-avocat--header_right {
  text-align: center;
  margin-bottom: 0;
}

.espace-avocat--header_right h3 {
  margin: 0 0 2rem;
}

.espace-avocat--header_right .icon {
  fill: #FFFFFF;
}

.espace-avocat--header_right .btn, .espace-avocat--header_right #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .espace-avocat--header_right button, .espace-avocat--header_right .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .espace-avocat--header_right a {
  margin: 2rem 0 1.5rem;
}

.espace-avocat--header_right .btn:focus, .espace-avocat--header_right #sliding-popup .popup-content #popup-buttons button:focus, #sliding-popup .popup-content #popup-buttons .espace-avocat--header_right button:focus, .espace-avocat--header_right .node-cnb-regulation .field-name-field-cnb-download a:focus, .node-cnb-regulation .field-name-field-cnb-download .espace-avocat--header_right a:focus, .espace-avocat--header_right .btn:hover, .espace-avocat--header_right #sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons .espace-avocat--header_right button:hover, .espace-avocat--header_right .node-cnb-regulation .field-name-field-cnb-download a:hover, .node-cnb-regulation .field-name-field-cnb-download .espace-avocat--header_right a:hover {
  background-color: #FFFFFF;
  color: #d60405;
}

.espace-avocat--header_right .btn:focus .icon, .espace-avocat--header_right #sliding-popup .popup-content #popup-buttons button:focus .icon, #sliding-popup .popup-content #popup-buttons .espace-avocat--header_right button:focus .icon, .espace-avocat--header_right .node-cnb-regulation .field-name-field-cnb-download a:focus .icon, .node-cnb-regulation .field-name-field-cnb-download .espace-avocat--header_right a:focus .icon, .espace-avocat--header_right .btn:hover .icon, .espace-avocat--header_right #sliding-popup .popup-content #popup-buttons button:hover .icon, #sliding-popup .popup-content #popup-buttons .espace-avocat--header_right button:hover .icon, .espace-avocat--header_right .node-cnb-regulation .field-name-field-cnb-download a:hover .icon, .node-cnb-regulation .field-name-field-cnb-download .espace-avocat--header_right a:hover .icon {
  fill: #d60405;
}

.espace-avocat--body_fav {
  position: relative;
  padding: 5rem 0 4rem;
}

.espace-avocat--body_fav:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -1;
}

.espace-avocat--body_fav .linkfavControl {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
}

.espace-avocat--body_fav .linkfavControl .icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.espace-avocat--body_fav.is-off .fav-content {
  display: none;
}

.espace-avocat--body_fav.is-off .linkfavControl .icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.espace-avocat--body_fav .services-list {
  margin-bottom: 1rem;
}

.espace-avocat--body_fav .subtitle-fav {
  font-family: Palanquin, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.espace-avocat--body_fav .fav-form {
  padding: 0 .5rem;
  display: block;
  position: relative;
}

@media (min-width: 48em) {
  .espace-avocat--body_fav .fav-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.espace-avocat--body_fav .fav-form h3 {
  font-size: 2rem;
  margin: 0 0 1.5rem;
}

.espace-avocat--body_fav .fav-form .fav-form-group {
  display: inline-block;
  margin-top: 4rem;
  width: 100%;
}

@media (min-width: 48em) {
  .espace-avocat--body_fav .fav-form .fav-form-group {
    width: 33.33%;
  }
}

.espace-avocat--body_fav .fav-form .fav-form-group:last-child {
  width: 100%;
  margin: 1rem 0 2rem;
  text-align: right;
}

.espace-avocat--body_fav .fav-form .fav-form-group button {
  background: none;
  border: none;
  color: #d60405;
  padding: 0;
}

.espace-avocat--body_fav .fav-form .fav-form-group .icon {
  fill: #d60405;
  margin-right: .5rem;
  width: 1.1rem;
  height: 1.1rem;
}

.espace-avocat--body_fav .fav-form li {
  position: relative;
  overflow: hidden;
}

.espace-avocat--body_fav .fav-form li label {
  padding: .5rem .5rem .5rem 2rem;
  margin: 0;
  position: relative;
  text-transform: none;
  color: #25233c;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  cursor: pointer;
}

.espace-avocat--body_fav .fav-form li label:before {
  content: "";
  position: absolute;
  display: block;
  top: 1.1rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
  border: solid 1px #25233c;
}

.espace-avocat--body_fav .fav-form li input {
  display: block;
  position: absolute;
  left: -3rem;
}

.espace-avocat--body_fav .fav-form li input:checked + label:before {
  background-color: #d60405;
  border-color: #d60405;
}

.espace-avocat--body_services {
  padding: 4rem 0;
}

.espace-avocat--body_services .bg-grey {
  position: relative;
  padding: 4rem 0 2rem;
}

.espace-avocat--body_services .bg-grey:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -1;
}

.espace-avocat--actus {
  margin-bottom: 6rem;
}

.espace-avocat--actus .list-news {
  margin-bottom: 3rem;
}

.espace-avocat--actus .list-news > li {
  position: relative;
  padding: 3rem;
  border: solid 1px #DBDBDB;
  border-bottom: 0;
}

.espace-avocat--actus .list-news > li:last-child {
  border-bottom: solid 1px #DBDBDB;
}

@media (min-width: 62em) {
  .espace-avocat--actus .list-news > li {
    width: 100%;
  }
}

@media (max-width: 61.99em) {
  .espace-avocat--actus .list-news > li {
    border: solid 1px #DBDBDB;
    border-bottom: 0;
  }
}

.espace-avocat--actus .list-news h3 a {
  font-size: 2.6rem;
}

.espace-avocat--actus .list-news .submitted {
  margin-bottom: .8rem;
}

.espace-avocat--actus .list-news .node-cnb-news {
  position: static;
}

.espace-avocat--actus .list-news .read-more {
  color: #25233c;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 3rem;
  font-weight: 700;
}

.espace-avocat--actus .list-news .read-more .icon {
  margin-bottom: -5px;
  fill: #d60405;
  width: 20px;
  height: 20px;
}

.espace-avocat--actus .text-center {
  margin-bottom: 3rem;
}

.espace-avocat--actus .form-type-item {
  display: none;
}

.services-list {
  margin-bottom: 4rem;
}

@media (min-width: 48em) {
  .services-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    border-left: solid 1px #DBDBDB;
  }
}

.services-list--item {
  position: relative;
  text-align: center;
  border: solid 1px #DBDBDB;
  margin: -1px 0 0 -1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
}

@media (min-width: 48em) {
  .services-list--item {
    width: 33.3%;
  }
}

@media (min-width: 62em) {
  .services-list--item {
    width: 25%;
  }
}

@media (max-width: 47.99em) {
  .services-list--item {
    border: solid 1px #DBDBDB;
    margin: 0 0 1rem;
  }
}

.services-list--item:nth-child(3n) {
  border-right: solid 1px #DBDBDB;
}

.services-list--item:last-child {
  border-right: solid 1px #DBDBDB;
}

.services-list--item.link-fav .iconBox {
  height: 45px !important;
  width: 45px !important;
  margin-left: auto;
  margin-right: auto;
}

.services-list--item.link-fav .iconBox .icon {
  border-radius: 100%;
}

.services-list--item.link-fav .services-list--item_body .link-add-fav {
  color: #656565;
  padding: 5rem 1rem;
  cursor: pointer;
}

@media (max-width: 47.99em) {
  .services-list--item.link-fav .services-list--item_body .link-add-fav {
    padding: 10px 45px 10px 10px !important;
  }
}

.services-list--item.link-fav .services-list--item_body .link-add-fav:hover .iconBox .icon {
  background-color: #d60405;
  fill: #FFFFFF;
}

.services-list--item .helpbox-is-active .service-bulles-info.helpBox {
  display: block;
}

.services-list .link-option-box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100px;
}

@media (max-width: 47.99em) {
  .services-list .link-option-box {
    width: 40px;
    height: 120px;
  }
}

.services-list .link-option {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 30px;
  background-color: #F2F2F2;
  color: #d60405;
  text-align: center;
  font-family: Palanquin, sans-serif;
  font-weight: 700;
  border: solid 1px #DBDBDB;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 30px;
}

@media (max-width: 47.99em) {
  .services-list .link-option {
    height: 40px;
  }
  .services-list .link-option:last-child {
    border-bottom: 0;
  }
}

.services-list .link-option:hover {
  background-color: #d60405;
  color: #FFFFFF;
}

.services-list .link-option:hover .icon {
  fill: #FFFFFF;
}

.services-list .link-option.doc {
  text-transform: uppercase;
  font-size: 10px;
}

@media (max-width: 47.99em) {
  .services-list .link-option.doc {
    line-height: 38px;
  }
}

.services-list .link-option.edit {
  line-height: 30px;
  border-bottom: solid 1px #DBDBDB;
}

.services-list .link-option .icon {
  fill: #d60405;
  width: 1.5rem;
  height: 1.5rem;
}

.services-list .link-option.link-close {
  line-height: 24px;
  border-bottom: solid 1px #DBDBDB;
}

@media (max-width: 47.99em) {
  .services-list .link-option.link-close {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.services-list .link-option.link-close .icon {
  width: 0.9rem;
  height: 0.9rem;
}

@media (max-width: 47.99em) {
  .services-list .services-list--item_label {
    width: calc(100% - 10rem);
  }
}

.services-list .services-list--item_label .icon {
  fill: #d60405;
  margin: 0 3px -5px 0;
  width: 20px;
  height: 20px;
}

.services-list .iconBox {
  text-align: center;
  overflow: hidden;
  margin-bottom: 3rem;
  width: 100%;
  height: 7.5rem;
}

.services-list .iconBox .icon {
  fill: #d60405;
  width: 100%;
  height: 100%;
}

.services-list .iconBox img {
  display: inline-block;
  height: 7.5rem;
}

@media (max-width: 47.99em) {
  .services-list .iconBox img.logo-creditor {
    height: auto;
    width: 7.5rem;
    margin-top: 1.5rem;
  }
}

.services-list .services-list--item_body {
  height: 100%;
}

.services-list a:not(.link-option):not(.link-notice) {
  width: 100%;
  height: 100%;
  padding: 3.5rem 2rem;
  color: #25233c;
  display: block;
  cursor: pointer;
}

@media (max-width: 47.99em) {
  .services-list a:not(.link-option):not(.link-notice) {
    padding: 10px 45px 10px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .services-list a:not(.link-option):not(.link-notice) .iconBox {
    margin: 0 1rem 0 0;
    width: 60px;
    height: 60px;
  }
  .services-list a:not(.link-option):not(.link-notice) .icon-fleche {
    display: none;
  }
}

.services-list a:not(.link-option):not(.link-notice):focus, .services-list a:not(.link-option):not(.link-notice):hover {
  color: #d60405;
  background-color: #EAEAEA;
}

@media (max-width: 47.99em) {
  .services-list.services-list-fav a:not(.link-option):not(.link-notice) {
    padding: 30px 45px 30px 10px;
  }
}

@media (max-width: 47.99em) {
  .services-list.services-list-fav .link-option.link-close {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}

.service-bulles-info {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #25233c;
  color: #FFFFFF;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}

@media (max-width: 47.99em) {
  .service-bulles-info {
    position: relative;
  }
}

.service-bulles-info .service-bulles-info_body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 2rem;
  font-family: Palanquin, sans-serif;
}

.service-bulles-info .link-notice {
  color: #FFFFFF;
  text-decoration: underline;
}

.right-doc-list {
  margin-bottom: 4rem;
}

.right-doc-list_label {
  width: calc(100% - 8.5rem);
}

.right-doc-list li {
  margin: 0 0 2.5rem;
}

.right-doc-list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  position: relative;
  color: #25233c;
  text-transform: uppercase;
  width: 100%;
  padding-right: 20px;
  font-size: 1.6rem;
}

.right-doc-list li a:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/fle.svg") no-repeat center center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(20px);
          transform: translateY(-50%) translateX(20px);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  width: 20px;
  height: 20px;
}

.right-doc-list li a:focus:before, .right-doc-list li a:hover:before {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.right-doc-list li a:focus .iconBox, .right-doc-list li a:hover .iconBox {
  background-color: #25233c;
}

.right-doc-list li a:focus .iconBox .icon, .right-doc-list li a:hover .iconBox .icon {
  fill: #FFFFFF;
}

.right-doc-list li .iconBox {
  margin-right: 2rem;
  border-radius: 100%;
  overflow: hidden;
  background: #dab53f;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 6.5rem;
  height: 6.5rem;
}

.right-doc-list li .iconBox .icon {
  fill: #25233c;
  margin-top: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
}

.right-doc-list li .iconBox .icon-fiche {
  margin-left: 8px;
}

.encycloBox {
  margin-bottom: 4rem;
}

.encycloBox .link-encyclo {
  font-weight: 700;
  color: #25233c;
}

.encycloBox .link-encyclo .icon {
  fill: #d60405;
  margin-bottom: -5px;
  width: 20px;
  height: 20px;
}

.encycloBox .link-encyclo:focus, .encycloBox .link-encyclo:hover {
  color: #4B4B4B;
}

.letter-formation {
  background: #25233c;
  color: #FFFFFF;
  padding: 3rem 0;
  margin-bottom: 3.5rem;
  text-align: center;
}

@media (max-width: 61.99em) {
  .letter-formation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 47.99em) {
  .letter-formation {
    display: block;
  }
}

.letter-formation h3 {
  margin: 0 0 2rem;
}

@media (min-width: 62em) {
  .letter-formation_left {
    margin-bottom: 5rem;
  }
}

@media (max-width: 47.99em) {
  .letter-formation_left {
    margin-bottom: 5rem;
  }
}

.letter-formation_left:before {
  content: "";
  display: none;
  height: 1px;
  width: 100px;
  left: 50%;
  bottom: -2.5rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  opacity: .3;
}

@media (min-width: 62em) {
  .letter-formation_left:before {
    display: block;
  }
}

@media (max-width: 47.99em) {
  .letter-formation_left:before {
    display: block;
  }
}

.letter-formation .col {
  position: relative;
  padding: 0 2rem;
}

@media (max-width: 61.99em) {
  .letter-formation .col {
    width: 50%;
  }
}

@media (max-width: 47.99em) {
  .letter-formation .col {
    width: 100%;
  }
}

.letter-formation .col .btn, .letter-formation .col #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .letter-formation .col button, .letter-formation .col .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .letter-formation .col a {
  margin-top: 3rem;
}

.letter-formation .col .btn:focus, .letter-formation .col #sliding-popup .popup-content #popup-buttons button:focus, #sliding-popup .popup-content #popup-buttons .letter-formation .col button:focus, .letter-formation .col .node-cnb-regulation .field-name-field-cnb-download a:focus, .node-cnb-regulation .field-name-field-cnb-download .letter-formation .col a:focus, .letter-formation .col .btn:hover, .letter-formation .col #sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons .letter-formation .col button:hover, .letter-formation .col .node-cnb-regulation .field-name-field-cnb-download a:hover, .node-cnb-regulation .field-name-field-cnb-download .letter-formation .col a:hover {
  background-color: #FFFFFF;
  color: #d60405;
}

.contactBox {
  background: #EAEAEA;
  padding: 2rem;
  margin-bottom: 6rem;
  text-align: center;
  font-size: 2.6rem;
}

.contactBox .btn, .contactBox #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .contactBox button, .contactBox .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .contactBox a {
  margin-top: 1.5rem;
}

.content-espace-presse .page-header {
  text-align: left;
}

.content-espace-presse .subtitle {
  padding: 2.5rem 0 3rem;
}

.content-espace-presse .info-block {
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
}

.content-espace-presse .list-news li:last-child {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 5rem;
}

.left-block-press {
  padding-top: 6rem;
}

.left-block-press .contact--title {
  margin: 0 0 2rem;
}

.left-block-press .line-contact {
  margin-bottom: 1rem;
}

.left-block-press .line-job {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.newsletter--press {
  background-color: #EAEAEA;
  padding: 3.5rem 3.5rem 3rem;
  text-align: center;
}

@media (max-width: 61.99em) {
  .newsletter--press {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .newsletter--press {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
  .newsletter--press--block {
    width: 33.3%;
    padding: 0 1.5rem;
  }
  .newsletter--press .btn, .newsletter--press #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .newsletter--press button, .newsletter--press .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .newsletter--press a {
    padding: 1.5rem 2rem;
  }
}

.newsletter--press--title {
  color: #d60405;
  margin: 0 0 2rem;
}

.newsletter--press .btnBox {
  padding: 2rem 0 2.5rem;
}

.newsletter--press .btnBox:not(.last):after {
  content: "";
  display: block;
  height: 1px;
  width: 12rem;
  margin: 3.5rem auto 0;
  background: #DBDBDB;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .newsletter--press .btnBox:not(.last):after {
    display: none;
  }
}

@media (min-width: 62em) {
  .right-block-press {
    padding-right: 3rem;
  }
}

.node-type-doc .main-container,
.node-type-commission .main-container,
.front .main-container {
  margin-bottom: 0;
}

.page-home .main-container > .container {
  width: 100%;
  padding: 0;
}

.homeNews .last-news-list .read-more, .homeNews .video_home .titre_video, .homeNews .video_home .read-more {
  color: #FFFFFF;
}

.homeNews .video_home .read-more {
  font-size: 13px;
}

.home-read-more, .homeNews .read-more, .cnb-blocks .read-more, .node-dossier_actus .read-more, .see_all_actualites {
  font-family: "Libre Baskerville", serif;
  display: block;
  color: #000000;
}

.home-read-more .icon, .homeNews .read-more .icon, .cnb-blocks .read-more .icon, .node-dossier_actus .read-more .icon, .see_all_actualites .icon {
  margin-bottom: -5px;
  fill: #d60405;
  width: 2rem;
  height: 2rem;
}

.node-cnb-news .read-more {
  color: #FFFFFF;
  font-size: 13px;
}

.homeNews .read-more svg {
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0%;
}

@media (max-width: 47.99em) {
  .homeNews .read-more svg {
    position: initial;
  }
}

.homeNews .read-more span {
  opacity: 0;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  width: 0%;
}

@media (max-width: 47.99em) {
  .homeNews .read-more span {
    opacity: 1;
  }
}

.homeNews .read-more:hover span, .homeNews .read-more:focus span {
  opacity: 1;
  width: 100%;
}

.homeNews .read-more:hover svg, .homeNews .read-more:focus svg {
  position: absolute;
  left: 27%;
}

.i18n-en .homeNews .video_home .read-more:hover:hover svg, .i18n-en .homeNews .video_home .read-more:hover:focus svg {
  left: 32%;
}

.home-news_first {
  background: no-repeat center center #25233c;
  background-size: cover;
  position: relative;
  padding: 7rem 0;
  margin-bottom: 5rem;
}

@media (max-width: 47.99em) {
  .home-news_first {
    padding: 2.5rem 0 2rem;
  }
}

.home-news_first .container {
  position: relative;
  z-index: 30;
  max-width: 100rem;
}

.home-news_first:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, rgba(37, 35, 60, 0.4) 0%, rgba(37, 35, 60, 0.8) 100%);
  z-index: 0;
  width: 100%;
  height: 100%;
}

.home-news_first .page-header {
  padding: 0;
  margin: 0 0 5rem;
  max-width: 60rem;
  text-align: left;
}

.home-news_first .page-header a {
  color: #fff;
  display: inline-block;
}

.home-news_first .page-header a:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 70px;
  background: url("../images/fleche-r.svg") no-repeat left 3px;
}

.home-news_first .page-header a:focus, .home-news_first .page-header a:hover {
  color: #EAEAEA;
}

.home-news_first .main-themes {
  font-size: 1.4rem;
}

.home-news_first .main-themes li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 2rem 0 0;
}

@media (min-width: 48em) {
  .middle-news-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.middle-news-list .middle-themes {
  margin-bottom: 1rem;
  overflow: hidden;
}

.middle-news-list .middle-themes li {
  float: left;
  position: relative;
  display: block;
  padding-right: 1.3rem;
  margin-right: 1rem;
  text-transform: uppercase;
  color: #656565;
  font-size: 1.4rem;
}

.middle-news-list .middle-themes li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #656565;
  width: 2px;
  height: 12px;
}

.middle-news-list .middle-news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #DBDBDB;
  font-size: 2rem;
}

@media (min-width: 48em) {
  .middle-news-list .middle-news-item {
    width: 50%;
  }
}

.middle-news-list .middle-news-item:first-child {
  border-right: none;
}

.middle-news-list .middle-news-item a {
  display: block;
  width: 100%;
  position: relative;
  padding: 1.6rem 3rem 3.5rem 3rem;
  color: #25233c;
  line-height: 1.1;
  background-color: #FFFFFF;
}

.middle-news-list .middle-news-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url("../images/fleche-r.svg") no-repeat left center;
  width: 25px;
  height: 20px;
}

.middle-news-list .middle-news-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -2px;
  background: #d60405;
  z-index: 0;
  transition: all .2s;
  width: calc(100% + 2px);
  height: 0px;
}

.middle-news-list .middle-news-item a:focus, .middle-news-list .middle-news-item a:hover {
  background-color: #EAEAEA;
  color: #4B4B4B;
}

.middle-news-list .middle-news-item a:focus:before, .middle-news-list .middle-news-item a:hover:before {
  height: 5px;
}

.img-act-home {
  position: relative;
}

.img-act-home img {
  height: 200px;
  width: 357px;
  object-fit: cover;
}

.img-act-home .description {
  font-family: Palanquin, sans-serif;
  color: #FFFFFF;
  position: absolute;
  top: 12px;
  left: 17px;
  display: table;
  background-color: #d60405;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 9px 4px 9px;
}

.homeNews {
  font-family: Palanquin, sans-serif;
}

.homeNews .all_actualites {
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

.homeNews .all_actualites .last_actualities {
  text-align: left;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.homeNews .all_actualites .see_all_actualites {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 29px;
  padding-top: 4px;
  padding-right: 2em;
}

@media (max-width: 47.99em) {
  .homeNews .all_actualites .see_all_actualites {
    display: none;
  }
}

.homeNews .all_actualites .see_all_actualites a {
  font-family: Palanquin, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

.homeNews .all_actualites .see_all_actualites a:focus, .homeNews .all_actualites .see_all_actualites a:hover {
  text-decoration: underline;
}

@media (min-width: 62em) {
  .homeNews {
    width: 67.6%;
  }
}

@media (min-width: 48em) {
  .homeNews .last-news-list, .homeNews .video_home ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.homeNews .last-news-list > li, .homeNews .video_home ul > li {
  padding: 1.5rem 0 3rem;
  position: relative;
  transition: all .3s;
  /*&:focus,
            &:hover {
                background-color: $greyEA;
            }*/
}

@media (min-width: 62em) {
  .homeNews .last-news-list > li, .homeNews .video_home ul > li {
    min-height: auto;
  }
}

@media (min-width: 48em) {
  .homeNews .last-news-list > li, .homeNews .video_home ul > li {
    width: 50%;
    padding: 0rem 28px 59px 0px;
  }
}

@media (max-width: 47.99em) {
  .homeNews .last-news-list > li, .homeNews .video_home ul > li {
    display: none;
  }
  .homeNews .last-news-list > li:first-child, .homeNews .video_home ul > li:first-child {
    display: block;
  }
}

.homeNews .field-name-field-cnb-themes {
  clear: both;
  overflow: hidden;
  padding: 0 0 1rem;
  text-align: left;
}

.homeNews .field-name-field-cnb-themes .field-item {
  display: block;
  float: left;
  color: #656565;
  padding-left: 0;
  margin-right: 1rem;
}

.homeNews .field-name-field-cnb-themes .field-item:before {
  background-color: #656565;
}

.agenda-events-wrap {
  float: right;
  width: 32%;
}

@media only screen and (max-width: 991px) {
  .agenda-events-wrap {
    width: 100%;
  }
}

.agenda-events-wrap .homeAgenda {
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #26243d, #26243d), linear-gradient(to bottom, rgba(37, 35, 60, 0.6), rgba(37, 35, 60, 0.6));
  padding: 3.2rem 3.2rem 3.5rem;
  font-family: Palanquin, sans-serif;
}

.agenda-events-wrap .homeAgenda .titre {
  padding-right: 22px;
  color: #d6d6d6;
  font-size: 1.1428571429em;
  font-weight: bold;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='9' aria-hidden='true' focusable='false'%3E%3Cpath fill='%23D60405' fill-rule='evenodd' d='M16.876 8.753l-.701-.717 3.129-2.822-18.393.088H.908a.5.5 0 0 1-.511-.489.5.5 0 0 1 .508-.493l18.392-.088-3.156-2.792.694-.722 4.516 3.996-4.475 4.039z'/%3E%3C/svg%3E");
  background-position: top 12px right;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.agenda-events-wrap .homeAgenda .titre:hover, .agenda-events-wrap .homeAgenda .titre:focus {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='9' aria-hidden='true' focusable='false'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M16.876 8.753l-.701-.717 3.129-2.822-18.393.088H.908a.5.5 0 0 1-.511-.489.5.5 0 0 1 .508-.493l18.392-.088-3.156-2.792.694-.722 4.516 3.996-4.475 4.039z'/%3E%3C/svg%3E");
}

.agenda-events-wrap .homeAgenda .titre > .homeAgenda--link {
  color: currentColor;
  color: #d6d6d6;
}

.agenda-events-wrap .homeAgenda .accroche {
  margin: 15px 22px 20px 0;
  color: #fefefe;
  font-family: "Libre Baskerville", serif;
}

.homeNews--typedateBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.homeNews--typedateBox .news-type {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 1.5rem;
}

.node-cnb-news .submitted {
  color: #999999;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 2px;
}

.node-cnb-news .title_news {
  height: 142px;
}

.node-cnb-news .title_news a {
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  font-family: Palanquin, sans-serif;
}

.node-cnb-news .title_news a:focus, .node-cnb-news .title_news a:hover {
  text-decoration: underline;
}



@media (max-width: 47.99em) {
  .node-cnb-news .title_news {
    height: auto;
    padding-bottom: 22px;
  }
}

.see_all_actualites_mobile {
  display: none;
}

@media (max-width: 47.99em) {
  .see_all_actualites_mobile {
    display: block;
    padding-top: 2em;
    text-align: right;
  }
  .see_all_actualites_mobile a {
    color: #FFFFFF;
    font-family: Palanquin, sans-serif;
    visibility: hidden;
  }
}

.homeNews--title {
  margin: 1.5rem 0 2rem;
}

.homeNews--title a {
  color: #FFFFFF;
}

.homeNews--title a:focus, .homeNews--title a:hover {
  color: #4B4B4B;
}

.bg_actualite_agenda {
  background-image: url("../images/bg_actualite.png");
  background-size: cover;
  background-color: #25233C;
}

.bg_actualite_agenda .toute_actu {
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  font-family: Palanquin, sans-serif;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 3.2rem;
  margin-top: 0;
  line-height: 1.5;
}

@media (min-width: 62em) {
  .home-news_other {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.homeEvents #carousel-homeEvents {
  min-height: 3rem;
}

.homeEvents #carousel-homeEvents .carousel-indicators {
  bottom: 99%;
  left: auto;
  margin: 0;
  right: 0;
  width: auto;
}

.homeEvents #carousel-homeEvents .carousel-indicators li {
  text-indent: 0;
  background: none;
  border: none;
  transition: all 0.3s ease-out 0s;
}

.homeEvents #carousel-homeEvents .carousel-indicators li button {
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  padding: 0px;
}

.homeEvents #carousel-homeEvents .carousel-indicators li.active button {
  border-color: #d60405;
  background-color: #d60405;
  width: 13px;
  height: 13px;
}

.homeEvents {
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #373453, #373453), linear-gradient(to bottom, rgba(37, 35, 60, 0.6), rgba(37, 35, 60, 0.6));
  padding: 3.2rem 3.2rem 3.5rem;
  color: #FFFFFF;
}

@media (min-width: 62em) {
  .homeEvents {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .homeEvents {
    padding: 3rem 3.2rem;
  }
}

.homeEvents .homeEvents--title {
  color: #FFFFFF;
  margin: 0;
  font-size: 1.1428571429em;
}

.homeEvents h4 {
  margin: 0 0 1.5rem;
  font-size: 1.7142857143em;
  font-weight: 400;
}

.homeEvents h4 a {
  color: #FFFFFF;
  display: block;
  text-transform: none;
  line-height: 1.3;
  overflow: hidden;
}

.homeEvents h4 a:focus, .homeEvents h4 a:hover {
  color: #DBDBDB;
}

.homeEvents .event-list li:not(:last-child) {
  margin-bottom: 3rem;
  border-bottom: solid 1px #373551;
}

.homeEvents .event--header_dates {
  background: none !important;
  border: none !important;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  padding: 0;
  margin: 0 0 1.5rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.1rem;
}

.homeEvents .event--header_dates .day {
  font-size: 3.1428571429em;
  line-height: 1.38;
}

.homeEvents .event--header_dates .month-year {
  font-size: 0.7619047619em;
  line-height: 1.38;
  text-align: center;
}

.homeEvents .event--header_dates .two-dates:first-child {
  padding-right: 3.5rem;
}

.homeEvents .event--header_dates .dateBox {
  padding: 1rem 2.5rem;
}

.homeEvents .event--header_place {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homeEvents .event--header_place .icon {
  margin-right: 1rem;
  fill: #FFFFFF;
  width: 3rem;
  height: 3rem;
}

.rin-box {
  text-align: center;
  padding: 7rem 0;
}

.rin-box .h2-bis {
  color: #373551;
  margin: 1rem 0 2.5rem;
}

.rin-box--label {
  color: #656565;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.rin-box .icon {
  width: 8rem;
  height: 8rem;
}

.services-box {
  background: url("../images/bg-home-formation.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 6rem 0;
}

.services-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, rgba(37, 35, 60, 0.4) 0%, rgba(37, 35, 60, 0.8) 100%);
  z-index: 0;
  width: 100%;
  height: 100%;
}

.services-box .container {
  position: relative;
  z-index: 30;
  color: #FFFFFF;
}

@media (min-width: 48em) {
  .services-box .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.services-box .container:before, .services-box .container:after {
  width: 0;
}

.services-box .h2-bis {
  color: #FFFFFF;
}

@media (min-width: 48em) {
  .services-box .h2-bis {
    margin-bottom: 4rem;
  }
}

@media (max-width: 47.99em) {
  .services-box .services {
    margin-bottom: 6rem;
  }
}

@media (min-width: 75em) {
  .services-box .services {
    padding-right: 5rem;
  }
}

.services-box .services ul {
  display: block;
  margin: 2rem 0 4rem;
}

.services-box .services li {
  margin: 0 0 1rem 0;
}

.services-box .services .icon {
  fill: #d60405;
  margin: 0 10px -10px 0;
  width: 3rem;
  height: 3rem;
}

.services-box .services p {
  max-width: 410px;
}

@media (min-width: 75em) {
  .services-box .doc {
    padding-left: 5rem;
  }
}

.services-box .doc ul {
  margin: 2rem 0 0 0;
}

@media (min-width: 48em) {
  .services-box .doc ul {
    margin: 2rem 0 3rem 3rem;
  }
}

.services-box .doc li {
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .services-box .doc li {
    margin-bottom: 2rem;
  }
}

.services-box .doc a {
  color: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

.services-box .doc a:after {
  content: "";
  display: block;
  background: url("../images/icn-chevron.svg") no-repeat right center;
  background-size: 20px 14px;
  opacity: 0;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  transition: all .3s;
  width: 30px;
  height: 14px;
}

.services-box .doc a .icon {
  fill: #dab53f;
  margin: 0 2rem 0 0;
  width: 6.4rem;
  height: 6.4rem;
}

@media (max-width: 47.99em) {
  .services-box .doc a .icon {
    margin-right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.services-box .doc a:focus .icon, .services-box .doc a:hover .icon {
  fill: #FFFFFF;
}

.services-box .doc a:focus:after, .services-box .doc a:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.formation-carriere-box {
  padding: 5rem 0 6rem;
  background-color: #25233c;
  color: #FFFFFF;
}

.formation-carriere-box .h2-bis {
  color: #FFFFFF;
}

@media (min-width: 48em) {
  .formation-carriere-box .h2-bis {
    margin-bottom: 5rem;
  }
}

.formation-carriere-box ul li:not(:last-child) {
  border-bottom: 1px #EAEAEA solid;
}

.formation-carriere-box a {
  display: block;
  padding: 2rem  2rem 2rem 0;
  color: #FFFFFF;
  background: url("../images/fle-r-white.svg") no-repeat right center;
  background-size: 20px 8px;
  font-size: 1.6rem;
}

.formation-carriere-box a:focus, .formation-carriere-box a:hover {
  color: #EAEAEA;
  background: url("../images/fle-r-red.svg") no-repeat right center;
  background-size: 20px 8px;
}

@media (max-width: 47.99em) {
  .formation-carriere-box .formation {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 75em) {
  .formation-carriere-box .formation {
    padding-right: 5rem;
  }
}

@media (min-width: 75em) {
  .formation-carriere-box .carriere {
    padding-left: 5rem;
  }
}

.home-footer {
  background-image: url("../images/footer-bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 5rem 0 7rem;
  position: relative;
}

.i18n-fr .home-footer {
  background-position: right bottom;
}

@media (max-width: 47.99em) {
  .home-footer {
    padding: 3rem 0 3rem;
  }
}

.home-footer .container {
  position: relative;
}

.home-footer .add-box {
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
  border-bottom: solid 1px #DBDBDB;
  text-align: center;
}

@media (min-width: 62em) {
  .home-footer .add-box {
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
}

.home-footer .add-box--label {
  color: #25233c;
  margin-bottom: 0.6666666667em;
  font-size: 2.5714285714em;
}

.home-footer .add-box .h2-bis {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  font-size: 1.2857142857em;
  color: #000000;
  margin: 0 auto 1.7777777778em;
  max-width: 600px;
}

.cnb-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.cnb-blocks--title {
  font-size: 2.4rem;
  line-height: 1.15;
  text-align: left !important;
}

@media (max-width: 47.99em) {
  .cnb-blocks--title {
    margin: 1.5em auto !important;
    max-width: 174px !important;
  }
}

.cnb-blocks--title > img {
  float: left;
  margin-right: 0.875em;
}

.cnb-blocks .h3, .cnb-blocks .custom-cnb-form .label-competence, .custom-cnb-form .cnb-blocks .label-competence, .cnb-blocks
.custom-cnb-form .panel legend.panel-heading,
.custom-cnb-form .panel .cnb-blocks legend.panel-heading, .cnb-blocks .panel .panel-body legend.panel-heading, .panel .panel-body .cnb-blocks legend.panel-heading {
  margin: 0 0 3rem;
}

@media (max-width: 47.99em) {
  .cnb-blocks .h3, .cnb-blocks .custom-cnb-form .label-competence, .custom-cnb-form .cnb-blocks .label-competence, .cnb-blocks
  .custom-cnb-form .panel legend.panel-heading,
  .custom-cnb-form .panel .cnb-blocks legend.panel-heading, .cnb-blocks .panel .panel-body legend.panel-heading, .panel .panel-body .cnb-blocks legend.panel-heading {
    margin-bottom: 1rem;
  }
}

@media (max-width: 61.99em) {
  .cnb-blocks .h3, .cnb-blocks .custom-cnb-form .label-competence, .custom-cnb-form .cnb-blocks .label-competence, .cnb-blocks
  .custom-cnb-form .panel legend.panel-heading,
  .custom-cnb-form .panel .cnb-blocks legend.panel-heading, .cnb-blocks .panel .panel-body legend.panel-heading, .panel .panel-body .cnb-blocks legend.panel-heading {
    width: 100% !important;
    text-align: center;
  }
}

.cnb-blocks .h3.col, .cnb-blocks .custom-cnb-form .col.label-competence, .custom-cnb-form .cnb-blocks .col.label-competence, .cnb-blocks
.custom-cnb-form .panel legend.col.panel-heading,
.custom-cnb-form .panel .cnb-blocks legend.col.panel-heading, .cnb-blocks .panel .panel-body legend.col.panel-heading, .panel .panel-body .cnb-blocks legend.col.panel-heading {
  padding: 0;
}

@media (min-width: 62em) {
  .cnb-blocks .h3.col, .cnb-blocks .custom-cnb-form .col.label-competence, .custom-cnb-form .cnb-blocks .col.label-competence, .cnb-blocks
  .custom-cnb-form .panel legend.col.panel-heading,
  .custom-cnb-form .panel .cnb-blocks legend.col.panel-heading, .cnb-blocks .panel .panel-body legend.col.panel-heading, .panel .panel-body .cnb-blocks legend.col.panel-heading {
    padding: 0 6rem 0 0;
  }
}

.cnb-blocks .col {
  padding: 0 3rem 0 0;
  width: 100%;
}

@media (max-width: 47.99em) {
  .cnb-blocks .col {
    padding: 0 0 2rem;
    margin: 1em 0;
  }
}

@media (min-width: 48em) {
  .cnb-blocks .col {
    width: 33.3%;
  }
}

@media (min-width: 62em) {
  .cnb-blocks .col {
    width: 25%;
  }
}

.cnb-blocks .col .title {
  color: #d60405;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 2.4rem;
}

@media (max-width: 47.99em) {
  .cnb-blocks .col .title {
    font-size: 2rem;
  }
}

@media (min-width: 48em) {
  .cnb-blocks .col .title {
    margin-bottom: 3.4rem;
  }
}

.cnb-blocks p {
  margin-bottom: 2rem;
}

.cnb-blocks .read-more span {
  display: inline-block;
  opacity: 0;
  max-width: 103px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 1s ease-in-out;
  white-space: nowrap;
  width: 0%;
}

.cnb-blocks .read-more:hover span, .cnb-blocks .read-more:focus span {
  opacity: 1;
  width: 100%;
}

.cnb-blocks .read-more:hover span + svg, .cnb-blocks .read-more:focus span + svg {
  margin-left: 0.5714285714em;
}

.home--info {
  position: fixed;
  width: 24rem;
  z-index: 200;
  top: 25rem;
  right: 3.5rem;
  transition: all .3s;
}

@media (max-width: 47.99em) {
  .home--info {
    top: 6.55rem;
    right: auto;
    width: calc(100%);
    margin: 0;
  }
}

.home--info_hidden, .home--info_hide {
  opacity: 0;
}

.home--info_header {
  position: relative;
}

.home--info_header img {
  display: block;
  width: 100%;
}

@media (max-width: 47.99em) {
  .home--info_header img {
    display: none;
  }
}

.home--info_close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: solid 1px #FFFFFF;
  border-radius: 100%;
  opacity: 1;
  background: none;
  width: 3rem;
  height: 3rem;
}

.home--info_close:after, .home--info_close:before {
  content: "";
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: .6rem;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  width: 1px;
  height: 1.6rem;
}

.home--info_close:after {
  left: auto;
  right: 50%;
  -webkit-transform: rotate(-45deg) translateX(50%);
          transform: rotate(-45deg) translateX(50%);
}

.home--info_main a {
  display: block;
  padding: 1.5rem 3.8rem 2rem 2.7rem;
  background-color: #d60405;
  color: #FFFFFF;
  font-size: 1.3rem;
}

@media (max-width: 47.99em) {
  .home--info_main a {
    padding-right: 6rem;
  }
}

.home--info_main a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  background: url("../images/fle-r-white.svg") no-repeat left center;
  width: 20px;
  height: 20px;
}

@media (max-width: 47.99em) {
  .home--info_main a:after {
    bottom: .5rem;
    right: 6rem;
  }
}

.home--info_main a:hover {
  background-color: #25233c;
}

.block_twitter {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='130'%3E%3Cpath fill='%2325233C' fill-rule='evenodd' d='M.041 113.648s41.846 33.662 93.373 1.701c51.547-31.953 42.821-82.86 42.821-82.86l15.737-17.073s-12.41 5.335-16.957 4.693c0 0 8.479-7.887 12.436-16.825 0 0-12.436 6.613-19.056 7.044 0 0-14.911-17.267-38.29-7.044C69.62 13.956 73.953 39.72 73.953 39.72S42.869 43.749 10.41 7.877c0 0-13.452 19.94 8.076 41.423 0 0-6.621 1.704-12.821-3.61 0 0-1.685 21.719 23.358 31.967l-12.21.632s5.593 19.578 27.714 21.738c0 0-13.612 17.238-44.486 13.621z' opacity='.102'/%3E%3C/svg%3E%0A");
  background-position: top left;
  background-repeat: no-repeat;
  border: solid 1px #dbdbdb;
  margin-bottom: 3rem;
  margin-top: 5rem;
  padding: 1rem 3rem;
}

.block_twitter .block-title {
  color: #25233c;
  font-family: Palanquin, sans-serif;
  font-size: 1.1428571429em;
  letter-spacing: normal;
  text-transform: uppercase;
}

.block_twitter .twitter-block {
  overflow: auto;
  max-height: 407px;
}

.block_twitter .twitter-block .twitter-timeline {
  border: 0 !important;
  margin: auto !important;
  display: block !important;
}

.block_twitter .social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
}

.block_twitter .social-links--title {
  font-size: 1.1428571429em;
  color: #25233c;
}

.block_twitter .social-links--list > .social-link {
  vertical-align: middle;
}

.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link {
  display: inline-block;
  margin: 6px 6px;
}

.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > span,
.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > a {
  display: inline-block;
  padding: 6px 16px;
  color: #25233c;
  border-radius: 17.5px;
  border: solid 1px #25233c;
  background-color: #ffffff;
  text-transform: uppercase;
}

.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > span.active, .view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > span:hover, .view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > span:focus,
.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > a.active,
.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > a:hover,
.view-display-id-block_petites_annonces .view-petites-annonces-filters li.form-type-bef-link > a:focus {
  background-color: #25233c;
  color: #ffffff;
  font-size: 15px;
}

.view-display-id-block_petites_annonces .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.view-display-id-block_petites_annonces .view-content:before, .view-display-id-block_petites_annonces .view-content:after {
  content: none;
}

.view-display-id-block_petites_annonces .views-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0;
  padding: 0 4rem;
}

@media (min-width: 48em) {
  .view-display-id-block_petites_annonces .views-row:after {
    content: "";
    background-color: #dbdbdb;
    bottom: 18px;
    position: absolute;
    right: 0;
    top: 18px;
    width: 2px;
  }
}

.view-display-id-block_petites_annonces .views-row:nth-child(3n):after {
  background: none;
}

.view-display-id-block_petites_annonces .views-field.views-field-title {
  font-size: 1.5em;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
  height: 100%;
}

.view-display-id-block_petites_annonces .views-field.views-field-title a {
  color: #25233c;
}

.view-display-id-block_petites_annonces .views-field.views-field-title a:hover, .view-display-id-block_petites_annonces .views-field.views-field-title a:focus {
  text-decoration: underline;
}

.view-display-id-block_petites_annonces .views-field.views-field-field-cnb-ad-category {
  font-size: 0.8571428571em;
  color: #656565;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

.view-display-id-block_petites_annonces .views-field.views-field-field-cnb-ad-category a {
  color: #656565;
}

.view-display-id-block_petites_annonces .views-field.views-field-created {
  text-align: right;
  font-family: Palanquin, sans-serif;
  color: #424242;
  bottom: 23px;
  position: relative;
  height: 0px;
}

.view-display-id-block_petites_annonces .views-field.views-field-field-annuaire-city {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27'%3E%3Cpath fill='%23D60405' fill-rule='evenodd' d='M13.489 26.997c-7.445 0-13.501-6.057-13.501-13.501C-.012 6.05 6.044-.006 13.489-.006c7.445 0 13.502 6.056 13.502 13.502 0 7.444-6.057 13.501-13.502 13.501zm0-26.005C6.594.992.986 6.601.986 13.496c0 6.894 5.608 12.502 12.503 12.502 6.895 0 12.503-5.608 12.503-12.502 0-6.895-5.608-12.504-12.503-12.504zm-.117 19.976a.461.461 0 0 1-.401-.24c-.415-.775-4.055-7.641-4.055-10.139a4.572 4.572 0 0 1 4.566-4.567 4.572 4.572 0 0 1 4.566 4.567c0 2.502-3.841 9.373-4.28 10.148a.456.456 0 0 1-.396.231zm.11-14.036a3.66 3.66 0 0 0-3.655 3.656c0 1.887 2.592 7.093 3.556 8.963 1.016-1.869 3.755-7.08 3.755-8.963a3.66 3.66 0 0 0-3.656-3.656zm-1.718 3.537a1.72 1.72 0 0 1 1.718-1.719c.949 0 1.72.771 1.72 1.719 0 .949-.771 1.72-1.72 1.72a1.72 1.72 0 0 1-1.718-1.72zm1.718.809a.81.81 0 0 0 .81-.809c0-.446-1.619-.446-1.619 0a.81.81 0 0 0 .809.809z'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 27px;
  text-align: left;
  text-indent: 39px;
  color: #d60405;
  font-family: Palanquin, sans-serif;
}

.ressources-block {
  background-image: url(../images/rin-bg.png);
  background-size: 496px 557px;
  background-repeat: no-repeat;
  background-position: left top;
}

.ressources-block--title {
  margin-bottom: 5rem;
  margin-top: 4.5rem;
}

.ressources-block .ressources-rows {
  background: #dab53f;
  margin: 0;
}

@media (min-width: 48em) {
  .ressources-block .ressources-rows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ressources-block .ressource-info {
  background-image: url("../images/ressources-bg.png");
  background-position: right bottom;
  background-size: cover;
  text-align: center;
  background-color: #25233C;
}

.ressources-block .ressource-info--title {
  font-family: Palanquin, sans-serif;
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 3rem 0;
}

.ressources-block .ressource-info--updated {
  opacity: 0.5;
  font-family: Palanquin, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #999999;
}

.ressources-block .ressource-info--cta {
  margin: 2rem 0 4rem;
}

.ressources-block .ressource-list {
  height: 100%;
  margin: 0;
  padding: 0em 1em;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 48em) {
  .ressources-block .ressource-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 2em;
  }
}

.ressources-block .ressource-list > li {
  position: relative;
  padding: 2rem 0rem;
}

.ressources-block .ressource-list > li::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.302);
}

.ressources-block .ressource-list > li:nth-last-child(1)::after {
  background: none;
}

@media (min-width: 48em) {
  .ressources-block .ressource-list > li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    padding: 1rem 0rem;
  }
  .ressources-block .ressource-list > li::after {
    right: 3rem;
  }
  .ressources-block .ressource-list > li:nth-child(2n + 1) {
    padding-right: 3rem;
  }
  .ressources-block .ressource-list > li:nth-child(2n) {
    padding-left: 3rem;
  }
  .ressources-block .ressource-list > li:nth-last-child(2)::after {
    background: none;
  }
}

.ressources-block .ressource-list > li > a {
  font-family: Palanquin, sans-serif;
  font-size: 1.2857142857em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #25233c;
  padding-right: 6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='9'%3E%3Cpath fill='%2325233C' fill-rule='evenodd' d='M17.066 8.961l-.702-.716 3.129-2.822-18.394.088h-.003a.501.501 0 0 1-.511-.489.503.503 0 0 1 .508-.494l18.393-.088-3.156-2.791.693-.723 4.517 3.997-4.474 4.038z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: block;
  background-position: right center;
}

.ressources-block .ressource-list > li > a:hover, .ressources-block .ressource-list > li > a:focus {
  padding-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='9'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M17.066 8.961l-.702-.716 3.129-2.822-18.394.088h-.003a.502.502 0 0 1-.511-.489.503.503 0 0 1 .508-.494l18.392-.088-3.155-2.791.693-.723 4.517 3.997-4.474 4.038z'/%3E%3C/svg%3E");
}

.ressources-block .ressource-list > li > a > .file-size {
  display: block;
  font-family: Palanquin, sans-serif;
  font-weight: 400;
  color: #424242;
  font-size: 0.7777777778em;
}

.ressources-block .ressource-list > li > .file-size {
  display: block;
  font-family: Palanquin, sans-serif;
  color: #424242;
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center !important;
  }
}

.video_home {
  font-family: Palanquin, sans-serif;
}

.video_home .submitted {
  color: #999999;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 2px;
}

.video_home .titre_video {
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  font-family: Palanquin, sans-serif;
  height: 142px;
}

.video_home .titre_video:focus, .video_home .titre_video:hover {
  text-decoration: underline;
}

@media (max-width: 47.99em) {
  .video_home .titre_video {
    height: auto;
    padding-bottom: 17px;
  }
}

.newsletter-home {
  font-family: Palanquin;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.newsletter-home > h3 {
  font-size: 2.3rem;
}

.newsletter-home > p {
  text-align: center;
}

.newsletter-home .icon-newsletter {
  padding-right: 2%;
}

@media (max-width: 47.99em) {
  .newsletter-home .icon-newsletter {
    display: block;
    margin: auto;
    padding-bottom: 2rem;
  }
}

.newsletter-home .button-newsletter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 26px;
  padding-bottom: 38px;
}

@media (max-width: 47.99em) {
  .newsletter-home .button-newsletter {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletter-home .button-newsletter > a.btn-primary, .newsletter-home .node-cnb-regulation .field-name-field-cnb-download .button-newsletter > a, .node-cnb-regulation .field-name-field-cnb-download .newsletter-home .button-newsletter > a {
  margin: 12px 3px;
}

.newsletter-home .button-newsletter .old-newsletters {
  background: transparent;
  border: solid 1px #ff0000;
}

@media (max-width: 47.99em) {
  .newsletter-home .button-newsletter .old-newsletters {
    margin-top: 5%;
    margin-left: -8%;
    background: transparent;
    border: solid 1px #ff0000;
  }
}

#ytbModal .modal-content {
  background-color: transparent;
}

.modal-header {
  border: none;
}

.js-ytb-toggle {
  background: none;
  border: 0;
  text-align: left;
}

.button-js-ytb-toggle {
  border-style: solid;
  border-width: 24px 0 24px 42px;
  border-color: transparent transparent transparent white;
  position: absolute;
  left: 39%;
  top: 16%;
  background: none;
}

@media (max-width: 47.99em) {
  .button-js-ytb-toggle {
    left: 44%;
    top: 21%;
  }
}

.video_youtube {
  position: relative;
}

#ytbModal button.close {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  opacity: 1;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
}

#ytbModal button.close::before, #ytbModal button.close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  border-left: 1px solid #fff;
}

#ytbModal .modal-content {
  box-shadow: none;
  border: none;
}

#ytbModal button.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ytbModal button.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ytbModal .modal-header {
  padding-top: 0px;
}

.node-cnb-news .read-more .video_home .read-more {
  font-size: 13px;
}

.toutevideonone {
  display: none;
}

@media (max-width: 47.99em) {
  .toutevideonone {
    display: block;
    padding-top: 2em;
    text-align: right;
    padding-bottom: 9px;
  }
  .toutevideonone a {
    color: #FFFFFF;
    font-family: Palanquin, sans-serif;
  }
}

.views_slideshow_slide a {
  font-family: Palanquin, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.views_slideshow_slide .views-field-field-th-matique {
  position: absolute;
  left: 20%;
  top: 16%;
}

.views_slideshow_slide .views-field-field-th-matique div {
  font-family: Palanquin, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 47.99em) {
  .views_slideshow_slide .views-field-field-th-matique {
    left: 15%;
    top: 24%;
  }
}

.views_slideshow_slide .views-field-field-cnb-themes {
  position: absolute;
  left: 20%;
  top: 16%;
}

.views_slideshow_slide .views-field-field-cnb-themes div {
  font-family: Palanquin, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 47.99em) {
  .views_slideshow_slide .views-field-field-cnb-themes {
    left: 15%;
    top: 24%;
  }
}
.views_slideshow_slide .views-field-title {
  font-size: 45px;
  font-family: Palanquin, sans-serif;
  color: #FFFFFF;
  position: absolute;
  line-height: 1.06;
  width: 48%;
  left: 19.7%;
  top: 21%;
  font-weight: bold;
}

@media (max-width: 64em) {
  .views_slideshow_slide .views-field-title {
    width: 58%;
  }
}

@media (max-width: 47.99em) {
  .views_slideshow_slide .views-field-title {
    width: 58%;
    left: 15%;
    top: 32%;
    font-size: 32px;
    font-weight: bold;
  }
}

@media (max-width: 64em) {
  .views_slideshow_slide .views-field-title {
    font-size: 27px;
    top: 28%;
  }
}

.views_slideshow_slide .views-field-field-en-savoir-plus {
  width: 184px;
  height: 51px;
  border-radius: 24.5px;
  background-color: #d60405;
  position: absolute;
  left: 20%;
  top: 59%;
  text-align: center;
  padding-top: 14px;
}

@media (max-width: 47.99em) {
  .views_slideshow_slide .views-field-field-en-savoir-plus {
    top: 72%;
    left: 15%;
  }
}

.views_slideshow_slide .views-field-view-node-1 {
  width: 184px;
  height: 51px;
  border-radius: 24.5px;
  background-color: #d60405;
  position: absolute;
  left: 20%;
  top: 59%;
  text-align: center;
  padding-top: 14px;
}

@media (max-width: 47.99em) {
  .views_slideshow_slide .views-field-view-node-1 {
    top: 65%;
    left: 15%;
  }
}
.views_slideshow_slide .views-field-field-image {
  position: relative;
}

.views_slideshow_slide .views-field-field-image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

@media (max-width: 47.99em) {
  .views_slideshow_slide .views-field-field-image img {
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 500px;
    object-fit: cover;
  }
}

.views_slideshow_slide .views-field-field-image:before {
  background-blend-mode: darken;
  background-image: linear-gradient(87deg, #07072b, rgba(7, 7, 43, 0.41) 59%, transparent);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

#block-views-slider-block {
  position: relative;
}

#block-views-slider-block .block-title {
  display: none;
}

#views_slideshow_controls_text_slider-block_1 {
  position: absolute;
  bottom: 19%;
  z-index: 9;
}

@media (max-width: 47.99em) {
  #views_slideshow_controls_text_slider-block_1 {
    bottom: 19%;
    left: 72%;
  }
}

#views_slideshow_controls_text_slider-block_1 #views_slideshow_controls_text_previous_slider-block_1 {
  position: absolute;
  right: 13%;
}

#views_slideshow_controls_text_slider-block_1 #views_slideshow_controls_text_previous_slider-block_1 button {
  background: url("../images/previous.png") transparent no-repeat;
  height: 25px;
  width: 12px;
  text-indent: -9999px;
}

@media (max-width: 47.99em) {
  #views_slideshow_controls_text_slider-block_1 #views_slideshow_controls_text_previous_slider-block_1 button {
    display: none;
  }
}

#views_slideshow_controls_text_slider-block_1 #views_slideshow_controls_text_next_slider-block_1 {
  position: absolute;
  right: 10%;
}

@media (max-width: 47.99em) {
  #views_slideshow_controls_text_slider-block_1 #views_slideshow_controls_text_next_slider-block_1 {
    left: 125%;
  }
}

#views_slideshow_controls_text_slider-block_1 #views_slideshow_controls_text_next_slider-block_1 button {
  background: url("../images/previous.png") transparent no-repeat;
  height: 25px;
  width: 12px;
  text-indent: -9999px;
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

@media (max-width: 47.99em) {
  #views_slideshow_controls_text_slider-block_1 #views_slideshow_controls_text_next_slider-block_1 button {
    display: none;
  }
}

#views_slideshow_controls_text_slider-block_1 .play-bouton {
  background: url("../images/play.png") transparent no-repeat;
  height: 22px;
  width: 19px;
  text-indent: -9999px;
  position: absolute;
  left: 12%;
}

@media (max-width: 47.99em) {
  #views_slideshow_controls_text_slider-block_1 .play-bouton {
    left: 125%;
  }
}

#views_slideshow_controls_text_slider-block_1 .pause-bouton {
  background: url("../images/pause.png") transparent no-repeat;
  height: 18px;
  width: 23px;
  text-indent: -9999px;
  position: absolute;
  left: 7.5%;
}

#views_slideshow_controls_text_slider-block_1 .controls-button button {
  border: none;
}

#views_slideshow_cycle_teaser_section_slider-block_1 {
  margin: auto;
}

@media (max-width: 47.99em) {
  #views_slideshow_cycle_teaser_section_slider-block_1 {
    height: 479px !important;
  }
}

.views_slideshow_slide {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 47.99em) {
  .counter-mobile {
    display: block;
  }
}

.view-slider .view-content {
  padding-top: 0px;
}

.class-side-empty {
  width: 0% !important;
  height: 0% !important;
  padding: 0px;
  margin: 0px;
}

#sticky-side .contact-btn[aria-expanded="true"] .services-dropdown {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#sticky-side #side-box.open-box + .contact-btn > .services-dropdown {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#sticky-side .contact-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-right: 1px solid #25233c;
  right: 36px;
  height: 100%;
  width: 1px;
  background: #25233c;
}

#sticky-side .contact-btn .services {
  margin-right: 8px;
  text-transform: uppercase;
}

#sticky-side .all_services > a svg {
  margin-left: 4px;
}

#sticky-side .all_services > a > p:after {
  margin-left: 4px;
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='9'%3E%3Cpath fill='%2325233C' fill-rule='evenodd' d='M16.876 8.753l-.701-.717 3.129-2.822-18.393.088H.908a.501.501 0 0 1-.511-.489.502.502 0 0 1 .508-.494l18.392-.088-3.156-2.79.694-.723 4.516 3.996-4.475 4.039z'/%3E%3C/svg%3E%0A");
}

#sticky-side {
  position: fixed;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0%;
}

@media (max-width: 47.99em) {
  #sticky-side {
    z-index: 10;
    top: 266px;
  }
}

#sticky-side .contact-btn {
  border: 0;
  width: 176px;
  height: 47px;
  box-shadow: -6.1px 4px 7.5px -3px rgba(42, 42, 42, 0.7);
  background-color: #dab53f;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: 9999;
  position: absolute;
  top: calc(50% - 167px/2);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  right: 0;
}

#sticky-side .contact-btn .services {
  width: 16px;
  font-family: Palanquin;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #25233c;
  position: absolute;
  right: 58%;
  top: 15%;
}

#sticky-side .contact-btn .services-info {
  width: 30px;
  height: 21px;
  object-fit: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 75%;
  top: 25%;
}

#sticky-side .contact-btn .services-dropdown {
  width: 13px;
  height: 10px;
  object-fit: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 85%;
  top: 35%;
}

#sticky-side #side-box {
  border-right: 0;
  height: auto;
  box-shadow: -0.1px 3px 6.5px 1.5px rgba(42, 42, 42, 0.7);
  max-height: calc(100vh - 20px);
  background: #fff;
  max-width: 650px;
  margin-left: -665px;
  z-index: 999;
  transition: all .5s;
  overflow: hidden;
  box-sizing: border-box;
}

#sticky-side #side-box .row {
  margin-right: 0;
}

@media (max-width: 47.99em) {
  #sticky-side #side-box {
    border-right: 0;
    height: auto;
    box-shadow: -0.1px 3px 6.5px 1.5px rgba(42, 42, 42, 0.7);
    max-height: calc(100vh - 20px);
    background: #fff;
    max-width: 224px;
    margin-left: -204px;
    z-index: 999;
    transition: all .5s;
    box-sizing: border-box;
  }
}

#sticky-side #side-box .side-header {
  display: block;
  background-color: #3F51B5;
  padding: 0 15px;
  font-size: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
}

#sticky-side #side-box .side-header i {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

#sticky-side #side-box .side_box_light {
  height: 205px;
  background-color: #dab53f;
  font-family: Palanquin;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  padding-top: 5%;
}

@media (max-width: 47.99em) {
  #sticky-side #side-box .side_box_light {
    height: 61px;
    width: 205px;
    background-color: #dab53f;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    padding-top: 16px;
    padding-right: 0px;
  }
  #sticky-side #side-box .side_box_light:nth-child(3) {
    padding-top: 8px;
    padding-left: 11px;
    padding-right: 2px;
  }
}

#sticky-side #side-box .side_box_light .service_title {
  height: 21px;
  padding-top: 5px;
  font-family: Palanquin;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #25233c;
}

@media (max-width: 47.99em) {
  #sticky-side #side-box .side_box_light .service_title {
    height: 21px;
    padding-top: 5px;
    font-family: Palanquin;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #25233c;
  }
}

#sticky-side #side-box .side_box_dark {
  height: 205px;
  background-color: #cda72c;
  font-family: Palanquin;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  padding-top: 5%;
}

@media (max-width: 47.99em) {
  #sticky-side #side-box .side_box_dark {
    height: 61px;
    width: 205px;
    background-color: #cda72c;
    font-family: Palanquin;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    padding-top: 5%;
    padding-right: 7px;
  }
  #sticky-side #side-box .side_box_dark:nth-child(6) {
    padding-top: 17px;
  }
}

#sticky-side #side-box .side_box_dark .service_title {
  height: 21px;
  padding-top: 5px;
  font-family: Palanquin;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #25233c;
}

@media (max-width: 47.99em) {
  #sticky-side #side-box .side_box_dark .service_title {
    height: 21px;
    padding-top: 5px;
    font-family: Palanquin;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #25233c;
  }
}

#sticky-side #side-box img {
  width: 100px;
  height: 100px;
}

@media (max-width: 47.99em) {
  #sticky-side #side-box img {
    display: none;
  }
}

#sticky-side #side-box a {
  color: black;
}

#sticky-side #side-box .all_services {
  height: 55px;
  background-color: #bc951b;
  padding-top: 3%;
}

@media (max-width: 47.99em) {
  #sticky-side #side-box .all_services {
    padding-top: 18px;
  }
}

#sticky-side #side-box .all_services .all_sevices_title {
  height: 12px;
  font-family: Palanquin;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #25233c;
}

.open-box {
  margin-left: 0 !important;
}

.home-dossiers {
  margin-bottom: 5rem;
  margin-top: 14em;
}

@media (max-width: 64em) {
  .home-dossiers {
    margin-top: 19em;
  }
}

@media (max-width: 47.99em) {
  .home-dossiers {
    margin-top: 2em;
  }
}

.home-dossiers--title {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.home-dossiers .js-hexagon-target {
  background: none;
  border-radius: 0;
  color: #25233c;
  border-bottom: 1px solid #ff0000;
  padding: 0;
  position: relative;
  text-decoration: none;
  z-index: 1;
  text-transform: none;
  margin-top: 8rem;
}

.home-dossiers .js-hexagon-target#js-hexagon-target-less:after {
  content: "-";
}

.home-dossiers .js-hexagon-target:after {
  content: "+";
  position: relative;
  margin-left: 5px;
  color: #ff0000;
  font-size: 1.2857142857em;
}

.home-dossiers .hexagon {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #25233c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5714285714em;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  object-fit: contain;
  padding: 2rem;
}

.home-dossiers .hexagon[href]:hover, .home-dossiers .hexagon[href]:focus {
  color: #ffffff;
}

.home-dossiers .hexagon[href]:after {
  background-color: #fff;
  content: "";
  height: 4px;
  margin-top: 8px;
  text-align: center;
  width: 16px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .home-dossiers .hexagon[href]:after {
    display: block;
    margin: auto;
    margin-top: 9px;
  }
}

#widget_pager_bottom_slider-block_1 {
  position: absolute;
  top: 92%;
  z-index: 9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 6em;
}

@media (min-width: 48em) {
  #widget_pager_bottom_slider-block_1 {
    margin-left: 6em;
  }
}

@media (max-width: 47.99em) {
  #widget_pager_bottom_slider-block_1 {
    left: 16%;
    top: 82%;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media (max-width: 64em) {
  #widget_pager_bottom_slider-block_1 {
    right: 0em;
    margin-left: 0em;
  }
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item {
  border-right: solid 1px #dbdbdb;
  border-left: solid 1px #dbdbdb;
  margin-left: -1px;
  border-bottom: solid 1px #dbdbdb;
  display: inline-block;
  padding: 2.6rem 3.7rem 3.5rem 3.7rem;
  color: #25233c;
  line-height: 1.1;
  background-color: #FFFFFF;
}

@media (max-width: 64em) {
  #widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item {
    padding: 2.6rem 0rem 3.5rem 0rem;
  }
}

@media (max-width: 47.99em) {
  #widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item {
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 6px;
  }
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item div {
  display: block;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item div a {
  font-family: Palanquin;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item div .views-content-field-th-matique a {
  font-size: 14px;
  text-transform: uppercase;
  color: #d60405;
  font-weight: bold;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item .views-field-title {
  padding-top: 9px;
  width: 252px;
  padding-bottom: 34px;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item .views-field-title h2 {
  font-size: 22px;
  margin: 0px;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item .views-field-title a {
  color: #25233c;
  font-weight: bold;
  font-size: 22px;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item .views-field-field-en-savoir-plus {
  background: url("../images/fleche-r.svg") no-repeat bottom left;
  text-indent: -999999px;
  transition: all 0.3s ease-out;
  background-position: 0%;
  cursor: pointer;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item .views-field-field-en-savoir-plus a {
  color: #25233c;
  font-size: 13px;
  font-family: "Libre Baskerville", serif;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item .views-field-field-en-savoir-plus:hover {
  background: url("../images/fleche-r.svg") no-repeat;
  text-indent: 0px;
  background-position: 40%;
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item.active {
  border-top: 6px solid #d60405;
  text-decoration: none;
}

@media (max-width: 47.99em) {
  #widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item.active {
    background-color: #d60405 !important;
    height: 12px;
    width: 12px;
  }
}

#widget_pager_bottom_slider-block_1 .views-slideshow-pager-field-item:hover {
  background-color: #f2f2f2;
}

.view-cnb-newsletters .views-row {
  margin-bottom: 0px;
}

.view-cnb-newsletters #newsletter-fields {
  font-family: Palanquin, sans-serif;
}

.view-cnb-newsletters #newsletter-fields .title a {
  color: #25233c;
  font-size: 3.2rem;
}

.view-cnb-newsletters #newsletter-fields .created {
  color: #656565;
}

#user-login #edit-submit {
  background: #d60405;
}

#user-login #edit-submit:hover, #user-login #edit-submit:focus {
  background: #25233c;
}

/*$.logged-in .link-member#connexion-btn:hover + .user-login-block, .user-login-block:hover {
display: block;
}
.not-logged-in .link-member#connexion-btn:hover + .user-login-block{
  display: block;

}*/
.user-login-block #user-login-form {
  display: none;
}

.hamburger > span {
  width: 25px;
  margin: 0 auto;
  display: block;
}

#block-cnb-search-cnb-search-header-form {
  float: right;
}

@media (max-width: 47.99em) {
  #block-cnb-search-cnb-search-header-form {
    display: none;
  }
}

@media (min-width: 48em) {
  #block-cnb-search-cnb-search-header-form #cnb-search-header-form {
    padding-top: 3.5rem;
  }
}

@media (max-width: 47.99em) {
  #block-cnb-search-cnb-search-header-form #cnb-search-header-form label {
    display: none;
  }
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .form-group {
  margin: 0;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .form-control {
  border: none;
  border-bottom: 2px solid #25233c;
  max-width: 30rem;
  box-shadow: none;
  padding-left: 0;
  padding-right: 1rem;
  font-family: Palanquin, sans-serif;
  font-size: 1.6rem;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #656565;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #656565;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #656565;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #656565;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .btn, #block-cnb-search-cnb-search-header-form #cnb-search-header-form #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons #block-cnb-search-cnb-search-header-form #cnb-search-header-form button, #block-cnb-search-cnb-search-header-form #cnb-search-header-form .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download #block-cnb-search-cnb-search-header-form #cnb-search-header-form a {
  text-indent: -9999px;
  border-radius: 0px;
  padding: 0;
  height: 4rem;
  width: 4.5rem;
  background: url("../images/loupe.svg") no-repeat center center/26px 26px;
  border-bottom: 2px solid #25233c;
  overflow: hidden;
}

#block-cnb-search-cnb-search-header-form #cnb-search-header-form .btn:focus, #block-cnb-search-cnb-search-header-form #cnb-search-header-form #sliding-popup .popup-content #popup-buttons button:focus, #sliding-popup .popup-content #popup-buttons #block-cnb-search-cnb-search-header-form #cnb-search-header-form button:focus, #block-cnb-search-cnb-search-header-form #cnb-search-header-form .node-cnb-regulation .field-name-field-cnb-download a:focus, .node-cnb-regulation .field-name-field-cnb-download #block-cnb-search-cnb-search-header-form #cnb-search-header-form a:focus, #block-cnb-search-cnb-search-header-form #cnb-search-header-form .btn:hover, #block-cnb-search-cnb-search-header-form #cnb-search-header-form #sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons #block-cnb-search-cnb-search-header-form #cnb-search-header-form button:hover, #block-cnb-search-cnb-search-header-form #cnb-search-header-form .node-cnb-regulation .field-name-field-cnb-download a:hover, .node-cnb-regulation .field-name-field-cnb-download #block-cnb-search-cnb-search-header-form #cnb-search-header-form a:hover {
  background: url("../images/loupe-hover.svg") no-repeat center center/26px 26px;
}

@media (max-width: 47.99em) {
  #block-cnb-search-cnb-search-header-form #cnb-search-header-form .btn, #block-cnb-search-cnb-search-header-form #cnb-search-header-form #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons #block-cnb-search-cnb-search-header-form #cnb-search-header-form button, #block-cnb-search-cnb-search-header-form #cnb-search-header-form .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download #block-cnb-search-cnb-search-header-form #cnb-search-header-form a {
    height: 55px;
    width: 55px;
    border: none;
  }
}

.btn-search-mobile {
  text-indent: -9999px;
  border-radius: 0px;
  padding: 0;
  height: 4rem;
  width: 4.5rem;
  background: url("../images/loupe.svg") no-repeat center center/26px 26px;
  border-bottom: 2px solid #25233c;
  overflow: hidden;
}

.btn-search-mobile:focus, .btn-search-mobile:hover {
  background: url("../images/loupe-hover.svg") no-repeat center center/26px 26px;
}

@media (max-width: 47.99em) {
  .btn-search-mobile {
    height: 55px;
    width: 55px;
    border: none;
  }
}

.page-cnb-search .main-container {
  margin-bottom: 0;
}

@media (max-width: 47.99em) {
  .page-cnb-search .page-header {
    text-align: center;
  }
}

@media (min-width: 48em) {
  .search-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.result-count {
  margin-bottom: 3rem;
}

@media (max-width: 47.99em) {
  .result-count {
    text-align: center;
  }
}

.result-count .count {
  color: #d60405;
}

@media (min-width: 48em) {
  .search-container_result {
    width: 75%;
    padding: 0rem 0 5rem 4rem;
  }
}

.search-container_result ul li:last-child {
  border-bottom: 1px solid #DBDBDB;
}

.search-container_result ul li a {
  color: #25233c;
}

.search-container_result ul li a:focus, .search-container_result ul li a:hover {
  color: #4B4B4B;
}

.search-container_result ul li p {
  margin: 0;
}

.search-container_result ul li .h3, .search-container_result ul li .custom-cnb-form .label-competence, .custom-cnb-form .search-container_result ul li .label-competence, .search-container_result ul li
.custom-cnb-form .panel legend.panel-heading,
.custom-cnb-form .panel .search-container_result ul li legend.panel-heading, .search-container_result ul li .panel .panel-body legend.panel-heading, .panel .panel-body .search-container_result ul li legend.panel-heading {
  margin: 0 0 1.5rem;
}

.search-container_result #cnb-search-key-form {
  padding-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 47.99em) {
  .search-container_result #cnb-search-key-form {
    text-align: center;
  }
}

.search-container_result #cnb-search-key-form .form-group {
  margin: 0 0 2rem 0;
  width: 100%;
}

@media (min-width: 48em) {
  .search-container_result #cnb-search-key-form .form-group {
    width: calc(100% - 17rem);
    margin: 0 3rem 0 0;
  }
}

@media (min-width: 48em) {
  .search-container_result #cnb-search-key-form > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.search-container_result #cnb-search-key-form .form-control {
  max-width: 100%;
}

.search-container_result #cnb-search-key-form .btn, .search-container_result #cnb-search-key-form #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .search-container_result #cnb-search-key-form button, .search-container_result #cnb-search-key-form .node-cnb-regulation .field-name-field-cnb-download a, .node-cnb-regulation .field-name-field-cnb-download .search-container_result #cnb-search-key-form a {
  width: 17rem;
}

.search-container_filter {
  position: relative;
  padding: 3rem 0;
  display: none;
}

@media (min-width: 48em) {
  .search-container_filter {
    display: block;
    padding: 13rem 0 5rem 0;
    width: 25%;
  }
}

.search-container_filter:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #EAEAEA;
  z-index: -1;
  width: 1000%;
  height: 100%;
}

@media (max-width: 47.99em) {
  .search-container_filter:before {
    left: -2rem;
  }
}

.search-container_filter .radio, .search-container_filter .checkbox {
  margin: 1.2rem 0;
}

.search-container_filter .radio label, .search-container_filter .checkbox label {
  color: #4B4B4B;
  display: block;
  padding: 2px 0 2px 3rem;
  font-weight: 700;
}

.search-container_filter .radio label:before, .search-container_filter .checkbox label:before {
  border-color: #4B4B4B;
}

.search-container_filter .radio label.focussed:before, .search-container_filter .checkbox label.focussed:before {
  border-color: #d60405;
}

.search-container_filter h1 {
  margin: 0 0 3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.search-container_filter h1 label {
  margin-bottom: 2rem;
  color: #25233c;
}

.node-type-dossier .main-container {
  margin: 0;
}

.node-type-dossier .main-container > .container {
  width: 100%;
  padding: 0;
}

.node-dossier_header {
  background: no-repeat center center #25233c;
  background-size: cover;
  position: relative;
  padding: 7rem 0;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 47.99em) {
  .node-dossier_header {
    padding: 2.5rem 0 2rem;
  }
}

.node-dossier_header .container {
  position: relative;
  z-index: 30;
  max-width: 97rem;
}

.node-dossier_header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, rgba(37, 35, 60, 0.4) 0%, rgba(37, 35, 60, 0.8) 100%);
  z-index: 0;
  width: 100%;
  height: 100%;
}

.node-dossier_header .ref {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.node-dossier_header .page-header {
  padding: 0;
  margin-bottom: 2rem;
  max-width: 60rem;
}

.node-dossier_header .field-name-field-cnb-chapo {
  font-style: italic;
  line-height: 1.6;
  font-size: 2.1rem;
}

.node-dossier_body {
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.video-title,
.dossier-videos-title,
.dossier-news-title {
  color: #FFFFFF;
  margin: 3rem 0 3.5rem;
}

.node-dossier_actus {
  position: relative;
  background: #25233c;
  padding: 2rem 0 5rem;
}

@media (min-width: 48em) {
  .node-dossier_actus .field-name-field-cnb-news > .field-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    border-left: solid 1px #DBDBDB;
  }
}

.node-dossier_actus .field-name-field-cnb-news > .field-items > .field-item {
  padding: 1.5rem 2rem 3rem;
  position: relative;
  border-bottom: solid 1px #DBDBDB;
  transition: all .3s;
  background-color: #FFFFFF;
}

@media (min-width: 48em) {
  .node-dossier_actus .field-name-field-cnb-news > .field-items > .field-item {
    border-right: solid 1px #DBDBDB;
    width: 50%;
    padding: 4rem 4rem 6rem;
  }
}

.node-dossier_actus .field-name-field-cnb-news > .field-items > .field-item:focus, .node-dossier_actus .field-name-field-cnb-news > .field-items > .field-item:hover {
  background-color: #EAEAEA;
}

.node-dossier_actus .title_news > a{
  font-size: 21px;
  font-weight: bold;
  color: #25233c;
  font-family: Palanquin,sans-serif;
  top: 8rem;
  left: 4rem;
}

.node-dossier_actus a > span {
  color: #D60405;
}

@media (min-width: 48em) {
  .node-dossier_actus .col-sm-12 .field-name-field-cnb-news > .field-items > .field-item {
    width: 33%;
  }
}

@media (max-width: 47.99em) {
  .node-dossier_actus .title_news > a {
    top: 6rem;
    font-size: 17px;
  }

  .node-dossier_actus .actusBox {
    margin-bottom: 3rem;
  }
}

@media (min-width: 48em) {
  .node-dossier_actus .videoBox {
    -webkit-transform: translateY(-10.3rem);
            transform: translateY(-10.3rem);
  }
}

.node-dossier_actus .videoBox .dossier-videos-title {
  color: #FFFFFF;
}

.node-dossier_actus .videoBox .video-title {
  margin: 1rem 0 1.5rem;
  transition: all .3s;
}

.node-dossier_actus .videoBox img {
  display: inline-block;
  width: 100%;
  transition: all .3s;
}

.node-dossier_actus .videoBox li {
  margin-bottom: 5rem;
}

.node-dossier_actus .videoBox li a {
  display: block;
  color: #FFFFFF;
}

.node-dossier_actus .videoBox li a:focus, .node-dossier_actus .videoBox li a:hover {
  color: #DBDBDB;
}

.node-dossier_actus .videoBox li a:focus .video-title, .node-dossier_actus .videoBox li a:hover .video-title {
  color: #DBDBDB;
}

.node-dossier_actus .videoBox li a:focus img, .node-dossier_actus .videoBox li a:hover img {
  opacity: .7;
}

.node-dossier_actus .videoBox .icon {
  fill: #d60405;
  width: 1.8rem;
  height: 1.8rem;
}

.node-dossier_actus .field-name-field-cnb-themes {
  clear: both;
  overflow: hidden;
  padding: 0 0 1rem;
  text-align: left;
}

.node-dossier_actus .field-name-field-cnb-themes .field-item {
  display: block;
  float: left;
  color: #656565;
  padding-left: 0;
  margin-right: 1rem;
}

.node-dossier_actus .field-name-field-cnb-themes .field-item:before {
  background-color: #656565;
}

.node-dossier_actus .read-more {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}

@media (min-width: 48em) {
  .node-dossier_actus .read-more {
    bottom: 3rem;
    right: 3rem;
  }
}

.node-dossier_footer .docs-container {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.tacjs_accept {
  background: #d60405 !important;
  border-radius: 15px;
}

.tacjs_personalize {
  background: #d60405 !important;
  border-radius: 15px;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
  text-decoration: none !important;
  margin-left: 7px !important;
}