@charset "UTF-8";
/* Theme
    typo
    fx
    base
    layout
    header
    main
    footer
    modules…
    pages
*/
/* --------------------------
 *    Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 *--------------------------*/
:root {
  --blue: #005389;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e4003a;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #1784af;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --navy: #09314e;
  --primary: #005389;
  --secondary: #868e96;
  --success: #28a745;
  --success2: #165724;
  --info: #1784af;
  --warning: #ffc107;
  --danger: #e4003a;
  --light: #e9ecef;
  --dark: #343a40;
  --navy: #09314e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .views-table, .view-commerce-order-item-table table, .field--name-body table,
  .field--name-field-contenuformation table,
  .content-notnode table,
  body.cke_editable_themed table {
    border-collapse: collapse !important;
  }
  .table td, .views-table td, .view-commerce-order-item-table table td, .field--name-body table td,
  .field--name-field-contenuformation table td,
  .content-notnode table td,
  body.cke_editable_themed table td,
  .table th,
  .views-table th,
  .view-commerce-order-item-table table th,
  .field--name-body table th,
  .field--name-field-contenuformation table th,
  .content-notnode table th,
  body.cke_editable_themed table th {
    background-color: #fff !important;
  }
  .table-bordered th, .views-table th, .view-commerce-order-item-table table th,
  .table-bordered td,
  .views-table td,
  .view-commerce-order-item-table table td {
    border: 1px solid #ddd !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #09314e;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1784af;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #00253d;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark, .views-field-search-api-excerpt strong,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 2px;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto,
.view-filters .form-inner .form-item,
.view-filters .form-inner .form-actions, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto, .view-filters .form-inner .form-item,
  .view-filters .form-inner .form-actions {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, .views-table, .view-commerce-order-item-table table, .field--name-body table,
.field--name-field-contenuformation table,
.content-notnode table,
body.cke_editable_themed table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: transparent;
}
.table th, .views-table th, .view-commerce-order-item-table table th, .field--name-body table th,
.field--name-field-contenuformation table th,
.content-notnode table th,
body.cke_editable_themed table th,
.table td,
.views-table td,
.view-commerce-order-item-table table td,
.field--name-body table td,
.field--name-field-contenuformation table td,
.content-notnode table td,
body.cke_editable_themed table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th, .views-table thead th, .view-commerce-order-item-table table thead th, .field--name-body table thead th,
.field--name-field-contenuformation table thead th,
.content-notnode table thead th,
body.cke_editable_themed table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody, .views-table tbody + tbody, .view-commerce-order-item-table table tbody + tbody, .field--name-body table tbody + tbody,
.field--name-field-contenuformation table tbody + tbody,
.content-notnode table tbody + tbody,
body.cke_editable_themed table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table, .views-table .table, .table .views-table, .views-table .views-table, .view-commerce-order-item-table table .table, .view-commerce-order-item-table table .views-table, .table .view-commerce-order-item-table table, .views-table .view-commerce-order-item-table table, .view-commerce-order-item-table .table table, .view-commerce-order-item-table .views-table table, .view-commerce-order-item-table table table, .field--name-body table .table, .field--name-body table .views-table,
.field--name-field-contenuformation table .table,
.field--name-field-contenuformation table .views-table,
.content-notnode table .table,
.content-notnode table .views-table,
body.cke_editable_themed table .table,
body.cke_editable_themed table .views-table, .table .field--name-body table, .views-table .field--name-body table, .field--name-body .table table, .field--name-body .views-table table, .field--name-body table table,
.table .field--name-field-contenuformation table,
.views-table .field--name-field-contenuformation table,
.field--name-field-contenuformation .table table,
.field--name-field-contenuformation .views-table table,
.field--name-field-contenuformation table table,
.table .content-notnode table,
.views-table .content-notnode table,
.content-notnode .table table,
.content-notnode .views-table table,
.content-notnode table table,
.table body.cke_editable_themed table,
.views-table body.cke_editable_themed table,
body.cke_editable_themed .table table,
body.cke_editable_themed .views-table table,
body.cke_editable_themed table table {
  background-color: #fff;
}

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

.table-bordered, .views-table, .view-commerce-order-item-table table {
  border: 1px solid #e9ecef;
}
.table-bordered th, .views-table th, .view-commerce-order-item-table table th,
.table-bordered td,
.views-table td,
.view-commerce-order-item-table table td {
  border: 1px solid #e9ecef;
}
.table-bordered thead th, .views-table thead th, .view-commerce-order-item-table table thead th,
.table-bordered thead td,
.views-table thead td,
.view-commerce-order-item-table table thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

.table-success2,
.table-success2 > th,
.table-success2 > td {
  background-color: #bed0c2;
}

.table-hover .table-success2:hover {
  background-color: #afc5b4;
}
.table-hover .table-success2:hover > td,
.table-hover .table-success2:hover > th {
  background-color: #afc5b4;
}

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

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

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

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

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

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

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

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

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

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

.table-navy,
.table-navy > th,
.table-navy > td {
  background-color: #bac5cd;
}

.table-hover .table-navy:hover {
  background-color: #abb9c2;
}
.table-hover .table-navy:hover > td,
.table-hover .table-navy:hover > th {
  background-color: #abb9c2;
}

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

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

.table .thead-dark th, .views-table .thead-dark th, .view-commerce-order-item-table table .thead-dark th, .field--name-body table .thead-dark th,
.field--name-field-contenuformation table .thead-dark th,
.content-notnode table .thead-dark th,
body.cke_editable_themed table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th, .views-table .thead-light th, .view-commerce-order-item-table table .thead-light th, .field--name-body table .thead-light th,
.field--name-field-contenuformation table .thead-light th,
.content-notnode table .thead-light th,
body.cke_editable_themed table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered, .table-dark.views-table, .view-commerce-order-item-table table.table-dark {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.99px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered, .table-responsive-sm.views-table, .view-commerce-order-item-table table.table-responsive-sm {
    border: 0;
  }
}
@media (max-width: 767.99px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered, .table-responsive-md.views-table, .view-commerce-order-item-table table.table-responsive-md {
    border: 0;
  }
}
@media (max-width: 991.99px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered, .table-responsive-lg.views-table, .view-commerce-order-item-table table.table-responsive-lg {
    border: 0;
  }
}
@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered, .table-responsive-xl.views-table, .view-commerce-order-item-table table.table-responsive-xl {
    border: 0;
  }
}
@media (max-width: 1499.99px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl.table-bordered, .table-responsive-xxl.views-table, .view-commerce-order-item-table table.table-responsive-xxl {
    border: 0;
  }
}
.table-responsive, .field--name-body table,
.field--name-field-contenuformation table,
.content-notnode table,
body.cke_editable_themed table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered, .table-responsive.views-table, .view-commerce-order-item-table table.table-responsive, .field--name-body table.table-bordered, .field--name-body table.views-table, .field--name-body .view-commerce-order-item-table table, .view-commerce-order-item-table .field--name-body table,
.field--name-field-contenuformation table.table-bordered,
.field--name-field-contenuformation table.views-table,
.field--name-field-contenuformation .view-commerce-order-item-table table,
.view-commerce-order-item-table .field--name-field-contenuformation table,
.content-notnode table.table-bordered,
.content-notnode table.views-table,
.content-notnode .view-commerce-order-item-table table,
.view-commerce-order-item-table .content-notnode table,
body.cke_editable_themed table.table-bordered,
body.cke_editable_themed table.views-table,
body.cke_editable_themed .view-commerce-order-item-table table,
.view-commerce-order-item-table body.cke_editable_themed table {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #343a40;
  background-color: #fafbfb;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0a9eff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 137, 0.25);
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #343a40;
  background-color: #fafbfb;
}

.form-control-file,
.form-control-range {
  display: block;
}

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .barre-utilisateur .views-exposed-form .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.tag-wrapper .input-group-sm > .input-group-btn > a.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.tag-wrapper .input-group-lg > .input-group-btn > a.form-control-plaintext {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .barre-utilisateur .views-exposed-form .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.tag-wrapper .input-group-sm > .input-group-btn > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1px;
}

select.form-control-sm:not([size]):not([multiple]), .barre-utilisateur .views-exposed-form select.form-control:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.tag-wrapper .input-group-lg > .input-group-btn > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group, #edit-payment-information-payment-method--wrapper {
  margin-bottom: 1.5rem;
}

.form-text, .description {
  display: block;
  margin-top: 0.25rem;
}

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-indicator, .custom-control-input.is-valid:checked ~ .custom-control-indicator {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-indicator, .custom-control-input.is-valid:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-control, .custom-file-input.is-valid:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e4003a;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(228, 0, 58, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e4003a;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e4003a;
  box-shadow: 0 0 0 0.2rem rgba(228, 0, 58, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #e4003a;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: #ff658c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #e4003a;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-indicator, .custom-control-input.is-invalid:checked ~ .custom-control-indicator {
  background-color: #ff1853;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-indicator, .custom-control-input.is-invalid:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(228, 0, 58, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #e4003a;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-control, .custom-file-input.is-invalid:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.2rem rgba(228, 0, 58, 0.25);
}

.form-inline, form .container-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check, form .container-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, form .container-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline #edit-payment-information-payment-method--wrapper, form .container-inline .form-group, form .container-inline #edit-payment-information-payment-method--wrapper {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, form .container-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, form .container-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, form .container-inline .input-group {
    width: auto;
  }
  .form-inline .form-check, form .container-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label, form .container-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input, form .container-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, form .container-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator, form .container-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback, form .container-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .tag-wrapper a {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  /* $btn-padding-x = 0.75rem */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 100px;
  transition: color 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;
}
.btn:focus, .tag-wrapper a:focus, .btn:hover, .tag-wrapper a:hover {
  text-decoration: none;
}
.btn:focus, .tag-wrapper a:focus, .btn.focus, .tag-wrapper a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 137, 0.25);
}
.btn.disabled, .tag-wrapper a.disabled, .btn:disabled, .tag-wrapper a:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active, .tag-wrapper a:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, .btn.is-active:not([disabled]):not(.disabled), .tag-wrapper a:not([disabled]):not(.disabled).active, .tag-wrapper a.is-active:not([disabled]):not(.disabled) {
  background-image: none;
}

a.btn.disabled, .tag-wrapper a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .tag-wrapper a,
.tag-wrapper fieldset[disabled] a {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #005389;
  border-color: #005389;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003c63;
  border-color: #003456;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 137, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #005389;
  border-color: #005389;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary.is-active:not([disabled]):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003456;
  border-color: #002c49;
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 137, 0.5);
}

.btn-secondary, form.webform-submission-form [value="Enregistrer le brouillon"], form.webform-submission-form .form-managed-file [value=Retirer] {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover, form.webform-submission-form [value="Enregistrer le brouillon"]:hover, form.webform-submission-form .form-managed-file [value=Retirer]:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, form.webform-submission-form [value="Enregistrer le brouillon"]:focus, form.webform-submission-form .form-managed-file [value=Retirer]:focus, .btn-secondary.focus, form.webform-submission-form .focus[value="Enregistrer le brouillon"], form.webform-submission-form .form-managed-file .focus[value=Retirer] {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, form.webform-submission-form .disabled[value="Enregistrer le brouillon"], form.webform-submission-form .form-managed-file .disabled[value=Retirer], .btn-secondary:disabled, form.webform-submission-form [value="Enregistrer le brouillon"]:disabled, form.webform-submission-form .form-managed-file [value=Retirer]:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active, form.webform-submission-form [value="Enregistrer le brouillon"]:not([disabled]):not(.disabled):active, form.webform-submission-form .form-managed-file [value=Retirer]:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary.is-active:not([disabled]):not(.disabled), form.webform-submission-form [value="Enregistrer le brouillon"]:not([disabled]):not(.disabled).active, form.webform-submission-form [value="Enregistrer le brouillon"].is-active:not([disabled]):not(.disabled), form.webform-submission-form .form-managed-file [value=Retirer]:not([disabled]):not(.disabled).active, form.webform-submission-form .form-managed-file [value=Retirer].is-active:not([disabled]):not(.disabled), .show > .btn-secondary.dropdown-toggle, form.webform-submission-form .show > .dropdown-toggle[value="Enregistrer le brouillon"], form.webform-submission-form .form-managed-file .show > .dropdown-toggle[value=Retirer] {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .btn-success.is-active:not([disabled]):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success2 {
  color: #fff;
  background-color: #165724;
  border-color: #165724;
}
.btn-success2:hover {
  color: #fff;
  background-color: #0e3817;
  border-color: #0c2e13;
}
.btn-success2:focus, .btn-success2.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 87, 36, 0.5);
}
.btn-success2.disabled, .btn-success2:disabled {
  background-color: #165724;
  border-color: #165724;
}
.btn-success2:not([disabled]):not(.disabled):active, .btn-success2:not([disabled]):not(.disabled).active, .btn-success2.is-active:not([disabled]):not(.disabled), .show > .btn-success2.dropdown-toggle {
  color: #fff;
  background-color: #0c2e13;
  border-color: #09240f;
  box-shadow: 0 0 0 0.2rem rgba(22, 87, 36, 0.5);
}

.btn-info, .block-views-exposed-filter-blockrechercher-page-1 button[type=submit] {
  color: #fff;
  background-color: #1784af;
  border-color: #1784af;
}
.btn-info:hover, .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:hover {
  color: #fff;
  background-color: #136b8d;
  border-color: #116282;
}
.btn-info:focus, .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:focus, .btn-info.focus, .block-views-exposed-filter-blockrechercher-page-1 button.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(23, 132, 175, 0.5);
}
.btn-info.disabled, .block-views-exposed-filter-blockrechercher-page-1 button.disabled[type=submit], .btn-info:disabled, .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:disabled {
  background-color: #1784af;
  border-color: #1784af;
}
.btn-info:not([disabled]):not(.disabled):active, .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .btn-info.is-active:not([disabled]):not(.disabled), .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:not([disabled]):not(.disabled).active, .block-views-exposed-filter-blockrechercher-page-1 button[type=submit].is-active:not([disabled]):not(.disabled), .show > .btn-info.dropdown-toggle, .block-views-exposed-filter-blockrechercher-page-1 .show > button.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #116282;
  border-color: #105a77;
  box-shadow: 0 0 0 0.2rem rgba(23, 132, 175, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .btn-warning.is-active:not([disabled]):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e4003a;
  border-color: #e4003a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #be0030;
  border-color: #b1002d;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 0, 58, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #e4003a;
  border-color: #e4003a;
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .btn-danger.is-active:not([disabled]):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b1002d;
  border-color: #a4002a;
  box-shadow: 0 0 0 0.2rem rgba(228, 0, 58, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-light:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .btn-light.is-active:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .btn-dark.is-active:not([disabled]):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-navy {
  color: #fff;
  background-color: #09314e;
  border-color: #09314e;
}
.btn-navy:hover {
  color: #fff;
  background-color: #051b2c;
  border-color: #041420;
}
.btn-navy:focus, .btn-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 49, 78, 0.5);
}
.btn-navy.disabled, .btn-navy:disabled {
  background-color: #09314e;
  border-color: #09314e;
}
.btn-navy:not([disabled]):not(.disabled):active, .btn-navy:not([disabled]):not(.disabled).active, .btn-navy.is-active:not([disabled]):not(.disabled), .show > .btn-navy.dropdown-toggle {
  color: #fff;
  background-color: #041420;
  border-color: #020d15;
  box-shadow: 0 0 0 0.2rem rgba(9, 49, 78, 0.5);
}

.btn-outline-primary {
  color: #005389;
  background-color: transparent;
  background-image: none;
  border-color: #005389;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #005389;
  border-color: #005389;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 137, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #005389;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary.is-active:not([disabled]):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #005389;
  border-color: #005389;
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 137, 0.5);
}

.btn-outline-secondary, .tag-wrapper a {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover, .tag-wrapper a:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .tag-wrapper a:focus, .btn-outline-secondary.focus, .tag-wrapper a.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .tag-wrapper a.disabled, .btn-outline-secondary:disabled, .tag-wrapper a:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .tag-wrapper a:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary.is-active:not([disabled]):not(.disabled), .tag-wrapper a:not([disabled]):not(.disabled).active, .tag-wrapper a.is-active:not([disabled]):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle, .tag-wrapper .show > a.dropdown-toggle {
  color: #212529;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success.is-active:not([disabled]):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success2 {
  color: #165724;
  background-color: transparent;
  background-image: none;
  border-color: #165724;
}
.btn-outline-success2:hover {
  color: #fff;
  background-color: #165724;
  border-color: #165724;
}
.btn-outline-success2:focus, .btn-outline-success2.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 87, 36, 0.5);
}
.btn-outline-success2.disabled, .btn-outline-success2:disabled {
  color: #165724;
  background-color: transparent;
}
.btn-outline-success2:not([disabled]):not(.disabled):active, .btn-outline-success2:not([disabled]):not(.disabled).active, .btn-outline-success2.is-active:not([disabled]):not(.disabled), .show > .btn-outline-success2.dropdown-toggle {
  color: #212529;
  background-color: #165724;
  border-color: #165724;
  box-shadow: 0 0 0 0.2rem rgba(22, 87, 36, 0.5);
}

.btn-outline-info {
  color: #1784af;
  background-color: transparent;
  background-image: none;
  border-color: #1784af;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1784af;
  border-color: #1784af;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 132, 175, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1784af;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info.is-active:not([disabled]):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #1784af;
  border-color: #1784af;
  box-shadow: 0 0 0 0.2rem rgba(23, 132, 175, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning.is-active:not([disabled]):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #e4003a;
  background-color: transparent;
  background-image: none;
  border-color: #e4003a;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e4003a;
  border-color: #e4003a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 0, 58, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e4003a;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger.is-active:not([disabled]):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #e4003a;
  border-color: #e4003a;
  box-shadow: 0 0 0 0.2rem rgba(228, 0, 58, 0.5);
}

.btn-outline-light {
  color: #e9ecef;
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light.is-active:not([disabled]):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #e9ecef;
  border-color: #e9ecef;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

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

.btn-outline-navy {
  color: #09314e;
  background-color: transparent;
  background-image: none;
  border-color: #09314e;
}
.btn-outline-navy:hover {
  color: #fff;
  background-color: #09314e;
  border-color: #09314e;
}
.btn-outline-navy:focus, .btn-outline-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 49, 78, 0.5);
}
.btn-outline-navy.disabled, .btn-outline-navy:disabled {
  color: #09314e;
  background-color: transparent;
}
.btn-outline-navy:not([disabled]):not(.disabled):active, .btn-outline-navy:not([disabled]):not(.disabled).active, .btn-outline-navy.is-active:not([disabled]):not(.disabled), .show > .btn-outline-navy.dropdown-toggle {
  color: #212529;
  background-color: #09314e;
  border-color: #09314e;
  box-shadow: 0 0 0 0.2rem rgba(9, 49, 78, 0.5);
}

