<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*	--------------------------------------------------
	--------------------------------------------------

	Project			: xxx
	Creation date	: xx/xxx
	By				: xxx/xx

	--------------------------------------------------
	--------------------------------------------------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import "jquery-ui.min.css";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #DB7144;
  --secondary: #8DB872;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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;
}

*,
*::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: -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: #212529;
  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.5rem;
}

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: #DB7144;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #b14c22;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  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;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  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,
.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: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "—&nbsp;";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a &gt; code {
  color: inherit;
}

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.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, .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: 15px;
  padding-left: 15px;
}

.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-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.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 {
    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-last {
    order: 13;
  }

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

  .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-last {
    order: 13;
  }

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

  .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-last {
    order: 13;
  }

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

  .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-last {
    order: 13;
  }

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

  .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%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered 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 &gt; th,
.table-primary &gt; td {
  background-color: #f5d7cb;
}

.table-hover .table-primary:hover {
  background-color: #f1c7b6;
}
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #f1c7b6;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #dfebd8;
}

.table-hover .table-secondary:hover {
  background-color: #d1e2c7;
}
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #d1e2c7;
}

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

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

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}

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

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

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}

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

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

.table-active,
.table-active &gt; th,
.table-active &gt; 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 &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  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.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive &gt; .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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: #f0c2af;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  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: #495057;
  background-color: #fff;
}

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

.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, .input-group-sm &gt; .form-control-plaintext.form-control,
.input-group-sm &gt; .input-group-prepend &gt; .form-control-plaintext.input-group-text,
.input-group-sm &gt; .input-group-append &gt; .form-control-plaintext.input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .form-control-plaintext.btn,
.input-group-sm &gt; .input-group-append &gt; .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg &gt; .form-control-plaintext.form-control,
.input-group-lg &gt; .input-group-prepend &gt; .form-control-plaintext.input-group-text,
.input-group-lg &gt; .input-group-append &gt; .form-control-plaintext.input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .form-control-plaintext.btn,
.input-group-lg &gt; .input-group-append &gt; .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm &gt; select.form-control:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-prepend &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-append &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-prepend &gt; select.btn:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-append &gt; select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  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 .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  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-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .form-group.error .form-control,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .form-group.error .form-control:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-group.error .form-control ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.form-group.error .form-control ~ .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, .form-group.error .form-check-input.form-control ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-group.error .form-check-input.form-control ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.form-group.error .form-check-input.form-control ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, .form-group.error .custom-control-input.form-control ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .form-group.error .custom-control-input.form-control ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .form-group.error .custom-control-input.form-control ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.form-group.error .custom-control-input.form-control ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .form-group.error .custom-control-input.form-control:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .form-group.error .custom-control-input.form-control:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .form-group.error .custom-file-input.form-control ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before, .form-group.error .custom-file-input.form-control ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .form-group.error .custom-file-input.form-control ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.form-group.error .custom-file-input.form-control ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .form-group.error .custom-file-input.form-control:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn.pager_current_page:not(:disabled):not(.disabled) {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #DB7144;
  border-color: #DB7144;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d15a28;
  border-color: #c65626;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #DB7144;
  border-color: #DB7144;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c65626;
  border-color: #bb5124;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #8DB872;
  border-color: #8DB872;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #78ab59;
  border-color: #72a453;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 184, 114, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #8DB872;
  border-color: #8DB872;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #72a453;
  border-color: #6c9c4e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 184, 114, 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 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #DB7144;
  background-color: transparent;
  background-image: none;
  border-color: #DB7144;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #DB7144;
  border-color: #DB7144;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #DB7144;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #DB7144;
  border-color: #DB7144;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.5);
}

.btn-outline-secondary {
  color: #8DB872;
  background-color: transparent;
  background-image: none;
  border-color: #8DB872;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #8DB872;
  border-color: #8DB872;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 184, 114, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8DB872;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #8DB872;
  border-color: #8DB872;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 184, 114, 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.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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.pager_current_page:not(:disabled):not(.disabled), .show &gt; .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark.pager_current_page:not(:disabled):not(.disabled):focus, .show &gt; .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #DB7144;
  background-color: transparent;
}
.btn-link:hover {
  color: #b14c22;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

@media (min-width: 992px) {
  .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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
}
.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: 0.5rem 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:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item.pager_current_page, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #DB7144;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
  z-index: 1;
}
.btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active, .btn-group &gt; .btn.pager_current_page,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .btn.pager_current_page {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.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 &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  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, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .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 .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #DB7144;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(219, 113, 68, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f8e3da;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #DB7144;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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-label::before {
  background-color: #DB7144;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 113, 68, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(219, 113, 68, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #DB7144;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 113, 68, 0.5);
}

.custom-select {
  display: inline-block;
  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: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #f0c2af;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(240, 194, 175, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  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;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #f0c2af;
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #f0c2af;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.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:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.pager_current_page,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #DB7144;
}

.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 &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active, .tab-content &gt; .pager_current_page {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar &gt; .container,
.navbar &gt; .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:hover, .navbar-brand:focus {
  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: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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.98px) {
  .navbar-expand-sm &gt; .container,
.navbar-expand-sm &gt; .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 &gt; .container,
.navbar-expand-sm &gt; .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.98px) {
  .navbar-expand-md &gt; .container,
.navbar-expand-md &gt; .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 &gt; .container,
.navbar-expand-md &gt; .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.98px) {
  .navbar-expand-lg &gt; .container,
.navbar-expand-lg &gt; .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 &gt; .container,
.navbar-expand-lg &gt; .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.98px) {
  .navbar-expand-xl &gt; .container,
.navbar-expand-xl &gt; .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 &gt; .container,
.navbar-expand-xl &gt; .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%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .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 &gt; .container,
.navbar-expand &gt; .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:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .pager_current_page &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.pager_current_page {
  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:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .pager_current_page &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.pager_current_page {
  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:hover, .navbar-dark .navbar-text a:focus {
  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: 0.25rem;
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px);
}

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

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 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 &gt; .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:first-child .card-img-top,
.card-group &gt; .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:first-child .card-img-bottom,
.card-group &gt; .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:last-child .card-img-top,
.card-group &gt; .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:last-child .card-img-bottom,
.card-group &gt; .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group &gt; .card:only-child .card-img-top,
.card-group &gt; .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group &gt; .card:only-child .card-img-bottom,
.card-group &gt; .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group &gt; .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.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #DB7144;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #b14c22;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 113, 68, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.pager_current_page .page-link {
  z-index: 1;
  color: #fff;
  background-color: #DB7144;
  border-color: #DB7144;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  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: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.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: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge, .errorForm, .error-form {
  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: 0.25rem;
}
.badge:empty, .errorForm:empty, .error-form:empty {
  display: none;
}

.btn .badge, .btn .errorForm, .btn .error-form {
  position: relative;
  top: -1px;
}

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

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

.badge-secondary {
  color: #212529;
  background-color: #8DB872;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #72a453;
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-danger, .errorForm, .error-form {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, [href].errorForm:hover, [href].error-form:hover, .badge-danger[href]:focus, [href].errorForm:focus, [href].error-form:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

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

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

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

.alert, .confirmation_subscription .confirmation_validation, .errorMessage, .correct {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.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: #723b23;
  background-color: #f8e3da;
  border-color: #f5d7cb;
}
.alert-primary hr {
  border-top-color: #f1c7b6;
}
.alert-primary .alert-link {
  color: #4b2717;
}

.alert-secondary {
  color: #49603b;
  background-color: #e8f1e3;
  border-color: #dfebd8;
}
.alert-secondary hr {
  border-top-color: #d1e2c7;
}
.alert-secondary .alert-link {
  color: #314028;
}

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

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.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, .errorMessage {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr, .errorMessage hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link, .errorMessage .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

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

@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: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #DB7144;
  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:hover, .list-group-item-action:focus {
  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: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active, .list-group-item.pager_current_page {
  z-index: 2;
  color: #fff;
  background-color: #DB7144;
  border-color: #DB7144;
}

.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: #723b23;
  background-color: #f5d7cb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #723b23;
  background-color: #f1c7b6;
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #723b23;
  border-color: #723b23;
}

.list-group-item-secondary {
  color: #49603b;
  background-color: #dfebd8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #49603b;
  background-color: #d1e2c7;
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #49603b;
  border-color: #49603b;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

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

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

.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:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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: 0.3rem;
  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: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.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 &gt; :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer &gt; :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: -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.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  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: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  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(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 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.pager_current_page,
.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.pager_current_page {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right,
.carousel-item-right.pager_current_page {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left,
.carousel-item-left.pager_current_page {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left,
.carousel-item-left.pager_current_page {
    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:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  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 .pager_current_page {
  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: #DB7144 !important;
}

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

.bg-secondary {
  background-color: #8DB872 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #72a453 !important;
}

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #DB7144 !important;
}

.border-secondary {
  border-color: #8DB872 !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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 print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !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 {
  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 {
  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;
  }
}
.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;
  }
}
.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 {
  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-50 {
  width: 50% !important;
}

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

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

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

.h-50 {
  height: 50% !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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
  padding-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !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;
  }
}
.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;
  }
}
.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: #DB7144 !important;
}

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

.text-secondary {
  color: #8DB872 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #72a453 !important;
}

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

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #6c757d !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;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    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;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge, .errorForm, .error-form {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Modules d'E-majine */
/*	--------------------------------------------------
	--------------------------------------------------
		Agencement des blocs structurants :
	container, header, content, sidebar, footer
--------------------------------------------------
--------------------------------------------------*/
body {
  font-family: "mm";
}

.homepage-imgCover {
  height: 540px;
  position: relative;
  z-index: -1;
}
@media (min-width: 992px) {
  .homepage-imgCover {
    height: 100vh;
  }
}
.homepage-imgCover .homepage-imgCover-logo {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  height: initial;
  max-width: 60%;
}
@media (min-width: 992px) {
  .homepage-imgCover .homepage-imgCover-logo {
    top: 50%;
    max-width: 90%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .container {
  padding: 15px 15px 0 15px;
  position: relative;
}
@media (min-width: 992px) {
  .header .container {
    padding: 0 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 0 15px 1px #0000004a;
    background-color: #fff;
  }
}
.header .container #navigation {
  padding: 0;
  position: initial;
}
.header .container #navigation &gt; div {
  flex-grow: 1;
}
.header .container #navigation &gt; div .header-gt {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 0 0;
}
@media (max-width: 991.98px) {
  .header .container #navigation &gt; div .header-gt {
    margin: -10px 0 -20px 0;
  }
}
.header .container #navigation button {
  padding: 0;
  background-color: transparent;
  border: transparent;
}
@media (min-width: 992px) {
  .header .container #navigation button {
    display: none;
  }
}
.header .container #navigation button:focus, .header .container #navigation button:focus, .header .container #navigation button:active {
  outline: none;
}
.header .container #navigation button span {
  font-size: 2.5rem;
  font-weight: bold;
  transition: background-color 0.3s, padding 0.3s;
}
.header .container #navigation button span::before {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: font-size 0.3s;
}
@media (max-width: 991.98px) {
  .header .container #navigation button {
    background-color: #DB7144;
    padding: 9px;
  }
  .header .container #navigation button span::before {
    font-size: 2rem;
  }
}
.header .container #navigation .logo {
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .header .container #navigation .logo {
    display: none;
  }
}
.header .container #navigation .logo img {
  width: 193px;
  height: 55px;
}

.page-carte-interactive .header .container #navigation button {
  background-color: #DB7144;
  padding: 9px;
}
.page-carte-interactive .header .container #navigation button span::before {
  font-size: 2rem;
}

.activeScrolling .header .container #navigation button {
  background-color: #DB7144;
  padding: 9px;
}
.activeScrolling .header .container #navigation button span::before {
  font-size: 2rem;
}

.pageDefaut--headerImg {
  position: relative;
}
.pageDefaut--headerImg .cover {
  width: 100%;
  height: 270px;
  background-color: #000;
}
@media (min-width: 992px) {
  .pageDefaut--headerImg .cover {
    height: 420px;
  }
}
.pageDefaut--headerImg .cover img {
  opacity: 0.6;
}
.pageDefaut--headerImg .pageDefaut--headerImg-title {
  z-index: 1;
  margin: -160px 0 80px 0px;
  position: relative;
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .pageDefaut--headerImg .pageDefaut--headerImg-title .container {
    padding: 0 50px;
  }
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  justify-content: center;
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb a {
  color: #c5bfbf;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb a {
    font-size: 0.9rem;
  }
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb .breadcrumb-item:last-child::before {
  display: none;
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "&gt;";
  padding: 0;
  color: #c5bfbf;
  margin: 0 0 0 5px;
  font-size: 0.9rem;
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 1px #0000004a;
  margin: 0 10px;
  padding: 20px 10px;
}
@media (min-width: 992px) {
  .pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc {
    padding: 40px 50px;
    margin: 0;
  }
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc h1 {
  font-family: "sb";
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  margin: 40px 0 20px 0;
}
@media (min-width: 992px) {
  .pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc h1 {
    font-size: 2.5rem;
  }
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc .pageDefaut--headerImg-title-surtitre {
  text-transform: uppercase;
  font-size: 1.1rem;
  margin: 30px 0 0;
  text-align: center;
}
.pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc .description {
  text-align: center;
  padding: 20px 0 0 0;
}

.newsDetail .pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc .description {
  display: none;
}

.page-headerLight:not(.contact) .pageDefaut--headerImg .pageDefaut--headerImg-title .container {
  padding: 0 15px 190px 15px;
}

footer {
  background-image: url(/images/footer-background.png);
  background-position: center 90px;
  position: relative;
  background-repeat: no-repeat;
  padding: 50px 0 0 0;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 992px) {
  footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background-image: url(/images/footer-background2.png);
    background-size: 110%;
    background-position: top center;
  }
}
footer .footer--blocOne {
  position: relative;
  z-index: 1;
}
footer .footer--blocOne .footer--blocOne-elements {
  box-shadow: 0 0 15px 1px #0000004a;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 30px;
  margin: 0;
}
footer .footer--blocTwo {
  padding: 80px 0 40px;
}
footer .footer--blocThree {
  background-color: #383838;
  padding: 15px 0;
}
@media (min-width: 992px) {
  footer .footer--blocThree {
    padding: 30px 0;
  }
}

.page-carte-interactive footer {
  background-image: none;
  background-color: #015270;
}
.page-carte-interactive footer::before {
  display: none;
}
.page-carte-interactive footer .footer--blocTwo {
  padding: 0;
}

.confirme-newsletter {
  padding: 50px 0;
}
.confirme-newsletter p {
  margin: 20px 0;
  font-size: 0.9rem;
}

.newsletter footer {
  padding: 160px 0 0;
}
.newsletter footer .footer--blocOne {
  display: none;
}

.page-defaut .container article {
  margin: 50px 0;
}

.page-404 header {
  position: relative;
}
.page-404 header .container {
  padding: 10px 15px;
  position: relative;
  box-shadow: none;
}

.recherche .pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc {
  padding: 20px 0 0 0;
}
.recherche .pageDefaut--headerImg .pageDefaut--headerImg-title .container .pageDefaut--headerImg-title-bloc h1 {
  margin: 10px 0 0 0;
}

/** RESPONSIVE **/
/**
*
* Eléments réutilisables :
* boutons, icônes, popin (lightbox, notification…), slider (styles communs)…
*
**/
body {
  min-height: 100vh;
  /* 1 */
  display: flex;
  /* 2 */
  flex-direction: column;
  /* 3 */
}

.main {
  flex-grow: 1;
  /* 4 */
}

div#tarteaucitronAlertSmall {
  display: none !important;
}

p strong {
  font-weight: initial;
  font-family: "mb";
}

h1 {
  color: #000;
  font-family: "sb";
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-family: "sb";
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-family: "sb";
  color: #8DB872;
  font-size: 1.5rem;
}

h4 {
  font-family: "sb";
  color: #8DB872;
  font-size: 1.3rem;
}

/* on évite les débordements */
img {
  max-width: 100%;
}

.map {
  max-width: 100%;
  overflow: hidden;
}
.map &gt; div {
  max-width: 100%;
  overflow: hidden;
}

.cover {
  overflow: hidden;
}
.cover img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}

/* boutons */
.btn-prev:before {
  content: "";
  padding-right: 0.5rem;
  vertical-align: -2px;
}

.btn-next:after {
  content: "";
  padding-left: 0.5rem;
  vertical-align: -2px;
}

