/**
 * n3-ux - 2.0.0
 * Composantes visuelles N3-UX
 * http://dwprivdn00020.mvt.desjardins.dev:4851/documentation/composantes.html
 */
/* Lien*/
/*$input-btn-font-size:       $font-size-base !default;
$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-padding-y-sm:    .25rem !default;*/
/*$input-btn-font-size-sm:    $font-size-sm !default;
$input-btn-line-height-sm:    $line-height-sm !default;*/
/*$input-btn-padding-x-lg:    1rem !default;
$input-btn-font-size-lg:      $font-size-lg !default;
$input-btn-line-height-lg:    $line-height-lg !default;

$input-btn-border-width:      $border-width !default;*/
/*$btn-font-size:           $input-btn-font-size !default;
$btn-line-height:           $input-btn-line-height !default;

$btn-padding-y-sm:          $input-btn-padding-y-sm !default;
$btn-padding-x-sm:          $input-btn-padding-x-sm !default;
$btn-font-size-sm:          $input-btn-font-size-sm !default;
$btn-line-height-sm:        $input-btn-line-height-sm !default;

$btn-padding-y-lg:          $input-btn-padding-y-lg !default;
$btn-padding-x-lg:          $input-btn-padding-x-lg !default;
$btn-font-size-lg:          $input-btn-font-size-lg !default;
$btn-line-height-lg:        $input-btn-line-height-lg !default;

$btn-border-width:          $input-btn-border-width !default;*/
/*$btn-block-spacing-y:     .5rem !default;*/
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v18-latin-regular.woff2) format("woff2"), url(../fonts/roboto-v18-latin-regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto-v18-latin-500.woff2) format("woff2"), url(../fonts/roboto-v18-latin-500.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(../fonts/roboto-v18-latin-500italic.woff2) format("woff2"), url(../fonts/roboto-v18-latin-500italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(../fonts/roboto-v18-latin-700italic.woff2) format("woff2"), url(../fonts/roboto-v18-latin-700italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-v18-latin-700.woff2) format("woff2"), url(../fonts/roboto-v18-latin-700.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

:root {
  --blue: #07699d;
  --indigo: #6610f2;
  --purple: #74469f;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #ed8f07;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00884e;
  --secondary: #6c757d;
  --success: #007944;
  --info: #07699d;
  --warning: #ed8f07;
  --danger: #c00;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.ib4 html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.ib4 article, .ib4 aside, .ib4 figcaption, .ib4 figure, .ib4 footer, .ib4 header, .ib4 hgroup, .ib4 main, .ib4 nav, .ib4 section {
  display: block; }

.ib4 body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
  text-align: left;
  background-color: #fff; }

.ib4 [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

.ib4 hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

.ib4 h1, .ib4 h2, .ib4 h3, .ib4 h4, .ib4 h5, .ib4 h6 {
  margin-top: 0;
  margin-bottom: 1.25rem; }

.ib4 p {
  margin-top: 0;
  margin-bottom: 1rem; }

.ib4 abbr[title],
.ib4 abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

.ib4 address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

.ib4 ol,
.ib4 ul,
.ib4 dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

.ib4 dt {
  font-weight: 700; }

.ib4 dd {
  margin-bottom: .5rem;
  margin-left: 0; }

.ib4 blockquote {
  margin: 0 0 1rem; }

.ib4 b,
.ib4 strong {
  font-weight: bolder; }

.ib4 small {
  font-size: 80%; }

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

.ib4 sub {
  bottom: -.25em; }

.ib4 sup {
  top: -.5em; }

.ib4 a {
  color: #007944;
  text-decoration: underline;
  background-color: transparent; }
  .ib4 a:hover {
    color: #007944;
    text-decoration: underline; }

.ib4 a:not([href]) {
  color: inherit;
  text-decoration: none; }
  .ib4 a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

.ib4 pre,
.ib4 code,
.ib4 kbd,
.ib4 samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

.ib4 pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

.ib4 figure {
  margin: 0 0 1rem; }

.ib4 img {
  vertical-align: middle;
  border-style: none; }

.ib4 svg {
  overflow: hidden;
  vertical-align: middle; }

.ib4 table {
  border-collapse: collapse; }

.ib4 caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #383838;
  text-align: left;
  caption-side: bottom; }

.ib4 th {
  text-align: inherit; }

.ib4 label {
  display: inline-block;
  margin-bottom: 0.3125rem; }

.ib4 button {
  border-radius: 0; }

.ib4 button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

.ib4 input,
.ib4 button,
.ib4 select,
.ib4 optgroup,
.ib4 textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.ib4 button,
.ib4 input {
  overflow: visible; }

.ib4 button,
.ib4 select {
  text-transform: none; }

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

.ib4 select {
  word-wrap: normal; }

.ib4 button,
.ib4 [type="button"],
.ib4 [type="reset"],
.ib4 [type="submit"] {
  -webkit-appearance: button; }

.ib4 button:not(:disabled),
.ib4 [type="button"]:not(:disabled),
.ib4 [type="reset"]:not(:disabled),
.ib4 [type="submit"]:not(:disabled) {
  cursor: pointer; }

.ib4 button::-moz-focus-inner,
.ib4 [type="button"]::-moz-focus-inner,
.ib4 [type="reset"]::-moz-focus-inner,
.ib4 [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

.ib4 textarea {
  overflow: auto;
  resize: vertical; }

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

.ib4 legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

.ib4 progress {
  vertical-align: baseline; }

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

.ib4 [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

.ib4 [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.ib4 ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

.ib4 output {
  display: inline-block; }

.ib4 summary {
  display: list-item;
  cursor: pointer; }

.ib4 template {
  display: none; }

.ib4 [hidden] {
  display: none !important; }

.ib4 h1, .ib4 h2, .ib4 h3, .ib4 h4, .ib4 h5, .ib4 h6,
.ib4 .h1, .ib4 .h2, .ib4 .h3, .ib4 .h4, .ib4 .h5, .ib4 .h6 {
  margin-bottom: 1.25rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.5; }

.ib4 h1, .ib4 .h1 {
  font-size: 2rem; }

.ib4 h2, .ib4 .h2 {
  font-size: 1.375rem; }

.ib4 h3, .ib4 .h3 {
  font-size: 1.25rem; }

.ib4 h4, .ib4 .h4 {
  font-size: 1.125rem; }

.ib4 h5, .ib4 .h5 {
  font-size: 1.125rem; }

.ib4 h6, .ib4 .h6 {
  font-size: 1rem; }

.ib4 .lead {
  font-size: 1.25rem;
  font-weight: 300; }

.ib4 .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5; }

.ib4 .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5; }

.ib4 .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5; }

.ib4 .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5; }

.ib4 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eee; }

.ib4 small,
.ib4 .small {
  font-size: 1.3rem;
  font-weight: 400; }

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

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

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

.ib4 .list-inline-item {
  display: inline-block; }
  .ib4 .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.ib4 .initialism {
  font-size: 90%;
  text-transform: uppercase; }

.ib4 .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.ib4 .blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #6c757d; }
  .ib4 .blockquote-footer::before {
    content: "\2014\A0"; }

.ib4 .img-fluid {
  max-width: 100%;
  height: auto; }

.ib4 .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.ib4 .figure {
  display: inline-block; }

.ib4 .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.ib4 .figure-caption {
  font-size: 90%;
  color: #6c757d; }

.ib4 code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > .ib4 code {
    color: inherit; }

.ib4 kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  .ib4 kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

.ib4 pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  .ib4 pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.ib4 .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #383838; }
  .ib4 .table th,
  .ib4 .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0 solid #dee2e6; }
  .ib4 .table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #dee2e6; }
  .ib4 .table tbody + tbody {
    border-top: 0 solid #dee2e6; }

.ib4 .table-sm th,
.ib4 .table-sm td {
  padding: 0.3rem; }

.ib4 .table-bordered {
  border: 0 solid #dee2e6; }
  .ib4 .table-bordered th,
  .ib4 .table-bordered td {
    border: 0 solid #dee2e6; }
  .ib4 .table-bordered thead th,
  .ib4 .table-bordered thead td {
    border-bottom-width: 0; }

.ib4 .table-borderless th,
.ib4 .table-borderless td,
.ib4 .table-borderless thead th,
.ib4 .table-borderless tbody + tbody {
  border: 0; }

.ib4 .table-striped tbody tr:nth-of-type(even) {
  background-color: #f2f2f2; }

.ib4 .table-hover tbody tr:hover {
  color: #383838;
  background-color: rgba(0, 0, 0, 0.075); }

.ib4 .table-primary,
.ib4 .table-primary > th,
.ib4 .table-primary > td {
  background-color: #b8decd; }

.ib4 .table-primary th,
.ib4 .table-primary td,
.ib4 .table-primary thead th,
.ib4 .table-primary tbody + tbody {
  border-color: #7ac1a3; }

.ib4 .table-hover .table-primary:hover {
  background-color: #a7d6c1; }
  .ib4 .table-hover .table-primary:hover > td,
  .ib4 .table-hover .table-primary:hover > th {
    background-color: #a7d6c1; }

.ib4 .table-secondary,
.ib4 .table-secondary > th,
.ib4 .table-secondary > td {
  background-color: #d6d8db; }

.ib4 .table-secondary th,
.ib4 .table-secondary td,
.ib4 .table-secondary thead th,
.ib4 .table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.ib4 .table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .ib4 .table-hover .table-secondary:hover > td,
  .ib4 .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.ib4 .table-success,
.ib4 .table-success > th,
.ib4 .table-success > td {
  background-color: #b8d9cb; }

.ib4 .table-success th,
.ib4 .table-success td,
.ib4 .table-success thead th,
.ib4 .table-success tbody + tbody {
  border-color: #7ab99e; }

.ib4 .table-hover .table-success:hover {
  background-color: #a7d0bf; }
  .ib4 .table-hover .table-success:hover > td,
  .ib4 .table-hover .table-success:hover > th {
    background-color: #a7d0bf; }

.ib4 .table-info,
.ib4 .table-info > th,
.ib4 .table-info > td {
  background-color: #bad5e4; }

.ib4 .table-info th,
.ib4 .table-info td,
.ib4 .table-info thead th,
.ib4 .table-info tbody + tbody {
  border-color: #7eb1cc; }

.ib4 .table-hover .table-info:hover {
  background-color: #a8cadd; }
  .ib4 .table-hover .table-info:hover > td,
  .ib4 .table-hover .table-info:hover > th {
    background-color: #a8cadd; }

.ib4 .table-warning,
.ib4 .table-warning > th,
.ib4 .table-warning > td {
  background-color: #fae0ba; }

.ib4 .table-warning th,
.ib4 .table-warning td,
.ib4 .table-warning thead th,
.ib4 .table-warning tbody + tbody {
  border-color: #f6c57e; }

.ib4 .table-hover .table-warning:hover {
  background-color: #f8d5a2; }
  .ib4 .table-hover .table-warning:hover > td,
  .ib4 .table-hover .table-warning:hover > th {
    background-color: #f8d5a2; }

.ib4 .table-danger,
.ib4 .table-danger > th,
.ib4 .table-danger > td {
  background-color: #f1b8b8; }

.ib4 .table-danger th,
.ib4 .table-danger td,
.ib4 .table-danger thead th,
.ib4 .table-danger tbody + tbody {
  border-color: #e47a7a; }

.ib4 .table-hover .table-danger:hover {
  background-color: #eda3a3; }
  .ib4 .table-hover .table-danger:hover > td,
  .ib4 .table-hover .table-danger:hover > th {
    background-color: #eda3a3; }

.ib4 .table-light,
.ib4 .table-light > th,
.ib4 .table-light > td {
  background-color: #fdfdfe; }

.ib4 .table-light th,
.ib4 .table-light td,
.ib4 .table-light thead th,
.ib4 .table-light tbody + tbody {
  border-color: #fbfcfc; }

.ib4 .table-hover .table-light:hover {
  background-color: #ececf5; }
  .ib4 .table-hover .table-light:hover > td,
  .ib4 .table-hover .table-light:hover > th {
    background-color: #ececf5; }

.ib4 .table-dark,
.ib4 .table-dark > th,
.ib4 .table-dark > td {
  background-color: #c6c8ca; }

.ib4 .table-dark th,
.ib4 .table-dark td,
.ib4 .table-dark thead th,
.ib4 .table-dark tbody + tbody {
  border-color: #95999c; }

.ib4 .table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .ib4 .table-hover .table-dark:hover > td,
  .ib4 .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.ib4 .table-active,
.ib4 .table-active > th,
.ib4 .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.ib4 .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .ib4 .table-hover .table-active:hover > td,
  .ib4 .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.ib4 .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.ib4 .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.ib4 .table-dark {
  color: #fff;
  background-color: #343a40; }
  .ib4 .table-dark th,
  .ib4 .table-dark td,
  .ib4 .table-dark thead th {
    border-color: #454d55; }
  .ib4 .table-dark.table-bordered {
    border: 0; }
  .ib4 .table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.05); }
  .ib4 .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 767.98px) {
  .ib4 .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .ib4 .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .ib4 .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .ib4 .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .ib4 .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .ib4 .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .ib4 .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .ib4 .table-responsive-xl > .table-bordered {
      border: 0; } }

.ib4 .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .ib4 .table-responsive > .table-bordered {
    border: 0; }

.ib4 .form-control {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0.625rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #383838;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbcccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .ib4 .form-control {
      transition: none; } }
  .ib4 .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .ib4 .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #383838; }
  .ib4 .form-control:focus {
    color: #383838;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 #1a79c6; }
  .ib4 .form-control::-webkit-input-placeholder {
    color: #595959;
    opacity: 1; }
  .ib4 .form-control::-moz-placeholder {
    color: #595959;
    opacity: 1; }
  .ib4 .form-control:-ms-input-placeholder {
    color: #595959;
    opacity: 1; }
  .ib4 .form-control::-ms-input-placeholder {
    color: #595959;
    opacity: 1; }
  .ib4 .form-control::placeholder {
    color: #595959;
    opacity: 1; }
  .ib4 .form-control:disabled, .ib4 .form-control[readonly] {
    background-color: #eee;
    opacity: 1; }

.ib4 input[type="date"].form-control,
.ib4 input[type="time"].form-control,
.ib4 input[type="datetime-local"].form-control,
.ib4 input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.ib4 select.form-control:focus::-ms-value {
  color: #383838;
  background-color: #fff; }

.ib4 .form-control-file,
.ib4 .form-control-range {
  display: block;
  width: 100%; }

.ib4 .col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.42857; }

.ib4 .col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }

.ib4 .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.ib4 .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.42857;
  color: #383838;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .ib4 .form-control-plaintext.form-control-sm, .ib4 .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.ib4 .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.ib4 .form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.ib4 select.form-control[size], .ib4 select.form-control[multiple] {
  height: auto; }

.ib4 textarea.form-control {
  height: auto; }

.ib4 .form-group {
  margin-bottom: 1rem; }

.ib4 .form-text {
  display: block;
  margin-top: 0.5rem; }

.ib4 .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .ib4 .form-row > .col,
  .ib4 .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.ib4 .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.ib4 .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .ib4 .form-check-input[disabled] ~ .form-check-label,
  .ib4 .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.ib4 .form-check-label {
  margin-bottom: 0; }

.ib4 .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .ib4 .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.ib4 .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #cbcccc; }

.ib4 .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #cbcccc;
  border-radius: 0; }

.was-validated .ib4:valid ~ .valid-feedback,
.was-validated .ib4:valid ~ .valid-tooltip, .ib4.is-valid ~ .valid-feedback,
.ib4.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .ib4 .form-control:valid, .ib4 .form-control.is-valid {
  border-color: #cbcccc; }
  .was-validated .ib4 .form-control:valid:focus, .ib4 .form-control.is-valid:focus {
    border-color: #cbcccc;
    box-shadow: 0 0 0 0 rgba(203, 204, 204, 0.25); }

.was-validated .ib4 .custom-select:valid, .ib4 .custom-select.is-valid {
  border-color: #cbcccc; }
  .was-validated .ib4 .custom-select:valid:focus, .ib4 .custom-select.is-valid:focus {
    border-color: #cbcccc;
    box-shadow: 0 0 0 0 rgba(203, 204, 204, 0.25); }

.was-validated .ib4 .form-check-input:valid ~ .form-check-label, .ib4 .form-check-input.is-valid ~ .form-check-label {
  color: #cbcccc; }

.was-validated .ib4 .form-check-input:valid ~ .valid-feedback,
.was-validated .ib4 .form-check-input:valid ~ .valid-tooltip, .ib4 .form-check-input.is-valid ~ .valid-feedback,
.ib4 .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .ib4 .custom-control-input:valid ~ .custom-control-label, .ib4 .custom-control-input.is-valid ~ .custom-control-label {
  color: #cbcccc; }
  .was-validated .ib4 .custom-control-input:valid ~ .custom-control-label::before, .ib4 .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #cbcccc; }

.was-validated .ib4 .custom-control-input:valid:checked ~ .custom-control-label::before, .ib4 .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #e5e5e5;
  background-color: #e5e5e5; }

.was-validated .ib4 .custom-control-input:valid:focus ~ .custom-control-label::before, .ib4 .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(203, 204, 204, 0.25); }

.was-validated .ib4 .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .ib4 .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cbcccc; }

.was-validated .ib4 .custom-file-input:valid ~ .custom-file-label, .ib4 .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #cbcccc; }

.was-validated .ib4 .custom-file-input:valid:focus ~ .custom-file-label, .ib4 .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #cbcccc;
  box-shadow: 0 0 0 0 rgba(203, 204, 204, 0.25); }

.ib4 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #c00; }

.ib4 .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #cc0000;
  border-radius: 0; }

.was-validated .ib4:invalid ~ .invalid-feedback,
.was-validated .ib4:invalid ~ .invalid-tooltip, .ib4.is-invalid ~ .invalid-feedback,
.ib4.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .ib4 .form-control:invalid, .ib4 .form-control.is-invalid {
  border-color: #c00; }
  .was-validated .ib4 .form-control:invalid:focus, .ib4 .form-control.is-invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.25); }

.was-validated .ib4 .custom-select:invalid, .ib4 .custom-select.is-invalid {
  border-color: #c00; }
  .was-validated .ib4 .custom-select:invalid:focus, .ib4 .custom-select.is-invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.25); }

.was-validated .ib4 .form-check-input:invalid ~ .form-check-label, .ib4 .form-check-input.is-invalid ~ .form-check-label {
  color: #c00; }

.was-validated .ib4 .form-check-input:invalid ~ .invalid-feedback,
.was-validated .ib4 .form-check-input:invalid ~ .invalid-tooltip, .ib4 .form-check-input.is-invalid ~ .invalid-feedback,
.ib4 .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .ib4 .custom-control-input:invalid ~ .custom-control-label, .ib4 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c00; }
  .was-validated .ib4 .custom-control-input:invalid ~ .custom-control-label::before, .ib4 .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #c00; }

.was-validated .ib4 .custom-control-input:invalid:checked ~ .custom-control-label::before, .ib4 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: red;
  background-color: red; }

.was-validated .ib4 .custom-control-input:invalid:focus ~ .custom-control-label::before, .ib4 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.25); }

.was-validated .ib4 .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .ib4 .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c00; }

.was-validated .ib4 .custom-file-input:invalid ~ .custom-file-label, .ib4 .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c00; }

.was-validated .ib4 .custom-file-input:invalid:focus ~ .custom-file-label, .ib4 .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #c00;
  box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.25); }

.ib4 .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .ib4 .form-inline .form-check {
    width: 100%; }
  @media (min-width: 768px) {
    .ib4 .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .ib4 .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .ib4 .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .ib4 .form-inline .form-control-plaintext {
      display: inline-block; }
    .ib4 .form-inline .input-group,
    .ib4 .form-inline .custom-select {
      width: auto; }
    .ib4 .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .ib4 .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .ib4 .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .ib4 .form-inline .custom-control-label {
      margin-bottom: 0; } }

.ib4 .btn {
  display: inline-block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #383838;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: "none"; }
  .ib4 .btn:hover {
    color: #383838;
    text-decoration: none; }
  .ib4 .btn:focus, .ib4 .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0 #1a79c6; }
  .ib4 .btn.disabled, .ib4 .btn:disabled {
    opacity: 0.6;
    box-shadow: none; }
  .ib4 .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .ib4 .btn:not(:disabled):not(.disabled):active, .ib4 .btn:not(:disabled):not(.disabled).active {
      box-shadow: none; }
      .ib4 .btn:not(:disabled):not(.disabled):active:focus, .ib4 .btn:not(:disabled):not(.disabled).active:focus {
        box-shadow: 0 0 0 0 #1a79c6; }

.ib4 a.btn.disabled,
.ib4 fieldset:disabled a.btn {
  pointer-events: none; }

.ib4 .btn-primary {
  color: #fff;
  background-color: #00884e;
  border-color: #00884e;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-primary:hover {
    color: #fff;
    background-color: #006238;
    border-color: #005531; }
  .ib4 .btn-primary:focus, .ib4 .btn-primary.focus {
    color: #fff;
    background-color: #006238;
    border-color: #005531;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(38, 154, 105, 0.5); }
  .ib4 .btn-primary.disabled, .ib4 .btn-primary:disabled {
    color: #fff;
    background-color: #00884e;
    border-color: #00884e; }
  .ib4 .btn-primary:not(:disabled):not(.disabled):active, .ib4 .btn-primary:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005531;
    border-color: #004829; }
    .ib4 .btn-primary:not(:disabled):not(.disabled):active:focus, .ib4 .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(38, 154, 105, 0.5); }

.ib4 .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .ib4 .btn-secondary:focus, .ib4 .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(130, 138, 145, 0.5); }
  .ib4 .btn-secondary.disabled, .ib4 .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ib4 .btn-secondary:not(:disabled):not(.disabled):active, .ib4 .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .ib4 .btn-secondary:not(:disabled):not(.disabled):active:focus, .ib4 .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5); }

.ib4 .btn-success {
  color: #fff;
  background-color: #007944;
  border-color: #007944;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-success:hover {
    color: #fff;
    background-color: #00532f;
    border-color: #004627; }
  .ib4 .btn-success:focus, .ib4 .btn-success.focus {
    color: #fff;
    background-color: #00532f;
    border-color: #004627;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(38, 141, 96, 0.5); }
  .ib4 .btn-success.disabled, .ib4 .btn-success:disabled {
    color: #fff;
    background-color: #007944;
    border-color: #007944; }
  .ib4 .btn-success:not(:disabled):not(.disabled):active, .ib4 .btn-success:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #004627;
    border-color: #003920; }
    .ib4 .btn-success:not(:disabled):not(.disabled):active:focus, .ib4 .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(38, 141, 96, 0.5); }

.ib4 .btn-info {
  color: #fff;
  background-color: #07699d;
  border-color: #07699d;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-info:hover {
    color: #fff;
    background-color: #055178;
    border-color: #05486c; }
  .ib4 .btn-info:focus, .ib4 .btn-info.focus {
    color: #fff;
    background-color: #055178;
    border-color: #05486c;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(44, 128, 172, 0.5); }
  .ib4 .btn-info.disabled, .ib4 .btn-info:disabled {
    color: #fff;
    background-color: #07699d;
    border-color: #07699d; }
  .ib4 .btn-info:not(:disabled):not(.disabled):active, .ib4 .btn-info:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #05486c;
    border-color: #044060; }
    .ib4 .btn-info:not(:disabled):not(.disabled):active:focus, .ib4 .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(44, 128, 172, 0.5); }

.ib4 .btn-warning {
  color: #212529;
  background-color: #ed8f07;
  border-color: #ed8f07;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-warning:hover {
    color: #fff;
    background-color: #c87906;
    border-color: #bb7106; }
  .ib4 .btn-warning:focus, .ib4 .btn-warning.focus {
    color: #fff;
    background-color: #c87906;
    border-color: #bb7106;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(206, 127, 12, 0.5); }
  .ib4 .btn-warning.disabled, .ib4 .btn-warning:disabled {
    color: #212529;
    background-color: #ed8f07;
    border-color: #ed8f07; }
  .ib4 .btn-warning:not(:disabled):not(.disabled):active, .ib4 .btn-warning:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bb7106;
    border-color: #af6a05; }
    .ib4 .btn-warning:not(:disabled):not(.disabled):active:focus, .ib4 .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(206, 127, 12, 0.5); }

.ib4 .btn-danger {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-danger:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #990000; }
  .ib4 .btn-danger:focus, .ib4 .btn-danger.focus {
    color: #fff;
    background-color: #a60000;
    border-color: #990000;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(212, 38, 38, 0.5); }
  .ib4 .btn-danger.disabled, .ib4 .btn-danger:disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .ib4 .btn-danger:not(:disabled):not(.disabled):active, .ib4 .btn-danger:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #990000;
    border-color: #8c0000; }
    .ib4 .btn-danger:not(:disabled):not(.disabled):active:focus, .ib4 .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(212, 38, 38, 0.5); }

.ib4 .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .ib4 .btn-light:focus, .ib4 .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(216, 217, 219, 0.5); }
  .ib4 .btn-light.disabled, .ib4 .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ib4 .btn-light:not(:disabled):not(.disabled):active, .ib4 .btn-light:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .ib4 .btn-light:not(:disabled):not(.disabled):active:focus, .ib4 .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5); }

.ib4 .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .ib4 .btn-dark:focus, .ib4 .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(82, 88, 93, 0.5); }
  .ib4 .btn-dark.disabled, .ib4 .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .ib4 .btn-dark:not(:disabled):not(.disabled):active, .ib4 .btn-dark:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .ib4 .btn-dark:not(:disabled):not(.disabled):active:focus, .ib4 .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5); }

.ib4 .btn-outline-primary {
  color: #00884e;
  border-color: #00884e; }
  .ib4 .btn-outline-primary:hover {
    color: #fff;
    background-color: #00884e;
    border-color: #00884e; }
  .ib4 .btn-outline-primary:focus, .ib4 .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(0, 136, 78, 0.5); }
  .ib4 .btn-outline-primary.disabled, .ib4 .btn-outline-primary:disabled {
    color: #00884e;
    background-color: transparent; }
  .ib4 .btn-outline-primary:not(:disabled):not(.disabled):active, .ib4 .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00884e;
    border-color: #00884e; }
    .ib4 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(0, 136, 78, 0.5); }

.ib4 .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .ib4 .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ib4 .btn-outline-secondary:focus, .ib4 .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }
  .ib4 .btn-outline-secondary.disabled, .ib4 .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .ib4 .btn-outline-secondary:not(:disabled):not(.disabled):active, .ib4 .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .ib4 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }

.ib4 .btn-outline-success {
  color: #007944;
  border-color: #007944; }
  .ib4 .btn-outline-success:hover {
    color: #fff;
    background-color: #007944;
    border-color: #007944; }
  .ib4 .btn-outline-success:focus, .ib4 .btn-outline-success.focus {
    box-shadow: 0 0 0 0 rgba(0, 121, 68, 0.5); }
  .ib4 .btn-outline-success.disabled, .ib4 .btn-outline-success:disabled {
    color: #007944;
    background-color: transparent; }
  .ib4 .btn-outline-success:not(:disabled):not(.disabled):active, .ib4 .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #007944;
    border-color: #007944; }
    .ib4 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(0, 121, 68, 0.5); }

.ib4 .btn-outline-info {
  color: #07699d;
  border-color: #07699d; }
  .ib4 .btn-outline-info:hover {
    color: #fff;
    background-color: #07699d;
    border-color: #07699d; }
  .ib4 .btn-outline-info:focus, .ib4 .btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(7, 105, 157, 0.5); }
  .ib4 .btn-outline-info.disabled, .ib4 .btn-outline-info:disabled {
    color: #07699d;
    background-color: transparent; }
  .ib4 .btn-outline-info:not(:disabled):not(.disabled):active, .ib4 .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #07699d;
    border-color: #07699d; }
    .ib4 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(7, 105, 157, 0.5); }

.ib4 .btn-outline-warning {
  color: #ed8f07;
  border-color: #ed8f07; }
  .ib4 .btn-outline-warning:hover {
    color: #212529;
    background-color: #ed8f07;
    border-color: #ed8f07; }
  .ib4 .btn-outline-warning:focus, .ib4 .btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(237, 143, 7, 0.5); }
  .ib4 .btn-outline-warning.disabled, .ib4 .btn-outline-warning:disabled {
    color: #ed8f07;
    background-color: transparent; }
  .ib4 .btn-outline-warning:not(:disabled):not(.disabled):active, .ib4 .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ed8f07;
    border-color: #ed8f07; }
    .ib4 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(237, 143, 7, 0.5); }

.ib4 .btn-outline-danger {
  color: #c00;
  border-color: #c00; }
  .ib4 .btn-outline-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .ib4 .btn-outline-danger:focus, .ib4 .btn-outline-danger.focus {
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5); }
  .ib4 .btn-outline-danger.disabled, .ib4 .btn-outline-danger:disabled {
    color: #c00;
    background-color: transparent; }
  .ib4 .btn-outline-danger:not(:disabled):not(.disabled):active, .ib4 .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
    .ib4 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5); }

.ib4 .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .ib4 .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ib4 .btn-outline-light:focus, .ib4 .btn-outline-light.focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
  .ib4 .btn-outline-light.disabled, .ib4 .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .ib4 .btn-outline-light:not(:disabled):not(.disabled):active, .ib4 .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .ib4 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.ib4 .btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .ib4 .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .ib4 .btn-outline-dark:focus, .ib4 .btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }
  .ib4 .btn-outline-dark.disabled, .ib4 .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .ib4 .btn-outline-dark:not(:disabled):not(.disabled):active, .ib4 .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .ib4 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .ib4 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .ib4 .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }

.ib4 .btn-link {
  font-weight: 400;
  color: #007944;
  text-decoration: underline; }
  .ib4 .btn-link:hover {
    color: #007944;
    text-decoration: underline; }
  .ib4 .btn-link:focus, .ib4 .btn-link.focus {
    text-decoration: underline; }
  .ib4 .btn-link:disabled, .ib4 .btn-link.disabled {
    color: #007944;
    pointer-events: none; }

.ib4 .btn-lg, .ib4 .btn-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.ib4 .btn-sm, .ib4 .btn-group-sm > .btn {
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.ib4 .btn-block {
  display: block;
  width: 100%; }
  .ib4 .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.ib4 .fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .ib4 .fade {
      transition: none; } }
  .ib4 .fade:not(.show) {
    opacity: 0; }

.ib4 .collapse:not(.show) {
  display: none; }

.ib4 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .ib4 .collapsing {
      transition: none; } }

.ib4 .dropup,
.ib4 .dropright,
.ib4 .dropdown,
.ib4 .dropleft {
  position: relative; }

.ib4 .dropdown-toggle {
  white-space: nowrap; }
  .ib4 .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .ib4 .dropdown-toggle:empty::after {
    margin-left: 0; }

.ib4 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #383838;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: 0 0.1875rem 0.375rem 0 #d5d5d5; }

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

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

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

@media (min-width: 992px) {
  .ib4 .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .ib4 .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .ib4 .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .ib4 .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .ib4 .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .ib4 .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.ib4 .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.ib4 .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.ib4 .dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.ib4 .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0; }

.ib4 .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.ib4 .dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.ib4 .dropright .dropdown-toggle::after {
  vertical-align: 0; }

.ib4 .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0; }

.ib4 .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.ib4 .dropleft .dropdown-toggle::after {
  display: none; }

.ib4 .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.ib4 .dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.ib4 .dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.ib4 .dropdown-menu[x-placement^="top"], .ib4 .dropdown-menu[x-placement^="right"], .ib4 .dropdown-menu[x-placement^="bottom"], .ib4 .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.ib4 .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d5d5d5; }

.ib4 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.15rem 1rem;
  clear: both;
  font-weight: 400;
  color: #007944;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .ib4 .dropdown-item:hover, .ib4 .dropdown-item:focus {
    color: #007944;
    text-decoration: none;
    background-color: #fff; }
  .ib4 .dropdown-item.active, .ib4 .dropdown-item:active {
    color: #007944;
    text-decoration: none;
    background-color: #fff; }
  .ib4 .dropdown-item.disabled, .ib4 .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.ib4 .dropdown-menu.show {
  display: block; }

.ib4 .dropdown-header {
  display: block;
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.ib4 .dropdown-item-text {
  display: block;
  padding: 0.15rem 1rem;
  color: #007944; }

.ib4 .btn-group,
.ib4 .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .ib4 .btn-group > .btn,
  .ib4 .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .ib4 .btn-group > .btn:hover,
    .ib4 .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .ib4 .btn-group > .btn:focus, .ib4 .btn-group > .btn:active, .ib4 .btn-group > .btn.active,
    .ib4 .btn-group-vertical > .btn:focus,
    .ib4 .btn-group-vertical > .btn:active,
    .ib4 .btn-group-vertical > .btn.active {
      z-index: 1; }

.ib4 .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .ib4 .btn-toolbar .input-group {
    width: auto; }

.ib4 .btn-group > .btn:not(:first-child),
.ib4 .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.ib4 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.ib4 .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ib4 .btn-group > .btn:not(:first-child),
.ib4 .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ib4 .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .ib4 .dropdown-toggle-split::after,
  .dropup .ib4 .dropdown-toggle-split::after,
  .dropright .ib4 .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .ib4 .dropdown-toggle-split::before {
    margin-right: 0; }

.ib4 .btn-sm + .dropdown-toggle-split, .ib4 .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem; }

.ib4 .btn-lg + .dropdown-toggle-split, .ib4 .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

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

.ib4 .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .ib4 .btn-group-vertical > .btn,
  .ib4 .btn-group-vertical > .btn-group {
    width: 100%; }
  .ib4 .btn-group-vertical > .btn:not(:first-child),
  .ib4 .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .ib4 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .ib4 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .ib4 .btn-group-vertical > .btn:not(:first-child),
  .ib4 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.ib4 .btn-group-toggle > .btn,
.ib4 .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .ib4 .btn-group-toggle > .btn input[type="radio"],
  .ib4 .btn-group-toggle > .btn input[type="checkbox"],
  .ib4 .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .ib4 .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.ib4 .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .ib4 .input-group > .form-control,
  .ib4 .input-group > .form-control-plaintext,
  .ib4 .input-group > .custom-select,
  .ib4 .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .ib4 .input-group > .form-control + .form-control,
    .ib4 .input-group > .form-control + .custom-select,
    .ib4 .input-group > .form-control + .custom-file,
    .ib4 .input-group > .form-control-plaintext + .form-control,
    .ib4 .input-group > .form-control-plaintext + .custom-select,
    .ib4 .input-group > .form-control-plaintext + .custom-file,
    .ib4 .input-group > .custom-select + .form-control,
    .ib4 .input-group > .custom-select + .custom-select,
    .ib4 .input-group > .custom-select + .custom-file,
    .ib4 .input-group > .custom-file + .form-control,
    .ib4 .input-group > .custom-file + .custom-select,
    .ib4 .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .ib4 .input-group > .form-control:focus,
  .ib4 .input-group > .custom-select:focus,
  .ib4 .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .ib4 .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .ib4 .input-group > .form-control:not(:last-child),
  .ib4 .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .ib4 .input-group > .form-control:not(:first-child),
  .ib4 .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .ib4 .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .ib4 .input-group > .custom-file:not(:last-child) .custom-file-label,
    .ib4 .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .ib4 .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.ib4 .input-group-prepend,
.ib4 .input-group-append {
  display: flex; }
  .ib4 .input-group-prepend .btn,
  .ib4 .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .ib4 .input-group-prepend .btn:focus,
    .ib4 .input-group-append .btn:focus {
      z-index: 3; }
  .ib4 .input-group-prepend .btn + .btn,
  .ib4 .input-group-prepend .btn + .input-group-text,
  .ib4 .input-group-prepend .input-group-text + .input-group-text,
  .ib4 .input-group-prepend .input-group-text + .btn,
  .ib4 .input-group-append .btn + .btn,
  .ib4 .input-group-append .btn + .input-group-text,
  .ib4 .input-group-append .input-group-text + .input-group-text,
  .ib4 .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.ib4 .input-group-prepend {
  margin-right: -1px; }

.ib4 .input-group-append {
  margin-left: -1px; }

.ib4 .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.625rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #383838;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #cbcccc;
  border-radius: 0; }
  .ib4 .input-group-text input[type="radio"],
  .ib4 .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.ib4 .input-group-lg > .form-control:not(textarea),
.ib4 .input-group-lg > .custom-select {
  height: calc(1.5em + 1.5rem + 2px); }

.ib4 .input-group-lg > .form-control,
.ib4 .input-group-lg > .custom-select,
.ib4 .input-group-lg > .input-group-prepend > .input-group-text,
.ib4 .input-group-lg > .input-group-append > .input-group-text,
.ib4 .input-group-lg > .input-group-prepend > .btn,
.ib4 .input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.ib4 .input-group-sm > .form-control:not(textarea),
.ib4 .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.ib4 .input-group-sm > .form-control,
.ib4 .input-group-sm > .custom-select,
.ib4 .input-group-sm > .input-group-prepend > .input-group-text,
.ib4 .input-group-sm > .input-group-append > .input-group-text,
.ib4 .input-group-sm > .input-group-prepend > .btn,
.ib4 .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.ib4 .input-group-lg > .custom-select,
.ib4 .input-group-sm > .custom-select {
  padding-right: 1.625rem; }

.ib4 .input-group > .input-group-prepend > .btn,
.ib4 .input-group > .input-group-prepend > .input-group-text,
.ib4 .input-group > .input-group-append:not(:last-child) > .btn,
.ib4 .input-group > .input-group-append:not(:last-child) > .input-group-text,
.ib4 .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ib4 .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ib4 .input-group > .input-group-append > .btn,
.ib4 .input-group > .input-group-append > .input-group-text,
.ib4 .input-group > .input-group-prepend:not(:first-child) > .btn,
.ib4 .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.ib4 .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.ib4 .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ib4 .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.ib4 .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.ib4 .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .ib4 .custom-control-input:checked ~ .custom-control-label::before {
    color: #007944;
    border-color: #007944;
    background-color: #007944;
    box-shadow: none; }
  .ib4 .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 #1a79c6; }
  .ib4 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: transparent; }
  .ib4 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #007944;
    background-color: #007944;
    border-color: #007944;
    box-shadow: none; }
  .ib4 .custom-control-input[disabled] ~ .custom-control-label, .ib4 .custom-control-input:disabled ~ .custom-control-label {
    color: #383838; }
    .ib4 .custom-control-input[disabled] ~ .custom-control-label::before, .ib4 .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #eee; }

.ib4 .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .ib4 .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #cbcccc solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .ib4 .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.ib4 .custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.ib4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007944' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.ib4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00884e;
  background-color: #00884e;
  box-shadow: none; }

.ib4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23007944' d='M0 2h4'/%3e%3c/svg%3e"); }

.ib4 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 136, 78, 0.5); }

.ib4 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 136, 78, 0.5); }

.ib4 .custom-radio .custom-control-label::before {
  border-radius: 50%; }

.ib4 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23007944'/%3e%3c/svg%3e"); }

.ib4 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 136, 78, 0.5); }

.ib4 .custom-switch {
  padding-left: 3.625rem; }
  .ib4 .custom-switch .custom-control-label::before {
    left: -3.625rem;
    width: 3.125rem;
    pointer-events: all;
    border-radius: 1rem; }
  .ib4 .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-3.625rem + 2px);
    width: 1.875rem;
    height: 1.875rem;
    background-color: #cbcccc;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .ib4 .custom-switch .custom-control-label::after {
        transition: none; } }
  .ib4 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(2.125rem);
            transform: translateX(2.125rem); }
  .ib4 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 136, 78, 0.5); }

.ib4 .custom-select {
  display: inline-block;
  width: 100%;
  height: 2.75rem;
  padding: 0.625rem 1.625rem 0.625rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #383838;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.625rem center/8px 10px;
  border: 1px solid #cbcccc;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .ib4 .custom-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 #1a79c6; }
    .ib4 .custom-select:focus::-ms-value {
      color: #383838;
      background-color: #fff; }
  .ib4 .custom-select[multiple], .ib4 .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.625rem;
    background-image: none; }
  .ib4 .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .ib4 .custom-select::-ms-expand {
    display: none; }
  .ib4 .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #383838; }

.ib4 .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  font-size: 0.875rem; }

.ib4 .custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1.125rem; }