.btn-link, .delete-order-item {
  font-weight: 400;
  color: #1784af;
  background-color: transparent;
}
.btn-link:hover, .delete-order-item:hover {
  color: #00253d;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .delete-order-item:focus, .btn-link.focus, .focus.delete-order-item {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .delete-order-item:disabled, .btn-link.disabled, .disabled.delete-order-item {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn, .tag-wrapper .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 100px;
}

.btn-sm, .delete-order-item, .tag-wrapper a, .barre-utilisateur .views-exposed-form .form-submit, form.webform-submission-form .form-managed-file [value=Retirer], .btn-group-sm > .btn, .tag-wrapper .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 100px;
}

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

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

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

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #09314e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item.is-active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #005389;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .tag-wrapper .btn-group > a,
.btn-group-vertical > .btn,
.tag-wrapper .btn-group-vertical > a {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .tag-wrapper .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.tag-wrapper .btn-group-vertical > a:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .tag-wrapper .btn-group > a:focus, .btn-group > .btn:active, .tag-wrapper .btn-group > a:active, .btn-group > .btn.active, .btn-group > .btn.is-active, .tag-wrapper .btn-group > a.active, .tag-wrapper .btn-group > a.is-active,
.btn-group-vertical > .btn:focus,
.tag-wrapper .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.tag-wrapper .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn.is-active,
.tag-wrapper .btn-group-vertical > a.active,
.tag-wrapper .btn-group-vertical > a.is-active {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .tag-wrapper a + .btn, .tag-wrapper .btn-group a + .btn, .btn-group .tag-wrapper .btn + a, .tag-wrapper .btn-group .btn + a, .btn-group .tag-wrapper a + a, .tag-wrapper .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .tag-wrapper a + .btn-group,
.tag-wrapper .btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .tag-wrapper .btn-group + a,
.tag-wrapper .btn-group .btn-group + a,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .tag-wrapper a + .btn,
.tag-wrapper .btn-group-vertical a + .btn,
.btn-group-vertical .tag-wrapper .btn + a,
.tag-wrapper .btn-group-vertical .btn + a,
.btn-group-vertical .tag-wrapper a + a,
.tag-wrapper .btn-group-vertical a + a,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .tag-wrapper a + .btn-group,
.tag-wrapper .btn-group-vertical a + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .tag-wrapper .btn-group + a,
.tag-wrapper .btn-group-vertical .btn-group + a,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .tag-wrapper .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child, .tag-wrapper .btn-group > a:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .tag-wrapper .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .tag-wrapper .btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .tag-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .tag-wrapper .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .tag-wrapper .btn-group > .btn-group:last-child:not(:first-child) > a:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .delete-order-item + .dropdown-toggle-split, .tag-wrapper a + .dropdown-toggle-split, .barre-utilisateur .views-exposed-form .form-submit + .dropdown-toggle-split, form.webform-submission-form .form-managed-file [value=Retirer] + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

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

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

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 2;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .custom-select,
.input-group .custom-file {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .custom-select:not(:first-child):not(:last-child),
.input-group .custom-file:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group .custom-file {
  display: flex;
  align-items: center;
}

.input-group .custom-select,
.input-group .custom-file {
  width: 100%;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 1px;
}
.input-group-addon.form-control-sm, .barre-utilisateur .views-exposed-form .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.tag-wrapper .input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 1px;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.tag-wrapper .input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 2px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group .custom-select:not(:last-child),
.input-group .custom-file:not(:last-child) .custom-file-control::before,
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.tag-wrapper .input-group-btn:not(:last-child) > a,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.tag-wrapper .input-group-btn:not(:last-child) > .btn-group > a,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.tag-wrapper .input-group-btn:not(:first-child) > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.tag-wrapper .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group .custom-select:not(:first-child),
.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.tag-wrapper .input-group-btn:not(:first-child) > a,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.tag-wrapper .input-group-btn:not(:first-child) > .btn-group > a,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.tag-wrapper .input-group-btn:not(:last-child) > a:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.tag-wrapper .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child),
.custom-select + .input-group-addon:not(:first-child),
.custom-file + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .tag-wrapper .input-group-btn > a {
  position: relative;
}
.input-group-btn > .btn + .btn, .tag-wrapper .input-group-btn > a + .btn, .tag-wrapper .input-group-btn > .btn + a, .tag-wrapper .input-group-btn > a + a {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .tag-wrapper .input-group-btn > a:focus, .input-group-btn > .btn:active, .tag-wrapper .input-group-btn > a:active, .input-group-btn > .btn:hover, .tag-wrapper .input-group-btn > a:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn + .btn, .tag-wrapper .input-group-btn:first-child > a + .btn, .tag-wrapper .input-group-btn:first-child > .btn + a, .tag-wrapper .input-group-btn:first-child > a + a {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn, .tag-wrapper .input-group-btn:not(:last-child) > a,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn, .tag-wrapper .input-group-btn:not(:first-child) > a,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 1;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn:first-child, .tag-wrapper .input-group-btn:not(:first-child) > a:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .tag-wrapper .input-group-btn:not(:first-child) > a:focus, .input-group-btn:not(:first-child) > .btn:active, .tag-wrapper .input-group-btn:not(:first-child) > a:active, .input-group-btn:not(:first-child) > .btn:hover, .tag-wrapper .input-group-btn:not(:first-child) > a:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 2;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #005389;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 83, 137, 0.25);
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #3db2ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-indicator::before {
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 1px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #005389;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #005389;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #005389;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 1px;
  appearance: none;
}
.custom-select:focus {
  border-color: #0a9eff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 83, 137, 0.25);
}
.custom-select:focus::-ms-value {
  color: #343a40;
  background-color: #fafbfb;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #0a9eff;
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 137, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #0a9eff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 1px;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 1px 1px 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #212529;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.is-active,
.nav-tabs .nav-item.show .nav-link {
  color: #005389;
  background-color: transparent;
  border-color: #005389;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 1px;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.is-active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #005389;
}

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active, .tab-content > .is-active {
  display: block;
}

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

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

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

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

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

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

.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: 575.99px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.99px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.99px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.99px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1499.99px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .is-active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.is-active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .is-active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.is-active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.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 rgba(0, 0, 0, 0.125);
  border-radius: 1px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(1px - 1px) calc(1px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

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

.card-img {
  width: 100%;
  border-radius: calc(1px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(1px - 1px);
  border-top-right-radius: calc(1px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(1px - 1px);
  border-bottom-left-radius: calc(1px - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: inherit;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active, .breadcrumb-item.is-active {
  color: inherit;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #005389;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:focus, .page-link:hover {
  color: #00253d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link, .page-item.is-active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #005389;
  border-color: #005389;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1px;
}
.badge:empty {
  display: none;
}

.btn .badge, .tag-wrapper a .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #005389;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003456;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-success2 {
  color: #fff;
  background-color: #165724;
}
.badge-success2[href]:focus, .badge-success2[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0c2e13;
}

.badge-info {
  color: #fff;
  background-color: #1784af;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #116282;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #e4003a;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b1002d;
}

.badge-light {
  color: #212529;
  background-color: #e9ecef;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #cbd3da;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-navy {
  color: #fff;
  background-color: #09314e;
}
.badge-navy[href]:focus, .badge-navy[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #041420;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 1px;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #002b47;
  background-color: #ccdde7;
  border-color: #b8cfde;
}
.alert-primary hr {
  border-top-color: #a7c3d6;
}
.alert-primary .alert-link {
  color: #000c14;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-success2 {
  color: #0b2d13;
  background-color: #d0ddd3;
  border-color: #bed0c2;
}
.alert-success2 hr {
  border-top-color: #afc5b4;
}
.alert-success2 .alert-link {
  color: #010402;
}

.alert-info {
  color: #0c455b;
  background-color: #d1e6ef;
  border-color: #bedde9;
}
.alert-info hr {
  border-top-color: #abd3e3;
}
.alert-info .alert-link {
  color: #06232e;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #77001e;
  background-color: #faccd8;
  border-color: #f7b8c8;
}
.alert-danger hr {
  border-top-color: #f4a1b6;
}
.alert-danger .alert-link {
  color: #440011;
}

.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-light hr {
  border-top-color: #eaedf1;
}
.alert-light .alert-link {
  color: #606162;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-navy {
  color: #051929;
  background-color: #ced6dc;
  border-color: #bac5cd;
}
.alert-navy hr {
  border-top-color: #abb9c2;
}
.alert-navy .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 1px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #005389;
  transition: width 0.6s ease;
}

.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;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active, .list-group-item.is-active {
  z-index: 1;
  color: #fff;
  background-color: #005389;
  border-color: #005389;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #002b47;
  background-color: #b8cfde;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #002b47;
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #002b47;
  background-color: #a7c3d6;
}
a.list-group-item-primary.active, a.list-group-item-primary.is-active,
button.list-group-item-primary.active,
button.list-group-item-primary.is-active {
  color: #fff;
  background-color: #002b47;
  border-color: #002b47;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary.active, a.list-group-item-secondary.is-active,
button.list-group-item-secondary.active,
button.list-group-item-secondary.is-active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success.active, a.list-group-item-success.is-active,
button.list-group-item-success.active,
button.list-group-item-success.is-active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-success2 {
  color: #0b2d13;
  background-color: #bed0c2;
}

a.list-group-item-success2,
button.list-group-item-success2 {
  color: #0b2d13;
}
a.list-group-item-success2:focus, a.list-group-item-success2:hover,
button.list-group-item-success2:focus,
button.list-group-item-success2:hover {
  color: #0b2d13;
  background-color: #afc5b4;
}
a.list-group-item-success2.active, a.list-group-item-success2.is-active,
button.list-group-item-success2.active,
button.list-group-item-success2.is-active {
  color: #fff;
  background-color: #0b2d13;
  border-color: #0b2d13;
}

.list-group-item-info {
  color: #0c455b;
  background-color: #bedde9;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c455b;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c455b;
  background-color: #abd3e3;
}
a.list-group-item-info.active, a.list-group-item-info.is-active,
button.list-group-item-info.active,
button.list-group-item-info.is-active {
  color: #fff;
  background-color: #0c455b;
  border-color: #0c455b;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
a.list-group-item-warning.active, a.list-group-item-warning.is-active,
button.list-group-item-warning.active,
button.list-group-item-warning.is-active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #77001e;
  background-color: #f7b8c8;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #77001e;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #77001e;
  background-color: #f4a1b6;
}
a.list-group-item-danger.active, a.list-group-item-danger.is-active,
button.list-group-item-danger.active,
button.list-group-item-danger.is-active {
  color: #fff;
  background-color: #77001e;
  border-color: #77001e;
}

.list-group-item-light {
  color: #797b7c;
  background-color: #f9fafb;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #797b7c;
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #797b7c;
  background-color: #eaedf1;
}
a.list-group-item-light.active, a.list-group-item-light.is-active,
button.list-group-item-light.active,
button.list-group-item-light.is-active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark.active, a.list-group-item-dark.is-active,
button.list-group-item-dark.active,
button.list-group-item-dark.is-active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-navy {
  color: #051929;
  background-color: #bac5cd;
}

a.list-group-item-navy,
button.list-group-item-navy {
  color: #051929;
}
a.list-group-item-navy:focus, a.list-group-item-navy:hover,
button.list-group-item-navy:focus,
button.list-group-item-navy:hover {
  color: #051929;
  background-color: #abb9c2;
}
a.list-group-item-navy.active, a.list-group-item-navy.is-active,
button.list-group-item-navy.active,
button.list-group-item-navy.is-active {
  color: #fff;
  background-color: #051929;
  border-color: #051929;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -0.4rem;
  content: "";
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
}
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  margin-top: -0.4rem;
  content: "";
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -0.4rem;
  content: "";
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  margin-top: -0.4rem;
  content: "";
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.8rem;
}
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 0.8rem;
}
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow {
  left: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.8rem;
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 0.8rem;
}
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow {
  right: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active, .carousel-item.is-active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right,
.carousel-item-right.is-active {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right,
  .carousel-item-right.is-active {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left,
.carousel-item-left.is-active {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left,
  .carousel-item-left.is-active {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active, .carousel-indicators .is-active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #005389 !important;
}

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

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-success2 {
  background-color: #165724 !important;
}

a.bg-success2:focus, a.bg-success2:hover {
  background-color: #0c2e13 !important;
}

.bg-info {
  background-color: #1784af !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #116282 !important;
}

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

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

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

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

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

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

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

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

.bg-navy {
  background-color: #09314e !important;
}

a.bg-navy:focus, a.bg-navy:hover {
  background-color: #041420 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #005389 !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-success2 {
  border-color: #165724 !important;
}

.border-info {
  border-color: #1784af !important;
}

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

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

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

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

.border-navy {
  border-color: #09314e !important;
}

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

.rounded {
  border-radius: 2px !important;
}

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

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

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

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

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

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

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

.flex-column, .do-flex-column .nav {
  flex-direction: column !important;
}

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

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

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

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

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

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

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

.justify-content-center, .do-justify-content-center .nav {
  justify-content: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

.sr-only, #search-form label[for=edit-keys], a.hide-span span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

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

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

.w-33 {
  width: 33.333% !important;
}

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

.w-66 {
  width: 66.667% !important;
}

.w-67 {
  width: 66.667% !important;
}

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

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

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

.h-33 {
  height: 33.333% !important;
}

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

.h-66 {
  height: 66.667% !important;
}

.h-67 {
  height: 66.667% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important;
  }
  .m-sm-5 {
    margin: 6rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important;
  }
  .p-sm-5 {
    padding: 6rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important;
  }
  .m-md-5 {
    margin: 6rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important;
  }
  .p-md-5 {
    padding: 6rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important;
  }
  .m-lg-5 {
    margin: 6rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important;
  }
  .p-lg-5 {
    padding: 6rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important;
  }
  .m-xl-5 {
    margin: 6rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important;
  }
  .p-xl-5 {
    padding: 6rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important;
  }
  .m-xxl-3 {
    margin: 2rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 2rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 2rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 2rem !important;
  }
  .m-xxl-4 {
    margin: 3rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 3rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 3rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 3rem !important;
  }
  .m-xxl-5 {
    margin: 6rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 6rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 6rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important;
  }
  .p-xxl-3 {
    padding: 2rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 2rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 2rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 2rem !important;
  }
  .p-xxl-4 {
    padding: 3rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 3rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 3rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 3rem !important;
  }
  .p-xxl-5 {
    padding: 6rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 6rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 6rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: #005389 !important;
}

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

.text-secondary, a.link-user-logout {
  color: #868e96 !important;
}

a.text-secondary:focus, a.link-user-logout:focus, a.text-secondary:hover, a.link-user-logout:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-success2 {
  color: #165724 !important;
}

a.text-success2:focus, a.text-success2:hover {
  color: #0c2e13 !important;
}

.text-info {
  color: #1784af !important;
}

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

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

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

.text-danger, .do-link-danger a {
  color: #e4003a !important;
}

a.text-danger:focus, .do-link-danger a:focus, a.text-danger:hover, .do-link-danger a:hover {
  color: #b1002d !important;
}

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

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

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

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

.text-navy {
  color: #09314e !important;
}

a.text-navy:focus, a.text-navy:hover {
  color: #041420 !important;
}

.text-muted, .description {
  color: #868e96 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* --------------------------
 *    MMENU
 *--------------------------*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
  transform-origin: top left;
}
.mm-panel.mm-opened {
  transform: translate(0%, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panel.mm-noanimation {
  transition: none !important;
}
.mm-panel.mm-noanimation.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-prev:before,
.mm-next:after {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offCanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}
/*
	Improved screen reader only CSS class
	@author Gaël Poupard
	@note Based on Yahoo!'s technique
	@author Thierry Koblentz
	@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see http://csswizardry.com/2016/05/the-importance-of-important/
*/
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
  white-space: nowrap !important; /* 3 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/* Extensions: */
/*
	jQuery.mmenu borderStyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after {
  right: 20px;
}

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-fx-menu-zoom {
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-fx-menu-slide {
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0%, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0%, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}

.mm-menu.mm-fx-panels-none .mm-panel,
.mm-menu .mm-fx-panels-none.mm-panel {
  transition-property: none;
}
.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-panels-zoom .mm-panel,
.mm-menu .mm-fx-panels-zoom.mm-panel {
  transform-origin: left center;
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened,
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-fx-panels-slide-up .mm-panel,
.mm-menu .mm-fx-panels-slide-up.mm-panel {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened,
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened {
  transform: translate(0, 0%);
  transform: translate3d(0, 0%, 0);
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: 100ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: 200ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: 300ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: 400ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: 500ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: 600ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: 700ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  transition-property: transform, opacity;
  transform: translate(50%, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(10000px, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(-10000px, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top, .mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

/*
	jQuery.mmenu iconbar extension CSS
*/
html.mm-iconbar body {
  overflow-x: hidden;
}
html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}
html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  transform: translate(60px, 0);
  transform: translate3d(60px, 0, 0);
}

.mm-menu.mm-iconbar {
  display: block;
}

/*
jQuery.mmenu listview extension CSS
*/
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after {
  content: none;
  display: none;
}
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li {
  flex: 1 0 auto;
  min-height: 40px; /* for Safari :( */
}
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider) {
  display: flex;
  flex-direction: column;
}
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}
.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next {
  height: 34px;
}

.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}
.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next {
  height: 50px;
}

.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}
.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next {
  height: 60px;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pageDim extension CSS
*/
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

/*
	jQuery.mmenu popup extension CSS
*/
.mm-menu.mm-popup {
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform 0.4s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu shadows extension CSS
*/
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-next:after, .mm-menu.mm-shadow-page.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:before, .mm-menu.mm-theme-dark .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen), .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:before, .mm-menu.mm-theme-white .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen), .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:before, .mm-menu.mm-theme-black .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen), .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/* Addons */
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  transition: none 0.4s ease;
  transition-property: transform, height;
}
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical),
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened {
  display: block !important;
}
.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu columns addon CSS
*/
.mm-columns {
  transition-property: width;
}
.mm-columns .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, transform;
}
.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}

.mm-columns .mm-panels > .mm-columns-0 {
  transform: translate(0%, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0px;
}

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(0px, 0);
    transform: translate3d(0px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(0px, 0);
    transform: translate3d(0px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-1 {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-2 {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(880px, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(-880px, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-3 {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(1320px, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(-1320px, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-4 {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(1760px, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(-1760px, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  transition-property: width, min-width, max-width, transform;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

/*
	jQuery.mmenu dropdown addon CSS
*/
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

/*
	jQuery.mmenu iconPanels addon CSS
*/
.mm-iconpanel .mm-panels > .mm-panel {
  transition-property: transform, left;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  bottom: -100000px;
}

/*
	jQuery.mmenu keyboardNavigation addon CSS
*/
.mm-keyboardfocus a:focus {
  outline: none;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-navbars-top,
.mm-navbars-bottom {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
.mm-navbars-top > .mm-navbar,
.mm-navbars-bottom > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  transition: right 0.4s ease;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu setSelected addon CSS
*/
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a {
  transition: background 0.4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(255, 255, 255, 0.5);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

/* Widescreen    

    @if $mmenu-widescreen-bp {
    }
*/
@media (min-width: 576px) {
  /*
  	jQuery.mmenu widescreen extension CSS

  	To use on widescreens only, include it using a mediaquery:
  	$("#my-menu").mmenu({
  		extensions: {
  			'(min-width: 1300px)' : [ 'widescreen' ]
  		};
  	});
  */
  html.mm-widescreen body {
    position: relative;
  }
  html.mm-widescreen #mm-blocker {
    display: none !important;
  }
  html.mm-widescreen .mm-slideout {
    transform: none !important;
    width: 70% !important;
    margin-left: 30% !important;
  }
  html.mm-widescreen .mm-page {
    background: inherit;
    box-sizing: border-box;
  }
  html.mm-widescreen.mm-blocking,
  html.mm-widescreen.mm-blocking body {
    overflow: auto;
  }
  .mm-menu.mm-widescreen {
    border-right-width: 1px;
    border-right-style: solid;
    display: block !important;
    width: 30% !important;
    min-width: 0 !important;
    max-width: none !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    transform: none !important;
  }
  .mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none;
  }
}
/* --------------------------
 *    ICONS
 *--------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only, #search-form label[for=edit-keys], a.hide-span span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

/* --------------------------
 *    REMOFLETY 0.3
 *--------------------------*/
html {
  font-size: 15px;
}
@media screen and (min-width: 576px) {
  html {
    /* remo-formula : 15px, 17px, 576px, 1600px */
    font-size: calc(15px + 2 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 17px;
  }
}

.fs-10 {
  font-size: 40.9436489347px;
}
@media screen and (min-width: 576px) {
  .fs-10 {
    /* remo-formula : 40.9436489347px, 61.3453131347px, 576px, 1600px */
    font-size: calc(40.9436489347px + 20.4016642 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .fs-10 {
    font-size: 61.3453131347px;
  }
}

.fs-20 {
  font-size: 29.296875px;
}
@media screen and (min-width: 576px) {
  .fs-20 {
    /* remo-formula : 29.296875px, 39.994829px, 576px, 1600px */
    font-size: calc(29.296875px + 10.697954 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .fs-20 {
    font-size: 39.994829px;
  }
}

.fs-30 {
  font-size: 23.4375px;
}
@media screen and (min-width: 576px) {
  .fs-30 {
    /* remo-formula : 23.4375px, 30.0713px, 576px, 1600px */
    font-size: calc(23.4375px + 6.6338 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .fs-30 {
    font-size: 30.0713px;
  }
}

.fs-40 {
  font-size: 18.75px;
}
@media screen and (min-width: 576px) {
  .fs-40 {
    /* remo-formula : 18.75px, 22.61px, 576px, 1600px */
    font-size: calc(18.75px + 3.86 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .fs-40 {
    font-size: 22.61px;
  }
}

.fs-45 {
  font-size: 16.1462465581px;
}
@media screen and (min-width: 576px) {
  .fs-45 {
    /* remo-formula : 16.1462465581px, 18.6775526325px, 576px, 1600px */
    font-size: calc(16.1462465581px + 2.5313060743 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .fs-45 {
    font-size: 18.6775526325px;
  }
}

.fs-50 {
  font-size: 15px;
}
@media screen and (min-width: 576px) {
  .fs-50 {
    /* remo-formula : 15px, 17px, 576px, 1600px */
    font-size: calc(15px + 2 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .fs-50 {
    font-size: 17px;
  }
}

.fs-60 {
  font-size: 13.5px;
}
@media screen and (min-width: 576px) {
  .fs-60 {
    /* remo-formula : 13.5px, 14.45px, 576px, 1600px */
    font-size: calc(13.5px + 0.95 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .fs-60 {
    font-size: 14.45px;
  }
}

.fs-70 {
  font-size: 0.7rem;
}

/* --------------------------
 *    THEME ZESTE
 *--------------------------*/
/*
    Mixin raccourci/copie de media-breakpoint-up :
    @include bp('sm') {
        body {…}
    }
*/
/*
    Mixin raccourci/copie de media-breakpoint-down :
    @include bp('sm') {
        body {…}
    }
*/
body:before {
  content: "0";
  width: 2rem;
  height: 1rem;
  position: fixed;
  line-height: 1rem;
  top: 2rem;
  right: 0;
  background-color: lime;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  content: "xs";
}
@media (min-width: 576px) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  body:before {
    content: "md";
  }
}
@media (min-width: 992px) {
  body:before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body:before {
    content: "xl";
  }
}
@media (min-width: 1500px) {
  body:before {
    content: "xxl";
  }
}

.coverimg {
  position: relative;
}

.coverimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.containimg {
  position: relative;
}

.containimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

.absolute-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nav-item .fa {
  display: block;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
.nav-item .fa:before {
  font-family: FontAwesome;
  display: inline-block;
  line-height: 1;
  width: 1.28571429em;
  text-align: center;
}

a.link-underline,
.link-underline a {
  text-decoration: underline;
}
a.link-underline:focus, a.link-underline:active, a.link-underline:hover,
.link-underline a:focus,
.link-underline a:active,
.link-underline a:hover {
  opacity: 0.67;
}

@media (max-width: 767.99px) {
  .text-truncate-to-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 991.99px) {
  .text-truncate-to-md {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1199.99px) {
  .text-truncate-to-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.gutter-0 {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > .col,
.gutter-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.gutter-1 > .col,
.gutter-1 > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.gutter-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.gutter-2 > .col,
.gutter-2 > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.gutter-3 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutter-3 > .col,
.gutter-3 > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.gutter-4 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.gutter-4 > .col,
.gutter-4 > [class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.gutter-5 {
  margin-right: -3rem;
  margin-left: -3rem;
}
.gutter-5 > .col,
.gutter-5 > [class*=col-] {
  padding-right: 3rem;
  padding-left: 3rem;
}

.rounded-boudin {
  border-radius: 1000px;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1 {
  font-size: 40.9436489347px;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    /* remo-formula : 40.9436489347px, 61.3453131347px, 576px, 1600px */
    font-size: calc(40.9436489347px + 20.4016642 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 61.3453131347px;
  }
}

h2, .h2 {
  font-size: 29.296875px;
}
@media screen and (min-width: 576px) {
  h2, .h2 {
    /* remo-formula : 29.296875px, 39.994829px, 576px, 1600px */
    font-size: calc(29.296875px + 10.697954 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 39.994829px;
  }
}

h3, .h3 {
  font-size: 23.4375px;
}
@media screen and (min-width: 576px) {
  h3, .h3 {
    /* remo-formula : 23.4375px, 30.0713px, 576px, 1600px */
    font-size: calc(23.4375px + 6.6338 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  h3, .h3 {
    font-size: 30.0713px;
  }
}

h4, .h4 {
  font-size: 18.75px;
}
@media screen and (min-width: 576px) {
  h4, .h4 {
    /* remo-formula : 18.75px, 22.61px, 576px, 1600px */
    font-size: calc(18.75px + 3.86 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  h4, .h4 {
    font-size: 22.61px;
  }
}

h5, .h5 {
  font-size: 15px;
}
@media screen and (min-width: 576px) {
  h5, .h5 {
    /* remo-formula : 15px, 17px, 576px, 1600px */
    font-size: calc(15px + 2 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  h5, .h5 {
    font-size: 17px;
  }
}

h6, .h6 {
  font-size: 13.5px;
}
@media screen and (min-width: 576px) {
  h6, .h6 {
    /* remo-formula : 13.5px, 14.45px, 576px, 1600px */
    font-size: calc(13.5px + 0.95 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  h6, .h6 {
    font-size: 14.45px;
  }
}

h1, .h1 {
  line-height: 1.2;
  color: #005389;
}

h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
  text-transform: uppercase;
}

.chapo {
  font-size: 18.75px;
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .chapo {
    /* remo-formula : 18.75px, 22.61px, 576px, 1600px */
    font-size: calc(18.75px + 3.86 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .chapo {
    font-size: 22.61px;
  }
}

.field--name-body h1,
.field--name-body h2,
.field--name-body h3,
.field--name-body h4,
.field--name-body h5,
.field--name-field-contenuformation h1,
.field--name-field-contenuformation h2,
.field--name-field-contenuformation h3,
.field--name-field-contenuformation h4,
.field--name-field-contenuformation h5,
.content-notnode h1,
.content-notnode h2,
.content-notnode h3,
.content-notnode h4,
.content-notnode h5,
body.cke_editable_themed h1,
body.cke_editable_themed h2,
body.cke_editable_themed h3,
body.cke_editable_themed h4,
body.cke_editable_themed h5 {
  margin-top: 1.33em;
  margin-bottom: 1rem;
}
.field--name-body h3,
.field--name-field-contenuformation h3,
.content-notnode h3,
body.cke_editable_themed h3 {
  color: #343a40;
}
.field--name-body :first-child,
.field--name-field-contenuformation :first-child,
.content-notnode :first-child,
body.cke_editable_themed :first-child {
  margin-top: 0;
}
.field--name-body figcaption,
.field--name-field-contenuformation figcaption,
.content-notnode figcaption,
body.cke_editable_themed figcaption {
  font-size: 13.5px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .field--name-body figcaption,
  .field--name-field-contenuformation figcaption,
  .content-notnode figcaption,
  body.cke_editable_themed figcaption {
    /* remo-formula : 13.5px, 14.45px, 576px, 1600px */
    font-size: calc(13.5px + 0.95 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .field--name-body figcaption,
  .field--name-field-contenuformation figcaption,
  .content-notnode figcaption,
  body.cke_editable_themed figcaption {
    font-size: 14.45px;
  }
}
.field--name-body ul:not(.pagination) li + li,
.field--name-field-contenuformation ul:not(.pagination) li + li,
.content-notnode ul:not(.pagination) li + li,
body.cke_editable_themed ul:not(.pagination) li + li {
  margin-top: 0.5rem;
}
.field--name-body strong,
.field--name-field-contenuformation strong,
.content-notnode strong,
body.cke_editable_themed strong {
  opacity: 0.9;
}
.field--name-body table,
.field--name-field-contenuformation table,
.content-notnode table,
body.cke_editable_themed table {
  border-collapse: collapse;
  width: auto !important;
  min-width: 100%;
  border: none;
}
.field--name-body .pagination-heading,
.field--name-field-contenuformation .pagination-heading,
.content-notnode .pagination-heading,
body.cke_editable_themed .pagination-heading {
  margin-top: 2rem;
}

.detail-solution p {
  margin: 0 1rem 0 1rem;
}

.btn, .tag-wrapper a, button, input[type=submit] {
  cursor: pointer;
}

.btn, .tag-wrapper a {
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.btn-sm, .btn.delete-order-item, .tag-wrapper a, .barre-utilisateur .views-exposed-form .btn.form-submit, .barre-utilisateur .views-exposed-form .tag-wrapper a.form-submit, .tag-wrapper .barre-utilisateur .views-exposed-form a.form-submit, form.webform-submission-form .form-managed-file .btn[value=Retirer], form.webform-submission-form .form-managed-file .tag-wrapper a[value=Retirer], .tag-wrapper form.webform-submission-form .form-managed-file a[value=Retirer], .btn-group-sm > .btn, .tag-wrapper .btn-group-sm > a {
  padding-left: 1rem;
  padding-right: 1rem;
}

label,
.label,
thead .views-field-title,
.field__label {
  font-weight: 600;
  color: #495057;
}

.description {
  font-size: 13.5px;
}
@media screen and (min-width: 576px) {
  .description {
    /* remo-formula : 13.5px, 14.45px, 576px, 1600px */
    font-size: calc(13.5px + 0.95 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .description {
    font-size: 14.45px;
  }
}

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

form .container-inline {
  width: 100%;
  justify-content: center;
}

.block-webform {
  margin-bottom: 2rem;
}

.form-required:after {
  content: " *";
  color: #e4003a;
  font-size: 90%;
}

form.webform-submission-form h1,
form.webform-submission-form h2,
form.webform-submission-form h3,
form.webform-submission-form h4,
form.webform-submission-form h5 {
  margin-top: 1.33em;
  margin-bottom: 1rem;
}
form.webform-submission-form .form-actions {
  margin-top: 1rem;
}
form.webform-submission-form .form-managed-file > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
form.webform-submission-form .form-managed-file > div .description {
  order: 1;
}
form.webform-submission-form .form-managed-file > div .file {
  padding: 0.375rem 0.75rem;
  background-color: #fafbfb;
  line-height: 1.5;
  border: 1px solid #ced4da;
  background-position-x: 0.5rem;
}
form.webform-submission-form .form-managed-file > div .file a {
  padding-left: 1rem;
}
form.webform-submission-form .form-managed-file [value=Retirer] {
  margin-left: 0.5rem;
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
}
form.webform-submission-form div[id$="--description"] {
  font-size: 13.5px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  form.webform-submission-form div[id$="--description"] {
    /* remo-formula : 13.5px, 14.45px, 576px, 1600px */
    font-size: calc(13.5px + 0.95 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  form.webform-submission-form div[id$="--description"] {
    font-size: 14.45px;
  }
}

.view-header {
  margin-bottom: 2rem;
}

.view-filters {
  padding: 0;
}
.view-filters .form-inner .form-item,
.view-filters .form-inner .form-actions {
  margin-bottom: 2rem;
}
.view-filters label {
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 576px) {
  .view-filters label {
    /* remo-formula : 13.5px, 14.45px, 576px, 1600px */
    font-size: calc(13.5px + 0.95 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .view-filters label {
    font-size: 14.45px;
  }
}
@media (min-width: 768px) {
  .view-filters select {
    min-width: 15rem;
  }
}
.view-filters .fa-spin {
  color: #e4003a;
  font-size: 1.75rem;
  opacity: 0;
}
@media (min-width: 768px) {
  .view-filters .fa-spin {
    margin-top: 1.7rem;
  }
}
@media (min-width: 768px) {
  .view-filters .form-group, .view-filters #edit-payment-information-payment-method--wrapper {
    margin-bottom: 0;
  }
}

.view.vue-loading .fa-spin {
  opacity: 1;
}
.view.vue-loading .view-content {
  filter: grayscale(0.5) opacity(0.67);
}

#search-form {
  margin-bottom: 2rem;
}
#search-form .form-group, #search-form #edit-payment-information-payment-method--wrapper {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #search-form #edit-keys {
    min-width: 20rem;
  }
}
@media (min-width: 768px) {
  #search-form #edit-keys {
    min-width: 30rem;
  }
}
#search-form #edit-help-link {
  display: none;
}

#search-form + .item-list > h3 {
  text-align: center;
}

#search-form + h2 {
  text-align: center;
  font-size: 23.4375px;
}
@media screen and (min-width: 576px) {
  #search-form + h2 {
    /* remo-formula : 23.4375px, 30.0713px, 576px, 1600px */
    font-size: calc(23.4375px + 6.6338 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  #search-form + h2 {
    font-size: 30.0713px;
  }
}

.region-content form {
  margin-bottom: 2rem;
}

.user-login-form {
  max-width: 30rem;
  margin: 0 auto 2rem;
}
.user-login-form .captcha {
  margin-bottom: 25px;
}

.node-annonce-form .filter-wrapper,
.node-offre-d-emploi-form .filter-wrapper {
  display: none;
}

.node-annonce-form .field--name-body,
.node-offre-d-emploi-form .field--name-field-descriptif-du-poste {
  margin-bottom: 20px;
}

.node-annonce-form .field--name-title,
.node-offre-d-emploi-form .field--name-title,
.node-candidature-spontanee-form .field--name-title {
  margin-top: 20px;
}

.view-filters .form-inner .form-item.form-item-field-thematique-ghn-target-id {
  width: 100%;
}

.view-filters .form-inner .form-item.form-item-field-univers-docu-target-id {
  width: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.item-list > ul {
  padding-left: 0;
}
.item-list > ul > li {
  list-style: none;
}

.nav-tabs {
  border: none;
  box-shadow: inset 0 -2px #dee2e6;
}
.nav-tabs .nav-link {
  border: none;
  background-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  box-shadow: inset 0 -2px #212529;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.is-active {
  box-shadow: inset 0 -2px #005389;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.nav-tabs.flex-column, .do-flex-column .nav-tabs.nav {
  box-shadow: inset 2px 0 #dee2e6;
}
.nav-tabs.flex-column .nav-link:focus, .do-flex-column .nav-tabs.nav .nav-link:focus, .nav-tabs.flex-column .nav-link:hover, .do-flex-column .nav-tabs.nav .nav-link:hover {
  box-shadow: inset 2px 0 #212529;
}
.nav-tabs.flex-column .nav-link.active, .nav-tabs.flex-column .nav-link.is-active, .do-flex-column .nav-tabs.nav .nav-link.active, .do-flex-column .nav-tabs.nav .nav-link.is-active {
  box-shadow: inset 2px 0 #005389;
}
.nav-tabs.flex-column .nav-item, .do-flex-column .nav-tabs.nav .nav-item {
  margin-bottom: 0px;
}

.nav-tabs a {
  font-weight: 600;
}

.block-views-exposed-filter-blockrechercher-page-1 {
  position: relative;
}
.block-views-exposed-filter-blockrechercher-page-1 form {
  display: inline-block;
}
.block-views-exposed-filter-blockrechercher-page-1 .form--inline {
  display: flex;
}
.block-views-exposed-filter-blockrechercher-page-1 .form-text, .block-views-exposed-filter-blockrechercher-page-1 .description {
  margin: 0;
}
.block-views-exposed-filter-blockrechercher-page-1 .form-type-textfield {
  margin: 0;
}
.block-views-exposed-filter-blockrechercher-page-1 .form-type-search-api-autocomplete {
  margin-bottom: 0;
}
.block-views-exposed-filter-blockrechercher-page-1 button[type=submit] {
  border-radius: 0;
}

.site-header .block-views-exposed-filter-blockrechercher-page-1 button[type=submit] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-header .block-views-exposed-filter-blockrechercher-page-1 button[type=submit] span {
  display: none;
}
.site-header .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header .block-views-exposed-filter-blockrechercher-page-1 .contextual {
  display: none;
}

.page-content .block-views-exposed-filter-blockrechercher-page-1 {
  margin-bottom: 2rem;
}
.page-content .block-views-exposed-filter-blockrechercher-page-1 form, .page-content .block-views-exposed-filter-blockrechercher-page-1 .form-inline, .page-content .block-views-exposed-filter-blockrechercher-page-1 form .container-inline, form .page-content .block-views-exposed-filter-blockrechercher-page-1 .container-inline {
  width: 100%;
}
.page-content .block-views-exposed-filter-blockrechercher-page-1 .form-type-textfield {
  flex: 1;
  float: none;
}

h2.titre-bloc-recherche {
  margin-bottom: 2rem;
  background-color: #005389;
  padding: 20px 30px;
  color: white;
}
h2.titre-bloc-recherche i {
  margin-right: 20px;
}

body.path-rechercher {
  background-color: #FAF9F7;
}
body.path-rechercher .page-content > .container {
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 60px;
}
body.path-rechercher .page-content > .container main .block {
  background-color: #FAF9F7;
  padding-bottom: 60px;
}
body.path-rechercher .page-content > .container main .block .view-content {
  padding: 0 30px 30px;
}
body.path-rechercher .page-content > .container main .block .view-content a:hover {
  color: #005389;
}

.view-rechercher .item-list li {
  margin-bottom: 2rem;
}
.view-rechercher .item-list li .views-field-changed {
  color: #868e96;
  margin-top: 0.5rem;
}
.view-rechercher .item-list li .views-field-changed::first-letter {
  text-transform: uppercase;
}

.views-field-search-api-excerpt strong {
  font-weight: inherit;
}

.no-result {
  text-align: center;
  color: #e4003a;
  background-color: #FAF9F7;
  height: 0;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-links {
  display: none;
}
@media (min-width: 992px) {
  .social-links {
    display: block;
    top: 50%;
    right: 0;
    width: 60px;
    border-radius: 5px 0px 0px 5px;
    padding: 10px;
    z-index: 100000000;
    transform: translate(0%, -50%);
  }
}

.social-links a.sl {
  font-size: 1.8rem;
  display: block;
}

body::before {
  display: none !important;
}

.site-header {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  z-index: 20;
}
.site-header .btn.btn-sm.btn-info, .site-header .btn.btn-info.delete-order-item, .site-header .tag-wrapper a.btn-info, .tag-wrapper .site-header a.btn-info, .site-header .barre-utilisateur .views-exposed-form .btn.btn-info.form-submit, .barre-utilisateur .views-exposed-form .site-header .btn.btn-info.form-submit, .site-header .btn-group-sm > .btn.btn-info, .site-header form.webform-submission-form .form-managed-file .btn.btn-info[value=Retirer], form.webform-submission-form .form-managed-file .site-header .btn.btn-info[value=Retirer], .site-header .block-views-exposed-filter-blockrechercher-page-1 button.btn.btn-sm[type=submit], .site-header .block-views-exposed-filter-blockrechercher-page-1 button.btn[type=submit].delete-order-item, .site-header .block-views-exposed-filter-blockrechercher-page-1 .barre-utilisateur .views-exposed-form button.btn[type=submit].form-submit, .barre-utilisateur .views-exposed-form .site-header .block-views-exposed-filter-blockrechercher-page-1 button.btn[type=submit].form-submit, .block-views-exposed-filter-blockrechercher-page-1 .site-header button.btn.btn-sm[type=submit], .block-views-exposed-filter-blockrechercher-page-1 .site-header button.btn[type=submit].delete-order-item, .block-views-exposed-filter-blockrechercher-page-1 .site-header .barre-utilisateur .views-exposed-form button.btn[type=submit].form-submit, .barre-utilisateur .views-exposed-form .block-views-exposed-filter-blockrechercher-page-1 .site-header button.btn[type=submit].form-submit, .site-header .block-views-exposed-filter-blockrechercher-page-1 .btn-group-sm > button.btn[type=submit], .block-views-exposed-filter-blockrechercher-page-1 .site-header .btn-group-sm > button.btn[type=submit], .site-header form.webform-submission-form .form-managed-file .block-views-exposed-filter-blockrechercher-page-1 button.btn[value=Retirer][type=submit], form.webform-submission-form .form-managed-file .block-views-exposed-filter-blockrechercher-page-1 .site-header button.btn[value=Retirer][type=submit], .site-header .block-views-exposed-filter-blockrechercher-page-1 form.webform-submission-form .form-managed-file button.btn[value=Retirer][type=submit], .block-views-exposed-filter-blockrechercher-page-1 form.webform-submission-form .form-managed-file .site-header button.btn[value=Retirer][type=submit] {
  vertical-align: top;
}

.site-logo {
  display: flex;
  align-items: center;
  margin-left: 10px !important;
  justify-content: center;
  width: 12rem;
  /*
  	width: auto;
  */
  /*
  	height: 50px;
  */
  /*
  	@include bp("md") {
  		height: 60px;
  	}
  */
  /*
  	@include bp("lg") {
  		width: 9rem;
  		height: auto;
  	}
  */
  /*
  	@include bp("lg") {
  		width: 12rem;
  	}
  */
}
.site-logo svg {
  display: block;
  height: 100%;
  width: auto;
}
@media (min-width: 992px) {
  .site-logo svg {
    width: 100%;
    height: auto;
  }
}

.nav-top {
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
  min-width: 340px;
  background-color: #005389;
}
@media (min-width: 992px) {
  .nav-top {
    display: block;
    background: none;
    min-width: 0;
    position: initial;
    top: initial;
    right: initial;
    z-index: initial;
  }
}
@media (min-width: 1500px) {
  .nav-top {
    font-size: 16.1462465581px;
  }
}
@media screen and (min-width: 1500px) and (min-width: 576px) {
  .nav-top {
    /* remo-formula : 16.1462465581px, 18.6775526325px, 576px, 1600px */
    font-size: calc(16.1462465581px + 2.5313060743 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1500px) and (min-width: 1600px) {
  .nav-top {
    font-size: 18.6775526325px;
  }
}
.nav-top .nav {
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .nav-top .nav {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .nav-top .nav .nav-item {
    height: 85px;
    line-height: 85px;
  }
}
.nav-top .nav .nav-item .fa-shopping-cart {
  display: none;
}
@media (min-width: 992px) {
  .nav-top .nav .nav-item .fa-shopping-cart {
    display: block;
  }
}
.nav-top .nav .nav-item:hover {
  background-color: #1784af;
}
@media (min-width: 992px) {
  .nav-top .nav .nav-item:hover {
    background: none;
  }
}
.nav-top .nav .nav-item.menu-item--active-trail {
  background-color: #1784af;
}
@media (min-width: 992px) {
  .nav-top .nav .nav-item.menu-item--active-trail {
    background: none;
    border-bottom: 5px solid #1784af;
  }
}
.nav-top .nav .nav-item a[data-drupal-link-system-path=cart] {
  Display: none;
}
.nav-top .nav-link {
  padding: 0 0.4rem;
  color: white;
  height: 50px;
  line-height: 50px;
  /*
  		@include bp('') {
  			padding: 0 0.6rem;
  		}
  */
}
@media (min-width: 992px) {
  .nav-top .nav-link {
    color: #1784af;
    height: initial;
    line-height: inherit;
  }
}
@media (min-width: 1200px) {
  .nav-top .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  #nav-top .rs-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .nav-top {
    min-width: 340px;
    background-color: #00253d;
  }
  .nav-top .nav {
    text-align: left;
  }
  .nav-top .nav-link {
    font-size: 18px;
  }
  a.open-mmenu.ml-auto {
    background-color: #00253D;
    color: #FFFFFF;
  }
  a.open-mmenu.ml-auto.collapsed {
    background-color: #FFFFFF;
    color: #00253d;
  }
  .text-secondary, a.link-user-logout, a.link-user-logout:hover {
    color: white !important;
  }
}
@media (min-width: 992px) {
  #nav-top .nav-item .fa::before {
    display: none;
  }
}
.top-barr {
  min-width: 340px;
}

.right-top-barr {
  display: flex;
}
.right-top-barr .open-mmenu {
  display: block;
  padding: 13px;
  line-height: 24px;
  height: 50px;
  width: 50px;
  color: #005389;
}
@media (min-width: 992px) {
  .right-top-barr .open-mmenu {
    display: none;
  }
}
.right-top-barr a.acces-mon-compte-mobile, .right-top-barr a.acces-cart-mobile {
  display: flex;
  background-color: #1784af;
  color: white;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.right-top-barr a.acces-mon-compte-mobile:hover, .right-top-barr a.acces-cart-mobile:hover {
  text-decoration: none;
  opacity: 0.67;
}
@media (min-width: 992px) {
  .right-top-barr a.acces-mon-compte-mobile, .right-top-barr a.acces-cart-mobile {
    display: none;
  }
}
.right-top-barr a.acces-cart-mobile {
  background-color: #005389;
}

a.link-user-logout {
  display: none;
}

.user-logged-in a.link-user-logout {
  display: block;
}
.user-logged-in a.link-user-login {
  display: none;
}

.role-adherent a.hide-for-adherent {
  display: none;
}

.barre-utilisateur {
  color: #FFF;
  padding: 1rem;
  /*a:hover {
  	color: $gray;
  	text-decoration: underline;
  }*/
}
.barre-utilisateur .menu_acces_rapide {
  color: #e3f4ff;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0px !important;
  padding-left: 0;
}
.barre-utilisateur .menu_acces_rapide:hover {
  color: #FFFFFF;
}
.barre-utilisateur .col-auto.ml-auto {
  font-size: 0;
}
.barre-utilisateur i.fa-user-circle {
  display: none;
}
@media (min-width: 992px) {
  .barre-utilisateur i.fa-user-circle {
    display: block;
  }
}
.barre-utilisateur .admin-link {
  display: none;
}
@media (min-width: 992px) {
  .barre-utilisateur .admin-link {
    display: block;
  }
}
.barre-utilisateur .views-exposed-form {
  display: inline-block;
  vertical-align: bottom;
  /*margin-right: map-get($spacers, 2);*/
  width: 100%;
}
@media (min-width: 576px) {
  .barre-utilisateur .views-exposed-form {
    width: calc(100% - 104px);
    margin-right: -1rem;
  }
}
.barre-utilisateur .views-exposed-form .form-control {
  border-radius: 100px 0px 0px 100px;
}
.barre-utilisateur .views-exposed-form .form-submit {
  border-radius: 0px 100px 100px 0px;
}
.barre-utilisateur .views-exposed-form #views-exposed-form-rechercher-page-1 {
  width: calc(100% - 2rem);
  margin: 0 1rem;
}
@media (min-width: 576px) {
  .barre-utilisateur .views-exposed-form #views-exposed-form-rechercher-page-1 {
    margin: 0;
  }
}
.barre-utilisateur .views-exposed-form .js-form-item {
  width: calc(100% - (51px + 2rem));
  /*
  			flex-grow: 1;
  */
}
@media (min-width: 576px) {
  .barre-utilisateur .views-exposed-form .js-form-item {
    flex-grow: 0;
  }
}
.barre-utilisateur .views-exposed-form .js-form-item #edit-search-api-fulltext {
  width: 100% !important;
  height: 33px;
}
.barre-utilisateur .ml-auto, .barre-utilisateur .mx-auto {
  margin-left: auto !important;
  width: calc(100% - 300px);
  text-align: right;
  display: flex;
  width: 100%;
  justify-content: center;
  /*flex-direction: column; pour mettre le champ recherche en pleine largeur en version xs */
}
@media (min-width: 576px) {
  .barre-utilisateur .ml-auto, .barre-utilisateur .mx-auto {
    width: 100%;
    flex-direction: row;
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .barre-utilisateur .ml-auto, .barre-utilisateur .mx-auto {
    width: calc(100% - 300px);
    flex-direction: row;
    justify-content: start;
  }
}
.barre-utilisateur .ml-auto .btn-info, .barre-utilisateur .ml-auto .block-views-exposed-filter-blockrechercher-page-1 button[type=submit], .block-views-exposed-filter-blockrechercher-page-1 .barre-utilisateur .ml-auto button[type=submit], .barre-utilisateur .mx-auto .btn-info, .barre-utilisateur .mx-auto .block-views-exposed-filter-blockrechercher-page-1 button[type=submit], .block-views-exposed-filter-blockrechercher-page-1 .barre-utilisateur .mx-auto button[type=submit] {
  height: 33px;
  align-self: center;
  padding-top: 7px;
}
.barre-utilisateur .ml-auto .btn-info:hover, .barre-utilisateur .ml-auto .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:hover, .block-views-exposed-filter-blockrechercher-page-1 .barre-utilisateur .ml-auto button[type=submit]:hover, .barre-utilisateur .mx-auto .btn-info:hover, .barre-utilisateur .mx-auto .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:hover, .block-views-exposed-filter-blockrechercher-page-1 .barre-utilisateur .mx-auto button[type=submit]:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .barre-utilisateur .ml-auto .btn-info, .barre-utilisateur .ml-auto .block-views-exposed-filter-blockrechercher-page-1 button[type=submit], .block-views-exposed-filter-blockrechercher-page-1 .barre-utilisateur .ml-auto button[type=submit], .barre-utilisateur .mx-auto .btn-info, .barre-utilisateur .mx-auto .block-views-exposed-filter-blockrechercher-page-1 button[type=submit], .block-views-exposed-filter-blockrechercher-page-1 .barre-utilisateur .mx-auto button[type=submit] {
    align-self: start;
  }
}

.barre-utilisateur-plus {
  background-color: #005389;
  color: #FFF;
}
.barre-utilisateur-plus h2 {
  font-size: 18.75px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .barre-utilisateur-plus h2 {
    /* remo-formula : 18.75px, 22.61px, 576px, 1600px */
    font-size: calc(18.75px + 3.86 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .barre-utilisateur-plus h2 {
    font-size: 22.61px;
  }
}
.barre-utilisateur-plus #block-messervices {
  margin-left: 46px;
}
@media (min-width: 768px) {
  .barre-utilisateur-plus #block-messervices {
    margin-left: 0;
  }
}
.barre-utilisateur-plus #block-messervices .nav {
  width: auto !important;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.barre-utilisateur-plus #block-messervices .nav .nav-item {
  align-self: stretch;
}
.barre-utilisateur-plus #block-messervices .nav .service_button {
  width: 217px;
  height: auto;
  color: #1784af;
  padding-left: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 5px 5px 5px 5px;
  font-weight: bold;
}
.barre-utilisateur-plus #block-messervices .nav .service_button span {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.barre-utilisateur-plus #block-messervices .nav .service_button span:hover {
  color: #222a32;
}
.barre-utilisateur-plus #block-messervices .nav .ass_juridique {
  background: url("../img/Reglementation.png") no-repeat white 2% 50%;
  background-position-x: 10%;
  background-size: 30.07%;
}
.barre-utilisateur-plus #block-messervices .nav .cession_transmission {
  background: url("../img/Transmission.png") no-repeat white 2% 50%;
  background-position-x: 10%;
  background-size: 30.07%;
}
.barre-utilisateur-plus #block-messervices .nav .comptabilite {
  background: url("../img/Compta.png") no-repeat white 2% 50%;
  background-position-x: 10%;
  background-size: 30.07%;
}
.barre-utilisateur-plus #block-messervices .nav .creation_reprise {
  background: url("../img/Creation.png") no-repeat white 2% 50%;
  background-position-x: 10%;
  background-size: 30.07%;
}
.barre-utilisateur-plus #block-messervices .nav .formation {
  background: url("../img/Formation.png") no-repeat white 2% 50%;
  background-position-x: 10%;
  background-size: 30.07%;
}
.barre-utilisateur-plus #block-messervices .nav .gestion_impayes {
  background: url("../img/Impayes.png") no-repeat white 2% 50%;
  background-position-x: 10%;
  background-size: 30.07%;
}
.barre-utilisateur-plus #block-messervices .nav .gestion_personnel {
  background: url("../img/Paie.png") no-repeat white 2% 50%;
  background-position-x: 10%;
  background-size: 30.07%;
}

a[data-toggle=collapse] .fa-chevron-down {
  transform: rotate(0deg);
  transition: all 150ms linear;
}

a[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

#block-cocktail-breadcrumbs {
  height: 80px;
  border-bottom: 1px solid #868e96;
}
#block-cocktail-breadcrumbs ol {
  margin-top: 0;
}
#block-cocktail-breadcrumbs ol li {
  line-height: 80px;
}
#block-cocktail-breadcrumbs ol li a {
  color: #868e96;
}
#block-cocktail-breadcrumbs ol li span {
  color: #222a32;
}

.menu--acces-rapide {
  padding-left: 46px;
}

#edit-search-api-fulltext {
  width: auto !important;
}
@media (min-width: 1500px) {
  #edit-search-api-fulltext {
    width: 1050px !important;
  }
}

/*
	Styles des views en modes d'affichages
	Ex: cellule, lignes, compact, etc…
*/
a.lien-vignette {
  color: #000;
}
a.lien-vignette:focus, a.lien-vignette:active, a.lien-vignette:hover {
  text-decoration: none;
}

a.lien-vignette .node--view-mode-cellule {
  position: relative;
  padding-bottom: 100%;
  background-color: #000;
  box-shadow: inset 0 0 0 0em #005389;
  transition: all 150ms ease-in-out;
}
a.lien-vignette .node--view-mode-cellule img {
  opacity: 0.8;
  transition: inherit;
}
a.lien-vignette .node--view-mode-cellule .texte {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0.6666666667rem;
  transform: translate3d(0, -50%, 0);
  transition: inherit;
}
a.lien-vignette .node--view-mode-cellule .texte .descriptif-vignette {
  text-transform: none;
  font-size: medium;
}
a.lien-vignette .node--view-mode-cellule:focus, a.lien-vignette .node--view-mode-cellule:active, a.lien-vignette .node--view-mode-cellule:hover {
  background-color: #1784af;
  box-shadow: inset 0 0 0 0.33em #005389;
}
a.lien-vignette .node--view-mode-cellule:focus img, a.lien-vignette .node--view-mode-cellule:active img, a.lien-vignette .node--view-mode-cellule:hover img {
  opacity: 0.1;
}
a.lien-vignette .node--view-mode-cellule:focus .texte, a.lien-vignette .node--view-mode-cellule:active .texte, a.lien-vignette .node--view-mode-cellule:hover .texte {
  transform: translate3d(0, -55%, 0);
}

.node--type-actualite-publique.node--view-mode-cellule .item-bg,
.node--type-actualite-privee.node--view-mode-cellule .item-bg {
  min-height: 240px;
}

.node--view-mode-vitrine {
  position: relative;
}
.node--view-mode-vitrine a:not(.btn) {
  color: #fff;
}

.node--view-mode-vitrine.node--id-9 {
  background-color: #005389;
}
.node--view-mode-vitrine.node--id-9 img {
  opacity: 0.85;
}

.item-type1 > a {
  display: block;
  padding-top: 60.45%;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}
.item-type1 > a img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.item-type1 .item-bg {
  background-color: #FAF9F7;
  padding: 0 30px 30px 30px;
}
.item-type1 .item-bg h4 a {
  color: #09314e;
}
.item-type1 .item-bg .badge {
  padding: 0.56em 0.8em;
}
.item-type1 .item-bg .tag-wrapper a {
  background: #fff;
  text-transform: none;
  color: #09314e;
  border-color: #e9ecef;
}

.page-node-type-actualite-publique .page-content .py-3,
.page-node-type-actualite-privee .page-content .py-3 {
  padding-bottom: 0 !important;
}
.page-node-type-actualite-publique .page-content .item-bg,
.page-node-type-actualite-privee .page-content .item-bg {
  margin-top: -15px;
  min-height: 220px;
}
.page-node-type-actualite-publique .page-content .field--type-text-with-summary,
.page-node-type-actualite-privee .page-content .field--type-text-with-summary {
  margin-top: 40px;
}
.page-node-type-actualite-publique .page-content .tag-wrapper,
.page-node-type-actualite-privee .page-content .tag-wrapper {
  margin-top: 3rem;
}
.page-node-type-actualite-publique .page-content .tag-wrapper a,
.page-node-type-actualite-privee .page-content .tag-wrapper a {
  color: #005389;
  border-color: #e9ecef;
  text-transform: lowercase;
  font-weight: normal;
}
.page-node-type-actualite-publique .page-content .tag-wrapper a:hover,
.page-node-type-actualite-privee .page-content .tag-wrapper a:hover {
  background: #e9ecef;
}
.page-node-type-actualite-publique .page-content .reseaux,
.page-node-type-actualite-privee .page-content .reseaux {
  background: #f6f6f6;
  margin: 3rem -80px 0 -80px;
  padding: 3rem 4.7rem;
  text-align: center;
}
.page-node-type-actualite-publique .page-content .reseaux ul,
.page-node-type-actualite-privee .page-content .reseaux ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 1rem 0 0 0;
  padding: 0;
}
.page-node-type-actualite-publique .page-content .reseaux ul li,
.page-node-type-actualite-privee .page-content .reseaux ul li {
  margin: 0.5rem 1rem;
  font-size: 45px;
}
.page-node-type-actualite-publique .page-content .reseaux ul li a,
.page-node-type-actualite-privee .page-content .reseaux ul li a {
  color: #959595;
}
.page-node-type-actualite-publique .page-content .reseaux ul li a:hover,
.page-node-type-actualite-privee .page-content .reseaux ul li a:hover {
  color: #005389;
}
.page-node-type-actualite-publique .page-content .field--name-body table,
.page-node-type-actualite-privee .page-content .field--name-body table {
  border-collapse: collapse;
}
.page-node-type-actualite-publique .page-content .field--name-body table td, .page-node-type-actualite-publique .page-content .field--name-body table th,
.page-node-type-actualite-privee .page-content .field--name-body table td,
.page-node-type-actualite-privee .page-content .field--name-body table th {
  border: 1px solid #c5c8ca;
}

.page-node-type-actualite-privee .page-content main {
  margin: 3rem 0 3rem 0;
}

.view-actus-mod-ligne .row {
  margin-bottom: 20px;
}
.view-actus-mod-ligne .row .actu-image {
  display: inline-block;
  padding-left: 30px;
}
.view-actus-mod-ligne .row .actu-infos {
  display: inline-block;
  padding-left: 30px;
}
.view-actus-mod-ligne img {
  /*height: 82px;
  width: auto;*/
}
.view-actus-mod-ligne .first-line-actu {
  height: 40px;
  line-height: 40px;
}
.view-actus-mod-ligne .first-line-actu .date-actu {
  color: #282828;
  font-size: 11px;
  display: inline-block;
  padding-right: 30px;
}
.view-actus-mod-ligne .first-line-actu .term-univ {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-597 a {
  color: #07466C;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-598 a {
  color: #07466C;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-599 a {
  color: #34B424;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-604 a {
  color: #E67300;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-606 a {
  color: #93074E;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-603 a {
  color: #E67300;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-607 a {
  color: #93074E;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-610 a {
  color: #93074E;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-601 a {
  color: #2DA8A3;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-602 a {
  color: #2DA8A3;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-608 a {
  color: #93074E;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-600 a {
  color: #34B424;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-609 a {
  color: #93074E;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-605 a {
  color: #E67300;
}
.view-actus-mod-ligne .first-line-actu .term-univ.univ-basedocu-703 a {
  color: #fe0032;
}
.view-actus-mod-ligne .first-line-actu .term-univ a {
  text-decoration: none;
}
.view-actus-mod-ligne h3 {
  font-size: 15px;
}
.view-actus-mod-ligne h3 a {
  color: #0A314D;
  font-size: 15px;
  font-weight: bold;
}

/* tag des univers */
.term-univ a,
.univ-wrapper a {
  text-transform: uppercase;
}
.term-univ a.term-tid-597,
.univ-wrapper a.term-tid-597 {
  color: #07466C;
}
.term-univ a.term-tid-598,
.univ-wrapper a.term-tid-598 {
  color: #07466C;
}
.term-univ a.term-tid-599,
.univ-wrapper a.term-tid-599 {
  color: #34B424;
}
.term-univ a.term-tid-604,
.univ-wrapper a.term-tid-604 {
  color: #E67300;
}
.term-univ a.term-tid-606,
.univ-wrapper a.term-tid-606 {
  color: #93074E;
}
.term-univ a.term-tid-603,
.univ-wrapper a.term-tid-603 {
  color: #E67300;
}
.term-univ a.term-tid-607,
.univ-wrapper a.term-tid-607 {
  color: #93074E;
}
.term-univ a.term-tid-610,
.univ-wrapper a.term-tid-610 {
  color: #93074E;
}
.term-univ a.term-tid-601,
.univ-wrapper a.term-tid-601 {
  color: #2DA8A3;
}
.term-univ a.term-tid-602,
.univ-wrapper a.term-tid-602 {
  color: #2DA8A3;
}
.term-univ a.term-tid-608,
.univ-wrapper a.term-tid-608 {
  color: #93074E;
}
.term-univ a.term-tid-600,
.univ-wrapper a.term-tid-600 {
  color: #34B424;
}
.term-univ a.term-tid-609,
.univ-wrapper a.term-tid-609 {
  color: #93074E;
}
.term-univ a.term-tid-605,
.univ-wrapper a.term-tid-605 {
  color: #E67300;
}
.term-univ a.term-tid-703,
.univ-wrapper a.term-tid-703 {
  color: #fe0032;
}

.univ-wrapper.univ-basedocu-597 a {
  color: #07466C;
}

.univ-wrapper.univ-basedocu-598 a {
  color: #07466C;
}

.univ-wrapper.univ-basedocu-599 a {
  color: #34B424;
}

.univ-wrapper.univ-basedocu-604 a {
  color: #E67300;
}

.univ-wrapper.univ-basedocu-606 a {
  color: #93074E;
}

.univ-wrapper.univ-basedocu-603 a {
  color: #E67300;
}

.univ-wrapper.univ-basedocu-607 a {
  color: #93074E;
}

.univ-wrapper.univ-basedocu-610 a {
  color: #93074E;
}

.univ-wrapper.univ-basedocu-601 a {
  color: #2DA8A3;
}

.univ-wrapper.univ-basedocu-602 a {
  color: #2DA8A3;
}

.univ-wrapper.univ-basedocu-608 a {
  color: #93074E;
}

.univ-wrapper.univ-basedocu-600 a {
  color: #34B424;
}

.univ-wrapper.univ-basedocu-609 a {
  color: #93074E;
}

.univ-wrapper.univ-basedocu-605 a {
  color: #E67300;
}

.univ-wrapper.univ-basedocu-703 a {
  color: #fe0032;
}

/* ----------bloc rebond 3 actualités ----------*/
hr.gray-line {
  align: center;
  max-width: 1138px;
}

.block_rebond .item-type1.node.node--type-actualite-privee.node--view-mode-cellule.p-3,
.block_rebond .item-type1.node.node--type-actualite-publique.node--view-mode-cellule.p-3 {
  padding: 1.5rem !important;
}

.block_rebond {
  width: 90%;
  margin: auto;
}
.block_rebond h3 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.block_rebond .view-actualites-du-ghn-et-de-la-filiere-equestre.view-display-id-block_1 {
  max-width: 1300px;
  margin: auto;
}
.block_rebond .view-actualites-du-ghn-et-de-la-filiere-equestre.view-display-id-block_1 .col-sm-12.col-md-4 {
  padding: 0;
}
.block_rebond .view-actualites-du-ghn-et-de-la-filiere-equestre.view-display-id-block_1 .col-sm-12.col-md-4 .item-bg {
  margin-top: 0;
  padding-top: 1rem;
  background: white;
}
.block_rebond .view-actualites-du-ghn-et-de-la-filiere-equestre.view-display-id-block_1 .col-sm-12.col-md-4 .item-bg .creation-date {
  color: black !important;
}
.block_rebond .btn-info, .block_rebond .block-views-exposed-filter-blockrechercher-page-1 button[type=submit], .block-views-exposed-filter-blockrechercher-page-1 .block_rebond button[type=submit] {
  text-align: center;
  width: 274px;
  margin: auto;
  display: block;
  color: #005389;
  border-color: #e9ecef;
  text-transform: none;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  border: 1px solid #cbcbca;
}
.block_rebond .btn-info:hover, .block_rebond .block-views-exposed-filter-blockrechercher-page-1 button[type=submit]:hover, .block-views-exposed-filter-blockrechercher-page-1 .block_rebond button[type=submit]:hover {
  background: #e9ecef;
}

.node--type-annonce.node--view-mode-ligne.card {
  border: none;
}

.item-type2 {
  padding: 0;
}
.item-type2 .row > div:first-child {
  padding-right: 0;
}
.item-type2 .row > div:first-child a {
  border: 1px solid #e9ecef;
  padding-top: 85.53%;
  position: relative;
  overflow: hidden;
}
.item-type2 .row > div:first-child a img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  min-width: 100%;
  min-height: 100%;
}
.item-type2 .row > div:first-child a span {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 15px 5px 15px 15px;
  background: #FAF9F7;
  color: #025389;
  font-weight: 600;
}
.item-type2 .row > div:last-child {
  background-color: #FAF9F7;
  padding-top: 30px;
  padding-left: 30px;
}
.item-type2 .row > div:last-child .text-muted, .item-type2 .row > div:last-child .description {
  color: #e4003a !important;
  font-size: 1.2rem;
  font-weight: 600;
}
.item-type2 .row > div:last-child h3 {
  line-height: 0.9;
  margin-top: 15px;
  margin-bottom: 30px;
}
.item-type2 .row > div:last-child h3 a span {
  color: #09314e;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 0.6rem;
}
.item-type2 .row > div:last-child div {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 900;
}
.item-type2 .row > div:last-child div label {
  margin-bottom: 0;
  font-weight: 600;
  color: #09314e;
}

.node--type-candidature-spontanee.node--view-mode-ligne.card,
.node--type-offre-d-emploi.node--view-mode-ligne.card {
  border: none;
}

.row.row-eq-height {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.view-liste-offres-d-emploi .row-eq-height > div {
  background-color: #FAF9F7;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  margin: 0;
}
.view-liste-offres-d-emploi .row-eq-height > div > div {
  background: transparent !important;
  border: none;
}

.item-type3 {
  padding: 30px 30px 30px 30px;
}
.item-type3 .text-muted, .item-type3 .description {
  color: #e4003a !important;
  font-size: 1rem;
  font-weight: 600;
}
.item-type3 .text-muted span, .item-type3 .description span {
  color: #fff;
  background: #1784af;
  display: inline-block;
  padding: 5px 10px;
}
.item-type3 .mb-2 {
  color: #1784af;
}
.item-type3 h3 {
  line-height: 0.9;
  margin-top: 30px;
  margin-bottom: 40px !important;
}
.item-type3 h3 a span {
  color: #09314e;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 0.6rem;
}
.item-type3 div {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 900;
}
.item-type3 div label {
  margin-bottom: 0;
  font-weight: 600;
  color: #09314e;
}

.item-type1.node.node--type-actualite-publique.node--view-mode-cellule.p-3,
.item-type1.node.node--type-actualite-privee.node--view-mode-cellule.p-3 {
  padding: 0rem !important;
  margin-bottom: 1.5rem;
}

.site-hero {
  position: relative;
  padding-top: 10%;
  color: #FFF;
}

.hero-inner {
  position: relative;
  background-color: rgba(0, 25, 39, 0.33);
}

.breadcrumb {
  margin-top: 0.6666666667rem;
}
.breadcrumb a {
  color: #FFF;
}

.alaune-info {
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #FAF9F7;
}
.alaune-info .title-wrapper h3 {
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
}
.field__label {
  font-weight: 700;
}

.contextual-region h3 {
  margin-bottom: 1rem;
}

.tag-wrapper a + a {
  margin-left: 0.3333333333rem;
}

.sticky-wrapper {
  position: relative;
}

.sticky-col {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .sticky-col {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 22%;
  }
}

.sticky-item {
  background-color: #f8f9fa;
}

.address-line1:after {
  content: ", ";
}

.address-line1 + br {
  display: none;
}

footer.footer a {
  text-decoration: none;
  background-image: none !important;
}

.footer .nav-link {
  display: block;
  padding: 0.2rem;
}

.nav-bas-de-page {
  text-transform: uppercase;
  font-size: 0.67rem;
  letter-spacing: 1px;
}
.nav-bas-de-page .nav-link {
  color: #868e96;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.nav-bas-de-page .nav-link:focus, .nav-bas-de-page .nav-link:active, .nav-bas-de-page .nav-link:hover {
  color: #e4003a;
}

.site-footer > .container > .row {
  margin-left: 2rem;
}
@media (max-width: 575px) {
  .site-footer > .container > .row {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .site-footer > .container > .row {
    margin-left: 0;
  }
}
.site-footer nav h3 {
  font-size: 18.75px;
}
@media screen and (min-width: 576px) {
  .site-footer nav h3 {
    /* remo-formula : 18.75px, 22.61px, 576px, 1600px */
    font-size: calc(18.75px + 3.86 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  .site-footer nav h3 {
    font-size: 22.61px;
  }
}
.site-footer nav h3:after {
  content: "";
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  background-color: #e4003a;
  height: 0.2em;
  width: 3em;
}
@media (max-width: 575px) {
  .site-footer nav h3:after {
    margin: 0.67em auto;
  }
}
.site-footer a.nav-link {
  color: #FFF;
  padding: 0.2rem 0;
}
.site-footer a.nav-link:focus, .site-footer a.nav-link:active, .site-footer a.nav-link:hover {
  text-decoration: underline;
}

a.fancybox-link {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: block;
  font-size: 1.125rem;
  width: 2em;
  line-height: 2em;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  opacity: 0.67;
  transition: all 200ms ease;
  font-size: 18.75px;
}
@media screen and (min-width: 576px) {
  a.fancybox-link {
    /* remo-formula : 18.75px, 22.61px, 576px, 1600px */
    font-size: calc(18.75px + 3.86 * (100vw - 576px) / 1024);
  }
}
@media screen and (min-width: 1600px) {
  a.fancybox-link {
    font-size: 22.61px;
  }
}
a.fancybox-link:before {
  content: "\f065";
  font-family: "FontAwesome";
}
a.fancybox-link:hover {
  background-color: #e4003a;
  opacity: 1;
  text-decoration: none;
}

.galerieimage {
  padding-bottom: 30px;
}

.photo-gallery {
  display: flex;
  position: relative;
  z-index: 200;
  background: #000;
}
.photo-gallery .flickity-viewport {
  width: 100%;
}
.photo-gallery .photo-wrapper {
  display: block;
  margin: 3px 0.5rem;
  position: relative;
  transition: all 150ms ease;
}
.photo-gallery .photo-wrapper.is-selected {
  opacity: 1;
}
.photo-gallery img {
  width: auto;
  max-width: none;
  height: 20vh;
}
@media (orientation: landscape) {
  .photo-gallery img {
    height: 40vh;
  }
}

.flickity-prev-next-button {
  border-radius: 0 !important;
}

.fancybox-enabled .flickity-prev-next-button {
  opacity: 0;
}

.flickity-prev-next-button.previous {
  left: 0px !important;
}

.flickity-prev-next-button.next {
  right: 0px !important;
}

.flickity-prev-next-button:disabled {
  opacity: 0 !important;
}

a.fichier-joint {
  display: block;
  background-color: #EEE;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.fichier-joint:hover {
  text-decoration: none;
}

.field--name-field-fichiersjoints .file--mime-application-pdf a:after {
  content: "(PDF)";
}

.field--name-field-fichiersjoints .file--mime-application-zip a:after {
  content: "(ZIP)";
}

.field--name-field-fichiersjoints .file--mime-text-plain a:after {
  content: "(TXT)";
}

.field--name-field-fichiersjoints .file--mime-image-jpeg a:after {
  content: "(JPG)";
}

.field--name-field-fichiersjoints .file--mime-application-msword a:after {
  content: "(DOC)";
}

.field--name-field-fichiersjoints .file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a:after {
  content: "(DOCX)";
}

.field--name-field-liensexternes .field__item a {
  display: block;
  background-color: #EEE;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field--name-field-liensexternes .field__item a:before {
  content: "\f14c";
  font-family: "fontawesome";
  margin-right: 0.5em;
  font-size: 1.25em;
  position: relative;
  top: 0.067em;
}
.field--name-field-liensexternes .field__item a:after {
  content: "";
  font-size: 80%;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5em;
  letter-spacing: 0.05em;
}
.field--name-field-liensexternes .field__item a:hover {
  text-decoration: none;
}

.fancybox-bg {
  background: #fff !important;
  opacity: 0.99 !important;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(255, 255, 255, 0.99) !important;
  color: #09314e !important;
}

.fancybox-button:hover:not([disabled]) {
  background: #fff !important;
}

.fancybox-caption-wrap {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.8) 100%) !important;
}

.fancybox-caption {
  border: none !important;
  color: #09314e !important;
}
.fancybox-caption a {
  color: #09314e !important;
}

.view .gm-style {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.view .gm-style p {
  margin-bottom: 0;
}
.view .gm-style .address {
  margin-top: 3px;
}
.view .gm-style .country {
  display: none;
}

body.path-node {
  background: #FAF9F7;
}
body.path-node .page-content {
  padding-top: 170px;
  position: relative;
}
body.path-node .page-content:before {
  background-image: url("../img/illustr-haut-page.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}
body.path-node .page-content .colonne-centrale {
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  border: 1px solid #cbcbca;
}

/* ajustement css responsive */
@media (max-width: 767px) {
  body.path-node .page-content {
    padding-top: 0px;
  }
  #block-cocktail-breadcrumbs {
    border-bottom: 0px solid #868e96;
  }
  body.path-node .page-content:before {
    display: none;
  }
  body.path-node .page-content .colonne-centrale {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-node-481 .item-solution .lien-titre-solution {
    font-size: 20px;
  }
  .page-node-481 .item-solution p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991) {
  body.path-node .page-content {
    padding-top: 70px;
  }
}
.btn, .tag-wrapper a {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .btn, .tag-wrapper a {
    text-transform: uppercase;
    letter-spacing: 0.067em;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.bg-blue {
  background: #005389;
}

.texte-intro {
  margin: auto !important;
}

.row-intro {
  margin: auto !important;
}
@media (max-width: 575px) {
  .row-intro {
    padding: 0;
  }
}
.row-intro .ghn-tv {
  padding-top: 27px;
}
.home-actualites {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .home-actualites {
    padding-bottom: 0;
  }
}
.home-actualites h2 {
  margin-top: 50px;
  margin-bottom: 75px;
}
@media (max-width: 575px) {
  .home-actualites h2 {
    margin: 20px;
  }
}
.home-actualites > p {
  padding-top: 27px;
}
.home-actualites .node--type-actualite-publique.node--view-mode-cellule .item-bg, .home-actualites .node--type-actualite-privee.node--view-mode-cellule .item-bg {
  background-color: #fff;
}
@media (max-width: 575px) {
  .home-actualites .node--type-actualite-publique.node--view-mode-cellule .item-bg, .home-actualites .node--type-actualite-privee.node--view-mode-cellule .item-bg {
    min-height: 0;
  }
}
.home-actualites .btn-primary-alt {
  background-color: #fff;
}
.home-actualites .item-type1 .item-bg {
  padding: 0;
}

.field--name-body .bg-blue h3 {
  color: #fff;
}

.node--view-mode-a-la-une {
  padding-top: 33%;
}
@media (min-width: 1200px) {
  .node--view-mode-a-la-une {
    padding-top: 25%;
  }
}
.node--view-mode-a-la-une .alaune-info {
  position: relative;
}
@media (min-width: 768px) {
  .node--view-mode-a-la-une .alaune-info {
    position: absolute;
    bottom: 0;
  }
}
.node--view-mode-a-la-une .title-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .node--view-mode-a-la-une .title-wrapper {
    max-width: 66.67%;
  }
}
@media (min-width: 992px) {
  .node--view-mode-a-la-une .title-wrapper {
    max-width: 50%;
  }
}
.node--view-mode-a-la-une .title-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
}
.node--view-mode-a-la-une .title-wrapper a {
  position: relative;
}

.alaune-info {
  text-align: center;
  padding-bottom: 40px;
}

.alaune-info .title-wrapper h3 {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .alaune-info {
    background-image: none !important;
    background: white;
  }
}
@media (min-width: 768px) {
  .alaune-info {
    text-align: left;
    padding-bottom: 0;
  }
  .alaune-info .title-wrapper h3 {
    margin-top: 0;
  }
}
/*-----block vous êtes --------*/
.strate-nosservices h2 {
  margin-bottom: 30px;
  color: #005389;
}
@media (min-width: 992px) {
  .strate-nosservices h2 {
    margin-bottom: 100px;
  }
}

/* ----block nos services ----*/
.strate-nosservices {
  background: #FAF9F7;
}
@media (max-width: 575px) {
  .strate-nosservices {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .strate-nosservices .separe::after {
    content: "";
    display: block;
    height: 180px;
    border-right: 2px solid #3b3b3b;
    position: absolute;
    right: 0;
    top: 50px;
  }
}

.alaune-page-actus .container {
  padding-left: 0;
}
.alaune-page-actus .bg-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.alaune-page-actus .h4, .alaune-page-actus .title-wrapper {
  padding-left: 1rem;
}

.strate-front-listesolutions .listesolutions a {
  display: flex !important;
  min-height: 3.2rem;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.strate-front-echangez {
  /*  background-image: url('../img/flou.jpg');
    background-size: cover;
  */
  background: #1784af;
}

.strate-front-echangez p {
  text-align: left;
}
@media (min-width: 768px) {
  .strate-front-echangez p {
    text-align: center;
    margin-left: -70px;
    margin-right: -70px;
  }
}

.strate-front-echangez .txt-newsletter1 {
  margin-top: 2rem;
}

.strate-front-listesolutions ul.nav {
  justify-content: left !important;
}

.liste-solutions {
  background: url("/themes/cocktail/img/Creation.png") no-repeat white 2% 50%;
  display: block;
  margin: 5%;
  box-shadow: 1px 1px 12px #555;
  border-radius: 5px;
  padding: 5px 5px 5px 80px;
  text-align: left;
}
.liste-solutions h3 {
  font-size: 1.2em;
  color: #09314e;
  margin-bottom: 0 !important;
}
.liste-solutions span {
  color: #2E3031;
  font-size: 1em;
}
.liste-solutions.creation {
  background: url("/themes/cocktail/img/Creation.png") no-repeat white 2% 50%;
}
.liste-solutions.compta {
  background: url("/themes/cocktail/img/Compta.png") no-repeat white 2% 50%;
}
.liste-solutions.paie {
  background: url("/themes/cocktail/img/Paie.png") no-repeat white 2% 50%;
}
.liste-solutions.formation {
  background: url("/themes/cocktail/img/Formation.png") no-repeat white 2% 50%;
}
.liste-solutions.gestion {
  background: url("/themes/cocktail/img/Impayes.png") no-repeat white 2% 50%;
}
.liste-solutions.accompagnement {
  background: url("/themes/cocktail/img/Transmission.png") no-repeat white 2% 50%;
}
.liste-solutions.base {
  background: url("/themes/cocktail/img/Base.png") no-repeat white 2% 50%;
}
.liste-solutions.offre {
  background: url("/themes/cocktail/img/Offre.png") no-repeat white 2% 50%;
}
.liste-solutions.annonce {
  background: url("/themes/cocktail/img/Annonce.png") no-repeat white 2% 50%;
}
.liste-solutions.actu {
  background: url("/themes/cocktail/img/Actualites.png") no-repeat white 2% 50%;
}

.bg-gray {
  background: #FAF9F7;
}

/* ----block syndicat ----*/
@media (max-width: 575px) {
  .strate-syndicat {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .strate-syndicat img {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .strate-syndicat .separe::after {
    content: "";
    display: block;
    height: 180px;
    border-right: 2px solid #3b3b3b;
    position: absolute;
    right: 0;
    top: 50px;
  }
}
.strate-syndicat h2 {
  margin-bottom: 75px;
}
.strate-syndicat h3 {
  font-size: 25px;
  text-align: center;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .strate-syndicat h3 {
    width: 350px;
  }
}

/*Pourquoi adhérer*/
#strate-pourquoiadherer {
  background: #FAF9F7;
}
#strate-pourquoiadherer .pourquoi-adherere {
  text-align: center;
}
@media (min-width: 768px) {
  #strate-pourquoiadherer .pourquoi-adherere {
    text-align: left;
  }
}
#strate-pourquoiadherer .illustration {
  padding-top: 50% !important;
}
@media (min-width: 768px) {
  #strate-pourquoiadherer .illustration {
    padding-top: 33% !important;
  }
}
#strate-pourquoiadherer .pourquoi-adherere p {
  width: 100% !important;
}
@media (min-width: 768px) {
  #strate-pourquoiadherer .pourquoi-adherere p {
    width: 20rem !important;
  }
}

/* je deviens adhérent */
#strate-jedeviensadherent .arrow-down {
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 56px solid #FAF9F7;
}
#strate-jedeviensadherent .txt-encart {
  font-size: 20px;
}
#strate-jedeviensadherent .btn-adherent {
  margin: 30px auto !important;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #strate-jedeviensadherent .btn-adherent {
    font-size: 2rem;
  }
}
#strate-jedeviensadherent .papier {
  margin: 30px auto;
}
@media (min-width: 768px) {
  #strate-jedeviensadherent .papier {
    margin: 30px auto 0 auto;
  }
}

h3.titre-menu-services {
  font-size: 20px !important;
  padding-left: 17px;
  line-height: 42px;
}

#block-menuservicesutilisateur a,
#block-menupagemoncompte a {
  padding-right: 2rem;
  position: relative;
  box-shadow: inset 0 -1px #FFF;
}
#block-menuservicesutilisateur a:after,
#block-menupagemoncompte a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
#block-menuservicesutilisateur a:focus:after, #block-menuservicesutilisateur a:active:after, #block-menuservicesutilisateur a:hover:after,
#block-menupagemoncompte a:focus:after,
#block-menupagemoncompte a:active:after,
#block-menupagemoncompte a:hover:after {
  content: "\f105";
}
#block-menuservicesutilisateur a.is-active:after,
#block-menupagemoncompte a.is-active:after {
  content: "\f105";
}

#block-menupagemoncompte .is-active-li:first-child a {
  color: #fff;
  background-color: #005389;
}
#block-menupagemoncompte .is-active-li:first-child a:after {
  content: "\f105";
}

.customer-billing {
  margin: 2rem 0;
}

.order-information > div {
  margin-bottom: 1rem;
}

thead .views-field-title {
  margin-top: 2rem;
}

.delete-order-item {
  border: none;
}

.view-partenaires-mosaique h3,
.view-partenaires-mosaique .item-list {
  margin-bottom: 2rem;
}

.lien-partenaire {
  padding-bottom: 100%;
  filter: saturate(0) brightness(1.2);
  opacity: 0.85;
  transition: all 200ms ease;
}
.lien-partenaire:hover {
  filter: saturate(1) brightness(1);
  opacity: 1;
}

@media (min-width: 768px) {
  .page-node-type-page-basedocu .page-content {
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  .page-node-type-page-basedocu .colonne-centrale.container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-node-type-page-basedocu #menu-basedocu {
  width: 25%;
  max-width: 360px;
}
@media (min-width: 768px) {
  .page-node-type-page-basedocu .page-content {
    padding-left: 25%;
  }
}
@media (min-width: 1440px) {
  .page-node-type-page-basedocu .page-content {
    padding-left: 360px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-page-basedocu article.node--type-page-basedocu.node--view-mode-full {
    margin-right: calc(25% + 1rem);
  }
}
@media (min-width: 1200px) {
  .page-node-type-page-basedocu.basedocu-home article.node--type-page-basedocu.node--view-mode-full {
    margin-right: 0;
  }
}

.node--type-question-reponse .field--name-title {
  background-color: #09314e;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
}

.search-results {
  padding-left: 0;
}
.search-results > li {
  margin-bottom: 2rem;
}
.search-results strong {
  background-color: rgba(255, 247, 0, 0.33);
  box-shadow: 0.15em 0 rgba(255, 247, 0, 0.33), -0.15em 0 rgba(255, 247, 0, 0.33);
}

#page-annonce-content > p {
  margin: 0 0 30px;
}
#page-annonce-content div.row > div > span {
  display: block;
  background: #FAF9F7;
  min-height: 200px;
}
#page-annonce-content div.row > div > p {
  text-align: center;
  margin: 0 auto;
}
#page-annonce-content div.row > div > p a {
  display: block;
  border-bottom: 1px solid #868e96;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 15px 0;
  margin-bottom: 15px;
  font-weight: 600;
}
.view-liste-annonces .item-type4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
}
.view-liste-annonces .item-type4 .absolute-price {
  position: absolute;
  display: inline-block;
  padding: 8px;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.view-liste-annonces .item-type4 a.full-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.view-liste-annonces .item-type4 .card-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
}
.view-liste-annonces .item-type4 .card-description > div {
  padding: 0 30px;
}
.view-liste-annonces .item-type4 .card-description > div > div {
  display: inline-block;
  color: #fff;
}
.view-liste-annonces .item-type4 .card-description > div > div.date {
  padding-right: 30px;
}
.view-liste-annonces .item-type4 .card-description > div > div label {
  color: #fff;
  font-style: italic;
  font-weight: normal;
}
.view-liste-annonces .item-type4 .card-description > div > div .region {
  font-weight: bold;
}
.view-liste-annonces .item-type4 .card-description > a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 0 30px 30px 30px;
  color: #fff;
}

.page-node-481 .item-solution {
  padding: 0 40px 30px 40px;
}
.page-node-481 .item-solution .lien-vignette-solution {
  margin-bottom: 15px;
  display: block;
}
.page-node-481 .item-solution .lien-titre-solution {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #005389;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9ecef;
}
.page-node-481 .item-solution p {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}

/*bug js temp*/
#mmenu {
  display: none;
}

.ma-documentation .card {
  background: #f2f2f2;
  border: 0;
  margin: 15px 0;
}
.ma-documentation .card .card-body {
  padding: 0;
}
.ma-documentation .card .card-body i {
  margin-right: 1rem;
  font-size: 25px;
}
.ma-documentation .card .card-body a {
  color: #005389;
  padding: 1rem;
  display: inline-block;
  width: 100%;
}
.ma-documentation .card .card-body a:hover {
  text-decoration: none;
  background: #e9ecef;
}
.ma-documentation .courrier-commande .card-body {
  padding: 1rem !important;
  color: #005389;
}
.ma-documentation .btn.btn-danger.mb-2, .ma-documentation .tag-wrapper a.btn-danger.mb-2, .tag-wrapper .ma-documentation a.btn-danger.mb-2, .ma-documentation #edit-actions-submit {
  margin: 35px auto !important;
  display: block;
  text-align: center;
  max-width: 400px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .ma-documentation .btn.btn-danger.mb-2, .ma-documentation .tag-wrapper a.btn-danger.mb-2, .tag-wrapper .ma-documentation a.btn-danger.mb-2, .ma-documentation #edit-actions-submit {
    white-space: nowrap;
  }
}
.ma-documentation .btn.btn-danger.mb-2 i, .ma-documentation .tag-wrapper a.btn-danger.mb-2 i, .tag-wrapper .ma-documentation a.btn-danger.mb-2 i, .ma-documentation #edit-actions-submit i {
  display: none;
}
.ma-documentation .js-form-type-checkbox {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 1rem 0;
}
.ma-documentation .js-form-type-checkbox:hover {
  background: #e9ecef;
}
.ma-documentation .js-form-type-checkbox label {
  color: #005389;
  padding: 1.25rem;
  display: inline-block;
  width: 100%;
  padding: 1rem 0 1rem 20px;
  margin: 0;
}
.ma-documentation .js-form-type-checkbox label:hover {
  text-decoration: none;
}
.ma-documentation .js-form-type-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -border-radius: 4px;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 2px solid #005389;
  border-radius: 5px;
  margin: 0 0 0 15px;
}
.ma-documentation .js-form-type-checkbox input[type=checkbox]:checked {
  position: relative;
}
.ma-documentation .js-form-type-checkbox input[type=checkbox]:checked:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: block;
  color: #005389;
  font-size: 25px;
  position: absolute;
  top: -5px;
}
.ma-documentation input[type=checkbox]:checked + label, .ma-documentation input[type=checkbox]:checked {
  opacity: 0.3;
  background: #f9f9f9;
}

body.path-taxonomy {
  background-color: #FAF9F7;
}
body.path-taxonomy .page-content > .container {
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 60px;
}
body.path-taxonomy .page-content > .container #block-cocktail-content {
  background-color: #FAF9F7;
}
body.path-taxonomy .page-content > .container #block-cocktail-content .block {
  padding-bottom: 60px;
}
body.path-taxonomy .page-content > .container #block-cocktail-content .block .view-content {
  padding: 0 30px 30px;
}
body.path-taxonomy .page-content > .container #block-cocktail-content .block .view-content a:hover {
  color: #005389;
}

#block-cocktail-local-tasks {
  position: fixed;
  right: 1rem;
  bottom: 0;
  z-index: 100;
}
#block-cocktail-local-tasks ul.tabs {
  margin-bottom: 0;
  font-size: 12px;
  padding-left: 0;
  display: flex;
}
#block-cocktail-local-tasks ul.tabs li {
  list-style: none;
  display: block;
}
#block-cocktail-local-tasks ul.tabs li a {
  padding: 0.33em 1em;
  background-color: #FFF;
  display: block;
}
#block-cocktail-local-tasks ul.tabs a.is-active {
  display: none;
}

body.cke_editable_themed {
  padding: 0.5em;
}

.messages {
  max-height: 350px;
  overflow-y: auto;
  padding-left: 2rem;
  border: none !important;
  margin: 0 !important;
}
.messages pre.backtrace {
  font-size: 70%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
}

.messages + .messages {
  box-shadow: inset rgba(201, 202, 154, 0.34) 0 1px;
}

.mm-menu.mm-theme-basedocu {
  background: #1784af;
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.mm-menu.mm-theme-basedocu .mm-navbar > *,
.mm-menu.mm-theme-basedocu .mm-navbar a {
  color: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-theme-basedocu .mm-btn:before, .mm-menu.mm-theme-basedocu .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-theme-basedocu .mm-listview {
  border-color: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-theme-basedocu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-basedocu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 83, 137, 0.5);
  tap-highlight-color: rgba(0, 83, 137, 0.5);
}
.mm-menu.mm-theme-basedocu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-basedocu .mm-listview > li.mm-selected > span {
  background: rgba(0, 83, 137, 0.5);
}
.mm-menu.mm-theme-basedocu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-basedocu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-basedocu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-basedocu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-basedocu .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-basedocu label.mm-check:before {
  border-color: white;
}

.mm-menu.mm-theme-basedocu em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-basedocu .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 83, 137, 0.5);
}

.mm-menu.mm-shadow-page.mm-theme-basedocu:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-shadow-panels.mm-theme-basedocu .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-basedocu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
.mm-menu.mm-theme-basedocu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-basedocu .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-basedocu .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-basedocu .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(0, 83, 137, 0.5);
}
.mm-menu.mm-parentselected.mm-theme-basedocu .mm-listview > li > a.mm-selected:not(.mm-fullsubopen), .mm-menu.mm-parentselected.mm-theme-basedocu .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-basedocu .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(0, 83, 137, 0.5);
}