.btn-back:before {
  content: "";
  padding-right: 0.5rem;
  vertical-align: -2px;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.8);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(-5px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.8);
    transform: translatey(0px);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.btn-download {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 20px;
}
.btn-download::before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  display: inline-block;
  text-decoration: none !important;
  background-color: transparent;
  color: #DB7144;
  border-radius: 0;
  white-space: initial;
  border: transparent;
  z-index: 1;
  position: relative;
  padding: 10px 30px;
}
.btn:hover, .btn:focus, .btn:active {
  border: transparent !important;
  background-color: transparent !important;
  color: #DB7144 !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  background-color: #DB7144;
  color: #fff !important;
  border-radius: 50px;
  transition: background-color 0.8s, border-color 0.8s, color 0.8s;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #a75533 !important;
  color: #fff !important;
  animation: float 1.5s ease-in-out infinite;
}
.btn.btn-primary.secondary {
  background-color: #8DB872;
}
.btn.btn-primary.secondary:hover, .btn.btn-primary.secondary:focus, .btn.btn-primary.secondary:active {
  background-color: #62884b !important;
}
.btn.btn-primary.third {
  background-color: #015270;
}
.btn.btn-primary.third:hover, .btn.btn-primary.third:focus, .btn.btn-primary.third:active {
  background-color: #096d92 !important;
}
.btn.btn-primary.littleBR {
  border-radius: 10px;
}
.btn.btn-primary.outline {
  background-color: transparent;
  border: 1px solid #DB7144;
  color: #DB7144 !important;
}
.btn.btn-primary.outline:hover, .btn.btn-primary.outline:focus, .btn.btn-primary.outline:active {
  background-color: #DB7144 !important;
  border-color: #DB7144;
  color: #fff !important;
}
.btn.btn-primary.outline.secondary {
  border-color: #8DB872;
  color: #8DB872 !important;
}
.btn.btn-primary.outline.secondary:hover, .btn.btn-primary.outline.secondary:focus, .btn.btn-primary.outline.secondary:active {
  background-color: #8DB872 !important;
  border-color: #8DB872;
  color: #fff !important;
}
.btn.btn-primary.outline.third {
  border-color: #015270;
  color: #015270 !important;
}
.btn.btn-primary.outline.third:hover, .btn.btn-primary.outline.third:focus, .btn.btn-primary.outline.third:active {
  background-color: #015270 !important;
  border-color: #015270;
  color: #fff !important;
}
.btn.btn-secondary {
  border: 3px solid #DB7144;
  border-radius: 50px;
  font-family: "msb";
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border: 3px solid #DB7144 !important;
  color: #fff !important;
  background-color: #DB7144 !important;
  transform: scale(1.1);
}
.btn.btn-secondary.secondary {
  color: #8DB872;
  border-color: #8DB872;
}
.btn.btn-secondary.secondary:hover, .btn.btn-secondary.secondary:focus, .btn.btn-secondary.secondary:active {
  border: 3px solid #8DB872 !important;
  background-color: #8DB872 !important;
}
.btn.btn-secondary.third {
  border-color: #015270;
  color: #015270;
}
.btn.btn-secondary.third:hover, .btn.btn-secondary.third:focus, .btn.btn-secondary.third:active {
  border: 3px solid #015270 !important;
  background-color: #015270 !important;
}
.btn.btnMore {
  padding: 10px 30px 10px 50px;
}
.btn.btnMore::after {
  content: "+";
  font-family: "mm";
  font-size: 2.5rem;
  position: absolute;
  top: 8px;
  left: 18px;
  line-height: 28px;
}

@media (max-width: 991.98px) {
  .pageContenusInstit p a.btn {
    margin: 10px 0;
    padding: 10px 20px;
  }
  .pageContenusInstit h3, .pageContenusInstit h2 {
    margin: 20px 0 !important;
  }

  .bloc-simple a.btn {
    margin: 10px 0 !important;
  }
}
.text-aditor-enacdreBlanc {
  box-shadow: 0 0 15px 1px #0000004a;
  padding: 20px;
  color: #707070;
  border-radius: 20px;
  background-color: #fff;
  width: 540px;
  max-width: 100%;
}
.text-aditor-enacdreBlanc a {
  word-break: break-all;
}

.text-aditor-accroche-grey {
  color: #C6C6C6;
  font-size: 0.9rem;
}

.text-aditor-accroche {
  position: relative;
  padding: 0 0 0 20px;
}
.text-aditor-accroche::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #DB7144;
  position: absolute;
  top: 0;
  left: 0;
}
.text-aditor-accroche.secondary::before {
  background-color: #8DB872;
}