.ib4 .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.75rem;
  margin-bottom: 0; }

.ib4 .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.75rem;
  margin: 0;
  opacity: 0; }
  .ib4 .custom-file-input:focus ~ .custom-file-label {
    border-color: transparent;
    box-shadow: 0 0 0 0 #1a79c6; }
  .ib4 .custom-file-input[disabled] ~ .custom-file-label,
  .ib4 .custom-file-input:disabled ~ .custom-file-label {
    background-color: #eee; }
  .ib4 .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .ib4 .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.ib4 .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.75rem;
  padding: 0.625rem 0.625rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #383838;
  background-color: #fff;
  border: 1px solid #cbcccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .ib4 .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.625rem;
    padding: 0.625rem 0.625rem;
    line-height: 1.42857;
    color: #383838;
    content: "Browse";
    background-color: #eee;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.ib4 .custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .ib4 .custom-range:focus {
    outline: none; }
    .ib4 .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0 #1a79c6; }
    .ib4 .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0 #1a79c6; }
    .ib4 .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0 #1a79c6; }
  .ib4 .custom-range::-moz-focus-outer {
    border: 0; }
  .ib4 .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00884e;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .ib4 .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .ib4 .custom-range::-webkit-slider-thumb:active {
      background-color: #3cffac; }
  .ib4 .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .ib4 .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00884e;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .ib4 .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .ib4 .custom-range::-moz-range-thumb:active {
      background-color: #3cffac; }
  .ib4 .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .ib4 .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #00884e;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .ib4 .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .ib4 .custom-range::-ms-thumb:active {
      background-color: #3cffac; }
  .ib4 .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .ib4 .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .ib4 .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .ib4 .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .ib4 .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .ib4 .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .ib4 .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .ib4 .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.ib4 .custom-control-label::before,
.ib4 .custom-file-label,
.ib4 .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .ib4 .custom-control-label::before,
    .ib4 .custom-file-label,
    .ib4 .custom-select {
      transition: none; } }

.ib4 .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.ib4 .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none; }
  .ib4 .nav-link:hover, .ib4 .nav-link:focus {
    text-decoration: none; }
  .ib4 .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.ib4 .nav-tabs {
  border-bottom: 0 solid #dee2e6; }
  .ib4 .nav-tabs .nav-item {
    margin-bottom: 0; }
  .ib4 .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .ib4 .nav-tabs .nav-link:hover, .ib4 .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .ib4 .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .ib4 .nav-tabs .nav-link.active,
  .ib4 .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .ib4 .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.ib4 .nav-pills .nav-link {
  border-radius: 0.25rem; }

.ib4 .nav-pills .nav-link.active,
.ib4 .nav-pills .show > .nav-link {
  color: #007944;
  background-color: #00884e; }

.ib4 .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.ib4 .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.ib4 .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .ib4 .navbar .container,
  .ib4 .navbar .container-fluid, .ib4 .navbar > .container-md, .ib4 .navbar > .container-lg, .ib4 .navbar > .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.ib4 .navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  .ib4 .navbar-brand:hover, .ib4 .navbar-brand:focus {
    text-decoration: none; }

.ib4 .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .ib4 .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .ib4 .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.ib4 .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.ib4 .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.ib4 .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .ib4 .navbar-toggler:hover, .ib4 .navbar-toggler:focus {
    text-decoration: none; }

.ib4 .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 767.98px) {
  .ib4 .navbar-expand-sm > .container,
  .ib4 .navbar-expand-sm > .container-fluid, .ib4 .navbar-expand-sm > .container-md, .ib4 .navbar-expand-sm > .container-lg, .ib4 .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .ib4 .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .ib4 .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .ib4 .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .ib4 .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .ib4 .navbar-expand-sm > .container,
    .ib4 .navbar-expand-sm > .container-fluid, .ib4 .navbar-expand-sm > .container-md, .ib4 .navbar-expand-sm > .container-lg, .ib4 .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .ib4 .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .ib4 .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .ib4 .navbar-expand-md > .container,
  .ib4 .navbar-expand-md > .container-fluid, .ib4 .navbar-expand-md > .container-md, .ib4 .navbar-expand-md > .container-lg, .ib4 .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .ib4 .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .ib4 .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .ib4 .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .ib4 .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .ib4 .navbar-expand-md > .container,
    .ib4 .navbar-expand-md > .container-fluid, .ib4 .navbar-expand-md > .container-md, .ib4 .navbar-expand-md > .container-lg, .ib4 .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .ib4 .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .ib4 .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .ib4 .navbar-expand-lg > .container,
  .ib4 .navbar-expand-lg > .container-fluid, .ib4 .navbar-expand-lg > .container-md, .ib4 .navbar-expand-lg > .container-lg, .ib4 .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .ib4 .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .ib4 .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .ib4 .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .ib4 .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .ib4 .navbar-expand-lg > .container,
    .ib4 .navbar-expand-lg > .container-fluid, .ib4 .navbar-expand-lg > .container-md, .ib4 .navbar-expand-lg > .container-lg, .ib4 .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .ib4 .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .ib4 .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .ib4 .navbar-expand-xl > .container,
  .ib4 .navbar-expand-xl > .container-fluid, .ib4 .navbar-expand-xl > .container-md, .ib4 .navbar-expand-xl > .container-lg, .ib4 .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .ib4 .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .ib4 .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .ib4 .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .ib4 .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .ib4 .navbar-expand-xl > .container,
    .ib4 .navbar-expand-xl > .container-fluid, .ib4 .navbar-expand-xl > .container-md, .ib4 .navbar-expand-xl > .container-lg, .ib4 .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .ib4 .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .ib4 .navbar-expand-xl .navbar-toggler {
      display: none; } }

.ib4 .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .ib4 .navbar-expand > .container,
  .ib4 .navbar-expand > .container-fluid, .ib4 .navbar-expand > .container-md, .ib4 .navbar-expand > .container-lg, .ib4 .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .ib4 .navbar-expand .navbar-nav {
    flex-direction: row; }
    .ib4 .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .ib4 .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .ib4 .navbar-expand > .container,
  .ib4 .navbar-expand > .container-fluid, .ib4 .navbar-expand > .container-md, .ib4 .navbar-expand > .container-lg, .ib4 .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .ib4 .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .ib4 .navbar-expand .navbar-toggler {
    display: none; }

.ib4 .navbar-light .navbar-brand {
  color: #000; }
  .ib4 .navbar-light .navbar-brand:hover, .ib4 .navbar-light .navbar-brand:focus {
    color: #000; }

.ib4 .navbar-light .navbar-nav .nav-link {
  color: #383838; }
  .ib4 .navbar-light .navbar-nav .nav-link:hover, .ib4 .navbar-light .navbar-nav .nav-link:focus {
    color: #000; }
  .ib4 .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(56, 56, 56, 0.3); }

.ib4 .navbar-light .navbar-nav .show > .nav-link,
.ib4 .navbar-light .navbar-nav .active > .nav-link,
.ib4 .navbar-light .navbar-nav .nav-link.show,
.ib4 .navbar-light .navbar-nav .nav-link.active {
  color: #000; }

.ib4 .navbar-light .navbar-toggler {
  color: #383838;
  border-color: rgba(0, 0, 0, 0.1); }

.ib4 .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23383838' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.ib4 .navbar-light .navbar-text {
  color: #383838; }
  .ib4 .navbar-light .navbar-text a {
    color: #000; }
    .ib4 .navbar-light .navbar-text a:hover, .ib4 .navbar-light .navbar-text a:focus {
      color: #000; }

.ib4 .navbar-dark .navbar-brand {
  color: #fff; }
  .ib4 .navbar-dark .navbar-brand:hover, .ib4 .navbar-dark .navbar-brand:focus {
    color: #fff; }

.ib4 .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .ib4 .navbar-dark .navbar-nav .nav-link:hover, .ib4 .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .ib4 .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.ib4 .navbar-dark .navbar-nav .show > .nav-link,
.ib4 .navbar-dark .navbar-nav .active > .nav-link,
.ib4 .navbar-dark .navbar-nav .nav-link.show,
.ib4 .navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.ib4 .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.ib4 .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.ib4 .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .ib4 .navbar-dark .navbar-text a {
    color: #fff; }
    .ib4 .navbar-dark .navbar-text a:hover, .ib4 .navbar-dark .navbar-text a:focus {
      color: #fff; }

.ib4 .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #cbcccc;
  border-radius: 0.25rem; }
  .ib4 .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .ib4 .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .ib4 .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .ib4 .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }

.ib4 .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem; }

.ib4 .card-title {
  margin-bottom: 1rem; }

.ib4 .card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0; }

.ib4 .card-text:last-child {
  margin-bottom: 0; }

.ib4 .card-link:hover {
  text-decoration: none; }

.ib4 .card-link + .card-link {
  margin-left: 1rem; }

.ib4 .card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #cbcccc; }
  .ib4 .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .ib4 .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.ib4 .card-footer {
  padding: 1rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #cbcccc; }
  .ib4 .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.ib4 .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.ib4 .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.ib4 .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.ib4 .card-img,
.ib4 .card-img-top,
.ib4 .card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.ib4 .card-img,
.ib4 .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.ib4 .card-img,
.ib4 .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.ib4 .card-deck .card {
  margin-bottom: 6px; }

@media (min-width: 768px) {
  .ib4 .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -6px;
    margin-left: -6px; }
    .ib4 .card-deck .card {
      flex: 1 0 0%;
      margin-right: 6px;
      margin-bottom: 0;
      margin-left: 6px; } }

.ib4 .card-group > .card {
  margin-bottom: 6px; }

@media (min-width: 768px) {
  .ib4 .card-group {
    display: flex;
    flex-flow: row wrap; }
    .ib4 .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .ib4 .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .ib4 .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .ib4 .card-group > .card:not(:last-child) .card-img-top,
        .ib4 .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .ib4 .card-group > .card:not(:last-child) .card-img-bottom,
        .ib4 .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .ib4 .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .ib4 .card-group > .card:not(:first-child) .card-img-top,
        .ib4 .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .ib4 .card-group > .card:not(:first-child) .card-img-bottom,
        .ib4 .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.ib4 .card-columns .card {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .ib4 .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .ib4 .card-columns .card {
      display: inline-block;
      width: 100%; } }

.ib4 .accordion > .card {
  overflow: hidden; }
  .ib4 .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .ib4 .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .ib4 .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.ib4 .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }

.ib4 .breadcrumb-item {
  display: flex; }
  .ib4 .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.25rem; }
    .ib4 .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.25rem;
      color: #cbcccc;
      content: ">"; }
  .ib4 .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .ib4 .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .ib4 .breadcrumb-item.active {
    color: #383838; }

.ib4 .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.ib4 .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #383838;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #dee2e6; }
  .ib4 .page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: #dee2e6; }
  .ib4 .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0 #1a79c6; }

.ib4 .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.ib4 .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.ib4 .page-item.active .page-link {
  z-index: 3;
  color: #007944;
  background-color: transparent;
  border-color: transparent; }

.ib4 .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6; }

.ib4 .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5; }

.ib4 .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.ib4 .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.ib4 .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.ib4 .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.ib4 .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.ib4 .badge {
  display: inline-block;
  padding: 0.25em 0.3125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.625rem;
  transition: "none"; }
  a.ib4 .badge:hover, a.ib4 .badge:focus {
    text-decoration: none; }
  .ib4 .badge:empty {
    display: none; }

.ib4 .btn .badge {
  position: relative;
  top: -1px; }

.ib4 .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.ib4 .badge-primary {
  color: #fff;
  background-color: #00884e; }
  a.ib4 .badge-primary:hover, a.ib4 .badge-primary:focus {
    color: #fff;
    background-color: #005531; }
  a.ib4 .badge-primary:focus, a.ib4 .badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 136, 78, 0.5); }

.ib4 .badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.ib4 .badge-secondary:hover, a.ib4 .badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.ib4 .badge-secondary:focus, a.ib4 .badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }

.ib4 .badge-success {
  color: #fff;
  background-color: #007944; }
  a.ib4 .badge-success:hover, a.ib4 .badge-success:focus {
    color: #fff;
    background-color: #004627; }
  a.ib4 .badge-success:focus, a.ib4 .badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 121, 68, 0.5); }

.ib4 .badge-info {
  color: #fff;
  background-color: #07699d; }
  a.ib4 .badge-info:hover, a.ib4 .badge-info:focus {
    color: #fff;
    background-color: #05486c; }
  a.ib4 .badge-info:focus, a.ib4 .badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(7, 105, 157, 0.5); }

.ib4 .badge-warning {
  color: #212529;
  background-color: #ed8f07; }
  a.ib4 .badge-warning:hover, a.ib4 .badge-warning:focus {
    color: #212529;
    background-color: #bb7106; }
  a.ib4 .badge-warning:focus, a.ib4 .badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(237, 143, 7, 0.5); }

.ib4 .badge-danger {
  color: #fff;
  background-color: #c00; }
  a.ib4 .badge-danger:hover, a.ib4 .badge-danger:focus {
    color: #fff;
    background-color: #990000; }
  a.ib4 .badge-danger:focus, a.ib4 .badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.5); }

.ib4 .badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.ib4 .badge-light:hover, a.ib4 .badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.ib4 .badge-light:focus, a.ib4 .badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.ib4 .badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.ib4 .badge-dark:hover, a.ib4 .badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.ib4 .badge-dark:focus, a.ib4 .badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }

.ib4 .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 0.125rem solid transparent;
  border-radius: 0; }

.ib4 .alert-heading {
  color: inherit; }

.ib4 .alert-link {
  font-weight: 700; }

.ib4 .alert-dismissible {
  padding-right: 3.5rem; }
  .ib4 .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit; }

.ib4 .alert-primary {
  color: #004729;
  background-color: #f5faf8;
  border-color: #00884e; }
  .ib4 .alert-primary hr {
    border-top-color: #006f3f; }
  .ib4 .alert-primary .alert-link {
    color: #00140c; }

.ib4 .alert-secondary {
  color: #383d41;
  background-color: #f9f9fa;
  border-color: #6c757d; }
  .ib4 .alert-secondary hr {
    border-top-color: #60686f; }
  .ib4 .alert-secondary .alert-link {
    color: #202326; }

.ib4 .alert-success {
  color: #003f23;
  background-color: #f5faf8;
  border-color: #007944; }
  .ib4 .alert-success hr {
    border-top-color: #005f36; }
  .ib4 .alert-success .alert-link {
    color: #000c07; }

.ib4 .alert-info {
  color: #043752;
  background-color: #f5f9fb;
  border-color: #07699d; }
  .ib4 .alert-info hr {
    border-top-color: #065985; }
  .ib4 .alert-info .alert-link {
    color: #021621; }

.ib4 .alert-warning {
  color: #7b4a04;
  background-color: #fefbf5;
  border-color: #ed8f07; }
  .ib4 .alert-warning hr {
    border-top-color: #d48006; }
  .ib4 .alert-warning .alert-link {
    color: #4a2c02; }

.ib4 .alert-danger {
  color: #6a0000;
  background-color: #fdf5f5;
  border-color: #cc0000; }
  .ib4 .alert-danger hr {
    border-top-color: #b30000; }
  .ib4 .alert-danger .alert-link {
    color: #370000; }

.ib4 .alert-light {
  color: #818182;
  background-color: white;
  border-color: #f8f9fa; }
  .ib4 .alert-light hr {
    border-top-color: #e9ecef; }
  .ib4 .alert-light .alert-link {
    color: #686868; }

.ib4 .alert-dark {
  color: #1b1e21;
  background-color: #f7f7f7;
  border-color: #343a40; }
  .ib4 .alert-dark hr {
    border-top-color: #292d32; }
  .ib4 .alert-dark .alert-link {
    color: #040405; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.ib4 .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.ib4 .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00884e;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .ib4 .progress-bar {
      transition: none; } }

.ib4 .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: 1rem 1rem; }

.ib4 .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .ib4 .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.ib4 .media {
  display: flex;
  align-items: flex-start; }

.ib4 .media-body {
  flex: 1; }

.ib4 .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.ib4 .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .ib4 .list-group-item-action:hover, .ib4 .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .ib4 .list-group-item-action:active {
    color: #383838;
    background-color: #e9ecef; }

.ib4 .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .ib4 .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .ib4 .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .ib4 .list-group-item.disabled, .ib4 .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .ib4 .list-group-item.active {
    z-index: 2;
    color: #007944;
    background-color: #00884e;
    border-color: #00884e; }
  .ib4 .list-group-item + .ib4 .list-group-item {
    border-top-width: 0; }
    .ib4 .list-group-item + .ib4 .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.ib4 .list-group-horizontal {
  flex-direction: row; }
  .ib4 .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .ib4 .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .ib4 .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .ib4 .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .ib4 .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 768px) {
  .ib4 .list-group-horizontal-sm {
    flex-direction: row; }
    .ib4 .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .ib4 .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .ib4 .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .ib4 .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .ib4 .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .ib4 .list-group-horizontal-md {
    flex-direction: row; }
    .ib4 .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .ib4 .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .ib4 .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .ib4 .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .ib4 .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .ib4 .list-group-horizontal-lg {
    flex-direction: row; }
    .ib4 .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .ib4 .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .ib4 .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .ib4 .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .ib4 .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1440px) {
  .ib4 .list-group-horizontal-xl {
    flex-direction: row; }
    .ib4 .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .ib4 .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .ib4 .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .ib4 .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .ib4 .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.ib4 .list-group-flush {
  border-radius: 0; }
  .ib4 .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .ib4 .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.ib4 .list-group-item-primary {
  color: #004729;
  background-color: #b8decd; }
  .ib4 .list-group-item-primary.list-group-item-action:hover, .ib4 .list-group-item-primary.list-group-item-action:focus {
    color: #004729;
    background-color: #a7d6c1; }
  .ib4 .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004729;
    border-color: #004729; }

.ib4 .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .ib4 .list-group-item-secondary.list-group-item-action:hover, .ib4 .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .ib4 .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.ib4 .list-group-item-success {
  color: #003f23;
  background-color: #b8d9cb; }
  .ib4 .list-group-item-success.list-group-item-action:hover, .ib4 .list-group-item-success.list-group-item-action:focus {
    color: #003f23;
    background-color: #a7d0bf; }
  .ib4 .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #003f23;
    border-color: #003f23; }

.ib4 .list-group-item-info {
  color: #043752;
  background-color: #bad5e4; }
  .ib4 .list-group-item-info.list-group-item-action:hover, .ib4 .list-group-item-info.list-group-item-action:focus {
    color: #043752;
    background-color: #a8cadd; }
  .ib4 .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #043752;
    border-color: #043752; }

.ib4 .list-group-item-warning {
  color: #7b4a04;
  background-color: #fae0ba; }
  .ib4 .list-group-item-warning.list-group-item-action:hover, .ib4 .list-group-item-warning.list-group-item-action:focus {
    color: #7b4a04;
    background-color: #f8d5a2; }
  .ib4 .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7b4a04;
    border-color: #7b4a04; }

.ib4 .list-group-item-danger {
  color: #6a0000;
  background-color: #f1b8b8; }
  .ib4 .list-group-item-danger.list-group-item-action:hover, .ib4 .list-group-item-danger.list-group-item-action:focus {
    color: #6a0000;
    background-color: #eda3a3; }
  .ib4 .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6a0000;
    border-color: #6a0000; }

.ib4 .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .ib4 .list-group-item-light.list-group-item-action:hover, .ib4 .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf5; }
  .ib4 .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.ib4 .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .ib4 .list-group-item-dark.list-group-item-action:hover, .ib4 .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .ib4 .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.ib4 .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #383838;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .ib4 .close:hover {
    color: #383838;
    text-decoration: none; }
  .ib4 .close:not(:disabled):not(.disabled):hover, .ib4 .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

.ib4 button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

.ib4 a.close.disabled {
  pointer-events: none; }

.ib4 .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .ib4 .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .ib4 .toast.showing {
    opacity: 1; }
  .ib4 .toast.show {
    display: block;
    opacity: 1; }
  .ib4 .toast.hide {
    display: none; }

.ib4 .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.ib4 .toast-body {
  padding: 0.75rem; }

.ib4 .modal-open {
  overflow: hidden; }
  .ib4 .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.ib4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.ib4 .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .ib4 .modal-dialog {
    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;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .ib4 .modal-dialog {
        transition: none; } }
  .modal.show .ib4 .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .ib4 .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.ib4 .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .ib4 .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .ib4 .modal-dialog-scrollable .modal-header,
  .ib4 .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .ib4 .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.ib4 .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .ib4 .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .ib4 .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .ib4 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .ib4 .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.ib4 .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbcccc;
  border-radius: 1px;
  box-shadow: 0 3px 10px #595959;
  outline: 0; }

.ib4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .ib4 .modal-backdrop.fade {
    opacity: 0; }
  .ib4 .modal-backdrop.show {
    opacity: 0.5; }

.ib4 .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0.125rem solid #dee2e6;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
  .ib4 .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.ib4 .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.ib4 .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.ib4 .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
  .ib4 .modal-footer > * {
    margin: 0.25rem; }

.ib4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .ib4 .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto; }
  .ib4 .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .ib4 .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .ib4 .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .ib4 .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .ib4 .modal-content {
    box-shadow: 0 3px 10px #595959; }
  .ib4 .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .ib4 .modal-lg,
  .ib4 .modal-xl {
    max-width: 800px; } }

@media (min-width: 1440px) {
  .ib4 .modal-xl {
    max-width: 1140px; } }

.ib4 .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0; }
  .ib4 .tooltip.show {
    opacity: 1; }
  .ib4 .tooltip .arrow {
    position: absolute;
    display: block;
    width: 1.875rem;
    height: 0.9375rem; }
    .ib4 .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.ib4 .bs-tooltip-top, .ib4 .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.9375rem 0; }
  .ib4 .bs-tooltip-top .arrow, .ib4 .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .ib4 .bs-tooltip-top .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.9375rem 0.9375rem 0;
      border-top-color: #fff; }

.ib4 .bs-tooltip-right, .ib4 .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.9375rem; }
  .ib4 .bs-tooltip-right .arrow, .ib4 .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.9375rem;
    height: 1.875rem; }
    .ib4 .bs-tooltip-right .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.9375rem 0.9375rem 0.9375rem 0;
      border-right-color: #fff; }

.ib4 .bs-tooltip-bottom, .ib4 .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.9375rem 0; }
  .ib4 .bs-tooltip-bottom .arrow, .ib4 .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .ib4 .bs-tooltip-bottom .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.9375rem 0.9375rem;
      border-bottom-color: #fff; }

.ib4 .bs-tooltip-left, .ib4 .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.9375rem; }
  .ib4 .bs-tooltip-left .arrow, .ib4 .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.9375rem;
    height: 1.875rem; }
    .ib4 .bs-tooltip-left .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.9375rem 0 0.9375rem 0.9375rem;
      border-left-color: #fff; }

.ib4 .tooltip-inner {
  max-width: 31.25rem;
  padding: 1rem 1rem;
  color: #383838;
  text-align: center;
  background-color: #fff;
  border-radius: 0; }

.ib4 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 31.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 0.1875rem 0.375rem 0 #d5d5d5; }
  .ib4 .popover .arrow {
    position: absolute;
    display: block;
    width: 1.875rem;
    height: 0.9375rem;
    margin: 0 0; }
    .ib4 .popover .arrow::before, .ib4 .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.ib4 .bs-popover-top, .ib4 .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.9375rem; }
  .ib4 .bs-popover-top > .arrow, .ib4 .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.9375rem - 1px); }
    .ib4 .bs-popover-top > .arrow::before, .ib4 .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.9375rem 0.9375rem 0;
      border-top-color: #ddd; }
    .ib4 .bs-popover-top > .arrow::after, .ib4 .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.9375rem 0.9375rem 0;
      border-top-color: #fff; }

.ib4 .bs-popover-right, .ib4 .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.9375rem; }
  .ib4 .bs-popover-right > .arrow, .ib4 .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.9375rem - 1px);
    width: 0.9375rem;
    height: 1.875rem;
    margin: 0 0; }
    .ib4 .bs-popover-right > .arrow::before, .ib4 .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.9375rem 0.9375rem 0.9375rem 0;
      border-right-color: #ddd; }
    .ib4 .bs-popover-right > .arrow::after, .ib4 .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.9375rem 0.9375rem 0.9375rem 0;
      border-right-color: #fff; }

.ib4 .bs-popover-bottom, .ib4 .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.9375rem; }
  .ib4 .bs-popover-bottom > .arrow, .ib4 .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.9375rem - 1px); }
    .ib4 .bs-popover-bottom > .arrow::before, .ib4 .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.9375rem 0.9375rem 0.9375rem;
      border-bottom-color: #ddd; }
    .ib4 .bs-popover-bottom > .arrow::after, .ib4 .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.9375rem 0.9375rem 0.9375rem;
      border-bottom-color: #fff; }
  .ib4 .bs-popover-bottom .popover-header::before, .ib4 .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1.875rem;
    margin-left: -0.9375rem;
    content: "";
    border-bottom: 1px solid #fff; }

.ib4 .bs-popover-left, .ib4 .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.9375rem; }
  .ib4 .bs-popover-left > .arrow, .ib4 .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.9375rem - 1px);
    width: 0.9375rem;
    height: 1.875rem;
    margin: 0 0; }
    .ib4 .bs-popover-left > .arrow::before, .ib4 .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.9375rem 0 0.9375rem 0.9375rem;
      border-left-color: #ddd; }
    .ib4 .bs-popover-left > .arrow::after, .ib4 .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.9375rem 0 0.9375rem 0.9375rem;
      border-left-color: #fff; }

.ib4 .popover-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .ib4 .popover-header:empty {
    display: none; }

.ib4 .popover-body {
  padding: 1rem 1rem;
  color: #383838; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ib4 .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.ib4 .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.ib4 .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.ib4 .spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.ib4 .align-baseline {
  vertical-align: baseline !important; }

.ib4 .align-top {
  vertical-align: top !important; }

.ib4 .align-middle {
  vertical-align: middle !important; }

.ib4 .align-bottom {
  vertical-align: bottom !important; }

.ib4 .align-text-bottom {
  vertical-align: text-bottom !important; }

.ib4 .align-text-top {
  vertical-align: text-top !important; }

.ib4 .bg-primary {
  background-color: #00884e !important; }

.ib4 a.bg-primary:hover, .ib4 a.bg-primary:focus,
.ib4 button.bg-primary:hover,
.ib4 button.bg-primary:focus {
  background-color: #005531 !important; }

.ib4 .bg-secondary {
  background-color: #6c757d !important; }

.ib4 a.bg-secondary:hover, .ib4 a.bg-secondary:focus,
.ib4 button.bg-secondary:hover,
.ib4 button.bg-secondary:focus {
  background-color: #545b62 !important; }

.ib4 .bg-success {
  background-color: #007944 !important; }

.ib4 a.bg-success:hover, .ib4 a.bg-success:focus,
.ib4 button.bg-success:hover,
.ib4 button.bg-success:focus {
  background-color: #004627 !important; }

.ib4 .bg-info {
  background-color: #07699d !important; }

.ib4 a.bg-info:hover, .ib4 a.bg-info:focus,
.ib4 button.bg-info:hover,
.ib4 button.bg-info:focus {
  background-color: #05486c !important; }

.ib4 .bg-warning {
  background-color: #ed8f07 !important; }

.ib4 a.bg-warning:hover, .ib4 a.bg-warning:focus,
.ib4 button.bg-warning:hover,
.ib4 button.bg-warning:focus {
  background-color: #bb7106 !important; }

.ib4 .bg-danger {
  background-color: #c00 !important; }

.ib4 a.bg-danger:hover, .ib4 a.bg-danger:focus,
.ib4 button.bg-danger:hover,
.ib4 button.bg-danger:focus {
  background-color: #990000 !important; }

.ib4 .bg-light {
  background-color: #f8f9fa !important; }

.ib4 a.bg-light:hover, .ib4 a.bg-light:focus,
.ib4 button.bg-light:hover,
.ib4 button.bg-light:focus {
  background-color: #dae0e5 !important; }

.ib4 .bg-dark {
  background-color: #343a40 !important; }

.ib4 a.bg-dark:hover, .ib4 a.bg-dark:focus,
.ib4 button.bg-dark:hover,
.ib4 button.bg-dark:focus {
  background-color: #1d2124 !important; }

.ib4 .bg-white {
  background-color: #fff !important; }

.ib4 .bg-transparent {
  background-color: transparent !important; }

.ib4 .border {
  border: 1px solid #dee2e6 !important; }

.ib4 .border-top {
  border-top: 1px solid #dee2e6 !important; }

.ib4 .border-right {
  border-right: 1px solid #dee2e6 !important; }

.ib4 .border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.ib4 .border-left {
  border-left: 1px solid #dee2e6 !important; }

.ib4 .border-0 {
  border: 0 !important; }

.ib4 .border-top-0 {
  border-top: 0 !important; }

.ib4 .border-right-0 {
  border-right: 0 !important; }

.ib4 .border-bottom-0 {
  border-bottom: 0 !important; }

.ib4 .border-left-0 {
  border-left: 0 !important; }

.ib4 .border-primary {
  border-color: #00884e !important; }

.ib4 .border-secondary {
  border-color: #6c757d !important; }

.ib4 .border-success {
  border-color: #007944 !important; }

.ib4 .border-info {
  border-color: #07699d !important; }

.ib4 .border-warning {
  border-color: #ed8f07 !important; }

.ib4 .border-danger {
  border-color: #c00 !important; }

.ib4 .border-light {
  border-color: #f8f9fa !important; }

.ib4 .border-dark {
  border-color: #343a40 !important; }

.ib4 .border-white {
  border-color: #fff !important; }

.ib4 .rounded-sm {
  border-radius: 0.2rem !important; }

.ib4 .rounded {
  border-radius: 0.25rem !important; }

.ib4 .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.ib4 .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.ib4 .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.ib4 .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.ib4 .rounded-lg {
  border-radius: 0.3rem !important; }

.ib4 .rounded-circle {
  border-radius: 50% !important; }

.ib4 .rounded-pill {
  border-radius: 50rem !important; }

.ib4 .rounded-0 {
  border-radius: 0 !important; }

.ib4 .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.ib4 .d-none {
  display: none !important; }

.ib4 .d-inline {
  display: inline !important; }

.ib4 .d-inline-block {
  display: inline-block !important; }

.ib4 .d-block {
  display: block !important; }

.ib4 .d-table {
  display: table !important; }

.ib4 .d-table-row {
  display: table-row !important; }

.ib4 .d-table-cell {
  display: table-cell !important; }

.ib4 .d-flex {
  display: flex !important; }

.ib4 .d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 768px) {
  .ib4 .d-sm-none {
    display: none !important; }
  .ib4 .d-sm-inline {
    display: inline !important; }
  .ib4 .d-sm-inline-block {
    display: inline-block !important; }
  .ib4 .d-sm-block {
    display: block !important; }
  .ib4 .d-sm-table {
    display: table !important; }
  .ib4 .d-sm-table-row {
    display: table-row !important; }
  .ib4 .d-sm-table-cell {
    display: table-cell !important; }
  .ib4 .d-sm-flex {
    display: flex !important; }
  .ib4 .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .ib4 .d-md-none {
    display: none !important; }
  .ib4 .d-md-inline {
    display: inline !important; }
  .ib4 .d-md-inline-block {
    display: inline-block !important; }
  .ib4 .d-md-block {
    display: block !important; }
  .ib4 .d-md-table {
    display: table !important; }
  .ib4 .d-md-table-row {
    display: table-row !important; }
  .ib4 .d-md-table-cell {
    display: table-cell !important; }
  .ib4 .d-md-flex {
    display: flex !important; }
  .ib4 .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .ib4 .d-lg-none {
    display: none !important; }
  .ib4 .d-lg-inline {
    display: inline !important; }
  .ib4 .d-lg-inline-block {
    display: inline-block !important; }
  .ib4 .d-lg-block {
    display: block !important; }
  .ib4 .d-lg-table {
    display: table !important; }
  .ib4 .d-lg-table-row {
    display: table-row !important; }
  .ib4 .d-lg-table-cell {
    display: table-cell !important; }
  .ib4 .d-lg-flex {
    display: flex !important; }
  .ib4 .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .ib4 .d-xl-none {
    display: none !important; }
  .ib4 .d-xl-inline {
    display: inline !important; }
  .ib4 .d-xl-inline-block {
    display: inline-block !important; }
  .ib4 .d-xl-block {
    display: block !important; }
  .ib4 .d-xl-table {
    display: table !important; }
  .ib4 .d-xl-table-row {
    display: table-row !important; }
  .ib4 .d-xl-table-cell {
    display: table-cell !important; }
  .ib4 .d-xl-flex {
    display: flex !important; }
  .ib4 .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .ib4 .d-print-none {
    display: none !important; }
  .ib4 .d-print-inline {
    display: inline !important; }
  .ib4 .d-print-inline-block {
    display: inline-block !important; }
  .ib4 .d-print-block {
    display: block !important; }
  .ib4 .d-print-table {
    display: table !important; }
  .ib4 .d-print-table-row {
    display: table-row !important; }
  .ib4 .d-print-table-cell {
    display: table-cell !important; }
  .ib4 .d-print-flex {
    display: flex !important; }
  .ib4 .d-print-inline-flex {
    display: inline-flex !important; } }

.ib4 .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .ib4 .embed-responsive::before {
    display: block;
    content: ""; }
  .ib4 .embed-responsive .embed-responsive-item,
  .ib4 .embed-responsive iframe,
  .ib4 .embed-responsive embed,
  .ib4 .embed-responsive object,
  .ib4 .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.ib4 .embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.ib4 .embed-responsive-16by9::before {
  padding-top: 56.25%; }

.ib4 .embed-responsive-4by3::before {
  padding-top: 75%; }

.ib4 .embed-responsive-1by1::before {
  padding-top: 100%; }

.ib4 .flex-row {
  flex-direction: row !important; }

.ib4 .flex-column {
  flex-direction: column !important; }

.ib4 .flex-row-reverse {
  flex-direction: row-reverse !important; }

.ib4 .flex-column-reverse {
  flex-direction: column-reverse !important; }

.ib4 .flex-wrap {
  flex-wrap: wrap !important; }

.ib4 .flex-nowrap {
  flex-wrap: nowrap !important; }

.ib4 .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.ib4 .flex-fill {
  flex: 1 1 auto !important; }

.ib4 .flex-grow-0 {
  flex-grow: 0 !important; }

.ib4 .flex-grow-1 {
  flex-grow: 1 !important; }

.ib4 .flex-shrink-0 {
  flex-shrink: 0 !important; }

.ib4 .flex-shrink-1 {
  flex-shrink: 1 !important; }

.ib4 .justify-content-start {
  justify-content: flex-start !important; }

.ib4 .justify-content-end {
  justify-content: flex-end !important; }

.ib4 .justify-content-center {
  justify-content: center !important; }

.ib4 .justify-content-between {
  justify-content: space-between !important; }

.ib4 .justify-content-around {
  justify-content: space-around !important; }

.ib4 .align-items-start {
  align-items: flex-start !important; }

.ib4 .align-items-end {
  align-items: flex-end !important; }

.ib4 .align-items-center {
  align-items: center !important; }

.ib4 .align-items-baseline {
  align-items: baseline !important; }

.ib4 .align-items-stretch {
  align-items: stretch !important; }

.ib4 .align-content-start {
  align-content: flex-start !important; }

.ib4 .align-content-end {
  align-content: flex-end !important; }

.ib4 .align-content-center {
  align-content: center !important; }

.ib4 .align-content-between {
  align-content: space-between !important; }

.ib4 .align-content-around {
  align-content: space-around !important; }

.ib4 .align-content-stretch {
  align-content: stretch !important; }

.ib4 .align-self-auto {
  align-self: auto !important; }

.ib4 .align-self-start {
  align-self: flex-start !important; }

.ib4 .align-self-end {
  align-self: flex-end !important; }

.ib4 .align-self-center {
  align-self: center !important; }

.ib4 .align-self-baseline {
  align-self: baseline !important; }

.ib4 .align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 768px) {
  .ib4 .flex-sm-row {
    flex-direction: row !important; }
  .ib4 .flex-sm-column {
    flex-direction: column !important; }
  .ib4 .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .ib4 .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .ib4 .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .ib4 .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .ib4 .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .ib4 .flex-sm-fill {
    flex: 1 1 auto !important; }
  .ib4 .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .ib4 .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .ib4 .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .ib4 .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .ib4 .justify-content-sm-start {
    justify-content: flex-start !important; }
  .ib4 .justify-content-sm-end {
    justify-content: flex-end !important; }
  .ib4 .justify-content-sm-center {
    justify-content: center !important; }
  .ib4 .justify-content-sm-between {
    justify-content: space-between !important; }
  .ib4 .justify-content-sm-around {
    justify-content: space-around !important; }
  .ib4 .align-items-sm-start {
    align-items: flex-start !important; }
  .ib4 .align-items-sm-end {
    align-items: flex-end !important; }
  .ib4 .align-items-sm-center {
    align-items: center !important; }
  .ib4 .align-items-sm-baseline {
    align-items: baseline !important; }
  .ib4 .align-items-sm-stretch {
    align-items: stretch !important; }
  .ib4 .align-content-sm-start {
    align-content: flex-start !important; }
  .ib4 .align-content-sm-end {
    align-content: flex-end !important; }
  .ib4 .align-content-sm-center {
    align-content: center !important; }
  .ib4 .align-content-sm-between {
    align-content: space-between !important; }
  .ib4 .align-content-sm-around {
    align-content: space-around !important; }
  .ib4 .align-content-sm-stretch {
    align-content: stretch !important; }
  .ib4 .align-self-sm-auto {
    align-self: auto !important; }
  .ib4 .align-self-sm-start {
    align-self: flex-start !important; }
  .ib4 .align-self-sm-end {
    align-self: flex-end !important; }
  .ib4 .align-self-sm-center {
    align-self: center !important; }
  .ib4 .align-self-sm-baseline {
    align-self: baseline !important; }
  .ib4 .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .ib4 .flex-md-row {
    flex-direction: row !important; }
  .ib4 .flex-md-column {
    flex-direction: column !important; }
  .ib4 .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .ib4 .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .ib4 .flex-md-wrap {
    flex-wrap: wrap !important; }
  .ib4 .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .ib4 .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .ib4 .flex-md-fill {
    flex: 1 1 auto !important; }
  .ib4 .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .ib4 .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .ib4 .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .ib4 .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .ib4 .justify-content-md-start {
    justify-content: flex-start !important; }
  .ib4 .justify-content-md-end {
    justify-content: flex-end !important; }
  .ib4 .justify-content-md-center {
    justify-content: center !important; }
  .ib4 .justify-content-md-between {
    justify-content: space-between !important; }
  .ib4 .justify-content-md-around {
    justify-content: space-around !important; }
  .ib4 .align-items-md-start {
    align-items: flex-start !important; }
  .ib4 .align-items-md-end {
    align-items: flex-end !important; }
  .ib4 .align-items-md-center {
    align-items: center !important; }
  .ib4 .align-items-md-baseline {
    align-items: baseline !important; }
  .ib4 .align-items-md-stretch {
    align-items: stretch !important; }
  .ib4 .align-content-md-start {
    align-content: flex-start !important; }
  .ib4 .align-content-md-end {
    align-content: flex-end !important; }
  .ib4 .align-content-md-center {
    align-content: center !important; }
  .ib4 .align-content-md-between {
    align-content: space-between !important; }
  .ib4 .align-content-md-around {
    align-content: space-around !important; }
  .ib4 .align-content-md-stretch {
    align-content: stretch !important; }
  .ib4 .align-self-md-auto {
    align-self: auto !important; }
  .ib4 .align-self-md-start {
    align-self: flex-start !important; }
  .ib4 .align-self-md-end {
    align-self: flex-end !important; }
  .ib4 .align-self-md-center {
    align-self: center !important; }
  .ib4 .align-self-md-baseline {
    align-self: baseline !important; }
  .ib4 .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .ib4 .flex-lg-row {
    flex-direction: row !important; }
  .ib4 .flex-lg-column {
    flex-direction: column !important; }
  .ib4 .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .ib4 .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .ib4 .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .ib4 .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .ib4 .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .ib4 .flex-lg-fill {
    flex: 1 1 auto !important; }
  .ib4 .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .ib4 .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .ib4 .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .ib4 .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .ib4 .justify-content-lg-start {
    justify-content: flex-start !important; }
  .ib4 .justify-content-lg-end {
    justify-content: flex-end !important; }
  .ib4 .justify-content-lg-center {
    justify-content: center !important; }
  .ib4 .justify-content-lg-between {
    justify-content: space-between !important; }
  .ib4 .justify-content-lg-around {
    justify-content: space-around !important; }
  .ib4 .align-items-lg-start {
    align-items: flex-start !important; }
  .ib4 .align-items-lg-end {
    align-items: flex-end !important; }
  .ib4 .align-items-lg-center {
    align-items: center !important; }
  .ib4 .align-items-lg-baseline {
    align-items: baseline !important; }
  .ib4 .align-items-lg-stretch {
    align-items: stretch !important; }
  .ib4 .align-content-lg-start {
    align-content: flex-start !important; }
  .ib4 .align-content-lg-end {
    align-content: flex-end !important; }
  .ib4 .align-content-lg-center {
    align-content: center !important; }
  .ib4 .align-content-lg-between {
    align-content: space-between !important; }
  .ib4 .align-content-lg-around {
    align-content: space-around !important; }
  .ib4 .align-content-lg-stretch {
    align-content: stretch !important; }
  .ib4 .align-self-lg-auto {
    align-self: auto !important; }
  .ib4 .align-self-lg-start {
    align-self: flex-start !important; }
  .ib4 .align-self-lg-end {
    align-self: flex-end !important; }
  .ib4 .align-self-lg-center {
    align-self: center !important; }
  .ib4 .align-self-lg-baseline {
    align-self: baseline !important; }
  .ib4 .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .ib4 .flex-xl-row {
    flex-direction: row !important; }
  .ib4 .flex-xl-column {
    flex-direction: column !important; }
  .ib4 .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .ib4 .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .ib4 .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .ib4 .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .ib4 .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .ib4 .flex-xl-fill {
    flex: 1 1 auto !important; }
  .ib4 .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .ib4 .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .ib4 .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .ib4 .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .ib4 .justify-content-xl-start {
    justify-content: flex-start !important; }
  .ib4 .justify-content-xl-end {
    justify-content: flex-end !important; }
  .ib4 .justify-content-xl-center {
    justify-content: center !important; }
  .ib4 .justify-content-xl-between {
    justify-content: space-between !important; }
  .ib4 .justify-content-xl-around {
    justify-content: space-around !important; }
  .ib4 .align-items-xl-start {
    align-items: flex-start !important; }
  .ib4 .align-items-xl-end {
    align-items: flex-end !important; }
  .ib4 .align-items-xl-center {
    align-items: center !important; }
  .ib4 .align-items-xl-baseline {
    align-items: baseline !important; }
  .ib4 .align-items-xl-stretch {
    align-items: stretch !important; }
  .ib4 .align-content-xl-start {
    align-content: flex-start !important; }
  .ib4 .align-content-xl-end {
    align-content: flex-end !important; }
  .ib4 .align-content-xl-center {
    align-content: center !important; }
  .ib4 .align-content-xl-between {
    align-content: space-between !important; }
  .ib4 .align-content-xl-around {
    align-content: space-around !important; }
  .ib4 .align-content-xl-stretch {
    align-content: stretch !important; }
  .ib4 .align-self-xl-auto {
    align-self: auto !important; }
  .ib4 .align-self-xl-start {
    align-self: flex-start !important; }
  .ib4 .align-self-xl-end {
    align-self: flex-end !important; }
  .ib4 .align-self-xl-center {
    align-self: center !important; }
  .ib4 .align-self-xl-baseline {
    align-self: baseline !important; }
  .ib4 .align-self-xl-stretch {
    align-self: stretch !important; } }

.ib4 .float-left {
  float: left !important; }

.ib4 .float-right {
  float: right !important; }

.ib4 .float-none {
  float: none !important; }

@media (min-width: 768px) {
  .ib4 .float-sm-left {
    float: left !important; }
  .ib4 .float-sm-right {
    float: right !important; }
  .ib4 .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .ib4 .float-md-left {
    float: left !important; }
  .ib4 .float-md-right {
    float: right !important; }
  .ib4 .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .ib4 .float-lg-left {
    float: left !important; }
  .ib4 .float-lg-right {
    float: right !important; }
  .ib4 .float-lg-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .ib4 .float-xl-left {
    float: left !important; }
  .ib4 .float-xl-right {
    float: right !important; }
  .ib4 .float-xl-none {
    float: none !important; } }

.ib4 .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.ib4 .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.ib4 .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.ib4 .overflow-auto {
  overflow: auto !important; }

.ib4 .overflow-hidden {
  overflow: hidden !important; }

.ib4 .position-static {
  position: static !important; }

.ib4 .position-relative {
  position: relative !important; }

.ib4 .position-absolute {
  position: absolute !important; }

.ib4 .position-fixed {
  position: fixed !important; }

.ib4 .position-sticky {
  position: sticky !important; }

.ib4 .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.ib4 .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .ib4 .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.ib4 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.ib4 .sr-only-focusable:active, .ib4 .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.ib4 .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.ib4 .shadow {
  box-shadow: 0 0.1875rem 0.375rem 0 #d5d5d5 !important; }

.ib4 .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.ib4 .shadow-none {
  box-shadow: none !important; }

.ib4 .w-25 {
  width: 25% !important; }

.ib4 .w-50 {
  width: 50% !important; }

.ib4 .w-75 {
  width: 75% !important; }

.ib4 .w-100 {
  width: 100% !important; }

.ib4 .w-auto {
  width: auto !important; }

.ib4 .h-25 {
  height: 25% !important; }

.ib4 .h-50 {
  height: 50% !important; }

.ib4 .h-75 {
  height: 75% !important; }

.ib4 .h-100 {
  height: 100% !important; }

.ib4 .h-auto {
  height: auto !important; }

.ib4 .mw-100 {
  max-width: 100% !important; }

.ib4 .mh-100 {
  max-height: 100% !important; }

.ib4 .min-vw-100 {
  min-width: 100vw !important; }

.ib4 .min-vh-100 {
  min-height: 100vh !important; }

.ib4 .vw-100 {
  width: 100vw !important; }

.ib4 .vh-100 {
  height: 100vh !important; }

.ib4 .m-0 {
  margin: 0 !important; }

.ib4 .mt-0,
.ib4 .my-0 {
  margin-top: 0 !important; }

.ib4 .mr-0,
.ib4 .mx-0 {
  margin-right: 0 !important; }

.ib4 .mb-0,
.ib4 .my-0 {
  margin-bottom: 0 !important; }

.ib4 .ml-0,
.ib4 .mx-0 {
  margin-left: 0 !important; }

.ib4 .m-1 {
  margin: 0.25rem !important; }

.ib4 .mt-1,
.ib4 .my-1 {
  margin-top: 0.25rem !important; }

.ib4 .mr-1,
.ib4 .mx-1 {
  margin-right: 0.25rem !important; }

.ib4 .mb-1,
.ib4 .my-1 {
  margin-bottom: 0.25rem !important; }

.ib4 .ml-1,
.ib4 .mx-1 {
  margin-left: 0.25rem !important; }

.ib4 .m-2 {
  margin: 0.5rem !important; }

.ib4 .mt-2,
.ib4 .my-2 {
  margin-top: 0.5rem !important; }

.ib4 .mr-2,
.ib4 .mx-2 {
  margin-right: 0.5rem !important; }

.ib4 .mb-2,
.ib4 .my-2 {
  margin-bottom: 0.5rem !important; }

.ib4 .ml-2,
.ib4 .mx-2 {
  margin-left: 0.5rem !important; }

.ib4 .m-3 {
  margin: 1rem !important; }

.ib4 .mt-3,
.ib4 .my-3 {
  margin-top: 1rem !important; }

.ib4 .mr-3,
.ib4 .mx-3 {
  margin-right: 1rem !important; }

.ib4 .mb-3,
.ib4 .my-3 {
  margin-bottom: 1rem !important; }

.ib4 .ml-3,
.ib4 .mx-3 {
  margin-left: 1rem !important; }

.ib4 .m-4 {
  margin: 1.5rem !important; }

.ib4 .mt-4,
.ib4 .my-4 {
  margin-top: 1.5rem !important; }

.ib4 .mr-4,
.ib4 .mx-4 {
  margin-right: 1.5rem !important; }

.ib4 .mb-4,
.ib4 .my-4 {
  margin-bottom: 1.5rem !important; }

.ib4 .ml-4,
.ib4 .mx-4 {
  margin-left: 1.5rem !important; }

.ib4 .m-5 {
  margin: 3rem !important; }

.ib4 .mt-5,
.ib4 .my-5 {
  margin-top: 3rem !important; }

.ib4 .mr-5,
.ib4 .mx-5 {
  margin-right: 3rem !important; }

.ib4 .mb-5,
.ib4 .my-5 {
  margin-bottom: 3rem !important; }

.ib4 .ml-5,
.ib4 .mx-5 {
  margin-left: 3rem !important; }

.ib4 .p-0 {
  padding: 0 !important; }

.ib4 .pt-0,
.ib4 .py-0 {
  padding-top: 0 !important; }

.ib4 .pr-0,
.ib4 .px-0 {
  padding-right: 0 !important; }

.ib4 .pb-0,
.ib4 .py-0 {
  padding-bottom: 0 !important; }

.ib4 .pl-0,
.ib4 .px-0 {
  padding-left: 0 !important; }

.ib4 .p-1 {
  padding: 0.25rem !important; }

.ib4 .pt-1,
.ib4 .py-1 {
  padding-top: 0.25rem !important; }

.ib4 .pr-1,
.ib4 .px-1 {
  padding-right: 0.25rem !important; }

.ib4 .pb-1,
.ib4 .py-1 {
  padding-bottom: 0.25rem !important; }

.ib4 .pl-1,
.ib4 .px-1 {
  padding-left: 0.25rem !important; }

.ib4 .p-2 {
  padding: 0.5rem !important; }

.ib4 .pt-2,
.ib4 .py-2 {
  padding-top: 0.5rem !important; }

.ib4 .pr-2,
.ib4 .px-2 {
  padding-right: 0.5rem !important; }

.ib4 .pb-2,
.ib4 .py-2 {
  padding-bottom: 0.5rem !important; }

.ib4 .pl-2,
.ib4 .px-2 {
  padding-left: 0.5rem !important; }

.ib4 .p-3 {
  padding: 1rem !important; }

.ib4 .pt-3,
.ib4 .py-3 {
  padding-top: 1rem !important; }

.ib4 .pr-3,
.ib4 .px-3 {
  padding-right: 1rem !important; }

.ib4 .pb-3,
.ib4 .py-3 {
  padding-bottom: 1rem !important; }

.ib4 .pl-3,
.ib4 .px-3 {
  padding-left: 1rem !important; }

.ib4 .p-4 {
  padding: 1.5rem !important; }

.ib4 .pt-4,
.ib4 .py-4 {
  padding-top: 1.5rem !important; }

.ib4 .pr-4,
.ib4 .px-4 {
  padding-right: 1.5rem !important; }

.ib4 .pb-4,
.ib4 .py-4 {
  padding-bottom: 1.5rem !important; }

.ib4 .pl-4,
.ib4 .px-4 {
  padding-left: 1.5rem !important; }

.ib4 .p-5 {
  padding: 3rem !important; }

.ib4 .pt-5,
.ib4 .py-5 {
  padding-top: 3rem !important; }

.ib4 .pr-5,
.ib4 .px-5 {
  padding-right: 3rem !important; }

.ib4 .pb-5,
.ib4 .py-5 {
  padding-bottom: 3rem !important; }

.ib4 .pl-5,
.ib4 .px-5 {
  padding-left: 3rem !important; }

.ib4 .m-n1 {
  margin: -0.25rem !important; }

.ib4 .mt-n1,
.ib4 .my-n1 {
  margin-top: -0.25rem !important; }

.ib4 .mr-n1,
.ib4 .mx-n1 {
  margin-right: -0.25rem !important; }

.ib4 .mb-n1,
.ib4 .my-n1 {
  margin-bottom: -0.25rem !important; }

.ib4 .ml-n1,
.ib4 .mx-n1 {
  margin-left: -0.25rem !important; }

.ib4 .m-n2 {
  margin: -0.5rem !important; }

.ib4 .mt-n2,
.ib4 .my-n2 {
  margin-top: -0.5rem !important; }

.ib4 .mr-n2,
.ib4 .mx-n2 {
  margin-right: -0.5rem !important; }

.ib4 .mb-n2,
.ib4 .my-n2 {
  margin-bottom: -0.5rem !important; }

.ib4 .ml-n2,
.ib4 .mx-n2 {
  margin-left: -0.5rem !important; }

.ib4 .m-n3 {
  margin: -1rem !important; }

.ib4 .mt-n3,
.ib4 .my-n3 {
  margin-top: -1rem !important; }

.ib4 .mr-n3,
.ib4 .mx-n3 {
  margin-right: -1rem !important; }

.ib4 .mb-n3,
.ib4 .my-n3 {
  margin-bottom: -1rem !important; }

.ib4 .ml-n3,
.ib4 .mx-n3 {
  margin-left: -1rem !important; }

.ib4 .m-n4 {
  margin: -1.5rem !important; }

.ib4 .mt-n4,
.ib4 .my-n4 {
  margin-top: -1.5rem !important; }

.ib4 .mr-n4,
.ib4 .mx-n4 {
  margin-right: -1.5rem !important; }

.ib4 .mb-n4,
.ib4 .my-n4 {
  margin-bottom: -1.5rem !important; }

.ib4 .ml-n4,
.ib4 .mx-n4 {
  margin-left: -1.5rem !important; }

.ib4 .m-n5 {
  margin: -3rem !important; }

.ib4 .mt-n5,
.ib4 .my-n5 {
  margin-top: -3rem !important; }

.ib4 .mr-n5,
.ib4 .mx-n5 {
  margin-right: -3rem !important; }

.ib4 .mb-n5,
.ib4 .my-n5 {
  margin-bottom: -3rem !important; }

.ib4 .ml-n5,
.ib4 .mx-n5 {
  margin-left: -3rem !important; }

.ib4 .m-auto {
  margin: auto !important; }

.ib4 .mt-auto,
.ib4 .my-auto {
  margin-top: auto !important; }

.ib4 .mr-auto,
.ib4 .mx-auto {
  margin-right: auto !important; }

.ib4 .mb-auto,
.ib4 .my-auto {
  margin-bottom: auto !important; }

.ib4 .ml-auto,
.ib4 .mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .ib4 .m-sm-0 {
    margin: 0 !important; }
  .ib4 .mt-sm-0,
  .ib4 .my-sm-0 {
    margin-top: 0 !important; }
  .ib4 .mr-sm-0,
  .ib4 .mx-sm-0 {
    margin-right: 0 !important; }
  .ib4 .mb-sm-0,
  .ib4 .my-sm-0 {
    margin-bottom: 0 !important; }
  .ib4 .ml-sm-0,
  .ib4 .mx-sm-0 {
    margin-left: 0 !important; }
  .ib4 .m-sm-1 {
    margin: 0.25rem !important; }
  .ib4 .mt-sm-1,
  .ib4 .my-sm-1 {
    margin-top: 0.25rem !important; }
  .ib4 .mr-sm-1,
  .ib4 .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .ib4 .mb-sm-1,
  .ib4 .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ib4 .ml-sm-1,
  .ib4 .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .ib4 .m-sm-2 {
    margin: 0.5rem !important; }
  .ib4 .mt-sm-2,
  .ib4 .my-sm-2 {
    margin-top: 0.5rem !important; }
  .ib4 .mr-sm-2,
  .ib4 .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .ib4 .mb-sm-2,
  .ib4 .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ib4 .ml-sm-2,
  .ib4 .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .ib4 .m-sm-3 {
    margin: 1rem !important; }
  .ib4 .mt-sm-3,
  .ib4 .my-sm-3 {
    margin-top: 1rem !important; }
  .ib4 .mr-sm-3,
  .ib4 .mx-sm-3 {
    margin-right: 1rem !important; }
  .ib4 .mb-sm-3,
  .ib4 .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ib4 .ml-sm-3,
  .ib4 .mx-sm-3 {
    margin-left: 1rem !important; }
  .ib4 .m-sm-4 {
    margin: 1.5rem !important; }
  .ib4 .mt-sm-4,
  .ib4 .my-sm-4 {
    margin-top: 1.5rem !important; }
  .ib4 .mr-sm-4,
  .ib4 .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .ib4 .mb-sm-4,
  .ib4 .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ib4 .ml-sm-4,
  .ib4 .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .ib4 .m-sm-5 {
    margin: 3rem !important; }
  .ib4 .mt-sm-5,
  .ib4 .my-sm-5 {
    margin-top: 3rem !important; }
  .ib4 .mr-sm-5,
  .ib4 .mx-sm-5 {
    margin-right: 3rem !important; }
  .ib4 .mb-sm-5,
  .ib4 .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ib4 .ml-sm-5,
  .ib4 .mx-sm-5 {
    margin-left: 3rem !important; }
  .ib4 .p-sm-0 {
    padding: 0 !important; }
  .ib4 .pt-sm-0,
  .ib4 .py-sm-0 {
    padding-top: 0 !important; }
  .ib4 .pr-sm-0,
  .ib4 .px-sm-0 {
    padding-right: 0 !important; }
  .ib4 .pb-sm-0,
  .ib4 .py-sm-0 {
    padding-bottom: 0 !important; }
  .ib4 .pl-sm-0,
  .ib4 .px-sm-0 {
    padding-left: 0 !important; }
  .ib4 .p-sm-1 {
    padding: 0.25rem !important; }
  .ib4 .pt-sm-1,
  .ib4 .py-sm-1 {
    padding-top: 0.25rem !important; }
  .ib4 .pr-sm-1,
  .ib4 .px-sm-1 {
    padding-right: 0.25rem !important; }
  .ib4 .pb-sm-1,
  .ib4 .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .ib4 .pl-sm-1,
  .ib4 .px-sm-1 {
    padding-left: 0.25rem !important; }
  .ib4 .p-sm-2 {
    padding: 0.5rem !important; }
  .ib4 .pt-sm-2,
  .ib4 .py-sm-2 {
    padding-top: 0.5rem !important; }
  .ib4 .pr-sm-2,
  .ib4 .px-sm-2 {
    padding-right: 0.5rem !important; }
  .ib4 .pb-sm-2,
  .ib4 .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .ib4 .pl-sm-2,
  .ib4 .px-sm-2 {
    padding-left: 0.5rem !important; }
  .ib4 .p-sm-3 {
    padding: 1rem !important; }
  .ib4 .pt-sm-3,
  .ib4 .py-sm-3 {
    padding-top: 1rem !important; }
  .ib4 .pr-sm-3,
  .ib4 .px-sm-3 {
    padding-right: 1rem !important; }
  .ib4 .pb-sm-3,
  .ib4 .py-sm-3 {
    padding-bottom: 1rem !important; }
  .ib4 .pl-sm-3,
  .ib4 .px-sm-3 {
    padding-left: 1rem !important; }
  .ib4 .p-sm-4 {
    padding: 1.5rem !important; }
  .ib4 .pt-sm-4,
  .ib4 .py-sm-4 {
    padding-top: 1.5rem !important; }
  .ib4 .pr-sm-4,
  .ib4 .px-sm-4 {
    padding-right: 1.5rem !important; }
  .ib4 .pb-sm-4,
  .ib4 .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .ib4 .pl-sm-4,
  .ib4 .px-sm-4 {
    padding-left: 1.5rem !important; }
  .ib4 .p-sm-5 {
    padding: 3rem !important; }
  .ib4 .pt-sm-5,
  .ib4 .py-sm-5 {
    padding-top: 3rem !important; }
  .ib4 .pr-sm-5,
  .ib4 .px-sm-5 {
    padding-right: 3rem !important; }
  .ib4 .pb-sm-5,
  .ib4 .py-sm-5 {
    padding-bottom: 3rem !important; }
  .ib4 .pl-sm-5,
  .ib4 .px-sm-5 {
    padding-left: 3rem !important; }
  .ib4 .m-sm-n1 {
    margin: -0.25rem !important; }
  .ib4 .mt-sm-n1,
  .ib4 .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .ib4 .mr-sm-n1,
  .ib4 .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .ib4 .mb-sm-n1,
  .ib4 .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ib4 .ml-sm-n1,
  .ib4 .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .ib4 .m-sm-n2 {
    margin: -0.5rem !important; }
  .ib4 .mt-sm-n2,
  .ib4 .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .ib4 .mr-sm-n2,
  .ib4 .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .ib4 .mb-sm-n2,
  .ib4 .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ib4 .ml-sm-n2,
  .ib4 .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .ib4 .m-sm-n3 {
    margin: -1rem !important; }
  .ib4 .mt-sm-n3,
  .ib4 .my-sm-n3 {
    margin-top: -1rem !important; }
  .ib4 .mr-sm-n3,
  .ib4 .mx-sm-n3 {
    margin-right: -1rem !important; }
  .ib4 .mb-sm-n3,
  .ib4 .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ib4 .ml-sm-n3,
  .ib4 .mx-sm-n3 {
    margin-left: -1rem !important; }
  .ib4 .m-sm-n4 {
    margin: -1.5rem !important; }
  .ib4 .mt-sm-n4,
  .ib4 .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .ib4 .mr-sm-n4,
  .ib4 .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .ib4 .mb-sm-n4,
  .ib4 .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ib4 .ml-sm-n4,
  .ib4 .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .ib4 .m-sm-n5 {
    margin: -3rem !important; }
  .ib4 .mt-sm-n5,
  .ib4 .my-sm-n5 {
    margin-top: -3rem !important; }
  .ib4 .mr-sm-n5,
  .ib4 .mx-sm-n5 {
    margin-right: -3rem !important; }
  .ib4 .mb-sm-n5,
  .ib4 .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ib4 .ml-sm-n5,
  .ib4 .mx-sm-n5 {
    margin-left: -3rem !important; }
  .ib4 .m-sm-auto {
    margin: auto !important; }
  .ib4 .mt-sm-auto,
  .ib4 .my-sm-auto {
    margin-top: auto !important; }
  .ib4 .mr-sm-auto,
  .ib4 .mx-sm-auto {
    margin-right: auto !important; }
  .ib4 .mb-sm-auto,
  .ib4 .my-sm-auto {
    margin-bottom: auto !important; }
  .ib4 .ml-sm-auto,
  .ib4 .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .ib4 .m-md-0 {
    margin: 0 !important; }
  .ib4 .mt-md-0,
  .ib4 .my-md-0 {
    margin-top: 0 !important; }
  .ib4 .mr-md-0,
  .ib4 .mx-md-0 {
    margin-right: 0 !important; }
  .ib4 .mb-md-0,
  .ib4 .my-md-0 {
    margin-bottom: 0 !important; }
  .ib4 .ml-md-0,
  .ib4 .mx-md-0 {
    margin-left: 0 !important; }
  .ib4 .m-md-1 {
    margin: 0.25rem !important; }
  .ib4 .mt-md-1,
  .ib4 .my-md-1 {
    margin-top: 0.25rem !important; }
  .ib4 .mr-md-1,
  .ib4 .mx-md-1 {
    margin-right: 0.25rem !important; }
  .ib4 .mb-md-1,
  .ib4 .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ib4 .ml-md-1,
  .ib4 .mx-md-1 {
    margin-left: 0.25rem !important; }
  .ib4 .m-md-2 {
    margin: 0.5rem !important; }
  .ib4 .mt-md-2,
  .ib4 .my-md-2 {
    margin-top: 0.5rem !important; }
  .ib4 .mr-md-2,
  .ib4 .mx-md-2 {
    margin-right: 0.5rem !important; }
  .ib4 .mb-md-2,
  .ib4 .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ib4 .ml-md-2,
  .ib4 .mx-md-2 {
    margin-left: 0.5rem !important; }
  .ib4 .m-md-3 {
    margin: 1rem !important; }
  .ib4 .mt-md-3,
  .ib4 .my-md-3 {
    margin-top: 1rem !important; }
  .ib4 .mr-md-3,
  .ib4 .mx-md-3 {
    margin-right: 1rem !important; }
  .ib4 .mb-md-3,
  .ib4 .my-md-3 {
    margin-bottom: 1rem !important; }
  .ib4 .ml-md-3,
  .ib4 .mx-md-3 {
    margin-left: 1rem !important; }
  .ib4 .m-md-4 {
    margin: 1.5rem !important; }
  .ib4 .mt-md-4,
  .ib4 .my-md-4 {
    margin-top: 1.5rem !important; }
  .ib4 .mr-md-4,
  .ib4 .mx-md-4 {
    margin-right: 1.5rem !important; }
  .ib4 .mb-md-4,
  .ib4 .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ib4 .ml-md-4,
  .ib4 .mx-md-4 {
    margin-left: 1.5rem !important; }
  .ib4 .m-md-5 {
    margin: 3rem !important; }
  .ib4 .mt-md-5,
  .ib4 .my-md-5 {
    margin-top: 3rem !important; }
  .ib4 .mr-md-5,
  .ib4 .mx-md-5 {
    margin-right: 3rem !important; }
  .ib4 .mb-md-5,
  .ib4 .my-md-5 {
    margin-bottom: 3rem !important; }
  .ib4 .ml-md-5,
  .ib4 .mx-md-5 {
    margin-left: 3rem !important; }
  .ib4 .p-md-0 {
    padding: 0 !important; }
  .ib4 .pt-md-0,
  .ib4 .py-md-0 {
    padding-top: 0 !important; }
  .ib4 .pr-md-0,
  .ib4 .px-md-0 {
    padding-right: 0 !important; }
  .ib4 .pb-md-0,
  .ib4 .py-md-0 {
    padding-bottom: 0 !important; }
  .ib4 .pl-md-0,
  .ib4 .px-md-0 {
    padding-left: 0 !important; }
  .ib4 .p-md-1 {
    padding: 0.25rem !important; }
  .ib4 .pt-md-1,
  .ib4 .py-md-1 {
    padding-top: 0.25rem !important; }
  .ib4 .pr-md-1,
  .ib4 .px-md-1 {
    padding-right: 0.25rem !important; }
  .ib4 .pb-md-1,
  .ib4 .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .ib4 .pl-md-1,
  .ib4 .px-md-1 {
    padding-left: 0.25rem !important; }
  .ib4 .p-md-2 {
    padding: 0.5rem !important; }
  .ib4 .pt-md-2,
  .ib4 .py-md-2 {
    padding-top: 0.5rem !important; }
  .ib4 .pr-md-2,
  .ib4 .px-md-2 {
    padding-right: 0.5rem !important; }
  .ib4 .pb-md-2,
  .ib4 .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .ib4 .pl-md-2,
  .ib4 .px-md-2 {
    padding-left: 0.5rem !important; }
  .ib4 .p-md-3 {
    padding: 1rem !important; }
  .ib4 .pt-md-3,
  .ib4 .py-md-3 {
    padding-top: 1rem !important; }
  .ib4 .pr-md-3,
  .ib4 .px-md-3 {
    padding-right: 1rem !important; }
  .ib4 .pb-md-3,
  .ib4 .py-md-3 {
    padding-bottom: 1rem !important; }
  .ib4 .pl-md-3,
  .ib4 .px-md-3 {
    padding-left: 1rem !important; }
  .ib4 .p-md-4 {
    padding: 1.5rem !important; }
  .ib4 .pt-md-4,
  .ib4 .py-md-4 {
    padding-top: 1.5rem !important; }
  .ib4 .pr-md-4,
  .ib4 .px-md-4 {
    padding-right: 1.5rem !important; }
  .ib4 .pb-md-4,
  .ib4 .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .ib4 .pl-md-4,
  .ib4 .px-md-4 {
    padding-left: 1.5rem !important; }
  .ib4 .p-md-5 {
    padding: 3rem !important; }
  .ib4 .pt-md-5,
  .ib4 .py-md-5 {
    padding-top: 3rem !important; }
  .ib4 .pr-md-5,
  .ib4 .px-md-5 {
    padding-right: 3rem !important; }
  .ib4 .pb-md-5,
  .ib4 .py-md-5 {
    padding-bottom: 3rem !important; }
  .ib4 .pl-md-5,
  .ib4 .px-md-5 {
    padding-left: 3rem !important; }
  .ib4 .m-md-n1 {
    margin: -0.25rem !important; }
  .ib4 .mt-md-n1,
  .ib4 .my-md-n1 {
    margin-top: -0.25rem !important; }
  .ib4 .mr-md-n1,
  .ib4 .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .ib4 .mb-md-n1,
  .ib4 .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ib4 .ml-md-n1,
  .ib4 .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .ib4 .m-md-n2 {
    margin: -0.5rem !important; }
  .ib4 .mt-md-n2,
  .ib4 .my-md-n2 {
    margin-top: -0.5rem !important; }
  .ib4 .mr-md-n2,
  .ib4 .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .ib4 .mb-md-n2,
  .ib4 .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ib4 .ml-md-n2,
  .ib4 .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .ib4 .m-md-n3 {
    margin: -1rem !important; }
  .ib4 .mt-md-n3,
  .ib4 .my-md-n3 {
    margin-top: -1rem !important; }
  .ib4 .mr-md-n3,
  .ib4 .mx-md-n3 {
    margin-right: -1rem !important; }
  .ib4 .mb-md-n3,
  .ib4 .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ib4 .ml-md-n3,
  .ib4 .mx-md-n3 {
    margin-left: -1rem !important; }
  .ib4 .m-md-n4 {
    margin: -1.5rem !important; }
  .ib4 .mt-md-n4,
  .ib4 .my-md-n4 {
    margin-top: -1.5rem !important; }
  .ib4 .mr-md-n4,
  .ib4 .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .ib4 .mb-md-n4,
  .ib4 .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ib4 .ml-md-n4,
  .ib4 .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .ib4 .m-md-n5 {
    margin: -3rem !important; }
  .ib4 .mt-md-n5,
  .ib4 .my-md-n5 {
    margin-top: -3rem !important; }
  .ib4 .mr-md-n5,
  .ib4 .mx-md-n5 {
    margin-right: -3rem !important; }
  .ib4 .mb-md-n5,
  .ib4 .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ib4 .ml-md-n5,
  .ib4 .mx-md-n5 {
    margin-left: -3rem !important; }
  .ib4 .m-md-auto {
    margin: auto !important; }
  .ib4 .mt-md-auto,
  .ib4 .my-md-auto {
    margin-top: auto !important; }
  .ib4 .mr-md-auto,
  .ib4 .mx-md-auto {
    margin-right: auto !important; }
  .ib4 .mb-md-auto,
  .ib4 .my-md-auto {
    margin-bottom: auto !important; }
  .ib4 .ml-md-auto,
  .ib4 .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .ib4 .m-lg-0 {
    margin: 0 !important; }
  .ib4 .mt-lg-0,
  .ib4 .my-lg-0 {
    margin-top: 0 !important; }
  .ib4 .mr-lg-0,
  .ib4 .mx-lg-0 {
    margin-right: 0 !important; }
  .ib4 .mb-lg-0,
  .ib4 .my-lg-0 {
    margin-bottom: 0 !important; }
  .ib4 .ml-lg-0,
  .ib4 .mx-lg-0 {
    margin-left: 0 !important; }
  .ib4 .m-lg-1 {
    margin: 0.25rem !important; }
  .ib4 .mt-lg-1,
  .ib4 .my-lg-1 {
    margin-top: 0.25rem !important; }
  .ib4 .mr-lg-1,
  .ib4 .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .ib4 .mb-lg-1,
  .ib4 .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ib4 .ml-lg-1,
  .ib4 .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .ib4 .m-lg-2 {
    margin: 0.5rem !important; }
  .ib4 .mt-lg-2,
  .ib4 .my-lg-2 {
    margin-top: 0.5rem !important; }
  .ib4 .mr-lg-2,
  .ib4 .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .ib4 .mb-lg-2,
  .ib4 .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ib4 .ml-lg-2,
  .ib4 .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .ib4 .m-lg-3 {
    margin: 1rem !important; }
  .ib4 .mt-lg-3,
  .ib4 .my-lg-3 {
    margin-top: 1rem !important; }
  .ib4 .mr-lg-3,
  .ib4 .mx-lg-3 {
    margin-right: 1rem !important; }
  .ib4 .mb-lg-3,
  .ib4 .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ib4 .ml-lg-3,
  .ib4 .mx-lg-3 {
    margin-left: 1rem !important; }
  .ib4 .m-lg-4 {
    margin: 1.5rem !important; }
  .ib4 .mt-lg-4,
  .ib4 .my-lg-4 {
    margin-top: 1.5rem !important; }
  .ib4 .mr-lg-4,
  .ib4 .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .ib4 .mb-lg-4,
  .ib4 .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ib4 .ml-lg-4,
  .ib4 .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .ib4 .m-lg-5 {
    margin: 3rem !important; }
  .ib4 .mt-lg-5,
  .ib4 .my-lg-5 {
    margin-top: 3rem !important; }
  .ib4 .mr-lg-5,
  .ib4 .mx-lg-5 {
    margin-right: 3rem !important; }
  .ib4 .mb-lg-5,
  .ib4 .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ib4 .ml-lg-5,
  .ib4 .mx-lg-5 {
    margin-left: 3rem !important; }
  .ib4 .p-lg-0 {
    padding: 0 !important; }
  .ib4 .pt-lg-0,
  .ib4 .py-lg-0 {
    padding-top: 0 !important; }
  .ib4 .pr-lg-0,
  .ib4 .px-lg-0 {
    padding-right: 0 !important; }
  .ib4 .pb-lg-0,
  .ib4 .py-lg-0 {
    padding-bottom: 0 !important; }
  .ib4 .pl-lg-0,
  .ib4 .px-lg-0 {
    padding-left: 0 !important; }
  .ib4 .p-lg-1 {
    padding: 0.25rem !important; }
  .ib4 .pt-lg-1,
  .ib4 .py-lg-1 {
    padding-top: 0.25rem !important; }
  .ib4 .pr-lg-1,
  .ib4 .px-lg-1 {
    padding-right: 0.25rem !important; }
  .ib4 .pb-lg-1,
  .ib4 .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .ib4 .pl-lg-1,
  .ib4 .px-lg-1 {
    padding-left: 0.25rem !important; }
  .ib4 .p-lg-2 {
    padding: 0.5rem !important; }
  .ib4 .pt-lg-2,
  .ib4 .py-lg-2 {
    padding-top: 0.5rem !important; }
  .ib4 .pr-lg-2,
  .ib4 .px-lg-2 {
    padding-right: 0.5rem !important; }
  .ib4 .pb-lg-2,
  .ib4 .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .ib4 .pl-lg-2,
  .ib4 .px-lg-2 {
    padding-left: 0.5rem !important; }
  .ib4 .p-lg-3 {
    padding: 1rem !important; }
  .ib4 .pt-lg-3,
  .ib4 .py-lg-3 {
    padding-top: 1rem !important; }
  .ib4 .pr-lg-3,
  .ib4 .px-lg-3 {
    padding-right: 1rem !important; }
  .ib4 .pb-lg-3,
  .ib4 .py-lg-3 {
    padding-bottom: 1rem !important; }
  .ib4 .pl-lg-3,
  .ib4 .px-lg-3 {
    padding-left: 1rem !important; }
  .ib4 .p-lg-4 {
    padding: 1.5rem !important; }
  .ib4 .pt-lg-4,
  .ib4 .py-lg-4 {
    padding-top: 1.5rem !important; }
  .ib4 .pr-lg-4,
  .ib4 .px-lg-4 {
    padding-right: 1.5rem !important; }
  .ib4 .pb-lg-4,
  .ib4 .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .ib4 .pl-lg-4,
  .ib4 .px-lg-4 {
    padding-left: 1.5rem !important; }
  .ib4 .p-lg-5 {
    padding: 3rem !important; }
  .ib4 .pt-lg-5,
  .ib4 .py-lg-5 {
    padding-top: 3rem !important; }
  .ib4 .pr-lg-5,
  .ib4 .px-lg-5 {
    padding-right: 3rem !important; }
  .ib4 .pb-lg-5,
  .ib4 .py-lg-5 {
    padding-bottom: 3rem !important; }
  .ib4 .pl-lg-5,
  .ib4 .px-lg-5 {
    padding-left: 3rem !important; }
  .ib4 .m-lg-n1 {
    margin: -0.25rem !important; }
  .ib4 .mt-lg-n1,
  .ib4 .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .ib4 .mr-lg-n1,
  .ib4 .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .ib4 .mb-lg-n1,
  .ib4 .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ib4 .ml-lg-n1,
  .ib4 .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .ib4 .m-lg-n2 {
    margin: -0.5rem !important; }
  .ib4 .mt-lg-n2,
  .ib4 .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .ib4 .mr-lg-n2,
  .ib4 .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .ib4 .mb-lg-n2,
  .ib4 .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ib4 .ml-lg-n2,
  .ib4 .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .ib4 .m-lg-n3 {
    margin: -1rem !important; }
  .ib4 .mt-lg-n3,
  .ib4 .my-lg-n3 {
    margin-top: -1rem !important; }
  .ib4 .mr-lg-n3,
  .ib4 .mx-lg-n3 {
    margin-right: -1rem !important; }
  .ib4 .mb-lg-n3,
  .ib4 .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ib4 .ml-lg-n3,
  .ib4 .mx-lg-n3 {
    margin-left: -1rem !important; }
  .ib4 .m-lg-n4 {
    margin: -1.5rem !important; }
  .ib4 .mt-lg-n4,
  .ib4 .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .ib4 .mr-lg-n4,
  .ib4 .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .ib4 .mb-lg-n4,
  .ib4 .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ib4 .ml-lg-n4,
  .ib4 .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .ib4 .m-lg-n5 {
    margin: -3rem !important; }
  .ib4 .mt-lg-n5,
  .ib4 .my-lg-n5 {
    margin-top: -3rem !important; }
  .ib4 .mr-lg-n5,
  .ib4 .mx-lg-n5 {
    margin-right: -3rem !important; }
  .ib4 .mb-lg-n5,
  .ib4 .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ib4 .ml-lg-n5,
  .ib4 .mx-lg-n5 {
    margin-left: -3rem !important; }
  .ib4 .m-lg-auto {
    margin: auto !important; }
  .ib4 .mt-lg-auto,
  .ib4 .my-lg-auto {
    margin-top: auto !important; }
  .ib4 .mr-lg-auto,
  .ib4 .mx-lg-auto {
    margin-right: auto !important; }
  .ib4 .mb-lg-auto,
  .ib4 .my-lg-auto {
    margin-bottom: auto !important; }
  .ib4 .ml-lg-auto,
  .ib4 .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .ib4 .m-xl-0 {
    margin: 0 !important; }
  .ib4 .mt-xl-0,
  .ib4 .my-xl-0 {
    margin-top: 0 !important; }
  .ib4 .mr-xl-0,
  .ib4 .mx-xl-0 {
    margin-right: 0 !important; }
  .ib4 .mb-xl-0,
  .ib4 .my-xl-0 {
    margin-bottom: 0 !important; }
  .ib4 .ml-xl-0,
  .ib4 .mx-xl-0 {
    margin-left: 0 !important; }
  .ib4 .m-xl-1 {
    margin: 0.25rem !important; }
  .ib4 .mt-xl-1,
  .ib4 .my-xl-1 {
    margin-top: 0.25rem !important; }
  .ib4 .mr-xl-1,
  .ib4 .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .ib4 .mb-xl-1,
  .ib4 .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ib4 .ml-xl-1,
  .ib4 .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .ib4 .m-xl-2 {
    margin: 0.5rem !important; }
  .ib4 .mt-xl-2,
  .ib4 .my-xl-2 {
    margin-top: 0.5rem !important; }
  .ib4 .mr-xl-2,
  .ib4 .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .ib4 .mb-xl-2,
  .ib4 .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ib4 .ml-xl-2,
  .ib4 .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .ib4 .m-xl-3 {
    margin: 1rem !important; }
  .ib4 .mt-xl-3,
  .ib4 .my-xl-3 {
    margin-top: 1rem !important; }
  .ib4 .mr-xl-3,
  .ib4 .mx-xl-3 {
    margin-right: 1rem !important; }
  .ib4 .mb-xl-3,
  .ib4 .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ib4 .ml-xl-3,
  .ib4 .mx-xl-3 {
    margin-left: 1rem !important; }
  .ib4 .m-xl-4 {
    margin: 1.5rem !important; }
  .ib4 .mt-xl-4,
  .ib4 .my-xl-4 {
    margin-top: 1.5rem !important; }
  .ib4 .mr-xl-4,
  .ib4 .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .ib4 .mb-xl-4,
  .ib4 .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ib4 .ml-xl-4,
  .ib4 .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .ib4 .m-xl-5 {
    margin: 3rem !important; }
  .ib4 .mt-xl-5,
  .ib4 .my-xl-5 {
    margin-top: 3rem !important; }
  .ib4 .mr-xl-5,
  .ib4 .mx-xl-5 {
    margin-right: 3rem !important; }
  .ib4 .mb-xl-5,
  .ib4 .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ib4 .ml-xl-5,
  .ib4 .mx-xl-5 {
    margin-left: 3rem !important; }
  .ib4 .p-xl-0 {
    padding: 0 !important; }
  .ib4 .pt-xl-0,
  .ib4 .py-xl-0 {
    padding-top: 0 !important; }
  .ib4 .pr-xl-0,
  .ib4 .px-xl-0 {
    padding-right: 0 !important; }
  .ib4 .pb-xl-0,
  .ib4 .py-xl-0 {
    padding-bottom: 0 !important; }
  .ib4 .pl-xl-0,
  .ib4 .px-xl-0 {
    padding-left: 0 !important; }
  .ib4 .p-xl-1 {
    padding: 0.25rem !important; }
  .ib4 .pt-xl-1,
  .ib4 .py-xl-1 {
    padding-top: 0.25rem !important; }
  .ib4 .pr-xl-1,
  .ib4 .px-xl-1 {
    padding-right: 0.25rem !important; }
  .ib4 .pb-xl-1,
  .ib4 .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .ib4 .pl-xl-1,
  .ib4 .px-xl-1 {
    padding-left: 0.25rem !important; }
  .ib4 .p-xl-2 {
    padding: 0.5rem !important; }
  .ib4 .pt-xl-2,
  .ib4 .py-xl-2 {
    padding-top: 0.5rem !important; }
  .ib4 .pr-xl-2,
  .ib4 .px-xl-2 {
    padding-right: 0.5rem !important; }
  .ib4 .pb-xl-2,
  .ib4 .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .ib4 .pl-xl-2,
  .ib4 .px-xl-2 {
    padding-left: 0.5rem !important; }
  .ib4 .p-xl-3 {
    padding: 1rem !important; }
  .ib4 .pt-xl-3,
  .ib4 .py-xl-3 {
    padding-top: 1rem !important; }
  .ib4 .pr-xl-3,
  .ib4 .px-xl-3 {
    padding-right: 1rem !important; }
  .ib4 .pb-xl-3,
  .ib4 .py-xl-3 {
    padding-bottom: 1rem !important; }
  .ib4 .pl-xl-3,
  .ib4 .px-xl-3 {
    padding-left: 1rem !important; }
  .ib4 .p-xl-4 {
    padding: 1.5rem !important; }
  .ib4 .pt-xl-4,
  .ib4 .py-xl-4 {
    padding-top: 1.5rem !important; }
  .ib4 .pr-xl-4,
  .ib4 .px-xl-4 {
    padding-right: 1.5rem !important; }
  .ib4 .pb-xl-4,
  .ib4 .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .ib4 .pl-xl-4,
  .ib4 .px-xl-4 {
    padding-left: 1.5rem !important; }
  .ib4 .p-xl-5 {
    padding: 3rem !important; }
  .ib4 .pt-xl-5,
  .ib4 .py-xl-5 {
    padding-top: 3rem !important; }
  .ib4 .pr-xl-5,
  .ib4 .px-xl-5 {
    padding-right: 3rem !important; }
  .ib4 .pb-xl-5,
  .ib4 .py-xl-5 {
    padding-bottom: 3rem !important; }
  .ib4 .pl-xl-5,
  .ib4 .px-xl-5 {
    padding-left: 3rem !important; }
  .ib4 .m-xl-n1 {
    margin: -0.25rem !important; }
  .ib4 .mt-xl-n1,
  .ib4 .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .ib4 .mr-xl-n1,
  .ib4 .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .ib4 .mb-xl-n1,
  .ib4 .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ib4 .ml-xl-n1,
  .ib4 .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .ib4 .m-xl-n2 {
    margin: -0.5rem !important; }
  .ib4 .mt-xl-n2,
  .ib4 .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .ib4 .mr-xl-n2,
  .ib4 .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .ib4 .mb-xl-n2,
  .ib4 .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ib4 .ml-xl-n2,
  .ib4 .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .ib4 .m-xl-n3 {
    margin: -1rem !important; }
  .ib4 .mt-xl-n3,
  .ib4 .my-xl-n3 {
    margin-top: -1rem !important; }
  .ib4 .mr-xl-n3,
  .ib4 .mx-xl-n3 {
    margin-right: -1rem !important; }
  .ib4 .mb-xl-n3,
  .ib4 .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ib4 .ml-xl-n3,
  .ib4 .mx-xl-n3 {
    margin-left: -1rem !important; }
  .ib4 .m-xl-n4 {
    margin: -1.5rem !important; }
  .ib4 .mt-xl-n4,
  .ib4 .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .ib4 .mr-xl-n4,
  .ib4 .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .ib4 .mb-xl-n4,
  .ib4 .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ib4 .ml-xl-n4,
  .ib4 .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .ib4 .m-xl-n5 {
    margin: -3rem !important; }
  .ib4 .mt-xl-n5,
  .ib4 .my-xl-n5 {
    margin-top: -3rem !important; }
  .ib4 .mr-xl-n5,
  .ib4 .mx-xl-n5 {
    margin-right: -3rem !important; }
  .ib4 .mb-xl-n5,
  .ib4 .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ib4 .ml-xl-n5,
  .ib4 .mx-xl-n5 {
    margin-left: -3rem !important; }
  .ib4 .m-xl-auto {
    margin: auto !important; }
  .ib4 .mt-xl-auto,
  .ib4 .my-xl-auto {
    margin-top: auto !important; }
  .ib4 .mr-xl-auto,
  .ib4 .mx-xl-auto {
    margin-right: auto !important; }
  .ib4 .mb-xl-auto,
  .ib4 .my-xl-auto {
    margin-bottom: auto !important; }
  .ib4 .ml-xl-auto,
  .ib4 .mx-xl-auto {
    margin-left: auto !important; } }

.ib4 .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.ib4 .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.ib4 .text-justify {
  text-align: justify !important; }

.ib4 .text-wrap {
  white-space: normal !important; }

.ib4 .text-nowrap {
  white-space: nowrap !important; }

.ib4 .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ib4 .text-left {
  text-align: left !important; }

.ib4 .text-right {
  text-align: right !important; }

.ib4 .text-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .ib4 .text-sm-left {
    text-align: left !important; }
  .ib4 .text-sm-right {
    text-align: right !important; }
  .ib4 .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .ib4 .text-md-left {
    text-align: left !important; }
  .ib4 .text-md-right {
    text-align: right !important; }
  .ib4 .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .ib4 .text-lg-left {
    text-align: left !important; }
  .ib4 .text-lg-right {
    text-align: right !important; }
  .ib4 .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .ib4 .text-xl-left {
    text-align: left !important; }
  .ib4 .text-xl-right {
    text-align: right !important; }
  .ib4 .text-xl-center {
    text-align: center !important; } }

.ib4 .text-lowercase {
  text-transform: lowercase !important; }

.ib4 .text-uppercase {
  text-transform: uppercase !important; }

.ib4 .text-capitalize {
  text-transform: capitalize !important; }

.ib4 .font-weight-light {
  font-weight: 300 !important; }

.ib4 .font-weight-lighter {
  font-weight: lighter !important; }

.ib4 .font-weight-normal {
  font-weight: 400 !important; }

.ib4 .font-weight-bold {
  font-weight: 700 !important; }

.ib4 .font-weight-bolder {
  font-weight: bolder !important; }

.ib4 .font-italic {
  font-style: italic !important; }

.ib4 .text-white {
  color: #fff !important; }

.ib4 .text-primary {
  color: #00884e !important; }

.ib4 a.text-primary:hover, .ib4 a.text-primary:focus {
  color: #003c22 !important; }

.ib4 .text-secondary {
  color: #6c757d !important; }

.ib4 a.text-secondary:hover, .ib4 a.text-secondary:focus {
  color: #494f54 !important; }

.ib4 .text-success {
  color: #007944 !important; }

.ib4 a.text-success:hover, .ib4 a.text-success:focus {
  color: #002c19 !important; }

.ib4 .text-info {
  color: #07699d !important; }

.ib4 a.text-info:hover, .ib4 a.text-info:focus {
  color: #043854 !important; }

.ib4 .text-warning {
  color: #ed8f07 !important; }

.ib4 a.text-warning:hover, .ib4 a.text-warning:focus {
  color: #a36205 !important; }

.ib4 .text-danger {
  color: #c00 !important; }

.ib4 a.text-danger:hover, .ib4 a.text-danger:focus {
  color: maroon !important; }

.ib4 .text-light {
  color: #f8f9fa !important; }

.ib4 a.text-light:hover, .ib4 a.text-light:focus {
  color: #cbd3da !important; }

.ib4 .text-dark {
  color: #343a40 !important; }

.ib4 a.text-dark:hover, .ib4 a.text-dark:focus {
  color: #121416 !important; }

.ib4 .text-body {
  color: #383838 !important; }

.ib4 .text-muted {
  color: #6c757d !important; }

.ib4 .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.ib4 .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.ib4 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.ib4 .text-decoration-none {
  text-decoration: none !important; }

.ib4 .text-break {
  word-wrap: break-word !important; }

.ib4 .text-reset {
  color: inherit !important; }

.ib4 .visible {
  visibility: visible !important; }

.ib4 .invisible {
  visibility: hidden !important; }
/**
 * n3-ux - 2.0.0-alpha.1
 * Composantes visuelles N3-UX
 * http://dwprivdn00020.mvt.desjardins.dev:4851/documentation/composantes.html
 */
/* Btn primaire disable*/
/* Niveau de gris */
/* titre principal */
/* Lien*/
/*$input-btn-font-size:       $font-size-base !default;
$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-padding-y-sm:    .25rem !default;*/
/*$input-btn-font-size-sm:    $font-size-sm !default;
$input-btn-line-height-sm:    $line-height-sm !default;*/
/*$input-btn-padding-x-lg:    1rem !default;
$input-btn-font-size-lg:      $font-size-lg !default;
$input-btn-line-height-lg:    $line-height-lg !default;

$input-btn-border-width:      $border-width !default;*/
/*$btn-font-size:           $input-btn-font-size !default;
$btn-line-height:           $input-btn-line-height !default;

$btn-padding-y-sm:          $input-btn-padding-y-sm !default;
$btn-padding-x-sm:          $input-btn-padding-x-sm !default;
$btn-font-size-sm:          $input-btn-font-size-sm !default;
$btn-line-height-sm:        $input-btn-line-height-sm !default;

$btn-padding-y-lg:          $input-btn-padding-y-lg !default;
$btn-padding-x-lg:          $input-btn-padding-x-lg !default;
$btn-font-size-lg:          $input-btn-font-size-lg !default;
$btn-line-height-lg:        $input-btn-line-height-lg !default;

$btn-border-width:          $input-btn-border-width !default;*/
/*$btn-block-spacing-y:     .5rem !default;*/
.ib4 .container {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .ib4 .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .ib4 .container {
      max-width: 1152px; } }
  @media (min-width: 1440px) {
    .ib4 .container {
      max-width: 1392px; } }

.ib4 .container-fluid {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto; }

.ib4 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px; }

.ib4 .no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .ib4 .no-gutters > .col,
  .ib4 .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.ib4 .col-1, .ib4 .col-2, .ib4 .col-3, .ib4 .col-4, .ib4 .col-5, .ib4 .col-6, .ib4 .col-7, .ib4 .col-8, .ib4 .col-9, .ib4 .col-10, .ib4 .col-11, .ib4 .col-12, .ib4 .col-13, .ib4 .col-14, .ib4 .col-15, .ib4 .col-16, .ib4 .col-17, .ib4 .col-18, .ib4 .col-19, .ib4 .col-20, .ib4 .col-21, .ib4 .col-22, .ib4 .col-23, .ib4 .col-24, .ib4 .col,
.ib4 .col-auto, .ib4 .col-sm-1, .ib4 .col-sm-2, .ib4 .col-sm-3, .ib4 .col-sm-4, .ib4 .col-sm-5, .ib4 .col-sm-6, .ib4 .col-sm-7, .ib4 .col-sm-8, .ib4 .col-sm-9, .ib4 .col-sm-10, .ib4 .col-sm-11, .ib4 .col-sm-12, .ib4 .col-sm-13, .ib4 .col-sm-14, .ib4 .col-sm-15, .ib4 .col-sm-16, .ib4 .col-sm-17, .ib4 .col-sm-18, .ib4 .col-sm-19, .ib4 .col-sm-20, .ib4 .col-sm-21, .ib4 .col-sm-22, .ib4 .col-sm-23, .ib4 .col-sm-24, .ib4 .col-sm,
.ib4 .col-sm-auto, .ib4 .col-md-1, .ib4 .col-md-2, .ib4 .col-md-3, .ib4 .col-md-4, .ib4 .col-md-5, .ib4 .col-md-6, .ib4 .col-md-7, .ib4 .col-md-8, .ib4 .col-md-9, .ib4 .col-md-10, .ib4 .col-md-11, .ib4 .col-md-12, .ib4 .col-md-13, .ib4 .col-md-14, .ib4 .col-md-15, .ib4 .col-md-16, .ib4 .col-md-17, .ib4 .col-md-18, .ib4 .col-md-19, .ib4 .col-md-20, .ib4 .col-md-21, .ib4 .col-md-22, .ib4 .col-md-23, .ib4 .col-md-24, .ib4 .col-md,
.ib4 .col-md-auto, .ib4 .col-lg-1, .ib4 .col-lg-2, .ib4 .col-lg-3, .ib4 .col-lg-4, .ib4 .col-lg-5, .ib4 .col-lg-6, .ib4 .col-lg-7, .ib4 .col-lg-8, .ib4 .col-lg-9, .ib4 .col-lg-10, .ib4 .col-lg-11, .ib4 .col-lg-12, .ib4 .col-lg-13, .ib4 .col-lg-14, .ib4 .col-lg-15, .ib4 .col-lg-16, .ib4 .col-lg-17, .ib4 .col-lg-18, .ib4 .col-lg-19, .ib4 .col-lg-20, .ib4 .col-lg-21, .ib4 .col-lg-22, .ib4 .col-lg-23, .ib4 .col-lg-24, .ib4 .col-lg,
.ib4 .col-lg-auto, .ib4 .col-xl-1, .ib4 .col-xl-2, .ib4 .col-xl-3, .ib4 .col-xl-4, .ib4 .col-xl-5, .ib4 .col-xl-6, .ib4 .col-xl-7, .ib4 .col-xl-8, .ib4 .col-xl-9, .ib4 .col-xl-10, .ib4 .col-xl-11, .ib4 .col-xl-12, .ib4 .col-xl-13, .ib4 .col-xl-14, .ib4 .col-xl-15, .ib4 .col-xl-16, .ib4 .col-xl-17, .ib4 .col-xl-18, .ib4 .col-xl-19, .ib4 .col-xl-20, .ib4 .col-xl-21, .ib4 .col-xl-22, .ib4 .col-xl-23, .ib4 .col-xl-24, .ib4 .col-xl,
.ib4 .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px; }

.ib4 .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.ib4 .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.ib4 .col-1 {
  flex: 0 0 4.16666666667%;
  max-width: 4.16666666667%; }

.ib4 .col-2 {
  flex: 0 0 8.33333333333%;
  max-width: 8.33333333333%; }

.ib4 .col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.ib4 .col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.ib4 .col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%; }

.ib4 .col-6 {
  flex: 0 0 25%;
  max-width: 25%; }

.ib4 .col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%; }

.ib4 .col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.ib4 .col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.ib4 .col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.ib4 .col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%; }

.ib4 .col-12 {
  flex: 0 0 50%;
  max-width: 50%; }

.ib4 .col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%; }

.ib4 .col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.ib4 .col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.ib4 .col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.ib4 .col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%; }

.ib4 .col-18 {
  flex: 0 0 75%;
  max-width: 75%; }

.ib4 .col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%; }

.ib4 .col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.ib4 .col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.ib4 .col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.ib4 .col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%; }

.ib4 .col-24 {
  flex: 0 0 100%;
  max-width: 100%; }

.ib4 .order-first {
  order: -1; }

.ib4 .order-last {
  order: 25; }

.ib4 .order-0 {
  order: 0; }

.ib4 .order-1 {
  order: 1; }

.ib4 .order-2 {
  order: 2; }

.ib4 .order-3 {
  order: 3; }

.ib4 .order-4 {
  order: 4; }

.ib4 .order-5 {
  order: 5; }

.ib4 .order-6 {
  order: 6; }

.ib4 .order-7 {
  order: 7; }

.ib4 .order-8 {
  order: 8; }

.ib4 .order-9 {
  order: 9; }

.ib4 .order-10 {
  order: 10; }

.ib4 .order-11 {
  order: 11; }

.ib4 .order-12 {
  order: 12; }

.ib4 .order-13 {
  order: 13; }

.ib4 .order-14 {
  order: 14; }

.ib4 .order-15 {
  order: 15; }

.ib4 .order-16 {
  order: 16; }

.ib4 .order-17 {
  order: 17; }

.ib4 .order-18 {
  order: 18; }

.ib4 .order-19 {
  order: 19; }

.ib4 .order-20 {
  order: 20; }

.ib4 .order-21 {
  order: 21; }

.ib4 .order-22 {
  order: 22; }

.ib4 .order-23 {
  order: 23; }

.ib4 .order-24 {
  order: 24; }

.ib4 .offset-1 {
  margin-left: 4.16666666667%; }

.ib4 .offset-2 {
  margin-left: 8.33333333333%; }

.ib4 .offset-3 {
  margin-left: 12.5%; }

.ib4 .offset-4 {
  margin-left: 16.6666666667%; }

.ib4 .offset-5 {
  margin-left: 20.8333333333%; }

.ib4 .offset-6 {
  margin-left: 25%; }

.ib4 .offset-7 {
  margin-left: 29.1666666667%; }

.ib4 .offset-8 {
  margin-left: 33.3333333333%; }

.ib4 .offset-9 {
  margin-left: 37.5%; }

.ib4 .offset-10 {
  margin-left: 41.6666666667%; }

.ib4 .offset-11 {
  margin-left: 45.8333333333%; }

.ib4 .offset-12 {
  margin-left: 50%; }

.ib4 .offset-13 {
  margin-left: 54.1666666667%; }

.ib4 .offset-14 {
  margin-left: 58.3333333333%; }

.ib4 .offset-15 {
  margin-left: 62.5%; }

.ib4 .offset-16 {
  margin-left: 66.6666666667%; }

.ib4 .offset-17 {
  margin-left: 70.8333333333%; }

.ib4 .offset-18 {
  margin-left: 75%; }

.ib4 .offset-19 {
  margin-left: 79.1666666667%; }

.ib4 .offset-20 {
  margin-left: 83.3333333333%; }

.ib4 .offset-21 {
  margin-left: 87.5%; }

.ib4 .offset-22 {
  margin-left: 91.6666666667%; }

.ib4 .offset-23 {
  margin-left: 95.8333333333%; }

@media (min-width: 768px) {
  .ib4 .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .ib4 .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .ib4 .col-sm-1 {
    flex: 0 0 4.16666666667%;
    max-width: 4.16666666667%; }
  .ib4 .col-sm-2 {
    flex: 0 0 8.33333333333%;
    max-width: 8.33333333333%; }
  .ib4 .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .ib4 .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .ib4 .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .ib4 .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .ib4 .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .ib4 .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .ib4 .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .ib4 .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .ib4 .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .ib4 .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .ib4 .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .ib4 .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .ib4 .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .ib4 .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .ib4 .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .ib4 .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .ib4 .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .ib4 .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .ib4 .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .ib4 .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .ib4 .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .ib4 .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ib4 .order-sm-first {
    order: -1; }
  .ib4 .order-sm-last {
    order: 25; }
  .ib4 .order-sm-0 {
    order: 0; }
  .ib4 .order-sm-1 {
    order: 1; }
  .ib4 .order-sm-2 {
    order: 2; }
  .ib4 .order-sm-3 {
    order: 3; }
  .ib4 .order-sm-4 {
    order: 4; }
  .ib4 .order-sm-5 {
    order: 5; }
  .ib4 .order-sm-6 {
    order: 6; }
  .ib4 .order-sm-7 {
    order: 7; }
  .ib4 .order-sm-8 {
    order: 8; }
  .ib4 .order-sm-9 {
    order: 9; }
  .ib4 .order-sm-10 {
    order: 10; }
  .ib4 .order-sm-11 {
    order: 11; }
  .ib4 .order-sm-12 {
    order: 12; }
  .ib4 .order-sm-13 {
    order: 13; }
  .ib4 .order-sm-14 {
    order: 14; }
  .ib4 .order-sm-15 {
    order: 15; }
  .ib4 .order-sm-16 {
    order: 16; }
  .ib4 .order-sm-17 {
    order: 17; }
  .ib4 .order-sm-18 {
    order: 18; }
  .ib4 .order-sm-19 {
    order: 19; }
  .ib4 .order-sm-20 {
    order: 20; }
  .ib4 .order-sm-21 {
    order: 21; }
  .ib4 .order-sm-22 {
    order: 22; }
  .ib4 .order-sm-23 {
    order: 23; }
  .ib4 .order-sm-24 {
    order: 24; }
  .ib4 .offset-sm-0 {
    margin-left: 0; }
  .ib4 .offset-sm-1 {
    margin-left: 4.16666666667%; }
  .ib4 .offset-sm-2 {
    margin-left: 8.33333333333%; }
  .ib4 .offset-sm-3 {
    margin-left: 12.5%; }
  .ib4 .offset-sm-4 {
    margin-left: 16.6666666667%; }
  .ib4 .offset-sm-5 {
    margin-left: 20.8333333333%; }
  .ib4 .offset-sm-6 {
    margin-left: 25%; }
  .ib4 .offset-sm-7 {
    margin-left: 29.1666666667%; }
  .ib4 .offset-sm-8 {
    margin-left: 33.3333333333%; }
  .ib4 .offset-sm-9 {
    margin-left: 37.5%; }
  .ib4 .offset-sm-10 {
    margin-left: 41.6666666667%; }
  .ib4 .offset-sm-11 {
    margin-left: 45.8333333333%; }
  .ib4 .offset-sm-12 {
    margin-left: 50%; }
  .ib4 .offset-sm-13 {
    margin-left: 54.1666666667%; }
  .ib4 .offset-sm-14 {
    margin-left: 58.3333333333%; }
  .ib4 .offset-sm-15 {
    margin-left: 62.5%; }
  .ib4 .offset-sm-16 {
    margin-left: 66.6666666667%; }
  .ib4 .offset-sm-17 {
    margin-left: 70.8333333333%; }
  .ib4 .offset-sm-18 {
    margin-left: 75%; }
  .ib4 .offset-sm-19 {
    margin-left: 79.1666666667%; }
  .ib4 .offset-sm-20 {
    margin-left: 83.3333333333%; }
  .ib4 .offset-sm-21 {
    margin-left: 87.5%; }
  .ib4 .offset-sm-22 {
    margin-left: 91.6666666667%; }
  .ib4 .offset-sm-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 992px) {
  .ib4 .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .ib4 .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .ib4 .col-md-1 {
    flex: 0 0 4.16666666667%;
    max-width: 4.16666666667%; }
  .ib4 .col-md-2 {
    flex: 0 0 8.33333333333%;
    max-width: 8.33333333333%; }
  .ib4 .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .ib4 .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .ib4 .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .ib4 .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .ib4 .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .ib4 .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .ib4 .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .ib4 .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .ib4 .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .ib4 .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .ib4 .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .ib4 .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .ib4 .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .ib4 .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .ib4 .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .ib4 .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .ib4 .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .ib4 .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .ib4 .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .ib4 .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .ib4 .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .ib4 .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ib4 .order-md-first {
    order: -1; }
  .ib4 .order-md-last {
    order: 25; }
  .ib4 .order-md-0 {
    order: 0; }
  .ib4 .order-md-1 {
    order: 1; }
  .ib4 .order-md-2 {
    order: 2; }
  .ib4 .order-md-3 {
    order: 3; }
  .ib4 .order-md-4 {
    order: 4; }
  .ib4 .order-md-5 {
    order: 5; }
  .ib4 .order-md-6 {
    order: 6; }
  .ib4 .order-md-7 {
    order: 7; }
  .ib4 .order-md-8 {
    order: 8; }
  .ib4 .order-md-9 {
    order: 9; }
  .ib4 .order-md-10 {
    order: 10; }
  .ib4 .order-md-11 {
    order: 11; }
  .ib4 .order-md-12 {
    order: 12; }
  .ib4 .order-md-13 {
    order: 13; }
  .ib4 .order-md-14 {
    order: 14; }
  .ib4 .order-md-15 {
    order: 15; }
  .ib4 .order-md-16 {
    order: 16; }
  .ib4 .order-md-17 {
    order: 17; }
  .ib4 .order-md-18 {
    order: 18; }
  .ib4 .order-md-19 {
    order: 19; }
  .ib4 .order-md-20 {
    order: 20; }
  .ib4 .order-md-21 {
    order: 21; }
  .ib4 .order-md-22 {
    order: 22; }
  .ib4 .order-md-23 {
    order: 23; }
  .ib4 .order-md-24 {
    order: 24; }
  .ib4 .offset-md-0 {
    margin-left: 0; }
  .ib4 .offset-md-1 {
    margin-left: 4.16666666667%; }
  .ib4 .offset-md-2 {
    margin-left: 8.33333333333%; }
  .ib4 .offset-md-3 {
    margin-left: 12.5%; }
  .ib4 .offset-md-4 {
    margin-left: 16.6666666667%; }
  .ib4 .offset-md-5 {
    margin-left: 20.8333333333%; }
  .ib4 .offset-md-6 {
    margin-left: 25%; }
  .ib4 .offset-md-7 {
    margin-left: 29.1666666667%; }
  .ib4 .offset-md-8 {
    margin-left: 33.3333333333%; }
  .ib4 .offset-md-9 {
    margin-left: 37.5%; }
  .ib4 .offset-md-10 {
    margin-left: 41.6666666667%; }
  .ib4 .offset-md-11 {
    margin-left: 45.8333333333%; }
  .ib4 .offset-md-12 {
    margin-left: 50%; }
  .ib4 .offset-md-13 {
    margin-left: 54.1666666667%; }
  .ib4 .offset-md-14 {
    margin-left: 58.3333333333%; }
  .ib4 .offset-md-15 {
    margin-left: 62.5%; }
  .ib4 .offset-md-16 {
    margin-left: 66.6666666667%; }
  .ib4 .offset-md-17 {
    margin-left: 70.8333333333%; }
  .ib4 .offset-md-18 {
    margin-left: 75%; }
  .ib4 .offset-md-19 {
    margin-left: 79.1666666667%; }
  .ib4 .offset-md-20 {
    margin-left: 83.3333333333%; }
  .ib4 .offset-md-21 {
    margin-left: 87.5%; }
  .ib4 .offset-md-22 {
    margin-left: 91.6666666667%; }
  .ib4 .offset-md-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 1200px) {
  .ib4 .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .ib4 .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .ib4 .col-lg-1 {
    flex: 0 0 4.16666666667%;
    max-width: 4.16666666667%; }
  .ib4 .col-lg-2 {
    flex: 0 0 8.33333333333%;
    max-width: 8.33333333333%; }
  .ib4 .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .ib4 .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .ib4 .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .ib4 .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .ib4 .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .ib4 .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .ib4 .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .ib4 .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .ib4 .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .ib4 .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .ib4 .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .ib4 .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .ib4 .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .ib4 .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .ib4 .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .ib4 .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .ib4 .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .ib4 .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .ib4 .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .ib4 .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .ib4 .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .ib4 .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ib4 .order-lg-first {
    order: -1; }
  .ib4 .order-lg-last {
    order: 25; }
  .ib4 .order-lg-0 {
    order: 0; }
  .ib4 .order-lg-1 {
    order: 1; }
  .ib4 .order-lg-2 {
    order: 2; }
  .ib4 .order-lg-3 {
    order: 3; }
  .ib4 .order-lg-4 {
    order: 4; }
  .ib4 .order-lg-5 {
    order: 5; }
  .ib4 .order-lg-6 {
    order: 6; }
  .ib4 .order-lg-7 {
    order: 7; }
  .ib4 .order-lg-8 {
    order: 8; }
  .ib4 .order-lg-9 {
    order: 9; }
  .ib4 .order-lg-10 {
    order: 10; }
  .ib4 .order-lg-11 {
    order: 11; }
  .ib4 .order-lg-12 {
    order: 12; }
  .ib4 .order-lg-13 {
    order: 13; }
  .ib4 .order-lg-14 {
    order: 14; }
  .ib4 .order-lg-15 {
    order: 15; }
  .ib4 .order-lg-16 {
    order: 16; }
  .ib4 .order-lg-17 {
    order: 17; }
  .ib4 .order-lg-18 {
    order: 18; }
  .ib4 .order-lg-19 {
    order: 19; }
  .ib4 .order-lg-20 {
    order: 20; }
  .ib4 .order-lg-21 {
    order: 21; }
  .ib4 .order-lg-22 {
    order: 22; }
  .ib4 .order-lg-23 {
    order: 23; }
  .ib4 .order-lg-24 {
    order: 24; }
  .ib4 .offset-lg-0 {
    margin-left: 0; }
  .ib4 .offset-lg-1 {
    margin-left: 4.16666666667%; }
  .ib4 .offset-lg-2 {
    margin-left: 8.33333333333%; }
  .ib4 .offset-lg-3 {
    margin-left: 12.5%; }
  .ib4 .offset-lg-4 {
    margin-left: 16.6666666667%; }
  .ib4 .offset-lg-5 {
    margin-left: 20.8333333333%; }
  .ib4 .offset-lg-6 {
    margin-left: 25%; }
  .ib4 .offset-lg-7 {
    margin-left: 29.1666666667%; }
  .ib4 .offset-lg-8 {
    margin-left: 33.3333333333%; }
  .ib4 .offset-lg-9 {
    margin-left: 37.5%; }
  .ib4 .offset-lg-10 {
    margin-left: 41.6666666667%; }
  .ib4 .offset-lg-11 {
    margin-left: 45.8333333333%; }
  .ib4 .offset-lg-12 {
    margin-left: 50%; }
  .ib4 .offset-lg-13 {
    margin-left: 54.1666666667%; }
  .ib4 .offset-lg-14 {
    margin-left: 58.3333333333%; }
  .ib4 .offset-lg-15 {
    margin-left: 62.5%; }
  .ib4 .offset-lg-16 {
    margin-left: 66.6666666667%; }
  .ib4 .offset-lg-17 {
    margin-left: 70.8333333333%; }
  .ib4 .offset-lg-18 {
    margin-left: 75%; }
  .ib4 .offset-lg-19 {
    margin-left: 79.1666666667%; }
  .ib4 .offset-lg-20 {
    margin-left: 83.3333333333%; }
  .ib4 .offset-lg-21 {
    margin-left: 87.5%; }
  .ib4 .offset-lg-22 {
    margin-left: 91.6666666667%; }
  .ib4 .offset-lg-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 1440px) {
  .ib4 .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .ib4 .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .ib4 .col-xl-1 {
    flex: 0 0 4.16666666667%;
    max-width: 4.16666666667%; }
  .ib4 .col-xl-2 {
    flex: 0 0 8.33333333333%;
    max-width: 8.33333333333%; }
  .ib4 .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .ib4 .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .ib4 .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .ib4 .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .ib4 .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .ib4 .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .ib4 .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .ib4 .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .ib4 .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .ib4 .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .ib4 .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .ib4 .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .ib4 .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .ib4 .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .ib4 .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .ib4 .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .ib4 .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .ib4 .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .ib4 .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .ib4 .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .ib4 .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .ib4 .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ib4 .order-xl-first {
    order: -1; }
  .ib4 .order-xl-last {
    order: 25; }
  .ib4 .order-xl-0 {
    order: 0; }
  .ib4 .order-xl-1 {
    order: 1; }
  .ib4 .order-xl-2 {
    order: 2; }
  .ib4 .order-xl-3 {
    order: 3; }
  .ib4 .order-xl-4 {
    order: 4; }
  .ib4 .order-xl-5 {
    order: 5; }
  .ib4 .order-xl-6 {
    order: 6; }
  .ib4 .order-xl-7 {
    order: 7; }
  .ib4 .order-xl-8 {
    order: 8; }
  .ib4 .order-xl-9 {
    order: 9; }
  .ib4 .order-xl-10 {
    order: 10; }
  .ib4 .order-xl-11 {
    order: 11; }
  .ib4 .order-xl-12 {
    order: 12; }
  .ib4 .order-xl-13 {
    order: 13; }
  .ib4 .order-xl-14 {
    order: 14; }
  .ib4 .order-xl-15 {
    order: 15; }
  .ib4 .order-xl-16 {
    order: 16; }
  .ib4 .order-xl-17 {
    order: 17; }
  .ib4 .order-xl-18 {
    order: 18; }
  .ib4 .order-xl-19 {
    order: 19; }
  .ib4 .order-xl-20 {
    order: 20; }
  .ib4 .order-xl-21 {
    order: 21; }
  .ib4 .order-xl-22 {
    order: 22; }
  .ib4 .order-xl-23 {
    order: 23; }
  .ib4 .order-xl-24 {
    order: 24; }
  .ib4 .offset-xl-0 {
    margin-left: 0; }
  .ib4 .offset-xl-1 {
    margin-left: 4.16666666667%; }
  .ib4 .offset-xl-2 {
    margin-left: 8.33333333333%; }
  .ib4 .offset-xl-3 {
    margin-left: 12.5%; }
  .ib4 .offset-xl-4 {
    margin-left: 16.6666666667%; }
  .ib4 .offset-xl-5 {
    margin-left: 20.8333333333%; }
  .ib4 .offset-xl-6 {
    margin-left: 25%; }
  .ib4 .offset-xl-7 {
    margin-left: 29.1666666667%; }
  .ib4 .offset-xl-8 {
    margin-left: 33.3333333333%; }
  .ib4 .offset-xl-9 {
    margin-left: 37.5%; }
  .ib4 .offset-xl-10 {
    margin-left: 41.6666666667%; }
  .ib4 .offset-xl-11 {
    margin-left: 45.8333333333%; }
  .ib4 .offset-xl-12 {
    margin-left: 50%; }
  .ib4 .offset-xl-13 {
    margin-left: 54.1666666667%; }
  .ib4 .offset-xl-14 {
    margin-left: 58.3333333333%; }
  .ib4 .offset-xl-15 {
    margin-left: 62.5%; }
  .ib4 .offset-xl-16 {
    margin-left: 66.6666666667%; }
  .ib4 .offset-xl-17 {
    margin-left: 70.8333333333%; }
  .ib4 .offset-xl-18 {
    margin-left: 75%; }
  .ib4 .offset-xl-19 {
    margin-left: 79.1666666667%; }
  .ib4 .offset-xl-20 {
    margin-left: 83.3333333333%; }
  .ib4 .offset-xl-21 {
    margin-left: 87.5%; }
  .ib4 .offset-xl-22 {
    margin-left: 91.6666666667%; }
  .ib4 .offset-xl-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 992px) {
  .ib4 .row > .col,
  .ib4 .row > [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px; }
  .ib4 .row {
    margin-left: -12px;
    margin-right: -12px; } }

.ib4 .container,
.ib4 .container-fluid {
  padding-left: 12px;
  padding-right: 12px; }

.ib4 .container-fluid-limited {
  max-width: 1392px; }
/**
 * n3-ux - 2.0.0-alpha.1
 * Composantes visuelles N3-UX
 * http://dwprivdn00020.mvt.desjardins.dev:4851/documentation/composantes.html
 */
@charset "UTF-8";
/* Btn primaire disable*/
/* Niveau de gris */
/* titre principal */
/* Lien*/
/*$input-btn-font-size:       $font-size-base !default;
$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-padding-y-sm:    .25rem !default;*/
/*$input-btn-font-size-sm:    $font-size-sm !default;
$input-btn-line-height-sm:    $line-height-sm !default;*/
/*$input-btn-padding-x-lg:    1rem !default;
$input-btn-font-size-lg:      $font-size-lg !default;
$input-btn-line-height-lg:    $line-height-lg !default;

$input-btn-border-width:      $border-width !default;*/
/*$btn-font-size:           $input-btn-font-size !default;
$btn-line-height:           $input-btn-line-height !default;

$btn-padding-y-sm:          $input-btn-padding-y-sm !default;
$btn-padding-x-sm:          $input-btn-padding-x-sm !default;
$btn-font-size-sm:          $input-btn-font-size-sm !default;
$btn-line-height-sm:        $input-btn-line-height-sm !default;

$btn-padding-y-lg:          $input-btn-padding-y-lg !default;
$btn-padding-x-lg:          $input-btn-padding-x-lg !default;
$btn-font-size-lg:          $input-btn-font-size-lg !default;
$btn-line-height-lg:        $input-btn-line-height-lg !default;

$btn-border-width:          $input-btn-border-width !default;*/
/*$btn-block-spacing-y:     .5rem !default;*/
sub,
sup {
  font-size: 0.75rem; }

label,
legend {
  line-height: 1.25; }

legend {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5625rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0.375rem; }

a:visited {
  color: #74469f; }

[data-whatintent="keyboard"] a:focus:not(:disabled):not(.disabled) {
  outline: #1a79c6 solid 2px;
  outline-offset: -2px; }

.ib4 *:focus {
  outline: none; }

[data-whatintent="keyboard"] *:focus {
  outline: #1a79c6 solid 2px;
  outline-offset: -2px; }

table {
  border-spacing: 0; }

caption {
  caption-side: top;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px; }

.ib4 {
  /*Reset type number*/
  /*Version LG*/
  /*row*/
  /*presentation border helpers*/ }
  .ib4 h1,
  .ib4 .h1 {
    font-weight: 400;
    color: #00884e;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .ib4 h1,
      .ib4 .h1 {
        font-size: 2.25rem; } }
    .ib4 h1 sup,
    .ib4 .h1 sup {
      font-size: 1.25rem; }
  @media (min-width: 768px) {
    .ib4 h2,
    .ib4 .h2 {
      font-size: 1.625rem; } }
  .ib4 h3,
  .ib4 .h3 {
    color: #595959; }
    @media (min-width: 768px) {
      .ib4 h3,
      .ib4 .h3 {
        font-size: 1.375rem; } }
  .ib4 h4,
  .ib4 .h4 {
    color: #3f8523;
    margin-bottom: 15px; }
  .ib4 h6,
  .ib4 .h6 {
    line-height: 1.1; }
  .ib4 h4,
  .ib4 h5,
  .ib4 h6,
  .ib4 .h4,
  .ib4 .h5,
  .ib4 .h6 {
    font-weight: 700; }
  .ib4 h5,
  .ib4 h6,
  .ib4 .h5,
  .ib4 .h6 {
    margin-bottom: 0.9375rem; }
  .ib4 h2,
  .ib4 h5,
  .ib4 h6,
  .ib4 .h2,
  .ib4 .h5,
  .ib4 .h6 {
    color: #000; }
  .ib4 .note {
    position: relative;
    color: #383838;
    font-size: 0.8125rem;
    margin: 0.6875rem 0; }
    .ib4 .note:before {
      content: "";
      height: 0.0625rem;
      width: 12.5rem;
      background-color: #d5d5d5;
      display: block;
      margin-bottom: 0.4375rem; }
  .ib4 .appel-note {
    color: #595959;
    text-decoration: none;
    white-space: nowrap; }
  .ib4 ul {
    padding-left: 0; }
  .ib4 ul li {
    margin-bottom: 0.375rem;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-puce' xmlns='http://www.w3.org/2000/svg' x='0' y='0' xml:space='preserve' width='6' height='6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23595959'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0.8125rem 0.5625rem;
    background-size: 0.375rem 0.375rem;
    list-style: none;
    padding-left: 1.75rem; }
    @media all and (-ms-high-contrast: none) {
      .ib4 ul li {
        background-size: 6px 6px; } }
    @supports (-ms-ime-align: auto) {
      .ib4 ul li {
        background-size: 6px 6px; } }
  .ib4 ul ul > li {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-puce' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 7 7' xml:space='preserve' width='6' height='6'%3E%3Ccircle cx='3.5' cy='3.5' r='3' fill='none' stroke='%233e3e3e'/%3E%3C/svg%3E");
    background-size: 0.375rem 0.375rem;
    padding-left: 1.8125rem; }
    @media all and (-ms-high-contrast: none) {
      .ib4 ul ul > li {
        background-size: 6px 6px; } }
    @supports (-ms-ime-align: auto) {
      .ib4 ul ul > li {
        background-size: 6px 6px; } }
  .ib4 ol {
    padding-left: 23px; }
    .ib4 ol li {
      margin-bottom: 0.375rem; }
  .ib4 ol ol {
    list-style-type: lower-latin; }
  .ib4 [class*="list"] {
    position: relative;
    padding-left: 0.8125rem;
    margin-bottom: 0.625rem; }
    .ib4 [class*="list"] li {
      background: none;
      position: relative;
      margin-bottom: 0.375rem;
      padding-left: 0.9375rem; }
  .ib4 .list-primary,
  .ib4 .list-demicadratin,
  .ib4 .list-compact,
  .ib4 .list-unstyled {
    list-style-type: none; }
    .ib4 .list-primary li:before,
    .ib4 .list-demicadratin li:before,
    .ib4 .list-compact li:before,
    .ib4 .list-unstyled li:before {
      content: "";
      width: 0.375rem;
      height: 0.375rem;
      background-color: #595959;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0.5625rem;
      left: 0; }
  .ib4 .list-unstyled ul,
  .ib4 .list-primary ul {
    padding-left: 0.8125rem; }
    .ib4 .list-unstyled ul li,
    .ib4 .list-primary ul li {
      padding-left: 0.9375rem; }
      .ib4 .list-unstyled ul li:before,
      .ib4 .list-primary ul li:before {
        background-color: transparent;
        border: 0.0625rem solid #595959; }
  .ib4 .list-primary > li:before {
    background-color: #3f8523; }
  .ib4 .list-demicadratin ul {
    padding-left: 0.8125rem; }
    .ib4 .list-demicadratin ul li {
      padding-left: 0; }
      .ib4 .list-demicadratin ul li:before {
        background-color: transparent;
        content: "\2013   ";
        position: static;
        border: none;
        display: inline; }
  .ib4 .list-tiret {
    list-style: none;
    padding-left: 0.5rem; }
    .ib4 .list-tiret li {
      counter-increment: level1;
      padding-left: 0; }
      .ib4 .list-tiret li:before {
        content: counter(level1) "- "; }
  .ib4 .list-unstyled {
    padding-left: 0; }
    .ib4 .list-unstyled > li:before {
      display: none; }
  .ib4 .list-action {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0.625rem; }
    .ib4 .list-action li {
      margin-bottom: 0; }
  .ib4 .list-compact {
    padding-left: 0.40625rem; }
    .ib4 .list-compact li {
      padding-left: 0.9375rem;
      margin-bottom: 0.1625rem; }
  .ib4 .lien-action {
    position: relative;
    padding: 0.1875rem 0 0.1875rem 1.8rem;
    font-weight: bold;
    display: inline-block;
    color: #007944;
    text-decoration: none; }
    .ib4 .lien-action:hover {
      text-decoration: underline; }
    .ib4 .lien-action:before {
      content: "";
      position: absolute;
      top: 0.8rem;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-liens' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='19' height='19' xml:space='preserve'%3E%3Cpath id='fleche' fill='%23007944' d='M6.5 4.986l4.472 4.513L6.5 14.012l1.069 1.538L13.5 9.499 7.569 3.55z'/%3E%3Cpath id='cercle' fill='%23007944' d='M9.5 0C4.3 0 0 4.3 0 9.5S4.3 19 9.5 19 19 14.7 19 9.5 14.7 0 9.5 0zm0 17.3c-4.3 0-7.8-3.5-7.8-7.8s3.5-7.8 7.8-7.8 7.8 3.5 7.8 7.8-3.5 7.8-7.8 7.8z'/%3E%3C/svg%3E");
      width: 1.4rem;
      height: 1.4rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .lien-action:before {
          background-size: 19px 19px;
          width: 19px;
          height: 19px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .lien-action:before {
          background-size: 19px 19px;
          width: 19px;
          height: 19px; } }
  .ib4 .lien-externe:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-lien-externe' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='13' height='13' xml:space='preserve'%3E%3Cpath class='st0' fill='%2300884E' d='M9.7 5.6c-.4 0-.7.4-.7.8v5.1H1.5V3.9h5c.4 0 .8-.3.8-.8s-.4-.8-.8-.8H.8c-.5 0-.8.4-.8.8v9.1c0 .5.3.8.7.8h9c.5 0 .8-.3.8-.8V6.4c0-.5-.4-.8-.8-.8z'/%3E%3Cpath class='st0' fill='%2300884E' d='M12.2 0H8.7c-.4 0-.7.3-.7.8 0 .4.3.7.7.8h1.6L5.8 6.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.6-.3l4.5-4.6v1.7c0 .5.3.8.8.8s.8-.3.8-.7V.8c0-.5-.3-.8-.8-.8z'/%3E%3C/svg%3E");
    width: 0.8125rem;
    height: 0.8125rem;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 0.3125rem;
    display: inline-block; }
    @media all and (-ms-high-contrast: none) {
      .ib4 .lien-externe:after {
        background-size: 13px 13px;
        width: 13px;
        height: 13px; } }
    @supports (-ms-ime-align: auto) {
      .ib4 .lien-externe:after {
        background-size: 13px 13px;
        width: 13px;
        height: 13px; } }
  .ib4 .table {
    position: relative; }
    .ib4 .table:after {
      content: "";
      height: 0.1875rem;
      width: 100%;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: 0; }
    .ib4 .table th,
    .ib4 .table td {
      border-right: 0.0625rem solid #8a8a8a; }
      .ib4 .table th:last-child,
      .ib4 .table td:last-child {
        border-right-color: transparent; }
    .ib4 .table thead {
      border-bottom: 0.25rem solid #00a57f;
      border-left: 0.125rem solid transparent;
      border-right: 0.125rem solid transparent; }
      .ib4 .table thead th {
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .ib4 .table tbody {
      background-color: #fff;
      border-left: 0.125rem solid #fff;
      border-right: 0.125rem solid #fff; }
    .ib4 .table tfoot {
      border-left: 0.125rem solid #000;
      border-right: 0.125rem solid #000; }
      .ib4 .table tfoot th,
      .ib4 .table tfoot td {
        background: none;
        color: #fff;
        background-color: #000;
        border: 0.0625rem solid #000;
        border-top: 0; }
  .ib4 caption.sr-only {
    margin: 0;
    height: 0; }
  .ib4 .form-control:focus {
    outline: #1a79c6 solid 2px;
    outline-offset: -2px; }
  .ib4 .input-recherche {
    border-right: none; }
    .ib4 .input-recherche .form-control {
      border-right: none; }
    .ib4 .input-recherche .btn-secondary.ic-loupe {
      border: 1px solid #ced4da;
      border-left: none;
      border-color: #ced4da;
      border-radius: 0;
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075); }
      .ib4 .input-recherche .btn-secondary.ic-loupe:before {
        margin-right: 0; }
      .ib4 .input-recherche .btn-secondary.ic-loupe:not(:disabled):not(.disabled):active {
        border-color: #ced4da; }
  .ib4 .form-inline .form-group {
    font-size: 0; }
    @media (max-width: 767.98px) {
      .ib4 .form-inline .form-group {
        width: 100%; } }
  .ib4 .form-inline .form-control {
    display: inline-block;
    width: auto; }
    @media (max-width: 767.98px) {
      .ib4 .form-inline .form-control {
        width: calc(100% - 3.625rem); } }
  .ib4 .form-inline .btn-secondary {
    vertical-align: top; }
  .ib4 .form-date {
    font-size: 0; }
  .ib4 .form-jour,
  .ib4 .form-mois,
  .ib4 .form-annee {
    margin: 0 4px;
    display: inline-block; }
  .ib4 .form-jour {
    width: calc(29.16667% - 0.5rem);
    margin-left: 0; }
  .ib4 .form-mois {
    width: calc(41.66667% - 0.5rem);
    vertical-align: top; }
  .ib4 .form-annee {
    width: 29.16667%;
    margin-right: 0; }
  .ib4 .form-monetaire {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap; }
    .ib4 .form-monetaire:before, .ib4 .form-monetaire:after {
      position: relative;
      top: 0.125rem; }
    .ib4 .form-monetaire .form-control {
      width: calc(100% - 0.6875rem);
      display: inline-block; }
  .ib4 .fr .form-monetaire:after {
    padding-left: 0.25rem;
    content: "$"; }
  .ib4 .en .form-monetaire:before {
    padding-right: 0.25rem;
    content: "$"; }
  .ib4 .btn-resp .btn {
    width: 100%; }
  @media (min-width: 768px) {
    .ib4 .btn-resp .btn {
      width: auto; }
    .ib4 .form-horizontal .control-label {
      text-align: right; } }
  .ib4 .form-multi-col .btn-resp .btn {
    width: auto; }
  .ib4 .form-multi-col .control-label {
    text-align: right; }
  .ib4 .btn-resp-wrap-left {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap; }
  .ib4 .btn-resp-left1 {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .ib4 .btn-resp-left1 {
        margin-right: 0px; } }
    @media (min-width: 768px) {
      .ib4 .btn-resp-left1 {
        margin-right: 12px; } }
    @media (min-width: 992px) {
      .ib4 .btn-resp-left1 {
        margin-right: 24px; } }
  @media (max-width: 767.98px) {
    .ib4 .btn-resp-left1,
    .ib4 .btn-resp-left2 {
      flex: 1 100%; } }
  .ib4 .btn-resp-left2 {
    order: 1; }
  .ib4 .btn {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    min-width: 4.375rem;
    text-decoration: none;
    position: relative; }
    [data-whatintent="keyboard"] .ib4 .btn:focus:not(:disabled):not(.disabled) {
      background-color: #1a79c6;
      border-color: #1a79c6;
      color: #fff;
      outline: none; }
    .ib4 .btn.disabled, .ib4 .btn:disabled {
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .ib4 .btn-primary:not(:disabled):hover {
    background-color: #03673e;
    border-color: #03673e; }
  .ib4 .btn-primary:not(:disabled):not(.disabled):active, .ib4 .btn-primary:not(:disabled):not(.disabled).active,
  .show > .ib4 .btn-primary.dropdown-toggle {
    background-color: #03673e;
    border-color: #03673e; }
  .ib4 .btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #007944;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    color: #007944; }
    .ib4 .btn-secondary:hover {
      color: #fff;
      background-color: #007944;
      border-color: #007944; }
    .ib4 .btn-secondary:focus, .ib4 .btn-secondary.focus {
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(5, 108, 64, 0.5); }
    .ib4 .btn-secondary.disabled, .ib4 .btn-secondary:disabled {
      color: #212529;
      background-color: #fff;
      border-color: #007944; }
    .ib4 .btn-secondary:not(:disabled):not(.disabled):active, .ib4 .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .ib4 .btn-secondary.dropdown-toggle {
      color: #212529;
      background-color: #e6e5e5;
      border-color: #003920; }
      .ib4 .btn-secondary:not(:disabled):not(.disabled):active:focus, .ib4 .btn-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .ib4 .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0 rgba(5, 108, 64, 0.5); }
    .ib4 .btn-secondary.disabled, .ib4 .btn-secondary:disabled {
      color: #007944; }
    .ib4 .btn-secondary:not(:disabled):not(.disabled):active, .ib4 .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .ib4 .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #007944;
      border-color: #007944; }
  .ib4 .btn-danger {
    color: #212529;
    background-color: #fff;
    border-color: #cc0000;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    color: #cc0000; }
    .ib4 .btn-danger:hover {
      color: #fff;
      background-color: #b30000;
      border-color: #b30000; }
    .ib4 .btn-danger:focus, .ib4 .btn-danger.focus {
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(178, 6, 6, 0.5); }
    .ib4 .btn-danger.disabled, .ib4 .btn-danger:disabled {
      color: #212529;
      background-color: #fff;
      border-color: #cc0000; }
    .ib4 .btn-danger:not(:disabled):not(.disabled):active, .ib4 .btn-danger:not(:disabled):not(.disabled).active,
    .show > .ib4 .btn-danger.dropdown-toggle {
      color: #212529;
      background-color: #e6e5e5;
      border-color: #8c0000; }
      .ib4 .btn-danger:not(:disabled):not(.disabled):active:focus, .ib4 .btn-danger:not(:disabled):not(.disabled).active:focus,
      .show > .ib4 .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0 rgba(178, 6, 6, 0.5); }
    .ib4 .btn-danger.disabled, .ib4 .btn-danger:disabled {
      color: #cc0000; }
    .ib4 .btn-danger:not(:disabled):not(.disabled):active, .ib4 .btn-danger:not(:disabled):not(.disabled).active,
    .show > .ib4 .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #b30000;
      border-color: #b30000; }
  .ib4 .btn-link,
  .ib4 .btn-nostyle {
    box-shadow: none;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif; }
    [data-whatintent="keyboard"] .ib4 .btn-link:focus:not(:disabled):not(.disabled), [data-whatintent="keyboard"]
    .ib4 .btn-nostyle:focus:not(:disabled):not(.disabled) {
      background-color: transparent;
      outline: #1a79c6 solid 2px;
      outline-offset: -2px;
      color: #383838;
      border-color: transparent; }
    .ib4 .btn-link.disabled, .ib4 .btn-link:disabled,
    .ib4 .btn-nostyle.disabled,
    .ib4 .btn-nostyle:disabled {
      box-shadow: none; }
  .ib4 .btn-link {
    text-decoration: underline; }
  .ib4 .btn-nostyle {
    padding: 0; }
  .ib4 .btn.sans-texte {
    min-height: 44px; }
    .ib4 .btn.sans-texte:after, .ib4 .btn.sans-texte:before {
      margin: 0; }
  .ib4 .btn-block.btn-ic-g,
  .ib4 .btn-block.btn-ic-d {
    display: flex;
    justify-content: center; }
  .ib4 .btn-sm {
    font-weight: normal; }
  .ib4 .btn-ic-g.btn-sm:before {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 auto;
    margin-right: 0.5rem; }
  .ib4 .btn-ic-d.btn-sm:after {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 auto;
    margin-left: 0.5rem; }
  .ib4 .btn-ic-g,
  .ib4 .ic-crochet,
  .ib4 .ic-connexion,
  .ib4 .ic-loupe {
    text-align: left;
    display: inline-flex;
    align-items: center; }
    .ib4 .btn-ic-g:before,
    .ib4 .ic-crochet:before,
    .ib4 .ic-connexion:before,
    .ib4 .ic-loupe:before {
      content: "";
      background-size: 100%;
      background-repeat: no-repeat;
      align-self: center;
      display: block;
      width: 1rem;
      height: 1rem;
      flex: 0 0 auto;
      margin-right: 0.625rem; }
  .ib4 .btn-ic-d,
  .ib4 .ic-connexion {
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .ib4 .btn-ic-d:after,
    .ib4 .ic-connexion:after {
      content: "";
      background-size: 100%;
      background-repeat: no-repeat;
      align-self: center;
      display: block;
      width: 1rem;
      height: 1rem;
      flex: 0 0 auto;
      margin-left: 0.625rem; }
  .ib4 .ic-crochet.btn-primary:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='crochet' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='11' height='10' viewBox='0.012 0.006 11 10' xml:space='preserve'%3E%3Cpath id='crochet_1_' fill='%23FFF' d='M.012 4.806v2.095c-.003.599.348.739.509.898L2.66 9.593c.712.601 1.222.499 1.731 0l5.313-5.289s1.307-1.194 1.307-1.493V.304c-.058-.31-.387-.416-.686-.131-.3.284-6.545 6.13-6.545 6.13-.203.199-.391.468-.814.1L.7 4.667c-.303-.28-.691-.27-.688.139z'/%3E%3C/svg%3E");
    width: 0.875rem;
    height: 0.875rem;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media all and (-ms-high-contrast: none) {
      .ib4 .ic-crochet.btn-primary:before {
        background-size: 14px 14px;
        width: 14px;
        height: 14px; } }
    @supports (-ms-ime-align: auto) {
      .ib4 .ic-crochet.btn-primary:before {
        background-size: 14px 14px;
        width: 14px;
        height: 14px; } }
  .ib4 .ic-connexion.btn-primary:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-profil' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='26' height='26' xml:space='preserve'%3E%3Cpath id='profil' fill='%23FFF' d='M13 0C5.8 0 0 5.8 0 13s5.8 13 13 13c7.201 0 13-5.8 13-13S20.201 0 13 0zM9.9 11.5c-.1-.6-.2-1.4-.2-1.9s.2-.8.5-1l.3-.2V8.1c0-.4.3-.7.8-.9s1.1-.4 1.8-.4h.2c1 0 1.901.2 2.5.7.6.4.9 1.1.9 2 0 .5 0 1.2-.201 2.1l-.099.8.801-.101c.299 0 .399.101.399.3 0 .4-.101.7-.3 1.101-.1.3-.301.6-.4 1 0 .1 0 .2-.3.1l-.6-.1-.1.6c-.1.5-.199.7-.4 1l-.299.3c-.601.601-1.101 1-1.901 1s-1.4-.6-1.9-1.1l-.1-.1-.2-.2c-.3-.3-.4-.601-.4-1l-.1-.601-.6.101c-.2 0-.3-.101-.3-.101-.1-.399-.2-.699-.4-1-.2-.399-.4-.8-.3-1.1 0-.2.1-.3.4-.3l.8.1-.3-.799zM6.3 22.7c.1 0 .1 0 0 0 1.2-1.101 2.7-1.9 4.6-2.2l.5-.1v-2c.4.3.9.5 1.6.5.701 0 1.201-.2 1.6-.5v2l.5.1c1.899.3 3.399 1.1 4.5 2.1-1.899 1.4-4.3 2.2-6.8 2.2-2.3 0-4.599-.8-6.5-2.1zm14.401-.9c-1.201-1.2-2.9-2-4.801-2.5v-2.1l.2-.2c.3-.3.5-.7.7-1.2.5-.1.9-.5 1.1-1 .1-.3.2-.5.301-.8.299-.5.5-1.1.399-1.8-.101-.601-.399-1.101-1-1.3.101-.7.101-1.301.101-1.801-.101-1.199-.601-2.1-1.4-2.8-.801-.6-1.9-1-3.2-1h-.2c-.4 0-1.4.101-2.2.5-.9.4-1.4 1-1.5 1.8C8.8 8.2 8.5 8.8 8.5 9.5c0 .5 0 1 .1 1.6-.5.2-.9.7-1 1.2-.1.7.2 1.3.4 1.8.1.301.2.5.3.801.1.5.5.899 1.1 1 .1.5.4.899.7 1.199l.2.2v2.1c-1.9.4-3.5 1.2-4.699 2.4L5.4 22c-2.5-2.2-4.2-5.4-4.2-9C1.2 6.5 6.5 1.2 13 1.2c6.5 0 11.8 5.3 11.8 11.8.001 3.5-1.599 6.7-4.099 8.8z'/%3E%3C/svg%3E");
    width: 1.625rem;
    height: 1.625rem;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media all and (-ms-high-contrast: none) {
      .ib4 .ic-connexion.btn-primary:before {
        background-size: 26px 26px;
        width: 26px;
        height: 26px; } }
    @supports (-ms-ime-align: auto) {
      .ib4 .ic-connexion.btn-primary:before {
        background-size: 26px 26px;
        width: 26px;
        height: 26px; } }
  .ib4 .ic-connexion.btn-primary:after {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -0.5rem 0.125rem 0 0.75rem; }
  .ib4 .ic-connexion.btn-primary:empty:after {
    margin-left: 0; }
  .ib4 .btn-secondary.ic-loupe {
    min-width: 3.125rem; }
    .ib4 .btn-secondary.ic-loupe:before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-recherche' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='22' height='22' xml:space='preserve'%3E%3Cpath id='loupe' fill='%23007944' d='M21.791 20.653l-7.396-7.384c-.101-.1-.2-.1-.301-.199 1.101-1.297 1.699-3.093 1.699-4.989C15.793 3.591 12.295 0 7.896 0 3.499 0 0 3.692 0 8.082c0 4.49 3.499 8.083 7.896 8.083a7.857 7.857 0 0 0 5.099-1.896c0 .101.1.199.1.199l7.396 7.384c.2.199.5.199.8 0l.601-.599c.199-.301.099-.5-.101-.6zM7.896 14.566c-3.499 0-6.397-2.893-6.397-6.485 0-3.592 2.898-6.585 6.397-6.585s6.397 2.894 6.397 6.585c.102 3.593-2.798 6.485-6.397 6.485z'/%3E%3C/svg%3E");
      width: 1.375rem;
      height: 1.375rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-secondary.ic-loupe:before {
          background-size: 22px 22px;
          width: 22px;
          height: 22px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-secondary.ic-loupe:before {
          background-size: 22px 22px;
          width: 22px;
          height: 22px; } }
    [data-whatintent="keyboard"] .ib4 .btn-secondary.ic-loupe:focus:not(:disabled):not(.disabled):before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-recherche' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='25' height='25' xml:space='preserve'%3E%3Cpath id='loupe' fill='%23FFF' d='M24.761 23.36l-8.386-8.449c-.101-.101-.2-.101-.301-.199 1.198-1.491 1.897-3.479 1.897-5.567C17.972 4.075 13.979 0 8.986 0 3.994 0 0 4.075 0 9.145c0 5.07 3.994 9.245 8.986 9.245 2.197 0 4.194-.796 5.791-2.187 0 .099.101.199.101.199l8.387 8.449c.199.198.6.198.898 0l.699-.696a.524.524 0 0 0-.101-.795zM8.986 16.6c-3.994 0-7.288-3.28-7.288-7.256 0-4.075 3.294-7.355 7.288-7.355s7.289 3.28 7.289 7.355c-.001 3.975-3.296 7.256-7.289 7.256z'/%3E%3C/svg%3E"); }
    .ib4 .btn-secondary.ic-loupe:hover:before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-recherche' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='25' height='25' xml:space='preserve'%3E%3Cpath id='loupe' fill='%23FFF' d='M24.761 23.36l-8.386-8.449c-.101-.101-.2-.101-.301-.199 1.198-1.491 1.897-3.479 1.897-5.567C17.972 4.075 13.979 0 8.986 0 3.994 0 0 4.075 0 9.145c0 5.07 3.994 9.245 8.986 9.245 2.197 0 4.194-.796 5.791-2.187 0 .099.101.199.101.199l8.387 8.449c.199.198.6.198.898 0l.699-.696a.524.524 0 0 0-.101-.795zM8.986 16.6c-3.994 0-7.288-3.28-7.288-7.256 0-4.075 3.294-7.355 7.288-7.355s7.289 3.28 7.289 7.355c-.001 3.975-3.296 7.256-7.289 7.256z'/%3E%3C/svg%3E"); }
    .ib4 .btn-secondary.ic-loupe:not(:disabled):not(.disabled):active:before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-recherche' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='25' height='25' xml:space='preserve'%3E%3Cpath id='loupe' fill='%23FFF' d='M24.761 23.36l-8.386-8.449c-.101-.101-.2-.101-.301-.199 1.198-1.491 1.897-3.479 1.897-5.567C17.972 4.075 13.979 0 8.986 0 3.994 0 0 4.075 0 9.145c0 5.07 3.994 9.245 8.986 9.245 2.197 0 4.194-.796 5.791-2.187 0 .099.101.199.101.199l8.387 8.449c.199.198.6.198.898 0l.699-.696a.524.524 0 0 0-.101-.795zM8.986 16.6c-3.994 0-7.288-3.28-7.288-7.256 0-4.075 3.294-7.355 7.288-7.355s7.289 3.28 7.289 7.355c-.001 3.975-3.296 7.256-7.289 7.256z'/%3E%3C/svg%3E");
      width: 1.375rem;
      height: 1.375rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-secondary.ic-loupe:not(:disabled):not(.disabled):active:before {
          background-size: 22px 22px;
          width: 22px;
          height: 22px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-secondary.ic-loupe:not(:disabled):not(.disabled):active:before {
          background-size: 22px 22px;
          width: 22px;
          height: 22px; } }
    .ib4 .btn-secondary.ic-loupe.sans-texte {
      justify-content: center;
      padding: 0.5625rem; }
  .ib4 .ic-chevron-h,
  .ib4 .ic-chevron-b,
  .ib4 .ic-chevron-g,
  .ib4 .ic-chevron-d {
    text-align: left;
    display: inline-flex;
    align-items: center; }
  .ib4 .ic-chevron-g:after {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block; }
  .ib4 .ic-chevron-g:after {
    display: none; }
  .ib4 .ic-chevron-g:before {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    margin: 0 0.3125rem 0 0.125rem; }
  .ib4 .ic-chevron-g:empty:after {
    margin-left: 0; }
  .ib4 .ic-chevron-g.btn-secondary:before {
    border-color: #007944; }
  .ib4 .ic-chevron-g.btn-secondary:hover:before {
    border-color: #fff; }
  [data-whatintent="keyboard"] .ib4 .ic-chevron-g.btn-secondary:focus:before {
    border-color: #fff; }
  .ib4 .ic-chevron-d {
    justify-content: space-between; }
    .ib4 .ic-chevron-d:after {
      box-sizing: border-box;
      height: 0.6875rem;
      width: 0.6875rem;
      border-style: solid;
      border-color: #fff;
      border-width: 0 0.125rem 0.125rem 0;
      content: "";
      display: inline-block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: 0 0.1875rem 0 0.375rem; }
    .ib4 .ic-chevron-d:empty:after {
      margin-left: 0; }
  .ib4 .ic-chevron-b:after {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -0.5rem 0.125rem 0 0.75rem; }
  .ib4 .ic-chevron-b:empty:after {
    margin-left: 0; }
  .ib4 .ic-chevron-h:after {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin: 0.3125rem 0.125rem 0 0.75rem; }
  .ib4 .ic-chevron-h:empty:after {
    margin-left: 0; }
  .ib4 .ic-chevron-h.btn-secondary:after,
  .ib4 .ic-chevron-b.btn-secondary:after,
  .ib4 .ic-chevron-d.btn-secondary:after {
    border-color: #007944; }
  .ib4 .ic-chevron-h.btn-secondary:hover:after,
  .ib4 .ic-chevron-b.btn-secondary:hover:after,
  .ib4 .ic-chevron-d.btn-secondary:hover:after {
    border-color: #fff; }
  [data-whatintent="keyboard"] .ib4 .ic-chevron-h.btn-secondary:focus:after, [data-whatintent="keyboard"]
  .ib4 .ic-chevron-b.btn-secondary:focus:after, [data-whatintent="keyboard"]
  .ib4 .ic-chevron-d.btn-secondary:focus:after {
    border-color: #fff; }
  .ib4 .btn-sociaux {
    display: inline-block; }
    .ib4 .btn-sociaux.facebook {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-facebook' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='24' height='24' xml:space='preserve'%3E%3ClinearGradient id='f_1_' gradientUnits='userSpaceOnUse' x1='524' y1='587.153' x2='524' y2='611.078' gradientTransform='translate(-512 -587)'%3E%3Cstop offset='0' stop-color='%234d69a2'/%3E%3Cstop offset='1' stop-color='%233c5a99'/%3E%3C/linearGradient%3E%3Cpath id='f' fill='url(%23f_1_)' d='M24 22.994V1.093c0-.6-.5-1.1-1.1-1.1H1.1c-.6 0-1.1.5-1.1 1.1v21.801c0 .6.5 1.1 1.1 1.1h12.1v-9.6h-3.1v-3.301h3.1v-3.6c0-2.1 1.899-3.6 3.399-3.6h3.5v3h-1.6c-.8 0-1.8.6-1.8 1.399v2.7h3.1v3.299h-3.1v9.701h6.2c.601.102 1.101-.398 1.101-.998z'/%3E%3C/svg%3E");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-sociaux.facebook {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-sociaux.facebook {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
    .ib4 .btn-sociaux.linkedin {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-linkedin' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='24' height='24' xml:space='preserve'%3E%3Cpath id='bleu' fill='%23007BB6' d='M22.101 0H1.8C.8 0 0 .8 0 1.7v20.6c0 1 .8 1.7 1.8 1.7h20.401c1 0 1.799-.8 1.799-1.7V1.7C23.9.8 23.101 0 22.101 0z'/%3E%3Cpath id='i' fill='%23FFF' d='M3.9 9.1h3.5v11.3H3.9V9.1zm1.701-5.6c1.1 0 2.1.9 2.1 2.1 0 1.101-.9 2.101-2.1 2.101C4.5 7.7 3.5 6.8 3.5 5.6c.101-1.2 1-2.1 2.101-2.1'/%3E%3Cpath id='n' fill='%23FFF' d='M9.601 9.1h3.3v1.6c.5-.9 1.6-1.8 3.301-1.8 3.5 0 4.199 2.399 4.199 5.399v6.2h-3.5V15c0-1.3 0-2.9-1.8-2.9-1.9 0-2.101 1.4-2.101 2.9v5.5H9.5V9.1h.101z'/%3E%3C/svg%3E");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-sociaux.linkedin {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-sociaux.linkedin {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
    .ib4 .btn-sociaux.twitter {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-twitter' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='24' height='24' xml:space='preserve'%3E%3Cpath id='bleu' fill='%235FA9DD' d='M22.1 0H1.8C.8 0 0 .8 0 1.7v20.6c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.7V1.7C23.9.8 23.1 0 22.1 0z'/%3E%3Cpath id='twit' fill='%23FFF' d='M20.7 7c-.601.3-1.2.4-1.9.5.7-.4 1.2-1 1.4-1.8-.6.4-1.3.6-2.1.8-.6-.6-1.5-1-2.399-1-1.8 0-3.3 1.5-3.3 3.3 0 .3 0 .5.1.7-2.6-.1-5-1.4-6.7-3.4-.3.5-.4 1-.4 1.7C5.4 8.9 6 9.9 6.9 10.5c-.5 0-1-.2-1.5-.4 0 1.6 1.1 2.9 2.6 3.2-.3.1-.6.1-.9.1-.2 0-.4 0-.6-.101.4 1.3 1.6 2.3 3.1 2.3C8.5 16.5 7.1 17 5.5 17h-.8c1.5.9 3.2 1.5 5 1.5 6 0 9.3-5 9.3-9.3v-.4c.7-.5 1.3-1.1 1.7-1.8z'/%3E%3C/svg%3E");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-sociaux.twitter {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-sociaux.twitter {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
    .ib4 .btn-sociaux.googlePlus {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-google-plus' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='24' height='24' xml:space='preserve'%3E%3Cpath id='rouge' fill='%23D03324' d='M1.7-.005h20.7c.899 0 1.6.7 1.6 1.6v20.801c0 .899-.7 1.6-1.7 1.6H1.7c-.9.1-1.7-.6-1.7-1.5v-20.9C0 .695.8-.005 1.7-.005z'/%3E%3Cpath id='g_x2B_' fill='%23FFF' d='M13.9 3.995H9.6c-.6 0-1.2.1-1.8.2-.7.1-1.3.399-1.9.899-.9.901-1.3 1.802-1.3 2.802 0 .8.3 1.6.9 2.199.6.7 1.4 1 2.6 1h.7c0 .101-.1.2-.1.4-.1.1-.1.3-.1.5 0 .3.1.6.2.8.1.2.3.4.4.601-.5 0-1.1.1-1.9.199-.8.101-1.5.4-2.2.801-.6.399-1 .8-1.3 1.199-.2.5-.4.9-.4 1.301 0 .8.4 1.5 1.1 2 .7.699 1.8 1 3.3 1 1.8 0 3.1-.4 4.1-1.2.9-.8 1.4-1.7 1.4-2.7 0-.7-.2-1.3-.5-1.7-.3-.399-.7-.8-1.2-1.2l-.7-.699c-.1-.101-.2-.2-.3-.4-.1-.1-.2-.3-.2-.5s.1-.4.2-.6c.1-.2.2-.301.3-.4l.6-.6c.2-.2.3-.4.5-.601.3-.399.5-1 .5-1.8 0-.4 0-.8-.1-1.1-.1-.301-.2-.601-.4-.801-.2-.199-.3-.399-.5-.6l-.4-.4h1.3l1.5-.6zm-2.3 11.5c.4.4.5.9.5 1.4 0 .6-.3 1.199-.8 1.6s-1.3.6-2.3.6c-1.1 0-2-.3-2.6-.699-.7-.5-1-1.101-1-1.801 0-.399.1-.699.2-1 .1-.3.3-.5.5-.6.2-.2.4-.3.6-.4.2-.1.3-.1.5-.199.5-.101.9-.2 1.3-.301h1.4c.7.6 1.3 1 1.7 1.4zm-1-5.4c-.3.4-.8.601-1.4.601-.4 0-.8-.101-1.2-.4-.3-.3-.6-.6-.8-1-.5-.8-.7-1.5-.7-2.3 0-.6.1-1.1.5-1.5.3-.5.8-.7 1.4-.7.4 0 .8.101 1.2.4.3.3.6.6.8 1 .4.8.6 1.7.6 2.5-.1.999-.1.999-.4 1.399zm7.6.5v-2.1h-1.1v2.2h-2.2v1.1h2.2v2.2h1.1v-2.2h2.2v-1.1h-2.2v-.1z'/%3E%3C/svg%3E");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-sociaux.googlePlus {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-sociaux.googlePlus {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
    .ib4 .btn-sociaux.youtube {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-youtube' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='24' height='24' xml:space='preserve'%3E%3ClinearGradient id='bg_1_' gradientUnits='userSpaceOnUse' x1='524' y1='599.049' x2='524' y2='574.95' gradientTransform='translate(-512 -587)'%3E%3Cstop offset='0' stop-color='%23c0181d'/%3E%3Cstop offset='1' stop-color='%23e52d27'/%3E%3C/linearGradient%3E%3Cpath id='bg' fill='url(%23bg_1_)' d='M22.1 0H1.8C.799 0 0 .8 0 1.7v20.6c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.801-.8 1.801-1.7V1.7C23.899.8 23.1 0 22.1 0z'/%3E%3Cpath fill='%23FFF' d='M18.299 8.8c-.299-1-.799-1.5-1.6-1.6-.5-.1-2.8-.2-4.699-.2s-4.2.1-4.7.2c-.8.1-1.3.5-1.6 1.6-.1.4-.2 2.3-.2 3.1v.2c0 .7.1 2.801.2 3.101.3 1 .8 1.5 1.6 1.6.499.099 2.8.199 4.7.199s4.2-.1 4.7-.2c.801-.1 1.301-.6 1.6-1.6.101-.4.201-2.3.201-3.101V11.9c-.001-.7-.102-2.7-.202-3.1z' id='tube'/%3E%3Cpath id='play' fill='%23D22222' d='M10.6 10.3l3.6 1.9-3.6 2v-3.9z'/%3E%3Cpath id='shadow' fill='%23961817' d='M10.6 10.3l3.6 1.9-.5.3-3.1-2.2z'/%3E%3C/svg%3E");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-sociaux.youtube {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-sociaux.youtube {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
    .ib4 .btn-sociaux.instagram {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-instagram' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='24' height='24' xml:space='preserve'%3E%3Cpath id='instagram' fill='%231BA5A3' d='M21.2 10.2h-2.1c.2.6.2 1.2.2 1.8 0 4.1-3.3 7.4-7.4 7.4S4.6 16.1 4.6 12c0-.6.1-1.3.2-1.8h-2v10.2c0 .5.4.899.9.899h16.6c.5 0 .9-.399.9-.899V10.2zm0-6.5c0-.5-.4-.9-.9-.9h-2.8c-.5 0-.9.4-.9.9v2.8c0 .5.4.9.9.9h2.8c.5 0 .9-.4.9-.9V3.7zM12 7.4c-2.6 0-4.6 2.1-4.6 4.6s2.1 4.6 4.6 4.6 4.6-2.1 4.6-4.6c0-2.6-2.1-4.6-4.6-4.6M21.2 24H2.8C1.2 24 0 22.8 0 21.2V2.8C0 1.2 1.2 0 2.8 0h18.5C22.8 0 24 1.2 24 2.8v18.5c0 1.5-1.2 2.7-2.8 2.7'/%3E%3C/svg%3E");
      width: 1.5rem;
      height: 1.5rem;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .btn-sociaux.instagram {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .btn-sociaux.instagram {
          background-size: 24px 24px;
          width: 24px;
          height: 24px; } }
  .ib4 .dropdown {
    display: inline-block; }
  .ib4 .dropdown-toggle {
    text-align: left;
    justify-content: space-between;
    display: inline-flex;
    align-items: center; }
    .ib4 .dropdown-toggle:after {
      box-sizing: border-box;
      height: 0.6875rem;
      width: 0.6875rem;
      border-style: solid;
      border-color: #fff;
      border-width: 0 0.125rem 0.125rem 0;
      content: "";
      display: inline-block;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: -0.5rem 0.125rem 0 0.75rem; }
    .ib4 .dropdown-toggle:empty:after {
      margin-left: 0; }
  .ib4 .dropdown-item {
    text-decoration: none; }
  .ib4 .dropup .dropdown-toggle:after {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin: 0.3125rem 0.125rem 0 0.75rem; }
  .ib4 .dropup .dropdown-toggle:empty:after {
    margin-left: 0; }
  .ib4 .dropup .dropdown-menu {
    box-shadow: 0 0 0.375rem 0 #d5d5d5; }
  .ib4 .dropright .dropdown-toggle:after {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0 0.1875rem 0 0.375rem; }
  .ib4 .dropright .dropdown-toggle:empty:after {
    margin-left: 0; }
  .ib4 .dropleft .dropdown-toggle:after {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block; }
  .ib4 .dropleft .dropdown-toggle:after {
    display: none; }
  .ib4 .dropleft .dropdown-toggle:before {
    box-sizing: border-box;
    height: 0.6875rem;
    width: 0.6875rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: inline-block;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    margin: 0 0.3125rem 0 0.125rem; }
  .ib4 .dropleft .dropdown-toggle:empty:after {
    margin-left: 0; }
  .ib4 .dropdown-toggle.btn-secondary:after, .ib4 .dropdown-toggle.btn-secondary:before {
    border-color: #007944; }
  .ib4 .dropdown-toggle.btn-secondary:hover:after, .ib4 .dropdown-toggle.btn-secondary:hover:before {
    border-color: #fff; }
  [data-whatintent="keyboard"] .ib4 .dropdown-toggle.btn-secondary:focus:after, [data-whatintent="keyboard"] .ib4 .dropdown-toggle.btn-secondary:focus:before {
    border-color: #fff; }
  .ib4 .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 31.25rem;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0.1875rem 0.375rem 0 #d5d5d5; }
    .ib4 .tooltip .arrow {
      position: absolute;
      display: block;
      width: 1.875rem;
      height: 0.9375rem;
      margin: 0 0.3rem; }
      .ib4 .tooltip .arrow::before, .ib4 .tooltip .arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .ib4 .bs-tooltip-top, .ib4 .bs-tooltip-auto[x-placement^="top"] {
    padding: 0;
    margin-bottom: 0.9375rem; }
    .ib4 .bs-tooltip-top .arrow, .ib4 .bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: calc((0.9375rem + 1px) * -1); }
      .ib4 .bs-tooltip-top .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        bottom: 0;
        border-width: 0.9375rem 0.9375rem 0;
        border-top-color: #ddd; }
      .ib4 .bs-tooltip-top .arrow::after, .ib4 .bs-tooltip-auto[x-placement^="top"] .arrow::after {
        bottom: 1px;
        border-width: 0.9375rem 0.9375rem 0;
        border-top-color: #fff; }
  .ib4 .bs-tooltip-right, .ib4 .bs-tooltip-auto[x-placement^="right"] {
    padding: 0;
    margin-left: 0.9375rem; }
    .ib4 .bs-tooltip-right .arrow, .ib4 .bs-tooltip-auto[x-placement^="right"] .arrow {
      left: calc((0.9375rem + 1px) * -1);
      width: 0.9375rem;
      height: 1.875rem;
      margin: 0.3rem 0; }
      .ib4 .bs-tooltip-right .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="right"] .arrow::before {
        left: 0;
        border-width: 0.9375rem 0.9375rem 0.9375rem 0;
        border-right-color: #ddd; }
      .ib4 .bs-tooltip-right .arrow::after, .ib4 .bs-tooltip-auto[x-placement^="right"] .arrow::after {
        left: 1px;
        border-width: 0.9375rem 0.9375rem 0.9375rem 0;
        border-right-color: #fff; }
  .ib4 .bs-tooltip-bottom, .ib4 .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0;
    margin-top: 0.9375rem; }
    .ib4 .bs-tooltip-bottom .arrow, .ib4 .bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: calc((0.9375rem + 1px) * -1); }
      .ib4 .bs-tooltip-bottom .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        top: 0;
        border-width: 0 0.9375rem 0.9375rem 0.9375rem;
        border-bottom-color: #ddd; }
      .ib4 .bs-tooltip-bottom .arrow::after, .ib4 .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
        top: 1px;
        border-width: 0 0.9375rem 0.9375rem 0.9375rem;
        border-bottom-color: #fff; }
  .ib4 .bs-tooltip-left, .ib4 .bs-tooltip-auto[x-placement^="left"] {
    padding: 0;
    margin-right: 0.9375rem; }
    .ib4 .bs-tooltip-left .arrow, .ib4 .bs-tooltip-auto[x-placement^="left"] .arrow {
      right: calc((0.9375rem + 1px) * -1);
      width: 0.9375rem;
      height: 1.875rem;
      margin: 0.3rem 0; }
      .ib4 .bs-tooltip-left .arrow::before, .ib4 .bs-tooltip-auto[x-placement^="left"] .arrow::before {
        right: 0;
        border-width: 0.9375rem 0 0.9375rem 0.9375rem;
        border-left-color: #ddd; }
      .ib4 .bs-tooltip-left .arrow::after, .ib4 .bs-tooltip-auto[x-placement^="left"] .arrow::after {
        right: 1px;
        border-width: 0.9375rem 0 0.9375rem 0.9375rem;
        border-left-color: #fff; }
  .ib4 .tooltip-inner {
    max-width: 31.25rem;
    padding: 1rem 1rem;
    color: #383838;
    text-align: left;
    background-color: #fff;
    border-radius: 0; }
  .ib4 .popover-header {
    padding: 1rem 2.8125rem 1rem 1rem;
    border-bottom: 2px solid #cbcccc;
    font-size: 1.25rem;
    color: #595959; }
    @media (min-width: 768px) {
      .ib4 .popover-header {
        font-size: 1.375rem; } }
    .ib4 .popover-header:empty + .popover-body {
      padding-right: 3.125rem; }
  .ib4 .popover .close {
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-fermer' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='16' xml:space='preserve'%3E%3Cpath id='X' fill='%23383838' d='M16 1.6L14.4 0 8 6.4 1.6 0 0 1.6 6.4 8 0 14.4 1.6 16 8 9.6l6.4 6.4 1.6-1.6L9.6 8 16 1.6z'/%3E%3C/svg%3E");
    width: 2.75rem;
    height: 2.75rem;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 1rem 1rem;
    padding: 1.75rem 1.5625rem;
    cursor: pointer; }
    @media all and (-ms-high-contrast: none) {
      .ib4 .popover .close {
        background-size: 16px 16px;
        width: 44px;
        height: 44px; } }
    @supports (-ms-ime-align: auto) {
      .ib4 .popover .close {
        background-size: 16px 16px;
        width: 44px;
        height: 44px; } }
  .ib4 .dropdown-toggle-split {
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: 3.125rem; }
    .ib4 .dropdown-toggle-split:after {
      margin-left: 0.1875rem; }
  .ib4 .btn-group,
  .ib4 .btn-group-vertical {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem; }
    .ib4 .btn-group > .btn,
    .ib4 .btn-group-vertical > .btn {
      box-shadow: none; }
      .ib4 .btn-group > .btn:hover,
      .ib4 .btn-group-vertical > .btn:hover {
        box-shadow: none; }
      .ib4 .btn-group > .btn:focus, .ib4 .btn-group > .btn:active, .ib4 .btn-group > .btn.active,
      .ib4 .btn-group-vertical > .btn:focus,
      .ib4 .btn-group-vertical > .btn:active,
      .ib4 .btn-group-vertical > .btn.active {
        z-index: auto; }
  .ib4 .btn-group > .btn-group:not(:first-child) > .btn-primary,
  .ib4 .btn-group > .btn-primary:not(:first-child) {
    border-left-color: #007944; }
  .ib4 .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary,
  .ib4 .btn-group-vertical > .btn-primary:not(:first-child) {
    border-top-color: #007944; }
  .ib4 .btn-group-vertical.icone > .btn {
    text-align: left; }
  .ib4 .custom-control {
    margin-bottom: 1rem; }
    .ib4 .custom-control:last-child, .ib4 .custom-control.custom-control-inline {
      margin-bottom: 0.5rem; }
  .ib4 .custom-control-inline {
    margin-right: 1.125rem; }
  .ib4 .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff; }
  .ib4 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1a79c6; }
  .ib4 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #007944;
    background-color: #fff;
    border-color: #b2b2b2; }
  .ib4 .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {
    border-color: #007944; }
  .ib4 .custom-control-input:not(:disabled):focus ~ .custom-control-label::before {
    outline: #1a79c6 solid 2px;
    outline-offset: -2px; }
  .ib4 .custom-control-input:disabled ~ .custom-control-label {
    opacity: 0.5;
    color: #383838; }
    .ib4 .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #fff; }
  .ib4 .custom-control-label {
    font-weight: 400;
    padding-left: 0.375rem;
    padding-top: 0.0625rem; }
    .ib4 .custom-control-label::before {
      transition: none; }
    .ib4 .custom-control-label::before, .ib4 .custom-control-label::after {
      width: 1.25rem;
      height: 1.25rem;
      top: -.125rem; }
  .ib4 .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::after {
    background-image: none; }
  .ib4 .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
  .ib4 .custom-radio .custom-control-input:not(:disabled):checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23007944'/%3e%3c/svg%3e");
    background-size: 0.75rem; }
  .ib4 .custom-select {
    border-radius: 0;
    background-size: 1rem 0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-chevron-medium' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='10' xml:space='preserve'%3E%3Cpath id='chevron' fill='%23595959' d='M0 1.1L1.3 0 8 7.5 14.7 0 16 1.1 8 10 0 1.1z'/%3E%3C/svg%3E"); }
  .ib4 .custom-switch {
    min-height: 1.8rem; }
    .ib4 .custom-switch .custom-control-label {
      padding-top: 0.4375rem;
      cursor: pointer; }
      .ib4 .custom-switch .custom-control-label::before {
        height: 2rem;
        border-width: 2px; }
      .ib4 .custom-switch .custom-control-label::after {
        background-color: white;
        border: 1px solid #b2b2b2;
        top: -0.0625rem;
        left: -3.5625rem; }
    .ib4 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
      -webkit-transform: translateX(1.125rem);
              transform: translateX(1.125rem);
      border-color: #00884e; }
    .ib4 .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
      background-color: #00884e;
      border-color: #00884e; }
    .ib4 .custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::after {
      border-color: #1a79c6; }
  .ib4 .nav-overflow {
    position: relative; }
  .ib4 .nav-more {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 21;
    top: 0;
    bottom: 0.125rem;
    padding: 0;
    width: 2.75rem;
    border: none;
    opacity: 0.9; }
    .ib4 .nav-more:after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-chevron-medium-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='10' xml:space='preserve'%3E%3Cpath id='chevron' fill='%23007944' d='M7.9 10L0 1.4 1.4 0l6.5 7 6.7-7L16 1.4z'/%3E%3C/svg%3E");
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      background-repeat: no-repeat;
      width: 2.75rem;
      background-position: center;
      height: 2.75rem;
      display: block; }
  .ib4 .nav-tabs {
    border-bottom: solid 0.125rem #cbcccc;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; }
  .ib4 .nav-item {
    padding-left: 0; }
  .ib4 .nav-tabs .nav-link {
    text-decoration: none;
    text-align: left;
    font-weight: 500;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2.8125rem;
    height: 100%;
    line-height: 1.25;
    padding-bottom: 0.8125rem;
    color: #595959; }
    @media (min-width: 768px) {
      .ib4 .nav-tabs .nav-link {
        text-align: center; } }
    .ib4 .nav-tabs .nav-link.active {
      color: #000; }
    .ib4 .nav-tabs .nav-link.active:after, .ib4 .nav-tabs .nav-link:hover:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.375rem;
      background-color: #00884e;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      display: block; }
  .ib4 .nav-icon {
    display: block;
    margin: 0 auto;
    min-height: 2.75rem; }
  .ib4 .nav-tabs .nav-link,
  .ib4 .nav-pills .nav-link {
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .ib4 .tab-content {
    padding-top: 0.875rem; }
  .ib4 li.nav-item {
    background-image: none; }
  [data-whatintent="keyboard"] .ib4 .tab-pane:focus:not(:disabled):not(.disabled) {
    outline: #1a79c6 solid 2px;
    outline-offset: -2px; }
  .ib4 .nav-pills {
    max-width: 480px; }
    .ib4 .nav-pills .nav-item {
      border: 1px solid #595959;
      background-color: white; }
      .ib4 .nav-pills .nav-item:hover {
        background-color: #595959; }
      .ib4 .nav-pills .nav-item .nav-link {
        border-radius: 0;
        color: #595959;
        font-weight: bold;
        padding: 10px;
        text-decoration: none; }
        .ib4 .nav-pills .nav-item .nav-link:hover, .ib4 .nav-pills .nav-item .nav-link:focus:hover, .ib4 .nav-pills .nav-item .nav-link.active {
          color: #fff;
          background-color: #595959; }
        .ib4 .nav-pills .nav-item .nav-link.active {
          cursor: default; }
      .ib4 .nav-pills .nav-item + .nav-item {
        border-left: none; }
  .ib4 .navbar-nav {
    flex-wrap: wrap; }
  .ib4 .navbar {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding: 0; }
    .ib4 .navbar .nav-item {
      position: relative;
      padding-left: 0;
      background: none;
      margin-bottom: 0; }
      .ib4 .navbar .nav-item:after {
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 12px;
        width: calc(100% - 1.5rem);
        content: "";
        display: block;
        z-index: 51;
        background-color: #cbcccc; }
      .ib4 .navbar .nav-item.show > .nav-link:before {
        left: 0;
        width: 0.25rem;
        height: calc(100% - 1.25rem);
        background-color: #00884e;
        content: "";
        position: absolute;
        top: 0.625rem; }
      .ib4 .navbar .nav-item.show > .nav-link:after {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg); }
    .ib4 .navbar .nav-link {
      display: block;
      color: #383838;
      font-weight: 500;
      line-height: 1.5625rem;
      position: relative;
      margin-left: 0;
      color: #595959;
      text-decoration: none;
      padding: 0.625rem 2.5rem 0.625rem 1.25rem;
      white-space: normal; }
      .ib4 .navbar .nav-link.dropdown-toggle::after {
        position: absolute;
        right: 1.15rem;
        top: 50%;
        display: block; }
      .ib4 .navbar .nav-link.dropdown-toggle:after {
        box-sizing: border-box;
        height: 0.6875rem;
        width: 0.6875rem;
        border-style: solid;
        border-color: #595959;
        border-width: 0 0.125rem 0.125rem 0;
        content: "";
        display: inline-block;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: -0.5rem 0.125rem 0 0.75rem; }
      .ib4 .navbar .nav-link.dropdown-toggle:empty:after {
        margin-left: 0; }
      .ib4 .navbar .nav-link:hover, .ib4 .navbar .nav-link:focus {
        color: #000; }
      .ib4 .navbar .nav-link.disabled {
        color: rgba(56, 56, 56, 0.3); }
    .ib4 .navbar .show > .nav-link,
    .ib4 .navbar .active > .nav-link,
    .ib4 .navbar .nav-link.show,
    .ib4 .navbar .nav-link.active {
      color: #000; }
    .ib4 .navbar .navbar-toggler {
      border: 0; }
    .ib4 .navbar .dropdown-menu {
      font-size: 1rem;
      top: calc(100% + 1px);
      box-shadow: none;
      border: 0;
      padding: 0;
      transition: height 0.25s ease;
      overflow: hidden; }
      .ib4 .navbar .dropdown-menu.shown {
        display: block; }
    .ib4 .navbar .dropdown-item {
      color: #595959;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1rem;
      padding: 0.625rem 1.875rem;
      white-space: normal; }
      .ib4 .navbar .dropdown-item.active, .ib4 .navbar .dropdown-item:active {
        background: none;
        color: #3f8523; }
      .ib4 .navbar .dropdown-item:hover, .ib4 .navbar .dropdown-item:focus {
        background: none;
        color: #3f8523; }
  @media (min-width: 768px) {
    .ib4 .navbar-expand-sm {
      border-bottom: solid 2px #ddd;
      padding: 0 0.625rem; }
      .ib4 .navbar-expand-sm .nav-item:after {
        content: none; }
      .ib4 .navbar-expand-sm .nav-item.show > .nav-link:before {
        content: none; }
      .ib4 .navbar-expand-sm .nav-item.show > .nav-link:after,
      .ib4 .navbar-expand-sm .nav-item.active > .nav-link:after,
      .ib4 .navbar-expand-sm .nav-item > .nav-link:hover:after,
      .ib4 .navbar-expand-sm .nav-item > .nav-link:focus:after {
        height: 6px;
        background-color: #00884e;
        position: absolute;
        content: "";
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: none;
        width: 100%;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
      .ib4 .navbar-expand-sm .nav-link {
        margin-right: 2.8125rem;
        line-height: 1.1875rem;
        padding: 0.8125rem 0; }
        .ib4 .navbar-expand-sm .nav-link.dropdown-toggle::after {
          content: none; }
      .ib4 .navbar-expand-sm .dropdown-menu {
        border: 1px solid #cccbcb;
        padding-top: 1.125rem;
        box-shadow: 0 0.375rem 0.875rem #4c4c4c; }
      .ib4 .navbar-expand-sm.animated .dropdown-menu {
        padding-top: 0; }
      .ib4 .navbar-expand-sm.animated .dropdown-item:first-child {
        margin-top: 1.125rem; }
      .ib4 .navbar-expand-sm .dropdown-item {
        white-space: nowrap;
        padding: 0.5rem 1.25rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.375rem; }
        .ib4 .navbar-expand-sm .dropdown-item.active, .ib4 .navbar-expand-sm .dropdown-item:active {
          color: #383838;
          background-color: #e3f2ec; }
        .ib4 .navbar-expand-sm .dropdown-item:hover, .ib4 .navbar-expand-sm .dropdown-item:focus {
          color: #000;
          background-color: #e3f2ec; } }
  @media (min-width: 992px) {
    .ib4 .navbar-expand-md {
      border-bottom: solid 2px #ddd;
      padding: 0 0.625rem; }
      .ib4 .navbar-expand-md .nav-item:after {
        content: none; }
      .ib4 .navbar-expand-md .nav-item.show > .nav-link:before {
        content: none; }
      .ib4 .navbar-expand-md .nav-item.show > .nav-link:after,
      .ib4 .navbar-expand-md .nav-item.active > .nav-link:after,
      .ib4 .navbar-expand-md .nav-item > .nav-link:hover:after,
      .ib4 .navbar-expand-md .nav-item > .nav-link:focus:after {
        height: 6px;
        background-color: #00884e;
        position: absolute;
        content: "";
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: none;
        width: 100%;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
      .ib4 .navbar-expand-md .nav-link {
        margin-right: 2.8125rem;
        line-height: 1.1875rem;
        padding: 0.8125rem 0; }
        .ib4 .navbar-expand-md .nav-link.dropdown-toggle::after {
          content: none; }
      .ib4 .navbar-expand-md .dropdown-menu {
        border: 1px solid #cccbcb;
        padding-top: 1.125rem;
        box-shadow: 0 0.375rem 0.875rem #4c4c4c; }
      .ib4 .navbar-expand-md.animated .dropdown-menu {
        padding-top: 0; }
      .ib4 .navbar-expand-md.animated .dropdown-item:first-child {
        margin-top: 1.125rem; }
      .ib4 .navbar-expand-md .dropdown-item {
        white-space: nowrap;
        padding: 0.5rem 1.25rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.375rem; }
        .ib4 .navbar-expand-md .dropdown-item.active, .ib4 .navbar-expand-md .dropdown-item:active {
          color: #383838;
          background-color: #e3f2ec; }
        .ib4 .navbar-expand-md .dropdown-item:hover, .ib4 .navbar-expand-md .dropdown-item:focus {
          color: #000;
          background-color: #e3f2ec; } }
  @media (min-width: 1200px) {
    .ib4 .navbar-expand-lg {
      border-bottom: solid 2px #ddd;
      padding: 0 0.625rem; }
      .ib4 .navbar-expand-lg .nav-item:after {
        content: none; }
      .ib4 .navbar-expand-lg .nav-item.show > .nav-link:before {
        content: none; }
      .ib4 .navbar-expand-lg .nav-item.show > .nav-link:after,
      .ib4 .navbar-expand-lg .nav-item.active > .nav-link:after,
      .ib4 .navbar-expand-lg .nav-item > .nav-link:hover:after,
      .ib4 .navbar-expand-lg .nav-item > .nav-link:focus:after {
        height: 6px;
        background-color: #00884e;
        position: absolute;
        content: "";
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: none;
        width: 100%;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
      .ib4 .navbar-expand-lg .nav-link {
        margin-right: 2.8125rem;
        line-height: 1.1875rem;
        padding: 0.8125rem 0; }
        .ib4 .navbar-expand-lg .nav-link.dropdown-toggle::after {
          content: none; }
      .ib4 .navbar-expand-lg .dropdown-menu {
        border: 1px solid #cccbcb;
        padding-top: 1.125rem;
        box-shadow: 0 0.375rem 0.875rem #4c4c4c; }
      .ib4 .navbar-expand-lg.animated .dropdown-menu {
        padding-top: 0; }
      .ib4 .navbar-expand-lg.animated .dropdown-item:first-child {
        margin-top: 1.125rem; }
      .ib4 .navbar-expand-lg .dropdown-item {
        white-space: nowrap;
        padding: 0.5rem 1.25rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.375rem; }
        .ib4 .navbar-expand-lg .dropdown-item.active, .ib4 .navbar-expand-lg .dropdown-item:active {
          color: #383838;
          background-color: #e3f2ec; }
        .ib4 .navbar-expand-lg .dropdown-item:hover, .ib4 .navbar-expand-lg .dropdown-item:focus {
          color: #000;
          background-color: #e3f2ec; } }
  @media (min-width: 1440px) {
    .ib4 .navbar-expand-xl {
      border-bottom: solid 2px #ddd;
      padding: 0 0.625rem; }
      .ib4 .navbar-expand-xl .nav-item:after {
        content: none; }
      .ib4 .navbar-expand-xl .nav-item.show > .nav-link:before {
        content: none; }
      .ib4 .navbar-expand-xl .nav-item.show > .nav-link:after,
      .ib4 .navbar-expand-xl .nav-item.active > .nav-link:after,
      .ib4 .navbar-expand-xl .nav-item > .nav-link:hover:after,
      .ib4 .navbar-expand-xl .nav-item > .nav-link:focus:after {
        height: 6px;
        background-color: #00884e;
        position: absolute;
        content: "";
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: none;
        width: 100%;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
      .ib4 .navbar-expand-xl .nav-link {
        margin-right: 2.8125rem;
        line-height: 1.1875rem;
        padding: 0.8125rem 0; }
        .ib4 .navbar-expand-xl .nav-link.dropdown-toggle::after {
          content: none; }
      .ib4 .navbar-expand-xl .dropdown-menu {
        border: 1px solid #cccbcb;
        padding-top: 1.125rem;
        box-shadow: 0 0.375rem 0.875rem #4c4c4c; }
      .ib4 .navbar-expand-xl.animated .dropdown-menu {
        padding-top: 0; }
      .ib4 .navbar-expand-xl.animated .dropdown-item:first-child {
        margin-top: 1.125rem; }
      .ib4 .navbar-expand-xl .dropdown-item {
        white-space: nowrap;
        padding: 0.5rem 1.25rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.375rem; }
        .ib4 .navbar-expand-xl .dropdown-item.active, .ib4 .navbar-expand-xl .dropdown-item:active {
          color: #383838;
          background-color: #e3f2ec; }
        .ib4 .navbar-expand-xl .dropdown-item:hover, .ib4 .navbar-expand-xl .dropdown-item:focus {
          color: #000;
          background-color: #e3f2ec; } }
  .ib4 .navbar-expand {
    border-bottom: solid 2px #ddd;
    padding: 0 0.625rem; }
    .ib4 .navbar-expand .nav-item:after {
      content: none; }
    .ib4 .navbar-expand .nav-item.show > .nav-link:before {
      content: none; }
    .ib4 .navbar-expand .nav-item.show > .nav-link:after,
    .ib4 .navbar-expand .nav-item.active > .nav-link:after,
    .ib4 .navbar-expand .nav-item > .nav-link:hover:after,
    .ib4 .navbar-expand .nav-item > .nav-link:focus:after {
      height: 6px;
      background-color: #00884e;
      position: absolute;
      content: "";
      bottom: 0;
      top: auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      border: none;
      width: 100%;
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    .ib4 .navbar-expand .nav-link {
      margin-right: 2.8125rem;
      line-height: 1.1875rem;
      padding: 0.8125rem 0; }
      .ib4 .navbar-expand .nav-link.dropdown-toggle::after {
        content: none; }
    .ib4 .navbar-expand .dropdown-menu {
      border: 1px solid #cccbcb;
      padding-top: 1.125rem;
      box-shadow: 0 0.375rem 0.875rem #4c4c4c; }
    .ib4 .navbar-expand.animated .dropdown-menu {
      padding-top: 0; }
    .ib4 .navbar-expand.animated .dropdown-item:first-child {
      margin-top: 1.125rem; }
    .ib4 .navbar-expand .dropdown-item {
      white-space: nowrap;
      padding: 0.5rem 1.25rem;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.375rem; }
      .ib4 .navbar-expand .dropdown-item.active, .ib4 .navbar-expand .dropdown-item:active {
        color: #383838;
        background-color: #e3f2ec; }
      .ib4 .navbar-expand .dropdown-item:hover, .ib4 .navbar-expand .dropdown-item:focus {
        color: #000;
        background-color: #e3f2ec; }
  .ib4 .card {
    margin-bottom: 24px; }
  .ib4 .card-header {
    background-color: transparent; }
  .ib4 .card-footer {
    background-color: #fff; }
  .ib4 .card-variant1 {
    box-shadow: 0 0.1875rem 0.375rem 0 #d5d5d5; }
  .ib4 .card-variant2 {
    background-color: #f2f2f2;
    border-color: #cbcccc; }
    .ib4 .card-variant2 .card-header {
      border-bottom-color: #cbcccc; }
  .ib4 .card-dark {
    background-color: #383838;
    color: #fff; }
    .ib4 .card-dark .card-header {
      color: #fff; }
  .ib4 .bg-dark h5.card-title,
  .ib4 .card-dark h5.card-title {
    color: #fff; }
  .ib4 .card-dismiss {
    position: relative; }
    .ib4 .card-dismiss .card-header + .card-body {
      padding-right: 1rem; }
    .ib4 .card-dismiss .card-body {
      padding-right: 2.8125rem; }
    .ib4 .card-dismiss .close {
      background-position: center center;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-fermer' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='16' xml:space='preserve'%3E%3Cpath id='X' fill='%23383838' d='M16 1.6L14.4 0 8 6.4 1.6 0 0 1.6 6.4 8 0 14.4 1.6 16 8 9.6l6.4 6.4 1.6-1.6L9.6 8 16 1.6z'/%3E%3C/svg%3E");
      width: 2.75rem;
      height: 2.75rem;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      float: none;
      background-size: 1rem 1rem;
      width: 2.75rem;
      height: 2.75rem;
      opacity: 1; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .card-dismiss .close {
          background-size: 16px 16px;
          width: 44px;
          height: 44px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .card-dismiss .close {
          background-size: 16px 16px;
          width: 44px;
          height: 44px; } }
      .ib4 .card-dismiss .close:not(:disabled):not(.disabled):hover, .ib4 .card-dismiss .close:not(:disabled):not(.disabled):focus {
        opacity: 1; }
  .ib4 .card-deck .card {
    margin-bottom: 24px; }
  @media (min-width: 992px) {
    .ib4 .card-deck {
      margin-right: -12px;
      margin-left: -12px; }
      .ib4 .card-deck .card {
        margin-right: 12px;
        margin-left: 12px; } }
  .ib4 .card-group > .card {
    margin-bottom: 24px; }
  .ib4 .breadcrumb {
    font-size: 0.875rem; }
    .ib4 .breadcrumb > li {
      margin-bottom: 0; }
    .ib4 .breadcrumb .breadcrumb-item.accueil:only-child:before {
      content: "";
      display: inline-block;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-accueil' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='13' xml:space='preserve'%3E%3Cpath id='maison' fill='%23383838' d='M16 6.9l-2.4-2.1v-4h-2.4v2L8 0 0 6.9h2.4V13h4V9.2h3.2V13h4V6.9H16z'/%3E%3C/svg%3E");
      width: 1rem;
      height: 0.8125rem;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-right: 0.625rem; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .breadcrumb .breadcrumb-item.accueil:only-child:before {
          background-size: 16px 16px;
          width: 16px;
          height: 13px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .breadcrumb .breadcrumb-item.accueil:only-child:before {
          background-size: 16px 16px;
          width: 16px;
          height: 13px; } }
    .ib4 .breadcrumb .breadcrumb-item.accueil a:before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-accueil' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='13' xml:space='preserve'%3E%3Cpath id='maison' fill='%23383838' d='M16 6.9l-2.4-2.1v-4h-2.4v2L8 0 0 6.9h2.4V13h4V9.2h3.2V13h4V6.9H16z'/%3E%3C/svg%3E");
      width: 1rem;
      height: 0.8125rem;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-right: 0.625rem;
      content: "";
      display: inline-block; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .breadcrumb .breadcrumb-item.accueil a:before {
          background-size: 16px 16px;
          width: 16px;
          height: 13px; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .breadcrumb .breadcrumb-item.accueil a:before {
          background-size: 16px 16px;
          width: 16px;
          height: 13px; } }
    .ib4 .breadcrumb .breadcrumb-item.active {
      font-weight: bold; }
      .ib4 .breadcrumb .breadcrumb-item.active:before {
        font-weight: normal; }
    .ib4 .breadcrumb .breadcrumb-item > a {
      color: #383838;
      text-decoration: none; }
      .ib4 .breadcrumb .breadcrumb-item > a:hover, .ib4 .breadcrumb .breadcrumb-item > a:hover:before {
        text-decoration: underline; }
  .ib4 .close {
    opacity: 1; }
    .ib4 .close:not(:disabled):not(.disabled):hover, .ib4 .close:not(:disabled):not(.disabled):focus {
      opacity: 1; }
  .ib4 .badge {
    min-width: 1.625rem;
    height: 1.625rem;
    display: inline-block;
    text-align: center;
    border: 0.125rem solid #ffffff;
    border-radius: 0.625rem;
    box-shadow: none;
    background-clip: padding-box;
    position: relative;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold; }
    @media print {
      .ib4 .badge {
        border: 0.125rem solid black; } }
  .ib4 .badge-bouton {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -0.8125rem;
    left: 50%;
    pointer-events: none; }
  .ib4 .badge-onglet {
    margin-left: 0.5rem; }
  .ib4 .badge-point {
    position: relative;
    display: inline-block; }
    .ib4 .badge-point:after {
      position: absolute;
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 0.375rem;
      background-color: #008192;
      border: 0.125rem solid #fff;
      right: 0%;
      top: 0%;
      background-clip: padding-box;
      -webkit-background-clip: padding-box;
      content: ""; }
      @media print {
        .ib4 .badge-point:after {
          border: 0.125rem solid black; } }
    .ib4 .badge-point.badge-danger {
      background-color: transparent; }
      .ib4 .badge-point.badge-danger:after {
        background-color: #cc0000; }
  .ib4 .badge-danger {
    background-color: #cc0000; }
  .ib4 .badge-pill {
    height: 1.5rem;
    border-radius: 1rem;
    padding-right: 0.5rem;
    padding-left: 1.125rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #383838; }
    .ib4 .badge-pill.badge-success {
      background-color: #edf4e6; }
      .ib4 .badge-pill.badge-success:after {
        background-color: #3f8523; }
    .ib4 .badge-pill.badge-warning {
      background-color: #fceee8; }
      .ib4 .badge-pill.badge-warning:after {
        background-color: #ea591c; }
    .ib4 .badge-pill.badge-secondary {
      background-color: #f2f2f2; }
      .ib4 .badge-pill.badge-secondary:after {
        background-color: #595959; }
    .ib4 .badge-pill:after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 50%;
      left: 0.5rem;
      top: calc(50% - 0.1875rem); }
  .ib4 .badge-icone-img {
    width: 1.625rem;
    height: 1.625rem; }
  .ib4 .modal-body > *:last-child {
    margin-bottom: 0; }
  .ib4 .modal-title {
    font-size: 1.25rem;
    padding-right: 4.375rem; }
    @media (min-width: 768px) {
      .ib4 .modal-title {
        font-size: 1.375rem; } }
  .ib4 .modal[role="alertdialog"] .modal-title {
    padding-right: 0; }
  .ib4 .modal-utilitaires {
    position: absolute;
    top: 4px;
    right: 0; }
    .ib4 .modal-utilitaires .close,
    .ib4 .modal-utilitaires .help {
      height: 2.75rem;
      width: 2.75rem;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 1rem 1rem;
      background-color: transparent;
      padding: 0;
      border: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .ib4 .modal-utilitaires .close {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-fermer' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='16' xml:space='preserve'%3E%3Cpath id='X' fill='%23383838' d='M16 1.6L14.4 0 8 6.4 1.6 0 0 1.6 6.4 8 0 14.4 1.6 16 8 9.6l6.4 6.4 1.6-1.6L9.6 8 16 1.6z'/%3E%3C/svg%3E"); }
    .ib4 .modal-utilitaires .help {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-aide' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='20' height='20' viewBox='-305.5 396.5 20 20' xml:space='preserve'%3E%3Cpath fill='%235A5A5A' d='M-295.5 396.5c-5.514 0-10 4.486-10 10s4.486 10 10 10 10-4.486 10-10-4.486-10-10-10zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z'/%3E%3Cpath fill='%235A5A5A' d='M-293.388 400.924c-.584-.279-1.256-.421-2.018-.421-.819 0-1.535.168-2.15.504-.614.335-1.082.761-1.402 1.272s-.48 1.018-.48 1.517c0 .242.101.466.304.672.203.207.451.312.745.312.499 0 .838-.297 1.016-.891.189-.568.42-.996.693-1.287.273-.293.698-.438 1.276-.438.492 0 .895.146 1.209.432.313.289.469.644.469 1.063 0 .215-.052.415-.154.598-.104.184-.229.35-.378.5-.151.15-.393.372-.729.666-.384.336-.689.626-.914.87a2.901 2.901 0 0 0-.544.851c-.137.323-.205.707-.205 1.146 0 .354.093.618.28.796a.956.956 0 0 0 .689.269c.525 0 .836-.272.937-.818.058-.258.101-.438.13-.539.029-.102.069-.205.121-.309.053-.103.133-.213.241-.338.109-.123.251-.267.43-.43a46.774 46.774 0 0 0 1.343-1.23c.249-.244.466-.535.646-.871s.272-.729.272-1.174c0-.566-.161-1.093-.477-1.574-.317-.485-.768-.867-1.35-1.148zM-295.593 410.223c-.391 0-.722.131-.991.396a1.306 1.306 0 0 0-.403.973c0 .435.139.773.417 1.013.278.242.604.362.977.362.362 0 .68-.122.955-.366.275-.244.412-.58.412-1.009 0-.386-.131-.71-.395-.973a1.313 1.313 0 0 0-.972-.396z'/%3E%3C/svg%3E");
      background-size: 1.25rem 1.25rem; }
      .ib4 .modal-utilitaires .help:after {
        content: "";
        display: inline-block;
        width: 0.0625rem;
        height: 1.5rem;
        background-color: #cbcccc;
        vertical-align: middle;
        margin-left: 2.625rem; }
  .ib4 .modal-footer {
    justify-content: center;
    padding: 0 1rem 1rem 1rem;
    align-items: stretch; }
    .ib4 .modal-footer > :not(:first-child) {
      margin-left: 0.625rem; }
    .ib4 .modal-footer > :not(:last-child) {
      margin-right: 0.625rem; }
    @media (max-width: 767.98px) {
      .ib4 .modal-footer.btn-stack {
        flex-direction: column; }
        .ib4 .modal-footer.btn-stack .btn-primary {
          order: 1; }
        .ib4 .modal-footer.btn-stack .btn-secondary {
          order: 2; }
        .ib4 .modal-footer.btn-stack > :not(:first-child) {
          margin-left: 0;
          margin-bottom: 0.625rem; }
        .ib4 .modal-footer.btn-stack > :not(:last-child) {
          margin-right: 0; } }
  .ib4 .modal-dialog-scrollable .modal-footer {
    padding: 1rem; }
  .ib4.modal-open {
    overflow: hidden; }
    .ib4.modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .ib4 .page-item {
    background-image: none;
    margin-left: 0;
    padding: 0; }
    .ib4 .page-item.page-active .page-number {
      color: #007944;
      background-color: transparent;
      box-shadow: inset 0 -2px 0 0 #007944; }
  .ib4 .page-first,
  .ib4 .page-last {
    border: none; }
    .ib4 .page-first:before, .ib4 .page-first:after,
    .ib4 .page-last:before,
    .ib4 .page-last:after {
      background: no-repeat scroll center center/100% auto rgba(0, 0, 0, 0);
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0.75rem;
      height: 0.75rem;
      margin-left: -0.375rem;
      margin-top: -0.375rem;
      line-height: 0; }
    .ib4 .page-first:hover,
    .ib4 .page-last:hover {
      box-shadow: none; }
  .ib4 .page-first {
    margin-right: 0.9375rem; }
    .ib4 .page-first:before {
      display: inline-block;
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-chevron-double' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='12' height='12' xml:space='preserve'%3E%3Cpath id='barre' fill='%23007944' d='M11 0h1v12h-1V0z'/%3E%3Cpath id='fleche_1_' fill='%23007A44' d='M4.7 0L4 .7 9.6 6 4 11.3l.7.7L11 6 4.7 0z'/%3E%3Cpath id='fleche' fill='%23007A44' d='M.7 0L0 .7 5.6 6 0 11.3l.7.7L7 6 .7 0z'/%3E%3C/svg%3E");
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media all and (-ms-high-contrast: none) {
        .ib4 .page-first:before {
          background-size: 0.625rem 0.625rem;
          width: 0.625rem;
          height: 1rem; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .page-first:before {
          background-size: 0.625rem 0.625rem;
          width: 0.625rem;
          height: 1rem; } }
  .ib4 .page-last {
    margin-left: 0.9375rem; }
    .ib4 .page-last:after {
      display: inline-block;
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-chevron-double' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='12' height='12' xml:space='preserve'%3E%3Cpath id='barre' fill='%23007944' d='M11 0h1v12h-1V0z'/%3E%3Cpath id='fleche_1_' fill='%23007A44' d='M4.7 0L4 .7 9.6 6 4 11.3l.7.7L11 6 4.7 0z'/%3E%3Cpath id='fleche' fill='%23007A44' d='M.7 0L0 .7 5.6 6 0 11.3l.7.7L7 6 .7 0z'/%3E%3C/svg%3E");
      background-size: 100%;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        .ib4 .page-last:after {
          background-size: 0.625rem 0.625rem;
          width: 0.625rem;
          height: 1rem; } }
      @supports (-ms-ime-align: auto) {
        .ib4 .page-last:after {
          background-size: 0.625rem 0.625rem;
          width: 0.625rem;
          height: 1rem; } }
  .ib4 .page-number {
    background-color: transparent;
    padding: 0.5625rem 0.5rem;
    border: none;
    color: #383838;
    text-decoration: none;
    height: 2.75rem;
    width: 2.75rem;
    line-height: 1.5;
    min-height: 2.75rem;
    text-align: center; }
    .ib4 .page-number:hover {
      box-shadow: inset 0 -2px 0 0 #383838; }
  .ib4 .page-text {
    margin-top: 0.0625rem;
    border: none;
    color: #383838;
    height: 2.75rem;
    min-width: 2.75rem;
    line-height: 1.5; }
    .ib4 .page-text:hover {
      cursor: default;
      color: #383838; }
  @media (max-width: 767.98px) {
    .ib4 .pagination .ic-chevron-d,
    .ib4 .pagination .ic-chevron-g {
      padding: 0.5625rem 0.5rem;
      height: 2.75rem;
      min-width: 2.75rem;
      text-align: center;
      padding-right: 1rem;
      padding-left: 1rem; }
      .ib4 .pagination .ic-chevron-d:after, .ib4 .pagination .ic-chevron-d:before,
      .ib4 .pagination .ic-chevron-g:after,
      .ib4 .pagination .ic-chevron-g:before {
        position: absolute;
        line-height: 0;
        height: 0.625rem; }
      .ib4 .pagination .ic-chevron-d:after,
      .ib4 .pagination .ic-chevron-g:after {
        margin-right: -0.25rem;
        right: 50%; }
      .ib4 .pagination .ic-chevron-d:before,
      .ib4 .pagination .ic-chevron-g:before {
        top: 50%; }
      .ib4 .pagination .ic-chevron-d:before,
      .ib4 .pagination .ic-chevron-g:before {
        margin-top: -0.3125rem;
        height: 0.625rem; } }
  .ib4 .page-link {
    padding: 0.5625rem 0.5rem;
    height: 2.75rem;
    min-width: 2.75rem;
    text-align: center; }
  .ib4 ul.pagination {
    flex-wrap: wrap; }
  .ib4 .etape .etape-legende {
    margin: 20px 0 30px 0; }
  .ib4 .etape-pagination {
    text-align: center;
    font-size: 0;
    margin-bottom: 1.875rem; }
  .ib4 .etape-list {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block; }
  .ib4 .etape-button {
    position: relative;
    display: inline-block;
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 0.71875rem;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    padding: 0; }
    .ib4 .etape-button.disabled, .ib4 .etape-button[disabled],
    fieldset[disabled] .ib4 .etape-button {
      opacity: 0.6; }
  .ib4 .etape-button:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-fleche-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='24' height='18' xml:space='preserve'%3E%3Cpath id='flèche' fill='%2300884E' d='M14.6 0l-1.4 1.4L20 8H0v2h20l-6.8 6.6 1.5 1.4L24 9l-9.4-9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1.5rem 1.125rem;
    border: solid 0.125rem #cbcccc;
    vertical-align: middle; }
  .ib4 .etape-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    background-color: #cbcccc;
    height: 0.125rem;
    width: 2.1875rem; }
  .ib4 .etape-button-previous {
    margin-left: 0; }
    .ib4 .etape-button-previous:after {
      left: 2.875rem; }
    .ib4 .etape-button-previous:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .ib4 .etape-button-next {
    margin-right: 0; }
    .ib4 .etape-button-next:after {
      left: -1.8125rem; }
  .ib4 .etape-item:first-child .etape-cercle:before {
    display: none; }
  .ib4 .etape-item.hide + .etape-item .etape-cercle:before {
    display: none; }
  .ib4 [class*="list"] li.etape-item {
    margin-bottom: 0;
    padding-left: 0; }
  .ib4 .etape-item {
    display: inline-block;
    margin: 0 0.71875rem;
    vertical-align: middle; }
    .ib4 .etape-item:first-child {
      margin-left: 0; }
    .ib4 .etape-item:last-child {
      margin-right: 0; }
    .ib4 .etape-item.disabled .etape-cercle {
      cursor: default; }
  .ib4 .etape-cercle {
    display: block;
    color: #595959;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.125rem;
    border: 2px solid transparent;
    font-size: 1.125rem;
    text-decoration: none;
    position: relative;
    border: 0.125rem solid transparent; }
  .ib4 .etape-cercle:after {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 9;
    background-color: #ddd;
    border-radius: 50%;
    border: none;
    left: 50%;
    top: 50%;
    margin-left: -1.25rem;
    margin-top: -1.25rem; }
    @media print {
      .ib4 .etape-cercle:after {
        border: 0.125rem solid #000; } }
  .ib4 .etape-item.active .etape-cercle {
    border: solid 0.125rem #00884e;
    background: #fff;
    color: #fff;
    border: solid 0.125rem #00884e;
    text-decoration: none;
    z-index: 2; }
    .ib4 .etape-item.active .etape-cercle:before {
      left: -1.9375rem;
      width: 1.8125rem; }
    .ib4 .etape-item.active .etape-cercle:after {
      background-color: #00884e; }
  .ib4 .etape-item.visited .etape-cercle {
    color: #fff; }
    .ib4 .etape-item.visited .etape-cercle:after {
      background-position: 0.75rem 0.875rem;
      background-repeat: no-repeat;
      background-color: #00884e; }
  .ib4 .etape-cercle:before {
    content: "";
    position: absolute;
    background-color: #cbcccc;
    height: 0.125rem;
    border-radius: 0;
    left: -2rem;
    width: 2.25rem;
    top: 1.5rem; }
  .ib4 .etape-nombre {
    position: relative;
    z-index: 10; }
  .ib4 .etape-soustitre .etape-pagination {
    margin-bottom: 2.9375rem; }
  .ib4 .etape-infotext {
    position: absolute;
    color: #00884e;
    width: 4.375rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0.375rem;
    bottom: -2.5rem;
    font-size: 0.8125rem;
    display: none;
    height: 1.625rem;
    left: -0.6875rem; }
  .ib4 .etape-icones {
    position: absolute;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ib4 .etape-item.active .etape-infotext {
    display: block; }
  .ib4 .etape-item .etape-icone {
    fill: #383838;
    width: 1.25rem;
    height: 1.25rem; }
  .ib4 .etape-item.visited .etape-icone,
  .ib4 .etape-item.active .etape-icone {
    fill: white; }
  .ib4 .accordion::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-plus-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='16' xml:space='preserve'%3E%3Cpath id='_x2B_' fill='%23027A45' d='M16 7H9V0H7v7H0v2h7v7h2V9h7V7z'/%3E%3C/svg%3E"); }
  .ib4 .accordion::after {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-moins-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='16' xml:space='preserve'%3E%3Cpath id='moins' fill='%23027A45' d='M0 7h16v2H0V7z'/%3E%3C/svg%3E"); }
  .ib4 .accordion.arbre::before, .ib4 .accordion.note-bas-page::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-plus-carre-out-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='19' height='19' xml:space='preserve'%3E%3Cpath id='Carré' fill='%23007944' d='M19 19H0V0h19v19zM2 17h15V2H2v15z'/%3E%3Cpath id='_x2B_' fill='%23007944' d='M14.5 9H10V4.5H9V9H4.5v1H9v4.5h1V10h4.5z'/%3E%3C/svg%3E"); }
  .ib4 .accordion.arbre::after, .ib4 .accordion.note-bas-page::after {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-n1-carre-moins-vert' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='19' height='19' xml:space='preserve'%3E%3Cpath id='carré' fill='%23007944' d='M19 19H0V0h19v19zM2 17h15V2H2v15z'/%3E%3Cpath id='moins' fill='%23007944' d='M4.5 9h10v1h-10z'/%3E%3C/svg%3E"); }
  .ib4 .accordion::after, .ib4 .accordion::before, .ib4 .accordion.arbre::before, .ib4 .accordion.arbre::after, .ib4 .accordion.note-bas-page::before, .ib4 .accordion.note-bas-page::after {
    display: block;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    left: -100%;
    top: 0;
    width: 0;
    height: 0; }
  .ib4 .accordion .accordion {
    padding: 0 0.375rem; }
  .ib4 .accordion .card {
    border: 0;
    margin-bottom: 0.6875rem;
    border-radius: 0;
    background-color: transparent; }
    .ib4 .accordion .card .card-header {
      margin-bottom: 0; }
  .ib4 .accordion .card-header {
    border-radius: 0;
    padding: 0;
    border-color: #b2b2b2; }
  .ib4 .accordion .card-header-accroche {
    color: #595959;
    font-weight: 400; }
  .ib4 .accordion .card-header-right {
    float: right; }
  .ib4 .accordion .card-header-title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.0625rem; }
  .ib4 .accordion .card-header-button {
    background-color: transparent; }
  .ib4 .accordion .card-header-button,
  .ib4 .accordion .card-header-link,
  .ib4 .accordion .card-header-head {
    display: inline-block;
    font-weight: 700;
    width: 100%; }
  .ib4 .accordion .card-header-button,
  .ib4 .accordion .card-header-link,
  .ib4 .accordion .card-header-text,
  .ib4 .accordion .card-header-head {
    line-height: 1.0625rem;
    padding: 0;
    color: #383838;
    text-decoration: none;
    border: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.75rem 2.8125rem 0.75rem 0; }
  .ib4 .accordion .card-header-button,
  .ib4 .accordion .card-header-link {
    border-radius: 0; }
    .ib4 .accordion .card-header-button[data-toggle="collapse"],
    .ib4 .accordion .card-header-link[data-toggle="collapse"] {
      width: 100%;
      background-repeat: no-repeat;
      background-position: right 0.875rem center; }
      .ib4 .accordion .card-header-button[data-toggle="collapse"][aria-expanded="true"],
      .ib4 .accordion .card-header-link[data-toggle="collapse"][aria-expanded="true"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-moins-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='16' xml:space='preserve'%3E%3Cpath id='moins' fill='%23027A45' d='M0 7h16v2H0V7z'/%3E%3C/svg%3E"); }
      .ib4 .accordion .card-header-button[data-toggle="collapse"][aria-expanded="false"],
      .ib4 .accordion .card-header-link[data-toggle="collapse"][aria-expanded="false"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-plus-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='16' height='16' xml:space='preserve'%3E%3Cpath id='_x2B_' fill='%23027A45' d='M16 7H9V0H7v7H0v2h7v7h2V9h7V7z'/%3E%3C/svg%3E"); }
  .ib4 .accordion .card-header-button[class*="icone"],
  .ib4 .accordion .card-header-link [class*="icone"] {
    padding-left: 2.5rem; }
  .ib4 .accordion .card-body {
    padding: 0.625rem 0.375rem; }
  .ib4 .accordion.allege .card {
    margin-bottom: 0;
    border-top: 1px solid #b2b2b2; }
    .ib4 .accordion.allege .card:last-child {
      border-bottom: 1px solid #b2b2b2; }
  .ib4 .accordion.allege .card-header {
    border: 0; }
    .ib4 .accordion.allege .card-header .card-header-title {
      line-height: 1.375rem; }
  .ib4 .accordion.allege .card-header-button,
  .ib4 .accordion.allege .card-header-link,
  .ib4 .accordion.allege .card-header-text,
  .ib4 .accordion.allege .card-header-head {
    padding: 0.625rem 2.8125rem 0.625rem 2.5rem;
    line-height: 1.375rem; }
  .ib4 .accordion.arbre .card, .ib4 .accordion.note-bas-page .card {
    margin-bottom: 0;
    border-top: 1px solid #b2b2b2; }
    .ib4 .accordion.arbre .card:first-child, .ib4 .accordion.note-bas-page .card:first-child {
      border-top: 0; }
  .ib4 .accordion.arbre .card-header, .ib4 .accordion.note-bas-page .card-header {
    border: 0; }
  .ib4 .accordion.arbre .card-header-button,
  .ib4 .accordion.arbre .card-header-link,
  .ib4 .accordion.arbre .card-header-text,
  .ib4 .accordion.arbre .card-header-head, .ib4 .accordion.note-bas-page .card-header-button,
  .ib4 .accordion.note-bas-page .card-header-link,
  .ib4 .accordion.note-bas-page .card-header-text,
  .ib4 .accordion.note-bas-page .card-header-head {
    padding-right: 0; }
  .ib4 .accordion.arbre .card-header-right, .ib4 .accordion.note-bas-page .card-header-right {
    margin-left: 1rem;
    color: #383838; }
  .ib4 .accordion.arbre .card-header-button,
  .ib4 .accordion.arbre .card-header-link[data-toggle="collapse"], .ib4 .accordion.note-bas-page .card-header-button,
  .ib4 .accordion.note-bas-page .card-header-link[data-toggle="collapse"] {
    padding-left: 1.5625rem;
    color: #007944; }
    .ib4 .accordion.arbre .card-header-button[data-toggle="collapse"],
    .ib4 .accordion.arbre .card-header-link[data-toggle="collapse"][data-toggle="collapse"], .ib4 .accordion.note-bas-page .card-header-button[data-toggle="collapse"],
    .ib4 .accordion.note-bas-page .card-header-link[data-toggle="collapse"][data-toggle="collapse"] {
      background-repeat: no-repeat;
      background-position: left center; }
      .ib4 .accordion.arbre .card-header-button[data-toggle="collapse"][aria-expanded="true"],
      .ib4 .accordion.arbre .card-header-link[data-toggle="collapse"][data-toggle="collapse"][aria-expanded="true"], .ib4 .accordion.note-bas-page .card-header-button[data-toggle="collapse"][aria-expanded="true"],
      .ib4 .accordion.note-bas-page .card-header-link[data-toggle="collapse"][data-toggle="collapse"][aria-expanded="true"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-n1-carre-moins-vert' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='19' height='19' xml:space='preserve'%3E%3Cpath id='carré' fill='%23007944' d='M19 19H0V0h19v19zM2 17h15V2H2v15z'/%3E%3Cpath id='moins' fill='%23007944' d='M4.5 9h10v1h-10z'/%3E%3C/svg%3E"); }
      .ib4 .accordion.arbre .card-header-button[data-toggle="collapse"][aria-expanded="false"],
      .ib4 .accordion.arbre .card-header-link[data-toggle="collapse"][data-toggle="collapse"][aria-expanded="false"], .ib4 .accordion.note-bas-page .card-header-button[data-toggle="collapse"][aria-expanded="false"],
      .ib4 .accordion.note-bas-page .card-header-link[data-toggle="collapse"][data-toggle="collapse"][aria-expanded="false"] {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-plus-carre-out-couleur' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='19' height='19' xml:space='preserve'%3E%3Cpath id='Carré' fill='%23007944' d='M19 19H0V0h19v19zM2 17h15V2H2v15z'/%3E%3Cpath id='_x2B_' fill='%23007944' d='M14.5 9H10V4.5H9V9H4.5v1H9v4.5h1V10h4.5z'/%3E%3C/svg%3E"); }
  .ib4 .accordion.note-bas-page {
    border-top: none; }
    .ib4 .accordion.note-bas-page .card {
      margin-bottom: 0.9375rem;
      border-top: 0; }
    .ib4 .accordion.note-bas-page .card-header {
      line-height: 1.0625rem; }
    .ib4 .accordion.note-bas-page .card-header-button,
    .ib4 .accordion.note-bas-page .card-header-link[data-toggle="collapse"] {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 1.1875rem;
      font-size: 0.875rem; }
      .ib4 .accordion.note-bas-page .card-header-button:hover,
      .ib4 .accordion.note-bas-page .card-header-link[data-toggle="collapse"]:hover {
        text-decoration: underline; }
    .ib4 .accordion.note-bas-page .card-body {
      position: relative;
      margin: 0.9375rem 0 0.0625rem;
      padding: 0.40625rem 0;
      font-size: 0.8125rem; }
      .ib4 .accordion.note-bas-page .card-body:before {
        content: "";
        height: 0.0625rem;
        width: 12.5rem;
        background-color: #d5d5d5;
        position: absolute;
        top: 0;
        left: 0; }
  [data-whatintent="keyboard"] .ib4 .card-header-button:focus:not(:disabled):not(.disabled), [data-whatintent="keyboard"]
  .ib4 .tout-afficher:focus:not(:disabled):not(.disabled), [data-whatintent="keyboard"]
  .ib4 .tout-masquer:focus:not(:disabled):not(.disabled) {
    outline: #1a79c6 solid 2px;
    outline-offset: -2px; }
  .ib4 .toggle-tiroir {
    margin: 0.5rem 0.5625rem 0.5rem 0;
    text-align: right; }
    .ib4 .toggle-tiroir li {
      list-style: none;
      display: inline-block;
      background-image: none;
      padding: 0;
      margin-left: 0.3125rem;
      margin-bottom: 0; }
  .ib4 .tout-afficher,
  .ib4 .tout-masquer {
    background: none;
    border: 0;
    padding: 0 0 0 0.625rem;
    font-size: 0.75rem;
    color: #007944;
    font-weight: 700;
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.4375rem 0.4375rem; }
    @media all and (-ms-high-contrast: none) {
      .ib4 .tout-afficher,
      .ib4 .tout-masquer {
        background-size: 7px 7px; } }
    @supports (-ms-ime-align: auto) {
      .ib4 .tout-afficher,
      .ib4 .tout-masquer {
        background-size: 7px 7px; } }
    .ib4 .tout-afficher[disabled],
    .ib4 .tout-masquer[disabled] {
      color: #8a8a8a; }
  .ib4 .tout-afficher::before,
  .ib4 .tout-masquer::after {
    content: "";
    background-color: #595959;
    position: absolute;
    width: 0.0625rem;
    height: 0.9375rem;
    top: 0.125rem; }
  .ib4 .tout-afficher {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-plus' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='7' height='7' xml:space='preserve'%3E%3Cpath id='plus' fill='%2300884E' d='M7 3H4V0H3v3H0v1h3v3h1V4h3V3z'/%3E%3C/svg%3E"); }
    .ib4 .tout-afficher[disabled] {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-plus' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='7' height='7' xml:space='preserve'%3E%3Cpath id='plus' fill='%238A8A8A' d='M7 3H4V0H3v3H0v1h3v3h1V4h3V3z'/%3E%3C/svg%3E"); }
    .ib4 .tout-afficher::before {
      content: "";
      left: -0.4375rem; }
  .ib4 .tout-masquer {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-moins' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='7' height='7' xml:space='preserve'%3E%3Cpath id='moins' fill='%2300884E' d='M0 3h7v1H0V3z'/%3E%3C/svg%3E"); }
    .ib4 .tout-masquer[disabled] {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-moins' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='7' height='7' xml:space='preserve'%3E%3Cpath id='moins' fill='%238A8A8A' d='M0 3h7v1H0V3z'/%3E%3C/svg%3E"); }
    .ib4 .tout-masquer::after {
      content: "";
      right: -0.4375rem; }
  .ib4 .increment-input[type="number"] {
    -moz-appearance: textfield; }
  .ib4 .increment-input::-webkit-inner-spin-button,
  .ib4 .increment-input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .ib4 .increment {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top; }
  .ib4 .increment-minus,
  .ib4 .increment-plus {
    border: 1px solid #cbcccc;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    min-width: 1.9375rem;
    height: 2.75rem;
    background-size: 0.6875rem 0.6875rem;
    padding: 1.3125rem 0.75rem; }
    .ib4 .increment-minus.disabled,
    .ib4 .increment-plus.disabled {
      box-shadow: none; }
  .ib4 .increment-minus {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-incrementeur-moins' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='11' height='11' xml:space='preserve'%3E%3Cpath id='moins' fill='%236E6E6E' d='M2 4h7v3H2V4z'/%3E%3C/svg%3E");
    border-right: none; }
  .ib4 .increment-plus {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='ic-incrementeur-plus' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='11' height='11' xml:space='preserve'%3E%3Cpath id='plus' fill='%236E6E6E' d='M11 4.1H6.899V0H4.1v4.1H0v2.8h4.1V11h2.8V6.9H11V4.1z'/%3E%3C/svg%3E");
    border-left: none; }
  .ib4 .increment-input[type="number"] {
    box-shadow: none;
    font-weight: bold;
    width: 2.8125rem;
    text-align: center;
    color: #3e3e3e;
    border: 1px solid #cbcccc;
    display: inline-block; }
  .ib4 .increment-fluid {
    width: 100%; }
    .ib4 .increment-fluid .increment-input {
      width: calc(100% - 3.875rem); }
  .ib4 .increment-lg {
    padding: 0.4375rem 0; }
    .ib4 .increment-lg .increment-minus,
    .ib4 .increment-lg .increment-plus {
      padding: 0;
      flex: 0 0 2.4375rem; }
    .ib4 .increment-lg .increment-input[type="number"] {
      font-size: 1.125rem;
      font-weight: bold;
      width: 3.875rem;
      height: 2.4375rem; }
    .ib4 .increment-lg .increment-minus,
    .ib4 .increment-lg .increment-minus:active,
    .ib4 .increment-lg .increment-plus,
    .ib4 .increment-lg .increment-plus:active {
      background-size: 16px 16px; }
  .ib4 .increment-minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .ib4 .increment-plus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .ib4 .presentation {
    margin-bottom: 1rem; }
  .ib4 .presentation-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #383838;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold; }
  .ib4 .presentation .row {
    position: relative;
    padding-top: 1rem; }
    .ib4 .presentation .row:before, .ib4 .presentation .row:last-child:after {
      content: "";
      border-top: 0.0625rem solid #d5d5d5;
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px; }
    .ib4 .presentation .row:last-child:after {
      bottom: 0;
      top: auto; }
  .ib4 .presentation.border-top-0 .row:first-child::before, .ib4 .presentation.border-top-0 .row:last-child:after,
  .ib4 .presentation.border-bottom-0 .row:first-child::before,
  .ib4 .presentation.border-bottom-0 .row:last-child:after {
    border: none; }

/*# sourceMappingURL=n3.css.map*/