.mm-menu.mm-theme-basedocu label.mm-toggle {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-theme-basedocu label.mm-toggle:before {
  background: #1784af;
}
.mm-menu.mm-theme-basedocu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

#mm-blocker {
  background: #cecece !important;
}

.mm-theme-basedocu .mm-panels .menu-item--active-trail > a.nav-link {
  background-color: rgba(0, 83, 137, 0.25);
}
.mm-theme-basedocu .mm-panels a.nav-link.is-active {
  color: #fff;
}

@media (min-width: 576px) {
  html.mm-widescreen .mm-menu.mm-widescreen {
    width: 25% !important;
  }
  html.mm-widescreen .mm-slideout {
    width: 75% !important;
    margin-left: 25% !important;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  html.mm-widescreen .mm-menu.mm-widescreen {
    width: 300px !important;
  }
  html.mm-widescreen .mm-slideout {
    width: calc(100vw - 300px) !important;
    margin-left: 300px !important;
  }
}
@media (min-width: 992px) {
  .mmenu-bp-visible {
    display: none;
  }
}

@media (max-width: 991.99px) {
  .mmenu-bp-hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-when-mmenu-widescreen {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .show-when-mmenu-widescreen {
    display: block;
  }
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.cc_more_info {
  color: #31a8f0;
}

.cc_container .cc_btn {
  background-color: #1784af;
  color: white;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 200px;
  font-weight: 600;
  text-transform: uppercase;
}

.cc_container .cc_btn:hover {
  text-decoration: none;
}

.cc_logo {
  display: none !important;
}

.cc_message {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.bs-wizard {
  margin-top: 40px;
  margin-bottom: 20px;
}

/*Form Wizard*/
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  margin-bottom: 5px;
  font-size: 12px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #1784af;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #005389;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 23px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #1784af;
}

.bs-wizard > .bs-wizard-step.previous > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.current > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.current > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.current > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.next > .bs-wizard-dot {
  background-color: #e9ecef;
}

.bs-wizard > .bs-wizard-step.next > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.next a.bs-wizard-dot {
  pointer-events: none;
}

/*END Form Wizard*/
.view-page-boutique-brochures p {
  margin-bottom: 0;
}

.brochure .brochure-body {
  display: none;
}

.brochure .field--name-variations .form-submit {
  margin-top: -30px;
}

#edit-payment-information > legend {
  display: none;
}

#edit-payment-process-offsite-payment {
  font-size: 1.5em;
  margin-bottom: 2rem;
}

/* Page adhésion */
form.commerce-order-item-add-to-cart-form-commerce-product-1 div.form-group, form.commerce-order-item-add-to-cart-form-commerce-product-1 div#edit-payment-information-payment-method--wrapper {
  font-size: 1.5rem;
}
form.commerce-order-item-add-to-cart-form-commerce-product-1 div.form-group label, form.commerce-order-item-add-to-cart-form-commerce-product-1 div#edit-payment-information-payment-method--wrapper label {
  font-weight: 400;
  color: #09314e;
}