/* galerie d'images*/
.article-gallery .lightbox {
  overflow: hidden;
  max-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .article-gallery .lightbox {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .article-gallery .lightbox {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .article-gallery .lightbox {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* pagination*/
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.ui-datepicker-next.ui-corner-all::after, a.ui-datepicker-prev.ui-corner-all::after {
  content: "";
  font-family: icomoon;
  font-size: 1.1rem;
  color: #DB7144;
}

a.ui-datepicker-prev.ui-corner-all::after {
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background-color: #DB7144;
  color: #fff;
}

/*===================================
=            Alert Oldie            =
===================================*/
.oldie .alert-ie {
  border-top: 10px solid #e44204;
}
.oldie .alert-ie &gt; div {
  padding: 20px 70px;
  background: url(/images/alert-ie.png) left center no-repeat;
}
.oldie .alert-ie strong {
  color: #e44204;
}

/*=====  End of Alert Oldie  ======*/
/*==================================
=            Skip links            =
==================================*/
.skip-nav {
  position: absolute;
  padding: 0;
  list-style: none;
  z-index: 9999;
}
.skip-nav a {
  position: absolute;
  left: -7000px;
  padding: 0.5em;
  background: #343a40;
  color: white;
  text-decoration: none;
}
.skip-nav a:focus {
  position: static;
}

/*=====  End of Skip links  ======*/
/*==========================================
=            Cookies validation            =
==========================================*/
.alert-cookie {
  transition: none;
  overflow: hidden;
  text-align: center;
  background-color: #212529;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  animation: cookie-anim 1s ease-in;
  padding: 10px;
  margin: 0;
}
.alert-cookie.is-hidden {
  animation: none;
  max-height: 0;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-out;
}
.alert-cookie.fixed-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

@keyframes cookie-anim {
  0% {
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  100% {
    max-height: 70px;
    padding: 10px;
  }
}
.alert-cookie--link, .alert-cookie--link:visited {
  display: inline-block;
  color: #fff;
}
.alert-cookie--link:hover, .alert-cookie--link:focus, .alert-cookie--link:visited:hover, .alert-cookie--link:visited:focus {
  color: #fff;
}

.alert-cookie--btn {
  /* Retrouver les class .btn et .btn-primary directement dans le fichier /zephyr/cookie.js */
}

/*=====  End of Cookies validation  ======*/
/*	--------------------------------------------------
	--------------------------------------------------
		gestion des comptes, et ses widgets
	----------------------------------------------
	Fichier : account (/account/login/box_login.html)
--------------------------------------------------
--------------------------------------------------*/
.box-login--logout i {
  vertical-align: -2px;
}

.box-login--manage i {
  vertical-align: -2px;
}

.account-action--item {
  margin-bottom: 30px;
}

.account-action--link {
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #ced4da;
}

/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		 Petites Annonces et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		Forum et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		Widgets :
	propriétés générales, texte, actu, rss,
	banniere, calendrier, raccourcis, météo, sondage,
	recommander le site, newsletter, publicité

--------------------------------------------------
--------------------------------------------------*/
.footer--box-newsletter p {
  margin: 0;
  font-family: "sb";
  font-size: 1.9rem;
  line-height: 1;
  color: #000;
}
.footer--box-newsletter p strong {
  font-family: "mm";
  font-weight: initial;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #015270;
}
.footer--box-newsletter .icon-separateur1 {
  font-size: 3.5rem;
  line-height: 14px;
  color: #015270;
}
@media (max-width: 991.98px) {
  .footer--box-newsletter .icon-separateur1 {
    margin: 20px 0;
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media (max-width: 991.98px) {
  .footer--box-coordonnees {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer--box-coordonnees img {
  width: 250px;
  margin: 0 auto 30px auto;
  display: block;
}
@media (min-width: 992px) {
  .footer--box-coordonnees img {
    margin: 0 0 20px 0;
  }
}
.footer--box-coordonnees .box-coordinates--address p {
  color: #fff;
}
@media (max-width: 991.98px) {
  .footer--box-coordonnees .box-coordinates--address p {
    text-align: center;
  }
}
.footer--box-coordonnees .box-coordinates--numbers {
  margin: 0;
}
.footer--box-coordonnees a {
  color: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
}
.footer--box-coordonnees a span {
  font-size: 1.5rem;
  margin: 0 16px 0 0;
}
.footer--box-coordonnees a span.icon-phone-call {
  margin: 0 12px 0 0;
}
.footer--box-coordonnees a:hover {
  text-decoration: none;
}
.footer--box-coordonnees a:hover span {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@media (max-width: 991.98px) {
  .footer--box-horaires {
    margin: 0 0 30px 0;
  }
}
.footer--box-horaires .box-highlight--desc {
  display: flex;
}
@media (max-width: 991.98px) {
  .footer--box-horaires .box-highlight--desc {
    flex-direction: column;
  }
}
.footer--box-horaires .box-highlight--desc span.icon-horaire {
  color: #fff;
  font-size: 3rem;
  margin: 0 auto 10px auto;
}
@media (min-width: 992px) {
  .footer--box-horaires .box-highlight--desc span.icon-horaire {
    margin: 0 20px 0 0;
  }
}
.footer--box-horaires .box-highlight--desc p {
  color: #fff;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .footer--box-horaires .box-highlight--desc p {
    text-align: center;
  }
}

.footer--box-horaires-extranet {
  text-align: center;
}
@media (min-width: 992px) {
  .footer--box-horaires-extranet {
    text-align: left;
  }
}

.footer--box-horaires-extranet_1 {
  display: none;
}
@media (min-width: 992px) {
  .footer--box-horaires-extranet_1 {
    display: block;
    margin-top: 20px;
  }
}

.footer--box-horaires-extranet_2 {
  display: block;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .footer--box-horaires-extranet_2 {
    display: none;
  }
}

.footer--box-horaires-btn {
  border: 2px #fff solid !important;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .footer--box-horaires-btn {
    margin-left: 65px;
  }
}
.footer--box-horaires-btn:hover, .footer--box-horaires-btn:focus {
  border: 2px #a75533 solid !important;
}

.footer--box-plan a {
  color: #fff;
  text-align: left;
  font-family: msb;
  line-height: 1.2;
  margin: 10px 0 0 0;
  text-align: center;
  display: block;
}
.footer--box-plan a::after {
  content: "";
  font-family: "icomoon";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  margin: 9px 0 0 0;
  font-size: 1.5rem;
  margin: 9px auto 0 auto;
  transition: color 0.3s, border-color 0.3s, font-size 0.3s, width 0.3s, height 0.3s;
}
.footer--box-plan a:hover, .footer--box-plan a:active, .footer--box-plan a:focus {
  text-decoration: none;
}
.footer--box-plan a:hover::after, .footer--box-plan a:active::after, .footer--box-plan a:focus::after {
  width: 60px;
  height: 60px;
  color: #DB7144;
  border-color: #DB7144;
  font-size: 1.7rem;
}

.footer--box-rs p.box--title.box-social--title {
  text-align: left;
  color: #fff;
  font-family: "msb";
  margin: 30px 0 5px 0;
  text-align: center;
}
.footer--box-rs .box-social--list {
  display: flex;
  justify-content: left;
  margin: 0;
  justify-content: center;
}

ul.box-social--list li a {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  transition: color 0.3s, border-color 0.3s, font-size 0.3s, width 0.3s, height 0.3s;
}
ul.box-social--list li a .icon-facebook1 {
  margin: 0 2px 0 0;
}
ul.box-social--list li a:hover, ul.box-social--list li a:active, ul.box-social--list li a:focus {
  text-decoration: none;
  width: 60px;
  height: 60px;
  color: #DB7144;
  border-color: #DB7144;
  font-size: 1.7rem;
}

.footer--box-links p {
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
}
.footer--box-links p a {
  color: #fff;
}

.homepage--box-search form {
  display: flex;
  flex-direction: column;
}
.homepage--box-search form .form-group {
  width: 630px;
  max-width: 100%;
}
.homepage--box-search form .form-group label {
  display: none;
}
.homepage--box-search form .form-group input {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 9px;
  font-style: italic;
  padding: 11px 21px;
}
.homepage--box-search form .form-group input:-ms-input-placeholder {
  font-style: italic;
}
.homepage--box-search form .form-group input::-webkit-input-placeholder {
  font-style: italic;
}
.homepage--box-search form .form-group input::placeholder {
  font-style: italic;
}
@media (max-width: 991.98px) {
  .homepage--box-search form .form-group input {
    font-size: 0.8rem;
  }
}
.homepage--box-search form .form-group input:hover, .homepage--box-search form .form-group input:focus, .homepage--box-search form .form-group input:active {
  box-shadow: none !important;
}
.homepage--box-search form button {
  text-transform: uppercase;
  font-family: "mb" !important;
}

.homepage-box-listActus .slick-track {
  display: flex;
}
.homepage-box-listActus .slick-track .slick-slide {
  height: inherit !important;
}
.homepage-box-listActus .slick-slider {
  padding: 0 0 60px 0px;
}
.homepage-box-listActus .slick-slider .slick-arrow {
  right: initial;
  bottom: 0;
  top: initial;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #8DB872;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.homepage-box-listActus .slick-slider .slick-arrow::before {
  opacity: 1;
  color: #fff;
  content: "&gt;";
  font-family: "sm";
  font-size: 2.5rem;
}
.homepage-box-listActus .slick-slider .slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
.homepage-box-listActus .slick-slider .slick-arrow.slick-prev::before {
  content: "&lt;";
}
.homepage-box-listActus .slick-slider .slick-arrow.slick-next {
  left: calc(50% + 40px);
}
.homepage-box-listActus .slick-slider .slick-arrow:hover, .homepage-box-listActus .slick-slider .slick-arrow:active, .homepage-box-listActus .slick-slider .slick-arrow:focus {
  background-color: #63884b;
}

.actuResum {
  box-shadow: 0 0 15px 1px #0000004a;
  margin: 30px 20px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s;
}
.actuResum a .card-img-top {
  height: 220px;
}
.actuResum a .card-body {
  padding: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .actuResum a .card-body {
    padding: 30px;
  }
}
.actuResum a .card-body h3 {
  color: #8DB872;
  margin: 0;
}
.actuResum a .card-body .box-mu--date {
  font-size: 0.9rem;
  color: #afafaf;
}
.actuResum a .card-body .card-text p {
  color: #000;
  line-height: 1.7;
}
.actuResum a:hover, .actuResum a:active, .actuResum a:focus {
  text-decoration: none;
}
.actuResum:hover, .actuResum:active, .actuResum:focus {
  transform: translateY(-15px);
}

.homepage-box-listEvents .slick-slider {
  padding: 0 0 90px;
}

.homepageEventResum {
  border: transparent;
  border-radius: 0;
  background-color: transparent;
  transition: transform 0.3s;
}
.homepageEventResum a {
  position: relative;
  display: block;
}
.homepageEventResum a::before {
  content: "+";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #DB7144;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "sl";
  transition: transform 0.3s;
}
.homepageEventResum a .box-mu--img {
  border: 2px solid #fff;
  border-radius: 12px;
  height: 140px;
  background-color: #fff;
  background-image: url(/images/logo.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.homepageEventResum a .box-mu--content {
  padding: 20px 0 0 30px;
}
.homepageEventResum a .box-mu--content h3 {
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
  position: relative;
}
.homepageEventResum a .box-mu--content h3::before {
  content: "";
  width: 9px;
  height: 65px;
  background-image: url(/images/homepage-deco-events.png);
  position: absolute;
  top: -40px;
  left: -17px;
}
.homepageEventResum a .box-mu--content .box-mu--date {
  color: #fff;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0 0 10px 30px;
}
.homepageEventResum a .box-mu--content .box-mu--desc p {
  color: #fff;
  margin: 0 0 0 30px;
  text-align: left;
  line-height: 1;
  font-size: 0.9rem;
}
.homepageEventResum a:hover, .homepageEventResum a:active, .homepageEventResum a:focus {
  text-decoration: none;
}
.homepageEventResum a:hover::before, .homepageEventResum a:active::before, .homepageEventResum a:focus::before {
  transform: rotate(180deg);
}
.homepageEventResum:hover, .homepageEventResum:focus, .homepageEventResum:active {
  transform: translateY(-10px);
}

.box-sticky {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
  width: 60px;
}
.box-sticky ul {
  margin: 0;
}
.box-sticky ul li {
  position: absolute;
  left: 23px;
  min-width: 270px;
  transition: left 0.3s;
}
@media (min-width: 992px) {
  .box-sticky ul li {
    left: 0;
  }
}
.box-sticky ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px 6px 8px 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (min-width: 992px) {
  .box-sticky ul li a {
    padding: 14px 6px 14px 0px;
  }
}
.box-sticky ul li a span {
  font-size: 1.2rem;
  margin: 0 9px;
}
@media (min-width: 992px) {
  .box-sticky ul li a span {
    font-size: 1.7rem;
    margin: 0 18px 0 18px;
  }
}
.box-sticky ul li a p {
  margin: 0;
  line-height: 9px;
}
@media (min-width: 992px) {
  .box-sticky ul li a p {
    line-height: 14px;
  }
}
.box-sticky ul li:hover {
  left: -195px;
}
.box-sticky ul li:hover a {
  text-decoration: none;
}
.box-sticky ul li.contact {
  top: -60px;
}
@media (min-width: 992px) {
  .box-sticky ul li.contact {
    top: -80px;
  }
}
.box-sticky ul li.contact a {
  background-color: #015270;
}
.box-sticky ul li.facebook {
  top: -16px;
}
.box-sticky ul li.facebook a {
  background-color: #8DB872;
}
.box-sticky ul li.news {
  top: 30px;
}
@media (min-width: 992px) {
  .box-sticky ul li.news {
    top: 50px;
  }
}
.box-sticky ul li.news a {
  background-color: #DB7144;
}
.box-sticky ul li.search {
  top: 74px;
}
@media (min-width: 992px) {
  .box-sticky ul li.search {
    top: 114px;
  }
}
.box-sticky ul li.search a {
  background-color: #464545;
}
.box-sticky ul li.search a span {
  margin: 0 30px 0 10px;
}
@media (min-width: 992px) {
  .box-sticky ul li.search a span {
    margin: 0 30px 0 18px;
  }
}

.conseilMunicip--box--adjointList .box-mu--list {
  justify-content: center;
}
.conseilMunicip--box--adjointList .box-mu--list article {
  border: transparent;
  margin: 0 0 290px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .conseilMunicip--box--adjointList .box-mu--list article {
    margin: 0 0 30px 0;
  }
}
.conseilMunicip--box--adjointList .box-mu--list article .box-mu--link {
  position: relative;
  height: 250px;
}
.conseilMunicip--box--adjointList .box-mu--list article .box-mu--link .box-mu--img {
  border-radius: 20px;
}
.conseilMunicip--box--adjointList .box-mu--list article .box-mu--link .box-mu--content {
  text-align: center;
  padding: 20px 0;
}
.conseilMunicip--box--adjointList .box-mu--list article .box-mu--link .box-mu--content p {
  color: #015270;
  line-height: 1;
  margin: 0 0 5px 0;
}
.conseilMunicip--box--adjointList .box-mu--list article .box-mu--link .box-mu--content p.sur-titre {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.conseilMunicip--box--adjointList .box-mu--list article .box-mu--link .box-mu--content p.box-mu-item--title {
  font-family: "mb";
  font-size: 1rem;
}
.conseilMunicip--box--adjointList .box-mu--list article .box-mu--link .box-mu--content .box-mu--desc p {
  font-size: 0.8rem;
}

.box-tags-filter .box-tags-filter--title, .box-tags-filter .box-tags-filter--label {
  display: none;
}
.box-tags-filter form {
  justify-content: center;
  flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.box-tags-filter form label {
  padding: 0;
}
@media (max-width: 991.98px) {
  .box-tags-filter form label {
    margin: 4px 0;
  }
}
.box-tags-filter form label .custom-control-description {
  margin: 0 10px;
  color: #8DB872;
  border: 1px solid #8DB872;
  border-radius: 8px;
  padding: 2px 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 992px) {
  .box-tags-filter form label .custom-control-description {
    margin: 5px 10px;
  }
}
.box-tags-filter form label .custom-control-description:hover {
  background-color: #f1f1f1;
}
.box-tags-filter form label.activeLabel .custom-control-description {
  background-color: #8DB872;
  color: #fff;
}
.box-tags-filter form .submit {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
}

.events .box-tags-filter form label .custom-control-description {
  color: #DB7144;
  border: 1px solid #DB7144;
}
.events .box-tags-filter form label.activeLabel .custom-control-description {
  background-color: #DB7144;
  color: #fff;
}

.news-detail--others .actuResum {
  margin: 0 !important;
  height: 100%;
}
.news-detail--others .actuResum .seeMore {
  text-align: right;
  color: #8DB872;
  margin: 0;
  font-family: "mb";
}

.box-nl .box--title, .box-nl .box-nl--desc, .box-nl .form-group {
  display: none;
}
.box-nl .btn {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.actuFilters label {
  color: #8DB872;
  margin: 5px;
  border: 1px solid #8DB872;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.actuFilters label:hover, .actuFilters label:active, .actuFilters label:focus {
  background-color: #8DB872;
  color: #fff;
}
.actuFilters label input {
  display: none;
}

.homepageTemplate--agenda .actuFilters {
  margin: 0 0 30px 0;
}
.homepageTemplate--agenda .actuFilters label {
  border-color: #fff;
  color: #fff;
}
.homepageTemplate--agenda .actuFilters label:hover, .homepageTemplate--agenda .actuFilters label:active, .homepageTemplate--agenda .actuFilters label:focus {
  background-color: #fff;
  color: #000;
}

/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		Catalogue et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/* commons */
/* publication (/catalog/publication_methods/catalog.html) */
/* comments (/catalog/product/product_comments.html) */
/* Attention le commons comments sont dans publication.less */
/* Attention correspond a la notification d'erreur unique dans le template commentaire de produit */
/* box search (/catalog/search/box_search.html) */
/* short-product */
.st-prod {
  height: 100%;
}

/* responsive*/
/*	--------------------------------------------------
	--------------------------------------------------
		Communauté et ses widgets :
		notations, commentaires, tags
--------------------------------------------------
--------------------------------------------------*/
/* -------------------------------------------- */
/* ETOILES DES NOTATIONS                        */
/* -------------------------------------------- */
.ui-stars-cancel, .ui-stars-star {
  display: inline-block;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
}

.ui-stars-cancel, .ui-stars-cancel a {
  background: url(/common_images/skin001/star-delete.gif) no-repeat 0 -16px;
}

.ui-stars-star, .ui-stars-star a {
  background: url(/common_images/skin001/star.gif) no-repeat 0 0;
}

.ui-stars-cancel a, .ui-stars-star a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0;
}

.ui-stars-star-on a {
  background-position: 0 -16px !important;
}

.ui-stars-star-hover a {
  background-position: 0 -32px;
}

.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}

.ui-stars-cancel-disabled a, .ui-stars-star-disabled,
.ui-stars-star-disabled a {
  cursor: default !important;
}

.ui-stars-star {
  background: transparent !important;
  overflow: hidden !important;
}

/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		Annuaire et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/* box entries (/directory/boxes/entries.html) */
.dir .form form {
  display: flex;
  justify-content: center;
  margin: 0 0 60px 0;
  align-items: center;
}
@media (min-width: 992px) {
  .dir .form form select {
    margin: 0 60px 0 10px !important;
  }
}
.dir .dir-entries--item {
  margin: 0 0 30px 0;
}

.assocResum {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 1px #0000004a;
  padding: 30px;
  height: 100%;
}
.assocResum h2 {
  color: #DB7144;
  font-size: 1.8rem;
}
.assocResum .assocResum-desc {
  font-family: "mb";
  margin: 0 0 20px 0;
}
.assocResum .assocResum-desc br {
  display: none;
}
.assocResum .col-lg-6 {
  font-size: 0.9rem;
}
.assocResum .col-lg-6 .assocResum--adress {
  margin: 0 0 10px 0;
}
.assocResum .col-lg-6 .assocResum--contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.assocResum .col-lg-6 .assocResum--contact p {
  margin: 0 4px 0 0;
  font-family: "mb";
}
.assocResum .col-lg-6 .assocResum--tel {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.assocResum .col-lg-6 .assocResum--tel &gt; p {
  margin: 0 10px 0 0;
  font-family: "mb";
}
.assocResum .col-lg-6 .assocResum--tel .assocResum--tel-text p {
  margin: 0;
}
.assocResum .col-lg-12 {
  font-size: 0.9rem;
}
.assocResum .assocResum-mail a {
  display: flex;
  align-items: center;
  font-family: "mb";
  word-break: break-all;
}
.assocResum .assocResum-mail a::before {
  content: "";
  font-family: icomoon;
  margin: 0 7px 0 1px;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
}
.assocResum .assocResum-siteWeb a {
  display: flex;
  align-items: center;
  font-family: "mb";
}
.assocResum .assocResum-siteWeb a::before {
  content: "";
  font-family: icomoon;
  margin: 0 7px 0 1px;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
}

/* responsive*/
/*	--------------------------------------------------
	--------------------------------------------------
		Module E-commerce
--------------------------------------------------
--------------------------------------------------*/
/* commons */
/* cart (/catalog/cart/cart.html) */
/* box cart (/catalog/cart/box_cart.html) */
/** RESPONSIVE **/
/**
*
* Navigation
* Menu, breadcrumb, pagination, pager, ...
*
**/
/* gestion du tactile quand le menu repasse en desktop */
@media (min-width: 768px) {
  .navbar-nav .nav-item:hover &gt; .dropdown-menu, .navbar-nav .nav-item:focus &gt; .dropdown-menu {
    display: block;
  }

  .no-touch .navbar-nav li:hover &gt; ul.dropdown-menu {
    display: none;
  }

  .no-touch .navbar-nav li.open &gt; ul.dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown-menu {
    margin-top: 0;
  }

  .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
  }
}
@media (max-width: 991.98px) {
  #mainmenu {
    max-width: 300px !important;
    max-height: 100vh !important;
  }
  #mainmenu::before {
    content: "";
    width: 190px;
    height: 90px;
    background-image: url(/images/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
  #mainmenu .mm-panels, #mainmenu .mm-panel, #mainmenu .mm-navbar {
    background: #DB7144 !important;
  }
  #mainmenu .mm-navbar__title {
    color: #fff !important;
    font-family: sm;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 20px 50px 20px 20px;
    opacity: 0;
    margin: 30px 0 0 0;
  }
  #mainmenu .mm-navbar_sticky, #mainmenu .mm-listitem, #mainmenu .mm-listitem__btn {
    border-color: transparent;
  }
  #mainmenu .nav-link {
    padding: 10px 20px !important;
    color: #fff !important;
  }
  #mainmenu .mm-listitem__btn::after, #mainmenu .mm-navbar__btn::before {
    border-color: #fff !important;
  }
  #mainmenu .dropdown-toggle:after {
    display: none;
  }
}
@media (min-width: 992px) {
  #mainmenu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
#mainmenu &gt; ul {
  align-items: center;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) {
  position: initial;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; a {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 15px 25px 35px 25px;
  transition: color 0.3s;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; a::after {
  display: none;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu {
  background-color: #DB7144;
  margin: 0;
  border: transparent;
  border-radius: 0;
  width: 100%;
  padding: 0;
  display: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: -1;
  margin: -25px 0 0 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.3s, transform 0.3s;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; a {
  padding: 0;
  color: #fff;
  font-size: 1.2rem;
  font-family: "mb";
  position: relative;
  margin: 0 0 18px 0;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; a::before {
  content: "";
  width: 25px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-color: #fff;
  transition: width 0.3s;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; a::after {
  display: none;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu {
  position: relative;
  display: block;
  background-color: transparent;
  border: transparent;
  padding: 0;
  margin: 0;
  left: initial;
  top: initial;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; a {
  color: #fff;
  padding: 0;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a {
  color: #fff;
  padding: 0;
  font-size: 0.9rem;
  transition: color 0.3s;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a::after {
  display: none;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a:hover, #mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a:active, #mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a:focus {
  color: #dad8d8;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; ul {
  position: relative;
  left: initial;
  top: initial;
  display: block;
  background-color: transparent;
  border: transparent;
  padding: 0;
  margin: 0;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 0.9rem;
  transition: color 0.3s;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; ul &gt; li &gt; a::after {
  display: none;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; ul &gt; li &gt; a:hover, #mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; ul &gt; li &gt; a:active, #mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; ul &gt; li &gt; a:focus {
  color: #dad8d8;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li:last-child {
  margin: 0 0 30px 0;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li.dropdown.dropdown-submenu &gt; a {
  font-style: italic;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li:hover &gt; a::before {
  width: 35px;
}
#mainmenu &gt; ul &gt; li:not(.specialItem) &gt; .dropdown-menu &gt; li:last-child &gt; .dropdown-menu &gt; div:last-child {
  margin: 0;
}
#mainmenu &gt; ul &gt; li:not(.specialItem):hover &gt; .dropdown-menu {
  display: flex;
  height: inherit;
  opacity: 1;
  transform: translateY(0);
  padding: 60px 90px 40px 90px;
}
#mainmenu &gt; ul &gt; li:not(.specialItem):hover a {
  color: #DB7144;
}
#mainmenu &gt; ul &gt; li.active &gt; a, #mainmenu &gt; ul &gt; li.pager_current_page &gt; a {
  color: #8DB872;
  font-family: "mb";
}
#mainmenu &gt; ul &gt; li.active.bigMenu &gt; a, #mainmenu &gt; ul &gt; li.bigMenu.pager_current_page &gt; a, #mainmenu &gt; ul &gt; li.active.entreprendre &gt; a, #mainmenu &gt; ul &gt; li.entreprendre.pager_current_page &gt; a {
  color: #DB7144;
}
#mainmenu &gt; ul &gt; li.active.sortir &gt; a, #mainmenu &gt; ul &gt; li.sortir.pager_current_page &gt; a {
  color: #015270;
}
#mainmenu &gt; ul &gt; li.specialItem {
  margin: 0 0 0 40px;
}
#mainmenu &gt; ul &gt; li.specialItem &gt; a {
  background-color: #8DB872;
  color: #fff;
  margin: 0;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: mb;
  padding: 12px 40px 12px 35px;
  display: flex;
  align-items: center;
}
#mainmenu &gt; ul &gt; li.specialItem &gt; a span {
  order: 1;
}
#mainmenu &gt; ul &gt; li.specialItem &gt; a::after {
  content: "";
  font-family: icomoon;
  border: transparent;
  width: initial;
  height: initial;
  margin: 0 10px 0 0;
  font-size: 0.9rem;
  transition: transform 0.3s;
}
#mainmenu &gt; ul &gt; li.specialItem &gt; .dropdown-menu {
  width: 100%;
  min-width: initial !important;
  border: transparent;
  background-color: #a8d28d;
  border-radius: 0;
  padding: 20px 0 10px 0px;
  margin: -11px 0 0 0 !important;
  z-index: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.3s, transform 0.3s;
}
#mainmenu &gt; ul &gt; li.specialItem &gt; .dropdown-menu &gt; li &gt; a {
  padding: 5px 11px;
  color: #fff;
  font-size: 0.9rem;
  position: relative;
}
#mainmenu &gt; ul &gt; li.specialItem &gt; .dropdown-menu &gt; li &gt; a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  left: 11px;
  transition: width 0.3s;
}
#mainmenu &gt; ul &gt; li.specialItem &gt; .dropdown-menu &gt; li &gt; a:hover::after {
  width: 22px;
}
#mainmenu &gt; ul &gt; li.specialItem:hover &gt; a::after {
  transform: rotate(180deg);
}
#mainmenu &gt; ul &gt; li.specialItem:hover &gt; .dropdown-menu {
  padding: 20px 0 10px !important;
  height: inherit;
  opacity: 1;
  transform: translateY(0);
}
#mainmenu &gt; ul &gt; li:not(.bigMenu) {
  position: relative;
}
#mainmenu &gt; ul &gt; li:not(.bigMenu) &gt; .dropdown-menu {
  margin: 0;
  min-width: 270px;
  padding: 30px !important;
}
#mainmenu &gt; ul &gt; li:not(.bigMenu) &gt; .dropdown-menu &gt; div &gt; .dropdown-menu &gt; div:last-child {
  margin: 0 0 20px 0;
}
#mainmenu &gt; ul &gt; li.decouvrir &gt; .dropdown-menu {
  background-color: #8DB872;
}
#mainmenu &gt; ul &gt; li.decouvrir:hover a {
  color: #8DB872;
}
#mainmenu &gt; ul &gt; li.sortir &gt; .dropdown-menu {
  background-color: #015270;
  min-width: 360px;
}
#mainmenu &gt; ul &gt; li.sortir:hover a {
  color: #015270;
}
#mainmenu &gt; ul &gt; li.onlyMobile a {
  display: flex;
  align-items: center;
}
#mainmenu &gt; ul &gt; li.onlyMobile a::before {
  content: "";
  font-family: "icomoon";
  font-size: 1.5rem;
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  #mainmenu &gt; ul &gt; li.onlyMobile {
    display: none;
  }
}

#mainmenu &gt; ul &gt; li &gt; ul &gt; li.dropdown:not(.pageSommaire) &gt; a, #mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li.dropdown:not(.pageSommaire) &gt; a {
  cursor: default;
}

@media (min-width: 1400px) and (min-width: 992px) {
  .page-carte-interactive #mainmenu &gt; ul &gt; li:not(.specialItem) &gt; a {
    padding: 17px 25px;
  }
}
@media (min-width: 1400px) and (min-width: 1900px) {
  .page-carte-interactive #mainmenu &gt; ul &gt; li:not(.specialItem) &gt; a {
    padding: 35px 25px;
  }
}
.mm-wrapper_opened .mm-wrapper__blocker {
  background-color: #0000006b;
}