/* Tableau adhésions */
fieldset[data-drupal-selector=edit-purchased-entity-0-attributes-attribute-type-d-adhesion] div.form-radios {
  position: relative;
  margin-bottom: 40px;
}
fieldset[data-drupal-selector=edit-purchased-entity-0-attributes-attribute-type-d-adhesion] .fa.fa-times {
  color: red;
}
fieldset[data-drupal-selector=edit-purchased-entity-0-attributes-attribute-type-d-adhesion] .fa.fa-check {
  color: green;
}
fieldset[data-drupal-selector=edit-purchased-entity-0-attributes-attribute-type-d-adhesion] .form-item-purchased-entity-0-attributes-attribute-type-d-adhesion.form-check {
  position: absolute;
  top: -30px;
}
fieldset[data-drupal-selector=edit-purchased-entity-0-attributes-attribute-type-d-adhesion] .form-item-purchased-entity-0-attributes-attribute-type-d-adhesion.form-check:first-child {
  left: 359px;
}
fieldset[data-drupal-selector=edit-purchased-entity-0-attributes-attribute-type-d-adhesion] .form-item-purchased-entity-0-attributes-attribute-type-d-adhesion.form-check:last-child {
  left: 620px;
}
fieldset[data-drupal-selector=edit-purchased-entity-0-attributes-attribute-type-d-adhesion] .form-item-purchased-entity-0-attributes-attribute-type-d-adhesion.form-check > div {
  display: none !important;
}

/*
 *
 *
 *
 * Bootstrap 4 Component - Chosen
 * Version: 1.0.5
 * Copyright (c) 2017 Martin Haubek
 *
 *
 *
 */
.chosen-select,
.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  position: relative;
  width: 100% !important;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
}

.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #ced4da;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}

.chosen-container .chosen-results {
  margin: 0;
  position: relative;
  max-height: 15rem;
  padding: 0.5rem 0 0 0;
  color: #464a4c;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  color: #292b2c;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  padding-left: 0.75rem;
  color: #636c72;
  font-weight: normal;
  text-transform: uppercase;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 1.5rem;
}

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.chosen-container .chosen-results li.result-selected {
  color: #292b2c;
}

.chosen-container .chosen-results li.result-selected:before {
  display: inline-block;
  position: relative;
  top: 0.3rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -1.25rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23636c72' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #09314e;
  background-image: none;
  color: white;
}

.chosen-container .chosen-results li.highlighted:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #636c72;
}

.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: 0.25rem 0 1rem 1.065rem;
  color: #d9534f;
}

.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 0.25rem;
  position: absolute;
  text-align: center;
  width: 20rem;
  z-index: 1;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.5;
  text-indent: -5000px;
  width: 0.5rem;
}

.chosen-container-single .chosen-single {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #292b2c;
  display: block;
  height: 2.375rem;
  overflow: hidden;
  line-height: 2.375rem;
  padding: 0 0 0 0.75rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  display: inline-block;
  position: absolute;
  top: 0.45rem;
  right: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d9534f' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.chosen-container-single .chosen-single abbr:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a02622' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 1.5rem;
  text-overflow: ellipsis;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

.chosen-container-single .chosen-single div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  padding-left: 0.5rem;
  background-color: #fff;
}