.page-headerLight .pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb {
  justify-content: flex-start;
}
.page-headerLight .pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb * {
  color: #fff;
}
.page-headerLight .pageDefaut--headerImg .pageDefaut--headerImg-title .container .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}

.pagination {
  justify-content: center;
}
.pagination .page-item {
  display: none;
}
.pagination .page-item.pagerNext, .pagination .page-item.pagerPrevious {
  display: block;
  margin: 0 10px;
}
.pagination .page-item.pagerNext a, .pagination .page-item.pagerPrevious a {
  border: transparent;
  padding: 0;
  background-color: #8DB872;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background-color 0.3s;
}
.pagination .page-item.pagerNext a:hover, .pagination .page-item.pagerNext a:active, .pagination .page-item.pagerNext a:focus, .pagination .page-item.pagerPrevious a:hover, .pagination .page-item.pagerPrevious a:active, .pagination .page-item.pagerPrevious a:focus {
  box-shadow: none;
  background-color: #789a63;
}

.events .pagination .page-item.pagerNext a, .events .pagination .page-item.pagerPrevious a {
  background-color: #DB7144;
}
.events .pagination .page-item.pagerNext a:hover, .events .pagination .page-item.pagerNext a:active, .events .pagination .page-item.pagerNext a:focus, .events .pagination .page-item.pagerPrevious a:hover, .events .pagination .page-item.pagerPrevious a:active, .events .pagination .page-item.pagerPrevious a:focus {
  box-shadow: none;
  background-color: #944828;
}

/*=======================================
=            Animation Menu             =
=======================================*/
/* .dropdown{
    &amp;.open, &amp;:hover, &amp;:focus{
        &amp; &gt; .dropdown-menu {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
        }
    }
}

.dropdown-menu {
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  display: block;
  transition: all 0.2s ease-out;
}
 */