.chosen-container-single .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: 0.25rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23636c72' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.chosen-container-single .chosen-default {
  color: #636c72;
}

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 0.5rem 0.5rem 0 0.5rem;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}

.chosen-container-single .chosen-search:after {
  display: inline-block;
  position: relative;
  top: 0.365rem;
  left: -1.75rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23636c72' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.chosen-container-single .chosen-search input[type=text] {
  background-color: #f7f7f9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  width: 100%;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search {
  display: none;
}

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  cursor: text;
  height: auto !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-image: none;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  background: transparent !important;
  border: 0 !important;
  color: #464a4c;
  height: 2.25rem;
  margin: 0;
  padding: 0 0 0 0.75rem;
  outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
  color: #636c72;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background-clip: padding-box;
  position: relative;
  margin: 0.35rem 0 0 0.5rem;
  padding: 0.25rem 1.5rem 0.25rem 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f7f7f9;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  cursor: default;
  font-size: 0.875rem;
  line-height: 1;
  color: #292b2c;
  background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  right: 0.125rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d9534f' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: 0 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a02622' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #eceeef;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #09314e;
  transition: border linear 0ms, box-shadow linear 0ms;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: border linear 0ms, box-shadow linear 0ms;
}

.chosen-container-active.chosen-with-drop .chosen-single div:after {
  display: inline-block;
  position: relative;
  top: 0.25rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23636c72' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #ced4da;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: border linear 0ms, box-shadow linear 0ms;
}

.chosen-container-active .chosen-choices .search-field input[type=text] {
  color: #292b2c !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices li.search-choice .search-choice-close {
  cursor: default;
}

.chosen-container-optgroup-clickable li.group-result {
  text-transform: none !important;
}

.chosen-container-optgroup-clickable li.group-result:hover {
  background-color: #1784af;
  color: white;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: inherit !important;
}

/* Filtre par univers sur la page actualités */
#views-exposed-form-liste-actualites-block-1 #edit_field_univers_docu_target_id_chosen.chosen-container-single {
  /* Cache la fléche vers le haut à droite */
  /* Suppression double loupe */
}
#views-exposed-form-liste-actualites-block-1 #edit_field_univers_docu_target_id_chosen.chosen-container-single .chosen-single div b {
  width: 60%;
}
#views-exposed-form-liste-actualites-block-1 #edit_field_univers_docu_target_id_chosen.chosen-container-single .chosen-search input[type=text] {
  background: none;
}

.menu-scroll a.ms-link {
  color: #fff;
}

.menu-scroll ul {
  padding: 0;
  margin: 0;
}

.menu-scroll a.ms-link {
  display: flex;
  font-weight: 900;
  font-size: larger;
  width: 100%;
  justify-content: center;
  min-height: 100%;
  padding: 0.5rem;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 576px) {
  .menu-scroll a.ms-link {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .menu-scroll a.ms-link {
    padding: 2rem;
  }
}

.menu-scroll a.ms-link:hover,
.menu-scroll a.ms-link:active,
.menu-scroll a.ms-link.active,
.menu-scroll a.ms-link.is-active {
  background-color: #09314e;
  text-decoration: none;
}

/*
.menu-scroll a.ms-link.active:after {
  content: '';
  display: block;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: $navy;
  -webkit-transition: background 150ms ease;
  -o-transition: background 150ms ease;
  transition: background 150ms ease;
}*/
.menu-scroll a.ms-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #e9ecef;
  top: 93px;
  left: 50%;
  margin-top: -10px;
  margin-left: -15px;
  border-radius: 50%;
  z-index: 9999999;
}

.menu-scroll a.ms-dot.active-dot {
  background-color: #28a745;
}

.menu-scroll a.ms-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #e9ecef;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.menu-scroll a.ms-dot.active-dot:after {
  background-color: #fff;
}

.menu-scroll .ms-progress {
  position: absolute;
  height: 8px;
  background-color: #e9ecef;
  width: 100%;
  top: 95px;
  z-index: 999999;
}

.menu-scroll .col .ms-progress {
  left: 50%;
}

.menu-scroll .ms-progress.active-line {
  background-color: #28a745;
}

.menu-scroll {
  z-index: 999999;
  top: 0 !important;
}

@media (min-width: 576px) {
  .menu-scroll a.ms-link {
    font-size: 1em;
  }
}
.menu-scroll {
  display: none;
}

@media (min-width: 768px) {
  .menu-scroll {
    display: block;
  }
  .menu-scroll .ms-progress {
    top: 77px;
  }
  .menu-scroll a.ms-dot {
    top: 77px;
  }
}
@media (min-width: 992px) {
  .menu-scroll .ms-progress {
    top: 56px;
  }
  .menu-scroll a.ms-dot {
    top: 56px;
  }
}
@media (min-width: 1200px) {
  .menu-scroll .ms-progress {
    top: 89px;
  }
  .menu-scroll a.ms-dot {
    top: 89px;
  }
}
.alaune-info .menu-scroll {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-embed-field-responsive-video {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .video-embed-field-responsive-video {
    width: 60%;
    margin: 0 auto;
  }
}
.btn-danger-alt {
  background: white;
  color: #e4003a;
  font-weight: bold;
  white-space: normal;
}
@media (min-width: 768px) {
  .btn-danger-alt {
    padding-left: 49px !important;
    padding-right: 49px !important;
    white-space: nowrap;
  }
}

#strate-jedeviensadherent {
  position: relative;
  width: 100%;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 56px solid white;
  position: absolute;
  top: 0px;
  transform: translateX(-50%);
  left: 50%;
}

#strate-pourquoiadherer {
  width: 100%;
}
#strate-pourquoiadherer .illustration {
  background-image: url(/themes/cocktail/img/adhesion.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 33%; /*hauteur en fonction de la largeur disponible*/
  background-position-x: 50%;
  vertical-align: middle;
}
#strate-pourquoiadherer .pourquoi-adherere {
  /*
      font-family: Helvetica Neue;
  */
  color: #09314e;
  vertical-align: middle;
  padding-top: 7%; /*illusion de centrage vertical*/
}
#strate-pourquoiadherer .pourquoi-adherere .btn, #strate-pourquoiadherer .pourquoi-adherere .tag-wrapper a, .tag-wrapper #strate-pourquoiadherer .pourquoi-adherere a {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-left: 49px !important;
  padding-right: 49px !important;
  font-weight: bold;
  font-size: 1rem;
}
#strate-pourquoiadherer .pourquoi-adherere h2 {
  font-size: 1.6rem;
}
#strate-pourquoiadherer .pourquoi-adherere p {
  width: 20rem;
  font-size: 1.2rem;
}