/*=====  End of Animation Menu ======*/
/*	--------------------------------------------------
	--------------------------------------------------
		méthodes de publication:
	communs, actualités, articles, événements
--------------------------------------------------
--------------------------------------------------*/
/* media (bootstrap) : présentation famille, header news detail, header event detail, structure bloc&amp;image emajine */
.media {
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .media {
    flex-wrap: nowrap;
  }

  .media-img {
    max-width: 25%;
  }
}
/*card (short-product, article list, news list, event-list, social wall, ...)*/
/* commons (multiple) */
/* news (/publication_methods/news/news.html) */
/* articles (/publication_methods/articles/multi_articles.html) */
/* events (/events/events.html) */
/* Comments (/community/comments/list_comments.html) */
/* Attention les commentaires sont utilisé dans plusieurs modules.
vous retrouverez les classes spécifique aux comments product dans la fiche de style catalog.less par exemple */
/* Comments form (/community/comments/form_add_comment.html ) */
/* Attention correspond a la notification d'erreur unique dans le template commentaire de produit */
.homepageTemplate .homepageTemplate--subtitle {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #DB7144;
}
.homepageTemplate .homepageTemplate--blocOne {
  margin: -220px 0 0 0;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container {
  position: relative;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container::before {
    content: "";
    width: 789px;
    height: 789px;
    background-image: url(/images/deco-cercles.png);
    position: absolute;
    top: -140px;
    right: calc(100% - 230px);
    z-index: -2;
  }
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements {
  box-shadow: 0 0 15px 1px #0000004a;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 30px;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements .title {
  text-align: center;
  font-family: "sb";
  font-size: 2.2rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements .title {
    font-size: 2.5rem;
  }
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 530px;
  max-width: 100%;
  margin: 0px auto 20px auto;
  opacity: 0;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements ul li {
  background-color: #DB7144;
  color: #fff;
  padding: 0 15px;
  margin: 5px 10px;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements ul li:hover, .homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements ul li:active, .homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements ul li:focus {
  background-color: #bb623c;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements ul.active, .homepageTemplate .homepageTemplate--blocOne .homepageTemplate--searchBloc .container .homepageTemplate--searchBloc-elements ul.pager_current_page {
  opacity: 1;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--actu .container {
  text-align: center;
  margin: 50px auto;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--actu .container .homepageTemplate--subtitle {
  color: #8DB872;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--actu .container h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--blocOne .homepageTemplate--actu .container h2 {
    font-size: 3.5rem;
  }
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--actu .container h2::after {
  content: "";
  font-family: "icomoon";
  display: block;
  color: #8DB872;
  font-size: 6rem;
  line-height: 14px;
  margin: 10px 0 0 0;
}
.homepageTemplate .homepageTemplate--blocOne .homepageTemplate--actu .homepageTemplate--actu--link {
  display: flex;
  justify-content: center;
  margin: 30px 20px 0 0;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--blocOne .homepageTemplate--actu .homepageTemplate--actu--link {
    margin: -50px 20px 0 0;
    justify-content: flex-end;
  }
}
.homepageTemplate .homepageTemplate--accesRapides {
  position: relative;
  margin: 130px 0 0 0;
  padding: 0 0 80px 0;
}
.homepageTemplate .homepageTemplate--accesRapides::before {
  content: "";
  width: 100%;
  height: calc(100% + 390px);
  position: absolute;
  top: -390px;
  z-index: -1;
  left: 0;
  background-size: cover;
  background-image: url(/images/homepage-background.png);
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--accesRapides::before {
    background-size: 103%;
    background-position: top center;
  }
}
.homepageTemplate .homepageTemplate--accesRapides .container {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--accesRapides .container::before {
    content: "";
    width: 627px;
    height: 297px;
    background-image: url(/images/deco-waves.png);
    position: absolute;
    bottom: -200px;
    right: 100%;
  }
}
.homepageTemplate .homepageTemplate--accesRapides .container .homepageTemplate--subtitle {
  color: #015270;
}
.homepageTemplate .homepageTemplate--accesRapides .container h2 {
  margin: 0 0 50px 0;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--accesRapides .container h2 {
    font-size: 3.5rem;
  }
}
.homepageTemplate .homepageTemplate--accesRapides .container h2::after {
  content: "";
  font-family: "icomoon";
  display: block;
  font-size: 5rem;
  color: #015270;
  line-height: 21px;
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTab {
  justify-content: center;
  border: transparent;
  margin: 0 0 50px 0;
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTab .nav-item a {
  color: #015270;
  font-family: "msb";
  border: 2px solid #015270;
  border-radius: 30px;
  padding: 2px 35px;
  margin: 0 10px;
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTab .nav-item a.active, .homepageTemplate .homepageTemplate--accesRapides .container #myTab .nav-item a.pager_current_page {
  background-color: #015270;
  color: #fff;
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content {
    justify-content: center;
  }
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item {
  width: 50%;
  transition: transform 0.3s;
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item {
    width: calc(100% / 5);
  }
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item a .tab-pane-item-picto {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: width 0.3s, height 0.3s;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item a .tab-pane-item-picto {
    width: 180px;
    height: 180px;
  }
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item a .tab-pane-item-picto::before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 11px solid #cfdade;
  border-radius: 50%;
  transition: width 0.3s, height 0.3s;
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item a h3 {
  color: #015270;
  margin: 10px 0 0 0;
  text-align: center;
  line-height: 1;
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item a:hover, .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item a:active, .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item a:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item:nth-child(2n+2) {
    padding: 80px 0 0 0;
  }
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item:hover, .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item:focus, .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item:active {
  transform: translateY(-20px);
}
.homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item:hover a .tab-pane-item-picto::before, .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item:focus a .tab-pane-item-picto::before, .homepageTemplate .homepageTemplate--accesRapides .container #myTabContent .tab-pane-content .tab-pane-item:active a .tab-pane-item-picto::before {
  width: 170px;
  height: 170px;
}
.homepageTemplate .homepageTemplate--agenda {
  background-image: url(/images/mairie-de-getigne-agenda.jpg);
  padding: 70px 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--agenda {
    padding: 140px 0;
  }
}
.homepageTemplate .homepageTemplate--agenda .container {
  text-align: center;
  position: relative;
}
.homepageTemplate .homepageTemplate--agenda .container::after {
  content: "";
  width: 464px;
  height: 483px;
  background-image: url(/images/deco-starts.png);
  position: absolute;
  bottom: -140px;
  left: 100%;
}
.homepageTemplate .homepageTemplate--agenda .container h2 {
  color: #fff;
  margin: 0 0 50px 0;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--agenda .container h2 {
    font-size: 3.5rem;
  }
}
.homepageTemplate .homepageTemplate--agenda .container h2::after {
  content: "";
  font-family: "icomoon";
  display: block;
  color: #DB7144;
  font-size: 4.5rem;
  line-height: 15px;
  margin: 8px 0 0 0;
}
.homepageTemplate .homepageTemplate--agenda .container .box-mu--item {
  margin: 17px 10px;
}
.homepageTemplate .homepageTemplate--agenda .container .homepageTemplate--agenda--link {
  padding: 50px 0 0 0;
}
.homepageTemplate .homepageTemplate--agenda .slick-arrow {
  right: initial;
  bottom: 0;
  top: initial;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #DB7144;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.homepageTemplate .homepageTemplate--agenda .slick-arrow::before {
  opacity: 1;
  color: #fff;
  content: "&gt;";
  font-family: "sm";
  font-size: 2.5rem;
}
.homepageTemplate .homepageTemplate--agenda .slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
.homepageTemplate .homepageTemplate--agenda .slick-arrow.slick-prev::before {
  content: "&lt;";
}
.homepageTemplate .homepageTemplate--agenda .slick-arrow.slick-next {
  left: calc(50% + 40px);
}
.homepageTemplate .homepageTemplate--agenda .slick-arrow:hover, .homepageTemplate .homepageTemplate--agenda .slick-arrow:active, .homepageTemplate .homepageTemplate--agenda .slick-arrow:focus {
  background-color: #a95633;
}
.homepageTemplate .homepageTemplate--sortir {
  padding: 100px 0;
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-title p.homepageTemplate--subtitle {
  color: #8DB872;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-title h2 {
    font-size: 3rem;
  }
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a {
  display: block;
  background-color: #8DB872;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 73px 50px;
  font-family: sb;
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 30px 0;
  box-shadow: 0 0 15px 1px #0000004a;
  position: relative;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a {
    margin: 110px 0 0 0;
  }
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a::before {
  content: "+";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  font-family: "sm";
  transform: translateX(-50%);
  color: #8DB872;
  box-shadow: 0 0 15px 1px #0000004a;
  transition: transform 0.5s;
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a:hover, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a:active, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a:focus {
  text-decoration: none;
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a:hover::before, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a:active::before, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.firstItem a:focus::before {
  transform: translateX(-50%) rotate(1turn);
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row {
  box-shadow: 0 0 15px 1px #0000004a;
  margin: 0 0 30px 0;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row {
    margin: 0 0 50px 0;
  }
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div {
  padding: 0;
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div .homepageTemplate--sortir-rubriques-item-blocimg {
  border-radius: 10px;
  height: 210px;
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div.homepageTemplate--sortir-rubriques-item-blocText {
  padding: 0 15px;
  color: #8DB872;
  font-family: sb;
  font-size: 1.7rem;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div.homepageTemplate--sortir-rubriques-item-blocText {
    padding: 40px 0;
    justify-content: center;
    order: 1;
  }
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div.homepageTemplate--sortir-rubriques-item-blocText::before {
  content: "+";
  position: absolute;
  bottom: -20px;
  width: 50px;
  height: 50px;
  background-color: #8DB872;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  font-family: "sm";
  box-shadow: 0 0 15px 1px #0000004a;
  transition: transform 0.5s;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div.homepageTemplate--sortir-rubriques-item-blocText::before {
    left: -20px;
  }
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div.homepageTemplate--sortir-rubriques-item-blocText::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div.homepageTemplate--sortir-rubriques-item-blocText.secondItem-firstItem::before {
    left: initial;
    right: -20px;
  }
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a .row div.homepageTemplate--sortir-rubriques-item-blocText.secondItem-firstItem::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a:hover, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a:active, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a:focus {
  text-decoration: none;
}
.homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a:hover .homepageTemplate--sortir-rubriques-item-blocText::before, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a:active .homepageTemplate--sortir-rubriques-item-blocText::before, .homepageTemplate .homepageTemplate--sortir .homepageTemplate--sortir-rubriques .homepageTemplate--sortir-rubriques-item.secondItem a:focus .homepageTemplate--sortir-rubriques-item-blocText::before {
  transform: rotate(360deg);
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations {
  background-color: #015270;
  border-radius: 20px;
  box-shadow: 0 0 15px 1px #0000004a;
  padding: 30px 50px;
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--subtitle, .homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations h2 {
  text-align: center;
  color: #fff;
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc {
    margin: 0 0 30px 0;
  }
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc .homepageTemplate--publicationsApp-pucliations-col {
  height: 100%;
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc .homepageTemplate--publicationsApp-pucliations-col p {
  color: #015270;
  font-family: mb;
  font-size: 0.9rem;
  margin: 20px 0 20px;
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc .homepageTemplate--publicationsApp-pucliations-col a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  color: #015270;
  line-height: 1;
  font-family: mb;
  font-size: 0.9rem;
  transition: transform 0.3s;
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc .homepageTemplate--publicationsApp-pucliations-col a img {
  margin: 0 0 20px 0;
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc .homepageTemplate--publicationsApp-pucliations-col a:hover, .homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc .homepageTemplate--publicationsApp-pucliations-col a:active, .homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-pucliations .homepageTemplate--publicationsApp-pucliations-bloc .homepageTemplate--publicationsApp-pucliations-col a:focus {
  text-decoration: none;
  transform: translateY(-10px);
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-cityAll {
  box-shadow: 0 0 15px 1px #0000004a;
  height: 100%;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-cityAll {
    margin: 30px 0 0 0;
  }
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-cityAll .btn {
  padding: 10px 20px;
  margin: 0 auto 10px auto;
  display: block;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-cityAll .btn {
    margin: 0 auto;
  }
}
.homepageTemplate .homepageTemplate--publicationsApp .homepageTemplate--publicationsApp-cityAll .title {
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #015270;
  font-size: 1.1rem;
}
.homepageTemplate .homepageTemplate--map {
  padding: 110px 0;
  overflow: hidden;
}
.homepageTemplate .homepageTemplate--map .container {
  position: relative;
}
.homepageTemplate .homepageTemplate--map .container::before {
  content: "";
  width: 801px;
  height: 379px;
  background-image: url(/images/deco-waves-orange.png);
  position: absolute;
  top: -110px;
  left: 100%;
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--map .container .homepageTemplate--map-text .homepageTemplate--subtitle {
    text-align: center;
    margin: 20px 0 0 0;
  }
}
.homepageTemplate .homepageTemplate--map .container .homepageTemplate--map-text h2 {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .homepageTemplate .homepageTemplate--map .container .homepageTemplate--map-text h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .homepageTemplate .homepageTemplate--map .container .homepageTemplate--map-text h2 {
    text-align: center;
  }
}
.homepageTemplate .homepageTemplate--map .container .homepageTemplate--map-text h2 span {
  font-size: 4rem;
  color: #DB7144;
  line-height: 14px;
}
.homepageTemplate .homepageTemplate--map .container .homepageTemplate--map-text .homepageTemplate--map-text-link {
  text-align: center;
}

@media (max-width: 991.98px) {
  .pageContenusInstit .container {
    padding: 0 40px 0 30px;
  }
}
.pageContenusInstit img {
  border-radius: 20px;
}
.pageContenusInstit a[href^=mailto] {
  word-break: break-all;
}
.pageContenusInstit .pageContenusInstit--blocImg {
  height: 100%;
  border-radius: 20px;
}
.pageContenusInstit p, .pageContenusInstit ul li {
  color: #707070;
}
.pageContenusInstit h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.pageContenusInstit h2 .icon-separateur2 {
  line-height: 10px;
  font-size: 3.7rem;
  margin: 7px 0 0 0;
}
.pageContenusInstit h2 .icon-separateur3 {
  line-height: 11px;
  font-size: 5rem;
  margin: 10px 0 0 0;
}
.pageContenusInstit .pageContenusInstit--articlePres {
  padding: 0 0 120px 0;
}
.pageContenusInstit .pageContenusInstit--articlePres .container {
  position: relative;
}
@media (min-width: 992px) {
  .pageContenusInstit .pageContenusInstit--articlePres .container::before {
    content: "";
    width: 789px;
    height: 789px;
    background-image: url(/images/deco-cercles-blue.png);
    position: absolute;
    top: -520px;
    right: calc(100% - 100px);
  }
}
.pageContenusInstit .pageContenusInstit--articlePres .container .pageContenusInstit--articlePres-mainBlocImg .pageContenusInstit--articlePres-blocImg {
  height: 360px;
}
.pageContenusInstit .pageContenusInstit--articlePres .container .pageContenusInstit--articlePres-mainBlocText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageContenusInstit .pageContenusInstit--articlePres .container .pageContenusInstit--articlePres-mainBlocText p:last-child {
  margin: 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl {
  position: relative;
  padding: 0 0 30px 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl::before {
  content: "";
  width: 100%;
  height: calc(100% + 330px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/images/background-waves-green.png);
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocImg .pageContenusInstit--articleCompl--blocImg {
    margin: 20px 0 0 0;
  }
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText h2 span {
  color: #8DB872;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-mainBlocItems .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-items {
  box-shadow: 0 0 15px 1px #0000004a;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-mainBlocItems .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-items h3 {
  text-align: center;
  color: #8DB872;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-mainBlocItems .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-items p {
  margin: 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-mainBlocItems .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-items:not(:last-child) {
  margin: 20px 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-mainBlocItems .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-items a {
  font-size: 0.9rem;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-mainBlocItems.first-mainBlocItems {
  margin: 0 0 20px 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocText .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-mainBlocItems.first-mainBlocItems .pageContenusInstit--articleCompl--mainBlocText-AccrochesWhite-items {
  height: 100%;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocZoneTexteGauche {
  margin: 40px 0 0 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocZoneTexteGauche h3 {
  color: #8DB872;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--mainBlocZoneTexteDroite {
  margin: 40px 0 0 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl .pageContenusInstit--articleCompl--link {
  padding: 30px 0;
}
.pageContenusInstit .pageContenusInstit--articleCompl + .pageContenusInstit--thirdArticle {
  padding: 60px 0 30px;
}
.pageContenusInstit .pageContenusInstit--listcta {
  padding: 50px 0 30px 0px;
}
.pageContenusInstit .pageContenusInstit--listcta h3 {
  margin: 0 0 30px 0;
}
.pageContenusInstit .pageContenusInstit--listcta a {
  margin: 4px 0;
}
.pageContenusInstit .pageContenusInstit--zoneTextCentre {
  overflow: hidden;
  margin: -150px 0 0 0;
  padding: 180px 0 80px;
}
@media (min-width: 992px) {
  .pageContenusInstit .pageContenusInstit--zoneTextCentre .container {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pageContenusInstit .pageContenusInstit--zoneTextCentre .container h2::after {
  content: "";
  font-family: "icomoon";
  margin: 10px auto 0 auto;
  line-height: 11px;
  font-size: 5rem;
  color: #8DB872;
}
.pageContenusInstit .pageContenusInstit--zoneTextCentre .container p {
  width: 700px;
  max-width: 100%;
}
.pageContenusInstit .pageContenusInstit--thirdArticle {
  position: relative;
  padding: 0 0 70px 0;
}
.pageContenusInstit .pageContenusInstit--thirdArticle::before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/background-waves-orange.png);
  background-size: cover;
}
.pageContenusInstit .pageContenusInstit--thirdArticle .pageContenusInstit--thirdArticle-firstArticle {
  margin: 0 -15px 40px -15px;
}
.pageContenusInstit .pageContenusInstit--thirdArticle h2 {
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .pageContenusInstit .pageContenusInstit--thirdArticle h2 {
    margin: 0 0 60px 0;
  }
}
.pageContenusInstit .pageContenusInstit--thirdArticle h2 span {
  color: #DB7144;
}
.pageContenusInstit .pageContenusInstit--thirdArticle .pageContenusInstit--thirdArticle-firstArticle-mainzoneText {
  margin: 40px 0;
}
.pageContenusInstit .pageContenusInstit--thirdArticle .pageContenusInstit--thirdArticle-firstArticle-link {
  margin: 0 0 60px 0;
}
.pageContenusInstit .pageContenusInstit--fifthArticle {
  padding: 100px 0 0 0;
}
.pageContenusInstit .pageContenusInstit--fifthArticle .container {
  position: relative;
}
.pageContenusInstit .pageContenusInstit--fifthArticle .container::before {
  content: "";
  width: 801px;
  height: 379px;
  position: absolute;
  top: -220px;
  right: calc(100% - 190px);
  background-image: url(/images/deco-waves-orange.png);
}
.pageContenusInstit .pageContenusInstit--fifthArticle .container h2 span {
  color: #DB7144;
}
.pageContenusInstit .pageContenusInstit--fifthArticle .container .pageContenusInstit--fifthArticle--mainBlocZoneText {
  margin: 30px 0;
}

@media (max-width: 991.98px) {
  .conseilMunipTemplate .container {
    padding: 0 40px;
  }
}
.conseilMunipTemplate p {
  color: #707070;
}
.conseilMunipTemplate .conseilMunipTemplate--introduction {
  padding: 0 0 20px 0;
  overflow: hidden;
}
.conseilMunipTemplate .conseilMunipTemplate--introduction .container {
  position: relative;
  text-align: center;
}
.conseilMunipTemplate .conseilMunipTemplate--introduction .container p {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.conseilMunipTemplate .conseilMunipTemplate--maire h2 {
  color: #8DB872;
  text-align: center;
  font-size: 2.5rem;
  margin: 0;
}
.conseilMunipTemplate .conseilMunipTemplate--maire .conseilMunipTemplate--maire--item-img {
  height: 410px;
  position: relative;
  border-radius: 20px;
}
.conseilMunipTemplate .conseilMunipTemplate--maire .conseilMunipTemplate--maire--item-img p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: sb;
  font-size: 1.8rem;
  width: 100%;
}
.conseilMunipTemplate .conseilMunipTemplate--adjoints h2 {
  color: #8DB872;
  text-align: center;
  font-size: 2.5rem;
  margin: 70px 0 50px 0;
}
.conseilMunipTemplate .conseilMunipTemplate--adjoints .container {
  position: relative;
}
.conseilMunipTemplate .conseilMunipTemplate--adjoints .container::before {
  content: "";
  width: 532px;
  height: 552px;
  position: absolute;
  top: 90px;
  right: 100%;
  background-image: url(/images/deco-losanges-blue.png);
}
.conseilMunipTemplate .conseilMunipTemplate--conseillers {
  margin: 40px 0px;
}
@media (min-width: 992px) {
  .conseilMunipTemplate .conseilMunipTemplate--conseillers {
    background-image: url(/images/background-waves-orange-2.png);
    background-position: top center;
    padding: 310px 0 300px 0;
    background-repeat: no-repeat;
    margin: -160px 0 -210px 0;
    background-size: contain;
  }
}
.conseilMunipTemplate .conseilMunipTemplate--conseillers h2 {
  color: #DB7144;
  font-size: 2.5rem;
  margin: 0 0 30px 0;
}
.conseilMunipTemplate .conseilMunipTemplate--conseillers .col-lg-6 {
  border-left: 7px solid #DB7144;
  padding: 20px 25px;
  margin: 0 0 50px 0;
}
.conseilMunipTemplate .conseilMunipTemplate--conseillers .col-lg-6 p {
  margin: 0;
  line-height: 2;
}
.conseilMunipTemplate .conseilMunipTemplate--cr {
  overflow: hidden;
  margin: 0 0 110px 0;
}
.conseilMunipTemplate .conseilMunipTemplate--cr .container {
  position: relative;
}
.conseilMunipTemplate .conseilMunipTemplate--cr .container::after {
  content: "";
  width: 801px;
  height: 379px;
  background-image: url(/images/deco-waves-vert.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 200px);
}
.conseilMunipTemplate .conseilMunipTemplate--cr h2 {
  color: #8DB872;
  font-size: 2.5rem;
  margin: 0 0 40px;
}
.conseilMunipTemplate .conseilMunipTemplate--cr h3 {
  font-family: "mb";
  color: #707070;
}
.conseilMunipTemplate .conseilMunipTemplate--cr a {
  color: #707070;
  text-decoration: underline;
}
.conseilMunipTemplate .conseilMunipTemplate--cr a:hover {
  color: #DB7144;
}
.conseilMunipTemplate .conseilMunipTemplate--listCta {
  padding: 50px 0 30px 0px;
}
.conseilMunipTemplate .conseilMunipTemplate--listCta h3 {
  margin: 0 0 30px 0;
}
.conseilMunipTemplate .conseilMunipTemplate--listCta a {
  margin: 4px 0;
}

.news .container {
  position: relative;
}
@media (min-width: 992px) {
  .news .container::before {
    content: "";
    width: 789px;
    height: 789px;
    background-image: url(/images/deco-cercles-blue.png);
    position: absolute;
    top: -340px;
    right: 100%;
  }
}
.news .container .news--dsc {
  text-align: center;
  padding: 70px 0;
}
.news .container .news--dsc p {
  color: #707070;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.news .container .news--list {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0 0;
}
@media (min-width: 992px) {
  .news .container .news--list {
    margin: 0 -47px;
  }
}
.news .container .news--list article {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: transparent;
  background-color: transparent;
  box-shadow: 0 0 15px 1px #0000004a;
  margin: 0 0 30px 0;
  transition: transform 0.3s;
}
@media (min-width: 992px) {
  .news .container .news--list article {
    width: calc(100% / 3.5);
    margin: 0 27px 60px;
  }
}
.news .container .news--list article a .card-img-top {
  height: 210px;
}
.news .container .news--list article a .card-body {
  padding: 10px;
}
.news .container .news--list article a .card-body h2 {
  font-size: 1.5rem;
  line-height: 1;
  color: #8DB872;
  margin: 0 0 5px 0;
}
.news .container .news--list article a .card-body .news--item-infos {
  color: #C6C6C6;
  font-size: 0.9rem;
  margin: 0 0 10px 0;
}
.news .container .news--list article a .card-body .card-text {
  color: #707070;
}
.news .container .news--list article a .card-body .seeMore {
  text-align: right;
  color: #8DB872;
  font-family: "mb";
  margin: 0;
}
.news .container .news--list article:hover, .news .container .news--list article:active, .news .container .news--list article:focus {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .news .container .news--list article:first-child {
    width: 60%;
  }
  .news .container .news--list article:first-child a {
    display: flex;
    height: 100%;
    background-color: #8DB872;
  }
  .news .container .news--list article:first-child a .mu--item-img {
    height: 100%;
    border-radius: 20px;
    width: 50%;
  }
  .news .container .news--list article:first-child a .mu--item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    width: 50%;
  }
  .news .container .news--list article:first-child a .mu--item-container h2 {
    color: #fff;
  }
  .news .container .news--list article:first-child a .mu--item-container p {
    color: #fff;
  }
  .news .container .news--list article:first-child a .mu--item-container p.mu--item-desc {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .news .container .news--list article:first-child {
    width: 62%;
  }
}

.news-detail .news-detail--intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: 50px auto;
}
.news-detail .news-detail--intro h2 {
  font-size: 2.5rem;
  line-height: 1;
}
.news-detail .news-detail--intro .news-detail--date {
  color: #C6C6C6;
  font-size: 0.9rem;
}
.news-detail .news-detail--intro .icon-separateur3 {
  font-size: 6rem;
  line-height: 13px;
  color: #8DB872;
}
.news-detail .btn-back {
  margin: 0 0 30px 0;
}
.news-detail .news-detail--others {
  margin: 0 0 70px 0;
}
.news-detail .news-detail--others h2 {
  margin: 40px 0;
  text-align: center;
  font-size: 2.5rem;
}

.events {
  position: relative;
}
.events .container {
  position: relative;
}
.events .container::before {
  content: "";
  width: 789px;
  height: 789px;
  background-image: url(/images/deco-cercles-orange.png);
  position: absolute;
  top: 280px;
  right: calc(100% - 230px);
}
.events::after {
  content: "";
  width: 100%;
  height: 1020px;
  background-image: url(/images/agenda-background.jpg);
  position: absolute;
  bottom: -200px;
  left: 0px;
  z-index: -1;
  background-position: top center;
}
.events .intro {
  text-align: center;
  padding: 70px 0;
}
.events .intro p {
  color: #707070;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.events .events--list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .events .events--list {
    margin: 0 -47px;
  }
}
.events .events--list article {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: transparent;
  background-color: #fff;
  box-shadow: 0 0 15px 1px #0000004a;
  margin: 0 0 30px 0;
  transition: transform 0.3s;
}
@media (min-width: 992px) {
  .events .events--list article {
    width: calc(100% / 3.5);
    margin: 0 27px 60px;
  }
}
.events .events--list article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.events .events--list article a .card-img {
  height: 210px;
  background-color: #efefef;
  background-image: url(/images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.events .events--list article a .card-body {
  padding: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.events .events--list article a .card-body .events--item-container-elemens {
  flex-grow: 1;
}
.events .events--list article a .card-body h2 {
  font-size: 1.5rem;
  line-height: 1;
  color: #DB7144;
  margin: 0 0 5px 0;
}
.events .events--list article a .card-body .events--item-infos {
  color: #DB7144;
  text-align: right;
  font-size: 0.8rem;
  width: 220px;
  margin: 0 0px 20px auto;
  line-height: 1;
  font-family: "mb";
}
.events .events--list article a .card-body .events--item-desc {
  color: #707070;
}
.events .events--list article a .card-body .seeMore {
  text-align: right;
  color: #DB7144;
  font-family: "mb";
  margin: 20px 10px 10px 0;
}
.events .events--list article:hover, .events .events--list article:active, .events .events--list article:focus {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .events .events--list article:first-child {
    width: 60%;
  }
  .events .events--list article:first-child a {
    display: flex;
    height: 100%;
    background-color: #DB7144;
    flex-direction: row;
  }
  .events .events--list article:first-child a .mu--item-img {
    height: 100%;
    border-radius: 20px;
    width: 50%;
    background-color: #fff;
    background-image: url(/images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
  }
  .events .events--list article:first-child a .mu--item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 20px 30px;
    width: 50%;
  }
  .events .events--list article:first-child a .mu--item-container h2 {
    color: #fff;
  }
  .events .events--list article:first-child a .mu--item-container p {
    color: #fff;
  }
  .events .events--list article:first-child a .mu--item-container p.mu--item-desc {
    flex-grow: 1;
  }
  .events .events--list article:first-child a .mu--item-container .seeMore {
    margin: 20px 0px 0px 0;
  }
}
@media (min-width: 1200px) {
  .events .events--list article:first-child {
    width: 62%;
  }
}

.event-detail {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .event-detail {
    margin: -185px 0 0 0;
    padding: 160px 0 0 0;
  }
}
.event-detail .container {
  position: relative;
}
@media (min-width: 992px) {
  .event-detail .container::before {
    content: "";
    width: 789px;
    height: 789px;
    background-image: url(/images/deco-cercles-blue.png);
    position: absolute;
    top: -460px;
    right: calc(100% - 150px);
  }
}
.event-detail .article-nav {
  margin: 30px 0 0 0;
}
.event-detail p {
  color: #707070;
}
.event-detail p.event-infos {
  font-family: "mb";
  color: #DB7144;
}
.event-detail .event-detail-intro .btn-back {
  display: block;
  text-align: center;
}
.event-detail .event-detail-intro h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  align-items: center;
  justify-content: center;
  margin: 50px 0 30px 0;
}
.event-detail .event-detail-intro h2 span {
  line-height: 10px;
  font-size: 5rem;
  margin: 10px 0;
  color: #DB7144;
}
.event-detail .event-detail-resum {
  margin: 0 -15px 30px -15px;
  text-align: center;
}

.contactTemplate {
  position: relative;
  margin: 0 0 -210px 0;
  padding: 0 0 230px;
}
@media (min-width: 992px) {
  .contactTemplate {
    padding: 0 0 690px 0;
  }
}
.contactTemplate .container .contactTemplate--container {
  margin: -40px auto 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 15px 1px #0000004a;
  padding: 30px 15px 60px;
}
@media (min-width: 992px) {
  .contactTemplate .container .contactTemplate--container {
    padding: 120px 15px 60px 15px;
  }
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees {
  background-color: #8DB872;
  color: #fff;
  padding: 30px 20px;
  width: 460px;
  max-width: 100%;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees {
    margin: 0 0 0 -60px;
    padding: 60px 50px;
  }
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees * {
  color: #fff;
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees h2 {
  font-family: "msb";
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees h2::after {
  content: "";
  width: 30%;
  height: 3px;
  background-color: #fff;
  margin: 6px 0 0 0;
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees p {
  line-height: 1.8;
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees .contactTemplate--coordonnees-numTel p, .contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees .contactTemplate--coordonnees-mail p {
  margin: 0;
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees .contactTemplate--coordonnees-numTel p a, .contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees .contactTemplate--coordonnees-mail p a {
  display: flex;
  align-items: center;
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees .contactTemplate--coordonnees-numTel p a::before, .contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees .contactTemplate--coordonnees-mail p a::before {
  content: "";
  font-family: "icomoon";
  font-size: 1.5rem;
  margin: 0 10px 0 0;
}
.contactTemplate .container .contactTemplate--container .contactTemplate--coordonnees .contactTemplate--coordonnees-mail p a::before {
  content: "";
}
@media (min-width: 992px) {
  .contactTemplate .container .contactTemplate--container .contactTemplate--form {
    padding: 0 95px 0 15px;
  }
}
.contactTemplate .container .contactTemplate--container .contactTemplate--form h1 {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .contactTemplate .container .contactTemplate--container .contactTemplate--form h1 {
    margin: -30px 0 20px 0;
  }
}
.contactTemplate .contactTemplate--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .contactTemplate .contactTemplate--iframe {
    display: none;
  }
}

.salleTemplate p, .salleTemplate ul li {
  color: #707070;
  line-height: 1.8;
}
.salleTemplate p a, .salleTemplate ul li a {
  color: #015270;
  font-family: "mb";
}
.salleTemplate .salleTemplate--intro .salleTemplate--intro-mainBlocImg .salleTemplate--intro-blocImg {
  border-radius: 30px;
}
.salleTemplate .salleTemplate--infos {
  margin: 60px -15px;
}
.salleTemplate .salleTemplate--infos .salleTemplate--infos-item {
  padding: 0 15px 0 65px;
  position: relative;
}
.salleTemplate .salleTemplate--infos .salleTemplate--infos-item::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #015270;
  position: absolute;
  top: 5px;
  left: 15px;
}
.salleTemplate .salleTemplate--visite360 .salleTemplate--visite360--blocImg {
  height: 510px;
  border-radius: 30px;
  margin: 0 0 60px 0;
  transition: transform 0.3s;
}
.salleTemplate .salleTemplate--visite360 .salleTemplate--visite360--blocImg:hover {
  transform: scale(1.05);
}
.salleTemplate .salleTemplate--caracteristiques h3 {
  font-family: "mb";
  text-transform: uppercase;
  color: #015270;
  font-size: 1.2rem;
  margin: 40px 0 10px 0;
}
.salleTemplate .salleTemplate--avoiraussi {
  padding: 50px 0 30px 0px;
}
.salleTemplate .salleTemplate--avoiraussi h3 {
  margin: 0 0 30px 0;
}
.salleTemplate .salleTemplate--avoiraussi a {
  margin: 4px 0;
}

.listSalleTemplate .listSalleTemplate--item {
  margin: 0 -15px 30px -15px;
}
@media (min-width: 992px) {
  .listSalleTemplate .listSalleTemplate--item {
    margin: 0 -15px 70px -15px;
  }
}
.listSalleTemplate .listSalleTemplate--item .listSalleTemplate--item-img {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .listSalleTemplate .listSalleTemplate--item .listSalleTemplate--item-img {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991.98px) {
  .listSalleTemplate .listSalleTemplate--item .listSalleTemplate--item-text {
    order: 1;
  }
}

.carteInteractiveTemplate {
  position: relative;
}
@media (min-width: 992px) {
  .carteInteractiveTemplate {
    height: 100vh;
  }
}
.carteInteractiveTemplate .map {
  margin: 0;
}
@media (min-width: 992px) {
  .carteInteractiveTemplate .map {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .carteInteractiveTemplate .map {
    height: 450px;
  }
}
.carteInteractiveTemplate .map #divmap_7 {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 991.98px) {
  .carteInteractiveTemplate .carteInteractiveTemplate--filtres {
    padding: 90px 0 30px 0;
  }
}
@media (min-width: 992px) {
  .carteInteractiveTemplate .carteInteractiveTemplate--filtres {
    position: absolute;
    top: 50%;
    left: 10px;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 0 0 15px 1px #0000004a;
    width: 390px;
    max-width: 100%;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .carteInteractiveTemplate .carteInteractiveTemplate--filtres {
    width: 400px;
    padding: 60px 20px;
  }
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories .carteInteractiveTemplate--filtres-mainCategories-title {
  font-family: "mb";
  font-size: 0.9rem;
  color: #8DB872;
  width: 100%;
  text-align: center;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories .carteInteractiveTemplate--filtres-mainCategories-item {
  margin: 5px 10px;
  display: flex;
  align-items: center;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories .carteInteractiveTemplate--filtres-mainCategories-item input {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #8DB872;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px 0 0;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories .carteInteractiveTemplate--filtres-mainCategories-item input:checked::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #8DB872;
  border-radius: 50%;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories .carteInteractiveTemplate--filtres-mainCategories-item label {
  margin: 0;
  font-size: 0.9rem;
  color: #707070;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories .carteInteractiveTemplate--filtres-mainCategories-item:nth-child(2) {
  width: 100%;
  justify-content: center;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories-others-bloc {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  justify-content: center;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories-others-bloc .carteInteractiveTemplate--filtres-mainCategories-others {
  margin: 5px;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories-others-bloc .carteInteractiveTemplate--filtres-mainCategories-others input {
  display: none;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories-others-bloc .carteInteractiveTemplate--filtres-mainCategories-others input:checked + label {
  background-color: #8DB872;
  color: #fff;
}
.carteInteractiveTemplate .carteInteractiveTemplate--filtres .carteInteractiveTemplate--filtres-mainCategories-others-bloc .carteInteractiveTemplate--filtres-mainCategories-others label {
  color: #8DB872;
  border: 1px solid #8DB872;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 7px;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.carteInteractiveTemplate .contentFiche .telFiche {
  font-family: "mb";
  color: #777777;
  margin: 0;
}
.carteInteractiveTemplate .contentFiche .contactFiche {
  margin: 10px 0;
  color: #015270;
  font-family: "mb";
}
.carteInteractiveTemplate .contentFiche p.mailFiche {
  margin: 0;
}
.carteInteractiveTemplate .contentFiche p.mailFiche a {
  font-family: mb;
  display: flex;
  align-items: center;
}
.carteInteractiveTemplate .contentFiche p.mailFiche a::before {
  content: "";
  font-family: "icomoon";
  margin: 0 7px 0 1px;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
}
.carteInteractiveTemplate .contentFiche p.siteFiche a {
  font-family: "mb";
}
.carteInteractiveTemplate .contentFiche p.siteFiche a::before {
  content: "";
  font-family: "icomoon";
  margin: 0 6px 0 0;
}

.pagesommaire .col-lg-4 {
  margin: 0 0 30px 0;
}
.pagesommaire .col-lg-4 .pagesommaire-item &gt; a {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 1px #0000004a;
  display: flex;
  overflow: hidden;
  transition: transform 0.3s;
  flex-direction: column;
  margin: 0 0 30px 0;
}
.pagesommaire .col-lg-4 .pagesommaire-item &gt; a:hover, .pagesommaire .col-lg-4 .pagesommaire-item &gt; a:active, .pagesommaire .col-lg-4 .pagesommaire-item &gt; a:focus {
  text-decoration: none;
  transform: translateY(-20px);
}
.pagesommaire .col-lg-4 .pagesommaire-item &gt; a .pagesommaire-item-img {
  height: 240px;
}
.pagesommaire .col-lg-4 .pagesommaire-item &gt; a h2 {
  font-size: 1.5rem;
  color: #000;
  min-height: 110px;
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.pagesommaire .col-lg-4 .pagesommaire-item--morelinks ul {
  margin: 0;
  padding: 0;
}
.pagesommaire .col-lg-4 .pagesommaire-item--morelinks ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}
.pagesommaire .col-lg-4 .pagesommaire-item--morelinks ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #DB7144;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

/* EXTRANET */
/*login*/
.myLogin, .page-myPassword {
  background-color: #cbdbe1;
}
.myLogin .extranet-footer, .page-myPassword .extranet-footer {
  color: #015270;
}
.myLogin .extranet-footer--zandko a, .page-myPassword .extranet-footer--zandko a {
  color: #015270;
}
.myLogin .extranet-footer--zandko a:hover, .myLogin .extranet-footer--zandko a:focus, .page-myPassword .extranet-footer--zandko a:hover, .page-myPassword .extranet-footer--zandko a:focus {
  color: #015270;
}

.account-auth {
  position: relative;
  max-width: 560px;
  background-color: #fff;
  padding: 100px 45px;
  margin: 0 auto;
  text-align: center;
  border-radius: 15px;
}
.account-auth:before {
  content: "";
  font-family: "icomoon";
  font-size: 420px;
  color: #a2bfca;
  position: absolute;
  bottom: -140px;
  right: -710px;
  z-index: -1;
}
.account-auth h1 {
  font-size: 40px;
  line-height: 44px;
  color: #015270;
  font-weight: bold;
  margin-bottom: 15px;
}

.account-auth--subscribe {
  font-size: 18px;
  line-height: 30px;
  color: #C6C6C6;
  margin-bottom: 60px;
}
.account-auth--subscribe a {
  color: #C6C6C6;
  text-decoration: none;
}
.account-auth--subscribe a:hover, .account-auth--subscribe a:focus {
  color: #C6C6C6;
  text-decoration: underline;
}

.account-auth--form-group {
  margin-bottom: 40px !important;
}

.account-auth--control-label {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #707070;
  margin-bottom: 5px;
}

.account-auth--form-control {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px #d8d8d8 solid !important;
  border-radius: 0 !important;
  margin: 0 auto 20px auto !important;
  max-width: 330px !important;
  transition: all 0.3s ease;
}
.account-auth--form-control:focus {
  box-shadow: 0 0 0 0.2rem #cbdbe1;
}

.account-auth--form-submit {
  display: inline-block;
  padding: 10px 40px;
  border: 1px #015270 solid;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #015270;
  margin-top: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.account-auth--form-submit:hover, .account-auth--form-submit:focus {
  color: #015270;
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

.account-auth--lost-pwd {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #707070;
  transition: all 0.3s ease;
}
.account-auth--lost-pwd:hover, .account-auth--lost-pwd:focus {
  color: #015270;
  text-decoration: underline;
}

/* mot de passe oublié */
.account-new-pwd {
  position: relative;
  max-width: 560px;
  background-color: #fff;
  padding: 100px 45px;
  margin: 0 auto;
  text-align: center;
  border-radius: 15px;
}
.account-new-pwd:before {
  content: "";
  font-family: "icomoon";
  font-size: 700px;
  color: #a2bfca;
  position: absolute;
  top: -440px;
  left: -475px;
  z-index: -1;
}
.account-new-pwd h1 {
  font-size: 40px;
  line-height: 44px;
  color: #015270;
  font-weight: bold;
  margin-bottom: 15px;
}

.account-change-pwd .form-group {
  text-align: center;
}
.account-change-pwd .control-label {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #707070;
  margin-bottom: 5px;
}
.account-change-pwd .form-control {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px #d8d8d8 solid !important;
  border-radius: 0 !important;
  margin: 0 auto 20px auto !important;
  max-width: 330px !important;
  transition: all 0.3s ease;
}
.account-change-pwd .form-control:focus {
  box-shadow: 0 0 0 0.2rem #cbdbe1;
}
.account-change-pwd .btn-primary {
  display: inline-block;
  padding: 10px 40px;
  border: 1px #015270 solid;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #015270;
  margin-top: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.account-change-pwd .btn-primary:hover, .account-change-pwd .btn-primary:focus {
  color: #015270 !important;
  background-color: #fff !important;
  border: 1px #015270 solid !important;
  text-decoration: none;
  outline: none;
}
.account-change-pwd .submit {
  text-align: center;
}

/* page mon compte */
.extranet--top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .extranet--top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.extranet--top h1 {
  text-align: center;
}
@media (min-width: 576px) {
  .extranet--top h1 {
    text-align: left;
    margin-right: 50px;
  }
}

.extranet--back-home {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  color: #015270;
  border: 1px #015270 solid;
  border-radius: 50px;
  padding: 10px 20px 10px 36px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.extranet--back-home:before {
  content: "";
  font-family: "icomoon";
  font-size: 10px;
  color: #015270;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.extranet--back-home:hover, .extranet--back-home:focus {
  color: #fff;
  background-color: #015270;
  border: 1px #015270 solid;
  text-decoration: none;
}
.extranet--back-home:hover:before, .extranet--back-home:focus:before {
  color: #fff;
}

.account-action--link {
  border-radius: 15px;
  border: 1px #015270 solid;
  color: #015270;
  transition: all 0.3s ease;
}
.account-action--link:hover, .account-action--link:focus {
  border: 1px #015270 solid;
  color: #fff;
  background-color: #015270;
  text-decoration: none;
}
.account-action--link .icon-pen {
  font-size: 26px;
  margin: -4px 4px 0 0;
}
.account-action--link .icon-locked {
  font-size: 20px;
  margin: -4px 8px 0 0;
}

/* page Actes */
.page-actes-overflow .main {
  overflow: hidden;
}

.actes {
  position: relative;
}
@media (min-width: 992px) {
  .actes:before {
    content: "";
    width: 789px;
    height: 789px;
    background-image: url(/images/deco-cercles-blue.png);
    position: absolute;
    top: -660px;
    right: 50%;
    transform: translateX(-500px);
  }
  .actes:after {
    content: "";
    width: 801px;
    height: 379px;
    background-image: url(/images/deco-waves-vert.png);
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translateX(1360px);
  }
}
.actes .extranet--download-item-btn {
  font-size: 22px;
  line-height: 26px;
}
.actes .actes--bloc-title {
  margin-bottom: 25px;
}
.actes .box-download--item-link p {
  margin-bottom: 0;
}
.actes .box-download--item-link a {
  display: inline-block;
  color: #212529;
  border: 1px #212529 solid;
  border-radius: 30px;
  padding: 10px 30px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.actes .box-download--item-link a:hover, .actes .box-download--item-link a:focus {
  color: #fff;
  text-decoration: none;
}

.actes--bloc-1 {
  margin-bottom: 80px;
}
.actes--bloc-1 .actes--bloc-title {
  color: #DB7144;
}
.actes--bloc-1 .extranet--download-item-btn {
  color: #DB7144;
  background-color: rgba(219, 113, 68, 0.2);
}
.actes--bloc-1 .extranet--download-item-btn:before {
  color: #DB7144;
}
.actes--bloc-1 .box-download--item-link a:hover, .actes--bloc-1 .box-download--item-link a:focus {
  background-color: #DB7144;
  border: 1px #DB7144 solid;
}

.actes--bloc-2 {
  margin-bottom: 80px;
}
.actes--bloc-2 .actes--bloc-title {
  color: #8DB872;
}
.actes--bloc-2 .extranet--download-item-btn {
  color: #8DB872;
  background-color: rgba(141, 184, 114, 0.2);
}
.actes--bloc-2 .extranet--download-item-btn:before {
  color: #8DB872;
}
.actes--bloc-2 .box-download--item-link a:hover, .actes--bloc-2 .box-download--item-link a:focus {
  background-color: #8DB872;
  border: 1px #8DB872 solid;
}

.actes--bloc-3 {
  margin-bottom: 80px;
}
.actes--bloc-3 .actes--bloc-title {
  color: #015270;
}
.actes--bloc-3 .extranet--download-item-btn {
  color: #015270;
  background-color: rgba(1, 82, 112, 0.2);
}
.actes--bloc-3 .extranet--download-item-btn:before {
  color: #015270;
}
.actes--bloc-3 .box-download--item-link a:hover, .actes--bloc-3 .box-download--item-link a:focus {
  background-color: #015270;
  border: 1px #015270 solid;
}

/* page paramètres */
.account-modify legend {
  color: #015270;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 576px) {
  .account-modify legend {
    text-align: left;
  }
}
.account-modify .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 660px;
  margin: 0 auto 25px auto;
}
@media (min-width: 576px) {
  .account-modify .form-group {
    flex-direction: row;
  }
}
.account-modify .control-label {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #707070;
  margin-bottom: 5px;
  flex: 0 0 50%;
  text-align: center;
}
@media (min-width: 576px) {
  .account-modify .control-label {
    text-align: left;
    margin-bottom: 0;
  }
}
.account-modify .form-control {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px #d8d8d8 solid !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  max-width: 330px !important;
  text-align: center;
  color: #015270 !important;
  font-size: 16px !important;
  font-weight: bold;
  background: url("/images/picto-pen.png") no-repeat center right;
  padding: 8px 25px 8px 20px !important;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .account-modify .form-control {
    text-align: left;
    font-size: 20px !important;
  }
}
.account-modify .form-control:focus {
  box-shadow: 0 0 0 0.2rem #cbdbe1;
}
.account-modify .form-control:read-only {
  color: #b5b5b5 !important;
  background: none !important;
}
.account-modify .btn-primary {
  display: inline-block;
  padding: 10px 40px;
  border: 1px #015270 solid;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #015270;
  margin-top: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.account-modify .btn-primary:hover, .account-modify .btn-primary:focus {
  color: #015270 !important;
  background-color: #fff !important;
  border: 1px #015270 solid !important;
  text-decoration: none;
  outline: none;
}
.account-modify .submit {
  text-align: center;
}
.account-modify .text-mutted {
  display: none !important;
}
.account-modify .form-group-radio-wrap-js {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}
.account-modify .form-group-radio {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .account-modify .form-group-radio {
    align-items: center;
  }
}
.account-modify .form-group-radio .control-label {
  text-align: left;
}

.account-modify--content {
  position: relative;
  box-shadow: 0 0 10px #c7c7c7;
  border-radius: 15px;
  padding: 50px 15px 40px 15px;
  background-color: #fff;
}
.account-modify--content:before {
  content: "";
  font-family: "icomoon";
  font-size: 400px;
  color: #cbdbe1;
  position: absolute;
  bottom: -225px;
  right: -160px;
  z-index: -1;
}

.account-modify--content-infos {
  max-width: 750px;
  margin: 0 auto;
}

/* accueil */
.my-page-extranet {
  overflow: hidden;
}

.extranet-header--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px #c7c7c7;
  border-radius: 0 0 15px 15px;
  padding: 20px 15px;
  background-color: #fff;
  flex-direction: column;
}
@media (min-width: 576px) {
  .extranet-header--content {
    flex-direction: row;
    padding: 20px 30px;
  }
}

.extranet-header--logo {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .extranet-header--logo {
    margin-bottom: 0;
  }
}

.extranet-header--links {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .extranet-header--links {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .extranet-header--links {
    flex-direction: row;
    align-items: flex-start;
  }
}

.extranet-header--site {
  display: inline-block;
  padding: 10px 10px;
  border: 1px #015270 solid;
  border-radius: 12px;
  color: #015270;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .extranet-header--site {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .extranet-header--site {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.extranet-header--site:hover, .extranet-header--site:focus {
  color: #fff;
  background-color: #015270;
  text-decoration: none;
  outline: none;
}

.box-login--connect {
  display: inline-block;
  padding: 10px 20px;
  border: 1px #015270 solid;
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background-color: #015270;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .box-login--connect {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.box-login--connect:hover, .box-login--connect:focus {
  color: #015270;
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

.box-login--logout {
  display: inline-block;
  padding: 10px 10px;
  border: 1px #015270 solid;
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background-color: #015270;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .box-login--logout {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.box-login--logout:hover, .box-login--logout:focus {
  color: #015270;
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

.extranet-content {
  margin-top: 70px;
}

.extranet--big-title {
  font-size: 34px;
  line-height: 40px;
  color: #015270;
}
@media (min-width: 768px) {
  .extranet--big-title {
    font-size: 50px;
    line-height: 54px;
  }
}

.extranet--big-title-name {
  position: relative;
  font-weight: bold;
}
.extranet--big-title-name:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #015270;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.extranet--accueil {
  position: relative;
}
.extranet--accueil:before {
  content: "";
  font-family: "icomoon";
  font-size: 400px;
  color: #cbdbe1;
  position: absolute;
  top: -500px;
  right: -250px;
  z-index: -1;
}
@media (min-width: 576px) {
  .extranet--accueil:before {
    font-size: 750px;
    top: -560px;
    right: -485px;
  }
}

.extranet--agenda {
  background-color: #cbdbe1;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 30px;
}

.extranet--agenda-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #015270;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .extranet--agenda-title {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .extranet--agenda-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .extranet--agenda-title {
    font-size: 25px;
    line-height: 32px;
  }
}

.extranet--agenda-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.extranet--agenda-item-left {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .extranet--agenda-item-left {
    width: 20%;
    margin-right: 10%;
    margin-bottom: 0;
  }
}

.extranet--agenda-item-day {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #015270;
}
@media (min-width: 768px) {
  .extranet--agenda-item-day {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .extranet--agenda-item-day {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .extranet--agenda-item-day {
    font-size: 30px;
    line-height: 30px;
  }
}

.extranet--agenda-item-month {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #015270;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .extranet--agenda-item-month {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .extranet--agenda-item-month {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .extranet--agenda-item-month {
    font-size: 18px;
  }
}

.extranet--agenda-item-right {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .extranet--agenda-item-right {
    width: 70%;
    text-align: left;
  }
}

.extranet--agenda-item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #015270;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .extranet--agenda-item-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .extranet--agenda-item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .extranet--agenda-item-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.extranet--agenda-item-hour {
  font-size: 12px;
  font-weight: bold;
  color: #015270;
}

.extranet--agenda-link {
  display: inline-block;
  padding: 10px 50px;
  border: 1px #015270 solid;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #015270;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.extranet--agenda-link:hover, .extranet--agenda-link:focus {
  color: #015270;
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

.extranet--compte-link {
  position: relative;
  display: block;
  background-color: #cbdbe1;
  border-radius: 15px;
  padding: 95px 15px 15px 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #015270;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .extranet--compte-link {
    padding: 35px 30px 35px 130px;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .extranet--compte-link {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .extranet--compte-link {
    font-size: 24px;
    line-height: 32px;
  }
}
.extranet--compte-link:before {
  content: "";
  width: 72px;
  height: 72px;
  background-color: #a2bfca;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .extranet--compte-link:before {
    width: 78px;
    height: 78px;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
}
.extranet--compte-link:after {
  content: "";
  font-family: "icomoon";
  font-size: 40px;
  color: #015270;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .extranet--compte-link:after {
    font-size: 44px;
    top: 50%;
    left: 47px;
    transform: translateY(-50%);
  }
}
.extranet--compte-link:hover, .extranet--compte-link:focus {
  outline: none;
  background-color: #015270;
  color: #fff;
  text-decoration: none;
}

.extranet--compte-link_desktop {
  display: none;
}
@media (min-width: 992px) {
  .extranet--compte-link_desktop {
    display: block;
  }
}

.extranet--compte-link_mobile {
  display: block;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .extranet--compte-link_mobile {
    display: none;
  }
}

.extranet--download {
  box-shadow: 0 0 10px #c7c7c7;
  border-radius: 15px;
  padding: 30px 30px 5px 30px;
  background-color: #fff;
}

.extranet--download-item {
  margin-bottom: 40px;
}

.extranet--download-item-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background-color: #cbdbe1;
  color: #015270;
  padding: 10px 40px 10px 15px;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 576px) {
  .extranet--download-item-btn {
    font-size: 25px;
    line-height: 29px;
  }
}
.extranet--download-item-btn.collapsed:before {
  content: "";
  font-size: 12px;
}
.extranet--download-item-btn:before {
  content: "";
  font-family: "icomoon";
  font-size: 4px;
  color: #015270;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.extranet--download-item-btn:hover, .extranet--download-item-btn:focus {
  outline: none;
}

.box-download--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.box-download--item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  border-left: 1px #cbdbe1 solid;
  border-right: 1px #cbdbe1 solid;
  border-bottom: 1px #cbdbe1 solid;
}
.box-download--item.not-read {
  font-weight: bold;
}

.box-download--item-name {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .box-download--item-name {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .box-download--item-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .box-download--item-name {
    font-size: 18px;
    line-height: 22px;
  }
}

.box-download--item-date {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .box-download--item-date {
    width: 20%;
    text-align: left;
    margin-bottom: 0;
  }
}

.box-download--item-link {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .box-download--item-link {
    width: 30%;
    text-align: right;
  }
}

.box-download--item-link-btn {
  font-size: 12px;
  line-height: 16px;
  border: 1px #015270 solid;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  color: #015270;
  transition: all 0.3s ease;
}
.box-download--item-link-btn:hover, .box-download--item-link-btn:focus {
  color: #fff;
  background-color: #015270;
  outline: none;
  text-decoration: none;
}

.extranet-footer {
  background: none;
  padding: 60px 0 40px 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #C6C6C6;
}
.extranet-footer:before {
  content: none;
}

.extranet-footer--copyright {
  display: inline-block;
  margin: 0 20px 10px 20px;
}

.extranet-footer--zandko {
  display: inline-block;
  margin: 0 20px 10px 20px;
}
.extranet-footer--zandko a {
  color: #C6C6C6;
}
.extranet-footer--zandko a:hover, .extranet-footer--zandko a:focus {
  color: #C6C6C6;
  text-decoration: underline;
}

.extranet--home-link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background-color: #cbdbe1;
  color: #015270;
  padding: 10px 40px 10px 15px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .extranet--home-link {
    font-size: 25px;
    line-height: 29px;
  }
}
.extranet--home-link:before {
  content: "";
  font-family: "icomoon";
  font-size: 12px;
  color: #015270;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.extranet--home-link:hover, .extranet--home-link:focus {
  outline: none;
  text-decoration: none;
  background-color: #015270;
  color: #fff;
}
.extranet--home-link:hover:before, .extranet--home-link:focus:before {
  color: #fff;
}

.extranet--agenda-iframe {
  overflow: auto;
}
.extranet--agenda-iframe iframe {
  width: 1100px;
}

/* EXTRANET FIN */
/** RESPONSIVE **/
/*	--------------------------------------------------
	RESERVATION DE SALLES REPRISE CSS
	-------------------------------------------------- */
.table thead th, .table td, .table th {
  border: 0 !important;
}

.table.cal_salles td, .table.cal_salles th {
  padding: 0 !important;
}

.ui-datepicker-calendar {
  background: #FFF;
}

.ui-datepicker-header {
  background: #DB7144;
}
.ui-datepicker-header a span {
  color: #FFF !important;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  color: #FFF;
}

.reservation_box {
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

#nommois {
  font-size: 1.5rem;
  font-weight: bold;
  color: #015270;
}

.reservation_box-title {
  font-weight: bold;
  color: #015270;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

.options {
  font-weight: bold;
  color: #015270;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#bloccalendrierId {
  text-align: center;
}

.location_salles .mw {
  max-width: 1140px;
}

.location_salles .bordered * {
  z-index: unset;
  position: unset;
}

.location_salles .bordered:before {
  content: none;
}

.location_salles .msg_post {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px;
}

.location_salles .msg_post p {
  padding: 0;
  margin: 0;
}

.location_salles .msg-success {
  color: green;
  background-color: #a3d474;
}

.location_salles .msg-error {
  color: #b71515;
  background-color: #dcabbb;
  padding: 5px;
}

.valid:hover,
.valid:focus {
  cursor: pointer;
}

.msg_post_valid {
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}

.msg_post_valid p {
  margin: 0;
}

.bloc_salles {
  display: inline-block;
  /*tableau*/
}

.bloc_salles .bordered .grid2 * {
  z-index: 999;
}

.bloc_salles #descriptionsalleId {
  margin-top: 15px;
}

.bloc_salles .bloc_resa {
  border: 0;
}

.bloc_salles .bloc_reserve .bloc-title {
  font-weight: bold;
  color: #3c3c3c;
  font-size: 18px;
  border-bottom: 1px solid;
}

.bloc_salles .bloc_reserve .grid2 {
  display: inline-block;
}

.bloc_salles .bloc_reserve #btnvoirtarifId {
  background: #015270;
  color: white;
  padding: 1rem 3rem;
  border-radius: 2rem;
  box-shadow: none;
  text-decoration: none;
}

.bloc_salles .bloc_reserve input:not(.valid),
.bloc_salles .bloc_reserve select,
.bloc_salles .bloc_reserve textarea {
  background-color: #fff;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 1px solid #ECECEC;
}

.bloc_salles .bloc_reserve input:not(.valid).missing_post,
.bloc_salles .bloc_reserve select.missing_post,
.bloc_salles .bloc_reserve textarea.missing_post {
  border: 2px solid #c13b3b;
}

.bloc_salles .bloc_reserve textarea {
  height: auto;
  font-size: 13.33px;
}

.bloc_salles .bloc_reserve label {
  margin-left: 0.5rem;
}

.bloc_salles .bloc_reserve #optionsdisponibles input {
  width: auto;
  margin-top: -4px;
}

.bloc_salles .post_bloc_reserve {
  background-color: #2a95bf;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  font-size: 15px;
}

.bloc_salles .post_bloc_reserve .bloc-title {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid;
}

.bloc_salles .salle_desc {
  margin-top: 20px;
  margin-bottom: 30px;
}

.bloc_salles .cal_month {
  width: 100%;
  margin: 10px auto;
  display: table;
  margin-top: 30px;
}

.bloc_salles .cal_month p {
  color: #3c3c3c;
}

.bloc_salles .cal_month span {
  color: #3c3c3c;
}

.bloc_salles .flex-prev {
  float: left;
}

.bloc_salles .flex-next {
  float: right;
}

.bloc_salles .flex-prev,
.bloc_salles .flex-next {
  text-decoration: none;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.bloc_salles .flex-prev:hover,
.bloc_salles .flex-next:hover,
.bloc_salles .flex-prev:focus,
.bloc_salles .flex-next:focus {
  background-color: #015270;
  color: #FFF;
}

.bloc_salles .flex-prev:hover i,
.bloc_salles .flex-next:hover i,
.bloc_salles .flex-prev:focus i,
.bloc_salles .flex-next:focus i {
  color: #fff;
}

.bloc_salles .flex-prev i,
.bloc_salles .flex-next i {
  vertical-align: middle;
  color: #015270;
}

.bloc_salles .cal_salles {
  width: 100%;
  border: 0;
  margin: 20px auto;
}

.bloc_salles .cal_salles thead th {
  color: #015270;
  font-size: 16px;
  font-weight: bold;
}

td.cal-etat-dispo {
  cursor: pointer;
}

.bloc_salles .cal_salles td {
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0.5rem 0 !important;
}
@media (min-width: 768px) {
  .bloc_salles .cal_salles td {
    min-width: 80px;
    height: 80px;
  }
}

.bloc_salles .cal_salles .cal_day_number {
  font-size: 20px;
}

.bloc_salles .cal_salles .cal_resa_name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: bold;
  padding: 5px;
  font-size: 11px;
  color: white;
}

.cal_resa_name {
  display: none;
}

.bloc_salles .cal_salles .cal-etat-bloquee {
  padding: 1rem;
}

.bloc_salles .cal_salles .cal-etat-bloquee .cal_day_number {
  background-color: #015270;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .bloc_salles .cal_salles .cal-etat-bloquee .cal_day_number {
    width: 80px;
    height: 80px;
  }
}

.bloc_salles .cal_salles .cal-etat-bloquee .cal_day_number {
  color: white;
}

.bloc_salles .cal_salles .cal-etat-nonreservable .cal_day_number {
  background-color: #C6C6C6;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .bloc_salles .cal_salles .cal-etat-nonreservable .cal_day_number {
    width: 80px;
    height: 80px;
  }
}

.legend {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.legend .legend-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .legend .legend-item {
    width: 80px;
    height: 80px;
  }
}
.legend span {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.legend div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #444;
}

.bloc_salles .legend .legend-item {
  padding: 5px;
}

.bloc_salles .legend .legend-item span {
  font-size: 15px;
}

.bloc_salles .legend .legend-occupe {
  background-color: #015270;
}

.bloc_salles .legend .legend-occupe span {
  color: #fff;
}

.bloc_salles .legend .legend-libre {
  background-color: #fff;
  border: 1px solid #ccc;
}

.bloc_salles .legend .legend-libre span {
  color: #3c3c3c;
}

.bloc_salles .legend .legend-nondispo {
  background-color: #ddd;
}

.widget.salles_communales img {
  margin-bottom: 20px;
}

.widget.salles_communales div p:last-child a {
  background: #005fa0;
  color: white;
  padding: 4px 5px;
  margin-left: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none;
  text-decoration: none;
  font-size: 14px;
}

.widget.salles_communales div p:last-child a:hover,
.widget.salles_communales div p:last-child a:focus {
  text-decoration: none;
}

#sallechoisieId {
  color: #FFF;
  background: #015270;
}

.round {
  position: relative;
  margin-bottom: 1rem;
}
.round span {
  margin-left: 0.7rem;
  color: #444;
}
.round span:hover {
  cursor: default;
}

.round label {
  background-color: #fff;
  border: 1px solid #015270;
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.round label:after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #015270;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 1px;
  top: 1px;
  border-radius: 50%;
}

.round input[type=checkbox] {
  visibility: hidden;
}

.round input[type=checkbox]:checked + label {
  background-color: #015270;
  border-color: #015270;
}

.round input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/** Personnalisation **/
/*	--------------------------------------------------
	--------------------------------------------------
		Gestion des fonts.
		Possibilité de créer une mixin par font

	--------------------------------------------------
	--------------------------------------------------*/
@font-face {
  font-family: "mm";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-Medium.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-Medium.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-Medium.woff") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mti";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-ThinItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-ThinItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-ThinItalic.woff") format("ttf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "mr";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-Regular.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-Regular.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-Regular.woff") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mb";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-Bold.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-Bold.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-Bold.woff") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mbi";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-BoldItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-BoldItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-BoldItalic.woff") format("ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ml";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-Light.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-Light.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-Light.woff") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mbl";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-Black.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-Black.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-Black.woff") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "msb";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-SemiBold.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-SemiBold.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-SemiBold.woff") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mbi";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-BlackItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-BlackItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-BlackItalic.woff") format("ttf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "mli";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-LightItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-LightItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-LightItalic.woff") format("ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "meb";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-ExtraBold.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-ExtraBold.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-ExtraBold.woff") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mebi";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-ExtraBoldItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-ExtraBoldItalic.woff") format("ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "msbi";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-SemiBoldItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-SemiBoldItalic.woff") format("ttf");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "mi";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-Italic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-Italic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-Italic.woff") format("ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "mmi";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-MediumItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-MediumItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-MediumItalic.woff") format("ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "mel";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-ExtraLight.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-ExtraLight.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-ExtraLight.woff") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mt";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-Thin.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-Thin.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-Thin.woff") format("ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "meli";
  src: url("/modeles/fr/defaut/css/fonts/montserrat/woff2/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/montserrat/woff/Montserrat-ExtraLightItalic.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/montserrat/ttf/Montserrat-ExtraLightItalic.woff") format("ttf");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "sm";
  src: url("/modeles/fr/defaut/css/fonts/signika/woff2/Signika-Medium.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/signika/woff/Signika-Medium.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/signika/ttf/Montserrat-ExtraLightItalic.woff") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sl";
  src: url("/modeles/fr/defaut/css/fonts/signika/woff2/Signika-Light.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/signika/woff/Signika-Light.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/signika/ttf/Montserrat-ExtraLightItalic.woff") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sb";
  src: url("/modeles/fr/defaut/css/fonts/signika/woff2/Signika-Bold.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/signika/woff/Signika-Bold.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/signika/ttf/Montserrat-ExtraLightItalic.woff") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ssb";
  src: url("/modeles/fr/defaut/css/fonts/signika/woff2/Signika-SemiBold.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/signika/woff/Signika-SemiBold.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/signika/ttf/Montserrat-ExtraLightItalic.woff") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sr";
  src: url("/modeles/fr/defaut/css/fonts/signika/woff2/Signika-Regular.woff2") format("woff2"), url("/modeles/fr/defaut/css/fonts/signika/woff/Signika-Regular.woff") format("woff"), url("/modeles/fr/defaut/css/fonts/signika/ttf/Montserrat-ExtraLightItalic.woff") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/** ICOMOON **/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot");
  src: url("fonts/icomoon/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .icomoon, .sw-item--container:after, .sw-item--img:after, .slick-dots li button:before, .slick-prev:before, .slick-next:before, .overlibclose a:before, .btn-prev:before, .btn-next:after, .btn-back:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-oeil:before {
  content: "";
}

.icon-extranet-moins:before {
  content: "";
}

.icon-extranet-plus:before {
  content: "";
}

.icon-extranet-arrow:before {
  content: "";
}

.icon-extranet-vagues:before {
  content: "";
}

.icon-extranet-settings:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-buttonmobile:before {
  content: "";
  color: #fff;
}

.icon-arrow:before {
  content: "";
}

.icon-arrow-menu:before {
  content: "";
  color: #fff;
}

.icon-at:before {
  content: "";
}

.icon-biblio:before {
  content: "";
}

.icon-cercle:before {
  content: "";
}

.icon-CR_municipaux:before {
  content: "";
}

.icon-dechetterie:before {
  content: "";
}

.icon-download1:before {
  content: "";
}

.icon-facebook1:before {
  content: "";
}

.icon-family:before {
  content: "";
}

.icon-getinfo:before {
  content: "";
}

.icon-horaire:before {
  content: "";
}

.icon-instagram1:before {
  content: "";
}

.icon-mail1:before {
  content: "";
}

.icon-mechanical-pen:before {
  content: "";
}

.icon-more:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-petale:before {
  content: "";
}

.icon-phone-call:before {
  content: "";
}

.icon-plan_de_la_ville:before {
  content: "";
}

.icon-PLU:before {
  content: "";
}

.icon-saison_culturelle:before {
  content: "";
}

.icon-salles:before {
  content: "";
}

.icon-separateur1:before {
  content: "";
}

.icon-separateur2:before {
  content: "";
}

.icon-separateur3:before {
  content: "";
}

.icon-settings1:before {
  content: "";
}

.icon-twitter1:before {
  content: "";
}

.icon-vagues:before {
  content: "";
}

.icon-bin:before {
  content: "";
}

.icon-trashcan:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-dispose:before {
  content: "";
}

.icon-folder-plus:before {
  content: "";
}

.icon-directory:before {
  content: "";
}

.icon-folder-add:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-gear:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-generate:before {
  content: "";
}

.icon-make:before {
  content: "";
}

.icon-options:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-remove-user:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-megaphone:before {
  content: "";
}

.icon-chevron-small-left:before {
  content: "";
}

.icon-chevron-small-right:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-location-pin:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-locked:before {
  content: "";
}

.icon-secure:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-pen:before {
  content: "";
}

.icon-zephyr:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-done:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-chevron-double-small-right:before {
  content: "";
}

.icon-chevron-double-small-left:before {
  content: "";
}

.icon-chevron-double-thin-left:before {
  content: "";
}

.icon-chevron-double-thin-right:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

/**
*
* Formulaires
*
**/
/*========================================
=            Form par default            =
========================================*/
/*----------  Header / Footer  ----------*/
.form--header, .form--footer {
  margin-top: 20px;
}

.form-check-input {
  position: relative;
  margin: 0;
  width: initial;
}

/*----------  Checkbox  ----------*/
/*----------  Checkbox  ----------*/
/*----------  Checkbox &amp; Radio other  ----------*/
.checkbox--other label, .radio--other label {
  width: auto;
}
.checkbox--other input[type=checkbox], .radio--other input[type=checkbox] {
  margin-top: 8px;
}

.checkbox--other-input, .radio--other-input {
  width: auto;
  display: inline;
  margin-left: 1rem;
}

/*----------  Radios visual  ----------*/
/*=====  End of Form par default  ======*/
form label {
  font-family: "mb";
  margin: 0;
}
form input, form textarea, form select {
  border: 1px solid #C6C6C6;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 40px;
  color: #707070;
  width: 100%;
  margin: 0 0 20px 0;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #707070;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: #707070;
}
form input::placeholder, form textarea::placeholder, form select::placeholder {
  color: #707070;
}
form input:hover, form input:active, form input:focus, form textarea:hover, form textarea:active, form textarea:focus, form select:hover, form select:active, form select:focus {
  outline: none;
}
form input.form-control, form textarea.form-control, form select.form-control {
  border: 1px solid #C6C6C6;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 40px;
  color: #707070;
  width: 100%;
  margin: 0 0 20px 0;
}
form input.form-control:-ms-input-placeholder, form textarea.form-control:-ms-input-placeholder, form select.form-control:-ms-input-placeholder {
  color: #707070;
}
form input.form-control::-webkit-input-placeholder, form textarea.form-control::-webkit-input-placeholder, form select.form-control::-webkit-input-placeholder {
  color: #707070;
}
form input.form-control::placeholder, form textarea.form-control::placeholder, form select.form-control::placeholder {
  color: #707070;
}
form input.form-control:hover, form input.form-control:active, form input.form-control:focus, form textarea.form-control:hover, form textarea.form-control:active, form textarea.form-control:focus, form select.form-control:hover, form select.form-control:active, form select.form-control:focus {
  outline: none;
}
form textarea {
  border-radius: 20px;
}

.contactTemplate form label {
  display: none;
}
.contactTemplate form .item-rgpd {
  display: flex;
  padding: 0 15px 30px 15px;
  align-items: center;
}
.contactTemplate form .item-rgpd input {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 0;
  margin: 0 20px 0 0;
  min-width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactTemplate form .item-rgpd input:checked::after {
  content: "";
  font-family: icomoon;
  font-weight: 700;
  font-size: 1.2rem;
  color: #DB7144;
}
.contactTemplate form .item-rgpd p {
  margin: 0;
  font-size: 0.9rem;
  color: #707070;
}
.contactTemplate form .item-rgpd p a {
  color: #707070;
  text-decoration: underline;
}
.contactTemplate form .item-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactTemplate form .item-button input {
  margin: 0;
  background-color: #8DB872;
  color: #fff;
  border: transparent;
  font-size: 1.2rem;
  padding: 10px 60px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contactTemplate form .item-button input:hover, .contactTemplate form .item-button input:focus, .contactTemplate form .item-button input:active {
  background-color: #DB7144;
}

/**
*
* Composants spécifique au CMS e-majine
*
**/
/* -----------------
Champ ajout d'image
------------------- */
#html5Behaviorspicture_input {
  margin-left: 200px;
}

.imagePreview {
  overflow: hidden;
  width: 200px;
  height: 200px;
}

.imagePreview img {
  max-width: none;
}

.imagePreviewCropLayer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -200px 0 0 -300px;
  width: 600px;
  height: 410px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.imagePreviewCropLayer &gt; span {
  float: right;
  color: #31a5da;
  padding: 5px 10px;
  margin: 10px 0 0 10px;
  font-size: 12px;
  border: 1px solid #31a5da;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}

.imagePreviewCropLayer &gt; span:last-child {
  border: 1px solid #fff;
}

.imagePreviewCropLayer &gt; span:hover {
  color: #fff;
  background: #31a5da;
  border: 1px solid #31a5da;
}

.imagePreviewCrop {
  height: 350px;
  background: #eee;
  border: 1px solid #ddd;
  overflow-y: auto;
}

.datasFile {
  float: left;
  margin-top: 10px;
  font: bold 12px/32px Arial, Verdana, sans-serif;
}

.datasFile &gt; span {
  margin-right: 20px;
}

.datasFile strong {
  font-weight: normal;
}

#fd_noir {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background: url(/images/bg_mask.png);
}

.arrowBlack {
  position: absolute;
  left: 5px;
  bottom: -5px;
  display: block;
  width: 10px !important;
  height: 5px !important;
  padding: 0;
  margin: 0;
  background: url(/common_images/community/bg_arrow.png);
}

.arrowBlack.reverse, .arrowContent.reverse .arrowBlack {
  left: auto;
  right: 5px;
}

.arrowContent {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 200;
  display: none;
  padding: 0 5px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background: #000;
  white-space: nowrap;
}

/*===================================
=        Calendrier e-majine        =
===================================*/
#overDiv.calendar {
  margin-left: -153px;
  margin-top: 6px;
}

#overlibcontent {
  background: #fff;
  padding: 15px;
  font-size: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}
#overlibcontent a {
  text-decoration: none;
}
#overlibcontent .nav:before, #overlibcontent .nav:after {
  display: none;
}
#overlibcontent caption {
  padding-top: 0;
  font-weight: 500;
  color: #212529;
  text-align: center;
}

.overlibcaption {
  display: none;
}

.overlibclose {
  position: absolute;
  top: 0px;
  right: 0px;
}
.overlibclose a {
  text-decoration: none;
  width: 30px;
  float: right;
  height: 30px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  color: #DB7144;
}
.overlibclose a:before {
  content: "";
  padding: 6px 0;
  text-align: center;
  display: block;
  font-size: 20px;
}
.overlibclose a:hover, .overlibclose a:focus {
  background: #fff;
  color: #212529;
}

#overlibfooter, .overlibcaption {
  display: none;
}

.calendar caption {
  caption-side: top;
}
.calendar .nav {
  display: table-row;
}
.calendar .nav th a {
  border: none;
}
.calendar .nav th a:hover, .calendar .nav th a:focus {
  border: none;
  background: transparent;
  color: #DB7144;
}
.calendar table {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  table-layout: fixed;
}
.calendar th {
  font-weight: normal;
  padding: 2px;
}
.calendar th, .calendar td {
  text-align: center;
  font-size: 15px;
  min-width: 32px;
}
.calendar th a, .calendar td a {
  display: block;
  border: 1px solid #c2c2c2;
  padding: 2px;
}
.calendar th a:hover, .calendar th a:focus, .calendar td a:hover, .calendar td a:focus {
  background: #DB7144;
  color: #fff;
  border-color: #DB7144;
}
.calendar .no_day {
  border: none;
}
.calendar .past_day {
  background: #dfdfdf;
}
.calendar .past_day a {
  color: #6c757d;
}
.calendar .past_day a:hover, .calendar .past_day a:focus {
  background: #DB7144;
  color: #fff;
  border-color: #DB7144;
}

/*=========================================
=            Article en bloc            =
=========================================*/
.bloc-simple, .bloc-double {
  margin-top: 0;
  margin-bottom: 0;
}

.medias, .map {
  margin-bottom: 1rem;
}

.bloc-double + .bloc-double ul, .intext_left + div ul {
  list-style-position: inside;
}

.intext_left, .intext_right {
  float: none;
}
.intext_left .bloc--img, .intext_right .bloc--img {
  text-align: center;
  margin-bottom: 1rem;
}

.above_left, .above_right, .above_center {
  margin-bottom: 1rem;
}

.below_left, .below_right, .below_center {
  margin-bottom: 1rem;
}

.above_left, .below_left {
  text-align: left;
}

.above_right, .below_right {
  text-align: right;
}

.above_center, .below_center {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}
.above_center .bloc--img, .below_center .bloc--img {
  max-width: 100%;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

@media (min-width: 768px) {
  .intext_left {
    float: left;
    margin-right: 1rem;
  }
  .intext_left .bloc--img {
    text-align: left;
  }

  .intext_right {
    float: right;
    margin-left: 1rem;
  }
  .intext_right .bloc--img {
    text-align: right;
  }
}
/*=====  End of Article en bloc  ======*/
/*==================================
=            Re-captcha            =
==================================*/
#recaptcha_image, .recaptchatable .recaptcha_image_cell center img, .recaptchatable .recaptcha_image_cell center, .recaptchatable .recaptcha_image_cell, .recaptchatable #recaptcha_response_field {
  height: auto !important;
  width: 100% !important;
}

#captcha .recaptchatable {
  border: none !important;
}

.recaptcha {
  max-width: 400px;
}

#recaptcha_response_field {
  border: 1px solid #cccccc !important;
  padding: 2px 5px !important;
  color: #000000 !important;
}

#recaptcha_table td + td + td {
  padding: 0 !important;
}

.recaptcha a img {
  max-width: none;
}

#recaptcha_logo, #recaptcha_privacy {
  display: none;
}

/*=====  End of Re-captcha  ======*/
/*=======================================
=            Alerte e-majine            =
=======================================*/
/* etoile pour champs obligatoire */
.form .invalid-feedback {
  display: block;
}

/* Message "Champ obligatoire" */
/* Etat invalide des champs */
/* Reste à tester */
/* validation de l'inscription au compte : Votre compte est maintenant actif. Un message comprenant votre login et votre mot de passe a été envoyé à l'adresse ...*/
/*=====  End of Alerte e-majine  ======*/
/*=============================================
=            check password           =
=============================================*/
.strength_password, .confirmpasswd {
  padding-left: 10px;
}

/*=====  End of check password  ======*/
/* slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Social wall */
.box-sw--filters {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.box-sw--filters-item {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
}
.box-sw--filters-item:hover:after, .box-sw--filters-item:focus:after {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s ease;
}
.box-sw--filters-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #dee2e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 50%;
}

.box-sw--ico {
  color: #212529;
  font-size: 20px;
}

.socal-wall-active:after {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.socal-wall-active:after {
  color: #DB7144;
}

.sw-item {
  margin-bottom: 30px;
}

.sw-item--link {
  background-color: #fff;
  display: inline-block;
  color: #212529;
  width: 100%;
  overflow: hidden;
}
.sw-item--link:hover, .sw-item--link:focus {
  color: #212529;
  text-decoration: none;
}
.sw-item--link:hover .sw-item--img:before, .sw-item--link:focus .sw-item--img:before {
  opacity: 1;
}
.sw-item--link:hover .sw-item--img:after, .sw-item--link:focus .sw-item--img:after {
  opacity: 1;
}
.sw-item--link:hover .sw-item--img img, .sw-item--link:focus .sw-item--img img {
  transform: scale(1.05);
}

.sw-item--img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sw-item--img:before {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.sw-item--img:after {
  content: "";
  color: #DB7144;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 3;
}
.sw-item--img img {
  width: 100%;
  max-width: 100%;
  transition: all 0.4s ease;
}

.sw-item--container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.sw-item--text {
  word-wrap: break-word;
  position: relative;
  z-index: 2;
}

.sw-item--container:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #ced4da;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sw-item--container:after {
  content: "";
  color: #212529;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  top: -12px;
}

.sw-item_fb .sw-item--container:after {
  content: "";
}

.sw-item_youtube .sw-item--container:after {
  content: "";
}

.sw-item_insta .sw-item--container:after {
  content: "";
}

.sw-item_pinterest .sw-item--container:after {
  content: "";
  font-size: 23px;
  top: -12px;
}

.sw-item--date {
  color: #DB7144;
  margin-top: 10px;
  display: inline-block;
}

.box-sw--list {
  display: block;
}

.sw-item {
  float: left;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .sw-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .sw-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .sw-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .box-social-wall--filters {
    margin-top: -60px;
    text-align: right;
  }
}
/*fancybox 3*/</pre></body></html>