/* Eléments génériques à toutes les pages de la base documentaire */
body.page-node-type-page-basedocu {
  /* Menu de gauche */
  /* Contenu de la page */
  /* Liens vers les pages enfant */
  /* Assure que l'article de la base docu ne soit pas en relatif pour ne pas enfermer le menu fixed de droite */
  /* Marge droite pour laisser passer le menu flottant sauf la home */
  /* Zone de questions / réponses */
  /* Marge droite pour laisser passer le menu flottant sauf la home */
  /* Page d'accueil de la base documentaire */
  /* Pages intérieures de la base documentaire */
}
body.page-node-type-page-basedocu #block-cocktail-breadcrumbs {
  border-bottom: none;
}
body.page-node-type-page-basedocu .field--name-body table {
  border-collapse: collapse;
}
body.page-node-type-page-basedocu .field--name-body table td {
  border: 1px solid #c5c8ca;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu {
  background-color: #f2f2f2;
  color: #2C2C2C;
  border-color: #cbcbca;
  /* 2 menus du bas */
  /* Carrés de couleurs avant l'item de menu */
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu .mm-btn::before, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu mm-btn::after, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu .mm-next::after {
  color: #2C2C2C;
  border-color: #2C2C2C;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu .mm-listview > li, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu .mm-listview > li::after, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu .mm-listview > li .mm-next, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu .mm-listview > li, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu .mm-next::before {
  border-color: #cbcbca;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu li > a.faq {
  background-color: #e4003a;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu li > a.files {
  background-color: #005389;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-596::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-597::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-598::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-599::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-600::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-601::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-602::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-603::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-604::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-605::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-606::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-607::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-608::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-703::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-597::before {
  background-color: #07466C;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-597:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-597.is-active {
  background-color: #07466C;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-598::before {
  background-color: #07466C;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-598:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-598.is-active {
  background-color: #07466C;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-599::before {
  background-color: #34B424;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-599:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-599.is-active {
  background-color: #34B424;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-703::before {
  background-color: #fe0032;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-703:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-703.is-active {
  background-color: #fe0032;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-600::before {
  background-color: #34B424;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-600:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-600.is-active {
  background-color: #34B424;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-601::before {
  background-color: #2DA8A3;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-601:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-601.is-active {
  background-color: #2DA8A3;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-602::before {
  background-color: #2DA8A3;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-602:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-602.is-active {
  background-color: #2DA8A3;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-603::before {
  background-color: #E67300;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-603:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-603.is-active {
  background-color: #E67300;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-604::before {
  background-color: #E67300;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-604:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-604.is-active {
  background-color: #E67300;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-605::before {
  background-color: #E67300;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-605:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-605.is-active {
  background-color: #E67300;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-606::before {
  background-color: #93074E;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-606:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-606.is-active {
  background-color: #93074E;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-607::before {
  background-color: #93074E;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-607:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-607.is-active {
  background-color: #93074E;
  color: white;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-608::before {
  background-color: #93074E;
}
body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-608:hover, body.page-node-type-page-basedocu nav#menu-basedocu.mm-menu.mm-theme-basedocu a.univ-basedocu-608.is-active {
  background-color: #93074E;
  color: white;
}
body.page-node-type-page-basedocu div.page-content {
  padding-top: 0;
}
body.page-node-type-page-basedocu h1.mb-3 {
  border-bottom: 6px solid;
  margin-bottom: 1rem !important;
}
body.page-node-type-page-basedocu article {
  border-bottom: 6px solid;
  margin-bottom: 40px;
}
body.page-node-type-page-basedocu article.empty-content {
  display: none;
}
body.page-node-type-page-basedocu h3.child-list {
  margin-bottom: 40px;
}
body.page-node-type-page-basedocu article.contextual-region {
  position: unset;
}
@media (min-width: 1200px) {
  body.page-node-type-page-basedocu .row.gutter-2 {
    margin-right: calc(25% + 1rem);
  }
}
@media (min-width: 1200px) {
  body.page-node-type-page-basedocu.basedocu-home .row.gutter-2 {
    margin-right: 0;
  }
}
body.page-node-type-page-basedocu a.lien-vignette-base-docu {
  color: #2C2C2C;
  font-weight: bold;
}
body.page-node-type-page-basedocu a.lien-vignette-base-docu:hover {
  text-decoration: none;
}
body.page-node-type-page-basedocu a.lien-vignette-base-docu article.node--type-page-basedocu {
  height: 80px;
  border: 1px solid #cbcbca;
  border-radius: 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-left: none;
  /* Emplacement zone colorée pour les pages intérieures de la base documentaire */
}
body.page-node-type-page-basedocu a.lien-vignette-base-docu article.node--type-page-basedocu::before {
  content: " ";
  display: block;
  min-width: 20px;
  height: 80px;
  border: 1px solid #cbcbca;
  border-radius: 5px 0 0 5px;
  border-right: none;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  body.page-node-type-page-basedocu aside.mb-3 {
    margin-right: calc(25% + 1rem);
  }
}
@media (min-width: 1200px) {
  body.page-node-type-page-basedocu.basedocu-home aside.mb-3 {
    margin-right: 0;
  }
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu {
  /* Précisions des liens vers les pages enfant */
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu {
  margin-bottom: 0;
  /* Emplacement picto */
  /* Couleurs fond pictos */
  /*
        &[data-history-node-id="473"]::before {
          background-color: $ceder-arreter-son-entreprise;
          background-image: url('../img/ceder_reprendre.png');
        }
  */
  /* Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu::before {
  content: " ";
  display: block;
  min-width: 80px;
  height: 80px;
  border: 1px solid #cbcbca;
  border-radius: 5px 0 0 5px;
  border-right: none;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="456"]::before {
  background-color: #93074E;
  background-image: url("../img/creation_reprise.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="462"]::before {
  background-color: #2DA8A3;
  background-image: url("../img/fiscalite.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="463"]::before {
  background-color: #34B424;
  background-image: url("../img/msa.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="470"]::before {
  background-color: #07466C;
  background-image: url("../img/accueilpublic.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="471"]::before {
  background-color: #07466C;
  background-image: url("../img/activites.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="1925"]::before {
  background-color: #93074E;
  background-image: url("../img/ceder_reprendre.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="474"]::before {
  background-color: #2DA8A3;
  background-image: url("../img/formejuridique.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="475"]::before {
  background-color: #E67300;
  background-image: url("../img/batiments.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="476"]::before {
  background-color: #E67300;
  background-image: url("../img/chevaux.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="477"]::before {
  background-color: #E67300;
  background-image: url("../img/salaries.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="834"]::before {
  background-color: #93074E;
  background-image: url("../img/louer_centre.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="931"]::before {
  background-color: #34B424;
  background-image: url("../img/agricole.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[data-history-node-id="2100"]::before {
  background-color: #fe0032;
  background-image: url("../img/coronavirus.png");
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/fiscalite"]:hover {
  color: white;
  background-color: #2DA8A3;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/creationreprise"]:hover {
  color: white;
  background-color: #93074E;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/msa-exploitant"]:hover {
  color: white;
  background-color: #34B424;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/accueil-de-public"]:hover {
  color: white;
  background-color: #07466C;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/activites"]:hover {
  color: white;
  background-color: #07466C;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/cederarreter-son-entreprise"]:hover {
  color: white;
  background-color: #93074E;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/formes-juridiques"]:hover {
  color: white;
  background-color: #2DA8A3;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/batiments-et-installations"]:hover {
  color: white;
  background-color: #E67300;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/chevaux"]:hover {
  color: white;
  background-color: #E67300;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/salaries"]:hover {
  color: white;
  background-color: #E67300;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/louer-un-centre-equestre"]:hover {
  color: white;
  background-color: #93074E;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/base-documentaire/agricole"]:hover {
  color: white;
  background-color: #34B424;
}
body.page-node-type-page-basedocu.basedocu-home a.lien-vignette-base-docu article.node--type-page-basedocu[about="/CORONAVIRUS%20-COVID%2019/coronavirus%20covid%2019"]:hover {
  color: white;
  background-color: #fe0032;
}
body.page-node-type-page-basedocu.univ-basedocu-607 h1, body.page-node-type-page-basedocu.univ-basedocu-607 h2 {
  color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-607 article {
  border-color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-607 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-607 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-607 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-601 h1, body.page-node-type-page-basedocu.univ-basedocu-601 h2 {
  color: #2DA8A3;
}
body.page-node-type-page-basedocu.univ-basedocu-601 article {
  border-color: #2DA8A3;
}
body.page-node-type-page-basedocu.univ-basedocu-601 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-601 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-601 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #2DA8A3;
}
body.page-node-type-page-basedocu.univ-basedocu-600 h1, body.page-node-type-page-basedocu.univ-basedocu-600 h2 {
  color: #34B424;
}
body.page-node-type-page-basedocu.univ-basedocu-600 article {
  border-color: #34B424;
}
body.page-node-type-page-basedocu.univ-basedocu-600 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-600 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-600 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #34B424;
}
body.page-node-type-page-basedocu.univ-basedocu-597 h1, body.page-node-type-page-basedocu.univ-basedocu-597 h2 {
  color: #07466C;
}
body.page-node-type-page-basedocu.univ-basedocu-597 article {
  border-color: #07466C;
}
body.page-node-type-page-basedocu.univ-basedocu-597 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-597 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-597 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #07466C;
}
body.page-node-type-page-basedocu.univ-basedocu-598 h1, body.page-node-type-page-basedocu.univ-basedocu-598 h2 {
  color: #07466C;
}
body.page-node-type-page-basedocu.univ-basedocu-598 article {
  border-color: #07466C;
}
body.page-node-type-page-basedocu.univ-basedocu-598 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-598 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-598 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #07466C;
}
body.page-node-type-page-basedocu.univ-basedocu-606 h1, body.page-node-type-page-basedocu.univ-basedocu-606 h2 {
  color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-606 article {
  border-color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-606 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-606 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-606 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-602 h1, body.page-node-type-page-basedocu.univ-basedocu-602 h2 {
  color: #2DA8A3;
}
body.page-node-type-page-basedocu.univ-basedocu-602 article {
  border-color: #2DA8A3;
}
body.page-node-type-page-basedocu.univ-basedocu-602 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-602 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-602 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #2DA8A3;
}
body.page-node-type-page-basedocu.univ-basedocu-604 h1, body.page-node-type-page-basedocu.univ-basedocu-604 h2 {
  color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-604 article {
  border-color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-604 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-604 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-604 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-603 h1, body.page-node-type-page-basedocu.univ-basedocu-603 h2 {
  color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-603 article {
  border-color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-603 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-603 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-603 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-605 h1, body.page-node-type-page-basedocu.univ-basedocu-605 h2 {
  color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-605 article {
  border-color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-605 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-605 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-605 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #E67300;
}
body.page-node-type-page-basedocu.univ-basedocu-608 h1, body.page-node-type-page-basedocu.univ-basedocu-608 h2 {
  color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-608 article {
  border-color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-608 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-608 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-608 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #93074E;
}
body.page-node-type-page-basedocu.univ-basedocu-599 h1, body.page-node-type-page-basedocu.univ-basedocu-599 h2 {
  color: #34B424;
}
body.page-node-type-page-basedocu.univ-basedocu-599 article {
  border-color: #34B424;
}
body.page-node-type-page-basedocu.univ-basedocu-599 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-599 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-599 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #34B424;
}
body.page-node-type-page-basedocu.univ-basedocu-703 h1, body.page-node-type-page-basedocu.univ-basedocu-703 h2 {
  color: #fe0032;
}
body.page-node-type-page-basedocu.univ-basedocu-703 article {
  border-color: #fe0032;
}
body.page-node-type-page-basedocu.univ-basedocu-703 a.lien-vignette-base-docu article.node--type-page-basedocu {
  /* Couleurs fond bord gauche & Couleurs de fond au survol */
}
body.page-node-type-page-basedocu.univ-basedocu-703 a.lien-vignette-base-docu article.node--type-page-basedocu::before, body.page-node-type-page-basedocu.univ-basedocu-703 a.lien-vignette-base-docu article.node--type-page-basedocu:hover {
  background-color: #fe0032;
}

/*
  Styles des page du compte utilisateur
*/
.no-pad-top-bot {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn.text-normal, .tag-wrapper a.text-normal {
  text-transform: none;
}

body.path-user {
  background: #FAF9F7;
}

.menu-large-blue .nav {
  display: block;
}
.menu-large-blue .nav li {
  display: block;
  text-align: center;
  background: #1784af;
  margin-bottom: 10px;
  border-radius: 5px;
}
.menu-large-blue .nav li a {
  color: #fff;
}
.menu-large-blue .nav li a:before {
  display: none;
}

#user_adhesion_2019.alert {
  background: #e4003a;
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#user_adhesion_2019.alert h4 {
  text-transform: uppercase;
}
#user_adhesion_2019.alert a {
  color: #e4003a;
}
#user_adhesion_2019.alert a:hover {
  text-decoration: none;
}
#user_adhesion_2019.alert a i {
  font-size: 20px;
}
#user_adhesion_2019.alert a p {
  line-height: 1;
}

#block-nonadherantservicepaye > h3 {
  background: #e4003a;
  line-height: 80px;
  color: white;
  font-size: 22px;
  text-align: center;
}
#block-nonadherantservicepaye .field--name-body {
  color: white;
  background: #005389;
  padding: 24px;
}
#block-nonadherantservicepaye .field--name-body h3, #block-nonadherantservicepaye .field--name-body h4, #block-nonadherantservicepaye .field--name-body h5, #block-nonadherantservicepaye .field--name-body h6 {
  color: white;
}

#block-nonadherantservicecompta > h3 {
  background: #e4003a;
  line-height: 80px;
  color: white;
  font-size: 22px;
  text-align: center;
}
#block-nonadherantservicecompta .field--name-body {
  color: white;
  background: #005389;
  padding: 24px;
}
#block-nonadherantservicecompta .field--name-body h3, #block-nonadherantservicecompta .field--name-body h4, #block-nonadherantservicecompta .field--name-body h5, #block-nonadherantservicecompta .field--name-body h6 {
  color: white;
}

body.role-authenticated #user-form > div {
  display: none;
}
body.role-authenticated #user-form > div#edit-actions,
body.role-authenticated #user-form > div#edit-account {
  display: block;
}
body.role-authenticated #user-form > div > .form-type-email {
  display: none;
}

#block-jadhereaughn .alert {
  display: none;
  background: #e4003a;
  color: white;
  padding: 20px;
  min-width: 340px;
}
#block-jadhereaughn .alert a {
  display: flex;
  color: white;
  text-decoration: none;
  align-items: center;
}
#block-jadhereaughn .alert a:hover {
  text-decoration: none;
  opacity: 0.67;
}
#block-jadhereaughn .alert a i {
  margin-right: 30px;
  font-size: 56px;
}
#block-jadhereaughn .alert a p {
  line-height: 1;
}
#block-jadhereaughn .alert a h4 {
  font-size: 25px;
  margin-bottom: 5px;
}
#block-jadhereaughn .alert .close {
  font-size: 32px;
}
@media (min-width: 992px) {
  #block-jadhereaughn .alert {
    position: fixed;
    top: 105px;
    right: 90px;
    width: 420px;
    border-radius: 78px;
    z-index: 10000000;
  }
}

@media (min-width: 992px) {
  .user-logged-in #block-jadhereaughn .alert {
    top: 185px;
  }
}
.role-administrator #block-jadhereaughn .alert {
  display: none !important;
}

@media (min-width: 992px) {
  #block-jadhereaughn .alert {
    right: 30px;
    top: 115px;
    border-radius: 15px;
    width: 390px;
    box-shadow: 1px 1px 5px #943030;
  }
  #block-jadhereaughn .alert a p {
    margin-bottom: 0rem;
  }
  #block-jadhereaughn .alert {
    padding: 15px;
  }
  #block-jadhereaughn .alert .close {
    margin-top: -10px;
  }
  #block-jadhereaughn .alert a i {
    margin-right: 20px;
  }
}
/*
#block-jadhereaughn .alert {
	background: $red;
	color: white;
	display: none;
	align-items: center;
	padding: 10px;
	border-radius: 0;
	width: 100%;
	margin-bottom: 0;

}

#block-jadhereaughn i {
	margin-right: 30px;
	margin-top: 20px;
	color: white;
	font-size: 56px;
	float: left;
}

#block-jadhereaughn a {
	color: white;
}

#block-jadhereaughn p {
	line-height: 1;
}

#block-jadhereaughn a:hover {
	text-decoration:none;
}

#block-jadhereaughn .close {
	color: white;
}
*/
.path-paiement-readhesion td.views-field-unit-price__number, .path-paiement-readhesion td.views-field-total-price__number {
  text-align: right;
}
.path-paiement-readhesion thead, .path-paiement-readhesion td.views-field-quantity {
  text-align: center;
}
.path-paiement-readhesion .field.field--name-total-price {
  text-align: right;
  font-weight: bold;
}
.path-paiement-readhesion form {
  display: inline-block;
  margin-right: 20px;
}

#block-adhesions {
  background-color: #1784af;
}
@media (min-width: 768px) {
  #block-adhesions {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

#strate-adhesions {
  background-color: #1784af;
  width: inherit;
}
#strate-adhesions .illustration {
  background-image: url(/themes/cocktail/img/adhesions.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 33%;
  background-position-x: 50%;
  vertical-align: middle;
}
@media (max-width: 992px) {
  #strate-adhesions .illustration {
    background-size: contain 100%;
    background-position: bottom;
  }
}
#strate-adhesions .strate-adhesions.py-5 {
  padding-bottom: 0 !important;
}
#strate-adhesions .adhesions {
  color: #fff;
}
@media (max-width: 991px) {
  #strate-adhesions .adhesions {
    padding: 20px 0 10px 10px;
  }
}
@media (min-width: 992px) {
  #strate-adhesions .adhesions {
    padding: 50px;
  }
}
#strate-adhesions .adhesions h2 {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #strate-adhesions .adhesions h2 {
    margin-bottom: 0.5rem !important;
  }
}

#strate-ghn2026 {
  width: inherit;
}
@media (992px > width > 769px) {
  #strate-ghn2026 {
    padding-top: 0 !important;
  }
}
@media (max-width: 575px) {
  #strate-ghn2026 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  #strate-ghn2026 .container {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  #strate-ghn2026 .row {
    margin-top: -4rem;
  }
}
#strate-ghn2026 .illustration {
  background-image: url(/themes/cocktail/img/ghn2026.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 33%;
  background-position: bottom;
  vertical-align: middle;
}
@media (min-width: 769px) {
  #strate-ghn2026 .illustration {
    margin: -6rem 0;
  }
}
@media (max-width: 768px) {
  #strate-ghn2026 .illustration {
    margin: auto;
    min-height: 200px;
  }
}
@media (min-width: 769px) {
  #strate-ghn2026 .ghn2026 {
    position: relative;
    top: 6rem;
  }
}
#strate-ghn2026 .btn, #strate-ghn2026 .tag-wrapper a, .tag-wrapper #strate-ghn2026 a {
  border-radius: 0;
  border-color: #09314e;
  width: 100%;
  white-space: unset;
  padding-left: 1rem;
  padding-right: 1rem;
}

#strate-chiffrescles {
  width: inherit;
}

.strate-front-echangez {
  width: inherit;
}

#allPagesPopup {
  z-index: 2000;
}
#allPagesPopup .modal-header {
  height: 0;
  position: relative;
  padding: 0;
  border-bottom: 0 solid transparent;
}
#allPagesPopup .modal-header button.close {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 0.7;
  z-index: 1;
  text-shadow: none;
  opacity: 0.8;
}
#allPagesPopup .modal-header button.close:hover {
  opacity: 1;
}
#allPagesPopup .modal-body {
  padding: 0;
}
#allPagesPopup .modal-body a {
  display: block;
}
#allPagesPopup .modal-body a img {
  width: 100%;
}

/* fix z-index issue for popup */
body .mm-slideout {
  z-index: auto;
}

/*# sourceMappingURL=styles.css.map */
